From ff04f57a563cc90b3578a72c77e8df3b3a9876ad Mon Sep 17 00:00:00 2001 From: syrusakbary Date: Fri, 14 Jun 2024 07:28:22 +0000 Subject: [PATCH] deploy: d085cdb3b18e9ce7d3f785de4561e6ac1afef016 --- .../bytecheck/trait.CheckBytes.js | 2 +- .../clap_builder/derive/trait.Args.js | 4 +- .../derive/trait.CommandFactory.js | 4 +- .../derive/trait.FromArgMatches.js | 4 +- .../clap_builder/derive/trait.Parser.js | 4 +- .../clap_builder/derive/trait.Subcommand.js | 2 +- .../clap_builder/derive/trait.ValueEnum.js | 2 +- .../implementors/core/clone/trait.Clone.js | 30 +- crates/doc/implementors/core/cmp/trait.Eq.js | 18 +- crates/doc/implementors/core/cmp/trait.Ord.js | 10 +- .../implementors/core/cmp/trait.PartialEq.js | 20 +- .../implementors/core/cmp/trait.PartialOrd.js | 12 +- .../implementors/core/convert/trait.AsRef.js | 2 +- .../implementors/core/convert/trait.From.js | 20 +- .../implementors/core/convert/trait.Into.js | 2 +- .../core/convert/trait.TryFrom.js | 6 +- .../core/default/trait.Default.js | 20 +- .../implementors/core/error/trait.Error.js | 6 +- .../doc/implementors/core/fmt/trait.Binary.js | 2 +- .../doc/implementors/core/fmt/trait.Debug.js | 34 +- .../implementors/core/fmt/trait.Display.js | 8 +- .../implementors/core/fmt/trait.LowerHex.js | 2 +- .../doc/implementors/core/fmt/trait.Octal.js | 2 +- .../implementors/core/fmt/trait.UpperHex.js | 2 +- .../core/future/future/trait.Future.js | 2 +- .../doc/implementors/core/hash/trait.Hash.js | 10 +- .../core/iter/traits/collect/trait.Extend.js | 4 +- .../iter/traits/collect/trait.FromIterator.js | 2 +- .../iter/traits/collect/trait.IntoIterator.js | 2 +- .../iter/traits/iterator/trait.Iterator.js | 2 +- .../implementors/core/marker/trait.Copy.js | 26 +- .../implementors/core/marker/trait.Send.js | 6 +- .../core/marker/trait.StructuralEq.js | 20 +- .../core/marker/trait.StructuralPartialEq.js | 20 +- .../implementors/core/marker/trait.Sync.js | 4 +- .../implementors/core/ops/arith/trait.Sub.js | 2 +- .../core/ops/arith/trait.SubAssign.js | 2 +- .../implementors/core/ops/bit/trait.BitAnd.js | 2 +- .../core/ops/bit/trait.BitAndAssign.js | 2 +- .../implementors/core/ops/bit/trait.BitOr.js | 2 +- .../core/ops/bit/trait.BitOrAssign.js | 2 +- .../implementors/core/ops/bit/trait.BitXor.js | 2 +- .../core/ops/bit/trait.BitXorAssign.js | 2 +- .../implementors/core/ops/bit/trait.Not.js | 2 +- .../core/ops/deref/trait.Deref.js | 4 +- .../core/ops/deref/trait.DerefMut.js | 2 +- .../implementors/core/ops/drop/trait.Drop.js | 12 +- .../core/ops/index/trait.Index.js | 2 +- .../core/str/traits/trait.FromStr.js | 2 +- .../lazy_static/trait.LazyStatic.js | 2 +- .../num_enum/trait.TryFromPrimitive.js | 2 +- crates/doc/implementors/rkyv/trait.Archive.js | 2 +- .../implementors/rkyv/trait.Deserialize.js | 2 +- .../doc/implementors/rkyv/trait.Serialize.js | 2 +- .../serde/de/trait.Deserialize.js | 8 +- .../implementors/serde/ser/trait.Serialize.js | 8 +- .../tokio/io/async_read/trait.AsyncRead.js | 2 +- .../tokio/io/async_write/trait.AsyncWrite.js | 2 +- .../tower_service/trait.Service.js | 2 +- .../virtual_fs/trait.FileOpener.js | 2 +- .../virtual_fs/trait.FileSystem.js | 2 +- .../native_type/trait.FromToNativeWasmType.js | 2 +- .../compiler/trait.Compiler.js | 2 +- .../compiler/trait.CompilerConfig.js | 2 +- .../native/trait.NativeWasmType.js | 2 +- .../wasmer_types/value/trait.ValueType.js | 4 +- .../wasmer_vm/memory/trait.LinearMemory.js | 2 +- .../implementors/wast/parser/trait.Parse.js | 2 +- .../implementors/wast/parser/trait.Peek.js | 2 +- crates/doc/search-index.js | 24 +- .../engine/unwind/systemv.rs.html | 128 ++++++- .../wai_bindgen_wasmer/enum.GuestError.html | 2 +- .../error/enum.GuestError.html | 2 +- .../doc/wai_bindgen_wasmer/le/struct.Le.html | 6 +- .../wai_bindgen_wasmer/le/trait.Endian.html | 2 +- .../region/trait.AllBytesValid.html | 2 +- crates/doc/wai_bindgen_wasmer/struct.Le.html | 6 +- .../trait.AllBytesValid.html | 2 +- .../doc/wai_bindgen_wasmer/trait.Endian.html | 2 +- crates/doc/wasmer/enum.ExportError.html | 2 +- crates/doc/wasmer/enum.Extern.html | 2 +- .../doc/wasmer/enum.InstantiationError.html | 2 +- crates/doc/wasmer/enum.IoCompileError.html | 2 +- crates/doc/wasmer/enum.LinkError.html | 2 +- crates/doc/wasmer/enum.Value.html | 4 +- .../errors/enum.InstantiationError.html | 2 +- crates/doc/wasmer/errors/enum.LinkError.html | 2 +- .../wasmer/errors/struct.RuntimeError.html | 2 +- .../errors/struct.RuntimeStringError.html | 2 +- .../doc/wasmer/exports/enum.ExportError.html | 2 +- crates/doc/wasmer/exports/struct.Exports.html | 2 +- crates/doc/wasmer/externals/enum.Extern.html | 2 +- .../externals/function/struct.Function.html | 4 +- .../externals/function/struct.WithEnv.html | 54 +-- .../externals/function/struct.WithoutEnv.html | 52 +-- .../wasmer/into_bytes/trait.IntoBytes.html | 2 +- .../wasmer/module/enum.IoCompileError.html | 2 +- .../trait.FromToNativeWasmType.html | 2 +- .../native_type/trait.NativeWasmTypeInto.html | 2 +- .../native_type/trait.WasmTypeList.html | 316 +++++++++--------- crates/doc/wasmer/struct.Exports.html | 2 +- crates/doc/wasmer/struct.Function.html | 4 +- crates/doc/wasmer/struct.RuntimeError.html | 2 +- .../doc/wasmer/sys/engine/struct.Engine.html | 2 +- .../sys/struct.MiddlewareReaderState.html | 6 +- .../wasmer/trait.FromToNativeWasmType.html | 2 +- crates/doc/wasmer/trait.IntoBytes.html | 2 +- .../doc/wasmer/trait.NativeWasmTypeInto.html | 2 +- crates/doc/wasmer/trait.WasmTypeList.html | 316 +++++++++--------- crates/doc/wasmer/value/enum.Value.html | 4 +- .../types/enum.wasm_mutability_enum.html | 2 +- .../types/enum.wasm_valkind_enum.html | 2 +- .../struct.ExternTypeConversionError.html | 2 +- .../types/struct.wasm_exporttype_t.html | 2 +- .../types/struct.wasm_externtype_t.html | 2 +- .../types/struct.wasm_valtype_t.html | 2 +- .../wasm_c_api/value/struct.wasm_val_t.html | 2 +- .../utils/render/trait.CliRender.html | 2 +- crates/doc/wasmer_compiler/all.html | 2 +- .../artifact/struct.AllocatedArtifact.html | 10 +- .../engine/artifact/struct.Artifact.html | 24 +- .../engine/code_memory/struct.CodeMemory.html | 10 +- .../engine/error/enum.InstantiationError.html | 4 +- .../engine/error/enum.LinkError.html | 6 +- .../engine/inner/struct.Engine.html | 6 +- .../engine/inner/struct.EngineInner.html | 8 +- .../engine/link/fn.apply_relocation.html | 2 +- .../engine/link/fn.link_module.html | 2 +- .../engine/resolver/fn.get_extern_type.html | 2 +- .../engine/resolver/fn.get_runtime_size.html | 2 +- .../engine/resolver/fn.resolve_imports.html | 8 +- .../frame_info/struct.FunctionExtent.html | 4 +- .../trap/stack/fn.get_trace_and_trapcode.html | 2 +- .../engine/tunables/struct.BaseTunables.html | 32 +- .../engine/tunables/trait.Tunables.html | 94 +++--- .../unwind/systemv/fn.__deregister_frame.html | 2 +- .../unwind/systemv/fn.__register_frame.html | 2 +- .../unwind/systemv/fn.using_libunwind.html | 15 + .../engine/unwind/systemv/index.html | 4 +- .../engine/unwind/systemv/sidebar-items.js | 2 +- .../unwind/systemv/struct.UnwindRegistry.html | 10 +- .../enum.InstantiationError.html | 4 +- .../doc/wasmer_compiler/enum.LinkError.html | 6 +- .../fn.get_trace_and_trapcode.html | 2 +- .../doc/wasmer_compiler/fn.link_module.html | 2 +- .../wasmer_compiler/fn.resolve_imports.html | 8 +- .../lib/std/boxed/struct.Box.html | 34 +- .../lib/std/fmt/trait.Debug.html | 18 +- .../lib/std/fmt/trait.Display.html | 4 +- .../lib/std/sync/struct.Arc.html | 30 +- .../doc/wasmer_compiler/struct.Artifact.html | 24 +- .../wasmer_compiler/struct.BaseTunables.html | 32 +- .../wasmer_compiler/struct.CodeMemory.html | 10 +- crates/doc/wasmer_compiler/struct.Engine.html | 6 +- .../wasmer_compiler/struct.EngineInner.html | 8 +- .../struct.FunctionExtent.html | 4 +- .../struct.MiddlewareReaderState.html | 2 +- .../doc/wasmer_compiler/trait.Tunables.html | 94 +++--- .../struct.MiddlewareReaderState.html | 2 +- .../state/enum.SingleOrMultiValue.html | 6 +- .../translator/state/struct.ExtraInfo.html | 2 +- .../fn.get_function_address_map.html | 2 +- .../arm64_decl/enum.ARM64Register.html | 4 +- .../arm64_decl/enum.GPR.html | 4 +- .../arm64_decl/enum.NEON.html | 4 +- .../struct.ArgumentRegisterAllocator.html | 4 +- .../codegen/enum.CanonicalizeType.html | 4 +- .../codegen/enum.IfElseState.html | 4 +- .../codegen/struct.ControlFrame.html | 4 +- .../codegen/struct.FloatValue.html | 4 +- .../codegen/struct.FuncGen.html | 6 +- .../codegen/struct.I2O1.html | 4 +- .../codegen/struct.SpecialLabelSet.html | 4 +- .../common_decl/enum.MachineValue.html | 4 +- .../common_decl/enum.Size.html | 4 +- .../common_decl/enum.SuspendOffset.html | 4 +- .../common_decl/enum.WasmAbstractValue.html | 4 +- .../common_decl/struct.FunctionStateMap.html | 4 +- .../common_decl/struct.MachineState.html | 4 +- .../common_decl/struct.MachineStateDiff.html | 4 +- .../common_decl/struct.OffsetInfo.html | 4 +- .../common_decl/struct.RegisterIndex.html | 4 +- .../compiler/struct.SinglepassCompiler.html | 24 +- .../config/struct.Singlepass.html | 16 +- .../dwarf/struct.WriterRelocate.html | 4 +- .../emitter_arm64/enum.Condition.html | 4 +- .../emitter_arm64/enum.GPROrMemory.html | 4 +- .../emitter_arm64/enum.NeonOrMemory.html | 4 +- .../emitter_x64/enum.Condition.html | 4 +- .../emitter_x64/enum.GPROrMemory.html | 4 +- .../emitter_x64/enum.Precision.html | 4 +- .../emitter_x64/enum.XMMOrMemory.html | 4 +- .../location/enum.Location.html | 4 +- .../location/enum.Multiplier.html | 4 +- .../machine/enum.Value.html | 4 +- .../machine/struct.MachineStackOffset.html | 4 +- .../machine/struct.MemArg.html | 4 +- .../machine/struct.TrapTable.html | 4 +- .../machine_arm64/enum.ImmType.html | 4 +- .../machine_arm64/struct.MachineARM64.html | 4 +- .../machine_x64/struct.AssemblerX64.html | 4 +- .../machine_x64/struct.MachineX86_64.html | 4 +- .../struct.Singlepass.html | 16 +- .../struct.SinglepassCompiler.html | 24 +- .../unwind/enum.UnwindFrame.html | 4 +- .../unwind/enum.UnwindOps.html | 4 +- .../unwind/struct.UnwindInstructions.html | 4 +- .../unwind_winx64/enum.UnwindCode.html | 4 +- .../unwind_winx64/struct.UnwindInfo.html | 4 +- .../unwind_winx64/struct.Writer.html | 4 +- .../x64_decl/enum.GPR.html | 4 +- .../x64_decl/enum.X64Register.html | 4 +- .../x64_decl/enum.XMM.html | 4 +- .../struct.ArgumentRegisterAllocator.html | 4 +- .../aligned_cow_str/struct.AlignedCowStr.html | 2 +- .../aligned_cow_vec/struct.AlignedCowVec.html | 2 +- .../archived/enum.JournalEpollCtlV1.html | 2 +- .../archived/enum.JournalExitCodeV1.html | 2 +- .../enum.JournalSocketShutdownV1.html | 2 +- .../archived/enum.JournalSockoptionV1.html | 2 +- .../enum.JournalThreadStartTypeV1.html | 2 +- .../archived/enum.JournalTimeTypeV1.html | 2 +- .../archived/enum.JournalWhenceV1.html | 2 +- .../archived/struct.JournalIpCidrV1.html | 2 +- .../entry/enum.JournalEntry.html | 4 +- .../entry/enum.SocketOptTimeType.html | 2 +- .../entry/enum.SocketShutdownHow.html | 2 +- .../doc/wasmer_journal/enum.JournalEntry.html | 4 +- .../enum.JournalEpollCtlV1.html | 2 +- .../enum.JournalExitCodeV1.html | 2 +- .../enum.JournalSocketShutdownV1.html | 2 +- .../enum.JournalSockoptionV1.html | 2 +- .../enum.JournalThreadStartTypeV1.html | 2 +- .../enum.JournalTimeTypeV1.html | 2 +- .../wasmer_journal/enum.JournalWhenceV1.html | 2 +- .../wasmer_journal/enum.SnapshotTrigger.html | 2 +- .../enum.SocketOptTimeType.html | 2 +- .../enum.SocketShutdownHow.html | 2 +- .../snapshot/enum.SnapshotTrigger.html | 2 +- .../wasmer_journal/struct.AlignedCowStr.html | 2 +- .../wasmer_journal/struct.AlignedCowVec.html | 2 +- .../struct.JournalIpCidrV1.html | 2 +- .../wasmer_journal/trait.ReadableJournal.html | 2 +- .../wasmer_journal/trait.WritableJournal.html | 2 +- .../fd_memory/memories/struct.VMMemory.html | 2 +- .../memory/fd_memory/struct.VMMemory.html | 2 +- crates/doc/wasmer_wasix/enum.SpawnError.html | 2 +- .../wasmer_wasix/enum.WasiRuntimeError.html | 2 +- .../enum.WasiStateCreationError.html | 2 +- .../http/client/struct.HttpRequest.html | 2 +- .../wasmer_wasix/http/struct.HttpRequest.html | 2 +- .../journal/effector/enum.Advice.html | 2 +- .../journal/effector/enum.Cow.html | 4 +- .../journal/effector/enum.EpollCtl.html | 2 +- .../journal/effector/enum.Errno.html | 2 +- .../journal/effector/enum.ExitCode.html | 2 +- .../effector/enum.Snapshot0Clockid.html | 4 +- .../journal/effector/enum.Whence.html | 2 +- .../effector/struct.EpollEventCtl.html | 2 +- .../journal/effector/struct.Fdflags.html | 16 +- .../journal/effector/struct.Fstflags.html | 16 +- .../journal/effector/struct.Oflags.html | 16 +- .../journal/effector/struct.Rights.html | 16 +- .../journal/effector/type.Fd.html | 2 +- .../journal/effector/type.LookupFlags.html | 2 +- .../journal/enum.JournalEpollCtlV1.html | 2 +- .../journal/enum.JournalExitCodeV1.html | 2 +- .../journal/enum.JournalSocketShutdownV1.html | 2 +- .../journal/enum.JournalSockoptionV1.html | 2 +- .../journal/enum.JournalTimeTypeV1.html | 2 +- .../journal/enum.JournalWhenceV1.html | 2 +- .../journal/enum.SnapshotTrigger.html | 2 +- .../journal/enum.SocketOptTimeType.html | 2 +- .../journal/enum.SocketShutdownHow.html | 2 +- .../journal/struct.AlignedCowStr.html | 2 +- .../journal/struct.AlignedCowVec.html | 2 +- .../journal/trait.ReadableJournal.html | 4 +- .../journal/trait.WritableJournal.html | 2 +- .../net/socket/enum.TimeType.html | 2 +- .../doc/wasmer_wasix/os/common/type.Pid.html | 2 +- .../control_plane/enum.ControlPlaneError.html | 2 +- .../os/task/process/struct.WasiProcessId.html | 4 +- .../os/task/thread/enum.WasiThreadError.html | 2 +- .../os/task/thread/struct.WasiThreadId.html | 4 +- .../runtime/module_cache/enum.CacheError.html | 2 +- .../module_cache/types/enum.CacheError.html | 2 +- .../runtime/resolver/enum.QueryError.html | 2 +- .../outputs/struct.DependencyGraph.html | 2 +- .../resolver/source/enum.QueryError.html | 2 +- .../resolver/struct.DependencyGraph.html | 2 +- .../tokio/enum.RuntimeOrHandle.html | 2 +- .../builder/enum.WasiStateCreationError.html | 2 +- .../wasmer_wasix/struct.ExtendedFsError.html | 2 +- .../wasmer_wasix/syscalls/enum.Advice.html | 2 +- .../wasmer_wasix/syscalls/enum.Clockid.html | 2 +- .../doc/wasmer_wasix/syscalls/enum.Cow.html | 4 +- .../doc/wasmer_wasix/syscalls/enum.Errno.html | 2 +- .../wasmer_wasix/syscalls/enum.ExitCode.html | 2 +- .../wasmer_wasix/syscalls/enum.Extern.html | 2 +- .../syscalls/enum.Snapshot0Clockid.html | 4 +- .../syscalls/enum.Sockoption.html | 2 +- .../wasmer_wasix/syscalls/enum.Socktype.html | 2 +- .../doc/wasmer_wasix/syscalls/enum.Value.html | 2 +- .../wasmer_wasix/syscalls/enum.Whence.html | 2 +- .../doc/wasmer_wasix/syscalls/struct.Arc.html | 6 +- .../syscalls/struct.Eventrwflags.html | 16 +- .../wasmer_wasix/syscalls/struct.Fdflags.html | 16 +- .../syscalls/struct.Fstflags.html | 16 +- .../syscalls/struct.Function.html | 4 +- .../wasmer_wasix/syscalls/struct.Rights.html | 16 +- .../syscalls/struct.RuntimeError.html | 2 +- .../doc/wasmer_wasix/syscalls/type.Pid.html | 2 +- .../doc/wasmer_wasix/syscalls/type.Tid.html | 2 +- .../doc/wasmer_wasix/syscalls/type.TlKey.html | 2 +- .../wasmer_wasix/syscalls/type.WasiFd.html | 2 +- .../syscalls/types/file/struct.Oflags.html | 16 +- .../syscalls/types/file/type.LookupFlags.html | 2 +- .../syscalls/types/io/type.Count.html | 2 +- .../syscalls/types/struct.Oflags.html | 16 +- .../syscalls/types/type.Count.html | 2 +- .../syscalls/types/type.LookupFlags.html | 2 +- .../syscalls/types/wasi/enum.Advice.html | 2 +- .../syscalls/types/wasi/enum.Clockid.html | 2 +- .../syscalls/types/wasi/enum.EpollCtl.html | 2 +- .../syscalls/types/wasi/enum.Errno.html | 2 +- .../syscalls/types/wasi/enum.ExitCode.html | 2 +- .../types/wasi/enum.Snapshot0Clockid.html | 4 +- .../syscalls/types/wasi/enum.Sockoption.html | 2 +- .../syscalls/types/wasi/enum.Socktype.html | 2 +- .../syscalls/types/wasi/enum.Whence.html | 2 +- .../types/wasi/struct.EpollEventCtl.html | 2 +- .../syscalls/types/wasi/struct.EpollType.html | 16 +- .../types/wasi/struct.Eventrwflags.html | 16 +- .../syscalls/types/wasi/struct.Fdflags.html | 16 +- .../syscalls/types/wasi/struct.Fstflags.html | 16 +- .../syscalls/types/wasi/struct.JoinFlags.html | 16 +- .../syscalls/types/wasi/struct.Lookup.html | 16 +- .../syscalls/types/wasi/struct.Oflags.html | 16 +- .../syscalls/types/wasi/struct.Rights.html | 16 +- .../types/wasi/struct.Subclockflags.html | 16 +- .../types/wasi/struct.ThreadStateFlags.html | 16 +- .../syscalls/types/wasi/type.Count.html | 2 +- .../syscalls/types/wasi/type.Dirnamlen.html | 2 +- .../syscalls/types/wasi/type.Fd.html | 2 +- .../syscalls/types/wasi/type.LookupFlags.html | 2 +- .../syscalls/types/wasi/type.Pid.html | 2 +- .../syscalls/types/wasi/type.Size.html | 2 +- .../types/wasi/type.Snapshot0Linkcount.html | 2 +- .../syscalls/types/wasi/type.Tid.html | 2 +- .../syscalls/types/wasi/type.TlKey.html | 2 +- .../types/file/struct.Oflags.html | 16 +- .../types/file/type.LookupFlags.html | 2 +- .../doc/wasmer_wasix/types/io/type.Count.html | 2 +- .../doc/wasmer_wasix/types/struct.Oflags.html | 16 +- crates/doc/wasmer_wasix/types/type.Count.html | 2 +- .../wasmer_wasix/types/type.LookupFlags.html | 2 +- .../wasmer_wasix/types/wasi/enum.Advice.html | 2 +- .../wasmer_wasix/types/wasi/enum.Clockid.html | 2 +- .../types/wasi/enum.EpollCtl.html | 2 +- .../wasmer_wasix/types/wasi/enum.Errno.html | 2 +- .../types/wasi/enum.ExitCode.html | 2 +- .../types/wasi/enum.Snapshot0Clockid.html | 4 +- .../types/wasi/enum.Sockoption.html | 2 +- .../types/wasi/enum.Socktype.html | 2 +- .../wasmer_wasix/types/wasi/enum.Whence.html | 2 +- .../types/wasi/struct.EpollEventCtl.html | 2 +- .../types/wasi/struct.EpollType.html | 16 +- .../types/wasi/struct.Eventrwflags.html | 16 +- .../types/wasi/struct.Fdflags.html | 16 +- .../types/wasi/struct.Fstflags.html | 16 +- .../types/wasi/struct.JoinFlags.html | 16 +- .../types/wasi/struct.Lookup.html | 16 +- .../types/wasi/struct.Oflags.html | 16 +- .../types/wasi/struct.Rights.html | 16 +- .../types/wasi/struct.Subclockflags.html | 16 +- .../types/wasi/struct.ThreadStateFlags.html | 16 +- .../wasmer_wasix/types/wasi/type.Count.html | 2 +- .../types/wasi/type.Dirnamlen.html | 2 +- .../doc/wasmer_wasix/types/wasi/type.Fd.html | 2 +- .../types/wasi/type.LookupFlags.html | 2 +- .../doc/wasmer_wasix/types/wasi/type.Pid.html | 2 +- .../wasmer_wasix/types/wasi/type.Size.html | 2 +- .../types/wasi/type.Snapshot0Linkcount.html | 2 +- .../doc/wasmer_wasix/types/wasi/type.Tid.html | 2 +- .../wasmer_wasix/types/wasi/type.TlKey.html | 2 +- .../wasi/bindings/enum.Clockid.html | 2 +- .../wasi/bindings/enum.Errno.html | 2 +- .../wasi/bindings/enum.Snapshot0Clockid.html | 2 +- .../wasi/bindings/struct.Eventrwflags.html | 14 +- .../wasi/bindings/struct.Fdflags.html | 18 +- .../wasi/bindings/struct.Fstflags.html | 14 +- .../wasi/bindings/struct.JoinFlags.html | 18 +- .../wasi/bindings/struct.Lookup.html | 16 +- .../wasi/bindings/struct.Oflags.html | 16 +- .../wasi/bindings/struct.Rights.html | 14 +- .../wasi/bindings/struct.Subclockflags.html | 14 +- .../bindings/struct.ThreadStateFlags.html | 14 +- .../wasi/bindings/type.EventFdFlags.html | 2 +- .../wasi/bindings/type.RiFlags.html | 2 +- .../wasi/bindings/type.RoFlags.html | 2 +- .../wasi/bindings/type.SiFlags.html | 2 +- .../wasmer_wasix_types/wasi/enum.Clockid.html | 2 +- .../wasmer_wasix_types/wasi/enum.Errno.html | 2 +- .../wasi/enum.ExitCode.html | 2 +- .../wasi/enum.Snapshot0Clockid.html | 2 +- .../wasi/struct.EpollType.html | 14 +- .../wasi/struct.Eventrwflags.html | 14 +- .../wasi/struct.Fdflags.html | 18 +- .../wasi/struct.Fstflags.html | 14 +- .../wasi/struct.JoinFlags.html | 18 +- .../wasi/struct.Lookup.html | 16 +- .../wasi/struct.Oflags.html | 16 +- .../wasi/struct.Rights.html | 14 +- .../wasi/struct.Subclockflags.html | 14 +- .../wasi/struct.ThreadStateFlags.html | 14 +- .../wasi/type.EventFdFlags.html | 2 +- .../wasmer_wasix_types/wasi/type.RiFlags.html | 2 +- .../wasmer_wasix_types/wasi/type.RoFlags.html | 2 +- .../wasmer_wasix_types/wasi/type.SiFlags.html | 2 +- .../wasi/wasix_manual/enum.ExitCode.html | 2 +- .../wasi/wasix_manual/struct.EpollType.html | 14 +- .../error/struct.DirectiveErrors.html | 2 +- .../wasmer_wast/struct.DirectiveErrors.html | 2 +- 423 files changed, 1762 insertions(+), 1629 deletions(-) create mode 100644 crates/doc/wasmer_compiler/engine/unwind/systemv/fn.using_libunwind.html diff --git a/crates/doc/implementors/bytecheck/trait.CheckBytes.js b/crates/doc/implementors/bytecheck/trait.CheckBytes.js index 46d949e0598..005040956a0 100644 --- a/crates/doc/implementors/bytecheck/trait.CheckBytes.js +++ b/crates/doc/implementors/bytecheck/trait.CheckBytes.js @@ -1,5 +1,5 @@ (function() {var implementors = { "virtual_net":[["impl<__C: ?Sized> CheckBytes<__C> for ArchivedIpCidrwhere\n IpAddr: Archive,\n u8: Archive,\n Archived<IpAddr>: CheckBytes<__C>,\n Archived<u8>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedIpRoutewhere\n IpCidr: Archive,\n IpAddr: Archive,\n Option<Duration>: Archive,\n Archived<IpCidr>: CheckBytes<__C>,\n Archived<IpAddr>: CheckBytes<__C>,\n Archived<Option<Duration>>: CheckBytes<__C>,"]], -"wasmer_journal":[["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketJoinIpv6MulticastV1where\n u32: Archive,\n Ipv6Addr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Ipv6Addr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCloseFileDescriptorV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreateHardLinkV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketJoinIpv4MulticastV1where\n u32: Archive,\n Ipv4Addr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Ipv4Addr>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPathRenameV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySnapshotV1where\n Duration: Archive,\n JournalSnapshotTriggerV1: Archive,\n Archived<Duration>: CheckBytes<__C>,\n Archived<JournalSnapshotTriggerV1>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketLeaveIpv6MulticastV1where\n u32: Archive,\n Ipv6Addr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Ipv6Addr>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryUnlinkFileV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketOpenV1where\n JournalAddressfamilyV1: Archive,\n JournalSocktypeV1: Archive,\n u16: Archive,\n u32: Archive,\n Archived<JournalAddressfamilyV1>: CheckBytes<__C>,\n Archived<JournalSocktypeV1>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSetTimesV1where\n u32: Archive,\n u16: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSetFlagsV1where\n u32: Archive,\n u16: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEpollCtlV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketAcceptedV1where\n u32: Archive,\n SocketAddr: Archive,\n u16: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<SocketAddr>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalExitCodeV1where\n u16: Archive,\n i32: Archive,\n Archived<u16>: CheckBytes<__C>,\n Archived<i32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalWhenceV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryEpollCreateV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortRouteAddV1where\n JournalIpCidrV1: Archive,\n IpAddr: Archive,\n Option<Duration>: Archive,\n Archived<JournalIpCidrV1>: CheckBytes<__C>,\n Archived<IpAddr>: CheckBytes<__C>,\n Archived<Option<Duration>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorAllocateV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryUpdateMemoryRegionV1<'a>where\n AlignedCowVec<'a, u8>: Archive,\n u64: Archive,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortBridgeV1<'a>where\n AlignedCowStr<'a>: Archive,\n JournalStreamSecurityV1: Archive,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,\n Archived<JournalStreamSecurityV1>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalTimeTypeV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSeekV1where\n u32: Archive,\n JournalWhenceV1: Archive,\n i64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalWhenceV1>: CheckBytes<__C>,\n Archived<i64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCloseThreadV1where\n u32: Archive,\n Option<JournalExitCodeV1>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Option<JournalExitCodeV1>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryRecordType"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryOpenFileDescriptorV1<'a>where\n u32: Archive,\n u16: Archive,\n u64: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryChangeDirectoryV1<'a>where\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalAdviceV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSnapshot0ClockidV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreateEventV1where\n u64: Archive,\n u16: Archive,\n u32: Archive,\n Archived<u64>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEpollEventCtlV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSnapshotTriggerV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketShutdownV1where\n u32: Archive,\n JournalSocketShutdownV1: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalSocketShutdownV1>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryRenumberFileDescriptorV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSetRightsV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketListenV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalIpCidrV1where\n IpAddr: Archive,\n u8: Archive,\n Archived<IpAddr>: CheckBytes<__C>,\n Archived<u8>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSendToV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n u16: Archive,\n SocketAddr: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<SocketAddr>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSocketShutdownV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySetClockTimeV1where\n JournalSnapshot0ClockidV1: Archive,\n u64: Archive,\n Archived<JournalSnapshot0ClockidV1>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreateSymbolicLinkV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryClearEtherealV1"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSendV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n u16: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorWriteV1<'a>where\n AlignedCowVec<'a, u8>: Archive,\n u64: Archive,\n u32: Archive,\n bool: Archive,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,\n Archived<u32>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryRemoveDirectoryV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSetSizeV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSockoptionV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalThreadStartTypeV1where\n u64: Archive,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryInitModuleV1where\n Box<[u8]>: Archive,\n Archived<Box<[u8]>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalAddressfamilyV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortAddAddrV1where\n JournalIpCidrV1: Archive,\n Archived<JournalIpCidrV1>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketLeaveIpv4MulticastV1where\n u32: Archive,\n Ipv4Addr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Ipv4Addr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketConnectedV1where\n u32: Archive,\n SocketAddr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<SocketAddr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryEpollCtlV1where\n u32: Archive,\n JournalEpollCtlV1: Archive,\n Option<JournalEpollEventCtlV1>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalEpollCtlV1>: CheckBytes<__C>,\n Archived<Option<JournalEpollEventCtlV1>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSocktypeV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryTtySetV1where\n u32: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySetThreadV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n JournalThreadStartTypeV1: Archive,\n JournalWasiMemoryLayout: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<JournalThreadStartTypeV1>: CheckBytes<__C>,\n Archived<JournalWasiMemoryLayout>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketBindV1where\n u32: Archive,\n SocketAddr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<SocketAddr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryHeaderwhere\n u16: Archive,\n u64: Archive,\n Archived<u16>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryProcessExitV1where\n Option<JournalExitCodeV1>: Archive,\n Archived<Option<JournalExitCodeV1>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryDuplicateFileDescriptorV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreatePipeV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPathSetTimesV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n u64: Archive,\n u16: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSetOptFlagV1where\n u32: Archive,\n JournalSockoptionV1: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalSockoptionV1>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalStreamSecurityV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalWasiMemoryLayoutwhere\n u64: Archive,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorAdviseV1where\n u32: Archive,\n u64: Archive,\n JournalAdviceV1: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,\n Archived<JournalAdviceV1>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortRouteDelV1where\n IpAddr: Archive,\n Archived<IpAddr>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreateDirectoryV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortDelAddrV1where\n IpAddr: Archive,\n Archived<IpAddr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSendFileV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSetOptTimeV1where\n u32: Archive,\n JournalTimeTypeV1: Archive,\n Option<Duration>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalTimeTypeV1>: CheckBytes<__C>,\n Archived<Option<Duration>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortGatewaySetV1where\n IpAddr: Archive,\n Archived<IpAddr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSetOptSizeV1where\n u32: Archive,\n JournalSockoptionV1: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalSockoptionV1>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"]], +"wasmer_journal":[["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSocketShutdownV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryProcessExitV1where\n Option<JournalExitCodeV1>: Archive,\n Archived<Option<JournalExitCodeV1>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortGatewaySetV1where\n IpAddr: Archive,\n Archived<IpAddr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketLeaveIpv6MulticastV1where\n u32: Archive,\n Ipv6Addr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Ipv6Addr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSeekV1where\n u32: Archive,\n JournalWhenceV1: Archive,\n i64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalWhenceV1>: CheckBytes<__C>,\n Archived<i64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCloseFileDescriptorV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketLeaveIpv4MulticastV1where\n u32: Archive,\n Ipv4Addr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Ipv4Addr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortDelAddrV1where\n IpAddr: Archive,\n Archived<IpAddr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryTtySetV1where\n u32: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryEpollCreateV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCloseThreadV1where\n u32: Archive,\n Option<JournalExitCodeV1>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Option<JournalExitCodeV1>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketJoinIpv6MulticastV1where\n u32: Archive,\n Ipv6Addr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Ipv6Addr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEpollCtlV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalExitCodeV1where\n u16: Archive,\n i32: Archive,\n Archived<u16>: CheckBytes<__C>,\n Archived<i32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketShutdownV1where\n u32: Archive,\n JournalSocketShutdownV1: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalSocketShutdownV1>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryRecordType"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalIpCidrV1where\n IpAddr: Archive,\n u8: Archive,\n Archived<IpAddr>: CheckBytes<__C>,\n Archived<u8>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorWriteV1<'a>where\n AlignedCowVec<'a, u8>: Archive,\n u64: Archive,\n u32: Archive,\n bool: Archive,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,\n Archived<u32>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSetTimesV1where\n u32: Archive,\n u16: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSockoptionV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSocktypeV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalAdviceV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortAddAddrV1where\n JournalIpCidrV1: Archive,\n Archived<JournalIpCidrV1>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryHeaderwhere\n u16: Archive,\n u64: Archive,\n Archived<u16>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreateEventV1where\n u64: Archive,\n u16: Archive,\n u32: Archive,\n Archived<u64>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEpollEventCtlV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryUpdateMemoryRegionV1<'a>where\n AlignedCowVec<'a, u8>: Archive,\n u64: Archive,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryOpenFileDescriptorV1<'a>where\n u32: Archive,\n u16: Archive,\n u64: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreateHardLinkV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySetThreadV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n JournalThreadStartTypeV1: Archive,\n JournalWasiMemoryLayout: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<JournalThreadStartTypeV1>: CheckBytes<__C>,\n Archived<JournalWasiMemoryLayout>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryUnlinkFileV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSendV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n u16: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketBindV1where\n u32: Archive,\n SocketAddr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<SocketAddr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSetOptSizeV1where\n u32: Archive,\n JournalSockoptionV1: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalSockoptionV1>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryInitModuleV1where\n Box<[u8]>: Archive,\n Archived<Box<[u8]>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSendFileV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorAdviseV1where\n u32: Archive,\n u64: Archive,\n JournalAdviceV1: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,\n Archived<JournalAdviceV1>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketOpenV1where\n JournalAddressfamilyV1: Archive,\n JournalSocktypeV1: Archive,\n u16: Archive,\n u32: Archive,\n Archived<JournalAddressfamilyV1>: CheckBytes<__C>,\n Archived<JournalSocktypeV1>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketJoinIpv4MulticastV1where\n u32: Archive,\n Ipv4Addr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<Ipv4Addr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryDuplicateFileDescriptorV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketAcceptedV1where\n u32: Archive,\n SocketAddr: Archive,\n u16: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<SocketAddr>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSetOptTimeV1where\n u32: Archive,\n JournalTimeTypeV1: Archive,\n Option<Duration>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalTimeTypeV1>: CheckBytes<__C>,\n Archived<Option<Duration>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSnapshotTriggerV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketListenV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSetSizeV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryClearEtherealV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorAllocateV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPathSetTimesV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n u64: Archive,\n u16: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreatePipeV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalStreamSecurityV1"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPathRenameV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryRemoveDirectoryV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryEpollCtlV1where\n u32: Archive,\n JournalEpollCtlV1: Archive,\n Option<JournalEpollEventCtlV1>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalEpollCtlV1>: CheckBytes<__C>,\n Archived<Option<JournalEpollEventCtlV1>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortRouteAddV1where\n JournalIpCidrV1: Archive,\n IpAddr: Archive,\n Option<Duration>: Archive,\n Archived<JournalIpCidrV1>: CheckBytes<__C>,\n Archived<IpAddr>: CheckBytes<__C>,\n Archived<Option<Duration>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalWhenceV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalSnapshot0ClockidV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketConnectedV1where\n u32: Archive,\n SocketAddr: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<SocketAddr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySetClockTimeV1where\n JournalSnapshot0ClockidV1: Archive,\n u64: Archive,\n Archived<JournalSnapshot0ClockidV1>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalAddressfamilyV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryRenumberFileDescriptorV1where\n u32: Archive,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSetOptFlagV1where\n u32: Archive,\n JournalSockoptionV1: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<JournalSockoptionV1>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySocketSendToV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n u16: Archive,\n SocketAddr: Archive,\n bool: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowVec<'a, u8>>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,\n Archived<SocketAddr>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortBridgeV1<'a>where\n AlignedCowStr<'a>: Archive,\n JournalStreamSecurityV1: Archive,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,\n Archived<JournalStreamSecurityV1>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalTimeTypeV1"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSetFlagsV1where\n u32: Archive,\n u16: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u16>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryPortRouteDelV1where\n IpAddr: Archive,\n Archived<IpAddr>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalThreadStartTypeV1where\n u64: Archive,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntrySnapshotV1where\n Duration: Archive,\n JournalSnapshotTriggerV1: Archive,\n Archived<Duration>: CheckBytes<__C>,\n Archived<JournalSnapshotTriggerV1>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryChangeDirectoryV1<'a>where\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalWasiMemoryLayoutwhere\n u64: Archive,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryFileDescriptorSetRightsV1where\n u32: Archive,\n u64: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreateDirectoryV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"],["impl<'a, __C: ?Sized> CheckBytes<__C> for ArchivedJournalEntryCreateSymbolicLinkV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n Archived<u32>: CheckBytes<__C>,\n Archived<AlignedCowStr<'a>>: CheckBytes<__C>,"]], "wasmer_types":[["impl<__C: ?Sized> CheckBytes<__C> for ArchivedSectionBodywhere\n Vec<u8>: Archive,\n Archived<Vec<u8>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ExportIndexwhere\n FunctionIndex: CheckBytes<__C>,\n TableIndex: CheckBytes<__C>,\n MemoryIndex: CheckBytes<__C>,\n GlobalIndex: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for MemoryStylewhere\n u64: CheckBytes<__C>,\n Pages: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedFunctionAddressMapwhere\n Vec<InstructionAddressMap>: Archive,\n SourceLoc: Archive,\n usize: Archive,\n Archived<Vec<InstructionAddressMap>>: CheckBytes<__C>,\n Archived<SourceLoc>: CheckBytes<__C>,\n Archived<usize>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedSerializableCompilationwhere\n PrimaryMap<LocalFunctionIndex, FunctionBody>: Archive,\n PrimaryMap<LocalFunctionIndex, Vec<Relocation>>: Archive,\n PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>: Archive,\n PrimaryMap<SignatureIndex, FunctionBody>: Archive,\n PrimaryMap<FunctionIndex, FunctionBody>: Archive,\n PrimaryMap<SectionIndex, CustomSection>: Archive,\n PrimaryMap<SectionIndex, Vec<Relocation>>: Archive,\n Option<Dwarf>: Archive,\n SectionIndex: Archive,\n u32: Archive,\n Archived<PrimaryMap<LocalFunctionIndex, FunctionBody>>: CheckBytes<__C>,\n Archived<PrimaryMap<LocalFunctionIndex, Vec<Relocation>>>: CheckBytes<__C>,\n Archived<PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>>: CheckBytes<__C>,\n Archived<PrimaryMap<SignatureIndex, FunctionBody>>: CheckBytes<__C>,\n Archived<PrimaryMap<FunctionIndex, FunctionBody>>: CheckBytes<__C>,\n Archived<PrimaryMap<SectionIndex, CustomSection>>: CheckBytes<__C>,\n Archived<PrimaryMap<SectionIndex, Vec<Relocation>>>: CheckBytes<__C>,\n Archived<Option<Dwarf>>: CheckBytes<__C>,\n Archived<SectionIndex>: CheckBytes<__C>,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedTableTypewhere\n Type: Archive,\n u32: Archive,\n Option<u32>: Archive,\n Archived<Type>: CheckBytes<__C>,\n Archived<u32>: CheckBytes<__C>,\n Archived<Option<u32>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedCompileModuleInfowhere\n Features: Archive,\n Arc<ModuleInfo>: Archive,\n PrimaryMap<MemoryIndex, MemoryStyle>: Archive,\n PrimaryMap<TableIndex, TableStyle>: Archive,\n Archived<Features>: CheckBytes<__C>,\n Archived<Arc<ModuleInfo>>: CheckBytes<__C>,\n Archived<PrimaryMap<MemoryIndex, MemoryStyle>>: CheckBytes<__C>,\n Archived<PrimaryMap<TableIndex, TableStyle>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedCompiledFunctionwhere\n FunctionBody: Archive,\n Vec<Relocation>: Archive,\n CompiledFunctionFrameInfo: Archive,\n Archived<FunctionBody>: CheckBytes<__C>,\n Archived<Vec<Relocation>>: CheckBytes<__C>,\n Archived<CompiledFunctionFrameInfo>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ImportIndexwhere\n FunctionIndex: CheckBytes<__C>,\n TableIndex: CheckBytes<__C>,\n MemoryIndex: CheckBytes<__C>,\n GlobalIndex: CheckBytes<__C>,"],["impl<__C: ?Sized, K, V> CheckBytes<__C> for ArchivedSecondaryMap<K, V>where\n K: EntityRef,\n V: Clone + Archive,\n Vec<V>: Archive,\n PhantomData<K>: Archive,\n Archived<Vec<V>>: CheckBytes<__C>,\n Archived<V>: CheckBytes<__C>,\n Archived<PhantomData<K>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for V128where\n [u8; 16]: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedModuleMetadatawhere\n CompileModuleInfo: Archive,\n String: Archive,\n Box<[OwnedDataInitializer]>: Archive,\n PrimaryMap<LocalFunctionIndex, u64>: Archive,\n u64: Archive,\n Archived<CompileModuleInfo>: CheckBytes<__C>,\n Archived<String>: CheckBytes<__C>,\n Archived<Box<[OwnedDataInitializer]>>: CheckBytes<__C>,\n Archived<PrimaryMap<LocalFunctionIndex, u64>>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedImportKeywhere\n String: Archive,\n u32: Archive,\n Archived<String>: CheckBytes<__C>,\n Archived<u32>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedFunctionBodywhere\n Vec<u8>: Archive,\n Option<CompiledFunctionUnwindInfo>: Archive,\n Archived<Vec<u8>>: CheckBytes<__C>,\n Archived<Option<CompiledFunctionUnwindInfo>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for GlobalInitwhere\n i32: CheckBytes<__C>,\n i64: CheckBytes<__C>,\n f32: CheckBytes<__C>,\n f64: CheckBytes<__C>,\n V128: CheckBytes<__C>,\n GlobalIndex: CheckBytes<__C>,\n FunctionIndex: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedTableInitializerwhere\n TableIndex: Archive,\n Option<GlobalIndex>: Archive,\n usize: Archive,\n Box<[FunctionIndex]>: Archive,\n Archived<TableIndex>: CheckBytes<__C>,\n Archived<Option<GlobalIndex>>: CheckBytes<__C>,\n Archived<usize>: CheckBytes<__C>,\n Archived<Box<[FunctionIndex]>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for Type"],["impl<__C: ?Sized> CheckBytes<__C> for ElemIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for LocalFunctionIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for LocalGlobalIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for SourceLocwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for DataIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedArchivableModuleInfowhere\n Option<String>: Archive,\n Option<ModuleHash>: Archive,\n IndexMap<ImportKey, ImportIndex>: Archive,\n IndexMap<String, ExportIndex>: Archive,\n Option<FunctionIndex>: Archive,\n Vec<TableInitializer>: Archive,\n BTreeMap<ElemIndex, Box<[FunctionIndex]>>: Archive,\n BTreeMap<DataIndex, Box<[u8]>>: Archive,\n PrimaryMap<LocalGlobalIndex, GlobalInit>: Archive,\n BTreeMap<FunctionIndex, String>: Archive,\n PrimaryMap<SignatureIndex, FunctionType>: Archive,\n PrimaryMap<FunctionIndex, SignatureIndex>: Archive,\n PrimaryMap<TableIndex, TableType>: Archive,\n PrimaryMap<MemoryIndex, MemoryType>: Archive,\n PrimaryMap<GlobalIndex, GlobalType>: Archive,\n IndexMap<String, CustomSectionIndex>: Archive,\n PrimaryMap<CustomSectionIndex, Box<[u8]>>: Archive,\n usize: Archive,\n Archived<Option<String>>: CheckBytes<__C>,\n Archived<Option<ModuleHash>>: CheckBytes<__C>,\n Archived<IndexMap<ImportKey, ImportIndex>>: CheckBytes<__C>,\n Archived<IndexMap<String, ExportIndex>>: CheckBytes<__C>,\n Archived<Option<FunctionIndex>>: CheckBytes<__C>,\n Archived<Vec<TableInitializer>>: CheckBytes<__C>,\n Archived<BTreeMap<ElemIndex, Box<[FunctionIndex]>>>: CheckBytes<__C>,\n Archived<BTreeMap<DataIndex, Box<[u8]>>>: CheckBytes<__C>,\n Archived<PrimaryMap<LocalGlobalIndex, GlobalInit>>: CheckBytes<__C>,\n Archived<BTreeMap<FunctionIndex, String>>: CheckBytes<__C>,\n Archived<PrimaryMap<SignatureIndex, FunctionType>>: CheckBytes<__C>,\n Archived<PrimaryMap<FunctionIndex, SignatureIndex>>: CheckBytes<__C>,\n Archived<PrimaryMap<TableIndex, TableType>>: CheckBytes<__C>,\n Archived<PrimaryMap<MemoryIndex, MemoryType>>: CheckBytes<__C>,\n Archived<PrimaryMap<GlobalIndex, GlobalType>>: CheckBytes<__C>,\n Archived<IndexMap<String, CustomSectionIndex>>: CheckBytes<__C>,\n Archived<PrimaryMap<CustomSectionIndex, Box<[u8]>>>: CheckBytes<__C>,\n Archived<usize>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for TrapInformationwhere\n CodeOffset: CheckBytes<__C>,\n TrapCode: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for Dwarfwhere\n SectionIndex: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for TableIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for TrapCode"],["impl<__C: ?Sized> CheckBytes<__C> for FunctionIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedModuleIdwhere\n usize: Archive,\n Archived<usize>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedCustomSectionwhere\n CustomSectionProtection: Archive,\n SectionBody: Archive,\n Vec<Relocation>: Archive,\n Archived<CustomSectionProtection>: CheckBytes<__C>,\n Archived<SectionBody>: CheckBytes<__C>,\n Archived<Vec<Relocation>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for Pageswhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized, K, V> CheckBytes<__C> for ArchivedPrimaryMap<K, V>where\n K: EntityRef,\n Vec<V>: Archive,\n PhantomData<K>: Archive,\n Archived<Vec<V>>: CheckBytes<__C>,\n Archived<PhantomData<K>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for GlobalTypewhere\n Type: CheckBytes<__C>,\n Mutability: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedRelocationwhere\n RelocationKind: Archive,\n RelocationTarget: Archive,\n CodeOffset: Archive,\n Addend: Archive,\n Archived<RelocationKind>: CheckBytes<__C>,\n Archived<RelocationTarget>: CheckBytes<__C>,\n Archived<CodeOffset>: CheckBytes<__C>,\n Archived<Addend>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedCompiledFunctionFrameInfowhere\n Vec<TrapInformation>: Archive,\n FunctionAddressMap: Archive,\n Archived<Vec<TrapInformation>>: CheckBytes<__C>,\n Archived<FunctionAddressMap>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedFunctionTypewhere\n Box<[Type]>: Archive,\n Archived<Box<[Type]>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedModuleHashwhere\n [u8; 8]: Archive,\n [u8; 32]: Archive,\n Archived<[u8; 8]>: CheckBytes<__C>,\n Archived<[u8; 32]>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for MemoryIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedCompiledFunctionUnwindInfowhere\n Vec<u8>: Archive,\n Archived<Vec<u8>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for RelocationTargetwhere\n LocalFunctionIndex: CheckBytes<__C>,\n LibCall: CheckBytes<__C>,\n SectionIndex: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for Featureswhere\n bool: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for CustomSectionIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for Mutability"],["impl<__C: ?Sized> CheckBytes<__C> for SectionIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for LibCall"],["impl<__C: ?Sized> CheckBytes<__C> for GlobalIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for RelocationKind"],["impl<__C: ?Sized> CheckBytes<__C> for CustomSectionProtection"],["impl<__C: ?Sized> CheckBytes<__C> for SignatureIndexwhere\n u32: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedInstructionAddressMapwhere\n SourceLoc: Archive,\n usize: Archive,\n Archived<SourceLoc>: CheckBytes<__C>,\n Archived<usize>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedSerializableModulewhere\n SerializableCompilation: Archive,\n CompileModuleInfo: Archive,\n Box<[OwnedDataInitializer]>: Archive,\n u64: Archive,\n Archived<SerializableCompilation>: CheckBytes<__C>,\n Archived<CompileModuleInfo>: CheckBytes<__C>,\n Archived<Box<[OwnedDataInitializer]>>: CheckBytes<__C>,\n Archived<u64>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedDataInitializerLocationwhere\n MemoryIndex: Archive,\n Option<GlobalIndex>: Archive,\n usize: Archive,\n Archived<MemoryIndex>: CheckBytes<__C>,\n Archived<Option<GlobalIndex>>: CheckBytes<__C>,\n Archived<usize>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedMemoryTypewhere\n Pages: Archive,\n Option<Pages>: Archive,\n bool: Archive,\n Archived<Pages>: CheckBytes<__C>,\n Archived<Option<Pages>>: CheckBytes<__C>,\n Archived<bool>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for ArchivedOwnedDataInitializerwhere\n DataInitializerLocation: Archive,\n Box<[u8]>: Archive,\n Archived<DataInitializerLocation>: CheckBytes<__C>,\n Archived<Box<[u8]>>: CheckBytes<__C>,"],["impl<__C: ?Sized> CheckBytes<__C> for TableStyle"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/clap_builder/derive/trait.Args.js b/crates/doc/implementors/clap_builder/derive/trait.Args.js index 7e768ea0ba4..0256a6e400f 100644 --- a/crates/doc/implementors/clap_builder/derive/trait.Args.js +++ b/crates/doc/implementors/clap_builder/derive/trait.Args.js @@ -1,6 +1,6 @@ (function() {var implementors = { "wasmer_argus":[["impl Args for ArgusConfig"]], -"wasmer_cli":[["impl Args for WasmFeatures"],["impl Args for SetProxyUrl"],["impl Args for CmdAppDelete"],["impl Args for CmdSsh"],["impl Args for CmdAppCreate"],["impl Args for CmdNamespaceList"],["impl Args for PackageUnpack"],["impl Args for CmdAppDeploy"],["impl Args for PackageTag"],["impl Args for SetRegistryToken"],["impl Args for Compile"],["impl Args for CmdJournalInspect"],["impl Args for CmdGenCompletions"],["impl Args for Binfmt"],["impl Args for Run"],["impl Args for CmdDomainRegister"],["impl Args for CmdNamespaceGet"],["impl Args for CmdDomainGet"],["impl Args for SetUpdateNotificationsEnabled"],["impl Args for CmdAppGet"],["impl Args for CmdAppInfo"],["impl Args for Flags"],["impl Args for CmdAppVersionList"],["impl Args for WcgiOptions"],["impl Args for CreateExe"],["impl Args for Validate"],["impl Args for ItemFormatOpts"],["impl Args for CmdJournalFilter"],["impl Args for CmdZoneFileGet"],["impl Args for CmdAppLogs"],["impl Args for CmdJournalImport"],["impl Args for Wast"],["impl Args for CmdZoneFileSync"],["impl Args for CmdAppPurgeCache"],["impl Args for SetTelemetryEnabled"],["impl Args for WasmerEnv"],["impl Args for Init"],["impl Args for Login"],["impl Args for Config"],["impl Args for CmdNamespaceCreate"],["impl Args for CmdConnect"],["impl Args for CmdGenManPage"],["impl Args for PackagePush"],["impl Args for StoreOptions"],["impl Args for SetRegistryUrl"],["impl Args for PackagePublish"],["impl Args for PackageDownload"],["impl Args for CmdAppVersionActivate"],["impl Args for AppIdentOpts"],["impl Args for CmdExtractWhatMemory"],["impl Args for Output"],["impl Args for CmdAppVersionGet"],["impl Args for CmdJournalExtract"],["impl Args for WasmFeatures"],["impl Args for Whoami"],["impl Args for CmdJournalExport"],["impl Args for PackageBuild"],["impl Args for WasmerCmd"],["impl Args for GenCHeader"],["impl Args for Cache"],["impl Args for CrossCompile"],["impl Args for CmdAppList"],["impl Args for ApiOpts"],["impl Args for ItemTableFormatOpts"],["impl Args for CmdJournalCompact"],["impl Args for CmdDomainList"],["impl Args for Add"],["impl Args for CompilerOptions"],["impl Args for CreateObj"],["impl Args for Wasi"],["impl Args for Inspect"],["impl Args for SelfUpdate"],["impl Args for ListFormatOpts"]], -"wasmer_compiler_cli":[["impl Args for StoreOptions"],["impl Args for WasmFeatures"],["impl Args for Config"],["impl Args for CompilerOptions"],["impl Args for Validate"],["impl Args for Compile"]], +"wasmer_cli":[["impl Args for PackagePublish"],["impl Args for Login"],["impl Args for CmdJournalInspect"],["impl Args for CreateExe"],["impl Args for ItemTableFormatOpts"],["impl Args for CompilerOptions"],["impl Args for SetRegistryToken"],["impl Args for Whoami"],["impl Args for ItemFormatOpts"],["impl Args for CmdAppDeploy"],["impl Args for SetRegistryUrl"],["impl Args for PackageUnpack"],["impl Args for ApiOpts"],["impl Args for CmdAppVersionList"],["impl Args for CmdAppLogs"],["impl Args for WasmerCmd"],["impl Args for SetProxyUrl"],["impl Args for CreateObj"],["impl Args for SetTelemetryEnabled"],["impl Args for CmdNamespaceGet"],["impl Args for CmdGenCompletions"],["impl Args for CmdJournalExtract"],["impl Args for WcgiOptions"],["impl Args for CmdJournalCompact"],["impl Args for WasmerEnv"],["impl Args for CmdAppPurgeCache"],["impl Args for PackagePush"],["impl Args for PackageBuild"],["impl Args for SelfUpdate"],["impl Args for PackageDownload"],["impl Args for Compile"],["impl Args for CmdZoneFileSync"],["impl Args for CmdGenManPage"],["impl Args for StoreOptions"],["impl Args for ListFormatOpts"],["impl Args for Validate"],["impl Args for CmdJournalImport"],["impl Args for Binfmt"],["impl Args for CmdJournalExport"],["impl Args for Run"],["impl Args for CmdAppList"],["impl Args for Inspect"],["impl Args for Flags"],["impl Args for CmdJournalFilter"],["impl Args for Config"],["impl Args for CmdDomainRegister"],["impl Args for Wasi"],["impl Args for CrossCompile"],["impl Args for SetUpdateNotificationsEnabled"],["impl Args for CmdAppGet"],["impl Args for CmdAppDelete"],["impl Args for Init"],["impl Args for Cache"],["impl Args for CmdAppVersionActivate"],["impl Args for CmdDomainGet"],["impl Args for CmdNamespaceCreate"],["impl Args for CmdAppCreate"],["impl Args for CmdDomainList"],["impl Args for CmdZoneFileGet"],["impl Args for Output"],["impl Args for Add"],["impl Args for CmdSsh"],["impl Args for CmdAppInfo"],["impl Args for AppIdentOpts"],["impl Args for WasmFeatures"],["impl Args for CmdAppVersionGet"],["impl Args for CmdNamespaceList"],["impl Args for CmdConnect"],["impl Args for CmdExtractWhatMemory"],["impl Args for WasmFeatures"],["impl Args for PackageTag"],["impl Args for Wast"],["impl Args for GenCHeader"]], +"wasmer_compiler_cli":[["impl Args for CompilerOptions"],["impl Args for Compile"],["impl Args for Validate"],["impl Args for WasmFeatures"],["impl Args for StoreOptions"],["impl Args for Config"]], "wasmer_registry":[["impl Args for WasmerEnv"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/clap_builder/derive/trait.CommandFactory.js b/crates/doc/implementors/clap_builder/derive/trait.CommandFactory.js index faa64f58dd3..e294a2427a3 100644 --- a/crates/doc/implementors/clap_builder/derive/trait.CommandFactory.js +++ b/crates/doc/implementors/clap_builder/derive/trait.CommandFactory.js @@ -1,6 +1,6 @@ (function() {var implementors = { "wasmer_argus":[["impl CommandFactory for ArgusConfig"]], -"wasmer_cli":[["impl CommandFactory for CmdDomainRegister"],["impl CommandFactory for PackageUnpack"],["impl CommandFactory for SetRegistryUrl"],["impl CommandFactory for PackageTag"],["impl CommandFactory for WasmFeatures"],["impl CommandFactory for GenCHeader"],["impl CommandFactory for CmdDomainGet"],["impl CommandFactory for CmdSsh"],["impl CommandFactory for GetOrSet"],["impl CommandFactory for Wast"],["impl CommandFactory for CmdAppVersionGet"],["impl CommandFactory for Action"],["impl CommandFactory for CmdAppList"],["impl CommandFactory for CrossCompile"],["impl CommandFactory for ItemFormatOpts"],["impl CommandFactory for ApiOpts"],["impl CommandFactory for Cmd"],["impl CommandFactory for WasmerEnv"],["impl CommandFactory for CmdAppLogs"],["impl CommandFactory for CmdDomainList"],["impl CommandFactory for Validate"],["impl CommandFactory for WasmerCmd"],["impl CommandFactory for CmdJournalExtract"],["impl CommandFactory for CmdAppGet"],["impl CommandFactory for Compile"],["impl CommandFactory for CmdAppCreate"],["impl CommandFactory for Login"],["impl CommandFactory for CmdJournalFilter"],["impl CommandFactory for CmdJournalImport"],["impl CommandFactory for RetrievableConfigField"],["impl CommandFactory for StorableConfigField"],["impl CommandFactory for PackagePublish"],["impl CommandFactory for PackageDownload"],["impl CommandFactory for Config"],["impl CommandFactory for CmdGenCompletions"],["impl CommandFactory for SetRegistryToken"],["impl CommandFactory for Flags"],["impl CommandFactory for CmdNamespaceGet"],["impl CommandFactory for SelfUpdate"],["impl CommandFactory for CmdZoneFileSync"],["impl CommandFactory for CmdAppVersionActivate"],["impl CommandFactory for CreateObj"],["impl CommandFactory for CmdAppInfo"],["impl CommandFactory for ListFormatOpts"],["impl CommandFactory for CmdJournalInspect"],["impl CommandFactory for CmdNamespaceList"],["impl CommandFactory for Init"],["impl CommandFactory for CmdExtractWhatMemory"],["impl CommandFactory for CmdZoneFileGet"],["impl CommandFactory for Inspect"],["impl CommandFactory for StoreOptions"],["impl CommandFactory for CmdAppDelete"],["impl CommandFactory for CmdJournalCompact"],["impl CommandFactory for AppIdentOpts"],["impl CommandFactory for CmdGenManPage"],["impl CommandFactory for CmdAppVersionList"],["impl CommandFactory for CmdJournalExport"],["impl CommandFactory for WasmFeatures"],["impl CommandFactory for Wasi"],["impl CommandFactory for PackagePush"],["impl CommandFactory for CompilerOptions"],["impl CommandFactory for WcgiOptions"],["impl CommandFactory for CreateExe"],["impl CommandFactory for CmdAppPurgeCache"],["impl CommandFactory for Whoami"],["impl CommandFactory for SetProxyUrl"],["impl CommandFactory for Output"],["impl CommandFactory for ItemTableFormatOpts"],["impl CommandFactory for SetTelemetryEnabled"],["impl CommandFactory for Add"],["impl CommandFactory for CmdAppDeploy"],["impl CommandFactory for Binfmt"],["impl CommandFactory for CmdNamespaceCreate"],["impl CommandFactory for Cmd"],["impl CommandFactory for PackageBuild"],["impl CommandFactory for Cache"],["impl CommandFactory for CmdConnect"],["impl CommandFactory for SetUpdateNotificationsEnabled"],["impl CommandFactory for Run"]], -"wasmer_compiler_cli":[["impl CommandFactory for WasmFeatures"],["impl CommandFactory for WasmerCLIOptions"],["impl CommandFactory for Validate"],["impl CommandFactory for CompilerOptions"],["impl CommandFactory for StoreOptions"],["impl CommandFactory for Compile"],["impl CommandFactory for Config"]], +"wasmer_cli":[["impl CommandFactory for GenCHeader"],["impl CommandFactory for Binfmt"],["impl CommandFactory for Validate"],["impl CommandFactory for CmdNamespaceGet"],["impl CommandFactory for Init"],["impl CommandFactory for CmdExtractWhatMemory"],["impl CommandFactory for Output"],["impl CommandFactory for CmdAppVersionActivate"],["impl CommandFactory for CmdSsh"],["impl CommandFactory for SetUpdateNotificationsEnabled"],["impl CommandFactory for Run"],["impl CommandFactory for CmdGenCompletions"],["impl CommandFactory for StorableConfigField"],["impl CommandFactory for Cache"],["impl CommandFactory for Add"],["impl CommandFactory for CreateExe"],["impl CommandFactory for Whoami"],["impl CommandFactory for CmdAppDeploy"],["impl CommandFactory for CmdAppPurgeCache"],["impl CommandFactory for WasmerEnv"],["impl CommandFactory for ItemTableFormatOpts"],["impl CommandFactory for ItemFormatOpts"],["impl CommandFactory for WasmerCmd"],["impl CommandFactory for CompilerOptions"],["impl CommandFactory for ApiOpts"],["impl CommandFactory for CmdAppDelete"],["impl CommandFactory for Cmd"],["impl CommandFactory for GetOrSet"],["impl CommandFactory for CrossCompile"],["impl CommandFactory for Compile"],["impl CommandFactory for SetProxyUrl"],["impl CommandFactory for CmdDomainList"],["impl CommandFactory for WasmFeatures"],["impl CommandFactory for CmdDomainRegister"],["impl CommandFactory for CmdNamespaceCreate"],["impl CommandFactory for PackageTag"],["impl CommandFactory for Login"],["impl CommandFactory for CmdAppVersionGet"],["impl CommandFactory for CmdAppGet"],["impl CommandFactory for Flags"],["impl CommandFactory for PackagePublish"],["impl CommandFactory for CmdAppCreate"],["impl CommandFactory for PackagePush"],["impl CommandFactory for CmdConnect"],["impl CommandFactory for ListFormatOpts"],["impl CommandFactory for SetTelemetryEnabled"],["impl CommandFactory for CmdZoneFileGet"],["impl CommandFactory for Config"],["impl CommandFactory for Cmd"],["impl CommandFactory for SetRegistryUrl"],["impl CommandFactory for Inspect"],["impl CommandFactory for PackageUnpack"],["impl CommandFactory for CmdGenManPage"],["impl CommandFactory for CmdJournalExtract"],["impl CommandFactory for AppIdentOpts"],["impl CommandFactory for CmdDomainGet"],["impl CommandFactory for CmdJournalExport"],["impl CommandFactory for CreateObj"],["impl CommandFactory for CmdAppList"],["impl CommandFactory for Action"],["impl CommandFactory for CmdAppInfo"],["impl CommandFactory for WasmFeatures"],["impl CommandFactory for CmdAppVersionList"],["impl CommandFactory for SelfUpdate"],["impl CommandFactory for WcgiOptions"],["impl CommandFactory for Wasi"],["impl CommandFactory for CmdAppLogs"],["impl CommandFactory for CmdZoneFileSync"],["impl CommandFactory for CmdJournalCompact"],["impl CommandFactory for Wast"],["impl CommandFactory for PackageBuild"],["impl CommandFactory for CmdJournalFilter"],["impl CommandFactory for CmdNamespaceList"],["impl CommandFactory for StoreOptions"],["impl CommandFactory for RetrievableConfigField"],["impl CommandFactory for CmdJournalImport"],["impl CommandFactory for PackageDownload"],["impl CommandFactory for CmdJournalInspect"],["impl CommandFactory for SetRegistryToken"]], +"wasmer_compiler_cli":[["impl CommandFactory for Validate"],["impl CommandFactory for Compile"],["impl CommandFactory for WasmFeatures"],["impl CommandFactory for CompilerOptions"],["impl CommandFactory for WasmerCLIOptions"],["impl CommandFactory for StoreOptions"],["impl CommandFactory for Config"]], "wasmer_registry":[["impl CommandFactory for WasmerEnv"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/clap_builder/derive/trait.FromArgMatches.js b/crates/doc/implementors/clap_builder/derive/trait.FromArgMatches.js index 883ead3bf72..ece78309c71 100644 --- a/crates/doc/implementors/clap_builder/derive/trait.FromArgMatches.js +++ b/crates/doc/implementors/clap_builder/derive/trait.FromArgMatches.js @@ -1,6 +1,6 @@ (function() {var implementors = { "wasmer_argus":[["impl FromArgMatches for ArgusConfig"]], -"wasmer_cli":[["impl FromArgMatches for CmdAppDelete"],["impl FromArgMatches for CmdJournalImport"],["impl FromArgMatches for CmdAppVersion"],["impl FromArgMatches for CmdDomainGet"],["impl FromArgMatches for CmdDomainRegister"],["impl FromArgMatches for SelfUpdate"],["impl FromArgMatches for CmdDomain"],["impl FromArgMatches for Whoami"],["impl FromArgMatches for ListFormatOpts"],["impl FromArgMatches for CmdNamespaceGet"],["impl FromArgMatches for Cmd"],["impl FromArgMatches for CmdDomainList"],["impl FromArgMatches for PackageDownload"],["impl FromArgMatches for ItemTableFormatOpts"],["impl FromArgMatches for SetRegistryUrl"],["impl FromArgMatches for CmdExtractWhat"],["impl FromArgMatches for CmdZoneFileGet"],["impl FromArgMatches for CmdJournalExport"],["impl FromArgMatches for Compile"],["impl FromArgMatches for Output"],["impl FromArgMatches for CreateExe"],["impl FromArgMatches for CmdAppVersionActivate"],["impl FromArgMatches for CmdGenManPage"],["impl FromArgMatches for CmdAppPurgeCache"],["impl FromArgMatches for CmdJournalCompact"],["impl FromArgMatches for CmdAppVersionGet"],["impl FromArgMatches for CmdApp"],["impl FromArgMatches for Wast"],["impl FromArgMatches for ItemFormatOpts"],["impl FromArgMatches for CrossCompile"],["impl FromArgMatches for CmdAppGet"],["impl FromArgMatches for CmdZoneFileSync"],["impl FromArgMatches for PackagePublish"],["impl FromArgMatches for CreateObj"],["impl FromArgMatches for Init"],["impl FromArgMatches for CmdAppLogs"],["impl FromArgMatches for Add"],["impl FromArgMatches for SetProxyUrl"],["impl FromArgMatches for WasmFeatures"],["impl FromArgMatches for CmdAppCreate"],["impl FromArgMatches for Package"],["impl FromArgMatches for GetOrSet"],["impl FromArgMatches for Flags"],["impl FromArgMatches for SetRegistryToken"],["impl FromArgMatches for CmdGenCompletions"],["impl FromArgMatches for Cache"],["impl FromArgMatches for Wasi"],["impl FromArgMatches for Action"],["impl FromArgMatches for CmdJournal"],["impl FromArgMatches for Config"],["impl FromArgMatches for StoreOptions"],["impl FromArgMatches for WasmerEnv"],["impl FromArgMatches for Inspect"],["impl FromArgMatches for RetrievableConfigField"],["impl FromArgMatches for ApiOpts"],["impl FromArgMatches for CmdSsh"],["impl FromArgMatches for CmdJournalExtract"],["impl FromArgMatches for AppIdentOpts"],["impl FromArgMatches for Cmd"],["impl FromArgMatches for CmdAppVersionList"],["impl FromArgMatches for StorableConfigField"],["impl FromArgMatches for SetTelemetryEnabled"],["impl FromArgMatches for CmdAppList"],["impl FromArgMatches for PackagePush"],["impl FromArgMatches for PackageUnpack"],["impl FromArgMatches for CmdNamespaceList"],["impl FromArgMatches for CompilerOptions"],["impl FromArgMatches for Run"],["impl FromArgMatches for PackageTag"],["impl FromArgMatches for CmdAppInfo"],["impl FromArgMatches for SetUpdateNotificationsEnabled"],["impl FromArgMatches for CmdAppDeploy"],["impl FromArgMatches for CmdJournalInspect"],["impl FromArgMatches for Binfmt"],["impl FromArgMatches for CmdConnect"],["impl FromArgMatches for Login"],["impl FromArgMatches for PackageBuild"],["impl FromArgMatches for Container"],["impl FromArgMatches for WasmFeatures"],["impl FromArgMatches for WasmerCmd"],["impl FromArgMatches for CmdNamespaceCreate"],["impl FromArgMatches for CmdJournalFilter"],["impl FromArgMatches for CmdNamespace"],["impl FromArgMatches for GenCHeader"],["impl FromArgMatches for Validate"],["impl FromArgMatches for WcgiOptions"],["impl FromArgMatches for CmdExtractWhatMemory"]], -"wasmer_compiler_cli":[["impl FromArgMatches for CompilerOptions"],["impl FromArgMatches for Validate"],["impl FromArgMatches for Config"],["impl FromArgMatches for Compile"],["impl FromArgMatches for StoreOptions"],["impl FromArgMatches for WasmFeatures"],["impl FromArgMatches for WasmerCLIOptions"]], +"wasmer_cli":[["impl FromArgMatches for Binfmt"],["impl FromArgMatches for PackagePublish"],["impl FromArgMatches for CmdJournalInspect"],["impl FromArgMatches for PackagePush"],["impl FromArgMatches for CmdAppCreate"],["impl FromArgMatches for CmdJournalExport"],["impl FromArgMatches for Cmd"],["impl FromArgMatches for CmdDomainList"],["impl FromArgMatches for Package"],["impl FromArgMatches for CmdJournalImport"],["impl FromArgMatches for Cache"],["impl FromArgMatches for CmdNamespaceCreate"],["impl FromArgMatches for CmdDomainGet"],["impl FromArgMatches for SetRegistryUrl"],["impl FromArgMatches for Flags"],["impl FromArgMatches for CmdNamespaceGet"],["impl FromArgMatches for CmdJournal"],["impl FromArgMatches for CmdAppDelete"],["impl FromArgMatches for CmdJournalExtract"],["impl FromArgMatches for PackageTag"],["impl FromArgMatches for AppIdentOpts"],["impl FromArgMatches for CmdZoneFileGet"],["impl FromArgMatches for Validate"],["impl FromArgMatches for WasmFeatures"],["impl FromArgMatches for CmdNamespace"],["impl FromArgMatches for CmdAppLogs"],["impl FromArgMatches for CrossCompile"],["impl FromArgMatches for PackageUnpack"],["impl FromArgMatches for Container"],["impl FromArgMatches for CmdGenManPage"],["impl FromArgMatches for CmdAppVersionList"],["impl FromArgMatches for CmdJournalCompact"],["impl FromArgMatches for Run"],["impl FromArgMatches for RetrievableConfigField"],["impl FromArgMatches for Wasi"],["impl FromArgMatches for CmdAppVersion"],["impl FromArgMatches for SelfUpdate"],["impl FromArgMatches for WcgiOptions"],["impl FromArgMatches for Action"],["impl FromArgMatches for CmdExtractWhat"],["impl FromArgMatches for Whoami"],["impl FromArgMatches for ApiOpts"],["impl FromArgMatches for Wast"],["impl FromArgMatches for CmdAppDeploy"],["impl FromArgMatches for Inspect"],["impl FromArgMatches for CmdAppVersionActivate"],["impl FromArgMatches for ListFormatOpts"],["impl FromArgMatches for CmdJournalFilter"],["impl FromArgMatches for SetTelemetryEnabled"],["impl FromArgMatches for StoreOptions"],["impl FromArgMatches for CmdDomainRegister"],["impl FromArgMatches for CompilerOptions"],["impl FromArgMatches for WasmFeatures"],["impl FromArgMatches for CmdAppPurgeCache"],["impl FromArgMatches for CmdAppVersionGet"],["impl FromArgMatches for CmdNamespaceList"],["impl FromArgMatches for PackageBuild"],["impl FromArgMatches for SetUpdateNotificationsEnabled"],["impl FromArgMatches for CmdDomain"],["impl FromArgMatches for StorableConfigField"],["impl FromArgMatches for ItemTableFormatOpts"],["impl FromArgMatches for Add"],["impl FromArgMatches for CmdAppInfo"],["impl FromArgMatches for CmdExtractWhatMemory"],["impl FromArgMatches for Config"],["impl FromArgMatches for CmdApp"],["impl FromArgMatches for Cmd"],["impl FromArgMatches for SetRegistryToken"],["impl FromArgMatches for SetProxyUrl"],["impl FromArgMatches for CreateExe"],["impl FromArgMatches for CmdSsh"],["impl FromArgMatches for Compile"],["impl FromArgMatches for CmdAppList"],["impl FromArgMatches for CmdGenCompletions"],["impl FromArgMatches for PackageDownload"],["impl FromArgMatches for WasmerEnv"],["impl FromArgMatches for Init"],["impl FromArgMatches for ItemFormatOpts"],["impl FromArgMatches for CmdZoneFileSync"],["impl FromArgMatches for CreateObj"],["impl FromArgMatches for CmdAppGet"],["impl FromArgMatches for CmdConnect"],["impl FromArgMatches for GenCHeader"],["impl FromArgMatches for Output"],["impl FromArgMatches for GetOrSet"],["impl FromArgMatches for WasmerCmd"],["impl FromArgMatches for Login"]], +"wasmer_compiler_cli":[["impl FromArgMatches for Validate"],["impl FromArgMatches for WasmFeatures"],["impl FromArgMatches for CompilerOptions"],["impl FromArgMatches for Compile"],["impl FromArgMatches for WasmerCLIOptions"],["impl FromArgMatches for StoreOptions"],["impl FromArgMatches for Config"]], "wasmer_registry":[["impl FromArgMatches for WasmerEnv"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/clap_builder/derive/trait.Parser.js b/crates/doc/implementors/clap_builder/derive/trait.Parser.js index da20d52409b..e3ca0bdd55e 100644 --- a/crates/doc/implementors/clap_builder/derive/trait.Parser.js +++ b/crates/doc/implementors/clap_builder/derive/trait.Parser.js @@ -1,6 +1,6 @@ (function() {var implementors = { "wasmer_argus":[["impl Parser for ArgusConfig"]], -"wasmer_cli":[["impl Parser for Wast"],["impl Parser for Config"],["impl Parser for SetRegistryToken"],["impl Parser for Cache"],["impl Parser for SetUpdateNotificationsEnabled"],["impl Parser for PackageDownload"],["impl Parser for ApiOpts"],["impl Parser for CreateObj"],["impl Parser for CmdDomainRegister"],["impl Parser for CmdAppVersionActivate"],["impl Parser for CmdAppVersionList"],["impl Parser for CmdExtractWhatMemory"],["impl Parser for CreateExe"],["impl Parser for WcgiOptions"],["impl Parser for CmdAppCreate"],["impl Parser for GenCHeader"],["impl Parser for Cmd"],["impl Parser for StoreOptions"],["impl Parser for AppIdentOpts"],["impl Parser for WasmFeatures"],["impl Parser for PackageBuild"],["impl Parser for CompilerOptions"],["impl Parser for Wasi"],["impl Parser for CmdDomainGet"],["impl Parser for PackageUnpack"],["impl Parser for Init"],["impl Parser for CmdJournalCompact"],["impl Parser for SetRegistryUrl"],["impl Parser for WasmFeatures"],["impl Parser for CmdAppGet"],["impl Parser for CmdJournalExtract"],["impl Parser for PackagePush"],["impl Parser for CmdJournalImport"],["impl Parser for SetProxyUrl"],["impl Parser for CmdJournalExport"],["impl Parser for CmdAppList"],["impl Parser for CmdAppVersionGet"],["impl Parser for PackagePublish"],["impl Parser for Flags"],["impl Parser for SetTelemetryEnabled"],["impl Parser for CmdZoneFileGet"],["impl Parser for CmdAppInfo"],["impl Parser for ItemFormatOpts"],["impl Parser for CmdNamespaceList"],["impl Parser for Cmd"],["impl Parser for Action"],["impl Parser for CmdJournalFilter"],["impl Parser for ItemTableFormatOpts"],["impl Parser for CmdGenCompletions"],["impl Parser for Inspect"],["impl Parser for CmdAppPurgeCache"],["impl Parser for GetOrSet"],["impl Parser for CmdConnect"],["impl Parser for Binfmt"],["impl Parser for Whoami"],["impl Parser for CmdSsh"],["impl Parser for Compile"],["impl Parser for Add"],["impl Parser for CmdJournalInspect"],["impl Parser for CmdNamespaceCreate"],["impl Parser for CmdGenManPage"],["impl Parser for WasmerEnv"],["impl Parser for WasmerCmd"],["impl Parser for CmdDomainList"],["impl Parser for CmdAppDelete"],["impl Parser for PackageTag"],["impl Parser for Validate"],["impl Parser for CmdNamespaceGet"],["impl Parser for RetrievableConfigField"],["impl Parser for Output"],["impl Parser for StorableConfigField"],["impl Parser for CmdZoneFileSync"],["impl Parser for Run"],["impl Parser for CmdAppLogs"],["impl Parser for CrossCompile"],["impl Parser for CmdAppDeploy"],["impl Parser for SelfUpdate"],["impl Parser for Login"],["impl Parser for ListFormatOpts"]], -"wasmer_compiler_cli":[["impl Parser for WasmFeatures"],["impl Parser for CompilerOptions"],["impl Parser for WasmerCLIOptions"],["impl Parser for Validate"],["impl Parser for StoreOptions"],["impl Parser for Compile"],["impl Parser for Config"]], +"wasmer_cli":[["impl Parser for Init"],["impl Parser for GenCHeader"],["impl Parser for CmdAppInfo"],["impl Parser for CmdZoneFileSync"],["impl Parser for PackageBuild"],["impl Parser for CmdDomainList"],["impl Parser for Action"],["impl Parser for Whoami"],["impl Parser for ListFormatOpts"],["impl Parser for RetrievableConfigField"],["impl Parser for CmdAppDeploy"],["impl Parser for Config"],["impl Parser for SetUpdateNotificationsEnabled"],["impl Parser for StoreOptions"],["impl Parser for AppIdentOpts"],["impl Parser for PackageDownload"],["impl Parser for Flags"],["impl Parser for Wasi"],["impl Parser for CreateExe"],["impl Parser for CrossCompile"],["impl Parser for CmdAppCreate"],["impl Parser for PackagePush"],["impl Parser for SelfUpdate"],["impl Parser for ApiOpts"],["impl Parser for CmdAppGet"],["impl Parser for Validate"],["impl Parser for CmdJournalExport"],["impl Parser for CmdSsh"],["impl Parser for StorableConfigField"],["impl Parser for Cmd"],["impl Parser for CmdNamespaceList"],["impl Parser for Compile"],["impl Parser for Output"],["impl Parser for Wast"],["impl Parser for CmdZoneFileGet"],["impl Parser for PackageUnpack"],["impl Parser for SetRegistryUrl"],["impl Parser for GetOrSet"],["impl Parser for CmdGenCompletions"],["impl Parser for Binfmt"],["impl Parser for ItemTableFormatOpts"],["impl Parser for CmdAppPurgeCache"],["impl Parser for WcgiOptions"],["impl Parser for Login"],["impl Parser for CmdJournalExtract"],["impl Parser for SetRegistryToken"],["impl Parser for CompilerOptions"],["impl Parser for SetProxyUrl"],["impl Parser for CmdExtractWhatMemory"],["impl Parser for CmdNamespaceCreate"],["impl Parser for ItemFormatOpts"],["impl Parser for WasmerEnv"],["impl Parser for PackageTag"],["impl Parser for CmdNamespaceGet"],["impl Parser for WasmerCmd"],["impl Parser for SetTelemetryEnabled"],["impl Parser for WasmFeatures"],["impl Parser for CmdDomainRegister"],["impl Parser for CmdAppLogs"],["impl Parser for CmdAppList"],["impl Parser for WasmFeatures"],["impl Parser for CmdAppVersionGet"],["impl Parser for CmdDomainGet"],["impl Parser for CmdAppVersionActivate"],["impl Parser for CmdAppDelete"],["impl Parser for Run"],["impl Parser for Cache"],["impl Parser for CmdConnect"],["impl Parser for CmdAppVersionList"],["impl Parser for CmdGenManPage"],["impl Parser for Inspect"],["impl Parser for Cmd"],["impl Parser for CmdJournalCompact"],["impl Parser for PackagePublish"],["impl Parser for CmdJournalImport"],["impl Parser for CmdJournalFilter"],["impl Parser for Add"],["impl Parser for CreateObj"],["impl Parser for CmdJournalInspect"]], +"wasmer_compiler_cli":[["impl Parser for Config"],["impl Parser for WasmerCLIOptions"],["impl Parser for Validate"],["impl Parser for Compile"],["impl Parser for WasmFeatures"],["impl Parser for CompilerOptions"],["impl Parser for StoreOptions"]], "wasmer_registry":[["impl Parser for WasmerEnv"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/clap_builder/derive/trait.Subcommand.js b/crates/doc/implementors/clap_builder/derive/trait.Subcommand.js index 4244629137d..57ed3f257cf 100644 --- a/crates/doc/implementors/clap_builder/derive/trait.Subcommand.js +++ b/crates/doc/implementors/clap_builder/derive/trait.Subcommand.js @@ -1,4 +1,4 @@ (function() {var implementors = { -"wasmer_cli":[["impl Subcommand for CmdApp"],["impl Subcommand for Cmd"],["impl Subcommand for Container"],["impl Subcommand for Action"],["impl Subcommand for Package"],["impl Subcommand for Cmd"],["impl Subcommand for StorableConfigField"],["impl Subcommand for CmdJournal"],["impl Subcommand for CmdExtractWhat"],["impl Subcommand for GetOrSet"],["impl Subcommand for CmdNamespace"],["impl Subcommand for CmdDomain"],["impl Subcommand for RetrievableConfigField"],["impl Subcommand for CmdAppVersion"]], +"wasmer_cli":[["impl Subcommand for Package"],["impl Subcommand for Cmd"],["impl Subcommand for Container"],["impl Subcommand for Cmd"],["impl Subcommand for CmdExtractWhat"],["impl Subcommand for CmdNamespace"],["impl Subcommand for CmdDomain"],["impl Subcommand for Action"],["impl Subcommand for CmdJournal"],["impl Subcommand for StorableConfigField"],["impl Subcommand for CmdApp"],["impl Subcommand for RetrievableConfigField"],["impl Subcommand for CmdAppVersion"],["impl Subcommand for GetOrSet"]], "wasmer_compiler_cli":[["impl Subcommand for WasmerCLIOptions"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/clap_builder/derive/trait.ValueEnum.js b/crates/doc/implementors/clap_builder/derive/trait.ValueEnum.js index 7ac5e54b900..6d2b9087c97 100644 --- a/crates/doc/implementors/clap_builder/derive/trait.ValueEnum.js +++ b/crates/doc/implementors/clap_builder/derive/trait.ValueEnum.js @@ -1,4 +1,4 @@ (function() {var implementors = { "wasmer_argus":[["impl ValueEnum for Backend"]], -"wasmer_cli":[["impl ValueEnum for LogStreamArg"],["impl ValueEnum for HashAlgorithm"],["impl ValueEnum for Template"],["impl ValueEnum for Sort"],["impl ValueEnum for LogFormat"],["impl ValueEnum for PublishWait"]] +"wasmer_cli":[["impl ValueEnum for LogFormat"],["impl ValueEnum for Sort"],["impl ValueEnum for Template"],["impl ValueEnum for LogStreamArg"],["impl ValueEnum for HashAlgorithm"],["impl ValueEnum for PublishWait"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/clone/trait.Clone.js b/crates/doc/implementors/core/clone/trait.Clone.js index 3d44f1f9042..8dc5f0fe412 100644 --- a/crates/doc/implementors/core/clone/trait.Clone.js +++ b/crates/doc/implementors/core/clone/trait.Clone.js @@ -3,30 +3,30 @@ "virtual_fs":[["impl Clone for FileType"],["impl Clone for StdioMode"],["impl Clone for FileHandle"],["impl Clone for MountPoint"],["impl Clone for TmpFileSystem"],["impl Clone for FileSystem"],["impl Clone for PipeTx"],["impl<F: Clone> Clone for TraceFileSystem<F>"],["impl Clone for DirEntry"],["impl Clone for ArcBoxFile"],["impl Clone for File"],["impl<P: Clone, S: Clone> Clone for OverlayFileSystem<P, S>"],["impl Clone for Pipe"],["impl Clone for FileSystem"],["impl Clone for FsError"],["impl Clone for Metadata"],["impl Clone for OpenOptionsConfig"],["impl Clone for NullFile"],["impl<T> Clone for ArcFile<T>where\n T: VirtualFile + Send + Sync + 'static,"],["impl Clone for PipeRx"],["impl Clone for ScopedDirectoryFileSystem"],["impl Clone for OffloadBackingStore"],["impl Clone for StaticFile"],["impl Clone for WebcVolumeFileSystem"],["impl Clone for DuplexPipe"],["impl Clone for UnionFileSystem"]], "virtual_mio":[["impl Clone for SharedWakerInterestHandler"],["impl Clone for InterestHandlerWaker"],["impl Clone for InterestType"],["impl Clone for InterestWakerMapState"],["impl Clone for ArcInterestHandler"],["impl Clone for InterestWakerMap"]], "virtual_net":[["impl Clone for StreamSecurity"],["impl Clone for LoopbackTcpListener"],["impl Clone for LoopbackNetworking"],["impl Clone for IpCidr"],["impl Clone for SocketStatus"],["impl Clone for RemoteTxWakers"],["impl Clone for IpRoute"],["impl Clone for RequestType"],["impl Clone for ResponseType"],["impl Clone for RemoteAdapterHandler"],["impl Clone for FrameSerializationFormat"],["impl Clone for NetworkError"],["impl Clone for Shutdown"],["impl Clone for SocketBuffer"],["impl Clone for SocketId"],["impl Clone for State"],["impl Clone for MessageRequest"],["impl Clone for RemoteNetworkingServer"],["impl Clone for RemoteNetworkingClient"],["impl Clone for MessageResponse"]], -"wai_bindgen_wasmer":[["impl Clone for Region"],["impl<T: Copy> Clone for Le<T>"]], +"wai_bindgen_wasmer":[["impl<T: Copy> Clone for Le<T>"],["impl Clone for Region"]], "wasi_test_generator":[["impl Clone for WasiVersion"],["impl Clone for NativeOutput"]], -"wasmer":[["impl<'a, T: Clone + ValueType> Clone for WasmRef<'a, T>"],["impl<T> Clone for FunctionEnv<T>"],["impl Clone for Function"],["impl Clone for MemoryLocation"],["impl<Args: Clone, Rets: Clone> Clone for TypedFunction<Args, Rets>"],["impl Clone for Global"],["impl<'a> Clone for MemoryBuffer<'a>"],["impl Clone for ExternRef"],["impl<T: ValueType, M: MemorySize> Clone for WasmPtr<T, M>"],["impl Clone for Memory"],["impl Clone for Instance"],["impl Clone for Table"],["impl Clone for Extern"],["impl Clone for Memory"],["impl Clone for Module"],["impl Clone for Value"],["impl Clone for ExportError"],["impl Clone for MemoryAccessError"],["impl Clone for Module"],["impl<'a> Clone for MemoryBuffer<'a>"],["impl Clone for Engine"],["impl<'a, T: Clone + ValueType> Clone for WasmSlice<'a, T>"],["impl Clone for Table"],["impl Clone for Imports"],["impl Clone for LinkError"],["impl Clone for Instance"],["impl Clone for ExternRef"],["impl Clone for Function"],["impl Clone for Global"],["impl Clone for SharedMemory"],["impl Clone for RuntimeError"],["impl Clone for Exports"],["impl Clone for InstantiationError"]], +"wasmer":[["impl Clone for Module"],["impl Clone for ExternRef"],["impl Clone for ExportError"],["impl Clone for Engine"],["impl Clone for Exports"],["impl Clone for MemoryAccessError"],["impl Clone for Table"],["impl<T: ValueType, M: MemorySize> Clone for WasmPtr<T, M>"],["impl Clone for ExternRef"],["impl Clone for RuntimeError"],["impl Clone for Memory"],["impl Clone for Instance"],["impl Clone for Table"],["impl Clone for MemoryLocation"],["impl<'a> Clone for MemoryBuffer<'a>"],["impl Clone for Global"],["impl Clone for Extern"],["impl<T> Clone for FunctionEnv<T>"],["impl<Args: Clone, Rets: Clone> Clone for TypedFunction<Args, Rets>"],["impl Clone for Value"],["impl Clone for Module"],["impl<'a, T: Clone + ValueType> Clone for WasmRef<'a, T>"],["impl Clone for Imports"],["impl Clone for InstantiationError"],["impl<'a> Clone for MemoryBuffer<'a>"],["impl Clone for SharedMemory"],["impl<'a, T: Clone + ValueType> Clone for WasmSlice<'a, T>"],["impl Clone for Function"],["impl Clone for Instance"],["impl Clone for Memory"],["impl Clone for LinkError"],["impl Clone for Global"],["impl Clone for Function"]], "wasmer_api":[["impl Clone for DateTime"],["impl Clone for CaaRecord"],["impl Clone for GetDeployAppVersions"],["impl Clone for GetAllDnsRecordsVariables"],["impl Clone for SoaRecord"],["impl Clone for PageInfo"],["impl Clone for DeployAppVersionConnection"],["impl Clone for GetDeployAppLogsVars"],["impl Clone for DnsmanagerSshFingerprintRecordAlgorithmChoices"],["impl Clone for GlobalId"],["impl Clone for AaaaRecord"],["impl Clone for DNameRecord"],["impl Clone for GetDeployAppVersionsVars"],["impl Clone for UserWithNamespaces"],["impl Clone for AppAliasEdge"],["impl Clone for PackageDistribution"],["impl Clone for LogStream"],["impl Clone for TxtRecord"],["impl Clone for DeployAppVersionEdge"],["impl Clone for Package"],["impl Clone for DnsDomain"],["impl Clone for DNSRecordsSortBy"],["impl Clone for DeployAppsSortBy"],["impl Clone for AllPackageReleasesVars"],["impl Clone for NodeKind"],["impl Clone for DnsDomainWithRecords"],["impl Clone for PackageVersion"],["impl Clone for WebcImage"],["impl Clone for BigInt"],["impl Clone for MarkAppVersionAsActivePayload"],["impl Clone for GetAppTemplatesVars"],["impl Clone for JSONString"],["impl Clone for DeleteAppPayload"],["impl Clone for NamespaceConnection"],["impl Clone for CNameRecord"],["impl Clone for DeployApp"],["impl Clone for PackageVersionSortBy"],["impl Clone for GetDeployAppsVars"],["impl Clone for PaginationVars"],["impl Clone for WasmerClient"],["impl Clone for SshfpRecord"],["impl Clone for DnsDomainWithZoneFile"],["impl Clone for AppAlias"],["impl Clone for SparseDeployApp"],["impl Clone for ErrorKind"],["impl Clone for PackageVersionWithPackage"],["impl Clone for MxRecord"],["impl Clone for AppAliasConnection"],["impl Clone for GetAllDomainsVariables"],["impl Clone for Namespace"],["impl Clone for PackageWebc"],["impl Clone for ARecord"],["impl Clone for AppTemplatesSortBy"],["impl Clone for PtrRecord"],["impl Clone for Owner"],["impl Clone for WebcVersion"],["impl Clone for DeployAppVersionsSortBy"],["impl Clone for DeleteAppVars"],["impl Clone for DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices"],["impl Clone for DnsmanagerSshFingerprintRecordTypeChoices"],["impl Clone for AllPackageVersionsVars"],["impl Clone for GlobalIdParseError"],["impl Clone for NsRecord"],["impl Clone for DeployAppVersion"],["impl Clone for DnsRecord"],["impl Clone for GrapheneRole"],["impl Clone for SrvRecord"],["impl Clone for DeployAppVersions"],["impl Clone for Jsonstring"],["impl Clone for NamespaceEdge"]], "wasmer_argus":[["impl Clone for Backend"],["impl Clone for TestReport"],["impl Clone for Argus"],["impl Clone for ArgusConfig"]], -"wasmer_c_api":[["impl Clone for wasm_limits_t"],["impl Clone for wasm_byte_vec_t"],["impl Clone for StoreRef"],["impl Clone for wasm_valtype_t"],["impl Clone for wasm_memory_t"],["impl Clone for wasm_val_inner"],["impl Clone for wasm_valkind_enum"],["impl Clone for ExternTypeConversionError"],["impl Clone for wasm_tabletype_vec_t"],["impl Clone for wasmer_engine_t"],["impl Clone for wasm_extern_vec_t"],["impl Clone for wasm_valtype_vec_t"],["impl Clone for wasmer_compiler_t"],["impl Clone for wasm_importtype_vec_t"],["impl Clone for wasm_mutability_enum"],["impl Clone for wasmer_named_extern_vec_t"],["impl Clone for wasm_exporttype_t"],["impl Clone for wasm_val_vec_t"],["impl Clone for wasm_importtype_t"],["impl Clone for wasmer_named_extern_t"],["impl Clone for wasm_extern_t"],["impl Clone for wasi_version_t"],["impl Clone for wasm_memorytype_t"],["impl Clone for wasm_functype_t"],["impl Clone for wasm_tabletype_t"],["impl Clone for wasm_exporttype_vec_t"],["impl Clone for wasm_frame_vec_t"],["impl Clone for wasm_globaltype_t"],["impl Clone for wasm_memorytype_vec_t"],["impl Clone for wasm_global_t"],["impl Clone for wasm_externtype_t"],["impl Clone for wasm_func_t"],["impl Clone for wasm_functype_vec_t"],["impl Clone for wasm_frame_t"],["impl Clone for wasm_val_t"],["impl Clone for wasm_module_t"],["impl Clone for wasm_table_t"],["impl Clone for wasm_globaltype_vec_t"]], +"wasmer_c_api":[["impl Clone for ExternTypeConversionError"],["impl Clone for wasm_val_vec_t"],["impl Clone for wasm_importtype_t"],["impl Clone for wasm_val_inner"],["impl Clone for wasm_externtype_t"],["impl Clone for wasm_table_t"],["impl Clone for wasm_limits_t"],["impl Clone for wasm_importtype_vec_t"],["impl Clone for wasm_memorytype_vec_t"],["impl Clone for wasm_val_t"],["impl Clone for wasm_valkind_enum"],["impl Clone for wasm_exporttype_t"],["impl Clone for wasm_mutability_enum"],["impl Clone for wasmer_named_extern_t"],["impl Clone for wasm_module_t"],["impl Clone for wasm_extern_t"],["impl Clone for wasm_func_t"],["impl Clone for wasm_functype_vec_t"],["impl Clone for wasm_frame_vec_t"],["impl Clone for wasm_byte_vec_t"],["impl Clone for wasm_memory_t"],["impl Clone for wasm_valtype_t"],["impl Clone for wasm_tabletype_t"],["impl Clone for wasm_exporttype_vec_t"],["impl Clone for wasm_globaltype_t"],["impl Clone for wasmer_compiler_t"],["impl Clone for wasmer_named_extern_vec_t"],["impl Clone for wasi_version_t"],["impl Clone for wasm_globaltype_vec_t"],["impl Clone for StoreRef"],["impl Clone for wasm_frame_t"],["impl Clone for wasm_tabletype_vec_t"],["impl Clone for wasm_global_t"],["impl Clone for wasm_valtype_vec_t"],["impl Clone for wasmer_engine_t"],["impl Clone for wasm_functype_t"],["impl Clone for wasm_extern_vec_t"],["impl Clone for wasm_memorytype_t"]], "wasmer_cache":[["impl Clone for Hash"],["impl Clone for FileSystemCache"]], -"wasmer_cli":[["impl Clone for Volume"],["impl Clone for BoolString"],["impl Clone for PublishWait"],["impl Clone for TokenStatus"],["impl Clone for ItemFormat"],["impl Clone for WcgiOptions"],["impl Clone for FilterOut"],["impl Clone for UrlOrVersion"],["impl Clone for WaitPackageState"],["impl Clone for CommandEntrypoint"],["impl Clone for CrossCompile"],["impl Clone for Login"],["impl Clone for Entrypoint"],["impl Clone for ValidatedNonceOutput"],["impl Clone for Sort"],["impl Clone for Template"],["impl Clone for ListFormat"],["impl Clone for TargetOnDisk"],["impl Clone for CmdGenCompletions"],["impl Clone for AuthorizationState"],["impl Clone for LogStreamArg"],["impl Clone for CompilerOptions"],["impl Clone for WaitMode"],["impl Clone for CStatement"],["impl Clone for SetRegistryToken"],["impl Clone for MiniCargoTomlPackage"],["impl Clone for BoolPromptOptions"],["impl Clone for StoreOptions"],["impl Clone for CType"],["impl Clone for SetTelemetryEnabled"],["impl Clone for PackageSource"],["impl Clone for Wasi"],["impl Clone for Identifier"],["impl Clone for CmdGenManPage"],["impl Clone for HashAlgorithm"],["impl Clone for WasmFeatures"],["impl Clone for AppContext"],["impl Clone for PackageSource"],["impl Clone for GetOrSet"],["impl Clone for ApiOpts"],["impl Clone for AppIdent"],["impl<'a> Clone for DeployAppOpts<'a>"],["impl Clone for AllowMultiWasm"],["impl Clone for BinOrLib"],["impl Clone for Target"],["impl Clone for SetUpdateNotificationsEnabled"],["impl Clone for Action"],["impl Clone for LogFormat"],["impl Clone for EdgeConfig"],["impl Clone for WasmFeatures"],["impl Clone for Cmd"],["impl Clone for SetProxyUrl"],["impl Clone for Output"],["impl Clone for WasmerEnv"],["impl Clone for RetrievableConfigField"],["impl Clone for SetRegistryUrl"],["impl Clone for ExecutableTarget"],["impl Clone for StorableConfigField"]], -"wasmer_compiler":[["impl<'a> Clone for DataInitializerLocationVariant<'a>"],["impl Clone for Engine"],["impl Clone for ArtifactBuildFromArchive"],["impl Clone for ArtifactId"],["impl<'a> Clone for OwnedDataInitializerVariant<'a>"],["impl Clone for EngineId"],["impl Clone for BaseTunables"]], -"wasmer_compiler_cli":[["impl Clone for WasmFeatures"],["impl Clone for SubsetTunables"],["impl Clone for StoreOptions"],["impl Clone for CompilerOptions"]], -"wasmer_compiler_cranelift":[["impl Clone for Cranelift"],["impl Clone for ReturnMode"],["impl Clone for GlobalVariable"],["impl Clone for ModuleInfoVmctxInfo"],["impl Clone for ModuleInfoMemoryOffset"],["impl Clone for CraneliftOptLevel"],["impl Clone for WriterRelocate"]], -"wasmer_compiler_llvm":[["impl Clone for ExtraInfo"],["impl<'ctx> Clone for GlobalCache<'ctx>"],["impl Clone for CompiledKind"],["impl<'ctx> Clone for FunctionCache<'ctx>"],["impl Clone for LLVM"],["impl<'ctx> Clone for MemoryCache<'ctx>"]], -"wasmer_compiler_singlepass":[["impl Clone for Singlepass"],["impl<R: Clone, S: Clone> Clone for Location<R, S>"],["impl Clone for IfElseState"],["impl Clone for XMMOrMemory"],["impl Clone for UnwindInstructions"],["impl Clone for Value"],["impl Clone for ControlFrame"],["impl Clone for GPR"],["impl Clone for MachineStateDiff"],["impl Clone for GPROrMemory"],["impl Clone for ARM64Register"],["impl Clone for Size"],["impl Clone for MachineValue"],["impl Clone for TrapTable"],["impl Clone for XMM"],["impl Clone for WasmAbstractValue"],["impl Clone for RegisterIndex"],["impl Clone for CanonicalizeType"],["impl Clone for NEON"],["impl Clone for UnwindInfo"],["impl Clone for WriterRelocate"],["impl Clone for MachineState"],["impl Clone for GPROrMemory"],["impl Clone for UnwindOps"],["impl Clone for FunctionStateMap"],["impl Clone for Condition"],["impl Clone for FloatValue"],["impl Clone for UnwindCode"],["impl Clone for GPR"],["impl Clone for Condition"],["impl Clone for Multiplier"],["impl Clone for SuspendOffset"],["impl Clone for OffsetInfo"],["impl Clone for X64Register"],["impl Clone for NeonOrMemory"]], +"wasmer_cli":[["impl Clone for WaitPackageState"],["impl Clone for CompilerOptions"],["impl Clone for RetrievableConfigField"],["impl Clone for PackageSource"],["impl Clone for AppContext"],["impl Clone for Cmd"],["impl Clone for TokenStatus"],["impl Clone for Wasi"],["impl Clone for Output"],["impl Clone for ListFormat"],["impl Clone for HashAlgorithm"],["impl Clone for Login"],["impl Clone for SetRegistryUrl"],["impl Clone for BoolString"],["impl Clone for UrlOrVersion"],["impl Clone for Identifier"],["impl Clone for WasmFeatures"],["impl Clone for LogStreamArg"],["impl Clone for PackageSource"],["impl Clone for SetRegistryToken"],["impl Clone for WcgiOptions"],["impl Clone for ValidatedNonceOutput"],["impl Clone for AppIdent"],["impl Clone for WaitMode"],["impl Clone for Volume"],["impl Clone for CStatement"],["impl Clone for SetTelemetryEnabled"],["impl Clone for TargetOnDisk"],["impl Clone for FilterOut"],["impl<'a> Clone for DeployAppOpts<'a>"],["impl Clone for StoreOptions"],["impl Clone for SetProxyUrl"],["impl Clone for LogFormat"],["impl Clone for BoolPromptOptions"],["impl Clone for CmdGenCompletions"],["impl Clone for EdgeConfig"],["impl Clone for BinOrLib"],["impl Clone for CmdGenManPage"],["impl Clone for MiniCargoTomlPackage"],["impl Clone for Sort"],["impl Clone for ItemFormat"],["impl Clone for CType"],["impl Clone for Entrypoint"],["impl Clone for StorableConfigField"],["impl Clone for CommandEntrypoint"],["impl Clone for AllowMultiWasm"],["impl Clone for GetOrSet"],["impl Clone for WasmerEnv"],["impl Clone for Target"],["impl Clone for ExecutableTarget"],["impl Clone for Template"],["impl Clone for AuthorizationState"],["impl Clone for Action"],["impl Clone for CrossCompile"],["impl Clone for ApiOpts"],["impl Clone for SetUpdateNotificationsEnabled"],["impl Clone for WasmFeatures"],["impl Clone for PublishWait"]], +"wasmer_compiler":[["impl Clone for ArtifactId"],["impl<'a> Clone for DataInitializerLocationVariant<'a>"],["impl Clone for ArtifactBuildFromArchive"],["impl Clone for BaseTunables"],["impl Clone for Engine"],["impl Clone for EngineId"],["impl<'a> Clone for OwnedDataInitializerVariant<'a>"]], +"wasmer_compiler_cli":[["impl Clone for StoreOptions"],["impl Clone for SubsetTunables"],["impl Clone for CompilerOptions"],["impl Clone for WasmFeatures"]], +"wasmer_compiler_cranelift":[["impl Clone for ModuleInfoVmctxInfo"],["impl Clone for ReturnMode"],["impl Clone for Cranelift"],["impl Clone for ModuleInfoMemoryOffset"],["impl Clone for WriterRelocate"],["impl Clone for GlobalVariable"],["impl Clone for CraneliftOptLevel"]], +"wasmer_compiler_llvm":[["impl Clone for LLVM"],["impl Clone for ExtraInfo"],["impl Clone for CompiledKind"],["impl<'ctx> Clone for GlobalCache<'ctx>"],["impl<'ctx> Clone for MemoryCache<'ctx>"],["impl<'ctx> Clone for FunctionCache<'ctx>"]], +"wasmer_compiler_singlepass":[["impl Clone for GPROrMemory"],["impl Clone for MachineValue"],["impl Clone for NeonOrMemory"],["impl Clone for MachineState"],["impl Clone for Singlepass"],["impl Clone for TrapTable"],["impl Clone for ControlFrame"],["impl Clone for OffsetInfo"],["impl Clone for UnwindInstructions"],["impl Clone for Value"],["impl Clone for UnwindInfo"],["impl Clone for Condition"],["impl Clone for GPR"],["impl Clone for WasmAbstractValue"],["impl Clone for Multiplier"],["impl Clone for FloatValue"],["impl Clone for GPR"],["impl Clone for IfElseState"],["impl Clone for XMM"],["impl Clone for Condition"],["impl Clone for UnwindOps"],["impl Clone for SuspendOffset"],["impl Clone for ARM64Register"],["impl Clone for UnwindCode"],["impl Clone for Size"],["impl Clone for NEON"],["impl<R: Clone, S: Clone> Clone for Location<R, S>"],["impl Clone for WriterRelocate"],["impl Clone for XMMOrMemory"],["impl Clone for CanonicalizeType"],["impl Clone for GPROrMemory"],["impl Clone for RegisterIndex"],["impl Clone for MachineStateDiff"],["impl Clone for FunctionStateMap"],["impl Clone for X64Register"]], "wasmer_config":[["impl Clone for Module"],["impl Clone for PackageParseError"],["impl Clone for CommandV2"],["impl Clone for AppConfigCapabilityMemoryV1"],["impl Clone for ModuleReference"],["impl Clone for AppScalingModeV1"],["impl Clone for NamedPackageIdent"],["impl Clone for Tag"],["impl Clone for AppConfigCapabilityMapV1"],["impl Clone for Bindings"],["impl Clone for HealthCheckHttpV1"],["impl Clone for PackageBuilder"],["impl Clone for PackageSource"],["impl Clone for WaiBindings"],["impl Clone for PackageId"],["impl Clone for CargoWasmerPackageAnnotation"],["impl Clone for NamedPackageId"],["impl Clone for AppVolume"],["impl Clone for HealthCheckV1"],["impl Clone for AppConfigCapabilityInstaBootV1"],["impl Clone for CommandV1"],["impl Clone for Package"],["impl Clone for ManifestBuilder"],["impl Clone for HttpHeader"],["impl Clone for HttpRequestExpect"],["impl Clone for FileCommandAnnotations"],["impl Clone for Command"],["impl Clone for FileKind"],["impl Clone for AppConfigV1"],["impl Clone for Abi"],["impl Clone for CommandAnnotations"],["impl Clone for AppScheduledTask"],["impl Clone for HttpRequest"],["impl Clone for Sha256HashParseError"],["impl Clone for PackageHash"],["impl Clone for AppVolumeMount"],["impl Clone for WitBindings"],["impl Clone for Sha256Hash"],["impl Clone for AppScalingConfigV1"],["impl Clone for Manifest"],["impl Clone for PackageIdent"]], -"wasmer_emscripten":[["impl Clone for VarArgs"],["impl Clone for EmAddrInfo"],["impl Clone for LibcDirWrapper"],["impl Clone for EmPollFd"],["impl Clone for EmSockAddr"],["impl Clone for EmEnv"],["impl Clone for EmscriptenState"],["impl Clone for EmscriptenData"],["impl Clone for EmscriptenFunctions"],["impl Clone for EmscriptenGlobalsData"],["impl Clone for LongJumpRet"]], +"wasmer_emscripten":[["impl Clone for EmPollFd"],["impl Clone for EmscriptenData"],["impl Clone for VarArgs"],["impl Clone for LongJumpRet"],["impl Clone for EmSockAddr"],["impl Clone for EmscriptenFunctions"],["impl Clone for EmscriptenState"],["impl Clone for EmEnv"],["impl Clone for EmAddrInfo"],["impl Clone for EmscriptenGlobalsData"],["impl Clone for LibcDirWrapper"]], "wasmer_integration_tests_cli":[["impl Clone for Compiler"]], -"wasmer_journal":[["impl Clone for JournalWasiMemoryLayout"],["impl<'a> Clone for JournalEntry<'a>"],["impl Clone for CompactingJournalTx"],["impl Clone for CountingJournal"],["impl Clone for JournalEntrySocketAcceptedV1"],["impl Clone for JournalEntryFileDescriptorAdviseV1"],["impl<'a> Clone for JournalEntryPathSetTimesV1<'a>"],["impl<'a> Clone for JournalEntryUnlinkFileV1<'a>"],["impl Clone for JournalEntrySocketBindV1"],["impl Clone for JournalSocktypeV1"],["impl Clone for SocketOptTimeType"],["impl<'a> Clone for JournalEntryCreateHardLinkV1<'a>"],["impl Clone for JournalAddressfamilyV1"],["impl Clone for JournalSocketShutdownV1"],["impl Clone for JournalWhenceV1"],["impl<'a> Clone for JournalEntryUpdateMemoryRegionV1<'a>"],["impl Clone for JournalEntryCreateEventV1"],["impl Clone for JournalEntrySocketConnectedV1"],["impl<'a> Clone for JournalEntryChangeDirectoryV1<'a>"],["impl Clone for JournalEntrySocketSendFileV1"],["impl<'a> Clone for JournalEntryPortBridgeV1<'a>"],["impl Clone for JournalEntryFileDescriptorSeekV1"],["impl Clone for MemoryRange"],["impl Clone for JournalEpollCtlV1"],["impl Clone for JournalEntryCloseFileDescriptorV1"],["impl Clone for JournalEntryFileDescriptorAllocateV1"],["impl Clone for JournalEntrySetClockTimeV1"],["impl Clone for JournalSockoptionV1"],["impl Clone for JournalStreamSecurityV1"],["impl Clone for JournalEntryEpollCtlV1"],["impl Clone for JournalEntryFileDescriptorSetSizeV1"],["impl<'a> Clone for JournalEntryOpenFileDescriptorV1<'a>"],["impl Clone for JournalEntrySocketListenV1"],["impl Clone for JournalTimeTypeV1"],["impl Clone for JournalEntryFileDescriptorSetFlagsV1"],["impl Clone for JournalEntryTtySetV1"],["impl<'a> Clone for JournalEntrySetThreadV1<'a>"],["impl Clone for JournalEntrySocketOpenV1"],["impl Clone for JournalEntryPortGatewaySetV1"],["impl Clone for JournalEntryDuplicateFileDescriptorV1"],["impl Clone for JournalIpCidrV1"],["impl Clone for DescriptorLookup"],["impl Clone for JournalEntrySocketLeaveIpv6MulticastV1"],["impl Clone for JournalEntrySocketShutdownV1"],["impl Clone for JournalEntryClearEtherealV1"],["impl Clone for JournalEntryProcessExitV1"],["impl Clone for LogFileJournalTx"],["impl Clone for JournalSnapshot0ClockidV1"],["impl Clone for JournalEntryPortRouteAddV1"],["impl<'a> Clone for JournalEntryCreateDirectoryV1<'a>"],["impl<'a> Clone for JournalEntryPathRenameV1<'a>"],["impl Clone for JournalEntryRenumberFileDescriptorV1"],["impl Clone for JournalSnapshotTriggerV1"],["impl Clone for JournalEntryFileDescriptorSetRightsV1"],["impl Clone for JournalEntryCreatePipeV1"],["impl Clone for JournalEntrySocketSetOptFlagV1"],["impl Clone for JournalThreadStartTypeV1"],["impl Clone for JournalEntryEpollCreateV1"],["impl Clone for SocketShutdownHow"],["impl Clone for JournalEntrySocketJoinIpv6MulticastV1"],["impl<'a> Clone for JournalEntryRemoveDirectoryV1<'a>"],["impl Clone for JournalEntryFileDescriptorSetTimesV1"],["impl<'a> Clone for JournalEntryCreateSymbolicLinkV1<'a>"],["impl Clone for JournalEpollEventCtlV1"],["impl Clone for JournalEntryPortAddAddrV1"],["impl Clone for FilteredJournalConfig"],["impl<'a> Clone for JournalEntrySocketSendV1<'a>"],["impl Clone for JournalExitCodeV1"],["impl Clone for JournalEntryPortDelAddrV1"],["impl Clone for JournalEntryRecordType"],["impl<'a> Clone for JournalEntrySocketSendToV1<'a>"],["impl Clone for JournalEntrySocketSetOptTimeV1"],["impl Clone for SocketJournalEvent"],["impl Clone for JournalEntrySnapshotV1"],["impl Clone for MemFileJournal"],["impl Clone for JournalEntryCloseThreadV1"],["impl Clone for JournalEntrySocketSetOptSizeV1"],["impl Clone for JournalEntryPortRouteDelV1"],["impl Clone for JournalEntrySocketJoinIpv4MulticastV1"],["impl<'a> Clone for AlignedCowStr<'a>"],["impl<'a, T: Clone> Clone for AlignedCowVec<'a, T>where\n [T]: ToOwned,"],["impl Clone for JournalEntryHeader"],["impl Clone for State"],["impl Clone for SnapshotTrigger"],["impl<'a> Clone for JournalEntryFileDescriptorWriteV1<'a>"],["impl Clone for JournalEntrySocketLeaveIpv4MulticastV1"],["impl Clone for JournalAdviceV1"],["impl Clone for JournalEntryInitModuleV1"]], +"wasmer_journal":[["impl Clone for JournalStreamSecurityV1"],["impl Clone for LogFileJournalTx"],["impl Clone for JournalWhenceV1"],["impl Clone for JournalEntryInitModuleV1"],["impl Clone for JournalEntryPortDelAddrV1"],["impl Clone for JournalEntryDuplicateFileDescriptorV1"],["impl<'a> Clone for AlignedCowStr<'a>"],["impl Clone for JournalEntrySocketBindV1"],["impl Clone for JournalEpollCtlV1"],["impl Clone for SocketShutdownHow"],["impl Clone for JournalSocketShutdownV1"],["impl Clone for JournalEntrySocketJoinIpv4MulticastV1"],["impl Clone for JournalAddressfamilyV1"],["impl Clone for JournalEntryFileDescriptorSetSizeV1"],["impl Clone for JournalTimeTypeV1"],["impl Clone for JournalEntrySocketSetOptTimeV1"],["impl Clone for JournalEntryPortAddAddrV1"],["impl<'a> Clone for JournalEntryPortBridgeV1<'a>"],["impl Clone for CountingJournal"],["impl Clone for JournalEntryCloseThreadV1"],["impl Clone for JournalEntryFileDescriptorSeekV1"],["impl Clone for JournalEntryClearEtherealV1"],["impl Clone for JournalEntrySocketSendFileV1"],["impl Clone for JournalIpCidrV1"],["impl Clone for CompactingJournalTx"],["impl Clone for SocketOptTimeType"],["impl Clone for JournalEntrySocketListenV1"],["impl Clone for JournalEntryPortRouteDelV1"],["impl<'a> Clone for JournalEntryCreateSymbolicLinkV1<'a>"],["impl Clone for JournalThreadStartTypeV1"],["impl Clone for JournalEntryCreateEventV1"],["impl Clone for JournalEntryFileDescriptorSetTimesV1"],["impl Clone for JournalSockoptionV1"],["impl<'a> Clone for JournalEntryPathSetTimesV1<'a>"],["impl Clone for JournalWasiMemoryLayout"],["impl Clone for JournalEntrySocketConnectedV1"],["impl Clone for FilteredJournalConfig"],["impl Clone for JournalExitCodeV1"],["impl Clone for JournalEntryPortRouteAddV1"],["impl<'a> Clone for JournalEntrySetThreadV1<'a>"],["impl Clone for JournalEntrySnapshotV1"],["impl<'a> Clone for JournalEntrySocketSendV1<'a>"],["impl Clone for JournalEntrySocketAcceptedV1"],["impl<'a> Clone for JournalEntryOpenFileDescriptorV1<'a>"],["impl Clone for JournalEntrySetClockTimeV1"],["impl Clone for JournalEntrySocketLeaveIpv4MulticastV1"],["impl Clone for JournalEntryCreatePipeV1"],["impl<'a> Clone for JournalEntryChangeDirectoryV1<'a>"],["impl Clone for JournalEntrySocketSetOptSizeV1"],["impl Clone for JournalEntryPortGatewaySetV1"],["impl<'a> Clone for JournalEntryUnlinkFileV1<'a>"],["impl Clone for JournalAdviceV1"],["impl Clone for SnapshotTrigger"],["impl Clone for JournalEntryFileDescriptorSetRightsV1"],["impl Clone for JournalEntryProcessExitV1"],["impl Clone for DescriptorLookup"],["impl<'a, T: Clone> Clone for AlignedCowVec<'a, T>where\n [T]: ToOwned,"],["impl<'a> Clone for JournalEntryUpdateMemoryRegionV1<'a>"],["impl Clone for JournalEntryTtySetV1"],["impl Clone for JournalEntrySocketOpenV1"],["impl<'a> Clone for JournalEntryCreateDirectoryV1<'a>"],["impl Clone for JournalSocktypeV1"],["impl<'a> Clone for JournalEntryCreateHardLinkV1<'a>"],["impl Clone for JournalEntryHeader"],["impl Clone for JournalEntryEpollCtlV1"],["impl<'a> Clone for JournalEntrySocketSendToV1<'a>"],["impl<'a> Clone for JournalEntryFileDescriptorWriteV1<'a>"],["impl Clone for MemoryRange"],["impl Clone for JournalEntryRecordType"],["impl Clone for JournalEpollEventCtlV1"],["impl Clone for JournalEntrySocketSetOptFlagV1"],["impl<'a> Clone for JournalEntry<'a>"],["impl Clone for JournalEntryFileDescriptorAdviseV1"],["impl Clone for JournalEntryFileDescriptorSetFlagsV1"],["impl Clone for MemFileJournal"],["impl Clone for JournalEntrySocketShutdownV1"],["impl Clone for State"],["impl<'a> Clone for JournalEntryRemoveDirectoryV1<'a>"],["impl Clone for JournalSnapshotTriggerV1"],["impl Clone for JournalEntrySocketLeaveIpv6MulticastV1"],["impl Clone for JournalEntryCloseFileDescriptorV1"],["impl Clone for SocketJournalEvent"],["impl Clone for JournalEntryFileDescriptorAllocateV1"],["impl Clone for JournalEntryRenumberFileDescriptorV1"],["impl Clone for JournalEntrySocketJoinIpv6MulticastV1"],["impl Clone for JournalSnapshot0ClockidV1"],["impl Clone for JournalEntryEpollCreateV1"],["impl<'a> Clone for JournalEntryPathRenameV1<'a>"]], "wasmer_middlewares":[["impl Clone for MeteringGlobalIndexes"]], "wasmer_registry":[["impl Clone for Bindings"],["impl Clone for PublishDeployAppOutput"],["impl Clone for Interactive"],["impl Clone for ResponseData"],["impl Clone for QueryPackageError"],["impl Clone for GetIfPackageHasNewVersionResult"],["impl Clone for Registry"],["impl Clone for BindingsGenerator"],["impl Clone for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage"],["impl Clone for MultiRegistry"],["impl Clone for PublishWait"],["impl Clone for WasmerEnv"],["impl Clone for NonInteractive"],["impl Clone for GetBindingsQueryPackageVersionBindings"],["impl Clone for Package"],["impl Clone for NewNonceOutput"],["impl Clone for SignArchiveResult"],["impl Clone for RegistryLogin"],["impl Clone for Registry"],["impl Clone for ProgrammingLanguage"],["impl Clone for GetBindingsQueryPackageVersion"],["impl Clone for ResponseData"],["impl Clone for PublishDeployAppRawVars"],["impl Clone for GetSignedUrlUrl"],["impl Clone for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion"],["impl Clone for RegistryClient"],["impl Clone for Skip"],["impl Clone for UpdateRegistry"],["impl Clone for GetBindingsQueryPackageVersionBindingsGenerator"],["impl Clone for PackageDownloadInfo"],["impl Clone for GetBindingsQueryPackageVersionBindingsOn"]], -"wasmer_sys_utils":[["impl Clone for VMSharedMemory"],["impl Clone for FdGuard"],["impl Clone for VMMemoryConfig"]], +"wasmer_sys_utils":[["impl Clone for FdGuard"],["impl Clone for VMSharedMemory"],["impl Clone for VMMemoryConfig"]], "wasmer_types":[["impl Clone for ExternType"],["impl Clone for V128"],["impl Clone for MetadataHeader"],["impl Clone for CompiledFunction"],["impl Clone for Type"],["impl Clone for CustomSectionProtection"],["impl Clone for ModuleHash"],["impl Clone for SignatureIndex"],["impl Clone for Mutability"],["impl Clone for SectionBody"],["impl Clone for CpuFeature"],["impl Clone for MemoryError"],["impl Clone for LocalFunctionIndex"],["impl Clone for RawValue"],["impl Clone for ModuleInfo"],["impl Clone for Pages"],["impl<K, V: Clone> Clone for PrimaryMap<K, V>where\n K: EntityRef + Clone,"],["impl Clone for TrapCode"],["impl Clone for FunctionIndex"],["impl Clone for ImportIndex"],["impl Clone for FunctionType"],["impl Clone for CustomSection"],["impl<K, V> Clone for SecondaryMap<K, V>where\n K: EntityRef + Clone,\n V: Clone + Clone,"],["impl<K, V: Clone> Clone for BoxedSlice<K, V>where\n K: EntityRef + Clone,"],["impl Clone for PageCountOutOfRange"],["impl<T: Clone + ReservedValue> Clone for PackedOption<T>"],["impl Clone for HashAlgorithm"],["impl Clone for ImportError"],["impl Clone for ModuleId"],["impl Clone for Memory64"],["impl Clone for TableStyle"],["impl Clone for VMOffsets"],["impl Clone for CompileModuleInfo"],["impl Clone for MemoryStyle"],["impl Clone for Bytes"],["impl Clone for TableType"],["impl Clone for ImportKey"],["impl Clone for TrapInformation"],["impl Clone for Features"],["impl Clone for ElemIndex"],["impl Clone for FunctionBody"],["impl Clone for DataIndex"],["impl Clone for StoreId"],["impl Clone for CompiledFunctionUnwindInfo"],["impl Clone for CompiledFunctionFrameInfo"],["impl Clone for GlobalType"],["impl Clone for RelocationKind"],["impl Clone for LocalMemoryIndex"],["impl Clone for GlobalInit"],["impl Clone for CustomSectionIndex"],["impl Clone for LibCall"],["impl Clone for Memory32"],["impl Clone for ExportIndex"],["impl Clone for MemoryIndex"],["impl Clone for RelocationTarget"],["impl Clone for VMBuiltinFunctionIndex"],["impl Clone for GlobalIndex"],["impl Clone for Dwarf"],["impl Clone for SectionIndex"],["impl Clone for DataInitializerLocation"],["impl Clone for OwnedDataInitializer"],["impl Clone for SourceLoc"],["impl Clone for Relocation"],["impl Clone for FrameInfo"],["impl Clone for Target"],["impl<T: Clone> Clone for ExportType<T>"],["impl Clone for TargetSharedSignatureIndex"],["impl<'a> Clone for CompiledFunctionUnwindInfoReference<'a>"],["impl Clone for MemoryType"],["impl Clone for TableIndex"],["impl Clone for Symbol"],["impl Clone for LocalTableIndex"],["impl<T: Clone> Clone for ImportType<T>"],["impl Clone for TableInitializer"],["impl Clone for LocalGlobalIndex"],["impl Clone for InstructionAddressMap"],["impl Clone for FunctionAddressMap"]], "wasmer_vm":[["impl Clone for VMMemoryDefinition"],["impl Clone for VMFunctionKind"],["impl Clone for VMMemoryConfig"],["impl Clone for TableElement"],["impl Clone for ThreadConditions"],["impl Clone for VMCallerCheckedAnyfunc"],["impl Clone for VMSharedSignatureIndex"],["impl Clone for SectionBodyPtr"],["impl Clone for VMFunctionContext"],["impl Clone for VMFunctionImport"],["impl Clone for VMExternRef"],["impl Clone for VMGlobalImport"],["impl<T> Clone for StoreHandle<T>"],["impl Clone for VMGlobalDefinition"],["impl Clone for VMTableDefinition"],["impl Clone for VMSharedMemory"],["impl Clone for VMMemoryImport"],["impl<T> Clone for InternalStoreHandle<T>"],["impl Clone for VMTableImport"],["impl Clone for VMFuncRef"],["impl Clone for NotifyLocation"],["impl Clone for Imports"],["impl<T: Sized + Clone + Send + Sync> Clone for VMDynamicFunctionContext<T>"],["impl Clone for MmapType"],["impl Clone for RawTableElement"],["impl Clone for FunctionBodyPtr"]], -"wasmer_wasix":[["impl Clone for WasiControlPlane"],["impl Clone for InodeSocket"],["impl Clone for DistributionInfo"],["impl Clone for RuntimeOrHandle"],["impl Clone for WasiInstanceHandles"],["impl Clone for WebcHash"],["impl Clone for WasiDummyWaker"],["impl<T: Clone> Clone for Reply<T>"],["impl Clone for ThreadStack"],["impl Clone for Dependency"],["impl Clone for WasiStateCreationError"],["impl Clone for HashCacheEntry"],["impl Clone for GetPackageRelease"],["impl Clone for FileSystemCache"],["impl Clone for FileSystemCache"],["impl Clone for FileSystemMapping"],["impl Clone for ItemLocation"],["impl Clone for Capabilities"],["impl Clone for TtyOptionsInner"],["impl Clone for WasiInstanceHandlesPointer"],["impl Clone for Unsupported"],["impl Clone for CacheEntry"],["impl Clone for TokioTaskManager"],["impl Clone for TaskJoinHandle"],["impl Clone for CmdWasmer"],["impl Clone for CacheInfo"],["impl Clone for Commands"],["impl Clone for WapmWebQueryInfo"],["impl Clone for PackageSummary"],["impl Clone for FileSystemSource"],["impl Clone for WasiProcess"],["impl Clone for ControlPlaneConfig"],["impl Clone for TaintReason"],["impl Clone for PollEventBuilder"],["impl Clone for MultiSourceStrategy"],["impl Clone for WapmWebQueryGetPackageVersionDistribution"],["impl Clone for Node"],["impl Clone for WapmWebQueryGetPackageVersion"],["impl Clone for Handler"],["impl Clone for HyperProxyConnector"],["impl Clone for RewindResult"],["impl Clone for WebCVersion"],["impl Clone for WasiFdSeed"],["impl Clone for MultiSource"],["impl Clone for PreopenedDir"],["impl Clone for SysTty"],["impl Clone for Inode"],["impl Clone for PackageInfo"],["impl Clone for PluggableRuntime"],["impl Clone for WapmSource"],["impl Clone for ReqwestHttpClient"],["impl Clone for WasiControlPlaneHandle"],["impl Clone for ControlPlaneError"],["impl Clone for TtyOptions"],["impl Clone for ThreadPool"],["impl Clone for NamedPackageSummary"],["impl Clone for WasiVersion"],["impl Clone for LocalWithLoopbackNetworking"],["impl Clone for WasiThreadError"],["impl Clone for PollEvent"],["impl Clone for WapmWebQueryGetPackage"],["impl Clone for TaskStatus"],["impl Clone for WasiThread"],["impl Clone for WasiRunner"],["impl Clone for ResolvedPackage"],["impl Clone for InMemorySource"],["impl Clone for WasiInstanceHandlesPointer"],["impl Clone for MountedDirectory"],["impl Clone for DProxyInstance"],["impl Clone for WasiProcessCheckpoint"],["impl Clone for Shard"],["impl Clone for MappedDirectory"],["impl Clone for ThreadLocalCache"],["impl Clone for SharedCache"],["impl Clone for ResolvedFileSystemMapping"],["impl Clone for SharedState"],["impl Clone for EpollFd"],["impl Clone for InodeValFilePollGuardMode"],["impl Clone for WasiFsRoot"],["impl Clone for BinaryPackageCommand"],["impl Clone for BinFactory"],["impl Clone for Command"],["impl Clone for WasiThreadId"],["impl Clone for MemorySnapshotRegion"],["impl<Primary: Clone, Fallback: Clone> Clone for FallbackCache<Primary, Fallback>"],["impl Clone for HttpClientCapabilityV1"],["impl Clone for Edge"],["impl Clone for Handler"],["impl Clone for WapmWebQuery"],["impl Clone for TimeType"],["impl Clone for MappedCommand"],["impl Clone for WasiThreadHandle"],["impl Clone for WasiFunctionEnv"],["impl Clone for JournalEffector"],["impl Clone for WasiEnv"],["impl Clone for DcgiInstanceFactory"],["impl Clone for WapmWebQueryData"],["impl Clone for WasiInodes"],["impl Clone for CapabilityThreadingV1"],["impl Clone for DcgiCallbacks"],["impl Clone for BinaryPackage"],["impl Clone for Fd"],["impl Clone for WasiVFork"],["impl Clone for Handler"],["impl Clone for WebSource"],["impl Clone for ThreadSnapshot"],["impl Clone for WasiProcessId"],["impl Clone for Resolution"],["impl Clone for InodeWeakGuard"],["impl Clone for DProxyInstanceFactory"],["impl Clone for InodeGuard"],["impl Clone for PackageWebc"],["impl Clone for WasiTtyState"],["impl Clone for DependencyGraph"],["impl Clone for StoreSnapshot"],["impl Clone for CommonWasiOptions"],["impl Clone for RewindResultType"],["impl Clone for OverriddenRuntime"],["impl Clone for UnsupportedPackageLoader"],["impl Clone for Config"],["impl<F: Clone, M: Clone> Clone for MappedPathFileSystem<F, M>"],["impl Clone for ConsoleRect"]], -"wasmer_wasix_types":[["impl Clone for Clockid"],["impl Clone for __wasi_cidr_t"],["impl Clone for EpollCtl"],["impl Clone for Eventrwflags"],["impl Clone for __wasi_cidr_ip4_t"],["impl Clone for WasiMemoryLayout"],["impl<O> Clone for __wasi_asyncify_t<O>where\n O: ValueType + Clone,"],["impl Clone for PrestatU"],["impl Clone for StackSnapshot"],["impl Clone for Errno"],["impl Clone for __wasi_cidr_unix_t"],["impl Clone for __wasi_cidr_u"],["impl Clone for Fdflags"],["impl<M: Clone + MemorySize> Clone for __wasi_ciovec_t<M>where\n M::Offset: Clone,"],["impl Clone for ThreadStartType"],["impl Clone for ErrnoSignal"],["impl Clone for StdioMode"],["impl Clone for Snapshot0Event"],["impl<M: Clone + MemorySize> Clone for __wasi_iovec_t<M>where\n M::Offset: Clone,"],["impl Clone for JoinStatusUnion"],["impl Clone for Lookup"],["impl Clone for __wasi_addr_u"],["impl Clone for SockProto"],["impl Clone for EventUnion"],["impl Clone for Bool"],["impl Clone for __wasi_addr_t"],["impl Clone for Sockoption"],["impl Clone for Snapshot0Clockid"],["impl Clone for Rights"],["impl Clone for SubscriptionClock"],["impl<M: Clone + MemorySize> Clone for ThreadStart<M>where\n M::Offset: Clone,"],["impl Clone for EventFdReadwrite"],["impl Clone for Tty"],["impl Clone for Timeout"],["impl Clone for Fdstat"],["impl Clone for ProcessHandles"],["impl Clone for Advice"],["impl Clone for Eventtype"],["impl Clone for Dirent"],["impl Clone for Oflags"],["impl Clone for Snapshot0Dirent"],["impl Clone for Sockstatus"],["impl Clone for Whence"],["impl Clone for __wasi_addr_ip6_t"],["impl Clone for Snapshot0SubscriptionClock"],["impl Clone for Fstflags"],["impl Clone for Addressfamily"],["impl Clone for __wasi_addr_port_u"],["impl Clone for __wasi_addr_unix_t"],["impl Clone for Snapshot0Subscription"],["impl Clone for __wasi_cidr_ip6_t"],["impl Clone for Event"],["impl Clone for HttpHandles"],["impl Clone for OptionPid"],["impl Clone for Route"],["impl Clone for Snapshot0Filestat"],["impl Clone for Snapshot0Whence"],["impl Clone for ThreadStateFlags"],["impl Clone for PrestatUDir"],["impl Clone for JoinStatus"],["impl Clone for ExitCode"],["impl Clone for HttpStatus"],["impl Clone for AddrUnspec"],["impl Clone for SubscriptionUnion"],["impl Clone for Filestat"],["impl Clone for Streamsecurity"],["impl<M: Clone + MemorySize> Clone for EpollEvent<M>"],["impl Clone for Socktype"],["impl Clone for Subscription"],["impl Clone for __wasi_addr_ip4_t"],["impl Clone for PrestatEnum"],["impl Clone for __wasi_addr_ip6_port_t"],["impl<M: Clone + MemorySize> Clone for EpollData<M>where\n M::Offset: Clone,"],["impl Clone for Filetype"],["impl Clone for JoinFlags"],["impl Clone for EpollType"],["impl Clone for SubscriptionFsReadwrite"],["impl Clone for Signal"],["impl Clone for Prestat"],["impl Clone for __wasi_hardwareaddress_t"],["impl Clone for __wasi_addr_unix_port_t"],["impl Clone for Preopentype"],["impl Clone for __wasi_addr_ip4_port_t"],["impl Clone for Snapshot0SubscriptionUnion"],["impl Clone for OptionFd"],["impl Clone for EpollEventCtl"],["impl Clone for JoinStatusType"],["impl Clone for __wasi_addr_port_t"],["impl Clone for CidrUnspec"],["impl Clone for AddrUnspecPort"],["impl Clone for PipeHandles"],["impl Clone for OptionTag"],["impl Clone for Subclockflags"],["impl Clone for OptionTimestamp"]], +"wasmer_wasix":[["impl Clone for WasiEnv"],["impl Clone for MemorySnapshotRegion"],["impl Clone for CmdWasmer"],["impl Clone for BinaryPackageCommand"],["impl Clone for PollEventBuilder"],["impl Clone for UnsupportedPackageLoader"],["impl Clone for GetPackageRelease"],["impl Clone for Handler"],["impl Clone for StoreSnapshot"],["impl Clone for WasiProcess"],["impl Clone for WapmWebQueryGetPackage"],["impl Clone for WapmWebQuery"],["impl Clone for TtyOptionsInner"],["impl Clone for Capabilities"],["impl Clone for CommonWasiOptions"],["impl Clone for TaintReason"],["impl Clone for MappedCommand"],["impl Clone for RuntimeOrHandle"],["impl Clone for MultiSourceStrategy"],["impl Clone for CacheEntry"],["impl Clone for PreopenedDir"],["impl Clone for ReqwestHttpClient"],["impl Clone for DProxyInstance"],["impl Clone for JournalEffector"],["impl Clone for OverriddenRuntime"],["impl Clone for WasiControlPlaneHandle"],["impl Clone for Node"],["impl Clone for InodeSocket"],["impl Clone for PackageSummary"],["impl Clone for WebCVersion"],["impl Clone for WapmWebQueryInfo"],["impl Clone for Config"],["impl Clone for ItemLocation"],["impl Clone for ResolvedPackage"],["impl Clone for BinFactory"],["impl Clone for MultiSource"],["impl Clone for WasiFdSeed"],["impl Clone for TtyOptions"],["impl Clone for Inode"],["impl Clone for Edge"],["impl Clone for WasiRunner"],["impl Clone for WasiFunctionEnv"],["impl Clone for Fd"],["impl Clone for InodeWeakGuard"],["impl Clone for WapmWebQueryData"],["impl Clone for WasiThreadId"],["impl Clone for PollEvent"],["impl Clone for DcgiCallbacks"],["impl Clone for Handler"],["impl Clone for RewindResultType"],["impl Clone for WasiThreadError"],["impl Clone for ThreadPool"],["impl Clone for DependencyGraph"],["impl Clone for SharedState"],["impl Clone for WasiControlPlane"],["impl Clone for TaskJoinHandle"],["impl Clone for FileSystemMapping"],["impl Clone for WasiThreadHandle"],["impl<T: Clone> Clone for Reply<T>"],["impl Clone for WasiThread"],["impl Clone for WasiTtyState"],["impl Clone for WasiVFork"],["impl Clone for RewindResult"],["impl Clone for BinaryPackage"],["impl Clone for WasiDummyWaker"],["impl Clone for FileSystemSource"],["impl Clone for WasiProcessId"],["impl Clone for WasiInstanceHandlesPointer"],["impl Clone for ResolvedFileSystemMapping"],["impl Clone for Unsupported"],["impl Clone for DProxyInstanceFactory"],["impl Clone for WasiInstanceHandlesPointer"],["impl Clone for WasiInstanceHandles"],["impl Clone for ThreadLocalCache"],["impl Clone for InodeGuard"],["impl Clone for WapmSource"],["impl Clone for TaskStatus"],["impl<F: Clone, M: Clone> Clone for MappedPathFileSystem<F, M>"],["impl Clone for DistributionInfo"],["impl Clone for PluggableRuntime"],["impl Clone for PackageInfo"],["impl Clone for WasiVersion"],["impl Clone for DcgiInstanceFactory"],["impl Clone for WebSource"],["impl Clone for WapmWebQueryGetPackageVersion"],["impl Clone for Shard"],["impl Clone for WasiInodes"],["impl Clone for MountedDirectory"],["impl Clone for ThreadSnapshot"],["impl Clone for CapabilityThreadingV1"],["impl Clone for ConsoleRect"],["impl Clone for Handler"],["impl<Primary: Clone, Fallback: Clone> Clone for FallbackCache<Primary, Fallback>"],["impl Clone for ControlPlaneError"],["impl Clone for NamedPackageSummary"],["impl Clone for WapmWebQueryGetPackageVersionDistribution"],["impl Clone for PackageWebc"],["impl Clone for WasiFsRoot"],["impl Clone for ThreadStack"],["impl Clone for FileSystemCache"],["impl Clone for HashCacheEntry"],["impl Clone for LocalWithLoopbackNetworking"],["impl Clone for FileSystemCache"],["impl Clone for WasiProcessCheckpoint"],["impl Clone for Dependency"],["impl Clone for WebcHash"],["impl Clone for InodeValFilePollGuardMode"],["impl Clone for ControlPlaneConfig"],["impl Clone for Resolution"],["impl Clone for MappedDirectory"],["impl Clone for WasiStateCreationError"],["impl Clone for HyperProxyConnector"],["impl Clone for InMemorySource"],["impl Clone for EpollFd"],["impl Clone for Command"],["impl Clone for SharedCache"],["impl Clone for SysTty"],["impl Clone for HttpClientCapabilityV1"],["impl Clone for CacheInfo"],["impl Clone for TimeType"],["impl Clone for TokioTaskManager"],["impl Clone for Commands"]], +"wasmer_wasix_types":[["impl Clone for ThreadStartType"],["impl Clone for Advice"],["impl Clone for PrestatUDir"],["impl Clone for __wasi_hardwareaddress_t"],["impl Clone for AddrUnspecPort"],["impl<M: Clone + MemorySize> Clone for EpollEvent<M>"],["impl Clone for Sockoption"],["impl Clone for Signal"],["impl Clone for __wasi_addr_unix_port_t"],["impl<M: Clone + MemorySize> Clone for __wasi_ciovec_t<M>where\n M::Offset: Clone,"],["impl Clone for ExitCode"],["impl Clone for Prestat"],["impl<M: Clone + MemorySize> Clone for __wasi_iovec_t<M>where\n M::Offset: Clone,"],["impl Clone for Snapshot0Whence"],["impl Clone for __wasi_cidr_ip6_t"],["impl<M: Clone + MemorySize> Clone for ThreadStart<M>where\n M::Offset: Clone,"],["impl Clone for StackSnapshot"],["impl Clone for SubscriptionUnion"],["impl Clone for Timeout"],["impl Clone for Filetype"],["impl Clone for ThreadStateFlags"],["impl Clone for Bool"],["impl Clone for Subscription"],["impl Clone for Snapshot0Filestat"],["impl Clone for __wasi_cidr_ip4_t"],["impl Clone for OptionFd"],["impl Clone for __wasi_addr_ip4_t"],["impl Clone for Clockid"],["impl Clone for AddrUnspec"],["impl Clone for Rights"],["impl Clone for Snapshot0Clockid"],["impl Clone for __wasi_addr_t"],["impl Clone for EventUnion"],["impl Clone for SubscriptionFsReadwrite"],["impl Clone for Addressfamily"],["impl Clone for Snapshot0SubscriptionUnion"],["impl Clone for Socktype"],["impl Clone for __wasi_addr_port_t"],["impl Clone for JoinFlags"],["impl Clone for PrestatEnum"],["impl Clone for StdioMode"],["impl Clone for __wasi_cidr_t"],["impl Clone for Errno"],["impl Clone for Sockstatus"],["impl Clone for CidrUnspec"],["impl Clone for __wasi_addr_ip4_port_t"],["impl Clone for SockProto"],["impl Clone for PrestatU"],["impl Clone for __wasi_addr_u"],["impl Clone for Whence"],["impl Clone for __wasi_addr_ip6_t"],["impl Clone for HttpStatus"],["impl Clone for PipeHandles"],["impl Clone for Dirent"],["impl Clone for SubscriptionClock"],["impl Clone for OptionPid"],["impl<M: Clone + MemorySize> Clone for EpollData<M>where\n M::Offset: Clone,"],["impl Clone for Filestat"],["impl Clone for Snapshot0SubscriptionClock"],["impl Clone for __wasi_cidr_u"],["impl Clone for Lookup"],["impl Clone for WasiMemoryLayout"],["impl Clone for Subclockflags"],["impl Clone for Snapshot0Event"],["impl Clone for __wasi_addr_ip6_port_t"],["impl Clone for Snapshot0Dirent"],["impl Clone for OptionTag"],["impl Clone for EpollType"],["impl<O> Clone for __wasi_asyncify_t<O>where\n O: ValueType + Clone,"],["impl Clone for Fdflags"],["impl Clone for EpollCtl"],["impl Clone for Oflags"],["impl Clone for Snapshot0Subscription"],["impl Clone for Route"],["impl Clone for JoinStatusUnion"],["impl Clone for Fstflags"],["impl Clone for HttpHandles"],["impl Clone for Eventtype"],["impl Clone for JoinStatus"],["impl Clone for Fdstat"],["impl Clone for __wasi_cidr_unix_t"],["impl Clone for ErrnoSignal"],["impl Clone for __wasi_addr_unix_t"],["impl Clone for Tty"],["impl Clone for Streamsecurity"],["impl Clone for EpollEventCtl"],["impl Clone for __wasi_addr_port_u"],["impl Clone for Event"],["impl Clone for Eventrwflags"],["impl Clone for ProcessHandles"],["impl Clone for Preopentype"],["impl Clone for EventFdReadwrite"],["impl Clone for JoinStatusType"],["impl Clone for OptionTimestamp"]], "wasmer_wasm_interface":[["impl Clone for Import"],["impl Clone for Interface"],["impl Clone for Export"],["impl Clone for InterfaceMatcher"],["impl Clone for WasmType"]], -"wasmer_wast":[["impl Clone for temp_dirs"],["impl<'a> Clone for Preopens<'a>"],["impl Clone for wasi_test"],["impl Clone for stdin"],["impl Clone for assert_stderr"],["impl Clone for args"],["impl<'a> Clone for MapDirs<'a>"],["impl<'a> Clone for TempDirs<'a>"],["impl<'a> Clone for WasiTest<'a>"],["impl Clone for map_dirs"],["impl<'a> Clone for AssertStdout<'a>"],["impl Clone for assert_return"],["impl<'a> Clone for Stdin<'a>"],["impl Clone for assert_stdout"],["impl Clone for AssertReturn"],["impl Clone for preopens"],["impl Clone for envs"],["impl<'a> Clone for Envs<'a>"],["impl<'a> Clone for AssertStderr<'a>"],["impl Clone for OutputCapturerer"],["impl<'a> Clone for Args<'a>"],["impl Clone for fake_i64_const"]] +"wasmer_wast":[["impl Clone for fake_i64_const"],["impl<'a> Clone for Args<'a>"],["impl Clone for envs"],["impl Clone for temp_dirs"],["impl<'a> Clone for Preopens<'a>"],["impl Clone for args"],["impl Clone for preopens"],["impl Clone for wasi_test"],["impl<'a> Clone for AssertStderr<'a>"],["impl Clone for AssertReturn"],["impl<'a> Clone for MapDirs<'a>"],["impl<'a> Clone for WasiTest<'a>"],["impl Clone for assert_return"],["impl<'a> Clone for AssertStdout<'a>"],["impl Clone for OutputCapturerer"],["impl Clone for stdin"],["impl<'a> Clone for Stdin<'a>"],["impl<'a> Clone for TempDirs<'a>"],["impl<'a> Clone for Envs<'a>"],["impl Clone for assert_stdout"],["impl Clone for map_dirs"],["impl Clone for assert_stderr"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/cmp/trait.Eq.js b/crates/doc/implementors/core/cmp/trait.Eq.js index c5c1a2365e7..0a4e42e7262 100644 --- a/crates/doc/implementors/core/cmp/trait.Eq.js +++ b/crates/doc/implementors/core/cmp/trait.Eq.js @@ -5,25 +5,25 @@ "virtual_net":[["impl Eq for NetworkError"],["impl Eq for State"],["impl Eq for Shutdown"],["impl Eq for SocketId"],["impl Eq for IpCidr"],["impl Eq for SocketStatus"],["impl Eq for StreamSecurity"],["impl Eq for FrameSerializationFormat"]], "wai_bindgen_wasmer":[["impl<T: Endian + Eq> Eq for Le<T>"],["impl Eq for GuestError"],["impl Eq for Region"]], "wasi_test_generator":[["impl Eq for NativeOutput"]], -"wasmer":[["impl Eq for Module"],["impl Eq for Global"],["impl Eq for Memory"],["impl<T: ValueType, M: MemorySize> Eq for WasmPtr<T, M>"],["impl Eq for Global"],["impl Eq for Memory"],["impl Eq for Function"],["impl Eq for Extern"],["impl Eq for Table"],["impl Eq for MemoryLocation"],["impl Eq for Module"],["impl Eq for Table"],["impl Eq for Instance"],["impl Eq for Instance"],["impl Eq for Function"],["impl Eq for AtomicsError"],["impl<T> Eq for FunctionEnv<T>"],["impl Eq for Exports"]], +"wasmer":[["impl Eq for Instance"],["impl Eq for Global"],["impl Eq for Exports"],["impl Eq for AtomicsError"],["impl Eq for Extern"],["impl Eq for Memory"],["impl<T: ValueType, M: MemorySize> Eq for WasmPtr<T, M>"],["impl Eq for MemoryLocation"],["impl Eq for Function"],["impl Eq for Module"],["impl Eq for Table"],["impl<T> Eq for FunctionEnv<T>"],["impl Eq for Module"],["impl Eq for Global"],["impl Eq for Memory"],["impl Eq for Table"],["impl Eq for Instance"],["impl Eq for Function"]], "wasmer_api":[["impl Eq for DateTime"],["impl Eq for AppTemplate"],["impl Eq for ErrorKind"],["impl Eq for Jsonstring"],["impl Eq for NodeKind"],["impl Eq for GlobalIdParseError"],["impl Eq for GlobalId"]], -"wasmer_c_api":[["impl Eq for wasm_mutability_enum"],["impl Eq for wasm_valkind_enum"],["impl Eq for wasi_version_t"]], +"wasmer_c_api":[["impl Eq for wasi_version_t"],["impl Eq for wasm_valkind_enum"],["impl Eq for wasm_mutability_enum"]], "wasmer_cache":[["impl Eq for Hash"]], -"wasmer_cli":[["impl Eq for LogStreamArg"],["impl Eq for Entrypoint"],["impl Eq for ItemFormat"],["impl Eq for SetTelemetryEnabled"],["impl Eq for AllowMultiWasm"],["impl Eq for PublishWait"],["impl Eq for StorableConfigField"],["impl Eq for RetrievableConfigField"],["impl Eq for SetProxyUrl"],["impl Eq for Template"],["impl Eq for ListFormat"],["impl Eq for CompilerType"],["impl Eq for FilterOut"],["impl Eq for SetRegistryToken"],["impl Eq for GetOrSet"],["impl Eq for EdgeConfig"],["impl Eq for AppIdent"],["impl Eq for WaitPackageState"],["impl Eq for CommandEntrypoint"],["impl Eq for SetUpdateNotificationsEnabled"],["impl Eq for WaitMode"],["impl Eq for BoolString"],["impl Eq for Volume"],["impl Eq for HashAlgorithm"],["impl Eq for PackageSource"],["impl Eq for SetRegistryUrl"]], -"wasmer_compiler":[["impl Eq for ArtifactId"],["impl Eq for Artifact"],["impl Eq for EngineId"]], +"wasmer_cli":[["impl Eq for EdgeConfig"],["impl Eq for SetRegistryToken"],["impl Eq for StorableConfigField"],["impl Eq for BoolString"],["impl Eq for WaitMode"],["impl Eq for SetProxyUrl"],["impl Eq for Volume"],["impl Eq for HashAlgorithm"],["impl Eq for WaitPackageState"],["impl Eq for Entrypoint"],["impl Eq for PackageSource"],["impl Eq for RetrievableConfigField"],["impl Eq for SetTelemetryEnabled"],["impl Eq for ItemFormat"],["impl Eq for AppIdent"],["impl Eq for FilterOut"],["impl Eq for Template"],["impl Eq for ListFormat"],["impl Eq for LogStreamArg"],["impl Eq for SetRegistryUrl"],["impl Eq for CompilerType"],["impl Eq for AllowMultiWasm"],["impl Eq for GetOrSet"],["impl Eq for PublishWait"],["impl Eq for SetUpdateNotificationsEnabled"],["impl Eq for CommandEntrypoint"]], +"wasmer_compiler":[["impl Eq for Artifact"],["impl Eq for ArtifactId"],["impl Eq for EngineId"]], "wasmer_compiler_cli":[["impl Eq for CompilerType"]], "wasmer_compiler_cranelift":[["impl Eq for ReturnMode"]], "wasmer_compiler_llvm":[["impl Eq for ExtraInfo"]], -"wasmer_compiler_singlepass":[["impl Eq for GPR"],["impl Eq for MachineValue"],["impl Eq for UnwindInfo"],["impl Eq for X64Register"],["impl Eq for UnwindCode"],["impl Eq for NEON"],["impl Eq for RegisterIndex"],["impl Eq for NeonOrMemory"],["impl Eq for ARM64Register"],["impl Eq for XMM"],["impl<R: Eq, S: Eq> Eq for Location<R, S>"],["impl Eq for WasmAbstractValue"],["impl Eq for GPR"],["impl Eq for Condition"],["impl Eq for XMMOrMemory"],["impl Eq for Size"],["impl Eq for Multiplier"],["impl Eq for Condition"],["impl Eq for UnwindInstructions"]], +"wasmer_compiler_singlepass":[["impl Eq for Condition"],["impl Eq for UnwindCode"],["impl Eq for X64Register"],["impl Eq for Size"],["impl Eq for NEON"],["impl Eq for MachineValue"],["impl Eq for GPR"],["impl Eq for UnwindInstructions"],["impl Eq for XMMOrMemory"],["impl<R: Eq, S: Eq> Eq for Location<R, S>"],["impl Eq for UnwindInfo"],["impl Eq for XMM"],["impl Eq for ARM64Register"],["impl Eq for GPR"],["impl Eq for RegisterIndex"],["impl Eq for Condition"],["impl Eq for NeonOrMemory"],["impl Eq for WasmAbstractValue"],["impl Eq for Multiplier"]], "wasmer_config":[["impl Eq for HttpRequest"],["impl Eq for Bindings"],["impl Eq for PackageHash"],["impl Eq for PackageIdent"],["impl Eq for PackageParseError"],["impl Eq for WitBindings"],["impl Eq for AppConfigCapabilityMapV1"],["impl Eq for Sha256Hash"],["impl Eq for NamedPackageIdent"],["impl Eq for HttpRequestExpect"],["impl Eq for AppVolume"],["impl Eq for PackageSource"],["impl Eq for CargoWasmerPackageAnnotation"],["impl Eq for AppConfigCapabilityInstaBootV1"],["impl Eq for AppScalingModeV1"],["impl Eq for PackageId"],["impl Eq for AppConfigV1"],["impl Eq for FileKind"],["impl Eq for FileCommandAnnotations"],["impl Eq for AppConfigCapabilityMemoryV1"],["impl Eq for Abi"],["impl Eq for Tag"],["impl Eq for WaiBindings"],["impl Eq for AppScalingConfigV1"],["impl Eq for HealthCheckHttpV1"],["impl Eq for NamedPackageId"],["impl Eq for HealthCheckV1"],["impl Eq for Module"],["impl Eq for AppVolumeMount"],["impl Eq for AppScheduledTask"],["impl Eq for HttpHeader"]], -"wasmer_journal":[["impl Eq for SnapshotTrigger"],["impl Eq for JournalSocktypeV1"],["impl Eq for MemoryRange"],["impl Eq for JournalThreadStartTypeV1"],["impl Eq for SocketShutdownHow"],["impl Eq for SocketOptTimeType"],["impl Eq for JournalEpollCtlV1"],["impl Eq for JournalWasiMemoryLayout"],["impl Eq for DescriptorLookup"],["impl Eq for JournalSnapshotTriggerV1"],["impl Eq for JournalEntryRecordType"],["impl Eq for JournalStreamSecurityV1"],["impl Eq for JournalTimeTypeV1"],["impl Eq for JournalSockoptionV1"],["impl Eq for JournalSocketShutdownV1"],["impl Eq for JournalAddressfamilyV1"]], +"wasmer_journal":[["impl Eq for JournalSnapshotTriggerV1"],["impl Eq for JournalStreamSecurityV1"],["impl Eq for DescriptorLookup"],["impl Eq for SocketShutdownHow"],["impl Eq for JournalSockoptionV1"],["impl Eq for JournalSocktypeV1"],["impl Eq for JournalEntryRecordType"],["impl Eq for JournalAddressfamilyV1"],["impl Eq for MemoryRange"],["impl Eq for SocketOptTimeType"],["impl Eq for JournalSocketShutdownV1"],["impl Eq for JournalThreadStartTypeV1"],["impl Eq for JournalEpollCtlV1"],["impl Eq for SnapshotTrigger"],["impl Eq for JournalTimeTypeV1"],["impl Eq for JournalWasiMemoryLayout"]], "wasmer_middlewares":[["impl Eq for MeteringPoints"]], "wasmer_registry":[["impl Eq for BindingsGenerator"],["impl Eq for GetBindingsQueryPackageVersion"],["impl Eq for Package"],["impl Eq for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage"],["impl Eq for UpdateRegistry"],["impl Eq for RegistryLogin"],["impl Eq for PackageDownloadInfo"],["impl Eq for GetBindingsQueryPackageVersionBindings"],["impl Eq for GetBindingsQueryPackageVersionBindingsOn"],["impl Eq for GetBindingsQueryPackageVersionBindingsGenerator"],["impl Eq for Registry"],["impl Eq for Bindings"],["impl Eq for MultiRegistry"],["impl Eq for GetIfPackageHasNewVersionResult"],["impl Eq for ResponseData"],["impl Eq for ProgrammingLanguage"],["impl Eq for Proxy"],["impl Eq for QueryPackageError"],["impl Eq for PublishWait"],["impl Eq for WasmerConfig"],["impl Eq for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion"],["impl Eq for Registry"]], "wasmer_sys_utils":[["impl Eq for FdGuard"]], "wasmer_types":[["impl Eq for Mutability"],["impl Eq for ImportKey"],["impl Eq for LibCall"],["impl Eq for ElemIndex"],["impl Eq for DataIndex"],["impl Eq for ModuleHash"],["impl Eq for FunctionAddressMap"],["impl<K, V> Eq for SecondaryMap<K, V>where\n K: EntityRef,\n V: Clone + PartialEq + Eq,"],["impl Eq for Pages"],["impl Eq for ImportIndex"],["impl Eq for FunctionType"],["impl Eq for HashAlgorithm"],["impl Eq for InstructionAddressMap"],["impl Eq for FunctionBody"],["impl Eq for SignatureIndex"],["impl Eq for CompileModuleInfo"],["impl Eq for RelocationTarget"],["impl Eq for LocalMemoryIndex"],["impl Eq for CompiledFunction"],["impl Eq for MemoryError"],["impl Eq for SourceLoc"],["impl<'a> Eq for CompiledFunctionUnwindInfoReference<'a>"],["impl Eq for MemoryIndex"],["impl Eq for CompiledFunctionUnwindInfo"],["impl Eq for CpuFeature"],["impl Eq for FunctionIndex"],["impl Eq for RelocationKind"],["impl<T: Eq> Eq for ExportType<T>"],["impl Eq for ExportIndex"],["impl Eq for ArchivedImportKeywhere\n String: Archive,\n u32: Archive,"],["impl Eq for LocalGlobalIndex"],["impl<K, V: Eq> Eq for PrimaryMap<K, V>where\n K: EntityRef + Eq,"],["impl Eq for GlobalIndex"],["impl Eq for CustomSectionIndex"],["impl Eq for CustomSectionProtection"],["impl Eq for LocalFunctionIndex"],["impl Eq for MemoryStyle"],["impl Eq for TableInitializer"],["impl Eq for CustomSection"],["impl Eq for TrapInformation"],["impl Eq for Features"],["impl Eq for TableStyle"],["impl Eq for Bytes"],["impl Eq for SectionIndex"],["impl Eq for ModuleInfo"],["impl Eq for DataInitializerLocation"],["impl Eq for PageCountOutOfRange"],["impl Eq for Type"],["impl Eq for V128"],["impl Eq for Symbol"],["impl Eq for ExternType"],["impl<T: Eq + ReservedValue> Eq for PackedOption<T>"],["impl Eq for Compilation"],["impl Eq for OwnedDataInitializer"],["impl Eq for MemoryType"],["impl Eq for SectionBody"],["impl Eq for CompiledFunctionFrameInfo"],["impl Eq for TrapCode"],["impl Eq for Target"],["impl Eq for StoreId"],["impl Eq for TableType"],["impl Eq for Relocation"],["impl Eq for Dwarf"],["impl Eq for GlobalType"],["impl<T: Eq> Eq for ImportType<T>"],["impl Eq for TableIndex"],["impl Eq for LocalTableIndex"]], "wasmer_vm":[["impl Eq for MmapType"],["impl Eq for VMFunctionContext"],["impl Eq for VMFunctionKind"],["impl Eq for VMInstance"],["impl<T: StoreObject> Eq for StoreHandle<T>"],["impl Eq for VMCallerCheckedAnyfunc"],["impl<T> Eq for InternalStoreHandle<T>"],["impl Eq for VMFuncRef"],["impl Eq for NotifyLocation"],["impl Eq for VMSharedSignatureIndex"]], -"wasmer_wasix":[["impl Eq for ResolvedFileSystemMapping"],["impl Eq for Shard"],["impl Eq for WebcHash"],["impl Eq for DependencyGraph"],["impl Eq for DistributionInfo"],["impl Eq for WasiVersion"],["impl Eq for Edge"],["impl Eq for Dependency"],["impl Eq for PackageSummary"],["impl Eq for ResolvedPackage"],["impl Eq for FileSystemMapping"],["impl Eq for Node"],["impl Eq for EmscriptenRunner"],["impl Eq for Inode"],["impl Eq for MemorySnapshotRegion"],["impl Eq for MappedDirectory"],["impl Eq for WasiThreadId"],["impl Eq for ControlPlaneError"],["impl Eq for ItemLocation"],["impl Eq for WasiProcessId"],["impl Eq for NamedPackageSummary"],["impl Eq for WasiStateCreationError"],["impl Eq for TimeType"],["impl<Primary: Eq, Fallback: Eq> Eq for FallbackCache<Primary, Fallback>"],["impl Eq for WasiTtyState"],["impl Eq for WasiProcessCheckpoint"],["impl Eq for MultiSourceStrategy"],["impl Eq for FileSystemSource"],["impl Eq for InMemorySource"],["impl Eq for UnsupportedPackageLoader"],["impl Eq for PackageInfo"],["impl Eq for Command"]], -"wasmer_wasix_types":[["impl Eq for Streamsecurity"],["impl Eq for Socktype"],["impl Eq for Timeout"],["impl Eq for Lookup"],["impl<M: Eq + MemorySize> Eq for __wasi_iovec_t<M>where\n M::Offset: Eq,"],["impl Eq for JoinStatusType"],["impl Eq for __wasi_cidr_ip6_t"],["impl Eq for Fdflags"],["impl Eq for JoinFlags"],["impl Eq for Eventrwflags"],["impl Eq for __wasi_addr_unix_port_t"],["impl Eq for Sockoption"],["impl Eq for Clockid"],["impl Eq for EpollCtl"],["impl Eq for ExitCode"],["impl Eq for Preopentype"],["impl Eq for __wasi_hardwareaddress_t"],["impl Eq for Fstflags"],["impl Eq for Filetype"],["impl Eq for __wasi_addr_ip6_t"],["impl Eq for WasiMemoryLayout"],["impl Eq for ThreadStateFlags"],["impl<O> Eq for __wasi_asyncify_t<O>where\n O: ValueType + Eq,"],["impl Eq for Sockstatus"],["impl Eq for Snapshot0Whence"],["impl Eq for SockProto"],["impl Eq for __wasi_cidr_ip4_t"],["impl Eq for Whence"],["impl Eq for Eventtype"],["impl Eq for Bool"],["impl Eq for StdioMode"],["impl Eq for Subclockflags"],["impl Eq for Addressfamily"],["impl Eq for Errno"],["impl Eq for ThreadStartType"],["impl Eq for Signal"],["impl Eq for __wasi_addr_ip4_port_t"],["impl Eq for Rights"],["impl Eq for Oflags"],["impl Eq for __wasi_cidr_unix_t"],["impl Eq for __wasi_addr_ip4_t"],["impl<M: Eq + MemorySize> Eq for __wasi_ciovec_t<M>where\n M::Offset: Eq,"],["impl Eq for Advice"],["impl Eq for StackSnapshot"],["impl Eq for __wasi_addr_unix_t"],["impl Eq for EpollEventCtl"],["impl Eq for Snapshot0Clockid"],["impl Eq for EpollType"],["impl Eq for OptionTag"],["impl Eq for __wasi_addr_ip6_port_t"]], +"wasmer_wasix":[["impl Eq for PackageSummary"],["impl Eq for Edge"],["impl Eq for FileSystemSource"],["impl Eq for NamedPackageSummary"],["impl Eq for ItemLocation"],["impl Eq for Command"],["impl Eq for InMemorySource"],["impl Eq for WasiProcessId"],["impl Eq for DistributionInfo"],["impl Eq for Dependency"],["impl Eq for ResolvedFileSystemMapping"],["impl Eq for Inode"],["impl Eq for WasiProcessCheckpoint"],["impl Eq for WasiStateCreationError"],["impl Eq for WebcHash"],["impl Eq for MappedDirectory"],["impl Eq for EmscriptenRunner"],["impl Eq for UnsupportedPackageLoader"],["impl Eq for Shard"],["impl Eq for ResolvedPackage"],["impl<Primary: Eq, Fallback: Eq> Eq for FallbackCache<Primary, Fallback>"],["impl Eq for PackageInfo"],["impl Eq for MemorySnapshotRegion"],["impl Eq for WasiVersion"],["impl Eq for Node"],["impl Eq for WasiThreadId"],["impl Eq for DependencyGraph"],["impl Eq for WasiTtyState"],["impl Eq for MultiSourceStrategy"],["impl Eq for FileSystemMapping"],["impl Eq for TimeType"],["impl Eq for ControlPlaneError"]], +"wasmer_wasix_types":[["impl Eq for JoinFlags"],["impl Eq for EpollEventCtl"],["impl Eq for JoinStatusType"],["impl<M: Eq + MemorySize> Eq for __wasi_iovec_t<M>where\n M::Offset: Eq,"],["impl Eq for SockProto"],["impl Eq for __wasi_cidr_unix_t"],["impl Eq for OptionTag"],["impl Eq for Rights"],["impl Eq for Lookup"],["impl Eq for StdioMode"],["impl Eq for Socktype"],["impl Eq for __wasi_addr_ip6_t"],["impl Eq for Fstflags"],["impl Eq for Streamsecurity"],["impl Eq for Sockoption"],["impl Eq for Bool"],["impl<O> Eq for __wasi_asyncify_t<O>where\n O: ValueType + Eq,"],["impl Eq for WasiMemoryLayout"],["impl Eq for Timeout"],["impl Eq for Filetype"],["impl Eq for __wasi_cidr_ip6_t"],["impl<M: Eq + MemorySize> Eq for __wasi_ciovec_t<M>where\n M::Offset: Eq,"],["impl Eq for __wasi_hardwareaddress_t"],["impl Eq for Sockstatus"],["impl Eq for __wasi_cidr_ip4_t"],["impl Eq for ThreadStartType"],["impl Eq for Snapshot0Clockid"],["impl Eq for ThreadStateFlags"],["impl Eq for Preopentype"],["impl Eq for Fdflags"],["impl Eq for StackSnapshot"],["impl Eq for Errno"],["impl Eq for Signal"],["impl Eq for __wasi_addr_ip6_port_t"],["impl Eq for EpollCtl"],["impl Eq for __wasi_addr_unix_t"],["impl Eq for Eventtype"],["impl Eq for Oflags"],["impl Eq for Snapshot0Whence"],["impl Eq for __wasi_addr_ip4_t"],["impl Eq for Subclockflags"],["impl Eq for ExitCode"],["impl Eq for Clockid"],["impl Eq for Eventrwflags"],["impl Eq for Addressfamily"],["impl Eq for Advice"],["impl Eq for __wasi_addr_unix_port_t"],["impl Eq for EpollType"],["impl Eq for __wasi_addr_ip4_port_t"],["impl Eq for Whence"]], "wasmer_wasm_interface":[["impl Eq for Import"],["impl Eq for WasmType"],["impl Eq for Export"],["impl Eq for InterfaceMatcher"],["impl Eq for Interface"]], -"wasmer_wast":[["impl<'a> Eq for AssertStderr<'a>"],["impl<'a> Eq for AssertStdout<'a>"],["impl<'a> Eq for Stdin<'a>"],["impl Eq for AssertReturn"]] +"wasmer_wast":[["impl<'a> Eq for AssertStdout<'a>"],["impl<'a> Eq for AssertStderr<'a>"],["impl<'a> Eq for Stdin<'a>"],["impl Eq for AssertReturn"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/cmp/trait.Ord.js b/crates/doc/implementors/core/cmp/trait.Ord.js index 03e59f89a5d..c81ca5b31f3 100644 --- a/crates/doc/implementors/core/cmp/trait.Ord.js +++ b/crates/doc/implementors/core/cmp/trait.Ord.js @@ -4,15 +4,15 @@ "virtual_net":[["impl Ord for SocketId"],["impl Ord for IpCidr"]], "wai_bindgen_wasmer":[["impl<T: Endian + Ord> Ord for Le<T>"]], "wasmer":[["impl Ord for MemoryLocation"]], -"wasmer_cli":[["impl Ord for GetOrSet"],["impl Ord for SetProxyUrl"],["impl Ord for PackageSource"],["impl Ord for SetTelemetryEnabled"],["impl Ord for RetrievableConfigField"],["impl Ord for FilterOut"],["impl Ord for SetRegistryToken"],["impl Ord for SetUpdateNotificationsEnabled"],["impl Ord for StorableConfigField"],["impl Ord for BoolString"],["impl Ord for SetRegistryUrl"]], +"wasmer_cli":[["impl Ord for FilterOut"],["impl Ord for RetrievableConfigField"],["impl Ord for SetRegistryUrl"],["impl Ord for SetTelemetryEnabled"],["impl Ord for StorableConfigField"],["impl Ord for BoolString"],["impl Ord for SetUpdateNotificationsEnabled"],["impl Ord for PackageSource"],["impl Ord for SetRegistryToken"],["impl Ord for GetOrSet"],["impl Ord for SetProxyUrl"]], "wasmer_compiler":[["impl Ord for EngineId"],["impl Ord for ArtifactId"]], -"wasmer_compiler_singlepass":[["impl Ord for XMM"],["impl Ord for NEON"],["impl Ord for GPR"],["impl Ord for Size"],["impl Ord for Multiplier"],["impl<R: Ord, S: Ord> Ord for Location<R, S>"],["impl Ord for GPR"]], +"wasmer_compiler_singlepass":[["impl Ord for GPR"],["impl Ord for Size"],["impl<R: Ord, S: Ord> Ord for Location<R, S>"],["impl Ord for XMM"],["impl Ord for Multiplier"],["impl Ord for GPR"],["impl Ord for NEON"]], "wasmer_config":[["impl Ord for PackageId"],["impl Ord for FileKind"],["impl Ord for PackageHash"],["impl Ord for Sha256Hash"],["impl Ord for NamedPackageId"]], -"wasmer_journal":[["impl Ord for DescriptorLookup"],["impl Ord for JournalSnapshotTriggerV1"],["impl Ord for JournalTimeTypeV1"],["impl Ord for JournalSocketShutdownV1"],["impl Ord for JournalAddressfamilyV1"],["impl Ord for JournalEpollCtlV1"],["impl Ord for JournalSocktypeV1"],["impl Ord for SocketShutdownHow"],["impl Ord for JournalSockoptionV1"],["impl Ord for SnapshotTrigger"],["impl Ord for JournalThreadStartTypeV1"],["impl Ord for JournalStreamSecurityV1"],["impl Ord for SocketOptTimeType"],["impl Ord for MemoryRange"]], +"wasmer_journal":[["impl Ord for JournalStreamSecurityV1"],["impl Ord for DescriptorLookup"],["impl Ord for JournalSockoptionV1"],["impl Ord for JournalSocketShutdownV1"],["impl Ord for JournalThreadStartTypeV1"],["impl Ord for JournalSocktypeV1"],["impl Ord for SnapshotTrigger"],["impl Ord for JournalAddressfamilyV1"],["impl Ord for JournalTimeTypeV1"],["impl Ord for MemoryRange"],["impl Ord for JournalSnapshotTriggerV1"],["impl Ord for SocketOptTimeType"],["impl Ord for JournalEpollCtlV1"],["impl Ord for SocketShutdownHow"]], "wasmer_registry":[["impl Ord for PackageDownloadInfo"],["impl Ord for Package"]], "wasmer_sys_utils":[["impl Ord for FdGuard"]], "wasmer_types":[["impl Ord for ImportIndex"],["impl Ord for MemoryIndex"],["impl Ord for LocalTableIndex"],["impl Ord for SignatureIndex"],["impl Ord for DataIndex"],["impl Ord for ElemIndex"],["impl Ord for ExportIndex"],["impl Ord for TableIndex"],["impl Ord for SectionIndex"],["impl Ord for FunctionIndex"],["impl Ord for Symbol"],["impl Ord for ModuleHash"],["impl Ord for CustomSectionIndex"],["impl Ord for Bytes"],["impl Ord for LocalFunctionIndex"],["impl Ord for GlobalIndex"],["impl<T: Ord + ReservedValue> Ord for PackedOption<T>"],["impl Ord for LocalMemoryIndex"],["impl Ord for LocalGlobalIndex"],["impl Ord for Pages"]], "wasmer_vm":[["impl Ord for MmapType"]], -"wasmer_wasix":[["impl Ord for WasiThreadId"],["impl Ord for Shard"],["impl Ord for WasiProcessId"],["impl Ord for Inode"],["impl Ord for WasiTtyState"],["impl Ord for WebcHash"],["impl Ord for MemorySnapshotRegion"],["impl Ord for WasiProcessCheckpoint"],["impl Ord for WasiVersion"]], -"wasmer_wasix_types":[["impl Ord for EpollType"],["impl Ord for ThreadStateFlags"],["impl Ord for Lookup"],["impl Ord for ExitCode"],["impl Ord for JoinFlags"],["impl Ord for ThreadStartType"],["impl Ord for Errno"],["impl Ord for Fdflags"],["impl Ord for EpollEventCtl"],["impl Ord for Rights"],["impl Ord for Fstflags"],["impl Ord for Subclockflags"],["impl Ord for Oflags"],["impl Ord for Eventrwflags"],["impl Ord for StackSnapshot"]] +"wasmer_wasix":[["impl Ord for Inode"],["impl Ord for WasiThreadId"],["impl Ord for WebcHash"],["impl Ord for WasiVersion"],["impl Ord for WasiProcessCheckpoint"],["impl Ord for WasiTtyState"],["impl Ord for MemorySnapshotRegion"],["impl Ord for WasiProcessId"],["impl Ord for Shard"]], +"wasmer_wasix_types":[["impl Ord for Eventrwflags"],["impl Ord for JoinFlags"],["impl Ord for EpollEventCtl"],["impl Ord for ThreadStateFlags"],["impl Ord for EpollType"],["impl Ord for Rights"],["impl Ord for Lookup"],["impl Ord for Errno"],["impl Ord for ExitCode"],["impl Ord for Fstflags"],["impl Ord for Oflags"],["impl Ord for StackSnapshot"],["impl Ord for Subclockflags"],["impl Ord for Fdflags"],["impl Ord for ThreadStartType"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/cmp/trait.PartialEq.js b/crates/doc/implementors/core/cmp/trait.PartialEq.js index e5ea64f19d2..39119a5c9f2 100644 --- a/crates/doc/implementors/core/cmp/trait.PartialEq.js +++ b/crates/doc/implementors/core/cmp/trait.PartialEq.js @@ -3,27 +3,27 @@ "virtual_fs":[["impl PartialEq<File> for File"],["impl PartialEq<StdioMode> for StdioMode"],["impl<F: PartialEq> PartialEq<TraceFileSystem<F>> for TraceFileSystem<F>"],["impl PartialEq<StaticFile> for StaticFile"],["impl PartialEq<FileType> for FileType"],["impl<P: PartialEq, S: PartialEq> PartialEq<OverlayFileSystem<P, S>> for OverlayFileSystem<P, S>"],["impl PartialEq<FsError> for FsError"],["impl PartialEq<Metadata> for Metadata"],["impl PartialEq<DirEntry> for DirEntry"]], "virtual_mio":[["impl PartialEq<InterestType> for InterestType"]], "virtual_net":[["impl PartialEq<State> for State"],["impl PartialEq<NetworkError> for NetworkError"],["impl PartialEq<SocketStatus> for SocketStatus"],["impl PartialEq<SocketId> for SocketId"],["impl PartialEq<IpCidr> for IpCidr"],["impl PartialEq<StreamSecurity> for StreamSecurity"],["impl PartialEq<Shutdown> for Shutdown"],["impl PartialEq<FrameSerializationFormat> for FrameSerializationFormat"]], -"wai_bindgen_wasmer":[["impl<T: Endian + PartialEq> PartialEq<Le<T>> for Le<T>"],["impl PartialEq<Region> for Region"],["impl<T: Endian + PartialEq> PartialEq<T> for Le<T>"],["impl PartialEq<GuestError> for GuestError"]], +"wai_bindgen_wasmer":[["impl PartialEq<Region> for Region"],["impl<T: Endian + PartialEq> PartialEq<T> for Le<T>"],["impl<T: Endian + PartialEq> PartialEq<Le<T>> for Le<T>"],["impl PartialEq<GuestError> for GuestError"]], "wasi_test_generator":[["impl PartialEq<NativeOutput> for NativeOutput"]], -"wasmer":[["impl PartialEq<Table> for Table"],["impl PartialEq<Global> for Global"],["impl PartialEq<Memory> for Memory"],["impl PartialEq<Table> for Table"],["impl PartialEq<Function> for Function"],["impl PartialEq<Exports> for Exports"],["impl PartialEq<MemoryLocation> for MemoryLocation"],["impl PartialEq<AtomicsError> for AtomicsError"],["impl<T: ValueType, M: MemorySize> PartialEq<WasmPtr<T, M>> for WasmPtr<T, M>"],["impl PartialEq<Module> for Module"],["impl PartialEq<Memory> for Memory"],["impl<T> PartialEq<FunctionEnv<T>> for FunctionEnv<T>"],["impl PartialEq<Value> for Value"],["impl PartialEq<Instance> for Instance"],["impl PartialEq<Instance> for Instance"],["impl PartialEq<Extern> for Extern"],["impl PartialEq<Function> for Function"],["impl PartialEq<Store> for Store"],["impl PartialEq<Global> for Global"],["impl PartialEq<Module> for Module"]], +"wasmer":[["impl PartialEq<Table> for Table"],["impl PartialEq<Function> for Function"],["impl PartialEq<MemoryLocation> for MemoryLocation"],["impl PartialEq<Memory> for Memory"],["impl PartialEq<Exports> for Exports"],["impl<T: ValueType, M: MemorySize> PartialEq<WasmPtr<T, M>> for WasmPtr<T, M>"],["impl PartialEq<Instance> for Instance"],["impl PartialEq<Extern> for Extern"],["impl PartialEq<Table> for Table"],["impl PartialEq<Function> for Function"],["impl PartialEq<Global> for Global"],["impl PartialEq<Global> for Global"],["impl PartialEq<Module> for Module"],["impl PartialEq<Value> for Value"],["impl PartialEq<Memory> for Memory"],["impl<T> PartialEq<FunctionEnv<T>> for FunctionEnv<T>"],["impl PartialEq<AtomicsError> for AtomicsError"],["impl PartialEq<Store> for Store"],["impl PartialEq<Module> for Module"],["impl PartialEq<Instance> for Instance"]], "wasmer_api":[["impl PartialEq<ErrorKind> for ErrorKind"],["impl PartialEq<GenerateTokenBy> for GenerateTokenBy"],["impl PartialEq<TokenKind> for TokenKind"],["impl PartialEq<Jsonstring> for Jsonstring"],["impl PartialEq<Log> for Log"],["impl PartialEq<LogStream> for LogStream"],["impl PartialEq<GlobalId> for GlobalId"],["impl PartialEq<AppTemplate> for AppTemplate"],["impl PartialEq<DateTime> for DateTime"],["impl PartialEq<GlobalIdParseError> for GlobalIdParseError"],["impl PartialEq<NodeKind> for NodeKind"]], -"wasmer_c_api":[["impl PartialEq<wasm_mutability_enum> for wasm_mutability_enum"],["impl PartialEq<wasm_valkind_enum> for wasm_valkind_enum"],["impl PartialEq<wasi_version_t> for wasi_version_t"]], +"wasmer_c_api":[["impl PartialEq<wasi_version_t> for wasi_version_t"],["impl PartialEq<wasm_mutability_enum> for wasm_mutability_enum"],["impl PartialEq<wasm_valkind_enum> for wasm_valkind_enum"]], "wasmer_cache":[["impl PartialEq<Hash> for Hash"]], -"wasmer_cli":[["impl PartialEq<StorableConfigField> for StorableConfigField"],["impl PartialEq<BoolString> for BoolString"],["impl PartialEq<CommandEntrypoint> for CommandEntrypoint"],["impl PartialEq<Entrypoint> for Entrypoint"],["impl PartialEq<SetRegistryToken> for SetRegistryToken"],["impl PartialEq<ItemFormat> for ItemFormat"],["impl PartialEq<SetUpdateNotificationsEnabled> for SetUpdateNotificationsEnabled"],["impl PartialEq<Output> for Output"],["impl PartialEq<LogFormat> for LogFormat"],["impl PartialEq<WaitMode> for WaitMode"],["impl PartialEq<WaitPackageState> for WaitPackageState"],["impl PartialEq<WasmerEnv> for WasmerEnv"],["impl PartialEq<RetrievableConfigField> for RetrievableConfigField"],["impl PartialEq<HashAlgorithm> for HashAlgorithm"],["impl PartialEq<AppIdent> for AppIdent"],["impl PartialEq<Template> for Template"],["impl PartialEq<PackageSource> for PackageSource"],["impl PartialEq<LogStreamArg> for LogStreamArg"],["impl PartialEq<GetOrSet> for GetOrSet"],["impl PartialEq<Identifier> for Identifier"],["impl PartialEq<AllowMultiWasm> for AllowMultiWasm"],["impl PartialEq<EdgeConfig> for EdgeConfig"],["impl PartialEq<BinOrLib> for BinOrLib"],["impl PartialEq<CompilerType> for CompilerType"],["impl PartialEq<PublishWait> for PublishWait"],["impl PartialEq<FilterOut> for FilterOut"],["impl PartialEq<BoolPromptOptions> for BoolPromptOptions"],["impl PartialEq<PackageSource> for PackageSource"],["impl PartialEq<SetRegistryUrl> for SetRegistryUrl"],["impl PartialEq<ListFormat> for ListFormat"],["impl PartialEq<Volume> for Volume"],["impl PartialEq<PrefixMapCompilation> for PrefixMapCompilation"],["impl PartialEq<SetProxyUrl> for SetProxyUrl"],["impl PartialEq<SetTelemetryEnabled> for SetTelemetryEnabled"]], -"wasmer_compiler":[["impl<'a> PartialEq<[ValType]> for SingleOrMultiValue<'a>"],["impl PartialEq<ArtifactId> for ArtifactId"],["impl<'a> PartialEq<SingleOrMultiValue<'a>> for &'a [ValType]"],["impl PartialEq<Artifact> for Artifact"],["impl PartialEq<EngineId> for EngineId"]], +"wasmer_cli":[["impl PartialEq<CommandEntrypoint> for CommandEntrypoint"],["impl PartialEq<BoolString> for BoolString"],["impl PartialEq<SetRegistryToken> for SetRegistryToken"],["impl PartialEq<PrefixMapCompilation> for PrefixMapCompilation"],["impl PartialEq<SetProxyUrl> for SetProxyUrl"],["impl PartialEq<ItemFormat> for ItemFormat"],["impl PartialEq<LogFormat> for LogFormat"],["impl PartialEq<EdgeConfig> for EdgeConfig"],["impl PartialEq<WasmerEnv> for WasmerEnv"],["impl PartialEq<CompilerType> for CompilerType"],["impl PartialEq<Identifier> for Identifier"],["impl PartialEq<SetTelemetryEnabled> for SetTelemetryEnabled"],["impl PartialEq<SetUpdateNotificationsEnabled> for SetUpdateNotificationsEnabled"],["impl PartialEq<Entrypoint> for Entrypoint"],["impl PartialEq<GetOrSet> for GetOrSet"],["impl PartialEq<LogStreamArg> for LogStreamArg"],["impl PartialEq<PublishWait> for PublishWait"],["impl PartialEq<WaitMode> for WaitMode"],["impl PartialEq<FilterOut> for FilterOut"],["impl PartialEq<SetRegistryUrl> for SetRegistryUrl"],["impl PartialEq<ListFormat> for ListFormat"],["impl PartialEq<AllowMultiWasm> for AllowMultiWasm"],["impl PartialEq<RetrievableConfigField> for RetrievableConfigField"],["impl PartialEq<PackageSource> for PackageSource"],["impl PartialEq<HashAlgorithm> for HashAlgorithm"],["impl PartialEq<PackageSource> for PackageSource"],["impl PartialEq<AppIdent> for AppIdent"],["impl PartialEq<Output> for Output"],["impl PartialEq<StorableConfigField> for StorableConfigField"],["impl PartialEq<BinOrLib> for BinOrLib"],["impl PartialEq<BoolPromptOptions> for BoolPromptOptions"],["impl PartialEq<Template> for Template"],["impl PartialEq<Volume> for Volume"],["impl PartialEq<WaitPackageState> for WaitPackageState"]], +"wasmer_compiler":[["impl PartialEq<Artifact> for Artifact"],["impl PartialEq<EngineId> for EngineId"],["impl PartialEq<ArtifactId> for ArtifactId"],["impl<'a> PartialEq<SingleOrMultiValue<'a>> for &'a [ValType]"],["impl<'a> PartialEq<[ValType]> for SingleOrMultiValue<'a>"]], "wasmer_compiler_cli":[["impl PartialEq<CompilerType> for CompilerType"]], "wasmer_compiler_cranelift":[["impl PartialEq<ReturnMode> for ReturnMode"]], "wasmer_compiler_llvm":[["impl PartialEq<ExtraInfo> for ExtraInfo"]], -"wasmer_compiler_singlepass":[["impl PartialEq<UnwindInstructions> for UnwindInstructions"],["impl PartialEq<XMMOrMemory> for XMMOrMemory"],["impl PartialEq<GPR> for GPR"],["impl PartialEq<XMM> for XMM"],["impl PartialEq<RegisterIndex> for RegisterIndex"],["impl<R: PartialEq, S: PartialEq> PartialEq<Location<R, S>> for Location<R, S>"],["impl PartialEq<NeonOrMemory> for NeonOrMemory"],["impl PartialEq<Multiplier> for Multiplier"],["impl PartialEq<UnwindCode> for UnwindCode"],["impl PartialEq<NEON> for NEON"],["impl PartialEq<ImmType> for ImmType"],["impl PartialEq<GPR> for GPR"],["impl PartialEq<WasmAbstractValue> for WasmAbstractValue"],["impl PartialEq<Condition> for Condition"],["impl PartialEq<ARM64Register> for ARM64Register"],["impl PartialEq<Value> for Value"],["impl PartialEq<Condition> for Condition"],["impl PartialEq<Size> for Size"],["impl PartialEq<UnwindInfo> for UnwindInfo"],["impl PartialEq<X64Register> for X64Register"],["impl PartialEq<MachineValue> for MachineValue"]], +"wasmer_compiler_singlepass":[["impl PartialEq<ARM64Register> for ARM64Register"],["impl PartialEq<RegisterIndex> for RegisterIndex"],["impl PartialEq<UnwindInfo> for UnwindInfo"],["impl PartialEq<WasmAbstractValue> for WasmAbstractValue"],["impl PartialEq<NEON> for NEON"],["impl PartialEq<Condition> for Condition"],["impl PartialEq<GPR> for GPR"],["impl PartialEq<XMMOrMemory> for XMMOrMemory"],["impl PartialEq<Condition> for Condition"],["impl<R: PartialEq, S: PartialEq> PartialEq<Location<R, S>> for Location<R, S>"],["impl PartialEq<XMM> for XMM"],["impl PartialEq<UnwindCode> for UnwindCode"],["impl PartialEq<UnwindInstructions> for UnwindInstructions"],["impl PartialEq<NeonOrMemory> for NeonOrMemory"],["impl PartialEq<MachineValue> for MachineValue"],["impl PartialEq<ImmType> for ImmType"],["impl PartialEq<X64Register> for X64Register"],["impl PartialEq<Size> for Size"],["impl PartialEq<Multiplier> for Multiplier"],["impl PartialEq<Value> for Value"],["impl PartialEq<GPR> for GPR"]], "wasmer_config":[["impl PartialEq<AppScheduledTask> for AppScheduledTask"],["impl PartialEq<HealthCheckHttpV1> for HealthCheckHttpV1"],["impl PartialEq<PackageId> for PackageId"],["impl PartialEq<PackageSource> for PackageSource"],["impl PartialEq<CommandV1> for CommandV1"],["impl PartialEq<CargoWasmerPackageAnnotation> for CargoWasmerPackageAnnotation"],["impl PartialEq<CommandAnnotations> for CommandAnnotations"],["impl PartialEq<Tag> for Tag"],["impl PartialEq<AppVolumeMount> for AppVolumeMount"],["impl PartialEq<Abi> for Abi"],["impl PartialEq<AppVolume> for AppVolume"],["impl PartialEq<ValidationError> for ValidationError"],["impl PartialEq<ModuleReference> for ModuleReference"],["impl PartialEq<AppConfigCapabilityMapV1> for AppConfigCapabilityMapV1"],["impl PartialEq<PackageParseError> for PackageParseError"],["impl PartialEq<Module> for Module"],["impl PartialEq<HttpHeader> for HttpHeader"],["impl PartialEq<AppConfigV1> for AppConfigV1"],["impl PartialEq<Bindings> for Bindings"],["impl PartialEq<NamedPackageId> for NamedPackageId"],["impl PartialEq<CommandV2> for CommandV2"],["impl PartialEq<Command> for Command"],["impl PartialEq<FileKind> for FileKind"],["impl PartialEq<NamedPackageIdent> for NamedPackageIdent"],["impl PartialEq<HttpRequest> for HttpRequest"],["impl PartialEq<HttpRequestExpect> for HttpRequestExpect"],["impl PartialEq<WitBindings> for WitBindings"],["impl PartialEq<WaiBindings> for WaiBindings"],["impl PartialEq<FileCommandAnnotations> for FileCommandAnnotations"],["impl PartialEq<AppConfigCapabilityInstaBootV1> for AppConfigCapabilityInstaBootV1"],["impl PartialEq<PackageHash> for PackageHash"],["impl PartialEq<AppScalingModeV1> for AppScalingModeV1"],["impl PartialEq<HealthCheckV1> for HealthCheckV1"],["impl PartialEq<AppConfigCapabilityMemoryV1> for AppConfigCapabilityMemoryV1"],["impl PartialEq<AppScalingConfigV1> for AppScalingConfigV1"],["impl PartialEq<Sha256Hash> for Sha256Hash"],["impl PartialEq<PackageIdent> for PackageIdent"]], -"wasmer_journal":[["impl<'a> PartialEq<JournalEntry<'a>> for JournalEntry<'a>"],["impl PartialEq<JournalEpollCtlV1> for JournalEpollCtlV1"],["impl PartialEq<JournalStreamSecurityV1> for JournalStreamSecurityV1"],["impl PartialEq<JournalThreadStartTypeV1> for JournalThreadStartTypeV1"],["impl PartialEq<SnapshotTrigger> for SnapshotTrigger"],["impl PartialEq<JournalTimeTypeV1> for JournalTimeTypeV1"],["impl PartialEq<JournalWasiMemoryLayout> for JournalWasiMemoryLayout"],["impl PartialEq<JournalSockoptionV1> for JournalSockoptionV1"],["impl PartialEq<JournalSocktypeV1> for JournalSocktypeV1"],["impl PartialEq<SocketShutdownHow> for SocketShutdownHow"],["impl PartialEq<MemoryRange> for MemoryRange"],["impl PartialEq<DescriptorLookup> for DescriptorLookup"],["impl PartialEq<SocketOptTimeType> for SocketOptTimeType"],["impl PartialEq<JournalAddressfamilyV1> for JournalAddressfamilyV1"],["impl PartialEq<JournalSnapshotTriggerV1> for JournalSnapshotTriggerV1"],["impl PartialEq<JournalSocketShutdownV1> for JournalSocketShutdownV1"],["impl PartialEq<JournalEntryRecordType> for JournalEntryRecordType"]], +"wasmer_journal":[["impl PartialEq<MemoryRange> for MemoryRange"],["impl PartialEq<SocketOptTimeType> for SocketOptTimeType"],["impl PartialEq<SocketShutdownHow> for SocketShutdownHow"],["impl PartialEq<DescriptorLookup> for DescriptorLookup"],["impl PartialEq<JournalStreamSecurityV1> for JournalStreamSecurityV1"],["impl<'a> PartialEq<JournalEntry<'a>> for JournalEntry<'a>"],["impl PartialEq<JournalWasiMemoryLayout> for JournalWasiMemoryLayout"],["impl PartialEq<SnapshotTrigger> for SnapshotTrigger"],["impl PartialEq<JournalSocktypeV1> for JournalSocktypeV1"],["impl PartialEq<JournalSockoptionV1> for JournalSockoptionV1"],["impl PartialEq<JournalThreadStartTypeV1> for JournalThreadStartTypeV1"],["impl PartialEq<JournalSocketShutdownV1> for JournalSocketShutdownV1"],["impl PartialEq<JournalTimeTypeV1> for JournalTimeTypeV1"],["impl PartialEq<JournalEpollCtlV1> for JournalEpollCtlV1"],["impl PartialEq<JournalAddressfamilyV1> for JournalAddressfamilyV1"],["impl PartialEq<JournalSnapshotTriggerV1> for JournalSnapshotTriggerV1"],["impl PartialEq<JournalEntryRecordType> for JournalEntryRecordType"]], "wasmer_middlewares":[["impl PartialEq<MeteringPoints> for MeteringPoints"]], "wasmer_registry":[["impl PartialEq<QueryPackageError> for QueryPackageError"],["impl PartialEq<Registry> for Registry"],["impl PartialEq<MultiRegistry> for MultiRegistry"],["impl PartialEq<WasmerEnv> for WasmerEnv"],["impl PartialEq<PublishWait> for PublishWait"],["impl PartialEq<GetIfPackageHasNewVersionResult> for GetIfPackageHasNewVersionResult"],["impl PartialEq<GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage> for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage"],["impl PartialEq<NonInteractive> for NonInteractive"],["impl PartialEq<BindingsGenerator> for BindingsGenerator"],["impl PartialEq<Interactive> for Interactive"],["impl PartialEq<Bindings> for Bindings"],["impl PartialEq<Package> for Package"],["impl PartialEq<GetBindingsQueryPackageVersionBindingsOn> for GetBindingsQueryPackageVersionBindingsOn"],["impl PartialEq<ProgrammingLanguage> for ProgrammingLanguage"],["impl PartialEq<Registry> for Registry"],["impl PartialEq<GetBindingsQueryPackageVersionBindingsGenerator> for GetBindingsQueryPackageVersionBindingsGenerator"],["impl PartialEq<GetBindingsQueryPackageVersionBindings> for GetBindingsQueryPackageVersionBindings"],["impl PartialEq<GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion> for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion"],["impl PartialEq<UpdateRegistry> for UpdateRegistry"],["impl PartialEq<GetBindingsQueryPackageVersion> for GetBindingsQueryPackageVersion"],["impl PartialEq<ResponseData> for ResponseData"],["impl PartialEq<RegistryLogin> for RegistryLogin"],["impl PartialEq<Skip> for Skip"],["impl PartialEq<PackageDownloadInfo> for PackageDownloadInfo"],["impl PartialEq<Proxy> for Proxy"],["impl PartialEq<WasmerConfig> for WasmerConfig"]], "wasmer_sys_utils":[["impl PartialEq<FdGuard> for FdGuard"]], "wasmer_types":[["impl PartialEq<Relocation> for Relocation"],["impl PartialEq<u32> for RawValue"],["impl PartialEq<HashAlgorithm> for HashAlgorithm"],["impl PartialEq<LocalFunctionIndex> for LocalFunctionIndex"],["impl PartialEq<Compilation> for Compilation"],["impl PartialEq<ImportIndex> for ImportIndex"],["impl PartialEq<CustomSectionProtection> for CustomSectionProtection"],["impl PartialEq<ExportIndex> for ExportIndex"],["impl PartialEq<Target> for Target"],["impl PartialEq<f32> for RawValue"],["impl PartialEq<OwnedDataInitializer> for OwnedDataInitializer"],["impl PartialEq<Dwarf> for Dwarf"],["impl PartialEq<Features> for Features"],["impl PartialEq<DataInitializerLocation> for DataInitializerLocation"],["impl PartialEq<InstructionAddressMap> for InstructionAddressMap"],["impl PartialEq<Pages> for Pages"],["impl PartialEq<TrapInformation> for TrapInformation"],["impl PartialEq<TableInitializer> for TableInitializer"],["impl PartialEq<f64> for RawValue"],["impl<T: PartialEq> PartialEq<ExportType<T>> for ExportType<T>"],["impl PartialEq<TableType> for TableType"],["impl PartialEq<ImportKey> for ImportKey"],["impl PartialEq<V128> for V128"],["impl PartialEq<i64> for RawValue"],["impl PartialEq<TableStyle> for TableStyle"],["impl<K, V: PartialEq> PartialEq<PrimaryMap<K, V>> for PrimaryMap<K, V>where\n K: EntityRef + PartialEq,"],["impl PartialEq<SourceLoc> for SourceLoc"],["impl PartialEq<StoreId> for StoreId"],["impl PartialEq<PageCountOutOfRange> for PageCountOutOfRange"],["impl PartialEq<ElemIndex> for ElemIndex"],["impl PartialEq<DataIndex> for DataIndex"],["impl PartialEq<i128> for RawValue"],["impl PartialEq<Bytes> for Bytes"],["impl PartialEq<u64> for RawValue"],["impl PartialEq<TrapCode> for TrapCode"],["impl PartialEq<CompiledFunctionUnwindInfo> for CompiledFunctionUnwindInfo"],["impl PartialEq<i32> for RawValue"],["impl PartialEq<GlobalIndex> for GlobalIndex"],["impl PartialEq<RawValue> for RawValue"],["impl PartialEq<SectionBody> for SectionBody"],["impl PartialEq<CompiledFunction> for CompiledFunction"],["impl PartialEq<Type> for Type"],["impl PartialEq<RelocationTarget> for RelocationTarget"],["impl PartialEq<ArchivedImportKey> for ArchivedImportKeywhere\n String: Archive,\n u32: Archive,"],["impl PartialEq<SignatureIndex> for SignatureIndex"],["impl PartialEq<FunctionBody> for FunctionBody"],["impl PartialEq<CustomSectionIndex> for CustomSectionIndex"],["impl PartialEq<CustomSection> for CustomSection"],["impl PartialEq<MemoryIndex> for MemoryIndex"],["impl PartialEq<RelocationKind> for RelocationKind"],["impl PartialEq<MemoryType> for MemoryType"],["impl PartialEq<TableIndex> for TableIndex"],["impl<K, V> PartialEq<SecondaryMap<K, V>> for SecondaryMap<K, V>where\n K: EntityRef,\n V: Clone + PartialEq,"],["impl PartialEq<Symbol> for Symbol"],["impl PartialEq<LocalMemoryIndex> for LocalMemoryIndex"],["impl PartialEq<MemoryError> for MemoryError"],["impl PartialEq<LocalGlobalIndex> for LocalGlobalIndex"],["impl PartialEq<CpuFeature> for CpuFeature"],["impl PartialEq<CompiledFunctionFrameInfo> for CompiledFunctionFrameInfo"],["impl PartialEq<MemoryStyle> for MemoryStyle"],["impl<T: PartialEq + ReservedValue> PartialEq<PackedOption<T>> for PackedOption<T>"],["impl<'a> PartialEq<CompiledFunctionUnwindInfoReference<'a>> for CompiledFunctionUnwindInfoReference<'a>"],["impl PartialEq<u128> for RawValue"],["impl PartialEq<GlobalType> for GlobalType"],["impl PartialEq<CompileModuleInfo> for CompileModuleInfo"],["impl PartialEq<FunctionAddressMap> for FunctionAddressMap"],["impl<T: PartialEq> PartialEq<ImportType<T>> for ImportType<T>"],["impl PartialEq<SectionIndex> for SectionIndex"],["impl PartialEq<LocalTableIndex> for LocalTableIndex"],["impl PartialEq<ModuleInfo> for ModuleInfo"],["impl PartialEq<FunctionIndex> for FunctionIndex"],["impl PartialEq<LibCall> for LibCall"],["impl PartialEq<ExternType> for ExternType"],["impl PartialEq<FunctionType> for FunctionType"],["impl PartialEq<GlobalInit> for GlobalInit"],["impl PartialEq<EnumSet<CpuFeature>> for CpuFeature"],["impl PartialEq<Mutability> for Mutability"],["impl PartialEq<ModuleHash> for ModuleHash"]], "wasmer_vm":[["impl<T> PartialEq<InternalStoreHandle<T>> for InternalStoreHandle<T>"],["impl PartialEq<VMFuncRef> for VMFuncRef"],["impl PartialEq<NotifyLocation> for NotifyLocation"],["impl PartialEq<VMFunctionContext> for VMFunctionContext"],["impl PartialEq<VMFunctionKind> for VMFunctionKind"],["impl<T: StoreObject> PartialEq<StoreHandle<T>> for StoreHandle<T>"],["impl PartialEq<VMInstance> for VMInstance"],["impl PartialEq<VMSharedSignatureIndex> for VMSharedSignatureIndex"],["impl PartialEq<MmapType> for MmapType"],["impl PartialEq<VMCallerCheckedAnyfunc> for VMCallerCheckedAnyfunc"]], -"wasmer_wasix":[["impl PartialEq<WasiStateCreationError> for WasiStateCreationError"],["impl PartialEq<Command> for Command"],["impl PartialEq<DependencyGraph> for DependencyGraph"],["impl PartialEq<Edge> for Edge"],["impl PartialEq<WebcHash> for WebcHash"],["impl PartialEq<ResolvedPackage> for ResolvedPackage"],["impl PartialEq<WasiProcessCheckpoint> for WasiProcessCheckpoint"],["impl PartialEq<InMemorySource> for InMemorySource"],["impl PartialEq<Dependency> for Dependency"],["impl PartialEq<ItemLocation> for ItemLocation"],["impl PartialEq<PackageInfo> for PackageInfo"],["impl PartialEq<TimeType> for TimeType"],["impl<F: PartialEq, M: PartialEq> PartialEq<MappedPathFileSystem<F, M>> for MappedPathFileSystem<F, M>"],["impl PartialEq<FileSystemSource> for FileSystemSource"],["impl PartialEq<UnsupportedPackageLoader> for UnsupportedPackageLoader"],["impl PartialEq<Inode> for Inode"],["impl PartialEq<WasiProcessId> for WasiProcessId"],["impl<Primary: PartialEq, Fallback: PartialEq> PartialEq<FallbackCache<Primary, Fallback>> for FallbackCache<Primary, Fallback>"],["impl PartialEq<ControlPlaneError> for ControlPlaneError"],["impl PartialEq<WasiTtyState> for WasiTtyState"],["impl PartialEq<EmscriptenRunner> for EmscriptenRunner"],["impl PartialEq<WasiVersion> for WasiVersion"],["impl PartialEq<MemorySnapshotRegion> for MemorySnapshotRegion"],["impl PartialEq<MultiSourceStrategy> for MultiSourceStrategy"],["impl PartialEq<WasiThreadId> for WasiThreadId"],["impl PartialEq<CacheInfo> for CacheInfo"],["impl PartialEq<DistributionInfo> for DistributionInfo"],["impl PartialEq<Shard> for Shard"],["impl PartialEq<NamedPackageSummary> for NamedPackageSummary"],["impl PartialEq<PackageSummary> for PackageSummary"],["impl PartialEq<Node> for Node"],["impl PartialEq<FileSystemMapping> for FileSystemMapping"],["impl PartialEq<ResolvedFileSystemMapping> for ResolvedFileSystemMapping"],["impl PartialEq<MappedDirectory> for MappedDirectory"]], -"wasmer_wasix_types":[["impl PartialEq<__wasi_addr_unix_port_t> for __wasi_addr_unix_port_t"],["impl PartialEq<Sockoption> for Sockoption"],["impl PartialEq<WasiMemoryLayout> for WasiMemoryLayout"],["impl PartialEq<__wasi_cidr_unix_t> for __wasi_cidr_unix_t"],["impl PartialEq<Bool> for Bool"],["impl PartialEq<__wasi_addr_ip4_port_t> for __wasi_addr_ip4_port_t"],["impl PartialEq<__wasi_cidr_ip6_t> for __wasi_cidr_ip6_t"],["impl PartialEq<EpollEventCtl> for EpollEventCtl"],["impl PartialEq<Eventtype> for Eventtype"],["impl PartialEq<Rights> for Rights"],["impl PartialEq<Addressfamily> for Addressfamily"],["impl PartialEq<Snapshot0Clockid> for Snapshot0Clockid"],["impl PartialEq<Tty> for Tty"],["impl<M: PartialEq + MemorySize> PartialEq<__wasi_ciovec_t<M>> for __wasi_ciovec_t<M>where\n M::Offset: PartialEq,"],["impl PartialEq<Oflags> for Oflags"],["impl PartialEq<EpollCtl> for EpollCtl"],["impl PartialEq<Whence> for Whence"],["impl PartialEq<__wasi_addr_unix_t> for __wasi_addr_unix_t"],["impl PartialEq<__wasi_addr_ip6_t> for __wasi_addr_ip6_t"],["impl PartialEq<JoinStatusType> for JoinStatusType"],["impl PartialEq<StdioMode> for StdioMode"],["impl PartialEq<SockProto> for SockProto"],["impl PartialEq<EpollType> for EpollType"],["impl PartialEq<Fstflags> for Fstflags"],["impl PartialEq<ExitCode> for ExitCode"],["impl<O> PartialEq<__wasi_asyncify_t<O>> for __wasi_asyncify_t<O>where\n O: ValueType + PartialEq,"],["impl PartialEq<__wasi_addr_ip4_t> for __wasi_addr_ip4_t"],["impl PartialEq<Advice> for Advice"],["impl PartialEq<StackSnapshot> for StackSnapshot"],["impl PartialEq<Clockid> for Clockid"],["impl PartialEq<Subclockflags> for Subclockflags"],["impl PartialEq<Socktype> for Socktype"],["impl PartialEq<JoinFlags> for JoinFlags"],["impl PartialEq<Snapshot0Whence> for Snapshot0Whence"],["impl PartialEq<__wasi_hardwareaddress_t> for __wasi_hardwareaddress_t"],["impl PartialEq<ThreadStartType> for ThreadStartType"],["impl PartialEq<Lookup> for Lookup"],["impl PartialEq<Streamsecurity> for Streamsecurity"],["impl PartialEq<Sockstatus> for Sockstatus"],["impl PartialEq<__wasi_cidr_ip4_t> for __wasi_cidr_ip4_t"],["impl PartialEq<Errno> for Errno"],["impl PartialEq<Filetype> for Filetype"],["impl<M: PartialEq + MemorySize> PartialEq<__wasi_iovec_t<M>> for __wasi_iovec_t<M>where\n M::Offset: PartialEq,"],["impl PartialEq<OptionTag> for OptionTag"],["impl PartialEq<Signal> for Signal"],["impl PartialEq<__wasi_addr_ip6_port_t> for __wasi_addr_ip6_port_t"],["impl PartialEq<Fdflags> for Fdflags"],["impl PartialEq<ThreadStateFlags> for ThreadStateFlags"],["impl PartialEq<Preopentype> for Preopentype"],["impl PartialEq<Eventrwflags> for Eventrwflags"],["impl PartialEq<Timeout> for Timeout"]], +"wasmer_wasix":[["impl PartialEq<NamedPackageSummary> for NamedPackageSummary"],["impl PartialEq<ItemLocation> for ItemLocation"],["impl<F: PartialEq, M: PartialEq> PartialEq<MappedPathFileSystem<F, M>> for MappedPathFileSystem<F, M>"],["impl PartialEq<Command> for Command"],["impl PartialEq<MultiSourceStrategy> for MultiSourceStrategy"],["impl PartialEq<WasiProcessId> for WasiProcessId"],["impl PartialEq<ControlPlaneError> for ControlPlaneError"],["impl PartialEq<DistributionInfo> for DistributionInfo"],["impl PartialEq<Inode> for Inode"],["impl PartialEq<DependencyGraph> for DependencyGraph"],["impl PartialEq<WasiStateCreationError> for WasiStateCreationError"],["impl PartialEq<ResolvedFileSystemMapping> for ResolvedFileSystemMapping"],["impl PartialEq<MemorySnapshotRegion> for MemorySnapshotRegion"],["impl PartialEq<TimeType> for TimeType"],["impl PartialEq<MappedDirectory> for MappedDirectory"],["impl PartialEq<InMemorySource> for InMemorySource"],["impl PartialEq<WasiThreadId> for WasiThreadId"],["impl PartialEq<CacheInfo> for CacheInfo"],["impl PartialEq<ResolvedPackage> for ResolvedPackage"],["impl PartialEq<WasiProcessCheckpoint> for WasiProcessCheckpoint"],["impl PartialEq<PackageSummary> for PackageSummary"],["impl PartialEq<WasiTtyState> for WasiTtyState"],["impl PartialEq<Shard> for Shard"],["impl PartialEq<Edge> for Edge"],["impl PartialEq<FileSystemMapping> for FileSystemMapping"],["impl PartialEq<FileSystemSource> for FileSystemSource"],["impl PartialEq<EmscriptenRunner> for EmscriptenRunner"],["impl<Primary: PartialEq, Fallback: PartialEq> PartialEq<FallbackCache<Primary, Fallback>> for FallbackCache<Primary, Fallback>"],["impl PartialEq<WasiVersion> for WasiVersion"],["impl PartialEq<Dependency> for Dependency"],["impl PartialEq<UnsupportedPackageLoader> for UnsupportedPackageLoader"],["impl PartialEq<Node> for Node"],["impl PartialEq<WebcHash> for WebcHash"],["impl PartialEq<PackageInfo> for PackageInfo"]], +"wasmer_wasix_types":[["impl PartialEq<JoinFlags> for JoinFlags"],["impl PartialEq<__wasi_addr_ip6_port_t> for __wasi_addr_ip6_port_t"],["impl PartialEq<Whence> for Whence"],["impl PartialEq<Advice> for Advice"],["impl PartialEq<Sockoption> for Sockoption"],["impl PartialEq<Fstflags> for Fstflags"],["impl PartialEq<Addressfamily> for Addressfamily"],["impl PartialEq<Streamsecurity> for Streamsecurity"],["impl PartialEq<Eventrwflags> for Eventrwflags"],["impl PartialEq<__wasi_cidr_unix_t> for __wasi_cidr_unix_t"],["impl PartialEq<ExitCode> for ExitCode"],["impl<M: PartialEq + MemorySize> PartialEq<__wasi_iovec_t<M>> for __wasi_iovec_t<M>where\n M::Offset: PartialEq,"],["impl PartialEq<Socktype> for Socktype"],["impl PartialEq<Oflags> for Oflags"],["impl PartialEq<Snapshot0Whence> for Snapshot0Whence"],["impl PartialEq<__wasi_addr_ip4_t> for __wasi_addr_ip4_t"],["impl PartialEq<Snapshot0Clockid> for Snapshot0Clockid"],["impl PartialEq<StackSnapshot> for StackSnapshot"],["impl PartialEq<Timeout> for Timeout"],["impl PartialEq<Filetype> for Filetype"],["impl<M: PartialEq + MemorySize> PartialEq<__wasi_ciovec_t<M>> for __wasi_ciovec_t<M>where\n M::Offset: PartialEq,"],["impl PartialEq<ThreadStartType> for ThreadStartType"],["impl PartialEq<__wasi_addr_ip6_t> for __wasi_addr_ip6_t"],["impl PartialEq<__wasi_addr_unix_port_t> for __wasi_addr_unix_port_t"],["impl PartialEq<__wasi_cidr_ip4_t> for __wasi_cidr_ip4_t"],["impl PartialEq<Errno> for Errno"],["impl PartialEq<Clockid> for Clockid"],["impl PartialEq<Signal> for Signal"],["impl PartialEq<Sockstatus> for Sockstatus"],["impl PartialEq<__wasi_addr_ip4_port_t> for __wasi_addr_ip4_port_t"],["impl PartialEq<SockProto> for SockProto"],["impl PartialEq<Subclockflags> for Subclockflags"],["impl PartialEq<Lookup> for Lookup"],["impl PartialEq<Preopentype> for Preopentype"],["impl PartialEq<__wasi_cidr_ip6_t> for __wasi_cidr_ip6_t"],["impl PartialEq<EpollEventCtl> for EpollEventCtl"],["impl PartialEq<EpollCtl> for EpollCtl"],["impl<O> PartialEq<__wasi_asyncify_t<O>> for __wasi_asyncify_t<O>where\n O: ValueType + PartialEq,"],["impl PartialEq<EpollType> for EpollType"],["impl PartialEq<Eventtype> for Eventtype"],["impl PartialEq<Bool> for Bool"],["impl PartialEq<ThreadStateFlags> for ThreadStateFlags"],["impl PartialEq<Tty> for Tty"],["impl PartialEq<__wasi_hardwareaddress_t> for __wasi_hardwareaddress_t"],["impl PartialEq<JoinStatusType> for JoinStatusType"],["impl PartialEq<WasiMemoryLayout> for WasiMemoryLayout"],["impl PartialEq<StdioMode> for StdioMode"],["impl PartialEq<OptionTag> for OptionTag"],["impl PartialEq<Rights> for Rights"],["impl PartialEq<Fdflags> for Fdflags"],["impl PartialEq<__wasi_addr_unix_t> for __wasi_addr_unix_t"]], "wasmer_wasm_interface":[["impl PartialEq<WasmType> for WasmType"],["impl PartialEq<InterfaceMatcher> for InterfaceMatcher"],["impl PartialEq<Import> for Import"],["impl PartialEq<Interface> for Interface"],["impl PartialEq<Export> for Export"]], -"wasmer_wast":[["impl PartialEq<AssertReturn> for AssertReturn"],["impl<'a> PartialEq<Stdin<'a>> for Stdin<'a>"],["impl<'a> PartialEq<AssertStdout<'a>> for AssertStdout<'a>"],["impl<'a> PartialEq<AssertStderr<'a>> for AssertStderr<'a>"]] +"wasmer_wast":[["impl<'a> PartialEq<AssertStdout<'a>> for AssertStdout<'a>"],["impl PartialEq<AssertReturn> for AssertReturn"],["impl<'a> PartialEq<AssertStderr<'a>> for AssertStderr<'a>"],["impl<'a> PartialEq<Stdin<'a>> for Stdin<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/cmp/trait.PartialOrd.js b/crates/doc/implementors/core/cmp/trait.PartialOrd.js index 9cddf07aa5f..34f364e40f4 100644 --- a/crates/doc/implementors/core/cmp/trait.PartialOrd.js +++ b/crates/doc/implementors/core/cmp/trait.PartialOrd.js @@ -4,15 +4,15 @@ "virtual_net":[["impl PartialOrd<SocketId> for SocketId"],["impl PartialOrd<IpCidr> for IpCidr"]], "wai_bindgen_wasmer":[["impl<T: Endian + PartialOrd> PartialOrd<Le<T>> for Le<T>"]], "wasmer":[["impl PartialOrd<MemoryLocation> for MemoryLocation"]], -"wasmer_cli":[["impl PartialOrd<SetProxyUrl> for SetProxyUrl"],["impl PartialOrd<GetOrSet> for GetOrSet"],["impl PartialOrd<StorableConfigField> for StorableConfigField"],["impl PartialOrd<BoolString> for BoolString"],["impl PartialOrd<SetTelemetryEnabled> for SetTelemetryEnabled"],["impl PartialOrd<FilterOut> for FilterOut"],["impl PartialOrd<PackageSource> for PackageSource"],["impl PartialOrd<RetrievableConfigField> for RetrievableConfigField"],["impl PartialOrd<SetRegistryUrl> for SetRegistryUrl"],["impl PartialOrd<SetUpdateNotificationsEnabled> for SetUpdateNotificationsEnabled"],["impl PartialOrd<SetRegistryToken> for SetRegistryToken"]], -"wasmer_compiler":[["impl PartialOrd<EngineId> for EngineId"],["impl PartialOrd<ArtifactId> for ArtifactId"]], -"wasmer_compiler_singlepass":[["impl PartialOrd<Multiplier> for Multiplier"],["impl PartialOrd<XMM> for XMM"],["impl PartialOrd<GPR> for GPR"],["impl PartialOrd<Size> for Size"],["impl PartialOrd<GPR> for GPR"],["impl PartialOrd<NEON> for NEON"],["impl<R: PartialOrd, S: PartialOrd> PartialOrd<Location<R, S>> for Location<R, S>"]], +"wasmer_cli":[["impl PartialOrd<SetRegistryToken> for SetRegistryToken"],["impl PartialOrd<GetOrSet> for GetOrSet"],["impl PartialOrd<PackageSource> for PackageSource"],["impl PartialOrd<SetProxyUrl> for SetProxyUrl"],["impl PartialOrd<SetRegistryUrl> for SetRegistryUrl"],["impl PartialOrd<StorableConfigField> for StorableConfigField"],["impl PartialOrd<BoolString> for BoolString"],["impl PartialOrd<RetrievableConfigField> for RetrievableConfigField"],["impl PartialOrd<FilterOut> for FilterOut"],["impl PartialOrd<SetTelemetryEnabled> for SetTelemetryEnabled"],["impl PartialOrd<SetUpdateNotificationsEnabled> for SetUpdateNotificationsEnabled"]], +"wasmer_compiler":[["impl PartialOrd<ArtifactId> for ArtifactId"],["impl PartialOrd<EngineId> for EngineId"]], +"wasmer_compiler_singlepass":[["impl PartialOrd<Multiplier> for Multiplier"],["impl PartialOrd<Size> for Size"],["impl<R: PartialOrd, S: PartialOrd> PartialOrd<Location<R, S>> for Location<R, S>"],["impl PartialOrd<GPR> for GPR"],["impl PartialOrd<XMM> for XMM"],["impl PartialOrd<GPR> for GPR"],["impl PartialOrd<NEON> for NEON"]], "wasmer_config":[["impl PartialOrd<NamedPackageId> for NamedPackageId"],["impl PartialOrd<PackageId> for PackageId"],["impl PartialOrd<PackageHash> for PackageHash"],["impl PartialOrd<FileKind> for FileKind"],["impl PartialOrd<Sha256Hash> for Sha256Hash"]], -"wasmer_journal":[["impl PartialOrd<JournalAddressfamilyV1> for JournalAddressfamilyV1"],["impl PartialOrd<JournalThreadStartTypeV1> for JournalThreadStartTypeV1"],["impl PartialOrd<JournalSnapshotTriggerV1> for JournalSnapshotTriggerV1"],["impl PartialOrd<JournalSockoptionV1> for JournalSockoptionV1"],["impl PartialOrd<DescriptorLookup> for DescriptorLookup"],["impl PartialOrd<JournalEpollCtlV1> for JournalEpollCtlV1"],["impl PartialOrd<JournalSocktypeV1> for JournalSocktypeV1"],["impl PartialOrd<SnapshotTrigger> for SnapshotTrigger"],["impl PartialOrd<SocketOptTimeType> for SocketOptTimeType"],["impl PartialOrd<SocketShutdownHow> for SocketShutdownHow"],["impl PartialOrd<JournalStreamSecurityV1> for JournalStreamSecurityV1"],["impl PartialOrd<MemoryRange> for MemoryRange"],["impl PartialOrd<JournalTimeTypeV1> for JournalTimeTypeV1"],["impl PartialOrd<JournalSocketShutdownV1> for JournalSocketShutdownV1"]], +"wasmer_journal":[["impl PartialOrd<JournalSocktypeV1> for JournalSocktypeV1"],["impl PartialOrd<JournalTimeTypeV1> for JournalTimeTypeV1"],["impl PartialOrd<JournalStreamSecurityV1> for JournalStreamSecurityV1"],["impl PartialOrd<MemoryRange> for MemoryRange"],["impl PartialOrd<JournalSocketShutdownV1> for JournalSocketShutdownV1"],["impl PartialOrd<JournalEpollCtlV1> for JournalEpollCtlV1"],["impl PartialOrd<JournalSockoptionV1> for JournalSockoptionV1"],["impl PartialOrd<JournalSnapshotTriggerV1> for JournalSnapshotTriggerV1"],["impl PartialOrd<JournalThreadStartTypeV1> for JournalThreadStartTypeV1"],["impl PartialOrd<SnapshotTrigger> for SnapshotTrigger"],["impl PartialOrd<JournalAddressfamilyV1> for JournalAddressfamilyV1"],["impl PartialOrd<SocketOptTimeType> for SocketOptTimeType"],["impl PartialOrd<DescriptorLookup> for DescriptorLookup"],["impl PartialOrd<SocketShutdownHow> for SocketShutdownHow"]], "wasmer_registry":[["impl PartialOrd<PackageDownloadInfo> for PackageDownloadInfo"],["impl PartialOrd<GetIfPackageHasNewVersionResult> for GetIfPackageHasNewVersionResult"],["impl PartialOrd<QueryPackageError> for QueryPackageError"],["impl PartialOrd<Package> for Package"]], "wasmer_sys_utils":[["impl PartialOrd<FdGuard> for FdGuard"]], "wasmer_types":[["impl PartialOrd<TableIndex> for TableIndex"],["impl PartialOrd<LocalFunctionIndex> for LocalFunctionIndex"],["impl PartialOrd<LocalTableIndex> for LocalTableIndex"],["impl<T: PartialOrd + ReservedValue> PartialOrd<PackedOption<T>> for PackedOption<T>"],["impl PartialOrd<LocalGlobalIndex> for LocalGlobalIndex"],["impl PartialOrd<Symbol> for Symbol"],["impl PartialOrd<FunctionIndex> for FunctionIndex"],["impl PartialOrd<Pages> for Pages"],["impl PartialOrd<ImportIndex> for ImportIndex"],["impl PartialOrd<DataIndex> for DataIndex"],["impl PartialOrd<CustomSectionIndex> for CustomSectionIndex"],["impl PartialOrd<ElemIndex> for ElemIndex"],["impl PartialOrd<ExportIndex> for ExportIndex"],["impl PartialOrd<SignatureIndex> for SignatureIndex"],["impl PartialOrd<LocalMemoryIndex> for LocalMemoryIndex"],["impl PartialOrd<GlobalIndex> for GlobalIndex"],["impl PartialOrd<ModuleHash> for ModuleHash"],["impl PartialOrd<Bytes> for Bytes"],["impl PartialOrd<SectionIndex> for SectionIndex"],["impl PartialOrd<MemoryIndex> for MemoryIndex"]], "wasmer_vm":[["impl PartialOrd<MmapType> for MmapType"]], -"wasmer_wasix":[["impl PartialOrd<Inode> for Inode"],["impl PartialOrd<WasiVersion> for WasiVersion"],["impl PartialOrd<WasiThreadId> for WasiThreadId"],["impl PartialOrd<MemorySnapshotRegion> for MemorySnapshotRegion"],["impl PartialOrd<WasiProcessId> for WasiProcessId"],["impl PartialOrd<Shard> for Shard"],["impl PartialOrd<WebcHash> for WebcHash"],["impl PartialOrd<WasiProcessCheckpoint> for WasiProcessCheckpoint"],["impl PartialOrd<WasiTtyState> for WasiTtyState"]], -"wasmer_wasix_types":[["impl PartialOrd<JoinFlags> for JoinFlags"],["impl PartialOrd<Errno> for Errno"],["impl PartialOrd<Subclockflags> for Subclockflags"],["impl PartialOrd<ThreadStartType> for ThreadStartType"],["impl PartialOrd<EpollType> for EpollType"],["impl PartialOrd<Lookup> for Lookup"],["impl PartialOrd<ThreadStateFlags> for ThreadStateFlags"],["impl PartialOrd<EpollEventCtl> for EpollEventCtl"],["impl PartialOrd<ExitCode> for ExitCode"],["impl PartialOrd<Eventrwflags> for Eventrwflags"],["impl PartialOrd<StackSnapshot> for StackSnapshot"],["impl PartialOrd<Oflags> for Oflags"],["impl PartialOrd<Rights> for Rights"],["impl PartialOrd<Fdflags> for Fdflags"],["impl PartialOrd<Fstflags> for Fstflags"]] +"wasmer_wasix":[["impl PartialOrd<WasiVersion> for WasiVersion"],["impl PartialOrd<Shard> for Shard"],["impl PartialOrd<WasiProcessId> for WasiProcessId"],["impl PartialOrd<WebcHash> for WebcHash"],["impl PartialOrd<Inode> for Inode"],["impl PartialOrd<MemorySnapshotRegion> for MemorySnapshotRegion"],["impl PartialOrd<WasiTtyState> for WasiTtyState"],["impl PartialOrd<WasiProcessCheckpoint> for WasiProcessCheckpoint"],["impl PartialOrd<WasiThreadId> for WasiThreadId"]], +"wasmer_wasix_types":[["impl PartialOrd<ThreadStartType> for ThreadStartType"],["impl PartialOrd<Fdflags> for Fdflags"],["impl PartialOrd<ExitCode> for ExitCode"],["impl PartialOrd<ThreadStateFlags> for ThreadStateFlags"],["impl PartialOrd<Oflags> for Oflags"],["impl PartialOrd<EpollEventCtl> for EpollEventCtl"],["impl PartialOrd<Subclockflags> for Subclockflags"],["impl PartialOrd<JoinFlags> for JoinFlags"],["impl PartialOrd<StackSnapshot> for StackSnapshot"],["impl PartialOrd<Eventrwflags> for Eventrwflags"],["impl PartialOrd<Errno> for Errno"],["impl PartialOrd<Lookup> for Lookup"],["impl PartialOrd<Fstflags> for Fstflags"],["impl PartialOrd<EpollType> for EpollType"],["impl PartialOrd<Rights> for Rights"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/convert/trait.AsRef.js b/crates/doc/implementors/core/convert/trait.AsRef.js index b951aa677d5..f9b1a08d4f8 100644 --- a/crates/doc/implementors/core/convert/trait.AsRef.js +++ b/crates/doc/implementors/core/convert/trait.AsRef.js @@ -1,5 +1,5 @@ (function() {var implementors = { -"wasmer":[["impl<'a, T> AsRef<[T]> for WasmSliceAccess<'a, T>where\n T: ValueType,"],["impl<'a, T> AsRef<T> for RefCow<'a, T>"],["impl<'a, T> AsRef<T> for WasmRefAccess<'a, T>where\n T: ValueType,"],["impl<'a, T> AsRef<[T]> for SliceCow<'a, T>"]], +"wasmer":[["impl<'a, T> AsRef<[T]> for WasmSliceAccess<'a, T>where\n T: ValueType,"],["impl<'a, T> AsRef<[T]> for SliceCow<'a, T>"],["impl<'a, T> AsRef<T> for WasmRefAccess<'a, T>where\n T: ValueType,"],["impl<'a, T> AsRef<T> for RefCow<'a, T>"]], "wasmer_journal":[["impl<'a> AsRef<str> for AlignedCowStr<'a>"],["impl<'a, T> AsRef<[T]> for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,"]], "wasmer_types":[] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/convert/trait.From.js b/crates/doc/implementors/core/convert/trait.From.js index 3ac56500ce1..50ac7fc8054 100644 --- a/crates/doc/implementors/core/convert/trait.From.js +++ b/crates/doc/implementors/core/convert/trait.From.js @@ -2,21 +2,21 @@ "virtual_fs":[["impl From<FsError> for Error"],["impl From<Pipe> for PipeRx"],["impl From<Error> for FsError"],["impl From<Box<dyn VirtualFile + Sync + Send, Global>> for ArcBoxFile"],["impl From<Pipe> for PipeTx"]], "virtual_mio":[["impl From<&Context<'_>> for Box<dyn InterestHandler + Send + Sync>"],["impl From<&Waker> for Box<dyn InterestHandler + Send + Sync>"]], "virtual_net":[["impl From<u64> for SocketId"]], -"wai_bindgen_wasmer":[["impl From<TryFromIntError> for GuestError"],["impl<T: Endian> From<T> for Le<T>"],["impl From<Utf8Error> for GuestError"]], -"wasmer":[["impl From<u32> for MemoryLocation"],["impl<T: Into<Engine>> From<T> for Engine"],["impl From<CompileError> for IoCompileError"],["impl From<Trap> for RuntimeError"],["impl From<Memory> for Extern"],["impl From<Error> for IoCompileError"],["impl From<Option<Function>> for Value"],["impl From<ExternRef> for Value"],["impl From<Box<dyn Error + Sync + Send, Global>> for RuntimeError"],["impl From<StoreHandle<VMFunction>> for Function"],["impl From<FromUtf8Error> for MemoryAccessError"],["impl From<u32> for Value"],["impl From<Function> for Value"],["impl From<i32> for Value"],["impl From<Option<ExternRef>> for Value"],["impl From<u64> for Value"],["impl From<InstantiationError> for InstantiationError"],["impl From<i64> for Value"],["impl<Args, Rets> From<TypedFunction<Args, Rets>> for Functionwhere\n Args: WasmTypeList,\n Rets: WasmTypeList,"],["impl From<Function> for Extern"],["impl From<Table> for Extern"],["impl From<LinkError> for LinkError"],["impl From<f32> for Value"],["impl From<MemoryAccessError> for RuntimeError"],["impl From<Global> for Extern"],["impl From<f64> for Value"]], -"wasmer_c_api":[["impl From<Vec<Option<Box<wasm_memorytype_t, Global>>, Global>> for wasm_memorytype_vec_t"],["impl From<wasm_mutability_enum> for wasm_mutability_t"],["impl From<ExternType> for wasm_externkind_enum"],["impl From<Vec<Option<Box<wasmer_named_extern_t, Global>>, Global>> for wasmer_named_extern_vec_t"],["impl From<Type> for wasm_valtype_t"],["impl From<Vec<Option<Box<wasm_globaltype_t, Global>>, Global>> for wasm_globaltype_vec_t"],["impl From<Vec<wasm_val_t, Global>> for wasm_val_vec_t"],["impl From<&ImportType<ExternType>> for wasm_importtype_t"],["impl<'a> From<&'a FrameInfo> for wasm_frame_t"],["impl From<wasm_extern_t> for Extern"],["impl From<&'static str> for ExternTypeConversionError"],["impl From<Type> for wasm_valkind_enum"],["impl From<Vec<Option<Box<wasm_functype_t, Global>>, Global>> for wasm_functype_vec_t"],["impl From<Vec<u8, Global>> for wasm_byte_vec_t"],["impl From<&ExternType> for wasm_externtype_t"],["impl From<WasiVersion> for wasi_version_t"],["impl From<wasm_valtype_t> for Type"],["impl From<Vec<Option<Box<wasm_exporttype_t, Global>>, Global>> for wasm_exporttype_vec_t"],["impl From<Vec<Option<Box<wasm_tabletype_t, Global>>, Global>> for wasm_tabletype_vec_t"],["impl From<Vec<Option<Box<wasm_frame_t, Global>>, Global>> for wasm_frame_vec_t"],["impl From<Vec<Option<Box<wasm_importtype_t, Global>>, Global>> for wasm_importtype_vec_t"],["impl From<FrameInfo> for wasm_frame_t"],["impl From<Mutability> for wasm_mutability_enum"],["impl From<ExportType<ExternType>> for wasm_exporttype_t"],["impl From<wasm_valkind_enum> for Type"],["impl From<&ExternType> for wasm_externkind_enum"],["impl<'a> From<&Operator<'a>> for wasmer_parser_operator_t"],["impl From<&ExportType<ExternType>> for wasm_exporttype_t"],["impl From<Vec<Option<Box<wasm_extern_t, Global>>, Global>> for wasm_extern_vec_t"],["impl From<ExternType> for wasm_externtype_t"],["impl From<String> for wasm_name_t"],["impl From<Vec<Option<Box<wasm_valtype_t, Global>>, Global>> for wasm_valtype_vec_t"],["impl From<&wasm_valtype_t> for Type"],["impl From<RuntimeError> for wasm_trap_t"],["impl From<ImportType<ExternType>> for wasm_importtype_t"],["impl From<wasm_mutability_enum> for Mutability"]], -"wasmer_cli":[["impl From<PublishWait> for WaitPackageState"],["impl From<HashAlgorithm> for HashAlgorithm"],["impl From<Sort> for DeployAppVersionsSortBy"]], -"wasmer_compiler":[["impl<T> From<T> for Box<dyn CompilerConfig + 'static>where\n T: CompilerConfig + 'static,"],["impl From<Box<dyn CompilerConfig, Global>> for Engine"],["impl From<&Engine> for Engine"],["impl From<EngineBuilder> for Engine"]], +"wai_bindgen_wasmer":[["impl From<Utf8Error> for GuestError"],["impl From<TryFromIntError> for GuestError"],["impl<T: Endian> From<T> for Le<T>"]], +"wasmer":[["impl From<u32> for Value"],["impl From<Memory> for Extern"],["impl From<FromUtf8Error> for MemoryAccessError"],["impl From<CompileError> for IoCompileError"],["impl From<Function> for Value"],["impl From<i32> for Value"],["impl<T: Into<Engine>> From<T> for Engine"],["impl From<Trap> for RuntimeError"],["impl From<u32> for MemoryLocation"],["impl From<i64> for Value"],["impl From<f64> for Value"],["impl From<f32> for Value"],["impl From<Global> for Extern"],["impl From<u64> for Value"],["impl From<StoreHandle<VMFunction>> for Function"],["impl From<Error> for IoCompileError"],["impl From<Option<ExternRef>> for Value"],["impl From<MemoryAccessError> for RuntimeError"],["impl From<Function> for Extern"],["impl From<LinkError> for LinkError"],["impl From<Box<dyn Error + Sync + Send, Global>> for RuntimeError"],["impl<Args, Rets> From<TypedFunction<Args, Rets>> for Functionwhere\n Args: WasmTypeList,\n Rets: WasmTypeList,"],["impl From<ExternRef> for Value"],["impl From<InstantiationError> for InstantiationError"],["impl From<Option<Function>> for Value"],["impl From<Table> for Extern"]], +"wasmer_c_api":[["impl From<Vec<u8, Global>> for wasm_byte_vec_t"],["impl From<&ImportType<ExternType>> for wasm_importtype_t"],["impl From<Vec<Option<Box<wasm_memorytype_t, Global>>, Global>> for wasm_memorytype_vec_t"],["impl From<wasm_extern_t> for Extern"],["impl From<wasm_valkind_enum> for Type"],["impl From<&wasm_valtype_t> for Type"],["impl From<Vec<wasm_val_t, Global>> for wasm_val_vec_t"],["impl<'a> From<&'a FrameInfo> for wasm_frame_t"],["impl From<Vec<Option<Box<wasmer_named_extern_t, Global>>, Global>> for wasmer_named_extern_vec_t"],["impl From<RuntimeError> for wasm_trap_t"],["impl From<Vec<Option<Box<wasm_globaltype_t, Global>>, Global>> for wasm_globaltype_vec_t"],["impl From<String> for wasm_name_t"],["impl From<FrameInfo> for wasm_frame_t"],["impl From<Vec<Option<Box<wasm_frame_t, Global>>, Global>> for wasm_frame_vec_t"],["impl From<Type> for wasm_valkind_enum"],["impl From<Vec<Option<Box<wasm_tabletype_t, Global>>, Global>> for wasm_tabletype_vec_t"],["impl From<ImportType<ExternType>> for wasm_importtype_t"],["impl From<ExternType> for wasm_externkind_enum"],["impl From<Type> for wasm_valtype_t"],["impl From<Vec<Option<Box<wasm_exporttype_t, Global>>, Global>> for wasm_exporttype_vec_t"],["impl From<WasiVersion> for wasi_version_t"],["impl From<Vec<Option<Box<wasm_extern_t, Global>>, Global>> for wasm_extern_vec_t"],["impl From<wasm_valtype_t> for Type"],["impl From<wasm_mutability_enum> for wasm_mutability_t"],["impl From<&ExportType<ExternType>> for wasm_exporttype_t"],["impl From<&'static str> for ExternTypeConversionError"],["impl From<wasm_mutability_enum> for Mutability"],["impl From<&ExternType> for wasm_externkind_enum"],["impl From<ExternType> for wasm_externtype_t"],["impl From<Vec<Option<Box<wasm_valtype_t, Global>>, Global>> for wasm_valtype_vec_t"],["impl From<ExportType<ExternType>> for wasm_exporttype_t"],["impl From<Vec<Option<Box<wasm_functype_t, Global>>, Global>> for wasm_functype_vec_t"],["impl From<Vec<Option<Box<wasm_importtype_t, Global>>, Global>> for wasm_importtype_vec_t"],["impl From<Mutability> for wasm_mutability_enum"],["impl<'a> From<&Operator<'a>> for wasmer_parser_operator_t"],["impl From<&ExternType> for wasm_externtype_t"]], +"wasmer_cli":[["impl From<HashAlgorithm> for HashAlgorithm"],["impl From<Sort> for DeployAppVersionsSortBy"],["impl From<PublishWait> for WaitPackageState"]], +"wasmer_compiler":[["impl From<EngineBuilder> for Engine"],["impl From<Box<dyn CompilerConfig, Global>> for Engine"],["impl From<&Engine> for Engine"],["impl<T> From<T> for Box<dyn CompilerConfig + 'static>where\n T: CompilerConfig + 'static,"]], "wasmer_compiler_cranelift":[["impl From<Cranelift> for Engine"]], "wasmer_compiler_llvm":[["impl From<LLVM> for Engine"]], -"wasmer_compiler_singlepass":[["impl From<Singlepass> for Engine"]], +"wasmer_compiler_singlepass":[["impl From<Singlepass> for Engine"]], "wasmer_config":[["impl From<Sha256Hash> for PackageHash"],["impl From<PackageIdent> for PackageSource"],["impl From<NamedPackageIdent> for PackageSource"],["impl From<UninitializedFieldError> for PackageBuilderError"],["impl From<String> for ManifestBuilderError"],["impl From<String> for PackageBuilderError"],["impl From<Error> for ManifestError"],["impl From<PackageId> for PackageSource"],["impl From<ValidationError> for ManifestError"],["impl From<PackageHash> for PackageId"],["impl From<PackageHash> for PackageIdent"],["impl From<NamedPackageId> for NamedPackageIdent"],["impl From<PackageHash> for PackageSource"],["impl From<UninitializedFieldError> for ManifestBuilderError"],["impl From<NamedPackageId> for PackageSource"],["impl From<NamedPackageIdent> for PackageIdent"],["impl From<NamedPackageId> for PackageId"]], -"wasmer_journal":[["impl From<JournalIpCidrV1> for IpCidr"],["impl From<Socktype> for JournalSocktypeV1"],["impl From<&ArchivedJournalSocktypeV1> for Socktype"],["impl From<IpCidr> for JournalIpCidrV1"],["impl From<Addressfamily> for JournalAddressfamilyV1"],["impl From<&ArchivedJournalEpollEventCtlV1> for EpollEventCtl"],["impl From<JournalWasiMemoryLayout> for WasiMemoryLayout"],["impl From<JournalSockoptionV1> for Sockoption"],["impl From<JournalStreamSecurityV1> for StreamSecurity"],["impl From<&ArchivedJournalWhenceV1> for Whence"],["impl From<JournalThreadStartTypeV1> for ThreadStartType"],["impl<'a> From<String> for AlignedCowStr<'a>"],["impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>"],["impl From<&ArchivedJournalAddressfamilyV1> for Addressfamily"],["impl From<&ArchivedJournalEpollCtlV1> for EpollCtl"],["impl From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger"],["impl<'a, T> From<Cow<'a, [T]>> for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,"],["impl From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType"],["impl From<&ArchivedJournalWasiMemoryLayout> for WasiMemoryLayout"],["impl From<SocketShutdownHow> for JournalSocketShutdownV1"],["impl From<JournalEpollEventCtlV1> for EpollEventCtl"],["impl From<Shutdown> for SocketShutdownHow"],["impl From<WasiMemoryLayout> for JournalWasiMemoryLayout"],["impl From<Range<u64>> for MemoryRange"],["impl From<SocketShutdownHow> for Shutdown"],["impl From<JournalExitCodeV1> for ExitCode"],["impl From<Sockoption> for JournalSockoptionV1"],["impl From<JournalTimeTypeV1> for SocketOptTimeType"],["impl From<&ArchivedJournalSockoptionV1> for Sockoption"],["impl From<StreamSecurity> for JournalStreamSecurityV1"],["impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid"],["impl From<JournalEpollCtlV1> for EpollCtl"],["impl From<EpollEventCtl> for JournalEpollEventCtlV1"],["impl From<ExitCode> for JournalExitCodeV1"],["impl From<&ArchivedJournalThreadStartTypeV1> for ThreadStartType"],["impl From<ThreadStartType> for JournalThreadStartTypeV1"],["impl From<&ArchivedJournalStreamSecurityV1> for StreamSecurity"],["impl From<JournalSnapshotTriggerV1> for SnapshotTrigger"],["impl From<&ArchivedJournalExitCodeV1> for ExitCode"],["impl From<JournalWhenceV1> for Whence"],["impl From<JournalAdviceV1> for Advice"],["impl From<&ArchivedJournalSocketShutdownV1> for SocketShutdownHow"],["impl From<JournalAddressfamilyV1> for Addressfamily"],["impl From<Whence> for JournalWhenceV1"],["impl From<JournalSocketShutdownV1> for SocketShutdownHow"],["impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1"],["impl From<&ArchivedJournalAdviceV1> for Advice"],["impl From<SocketOptTimeType> for JournalTimeTypeV1"],["impl From<Advice> for JournalAdviceV1"],["impl From<JournalSocktypeV1> for Socktype"],["impl From<SnapshotTrigger> for JournalSnapshotTriggerV1"],["impl From<JournalEntryRecordType> for u16"],["impl From<EpollCtl> for JournalEpollCtlV1"],["impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid"],["impl<'a, T> From<Vec<T, Global>> for AlignedCowVec<'a, T>where\n T: 'a + Clone,\n [T]: ToOwned,"]], +"wasmer_journal":[["impl From<Addressfamily> for JournalAddressfamilyV1"],["impl From<JournalSnapshotTriggerV1> for SnapshotTrigger"],["impl From<ExitCode> for JournalExitCodeV1"],["impl From<&ArchivedJournalThreadStartTypeV1> for ThreadStartType"],["impl From<IpCidr> for JournalIpCidrV1"],["impl From<SnapshotTrigger> for JournalSnapshotTriggerV1"],["impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1"],["impl From<SocketOptTimeType> for JournalTimeTypeV1"],["impl From<JournalWasiMemoryLayout> for WasiMemoryLayout"],["impl From<JournalIpCidrV1> for IpCidr"],["impl From<&ArchivedJournalWasiMemoryLayout> for WasiMemoryLayout"],["impl From<Whence> for JournalWhenceV1"],["impl From<&ArchivedJournalAddressfamilyV1> for Addressfamily"],["impl From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType"],["impl From<&ArchivedJournalAdviceV1> for Advice"],["impl From<SocketShutdownHow> for Shutdown"],["impl From<&ArchivedJournalWhenceV1> for Whence"],["impl From<JournalExitCodeV1> for ExitCode"],["impl From<JournalTimeTypeV1> for SocketOptTimeType"],["impl From<JournalWhenceV1> for Whence"],["impl From<JournalSocketShutdownV1> for SocketShutdownHow"],["impl From<EpollCtl> for JournalEpollCtlV1"],["impl From<JournalEntryRecordType> for u16"],["impl From<&ArchivedJournalEpollCtlV1> for EpollCtl"],["impl From<Sockoption> for JournalSockoptionV1"],["impl From<SocketShutdownHow> for JournalSocketShutdownV1"],["impl From<JournalSockoptionV1> for Sockoption"],["impl From<JournalAdviceV1> for Advice"],["impl From<WasiMemoryLayout> for JournalWasiMemoryLayout"],["impl From<JournalStreamSecurityV1> for StreamSecurity"],["impl From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger"],["impl From<&ArchivedJournalExitCodeV1> for ExitCode"],["impl From<Range<u64>> for MemoryRange"],["impl From<JournalEpollEventCtlV1> for EpollEventCtl"],["impl From<Advice> for JournalAdviceV1"],["impl From<ThreadStartType> for JournalThreadStartTypeV1"],["impl<'a, T> From<Cow<'a, [T]>> for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,"],["impl From<&ArchivedJournalEpollEventCtlV1> for EpollEventCtl"],["impl From<Shutdown> for SocketShutdownHow"],["impl From<StreamSecurity> for JournalStreamSecurityV1"],["impl From<&ArchivedJournalSocketShutdownV1> for SocketShutdownHow"],["impl From<&ArchivedJournalSocktypeV1> for Socktype"],["impl From<JournalEpollCtlV1> for EpollCtl"],["impl From<&ArchivedJournalStreamSecurityV1> for StreamSecurity"],["impl<'a, T> From<Vec<T, Global>> for AlignedCowVec<'a, T>where\n T: 'a + Clone,\n [T]: ToOwned,"],["impl From<JournalAddressfamilyV1> for Addressfamily"],["impl From<&ArchivedJournalSockoptionV1> for Sockoption"],["impl From<EpollEventCtl> for JournalEpollEventCtlV1"],["impl From<Socktype> for JournalSocktypeV1"],["impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid"],["impl<'a> From<String> for AlignedCowStr<'a>"],["impl From<JournalSocktypeV1> for Socktype"],["impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>"],["impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid"],["impl From<JournalThreadStartTypeV1> for ThreadStartType"]], "wasmer_object":[["impl From<Error> for ObjectError"],["impl From<SerializeError> for ObjectError"]], "wasmer_registry":[["impl From<String> for Registry"],["impl From<ImportsError> for ValidationError"],["impl From<QueryPackageError> for ValidationError"],["impl From<&str> for Registry"]], -"wasmer_sys_utils":[["impl From<Box<dyn LinearMemory, Global>> for VMMemory"],["impl From<VMSharedMemory> for VMMemory"],["impl From<VMOwnedMemory> for VMMemory"]], +"wasmer_sys_utils":[["impl From<VMOwnedMemory> for VMMemory"],["impl From<Box<dyn LinearMemory, Global>> for VMMemory"],["impl From<VMSharedMemory> for VMMemory"]], "wasmer_types":[["impl From<([Type; 0], [Type; 2])> for FunctionType"],["impl From<([Type; 1], [Type; 4])> for FunctionType"],["impl From<(String, String, u32)> for ImportKey"],["impl From<([Type; 5], [Type; 9])> for FunctionType"],["impl From<Error> for DeserializeError"],["impl From<([Type; 2], [Type; 0])> for FunctionType"],["impl From<([Type; 9], [Type; 7])> for FunctionType"],["impl From<Pages> for Bytes"],["impl From<([Type; 0], [Type; 7])> for FunctionType"],["impl From<Mutability> for bool"],["impl<T: ReservedValue> From<T> for PackedOption<T>"],["impl From<([Type; 7], [Type; 7])> for FunctionType"],["impl From<([Type; 8], [Type; 9])> for FunctionType"],["impl From<([Type; 5], [Type; 0])> for FunctionType"],["impl From<([Type; 1], [Type; 5])> for FunctionType"],["impl From<([Type; 5], [Type; 5])> for FunctionType"],["impl From<([Type; 6], [Type; 6])> for FunctionType"],["impl From<([Type; 5], [Type; 8])> for FunctionType"],["impl<T: ReservedValue> From<PackedOption<T>> for Option<T>"],["impl From<([Type; 7], [Type; 8])> for FunctionType"],["impl From<([Type; 3], [Type; 7])> for FunctionType"],["impl From<([Type; 6], [Type; 7])> for FunctionType"],["impl From<([Type; 1], [Type; 6])> for FunctionType"],["impl From<usize> for Bytes"],["impl From<&[u8]> for V128"],["impl From<([Type; 2], [Type; 5])> for FunctionType"],["impl From<i64> for RawValue"],["impl From<([Type; 8], [Type; 5])> for FunctionType"],["impl<T: ReservedValue> From<Option<T>> for PackedOption<T>"],["impl From<([Type; 8], [Type; 6])> for FunctionType"],["impl From<([Type; 1], [Type; 8])> for FunctionType"],["impl From<ModuleInfo> for ArchivableModuleInfo"],["impl From<([Type; 6], [Type; 1])> for FunctionType"],["impl From<([Type; 6], [Type; 2])> for FunctionType"],["impl From<([Type; 9], [Type; 8])> for FunctionType"],["impl From<([Type; 6], [Type; 8])> for FunctionType"],["impl From<([Type; 8], [Type; 1])> for FunctionType"],["impl From<AtomSignature> for ModuleHash"],["impl From<([Type; 4], [Type; 0])> for FunctionType"],["impl From<([Type; 3], [Type; 5])> for FunctionType"],["impl From<([Type; 2], [Type; 4])> for FunctionType"],["impl From<&ModuleInfo> for ArchivableModuleInfo"],["impl From<([Type; 3], [Type; 8])> for FunctionType"],["impl From<([Type; 9], [Type; 6])> for FunctionType"],["impl From<([Type; 0], [Type; 1])> for FunctionType"],["impl From<([Type; 0], [Type; 3])> for FunctionType"],["impl From<([Type; 5], [Type; 3])> for FunctionType"],["impl From<([Type; 2], [Type; 7])> for FunctionType"],["impl From<([Type; 5], [Type; 6])> for FunctionType"],["impl From<([Type; 0], [Type; 6])> for FunctionType"],["impl From<([Type; 8], [Type; 4])> for FunctionType"],["impl From<&FunctionType> for FunctionType"],["impl From<([Type; 5], [Type; 7])> for FunctionType"],["impl From<([Type; 8], [Type; 0])> for FunctionType"],["impl From<([Type; 9], [Type; 5])> for FunctionType"],["impl From<([Type; 3], [Type; 3])> for FunctionType"],["impl From<([Type; 5], [Type; 1])> for FunctionType"],["impl From<([Type; 7], [Type; 6])> for FunctionType"],["impl From<CompileError> for DeserializeError"],["impl From<u32> for Pages"],["impl From<([Type; 4], [Type; 9])> for FunctionType"],["impl From<([Type; 1], [Type; 3])> for FunctionType"],["impl From<([Type; 8], [Type; 3])> for FunctionType"],["impl From<([Type; 6], [Type; 0])> for FunctionType"],["impl From<([Type; 6], [Type; 4])> for FunctionType"],["impl From<([Type; 3], [Type; 6])> for FunctionType"],["impl From<([Type; 9], [Type; 2])> for FunctionType"],["impl From<MiddlewareError> for WasmError"],["impl From<([Type; 2], [Type; 1])> for FunctionType"],["impl From<([Type; 2], [Type; 8])> for FunctionType"],["impl From<([Type; 3], [Type; 1])> for FunctionType"],["impl From<([Type; 1], [Type; 1])> for FunctionType"],["impl From<i32> for RawValue"],["impl From<([Type; 5], [Type; 2])> for FunctionType"],["impl From<([Type; 4], [Type; 7])> for FunctionType"],["impl From<([Type; 9], [Type; 1])> for FunctionType"],["impl From<([Type; 2], [Type; 6])> for FunctionType"],["impl From<([Type; 7], [Type; 4])> for FunctionType"],["impl From<([Type; 2], [Type; 3])> for FunctionType"],["impl From<([Type; 8], [Type; 8])> for FunctionType"],["impl From<([Type; 7], [Type; 9])> for FunctionType"],["impl From<([Type; 4], [Type; 6])> for FunctionType"],["impl From<ArchivableModuleInfo> for ModuleInfo"],["impl From<([Type; 7], [Type; 3])> for FunctionType"],["impl From<([Type; 2], [Type; 9])> for FunctionType"],["impl From<([Type; 0], [Type; 4])> for FunctionType"],["impl From<([Type; 9], [Type; 4])> for FunctionType"],["impl From<([Type; 0], [Type; 8])> for FunctionType"],["impl From<([Type; 6], [Type; 9])> for FunctionType"],["impl From<([Type; 1], [Type; 0])> for FunctionType"],["impl From<([Type; 6], [Type; 5])> for FunctionType"],["impl From<([Type; 1], [Type; 7])> for FunctionType"],["impl From<([Type; 4], [Type; 2])> for FunctionType"],["impl From<([Type; 1], [Type; 2])> for FunctionType"],["impl From<([Type; 9], [Type; 9])> for FunctionType"],["impl From<([Type; 3], [Type; 0])> for FunctionType"],["impl From<([Type; 5], [Type; 4])> for FunctionType"],["impl From<f64> for RawValue"],["impl From<([Type; 3], [Type; 4])> for FunctionType"],["impl From<([Type; 8], [Type; 2])> for FunctionType"],["impl From<([Type; 0], [Type; 9])> for FunctionType"],["impl From<([Type; 0], [Type; 5])> for FunctionType"],["impl From<([Type; 7], [Type; 2])> for FunctionType"],["impl From<([Type; 1], [Type; 9])> for FunctionType"],["impl From<([Type; 9], [Type; 3])> for FunctionType"],["impl From<([Type; 3], [Type; 9])> for FunctionType"],["impl From<bool> for Mutability"],["impl From<([Type; 7], [Type; 1])> for FunctionType"],["impl From<[u8; 16]> for V128"],["impl From<([Type; 8], [Type; 7])> for FunctionType"],["impl From<WasmError> for CompileError"],["impl From<([Type; 7], [Type; 0])> for FunctionType"],["impl From<f32> for RawValue"],["impl From<u32> for Bytes"],["impl From<([Type; 4], [Type; 8])> for FunctionType"],["impl From<([Type; 4], [Type; 4])> for FunctionType"],["impl From<([Type; 7], [Type; 5])> for FunctionType"],["impl From<([Type; 4], [Type; 5])> for FunctionType"],["impl From<([Type; 4], [Type; 3])> for FunctionType"],["impl From<Error> for SerializeError"],["impl From<([Type; 6], [Type; 3])> for FunctionType"],["impl From<([Type; 2], [Type; 2])> for FunctionType"],["impl From<([Type; 3], [Type; 2])> for FunctionType"],["impl From<([Type; 0], [Type; 0])> for FunctionType"],["impl From<([Type; 9], [Type; 0])> for FunctionType"],["impl From<([Type; 4], [Type; 1])> for FunctionType"]], "wasmer_vm":[["impl From<TableElement> for RawTableElement"],["impl From<VMSharedMemory> for VMMemory"],["impl From<VMOwnedMemory> for VMMemory"],["impl From<Box<dyn LinearMemory, Global>> for VMMemory"]], -"wasmer_wasix":[["impl From<WasiStateCreationError> for WasiRuntimeError"],["impl From<Range<u64>> for MemorySnapshotRegion"],["impl From<WasiProcessId> for u32"],["impl From<SocketOptTimeType> for TimeType"],["impl From<WasiError> for WasiRuntimeError"],["impl From<Sockoption> for WasiSocketOption"],["impl From<u32> for WasiProcessId"],["impl From<Request<Vec<u8, Global>>> for HttpRequest"],["impl From<MappedDirectory> for MountedDirectory"],["impl From<Arc<Error, Global>> for WasiRuntimeError"],["impl From<Handle> for RuntimeOrHandle"],["impl From<SerializeError> for CacheError"],["impl From<Runtime> for RuntimeOrHandle"],["impl From<Box<dyn Error + Sync + Send, Global>> for SpawnError"],["impl From<WasiThreadError> for Errno"],["impl From<WebCVersion> for Version"],["impl From<WasiProcessId> for i32"],["impl From<DeserializeError> for CacheError"],["impl From<WasiThreadId> for i32"],["impl From<i32> for WasiProcessId"],["impl From<WasiThreadId> for u32"],["impl From<FsError> for WasiStateCreationError"],["impl From<ControlPlaneError> for WasiRuntimeError"],["impl From<Error> for QueryError"],["impl From<InstantiationError> for WasiRuntimeError"],["impl From<Request<String>> for HttpRequest"],["impl From<Request<&str>> for HttpRequest"],["impl From<WasiRuntimeError> for SpawnError"],["impl From<ExportError> for WasiRuntimeError"],["impl From<[u8; 32]> for WebcHash"],["impl From<u32> for WasiThreadId"],["impl From<RuntimeError> for WasiRuntimeError"],["impl From<ControlPlaneError> for WasiStateCreationError"],["impl From<Request<()>> for HttpRequest"],["impl From<WasiThreadError> for WasiRuntimeError"],["impl From<TimeType> for SocketOptTimeType"],["impl From<i32> for WasiThreadId"],["impl From<Request<Option<Vec<u8, Global>>>> for HttpRequest"]], -"wasmer_wasix_types":[["impl From<Error> for Errno"],["impl From<Errno> for ErrorKind"],["impl From<Snapshot0SubscriptionClock> for SubscriptionClock"],["impl From<Errno> for Error"],["impl From<ExitCode> for Errno"],["impl From<ExitCode> for i32"],["impl From<i32> for ExitCode"],["impl From<Clockid> for Snapshot0Clockid"],["impl From<Errno> for ExitCode"],["impl From<Snapshot0Subscription> for Subscription"],["impl From<SockProto> for u16"],["impl From<Snapshot0Clockid> for Clockid"],["impl From<Errno> for u16"]] +"wasmer_wasix":[["impl From<Request<String>> for HttpRequest"],["impl From<Request<&str>> for HttpRequest"],["impl From<SerializeError> for CacheError"],["impl From<WasiError> for WasiRuntimeError"],["impl From<Runtime> for RuntimeOrHandle"],["impl From<Arc<Error, Global>> for WasiRuntimeError"],["impl From<Error> for QueryError"],["impl From<ControlPlaneError> for WasiStateCreationError"],["impl From<RuntimeError> for WasiRuntimeError"],["impl From<i32> for WasiProcessId"],["impl From<WasiRuntimeError> for SpawnError"],["impl From<InstantiationError> for WasiRuntimeError"],["impl From<WasiProcessId> for i32"],["impl From<WasiThreadError> for WasiRuntimeError"],["impl From<u32> for WasiProcessId"],["impl From<WasiThreadId> for u32"],["impl From<Range<u64>> for MemorySnapshotRegion"],["impl From<WebCVersion> for Version"],["impl From<TimeType> for SocketOptTimeType"],["impl From<FsError> for WasiStateCreationError"],["impl From<Request<()>> for HttpRequest"],["impl From<Box<dyn Error + Sync + Send, Global>> for SpawnError"],["impl From<WasiProcessId> for u32"],["impl From<DeserializeError> for CacheError"],["impl From<[u8; 32]> for WebcHash"],["impl From<SocketOptTimeType> for TimeType"],["impl From<WasiThreadError> for Errno"],["impl From<i32> for WasiThreadId"],["impl From<MappedDirectory> for MountedDirectory"],["impl From<ControlPlaneError> for WasiRuntimeError"],["impl From<ExportError> for WasiRuntimeError"],["impl From<WasiThreadId> for i32"],["impl From<Request<Vec<u8, Global>>> for HttpRequest"],["impl From<Request<Option<Vec<u8, Global>>>> for HttpRequest"],["impl From<Handle> for RuntimeOrHandle"],["impl From<u32> for WasiThreadId"],["impl From<WasiStateCreationError> for WasiRuntimeError"],["impl From<Sockoption> for WasiSocketOption"]], +"wasmer_wasix_types":[["impl From<Snapshot0Subscription> for Subscription"],["impl From<Errno> for ExitCode"],["impl From<Snapshot0Clockid> for Clockid"],["impl From<i32> for ExitCode"],["impl From<ExitCode> for Errno"],["impl From<Errno> for ErrorKind"],["impl From<Clockid> for Snapshot0Clockid"],["impl From<Error> for Errno"],["impl From<ExitCode> for i32"],["impl From<Snapshot0SubscriptionClock> for SubscriptionClock"],["impl From<Errno> for u16"],["impl From<Errno> for Error"],["impl From<SockProto> for u16"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/convert/trait.Into.js b/crates/doc/implementors/core/convert/trait.Into.js index 65462498170..7631fe085dc 100644 --- a/crates/doc/implementors/core/convert/trait.Into.js +++ b/crates/doc/implementors/core/convert/trait.Into.js @@ -1,5 +1,5 @@ (function() {var implementors = { -"wasmer_journal":[["impl<'a> Into<Vec<u8, Global>> for AlignedCowVec<'a, u8>"],["impl<'a, T> Into<Cow<'a, [T]>> for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,"],["impl<'a> Into<Cow<'a, str>> for AlignedCowStr<'a>"],["impl<'a> Into<String> for AlignedCowStr<'a>"]], +"wasmer_journal":[["impl<'a, T> Into<Cow<'a, [T]>> for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,"],["impl<'a> Into<String> for AlignedCowStr<'a>"],["impl<'a> Into<Vec<u8, Global>> for AlignedCowVec<'a, u8>"],["impl<'a> Into<Cow<'a, str>> for AlignedCowStr<'a>"]], "wasmer_types":[], "wasmer_wasix":[["impl Into<Range<u64>> for MemorySnapshotRegion"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/convert/trait.TryFrom.js b/crates/doc/implementors/core/convert/trait.TryFrom.js index 50a1346d25c..44eef8d9a6c 100644 --- a/crates/doc/implementors/core/convert/trait.TryFrom.js +++ b/crates/doc/implementors/core/convert/trait.TryFrom.js @@ -1,9 +1,9 @@ (function() {var implementors = { -"wasmer":[["impl TryFrom<Value> for f64"],["impl TryFrom<Value> for u32"],["impl TryFrom<Value> for i32"],["impl TryFrom<Value> for Option<Function>"],["impl TryFrom<Value> for Option<ExternRef>"],["impl TryFrom<Value> for i64"],["impl TryFrom<Value> for u64"],["impl TryFrom<Value> for f32"]], +"wasmer":[["impl TryFrom<Value> for u32"],["impl TryFrom<Value> for Option<ExternRef>"],["impl TryFrom<Value> for u64"],["impl TryFrom<Value> for Option<Function>"],["impl TryFrom<Value> for i64"],["impl TryFrom<Value> for f32"],["impl TryFrom<Value> for i32"],["impl TryFrom<Value> for f64"]], "wasmer_api":[["impl TryFrom<DateTime> for OffsetDateTime"],["impl TryFrom<OffsetDateTime> for DateTime"]], "wasmer_argus":[["impl TryFrom<ArgusConfig> for Argus"]], -"wasmer_c_api":[["impl TryFrom<&wasm_val_t> for Value"],["impl TryFrom<&'static wasm_externtype_t> for &'static wasm_globaltype_t"],["impl TryFrom<wasi_version_t> for WasiVersion"],["impl TryFrom<&'static wasm_externtype_t> for &'static wasm_tabletype_t"],["impl TryFrom<Value> for wasm_val_t"],["impl TryFrom<&'static wasm_externtype_t> for &'static wasm_memorytype_t"],["impl TryFrom<&Value> for wasm_val_t"],["impl TryFrom<u8> for wasm_mutability_enum"],["impl TryFrom<wasm_val_t> for Value"],["impl TryFrom<u8> for wasm_valkind_enum"],["impl TryFrom<&'static wasm_externtype_t> for &'static wasm_functype_t"]], +"wasmer_c_api":[["impl TryFrom<&'static wasm_externtype_t> for &'static wasm_tabletype_t"],["impl TryFrom<u8> for wasm_valkind_enum"],["impl TryFrom<Value> for wasm_val_t"],["impl TryFrom<&Value> for wasm_val_t"],["impl TryFrom<&wasm_val_t> for Value"],["impl TryFrom<&'static wasm_externtype_t> for &'static wasm_globaltype_t"],["impl TryFrom<u8> for wasm_mutability_enum"],["impl TryFrom<&'static wasm_externtype_t> for &'static wasm_memorytype_t"],["impl TryFrom<wasm_val_t> for Value"],["impl TryFrom<&'static wasm_externtype_t> for &'static wasm_functype_t"],["impl TryFrom<wasi_version_t> for WasiVersion"]], "wasmer_journal":[["impl TryFrom<u16> for JournalEntryRecordType"],["impl<'a> TryFrom<ArchivedJournalEntry<'a>> for JournalEntry<'a>"]], "wasmer_types":[["impl TryFrom<Bytes> for Pages"]], -"wasmer_wasix_types":[["impl TryFrom<u16> for SockProto"],["impl TryFrom<u16> for Errno"],["impl TryFrom<u32> for Clockid"],["impl TryFrom<u32> for Snapshot0Clockid"],["impl TryFrom<u8> for Signal"],["impl TryFrom<u32> for EpollCtl"]] +"wasmer_wasix_types":[["impl TryFrom<u16> for Errno"],["impl TryFrom<u32> for Snapshot0Clockid"],["impl TryFrom<u32> for Clockid"],["impl TryFrom<u16> for SockProto"],["impl TryFrom<u8> for Signal"],["impl TryFrom<u32> for EpollCtl"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/default/trait.Default.js b/crates/doc/implementors/core/default/trait.Default.js index 09d8ff295cc..5cf86f73da8 100644 --- a/crates/doc/implementors/core/default/trait.Default.js +++ b/crates/doc/implementors/core/default/trait.Default.js @@ -4,26 +4,26 @@ "virtual_net":[["impl Default for FailOnWrite"],["impl Default for LoopbackNetworkingState"],["impl Default for CompositeTcpListener"],["impl Default for RemoteTxWakers"],["impl Default for RemoteAdapterHandlerState"],["impl Default for UnsupportedVirtualNetworking"],["impl Default for LocalNetworking"],["impl Default for RemoteAdapterHandler"],["impl Default for LoopbackNetworking"]], "wai_bindgen_wasmer":[["impl<T> Default for Slab<T>"],["impl<T> Default for Table<T>"]], "wasi_test_generator":[["impl Default for WasiTest"],["impl Default for WasiOptions"]], -"wasmer":[["impl Default for Imports"],["impl Default for Exports"],["impl Default for Engine"],["impl Default for Store"]], +"wasmer":[["impl Default for Imports"],["impl Default for Exports"],["impl Default for Store"],["impl Default for Engine"]], "wasmer_api":[["impl Default for AllPackageVersionsVars"],["impl Default for GetDeployAppsVars"],["impl Default for AllPackageReleasesVars"]], -"wasmer_c_api":[["impl Default for wasm_val_t"],["impl Default for wasm_config_t"],["impl Default for wasm_valtype_t"],["impl Default for wasmer_compiler_t"],["impl Default for wasmer_engine_t"]], +"wasmer_c_api":[["impl Default for wasm_config_t"],["impl Default for wasm_val_t"],["impl Default for wasmer_engine_t"],["impl Default for wasmer_compiler_t"],["impl Default for wasm_valtype_t"]], "wasmer_c_api_test_runner":[["impl Default for RemoveTestsOnDrop"]], "wasmer_capi_examples_runner":[["impl Default for RemoveTestsOnDrop"]], -"wasmer_cli":[["impl Default for WasmFeatures"],["impl Default for ItemFormatOpts"],["impl Default for LogFormat"],["impl Default for StoreOptions"],["impl Default for CType"],["impl Default for ListFormat"],["impl Default for ItemTableFormatOpts"],["impl Default for WasmFeatures"],["impl Default for Wasi"],["impl Default for PrefixMapCompilation"],["impl Default for Output"],["impl Default for PackageSource"],["impl Default for ApiOpts"],["impl Default for EdgeConfig"],["impl Default for CrossCompile"],["impl Default for ItemFormat"],["impl Default for WcgiOptions"],["impl Default for CompilerOptions"],["impl Default for WasmerEnv"],["impl Default for HashAlgorithm"]], -"wasmer_compiler":[["impl Default for EngineId"],["impl Default for GlobalFrameInfo"],["impl Default for ArtifactId"]], -"wasmer_compiler_cli":[["impl Default for WasmFeatures"],["impl Default for CompilerOptions"],["impl Default for StoreOptions"]], +"wasmer_cli":[["impl Default for ItemTableFormatOpts"],["impl Default for LogFormat"],["impl Default for ItemFormat"],["impl Default for WasmFeatures"],["impl Default for EdgeConfig"],["impl Default for ApiOpts"],["impl Default for WasmFeatures"],["impl Default for CrossCompile"],["impl Default for WcgiOptions"],["impl Default for CType"],["impl Default for ListFormat"],["impl Default for Wasi"],["impl Default for Output"],["impl Default for PrefixMapCompilation"],["impl Default for HashAlgorithm"],["impl Default for StoreOptions"],["impl Default for ItemFormatOpts"],["impl Default for WasmerEnv"],["impl Default for PackageSource"],["impl Default for CompilerOptions"]], +"wasmer_compiler":[["impl Default for GlobalFrameInfo"],["impl Default for EngineId"],["impl Default for ArtifactId"]], +"wasmer_compiler_cli":[["impl Default for CompilerOptions"],["impl Default for WasmFeatures"],["impl Default for StoreOptions"]], "wasmer_compiler_cranelift":[["impl Default for Cranelift"]], "wasmer_compiler_llvm":[["impl Default for ExtraInfo"],["impl Default for LLVM"]], -"wasmer_compiler_singlepass":[["impl Default for TrapTable"],["impl Default for ArgumentRegisterAllocator"],["impl Default for MachineStateDiff"],["impl Default for Singlepass"],["impl Default for ArgumentRegisterAllocator"]], +"wasmer_compiler_singlepass":[["impl Default for TrapTable"],["impl Default for ArgumentRegisterAllocator"],["impl Default for Singlepass"],["impl Default for MachineStateDiff"],["impl Default for ArgumentRegisterAllocator"]], "wasmer_config":[["impl Default for Abi"],["impl Default for ManifestBuilder"],["impl Default for PackageBuilder"]], -"wasmer_emscripten":[["impl Default for EmscriptenGlobalsData"],["impl Default for EmEnv"],["impl Default for EmscriptenState"],["impl Default for EmscriptenFunctions"],["impl Default for EmscriptenData"]], +"wasmer_emscripten":[["impl Default for EmscriptenState"],["impl Default for EmscriptenGlobalsData"],["impl Default for EmscriptenData"],["impl Default for EmEnv"],["impl Default for EmscriptenFunctions"]], "wasmer_integration_tests_cli":[["impl Default for LinkCode"]], -"wasmer_journal":[["impl Default for UnsupportedJournal"],["impl Default for CompactResult"],["impl Default for CountingJournal"],["impl Default for StateDescriptor"],["impl Default for NullJournal"],["impl Default for JournalPrintingMode"],["impl Default for State"],["impl Default for BufferedJournal"],["impl Default for FilteredJournalBuilder"],["impl<'a> Default for AlignedCowStr<'a>"],["impl<'a, T> Default for AlignedCowVec<'a, T>where\n T: 'a + Clone,\n [T]: ToOwned,"],["impl Default for PrintingJournal"],["impl Default for FilteredJournalConfig"]], +"wasmer_journal":[["impl<'a> Default for AlignedCowStr<'a>"],["impl Default for BufferedJournal"],["impl Default for StateDescriptor"],["impl Default for JournalPrintingMode"],["impl Default for PrintingJournal"],["impl Default for CompactResult"],["impl Default for NullJournal"],["impl Default for UnsupportedJournal"],["impl Default for CountingJournal"],["impl Default for FilteredJournalConfig"],["impl Default for FilteredJournalBuilder"],["impl<'a, T> Default for AlignedCowVec<'a, T>where\n T: 'a + Clone,\n [T]: ToOwned,"],["impl Default for State"]], "wasmer_registry":[["impl Default for Interactive"],["impl Default for WasmerEnv"],["impl Default for MultiRegistry"],["impl Default for Package"],["impl Default for NonInteractive"],["impl Default for WasmerConfig"],["impl Default for Proxy"],["impl Default for Skip"]], "wasmer_sys_utils":[["impl Default for FdGuard"]], "wasmer_types":[["impl Default for SourceLoc"],["impl Default for ImportKey"],["impl Default for FunctionAddressMap"],["impl Default for RawValue"],["impl<K, V> Default for PrimaryMap<K, V>where\n K: EntityRef,"],["impl Default for ModuleId"],["impl Default for Target"],["impl Default for SerializableCompilation"],["impl Default for Features"],["impl Default for SectionIndex"],["impl Default for CompiledFunctionFrameInfo"],["impl Default for StoreId"],["impl<T: ReservedValue> Default for PackedOption<T>"],["impl<K, V> Default for SecondaryMap<K, V>where\n K: EntityRef,\n V: Clone + Default,"],["impl Default for ModuleInfo"],["impl Default for SectionBody"]], "wasmer_vm":[["impl Default for TableElement"],["impl Default for Inner"],["impl Default for RawTableElement"],["impl Default for StoreObjects"],["impl Default for VMSharedSignatureIndex"],["impl Default for SignatureRegistry"],["impl Default for NotifyMap"]], -"wasmer_wasix":[["impl Default for State"],["impl Default for WasiThreadId"],["impl Default for WasiFutexState"],["impl Default for ThreadStack"],["impl Default for UnsupportedPackageLoader"],["impl Default for ConsoleRect"],["impl Default for WasiControlPlane"],["impl Default for DProxyInstanceFactory"],["impl Default for FileSystemSource"],["impl Default for EpollInterest"],["impl Default for WasiRunner"],["impl Default for InMemorySource"],["impl Default for TokioTaskManager"],["impl Default for WasiParkingLot"],["impl Default for LocalWithLoopbackNetworkingListening"],["impl Default for SleepNow"],["impl Default for DefaultTty"],["impl Default for WasiInodes"],["impl Default for InfiniteSleep"],["impl Default for HttpClientCapabilityV1"],["impl Default for SysTty"],["impl Default for OwnedTaskStatus"],["impl Default for WasiTtyState"],["impl Default for IndefinitePoll"],["impl Default for FallbackFileSystem"],["impl Default for Shard"],["impl Default for WasiBusState"],["impl Default for PreopenDirBuilder"],["impl Default for State"],["impl Default for WasiFutex"],["impl Default for ThreadLocalCache"],["impl Default for InMemoryCache"],["impl Default for TtyOptions"],["impl Default for CommonWasiOptions"],["impl Default for DcgiInstanceFactory"],["impl Default for WebCVersion"],["impl Default for WasiInstanceHandlesPointer"],["impl Default for HttpRequestOptions"],["impl Default for BuiltinPackageLoader"],["impl Default for ControlPlaneConfig"],["impl Default for WasiFdSeed"],["impl Default for WasiEnvBuilder"],["impl Default for MultiSourceStrategy"],["impl Default for CapabilityThreadingV1"],["impl Default for StoreSnapshot"],["impl Default for SharedCache"],["impl Default for Capabilities"],["impl Default for EmscriptenRunner"],["impl Default for WasiInstanceHandlesPointer"],["impl Default for ReqwestHttpClient"],["impl Default for PreopenedDir"]], -"wasmer_wasix_types":[["impl Default for WasiMemoryLayout"],["impl Default for Filestat"]], +"wasmer_wasix":[["impl Default for ConsoleRect"],["impl Default for EmscriptenRunner"],["impl Default for Capabilities"],["impl Default for FileSystemSource"],["impl Default for WasiRunner"],["impl Default for WasiControlPlane"],["impl Default for WasiThreadId"],["impl Default for WasiBusState"],["impl Default for WasiInstanceHandlesPointer"],["impl Default for WasiInstanceHandlesPointer"],["impl Default for WasiFutex"],["impl Default for HttpRequestOptions"],["impl Default for PreopenedDir"],["impl Default for StoreSnapshot"],["impl Default for UnsupportedPackageLoader"],["impl Default for BuiltinPackageLoader"],["impl Default for ReqwestHttpClient"],["impl Default for HttpClientCapabilityV1"],["impl Default for SharedCache"],["impl Default for CommonWasiOptions"],["impl Default for State"],["impl Default for ThreadStack"],["impl Default for State"],["impl Default for CapabilityThreadingV1"],["impl Default for WasiParkingLot"],["impl Default for LocalWithLoopbackNetworkingListening"],["impl Default for WasiFdSeed"],["impl Default for TtyOptions"],["impl Default for PreopenDirBuilder"],["impl Default for OwnedTaskStatus"],["impl Default for WasiTtyState"],["impl Default for MultiSourceStrategy"],["impl Default for DefaultTty"],["impl Default for TokioTaskManager"],["impl Default for FallbackFileSystem"],["impl Default for ControlPlaneConfig"],["impl Default for Shard"],["impl Default for InMemorySource"],["impl Default for DProxyInstanceFactory"],["impl Default for DcgiInstanceFactory"],["impl Default for IndefinitePoll"],["impl Default for SysTty"],["impl Default for SleepNow"],["impl Default for ThreadLocalCache"],["impl Default for WasiFutexState"],["impl Default for EpollInterest"],["impl Default for WasiEnvBuilder"],["impl Default for InMemoryCache"],["impl Default for WebCVersion"],["impl Default for WasiInodes"],["impl Default for InfiniteSleep"]], +"wasmer_wasix_types":[["impl Default for Filestat"],["impl Default for WasiMemoryLayout"]], "wasmer_wasm_interface":[["impl Default for Interface"],["impl Default for InterfaceMatcher"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/error/trait.Error.js b/crates/doc/implementors/core/error/trait.Error.js index 6a47424a8d1..e80c976be5f 100644 --- a/crates/doc/implementors/core/error/trait.Error.js +++ b/crates/doc/implementors/core/error/trait.Error.js @@ -1,8 +1,8 @@ (function() {var implementors = { "virtual_fs":[["impl Error for FsError"]], "virtual_net":[["impl Error for NetworkError"]], -"wai_bindgen_wasmer":[["impl Error for RemoveError"],["impl Error for GuestError"]], -"wasmer":[["impl Error for MemoryAccessError"],["impl Error for ExportError"],["impl Error for LinkError"],["impl Error for AtomicsError"],["impl Error for RuntimeError"],["impl Error for IoCompileError"],["impl Error for InstantiationError"],["impl Error for RuntimeStringError"]], +"wai_bindgen_wasmer":[["impl Error for GuestError"],["impl Error for RemoveError"]], +"wasmer":[["impl Error for ExportError"],["impl Error for InstantiationError"],["impl Error for RuntimeStringError"],["impl Error for RuntimeError"],["impl Error for MemoryAccessError"],["impl Error for AtomicsError"],["impl Error for LinkError"],["impl Error for IoCompileError"]], "wasmer_api":[["impl Error for GraphQLApiFailure"],["impl Error for GlobalIdParseError"]], "wasmer_c_api":[["impl Error for ExternTypeConversionError"]], "wasmer_compiler":[["impl Error for LinkError"],["impl Error for InstantiationError"]], @@ -12,7 +12,7 @@ "wasmer_registry":[["impl Error for QueryPackageError"],["impl Error for ProxyError"],["impl Error for PackageBuildError"],["impl Error for ValidationError"],["impl Error for MigrationError"]], "wasmer_types":[["impl Error for PreInstantiationError"],["impl Error for SerializeError"],["impl Error for MiddlewareError"],["impl Error for ParseCpuFeatureError"],["impl Error for ImportError"],["impl Error for PageCountOutOfRange"],["impl Error for MemoryError"],["impl Error for CompileError"],["impl Error for DeserializeError"],["impl Error for WasmError"],["impl Error for TrapCode"]], "wasmer_vm":[["impl Error for Trap"],["impl Error for WaiterError"]], -"wasmer_wasix":[["impl Error for ExtendedFsError"],["impl Error for WasiStateCreationError"],["impl Error for TaskTerminatedError"],["impl Error for SpawnError"],["impl Error for QueryError"],["impl Error for WasiError"],["impl Error for ResolveError"],["impl Error for WasiThreadError"],["impl Error for SignalDeliveryError"],["impl Error for WasiRuntimeError"],["impl Error for Unsupported"],["impl Error for ControlPlaneError"],["impl Error for CacheError"]], +"wasmer_wasix":[["impl Error for WasiError"],["impl Error for SpawnError"],["impl Error for ExtendedFsError"],["impl Error for CacheError"],["impl Error for ResolveError"],["impl Error for Unsupported"],["impl Error for WasiStateCreationError"],["impl Error for WasiThreadError"],["impl Error for ControlPlaneError"],["impl Error for QueryError"],["impl Error for TaskTerminatedError"],["impl Error for WasiRuntimeError"],["impl Error for SignalDeliveryError"]], "wasmer_wasix_types":[["impl Error for Errno"]], "wasmer_wast":[["impl Error for DirectiveErrors"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/fmt/trait.Binary.js b/crates/doc/implementors/core/fmt/trait.Binary.js index d8b89139381..dff4f2016d3 100644 --- a/crates/doc/implementors/core/fmt/trait.Binary.js +++ b/crates/doc/implementors/core/fmt/trait.Binary.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer_compiler":[], "wasmer_types":[], -"wasmer_wasix_types":[["impl Binary for Fstflags"],["impl Binary for Eventrwflags"],["impl Binary for EpollType"],["impl Binary for Lookup"],["impl Binary for Rights"],["impl Binary for Subclockflags"],["impl Binary for ThreadStateFlags"],["impl Binary for Fdflags"],["impl Binary for JoinFlags"],["impl Binary for Oflags"]] +"wasmer_wasix_types":[["impl Binary for Fdflags"],["impl Binary for EpollType"],["impl Binary for Oflags"],["impl Binary for Rights"],["impl Binary for Fstflags"],["impl Binary for ThreadStateFlags"],["impl Binary for JoinFlags"],["impl Binary for Lookup"],["impl Binary for Eventrwflags"],["impl Binary for Subclockflags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/fmt/trait.Debug.js b/crates/doc/implementors/core/fmt/trait.Debug.js index 5887873c51d..7ea7f421faa 100644 --- a/crates/doc/implementors/core/fmt/trait.Debug.js +++ b/crates/doc/implementors/core/fmt/trait.Debug.js @@ -3,33 +3,33 @@ "virtual_fs":[["impl Debug for StaticFileSystem"],["impl Debug for PipeReceiver"],["impl Debug for FileType"],["impl Debug for ArcDirectoryNode"],["impl Debug for InodeResolution"],["impl Debug for FileSystemInner"],["impl Debug for ZeroFile"],["impl Debug for ReadOnlyFileNode"],["impl Debug for OffloadBackingStoreState"],["impl Debug for StrongMountPoint"],["impl Debug for BufferFile"],["impl Debug for TmpFileSystem"],["impl Debug for TrackedVec"],["impl Debug for File"],["impl Debug for PipeTx"],["impl Debug for OffloadedFile"],["impl Debug for ReadOnlyFile"],["impl Debug for Stderr"],["impl Debug for StaticFile"],["impl Debug for OffloadedFileNode"],["impl Debug for DirectoryNode"],["impl Debug for Node"],["impl<P, S> Debug for OverlayFileSystem<P, S>where\n P: FileSystem,\n S: for<'a> FileSystems<'a>,"],["impl Debug for ScopedDirectoryFileSystem"],["impl Debug for DuplexPipe"],["impl Debug for FileHandle"],["impl Debug for FileNode"],["impl Debug for FileSystem"],["impl Debug for DeviceFile"],["impl Debug for ArcBoxFile"],["impl Debug for PassthruFileSystem"],["impl Debug for FileSystem"],["impl Debug for OpenOptionsConfig"],["impl<'a> Debug for OpenOptions<'a>"],["impl<F: Debug> Debug for TraceFileSystem<F>"],["impl Debug for CustomFileNode"],["impl Debug for FileExtent"],["impl Debug for Stdout"],["impl Debug for PipeRx"],["impl Debug for DirEntry"],["impl Debug for File"],["impl Debug for FsError"],["impl Debug for Stderr"],["impl Debug for EmptyFileSystem"],["impl Debug for TraceFile"],["impl Debug for Pipe"],["impl Debug for ArcFileSystem"],["impl Debug for CopyOnWriteFile"],["impl Debug for ReadDir"],["impl Debug for RandomFile"],["impl Debug for StdioMode"],["impl Debug for UnionFileSystem"],["impl Debug for WebCFile"],["impl Debug for NullFile"],["impl Debug for Stdin"],["impl Debug for WebcVolumeFileSystem"],["impl Debug for Stdin"],["impl Debug for CowState"],["impl Debug for CombineFile"],["impl Debug for OffloadBackingStore"],["impl Debug for Stdout"],["impl<T> Debug for ArcFile<T>where\n T: VirtualFile + Send + Sync + 'static,"],["impl Debug for File"],["impl Debug for DualWriteFile"],["impl Debug for MountPoint"],["impl Debug for ArcFileNode"],["impl Debug for Metadata"]], "virtual_mio":[["impl Debug for ArcInterestHandlerState"],["impl Debug for InterestGuard"],["impl Debug for InterestHandlerWaker"],["impl Debug for InterestWakerMap"],["impl Debug for SharedWakerInterestHandler"],["impl Debug for EngineInner"],["impl Debug for InterestWakerMapState"],["impl Debug for InterestType"],["impl Debug for Selector"],["impl Debug for HandlerGuardState"],["impl Debug for ArcInterestHandler"],["impl Debug for WakerInterestHandler"]], "virtual_net":[["impl Debug for TcpSocketHalfRx"],["impl Debug for FrameSerializationFormat"],["impl Debug for SocketId"],["impl Debug for FailOnWrite"],["impl Debug for State"],["impl Debug for RemoteNetworkingServer"],["impl Debug for ResponseType"],["impl Debug for SocketBufferState"],["impl Debug for RemoteSocket"],["impl Debug for LocalNetworking"],["impl Debug for RequestType"],["impl Debug for LoopbackNetworkingState"],["impl Debug for SocketStatus"],["impl Debug for LoopbackNetworking"],["impl Debug for DataWithAddr"],["impl Debug for TxWaker"],["impl Debug for IpCidr"],["impl Debug for StreamSecurity"],["impl Debug for LocalTcpListener"],["impl Debug for RequestTx"],["impl Debug for LoopbackTcpListenerState"],["impl Debug for LocalUdpSocket"],["impl Debug for RemoteNetworkingClient"],["impl Debug for IpRoute"],["impl Debug for SocketBuffer"],["impl Debug for RemoteAdapterHandlerState"],["impl Debug for TcpSocketHalfTx"],["impl Debug for MessageRequest"],["impl Debug for RemoteAdapterHandler"],["impl Debug for SocketWithAddr"],["impl Debug for LoopbackTcpListener"],["impl Debug for Shutdown"],["impl Debug for RemoteTxWakers"],["impl Debug for RemoteAdapterCommon"],["impl Debug for CompositeTcpListener"],["impl Debug for NetworkError"],["impl Debug for RemoteCommon"],["impl Debug for UnsupportedVirtualNetworking"],["impl Debug for LocalTcpStream"],["impl Debug for MessageResponse"],["impl Debug for TcpSocketHalf"]], -"wai_bindgen_wasmer":[["impl Debug for GuestError"],["impl Debug for RemoveError"],["impl<T: Debug> Debug for Slab<T>"],["impl<T: Endian + Debug> Debug for Le<T>"],["impl<T> Debug for Table<T>"],["impl Debug for Region"]], +"wai_bindgen_wasmer":[["impl<T> Debug for Table<T>"],["impl<T: Endian + Debug> Debug for Le<T>"],["impl Debug for RemoveError"],["impl Debug for GuestError"],["impl Debug for Region"],["impl<T: Debug> Debug for Slab<T>"]], "wasi_test_generator":[["impl Debug for NativeOutput"],["impl Debug for WasiOptions"],["impl Debug for TestGenOptions"],["impl Debug for WasiVersion"],["impl Debug for WasiTest"]], -"wasmer":[["impl Debug for RuntimeError"],["impl Debug for Global"],["impl Debug for SharedMemory"],["impl Debug for Table"],["impl<'a> Debug for MemoryView<'a>"],["impl<'a, T> Debug for FunctionEnvMut<'a, T>where\n T: Send + Debug + 'static,"],["impl Debug for Extern"],["impl Debug for Memory"],["impl Debug for ExternRef"],["impl Debug for Store"],["impl Debug for Function"],["impl<'a, T: ValueType> Debug for WasmRef<'a, T>"],["impl<'a, T: ValueType> Debug for WasmSlice<'a, T>"],["impl Debug for InstantiationError"],["impl Debug for MemoryAccessError"],["impl Debug for Engine"],["impl<T: Debug> Debug for FunctionEnv<T>"],["impl<'a> Debug for MemoryBuffer<'a>"],["impl Debug for LinkError"],["impl Debug for Global"],["impl<T: ValueType, M: MemorySize> Debug for WasmPtr<T, M>"],["impl Debug for RuntimeStringError"],["impl Debug for AtomicsError"],["impl Debug for MemoryLocation"],["impl Debug for ExternRef"],["impl Debug for IoCompileError"],["impl Debug for StoreInner"],["impl Debug for Memory"],["impl<'a> Debug for MemoryBuffer<'a>"],["impl<'a> Debug for MemoryView<'a>"],["impl Debug for Instance"],["impl Debug for ExportError"],["impl Debug for Function"],["impl Debug for Table"],["impl<'a> Debug for StoreRef<'a>"],["impl Debug for Value"],["impl Debug for Imports"],["impl Debug for Exports"],["impl Debug for Module"]], +"wasmer":[["impl Debug for ExternRef"],["impl Debug for InstantiationError"],["impl Debug for MemoryAccessError"],["impl Debug for AtomicsError"],["impl<T: ValueType, M: MemorySize> Debug for WasmPtr<T, M>"],["impl Debug for ExportError"],["impl Debug for Extern"],["impl Debug for Instance"],["impl Debug for Global"],["impl Debug for Value"],["impl Debug for MemoryLocation"],["impl Debug for StoreInner"],["impl Debug for Engine"],["impl Debug for Store"],["impl<'a> Debug for MemoryBuffer<'a>"],["impl Debug for RuntimeStringError"],["impl Debug for ExternRef"],["impl<'a, T: ValueType> Debug for WasmSlice<'a, T>"],["impl Debug for SharedMemory"],["impl Debug for RuntimeError"],["impl<T: Debug> Debug for FunctionEnv<T>"],["impl Debug for LinkError"],["impl Debug for Table"],["impl Debug for Memory"],["impl<'a> Debug for StoreRef<'a>"],["impl Debug for Memory"],["impl<'a, T> Debug for FunctionEnvMut<'a, T>where\n T: Send + Debug + 'static,"],["impl<'a> Debug for MemoryView<'a>"],["impl Debug for Function"],["impl<'a, T: ValueType> Debug for WasmRef<'a, T>"],["impl Debug for Function"],["impl Debug for IoCompileError"],["impl Debug for Table"],["impl Debug for Exports"],["impl Debug for Global"],["impl<'a> Debug for MemoryBuffer<'a>"],["impl<'a> Debug for MemoryView<'a>"],["impl Debug for Module"],["impl Debug for Imports"]], "wasmer_api":[["impl Debug for CreateNamespaceVars"],["impl<'a> Debug for GetSignedUrlForPackageUploadVariables<'a>"],["impl Debug for NsRecord"],["impl Debug for AppTemplate"],["impl Debug for MarkAppVersionAsActivePayload"],["impl Debug for WebcVersion"],["impl Debug for AllPackageReleasesVars"],["impl Debug for DnsmanagerSshFingerprintRecordAlgorithmChoices"],["impl Debug for AppTemplatesSortBy"],["impl Debug for GetAppTemplatesVars"],["impl Debug for GetDeployAppVersionByIdVars"],["impl Debug for GetPackageVars"],["impl Debug for GetAllPackageVersions"],["impl Debug for PtrRecord"],["impl Debug for DnsmanagerSshFingerprintRecordTypeChoices"],["impl Debug for GlobalId"],["impl Debug for SignedUrl"],["impl Debug for GetAllDomains"],["impl Debug for UpsertDomainFromZoneFile"],["impl Debug for GetDeployAppVersionVars"],["impl Debug for GetDeployAppAndVersionById"],["impl Debug for MxRecord"],["impl Debug for NamespaceEdge"],["impl Debug for PackageWebcConnection"],["impl Debug for TxtRecord"],["impl Debug for GetDeployAppById"],["impl Debug for RegisterDomain"],["impl Debug for LogEdge"],["impl Debug for PackageDistribution"],["impl Debug for DateTime"],["impl Debug for GetDeployAppLogs"],["impl Debug for Log"],["impl Debug for GetDeployAppByAlias"],["impl Debug for DeployApp"],["impl Debug for GenerateDeployConfigToken"],["impl Debug for GetAllPackageReleases"],["impl Debug for GraphQLApiFailure"],["impl Debug for TagPackageReleasePayload"],["impl Debug for AllPackageVersionsVars"],["impl Debug for CreateNamespaceInput"],["impl Debug for DNameRecord"],["impl Debug for PaginationVars"],["impl Debug for GenerateDeployTokenPayload"],["impl Debug for GetNode"],["impl Debug for GenerateDeployTokenVars"],["impl Debug for NamespaceConnection"],["impl Debug for GetDeployAppAndVersionVars"],["impl Debug for SrvRecord"],["impl Debug for GetPackageReleaseVars"],["impl Debug for GetCurrentUserWithApps"],["impl Debug for TagPackageRelease"],["impl Debug for AaaaRecord"],["impl Debug for UserWithNamespaces"],["impl Debug for PackageVersionWithPackage"],["impl Debug for AppTemplateConnection"],["impl Debug for GrapheneRole"],["impl Debug for PushPackageRelease"],["impl Debug for Owner"],["impl Debug for GetDeployAppAndVersionByIdVars"],["impl<'a> Debug for TagPackageReleaseVariables<'a>"],["impl Debug for DnsDomainEdge"],["impl Debug for ErrorKind"],["impl<'a> Debug for InputSignature<'a>"],["impl Debug for NodeKind"],["impl Debug for GetCurrentUser"],["impl Debug for WebcImage"],["impl Debug for GetAllDomainsVariables"],["impl Debug for GetNodeVars"],["impl Debug for DnsDomainWithZoneFile"],["impl Debug for DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices"],["impl Debug for GetDomainWithZoneFile"],["impl Debug for DeployAppVersionsSortBy"],["impl Debug for GetDeployAppLogsVars"],["impl Debug for DeployAppVersionConnection"],["impl Debug for CNameRecord"],["impl Debug for GetAllDnsRecordsVariables"],["impl Debug for PackageVersionConnection"],["impl Debug for GetAppTemplateFromSlugVariables"],["impl Debug for GetUserApps"],["impl Debug for NamespaceWithApps"],["impl Debug for GetDeployApps"],["impl Debug for UpsertDomainFromZoneFileVars"],["impl Debug for GetDeployApp"],["impl Debug for GetNamespace"],["impl Debug for User"],["impl Debug for AppTemplateEdge"],["impl Debug for GetDeployAppVars"],["impl Debug for AppAliasConnection"],["impl Debug for GetPackageVersion"],["impl Debug for DeleteAppVars"],["impl Debug for PublishDeployAppVars"],["impl Debug for LogStream"],["impl Debug for GetCurrentUserWithNamespacesVars"],["impl Debug for DeleteApp"],["impl Debug for PackageVersionSortBy"],["impl Debug for DeployAppConnection"],["impl Debug for PurgeCacheForAppVersionVars"],["impl Debug for SoaRecord"],["impl Debug for PackageWebc"],["impl Debug for MarkAppVersionAsActiveVars"],["impl Debug for PackageWebcEdge"],["impl Debug for GetNamespaceApps"],["impl Debug for SshfpRecord"],["impl Debug for GetDomainVars"],["impl Debug for DnsDomainConnection"],["impl Debug for PackageVersionEdge"],["impl Debug for GetDeployAppByAliasVars"],["impl Debug for DeployAppVersionEdge"],["impl Debug for PageInfo"],["impl Debug for Namespace"],["impl Debug for DnsDomainWithRecords"],["impl Debug for GenerateDeployConfigTokenVars"],["impl Debug for GetDeployAppAndVersion"],["impl Debug for GetDeployAppVersionById"],["impl Debug for LogConnection"],["impl Debug for UserWithApps"],["impl Debug for DNSRecordsSortBy"],["impl Debug for GetSignedUrlForPackageUpload"],["impl Debug for GetNamespaceVars"],["impl Debug for GetUserAppsVars"],["impl Debug for ARecord"],["impl Debug for PurgeCacheForAppVersionPayload"],["impl Debug for DnsDomain"],["impl Debug for GetPackageVersionVars"],["impl Debug for GetDomainWithRecords"],["impl Debug for CreateNamespace"],["impl Debug for DeployAppVersionLogs"],["impl Debug for DeleteAppPayload"],["impl Debug for UpsertDomainFromZoneFilePayload"],["impl Debug for GenerateDeployConfigTokenPayload"],["impl Debug for GetDeployAppVersion"],["impl Debug for RegisterDomainVars"],["impl Debug for SparseDeployApp"],["impl Debug for GenerateTokenBy"],["impl Debug for CaaRecord"],["impl Debug for GlobalIdParseError"],["impl Debug for GetDeployAppVersions"],["impl Debug for GetPackage"],["impl Debug for Package"],["impl Debug for GetAppTemplates"],["impl Debug for DnsRecord"],["impl Debug for PurgeCacheForAppVersion"],["impl Debug for GetCurrentUserWithAppsVars"],["impl Debug for GetDeployAppsVars"],["impl Debug for AppAliasEdge"],["impl Debug for WasmerClient"],["impl Debug for JSONString"],["impl Debug for GetDomain"],["impl Debug for CreateNamespacePayload"],["impl Debug for AppAlias"],["impl Debug for PackageVersion"],["impl Debug for GetPackageAndAppVars"],["impl Debug for DeployAppVersions"],["impl Debug for GetAppTemplateFromSlug"],["impl Debug for DnsRecordConnection"],["impl<'a> Debug for PushPackageReleaseVariables<'a>"],["impl Debug for GetAllDnsRecords"],["impl Debug for Node"],["impl Debug for GetPackageAndApp"],["impl Debug for DnsRecordEdge"],["impl Debug for GetPackageRelease"],["impl Debug for RegisterDomainPayload"],["impl Debug for PublishDeployAppPayload"],["impl Debug for GetDeployAppByIdVars"],["impl Debug for BigInt"],["impl Debug for GenerateDeployToken"],["impl Debug for DeployAppEdge"],["impl Debug for DeployAppsSortBy"],["impl Debug for DeployAppVersion"],["impl Debug for PublishDeployApp"],["impl Debug for MarkAppVersionAsActiveInput"],["impl Debug for GetNamespaceAppsVars"],["impl Debug for PushPackageReleasePayload"],["impl Debug for GetDeployAppVersionsVars"],["impl Debug for MarkAppVersionAsActive"],["impl Debug for Jsonstring"],["impl Debug for GetCurrentUserWithNamespaces"],["impl Debug for TokenKind"]], "wasmer_argus":[["impl Debug for Backend"],["impl Debug for ArgusConfig"],["impl Debug for Argus"],["impl Debug for TestReport"]], -"wasmer_c_api":[["impl Debug for wasm_tabletype_t"],["impl Debug for wasm_frame_t"],["impl Debug for wasm_val_t"],["impl Debug for wasm_externtype_t"],["impl Debug for wasm_limits_t"],["impl Debug for wasm_globaltype_t"],["impl Debug for wasm_memorytype_t"],["impl Debug for wasi_config_t"],["impl Debug for wasmer_features_t"],["impl Debug for ExternTypeConversionError"],["impl Debug for wasm_functype_t"],["impl Debug for wasm_valkind_enum"],["impl Debug for wasm_config_t"],["impl Debug for wasi_version_t"],["impl Debug for wasmer_target_t"],["impl Debug for wasm_valtype_t"],["impl Debug for wasm_mutability_enum"],["impl Debug for wasmer_engine_t"],["impl Debug for wasmer_compiler_t"],["impl Debug for wasmer_middleware_t"]], +"wasmer_c_api":[["impl Debug for wasi_config_t"],["impl Debug for wasmer_features_t"],["impl Debug for wasm_valkind_enum"],["impl Debug for wasm_val_t"],["impl Debug for wasm_functype_t"],["impl Debug for wasmer_middleware_t"],["impl Debug for ExternTypeConversionError"],["impl Debug for wasm_config_t"],["impl Debug for wasm_limits_t"],["impl Debug for wasm_globaltype_t"],["impl Debug for wasm_mutability_enum"],["impl Debug for wasmer_compiler_t"],["impl Debug for wasmer_target_t"],["impl Debug for wasm_valtype_t"],["impl Debug for wasm_frame_t"],["impl Debug for wasm_externtype_t"],["impl Debug for wasmer_engine_t"],["impl Debug for wasm_memorytype_t"],["impl Debug for wasi_version_t"],["impl Debug for wasm_tabletype_t"]], "wasmer_c_api_test_runner":[["impl Debug for Config"]], -"wasmer_cache":[["impl Debug for Hash"],["impl Debug for FileSystemCache"]], +"wasmer_cache":[["impl Debug for FileSystemCache"],["impl Debug for Hash"]], "wasmer_capi_examples_runner":[["impl Debug for Config"]], -"wasmer_cli":[["impl Debug for WcgiOptions"],["impl Debug for CStatement"],["impl Debug for PrefixMapCompilation"],["impl Debug for CompilerOptions"],["impl Debug for Callbacks"],["impl Debug for PackageSource"],["impl Debug for CmdAppPurgeCache"],["impl Debug for MonitoringSource"],["impl Debug for Target"],["impl Debug for CmdAppVersion"],["impl Debug for UrlOrVersion"],["impl Debug for CreateObj"],["impl Debug for MonitoringPackageLoader"],["impl Debug for CmdAppVersionActivate"],["impl Debug for CmdJournal"],["impl Debug for Wast"],["impl Debug for Add"],["impl Debug for CmdDomain"],["impl Debug for CmdDomainList"],["impl Debug for CmdNamespace"],["impl Debug for ItemFormatOpts"],["impl Debug for CrossCompileSetup"],["impl Debug for WasmerCmd"],["impl Debug for WasmerEnv"],["impl Debug for Init"],["impl Debug for GetOrSet"],["impl Debug for BoolPromptOptions"],["impl Debug for CmdExtractWhatMemory"],["impl Debug for CmdAppLogs"],["impl Debug for CmdNamespaceCreate"],["impl<'a> Debug for DeployAppOpts<'a>"],["impl Debug for CmdApp"],["impl Debug for StorableConfigField"],["impl Debug for ItemFormat"],["impl Debug for CmdAppGet"],["impl Debug for AuthorizationState"],["impl Debug for CmdNamespaceGet"],["impl Debug for PrettyError"],["impl Debug for HashAlgorithm"],["impl Debug for PackagePublish"],["impl Debug for Cmd"],["impl Debug for PackageBuild"],["impl Debug for CmdAppDelete"],["impl Debug for PackageUnpack"],["impl Debug for PackageDownload"],["impl Debug for CmdNamespaceList"],["impl Debug for Cache"],["impl Debug for CmdAppVersionGet"],["impl Debug for WasmFeatures"],["impl Debug for CmdConnect"],["impl Debug for WasmFeatures"],["impl Debug for Whoami"],["impl Debug for TokenStatus"],["impl Debug for ListFormat"],["impl Debug for Volume"],["impl Debug for CmdJournalExport"],["impl Debug for Run"],["impl Debug for CreateExe"],["impl Debug for EdgeConfig"],["impl Debug for Inspect"],["impl Debug for CmdGenCompletions"],["impl Debug for CmdAppCreate"],["impl Debug for CmdJournalFilter"],["impl Debug for CmdZoneFileGet"],["impl Debug for Wasi"],["impl Debug for Login"],["impl Debug for SetTelemetryEnabled"],["impl Debug for Action"],["impl Debug for Identifier"],["impl Debug for SetRegistryToken"],["impl<R: Debug> Debug for MonitoringRuntime<R>"],["impl Debug for Compile"],["impl Debug for AllowMultiWasm"],["impl Debug for CmdDomainRegister"],["impl Debug for LogFormat"],["impl Debug for Binfmt"],["impl Debug for Container"],["impl Debug for CmdAppDeploy"],["impl Debug for AppIdentOpts"],["impl Debug for SetProxyUrl"],["impl Debug for SetRegistryUrl"],["impl Debug for CmdExtractWhat"],["impl Debug for PackageSource"],["impl Debug for Cmd"],["impl Debug for RetrievableConfigField"],["impl Debug for LogStreamArg"],["impl Debug for ListFormatOpts"],["impl Debug for PackagePush"],["impl Debug for Config"],["impl Debug for TargetOnDisk"],["impl Debug for PackageTag"],["impl Debug for CmdJournalImport"],["impl Debug for CmdAppList"],["impl Debug for Template"],["impl Debug for SelfUpdate"],["impl Debug for SetUpdateNotificationsEnabled"],["impl Debug for CmdAppInfo"],["impl Debug for CmdGenManPage"],["impl Debug for CType"],["impl Debug for BinOrLib"],["impl Debug for WaitMode"],["impl Debug for Package"],["impl Debug for BoolString"],["impl Debug for FilterOut"],["impl Debug for StoreOptions"],["impl Debug for ApiOpts"],["impl Debug for MiniCargoTomlPackage"],["impl Debug for CmdDomainGet"],["impl Debug for Entrypoint"],["impl Debug for PublishWait"],["impl Debug for CommandEntrypoint"],["impl Debug for AppIdent"],["impl Debug for Flags"],["impl Debug for CmdJournalExtract"],["impl Debug for ValidatedNonceOutput"],["impl Debug for Validate"],["impl Debug for CompilerType"],["impl Debug for CmdAppVersionList"],["impl Debug for CmdJournalCompact"],["impl Debug for CrossCompile"],["impl Debug for CmdSsh"],["impl Debug for GenCHeader"],["impl Debug for ExecutableTarget"],["impl Debug for Output"],["impl Debug for CmdZoneFileSync"],["impl Debug for WaitPackageState"],["impl Debug for ItemTableFormatOpts"],["impl Debug for Sort"],["impl Debug for CmdJournalInspect"]], -"wasmer_compiler":[["impl Debug for InstantiationError"],["impl<'a> Debug for CompiledFunctionFrameInfoVariant<'a>"],["impl Debug for LinkError"],["impl Debug for Engine"],["impl Debug for Artifact"],["impl Debug for ArtifactId"],["impl<'a> Debug for FunctionAddressMapInstructionVariant<'a>"],["impl<'a> Debug for MiddlewareBinaryReader<'a>"],["impl Debug for ModuleInfoFrameInfo"],["impl<'a> Debug for FunctionAddressMapVariant<'a>"],["impl Debug for FunctionExtent"],["impl Debug for ModuleTranslationState"],["impl Debug for FunctionInfo"],["impl Debug for ArtifactBuildFromArchive"],["impl Debug for ArtifactBuildFromArchiveCell"],["impl Debug for EngineId"],["impl<'a> Debug for ModuleFromArchive<'a>"],["impl<'a> Debug for VecTrapInformationVariant<'a>"],["impl<'a> Debug for MiddlewareReaderState<'a>"],["impl Debug for FrameInfosVariant"]], -"wasmer_compiler_cli":[["impl Debug for StoreOptions"],["impl Debug for Compile"],["impl Debug for PrettyError"],["impl Debug for WasmFeatures"],["impl Debug for Config"],["impl Debug for CompilerType"],["impl Debug for Validate"],["impl Debug for CompilerOptions"]], -"wasmer_compiler_cranelift":[["impl Debug for Cranelift"],["impl Debug for CraneliftOptLevel"],["impl Debug for ReturnMode"],["impl Debug for ElseData"],["impl Debug for ModuleInfoVmctxInfo"],["impl Debug for WriterRelocate"],["impl Debug for ModuleInfoMemoryOffset"],["impl Debug for ControlStackFrame"]], -"wasmer_compiler_llvm":[["impl<'ctx> Debug for ControlFrame<'ctx>"],["impl Debug for IfElseState"],["impl Debug for CompiledKind"],["impl<'ctx> Debug for State<'ctx>"],["impl Debug for ExtraInfo"],["impl Debug for LLVM"]], -"wasmer_compiler_singlepass":[["impl Debug for FunctionStateMap"],["impl Debug for CanonicalizeType"],["impl Debug for MachineStateDiff"],["impl Debug for Size"],["impl Debug for GPROrMemory"],["impl<R: Debug, S: Debug> Debug for Location<R, S>"],["impl Debug for GPROrMemory"],["impl Debug for ARM64Register"],["impl Debug for X64Register"],["impl Debug for WriterRelocate"],["impl Debug for FloatValue"],["impl Debug for GPR"],["impl Debug for IfElseState"],["impl Debug for UnwindInstructions"],["impl Debug for NeonOrMemory"],["impl Debug for ControlFrame"],["impl Debug for OffsetInfo"],["impl Debug for Multiplier"],["impl Debug for WasmAbstractValue"],["impl Debug for MachineValue"],["impl Debug for RegisterIndex"],["impl Debug for XMM"],["impl Debug for Condition"],["impl Debug for UnwindOps"],["impl Debug for GPR"],["impl Debug for TrapTable"],["impl Debug for Singlepass"],["impl Debug for SuspendOffset"],["impl Debug for Condition"],["impl Debug for MachineState"],["impl Debug for NEON"],["impl Debug for XMMOrMemory"],["impl Debug for UnwindInfo"],["impl Debug for UnwindCode"]], +"wasmer_cli":[["impl Debug for AuthorizationState"],["impl Debug for CmdGenManPage"],["impl Debug for CmdApp"],["impl Debug for MonitoringPackageLoader"],["impl Debug for CmdSsh"],["impl Debug for CmdZoneFileGet"],["impl Debug for Validate"],["impl Debug for Wasi"],["impl Debug for CmdAppDeploy"],["impl Debug for CmdGenCompletions"],["impl Debug for Add"],["impl Debug for PackageUnpack"],["impl Debug for WasmerCmd"],["impl Debug for Whoami"],["impl Debug for FilterOut"],["impl Debug for PackageSource"],["impl Debug for SetProxyUrl"],["impl Debug for Template"],["impl Debug for CmdDomain"],["impl Debug for PublishWait"],["impl Debug for Config"],["impl Debug for CmdJournalImport"],["impl Debug for ItemFormatOpts"],["impl Debug for CStatement"],["impl<R: Debug> Debug for MonitoringRuntime<R>"],["impl Debug for CreateObj"],["impl Debug for GenCHeader"],["impl Debug for Action"],["impl Debug for CmdJournalInspect"],["impl Debug for Entrypoint"],["impl Debug for PackagePush"],["impl Debug for PackageSource"],["impl Debug for CrossCompileSetup"],["impl Debug for EdgeConfig"],["impl Debug for Cmd"],["impl Debug for Binfmt"],["impl Debug for CmdAppDelete"],["impl Debug for StorableConfigField"],["impl Debug for CrossCompile"],["impl Debug for TargetOnDisk"],["impl Debug for PackageDownload"],["impl Debug for CType"],["impl Debug for Inspect"],["impl Debug for CmdAppVersionGet"],["impl Debug for CmdDomainRegister"],["impl Debug for CmdJournalFilter"],["impl Debug for CmdDomainGet"],["impl Debug for PackageTag"],["impl Debug for StoreOptions"],["impl Debug for CmdJournal"],["impl Debug for SetUpdateNotificationsEnabled"],["impl Debug for CmdExtractWhatMemory"],["impl Debug for MiniCargoTomlPackage"],["impl Debug for Output"],["impl Debug for PackagePublish"],["impl Debug for CmdAppLogs"],["impl<'a> Debug for DeployAppOpts<'a>"],["impl Debug for ExecutableTarget"],["impl Debug for Wast"],["impl Debug for Flags"],["impl Debug for Run"],["impl Debug for SetRegistryToken"],["impl Debug for CmdAppCreate"],["impl Debug for Cache"],["impl Debug for AllowMultiWasm"],["impl Debug for CommandEntrypoint"],["impl Debug for CmdExtractWhat"],["impl Debug for CmdNamespaceGet"],["impl Debug for CmdAppVersionActivate"],["impl Debug for CmdConnect"],["impl Debug for GetOrSet"],["impl Debug for Identifier"],["impl Debug for CmdNamespaceList"],["impl Debug for CompilerOptions"],["impl Debug for MonitoringSource"],["impl Debug for UrlOrVersion"],["impl Debug for PrefixMapCompilation"],["impl Debug for ListFormatOpts"],["impl Debug for WaitPackageState"],["impl Debug for BoolString"],["impl Debug for CmdJournalCompact"],["impl Debug for TokenStatus"],["impl Debug for WasmFeatures"],["impl Debug for ValidatedNonceOutput"],["impl Debug for ItemTableFormatOpts"],["impl Debug for CmdZoneFileSync"],["impl Debug for AppIdentOpts"],["impl Debug for LogFormat"],["impl Debug for ItemFormat"],["impl Debug for SetTelemetryEnabled"],["impl Debug for HashAlgorithm"],["impl Debug for Cmd"],["impl Debug for Volume"],["impl Debug for AppIdent"],["impl Debug for Login"],["impl Debug for Init"],["impl Debug for WasmFeatures"],["impl Debug for CmdAppVersionList"],["impl Debug for ListFormat"],["impl Debug for Callbacks"],["impl Debug for ApiOpts"],["impl Debug for CmdNamespaceCreate"],["impl Debug for Target"],["impl Debug for Sort"],["impl Debug for Package"],["impl Debug for SelfUpdate"],["impl Debug for CmdAppVersion"],["impl Debug for Container"],["impl Debug for PrettyError"],["impl Debug for CmdAppPurgeCache"],["impl Debug for RetrievableConfigField"],["impl Debug for LogStreamArg"],["impl Debug for Compile"],["impl Debug for CompilerType"],["impl Debug for CmdJournalExport"],["impl Debug for CmdDomainList"],["impl Debug for CmdNamespace"],["impl Debug for CmdAppGet"],["impl Debug for PackageBuild"],["impl Debug for WasmerEnv"],["impl Debug for CmdAppList"],["impl Debug for WcgiOptions"],["impl Debug for CmdJournalExtract"],["impl Debug for WaitMode"],["impl Debug for CmdAppInfo"],["impl Debug for BoolPromptOptions"],["impl Debug for CreateExe"],["impl Debug for BinOrLib"],["impl Debug for SetRegistryUrl"]], +"wasmer_compiler":[["impl Debug for FrameInfosVariant"],["impl Debug for Artifact"],["impl<'a> Debug for MiddlewareBinaryReader<'a>"],["impl Debug for FunctionInfo"],["impl<'a> Debug for MiddlewareReaderState<'a>"],["impl<'a> Debug for CompiledFunctionFrameInfoVariant<'a>"],["impl Debug for InstantiationError"],["impl Debug for FunctionExtent"],["impl Debug for ModuleInfoFrameInfo"],["impl Debug for ArtifactBuildFromArchiveCell"],["impl<'a> Debug for FunctionAddressMapVariant<'a>"],["impl Debug for ArtifactBuildFromArchive"],["impl<'a> Debug for VecTrapInformationVariant<'a>"],["impl Debug for ModuleTranslationState"],["impl Debug for ArtifactId"],["impl<'a> Debug for FunctionAddressMapInstructionVariant<'a>"],["impl Debug for EngineId"],["impl Debug for LinkError"],["impl<'a> Debug for ModuleFromArchive<'a>"],["impl Debug for Engine"]], +"wasmer_compiler_cli":[["impl Debug for WasmFeatures"],["impl Debug for Compile"],["impl Debug for CompilerOptions"],["impl Debug for Config"],["impl Debug for StoreOptions"],["impl Debug for CompilerType"],["impl Debug for PrettyError"],["impl Debug for Validate"]], +"wasmer_compiler_cranelift":[["impl Debug for ModuleInfoVmctxInfo"],["impl Debug for ModuleInfoMemoryOffset"],["impl Debug for ElseData"],["impl Debug for ReturnMode"],["impl Debug for Cranelift"],["impl Debug for CraneliftOptLevel"],["impl Debug for WriterRelocate"],["impl Debug for ControlStackFrame"]], +"wasmer_compiler_llvm":[["impl Debug for CompiledKind"],["impl Debug for LLVM"],["impl<'ctx> Debug for State<'ctx>"],["impl<'ctx> Debug for ControlFrame<'ctx>"],["impl Debug for ExtraInfo"],["impl Debug for IfElseState"]], +"wasmer_compiler_singlepass":[["impl Debug for GPR"],["impl Debug for Size"],["impl Debug for X64Register"],["impl Debug for UnwindInstructions"],["impl Debug for UnwindOps"],["impl Debug for MachineValue"],["impl Debug for UnwindCode"],["impl Debug for MachineState"],["impl Debug for ARM64Register"],["impl Debug for ControlFrame"],["impl Debug for GPR"],["impl Debug for RegisterIndex"],["impl Debug for WriterRelocate"],["impl Debug for MachineStateDiff"],["impl Debug for Multiplier"],["impl Debug for Condition"],["impl Debug for IfElseState"],["impl Debug for TrapTable"],["impl<R: Debug, S: Debug> Debug for Location<R, S>"],["impl Debug for GPROrMemory"],["impl Debug for OffsetInfo"],["impl Debug for WasmAbstractValue"],["impl Debug for NeonOrMemory"],["impl Debug for GPROrMemory"],["impl Debug for Singlepass"],["impl Debug for FloatValue"],["impl Debug for UnwindInfo"],["impl Debug for XMM"],["impl Debug for SuspendOffset"],["impl Debug for NEON"],["impl Debug for Condition"],["impl Debug for XMMOrMemory"],["impl Debug for FunctionStateMap"],["impl Debug for CanonicalizeType"]], "wasmer_config":[["impl Debug for WaiBindings"],["impl Debug for Sha256HashParseError"],["impl Debug for CommandAnnotations"],["impl Debug for Abi"],["impl Debug for Bindings"],["impl Debug for AppScalingModeV1"],["impl Debug for AppConfigV1"],["impl Debug for Package"],["impl Debug for ValidationError"],["impl Debug for PackageIdent"],["impl Debug for WitBindings"],["impl Debug for HealthCheckHttpV1"],["impl Debug for AppConfigCapabilityMapV1"],["impl Debug for AppConfigCapabilityInstaBootV1"],["impl Debug for ManifestBuilderError"],["impl Debug for HttpRequest"],["impl Debug for PackageId"],["impl Debug for PackageBuilderError"],["impl Debug for AppVolumeMount"],["impl Debug for Manifest"],["impl Debug for AppVolume"],["impl Debug for ManifestError"],["impl Debug for HttpRequestExpect"],["impl Debug for PackageParseError"],["impl Debug for HttpHeader"],["impl Debug for AppScalingConfigV1"],["impl Debug for Command"],["impl Debug for FileCommandAnnotations"],["impl Debug for ImportsError"],["impl Debug for AppConfigCapabilityMemoryV1"],["impl Debug for CargoWasmerPackageAnnotation"],["impl Debug for HealthCheckV1"],["impl Debug for CommandV1"],["impl Debug for CommandV2"],["impl Debug for ModuleReference"],["impl Debug for Module"],["impl Debug for PackageHash"],["impl Debug for NamedPackageId"],["impl Debug for Sha256Hash"],["impl Debug for AppScheduledTask"],["impl Debug for Tag"],["impl Debug for NamedPackageIdent"],["impl Debug for PackageSource"],["impl Debug for FileKind"]], -"wasmer_emscripten":[["impl Debug for EmscriptenGlobalsData"],["impl Debug for LongJumpRet"],["impl Debug for LibcDirWrapper"],["impl Debug for EmscriptenState"],["impl Debug for EmPollFd"],["impl Debug for EmAddrInfo"],["impl Debug for EmSockAddr"]], +"wasmer_emscripten":[["impl Debug for EmscriptenState"],["impl Debug for LongJumpRet"],["impl Debug for EmscriptenGlobalsData"],["impl Debug for EmSockAddr"],["impl Debug for EmAddrInfo"],["impl Debug for EmPollFd"],["impl Debug for LibcDirWrapper"]], "wasmer_integration_tests_cli":[["impl Debug for LinkCode"],["impl Debug for Compiler"]], -"wasmer_journal":[["impl Debug for JournalEntrySocketAcceptedV1"],["impl Debug for CompactResult"],["impl Debug for JournalExitCodeV1"],["impl Debug for JournalEntrySocketLeaveIpv6MulticastV1"],["impl Debug for SocketJournalEvent"],["impl Debug for JournalEntrySocketJoinIpv6MulticastV1"],["impl Debug for JournalThreadStartTypeV1"],["impl<'a> Debug for LogReadResult<'a>"],["impl Debug for MemoryRange"],["impl Debug for LogFileJournalRx"],["impl Debug for SnapshotTrigger"],["impl Debug for JournalEntryCreateEventV1"],["impl<'a> Debug for JournalEntryFileDescriptorWriteV1<'a>"],["impl<'a> Debug for JournalEntryCreateSymbolicLinkV1<'a>"],["impl Debug for JournalEntrySnapshotV1"],["impl Debug for ArchivedJournalStreamSecurityV1"],["impl Debug for PrintingJournal"],["impl Debug for JournalEntryCloseThreadV1"],["impl Debug for JournalAddressfamilyV1"],["impl Debug for JournalStreamSecurityV1"],["impl Debug for BufferedJournal"],["impl Debug for JournalEntryFileDescriptorSetFlagsV1"],["impl Debug for SenderState"],["impl Debug for JournalEntrySocketShutdownV1"],["impl Debug for JournalWasiMemoryLayout"],["impl Debug for JournalPrintingMode"],["impl<'a> Debug for JournalEntryCreateHardLinkV1<'a>"],["impl Debug for JournalWhenceV1"],["impl Debug for TxState"],["impl Debug for JournalSnapshot0ClockidV1"],["impl Debug for JournalEntrySocketSetOptFlagV1"],["impl Debug for BufferedJournalTx"],["impl Debug for JournalEntrySocketConnectedV1"],["impl Debug for JournalSocktypeV1"],["impl Debug for JournalEntryFileDescriptorSetSizeV1"],["impl Debug for JournalAdviceV1"],["impl Debug for PipeJournal"],["impl Debug for CountingJournal"],["impl Debug for FilteredJournalBuilder"],["impl Debug for NullJournal"],["impl Debug for JournalEntryEpollCtlV1"],["impl Debug for JournalEntryTtySetV1"],["impl Debug for State"],["impl Debug for JournalEntrySocketBindV1"],["impl Debug for JournalSocketShutdownV1"],["impl Debug for FilteredJournalTx"],["impl Debug for JournalEntrySocketListenV1"],["impl Debug for State"],["impl Debug for ArchivedJournalSocketShutdownV1"],["impl Debug for StateDescriptor"],["impl Debug for JournalEntryPortDelAddrV1"],["impl Debug for CompactingJournalRx"],["impl<'a, T> Debug for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,"],["impl Debug for JournalEpollEventCtlV1"],["impl Debug for CompactingLogFileJournalRx"],["impl Debug for ArchivedJournalTimeTypeV1"],["impl Debug for ArchivedJournalAdviceV1"],["impl Debug for ArchivedJournalSockoptionV1"],["impl Debug for JournalTimeTypeV1"],["impl<'a> Debug for JournalEntryPathRenameV1<'a>"],["impl Debug for ArchivedJournalEpollCtlV1"],["impl Debug for LogFileJournal"],["impl Debug for CompactingLogFileJournal"],["impl Debug for LogFileJournalTx"],["impl Debug for JournalEntryFileDescriptorSeekV1"],["impl Debug for ArchivedJournalEpollEventCtlV1where\n u32: Archive,\n u64: Archive,"],["impl Debug for JournalEntryRecordType"],["impl<'a> Debug for JournalEntryUpdateMemoryRegionV1<'a>"],["impl Debug for JournalEntryFileDescriptorSetRightsV1"],["impl Debug for JournalEntryPortRouteAddV1"],["impl Debug for JournalEntryProcessExitV1"],["impl Debug for JournalIpCidrV1"],["impl Debug for PipeJournalRx"],["impl Debug for JournalEntryCreatePipeV1"],["impl Debug for JournalSockoptionV1"],["impl Debug for JournalEntrySocketSetOptTimeV1"],["impl Debug for JournalEntryEpollCreateV1"],["impl Debug for DescriptorLookup"],["impl Debug for JournalEntryCloseFileDescriptorV1"],["impl<'a> Debug for JournalEntryPortBridgeV1<'a>"],["impl Debug for JournalEntryFileDescriptorSetTimesV1"],["impl Debug for BufferedJournalRx"],["impl Debug for ArchivedJournalEntryRecordType"],["impl Debug for ArchivedJournalExitCodeV1where\n u16: Archive,\n i32: Archive,"],["impl Debug for JournalEntryPortGatewaySetV1"],["impl Debug for JournalEntrySocketSendFileV1"],["impl Debug for ArchivedJournalSnapshot0ClockidV1"],["impl Debug for LogWriteResult"],["impl Debug for JournalEntryRenumberFileDescriptorV1"],["impl Debug for FilteredJournal"],["impl Debug for ArchivedJournalSnapshotTriggerV1"],["impl Debug for SocketShutdownHow"],["impl Debug for JournalEntryClearEtherealV1"],["impl Debug for ArchivedJournalIpCidrV1where\n IpAddr: Archive,\n u8: Archive,"],["impl<'a> Debug for AlignedCowStr<'a>"],["impl Debug for JournalSnapshotTriggerV1"],["impl Debug for JournalEntrySocketSetOptSizeV1"],["impl Debug for CompactingJournal"],["impl Debug for ArchivedJournalSocktypeV1"],["impl<'a> Debug for JournalEntryPathSetTimesV1<'a>"],["impl Debug for MemFileJournal"],["impl<'a> Debug for JournalEntrySocketSendToV1<'a>"],["impl Debug for FilteredJournalConfig"],["impl Debug for JournalEpollCtlV1"],["impl Debug for JournalEntryInitModuleV1"],["impl Debug for State"],["impl Debug for JournalEntryPortRouteDelV1"],["impl Debug for CompactingLogFileJournalTx"],["impl<'a> Debug for JournalEntrySetThreadV1<'a>"],["impl<'a> Debug for JournalEntryUnlinkFileV1<'a>"],["impl<'a> Debug for JournalEntryChangeDirectoryV1<'a>"],["impl Debug for FilteredJournalRx"],["impl<'a> Debug for JournalEntryOpenFileDescriptorV1<'a>"],["impl Debug for ArchivedJournalEntryHeaderwhere\n u16: Archive,\n u64: Archive,"],["impl Debug for JournalEntryDuplicateFileDescriptorV1"],["impl Debug for JournalEntrySocketOpenV1"],["impl Debug for ArchivedJournalAddressfamilyV1"],["impl Debug for JournalEntrySocketLeaveIpv4MulticastV1"],["impl Debug for JournalEntryFileDescriptorAdviseV1"],["impl Debug for JournalEntrySocketJoinIpv4MulticastV1"],["impl Debug for JournalEntryPortAddAddrV1"],["impl<'a> Debug for JournalEntryCreateDirectoryV1<'a>"],["impl Debug for ArchivedJournalWhenceV1"],["impl Debug for PipeJournalTx"],["impl Debug for JournalEntrySetClockTimeV1"],["impl Debug for SocketOptTimeType"],["impl<'a> Debug for JournalEntrySocketSendV1<'a>"],["impl<'a> Debug for JournalEntry<'a>"],["impl Debug for JournalEntryHeader"],["impl<'a> Debug for JournalEntryRemoveDirectoryV1<'a>"],["impl Debug for UnsupportedJournal"],["impl Debug for CompactingJournalTx"],["impl Debug for JournalEntryFileDescriptorAllocateV1"]], -"wasmer_middlewares":[["impl Debug for MeteringGlobalIndexes"],["impl<F: Fn(&Operator<'_>) -> u64 + Send + Sync> Debug for FunctionMetering<F>"],["impl<F: Fn(&Operator<'_>) -> u64 + Send + Sync> Debug for Metering<F>"],["impl Debug for MeteringPoints"]], +"wasmer_journal":[["impl Debug for ArchivedJournalSnapshot0ClockidV1"],["impl Debug for JournalEntryRecordType"],["impl Debug for JournalEntryCloseThreadV1"],["impl Debug for LogFileJournalRx"],["impl Debug for JournalEntryTtySetV1"],["impl Debug for ArchivedJournalSnapshotTriggerV1"],["impl Debug for LogFileJournalTx"],["impl Debug for BufferedJournal"],["impl Debug for JournalEntryCloseFileDescriptorV1"],["impl Debug for JournalSocktypeV1"],["impl Debug for ArchivedJournalSockoptionV1"],["impl<'a> Debug for LogReadResult<'a>"],["impl Debug for JournalEntryFileDescriptorSetSizeV1"],["impl Debug for CompactingLogFileJournal"],["impl<'a> Debug for JournalEntryCreateSymbolicLinkV1<'a>"],["impl Debug for UnsupportedJournal"],["impl Debug for StateDescriptor"],["impl Debug for SocketShutdownHow"],["impl Debug for JournalSockoptionV1"],["impl Debug for JournalWhenceV1"],["impl<'a> Debug for JournalEntrySetThreadV1<'a>"],["impl Debug for JournalEntryEpollCreateV1"],["impl Debug for JournalEntryEpollCtlV1"],["impl<'a> Debug for AlignedCowStr<'a>"],["impl Debug for State"],["impl Debug for DescriptorLookup"],["impl Debug for JournalEntrySocketAcceptedV1"],["impl Debug for JournalEntryHeader"],["impl<'a> Debug for JournalEntrySocketSendV1<'a>"],["impl Debug for JournalEntrySocketSetOptTimeV1"],["impl Debug for JournalAdviceV1"],["impl Debug for ArchivedJournalIpCidrV1where\n IpAddr: Archive,\n u8: Archive,"],["impl Debug for JournalWasiMemoryLayout"],["impl<'a> Debug for JournalEntryUnlinkFileV1<'a>"],["impl Debug for JournalEntrySocketJoinIpv4MulticastV1"],["impl Debug for FilteredJournal"],["impl<'a> Debug for JournalEntryCreateHardLinkV1<'a>"],["impl Debug for JournalEpollEventCtlV1"],["impl<'a> Debug for JournalEntryUpdateMemoryRegionV1<'a>"],["impl Debug for ArchivedJournalEntryRecordType"],["impl<'a> Debug for JournalEntry<'a>"],["impl Debug for FilteredJournalConfig"],["impl Debug for JournalTimeTypeV1"],["impl Debug for JournalEntryPortGatewaySetV1"],["impl Debug for State"],["impl<'a> Debug for JournalEntryRemoveDirectoryV1<'a>"],["impl Debug for JournalEntryFileDescriptorSetTimesV1"],["impl Debug for JournalPrintingMode"],["impl Debug for MemoryRange"],["impl Debug for CountingJournal"],["impl Debug for JournalEntrySocketConnectedV1"],["impl Debug for ArchivedJournalEpollEventCtlV1where\n u32: Archive,\n u64: Archive,"],["impl Debug for JournalEntryFileDescriptorSetRightsV1"],["impl Debug for TxState"],["impl Debug for JournalEntryRenumberFileDescriptorV1"],["impl Debug for ArchivedJournalSocktypeV1"],["impl Debug for JournalSocketShutdownV1"],["impl<'a> Debug for JournalEntryCreateDirectoryV1<'a>"],["impl Debug for CompactingJournalTx"],["impl Debug for JournalEntryFileDescriptorSetFlagsV1"],["impl Debug for BufferedJournalRx"],["impl Debug for ArchivedJournalAdviceV1"],["impl Debug for SenderState"],["impl Debug for JournalStreamSecurityV1"],["impl Debug for JournalEntryFileDescriptorAdviseV1"],["impl Debug for JournalEntrySnapshotV1"],["impl Debug for JournalAddressfamilyV1"],["impl Debug for JournalEntrySocketJoinIpv6MulticastV1"],["impl Debug for NullJournal"],["impl Debug for JournalEpollCtlV1"],["impl Debug for ArchivedJournalStreamSecurityV1"],["impl Debug for PipeJournalRx"],["impl Debug for JournalEntryPortRouteAddV1"],["impl<'a> Debug for JournalEntryFileDescriptorWriteV1<'a>"],["impl Debug for JournalSnapshotTriggerV1"],["impl<'a> Debug for JournalEntryChangeDirectoryV1<'a>"],["impl Debug for MemFileJournal"],["impl Debug for JournalEntryProcessExitV1"],["impl Debug for SocketJournalEvent"],["impl<'a, T> Debug for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,"],["impl Debug for JournalEntrySocketSetOptFlagV1"],["impl Debug for ArchivedJournalEpollCtlV1"],["impl Debug for JournalIpCidrV1"],["impl Debug for JournalSnapshot0ClockidV1"],["impl<'a> Debug for JournalEntryOpenFileDescriptorV1<'a>"],["impl Debug for JournalEntryFileDescriptorSeekV1"],["impl Debug for JournalEntryDuplicateFileDescriptorV1"],["impl Debug for CompactResult"],["impl Debug for PrintingJournal"],["impl Debug for SocketOptTimeType"],["impl Debug for CompactingJournal"],["impl Debug for JournalEntryCreatePipeV1"],["impl Debug for JournalEntryPortDelAddrV1"],["impl Debug for PipeJournal"],["impl Debug for CompactingLogFileJournalTx"],["impl Debug for JournalEntrySetClockTimeV1"],["impl Debug for PipeJournalTx"],["impl Debug for JournalEntryCreateEventV1"],["impl Debug for FilteredJournalBuilder"],["impl Debug for ArchivedJournalExitCodeV1where\n u16: Archive,\n i32: Archive,"],["impl Debug for SnapshotTrigger"],["impl Debug for LogFileJournal"],["impl Debug for ArchivedJournalTimeTypeV1"],["impl Debug for BufferedJournalTx"],["impl Debug for ArchivedJournalWhenceV1"],["impl Debug for JournalEntrySocketLeaveIpv4MulticastV1"],["impl<'a> Debug for JournalEntryPortBridgeV1<'a>"],["impl Debug for JournalEntrySocketListenV1"],["impl Debug for JournalEntrySocketSendFileV1"],["impl Debug for CompactingLogFileJournalRx"],["impl Debug for ArchivedJournalEntryHeaderwhere\n u16: Archive,\n u64: Archive,"],["impl Debug for JournalEntrySocketOpenV1"],["impl Debug for JournalEntryPortRouteDelV1"],["impl Debug for JournalEntryInitModuleV1"],["impl Debug for ArchivedJournalAddressfamilyV1"],["impl Debug for JournalEntryPortAddAddrV1"],["impl Debug for ArchivedJournalSocketShutdownV1"],["impl Debug for CompactingJournalRx"],["impl Debug for JournalEntryClearEtherealV1"],["impl Debug for JournalThreadStartTypeV1"],["impl Debug for JournalEntrySocketShutdownV1"],["impl Debug for FilteredJournalRx"],["impl Debug for LogWriteResult"],["impl<'a> Debug for JournalEntrySocketSendToV1<'a>"],["impl Debug for JournalEntrySocketLeaveIpv6MulticastV1"],["impl Debug for FilteredJournalTx"],["impl Debug for JournalExitCodeV1"],["impl<'a> Debug for JournalEntryPathSetTimesV1<'a>"],["impl Debug for JournalEntrySocketSetOptSizeV1"],["impl Debug for JournalEntryFileDescriptorAllocateV1"],["impl<'a> Debug for JournalEntryPathRenameV1<'a>"],["impl Debug for JournalEntrySocketBindV1"],["impl Debug for State"]], +"wasmer_middlewares":[["impl<F: Fn(&Operator<'_>) -> u64 + Send + Sync> Debug for Metering<F>"],["impl Debug for MeteringPoints"],["impl Debug for MeteringGlobalIndexes"],["impl<F: Fn(&Operator<'_>) -> u64 + Send + Sync> Debug for FunctionMetering<F>"]], "wasmer_object":[["impl Debug for ObjectError"]], "wasmer_registry":[["impl Debug for PersonalKey"],["impl Debug for ResponseData"],["impl Debug for Variables"],["impl Debug for GetInterfaceVersionQueryInterfaceInterface"],["impl Debug for GetPackageByCommandQueryGetCommandPackageVersionPackage"],["impl Debug for PublishDeployAppPublishDeployAppDeployAppVersionApp"],["impl Debug for Package"],["impl Debug for Bindings"],["impl Debug for PackageDownloadInfo"],["impl Debug for GetPackageByCommandQueryGetCommandPackageVersion"],["impl Debug for Interactive"],["impl Debug for Proxy"],["impl Debug for Registry"],["impl Debug for GetBindingsQueryPackageVersion"],["impl Debug for GetSignedUrlUrl"],["impl Debug for ResponseData"],["impl Debug for GetPackageVersionQueryPackageVersionPackage"],["impl Debug for PackageVersionState"],["impl Debug for PublishPackageMutationChunkedPublishPackagePackageWebc"],["impl Debug for ResponseData"],["impl Debug for TokioSpawner"],["impl Debug for PackageBuildError"],["impl Debug for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage"],["impl Debug for Skip"],["impl Debug for PublishDeployAppOutput"],["impl Debug for ResponseData"],["impl Debug for BindingsGenerator"],["impl Debug for ValidationError"],["impl Debug for QueryPackageError"],["impl Debug for WhoAmIQueryViewer"],["impl Debug for GetPackageByCommandQueryGetCommandPackageVersionDistribution"],["impl Debug for PublishDeployAppPublishDeployAppDeployAppVersionAppOwnerOn"],["impl Debug for InputSignature"],["impl Debug for Publish"],["impl Debug for GetPackageVersionQueryPackageVersionDistribution"],["impl Debug for GetPackageVersionQueryPackageVersion"],["impl Debug for ResponseData"],["impl Debug for GetPackageByCommandQueryGetCommand"],["impl Debug for PublishDeployAppPublishDeployApp"],["impl Debug for ResponseData"],["impl Debug for GetIfPackageHasNewVersionResult"],["impl Debug for RegistryLogin"],["impl Debug for GetBindingsQueryPackageVersionBindings"],["impl Debug for NewNonceOutput"],["impl Debug for PackageVersionReadyPackageVersionReady"],["impl Debug for PublishDeployAppPublishDeployAppDeployAppVersionAppOwner"],["impl Debug for ProxyError"],["impl Debug for MultiRegistry"],["impl Debug for PublishDeployAppRawVars"],["impl Debug for ResponseData"],["impl Debug for PublishPackageMutationChunkedPublishPackage"],["impl Debug for GenerateDeployTokenGenerateDeployToken"],["impl Debug for PublishPackageMutationChunkedPublishPackagePackageWebcWebcV3"],["impl Debug for ResponseData"],["impl Debug for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion"],["impl Debug for GetBindingsQueryPackageVersionBindingsOn"],["impl Debug for SignArchiveResult"],["impl Debug for ProgrammingLanguage"],["impl Debug for PublishWait"],["impl Debug for WasmerEnv"],["impl Debug for GetBindingsQueryPackageVersionBindingsGenerator"],["impl Debug for ResponseData"],["impl Debug for NonInteractive"],["impl Debug for ResponseData"],["impl Debug for InterfaceFromServer"],["impl Debug for Registry"],["impl Debug for NewNonceNewNonceNonce"],["impl Debug for ResponseData"],["impl Debug for ResponseData"],["impl Debug for MigrationError"],["impl Debug for GetInterfaceVersionQueryInterface"],["impl Debug for PublishDeployAppPublishDeployAppDeployAppVersion"],["impl Debug for NewNonceNewNonce"],["impl Debug for PublishPackageMutationChunkedPublishPackagePackageVersion"],["impl Debug for WasmerConfig"]], -"wasmer_sys_utils":[["impl Debug for WasmMmap"],["impl Debug for VMMemoryConfig"],["impl Debug for VMSharedMemory"],["impl Debug for FdGuard"],["impl Debug for VMMemory"],["impl Debug for VMOwnedMemory"],["impl Debug for FdMmap"]], +"wasmer_sys_utils":[["impl Debug for VMMemory"],["impl Debug for VMMemoryConfig"],["impl Debug for FdGuard"],["impl Debug for WasmMmap"],["impl Debug for FdMmap"],["impl Debug for VMOwnedMemory"],["impl Debug for VMSharedMemory"]], "wasmer_types":[["impl Debug for HashAlgorithm"],["impl Debug for CompiledFunctionUnwindInfo"],["impl Debug for SerializeError"],["impl Debug for PageCountOutOfRange"],["impl Debug for GlobalIndex"],["impl Debug for ArchivedCompiledFunctionwhere\n FunctionBody: Archive,\n Vec<Relocation>: Archive,\n CompiledFunctionFrameInfo: Archive,"],["impl Debug for Compilation"],["impl<K, V: Debug> Debug for BoxedSlice<K, V>where\n K: EntityRef + Debug,"],["impl Debug for LibCall"],["impl Debug for ImportError"],["impl Debug for FunctionType"],["impl Debug for Symbol"],["impl Debug for DeserializeError"],["impl<'data> Debug for DataInitializer<'data>"],["impl Debug for ArchivedCompiledFunctionUnwindInfowhere\n Vec<u8>: Archive,"],["impl Debug for TableIndex"],["impl Debug for CompiledFunction"],["impl Debug for TrapInformation"],["impl Debug for Mutability"],["impl<T> Debug for PackedOption<T>where\n T: ReservedValue + Debug,"],["impl Debug for DataInitializerLocation"],["impl Debug for ArchivedFunctionBodywhere\n Vec<u8>: Archive,\n Option<CompiledFunctionUnwindInfo>: Archive,"],["impl Debug for TableStyle"],["impl Debug for WasmError"],["impl Debug for ArchivedCustomSectionwhere\n CustomSectionProtection: Archive,\n SectionBody: Archive,\n Vec<Relocation>: Archive,"],["impl Debug for ElemIndex"],["impl Debug for FunctionBody"],["impl Debug for ArchivedSectionBodywhere\n Vec<u8>: Archive,"],["impl Debug for MemoryError"],["impl Debug for LocalFunctionIndex"],["impl Debug for ModuleMetadata"],["impl Debug for InstructionAddressMap"],["impl Debug for CompileModuleInfo"],["impl Debug for ArchivedTableInitializerwhere\n TableIndex: Archive,\n Option<GlobalIndex>: Archive,\n usize: Archive,\n Box<[FunctionIndex]>: Archive,"],["impl Debug for FrameInfo"],["impl<K, V> Debug for ArchivedSecondaryMap<K, V>where\n K: EntityRef + Debug,\n V: Archive + Clone,\n V::Archived: Debug,"],["impl Debug for ParseCpuFeatureError"],["impl Debug for CustomSectionProtection"],["impl Debug for FunctionAddressMap"],["impl Debug for CustomSection"],["impl Debug for ArchivedRelocationwhere\n RelocationKind: Archive,\n RelocationTarget: Archive,\n CodeOffset: Archive,\n Addend: Archive,"],["impl Debug for ArchivedModuleHashwhere\n [u8; 8]: Archive,\n [u8; 32]: Archive,"],["impl Debug for ArchivedSerializableModulewhere\n SerializableCompilation: Archive,\n CompileModuleInfo: Archive,\n Box<[OwnedDataInitializer]>: Archive,\n u64: Archive,"],["impl Debug for ArchivedCompiledFunctionFrameInfowhere\n Vec<TrapInformation>: Archive,\n FunctionAddressMap: Archive,"],["impl Debug for StoreId"],["impl<'a> Debug for CompiledFunctionUnwindInfoReference<'a>"],["impl Debug for GlobalInit"],["impl Debug for PreInstantiationError"],["impl Debug for Features"],["impl Debug for Target"],["impl Debug for ImportIndex"],["impl Debug for ArchivedOwnedDataInitializerwhere\n DataInitializerLocation: Archive,\n Box<[u8]>: Archive,"],["impl Debug for TrapCode"],["impl Debug for SourceLoc"],["impl Debug for TargetSharedSignatureIndex"],["impl Debug for TableType"],["impl Debug for ExternType"],["impl Debug for ArchivedTableTypewhere\n Type: Archive,\n u32: Archive,\n Option<u32>: Archive,"],["impl Debug for LocalMemoryIndex"],["impl Debug for ArchivedModuleMetadatawhere\n CompileModuleInfo: Archive,\n String: Archive,\n Box<[OwnedDataInitializer]>: Archive,\n PrimaryMap<LocalFunctionIndex, u64>: Archive,\n u64: Archive,"],["impl Debug for FunctionIndex"],["impl Debug for VMBuiltinFunctionIndex"],["impl Debug for Type"],["impl Debug for Bytes"],["impl Debug for MemoryIndex"],["impl Debug for ArchivedImportKeywhere\n String: Archive,\n u32: Archive,"],["impl Debug for SignatureIndex"],["impl Debug for SectionBody"],["impl Debug for ExportIndex"],["impl Debug for OwnedDataInitializer"],["impl Debug for MemoryType"],["impl Debug for MiddlewareError"],["impl Debug for ArchivedSerializableCompilationwhere\n PrimaryMap<LocalFunctionIndex, FunctionBody>: Archive,\n PrimaryMap<LocalFunctionIndex, Vec<Relocation>>: Archive,\n PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>: Archive,\n PrimaryMap<SignatureIndex, FunctionBody>: Archive,\n PrimaryMap<FunctionIndex, FunctionBody>: Archive,\n PrimaryMap<SectionIndex, CustomSection>: Archive,\n PrimaryMap<SectionIndex, Vec<Relocation>>: Archive,\n Option<Dwarf>: Archive,\n SectionIndex: Archive,\n u32: Archive,"],["impl Debug for LocalGlobalIndex"],["impl Debug for ImportKey"],["impl Debug for RelocationKind"],["impl Debug for TableInitializer"],["impl Debug for MemoryStyle"],["impl Debug for RelocationTarget"],["impl Debug for V128"],["impl Debug for ArchivedModuleIdwhere\n usize: Archive,"],["impl Debug for ModuleHash"],["impl<T: Debug> Debug for ExportType<T>"],["impl Debug for ArchivedMemoryTypewhere\n Pages: Archive,\n Option<Pages>: Archive,\n bool: Archive,"],["impl<K, V: Debug> Debug for PrimaryMap<K, V>where\n K: EntityRef + Debug,"],["impl Debug for CompiledFunctionFrameInfo"],["impl Debug for CpuFeature"],["impl Debug for ArchivedArchivableModuleInfowhere\n Option<String>: Archive,\n Option<ModuleHash>: Archive,\n IndexMap<ImportKey, ImportIndex>: Archive,\n IndexMap<String, ExportIndex>: Archive,\n Option<FunctionIndex>: Archive,\n Vec<TableInitializer>: Archive,\n BTreeMap<ElemIndex, Box<[FunctionIndex]>>: Archive,\n BTreeMap<DataIndex, Box<[u8]>>: Archive,\n PrimaryMap<LocalGlobalIndex, GlobalInit>: Archive,\n BTreeMap<FunctionIndex, String>: Archive,\n PrimaryMap<SignatureIndex, FunctionType>: Archive,\n PrimaryMap<FunctionIndex, SignatureIndex>: Archive,\n PrimaryMap<TableIndex, TableType>: Archive,\n PrimaryMap<MemoryIndex, MemoryType>: Archive,\n PrimaryMap<GlobalIndex, GlobalType>: Archive,\n IndexMap<String, CustomSectionIndex>: Archive,\n PrimaryMap<CustomSectionIndex, Box<[u8]>>: Archive,\n usize: Archive,"],["impl Debug for RawValue"],["impl<T: Debug> Debug for ImportType<T>"],["impl Debug for LocalTableIndex"],["impl<K, V> Debug for ArchivedPrimaryMap<K, V>where\n K: EntityRef + Debug,\n V: Archive,\n V::Archived: Debug,"],["impl Debug for ModuleInfo"],["impl Debug for ArchivableModuleInfo"],["impl Debug for GlobalType"],["impl Debug for OnCalledAction"],["impl Debug for Pages"],["impl Debug for Dwarf"],["impl Debug for ArchivedFunctionTypewhere\n Box<[Type]>: Archive,"],["impl Debug for ArchivedDataInitializerLocationwhere\n MemoryIndex: Archive,\n Option<GlobalIndex>: Archive,\n usize: Archive,"],["impl Debug for ModuleId"],["impl Debug for Relocation"],["impl<K, V> Debug for SecondaryMap<K, V>where\n K: EntityRef + Debug,\n V: Clone + Debug,"],["impl Debug for CompileError"],["impl Debug for VMOffsets"],["impl Debug for ArchivedInstructionAddressMapwhere\n SourceLoc: Archive,\n usize: Archive,"],["impl Debug for ArchivedFunctionAddressMapwhere\n Vec<InstructionAddressMap>: Archive,\n SourceLoc: Archive,\n usize: Archive,"],["impl Debug for SectionIndex"],["impl Debug for ArchivedCompileModuleInfowhere\n Features: Archive,\n Arc<ModuleInfo>: Archive,\n PrimaryMap<MemoryIndex, MemoryStyle>: Archive,\n PrimaryMap<TableIndex, TableStyle>: Archive,"],["impl Debug for DataIndex"],["impl Debug for CustomSectionIndex"]], "wasmer_vm":[["impl Debug for VMFunctionContext"],["impl<T> Debug for MaybeInstanceOwned<T>where\n T: Debug,"],["impl Debug for WaiterError"],["impl Debug for VMMemoryConfig"],["impl Debug for FunctionBodyPtr"],["impl Debug for VMCallerCheckedAnyfunc"],["impl Debug for NotifyWaiter"],["impl Debug for SignatureRegistry"],["impl Debug for NotifyLocation"],["impl Debug for VMGlobal"],["impl Debug for VMTable"],["impl Debug for VMContext"],["impl Debug for Inner"],["impl Debug for WasmMmap"],["impl Debug for ThreadConditions"],["impl Debug for TableElement"],["impl Debug for VMSharedSignatureIndex"],["impl Debug for VMTableDefinition"],["impl Debug for VMExternRef"],["impl<T: StoreObject> Debug for StoreHandle<T>"],["impl Debug for VMFunctionImport"],["impl Debug for VMFunction"],["impl Debug for VMFuncRef"],["impl Debug for VMMemory"],["impl Debug for VMMemoryDefinition"],["impl Debug for Instance"],["impl Debug for NotifyMap"],["impl Debug for VMSharedMemory"],["impl Debug for Trap"],["impl Debug for RawTableElement"],["impl Debug for MmapType"],["impl Debug for VMFunctionEnvironment"],["impl<T> Debug for InternalStoreHandle<T>"],["impl Debug for VMFunctionKind"],["impl Debug for VMGlobalDefinition"],["impl Debug for SectionBodyPtr"],["impl Debug for VMExternObj"],["impl Debug for Mmap"],["impl Debug for StoreObjects"],["impl Debug for VMOwnedMemory"],["impl Debug for VMInstance"]], -"wasmer_wasix":[["impl Debug for InodeValFilePollGuardJoin"],["impl Debug for MultiSourceStrategy"],["impl Debug for MappedCommand"],["impl<'a> Debug for SpawnMemoryType<'a>"],["impl Debug for Handler"],["impl Debug for FileSystemCache"],["impl Debug for WasiThread"],["impl Debug for State"],["impl Debug for WasiInodesProtected"],["impl Debug for State"],["impl Debug for CacheEntry"],["impl Debug for TaskJoinHandle"],["impl Debug for OverriddenRuntime"],["impl Debug for WasiEnvInit"],["impl Debug for Unsupported"],["impl Debug for ItemLocation"],["impl Debug for CacheState"],["impl Debug for TokioTaskManager"],["impl Debug for TtyOptions"],["impl Debug for WasiStateFileGuard"],["impl Debug for SocketProperties"],["impl Debug for MutableState"],["impl Debug for DefaultTty"],["impl Debug for DProxyInstanceFactory"],["impl Debug for SharedState"],["impl Debug for PreopenedDir"],["impl Debug for WasiRunner"],["impl Debug for SocketManager"],["impl Debug for ThreadPool"],["impl Debug for TaskWasmRecycleProperties"],["impl Debug for WasiProcessInner"],["impl Debug for WasiFsRoot"],["impl Debug for WasiInstanceHandles"],["impl Debug for WasiInstanceHandlesPointer"],["impl Debug for ThreadSnapshot"],["impl Debug for PollEventBuilder"],["impl Debug for WcgiRunner"],["impl Debug for WasiInodes"],["impl Debug for NamedPackageSummary"],["impl Debug for InMemorySource"],["impl Debug for LocalWithLoopbackNetworking"],["impl Debug for PollEventIter"],["impl Debug for DistributionInfo"],["impl Debug for Config"],["impl Debug for InodeGuard"],["impl Debug for WasiProcess"],["impl Debug for Console"],["impl Debug for WasiFdSeed"],["impl Debug for Config"],["impl Debug for Inode"],["impl Debug for WasiEnvBuilder"],["impl Debug for WasiSocketStatus"],["impl Debug for InodeSocketProtected"],["impl Debug for WasiTtyState"],["impl Debug for ResolvedFileSystemMapping"],["impl Debug for InodeValFilePollGuardMode"],["impl Debug for WasiEnv"],["impl Debug for DProxyRunner"],["impl Debug for InodeSocketInner"],["impl Debug for DProxyInstance"],["impl Debug for WasiThreadHandleProtected"],["impl Debug for Capabilities"],["impl Debug for SharedCache"],["impl Debug for DcgiInstanceFactory"],["impl Debug for WapmWebQuery"],["impl Debug for PollEvent"],["impl Debug for InodeValFileWriteGuard"],["impl Debug for WasiParkingLot"],["impl Debug for JournalEffector"],["impl Debug for OwnedTaskStatus"],["impl Debug for InodeVal"],["impl Debug for WapmWebQueryGetPackageVersionDistribution"],["impl Debug for ResolvedPackage"],["impl Debug for WasiProcessId"],["impl Debug for WasiThreadError"],["impl Debug for WapmWebQueryData"],["impl Debug for CacheError"],["impl Debug for UnsupportedPackageLoader"],["impl Debug for CmdWasmer"],["impl Debug for Resolution"],["impl Debug for EpollJoinGuard"],["impl Debug for DependencyGraph"],["impl Debug for Config"],["impl Debug for BinFactory"],["impl Debug for TaskStatus"],["impl Debug for DcgiInstance"],["impl Debug for TaskWasmRunProperties"],["impl Debug for BuiltinPackageLoader"],["impl Debug for Shard"],["impl Debug for Dependency"],["impl Debug for InMemoryCache"],["impl Debug for FileSystemSource"],["impl Debug for StoreSnapshot"],["impl Debug for WasiFs"],["impl Debug for DcgiCallbacks"],["impl Debug for TtyOptionsInner"],["impl Debug for WasiFutex"],["impl Debug for DcgiRunner"],["impl Debug for WapmWebQueryInfo"],["impl Debug for RewindResult"],["impl Debug for Edge"],["impl Debug for WasiProcessCheckpoint"],["impl Debug for InodeWeakGuard"],["impl Debug for LocalWithLoopbackNetworkingListening"],["impl Debug for RewindResultType"],["impl Debug for WapmWebQueryGetPackageVersion"],["impl Debug for PackageWebc"],["impl<F: Debug> Debug for RelativeOrAbsolutePathHack<F>"],["impl Debug for Fd"],["impl Debug for ThreadStack"],["impl Debug for DeepSleepWork"],["impl Debug for WasiThreadHandle"],["impl Debug for WasiRuntimeError"],["impl Debug for CommonWasiOptions"],["impl Debug for WasiVersion"],["impl Debug for ControlPlaneError"],["impl Debug for PluggableRuntime"],["impl Debug for WasiVFork"],["impl Debug for Kind"],["impl Debug for HttpRequest"],["impl Debug for ThreadLocalCache"],["impl Debug for WasiSignalInterval"],["impl Debug for DiscoveredPackages"],["impl<T: Debug> Debug for Reply<T>"],["impl Debug for CpuRunToken"],["impl Debug for NotificationInner"],["impl Debug for HashCacheEntry"],["impl Debug for TaskTerminatedError"],["impl Debug for InputEvent"],["impl Debug for HyperProxyStream"],["impl Debug for WasiThreadState"],["impl Debug for TaskCountGuard"],["impl Debug for EpollJoinWaker"],["impl Debug for HyperProxyConnectorBuilder"],["impl Debug for SharedState"],["impl Debug for SysTty"],["impl<T> Debug for OwnedRwLockWriteGuard<T>where\n T: Debug,"],["impl Debug for WasiState"],["impl Debug for RuntimeOrHandle"],["impl Debug for MappedDirectory"],["impl Debug for WasiFunctionEnv"],["impl Debug for EpollInterest"],["impl Debug for FileSystemCache"],["impl Debug for InodeSocketKind"],["impl Debug for WasiInstanceHandlesPointer"],["impl<T> Debug for OwnedRwLockReadGuard<T>where\n T: Debug,"],["impl Debug for WasiProcessCpuBackoff"],["impl Debug for ReqwestHttpClient"],["impl Debug for QueryError"],["impl Debug for NotificationState"],["impl Debug for WebcHash"],["impl Debug for WebSource"],["impl Debug for EpollFd"],["impl Debug for WasiError"],["impl Debug for WasiFutexState"],["impl Debug for HttpResponse"],["impl Debug for FileSystemCache"],["impl Debug for MultiSource"],["impl Debug for WasiDummyWaker"],["impl Debug for Handler"],["impl Debug for HyperProxyConnector"],["impl Debug for InodeSocket"],["impl Debug for WebCVersion"],["impl Debug for MemorySnapshotRegion"],["impl Debug for InodeValFileReadGuard"],["impl Debug for InodeValFilePollGuard"],["impl Debug for WasiBusState"],["impl Debug for WasiControlPlane"],["impl Debug for WapmWebQueryGetPackage"],["impl Debug for InodeHttpSocketType"],["impl Debug for Commands"],["impl Debug for GetPackageRelease"],["impl Debug for SharedState"],["impl Debug for PackageSummary"],["impl Debug for WasiStateCreationError"],["impl Debug for ExtendedFsError"],["impl Debug for EmscriptenRunner"],["impl Debug for BinaryPackage"],["impl Debug for TimeType"],["impl Debug for WasiThreadId"],["impl Debug for SignalDeliveryError"],["impl Debug for Tty"],["impl<Primary: Debug, Fallback: Debug> Debug for FallbackCache<Primary, Fallback>"],["impl Debug for WasiControlPlaneHandle"],["impl Debug for ResolveError"],["impl Debug for BinaryPackageCommand"],["impl Debug for CacheInfo"],["impl Debug for FallbackFileSystem"],["impl Debug for WapmSource"],["impl Debug for SpawnError"],["impl Debug for State"],["impl Debug for Handler"],["impl Debug for Node"],["impl<F, M> Debug for MappedPathFileSystem<F, M>where\n F: Debug,"],["impl Debug for CapabilityThreadingV1"],["impl Debug for PreopenDirBuilder"],["impl Debug for ConsoleRect"],["impl Debug for HttpRequestOptions"],["impl Debug for Command"],["impl Debug for ControlPlaneConfig"],["impl Debug for FileSystemMapping"],["impl Debug for MountedDirectory"],["impl Debug for PackageInfo"],["impl Debug for HttpClientCapabilityV1"]], -"wasmer_wasix_types":[["impl Debug for OptionFd"],["impl Debug for Dirent"],["impl Debug for EpollEventCtl"],["impl Debug for PrestatU"],["impl Debug for Errno"],["impl Debug for Fdstat"],["impl Debug for Route"],["impl Debug for Socktype"],["impl Debug for Sockstatus"],["impl<M> Debug for EpollData<M>where\n M: MemorySize,"],["impl Debug for SubscriptionClock"],["impl Debug for EventFdReadwrite"],["impl Debug for Subscription"],["impl Debug for Signal"],["impl Debug for __wasi_addr_port_u"],["impl Debug for JoinStatusType"],["impl Debug for JoinStatus"],["impl Debug for Bool"],["impl Debug for __wasi_addr_u"],["impl Debug for EpollType"],["impl Debug for Snapshot0Clockid"],["impl Debug for __wasi_hardwareaddress_t"],["impl Debug for PrestatUDir"],["impl<M: Debug + MemorySize> Debug for __wasi_ciovec_t<M>where\n M::Offset: Debug,"],["impl Debug for Prestat"],["impl Debug for __wasi_cidr_ip4_t"],["impl Debug for Snapshot0Dirent"],["impl Debug for __wasi_addr_unix_port_t"],["impl Debug for Rights"],["impl Debug for __wasi_cidr_unix_t"],["impl Debug for AddrUnspec"],["impl Debug for HttpStatus"],["impl Debug for Oflags"],["impl Debug for __wasi_cidr_u"],["impl Debug for Clockid"],["impl Debug for Eventrwflags"],["impl Debug for WasiMemoryLayout"],["impl Debug for __wasi_addr_ip6_port_t"],["impl Debug for Timeout"],["impl Debug for Fstflags"],["impl Debug for Preopentype"],["impl Debug for Snapshot0Filestat"],["impl Debug for Filetype"],["impl Debug for SockProto"],["impl<M> Debug for EpollEvent<M>where\n M: MemorySize,"],["impl Debug for ProcessHandles"],["impl Debug for __wasi_cidr_ip6_t"],["impl Debug for StdioMode"],["impl Debug for __wasi_addr_ip4_port_t"],["impl Debug for Snapshot0Event"],["impl Debug for Advice"],["impl Debug for HttpHandles"],["impl<O> Debug for __wasi_asyncify_t<O>where\n O: ValueType + Debug,"],["impl Debug for StackSnapshot"],["impl Debug for Addressfamily"],["impl<M: MemorySize> Debug for ThreadStart<M>"],["impl Debug for Subclockflags"],["impl Debug for JoinFlags"],["impl Debug for Tty"],["impl Debug for Snapshot0SubscriptionClock"],["impl Debug for OptionTimestamp"],["impl Debug for EpollCtl"],["impl Debug for __wasi_addr_unix_t"],["impl Debug for SubscriptionFsReadwrite"],["impl Debug for AddrUnspecPort"],["impl Debug for CidrUnspec"],["impl Debug for OptionTag"],["impl Debug for ExitCode"],["impl Debug for Sockoption"],["impl Debug for __wasi_cidr_t"],["impl Debug for Eventtype"],["impl Debug for Fdflags"],["impl<M: Debug + MemorySize> Debug for __wasi_iovec_t<M>where\n M::Offset: Debug,"],["impl Debug for __wasi_addr_ip6_t"],["impl Debug for __wasi_addr_ip4_t"],["impl Debug for Whence"],["impl Debug for PipeHandles"],["impl Debug for ThreadStartType"],["impl Debug for Snapshot0Subscription"],["impl Debug for __wasi_addr_t"],["impl Debug for OptionPid"],["impl Debug for Snapshot0Whence"],["impl Debug for Lookup"],["impl Debug for __wasi_addr_port_t"],["impl Debug for Filestat"],["impl Debug for Streamsecurity"],["impl Debug for ThreadStateFlags"],["impl Debug for ErrnoSignal"],["impl Debug for Event"]], +"wasmer_wasix":[["impl Debug for SysTty"],["impl Debug for Capabilities"],["impl Debug for Tty"],["impl Debug for HyperProxyConnectorBuilder"],["impl Debug for EpollJoinWaker"],["impl Debug for RuntimeOrHandle"],["impl Debug for InodeSocket"],["impl Debug for WasiInstanceHandles"],["impl Debug for Resolution"],["impl Debug for ExtendedFsError"],["impl Debug for WasiRuntimeError"],["impl Debug for CapabilityThreadingV1"],["impl Debug for Handler"],["impl Debug for FallbackFileSystem"],["impl Debug for DcgiInstance"],["impl Debug for JournalEffector"],["impl Debug for InodeSocketProtected"],["impl Debug for WasiControlPlane"],["impl Debug for WapmWebQuery"],["impl Debug for SharedState"],["impl Debug for DcgiCallbacks"],["impl Debug for TimeType"],["impl Debug for PluggableRuntime"],["impl Debug for Shard"],["impl Debug for RewindResultType"],["impl Debug for WasiParkingLot"],["impl Debug for PreopenDirBuilder"],["impl Debug for SocketProperties"],["impl<Primary: Debug, Fallback: Debug> Debug for FallbackCache<Primary, Fallback>"],["impl Debug for WapmWebQueryGetPackageVersion"],["impl Debug for WapmWebQueryInfo"],["impl Debug for InodeSocketInner"],["impl Debug for PackageWebc"],["impl Debug for FileSystemCache"],["impl Debug for SharedCache"],["impl<T> Debug for OwnedRwLockWriteGuard<T>where\n T: Debug,"],["impl Debug for WasiFutex"],["impl Debug for InodeWeakGuard"],["impl Debug for ThreadLocalCache"],["impl Debug for DependencyGraph"],["impl Debug for ThreadStack"],["impl Debug for DcgiInstanceFactory"],["impl Debug for ReqwestHttpClient"],["impl<F: Debug> Debug for RelativeOrAbsolutePathHack<F>"],["impl Debug for CpuRunToken"],["impl Debug for EpollInterest"],["impl Debug for MultiSource"],["impl Debug for WasiFutexState"],["impl Debug for ConsoleRect"],["impl Debug for RewindResult"],["impl Debug for WasiStateCreationError"],["impl Debug for FileSystemCache"],["impl Debug for WasiState"],["impl Debug for DistributionInfo"],["impl Debug for Unsupported"],["impl Debug for WasiBusState"],["impl Debug for InodeValFilePollGuard"],["impl Debug for WasiThreadId"],["impl Debug for WasiVFork"],["impl Debug for LocalWithLoopbackNetworkingListening"],["impl Debug for MountedDirectory"],["impl Debug for WasiSocketStatus"],["impl Debug for Handler"],["impl<F, M> Debug for MappedPathFileSystem<F, M>where\n F: Debug,"],["impl Debug for OverriddenRuntime"],["impl Debug for HttpResponse"],["impl Debug for WasiProcessId"],["impl Debug for SpawnError"],["impl Debug for WasiEnv"],["impl Debug for ResolveError"],["impl Debug for TaskStatus"],["impl<T> Debug for OwnedRwLockReadGuard<T>where\n T: Debug,"],["impl Debug for QueryError"],["impl Debug for Kind"],["impl Debug for NamedPackageSummary"],["impl Debug for EpollJoinGuard"],["impl Debug for SharedState"],["impl Debug for State"],["impl Debug for WasiFdSeed"],["impl Debug for ControlPlaneConfig"],["impl Debug for WasiThread"],["impl Debug for State"],["impl Debug for FileSystemMapping"],["impl Debug for HttpClientCapabilityV1"],["impl Debug for WasiTtyState"],["impl Debug for ThreadPool"],["impl Debug for TtyOptions"],["impl Debug for EmscriptenRunner"],["impl Debug for WasiInstanceHandlesPointer"],["impl Debug for Dependency"],["impl Debug for WasiProcess"],["impl Debug for InMemoryCache"],["impl Debug for Config"],["impl Debug for TaskWasmRunProperties"],["impl Debug for WasiInodes"],["impl Debug for FileSystemCache"],["impl Debug for MultiSourceStrategy"],["impl Debug for InodeValFilePollGuardJoin"],["impl Debug for StoreSnapshot"],["impl Debug for WapmWebQueryData"],["impl Debug for SharedState"],["impl Debug for InodeValFileReadGuard"],["impl Debug for ControlPlaneError"],["impl<T: Debug> Debug for Reply<T>"],["impl Debug for UnsupportedPackageLoader"],["impl Debug for CacheState"],["impl Debug for ThreadSnapshot"],["impl Debug for CacheInfo"],["impl Debug for WasiEnvInit"],["impl Debug for PollEventBuilder"],["impl Debug for ItemLocation"],["impl Debug for CmdWasmer"],["impl Debug for TaskJoinHandle"],["impl Debug for TaskTerminatedError"],["impl<'a> Debug for SpawnMemoryType<'a>"],["impl Debug for Edge"],["impl Debug for ResolvedFileSystemMapping"],["impl Debug for BinaryPackage"],["impl Debug for Console"],["impl Debug for WasiSignalInterval"],["impl Debug for EpollFd"],["impl Debug for InodeValFilePollGuardMode"],["impl Debug for NotificationInner"],["impl Debug for WasiProcessInner"],["impl Debug for Node"],["impl Debug for DProxyInstanceFactory"],["impl Debug for CacheEntry"],["impl Debug for MappedDirectory"],["impl Debug for Handler"],["impl Debug for Inode"],["impl Debug for WapmSource"],["impl Debug for WasiThreadError"],["impl Debug for HttpRequest"],["impl Debug for BinaryPackageCommand"],["impl Debug for HashCacheEntry"],["impl Debug for InMemorySource"],["impl Debug for WasiVersion"],["impl Debug for WasiError"],["impl Debug for MemorySnapshotRegion"],["impl Debug for PreopenedDir"],["impl Debug for WasiInodesProtected"],["impl Debug for WebCVersion"],["impl Debug for LocalWithLoopbackNetworking"],["impl Debug for WasiProcessCpuBackoff"],["impl Debug for InodeValFileWriteGuard"],["impl Debug for DefaultTty"],["impl Debug for InodeSocketKind"],["impl Debug for Commands"],["impl Debug for InputEvent"],["impl Debug for WapmWebQueryGetPackageVersionDistribution"],["impl Debug for WasiStateFileGuard"],["impl Debug for HttpRequestOptions"],["impl Debug for WebcHash"],["impl Debug for DiscoveredPackages"],["impl Debug for ResolvedPackage"],["impl Debug for MutableState"],["impl Debug for SignalDeliveryError"],["impl Debug for Fd"],["impl Debug for TaskCountGuard"],["impl Debug for WasiThreadHandleProtected"],["impl Debug for DProxyRunner"],["impl Debug for FileSystemSource"],["impl Debug for BuiltinPackageLoader"],["impl Debug for SocketManager"],["impl Debug for DProxyInstance"],["impl Debug for WapmWebQueryGetPackage"],["impl Debug for HyperProxyConnector"],["impl Debug for TtyOptionsInner"],["impl Debug for WasiControlPlaneHandle"],["impl Debug for WasiFunctionEnv"],["impl Debug for State"],["impl Debug for DeepSleepWork"],["impl Debug for InodeVal"],["impl Debug for CacheError"],["impl Debug for BinFactory"],["impl Debug for PackageInfo"],["impl Debug for OwnedTaskStatus"],["impl Debug for InodeGuard"],["impl Debug for WasiProcessCheckpoint"],["impl Debug for TokioTaskManager"],["impl Debug for PackageSummary"],["impl Debug for WasiInstanceHandlesPointer"],["impl Debug for NotificationState"],["impl Debug for WasiThreadHandle"],["impl Debug for GetPackageRelease"],["impl Debug for Config"],["impl Debug for PollEvent"],["impl Debug for WasiFs"],["impl Debug for Command"],["impl Debug for DcgiRunner"],["impl Debug for TaskWasmRecycleProperties"],["impl Debug for HyperProxyStream"],["impl Debug for CommonWasiOptions"],["impl Debug for WasiThreadState"],["impl Debug for InodeHttpSocketType"],["impl Debug for MappedCommand"],["impl Debug for PollEventIter"],["impl Debug for WcgiRunner"],["impl Debug for WasiEnvBuilder"],["impl Debug for WasiDummyWaker"],["impl Debug for WasiFsRoot"],["impl Debug for WasiRunner"],["impl Debug for Config"],["impl Debug for WebSource"]], +"wasmer_wasix_types":[["impl Debug for Snapshot0Filestat"],["impl Debug for __wasi_cidr_u"],["impl<M: Debug + MemorySize> Debug for __wasi_ciovec_t<M>where\n M::Offset: Debug,"],["impl Debug for Tty"],["impl Debug for ErrnoSignal"],["impl Debug for Errno"],["impl Debug for Snapshot0SubscriptionClock"],["impl Debug for PrestatU"],["impl Debug for Subclockflags"],["impl Debug for __wasi_addr_ip6_t"],["impl Debug for __wasi_cidr_ip4_t"],["impl Debug for JoinStatusType"],["impl Debug for Socktype"],["impl Debug for Snapshot0Dirent"],["impl Debug for Addressfamily"],["impl Debug for PrestatUDir"],["impl Debug for __wasi_cidr_t"],["impl Debug for SubscriptionFsReadwrite"],["impl Debug for Rights"],["impl Debug for Lookup"],["impl Debug for WasiMemoryLayout"],["impl Debug for Bool"],["impl Debug for __wasi_addr_ip4_t"],["impl<M: Debug + MemorySize> Debug for __wasi_iovec_t<M>where\n M::Offset: Debug,"],["impl Debug for __wasi_addr_port_t"],["impl Debug for Streamsecurity"],["impl Debug for Subscription"],["impl Debug for Sockstatus"],["impl Debug for OptionTimestamp"],["impl Debug for __wasi_cidr_ip6_t"],["impl Debug for Clockid"],["impl Debug for Eventtype"],["impl<M> Debug for EpollData<M>where\n M: MemorySize,"],["impl Debug for Eventrwflags"],["impl Debug for SubscriptionClock"],["impl Debug for StdioMode"],["impl Debug for HttpStatus"],["impl<O> Debug for __wasi_asyncify_t<O>where\n O: ValueType + Debug,"],["impl Debug for EpollType"],["impl Debug for Snapshot0Whence"],["impl Debug for Filestat"],["impl Debug for OptionPid"],["impl Debug for Sockoption"],["impl Debug for ThreadStateFlags"],["impl Debug for AddrUnspecPort"],["impl Debug for Snapshot0Clockid"],["impl Debug for CidrUnspec"],["impl Debug for SockProto"],["impl Debug for __wasi_addr_unix_t"],["impl Debug for Signal"],["impl Debug for Oflags"],["impl Debug for OptionTag"],["impl Debug for Filetype"],["impl Debug for __wasi_addr_u"],["impl Debug for Fstflags"],["impl Debug for OptionFd"],["impl Debug for Snapshot0Event"],["impl Debug for EventFdReadwrite"],["impl Debug for ExitCode"],["impl Debug for AddrUnspec"],["impl Debug for Timeout"],["impl Debug for JoinFlags"],["impl Debug for StackSnapshot"],["impl Debug for __wasi_addr_port_u"],["impl Debug for Event"],["impl Debug for __wasi_addr_ip4_port_t"],["impl Debug for HttpHandles"],["impl Debug for Fdstat"],["impl Debug for Advice"],["impl<M> Debug for EpollEvent<M>where\n M: MemorySize,"],["impl Debug for PipeHandles"],["impl Debug for __wasi_addr_t"],["impl Debug for __wasi_addr_ip6_port_t"],["impl Debug for __wasi_cidr_unix_t"],["impl Debug for JoinStatus"],["impl Debug for Fdflags"],["impl Debug for Snapshot0Subscription"],["impl<M: MemorySize> Debug for ThreadStart<M>"],["impl Debug for Prestat"],["impl Debug for Preopentype"],["impl Debug for Whence"],["impl Debug for Route"],["impl Debug for EpollCtl"],["impl Debug for ProcessHandles"],["impl Debug for __wasi_hardwareaddress_t"],["impl Debug for __wasi_addr_unix_port_t"],["impl Debug for Dirent"],["impl Debug for EpollEventCtl"],["impl Debug for ThreadStartType"]], "wasmer_wasm_interface":[["impl Debug for WasmType"],["impl Debug for Import"],["impl Debug for Interface"],["impl Debug for WasmValidationError"],["impl Debug for InterfaceMatcher"],["impl Debug for Export"]], -"wasmer_wast":[["impl<'a> Debug for Stdin<'a>"],["impl<'a> Debug for AssertStderr<'a>"],["impl<'a> Debug for Args<'a>"],["impl Debug for envs"],["impl Debug for assert_stderr"],["impl Debug for assert_return"],["impl Debug for wasi_test"],["impl Debug for stdin"],["impl<'a> Debug for WasiTest<'a>"],["impl Debug for fake_i64_const"],["impl Debug for AssertReturn"],["impl Debug for OutputCapturerer"],["impl<'a> Debug for Envs<'a>"],["impl<'a> Debug for Preopens<'a>"],["impl Debug for map_dirs"],["impl Debug for WasiFileSystemKind"],["impl Debug for preopens"],["impl Debug for DirectiveError"],["impl Debug for temp_dirs"],["impl Debug for assert_stdout"],["impl<'a> Debug for MapDirs<'a>"],["impl Debug for DirectiveErrors"],["impl<'a> Debug for TempDirs<'a>"],["impl Debug for args"],["impl<'a> Debug for AssertStdout<'a>"]] +"wasmer_wast":[["impl Debug for DirectiveError"],["impl<'a> Debug for WasiTest<'a>"],["impl Debug for assert_stderr"],["impl Debug for stdin"],["impl<'a> Debug for AssertStdout<'a>"],["impl Debug for temp_dirs"],["impl Debug for assert_return"],["impl Debug for WasiFileSystemKind"],["impl Debug for AssertReturn"],["impl<'a> Debug for TempDirs<'a>"],["impl Debug for args"],["impl Debug for wasi_test"],["impl Debug for envs"],["impl Debug for preopens"],["impl<'a> Debug for Preopens<'a>"],["impl Debug for fake_i64_const"],["impl<'a> Debug for Stdin<'a>"],["impl<'a> Debug for AssertStderr<'a>"],["impl Debug for assert_stdout"],["impl Debug for DirectiveErrors"],["impl Debug for OutputCapturerer"],["impl Debug for map_dirs"],["impl<'a> Debug for Args<'a>"],["impl<'a> Debug for MapDirs<'a>"],["impl<'a> Debug for Envs<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/fmt/trait.Display.js b/crates/doc/implementors/core/fmt/trait.Display.js index 17cedddbdba..d328421d10d 100644 --- a/crates/doc/implementors/core/fmt/trait.Display.js +++ b/crates/doc/implementors/core/fmt/trait.Display.js @@ -2,13 +2,13 @@ "virtual_fs":[["impl Display for FsError"]], "virtual_net":[["impl Display for NetworkError"]], "wai_bindgen_wasmer":[["impl Display for GuestError"],["impl Display for RemoveError"]], -"wasmer":[["impl Display for ExportError"],["impl Display for InstantiationError"],["impl Display for RuntimeError"],["impl Display for MemoryAccessError"],["impl Display for RuntimeStringError"],["impl Display for LinkError"],["impl Display for AtomicsError"],["impl Display for IoCompileError"]], +"wasmer":[["impl Display for IoCompileError"],["impl Display for RuntimeStringError"],["impl Display for MemoryAccessError"],["impl Display for RuntimeError"],["impl Display for AtomicsError"],["impl Display for LinkError"],["impl Display for InstantiationError"],["impl Display for ExportError"]], "wasmer_api":[["impl Display for GraphQLApiFailure"],["impl Display for GlobalIdParseError"],["impl Display for NodeKind"]], "wasmer_argus":[["impl Display for Backend"]], "wasmer_c_api":[["impl Display for ExternTypeConversionError"]], "wasmer_cache":[["impl Display for Hash"]], "wasmer_cli":[["impl Display for PackageSource"]], -"wasmer_compiler":[["impl Display for InstantiationError"],["impl Display for LinkError"]], +"wasmer_compiler":[["impl Display for LinkError"],["impl Display for InstantiationError"]], "wasmer_config":[["impl Display for PackageHash"],["impl Display for PackageParseError"],["impl Display for ValidationError"],["impl Display for PackageId"],["impl Display for Sha256HashParseError"],["impl Display for PackageIdent"],["impl Display for PackageBuilderError"],["impl Display for Tag"],["impl Display for ManifestError"],["impl Display for ManifestBuilderError"],["impl Display for NamedPackageIdent"],["impl Display for Abi"],["impl Display for NamedPackageId"],["impl Display for ImportsError"],["impl Display for PackageSource"],["impl Display for Sha256Hash"],["impl Display for ModuleReference"]], "wasmer_emscripten":[["impl Display for LongJumpRet"]], "wasmer_journal":[["impl<'a> Display for JournalEntry<'a>"]], @@ -16,8 +16,8 @@ "wasmer_registry":[["impl Display for QueryPackageError"],["impl Display for ValidationError"],["impl Display for Package"],["impl Display for PackageBuildError"],["impl Display for MigrationError"],["impl Display for BindingsGenerator"],["impl Display for ProxyError"]], "wasmer_types":[["impl Display for ParseCpuFeatureError"],["impl Display for RelocationKind"],["impl Display for PageCountOutOfRange"],["impl Display for ModuleHash"],["impl Display for TableType"],["impl Display for SerializeError"],["impl Display for ModuleInfo"],["impl Display for WasmError"],["impl Display for ImportError"],["impl Display for Type"],["impl Display for FunctionType"],["impl Display for PreInstantiationError"],["impl Display for LibCall"],["impl Display for SourceLoc"],["impl Display for MiddlewareError"],["impl Display for MemoryError"],["impl Display for MemoryType"],["impl Display for StoreId"],["impl Display for GlobalType"],["impl Display for CompileError"],["impl Display for TrapCode"],["impl Display for DeserializeError"]], "wasmer_vm":[["impl Display for WaiterError"],["impl Display for Trap"]], -"wasmer_wasix":[["impl<T> Display for OwnedRwLockReadGuard<T>where\n T: Display,"],["impl Display for TaskTerminatedError"],["impl Display for WasiStateCreationError"],["impl Display for WasiThreadId"],["impl Display for WasiRuntimeError"],["impl Display for WasiThreadError"],["impl Display for ControlPlaneError"],["impl Display for ExtendedFsError"],["impl Display for CacheError"],["impl Display for SignalDeliveryError"],["impl Display for SpawnError"],["impl Display for WasiError"],["impl Display for QueryError"],["impl Display for WasiProcessId"],["impl<T> Display for OwnedRwLockWriteGuard<T>where\n T: Display,"],["impl Display for WebcHash"],["impl Display for Unsupported"],["impl Display for ResolveError"]], -"wasmer_wasix_types":[["impl Display for ExitCode"],["impl Display for Errno"],["impl Display for Sockoption"],["impl Display for Bool"]], +"wasmer_wasix":[["impl Display for WasiRuntimeError"],["impl Display for CacheError"],["impl Display for SignalDeliveryError"],["impl Display for WasiProcessId"],["impl<T> Display for OwnedRwLockReadGuard<T>where\n T: Display,"],["impl Display for WasiStateCreationError"],["impl Display for QueryError"],["impl Display for WasiThreadError"],["impl Display for TaskTerminatedError"],["impl Display for WasiError"],["impl Display for ExtendedFsError"],["impl Display for ControlPlaneError"],["impl Display for Unsupported"],["impl Display for WasiThreadId"],["impl Display for SpawnError"],["impl Display for ResolveError"],["impl Display for WebcHash"],["impl<T> Display for OwnedRwLockWriteGuard<T>where\n T: Display,"]], +"wasmer_wasix_types":[["impl Display for Errno"],["impl Display for Sockoption"],["impl Display for Bool"],["impl Display for ExitCode"]], "wasmer_wasm_interface":[["impl Display for WasmType"]], "wasmer_wast":[["impl Display for DirectiveErrors"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/fmt/trait.LowerHex.js b/crates/doc/implementors/core/fmt/trait.LowerHex.js index 9f4d40e36b3..f4e132bd95d 100644 --- a/crates/doc/implementors/core/fmt/trait.LowerHex.js +++ b/crates/doc/implementors/core/fmt/trait.LowerHex.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer_compiler":[], "wasmer_types":[], -"wasmer_wasix_types":[["impl LowerHex for Fdflags"],["impl LowerHex for Eventrwflags"],["impl LowerHex for JoinFlags"],["impl LowerHex for Subclockflags"],["impl LowerHex for ThreadStateFlags"],["impl LowerHex for EpollType"],["impl LowerHex for Fstflags"],["impl LowerHex for Rights"],["impl LowerHex for Lookup"],["impl LowerHex for Oflags"]] +"wasmer_wasix_types":[["impl LowerHex for EpollType"],["impl LowerHex for Subclockflags"],["impl LowerHex for Fstflags"],["impl LowerHex for ThreadStateFlags"],["impl LowerHex for Rights"],["impl LowerHex for Oflags"],["impl LowerHex for Lookup"],["impl LowerHex for Fdflags"],["impl LowerHex for JoinFlags"],["impl LowerHex for Eventrwflags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/fmt/trait.Octal.js b/crates/doc/implementors/core/fmt/trait.Octal.js index efbe9784223..8b28fda73d7 100644 --- a/crates/doc/implementors/core/fmt/trait.Octal.js +++ b/crates/doc/implementors/core/fmt/trait.Octal.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer_compiler":[], "wasmer_types":[], -"wasmer_wasix_types":[["impl Octal for Rights"],["impl Octal for EpollType"],["impl Octal for JoinFlags"],["impl Octal for Eventrwflags"],["impl Octal for ThreadStateFlags"],["impl Octal for Fdflags"],["impl Octal for Subclockflags"],["impl Octal for Oflags"],["impl Octal for Lookup"],["impl Octal for Fstflags"]] +"wasmer_wasix_types":[["impl Octal for JoinFlags"],["impl Octal for Fdflags"],["impl Octal for EpollType"],["impl Octal for Subclockflags"],["impl Octal for ThreadStateFlags"],["impl Octal for Rights"],["impl Octal for Oflags"],["impl Octal for Eventrwflags"],["impl Octal for Fstflags"],["impl Octal for Lookup"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/fmt/trait.UpperHex.js b/crates/doc/implementors/core/fmt/trait.UpperHex.js index c317a8fd8e5..311ae5aa4e3 100644 --- a/crates/doc/implementors/core/fmt/trait.UpperHex.js +++ b/crates/doc/implementors/core/fmt/trait.UpperHex.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer_compiler":[], "wasmer_types":[], -"wasmer_wasix_types":[["impl UpperHex for Rights"],["impl UpperHex for EpollType"],["impl UpperHex for ThreadStateFlags"],["impl UpperHex for JoinFlags"],["impl UpperHex for Fdflags"],["impl UpperHex for Oflags"],["impl UpperHex for Lookup"],["impl UpperHex for Eventrwflags"],["impl UpperHex for Fstflags"],["impl UpperHex for Subclockflags"]] +"wasmer_wasix_types":[["impl UpperHex for Oflags"],["impl UpperHex for ThreadStateFlags"],["impl UpperHex for Fstflags"],["impl UpperHex for Lookup"],["impl UpperHex for EpollType"],["impl UpperHex for Rights"],["impl UpperHex for Eventrwflags"],["impl UpperHex for JoinFlags"],["impl UpperHex for Fdflags"],["impl UpperHex for Subclockflags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/future/future/trait.Future.js b/crates/doc/implementors/core/future/future/trait.Future.js index 1d203bb87b8..75a85555e66 100644 --- a/crates/doc/implementors/core/future/future/trait.Future.js +++ b/crates/doc/implementors/core/future/future/trait.Future.js @@ -1,4 +1,4 @@ (function() {var implementors = { "virtual_net":[["impl Future for RemoteNetworkingClientDriver"],["impl Future for RemoteNetworkingServerDriver"]], -"wasmer_wasix":[["impl Future for IndefinitePoll"],["impl Future for CpuBackoffToken"],["impl<'a, 'b, 'c, T, Fut> Future for AsyncifyPoller<'a, 'b, 'c, T, Fut>where\n Fut: Future<Output = T> + Send + Sync + 'static,"],["impl Future for PollBatch"],["impl Future for InodeValFilePollGuardJoin"],["impl Future for FutexPoller"],["impl Future for InfiniteSleep"]] +"wasmer_wasix":[["impl<'a, 'b, 'c, T, Fut> Future for AsyncifyPoller<'a, 'b, 'c, T, Fut>where\n Fut: Future<Output = T> + Send + Sync + 'static,"],["impl Future for InodeValFilePollGuardJoin"],["impl Future for PollBatch"],["impl Future for InfiniteSleep"],["impl Future for FutexPoller"],["impl Future for IndefinitePoll"],["impl Future for CpuBackoffToken"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/hash/trait.Hash.js b/crates/doc/implementors/core/hash/trait.Hash.js index 19e25d4eb80..01b7125d994 100644 --- a/crates/doc/implementors/core/hash/trait.Hash.js +++ b/crates/doc/implementors/core/hash/trait.Hash.js @@ -8,14 +8,14 @@ "wasmer_cli":[["impl Hash for HashAlgorithm"],["impl Hash for FilterOut"]], "wasmer_compiler":[["impl<'a> Hash for FunctionBodyData<'a>"]], "wasmer_compiler_llvm":[["impl Hash for ExtraInfo"]], -"wasmer_compiler_singlepass":[["impl Hash for WasmAbstractValue"],["impl Hash for GPR"],["impl Hash for NEON"],["impl Hash for MachineValue"],["impl Hash for RegisterIndex"],["impl Hash for Multiplier"],["impl Hash for GPR"],["impl Hash for XMM"],["impl<R: Hash, S: Hash> Hash for Location<R, S>"]], +"wasmer_compiler_singlepass":[["impl Hash for XMM"],["impl Hash for NEON"],["impl Hash for GPR"],["impl Hash for Multiplier"],["impl Hash for WasmAbstractValue"],["impl Hash for RegisterIndex"],["impl<R: Hash, S: Hash> Hash for Location<R, S>"],["impl Hash for MachineValue"],["impl Hash for GPR"]], "wasmer_config":[["impl Hash for PackageId"],["impl Hash for PackageIdent"],["impl Hash for NamedPackageId"],["impl Hash for PackageHash"],["impl Hash for PackageSource"],["impl Hash for NamedPackageIdent"],["impl Hash for Tag"],["impl Hash for Sha256Hash"]], -"wasmer_journal":[["impl Hash for JournalEpollCtlV1"],["impl Hash for SocketShutdownHow"],["impl Hash for JournalTimeTypeV1"],["impl Hash for JournalSnapshotTriggerV1"],["impl Hash for SocketOptTimeType"],["impl Hash for JournalSocktypeV1"],["impl Hash for JournalWasiMemoryLayout"],["impl Hash for JournalThreadStartTypeV1"],["impl Hash for JournalStreamSecurityV1"],["impl Hash for JournalAddressfamilyV1"],["impl Hash for DescriptorLookup"],["impl Hash for MemoryRange"],["impl Hash for SnapshotTrigger"],["impl Hash for JournalSocketShutdownV1"],["impl Hash for JournalSockoptionV1"]], +"wasmer_journal":[["impl Hash for JournalAddressfamilyV1"],["impl Hash for DescriptorLookup"],["impl Hash for JournalEpollCtlV1"],["impl Hash for JournalTimeTypeV1"],["impl Hash for SnapshotTrigger"],["impl Hash for JournalSocketShutdownV1"],["impl Hash for JournalWasiMemoryLayout"],["impl Hash for SocketOptTimeType"],["impl Hash for MemoryRange"],["impl Hash for JournalSockoptionV1"],["impl Hash for JournalStreamSecurityV1"],["impl Hash for SocketShutdownHow"],["impl Hash for JournalSocktypeV1"],["impl Hash for JournalSnapshotTriggerV1"],["impl Hash for JournalThreadStartTypeV1"]], "wasmer_sys_utils":[["impl Hash for FdGuard"]], "wasmer_types":[["impl Hash for ImportKey"],["impl Hash for ModuleHash"],["impl Hash for Mutability"],["impl Hash for ExternType"],["impl Hash for MemoryStyle"],["impl Hash for LocalFunctionIndex"],["impl Hash for ArchivedImportKeywhere\n String: Archive,\n u32: Archive,"],["impl Hash for HashAlgorithm"],["impl<K, V: Hash> Hash for PrimaryMap<K, V>where\n K: EntityRef + Hash,"],["impl<T: Hash> Hash for ImportType<T>"],["impl Hash for SectionIndex"],["impl Hash for ElemIndex"],["impl Hash for LocalGlobalIndex"],["impl<T: Hash> Hash for ExportType<T>"],["impl Hash for GlobalType"],["impl Hash for TableIndex"],["impl Hash for CpuFeature"],["impl Hash for Type"],["impl Hash for MemoryIndex"],["impl Hash for MemoryType"],["impl Hash for TableInitializer"],["impl Hash for MemoryError"],["impl Hash for FunctionIndex"],["impl Hash for Bytes"],["impl<T: Hash + ReservedValue> Hash for PackedOption<T>"],["impl Hash for LocalMemoryIndex"],["impl Hash for TableType"],["impl Hash for V128"],["impl Hash for Target"],["impl Hash for LibCall"],["impl Hash for TrapCode"],["impl Hash for ExportIndex"],["impl Hash for StoreId"],["impl Hash for GlobalIndex"],["impl Hash for Pages"],["impl Hash for ImportIndex"],["impl Hash for FunctionType"],["impl Hash for SignatureIndex"],["impl Hash for TableStyle"],["impl Hash for Symbol"],["impl Hash for LocalTableIndex"],["impl Hash for CustomSectionIndex"],["impl Hash for DataIndex"]], "wasmer_vm":[["impl Hash for MmapType"],["impl Hash for VMFunctionContext"],["impl Hash for NotifyLocation"],["impl Hash for VMSharedSignatureIndex"],["impl Hash for VMCallerCheckedAnyfunc"],["impl Hash for VMFuncRef"],["impl<T> Hash for StoreHandle<T>"]], -"wasmer_wasix":[["impl Hash for UnsupportedPackageLoader"],["impl Hash for WasiProcessId"],["impl Hash for Shard"],["impl<Primary: Hash, Fallback: Hash> Hash for FallbackCache<Primary, Fallback>"],["impl Hash for Inode"],["impl Hash for WasiThreadId"],["impl Hash for MemorySnapshotRegion"],["impl Hash for WebcHash"]], -"wasmer_wasix_types":[["impl Hash for Oflags"],["impl Hash for StackSnapshot"],["impl Hash for Fdflags"],["impl Hash for EpollType"],["impl Hash for JoinFlags"],["impl Hash for ThreadStateFlags"],["impl Hash for ThreadStartType"],["impl Hash for Subclockflags"],["impl Hash for Eventrwflags"],["impl Hash for Signal"],["impl Hash for WasiMemoryLayout"],["impl Hash for EpollCtl"],["impl Hash for EpollEventCtl"],["impl Hash for Snapshot0Clockid"],["impl Hash for Lookup"],["impl Hash for Rights"],["impl Hash for Errno"],["impl Hash for Clockid"],["impl Hash for Fstflags"]], +"wasmer_wasix":[["impl Hash for WebcHash"],["impl Hash for MemorySnapshotRegion"],["impl Hash for UnsupportedPackageLoader"],["impl Hash for Shard"],["impl Hash for WasiThreadId"],["impl Hash for Inode"],["impl Hash for WasiProcessId"],["impl<Primary: Hash, Fallback: Hash> Hash for FallbackCache<Primary, Fallback>"]], +"wasmer_wasix_types":[["impl Hash for EpollCtl"],["impl Hash for Signal"],["impl Hash for Fdflags"],["impl Hash for WasiMemoryLayout"],["impl Hash for Errno"],["impl Hash for Subclockflags"],["impl Hash for Rights"],["impl Hash for ThreadStateFlags"],["impl Hash for Eventrwflags"],["impl Hash for Oflags"],["impl Hash for Snapshot0Clockid"],["impl Hash for Clockid"],["impl Hash for EpollEventCtl"],["impl Hash for JoinFlags"],["impl Hash for ThreadStartType"],["impl Hash for Lookup"],["impl Hash for EpollType"],["impl Hash for StackSnapshot"],["impl Hash for Fstflags"]], "wasmer_wasm_interface":[["impl Hash for Import"],["impl Hash for Export"],["impl Hash for WasmType"]], -"wasmer_wast":[["impl Hash for AssertReturn"],["impl<'a> Hash for Stdin<'a>"],["impl<'a> Hash for AssertStderr<'a>"],["impl<'a> Hash for Preopens<'a>"],["impl<'a> Hash for WasiTest<'a>"],["impl<'a> Hash for Envs<'a>"],["impl<'a> Hash for Args<'a>"],["impl<'a> Hash for AssertStdout<'a>"],["impl<'a> Hash for TempDirs<'a>"],["impl<'a> Hash for MapDirs<'a>"]] +"wasmer_wast":[["impl<'a> Hash for TempDirs<'a>"],["impl<'a> Hash for AssertStderr<'a>"],["impl<'a> Hash for Envs<'a>"],["impl<'a> Hash for Stdin<'a>"],["impl<'a> Hash for Preopens<'a>"],["impl Hash for AssertReturn"],["impl<'a> Hash for WasiTest<'a>"],["impl<'a> Hash for AssertStdout<'a>"],["impl<'a> Hash for MapDirs<'a>"],["impl<'a> Hash for Args<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/iter/traits/collect/trait.Extend.js b/crates/doc/implementors/core/iter/traits/collect/trait.Extend.js index d59e6d08278..4bd4c6d2efc 100644 --- a/crates/doc/implementors/core/iter/traits/collect/trait.Extend.js +++ b/crates/doc/implementors/core/iter/traits/collect/trait.Extend.js @@ -1,6 +1,6 @@ (function() {var implementors = { "wasmer":[["impl Extend<((String, String), Extern)> for Imports"]], -"wasmer_compiler":[["impl<'a: 'b, 'b> Extend<&'b Operator<'a>> for MiddlewareReaderState<'a>"],["impl<'a> Extend<Operator<'a>> for MiddlewareReaderState<'a>"]], +"wasmer_compiler":[["impl<'a> Extend<Operator<'a>> for MiddlewareReaderState<'a>"],["impl<'a: 'b, 'b> Extend<&'b Operator<'a>> for MiddlewareReaderState<'a>"]], "wasmer_types":[], -"wasmer_wasix_types":[["impl Extend<Oflags> for Oflags"],["impl Extend<Rights> for Rights"],["impl Extend<Eventrwflags> for Eventrwflags"],["impl Extend<Fdflags> for Fdflags"],["impl Extend<EpollType> for EpollType"],["impl Extend<ThreadStateFlags> for ThreadStateFlags"],["impl Extend<JoinFlags> for JoinFlags"],["impl Extend<Fstflags> for Fstflags"],["impl Extend<Lookup> for Lookup"],["impl Extend<Subclockflags> for Subclockflags"]] +"wasmer_wasix_types":[["impl Extend<Oflags> for Oflags"],["impl Extend<Eventrwflags> for Eventrwflags"],["impl Extend<Fstflags> for Fstflags"],["impl Extend<Lookup> for Lookup"],["impl Extend<Fdflags> for Fdflags"],["impl Extend<ThreadStateFlags> for ThreadStateFlags"],["impl Extend<Rights> for Rights"],["impl Extend<Subclockflags> for Subclockflags"],["impl Extend<EpollType> for EpollType"],["impl Extend<JoinFlags> for JoinFlags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/iter/traits/collect/trait.FromIterator.js b/crates/doc/implementors/core/iter/traits/collect/trait.FromIterator.js index baeee55dfe5..200ee0457a6 100644 --- a/crates/doc/implementors/core/iter/traits/collect/trait.FromIterator.js +++ b/crates/doc/implementors/core/iter/traits/collect/trait.FromIterator.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer":[["impl FromIterator<(String, Extern)> for Exports"]], "wasmer_types":[["impl<K, V> FromIterator<V> for PrimaryMap<K, V>where\n K: EntityRef,"]], -"wasmer_wasix_types":[["impl FromIterator<Rights> for Rights"],["impl FromIterator<JoinFlags> for JoinFlags"],["impl FromIterator<Oflags> for Oflags"],["impl FromIterator<ThreadStateFlags> for ThreadStateFlags"],["impl FromIterator<EpollType> for EpollType"],["impl FromIterator<Lookup> for Lookup"],["impl FromIterator<Subclockflags> for Subclockflags"],["impl FromIterator<Fdflags> for Fdflags"],["impl FromIterator<Eventrwflags> for Eventrwflags"],["impl FromIterator<Fstflags> for Fstflags"]] +"wasmer_wasix_types":[["impl FromIterator<Fstflags> for Fstflags"],["impl FromIterator<Subclockflags> for Subclockflags"],["impl FromIterator<ThreadStateFlags> for ThreadStateFlags"],["impl FromIterator<Oflags> for Oflags"],["impl FromIterator<JoinFlags> for JoinFlags"],["impl FromIterator<Eventrwflags> for Eventrwflags"],["impl FromIterator<Lookup> for Lookup"],["impl FromIterator<Fdflags> for Fdflags"],["impl FromIterator<Rights> for Rights"],["impl FromIterator<EpollType> for EpollType"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/iter/traits/collect/trait.IntoIterator.js b/crates/doc/implementors/core/iter/traits/collect/trait.IntoIterator.js index 910e331f544..295e0f721fc 100644 --- a/crates/doc/implementors/core/iter/traits/collect/trait.IntoIterator.js +++ b/crates/doc/implementors/core/iter/traits/collect/trait.IntoIterator.js @@ -1,4 +1,4 @@ (function() {var implementors = { -"wasmer":[["impl IntoIterator for &Imports"],["impl<'a> IntoIterator for &'a Exports"],["impl IntoIterator for Exports"]], +"wasmer":[["impl IntoIterator for Exports"],["impl<'a> IntoIterator for &'a Exports"],["impl IntoIterator for &Imports"]], "wasmer_types":[["impl<'a, K, V> IntoIterator for &'a mut PrimaryMap<K, V>where\n K: EntityRef,"],["impl<K, V> IntoIterator for PrimaryMap<K, V>where\n K: EntityRef,"],["impl<'a, K, V> IntoIterator for &'a mut BoxedSlice<K, V>where\n K: EntityRef,"],["impl<'a, K, V> IntoIterator for &'a PrimaryMap<K, V>where\n K: EntityRef,"],["impl<'a, K, V> IntoIterator for &'a BoxedSlice<K, V>where\n K: EntityRef,"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/iter/traits/iterator/trait.Iterator.js b/crates/doc/implementors/core/iter/traits/iterator/trait.Iterator.js index 39212a63b09..47ed2b11566 100644 --- a/crates/doc/implementors/core/iter/traits/iterator/trait.Iterator.js +++ b/crates/doc/implementors/core/iter/traits/iterator/trait.Iterator.js @@ -1,6 +1,6 @@ (function() {var implementors = { "virtual_fs":[["impl Iterator for ReadDir"]], -"wasmer":[["impl<'a, I> Iterator for ExportsIterator<'a, I>where\n I: Iterator<Item = (&'a String, &'a Extern)> + Sized,"],["impl<'a> Iterator for ImportsIterator<'a>"],["impl<'a, T: ValueType> Iterator for WasmSliceIter<'a, T>"]], +"wasmer":[["impl<'a, T: ValueType> Iterator for WasmSliceIter<'a, T>"],["impl<'a> Iterator for ImportsIterator<'a>"],["impl<'a, I> Iterator for ExportsIterator<'a, I>where\n I: Iterator<Item = (&'a String, &'a Extern)> + Sized,"]], "wasmer_compiler":[["impl<'a> Iterator for SingleOrMultiValueIterator<'a>"]], "wasmer_types":[["impl<I: Iterator<Item = ExportType> + Sized> Iterator for ExportsIterator<I>"],["impl<'a, K: EntityRef, V> Iterator for IterMut<'a, K, V>"],["impl<K: EntityRef, V> Iterator for IntoIter<K, V>"],["impl<'a, K: EntityRef, V> Iterator for Iter<'a, K, V>"],["impl<I: Iterator<Item = ImportType> + Sized> Iterator for ImportsIterator<I>"],["impl<K: EntityRef> Iterator for Keys<K>"]], "wasmer_wasix":[["impl Iterator for PollEventIter"]] diff --git a/crates/doc/implementors/core/marker/trait.Copy.js b/crates/doc/implementors/core/marker/trait.Copy.js index fc6a360ef93..b78ea3d2807 100644 --- a/crates/doc/implementors/core/marker/trait.Copy.js +++ b/crates/doc/implementors/core/marker/trait.Copy.js @@ -2,25 +2,25 @@ "virtual_fs":[["impl Copy for StdioMode"],["impl Copy for FsError"]], "virtual_mio":[["impl Copy for InterestType"]], "virtual_net":[["impl Copy for State"],["impl Copy for FrameSerializationFormat"],["impl Copy for StreamSecurity"],["impl Copy for SocketId"],["impl Copy for NetworkError"],["impl Copy for SocketStatus"],["impl Copy for Shutdown"],["impl Copy for IpCidr"]], -"wai_bindgen_wasmer":[["impl Copy for Region"],["impl<T: Copy> Copy for Le<T>"]], +"wai_bindgen_wasmer":[["impl<T: Copy> Copy for Le<T>"],["impl Copy for Region"]], "wasi_test_generator":[["impl Copy for WasiVersion"]], -"wasmer":[["impl<'a> Copy for MemoryBuffer<'a>"],["impl<'a, T: Copy + ValueType> Copy for WasmRef<'a, T>"],["impl Copy for MemoryLocation"],["impl<'a, T: Copy + ValueType> Copy for WasmSlice<'a, T>"],["impl<'a> Copy for MemoryBuffer<'a>"],["impl Copy for MemoryAccessError"],["impl<T: ValueType, M: MemorySize> Copy for WasmPtr<T, M>"]], +"wasmer":[["impl Copy for MemoryAccessError"],["impl<'a, T: Copy + ValueType> Copy for WasmRef<'a, T>"],["impl Copy for MemoryLocation"],["impl<'a> Copy for MemoryBuffer<'a>"],["impl<'a> Copy for MemoryBuffer<'a>"],["impl<'a, T: Copy + ValueType> Copy for WasmSlice<'a, T>"],["impl<T: ValueType, M: MemorySize> Copy for WasmPtr<T, M>"]], "wasmer_api":[["impl Copy for AppTemplatesSortBy"],["impl Copy for LogStream"],["impl Copy for DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices"],["impl Copy for GlobalId"],["impl Copy for NodeKind"],["impl Copy for DnsmanagerSshFingerprintRecordTypeChoices"],["impl Copy for DeployAppsSortBy"],["impl Copy for WebcVersion"],["impl Copy for PackageVersionSortBy"],["impl Copy for DNSRecordsSortBy"],["impl Copy for DnsmanagerSshFingerprintRecordAlgorithmChoices"],["impl Copy for GrapheneRole"],["impl Copy for DeployAppVersionsSortBy"]], -"wasmer_c_api":[["impl Copy for wasmer_engine_t"],["impl Copy for wasi_version_t"],["impl Copy for wasm_val_inner"],["impl Copy for wasm_valkind_enum"],["impl Copy for wasm_mutability_enum"],["impl Copy for wasm_valtype_t"],["impl Copy for wasmer_compiler_t"],["impl Copy for wasm_limits_t"]], +"wasmer_c_api":[["impl Copy for wasm_val_inner"],["impl Copy for wasm_valtype_t"],["impl Copy for wasmer_compiler_t"],["impl Copy for wasm_limits_t"],["impl Copy for wasm_valkind_enum"],["impl Copy for wasm_mutability_enum"],["impl Copy for wasmer_engine_t"],["impl Copy for wasi_version_t"]], "wasmer_cache":[["impl Copy for Hash"]], -"wasmer_cli":[["impl Copy for WaitMode"],["impl Copy for Cmd"],["impl Copy for LogStreamArg"],["impl Copy for ListFormat"],["impl Copy for WaitPackageState"],["impl Copy for Action"],["impl Copy for HashAlgorithm"],["impl Copy for LogFormat"],["impl Copy for Sort"],["impl Copy for BinOrLib"],["impl Copy for ItemFormat"],["impl Copy for PublishWait"],["impl Copy for FilterOut"],["impl Copy for Target"],["impl Copy for Template"]], -"wasmer_compiler":[["impl<'a> Copy for DataInitializerLocationVariant<'a>"],["impl<'a> Copy for OwnedDataInitializerVariant<'a>"]], -"wasmer_compiler_cranelift":[["impl Copy for GlobalVariable"],["impl Copy for ReturnMode"]], -"wasmer_compiler_llvm":[["impl<'ctx> Copy for MemoryCache<'ctx>"],["impl<'ctx> Copy for GlobalCache<'ctx>"],["impl Copy for ExtraInfo"]], -"wasmer_compiler_singlepass":[["impl Copy for GPR"],["impl Copy for Multiplier"],["impl Copy for ARM64Register"],["impl Copy for FloatValue"],["impl Copy for XMM"],["impl Copy for CanonicalizeType"],["impl Copy for GPROrMemory"],["impl<R: Copy, S: Copy> Copy for Location<R, S>"],["impl Copy for RegisterIndex"],["impl Copy for Size"],["impl Copy for GPROrMemory"],["impl Copy for X64Register"],["impl Copy for SuspendOffset"],["impl Copy for NeonOrMemory"],["impl Copy for GPR"],["impl Copy for Condition"],["impl Copy for IfElseState"],["impl Copy for WasmAbstractValue"],["impl Copy for XMMOrMemory"],["impl Copy for Condition"],["impl Copy for NEON"]], +"wasmer_cli":[["impl Copy for LogStreamArg"],["impl Copy for Sort"],["impl Copy for Action"],["impl Copy for BinOrLib"],["impl Copy for Template"],["impl Copy for WaitMode"],["impl Copy for WaitPackageState"],["impl Copy for FilterOut"],["impl Copy for LogFormat"],["impl Copy for Target"],["impl Copy for Cmd"],["impl Copy for ListFormat"],["impl Copy for HashAlgorithm"],["impl Copy for ItemFormat"],["impl Copy for PublishWait"]], +"wasmer_compiler":[["impl<'a> Copy for OwnedDataInitializerVariant<'a>"],["impl<'a> Copy for DataInitializerLocationVariant<'a>"]], +"wasmer_compiler_cranelift":[["impl Copy for ReturnMode"],["impl Copy for GlobalVariable"]], +"wasmer_compiler_llvm":[["impl Copy for ExtraInfo"],["impl<'ctx> Copy for GlobalCache<'ctx>"],["impl<'ctx> Copy for MemoryCache<'ctx>"]], +"wasmer_compiler_singlepass":[["impl Copy for GPROrMemory"],["impl Copy for Condition"],["impl Copy for FloatValue"],["impl Copy for Condition"],["impl<R: Copy, S: Copy> Copy for Location<R, S>"],["impl Copy for CanonicalizeType"],["impl Copy for ARM64Register"],["impl Copy for GPR"],["impl Copy for RegisterIndex"],["impl Copy for GPR"],["impl Copy for XMM"],["impl Copy for WasmAbstractValue"],["impl Copy for GPROrMemory"],["impl Copy for IfElseState"],["impl Copy for X64Register"],["impl Copy for NEON"],["impl Copy for SuspendOffset"],["impl Copy for XMMOrMemory"],["impl Copy for NeonOrMemory"],["impl Copy for Size"],["impl Copy for Multiplier"]], "wasmer_config":[["impl Copy for FileKind"],["impl Copy for Abi"]], -"wasmer_emscripten":[["impl Copy for VarArgs"],["impl Copy for LongJumpRet"],["impl Copy for EmAddrInfo"],["impl Copy for EmSockAddr"],["impl Copy for EmPollFd"]], +"wasmer_emscripten":[["impl Copy for VarArgs"],["impl Copy for EmPollFd"],["impl Copy for EmSockAddr"],["impl Copy for LongJumpRet"],["impl Copy for EmAddrInfo"]], "wasmer_integration_tests_cli":[["impl Copy for Compiler"]], -"wasmer_journal":[["impl Copy for JournalStreamSecurityV1"],["impl Copy for DescriptorLookup"],["impl Copy for JournalEntryRecordType"],["impl Copy for JournalTimeTypeV1"],["impl Copy for JournalSocktypeV1"],["impl Copy for JournalSockoptionV1"],["impl Copy for JournalWasiMemoryLayout"],["impl Copy for SocketOptTimeType"],["impl Copy for JournalEpollCtlV1"],["impl Copy for MemoryRange"],["impl Copy for SocketShutdownHow"],["impl Copy for JournalSnapshotTriggerV1"],["impl Copy for JournalAddressfamilyV1"],["impl Copy for JournalThreadStartTypeV1"],["impl Copy for SnapshotTrigger"],["impl Copy for JournalSocketShutdownV1"]], +"wasmer_journal":[["impl Copy for JournalEpollCtlV1"],["impl Copy for JournalEntryRecordType"],["impl Copy for JournalSocktypeV1"],["impl Copy for SocketShutdownHow"],["impl Copy for DescriptorLookup"],["impl Copy for MemoryRange"],["impl Copy for SocketOptTimeType"],["impl Copy for JournalSockoptionV1"],["impl Copy for JournalSnapshotTriggerV1"],["impl Copy for JournalStreamSecurityV1"],["impl Copy for SnapshotTrigger"],["impl Copy for JournalTimeTypeV1"],["impl Copy for JournalAddressfamilyV1"],["impl Copy for JournalWasiMemoryLayout"],["impl Copy for JournalThreadStartTypeV1"],["impl Copy for JournalSocketShutdownV1"]], "wasmer_registry":[["impl Copy for PublishWait"],["impl Copy for Interactive"],["impl Copy for NonInteractive"],["impl Copy for Skip"],["impl Copy for UpdateRegistry"]], "wasmer_types":[["impl<T: Copy + ReservedValue> Copy for PackedOption<T>"],["impl Copy for ElemIndex"],["impl Copy for Memory32"],["impl Copy for InstructionAddressMap"],["impl Copy for ModuleHash"],["impl Copy for Mutability"],["impl Copy for VMBuiltinFunctionIndex"],["impl Copy for MemoryIndex"],["impl Copy for LibCall"],["impl Copy for Pages"],["impl Copy for Memory64"],["impl Copy for SourceLoc"],["impl Copy for FunctionIndex"],["impl Copy for LocalTableIndex"],["impl Copy for MetadataHeader"],["impl Copy for ExportIndex"],["impl Copy for RelocationTarget"],["impl Copy for LocalGlobalIndex"],["impl Copy for SignatureIndex"],["impl Copy for DataIndex"],["impl Copy for MemoryType"],["impl Copy for V128"],["impl Copy for TrapInformation"],["impl Copy for StoreId"],["impl Copy for Type"],["impl Copy for RelocationKind"],["impl Copy for TableType"],["impl Copy for LocalMemoryIndex"],["impl Copy for HashAlgorithm"],["impl Copy for RawValue"],["impl Copy for Bytes"],["impl Copy for CpuFeature"],["impl Copy for TargetSharedSignatureIndex"],["impl Copy for MemoryStyle"],["impl Copy for PageCountOutOfRange"],["impl Copy for LocalFunctionIndex"],["impl Copy for TrapCode"],["impl Copy for TableIndex"],["impl Copy for GlobalInit"],["impl Copy for SectionIndex"],["impl Copy for GlobalIndex"],["impl Copy for GlobalType"],["impl Copy for CustomSectionIndex"]], "wasmer_vm":[["impl Copy for VMExternRef"],["impl Copy for FunctionBodyPtr"],["impl Copy for VMFunctionKind"],["impl Copy for VMSharedSignatureIndex"],["impl<T> Copy for InternalStoreHandle<T>"],["impl Copy for SectionBodyPtr"],["impl Copy for VMCallerCheckedAnyfunc"],["impl Copy for VMFuncRef"],["impl Copy for VMFunctionImport"],["impl Copy for VMTableDefinition"],["impl Copy for VMFunctionContext"],["impl Copy for NotifyLocation"],["impl Copy for MmapType"],["impl Copy for VMMemoryDefinition"],["impl Copy for RawTableElement"]], -"wasmer_wasix":[["impl Copy for WebcHash"],["impl Copy for Inode"],["impl Copy for MemorySnapshotRegion"],["impl Copy for WasiThreadId"],["impl Copy for WasiVersion"],["impl Copy for WasiProcessCheckpoint"],["impl Copy for TimeType"],["impl Copy for Unsupported"],["impl Copy for WasiProcessId"]], -"wasmer_wasix_types":[["impl Copy for Snapshot0Clockid"],["impl Copy for Timeout"],["impl Copy for EpollCtl"],["impl Copy for Fdstat"],["impl Copy for Errno"],["impl Copy for JoinFlags"],["impl<M: Copy + MemorySize> Copy for __wasi_ciovec_t<M>where\n M::Offset: Copy,"],["impl Copy for ThreadStartType"],["impl Copy for StackSnapshot"],["impl Copy for SubscriptionClock"],["impl Copy for Eventrwflags"],["impl Copy for Tty"],["impl Copy for OptionPid"],["impl Copy for Subclockflags"],["impl Copy for __wasi_addr_t"],["impl Copy for ExitCode"],["impl Copy for JoinStatus"],["impl Copy for Lookup"],["impl Copy for Socktype"],["impl Copy for JoinStatusType"],["impl Copy for Sockstatus"],["impl Copy for __wasi_addr_unix_port_t"],["impl Copy for Route"],["impl Copy for Subscription"],["impl Copy for Snapshot0SubscriptionClock"],["impl Copy for __wasi_cidr_ip4_t"],["impl Copy for Dirent"],["impl Copy for SockProto"],["impl Copy for ThreadStateFlags"],["impl Copy for Advice"],["impl Copy for ProcessHandles"],["impl Copy for Snapshot0Subscription"],["impl Copy for OptionFd"],["impl Copy for __wasi_addr_port_u"],["impl Copy for AddrUnspec"],["impl Copy for __wasi_hardwareaddress_t"],["impl Copy for HttpStatus"],["impl Copy for Snapshot0SubscriptionUnion"],["impl Copy for SubscriptionUnion"],["impl Copy for EpollEventCtl"],["impl Copy for Streamsecurity"],["impl Copy for Signal"],["impl Copy for Snapshot0Event"],["impl Copy for Snapshot0Filestat"],["impl Copy for PrestatUDir"],["impl Copy for Sockoption"],["impl Copy for Whence"],["impl Copy for CidrUnspec"],["impl Copy for Eventtype"],["impl Copy for Preopentype"],["impl Copy for HttpHandles"],["impl Copy for Fdflags"],["impl Copy for Event"],["impl Copy for __wasi_cidr_ip6_t"],["impl Copy for EventFdReadwrite"],["impl<M: Copy + MemorySize> Copy for ThreadStart<M>where\n M::Offset: Copy,"],["impl Copy for Filestat"],["impl Copy for Filetype"],["impl Copy for OptionTag"],["impl Copy for Clockid"],["impl<M: Copy + MemorySize> Copy for EpollData<M>where\n M::Offset: Copy,"],["impl Copy for Oflags"],["impl Copy for Rights"],["impl<M: Copy + MemorySize> Copy for __wasi_iovec_t<M>where\n M::Offset: Copy,"],["impl Copy for PipeHandles"],["impl Copy for __wasi_addr_ip6_port_t"],["impl Copy for Bool"],["impl Copy for __wasi_addr_port_t"],["impl Copy for PrestatU"],["impl<O> Copy for __wasi_asyncify_t<O>where\n O: ValueType + Copy,"],["impl Copy for ErrnoSignal"],["impl Copy for Addressfamily"],["impl Copy for JoinStatusUnion"],["impl Copy for __wasi_cidr_t"],["impl Copy for __wasi_cidr_unix_t"],["impl Copy for StdioMode"],["impl Copy for __wasi_addr_ip4_t"],["impl<M: Copy + MemorySize> Copy for EpollEvent<M>"],["impl Copy for __wasi_addr_ip4_port_t"],["impl Copy for Snapshot0Whence"],["impl Copy for __wasi_cidr_u"],["impl Copy for SubscriptionFsReadwrite"],["impl Copy for __wasi_addr_ip6_t"],["impl Copy for EventUnion"],["impl Copy for OptionTimestamp"],["impl Copy for Fstflags"],["impl Copy for AddrUnspecPort"],["impl Copy for __wasi_addr_u"],["impl Copy for __wasi_addr_unix_t"],["impl Copy for Prestat"],["impl Copy for PrestatEnum"],["impl Copy for EpollType"],["impl Copy for Snapshot0Dirent"]], -"wasmer_wast":[["impl Copy for preopens"],["impl Copy for assert_stderr"],["impl Copy for wasi_test"],["impl Copy for envs"],["impl Copy for stdin"],["impl Copy for fake_i64_const"],["impl Copy for assert_stdout"],["impl Copy for assert_return"],["impl Copy for args"],["impl Copy for map_dirs"],["impl Copy for temp_dirs"]] +"wasmer_wasix":[["impl Copy for WasiVersion"],["impl Copy for WasiProcessId"],["impl Copy for TimeType"],["impl Copy for WasiProcessCheckpoint"],["impl Copy for WasiThreadId"],["impl Copy for WebcHash"],["impl Copy for MemorySnapshotRegion"],["impl Copy for Unsupported"],["impl Copy for Inode"]], +"wasmer_wasix_types":[["impl<M: Copy + MemorySize> Copy for EpollEvent<M>"],["impl Copy for Snapshot0Subscription"],["impl Copy for __wasi_addr_unix_t"],["impl Copy for Sockstatus"],["impl Copy for JoinStatusType"],["impl Copy for __wasi_addr_u"],["impl Copy for Addressfamily"],["impl Copy for Snapshot0SubscriptionUnion"],["impl Copy for Fdstat"],["impl Copy for __wasi_addr_ip6_port_t"],["impl Copy for Eventtype"],["impl Copy for HttpStatus"],["impl Copy for __wasi_addr_t"],["impl Copy for __wasi_addr_port_u"],["impl Copy for Filetype"],["impl Copy for Signal"],["impl Copy for ProcessHandles"],["impl Copy for Fdflags"],["impl Copy for JoinStatusUnion"],["impl Copy for ThreadStateFlags"],["impl Copy for Snapshot0Whence"],["impl Copy for __wasi_addr_unix_port_t"],["impl Copy for EpollCtl"],["impl<O> Copy for __wasi_asyncify_t<O>where\n O: ValueType + Copy,"],["impl Copy for __wasi_cidr_ip6_t"],["impl Copy for Event"],["impl Copy for OptionTag"],["impl Copy for AddrUnspec"],["impl Copy for EpollType"],["impl Copy for __wasi_addr_ip4_port_t"],["impl Copy for StackSnapshot"],["impl Copy for Fstflags"],["impl<M: Copy + MemorySize> Copy for ThreadStart<M>where\n M::Offset: Copy,"],["impl Copy for StdioMode"],["impl Copy for Snapshot0Filestat"],["impl Copy for Bool"],["impl<M: Copy + MemorySize> Copy for __wasi_iovec_t<M>where\n M::Offset: Copy,"],["impl Copy for Subscription"],["impl Copy for Streamsecurity"],["impl Copy for AddrUnspecPort"],["impl Copy for OptionFd"],["impl Copy for Snapshot0Event"],["impl Copy for Filestat"],["impl Copy for SubscriptionClock"],["impl Copy for __wasi_addr_port_t"],["impl Copy for Dirent"],["impl Copy for Oflags"],["impl Copy for __wasi_cidr_t"],["impl Copy for __wasi_addr_ip6_t"],["impl Copy for Errno"],["impl Copy for EpollEventCtl"],["impl Copy for SubscriptionUnion"],["impl Copy for Tty"],["impl Copy for Route"],["impl Copy for PrestatUDir"],["impl Copy for Clockid"],["impl Copy for ThreadStartType"],["impl Copy for Snapshot0Dirent"],["impl Copy for Prestat"],["impl Copy for HttpHandles"],["impl Copy for Preopentype"],["impl Copy for OptionTimestamp"],["impl Copy for __wasi_hardwareaddress_t"],["impl Copy for EventFdReadwrite"],["impl Copy for Sockoption"],["impl<M: Copy + MemorySize> Copy for EpollData<M>where\n M::Offset: Copy,"],["impl Copy for Snapshot0Clockid"],["impl Copy for Snapshot0SubscriptionClock"],["impl Copy for Timeout"],["impl Copy for Rights"],["impl Copy for PipeHandles"],["impl Copy for PrestatU"],["impl Copy for __wasi_cidr_u"],["impl Copy for ExitCode"],["impl Copy for OptionPid"],["impl Copy for __wasi_addr_ip4_t"],["impl Copy for __wasi_cidr_unix_t"],["impl Copy for ErrnoSignal"],["impl Copy for SubscriptionFsReadwrite"],["impl Copy for JoinFlags"],["impl<M: Copy + MemorySize> Copy for __wasi_ciovec_t<M>where\n M::Offset: Copy,"],["impl Copy for SockProto"],["impl Copy for Whence"],["impl Copy for Lookup"],["impl Copy for JoinStatus"],["impl Copy for CidrUnspec"],["impl Copy for Advice"],["impl Copy for Socktype"],["impl Copy for EventUnion"],["impl Copy for Subclockflags"],["impl Copy for __wasi_cidr_ip4_t"],["impl Copy for Eventrwflags"],["impl Copy for PrestatEnum"]], +"wasmer_wast":[["impl Copy for fake_i64_const"],["impl Copy for wasi_test"],["impl Copy for stdin"],["impl Copy for assert_stdout"],["impl Copy for args"],["impl Copy for assert_stderr"],["impl Copy for temp_dirs"],["impl Copy for preopens"],["impl Copy for map_dirs"],["impl Copy for envs"],["impl Copy for assert_return"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/marker/trait.Send.js b/crates/doc/implementors/core/marker/trait.Send.js index 4fb4eac5576..fde49f1bcc0 100644 --- a/crates/doc/implementors/core/marker/trait.Send.js +++ b/crates/doc/implementors/core/marker/trait.Send.js @@ -4,7 +4,7 @@ "virtual_fs":[["impl Send for ArcBoxFile",1,["virtual_fs::arc_box_file::ArcBoxFile"]],["impl<T> Send for ArcFile<T>",1,["virtual_fs::arc_file::ArcFile"]],["impl Send for ArcFileSystem",1,["virtual_fs::arc_fs::ArcFileSystem"]],["impl Send for BufferFile",1,["virtual_fs::buffer_file::BufferFile"]],["impl Send for RootFileSystemBuilder",1,["virtual_fs::builder::RootFileSystemBuilder"]],["impl Send for CombineFile",1,["virtual_fs::combine_file::CombineFile"]],["impl Send for CowState",1,["virtual_fs::cow_file::CowState"]],["impl Send for CopyOnWriteFile",1,["virtual_fs::cow_file::CopyOnWriteFile"]],["impl Send for DualWriteFile",1,["virtual_fs::dual_write_file::DualWriteFile"]],["impl Send for EmptyFileSystem",1,["virtual_fs::empty_fs::EmptyFileSystem"]],["impl Send for FileSystem",1,["virtual_fs::host_fs::FileSystem"]],["impl Send for File",1,["virtual_fs::host_fs::File"]],["impl Send for Stdout",1,["virtual_fs::host_fs::Stdout"]],["impl Send for Stderr",1,["virtual_fs::host_fs::Stderr"]],["impl Send for Stdin",1,["virtual_fs::host_fs::Stdin"]],["impl Send for FileHandle",1,["virtual_fs::mem_fs::file::FileHandle"]],["impl Send for File",1,["virtual_fs::mem_fs::file::File"]],["impl Send for ReadOnlyFile",1,["virtual_fs::mem_fs::file::ReadOnlyFile"]],["impl Send for FileSystem",1,["virtual_fs::mem_fs::filesystem::FileSystem"]],["impl Send for FileSystemInner",1,["virtual_fs::mem_fs::filesystem::FileSystemInner"]],["impl Send for InodeResolution",1,["virtual_fs::mem_fs::filesystem::InodeResolution"]],["impl Send for DirectoryMustBeEmpty",1,["virtual_fs::mem_fs::filesystem::DirectoryMustBeEmpty"]],["impl Send for FileExtent",1,["virtual_fs::mem_fs::offloaded_file::FileExtent"]],["impl Send for OffloadBackingStoreState",1,["virtual_fs::mem_fs::offloaded_file::OffloadBackingStoreState"]],["impl Send for OffloadBackingStore",1,["virtual_fs::mem_fs::offloaded_file::OffloadBackingStore"]],["impl Send for OffloadedFile",1,["virtual_fs::mem_fs::offloaded_file::OffloadedFile"]],["impl<'a> Send for OffloadWrite<'a>",1,["virtual_fs::mem_fs::offloaded_file::OffloadWrite"]],["impl Send for Stdin",1,["virtual_fs::mem_fs::stdio::Stdin"]],["impl Send for Stdout",1,["virtual_fs::mem_fs::stdio::Stdout"]],["impl Send for Stderr",1,["virtual_fs::mem_fs::stdio::Stderr"]],["impl Send for FileNode",1,["virtual_fs::mem_fs::FileNode"]],["impl Send for ReadOnlyFileNode",1,["virtual_fs::mem_fs::ReadOnlyFileNode"]],["impl Send for OffloadedFileNode",1,["virtual_fs::mem_fs::OffloadedFileNode"]],["impl Send for ArcFileNode",1,["virtual_fs::mem_fs::ArcFileNode"]],["impl Send for CustomFileNode",1,["virtual_fs::mem_fs::CustomFileNode"]],["impl Send for DirectoryNode",1,["virtual_fs::mem_fs::DirectoryNode"]],["impl Send for ArcDirectoryNode",1,["virtual_fs::mem_fs::ArcDirectoryNode"]],["impl Send for Node",1,["virtual_fs::mem_fs::Node"]],["impl Send for NullFile",1,["virtual_fs::null_file::NullFile"]],["impl Send for PassthruFileSystem",1,["virtual_fs::passthru_fs::PassthruFileSystem"]],["impl Send for RandomFile",1,["virtual_fs::random_file::RandomFile"]],["impl Send for DeviceFile",1,["virtual_fs::special_file::DeviceFile"]],["impl Send for TmpFileSystem",1,["virtual_fs::tmp_fs::TmpFileSystem"]],["impl Send for MountPoint",1,["virtual_fs::union_fs::MountPoint"]],["impl Send for StrongMountPoint",1,["virtual_fs::union_fs::StrongMountPoint"]],["impl Send for UnionFileSystem",1,["virtual_fs::union_fs::UnionFileSystem"]],["impl Send for ZeroFile",1,["virtual_fs::zero_file::ZeroFile"]],["impl<P, S> Send for OverlayFileSystem<P, S>where\n P: Send + Sync,\n S: Send,",1,["virtual_fs::overlay_fs::OverlayFileSystem"]],["impl Send for Pipe",1,["virtual_fs::pipe::Pipe"]],["impl Send for PipeTx",1,["virtual_fs::pipe::PipeTx"]],["impl Send for PipeRx",1,["virtual_fs::pipe::PipeRx"]],["impl Send for PipeReceiver",1,["virtual_fs::pipe::PipeReceiver"]],["impl Send for DuplexPipe",1,["virtual_fs::pipe::DuplexPipe"]],["impl Send for ScopedDirectoryFileSystem",1,["virtual_fs::scoped_directory_fs::ScopedDirectoryFileSystem"]],["impl Send for StaticFile",1,["virtual_fs::static_file::StaticFile"]],["impl Send for StaticFileSystem",1,["virtual_fs::static_fs::StaticFileSystem"]],["impl Send for WebCFile",1,["virtual_fs::static_fs::WebCFile"]],["impl<F> Send for TraceFileSystem<F>where\n F: Send,",1,["virtual_fs::trace_fs::TraceFileSystem"]],["impl Send for TraceFile",1,["virtual_fs::trace_fs::TraceFile"]],["impl Send for WebcVolumeFileSystem",1,["virtual_fs::webc_volume_fs::WebcVolumeFileSystem"]],["impl Send for File",1,["virtual_fs::webc_volume_fs::File"]],["impl Send for TrackedVec",1,["virtual_fs::limiter::tracked_vec::TrackedVec"]],["impl Send for OpenOptionsConfig",1,["virtual_fs::OpenOptionsConfig"]],["impl<'a> !Send for OpenOptions<'a>",1,["virtual_fs::OpenOptions"]],["impl Send for StdioMode",1,["virtual_fs::StdioMode"]],["impl Send for FsError",1,["virtual_fs::FsError"]],["impl Send for ReadDir",1,["virtual_fs::ReadDir"]],["impl Send for DirEntry",1,["virtual_fs::DirEntry"]],["impl Send for Metadata",1,["virtual_fs::Metadata"]],["impl Send for FileType",1,["virtual_fs::FileType"]]], "virtual_mio":[["impl Send for ArcInterestHandlerState",1,["virtual_mio::arc::ArcInterestHandlerState"]],["impl Send for ArcInterestHandler",1,["virtual_mio::arc::ArcInterestHandler"]],["impl Send for InterestGuard",1,["virtual_mio::guard::InterestGuard"]],["impl Send for HandlerGuardState",1,["virtual_mio::guard::HandlerGuardState"]],["impl Send for InterestType",1,["virtual_mio::interest::InterestType"]],["impl Send for WakerInterestHandler",1,["virtual_mio::interest::WakerInterestHandler"]],["impl Send for SharedWakerInterestHandler",1,["virtual_mio::interest::SharedWakerInterestHandler"]],["impl Send for InterestHandlerWaker",1,["virtual_mio::interest::InterestHandlerWaker"]],["impl Send for InterestWakerMapState",1,["virtual_mio::interest::InterestWakerMapState"]],["impl Send for InterestWakerMap",1,["virtual_mio::interest::InterestWakerMap"]],["impl Send for EngineInner",1,["virtual_mio::selector::EngineInner"]],["impl Send for Selector",1,["virtual_mio::selector::Selector"]],["impl Send for InlineWaker",1,["virtual_mio::waker::InlineWaker"]]], "virtual_net":[["impl Send for RemoteNetworkingClient",1,["virtual_net::client::RemoteNetworkingClient"]],["impl Send for RemoteNetworkingClientDriver",1,["virtual_net::client::RemoteNetworkingClientDriver"]],["impl Send for TxWaker",1,["virtual_net::client::TxWaker"]],["impl Send for RequestTx",1,["virtual_net::client::RequestTx"]],["impl Send for DataWithAddr",1,["virtual_net::client::DataWithAddr"]],["impl Send for SocketWithAddr",1,["virtual_net::client::SocketWithAddr"]],["impl Send for RemoteCommon",1,["virtual_net::client::RemoteCommon"]],["impl Send for RemoteSocket",1,["virtual_net::client::RemoteSocket"]],["impl Send for CompositeTcpListener",1,["virtual_net::composite::CompositeTcpListener"]],["impl Send for LocalNetworking",1,["virtual_net::host::LocalNetworking"]],["impl Send for LocalTcpListener",1,["virtual_net::host::LocalTcpListener"]],["impl Send for LocalTcpStream",1,["virtual_net::host::LocalTcpStream"]],["impl Send for LocalUdpSocket",1,["virtual_net::host::LocalUdpSocket"]],["impl Send for LoopbackNetworkingState",1,["virtual_net::loopback::LoopbackNetworkingState"]],["impl Send for LoopbackNetworking",1,["virtual_net::loopback::LoopbackNetworking"]],["impl Send for LoopbackTcpListenerState",1,["virtual_net::loopback::LoopbackTcpListenerState"]],["impl Send for LoopbackTcpListener",1,["virtual_net::loopback::LoopbackTcpListener"]],["impl Send for SocketId",1,["virtual_net::meta::SocketId"]],["impl Send for FrameSerializationFormat",1,["virtual_net::meta::FrameSerializationFormat"]],["impl Send for Shutdown",1,["virtual_net::meta::Shutdown"]],["impl Send for RequestType",1,["virtual_net::meta::RequestType"]],["impl Send for ResponseType",1,["virtual_net::meta::ResponseType"]],["impl Send for MessageRequest",1,["virtual_net::meta::MessageRequest"]],["impl Send for MessageResponse",1,["virtual_net::meta::MessageResponse"]],["impl Send for RemoteTxWakers",1,["virtual_net::rx_tx::RemoteTxWakers"]],["impl Send for FailOnWrite",1,["virtual_net::rx_tx::FailOnWrite"]],["impl<T> Send for RemoteTx<T>where\n T: Send,",1,["virtual_net::rx_tx::RemoteTx"]],["impl<T> Send for RemoteRx<T>where\n T: Send,",1,["virtual_net::rx_tx::RemoteRx"]],["impl Send for RemoteNetworkingServer",1,["virtual_net::server::RemoteNetworkingServer"]],["impl Send for RemoteNetworkingServerDriver",1,["virtual_net::server::RemoteNetworkingServerDriver"]],["impl Send for RemoteAdapterSocket",1,["virtual_net::server::RemoteAdapterSocket"]],["impl Send for RemoteAdapterHandlerState",1,["virtual_net::server::RemoteAdapterHandlerState"]],["impl Send for RemoteAdapterHandler",1,["virtual_net::server::RemoteAdapterHandler"]],["impl Send for RemoteAdapterCommon",1,["virtual_net::server::RemoteAdapterCommon"]],["impl Send for State",1,["virtual_net::tcp_pair::State"]],["impl Send for SocketBufferState",1,["virtual_net::tcp_pair::SocketBufferState"]],["impl Send for SocketBuffer",1,["virtual_net::tcp_pair::SocketBuffer"]],["impl Send for TcpSocketHalf",1,["virtual_net::tcp_pair::TcpSocketHalf"]],["impl Send for TcpSocketHalfTx",1,["virtual_net::tcp_pair::TcpSocketHalfTx"]],["impl Send for TcpSocketHalfRx",1,["virtual_net::tcp_pair::TcpSocketHalfRx"]],["impl Send for IpCidr",1,["virtual_net::IpCidr"]],["impl Send for ArchivedIpCidr",1,["virtual_net::ArchivedIpCidr"]],["impl Send for IpCidrResolver",1,["virtual_net::IpCidrResolver"]],["impl Send for IpRoute",1,["virtual_net::IpRoute"]],["impl Send for ArchivedIpRoute",1,["virtual_net::ArchivedIpRoute"]],["impl Send for IpRouteResolver",1,["virtual_net::IpRouteResolver"]],["impl Send for SocketStatus",1,["virtual_net::SocketStatus"]],["impl Send for StreamSecurity",1,["virtual_net::StreamSecurity"]],["impl Send for UnsupportedVirtualNetworking",1,["virtual_net::UnsupportedVirtualNetworking"]],["impl Send for NetworkError",1,["virtual_net::NetworkError"]]], -"wai_bindgen_wasmer":[["impl Send for GuestError",1,["wai_bindgen_wasmer::error::GuestError"]],["impl<T> Send for Le<T>where\n T: Send,",1,["wai_bindgen_wasmer::le::Le"]],["impl Send for Region",1,["wai_bindgen_wasmer::region::Region"]],["impl<T> Send for Slab<T>where\n T: Send,",1,["wai_bindgen_wasmer::slab::Slab"]],["impl<T> Send for Entry<T>where\n T: Send,",1,["wai_bindgen_wasmer::slab::Entry"]],["impl<T> Send for Table<T>where\n T: Send,",1,["wai_bindgen_wasmer::table::Table"]],["impl Send for RemoveError",1,["wai_bindgen_wasmer::table::RemoveError"]],["impl<T> Send for Slot<T>where\n T: Send,",1,["wai_bindgen_wasmer::table::Slot"]],["impl Send for BorrowChecker<'_>"],["impl Send for RawMemory"]], +"wai_bindgen_wasmer":[["impl Send for GuestError",1,["wai_bindgen_wasmer::error::GuestError"]],["impl<T> Send for Le<T>where\n T: Send,",1,["wai_bindgen_wasmer::le::Le"]],["impl Send for Region",1,["wai_bindgen_wasmer::region::Region"]],["impl<T> Send for Slab<T>where\n T: Send,",1,["wai_bindgen_wasmer::slab::Slab"]],["impl<T> Send for Entry<T>where\n T: Send,",1,["wai_bindgen_wasmer::slab::Entry"]],["impl<T> Send for Table<T>where\n T: Send,",1,["wai_bindgen_wasmer::table::Table"]],["impl Send for RemoveError",1,["wai_bindgen_wasmer::table::RemoveError"]],["impl<T> Send for Slot<T>where\n T: Send,",1,["wai_bindgen_wasmer::table::Slot"]],["impl Send for RawMemory"],["impl Send for BorrowChecker<'_>"]], "wasi_test_generator":[["impl Send for WasiVersion",1,["wasi_test_generator::wasi_version::WasiVersion"]],["impl Send for NativeOutput",1,["wasi_test_generator::wasitests::NativeOutput"]],["impl Send for WasiTest",1,["wasi_test_generator::wasitests::WasiTest"]],["impl Send for WasiOptions",1,["wasi_test_generator::wasitests::WasiOptions"]],["impl Send for TestGenOptions",1,["wasi_test_generator::TestGenOptions"]]], "wasmer":[["impl<'a, T> Send for SliceCow<'a, T>where\n T: Send,",1,["wasmer::access::SliceCow"]],["impl<'a, T> !Send for WasmSliceAccess<'a, T>",1,["wasmer::access::WasmSliceAccess"]],["impl<'a, T> Send for RefCow<'a, T>where\n T: Send,",1,["wasmer::access::RefCow"]],["impl<'a, T> !Send for WasmRefAccess<'a, T>",1,["wasmer::access::WasmRefAccess"]],["impl Send for Engine",1,["wasmer::engine::Engine"]],["impl<'a> Send for EngineRef<'a>",1,["wasmer::engine::EngineRef"]],["impl Send for LinkError",1,["wasmer::errors::LinkError"]],["impl Send for InstantiationError",1,["wasmer::errors::InstantiationError"]],["impl Send for RuntimeError",1,["wasmer::errors::RuntimeError"]],["impl Send for RuntimeStringError",1,["wasmer::errors::RuntimeStringError"]],["impl Send for RuntimeErrorInner",1,["wasmer::errors::RuntimeErrorInner"]],["impl Send for AtomicsError",1,["wasmer::errors::AtomicsError"]],["impl Send for ExportError",1,["wasmer::exports::ExportError"]],["impl Send for Exports",1,["wasmer::exports::Exports"]],["impl<'a, I> Send for ExportsIterator<'a, I>where\n I: Send,",1,["wasmer::exports::ExportsIterator"]],["impl Send for ExternRef",1,["wasmer::extern_ref::ExternRef"]],["impl Send for WithEnv",1,["wasmer::externals::function::WithEnv"]],["impl Send for WithoutEnv",1,["wasmer::externals::function::WithoutEnv"]],["impl Send for Function",1,["wasmer::externals::function::Function"]],["impl Send for Global",1,["wasmer::externals::global::Global"]],["impl Send for Memory",1,["wasmer::externals::memory::Memory"]],["impl Send for MemoryLocation",1,["wasmer::externals::memory::MemoryLocation"]],["impl Send for SharedMemory",1,["wasmer::externals::memory::SharedMemory"]],["impl<'a> !Send for MemoryBuffer<'a>",1,["wasmer::externals::memory::MemoryBuffer"]],["impl<'a> !Send for MemoryView<'a>",1,["wasmer::externals::memory_view::MemoryView"]],["impl Send for Table",1,["wasmer::externals::table::Table"]],["impl Send for Extern",1,["wasmer::externals::Extern"]],["impl<T> Send for FunctionEnv<T>where\n T: Send,",1,["wasmer::function_env::FunctionEnv"]],["impl<'a, T> !Send for FunctionEnvMut<'a, T>",1,["wasmer::function_env::FunctionEnvMut"]],["impl Send for Imports",1,["wasmer::imports::Imports"]],["impl<'a> Send for ImportsIterator<'a>",1,["wasmer::imports::ImportsIterator"]],["impl Send for Instance",1,["wasmer::instance::Instance"]],["impl Send for MemoryAccessError",1,["wasmer::mem_access::MemoryAccessError"]],["impl<'a, T> !Send for WasmRef<'a, T>",1,["wasmer::mem_access::WasmRef"]],["impl<'a, T> !Send for WasmSlice<'a, T>",1,["wasmer::mem_access::WasmSlice"]],["impl<'a, T> !Send for WasmSliceIter<'a, T>",1,["wasmer::mem_access::WasmSliceIter"]],["impl Send for IoCompileError",1,["wasmer::module::IoCompileError"]],["impl Send for Module",1,["wasmer::module::Module"]],["impl Send for S0",1,["wasmer::native_type::S0"]],["impl<A1> Send for S1<A1>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S1"]],["impl<A1, A2> Send for S2<A1, A2>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S2"]],["impl<A1, A2, A3> Send for S3<A1, A2, A3>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S3"]],["impl<A1, A2, A3, A4> Send for S4<A1, A2, A3, A4>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S4"]],["impl<A1, A2, A3, A4, A5> Send for S5<A1, A2, A3, A4, A5>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S5"]],["impl<A1, A2, A3, A4, A5, A6> Send for S6<A1, A2, A3, A4, A5, A6>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S6"]],["impl<A1, A2, A3, A4, A5, A6, A7> Send for S7<A1, A2, A3, A4, A5, A6, A7>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S7"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8> Send for S8<A1, A2, A3, A4, A5, A6, A7, A8>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S8"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9> Send for S9<A1, A2, A3, A4, A5, A6, A7, A8, A9>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S9"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Send for S10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S10"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11> Send for S11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S11"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12> Send for S12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S12"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13> Send for S13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S13"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14> Send for S14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S14"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15> Send for S15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S15"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16> Send for S16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S16"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17> Send for S17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S17"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18> Send for S18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S18"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19> Send for S19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S19"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20> Send for S20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S20"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21> Send for S21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S21"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22> Send for S22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S22"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23> Send for S23<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S23"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24> Send for S24<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A24 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S24"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25> Send for S25<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A24 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A25 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S25"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26> Send for S26<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A24 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A25 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A26 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Send,",1,["wasmer::native_type::S26"]],["impl<T, M> Send for WasmPtr<T, M>where\n T: Send,",1,["wasmer::ptr::WasmPtr"]],["impl !Send for StoreInner",1,["wasmer::store::StoreInner"]],["impl<'a> !Send for StoreRef<'a>",1,["wasmer::store::StoreRef"]],["impl<'a> !Send for StoreMut<'a>",1,["wasmer::store::StoreMut"]],["impl Send for Value",1,["wasmer::value::Value"]],["impl Send for ExternRef",1,["wasmer::sys::extern_ref::ExternRef"]],["impl Send for Function",1,["wasmer::sys::externals::function::Function"]],["impl<F> Send for DynamicFunction<F>where\n F: Send,",1,["wasmer::sys::externals::function::DynamicFunction"]],["impl<F, T> !Send for StaticFunction<F, T>",1,["wasmer::sys::externals::function::StaticFunction"]],["impl Send for Global",1,["wasmer::sys::externals::global::Global"]],["impl Send for Memory",1,["wasmer::sys::externals::memory::Memory"]],["impl<'a> !Send for MemoryBuffer<'a>",1,["wasmer::sys::externals::memory::MemoryBuffer"]],["impl<'a> !Send for MemoryView<'a>",1,["wasmer::sys::externals::memory_view::MemoryView"]],["impl Send for Table",1,["wasmer::sys::externals::table::Table"]],["impl Send for Instance",1,["wasmer::sys::instance::Instance"]],["impl Send for Module",1,["wasmer::sys::module::Module"]],["impl Send for Store"],["impl<Args, Rets> Send for TypedFunction<Args, Rets>"]], "wasmer_api":[["impl Send for WasmerClient",1,["wasmer_api::client::WasmerClient"]],["impl Send for GraphQLApiFailure",1,["wasmer_api::error::GraphQLApiFailure"]],["impl Send for NodeKind",1,["wasmer_api::global_id::NodeKind"]],["impl Send for GlobalId",1,["wasmer_api::global_id::GlobalId"]],["impl Send for GlobalIdParseError",1,["wasmer_api::global_id::GlobalIdParseError"]],["impl Send for ErrorKind",1,["wasmer_api::global_id::ErrorKind"]],["impl Send for GenerateTokenBy",1,["wasmer_api::query::GenerateTokenBy"]],["impl Send for TokenKind",1,["wasmer_api::query::TokenKind"]],["impl<Q> Send for QueryStream<Q>where\n Q: Send,\n <Q as PaginatedQuery>::Item: Send,\n <Q as PaginatedQuery>::Paginator: Send,",1,["wasmer_api::stream::QueryStream"]],["impl Send for DateTime",1,["wasmer_api::types::queries::DateTime"]],["impl Send for JSONString",1,["wasmer_api::types::queries::JSONString"]],["impl Send for GrapheneRole",1,["wasmer_api::types::queries::GrapheneRole"]],["impl Send for GetCurrentUser",1,["wasmer_api::types::queries::GetCurrentUser"]],["impl Send for GetCurrentUserWithNamespacesVars",1,["wasmer_api::types::queries::GetCurrentUserWithNamespacesVars"]],["impl Send for GetCurrentUserWithNamespacesVarsFields",1,["wasmer_api::types::queries::GetCurrentUserWithNamespacesVarsFields"]],["impl Send for GetCurrentUserWithNamespaces",1,["wasmer_api::types::queries::GetCurrentUserWithNamespaces"]],["impl Send for User",1,["wasmer_api::types::queries::User"]],["impl Send for Package",1,["wasmer_api::types::queries::Package"]],["impl Send for PackageDistribution",1,["wasmer_api::types::queries::PackageDistribution"]],["impl Send for WebcVersion",1,["wasmer_api::types::queries::WebcVersion"]],["impl Send for WebcImage",1,["wasmer_api::types::queries::WebcImage"]],["impl Send for PackageWebc",1,["wasmer_api::types::queries::PackageWebc"]],["impl Send for PackageVersion",1,["wasmer_api::types::queries::PackageVersion"]],["impl Send for PackageVersionWithPackage",1,["wasmer_api::types::queries::PackageVersionWithPackage"]],["impl Send for GetAppTemplateFromSlugVariables",1,["wasmer_api::types::queries::GetAppTemplateFromSlugVariables"]],["impl Send for GetAppTemplateFromSlugVariablesFields",1,["wasmer_api::types::queries::GetAppTemplateFromSlugVariablesFields"]],["impl Send for GetAppTemplateFromSlug",1,["wasmer_api::types::queries::GetAppTemplateFromSlug"]],["impl Send for AppTemplatesSortBy",1,["wasmer_api::types::queries::AppTemplatesSortBy"]],["impl Send for GetAppTemplatesVars",1,["wasmer_api::types::queries::GetAppTemplatesVars"]],["impl Send for GetAppTemplatesVarsFields",1,["wasmer_api::types::queries::GetAppTemplatesVarsFields"]],["impl Send for GetAppTemplates",1,["wasmer_api::types::queries::GetAppTemplates"]],["impl Send for AppTemplateConnection",1,["wasmer_api::types::queries::AppTemplateConnection"]],["impl Send for AppTemplateEdge",1,["wasmer_api::types::queries::AppTemplateEdge"]],["impl Send for AppTemplate",1,["wasmer_api::types::queries::AppTemplate"]],["impl Send for Jsonstring",1,["wasmer_api::types::queries::Jsonstring"]],["impl Send for GetPackageReleaseVars",1,["wasmer_api::types::queries::GetPackageReleaseVars"]],["impl Send for GetPackageReleaseVarsFields",1,["wasmer_api::types::queries::GetPackageReleaseVarsFields"]],["impl Send for GetPackageRelease",1,["wasmer_api::types::queries::GetPackageRelease"]],["impl Send for GetPackageVars",1,["wasmer_api::types::queries::GetPackageVars"]],["impl Send for GetPackageVarsFields",1,["wasmer_api::types::queries::GetPackageVarsFields"]],["impl Send for GetPackage",1,["wasmer_api::types::queries::GetPackage"]],["impl Send for GetPackageVersionVars",1,["wasmer_api::types::queries::GetPackageVersionVars"]],["impl Send for GetPackageVersionVarsFields",1,["wasmer_api::types::queries::GetPackageVersionVarsFields"]],["impl Send for GetPackageVersion",1,["wasmer_api::types::queries::GetPackageVersion"]],["impl Send for PackageVersionSortBy",1,["wasmer_api::types::queries::PackageVersionSortBy"]],["impl<'a> Send for PushPackageReleaseVariables<'a>",1,["wasmer_api::types::queries::PushPackageReleaseVariables"]],["impl Send for PushPackageReleaseVariablesFields",1,["wasmer_api::types::queries::PushPackageReleaseVariablesFields"]],["impl Send for PushPackageRelease",1,["wasmer_api::types::queries::PushPackageRelease"]],["impl Send for PushPackageReleasePayload",1,["wasmer_api::types::queries::PushPackageReleasePayload"]],["impl<'a> Send for TagPackageReleaseVariables<'a>",1,["wasmer_api::types::queries::TagPackageReleaseVariables"]],["impl Send for TagPackageReleaseVariablesFields",1,["wasmer_api::types::queries::TagPackageReleaseVariablesFields"]],["impl Send for TagPackageRelease",1,["wasmer_api::types::queries::TagPackageRelease"]],["impl Send for TagPackageReleasePayload",1,["wasmer_api::types::queries::TagPackageReleasePayload"]],["impl<'a> Send for InputSignature<'a>",1,["wasmer_api::types::queries::InputSignature"]],["impl Send for AllPackageVersionsVars",1,["wasmer_api::types::queries::AllPackageVersionsVars"]],["impl Send for AllPackageVersionsVarsFields",1,["wasmer_api::types::queries::AllPackageVersionsVarsFields"]],["impl Send for GetAllPackageVersions",1,["wasmer_api::types::queries::GetAllPackageVersions"]],["impl Send for AllPackageReleasesVars",1,["wasmer_api::types::queries::AllPackageReleasesVars"]],["impl Send for AllPackageReleasesVarsFields",1,["wasmer_api::types::queries::AllPackageReleasesVarsFields"]],["impl Send for GetAllPackageReleases",1,["wasmer_api::types::queries::GetAllPackageReleases"]],["impl<'a> Send for GetSignedUrlForPackageUploadVariables<'a>",1,["wasmer_api::types::queries::GetSignedUrlForPackageUploadVariables"]],["impl Send for GetSignedUrlForPackageUploadVariablesFields",1,["wasmer_api::types::queries::GetSignedUrlForPackageUploadVariablesFields"]],["impl Send for GetSignedUrlForPackageUpload",1,["wasmer_api::types::queries::GetSignedUrlForPackageUpload"]],["impl Send for SignedUrl",1,["wasmer_api::types::queries::SignedUrl"]],["impl Send for PackageWebcConnection",1,["wasmer_api::types::queries::PackageWebcConnection"]],["impl Send for PackageWebcEdge",1,["wasmer_api::types::queries::PackageWebcEdge"]],["impl Send for PackageVersionConnection",1,["wasmer_api::types::queries::PackageVersionConnection"]],["impl Send for PackageVersionEdge",1,["wasmer_api::types::queries::PackageVersionEdge"]],["impl Send for GetPackageAndAppVars",1,["wasmer_api::types::queries::GetPackageAndAppVars"]],["impl Send for GetPackageAndAppVarsFields",1,["wasmer_api::types::queries::GetPackageAndAppVarsFields"]],["impl Send for GetPackageAndApp",1,["wasmer_api::types::queries::GetPackageAndApp"]],["impl Send for GetCurrentUserWithAppsVars",1,["wasmer_api::types::queries::GetCurrentUserWithAppsVars"]],["impl Send for GetCurrentUserWithAppsVarsFields",1,["wasmer_api::types::queries::GetCurrentUserWithAppsVarsFields"]],["impl Send for GetCurrentUserWithApps",1,["wasmer_api::types::queries::GetCurrentUserWithApps"]],["impl Send for UserWithApps",1,["wasmer_api::types::queries::UserWithApps"]],["impl Send for Owner",1,["wasmer_api::types::queries::Owner"]],["impl Send for UserWithNamespaces",1,["wasmer_api::types::queries::UserWithNamespaces"]],["impl Send for GetUserAppsVars",1,["wasmer_api::types::queries::GetUserAppsVars"]],["impl Send for GetUserAppsVarsFields",1,["wasmer_api::types::queries::GetUserAppsVarsFields"]],["impl Send for GetUserApps",1,["wasmer_api::types::queries::GetUserApps"]],["impl Send for GetDeployAppVars",1,["wasmer_api::types::queries::GetDeployAppVars"]],["impl Send for GetDeployAppVarsFields",1,["wasmer_api::types::queries::GetDeployAppVarsFields"]],["impl Send for GetDeployApp",1,["wasmer_api::types::queries::GetDeployApp"]],["impl Send for PaginationVars",1,["wasmer_api::types::queries::PaginationVars"]],["impl Send for PaginationVarsFields",1,["wasmer_api::types::queries::PaginationVarsFields"]],["impl Send for DeployAppsSortBy",1,["wasmer_api::types::queries::DeployAppsSortBy"]],["impl Send for GetDeployAppsVars",1,["wasmer_api::types::queries::GetDeployAppsVars"]],["impl Send for GetDeployAppsVarsFields",1,["wasmer_api::types::queries::GetDeployAppsVarsFields"]],["impl Send for GetDeployApps",1,["wasmer_api::types::queries::GetDeployApps"]],["impl Send for GetDeployAppByAliasVars",1,["wasmer_api::types::queries::GetDeployAppByAliasVars"]],["impl Send for GetDeployAppByAliasVarsFields",1,["wasmer_api::types::queries::GetDeployAppByAliasVarsFields"]],["impl Send for GetDeployAppByAlias",1,["wasmer_api::types::queries::GetDeployAppByAlias"]],["impl Send for GetDeployAppAndVersionVars",1,["wasmer_api::types::queries::GetDeployAppAndVersionVars"]],["impl Send for GetDeployAppAndVersionVarsFields",1,["wasmer_api::types::queries::GetDeployAppAndVersionVarsFields"]],["impl Send for GetDeployAppAndVersion",1,["wasmer_api::types::queries::GetDeployAppAndVersion"]],["impl Send for GetDeployAppVersionVars",1,["wasmer_api::types::queries::GetDeployAppVersionVars"]],["impl Send for GetDeployAppVersionVarsFields",1,["wasmer_api::types::queries::GetDeployAppVersionVarsFields"]],["impl Send for GetDeployAppVersion",1,["wasmer_api::types::queries::GetDeployAppVersion"]],["impl Send for RegisterDomainPayload",1,["wasmer_api::types::queries::RegisterDomainPayload"]],["impl Send for RegisterDomainVars",1,["wasmer_api::types::queries::RegisterDomainVars"]],["impl Send for RegisterDomainVarsFields",1,["wasmer_api::types::queries::RegisterDomainVarsFields"]],["impl Send for RegisterDomain",1,["wasmer_api::types::queries::RegisterDomain"]],["impl Send for UpsertDomainFromZoneFileVars",1,["wasmer_api::types::queries::UpsertDomainFromZoneFileVars"]],["impl Send for UpsertDomainFromZoneFileVarsFields",1,["wasmer_api::types::queries::UpsertDomainFromZoneFileVarsFields"]],["impl Send for UpsertDomainFromZoneFile",1,["wasmer_api::types::queries::UpsertDomainFromZoneFile"]],["impl Send for UpsertDomainFromZoneFilePayload",1,["wasmer_api::types::queries::UpsertDomainFromZoneFilePayload"]],["impl Send for CreateNamespaceVars",1,["wasmer_api::types::queries::CreateNamespaceVars"]],["impl Send for CreateNamespaceVarsFields",1,["wasmer_api::types::queries::CreateNamespaceVarsFields"]],["impl Send for CreateNamespace",1,["wasmer_api::types::queries::CreateNamespace"]],["impl Send for CreateNamespacePayload",1,["wasmer_api::types::queries::CreateNamespacePayload"]],["impl Send for CreateNamespaceInput",1,["wasmer_api::types::queries::CreateNamespaceInput"]],["impl Send for NamespaceEdge",1,["wasmer_api::types::queries::NamespaceEdge"]],["impl Send for NamespaceConnection",1,["wasmer_api::types::queries::NamespaceConnection"]],["impl Send for Namespace",1,["wasmer_api::types::queries::Namespace"]],["impl Send for DeployApp",1,["wasmer_api::types::queries::DeployApp"]],["impl Send for AppAliasConnection",1,["wasmer_api::types::queries::AppAliasConnection"]],["impl Send for AppAliasEdge",1,["wasmer_api::types::queries::AppAliasEdge"]],["impl Send for AppAlias",1,["wasmer_api::types::queries::AppAlias"]],["impl Send for DeleteAppVars",1,["wasmer_api::types::queries::DeleteAppVars"]],["impl Send for DeleteAppVarsFields",1,["wasmer_api::types::queries::DeleteAppVarsFields"]],["impl Send for DeleteAppPayload",1,["wasmer_api::types::queries::DeleteAppPayload"]],["impl Send for DeleteApp",1,["wasmer_api::types::queries::DeleteApp"]],["impl Send for DeployAppVersionsSortBy",1,["wasmer_api::types::queries::DeployAppVersionsSortBy"]],["impl Send for GetDeployAppVersionsVars",1,["wasmer_api::types::queries::GetDeployAppVersionsVars"]],["impl Send for GetDeployAppVersionsVarsFields",1,["wasmer_api::types::queries::GetDeployAppVersionsVarsFields"]],["impl Send for GetDeployAppVersions",1,["wasmer_api::types::queries::GetDeployAppVersions"]],["impl Send for DeployAppVersions",1,["wasmer_api::types::queries::DeployAppVersions"]],["impl Send for SparseDeployApp",1,["wasmer_api::types::queries::SparseDeployApp"]],["impl Send for DeployAppVersion",1,["wasmer_api::types::queries::DeployAppVersion"]],["impl Send for DeployAppVersionConnection",1,["wasmer_api::types::queries::DeployAppVersionConnection"]],["impl Send for DeployAppVersionEdge",1,["wasmer_api::types::queries::DeployAppVersionEdge"]],["impl Send for DeployAppConnection",1,["wasmer_api::types::queries::DeployAppConnection"]],["impl Send for DeployAppEdge",1,["wasmer_api::types::queries::DeployAppEdge"]],["impl Send for PageInfo",1,["wasmer_api::types::queries::PageInfo"]],["impl Send for GetNamespaceVars",1,["wasmer_api::types::queries::GetNamespaceVars"]],["impl Send for GetNamespaceVarsFields",1,["wasmer_api::types::queries::GetNamespaceVarsFields"]],["impl Send for MarkAppVersionAsActivePayload",1,["wasmer_api::types::queries::MarkAppVersionAsActivePayload"]],["impl Send for MarkAppVersionAsActiveInput",1,["wasmer_api::types::queries::MarkAppVersionAsActiveInput"]],["impl Send for MarkAppVersionAsActiveVars",1,["wasmer_api::types::queries::MarkAppVersionAsActiveVars"]],["impl Send for MarkAppVersionAsActiveVarsFields",1,["wasmer_api::types::queries::MarkAppVersionAsActiveVarsFields"]],["impl Send for MarkAppVersionAsActive",1,["wasmer_api::types::queries::MarkAppVersionAsActive"]],["impl Send for GetNamespace",1,["wasmer_api::types::queries::GetNamespace"]],["impl Send for GetNamespaceAppsVars",1,["wasmer_api::types::queries::GetNamespaceAppsVars"]],["impl Send for GetNamespaceAppsVarsFields",1,["wasmer_api::types::queries::GetNamespaceAppsVarsFields"]],["impl Send for GetNamespaceApps",1,["wasmer_api::types::queries::GetNamespaceApps"]],["impl Send for NamespaceWithApps",1,["wasmer_api::types::queries::NamespaceWithApps"]],["impl Send for PublishDeployAppVars",1,["wasmer_api::types::queries::PublishDeployAppVars"]],["impl Send for PublishDeployAppVarsFields",1,["wasmer_api::types::queries::PublishDeployAppVarsFields"]],["impl Send for PublishDeployApp",1,["wasmer_api::types::queries::PublishDeployApp"]],["impl Send for PublishDeployAppPayload",1,["wasmer_api::types::queries::PublishDeployAppPayload"]],["impl Send for GenerateDeployTokenVars",1,["wasmer_api::types::queries::GenerateDeployTokenVars"]],["impl Send for GenerateDeployTokenVarsFields",1,["wasmer_api::types::queries::GenerateDeployTokenVarsFields"]],["impl Send for GenerateDeployToken",1,["wasmer_api::types::queries::GenerateDeployToken"]],["impl Send for GenerateDeployTokenPayload",1,["wasmer_api::types::queries::GenerateDeployTokenPayload"]],["impl Send for LogStream",1,["wasmer_api::types::queries::LogStream"]],["impl Send for GetDeployAppLogsVars",1,["wasmer_api::types::queries::GetDeployAppLogsVars"]],["impl Send for GetDeployAppLogsVarsFields",1,["wasmer_api::types::queries::GetDeployAppLogsVarsFields"]],["impl Send for GetDeployAppLogs",1,["wasmer_api::types::queries::GetDeployAppLogs"]],["impl Send for DeployAppVersionLogs",1,["wasmer_api::types::queries::DeployAppVersionLogs"]],["impl Send for LogConnection",1,["wasmer_api::types::queries::LogConnection"]],["impl Send for LogEdge",1,["wasmer_api::types::queries::LogEdge"]],["impl Send for Log",1,["wasmer_api::types::queries::Log"]],["impl Send for GenerateDeployConfigTokenVars",1,["wasmer_api::types::queries::GenerateDeployConfigTokenVars"]],["impl Send for GenerateDeployConfigTokenVarsFields",1,["wasmer_api::types::queries::GenerateDeployConfigTokenVarsFields"]],["impl Send for GenerateDeployConfigToken",1,["wasmer_api::types::queries::GenerateDeployConfigToken"]],["impl Send for GenerateDeployConfigTokenPayload",1,["wasmer_api::types::queries::GenerateDeployConfigTokenPayload"]],["impl Send for GetNodeVars",1,["wasmer_api::types::queries::GetNodeVars"]],["impl Send for GetNodeVarsFields",1,["wasmer_api::types::queries::GetNodeVarsFields"]],["impl Send for GetNode",1,["wasmer_api::types::queries::GetNode"]],["impl Send for GetDeployAppByIdVars",1,["wasmer_api::types::queries::GetDeployAppByIdVars"]],["impl Send for GetDeployAppByIdVarsFields",1,["wasmer_api::types::queries::GetDeployAppByIdVarsFields"]],["impl Send for GetDeployAppById",1,["wasmer_api::types::queries::GetDeployAppById"]],["impl Send for GetDeployAppAndVersionByIdVars",1,["wasmer_api::types::queries::GetDeployAppAndVersionByIdVars"]],["impl Send for GetDeployAppAndVersionByIdVarsFields",1,["wasmer_api::types::queries::GetDeployAppAndVersionByIdVarsFields"]],["impl Send for GetDeployAppAndVersionById",1,["wasmer_api::types::queries::GetDeployAppAndVersionById"]],["impl Send for GetDeployAppVersionByIdVars",1,["wasmer_api::types::queries::GetDeployAppVersionByIdVars"]],["impl Send for GetDeployAppVersionByIdVarsFields",1,["wasmer_api::types::queries::GetDeployAppVersionByIdVarsFields"]],["impl Send for GetDeployAppVersionById",1,["wasmer_api::types::queries::GetDeployAppVersionById"]],["impl Send for TxtRecord",1,["wasmer_api::types::queries::TxtRecord"]],["impl Send for SshfpRecord",1,["wasmer_api::types::queries::SshfpRecord"]],["impl Send for SrvRecord",1,["wasmer_api::types::queries::SrvRecord"]],["impl Send for SoaRecord",1,["wasmer_api::types::queries::SoaRecord"]],["impl Send for DNSRecordsSortBy",1,["wasmer_api::types::queries::DNSRecordsSortBy"]],["impl Send for GetAllDnsRecordsVariables",1,["wasmer_api::types::queries::GetAllDnsRecordsVariables"]],["impl Send for GetAllDnsRecordsVariablesFields",1,["wasmer_api::types::queries::GetAllDnsRecordsVariablesFields"]],["impl Send for GetAllDnsRecords",1,["wasmer_api::types::queries::GetAllDnsRecords"]],["impl Send for GetAllDomainsVariables",1,["wasmer_api::types::queries::GetAllDomainsVariables"]],["impl Send for GetAllDomainsVariablesFields",1,["wasmer_api::types::queries::GetAllDomainsVariablesFields"]],["impl Send for GetAllDomains",1,["wasmer_api::types::queries::GetAllDomains"]],["impl Send for PtrRecord",1,["wasmer_api::types::queries::PtrRecord"]],["impl Send for NsRecord",1,["wasmer_api::types::queries::NsRecord"]],["impl Send for MxRecord",1,["wasmer_api::types::queries::MxRecord"]],["impl Send for DnsRecordConnection",1,["wasmer_api::types::queries::DnsRecordConnection"]],["impl Send for DnsRecordEdge",1,["wasmer_api::types::queries::DnsRecordEdge"]],["impl Send for DnsDomainConnection",1,["wasmer_api::types::queries::DnsDomainConnection"]],["impl Send for DnsDomainEdge",1,["wasmer_api::types::queries::DnsDomainEdge"]],["impl Send for DNameRecord",1,["wasmer_api::types::queries::DNameRecord"]],["impl Send for CNameRecord",1,["wasmer_api::types::queries::CNameRecord"]],["impl Send for CaaRecord",1,["wasmer_api::types::queries::CaaRecord"]],["impl Send for ARecord",1,["wasmer_api::types::queries::ARecord"]],["impl Send for AaaaRecord",1,["wasmer_api::types::queries::AaaaRecord"]],["impl Send for DnsRecord",1,["wasmer_api::types::queries::DnsRecord"]],["impl Send for DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices",1,["wasmer_api::types::queries::DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices"]],["impl Send for DnsmanagerSshFingerprintRecordAlgorithmChoices",1,["wasmer_api::types::queries::DnsmanagerSshFingerprintRecordAlgorithmChoices"]],["impl Send for DnsmanagerSshFingerprintRecordTypeChoices",1,["wasmer_api::types::queries::DnsmanagerSshFingerprintRecordTypeChoices"]],["impl Send for GetDomainVars",1,["wasmer_api::types::queries::GetDomainVars"]],["impl Send for GetDomainVarsFields",1,["wasmer_api::types::queries::GetDomainVarsFields"]],["impl Send for GetDomain",1,["wasmer_api::types::queries::GetDomain"]],["impl Send for GetDomainWithZoneFile",1,["wasmer_api::types::queries::GetDomainWithZoneFile"]],["impl Send for GetDomainWithRecords",1,["wasmer_api::types::queries::GetDomainWithRecords"]],["impl Send for DnsDomain",1,["wasmer_api::types::queries::DnsDomain"]],["impl Send for DnsDomainWithZoneFile",1,["wasmer_api::types::queries::DnsDomainWithZoneFile"]],["impl Send for DnsDomainWithRecords",1,["wasmer_api::types::queries::DnsDomainWithRecords"]],["impl Send for PurgeCacheForAppVersionVars",1,["wasmer_api::types::queries::PurgeCacheForAppVersionVars"]],["impl Send for PurgeCacheForAppVersionVarsFields",1,["wasmer_api::types::queries::PurgeCacheForAppVersionVarsFields"]],["impl Send for PurgeCacheForAppVersionPayload",1,["wasmer_api::types::queries::PurgeCacheForAppVersionPayload"]],["impl Send for PurgeCacheForAppVersion",1,["wasmer_api::types::queries::PurgeCacheForAppVersion"]],["impl Send for BigInt",1,["wasmer_api::types::queries::BigInt"]],["impl Send for Node",1,["wasmer_api::types::queries::Node"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::AAAARecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::AAAARecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::AAAARecord::deletedAt"]],["impl Send for address",1,["wasmer_api::types::schema::__fields::AAAARecord::address"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::AAAARecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::AAAARecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::AAAARecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::AAAARecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::AAAARecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::AAAARecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AAAARecord::__typename"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::last"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::APIToken::id"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::APIToken::user"]],["impl Send for identifier",1,["wasmer_api::types::schema::__fields::APIToken::identifier"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::APIToken::createdAt"]],["impl Send for revokedAt",1,["wasmer_api::types::schema::__fields::APIToken::revokedAt"]],["impl Send for lastUsedAt",1,["wasmer_api::types::schema::__fields::APIToken::lastUsedAt"]],["impl Send for nonceSet",1,["wasmer_api::types::schema::__fields::APIToken::nonceSet"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::APIToken::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::APITokenConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::APITokenConnection::edges"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::APITokenConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::APITokenEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::APITokenEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::APITokenEdge::__typename"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::ARecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::ARecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::ARecord::deletedAt"]],["impl Send for address",1,["wasmer_api::types::schema::__fields::ARecord::address"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::ARecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::ARecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::ARecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::ARecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::ARecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::ARecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ARecord::__typename"]],["impl Send for appTransferRequestId",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestInput::appTransferRequestId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestInput::clientMutationId"]],["impl Send for app",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestPayload::app"]],["impl Send for appTransferRequest",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestPayload::appTransferRequest"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestPayload::__typename"]],["impl Send for inviteId",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInviteInput::inviteId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInviteInput::clientMutationId"]],["impl Send for namespaceCollaboratorInvite",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInvitePayload::namespaceCollaboratorInvite"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInvitePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInvitePayload::__typename"]],["impl Send for inviteId",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInviteInput::inviteId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInviteInput::clientMutationId"]],["impl Send for packageCollaboratorInvite",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInvitePayload::packageCollaboratorInvite"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInvitePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInvitePayload::__typename"]],["impl Send for packageTransferRequestId",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestInput::packageTransferRequestId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestPayload::package"]],["impl Send for packageTransferRequest",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestPayload::packageTransferRequest"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestPayload::__typename"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptTOSInput::clientMutationId"]],["impl Send for TOS",1,["wasmer_api::types::schema::__fields::AcceptTOSPayload::TOS"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptTOSPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AcceptTOSPayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::ActivityEvent::id"]],["impl Send for body",1,["wasmer_api::types::schema::__fields::ActivityEvent::body"]],["impl Send for actorIcon",1,["wasmer_api::types::schema::__fields::ActivityEvent::actorIcon"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::ActivityEvent::createdAt"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ActivityEvent::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::ActivityEventConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::ActivityEventConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::ActivityEventConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ActivityEventConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::ActivityEventEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::ActivityEventEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ActivityEventEdge::__typename"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AddPaymentInput::clientMutationId"]],["impl Send for customerSecret",1,["wasmer_api::types::schema::__fields::AddPaymentPayload::customerSecret"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::AddPaymentPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AddPaymentPayload::__typename"]],["impl Send for cpuTime",1,["wasmer_api::types::schema::__fields::AggregateMetrics::cpuTime"]],["impl Send for memoryTime",1,["wasmer_api::types::schema::__fields::AggregateMetrics::memoryTime"]],["impl Send for ingress",1,["wasmer_api::types::schema::__fields::AggregateMetrics::ingress"]],["impl Send for egress",1,["wasmer_api::types::schema::__fields::AggregateMetrics::egress"]],["impl Send for noRequests",1,["wasmer_api::types::schema::__fields::AggregateMetrics::noRequests"]],["impl Send for noFailedRequests",1,["wasmer_api::types::schema::__fields::AggregateMetrics::noFailedRequests"]],["impl Send for monthlyCost",1,["wasmer_api::types::schema::__fields::AggregateMetrics::monthlyCost"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AggregateMetrics::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::AppAlias::name"]],["impl Send for app",1,["wasmer_api::types::schema::__fields::AppAlias::app"]],["impl Send for isDefault",1,["wasmer_api::types::schema::__fields::AppAlias::isDefault"]],["impl Send for hostname",1,["wasmer_api::types::schema::__fields::AppAlias::hostname"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::AppAlias::text"]],["impl Send for kind",1,["wasmer_api::types::schema::__fields::AppAlias::kind"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::AppAlias::id"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::AppAlias::url"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppAlias::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::AppAliasConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::AppAliasConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::AppAliasConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppAliasConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::AppAliasEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::AppAliasEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppAliasEdge::__typename"]],["impl Send for kind",1,["wasmer_api::types::schema::__fields::AppConfigV1::kind"]],["impl Send for appId",1,["wasmer_api::types::schema::__fields::AppConfigV1::appId"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::AppConfigV1::name"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::AppConfigV1::description"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::AppConfigV1::package"]],["impl Send for count",1,["wasmer_api::types::schema::__fields::AppFilter::count"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::AppFilter::sortBy"]],["impl Send for deployedBy",1,["wasmer_api::types::schema::__fields::AppFilter::deployedBy"]],["impl Send for lastDeployedAfter",1,["wasmer_api::types::schema::__fields::AppFilter::lastDeployedAfter"]],["impl Send for lastDeployedBefore",1,["wasmer_api::types::schema::__fields::AppFilter::lastDeployedBefore"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::AppFilter::owner"]],["impl Send for orderBy",1,["wasmer_api::types::schema::__fields::AppFilter::orderBy"]],["impl Send for clientName",1,["wasmer_api::types::schema::__fields::AppFilter::clientName"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::AppTemplate::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::AppTemplate::name"]],["impl Send for slug",1,["wasmer_api::types::schema::__fields::AppTemplate::slug"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::AppTemplate::description"]],["impl Send for demoUrl",1,["wasmer_api::types::schema::__fields::AppTemplate::demoUrl"]],["impl Send for repoUrl",1,["wasmer_api::types::schema::__fields::AppTemplate::repoUrl"]],["impl Send for category",1,["wasmer_api::types::schema::__fields::AppTemplate::category"]],["impl Send for isPublic",1,["wasmer_api::types::schema::__fields::AppTemplate::isPublic"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::AppTemplate::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::AppTemplate::updatedAt"]],["impl Send for readme",1,["wasmer_api::types::schema::__fields::AppTemplate::readme"]],["impl Send for useCases",1,["wasmer_api::types::schema::__fields::AppTemplate::useCases"]],["impl Send for framework",1,["wasmer_api::types::schema::__fields::AppTemplate::framework"]],["impl Send for language",1,["wasmer_api::types::schema::__fields::AppTemplate::language"]],["impl Send for repoLicense",1,["wasmer_api::types::schema::__fields::AppTemplate::repoLicense"]],["impl Send for usingPackage",1,["wasmer_api::types::schema::__fields::AppTemplate::usingPackage"]],["impl Send for defaultImage",1,["wasmer_api::types::schema::__fields::AppTemplate::defaultImage"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppTemplate::__typename"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::last"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::name"]],["impl Send for slug",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::slug"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::description"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::updatedAt"]],["impl Send for appTemplates",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::appTemplates"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryEdge::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::AppTemplateConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::AppTemplateConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::AppTemplateConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::AppTemplateEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::AppTemplateEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateEdge::__typename"]],["impl Send for count",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::count"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::sortBy"]],["impl Send for orderBy",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::orderBy"]],["impl Send for framework",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::framework"]],["impl Send for language",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::language"]],["impl Send for useCases",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::useCases"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::AppTransferRequest::id"]],["impl Send for requestedBy",1,["wasmer_api::types::schema::__fields::AppTransferRequest::requestedBy"]],["impl Send for previousOwnerObjectId",1,["wasmer_api::types::schema::__fields::AppTransferRequest::previousOwnerObjectId"]],["impl Send for newOwnerObjectId",1,["wasmer_api::types::schema::__fields::AppTransferRequest::newOwnerObjectId"]],["impl Send for app",1,["wasmer_api::types::schema::__fields::AppTransferRequest::app"]],["impl Send for approvedBy",1,["wasmer_api::types::schema::__fields::AppTransferRequest::approvedBy"]],["impl Send for declinedBy",1,["wasmer_api::types::schema::__fields::AppTransferRequest::declinedBy"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::AppTransferRequest::createdAt"]],["impl Send for expiresAt",1,["wasmer_api::types::schema::__fields::AppTransferRequest::expiresAt"]],["impl Send for closedAt",1,["wasmer_api::types::schema::__fields::AppTransferRequest::closedAt"]],["impl Send for previousOwner",1,["wasmer_api::types::schema::__fields::AppTransferRequest::previousOwner"]],["impl Send for newOwner",1,["wasmer_api::types::schema::__fields::AppTransferRequest::newOwner"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppTransferRequest::__typename"]],["impl Send for aliases",1,["wasmer_api::types::schema::__fields::AppV1Spec::aliases"]],["impl Send for workload",1,["wasmer_api::types::schema::__fields::AppV1Spec::workload"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::AppVersionVolume::name"]],["impl Send for mountPaths",1,["wasmer_api::types::schema::__fields::AppVersionVolume::mountPaths"]],["impl Send for size",1,["wasmer_api::types::schema::__fields::AppVersionVolume::size"]],["impl Send for usedSize",1,["wasmer_api::types::schema::__fields::AppVersionVolume::usedSize"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppVersionVolume::__typename"]],["impl Send for path",1,["wasmer_api::types::schema::__fields::AppVersionVolumeMountPath::path"]],["impl Send for subpath",1,["wasmer_api::types::schema::__fields::AppVersionVolumeMountPath::subpath"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::AppVersionVolumeMountPath::__typename"]],["impl Send for packageId",1,["wasmer_api::types::schema::__fields::ArchivePackageInput::packageId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ArchivePackageInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::ArchivePackagePayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ArchivePackagePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ArchivePackagePayload::__typename"]],["impl Send for stripeCustomer",1,["wasmer_api::types::schema::__fields::Billing::stripeCustomer"]],["impl Send for payments",1,["wasmer_api::types::schema::__fields::Billing::payments"]],["impl Send for paymentMethods",1,["wasmer_api::types::schema::__fields::Billing::paymentMethods"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Billing::__typename"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::last"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::BindingsGenerator::id"]],["impl Send for packageVersion",1,["wasmer_api::types::schema::__fields::BindingsGenerator::packageVersion"]],["impl Send for active",1,["wasmer_api::types::schema::__fields::BindingsGenerator::active"]],["impl Send for commandName",1,["wasmer_api::types::schema::__fields::BindingsGenerator::commandName"]],["impl Send for registryJavascriptlanguagebindings",1,["wasmer_api::types::schema::__fields::BindingsGenerator::registryJavascriptlanguagebindings"]],["impl Send for registryPythonlanguagebindings",1,["wasmer_api::types::schema::__fields::BindingsGenerator::registryPythonlanguagebindings"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::BindingsGenerator::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::BindingsGeneratorConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::BindingsGeneratorConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::BindingsGeneratorConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::BindingsGeneratorConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::BindingsGeneratorEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::BindingsGeneratorEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::BindingsGeneratorEdge::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::BlogPost::id"]],["impl Send for live",1,["wasmer_api::types::schema::__fields::BlogPost::live"]],["impl Send for title",1,["wasmer_api::types::schema::__fields::BlogPost::title"]],["impl Send for slug",1,["wasmer_api::types::schema::__fields::BlogPost::slug"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::BlogPost::owner"]],["impl Send for body",1,["wasmer_api::types::schema::__fields::BlogPost::body"]],["impl Send for publishDate",1,["wasmer_api::types::schema::__fields::BlogPost::publishDate"]],["impl Send for theme",1,["wasmer_api::types::schema::__fields::BlogPost::theme"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::BlogPost::url"]],["impl Send for coverImageUrl",1,["wasmer_api::types::schema::__fields::BlogPost::coverImageUrl"]],["impl Send for opengraphImageUrl",1,["wasmer_api::types::schema::__fields::BlogPost::opengraphImageUrl"]],["impl Send for tagline",1,["wasmer_api::types::schema::__fields::BlogPost::tagline"]],["impl Send for relatedArticles",1,["wasmer_api::types::schema::__fields::BlogPost::relatedArticles"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::BlogPost::updatedAt"]],["impl Send for tags",1,["wasmer_api::types::schema::__fields::BlogPost::tags"]],["impl Send for editUrl",1,["wasmer_api::types::schema::__fields::BlogPost::editUrl"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::BlogPost::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::BlogPostConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::BlogPostConnection::edges"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::BlogPostConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::BlogPostEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::BlogPostEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::BlogPostEdge::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::BlogPostTag::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::BlogPostTag::name"]],["impl Send for slug",1,["wasmer_api::types::schema::__fields::BlogPostTag::slug"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::BlogPostTag::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::BlogPostTagConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::BlogPostTagConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::BlogPostTagConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::BlogPostTagConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::BlogPostTagEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::BlogPostTagEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::BlogPostTagEdge::__typename"]],["impl Send for count",1,["wasmer_api::types::schema::__fields::BlogPostsFilter::count"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::BlogPostsFilter::sortBy"]],["impl Send for tags",1,["wasmer_api::types::schema::__fields::BlogPostsFilter::tags"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::CAARecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::CAARecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::CAARecord::deletedAt"]],["impl Send for flags",1,["wasmer_api::types::schema::__fields::CAARecord::flags"]],["impl Send for tag",1,["wasmer_api::types::schema::__fields::CAARecord::tag"]],["impl Send for value",1,["wasmer_api::types::schema::__fields::CAARecord::value"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::CAARecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::CAARecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::CAARecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::CAARecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::CAARecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::CAARecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CAARecord::__typename"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::CNAMERecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::CNAMERecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::CNAMERecord::deletedAt"]],["impl Send for cName",1,["wasmer_api::types::schema::__fields::CNAMERecord::cName"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::CNAMERecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::CNAMERecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::CNAMERecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::CNAMERecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::CNAMERecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::CNAMERecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CNAMERecord::__typename"]],["impl Send for maximumThreads",1,["wasmer_api::types::schema::__fields::CapabilityCpuV1::maximumThreads"]],["impl Send for maximumUsage",1,["wasmer_api::types::schema::__fields::CapabilityCpuV1::maximumUsage"]],["impl Send for volumes",1,["wasmer_api::types::schema::__fields::CapabilityFileSystemV1::volumes"]],["impl Send for memorySwap",1,["wasmer_api::types::schema::__fields::CapabilityMapV1::memorySwap"]],["impl Send for maximumSize",1,["wasmer_api::types::schema::__fields::CapabilityMemorySwapV1::maximumSize"]],["impl Send for memoryId",1,["wasmer_api::types::schema::__fields::CapabilityMemorySwapV1::memoryId"]],["impl Send for enabled",1,["wasmer_api::types::schema::__fields::CapabilityNetworkDnsV1::enabled"]],["impl Send for servers",1,["wasmer_api::types::schema::__fields::CapabilityNetworkDnsV1::servers"]],["impl Send for allowedHosts",1,["wasmer_api::types::schema::__fields::CapabilityNetworkDnsV1::allowedHosts"]],["impl Send for domains",1,["wasmer_api::types::schema::__fields::CapabilityNetworkGatewayV1::domains"]],["impl Send for enforceHttps",1,["wasmer_api::types::schema::__fields::CapabilityNetworkGatewayV1::enforceHttps"]],["impl Send for egress",1,["wasmer_api::types::schema::__fields::CapabilityNetworkV1::egress"]],["impl Send for volumes",1,["wasmer_api::types::schema::__fields::CapabilityPersistentMemoryV1::volumes"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::id"]],["impl Send for brand",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::brand"]],["impl Send for country",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::country"]],["impl Send for expMonth",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::expMonth"]],["impl Send for expYear",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::expYear"]],["impl Send for funding",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::funding"]],["impl Send for last4",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::last4"]],["impl Send for isDefault",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::isDefault"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::__typename"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::last"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Category::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Category::name"]],["impl Send for packages",1,["wasmer_api::types::schema::__fields::Category::packages"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Category::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::CategoryConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::CategoryConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::CategoryConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CategoryConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::CategoryEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::CategoryEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CategoryEdge::__typename"]],["impl Send for packageVersionId",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusInput::packageVersionId"]],["impl Send for isArchived",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusInput::isArchived"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusInput::clientMutationId"]],["impl Send for packageVersion",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusPayload::packageVersion"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusPayload::__typename"]],["impl Send for newEmail",1,["wasmer_api::types::schema::__fields::ChangeUserEmailInput::newEmail"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserEmailInput::clientMutationId"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::ChangeUserEmailPayload::user"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserEmailPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ChangeUserEmailPayload::__typename"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordInput::token"]],["impl Send for oldPassword",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordInput::oldPassword"]],["impl Send for password",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordInput::password"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordInput::clientMutationId"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordPayload::token"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordPayload::__typename"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::ChangeUserUsernameInput::username"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserUsernameInput::clientMutationId"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::ChangeUserUsernamePayload::user"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::ChangeUserUsernamePayload::token"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserUsernamePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ChangeUserUsernamePayload::__typename"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::CheckUserExistsInput::user"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::CheckUserExistsInput::clientMutationId"]],["impl Send for exists",1,["wasmer_api::types::schema::__fields::CheckUserExistsPayload::exists"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::CheckUserExistsPayload::user"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::CheckUserExistsPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CheckUserExistsPayload::__typename"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Collection::_packages_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Collection::_packages_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Collection::_packages_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Collection::_packages_arguments::last"]],["impl Send for slug",1,["wasmer_api::types::schema::__fields::Collection::slug"]],["impl Send for displayName",1,["wasmer_api::types::schema::__fields::Collection::displayName"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::Collection::description"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::Collection::createdAt"]],["impl Send for banner",1,["wasmer_api::types::schema::__fields::Collection::banner"]],["impl Send for packages",1,["wasmer_api::types::schema::__fields::Collection::packages"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Collection::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::CollectionConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::CollectionConnection::edges"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CollectionConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::CollectionEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::CollectionEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CollectionEdge::__typename"]],["impl Send for command",1,["wasmer_api::types::schema::__fields::Command::command"]],["impl Send for packageVersion",1,["wasmer_api::types::schema::__fields::Command::packageVersion"]],["impl Send for module",1,["wasmer_api::types::schema::__fields::Command::module"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Command::__typename"]],["impl Send for deployment",1,["wasmer_api::types::schema::__fields::Configuration::deployment"]],["impl Send for yamlConfig",1,["wasmer_api::types::schema::__fields::Configuration::yamlConfig"]],["impl Send for count",1,["wasmer_api::types::schema::__fields::CountFilter::count"]],["impl Send for comparison",1,["wasmer_api::types::schema::__fields::CountFilter::comparison"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::name"]],["impl Send for displayName",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::displayName"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::description"]],["impl Send for avatar",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::avatar"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::clientMutationId"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::CreateNamespacePayload::namespace"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::CreateNamespacePayload::user"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::CreateNamespacePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CreateNamespacePayload::__typename"]],["impl Send for templateId",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::templateId"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::name"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::namespace"]],["impl Send for private",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::private"]],["impl Send for domains",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::domains"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplatePayload::success"]],["impl Send for repoId",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplatePayload::repoId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplatePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplatePayload::__typename"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::DNAMERecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::DNAMERecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::DNAMERecord::deletedAt"]],["impl Send for dName",1,["wasmer_api::types::schema::__fields::DNAMERecord::dName"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::DNAMERecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::DNAMERecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::DNAMERecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::DNAMERecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::DNAMERecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::DNAMERecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DNAMERecord::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::DNSDomain::name"]],["impl Send for slug",1,["wasmer_api::types::schema::__fields::DNSDomain::slug"]],["impl Send for zoneFile",1,["wasmer_api::types::schema::__fields::DNSDomain::zoneFile"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::DNSDomain::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::DNSDomain::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::DNSDomain::deletedAt"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::DNSDomain::id"]],["impl Send for records",1,["wasmer_api::types::schema::__fields::DNSDomain::records"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::DNSDomain::owner"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DNSDomain::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::DNSDomainConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::DNSDomainConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::DNSDomainConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DNSDomainConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::DNSDomainEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::DNSDomainEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DNSDomainEdge::__typename"]],["impl Send for preference",1,["wasmer_api::types::schema::__fields::DNSMXExtraInput::preference"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::DNSRecordConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::DNSRecordConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::DNSRecordConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DNSRecordConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::DNSRecordEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::DNSRecordEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DNSRecordEdge::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::domain"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::deletedAt"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::DeleteAppInput::id"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteAppInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::DeleteAppPayload::success"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteAppPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeleteAppPayload::__typename"]],["impl Send for recordId",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordInput::recordId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordPayload::success"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordPayload::__typename"]],["impl Send for domainId",1,["wasmer_api::types::schema::__fields::DeleteDomainInput::domainId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteDomainInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::DeleteDomainPayload::success"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteDomainPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeleteDomainPayload::__typename"]],["impl Send for namespaceId",1,["wasmer_api::types::schema::__fields::DeleteNamespaceInput::namespaceId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteNamespaceInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::DeleteNamespacePayload::success"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteNamespacePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeleteNamespacePayload::__typename"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::sortBy"]],["impl Send for createdAfter",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::createdAfter"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::last"]],["impl Send for forRange",1,["wasmer_api::types::schema::__fields::DeployApp::_usage_metrics_arguments::forRange"]],["impl Send for variant",1,["wasmer_api::types::schema::__fields::DeployApp::_usage_metrics_arguments::variant"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::DeployApp::id"]],["impl Send for createdBy",1,["wasmer_api::types::schema::__fields::DeployApp::createdBy"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::DeployApp::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::DeployApp::updatedAt"]],["impl Send for activeVersion",1,["wasmer_api::types::schema::__fields::DeployApp::activeVersion"]],["impl Send for globalName",1,["wasmer_api::types::schema::__fields::DeployApp::globalName"]],["impl Send for globalId",1,["wasmer_api::types::schema::__fields::DeployApp::globalId"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::DeployApp::url"]],["impl Send for adminUrl",1,["wasmer_api::types::schema::__fields::DeployApp::adminUrl"]],["impl Send for permalink",1,["wasmer_api::types::schema::__fields::DeployApp::permalink"]],["impl Send for urls",1,["wasmer_api::types::schema::__fields::DeployApp::urls"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::DeployApp::description"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::DeployApp::name"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::DeployApp::owner"]],["impl Send for versions",1,["wasmer_api::types::schema::__fields::DeployApp::versions"]],["impl Send for aggregateMetrics",1,["wasmer_api::types::schema::__fields::DeployApp::aggregateMetrics"]],["impl Send for aliases",1,["wasmer_api::types::schema::__fields::DeployApp::aliases"]],["impl Send for usageMetrics",1,["wasmer_api::types::schema::__fields::DeployApp::usageMetrics"]],["impl Send for deleted",1,["wasmer_api::types::schema::__fields::DeployApp::deleted"]],["impl Send for favicon",1,["wasmer_api::types::schema::__fields::DeployApp::favicon"]],["impl Send for screenshot",1,["wasmer_api::types::schema::__fields::DeployApp::screenshot"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeployApp::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::DeployAppConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::DeployAppConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::DeployAppConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeployAppConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::DeployAppEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::DeployAppEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeployAppEdge::__typename"]],["impl Send for startingFrom",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::startingFrom"]],["impl Send for startingFromISO",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::startingFromISO"]],["impl Send for until",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::until"]],["impl Send for streams",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::streams"]],["impl Send for instanceIds",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::instanceIds"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::last"]],["impl Send for forRange",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_usage_metrics_arguments::forRange"]],["impl Send for variant",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_usage_metrics_arguments::variant"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::DeployAppVersion::id"]],["impl Send for app",1,["wasmer_api::types::schema::__fields::DeployAppVersion::app"]],["impl Send for yamlConfig",1,["wasmer_api::types::schema::__fields::DeployAppVersion::yamlConfig"]],["impl Send for userYamlConfig",1,["wasmer_api::types::schema::__fields::DeployAppVersion::userYamlConfig"]],["impl Send for clientName",1,["wasmer_api::types::schema::__fields::DeployAppVersion::clientName"]],["impl Send for signature",1,["wasmer_api::types::schema::__fields::DeployAppVersion::signature"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::DeployAppVersion::description"]],["impl Send for publishedBy",1,["wasmer_api::types::schema::__fields::DeployAppVersion::publishedBy"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::DeployAppVersion::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::DeployAppVersion::updatedAt"]],["impl Send for configWebc",1,["wasmer_api::types::schema::__fields::DeployAppVersion::configWebc"]],["impl Send for config",1,["wasmer_api::types::schema::__fields::DeployAppVersion::config"]],["impl Send for jsonConfig",1,["wasmer_api::types::schema::__fields::DeployAppVersion::jsonConfig"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::DeployAppVersion::url"]],["impl Send for permalink",1,["wasmer_api::types::schema::__fields::DeployAppVersion::permalink"]],["impl Send for urls",1,["wasmer_api::types::schema::__fields::DeployAppVersion::urls"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::DeployAppVersion::version"]],["impl Send for isActive",1,["wasmer_api::types::schema::__fields::DeployAppVersion::isActive"]],["impl Send for manifest",1,["wasmer_api::types::schema::__fields::DeployAppVersion::manifest"]],["impl Send for logs",1,["wasmer_api::types::schema::__fields::DeployAppVersion::logs"]],["impl Send for usageMetrics",1,["wasmer_api::types::schema::__fields::DeployAppVersion::usageMetrics"]],["impl Send for sourcePackageVersion",1,["wasmer_api::types::schema::__fields::DeployAppVersion::sourcePackageVersion"]],["impl Send for sourcePackageRelease",1,["wasmer_api::types::schema::__fields::DeployAppVersion::sourcePackageRelease"]],["impl Send for sourcePackage",1,["wasmer_api::types::schema::__fields::DeployAppVersion::sourcePackage"]],["impl Send for aggregateMetrics",1,["wasmer_api::types::schema::__fields::DeployAppVersion::aggregateMetrics"]],["impl Send for volumes",1,["wasmer_api::types::schema::__fields::DeployAppVersion::volumes"]],["impl Send for favicon",1,["wasmer_api::types::schema::__fields::DeployAppVersion::favicon"]],["impl Send for screenshot",1,["wasmer_api::types::schema::__fields::DeployAppVersion::screenshot"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeployAppVersion::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::DeployAppVersionConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::DeployAppVersionConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::DeployAppVersionConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeployAppVersionConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::DeployAppVersionEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::DeployAppVersionEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DeployAppVersionEdge::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::DeploymentV1::name"]],["impl Send for workload",1,["wasmer_api::types::schema::__fields::DeploymentV1::workload"]],["impl Send for paymentMethod",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodInput::paymentMethod"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodPayload::success"]],["impl Send for billing",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodPayload::billing"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodPayload::__typename"]],["impl Send for field",1,["wasmer_api::types::schema::__fields::ErrorType::field"]],["impl Send for messages",1,["wasmer_api::types::schema::__fields::ErrorType::messages"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ErrorType::__typename"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::EventBody::text"]],["impl Send for ranges",1,["wasmer_api::types::schema::__fields::EventBody::ranges"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::EventBody::__typename"]],["impl Send for delete",1,["wasmer_api::types::schema::__fields::FileSystemPermissionsV1::delete"]],["impl Send for read",1,["wasmer_api::types::schema::__fields::FileSystemPermissionsV1::read"]],["impl Send for write",1,["wasmer_api::types::schema::__fields::FileSystemPermissionsV1::write"]],["impl Send for mounts",1,["wasmer_api::types::schema::__fields::FileSystemVolumeConfigV1::mounts"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::FileSystemVolumeConfigV1::name"]],["impl Send for source",1,["wasmer_api::types::schema::__fields::FileSystemVolumeConfigV1::source"]],["impl Send for path",1,["wasmer_api::types::schema::__fields::FileSystemVolumeMountV1::path"]],["impl Send for permissions",1,["wasmer_api::types::schema::__fields::FileSystemVolumeMountV1::permissions"]],["impl Send for maximumSize",1,["wasmer_api::types::schema::__fields::FileSystemVolumeSourceLocalV1::maximumSize"]],["impl Send for local",1,["wasmer_api::types::schema::__fields::FileSystemVolumeSourceV1::local"]],["impl Send for identifier",1,["wasmer_api::types::schema::__fields::GenerateAPITokenInput::identifier"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateAPITokenInput::clientMutationId"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::token"]],["impl Send for tokenRaw",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::tokenRaw"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::user"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::__typename"]],["impl Send for bindingsGeneratorId",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesInput::bindingsGeneratorId"]],["impl Send for bindingsGeneratorCommand",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesInput::bindingsGeneratorCommand"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesInput::clientMutationId"]],["impl Send for message",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesPayload::message"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesPayload::__typename"]],["impl Send for config",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenInput::config"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenInput::clientMutationId"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenPayload::token"]],["impl Send for config",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenPayload::config"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenPayload::__typename"]],["impl Send for deployConfigVersionId",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenInput::deployConfigVersionId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenInput::clientMutationId"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenPayload::token"]],["impl Send for deployConfigVersion",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenPayload::deployConfigVersion"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenPayload::__typename"]],["impl Send for valid",1,["wasmer_api::types::schema::__fields::GetPasswordResetToken::valid"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::GetPasswordResetToken::user"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::GetPasswordResetToken::__typename"]],["impl Send for publicKeyKeyId",1,["wasmer_api::types::schema::__fields::InputSignature::publicKeyKeyId"]],["impl Send for data",1,["wasmer_api::types::schema::__fields::InputSignature::data"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::last"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Interface::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Interface::name"]],["impl Send for displayName",1,["wasmer_api::types::schema::__fields::Interface::displayName"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::Interface::description"]],["impl Send for homepage",1,["wasmer_api::types::schema::__fields::Interface::homepage"]],["impl Send for icon",1,["wasmer_api::types::schema::__fields::Interface::icon"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::Interface::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::Interface::updatedAt"]],["impl Send for versions",1,["wasmer_api::types::schema::__fields::Interface::versions"]],["impl Send for lastVersion",1,["wasmer_api::types::schema::__fields::Interface::lastVersion"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Interface::__typename"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::last"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::InterfaceVersion::id"]],["impl Send for interface",1,["wasmer_api::types::schema::__fields::InterfaceVersion::interface"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::InterfaceVersion::version"]],["impl Send for content",1,["wasmer_api::types::schema::__fields::InterfaceVersion::content"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::InterfaceVersion::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::InterfaceVersion::updatedAt"]],["impl Send for publishedBy",1,["wasmer_api::types::schema::__fields::InterfaceVersion::publishedBy"]],["impl Send for packageVersions",1,["wasmer_api::types::schema::__fields::InterfaceVersion::packageVersions"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::InterfaceVersion::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::InterfaceVersionConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::InterfaceVersionConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::InterfaceVersionConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::InterfaceVersionConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::InterfaceVersionEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::InterfaceVersionEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::InterfaceVersionEdge::__typename"]],["impl Send for namespaceId",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::namespaceId"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::role"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::username"]],["impl Send for email",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::email"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::clientMutationId"]],["impl Send for invite",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorPayload::invite"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorPayload::namespace"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorPayload::__typename"]],["impl Send for packageName",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::packageName"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::role"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::username"]],["impl Send for email",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::email"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::clientMutationId"]],["impl Send for invite",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorPayload::invite"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorPayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorPayload::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::JoinWaitlistInput::name"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::JoinWaitlistInput::clientMutationId"]],["impl Send for waitlistMember",1,["wasmer_api::types::schema::__fields::JoinWaitlistPayload::waitlistMember"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::JoinWaitlistPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::JoinWaitlistPayload::__typename"]],["impl Send for packageId",1,["wasmer_api::types::schema::__fields::LikePackageInput::packageId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::LikePackageInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::LikePackagePayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::LikePackagePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::LikePackagePayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Likeable::id"]],["impl Send for likersCount",1,["wasmer_api::types::schema::__fields::Likeable::likersCount"]],["impl Send for viewerHasLiked",1,["wasmer_api::types::schema::__fields::Likeable::viewerHasLiked"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Likeable::__typename"]],["impl Send for timestamp",1,["wasmer_api::types::schema::__fields::Log::timestamp"]],["impl Send for datetime",1,["wasmer_api::types::schema::__fields::Log::datetime"]],["impl Send for message",1,["wasmer_api::types::schema::__fields::Log::message"]],["impl Send for stream",1,["wasmer_api::types::schema::__fields::Log::stream"]],["impl Send for instanceId",1,["wasmer_api::types::schema::__fields::Log::instanceId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Log::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::LogConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::LogConnection::edges"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::LogConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::LogEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::LogEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::LogEdge::__typename"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::success"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::token"]],["impl Send for refreshToken",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::refreshToken"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::username"]],["impl Send for refreshTokenExpiresIn",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::refreshTokenExpiresIn"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::__typename"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::MFAEmailAuthInput::username"]],["impl Send for otp",1,["wasmer_api::types::schema::__fields::MFAEmailAuthInput::otp"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MFAEmailAuthInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::MFAEmailGenerationResponse::success"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::MFAEmailGenerationResponse::__typename"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MFAGenerateEmailOTPInput::clientMutationId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MFAGenerateRecoveryTokenInput::clientMutationId"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::MFARecoveryAuthInput::username"]],["impl Send for otp",1,["wasmer_api::types::schema::__fields::MFARecoveryAuthInput::otp"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MFARecoveryAuthInput::clientMutationId"]],["impl Send for codes",1,["wasmer_api::types::schema::__fields::MFARecoveryCodes::codes"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::MFARecoveryCodes::__typename"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::MFATOTPAuthInput::username"]],["impl Send for otp",1,["wasmer_api::types::schema::__fields::MFATOTPAuthInput::otp"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MFATOTPAuthInput::clientMutationId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MFATOTPGetTokenInput::clientMutationId"]],["impl Send for qr",1,["wasmer_api::types::schema::__fields::MFATOTPTokenType::qr"]],["impl Send for secretKey",1,["wasmer_api::types::schema::__fields::MFATOTPTokenType::secretKey"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::MFATOTPTokenType::__typename"]],["impl Send for answer",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyInput::answer"]],["impl Send for secretKey",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyInput::secretKey"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyInput::clientMutationId"]],["impl Send for status",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyPayload::status"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyPayload::__typename"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::MXRecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::MXRecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::MXRecord::deletedAt"]],["impl Send for preference",1,["wasmer_api::types::schema::__fields::MXRecord::preference"]],["impl Send for exchange",1,["wasmer_api::types::schema::__fields::MXRecord::exchange"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::MXRecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::MXRecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::MXRecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::MXRecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::MXRecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::MXRecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::MXRecord::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::MakePackagePublicInput::id"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MakePackagePublicInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::MakePackagePublicPayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MakePackagePublicPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::MakePackagePublicPayload::__typename"]],["impl Send for appVersion",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActiveInput::appVersion"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActiveInput::clientMutationId"]],["impl Send for app",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActivePayload::app"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActivePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActivePayload::__typename"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_tos_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_publish_deploy_app_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_delete_app_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_join_waitlist_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_add_payment_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_mark_app_version_as_active_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_make_payment_default_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_detach_payment_method_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_generate_deploy_config_token_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_rename_app_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_rename_app_alias_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_purge_cache_for_app_version_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_request_app_transfer_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_app_transfer_request_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_app_transfer_request_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_create_repo_for_app_template_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_register_domain_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_upsert_dnsrecord_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_delete_dnsrecord_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_upsert_domain_from_zone_file_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_delete_domain_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_token_auth_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_generate_deploy_token_arguments::input"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::Mutation::_verify_access_token_arguments::token"]],["impl Send for refreshToken",1,["wasmer_api::types::schema::__fields::Mutation::_refresh_access_token_arguments::refreshToken"]],["impl Send for refreshToken",1,["wasmer_api::types::schema::__fields::Mutation::_revoke_access_token_arguments::refreshToken"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_register_user_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_social_auth_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_validate_user_email_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_request_password_reset_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_request_validation_email_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_change_user_password_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_change_user_username_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_change_user_email_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_user_info_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_validate_user_password_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_generate_api_token_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_revoke_api_token_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_check_user_exists_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_read_notification_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_see_pending_notifications_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_new_nonce_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_validate_nonce_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2totp_get_token_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2totp_verify_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2totp_auth_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2_recovery_get_token_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2_recovery_auth_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2_email_auth_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2_email_get_token_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_publish_public_key_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_publish_package_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_push_package_release_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_tag_package_release_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_package_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_like_package_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_unlike_package_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_watch_package_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_unwatch_package_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_archive_package_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_rename_package_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_change_package_version_archived_status_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_create_namespace_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_namespace_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_delete_namespace_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_invite_namespace_collaborator_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_namespace_collaborator_invite_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_namespace_collaborator_invite_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_namespace_collaborator_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_namespace_collaborator_role_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_namespace_collaborator_invite_role_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_invite_package_collaborator_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_package_collaborator_invite_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_package_collaborator_invite_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_package_collaborator_role_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_package_collaborator_invite_role_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_package_collaborator_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_request_package_transfer_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_package_transfer_request_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_package_transfer_request_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_generate_bindings_for_all_packages_arguments::input"]],["impl Send for input",1,["wasmer_api::types::schema::__fields::Mutation::_make_package_public_arguments::input"]],["impl Send for acceptTOS",1,["wasmer_api::types::schema::__fields::Mutation::acceptTOS"]],["impl Send for publishDeployApp",1,["wasmer_api::types::schema::__fields::Mutation::publishDeployApp"]],["impl Send for deleteApp",1,["wasmer_api::types::schema::__fields::Mutation::deleteApp"]],["impl Send for joinWaitlist",1,["wasmer_api::types::schema::__fields::Mutation::joinWaitlist"]],["impl Send for addPayment",1,["wasmer_api::types::schema::__fields::Mutation::addPayment"]],["impl Send for markAppVersionAsActive",1,["wasmer_api::types::schema::__fields::Mutation::markAppVersionAsActive"]],["impl Send for makePaymentDefault",1,["wasmer_api::types::schema::__fields::Mutation::makePaymentDefault"]],["impl Send for detachPaymentMethod",1,["wasmer_api::types::schema::__fields::Mutation::detachPaymentMethod"]],["impl Send for generateDeployConfigToken",1,["wasmer_api::types::schema::__fields::Mutation::generateDeployConfigToken"]],["impl Send for renameApp",1,["wasmer_api::types::schema::__fields::Mutation::renameApp"]],["impl Send for renameAppAlias",1,["wasmer_api::types::schema::__fields::Mutation::renameAppAlias"]],["impl Send for purgeCacheForAppVersion",1,["wasmer_api::types::schema::__fields::Mutation::purgeCacheForAppVersion"]],["impl Send for requestAppTransfer",1,["wasmer_api::types::schema::__fields::Mutation::requestAppTransfer"]],["impl Send for acceptAppTransferRequest",1,["wasmer_api::types::schema::__fields::Mutation::acceptAppTransferRequest"]],["impl Send for removeAppTransferRequest",1,["wasmer_api::types::schema::__fields::Mutation::removeAppTransferRequest"]],["impl Send for createRepoForAppTemplate",1,["wasmer_api::types::schema::__fields::Mutation::createRepoForAppTemplate"]],["impl Send for registerDomain",1,["wasmer_api::types::schema::__fields::Mutation::registerDomain"]],["impl Send for upsertDNSRecord",1,["wasmer_api::types::schema::__fields::Mutation::upsertDNSRecord"]],["impl Send for deleteDNSRecord",1,["wasmer_api::types::schema::__fields::Mutation::deleteDNSRecord"]],["impl Send for upsertDomainFromZoneFile",1,["wasmer_api::types::schema::__fields::Mutation::upsertDomainFromZoneFile"]],["impl Send for deleteDomain",1,["wasmer_api::types::schema::__fields::Mutation::deleteDomain"]],["impl Send for tokenAuth",1,["wasmer_api::types::schema::__fields::Mutation::tokenAuth"]],["impl Send for generateDeployToken",1,["wasmer_api::types::schema::__fields::Mutation::generateDeployToken"]],["impl Send for verifyAccessToken",1,["wasmer_api::types::schema::__fields::Mutation::verifyAccessToken"]],["impl Send for refreshAccessToken",1,["wasmer_api::types::schema::__fields::Mutation::refreshAccessToken"]],["impl Send for revokeAccessToken",1,["wasmer_api::types::schema::__fields::Mutation::revokeAccessToken"]],["impl Send for registerUser",1,["wasmer_api::types::schema::__fields::Mutation::registerUser"]],["impl Send for socialAuth",1,["wasmer_api::types::schema::__fields::Mutation::socialAuth"]],["impl Send for validateUserEmail",1,["wasmer_api::types::schema::__fields::Mutation::validateUserEmail"]],["impl Send for requestPasswordReset",1,["wasmer_api::types::schema::__fields::Mutation::requestPasswordReset"]],["impl Send for requestValidationEmail",1,["wasmer_api::types::schema::__fields::Mutation::requestValidationEmail"]],["impl Send for changeUserPassword",1,["wasmer_api::types::schema::__fields::Mutation::changeUserPassword"]],["impl Send for changeUserUsername",1,["wasmer_api::types::schema::__fields::Mutation::changeUserUsername"]],["impl Send for changeUserEmail",1,["wasmer_api::types::schema::__fields::Mutation::changeUserEmail"]],["impl Send for updateUserInfo",1,["wasmer_api::types::schema::__fields::Mutation::updateUserInfo"]],["impl Send for validateUserPassword",1,["wasmer_api::types::schema::__fields::Mutation::validateUserPassword"]],["impl Send for generateApiToken",1,["wasmer_api::types::schema::__fields::Mutation::generateApiToken"]],["impl Send for revokeApiToken",1,["wasmer_api::types::schema::__fields::Mutation::revokeApiToken"]],["impl Send for checkUserExists",1,["wasmer_api::types::schema::__fields::Mutation::checkUserExists"]],["impl Send for readNotification",1,["wasmer_api::types::schema::__fields::Mutation::readNotification"]],["impl Send for seePendingNotifications",1,["wasmer_api::types::schema::__fields::Mutation::seePendingNotifications"]],["impl Send for newNonce",1,["wasmer_api::types::schema::__fields::Mutation::newNonce"]],["impl Send for validateNonce",1,["wasmer_api::types::schema::__fields::Mutation::validateNonce"]],["impl Send for mfa2totpGetToken",1,["wasmer_api::types::schema::__fields::Mutation::mfa2totpGetToken"]],["impl Send for mfa2totpVerify",1,["wasmer_api::types::schema::__fields::Mutation::mfa2totpVerify"]],["impl Send for mfa2totpAuth",1,["wasmer_api::types::schema::__fields::Mutation::mfa2totpAuth"]],["impl Send for mfa2RecoveryGetToken",1,["wasmer_api::types::schema::__fields::Mutation::mfa2RecoveryGetToken"]],["impl Send for mfa2RecoveryAuth",1,["wasmer_api::types::schema::__fields::Mutation::mfa2RecoveryAuth"]],["impl Send for mfa2EmailAuth",1,["wasmer_api::types::schema::__fields::Mutation::mfa2EmailAuth"]],["impl Send for mfa2EmailGetToken",1,["wasmer_api::types::schema::__fields::Mutation::mfa2EmailGetToken"]],["impl Send for publishPublicKey",1,["wasmer_api::types::schema::__fields::Mutation::publishPublicKey"]],["impl Send for publishPackage",1,["wasmer_api::types::schema::__fields::Mutation::publishPackage"]],["impl Send for pushPackageRelease",1,["wasmer_api::types::schema::__fields::Mutation::pushPackageRelease"]],["impl Send for tagPackageRelease",1,["wasmer_api::types::schema::__fields::Mutation::tagPackageRelease"]],["impl Send for updatePackage",1,["wasmer_api::types::schema::__fields::Mutation::updatePackage"]],["impl Send for likePackage",1,["wasmer_api::types::schema::__fields::Mutation::likePackage"]],["impl Send for unlikePackage",1,["wasmer_api::types::schema::__fields::Mutation::unlikePackage"]],["impl Send for watchPackage",1,["wasmer_api::types::schema::__fields::Mutation::watchPackage"]],["impl Send for unwatchPackage",1,["wasmer_api::types::schema::__fields::Mutation::unwatchPackage"]],["impl Send for archivePackage",1,["wasmer_api::types::schema::__fields::Mutation::archivePackage"]],["impl Send for renamePackage",1,["wasmer_api::types::schema::__fields::Mutation::renamePackage"]],["impl Send for changePackageVersionArchivedStatus",1,["wasmer_api::types::schema::__fields::Mutation::changePackageVersionArchivedStatus"]],["impl Send for createNamespace",1,["wasmer_api::types::schema::__fields::Mutation::createNamespace"]],["impl Send for updateNamespace",1,["wasmer_api::types::schema::__fields::Mutation::updateNamespace"]],["impl Send for deleteNamespace",1,["wasmer_api::types::schema::__fields::Mutation::deleteNamespace"]],["impl Send for inviteNamespaceCollaborator",1,["wasmer_api::types::schema::__fields::Mutation::inviteNamespaceCollaborator"]],["impl Send for acceptNamespaceCollaboratorInvite",1,["wasmer_api::types::schema::__fields::Mutation::acceptNamespaceCollaboratorInvite"]],["impl Send for removeNamespaceCollaboratorInvite",1,["wasmer_api::types::schema::__fields::Mutation::removeNamespaceCollaboratorInvite"]],["impl Send for removeNamespaceCollaborator",1,["wasmer_api::types::schema::__fields::Mutation::removeNamespaceCollaborator"]],["impl Send for updateNamespaceCollaboratorRole",1,["wasmer_api::types::schema::__fields::Mutation::updateNamespaceCollaboratorRole"]],["impl Send for updateNamespaceCollaboratorInviteRole",1,["wasmer_api::types::schema::__fields::Mutation::updateNamespaceCollaboratorInviteRole"]],["impl Send for invitePackageCollaborator",1,["wasmer_api::types::schema::__fields::Mutation::invitePackageCollaborator"]],["impl Send for acceptPackageCollaboratorInvite",1,["wasmer_api::types::schema::__fields::Mutation::acceptPackageCollaboratorInvite"]],["impl Send for removePackageCollaboratorInvite",1,["wasmer_api::types::schema::__fields::Mutation::removePackageCollaboratorInvite"]],["impl Send for updatePackageCollaboratorRole",1,["wasmer_api::types::schema::__fields::Mutation::updatePackageCollaboratorRole"]],["impl Send for updatePackageCollaboratorInviteRole",1,["wasmer_api::types::schema::__fields::Mutation::updatePackageCollaboratorInviteRole"]],["impl Send for removePackageCollaborator",1,["wasmer_api::types::schema::__fields::Mutation::removePackageCollaborator"]],["impl Send for requestPackageTransfer",1,["wasmer_api::types::schema::__fields::Mutation::requestPackageTransfer"]],["impl Send for acceptPackageTransferRequest",1,["wasmer_api::types::schema::__fields::Mutation::acceptPackageTransferRequest"]],["impl Send for removePackageTransferRequest",1,["wasmer_api::types::schema::__fields::Mutation::removePackageTransferRequest"]],["impl Send for generateBindingsForAllPackages",1,["wasmer_api::types::schema::__fields::Mutation::generateBindingsForAllPackages"]],["impl Send for makePackagePublic",1,["wasmer_api::types::schema::__fields::Mutation::makePackagePublic"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Mutation::__typename"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::NSRecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::NSRecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::NSRecord::deletedAt"]],["impl Send for nsdname",1,["wasmer_api::types::schema::__fields::NSRecord::nsdname"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::NSRecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::NSRecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::NSRecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::NSRecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::NSRecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::NSRecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NSRecord::__typename"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::last"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::sortBy"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::last"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_public_activity_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_public_activity_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_public_activity_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_public_activity_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::last"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::Namespace::_viewer_has_role_arguments::role"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::Namespace::_viewer_as_collaborator_arguments::role"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::last"]],["impl Send for forRange",1,["wasmer_api::types::schema::__fields::Namespace::_usage_metrics_arguments::forRange"]],["impl Send for variant",1,["wasmer_api::types::schema::__fields::Namespace::_usage_metrics_arguments::variant"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::last"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Namespace::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Namespace::name"]],["impl Send for displayName",1,["wasmer_api::types::schema::__fields::Namespace::displayName"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::Namespace::description"]],["impl Send for avatar",1,["wasmer_api::types::schema::__fields::Namespace::avatar"]],["impl Send for avatarUpdatedAt",1,["wasmer_api::types::schema::__fields::Namespace::avatarUpdatedAt"]],["impl Send for twitterHandle",1,["wasmer_api::types::schema::__fields::Namespace::twitterHandle"]],["impl Send for githubHandle",1,["wasmer_api::types::schema::__fields::Namespace::githubHandle"]],["impl Send for websiteUrl",1,["wasmer_api::types::schema::__fields::Namespace::websiteUrl"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::Namespace::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::Namespace::updatedAt"]],["impl Send for wasmerInternal",1,["wasmer_api::types::schema::__fields::Namespace::wasmerInternal"]],["impl Send for maintainerInvites",1,["wasmer_api::types::schema::__fields::Namespace::maintainerInvites"]],["impl Send for userSet",1,["wasmer_api::types::schema::__fields::Namespace::userSet"]],["impl Send for globalName",1,["wasmer_api::types::schema::__fields::Namespace::globalName"]],["impl Send for globalId",1,["wasmer_api::types::schema::__fields::Namespace::globalId"]],["impl Send for packages",1,["wasmer_api::types::schema::__fields::Namespace::packages"]],["impl Send for apps",1,["wasmer_api::types::schema::__fields::Namespace::apps"]],["impl Send for packageVersions",1,["wasmer_api::types::schema::__fields::Namespace::packageVersions"]],["impl Send for collaborators",1,["wasmer_api::types::schema::__fields::Namespace::collaborators"]],["impl Send for publicActivity",1,["wasmer_api::types::schema::__fields::Namespace::publicActivity"]],["impl Send for pendingInvites",1,["wasmer_api::types::schema::__fields::Namespace::pendingInvites"]],["impl Send for viewerHasRole",1,["wasmer_api::types::schema::__fields::Namespace::viewerHasRole"]],["impl Send for viewerAsCollaborator",1,["wasmer_api::types::schema::__fields::Namespace::viewerAsCollaborator"]],["impl Send for viewerIsInvited",1,["wasmer_api::types::schema::__fields::Namespace::viewerIsInvited"]],["impl Send for viewerInvitation",1,["wasmer_api::types::schema::__fields::Namespace::viewerInvitation"]],["impl Send for packageTransfersIncoming",1,["wasmer_api::types::schema::__fields::Namespace::packageTransfersIncoming"]],["impl Send for usageMetrics",1,["wasmer_api::types::schema::__fields::Namespace::usageMetrics"]],["impl Send for domains",1,["wasmer_api::types::schema::__fields::Namespace::domains"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Namespace::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::id"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::user"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::role"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::namespace"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::updatedAt"]],["impl Send for invite",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::invite"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorEdge::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::id"]],["impl Send for requestedBy",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::requestedBy"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::user"]],["impl Send for inviteEmail",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::inviteEmail"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::namespace"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::role"]],["impl Send for accepted",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::accepted"]],["impl Send for approvedBy",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::approvedBy"]],["impl Send for declinedBy",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::declinedBy"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::createdAt"]],["impl Send for expiresAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::expiresAt"]],["impl Send for closedAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::closedAt"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteEdge::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::NamespaceConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::NamespaceConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::NamespaceConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NamespaceConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::NamespaceEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::NamespaceEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NamespaceEdge::__typename"]],["impl Send for count",1,["wasmer_api::types::schema::__fields::NamespacesFilter::count"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::NamespacesFilter::sortBy"]],["impl Send for packageCount",1,["wasmer_api::types::schema::__fields::NamespacesFilter::packageCount"]],["impl Send for createdAfter",1,["wasmer_api::types::schema::__fields::NamespacesFilter::createdAfter"]],["impl Send for createdBefore",1,["wasmer_api::types::schema::__fields::NamespacesFilter::createdBefore"]],["impl Send for userCount",1,["wasmer_api::types::schema::__fields::NamespacesFilter::userCount"]],["impl Send for collaborator",1,["wasmer_api::types::schema::__fields::NamespacesFilter::collaborator"]],["impl Send for orderBy",1,["wasmer_api::types::schema::__fields::NamespacesFilter::orderBy"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::NativeExecutable::id"]],["impl Send for module",1,["wasmer_api::types::schema::__fields::NativeExecutable::module"]],["impl Send for filename",1,["wasmer_api::types::schema::__fields::NativeExecutable::filename"]],["impl Send for filesize",1,["wasmer_api::types::schema::__fields::NativeExecutable::filesize"]],["impl Send for targetTriple",1,["wasmer_api::types::schema::__fields::NativeExecutable::targetTriple"]],["impl Send for downloadUrl",1,["wasmer_api::types::schema::__fields::NativeExecutable::downloadUrl"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NativeExecutable::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::NativeExecutableConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::NativeExecutableConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::NativeExecutableConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NativeExecutableConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::NativeExecutableEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::NativeExecutableEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NativeExecutableEdge::__typename"]],["impl Send for allowAllHosts",1,["wasmer_api::types::schema::__fields::NetworkDnsAllowedHostsV1::allowAllHosts"]],["impl Send for hosts",1,["wasmer_api::types::schema::__fields::NetworkDnsAllowedHostsV1::hosts"]],["impl Send for regexPatterns",1,["wasmer_api::types::schema::__fields::NetworkDnsAllowedHostsV1::regexPatterns"]],["impl Send for wildcardPatterns",1,["wasmer_api::types::schema::__fields::NetworkDnsAllowedHostsV1::wildcardPatterns"]],["impl Send for enabled",1,["wasmer_api::types::schema::__fields::NetworkEgressV1::enabled"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::NewNonceInput::name"]],["impl Send for callbackUrl",1,["wasmer_api::types::schema::__fields::NewNonceInput::callbackUrl"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::NewNonceInput::clientMutationId"]],["impl Send for nonce",1,["wasmer_api::types::schema::__fields::NewNoncePayload::nonce"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::NewNoncePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NewNoncePayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Node::id"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Node::__typename"]],["impl Send for entity",1,["wasmer_api::types::schema::__fields::NodeBodyRange::entity"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::NodeBodyRange::offset"]],["impl Send for length",1,["wasmer_api::types::schema::__fields::NodeBodyRange::length"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NodeBodyRange::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Nonce::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Nonce::name"]],["impl Send for callbackUrl",1,["wasmer_api::types::schema::__fields::Nonce::callbackUrl"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::Nonce::createdAt"]],["impl Send for isValidated",1,["wasmer_api::types::schema::__fields::Nonce::isValidated"]],["impl Send for secret",1,["wasmer_api::types::schema::__fields::Nonce::secret"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::Nonce::token"]],["impl Send for expired",1,["wasmer_api::types::schema::__fields::Nonce::expired"]],["impl Send for authUrl",1,["wasmer_api::types::schema::__fields::Nonce::authUrl"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Nonce::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::NonceConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::NonceConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::NonceConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NonceConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::NonceEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::NonceEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::NonceEdge::__typename"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenInput::clientMutationId"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenInput::username"]],["impl Send for password",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenInput::password"]],["impl Send for payload",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::payload"]],["impl Send for refreshExpiresIn",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::refreshExpiresIn"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::username"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::clientMutationId"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::token"]],["impl Send for refreshToken",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::refreshToken"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::__typename"]],["impl Send for globalName",1,["wasmer_api::types::schema::__fields::Owner::globalName"]],["impl Send for globalId",1,["wasmer_api::types::schema::__fields::Owner::globalId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Owner::__typename"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PTRRecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::PTRRecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::PTRRecord::deletedAt"]],["impl Send for ptrdname",1,["wasmer_api::types::schema::__fields::PTRRecord::ptrdname"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PTRRecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PTRRecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::PTRRecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::PTRRecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::PTRRecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::PTRRecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PTRRecord::__typename"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::last"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::Package::_viewer_has_role_arguments::role"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::Package::_viewer_as_collaborator_arguments::role"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Package::_similar_package_versions_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Package::_similar_package_versions_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Package::_similar_package_versions_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Package::_similar_package_versions_arguments::last"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Package::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Package::name"]],["impl Send for private",1,["wasmer_api::types::schema::__fields::Package::private"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::Package::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::Package::updatedAt"]],["impl Send for maintainers",1,["wasmer_api::types::schema::__fields::Package::maintainers"]],["impl Send for curated",1,["wasmer_api::types::schema::__fields::Package::curated"]],["impl Send for ownerObjectId",1,["wasmer_api::types::schema::__fields::Package::ownerObjectId"]],["impl Send for lastVersion",1,["wasmer_api::types::schema::__fields::Package::lastVersion"]],["impl Send for icon",1,["wasmer_api::types::schema::__fields::Package::icon"]],["impl Send for totalDownloads",1,["wasmer_api::types::schema::__fields::Package::totalDownloads"]],["impl Send for iconUpdatedAt",1,["wasmer_api::types::schema::__fields::Package::iconUpdatedAt"]],["impl Send for watchersCount",1,["wasmer_api::types::schema::__fields::Package::watchersCount"]],["impl Send for webcs",1,["wasmer_api::types::schema::__fields::Package::webcs"]],["impl Send for appTemplates",1,["wasmer_api::types::schema::__fields::Package::appTemplates"]],["impl Send for packagewebcSet",1,["wasmer_api::types::schema::__fields::Package::packagewebcSet"]],["impl Send for versions",1,["wasmer_api::types::schema::__fields::Package::versions"]],["impl Send for collectionSet",1,["wasmer_api::types::schema::__fields::Package::collectionSet"]],["impl Send for categories",1,["wasmer_api::types::schema::__fields::Package::categories"]],["impl Send for keywords",1,["wasmer_api::types::schema::__fields::Package::keywords"]],["impl Send for likersCount",1,["wasmer_api::types::schema::__fields::Package::likersCount"]],["impl Send for viewerHasLiked",1,["wasmer_api::types::schema::__fields::Package::viewerHasLiked"]],["impl Send for globalName",1,["wasmer_api::types::schema::__fields::Package::globalName"]],["impl Send for globalId",1,["wasmer_api::types::schema::__fields::Package::globalId"]],["impl Send for alias",1,["wasmer_api::types::schema::__fields::Package::alias"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::Package::namespace"]],["impl Send for displayName",1,["wasmer_api::types::schema::__fields::Package::displayName"]],["impl Send for packageName",1,["wasmer_api::types::schema::__fields::Package::packageName"]],["impl Send for appIcon",1,["wasmer_api::types::schema::__fields::Package::appIcon"]],["impl Send for downloadsCount",1,["wasmer_api::types::schema::__fields::Package::downloadsCount"]],["impl Send for publicKeys",1,["wasmer_api::types::schema::__fields::Package::publicKeys"]],["impl Send for collaborators",1,["wasmer_api::types::schema::__fields::Package::collaborators"]],["impl Send for pendingInvites",1,["wasmer_api::types::schema::__fields::Package::pendingInvites"]],["impl Send for viewerHasRole",1,["wasmer_api::types::schema::__fields::Package::viewerHasRole"]],["impl Send for viewerAsCollaborator",1,["wasmer_api::types::schema::__fields::Package::viewerAsCollaborator"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::Package::owner"]],["impl Send for isTransferring",1,["wasmer_api::types::schema::__fields::Package::isTransferring"]],["impl Send for activeTransferRequest",1,["wasmer_api::types::schema::__fields::Package::activeTransferRequest"]],["impl Send for isArchived",1,["wasmer_api::types::schema::__fields::Package::isArchived"]],["impl Send for viewerIsWatching",1,["wasmer_api::types::schema::__fields::Package::viewerIsWatching"]],["impl Send for showDeployButton",1,["wasmer_api::types::schema::__fields::Package::showDeployButton"]],["impl Send for similarPackageVersions",1,["wasmer_api::types::schema::__fields::Package::similarPackageVersions"]],["impl Send for viewerIsInvited",1,["wasmer_api::types::schema::__fields::Package::viewerIsInvited"]],["impl Send for viewerInvitation",1,["wasmer_api::types::schema::__fields::Package::viewerInvitation"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Package::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PackageCollaborator::id"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::PackageCollaborator::user"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::PackageCollaborator::role"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::PackageCollaborator::package"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageCollaborator::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::PackageCollaborator::updatedAt"]],["impl Send for invite",1,["wasmer_api::types::schema::__fields::PackageCollaborator::invite"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaborator::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageCollaboratorConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageCollaboratorConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageCollaboratorConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageCollaboratorEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageCollaboratorEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorEdge::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::id"]],["impl Send for requestedBy",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::requestedBy"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::user"]],["impl Send for inviteEmail",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::inviteEmail"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::package"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::role"]],["impl Send for accepted",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::accepted"]],["impl Send for approvedBy",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::approvedBy"]],["impl Send for declinedBy",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::declinedBy"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::createdAt"]],["impl Send for expiresAt",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::expiresAt"]],["impl Send for closedAt",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::closedAt"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteEdge::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageConnection::__typename"]],["impl Send for downloadUrl",1,["wasmer_api::types::schema::__fields::PackageDistribution::downloadUrl"]],["impl Send for expiresInSeconds",1,["wasmer_api::types::schema::__fields::PackageDistribution::expiresInSeconds"]],["impl Send for size",1,["wasmer_api::types::schema::__fields::PackageDistribution::size"]],["impl Send for piritaDownloadUrl",1,["wasmer_api::types::schema::__fields::PackageDistribution::piritaDownloadUrl"]],["impl Send for piritaExpiresInSeconds",1,["wasmer_api::types::schema::__fields::PackageDistribution::piritaExpiresInSeconds"]],["impl Send for piritaSize",1,["wasmer_api::types::schema::__fields::PackageDistribution::piritaSize"]],["impl Send for piritaSha256Hash",1,["wasmer_api::types::schema::__fields::PackageDistribution::piritaSha256Hash"]],["impl Send for webcDownloadUrl",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcDownloadUrl"]],["impl Send for webcExpiresInSeconds",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcExpiresInSeconds"]],["impl Send for webcSize",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcSize"]],["impl Send for webcSha256Hash",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcSha256Hash"]],["impl Send for webcVersion",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcVersion"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageDistribution::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageEdge::__typename"]],["impl Send for versionsPublishedThisMonth",1,["wasmer_api::types::schema::__fields::PackageInfo::versionsPublishedThisMonth"]],["impl Send for newPackagesThisMonth",1,["wasmer_api::types::schema::__fields::PackageInfo::newPackagesThisMonth"]],["impl Send for packageDownloadsThisMonth",1,["wasmer_api::types::schema::__fields::PackageInfo::packageDownloadsThisMonth"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageInfo::__typename"]],["impl Send for piritaManifest",1,["wasmer_api::types::schema::__fields::PackageInstance::piritaManifest"]],["impl Send for piritaOffsets",1,["wasmer_api::types::schema::__fields::PackageInstance::piritaOffsets"]],["impl Send for piritaVolumes",1,["wasmer_api::types::schema::__fields::PackageInstance::piritaVolumes"]],["impl Send for isArchived",1,["wasmer_api::types::schema::__fields::PackageInstance::isArchived"]],["impl Send for clientName",1,["wasmer_api::types::schema::__fields::PackageInstance::clientName"]],["impl Send for publishedBy",1,["wasmer_api::types::schema::__fields::PackageInstance::publishedBy"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageInstance::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::PackageInstance::updatedAt"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::PackageInstance::package"]],["impl Send for webc",1,["wasmer_api::types::schema::__fields::PackageInstance::webc"]],["impl Send for webcV3",1,["wasmer_api::types::schema::__fields::PackageInstance::webcV3"]],["impl Send for tag",1,["wasmer_api::types::schema::__fields::PackageInstance::tag"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageInstance::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PackageKeyword::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PackageKeyword::name"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageKeyword::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageKeywordConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageKeywordConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageKeywordConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageKeywordConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageKeywordEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageKeywordEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageKeywordEdge::__typename"]],["impl Send for globalName",1,["wasmer_api::types::schema::__fields::PackageOwner::globalName"]],["impl Send for globalId",1,["wasmer_api::types::schema::__fields::PackageOwner::globalId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageOwner::__typename"]],["impl Send for piritaManifest",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::piritaManifest"]],["impl Send for piritaOffsets",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::piritaOffsets"]],["impl Send for piritaVolumes",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::piritaVolumes"]],["impl Send for isArchived",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::isArchived"]],["impl Send for clientName",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::clientName"]],["impl Send for publishedBy",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::publishedBy"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::updatedAt"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::package"]],["impl Send for webc",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::webc"]],["impl Send for webcV3",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::webcV3"]],["impl Send for tag",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::tag"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageSearchConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageSearchConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageSearchConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageSearchConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageSearchEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageSearchEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageSearchEdge::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::id"]],["impl Send for requestedBy",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::requestedBy"]],["impl Send for previousOwnerObjectId",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::previousOwnerObjectId"]],["impl Send for newOwnerObjectId",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::newOwnerObjectId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::package"]],["impl Send for approvedBy",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::approvedBy"]],["impl Send for declinedBy",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::declinedBy"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::createdAt"]],["impl Send for expiresAt",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::expiresAt"]],["impl Send for closedAt",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::closedAt"]],["impl Send for previousOwner",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::previousOwner"]],["impl Send for newOwner",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::newOwner"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageTransferRequestConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageTransferRequestConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageTransferRequestConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageTransferRequestConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageTransferRequestEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageTransferRequestEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageTransferRequestEdge::__typename"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::last"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::PackageVersion::_distribution_arguments::version"]],["impl Send for volume",1,["wasmer_api::types::schema::__fields::PackageVersion::_get_pirita_contents_arguments::volume"]],["impl Send for base",1,["wasmer_api::types::schema::__fields::PackageVersion::_get_pirita_contents_arguments::base"]],["impl Send for volume",1,["wasmer_api::types::schema::__fields::PackageVersion::_get_webc_contents_arguments::volume"]],["impl Send for base",1,["wasmer_api::types::schema::__fields::PackageVersion::_get_webc_contents_arguments::base"]],["impl Send for triple",1,["wasmer_api::types::schema::__fields::PackageVersion::_native_executables_arguments::triple"]],["impl Send for wasmerCompilerVersion",1,["wasmer_api::types::schema::__fields::PackageVersion::_native_executables_arguments::wasmerCompilerVersion"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindings_set_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindings_set_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindings_set_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindings_set_arguments::last"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PackageVersion::id"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageVersion::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::PackageVersion::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::PackageVersion::deletedAt"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::PackageVersion::package"]],["impl Send for webc",1,["wasmer_api::types::schema::__fields::PackageVersion::webc"]],["impl Send for webcV3",1,["wasmer_api::types::schema::__fields::PackageVersion::webcV3"]],["impl Send for dependencies",1,["wasmer_api::types::schema::__fields::PackageVersion::dependencies"]],["impl Send for publishedBy",1,["wasmer_api::types::schema::__fields::PackageVersion::publishedBy"]],["impl Send for tag",1,["wasmer_api::types::schema::__fields::PackageVersion::tag"]],["impl Send for clientName",1,["wasmer_api::types::schema::__fields::PackageVersion::clientName"]],["impl Send for webcGenerationErrors",1,["wasmer_api::types::schema::__fields::PackageVersion::webcGenerationErrors"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::PackageVersion::version"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::PackageVersion::description"]],["impl Send for manifest",1,["wasmer_api::types::schema::__fields::PackageVersion::manifest"]],["impl Send for license",1,["wasmer_api::types::schema::__fields::PackageVersion::license"]],["impl Send for licenseFile",1,["wasmer_api::types::schema::__fields::PackageVersion::licenseFile"]],["impl Send for readme",1,["wasmer_api::types::schema::__fields::PackageVersion::readme"]],["impl Send for witMd",1,["wasmer_api::types::schema::__fields::PackageVersion::witMd"]],["impl Send for repository",1,["wasmer_api::types::schema::__fields::PackageVersion::repository"]],["impl Send for homepage",1,["wasmer_api::types::schema::__fields::PackageVersion::homepage"]],["impl Send for staticObjectsCompiled",1,["wasmer_api::types::schema::__fields::PackageVersion::staticObjectsCompiled"]],["impl Send for nativeExecutablesCompiled",1,["wasmer_api::types::schema::__fields::PackageVersion::nativeExecutablesCompiled"]],["impl Send for signature",1,["wasmer_api::types::schema::__fields::PackageVersion::signature"]],["impl Send for isArchived",1,["wasmer_api::types::schema::__fields::PackageVersion::isArchived"]],["impl Send for file",1,["wasmer_api::types::schema::__fields::PackageVersion::file"]],["impl Send for fileSize",1,["wasmer_api::types::schema::__fields::PackageVersion::fileSize"]],["impl Send for totalDownloads",1,["wasmer_api::types::schema::__fields::PackageVersion::totalDownloads"]],["impl Send for bindingsState",1,["wasmer_api::types::schema::__fields::PackageVersion::bindingsState"]],["impl Send for nativeExecutablesState",1,["wasmer_api::types::schema::__fields::PackageVersion::nativeExecutablesState"]],["impl Send for deployappversionSet",1,["wasmer_api::types::schema::__fields::PackageVersion::deployappversionSet"]],["impl Send for packagewebcSet",1,["wasmer_api::types::schema::__fields::PackageVersion::packagewebcSet"]],["impl Send for lastversionPackage",1,["wasmer_api::types::schema::__fields::PackageVersion::lastversionPackage"]],["impl Send for commands",1,["wasmer_api::types::schema::__fields::PackageVersion::commands"]],["impl Send for nativeexecutableSet",1,["wasmer_api::types::schema::__fields::PackageVersion::nativeexecutableSet"]],["impl Send for bindingsgeneratorSet",1,["wasmer_api::types::schema::__fields::PackageVersion::bindingsgeneratorSet"]],["impl Send for javascriptlanguagebindingSet",1,["wasmer_api::types::schema::__fields::PackageVersion::javascriptlanguagebindingSet"]],["impl Send for pythonlanguagebindingSet",1,["wasmer_api::types::schema::__fields::PackageVersion::pythonlanguagebindingSet"]],["impl Send for piritaManifest",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaManifest"]],["impl Send for piritaOffsets",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaOffsets"]],["impl Send for piritaVolumes",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaVolumes"]],["impl Send for piritaFile",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaFile"]],["impl Send for piritaFileSize",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaFileSize"]],["impl Send for pirita256hash",1,["wasmer_api::types::schema::__fields::PackageVersion::pirita256hash"]],["impl Send for distribution",1,["wasmer_api::types::schema::__fields::PackageVersion::distribution"]],["impl Send for filesystem",1,["wasmer_api::types::schema::__fields::PackageVersion::filesystem"]],["impl Send for isLastVersion",1,["wasmer_api::types::schema::__fields::PackageVersion::isLastVersion"]],["impl Send for witFile",1,["wasmer_api::types::schema::__fields::PackageVersion::witFile"]],["impl Send for isSigned",1,["wasmer_api::types::schema::__fields::PackageVersion::isSigned"]],["impl Send for moduleInterfaces",1,["wasmer_api::types::schema::__fields::PackageVersion::moduleInterfaces"]],["impl Send for modules",1,["wasmer_api::types::schema::__fields::PackageVersion::modules"]],["impl Send for getPiritaContents",1,["wasmer_api::types::schema::__fields::PackageVersion::getPiritaContents"]],["impl Send for getWebcContents",1,["wasmer_api::types::schema::__fields::PackageVersion::getWebcContents"]],["impl Send for nativeExecutables",1,["wasmer_api::types::schema::__fields::PackageVersion::nativeExecutables"]],["impl Send for bindings",1,["wasmer_api::types::schema::__fields::PackageVersion::bindings"]],["impl Send for npmBindings",1,["wasmer_api::types::schema::__fields::PackageVersion::npmBindings"]],["impl Send for pythonBindings",1,["wasmer_api::types::schema::__fields::PackageVersion::pythonBindings"]],["impl Send for bindingsSet",1,["wasmer_api::types::schema::__fields::PackageVersion::bindingsSet"]],["impl Send for hasBindings",1,["wasmer_api::types::schema::__fields::PackageVersion::hasBindings"]],["impl Send for hasCommands",1,["wasmer_api::types::schema::__fields::PackageVersion::hasCommands"]],["impl Send for showDeployButton",1,["wasmer_api::types::schema::__fields::PackageVersion::showDeployButton"]],["impl Send for isCorrupt",1,["wasmer_api::types::schema::__fields::PackageVersion::isCorrupt"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersion::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageVersionBindingConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageVersionBindingConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageVersionBindingConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionBindingConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageVersionBindingEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageVersionBindingEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionBindingEdge::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageVersionConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageVersionConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageVersionConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageVersionEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageVersionEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionEdge::__typename"]],["impl Send for wasm",1,["wasmer_api::types::schema::__fields::PackageVersionFilesystem::wasm"]],["impl Send for host",1,["wasmer_api::types::schema::__fields::PackageVersionFilesystem::host"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionFilesystem::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::id"]],["impl Send for language",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::language"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::url"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::createdAt"]],["impl Send for generator",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::generator"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::name"]],["impl Send for kind",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::kind"]],["impl Send for packageName",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::packageName"]],["impl Send for importablePackageName",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::importablePackageName"]],["impl Send for codeSnippetExample",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::codeSnippetExample"]],["impl Send for module",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::module"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PackageVersionModule::name"]],["impl Send for source",1,["wasmer_api::types::schema::__fields::PackageVersionModule::source"]],["impl Send for abi",1,["wasmer_api::types::schema::__fields::PackageVersionModule::abi"]],["impl Send for publicUrl",1,["wasmer_api::types::schema::__fields::PackageVersionModule::publicUrl"]],["impl Send for atom",1,["wasmer_api::types::schema::__fields::PackageVersionModule::atom"]],["impl Send for rangeHeader",1,["wasmer_api::types::schema::__fields::PackageVersionModule::rangeHeader"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionModule::__typename"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::_npm_default_install_package_name_arguments::url"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::id"]],["impl Send for language",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::language"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::url"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::createdAt"]],["impl Send for generator",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::generator"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::name"]],["impl Send for kind",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::kind"]],["impl Send for packageName",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::packageName"]],["impl Send for importablePackageName",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::importablePackageName"]],["impl Send for codeSnippetExample",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::codeSnippetExample"]],["impl Send for module",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::module"]],["impl Send for npmDefaultInstallPackageName",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::npmDefaultInstallPackageName"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingEdge::__typename"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::_python_default_install_package_name_arguments::url"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::id"]],["impl Send for language",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::language"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::url"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::createdAt"]],["impl Send for generator",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::generator"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::name"]],["impl Send for kind",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::kind"]],["impl Send for packageName",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::packageName"]],["impl Send for importablePackageName",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::importablePackageName"]],["impl Send for codeSnippetExample",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::codeSnippetExample"]],["impl Send for module",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::module"]],["impl Send for pythonDefaultInstallPackageName",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::pythonDefaultInstallPackageName"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingEdge::__typename"]],["impl Send for state",1,["wasmer_api::types::schema::__fields::PackageVersionReadyResponse::state"]],["impl Send for packageVersion",1,["wasmer_api::types::schema::__fields::PackageVersionReadyResponse::packageVersion"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::PackageVersionReadyResponse::success"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionReadyResponse::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PackageWebc::id"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::PackageWebc::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::PackageWebc::updatedAt"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::PackageWebc::package"]],["impl Send for webc",1,["wasmer_api::types::schema::__fields::PackageWebc::webc"]],["impl Send for piritaManifest",1,["wasmer_api::types::schema::__fields::PackageWebc::piritaManifest"]],["impl Send for piritaOffsets",1,["wasmer_api::types::schema::__fields::PackageWebc::piritaOffsets"]],["impl Send for piritaVolumes",1,["wasmer_api::types::schema::__fields::PackageWebc::piritaVolumes"]],["impl Send for isArchived",1,["wasmer_api::types::schema::__fields::PackageWebc::isArchived"]],["impl Send for clientName",1,["wasmer_api::types::schema::__fields::PackageWebc::clientName"]],["impl Send for publishedBy",1,["wasmer_api::types::schema::__fields::PackageWebc::publishedBy"]],["impl Send for webcV3",1,["wasmer_api::types::schema::__fields::PackageWebc::webcV3"]],["impl Send for tag",1,["wasmer_api::types::schema::__fields::PackageWebc::tag"]],["impl Send for webcUrl",1,["wasmer_api::types::schema::__fields::PackageWebc::webcUrl"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageWebc::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::PackageWebcConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::PackageWebcConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::PackageWebcConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageWebcConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::PackageWebcEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::PackageWebcEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PackageWebcEdge::__typename"]],["impl Send for count",1,["wasmer_api::types::schema::__fields::PackagesFilter::count"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::PackagesFilter::sortBy"]],["impl Send for curated",1,["wasmer_api::types::schema::__fields::PackagesFilter::curated"]],["impl Send for publishDate",1,["wasmer_api::types::schema::__fields::PackagesFilter::publishDate"]],["impl Send for hasBindings",1,["wasmer_api::types::schema::__fields::PackagesFilter::hasBindings"]],["impl Send for isStandalone",1,["wasmer_api::types::schema::__fields::PackagesFilter::isStandalone"]],["impl Send for hasCommands",1,["wasmer_api::types::schema::__fields::PackagesFilter::hasCommands"]],["impl Send for withInterfaces",1,["wasmer_api::types::schema::__fields::PackagesFilter::withInterfaces"]],["impl Send for deployable",1,["wasmer_api::types::schema::__fields::PackagesFilter::deployable"]],["impl Send for license",1,["wasmer_api::types::schema::__fields::PackagesFilter::license"]],["impl Send for createdAfter",1,["wasmer_api::types::schema::__fields::PackagesFilter::createdAfter"]],["impl Send for createdBefore",1,["wasmer_api::types::schema::__fields::PackagesFilter::createdBefore"]],["impl Send for lastPublishedAfter",1,["wasmer_api::types::schema::__fields::PackagesFilter::lastPublishedAfter"]],["impl Send for lastPublishedBefore",1,["wasmer_api::types::schema::__fields::PackagesFilter::lastPublishedBefore"]],["impl Send for size",1,["wasmer_api::types::schema::__fields::PackagesFilter::size"]],["impl Send for downloads",1,["wasmer_api::types::schema::__fields::PackagesFilter::downloads"]],["impl Send for likes",1,["wasmer_api::types::schema::__fields::PackagesFilter::likes"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::PackagesFilter::owner"]],["impl Send for publishedBy",1,["wasmer_api::types::schema::__fields::PackagesFilter::publishedBy"]],["impl Send for orderBy",1,["wasmer_api::types::schema::__fields::PackagesFilter::orderBy"]],["impl Send for hasNextPage",1,["wasmer_api::types::schema::__fields::PageInfo::hasNextPage"]],["impl Send for hasPreviousPage",1,["wasmer_api::types::schema::__fields::PageInfo::hasPreviousPage"]],["impl Send for startCursor",1,["wasmer_api::types::schema::__fields::PageInfo::startCursor"]],["impl Send for endCursor",1,["wasmer_api::types::schema::__fields::PageInfo::endCursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PageInfo::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Payment::id"]],["impl Send for amount",1,["wasmer_api::types::schema::__fields::Payment::amount"]],["impl Send for paidOn",1,["wasmer_api::types::schema::__fields::Payment::paidOn"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Payment::__typename"]],["impl Send for created",1,["wasmer_api::types::schema::__fields::PaymentIntent::created"]],["impl Send for currency",1,["wasmer_api::types::schema::__fields::PaymentIntent::currency"]],["impl Send for status",1,["wasmer_api::types::schema::__fields::PaymentIntent::status"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PaymentIntent::id"]],["impl Send for amount",1,["wasmer_api::types::schema::__fields::PaymentIntent::amount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PaymentIntent::__typename"]],["impl Send for display",1,["wasmer_api::types::schema::__fields::PiritaFilesystemDir::_name_arguments::display"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PiritaFilesystemDir::name"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PiritaFilesystemDir::__typename"]],["impl Send for display",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::_name_arguments::display"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::name"]],["impl Send for size",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::size"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::offset"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PublicKey::id"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::PublicKey::owner"]],["impl Send for keyId",1,["wasmer_api::types::schema::__fields::PublicKey::keyId"]],["impl Send for key",1,["wasmer_api::types::schema::__fields::PublicKey::key"]],["impl Send for revokedAt",1,["wasmer_api::types::schema::__fields::PublicKey::revokedAt"]],["impl Send for uploadedAt",1,["wasmer_api::types::schema::__fields::PublicKey::uploadedAt"]],["impl Send for verifyingSignature",1,["wasmer_api::types::schema::__fields::PublicKey::verifyingSignature"]],["impl Send for revoked",1,["wasmer_api::types::schema::__fields::PublicKey::revoked"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PublicKey::__typename"]],["impl Send for config",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::config"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::name"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::owner"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::description"]],["impl Send for makeDefault",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::makeDefault"]],["impl Send for strict",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::strict"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::clientMutationId"]],["impl Send for deployAppVersion",1,["wasmer_api::types::schema::__fields::PublishDeployAppPayload::deployAppVersion"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishDeployAppPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PublishDeployAppPayload::__typename"]],["impl Send for manifest",1,["wasmer_api::types::schema::__fields::PublishPackageInput::manifest"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PublishPackageInput::name"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::PublishPackageInput::namespace"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::PublishPackageInput::version"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::PublishPackageInput::description"]],["impl Send for license",1,["wasmer_api::types::schema::__fields::PublishPackageInput::license"]],["impl Send for licenseFile",1,["wasmer_api::types::schema::__fields::PublishPackageInput::licenseFile"]],["impl Send for readme",1,["wasmer_api::types::schema::__fields::PublishPackageInput::readme"]],["impl Send for repository",1,["wasmer_api::types::schema::__fields::PublishPackageInput::repository"]],["impl Send for homepage",1,["wasmer_api::types::schema::__fields::PublishPackageInput::homepage"]],["impl Send for file",1,["wasmer_api::types::schema::__fields::PublishPackageInput::file"]],["impl Send for signedUrl",1,["wasmer_api::types::schema::__fields::PublishPackageInput::signedUrl"]],["impl Send for signature",1,["wasmer_api::types::schema::__fields::PublishPackageInput::signature"]],["impl Send for icon",1,["wasmer_api::types::schema::__fields::PublishPackageInput::icon"]],["impl Send for private",1,["wasmer_api::types::schema::__fields::PublishPackageInput::private"]],["impl Send for uploadFormat",1,["wasmer_api::types::schema::__fields::PublishPackageInput::uploadFormat"]],["impl Send for wait",1,["wasmer_api::types::schema::__fields::PublishPackageInput::wait"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishPackageInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::success"]],["impl Send for packageVersion",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::packageVersion"]],["impl Send for packageWebc",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::packageWebc"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::__typename"]],["impl Send for keyId",1,["wasmer_api::types::schema::__fields::PublishPublicKeyInput::keyId"]],["impl Send for key",1,["wasmer_api::types::schema::__fields::PublishPublicKeyInput::key"]],["impl Send for verifyingSignatureId",1,["wasmer_api::types::schema::__fields::PublishPublicKeyInput::verifyingSignatureId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishPublicKeyInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::PublishPublicKeyPayload::success"]],["impl Send for publicKey",1,["wasmer_api::types::schema::__fields::PublishPublicKeyPayload::publicKey"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishPublicKeyPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PublishPublicKeyPayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionInput::id"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionInput::clientMutationId"]],["impl Send for appVersion",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionPayload::appVersion"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionPayload::__typename"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::namespace"]],["impl Send for signedUrl",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::signedUrl"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::name"]],["impl Send for private",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::private"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::PushPackageReleasePayload::success"]],["impl Send for packageWebc",1,["wasmer_api::types::schema::__fields::PushPackageReleasePayload::packageWebc"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::PushPackageReleasePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::PushPackageReleasePayload::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_version_arguments::name"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_version_arguments::owner"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_version_arguments::version"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::namespace"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::last"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::sortBy"]],["impl Send for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::updatedAfter"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::last"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_domain_arguments::name"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_arguments::name"]],["impl Send for owner",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_arguments::owner"]],["impl Send for alias",1,["wasmer_api::types::schema::__fields::Query::_get_app_by_global_alias_arguments::alias"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::sortBy"]],["impl Send for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::updatedAfter"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::last"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::sortBy"]],["impl Send for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::updatedAfter"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::last"]],["impl Send for categorySlug",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::categorySlug"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::sortBy"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::last"]],["impl Send for slug",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_arguments::slug"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::last"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::Query::_get_user_arguments::username"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::Query::_get_password_reset_token_arguments::token"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_auth_nonce_arguments::name"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::Query::_check_repo_exists_arguments::namespace"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_check_repo_exists_arguments::name"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::Query::_new_repo_name_arguments::namespace"]],["impl Send for templateSlug",1,["wasmer_api::types::schema::__fields::Query::_new_repo_name_arguments::templateSlug"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::last"]],["impl Send for curated",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::curated"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::last"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::sortBy"]],["impl Send for createdAfter",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::createdAfter"]],["impl Send for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::updatedAfter"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::last"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::sortBy"]],["impl Send for createdAfter",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::createdAfter"]],["impl Send for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::updatedAfter"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::last"]],["impl Send for hash",1,["wasmer_api::types::schema::__fields::Query::_get_webc_image_arguments::hash"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_namespace_arguments::name"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_package_arguments::name"]],["impl Send for names",1,["wasmer_api::types::schema::__fields::Query::_get_packages_arguments::names"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_package_version_arguments::name"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::Query::_get_package_version_arguments::version"]],["impl Send for names",1,["wasmer_api::types::schema::__fields::Query::_get_package_versions_arguments::names"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_package_version_by_hash_arguments::name"]],["impl Send for hash",1,["wasmer_api::types::schema::__fields::Query::_get_package_version_by_hash_arguments::hash"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_interface_arguments::name"]],["impl Send for names",1,["wasmer_api::types::schema::__fields::Query::_get_interfaces_arguments::names"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_interface_version_arguments::name"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::Query::_get_interface_version_arguments::version"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_contract_arguments::name"]],["impl Send for names",1,["wasmer_api::types::schema::__fields::Query::_get_contracts_arguments::names"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_contract_version_arguments::name"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::Query::_get_contract_version_arguments::version"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_command_arguments::name"]],["impl Send for names",1,["wasmer_api::types::schema::__fields::Query::_get_commands_arguments::names"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_get_collections_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_get_collections_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_get_collections_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_get_collections_arguments::last"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_signed_url_for_package_upload_arguments::name"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::Query::_get_signed_url_for_package_upload_arguments::version"]],["impl Send for filename",1,["wasmer_api::types::schema::__fields::Query::_get_signed_url_for_package_upload_arguments::filename"]],["impl Send for expiresAfterSeconds",1,["wasmer_api::types::schema::__fields::Query::_get_signed_url_for_package_upload_arguments::expiresAfterSeconds"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Query::_get_package_hash_arguments::name"]],["impl Send for hash",1,["wasmer_api::types::schema::__fields::Query::_get_package_hash_arguments::hash"]],["impl Send for hash",1,["wasmer_api::types::schema::__fields::Query::_get_package_release_arguments::hash"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::last"]],["impl Send for tags",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::tags"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::last"]],["impl Send for slug",1,["wasmer_api::types::schema::__fields::Query::_get_blogpost_arguments::slug"]],["impl Send for featured",1,["wasmer_api::types::schema::__fields::Query::_get_blogpost_arguments::featured"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::last"]],["impl Send for query",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::query"]],["impl Send for packages",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::packages"]],["impl Send for namespaces",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::namespaces"]],["impl Send for users",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::users"]],["impl Send for apps",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::apps"]],["impl Send for blogposts",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::blogposts"]],["impl Send for appTemplates",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::appTemplates"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::last"]],["impl Send for kind",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::kind"]],["impl Send for query",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::query"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::last"]],["impl Send for slug",1,["wasmer_api::types::schema::__fields::Query::_get_global_object_arguments::slug"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Query::_node_arguments::id"]],["impl Send for ids",1,["wasmer_api::types::schema::__fields::Query::_nodes_arguments::ids"]],["impl Send for latestTOS",1,["wasmer_api::types::schema::__fields::Query::latestTOS"]],["impl Send for getDeployAppVersion",1,["wasmer_api::types::schema::__fields::Query::getDeployAppVersion"]],["impl Send for getAllDomains",1,["wasmer_api::types::schema::__fields::Query::getAllDomains"]],["impl Send for getAllDNSRecords",1,["wasmer_api::types::schema::__fields::Query::getAllDNSRecords"]],["impl Send for getDomain",1,["wasmer_api::types::schema::__fields::Query::getDomain"]],["impl Send for getDeployApp",1,["wasmer_api::types::schema::__fields::Query::getDeployApp"]],["impl Send for getAppByGlobalAlias",1,["wasmer_api::types::schema::__fields::Query::getAppByGlobalAlias"]],["impl Send for getDeployApps",1,["wasmer_api::types::schema::__fields::Query::getDeployApps"]],["impl Send for getAppVersions",1,["wasmer_api::types::schema::__fields::Query::getAppVersions"]],["impl Send for getAppTemplates",1,["wasmer_api::types::schema::__fields::Query::getAppTemplates"]],["impl Send for getAppTemplate",1,["wasmer_api::types::schema::__fields::Query::getAppTemplate"]],["impl Send for getAppTemplateCategories",1,["wasmer_api::types::schema::__fields::Query::getAppTemplateCategories"]],["impl Send for viewer",1,["wasmer_api::types::schema::__fields::Query::viewer"]],["impl Send for getUser",1,["wasmer_api::types::schema::__fields::Query::getUser"]],["impl Send for getPasswordResetToken",1,["wasmer_api::types::schema::__fields::Query::getPasswordResetToken"]],["impl Send for getAuthNonce",1,["wasmer_api::types::schema::__fields::Query::getAuthNonce"]],["impl Send for canDeployAppToGithub",1,["wasmer_api::types::schema::__fields::Query::canDeployAppToGithub"]],["impl Send for checkRepoExists",1,["wasmer_api::types::schema::__fields::Query::checkRepoExists"]],["impl Send for newRepoName",1,["wasmer_api::types::schema::__fields::Query::newRepoName"]],["impl Send for packages",1,["wasmer_api::types::schema::__fields::Query::packages"]],["impl Send for recentPackageVersions",1,["wasmer_api::types::schema::__fields::Query::recentPackageVersions"]],["impl Send for allPackageVersions",1,["wasmer_api::types::schema::__fields::Query::allPackageVersions"]],["impl Send for allPackageReleases",1,["wasmer_api::types::schema::__fields::Query::allPackageReleases"]],["impl Send for getWebcImage",1,["wasmer_api::types::schema::__fields::Query::getWebcImage"]],["impl Send for getNamespace",1,["wasmer_api::types::schema::__fields::Query::getNamespace"]],["impl Send for getPackage",1,["wasmer_api::types::schema::__fields::Query::getPackage"]],["impl Send for getPackages",1,["wasmer_api::types::schema::__fields::Query::getPackages"]],["impl Send for getPackageVersion",1,["wasmer_api::types::schema::__fields::Query::getPackageVersion"]],["impl Send for getPackageVersions",1,["wasmer_api::types::schema::__fields::Query::getPackageVersions"]],["impl Send for getPackageVersionByHash",1,["wasmer_api::types::schema::__fields::Query::getPackageVersionByHash"]],["impl Send for getInterface",1,["wasmer_api::types::schema::__fields::Query::getInterface"]],["impl Send for getInterfaces",1,["wasmer_api::types::schema::__fields::Query::getInterfaces"]],["impl Send for getInterfaceVersion",1,["wasmer_api::types::schema::__fields::Query::getInterfaceVersion"]],["impl Send for getContract",1,["wasmer_api::types::schema::__fields::Query::getContract"]],["impl Send for getContracts",1,["wasmer_api::types::schema::__fields::Query::getContracts"]],["impl Send for getContractVersion",1,["wasmer_api::types::schema::__fields::Query::getContractVersion"]],["impl Send for getCommand",1,["wasmer_api::types::schema::__fields::Query::getCommand"]],["impl Send for getCommands",1,["wasmer_api::types::schema::__fields::Query::getCommands"]],["impl Send for getCollections",1,["wasmer_api::types::schema::__fields::Query::getCollections"]],["impl Send for getSignedUrlForPackageUpload",1,["wasmer_api::types::schema::__fields::Query::getSignedUrlForPackageUpload"]],["impl Send for getPackageHash",1,["wasmer_api::types::schema::__fields::Query::getPackageHash"]],["impl Send for getPackageRelease",1,["wasmer_api::types::schema::__fields::Query::getPackageRelease"]],["impl Send for categories",1,["wasmer_api::types::schema::__fields::Query::categories"]],["impl Send for blogposts",1,["wasmer_api::types::schema::__fields::Query::blogposts"]],["impl Send for getBlogpost",1,["wasmer_api::types::schema::__fields::Query::getBlogpost"]],["impl Send for allBlogpostTags",1,["wasmer_api::types::schema::__fields::Query::allBlogpostTags"]],["impl Send for search",1,["wasmer_api::types::schema::__fields::Query::search"]],["impl Send for searchAutocomplete",1,["wasmer_api::types::schema::__fields::Query::searchAutocomplete"]],["impl Send for getGlobalObject",1,["wasmer_api::types::schema::__fields::Query::getGlobalObject"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::Query::node"]],["impl Send for nodes",1,["wasmer_api::types::schema::__fields::Query::nodes"]],["impl Send for info",1,["wasmer_api::types::schema::__fields::Query::info"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Query::__typename"]],["impl Send for notificationId",1,["wasmer_api::types::schema::__fields::ReadNotificationInput::notificationId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ReadNotificationInput::clientMutationId"]],["impl Send for notification",1,["wasmer_api::types::schema::__fields::ReadNotificationPayload::notification"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ReadNotificationPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ReadNotificationPayload::__typename"]],["impl Send for payload",1,["wasmer_api::types::schema::__fields::Refresh::payload"]],["impl Send for refreshExpiresIn",1,["wasmer_api::types::schema::__fields::Refresh::refreshExpiresIn"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::Refresh::token"]],["impl Send for refreshToken",1,["wasmer_api::types::schema::__fields::Refresh::refreshToken"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Refresh::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::RegisterDomainInput::name"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::RegisterDomainInput::namespace"]],["impl Send for importRecords",1,["wasmer_api::types::schema::__fields::RegisterDomainInput::importRecords"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RegisterDomainInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::RegisterDomainPayload::success"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::RegisterDomainPayload::domain"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RegisterDomainPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RegisterDomainPayload::__typename"]],["impl Send for fullName",1,["wasmer_api::types::schema::__fields::RegisterUserInput::fullName"]],["impl Send for email",1,["wasmer_api::types::schema::__fields::RegisterUserInput::email"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::RegisterUserInput::username"]],["impl Send for password",1,["wasmer_api::types::schema::__fields::RegisterUserInput::password"]],["impl Send for acceptedTos",1,["wasmer_api::types::schema::__fields::RegisterUserInput::acceptedTos"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RegisterUserInput::clientMutationId"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::RegisterUserPayload::token"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RegisterUserPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RegisterUserPayload::__typename"]],["impl Send for baseUrl",1,["wasmer_api::types::schema::__fields::RegistryInfo::baseUrl"]],["impl Send for defaultFrontend",1,["wasmer_api::types::schema::__fields::RegistryInfo::defaultFrontend"]],["impl Send for graphqlUrl",1,["wasmer_api::types::schema::__fields::RegistryInfo::graphqlUrl"]],["impl Send for createBlogpostUrl",1,["wasmer_api::types::schema::__fields::RegistryInfo::createBlogpostUrl"]],["impl Send for packages",1,["wasmer_api::types::schema::__fields::RegistryInfo::packages"]],["impl Send for schema",1,["wasmer_api::types::schema::__fields::RegistryInfo::schema"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RegistryInfo::__typename"]],["impl Send for appTransferRequestId",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestInput::appTransferRequestId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestInput::clientMutationId"]],["impl Send for app",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestPayload::app"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestPayload::__typename"]],["impl Send for namespaceCollaboratorId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInput::namespaceCollaboratorId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInput::clientMutationId"]],["impl Send for inviteId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInviteInput::inviteId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInviteInput::clientMutationId"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInvitePayload::namespace"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInvitePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInvitePayload::__typename"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorPayload::namespace"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorPayload::__typename"]],["impl Send for packageCollaboratorId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInput::packageCollaboratorId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInput::clientMutationId"]],["impl Send for inviteId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInviteInput::inviteId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInviteInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInvitePayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInvitePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInvitePayload::__typename"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorPayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorPayload::__typename"]],["impl Send for packageTransferRequestId",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestInput::packageTransferRequestId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestPayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestPayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::RenameAppAliasInput::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::RenameAppAliasInput::name"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RenameAppAliasInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::RenameAppAliasPayload::success"]],["impl Send for alias",1,["wasmer_api::types::schema::__fields::RenameAppAliasPayload::alias"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RenameAppAliasPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RenameAppAliasPayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::RenameAppInput::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::RenameAppInput::name"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RenameAppInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::RenameAppPayload::success"]],["impl Send for app",1,["wasmer_api::types::schema::__fields::RenameAppPayload::app"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RenameAppPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RenameAppPayload::__typename"]],["impl Send for packageId",1,["wasmer_api::types::schema::__fields::RenamePackageInput::packageId"]],["impl Send for newName",1,["wasmer_api::types::schema::__fields::RenamePackageInput::newName"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RenamePackageInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::RenamePackagePayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RenamePackagePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RenamePackagePayload::__typename"]],["impl Send for appId",1,["wasmer_api::types::schema::__fields::RequestAppTransferInput::appId"]],["impl Send for newOwnerId",1,["wasmer_api::types::schema::__fields::RequestAppTransferInput::newOwnerId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestAppTransferInput::clientMutationId"]],["impl Send for appTransferRequest",1,["wasmer_api::types::schema::__fields::RequestAppTransferPayload::appTransferRequest"]],["impl Send for wasInstantlyTransferred",1,["wasmer_api::types::schema::__fields::RequestAppTransferPayload::wasInstantlyTransferred"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestAppTransferPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RequestAppTransferPayload::__typename"]],["impl Send for packageId",1,["wasmer_api::types::schema::__fields::RequestPackageTransferInput::packageId"]],["impl Send for newOwnerId",1,["wasmer_api::types::schema::__fields::RequestPackageTransferInput::newOwnerId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestPackageTransferInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::package"]],["impl Send for wasInstantlyTransferred",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::wasInstantlyTransferred"]],["impl Send for packageTransferRequest",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::packageTransferRequest"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::__typename"]],["impl Send for email",1,["wasmer_api::types::schema::__fields::RequestPasswordResetInput::email"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestPasswordResetInput::clientMutationId"]],["impl Send for email",1,["wasmer_api::types::schema::__fields::RequestPasswordResetPayload::email"]],["impl Send for errors",1,["wasmer_api::types::schema::__fields::RequestPasswordResetPayload::errors"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestPasswordResetPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RequestPasswordResetPayload::__typename"]],["impl Send for userId",1,["wasmer_api::types::schema::__fields::RequestValidationEmailInput::userId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestValidationEmailInput::clientMutationId"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::RequestValidationEmailPayload::user"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::RequestValidationEmailPayload::success"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestValidationEmailPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RequestValidationEmailPayload::__typename"]],["impl Send for revoked",1,["wasmer_api::types::schema::__fields::Revoke::revoked"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Revoke::__typename"]],["impl Send for tokenId",1,["wasmer_api::types::schema::__fields::RevokeAPITokenInput::tokenId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RevokeAPITokenInput::clientMutationId"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::RevokeAPITokenPayload::token"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::RevokeAPITokenPayload::success"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::RevokeAPITokenPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::RevokeAPITokenPayload::__typename"]],["impl Send for source",1,["wasmer_api::types::schema::__fields::RunnerWCGIV1::source"]],["impl Send for dialect",1,["wasmer_api::types::schema::__fields::RunnerWCGIV1::dialect"]],["impl Send for source",1,["wasmer_api::types::schema::__fields::RunnerWebProxyV1::source"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::SOARecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::SOARecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::SOARecord::deletedAt"]],["impl Send for mname",1,["wasmer_api::types::schema::__fields::SOARecord::mname"]],["impl Send for rname",1,["wasmer_api::types::schema::__fields::SOARecord::rname"]],["impl Send for serial",1,["wasmer_api::types::schema::__fields::SOARecord::serial"]],["impl Send for refresh",1,["wasmer_api::types::schema::__fields::SOARecord::refresh"]],["impl Send for retry",1,["wasmer_api::types::schema::__fields::SOARecord::retry"]],["impl Send for expire",1,["wasmer_api::types::schema::__fields::SOARecord::expire"]],["impl Send for minimum",1,["wasmer_api::types::schema::__fields::SOARecord::minimum"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::SOARecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::SOARecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::SOARecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::SOARecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::SOARecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::SOARecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SOARecord::__typename"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::SRVRecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::SRVRecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::SRVRecord::deletedAt"]],["impl Send for service",1,["wasmer_api::types::schema::__fields::SRVRecord::service"]],["impl Send for protocol",1,["wasmer_api::types::schema::__fields::SRVRecord::protocol"]],["impl Send for priority",1,["wasmer_api::types::schema::__fields::SRVRecord::priority"]],["impl Send for weight",1,["wasmer_api::types::schema::__fields::SRVRecord::weight"]],["impl Send for port",1,["wasmer_api::types::schema::__fields::SRVRecord::port"]],["impl Send for target",1,["wasmer_api::types::schema::__fields::SRVRecord::target"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::SRVRecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::SRVRecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::SRVRecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::SRVRecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::SRVRecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::SRVRecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SRVRecord::__typename"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::SSHFPRecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::SSHFPRecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::SSHFPRecord::deletedAt"]],["impl Send for algorithm",1,["wasmer_api::types::schema::__fields::SSHFPRecord::algorithm"]],["impl Send for type",1,["wasmer_api::types::schema::__fields::SSHFPRecord::type"]],["impl Send for fingerprint",1,["wasmer_api::types::schema::__fields::SSHFPRecord::fingerprint"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::SSHFPRecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::SSHFPRecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::SSHFPRecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::SSHFPRecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::SSHFPRecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::SSHFPRecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SSHFPRecord::__typename"]],["impl Send for downloadUrl",1,["wasmer_api::types::schema::__fields::SchemaInfo::downloadUrl"]],["impl Send for SHA256Hash",1,["wasmer_api::types::schema::__fields::SchemaInfo::SHA256Hash"]],["impl Send for lastUpdated",1,["wasmer_api::types::schema::__fields::SchemaInfo::lastUpdated"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SchemaInfo::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::SearchConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::SearchConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::SearchConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SearchConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::SearchEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::SearchEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SearchEdge::__typename"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::SeePendingNotificationsInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::SeePendingNotificationsPayload::success"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::SeePendingNotificationsPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SeePendingNotificationsPayload::__typename"]],["impl Send for paymentMethod",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodInput::paymentMethod"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodPayload::success"]],["impl Send for billing",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodPayload::billing"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodPayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Signature::id"]],["impl Send for publicKey",1,["wasmer_api::types::schema::__fields::Signature::publicKey"]],["impl Send for data",1,["wasmer_api::types::schema::__fields::Signature::data"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::Signature::createdAt"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Signature::__typename"]],["impl Send for url",1,["wasmer_api::types::schema::__fields::SignedUrl::url"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SignedUrl::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::SocialAuth::id"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::SocialAuth::user"]],["impl Send for provider",1,["wasmer_api::types::schema::__fields::SocialAuth::provider"]],["impl Send for uid",1,["wasmer_api::types::schema::__fields::SocialAuth::uid"]],["impl Send for extraData",1,["wasmer_api::types::schema::__fields::SocialAuth::extraData"]],["impl Send for created",1,["wasmer_api::types::schema::__fields::SocialAuth::created"]],["impl Send for modified",1,["wasmer_api::types::schema::__fields::SocialAuth::modified"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::SocialAuth::username"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SocialAuth::__typename"]],["impl Send for provider",1,["wasmer_api::types::schema::__fields::SocialAuthJWTInput::provider"]],["impl Send for accessToken",1,["wasmer_api::types::schema::__fields::SocialAuthJWTInput::accessToken"]],["impl Send for register",1,["wasmer_api::types::schema::__fields::SocialAuthJWTInput::register"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::SocialAuthJWTInput::clientMutationId"]],["impl Send for social",1,["wasmer_api::types::schema::__fields::SocialAuthJWTPayload::social"]],["impl Send for token",1,["wasmer_api::types::schema::__fields::SocialAuthJWTPayload::token"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::SocialAuthJWTPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::SocialAuthJWTPayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::StripeCustomer::id"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::StripeCustomer::__typename"]],["impl Send for appVersionId",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::appVersionId"]],["impl Send for startingFromISO",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::startingFromISO"]],["impl Send for untilISO",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::untilISO"]],["impl Send for streams",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::streams"]],["impl Send for instanceIds",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::instanceIds"]],["impl Send for searchTerm",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::searchTerm"]],["impl Send for repoId",1,["wasmer_api::types::schema::__fields::Subscription::_wait_on_repo_creation_arguments::repoId"]],["impl Send for repoId",1,["wasmer_api::types::schema::__fields::Subscription::_app_is_published_from_repo_arguments::repoId"]],["impl Send for publishedBy",1,["wasmer_api::types::schema::__fields::Subscription::_package_version_created_arguments::publishedBy"]],["impl Send for ownerId",1,["wasmer_api::types::schema::__fields::Subscription::_package_version_created_arguments::ownerId"]],["impl Send for packageVersionId",1,["wasmer_api::types::schema::__fields::Subscription::_package_version_ready_arguments::packageVersionId"]],["impl Send for userId",1,["wasmer_api::types::schema::__fields::Subscription::_user_notification_created_arguments::userId"]],["impl Send for streamLogs",1,["wasmer_api::types::schema::__fields::Subscription::streamLogs"]],["impl Send for waitOnRepoCreation",1,["wasmer_api::types::schema::__fields::Subscription::waitOnRepoCreation"]],["impl Send for appIsPublishedFromRepo",1,["wasmer_api::types::schema::__fields::Subscription::appIsPublishedFromRepo"]],["impl Send for packageVersionCreated",1,["wasmer_api::types::schema::__fields::Subscription::packageVersionCreated"]],["impl Send for packageVersionReady",1,["wasmer_api::types::schema::__fields::Subscription::packageVersionReady"]],["impl Send for userNotificationCreated",1,["wasmer_api::types::schema::__fields::Subscription::userNotificationCreated"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Subscription::__typename"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::TXTRecord::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::TXTRecord::updatedAt"]],["impl Send for deletedAt",1,["wasmer_api::types::schema::__fields::TXTRecord::deletedAt"]],["impl Send for data",1,["wasmer_api::types::schema::__fields::TXTRecord::data"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::TXTRecord::id"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::TXTRecord::name"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::TXTRecord::ttl"]],["impl Send for dnsClass",1,["wasmer_api::types::schema::__fields::TXTRecord::dnsClass"]],["impl Send for text",1,["wasmer_api::types::schema::__fields::TXTRecord::text"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::TXTRecord::domain"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::TXTRecord::__typename"]],["impl Send for packageReleaseId",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::packageReleaseId"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::version"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::name"]],["impl Send for manifest",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::manifest"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::namespace"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::description"]],["impl Send for license",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::license"]],["impl Send for licenseFile",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::licenseFile"]],["impl Send for readme",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::readme"]],["impl Send for repository",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::repository"]],["impl Send for homepage",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::homepage"]],["impl Send for signature",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::signature"]],["impl Send for icon",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::icon"]],["impl Send for private",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::private"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::TagPackageReleasePayload::success"]],["impl Send for packageVersion",1,["wasmer_api::types::schema::__fields::TagPackageReleasePayload::packageVersion"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::TagPackageReleasePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::TagPackageReleasePayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::TermsOfService::id"]],["impl Send for content",1,["wasmer_api::types::schema::__fields::TermsOfService::content"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::TermsOfService::createdAt"]],["impl Send for viewerHasAccepted",1,["wasmer_api::types::schema::__fields::TermsOfService::viewerHasAccepted"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::TermsOfService::__typename"]],["impl Send for packageId",1,["wasmer_api::types::schema::__fields::UnlikePackageInput::packageId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UnlikePackageInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::UnlikePackagePayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UnlikePackagePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UnlikePackagePayload::__typename"]],["impl Send for packageId",1,["wasmer_api::types::schema::__fields::UnwatchPackageInput::packageId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UnwatchPackageInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::UnwatchPackagePayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UnwatchPackagePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UnwatchPackagePayload::__typename"]],["impl Send for namespaceCollaboratorInviteId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRoleInput::namespaceCollaboratorInviteId"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRoleInput::role"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRoleInput::clientMutationId"]],["impl Send for collaboratorInvite",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRolePayload::collaboratorInvite"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRolePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRolePayload::__typename"]],["impl Send for namespaceCollaboratorId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRoleInput::namespaceCollaboratorId"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRoleInput::role"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRoleInput::clientMutationId"]],["impl Send for collaborator",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRolePayload::collaborator"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRolePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRolePayload::__typename"]],["impl Send for namespaceId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::namespaceId"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::name"]],["impl Send for displayName",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::displayName"]],["impl Send for description",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::description"]],["impl Send for avatar",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::avatar"]],["impl Send for twitter",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::twitter"]],["impl Send for github",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::github"]],["impl Send for websiteUrl",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::websiteUrl"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::clientMutationId"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::UpdateNamespacePayload::namespace"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespacePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UpdateNamespacePayload::__typename"]],["impl Send for packageCollaboratorInviteId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRoleInput::packageCollaboratorInviteId"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRoleInput::role"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRoleInput::clientMutationId"]],["impl Send for collaboratorInvite",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRolePayload::collaboratorInvite"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRolePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRolePayload::__typename"]],["impl Send for packageCollaboratorId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRoleInput::packageCollaboratorId"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRoleInput::role"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRoleInput::clientMutationId"]],["impl Send for collaborator",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRolePayload::collaborator"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRolePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRolePayload::__typename"]],["impl Send for packageId",1,["wasmer_api::types::schema::__fields::UpdatePackageInput::packageId"]],["impl Send for icon",1,["wasmer_api::types::schema::__fields::UpdatePackageInput::icon"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::UpdatePackagePayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackagePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UpdatePackagePayload::__typename"]],["impl Send for userId",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::userId"]],["impl Send for fullName",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::fullName"]],["impl Send for bio",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::bio"]],["impl Send for avatar",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::avatar"]],["impl Send for twitter",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::twitter"]],["impl Send for github",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::github"]],["impl Send for websiteUrl",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::websiteUrl"]],["impl Send for location",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::location"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::clientMutationId"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::UpdateUserInfoPayload::user"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateUserInfoPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UpdateUserInfoPayload::__typename"]],["impl Send for kind",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::kind"]],["impl Send for domainId",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::domainId"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::name"]],["impl Send for value",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::value"]],["impl Send for ttl",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::ttl"]],["impl Send for recordId",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::recordId"]],["impl Send for mx",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::mx"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordPayload::success"]],["impl Send for record",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordPayload::record"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordPayload::__typename"]],["impl Send for zoneFile",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFileInput::zoneFile"]],["impl Send for deleteMissingRecords",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFileInput::deleteMissingRecords"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFileInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFilePayload::success"]],["impl Send for domain",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFilePayload::domain"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFilePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFilePayload::__typename"]],["impl Send for variant",1,["wasmer_api::types::schema::__fields::UsageMetric::variant"]],["impl Send for value",1,["wasmer_api::types::schema::__fields::UsageMetric::value"]],["impl Send for unit",1,["wasmer_api::types::schema::__fields::UsageMetric::unit"]],["impl Send for timestamp",1,["wasmer_api::types::schema::__fields::UsageMetric::timestamp"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UsageMetric::__typename"]],["impl Send for size",1,["wasmer_api::types::schema::__fields::User::_avatar_arguments::size"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::last"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::User::_waitlist_arguments::name"]],["impl Send for role",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::role"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::last"]],["impl Send for collaborating",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::collaborating"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::last"]],["impl Send for collaborating",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::collaborating"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::sortBy"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::last"]],["impl Send for forRange",1,["wasmer_api::types::schema::__fields::User::_usage_metrics_arguments::forRange"]],["impl Send for variant",1,["wasmer_api::types::schema::__fields::User::_usage_metrics_arguments::variant"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::last"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_api_tokens_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_api_tokens_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_api_tokens_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_api_tokens_arguments::last"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_notifications_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_notifications_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_notifications_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_notifications_arguments::last"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::offset"]],["impl Send for before",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::before"]],["impl Send for after",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::after"]],["impl Send for first",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::first"]],["impl Send for last",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::last"]],["impl Send for firstName",1,["wasmer_api::types::schema::__fields::User::firstName"]],["impl Send for lastName",1,["wasmer_api::types::schema::__fields::User::lastName"]],["impl Send for email",1,["wasmer_api::types::schema::__fields::User::email"]],["impl Send for dateJoined",1,["wasmer_api::types::schema::__fields::User::dateJoined"]],["impl Send for username",1,["wasmer_api::types::schema::__fields::User::username"]],["impl Send for isEmailValidated",1,["wasmer_api::types::schema::__fields::User::isEmailValidated"]],["impl Send for bio",1,["wasmer_api::types::schema::__fields::User::bio"]],["impl Send for location",1,["wasmer_api::types::schema::__fields::User::location"]],["impl Send for websiteUrl",1,["wasmer_api::types::schema::__fields::User::websiteUrl"]],["impl Send for wasmerInternal",1,["wasmer_api::types::schema::__fields::User::wasmerInternal"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::User::id"]],["impl Send for globalName",1,["wasmer_api::types::schema::__fields::User::globalName"]],["impl Send for globalId",1,["wasmer_api::types::schema::__fields::User::globalId"]],["impl Send for avatar",1,["wasmer_api::types::schema::__fields::User::avatar"]],["impl Send for isViewer",1,["wasmer_api::types::schema::__fields::User::isViewer"]],["impl Send for hasUsablePassword",1,["wasmer_api::types::schema::__fields::User::hasUsablePassword"]],["impl Send for fullName",1,["wasmer_api::types::schema::__fields::User::fullName"]],["impl Send for githubUrl",1,["wasmer_api::types::schema::__fields::User::githubUrl"]],["impl Send for twitterUrl",1,["wasmer_api::types::schema::__fields::User::twitterUrl"]],["impl Send for companyRole",1,["wasmer_api::types::schema::__fields::User::companyRole"]],["impl Send for companyDescription",1,["wasmer_api::types::schema::__fields::User::companyDescription"]],["impl Send for publicActivity",1,["wasmer_api::types::schema::__fields::User::publicActivity"]],["impl Send for billing",1,["wasmer_api::types::schema::__fields::User::billing"]],["impl Send for waitlist",1,["wasmer_api::types::schema::__fields::User::waitlist"]],["impl Send for namespaces",1,["wasmer_api::types::schema::__fields::User::namespaces"]],["impl Send for packages",1,["wasmer_api::types::schema::__fields::User::packages"]],["impl Send for apps",1,["wasmer_api::types::schema::__fields::User::apps"]],["impl Send for usageMetrics",1,["wasmer_api::types::schema::__fields::User::usageMetrics"]],["impl Send for domains",1,["wasmer_api::types::schema::__fields::User::domains"]],["impl Send for isStaff",1,["wasmer_api::types::schema::__fields::User::isStaff"]],["impl Send for packageVersions",1,["wasmer_api::types::schema::__fields::User::packageVersions"]],["impl Send for packageTransfersIncoming",1,["wasmer_api::types::schema::__fields::User::packageTransfersIncoming"]],["impl Send for packageInvitesIncoming",1,["wasmer_api::types::schema::__fields::User::packageInvitesIncoming"]],["impl Send for namespaceInvitesIncoming",1,["wasmer_api::types::schema::__fields::User::namespaceInvitesIncoming"]],["impl Send for apiTokens",1,["wasmer_api::types::schema::__fields::User::apiTokens"]],["impl Send for notifications",1,["wasmer_api::types::schema::__fields::User::notifications"]],["impl Send for dashboardActivity",1,["wasmer_api::types::schema::__fields::User::dashboardActivity"]],["impl Send for loginMethods",1,["wasmer_api::types::schema::__fields::User::loginMethods"]],["impl Send for githubUser",1,["wasmer_api::types::schema::__fields::User::githubUser"]],["impl Send for githubScopes",1,["wasmer_api::types::schema::__fields::User::githubScopes"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::User::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::UserConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::UserConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::UserConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::UserEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::UserEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserEdge::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::UserNotification::id"]],["impl Send for icon",1,["wasmer_api::types::schema::__fields::UserNotification::icon"]],["impl Send for body",1,["wasmer_api::types::schema::__fields::UserNotification::body"]],["impl Send for seenState",1,["wasmer_api::types::schema::__fields::UserNotification::seenState"]],["impl Send for kind",1,["wasmer_api::types::schema::__fields::UserNotification::kind"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::UserNotification::createdAt"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserNotification::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::edges"]],["impl Send for hasPendingNotifications",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::hasPendingNotifications"]],["impl Send for pendingNotificationsCount",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::pendingNotificationsCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::__typename"]],["impl Send for notification",1,["wasmer_api::types::schema::__fields::UserNotificationCreated::notification"]],["impl Send for notificationDeletedId",1,["wasmer_api::types::schema::__fields::UserNotificationCreated::notificationDeletedId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationCreated::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::UserNotificationEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::UserNotificationEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationEdge::__typename"]],["impl Send for namespaceInvite",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingNamespaceInvite::namespaceInvite"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingNamespaceInvite::__typename"]],["impl Send for packageInvite",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageInvite::packageInvite"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageInvite::__typename"]],["impl Send for packageTransferRequest",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageTransfer::packageTransferRequest"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageTransfer::__typename"]],["impl Send for packageVersion",1,["wasmer_api::types::schema::__fields::UserNotificationKindPublishedPackageVersion::packageVersion"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindPublishedPackageVersion::__typename"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::UserNotificationKindValidateEmail::user"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindValidateEmail::__typename"]],["impl Send for count",1,["wasmer_api::types::schema::__fields::UsersFilter::count"]],["impl Send for sortBy",1,["wasmer_api::types::schema::__fields::UsersFilter::sortBy"]],["impl Send for packageCount",1,["wasmer_api::types::schema::__fields::UsersFilter::packageCount"]],["impl Send for namespaceCount",1,["wasmer_api::types::schema::__fields::UsersFilter::namespaceCount"]],["impl Send for joinedAfter",1,["wasmer_api::types::schema::__fields::UsersFilter::joinedAfter"]],["impl Send for joinedBefore",1,["wasmer_api::types::schema::__fields::UsersFilter::joinedBefore"]],["impl Send for orderBy",1,["wasmer_api::types::schema::__fields::UsersFilter::orderBy"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::ValidateNonceInput::id"]],["impl Send for secret",1,["wasmer_api::types::schema::__fields::ValidateNonceInput::secret"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateNonceInput::clientMutationId"]],["impl Send for nonce",1,["wasmer_api::types::schema::__fields::ValidateNoncePayload::nonce"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateNoncePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ValidateNoncePayload::__typename"]],["impl Send for userId",1,["wasmer_api::types::schema::__fields::ValidateUserEmailInput::userId"]],["impl Send for challenge",1,["wasmer_api::types::schema::__fields::ValidateUserEmailInput::challenge"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateUserEmailInput::clientMutationId"]],["impl Send for user",1,["wasmer_api::types::schema::__fields::ValidateUserEmailPayload::user"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateUserEmailPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ValidateUserEmailPayload::__typename"]],["impl Send for password",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordInput::password"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordInput::clientMutationId"]],["impl Send for success",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordPayload::success"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordPayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordPayload::__typename"]],["impl Send for payload",1,["wasmer_api::types::schema::__fields::Verify::payload"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Verify::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::name"]],["impl Send for checksum",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::checksum"]],["impl Send for size",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::size"]],["impl Send for offset",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::offset"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::Waitlist::name"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::Waitlist::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::Waitlist::updatedAt"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::Waitlist::id"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::Waitlist::__typename"]],["impl Send for waitlist",1,["wasmer_api::types::schema::__fields::WaitlistMember::waitlist"]],["impl Send for joinedAt",1,["wasmer_api::types::schema::__fields::WaitlistMember::joinedAt"]],["impl Send for approvedAt",1,["wasmer_api::types::schema::__fields::WaitlistMember::approvedAt"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::WaitlistMember::id"]],["impl Send for member",1,["wasmer_api::types::schema::__fields::WaitlistMember::member"]],["impl Send for approved",1,["wasmer_api::types::schema::__fields::WaitlistMember::approved"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::WaitlistMember::__typename"]],["impl Send for packageId",1,["wasmer_api::types::schema::__fields::WatchPackageInput::packageId"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::WatchPackageInput::clientMutationId"]],["impl Send for package",1,["wasmer_api::types::schema::__fields::WatchPackagePayload::package"]],["impl Send for clientMutationId",1,["wasmer_api::types::schema::__fields::WatchPackagePayload::clientMutationId"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::WatchPackagePayload::__typename"]],["impl Send for id",1,["wasmer_api::types::schema::__fields::WebcImage::id"]],["impl Send for version",1,["wasmer_api::types::schema::__fields::WebcImage::version"]],["impl Send for fileSize",1,["wasmer_api::types::schema::__fields::WebcImage::fileSize"]],["impl Send for manifest",1,["wasmer_api::types::schema::__fields::WebcImage::manifest"]],["impl Send for volumes",1,["wasmer_api::types::schema::__fields::WebcImage::volumes"]],["impl Send for offsets",1,["wasmer_api::types::schema::__fields::WebcImage::offsets"]],["impl Send for webcSha256",1,["wasmer_api::types::schema::__fields::WebcImage::webcSha256"]],["impl Send for targzSha256",1,["wasmer_api::types::schema::__fields::WebcImage::targzSha256"]],["impl Send for createdAt",1,["wasmer_api::types::schema::__fields::WebcImage::createdAt"]],["impl Send for updatedAt",1,["wasmer_api::types::schema::__fields::WebcImage::updatedAt"]],["impl Send for webcUrl",1,["wasmer_api::types::schema::__fields::WebcImage::webcUrl"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::WebcImage::__typename"]],["impl Send for pageInfo",1,["wasmer_api::types::schema::__fields::WebcImageConnection::pageInfo"]],["impl Send for edges",1,["wasmer_api::types::schema::__fields::WebcImageConnection::edges"]],["impl Send for totalCount",1,["wasmer_api::types::schema::__fields::WebcImageConnection::totalCount"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::WebcImageConnection::__typename"]],["impl Send for node",1,["wasmer_api::types::schema::__fields::WebcImageEdge::node"]],["impl Send for cursor",1,["wasmer_api::types::schema::__fields::WebcImageEdge::cursor"]],["impl Send for __typename",1,["wasmer_api::types::schema::__fields::WebcImageEdge::__typename"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::WebcSourceV1::name"]],["impl Send for namespace",1,["wasmer_api::types::schema::__fields::WebcSourceV1::namespace"]],["impl Send for repository",1,["wasmer_api::types::schema::__fields::WebcSourceV1::repository"]],["impl Send for tag",1,["wasmer_api::types::schema::__fields::WebcSourceV1::tag"]],["impl Send for authToken",1,["wasmer_api::types::schema::__fields::WebcSourceV1::authToken"]],["impl Send for webProxy",1,["wasmer_api::types::schema::__fields::WorkloadRunnerV1::webProxy"]],["impl Send for wcgi",1,["wasmer_api::types::schema::__fields::WorkloadRunnerV1::wcgi"]],["impl Send for webc",1,["wasmer_api::types::schema::__fields::WorkloadRunnerWasmSourceV1::webc"]],["impl Send for capability",1,["wasmer_api::types::schema::__fields::WorkloadV1::capability"]],["impl Send for name",1,["wasmer_api::types::schema::__fields::WorkloadV1::name"]],["impl Send for runner",1,["wasmer_api::types::schema::__fields::WorkloadV1::runner"]],["impl Send for source",1,["wasmer_api::types::schema::__fields::WorkloadV2::source"]],["impl Send for AAAARecord",1,["wasmer_api::types::schema::AAAARecord"]],["impl Send for APIToken",1,["wasmer_api::types::schema::APIToken"]],["impl Send for APITokenConnection",1,["wasmer_api::types::schema::APITokenConnection"]],["impl Send for APITokenEdge",1,["wasmer_api::types::schema::APITokenEdge"]],["impl Send for ARecord",1,["wasmer_api::types::schema::ARecord"]],["impl Send for AcceptAppTransferRequestInput",1,["wasmer_api::types::schema::AcceptAppTransferRequestInput"]],["impl Send for AcceptAppTransferRequestPayload",1,["wasmer_api::types::schema::AcceptAppTransferRequestPayload"]],["impl Send for AcceptNamespaceCollaboratorInviteInput",1,["wasmer_api::types::schema::AcceptNamespaceCollaboratorInviteInput"]],["impl Send for AcceptNamespaceCollaboratorInvitePayload",1,["wasmer_api::types::schema::AcceptNamespaceCollaboratorInvitePayload"]],["impl Send for AcceptPackageCollaboratorInviteInput",1,["wasmer_api::types::schema::AcceptPackageCollaboratorInviteInput"]],["impl Send for AcceptPackageCollaboratorInvitePayload",1,["wasmer_api::types::schema::AcceptPackageCollaboratorInvitePayload"]],["impl Send for AcceptPackageTransferRequestInput",1,["wasmer_api::types::schema::AcceptPackageTransferRequestInput"]],["impl Send for AcceptPackageTransferRequestPayload",1,["wasmer_api::types::schema::AcceptPackageTransferRequestPayload"]],["impl Send for AcceptTOSInput",1,["wasmer_api::types::schema::AcceptTOSInput"]],["impl Send for AcceptTOSPayload",1,["wasmer_api::types::schema::AcceptTOSPayload"]],["impl Send for ActivityEvent",1,["wasmer_api::types::schema::ActivityEvent"]],["impl Send for ActivityEventConnection",1,["wasmer_api::types::schema::ActivityEventConnection"]],["impl Send for ActivityEventEdge",1,["wasmer_api::types::schema::ActivityEventEdge"]],["impl Send for AddPaymentInput",1,["wasmer_api::types::schema::AddPaymentInput"]],["impl Send for AddPaymentPayload",1,["wasmer_api::types::schema::AddPaymentPayload"]],["impl Send for AggregateMetrics",1,["wasmer_api::types::schema::AggregateMetrics"]],["impl Send for AppAlias",1,["wasmer_api::types::schema::AppAlias"]],["impl Send for AppAliasConnection",1,["wasmer_api::types::schema::AppAliasConnection"]],["impl Send for AppAliasEdge",1,["wasmer_api::types::schema::AppAliasEdge"]],["impl Send for AppConfigV1",1,["wasmer_api::types::schema::AppConfigV1"]],["impl Send for AppFilter",1,["wasmer_api::types::schema::AppFilter"]],["impl Send for AppOrderBy",1,["wasmer_api::types::schema::AppOrderBy"]],["impl Send for AppTemplate",1,["wasmer_api::types::schema::AppTemplate"]],["impl Send for AppTemplateCategory",1,["wasmer_api::types::schema::AppTemplateCategory"]],["impl Send for AppTemplateCategoryConnection",1,["wasmer_api::types::schema::AppTemplateCategoryConnection"]],["impl Send for AppTemplateCategoryEdge",1,["wasmer_api::types::schema::AppTemplateCategoryEdge"]],["impl Send for AppTemplateConnection",1,["wasmer_api::types::schema::AppTemplateConnection"]],["impl Send for AppTemplateEdge",1,["wasmer_api::types::schema::AppTemplateEdge"]],["impl Send for AppTemplateFilter",1,["wasmer_api::types::schema::AppTemplateFilter"]],["impl Send for AppTemplateOrderBy",1,["wasmer_api::types::schema::AppTemplateOrderBy"]],["impl Send for AppTemplatesSortBy",1,["wasmer_api::types::schema::AppTemplatesSortBy"]],["impl Send for AppTransferRequest",1,["wasmer_api::types::schema::AppTransferRequest"]],["impl Send for AppV1Spec",1,["wasmer_api::types::schema::AppV1Spec"]],["impl Send for AppVersionVolume",1,["wasmer_api::types::schema::AppVersionVolume"]],["impl Send for AppVersionVolumeMountPath",1,["wasmer_api::types::schema::AppVersionVolumeMountPath"]],["impl Send for ArchivePackageInput",1,["wasmer_api::types::schema::ArchivePackageInput"]],["impl Send for ArchivePackagePayload",1,["wasmer_api::types::schema::ArchivePackagePayload"]],["impl Send for BigInt",1,["wasmer_api::types::schema::BigInt"]],["impl Send for Billing",1,["wasmer_api::types::schema::Billing"]],["impl Send for BindingsGenerator",1,["wasmer_api::types::schema::BindingsGenerator"]],["impl Send for BindingsGeneratorConnection",1,["wasmer_api::types::schema::BindingsGeneratorConnection"]],["impl Send for BindingsGeneratorEdge",1,["wasmer_api::types::schema::BindingsGeneratorEdge"]],["impl Send for BlogBlogPostThemeChoices",1,["wasmer_api::types::schema::BlogBlogPostThemeChoices"]],["impl Send for BlogPost",1,["wasmer_api::types::schema::BlogPost"]],["impl Send for BlogPostConnection",1,["wasmer_api::types::schema::BlogPostConnection"]],["impl Send for BlogPostEdge",1,["wasmer_api::types::schema::BlogPostEdge"]],["impl Send for BlogPostTag",1,["wasmer_api::types::schema::BlogPostTag"]],["impl Send for BlogPostTagConnection",1,["wasmer_api::types::schema::BlogPostTagConnection"]],["impl Send for BlogPostTagEdge",1,["wasmer_api::types::schema::BlogPostTagEdge"]],["impl Send for BlogPostsFilter",1,["wasmer_api::types::schema::BlogPostsFilter"]],["impl Send for CAARecord",1,["wasmer_api::types::schema::CAARecord"]],["impl Send for CNAMERecord",1,["wasmer_api::types::schema::CNAMERecord"]],["impl Send for CapabilityCpuV1",1,["wasmer_api::types::schema::CapabilityCpuV1"]],["impl Send for CapabilityFileSystemV1",1,["wasmer_api::types::schema::CapabilityFileSystemV1"]],["impl Send for CapabilityMapV1",1,["wasmer_api::types::schema::CapabilityMapV1"]],["impl Send for CapabilityMemorySwapV1",1,["wasmer_api::types::schema::CapabilityMemorySwapV1"]],["impl Send for CapabilityNetworkDnsV1",1,["wasmer_api::types::schema::CapabilityNetworkDnsV1"]],["impl Send for CapabilityNetworkGatewayV1",1,["wasmer_api::types::schema::CapabilityNetworkGatewayV1"]],["impl Send for CapabilityNetworkV1",1,["wasmer_api::types::schema::CapabilityNetworkV1"]],["impl Send for CapabilityPersistentMemoryV1",1,["wasmer_api::types::schema::CapabilityPersistentMemoryV1"]],["impl Send for CardBrand",1,["wasmer_api::types::schema::CardBrand"]],["impl Send for CardFunding",1,["wasmer_api::types::schema::CardFunding"]],["impl Send for CardPaymentMethod",1,["wasmer_api::types::schema::CardPaymentMethod"]],["impl Send for CaseInsensitiveString",1,["wasmer_api::types::schema::CaseInsensitiveString"]],["impl Send for Category",1,["wasmer_api::types::schema::Category"]],["impl Send for CategoryConnection",1,["wasmer_api::types::schema::CategoryConnection"]],["impl Send for CategoryEdge",1,["wasmer_api::types::schema::CategoryEdge"]],["impl Send for ChangePackageVersionArchivedStatusInput",1,["wasmer_api::types::schema::ChangePackageVersionArchivedStatusInput"]],["impl Send for ChangePackageVersionArchivedStatusPayload",1,["wasmer_api::types::schema::ChangePackageVersionArchivedStatusPayload"]],["impl Send for ChangeUserEmailInput",1,["wasmer_api::types::schema::ChangeUserEmailInput"]],["impl Send for ChangeUserEmailPayload",1,["wasmer_api::types::schema::ChangeUserEmailPayload"]],["impl Send for ChangeUserPasswordInput",1,["wasmer_api::types::schema::ChangeUserPasswordInput"]],["impl Send for ChangeUserPasswordPayload",1,["wasmer_api::types::schema::ChangeUserPasswordPayload"]],["impl Send for ChangeUserUsernameInput",1,["wasmer_api::types::schema::ChangeUserUsernameInput"]],["impl Send for ChangeUserUsernamePayload",1,["wasmer_api::types::schema::ChangeUserUsernamePayload"]],["impl Send for CheckUserExistsInput",1,["wasmer_api::types::schema::CheckUserExistsInput"]],["impl Send for CheckUserExistsPayload",1,["wasmer_api::types::schema::CheckUserExistsPayload"]],["impl Send for Collection",1,["wasmer_api::types::schema::Collection"]],["impl Send for CollectionConnection",1,["wasmer_api::types::schema::CollectionConnection"]],["impl Send for CollectionEdge",1,["wasmer_api::types::schema::CollectionEdge"]],["impl Send for Command",1,["wasmer_api::types::schema::Command"]],["impl Send for Configuration",1,["wasmer_api::types::schema::Configuration"]],["impl Send for CountComparison",1,["wasmer_api::types::schema::CountComparison"]],["impl Send for CountFilter",1,["wasmer_api::types::schema::CountFilter"]],["impl Send for CreateNamespaceInput",1,["wasmer_api::types::schema::CreateNamespaceInput"]],["impl Send for CreateNamespacePayload",1,["wasmer_api::types::schema::CreateNamespacePayload"]],["impl Send for CreateRepoForAppTemplateInput",1,["wasmer_api::types::schema::CreateRepoForAppTemplateInput"]],["impl Send for CreateRepoForAppTemplatePayload",1,["wasmer_api::types::schema::CreateRepoForAppTemplatePayload"]],["impl Send for DNAMERecord",1,["wasmer_api::types::schema::DNAMERecord"]],["impl Send for DNSDomain",1,["wasmer_api::types::schema::DNSDomain"]],["impl Send for DNSDomainConnection",1,["wasmer_api::types::schema::DNSDomainConnection"]],["impl Send for DNSDomainEdge",1,["wasmer_api::types::schema::DNSDomainEdge"]],["impl Send for DNSMXExtraInput",1,["wasmer_api::types::schema::DNSMXExtraInput"]],["impl Send for DNSRecord",1,["wasmer_api::types::schema::DNSRecord"]],["impl Send for DNSRecordConnection",1,["wasmer_api::types::schema::DNSRecordConnection"]],["impl Send for DNSRecordEdge",1,["wasmer_api::types::schema::DNSRecordEdge"]],["impl Send for DNSRecordInterface",1,["wasmer_api::types::schema::DNSRecordInterface"]],["impl Send for DNSRecordsSortBy",1,["wasmer_api::types::schema::DNSRecordsSortBy"]],["impl Send for DateTime",1,["wasmer_api::types::schema::DateTime"]],["impl Send for DeleteAppInput",1,["wasmer_api::types::schema::DeleteAppInput"]],["impl Send for DeleteAppPayload",1,["wasmer_api::types::schema::DeleteAppPayload"]],["impl Send for DeleteDNSRecordInput",1,["wasmer_api::types::schema::DeleteDNSRecordInput"]],["impl Send for DeleteDNSRecordPayload",1,["wasmer_api::types::schema::DeleteDNSRecordPayload"]],["impl Send for DeleteDomainInput",1,["wasmer_api::types::schema::DeleteDomainInput"]],["impl Send for DeleteDomainPayload",1,["wasmer_api::types::schema::DeleteDomainPayload"]],["impl Send for DeleteNamespaceInput",1,["wasmer_api::types::schema::DeleteNamespaceInput"]],["impl Send for DeleteNamespacePayload",1,["wasmer_api::types::schema::DeleteNamespacePayload"]],["impl Send for DeployApp",1,["wasmer_api::types::schema::DeployApp"]],["impl Send for DeployAppAliasKindChoices",1,["wasmer_api::types::schema::DeployAppAliasKindChoices"]],["impl Send for DeployAppConnection",1,["wasmer_api::types::schema::DeployAppConnection"]],["impl Send for DeployAppEdge",1,["wasmer_api::types::schema::DeployAppEdge"]],["impl Send for DeployAppVersion",1,["wasmer_api::types::schema::DeployAppVersion"]],["impl Send for DeployAppVersionConnection",1,["wasmer_api::types::schema::DeployAppVersionConnection"]],["impl Send for DeployAppVersionEdge",1,["wasmer_api::types::schema::DeployAppVersionEdge"]],["impl Send for DeployAppVersionsSortBy",1,["wasmer_api::types::schema::DeployAppVersionsSortBy"]],["impl Send for DeployAppsSortBy",1,["wasmer_api::types::schema::DeployAppsSortBy"]],["impl Send for DeploymentV1",1,["wasmer_api::types::schema::DeploymentV1"]],["impl Send for DetachPaymentMethodInput",1,["wasmer_api::types::schema::DetachPaymentMethodInput"]],["impl Send for DetachPaymentMethodPayload",1,["wasmer_api::types::schema::DetachPaymentMethodPayload"]],["impl Send for DjstripePaymentIntentStatusChoices",1,["wasmer_api::types::schema::DjstripePaymentIntentStatusChoices"]],["impl Send for DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices",1,["wasmer_api::types::schema::DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices"]],["impl Send for DnsmanagerSshFingerprintRecordAlgorithmChoices",1,["wasmer_api::types::schema::DnsmanagerSshFingerprintRecordAlgorithmChoices"]],["impl Send for DnsmanagerSshFingerprintRecordTypeChoices",1,["wasmer_api::types::schema::DnsmanagerSshFingerprintRecordTypeChoices"]],["impl Send for ErrorType",1,["wasmer_api::types::schema::ErrorType"]],["impl Send for EventBody",1,["wasmer_api::types::schema::EventBody"]],["impl Send for FileSystemPermissionsV1",1,["wasmer_api::types::schema::FileSystemPermissionsV1"]],["impl Send for FileSystemVolumeConfigV1",1,["wasmer_api::types::schema::FileSystemVolumeConfigV1"]],["impl Send for FileSystemVolumeMountV1",1,["wasmer_api::types::schema::FileSystemVolumeMountV1"]],["impl Send for FileSystemVolumeSourceLocalV1",1,["wasmer_api::types::schema::FileSystemVolumeSourceLocalV1"]],["impl Send for FileSystemVolumeSourceV1",1,["wasmer_api::types::schema::FileSystemVolumeSourceV1"]],["impl Send for GenerateAPITokenInput",1,["wasmer_api::types::schema::GenerateAPITokenInput"]],["impl Send for GenerateAPITokenPayload",1,["wasmer_api::types::schema::GenerateAPITokenPayload"]],["impl Send for GenerateBindingsForAllPackagesInput",1,["wasmer_api::types::schema::GenerateBindingsForAllPackagesInput"]],["impl Send for GenerateBindingsForAllPackagesPayload",1,["wasmer_api::types::schema::GenerateBindingsForAllPackagesPayload"]],["impl Send for GenerateDeployConfigTokenInput",1,["wasmer_api::types::schema::GenerateDeployConfigTokenInput"]],["impl Send for GenerateDeployConfigTokenPayload",1,["wasmer_api::types::schema::GenerateDeployConfigTokenPayload"]],["impl Send for GenerateDeployTokenInput",1,["wasmer_api::types::schema::GenerateDeployTokenInput"]],["impl Send for GenerateDeployTokenPayload",1,["wasmer_api::types::schema::GenerateDeployTokenPayload"]],["impl Send for GenericScalar",1,["wasmer_api::types::schema::GenericScalar"]],["impl Send for GetPasswordResetToken",1,["wasmer_api::types::schema::GetPasswordResetToken"]],["impl Send for GlobalObject",1,["wasmer_api::types::schema::GlobalObject"]],["impl Send for GrapheneRole",1,["wasmer_api::types::schema::GrapheneRole"]],["impl Send for InputSignature",1,["wasmer_api::types::schema::InputSignature"]],["impl Send for Interface",1,["wasmer_api::types::schema::Interface"]],["impl Send for InterfaceVersion",1,["wasmer_api::types::schema::InterfaceVersion"]],["impl Send for InterfaceVersionConnection",1,["wasmer_api::types::schema::InterfaceVersionConnection"]],["impl Send for InterfaceVersionEdge",1,["wasmer_api::types::schema::InterfaceVersionEdge"]],["impl Send for InviteNamespaceCollaboratorInput",1,["wasmer_api::types::schema::InviteNamespaceCollaboratorInput"]],["impl Send for InviteNamespaceCollaboratorPayload",1,["wasmer_api::types::schema::InviteNamespaceCollaboratorPayload"]],["impl Send for InvitePackageCollaboratorInput",1,["wasmer_api::types::schema::InvitePackageCollaboratorInput"]],["impl Send for InvitePackageCollaboratorPayload",1,["wasmer_api::types::schema::InvitePackageCollaboratorPayload"]],["impl Send for JSONString",1,["wasmer_api::types::schema::JSONString"]],["impl Send for JoinWaitlistInput",1,["wasmer_api::types::schema::JoinWaitlistInput"]],["impl Send for JoinWaitlistPayload",1,["wasmer_api::types::schema::JoinWaitlistPayload"]],["impl Send for LikePackageInput",1,["wasmer_api::types::schema::LikePackageInput"]],["impl Send for LikePackagePayload",1,["wasmer_api::types::schema::LikePackagePayload"]],["impl Send for Likeable",1,["wasmer_api::types::schema::Likeable"]],["impl Send for Log",1,["wasmer_api::types::schema::Log"]],["impl Send for LogConnection",1,["wasmer_api::types::schema::LogConnection"]],["impl Send for LogEdge",1,["wasmer_api::types::schema::LogEdge"]],["impl Send for LogStream",1,["wasmer_api::types::schema::LogStream"]],["impl Send for LoginMethod",1,["wasmer_api::types::schema::LoginMethod"]],["impl Send for MFAAuthResponse",1,["wasmer_api::types::schema::MFAAuthResponse"]],["impl Send for MFAEmailAuthInput",1,["wasmer_api::types::schema::MFAEmailAuthInput"]],["impl Send for MFAEmailGenerationResponse",1,["wasmer_api::types::schema::MFAEmailGenerationResponse"]],["impl Send for MFAGenerateEmailOTPInput",1,["wasmer_api::types::schema::MFAGenerateEmailOTPInput"]],["impl Send for MFAGenerateRecoveryTokenInput",1,["wasmer_api::types::schema::MFAGenerateRecoveryTokenInput"]],["impl Send for MFARecoveryAuthInput",1,["wasmer_api::types::schema::MFARecoveryAuthInput"]],["impl Send for MFARecoveryCodes",1,["wasmer_api::types::schema::MFARecoveryCodes"]],["impl Send for MFATOTPAuthInput",1,["wasmer_api::types::schema::MFATOTPAuthInput"]],["impl Send for MFATOTPGetTokenInput",1,["wasmer_api::types::schema::MFATOTPGetTokenInput"]],["impl Send for MFATOTPTokenType",1,["wasmer_api::types::schema::MFATOTPTokenType"]],["impl Send for MFATOTPVerifyInput",1,["wasmer_api::types::schema::MFATOTPVerifyInput"]],["impl Send for MFATOTPVerifyPayload",1,["wasmer_api::types::schema::MFATOTPVerifyPayload"]],["impl Send for MFATOTPVerifyStatus",1,["wasmer_api::types::schema::MFATOTPVerifyStatus"]],["impl Send for MXRecord",1,["wasmer_api::types::schema::MXRecord"]],["impl Send for MakePackagePublicInput",1,["wasmer_api::types::schema::MakePackagePublicInput"]],["impl Send for MakePackagePublicPayload",1,["wasmer_api::types::schema::MakePackagePublicPayload"]],["impl Send for MarkAppVersionAsActiveInput",1,["wasmer_api::types::schema::MarkAppVersionAsActiveInput"]],["impl Send for MarkAppVersionAsActivePayload",1,["wasmer_api::types::schema::MarkAppVersionAsActivePayload"]],["impl Send for MetricRange",1,["wasmer_api::types::schema::MetricRange"]],["impl Send for MetricType",1,["wasmer_api::types::schema::MetricType"]],["impl Send for MetricUnit",1,["wasmer_api::types::schema::MetricUnit"]],["impl Send for Mutation",1,["wasmer_api::types::schema::Mutation"]],["impl Send for NSRecord",1,["wasmer_api::types::schema::NSRecord"]],["impl Send for Namespace",1,["wasmer_api::types::schema::Namespace"]],["impl Send for NamespaceCollaborator",1,["wasmer_api::types::schema::NamespaceCollaborator"]],["impl Send for NamespaceCollaboratorConnection",1,["wasmer_api::types::schema::NamespaceCollaboratorConnection"]],["impl Send for NamespaceCollaboratorEdge",1,["wasmer_api::types::schema::NamespaceCollaboratorEdge"]],["impl Send for NamespaceCollaboratorInvite",1,["wasmer_api::types::schema::NamespaceCollaboratorInvite"]],["impl Send for NamespaceCollaboratorInviteConnection",1,["wasmer_api::types::schema::NamespaceCollaboratorInviteConnection"]],["impl Send for NamespaceCollaboratorInviteEdge",1,["wasmer_api::types::schema::NamespaceCollaboratorInviteEdge"]],["impl Send for NamespaceConnection",1,["wasmer_api::types::schema::NamespaceConnection"]],["impl Send for NamespaceEdge",1,["wasmer_api::types::schema::NamespaceEdge"]],["impl Send for NamespaceOrderBy",1,["wasmer_api::types::schema::NamespaceOrderBy"]],["impl Send for NamespacesFilter",1,["wasmer_api::types::schema::NamespacesFilter"]],["impl Send for NativeExecutable",1,["wasmer_api::types::schema::NativeExecutable"]],["impl Send for NativeExecutableConnection",1,["wasmer_api::types::schema::NativeExecutableConnection"]],["impl Send for NativeExecutableEdge",1,["wasmer_api::types::schema::NativeExecutableEdge"]],["impl Send for NetworkDnsAllowedHostsV1",1,["wasmer_api::types::schema::NetworkDnsAllowedHostsV1"]],["impl Send for NetworkEgressV1",1,["wasmer_api::types::schema::NetworkEgressV1"]],["impl Send for NewNonceInput",1,["wasmer_api::types::schema::NewNonceInput"]],["impl Send for NewNoncePayload",1,["wasmer_api::types::schema::NewNoncePayload"]],["impl Send for Node",1,["wasmer_api::types::schema::Node"]],["impl Send for NodeBodyRange",1,["wasmer_api::types::schema::NodeBodyRange"]],["impl Send for Nonce",1,["wasmer_api::types::schema::Nonce"]],["impl Send for NonceConnection",1,["wasmer_api::types::schema::NonceConnection"]],["impl Send for NonceEdge",1,["wasmer_api::types::schema::NonceEdge"]],["impl Send for ObtainJSONWebTokenInput",1,["wasmer_api::types::schema::ObtainJSONWebTokenInput"]],["impl Send for ObtainJSONWebTokenPayload",1,["wasmer_api::types::schema::ObtainJSONWebTokenPayload"]],["impl Send for Owner",1,["wasmer_api::types::schema::Owner"]],["impl Send for PTRRecord",1,["wasmer_api::types::schema::PTRRecord"]],["impl Send for Package",1,["wasmer_api::types::schema::Package"]],["impl Send for PackageCollaborator",1,["wasmer_api::types::schema::PackageCollaborator"]],["impl Send for PackageCollaboratorConnection",1,["wasmer_api::types::schema::PackageCollaboratorConnection"]],["impl Send for PackageCollaboratorEdge",1,["wasmer_api::types::schema::PackageCollaboratorEdge"]],["impl Send for PackageCollaboratorInvite",1,["wasmer_api::types::schema::PackageCollaboratorInvite"]],["impl Send for PackageCollaboratorInviteConnection",1,["wasmer_api::types::schema::PackageCollaboratorInviteConnection"]],["impl Send for PackageCollaboratorInviteEdge",1,["wasmer_api::types::schema::PackageCollaboratorInviteEdge"]],["impl Send for PackageConnection",1,["wasmer_api::types::schema::PackageConnection"]],["impl Send for PackageDistribution",1,["wasmer_api::types::schema::PackageDistribution"]],["impl Send for PackageEdge",1,["wasmer_api::types::schema::PackageEdge"]],["impl Send for PackageInfo",1,["wasmer_api::types::schema::PackageInfo"]],["impl Send for PackageInstance",1,["wasmer_api::types::schema::PackageInstance"]],["impl Send for PackageKeyword",1,["wasmer_api::types::schema::PackageKeyword"]],["impl Send for PackageKeywordConnection",1,["wasmer_api::types::schema::PackageKeywordConnection"]],["impl Send for PackageKeywordEdge",1,["wasmer_api::types::schema::PackageKeywordEdge"]],["impl Send for PackageOrderBy",1,["wasmer_api::types::schema::PackageOrderBy"]],["impl Send for PackageOwner",1,["wasmer_api::types::schema::PackageOwner"]],["impl Send for PackageReleaseInterface",1,["wasmer_api::types::schema::PackageReleaseInterface"]],["impl Send for PackageSearchConnection",1,["wasmer_api::types::schema::PackageSearchConnection"]],["impl Send for PackageSearchEdge",1,["wasmer_api::types::schema::PackageSearchEdge"]],["impl Send for PackageTransferRequest",1,["wasmer_api::types::schema::PackageTransferRequest"]],["impl Send for PackageTransferRequestConnection",1,["wasmer_api::types::schema::PackageTransferRequestConnection"]],["impl Send for PackageTransferRequestEdge",1,["wasmer_api::types::schema::PackageTransferRequestEdge"]],["impl Send for PackageVersion",1,["wasmer_api::types::schema::PackageVersion"]],["impl Send for PackageVersionBinding",1,["wasmer_api::types::schema::PackageVersionBinding"]],["impl Send for PackageVersionBindingConnection",1,["wasmer_api::types::schema::PackageVersionBindingConnection"]],["impl Send for PackageVersionBindingEdge",1,["wasmer_api::types::schema::PackageVersionBindingEdge"]],["impl Send for PackageVersionConnection",1,["wasmer_api::types::schema::PackageVersionConnection"]],["impl Send for PackageVersionEdge",1,["wasmer_api::types::schema::PackageVersionEdge"]],["impl Send for PackageVersionFilesystem",1,["wasmer_api::types::schema::PackageVersionFilesystem"]],["impl Send for PackageVersionLanguageBinding",1,["wasmer_api::types::schema::PackageVersionLanguageBinding"]],["impl Send for PackageVersionModule",1,["wasmer_api::types::schema::PackageVersionModule"]],["impl Send for PackageVersionNPMBinding",1,["wasmer_api::types::schema::PackageVersionNPMBinding"]],["impl Send for PackageVersionNPMBindingConnection",1,["wasmer_api::types::schema::PackageVersionNPMBindingConnection"]],["impl Send for PackageVersionNPMBindingEdge",1,["wasmer_api::types::schema::PackageVersionNPMBindingEdge"]],["impl Send for PackageVersionPythonBinding",1,["wasmer_api::types::schema::PackageVersionPythonBinding"]],["impl Send for PackageVersionPythonBindingConnection",1,["wasmer_api::types::schema::PackageVersionPythonBindingConnection"]],["impl Send for PackageVersionPythonBindingEdge",1,["wasmer_api::types::schema::PackageVersionPythonBindingEdge"]],["impl Send for PackageVersionReadyResponse",1,["wasmer_api::types::schema::PackageVersionReadyResponse"]],["impl Send for PackageVersionSortBy",1,["wasmer_api::types::schema::PackageVersionSortBy"]],["impl Send for PackageVersionState",1,["wasmer_api::types::schema::PackageVersionState"]],["impl Send for PackageWebc",1,["wasmer_api::types::schema::PackageWebc"]],["impl Send for PackageWebcConnection",1,["wasmer_api::types::schema::PackageWebcConnection"]],["impl Send for PackageWebcEdge",1,["wasmer_api::types::schema::PackageWebcEdge"]],["impl Send for PackagesFilter",1,["wasmer_api::types::schema::PackagesFilter"]],["impl Send for PageInfo",1,["wasmer_api::types::schema::PageInfo"]],["impl Send for Payment",1,["wasmer_api::types::schema::Payment"]],["impl Send for PaymentIntent",1,["wasmer_api::types::schema::PaymentIntent"]],["impl Send for PaymentMethod",1,["wasmer_api::types::schema::PaymentMethod"]],["impl Send for PiritaFilesystemDir",1,["wasmer_api::types::schema::PiritaFilesystemDir"]],["impl Send for PiritaFilesystemFile",1,["wasmer_api::types::schema::PiritaFilesystemFile"]],["impl Send for PiritaFilesystemItem",1,["wasmer_api::types::schema::PiritaFilesystemItem"]],["impl Send for PiritaFilesystemNameDisplay",1,["wasmer_api::types::schema::PiritaFilesystemNameDisplay"]],["impl Send for ProgrammingLanguage",1,["wasmer_api::types::schema::ProgrammingLanguage"]],["impl Send for PublicKey",1,["wasmer_api::types::schema::PublicKey"]],["impl Send for PublishDeployAppInput",1,["wasmer_api::types::schema::PublishDeployAppInput"]],["impl Send for PublishDeployAppPayload",1,["wasmer_api::types::schema::PublishDeployAppPayload"]],["impl Send for PublishPackageInput",1,["wasmer_api::types::schema::PublishPackageInput"]],["impl Send for PublishPackagePayload",1,["wasmer_api::types::schema::PublishPackagePayload"]],["impl Send for PublishPublicKeyInput",1,["wasmer_api::types::schema::PublishPublicKeyInput"]],["impl Send for PublishPublicKeyPayload",1,["wasmer_api::types::schema::PublishPublicKeyPayload"]],["impl Send for PurgeCacheForAppVersionInput",1,["wasmer_api::types::schema::PurgeCacheForAppVersionInput"]],["impl Send for PurgeCacheForAppVersionPayload",1,["wasmer_api::types::schema::PurgeCacheForAppVersionPayload"]],["impl Send for PushPackageReleaseInput",1,["wasmer_api::types::schema::PushPackageReleaseInput"]],["impl Send for PushPackageReleasePayload",1,["wasmer_api::types::schema::PushPackageReleasePayload"]],["impl Send for Query",1,["wasmer_api::types::schema::Query"]],["impl Send for ReadNotificationInput",1,["wasmer_api::types::schema::ReadNotificationInput"]],["impl Send for ReadNotificationPayload",1,["wasmer_api::types::schema::ReadNotificationPayload"]],["impl Send for RecordKind",1,["wasmer_api::types::schema::RecordKind"]],["impl Send for Refresh",1,["wasmer_api::types::schema::Refresh"]],["impl Send for RegisterDomainInput",1,["wasmer_api::types::schema::RegisterDomainInput"]],["impl Send for RegisterDomainPayload",1,["wasmer_api::types::schema::RegisterDomainPayload"]],["impl Send for RegisterUserInput",1,["wasmer_api::types::schema::RegisterUserInput"]],["impl Send for RegisterUserPayload",1,["wasmer_api::types::schema::RegisterUserPayload"]],["impl Send for RegistryInfo",1,["wasmer_api::types::schema::RegistryInfo"]],["impl Send for RegistryNamespaceMaintainerInviteRoleChoices",1,["wasmer_api::types::schema::RegistryNamespaceMaintainerInviteRoleChoices"]],["impl Send for RegistryNamespaceMaintainerRoleChoices",1,["wasmer_api::types::schema::RegistryNamespaceMaintainerRoleChoices"]],["impl Send for RegistryPackageMaintainerInviteRoleChoices",1,["wasmer_api::types::schema::RegistryPackageMaintainerInviteRoleChoices"]],["impl Send for RegistryPackageMaintainerRoleChoices",1,["wasmer_api::types::schema::RegistryPackageMaintainerRoleChoices"]],["impl Send for RegistryPackageVersionBindingsStateChoices",1,["wasmer_api::types::schema::RegistryPackageVersionBindingsStateChoices"]],["impl Send for RegistryPackageVersionNativeExecutablesStateChoices",1,["wasmer_api::types::schema::RegistryPackageVersionNativeExecutablesStateChoices"]],["impl Send for RemoveAppTransferRequestInput",1,["wasmer_api::types::schema::RemoveAppTransferRequestInput"]],["impl Send for RemoveAppTransferRequestPayload",1,["wasmer_api::types::schema::RemoveAppTransferRequestPayload"]],["impl Send for RemoveNamespaceCollaboratorInput",1,["wasmer_api::types::schema::RemoveNamespaceCollaboratorInput"]],["impl Send for RemoveNamespaceCollaboratorInviteInput",1,["wasmer_api::types::schema::RemoveNamespaceCollaboratorInviteInput"]],["impl Send for RemoveNamespaceCollaboratorInvitePayload",1,["wasmer_api::types::schema::RemoveNamespaceCollaboratorInvitePayload"]],["impl Send for RemoveNamespaceCollaboratorPayload",1,["wasmer_api::types::schema::RemoveNamespaceCollaboratorPayload"]],["impl Send for RemovePackageCollaboratorInput",1,["wasmer_api::types::schema::RemovePackageCollaboratorInput"]],["impl Send for RemovePackageCollaboratorInviteInput",1,["wasmer_api::types::schema::RemovePackageCollaboratorInviteInput"]],["impl Send for RemovePackageCollaboratorInvitePayload",1,["wasmer_api::types::schema::RemovePackageCollaboratorInvitePayload"]],["impl Send for RemovePackageCollaboratorPayload",1,["wasmer_api::types::schema::RemovePackageCollaboratorPayload"]],["impl Send for RemovePackageTransferRequestInput",1,["wasmer_api::types::schema::RemovePackageTransferRequestInput"]],["impl Send for RemovePackageTransferRequestPayload",1,["wasmer_api::types::schema::RemovePackageTransferRequestPayload"]],["impl Send for RenameAppAliasInput",1,["wasmer_api::types::schema::RenameAppAliasInput"]],["impl Send for RenameAppAliasPayload",1,["wasmer_api::types::schema::RenameAppAliasPayload"]],["impl Send for RenameAppInput",1,["wasmer_api::types::schema::RenameAppInput"]],["impl Send for RenameAppPayload",1,["wasmer_api::types::schema::RenameAppPayload"]],["impl Send for RenamePackageInput",1,["wasmer_api::types::schema::RenamePackageInput"]],["impl Send for RenamePackagePayload",1,["wasmer_api::types::schema::RenamePackagePayload"]],["impl Send for RequestAppTransferInput",1,["wasmer_api::types::schema::RequestAppTransferInput"]],["impl Send for RequestAppTransferPayload",1,["wasmer_api::types::schema::RequestAppTransferPayload"]],["impl Send for RequestPackageTransferInput",1,["wasmer_api::types::schema::RequestPackageTransferInput"]],["impl Send for RequestPackageTransferPayload",1,["wasmer_api::types::schema::RequestPackageTransferPayload"]],["impl Send for RequestPasswordResetInput",1,["wasmer_api::types::schema::RequestPasswordResetInput"]],["impl Send for RequestPasswordResetPayload",1,["wasmer_api::types::schema::RequestPasswordResetPayload"]],["impl Send for RequestValidationEmailInput",1,["wasmer_api::types::schema::RequestValidationEmailInput"]],["impl Send for RequestValidationEmailPayload",1,["wasmer_api::types::schema::RequestValidationEmailPayload"]],["impl Send for Revoke",1,["wasmer_api::types::schema::Revoke"]],["impl Send for RevokeAPITokenInput",1,["wasmer_api::types::schema::RevokeAPITokenInput"]],["impl Send for RevokeAPITokenPayload",1,["wasmer_api::types::schema::RevokeAPITokenPayload"]],["impl Send for RunnerWCGIV1",1,["wasmer_api::types::schema::RunnerWCGIV1"]],["impl Send for RunnerWebProxyV1",1,["wasmer_api::types::schema::RunnerWebProxyV1"]],["impl Send for SOARecord",1,["wasmer_api::types::schema::SOARecord"]],["impl Send for SRVRecord",1,["wasmer_api::types::schema::SRVRecord"]],["impl Send for SSHFPRecord",1,["wasmer_api::types::schema::SSHFPRecord"]],["impl Send for SchemaInfo",1,["wasmer_api::types::schema::SchemaInfo"]],["impl Send for SearchConnection",1,["wasmer_api::types::schema::SearchConnection"]],["impl Send for SearchEdge",1,["wasmer_api::types::schema::SearchEdge"]],["impl Send for SearchKind",1,["wasmer_api::types::schema::SearchKind"]],["impl Send for SearchOrderSort",1,["wasmer_api::types::schema::SearchOrderSort"]],["impl Send for SearchPublishDate",1,["wasmer_api::types::schema::SearchPublishDate"]],["impl Send for SearchResult",1,["wasmer_api::types::schema::SearchResult"]],["impl Send for SeePendingNotificationsInput",1,["wasmer_api::types::schema::SeePendingNotificationsInput"]],["impl Send for SeePendingNotificationsPayload",1,["wasmer_api::types::schema::SeePendingNotificationsPayload"]],["impl Send for SetDefaultPaymentMethodInput",1,["wasmer_api::types::schema::SetDefaultPaymentMethodInput"]],["impl Send for SetDefaultPaymentMethodPayload",1,["wasmer_api::types::schema::SetDefaultPaymentMethodPayload"]],["impl Send for Signature",1,["wasmer_api::types::schema::Signature"]],["impl Send for SignedUrl",1,["wasmer_api::types::schema::SignedUrl"]],["impl Send for SocialAuth",1,["wasmer_api::types::schema::SocialAuth"]],["impl Send for SocialAuthJWTInput",1,["wasmer_api::types::schema::SocialAuthJWTInput"]],["impl Send for SocialAuthJWTPayload",1,["wasmer_api::types::schema::SocialAuthJWTPayload"]],["impl Send for StripeCustomer",1,["wasmer_api::types::schema::StripeCustomer"]],["impl Send for Subscription",1,["wasmer_api::types::schema::Subscription"]],["impl Send for TXTRecord",1,["wasmer_api::types::schema::TXTRecord"]],["impl Send for TagPackageReleaseInput",1,["wasmer_api::types::schema::TagPackageReleaseInput"]],["impl Send for TagPackageReleasePayload",1,["wasmer_api::types::schema::TagPackageReleasePayload"]],["impl Send for TermsOfService",1,["wasmer_api::types::schema::TermsOfService"]],["impl Send for URL",1,["wasmer_api::types::schema::URL"]],["impl Send for UnlikePackageInput",1,["wasmer_api::types::schema::UnlikePackageInput"]],["impl Send for UnlikePackagePayload",1,["wasmer_api::types::schema::UnlikePackagePayload"]],["impl Send for UnwatchPackageInput",1,["wasmer_api::types::schema::UnwatchPackageInput"]],["impl Send for UnwatchPackagePayload",1,["wasmer_api::types::schema::UnwatchPackagePayload"]],["impl Send for UpdateNamespaceCollaboratorInviteRoleInput",1,["wasmer_api::types::schema::UpdateNamespaceCollaboratorInviteRoleInput"]],["impl Send for UpdateNamespaceCollaboratorInviteRolePayload",1,["wasmer_api::types::schema::UpdateNamespaceCollaboratorInviteRolePayload"]],["impl Send for UpdateNamespaceCollaboratorRoleInput",1,["wasmer_api::types::schema::UpdateNamespaceCollaboratorRoleInput"]],["impl Send for UpdateNamespaceCollaboratorRolePayload",1,["wasmer_api::types::schema::UpdateNamespaceCollaboratorRolePayload"]],["impl Send for UpdateNamespaceInput",1,["wasmer_api::types::schema::UpdateNamespaceInput"]],["impl Send for UpdateNamespacePayload",1,["wasmer_api::types::schema::UpdateNamespacePayload"]],["impl Send for UpdatePackageCollaboratorInviteRoleInput",1,["wasmer_api::types::schema::UpdatePackageCollaboratorInviteRoleInput"]],["impl Send for UpdatePackageCollaboratorInviteRolePayload",1,["wasmer_api::types::schema::UpdatePackageCollaboratorInviteRolePayload"]],["impl Send for UpdatePackageCollaboratorRoleInput",1,["wasmer_api::types::schema::UpdatePackageCollaboratorRoleInput"]],["impl Send for UpdatePackageCollaboratorRolePayload",1,["wasmer_api::types::schema::UpdatePackageCollaboratorRolePayload"]],["impl Send for UpdatePackageInput",1,["wasmer_api::types::schema::UpdatePackageInput"]],["impl Send for UpdatePackagePayload",1,["wasmer_api::types::schema::UpdatePackagePayload"]],["impl Send for UpdateUserInfoInput",1,["wasmer_api::types::schema::UpdateUserInfoInput"]],["impl Send for UpdateUserInfoPayload",1,["wasmer_api::types::schema::UpdateUserInfoPayload"]],["impl Send for UploadFormat",1,["wasmer_api::types::schema::UploadFormat"]],["impl Send for UpsertDNSRecordInput",1,["wasmer_api::types::schema::UpsertDNSRecordInput"]],["impl Send for UpsertDNSRecordPayload",1,["wasmer_api::types::schema::UpsertDNSRecordPayload"]],["impl Send for UpsertDomainFromZoneFileInput",1,["wasmer_api::types::schema::UpsertDomainFromZoneFileInput"]],["impl Send for UpsertDomainFromZoneFilePayload",1,["wasmer_api::types::schema::UpsertDomainFromZoneFilePayload"]],["impl Send for UsageMetric",1,["wasmer_api::types::schema::UsageMetric"]],["impl Send for User",1,["wasmer_api::types::schema::User"]],["impl Send for UserConnection",1,["wasmer_api::types::schema::UserConnection"]],["impl Send for UserEdge",1,["wasmer_api::types::schema::UserEdge"]],["impl Send for UserNotification",1,["wasmer_api::types::schema::UserNotification"]],["impl Send for UserNotificationConnection",1,["wasmer_api::types::schema::UserNotificationConnection"]],["impl Send for UserNotificationCreated",1,["wasmer_api::types::schema::UserNotificationCreated"]],["impl Send for UserNotificationEdge",1,["wasmer_api::types::schema::UserNotificationEdge"]],["impl Send for UserNotificationKind",1,["wasmer_api::types::schema::UserNotificationKind"]],["impl Send for UserNotificationKindIncomingNamespaceInvite",1,["wasmer_api::types::schema::UserNotificationKindIncomingNamespaceInvite"]],["impl Send for UserNotificationKindIncomingPackageInvite",1,["wasmer_api::types::schema::UserNotificationKindIncomingPackageInvite"]],["impl Send for UserNotificationKindIncomingPackageTransfer",1,["wasmer_api::types::schema::UserNotificationKindIncomingPackageTransfer"]],["impl Send for UserNotificationKindPublishedPackageVersion",1,["wasmer_api::types::schema::UserNotificationKindPublishedPackageVersion"]],["impl Send for UserNotificationKindValidateEmail",1,["wasmer_api::types::schema::UserNotificationKindValidateEmail"]],["impl Send for UserNotificationSeenState",1,["wasmer_api::types::schema::UserNotificationSeenState"]],["impl Send for UserOrderBy",1,["wasmer_api::types::schema::UserOrderBy"]],["impl Send for UsersFilter",1,["wasmer_api::types::schema::UsersFilter"]],["impl Send for ValidateNonceInput",1,["wasmer_api::types::schema::ValidateNonceInput"]],["impl Send for ValidateNoncePayload",1,["wasmer_api::types::schema::ValidateNoncePayload"]],["impl Send for ValidateUserEmailInput",1,["wasmer_api::types::schema::ValidateUserEmailInput"]],["impl Send for ValidateUserEmailPayload",1,["wasmer_api::types::schema::ValidateUserEmailPayload"]],["impl Send for ValidateUserPasswordInput",1,["wasmer_api::types::schema::ValidateUserPasswordInput"]],["impl Send for ValidateUserPasswordPayload",1,["wasmer_api::types::schema::ValidateUserPasswordPayload"]],["impl Send for Verify",1,["wasmer_api::types::schema::Verify"]],["impl Send for WEBCFilesystemItem",1,["wasmer_api::types::schema::WEBCFilesystemItem"]],["impl Send for Waitlist",1,["wasmer_api::types::schema::Waitlist"]],["impl Send for WaitlistMember",1,["wasmer_api::types::schema::WaitlistMember"]],["impl Send for WatchPackageInput",1,["wasmer_api::types::schema::WatchPackageInput"]],["impl Send for WatchPackagePayload",1,["wasmer_api::types::schema::WatchPackagePayload"]],["impl Send for WebcImage",1,["wasmer_api::types::schema::WebcImage"]],["impl Send for WebcImageConnection",1,["wasmer_api::types::schema::WebcImageConnection"]],["impl Send for WebcImageEdge",1,["wasmer_api::types::schema::WebcImageEdge"]],["impl Send for WebcSourceV1",1,["wasmer_api::types::schema::WebcSourceV1"]],["impl Send for WebcVersion",1,["wasmer_api::types::schema::WebcVersion"]],["impl Send for WorkloadRunnerV1",1,["wasmer_api::types::schema::WorkloadRunnerV1"]],["impl Send for WorkloadRunnerWasmSourceV1",1,["wasmer_api::types::schema::WorkloadRunnerWasmSourceV1"]],["impl Send for WorkloadV1",1,["wasmer_api::types::schema::WorkloadV1"]],["impl Send for WorkloadV2",1,["wasmer_api::types::schema::WorkloadV2"]]], @@ -26,10 +26,10 @@ "wasmer_middlewares":[["impl Send for MeteringGlobalIndexes",1,["wasmer_middlewares::metering::MeteringGlobalIndexes"]],["impl<F> Send for Metering<F>",1,["wasmer_middlewares::metering::Metering"]],["impl<F> Send for FunctionMetering<F>",1,["wasmer_middlewares::metering::FunctionMetering"]],["impl Send for MeteringPoints",1,["wasmer_middlewares::metering::MeteringPoints"]]], "wasmer_object":[["impl Send for ObjectError",1,["wasmer_object::error::ObjectError"]]], "wasmer_registry":[["impl Send for RegistryClient",1,["wasmer_registry::client::RegistryClient"]],["impl Send for WasmerConfig",1,["wasmer_registry::config::WasmerConfig"]],["impl Send for Proxy",1,["wasmer_registry::config::Proxy"]],["impl Send for MultiRegistry",1,["wasmer_registry::config::MultiRegistry"]],["impl Send for RegistryLogin",1,["wasmer_registry::config::RegistryLogin"]],["impl Send for Registry",1,["wasmer_registry::config::Registry"]],["impl Send for UpdateRegistry",1,["wasmer_registry::config::UpdateRegistry"]],["impl Send for InputSignature",1,["wasmer_registry::graphql::mutations::publish_package_mutation_chunked::InputSignature"]],["impl Send for Variables",1,["wasmer_registry::graphql::mutations::publish_package_mutation_chunked::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::mutations::publish_package_mutation_chunked::ResponseData"]],["impl Send for PublishPackageMutationChunkedPublishPackage",1,["wasmer_registry::graphql::mutations::publish_package_mutation_chunked::PublishPackageMutationChunkedPublishPackage"]],["impl Send for PublishPackageMutationChunkedPublishPackagePackageVersion",1,["wasmer_registry::graphql::mutations::publish_package_mutation_chunked::PublishPackageMutationChunkedPublishPackagePackageVersion"]],["impl Send for PublishPackageMutationChunkedPublishPackagePackageWebc",1,["wasmer_registry::graphql::mutations::publish_package_mutation_chunked::PublishPackageMutationChunkedPublishPackagePackageWebc"]],["impl Send for PublishPackageMutationChunkedPublishPackagePackageWebcWebcV3",1,["wasmer_registry::graphql::mutations::publish_package_mutation_chunked::PublishPackageMutationChunkedPublishPackagePackageWebcWebcV3"]],["impl Send for Variables",1,["wasmer_registry::graphql::mutations::generate_deploy_token::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::mutations::generate_deploy_token::ResponseData"]],["impl Send for GenerateDeployTokenGenerateDeployToken",1,["wasmer_registry::graphql::mutations::generate_deploy_token::GenerateDeployTokenGenerateDeployToken"]],["impl Send for Variables",1,["wasmer_registry::graphql::mutations::publish_deploy_app::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::mutations::publish_deploy_app::ResponseData"]],["impl Send for PublishDeployAppPublishDeployApp",1,["wasmer_registry::graphql::mutations::publish_deploy_app::PublishDeployAppPublishDeployApp"]],["impl Send for PublishDeployAppPublishDeployAppDeployAppVersion",1,["wasmer_registry::graphql::mutations::publish_deploy_app::PublishDeployAppPublishDeployAppDeployAppVersion"]],["impl Send for PublishDeployAppPublishDeployAppDeployAppVersionApp",1,["wasmer_registry::graphql::mutations::publish_deploy_app::PublishDeployAppPublishDeployAppDeployAppVersionApp"]],["impl Send for PublishDeployAppPublishDeployAppDeployAppVersionAppOwner",1,["wasmer_registry::graphql::mutations::publish_deploy_app::PublishDeployAppPublishDeployAppDeployAppVersionAppOwner"]],["impl Send for PublishDeployAppPublishDeployAppDeployAppVersionAppOwnerOn",1,["wasmer_registry::graphql::mutations::publish_deploy_app::PublishDeployAppPublishDeployAppDeployAppVersionAppOwnerOn"]],["impl Send for Variables",1,["wasmer_registry::graphql::mutations::new_nonce::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::mutations::new_nonce::ResponseData"]],["impl Send for NewNonceNewNonce",1,["wasmer_registry::graphql::mutations::new_nonce::NewNonceNewNonce"]],["impl Send for NewNonceNewNonceNonce",1,["wasmer_registry::graphql::mutations::new_nonce::NewNonceNewNonceNonce"]],["impl Send for PublishPackageMutationChunked",1,["wasmer_registry::graphql::mutations::PublishPackageMutationChunked"]],["impl Send for GenerateDeployToken",1,["wasmer_registry::graphql::mutations::GenerateDeployToken"]],["impl Send for PublishDeployApp",1,["wasmer_registry::graphql::mutations::PublishDeployApp"]],["impl Send for NewNonce",1,["wasmer_registry::graphql::mutations::NewNonce"]],["impl Send for ProxyError",1,["wasmer_registry::graphql::proxy::ProxyError"]],["impl Send for Variables",1,["wasmer_registry::graphql::queries::get_package_version_query::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::queries::get_package_version_query::ResponseData"]],["impl Send for GetPackageVersionQueryPackageVersion",1,["wasmer_registry::graphql::queries::get_package_version_query::GetPackageVersionQueryPackageVersion"]],["impl Send for GetPackageVersionQueryPackageVersionPackage",1,["wasmer_registry::graphql::queries::get_package_version_query::GetPackageVersionQueryPackageVersionPackage"]],["impl Send for GetPackageVersionQueryPackageVersionDistribution",1,["wasmer_registry::graphql::queries::get_package_version_query::GetPackageVersionQueryPackageVersionDistribution"]],["impl Send for Variables",1,["wasmer_registry::graphql::queries::get_package_by_command_query::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::queries::get_package_by_command_query::ResponseData"]],["impl Send for GetPackageByCommandQueryGetCommand",1,["wasmer_registry::graphql::queries::get_package_by_command_query::GetPackageByCommandQueryGetCommand"]],["impl Send for GetPackageByCommandQueryGetCommandPackageVersion",1,["wasmer_registry::graphql::queries::get_package_by_command_query::GetPackageByCommandQueryGetCommandPackageVersion"]],["impl Send for GetPackageByCommandQueryGetCommandPackageVersionDistribution",1,["wasmer_registry::graphql::queries::get_package_by_command_query::GetPackageByCommandQueryGetCommandPackageVersionDistribution"]],["impl Send for GetPackageByCommandQueryGetCommandPackageVersionPackage",1,["wasmer_registry::graphql::queries::get_package_by_command_query::GetPackageByCommandQueryGetCommandPackageVersionPackage"]],["impl Send for Variables",1,["wasmer_registry::graphql::queries::test_if_registry_present::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::queries::test_if_registry_present::ResponseData"]],["impl Send for ProgrammingLanguage",1,["wasmer_registry::graphql::queries::get_bindings_query::ProgrammingLanguage"]],["impl Send for Variables",1,["wasmer_registry::graphql::queries::get_bindings_query::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::queries::get_bindings_query::ResponseData"]],["impl Send for GetBindingsQueryPackageVersion",1,["wasmer_registry::graphql::queries::get_bindings_query::GetBindingsQueryPackageVersion"]],["impl Send for GetBindingsQueryPackageVersionBindings",1,["wasmer_registry::graphql::queries::get_bindings_query::GetBindingsQueryPackageVersionBindings"]],["impl Send for GetBindingsQueryPackageVersionBindingsOn",1,["wasmer_registry::graphql::queries::get_bindings_query::GetBindingsQueryPackageVersionBindingsOn"]],["impl Send for GetBindingsQueryPackageVersionBindingsGenerator",1,["wasmer_registry::graphql::queries::get_bindings_query::GetBindingsQueryPackageVersionBindingsGenerator"]],["impl Send for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion",1,["wasmer_registry::graphql::queries::get_bindings_query::GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion"]],["impl Send for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage",1,["wasmer_registry::graphql::queries::get_bindings_query::GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage"]],["impl Send for Variables",1,["wasmer_registry::graphql::queries::get_signed_url::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::queries::get_signed_url::ResponseData"]],["impl Send for GetSignedUrlUrl",1,["wasmer_registry::graphql::queries::get_signed_url::GetSignedUrlUrl"]],["impl Send for Variables",1,["wasmer_registry::graphql::queries::get_interface_version_query::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::queries::get_interface_version_query::ResponseData"]],["impl Send for GetInterfaceVersionQueryInterface",1,["wasmer_registry::graphql::queries::get_interface_version_query::GetInterfaceVersionQueryInterface"]],["impl Send for GetInterfaceVersionQueryInterfaceInterface",1,["wasmer_registry::graphql::queries::get_interface_version_query::GetInterfaceVersionQueryInterfaceInterface"]],["impl Send for Variables",1,["wasmer_registry::graphql::queries::who_am_i_query::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::queries::who_am_i_query::ResponseData"]],["impl Send for WhoAmIQueryViewer",1,["wasmer_registry::graphql::queries::who_am_i_query::WhoAmIQueryViewer"]],["impl Send for GetPackageVersionQuery",1,["wasmer_registry::graphql::queries::GetPackageVersionQuery"]],["impl Send for GetPackageByCommandQuery",1,["wasmer_registry::graphql::queries::GetPackageByCommandQuery"]],["impl Send for TestIfRegistryPresent",1,["wasmer_registry::graphql::queries::TestIfRegistryPresent"]],["impl Send for GetBindingsQuery",1,["wasmer_registry::graphql::queries::GetBindingsQuery"]],["impl Send for GetSignedUrl",1,["wasmer_registry::graphql::queries::GetSignedUrl"]],["impl Send for GetInterfaceVersionQuery",1,["wasmer_registry::graphql::queries::GetInterfaceVersionQuery"]],["impl Send for WhoAmIQuery",1,["wasmer_registry::graphql::queries::WhoAmIQuery"]],["impl Send for PackageVersionState",1,["wasmer_registry::graphql::subscriptions::package_version_ready::PackageVersionState"]],["impl Send for Variables",1,["wasmer_registry::graphql::subscriptions::package_version_ready::Variables"]],["impl Send for ResponseData",1,["wasmer_registry::graphql::subscriptions::package_version_ready::ResponseData"]],["impl Send for PackageVersionReadyPackageVersionReady",1,["wasmer_registry::graphql::subscriptions::package_version_ready::PackageVersionReadyPackageVersionReady"]],["impl Send for PackageVersionReady",1,["wasmer_registry::graphql::subscriptions::PackageVersionReady"]],["impl Send for InterfaceFromServer",1,["wasmer_registry::interface::InterfaceFromServer"]],["impl Send for ValidationError",1,["wasmer_registry::package::builder::validate::ValidationError"]],["impl Send for Skip",1,["wasmer_registry::package::builder::validate::Skip"]],["impl Send for Interactive",1,["wasmer_registry::package::builder::validate::Interactive"]],["impl Send for NonInteractive",1,["wasmer_registry::package::builder::validate::NonInteractive"]],["impl Send for Publish",1,["wasmer_registry::package::builder::Publish"]],["impl Send for PackageBuildError",1,["wasmer_registry::package::builder::PackageBuildError"]],["impl Send for ConstructedPackageArchive",1,["wasmer_registry::package::builder::ConstructedPackageArchive"]],["impl Send for MigrationError",1,["wasmer_registry::package::builder::MigrationError"]],["impl Send for PersonalKey",1,["wasmer_registry::package::builder::PersonalKey"]],["impl Send for PACKAGE_WITH_VERSION",1,["wasmer_registry::package::PACKAGE_WITH_VERSION"]],["impl Send for Package",1,["wasmer_registry::package::Package"]],["impl Send for PublishWait",1,["wasmer_registry::publish::PublishWait"]],["impl Send for SignArchiveResult",1,["wasmer_registry::publish::SignArchiveResult"]],["impl Send for PackageVersionReadySharedState",1,["wasmer_registry::publish::PackageVersionReadySharedState"]],["impl Send for TokioSpawner",1,["wasmer_registry::tokio_spawner::TokioSpawner"]],["impl Send for PublishDeployAppRawVars",1,["wasmer_registry::types::PublishDeployAppRawVars"]],["impl Send for PublishDeployAppOutput",1,["wasmer_registry::types::PublishDeployAppOutput"]],["impl Send for NewNonceOutput",1,["wasmer_registry::types::NewNonceOutput"]],["impl Send for WasmerEnv",1,["wasmer_registry::wasmer_env::WasmerEnv"]],["impl Send for WASMER_DIR",1,["wasmer_registry::wasmer_env::WASMER_DIR"]],["impl Send for Registry",1,["wasmer_registry::wasmer_env::Registry"]],["impl Send for PackageDownloadInfo",1,["wasmer_registry::PackageDownloadInfo"]],["impl Send for QueryPackageError",1,["wasmer_registry::QueryPackageError"]],["impl Send for GetIfPackageHasNewVersionResult",1,["wasmer_registry::GetIfPackageHasNewVersionResult"]],["impl Send for Bindings",1,["wasmer_registry::Bindings"]],["impl Send for BindingsGenerator",1,["wasmer_registry::BindingsGenerator"]]], -"wasmer_sys_utils":[["impl Send for FdMmap",1,["wasmer_sys_utils::memory::fd_memory::fd_mmap::FdMmap"]],["impl Send for FdGuard",1,["wasmer_sys_utils::memory::fd_memory::fd_mmap::FdGuard"]],["impl !Send for WasmMmap",1,["wasmer_sys_utils::memory::fd_memory::memories::WasmMmap"]],["impl Send for VMMemoryConfig",1,["wasmer_sys_utils::memory::fd_memory::memories::VMMemoryConfig"]],["impl Send for VMMemory",1,["wasmer_sys_utils::memory::fd_memory::memories::VMMemory"]],["impl Send for VMOwnedMemory"],["impl Send for VMSharedMemory"]], +"wasmer_sys_utils":[["impl Send for FdMmap",1,["wasmer_sys_utils::memory::fd_memory::fd_mmap::FdMmap"]],["impl Send for FdGuard",1,["wasmer_sys_utils::memory::fd_memory::fd_mmap::FdGuard"]],["impl !Send for WasmMmap",1,["wasmer_sys_utils::memory::fd_memory::memories::WasmMmap"]],["impl Send for VMMemoryConfig",1,["wasmer_sys_utils::memory::fd_memory::memories::VMMemoryConfig"]],["impl Send for VMMemory",1,["wasmer_sys_utils::memory::fd_memory::memories::VMMemory"]],["impl Send for VMSharedMemory"],["impl Send for VMOwnedMemory"]], "wasmer_types":[["impl Send for InstructionAddressMap",1,["wasmer_types::compilation::address_map::InstructionAddressMap"]],["impl Send for ArchivedInstructionAddressMap",1,["wasmer_types::compilation::address_map::ArchivedInstructionAddressMap"]],["impl Send for InstructionAddressMapResolver",1,["wasmer_types::compilation::address_map::InstructionAddressMapResolver"]],["impl Send for FunctionAddressMap",1,["wasmer_types::compilation::address_map::FunctionAddressMap"]],["impl Send for ArchivedFunctionAddressMap",1,["wasmer_types::compilation::address_map::ArchivedFunctionAddressMap"]],["impl Send for FunctionAddressMapResolver",1,["wasmer_types::compilation::address_map::FunctionAddressMapResolver"]],["impl Send for CompiledFunctionFrameInfo",1,["wasmer_types::compilation::function::CompiledFunctionFrameInfo"]],["impl Send for ArchivedCompiledFunctionFrameInfo",1,["wasmer_types::compilation::function::ArchivedCompiledFunctionFrameInfo"]],["impl Send for CompiledFunctionFrameInfoResolver",1,["wasmer_types::compilation::function::CompiledFunctionFrameInfoResolver"]],["impl Send for FunctionBody",1,["wasmer_types::compilation::function::FunctionBody"]],["impl Send for ArchivedFunctionBody",1,["wasmer_types::compilation::function::ArchivedFunctionBody"]],["impl Send for FunctionBodyResolver",1,["wasmer_types::compilation::function::FunctionBodyResolver"]],["impl Send for CompiledFunction",1,["wasmer_types::compilation::function::CompiledFunction"]],["impl Send for ArchivedCompiledFunction",1,["wasmer_types::compilation::function::ArchivedCompiledFunction"]],["impl Send for CompiledFunctionResolver",1,["wasmer_types::compilation::function::CompiledFunctionResolver"]],["impl Send for Dwarf",1,["wasmer_types::compilation::function::Dwarf"]],["impl Send for DwarfResolver",1,["wasmer_types::compilation::function::DwarfResolver"]],["impl Send for Compilation",1,["wasmer_types::compilation::function::Compilation"]],["impl Send for CompileModuleInfo",1,["wasmer_types::compilation::module::CompileModuleInfo"]],["impl Send for ArchivedCompileModuleInfo",1,["wasmer_types::compilation::module::ArchivedCompileModuleInfo"]],["impl Send for CompileModuleInfoResolver",1,["wasmer_types::compilation::module::CompileModuleInfoResolver"]],["impl Send for RelocationKind",1,["wasmer_types::compilation::relocation::RelocationKind"]],["impl Send for RelocationKindResolver",1,["wasmer_types::compilation::relocation::RelocationKindResolver"]],["impl Send for Relocation",1,["wasmer_types::compilation::relocation::Relocation"]],["impl Send for ArchivedRelocation",1,["wasmer_types::compilation::relocation::ArchivedRelocation"]],["impl Send for RelocationResolver",1,["wasmer_types::compilation::relocation::RelocationResolver"]],["impl Send for RelocationTarget",1,["wasmer_types::compilation::relocation::RelocationTarget"]],["impl Send for RelocationTargetResolver",1,["wasmer_types::compilation::relocation::RelocationTargetResolver"]],["impl Send for SectionIndex",1,["wasmer_types::compilation::section::SectionIndex"]],["impl Send for SectionIndexResolver",1,["wasmer_types::compilation::section::SectionIndexResolver"]],["impl Send for CustomSectionProtection",1,["wasmer_types::compilation::section::CustomSectionProtection"]],["impl Send for CustomSectionProtectionResolver",1,["wasmer_types::compilation::section::CustomSectionProtectionResolver"]],["impl Send for CustomSection",1,["wasmer_types::compilation::section::CustomSection"]],["impl Send for ArchivedCustomSection",1,["wasmer_types::compilation::section::ArchivedCustomSection"]],["impl Send for CustomSectionResolver",1,["wasmer_types::compilation::section::CustomSectionResolver"]],["impl Send for SectionBody",1,["wasmer_types::compilation::section::SectionBody"]],["impl Send for ArchivedSectionBody",1,["wasmer_types::compilation::section::ArchivedSectionBody"]],["impl Send for SectionBodyResolver",1,["wasmer_types::compilation::section::SectionBodyResolver"]],["impl Send for Symbol",1,["wasmer_types::compilation::symbols::Symbol"]],["impl Send for SymbolResolver",1,["wasmer_types::compilation::symbols::SymbolResolver"]],["impl Send for ModuleMetadata",1,["wasmer_types::compilation::symbols::ModuleMetadata"]],["impl Send for ArchivedModuleMetadata",1,["wasmer_types::compilation::symbols::ArchivedModuleMetadata"]],["impl Send for ModuleMetadataResolver",1,["wasmer_types::compilation::symbols::ModuleMetadataResolver"]],["impl Send for ModuleMetadataSymbolRegistry",1,["wasmer_types::compilation::symbols::ModuleMetadataSymbolRegistry"]],["impl Send for CpuFeature",1,["wasmer_types::compilation::target::CpuFeature"]],["impl Send for Target",1,["wasmer_types::compilation::target::Target"]],["impl Send for CompiledFunctionUnwindInfo",1,["wasmer_types::compilation::unwind::CompiledFunctionUnwindInfo"]],["impl Send for ArchivedCompiledFunctionUnwindInfo",1,["wasmer_types::compilation::unwind::ArchivedCompiledFunctionUnwindInfo"]],["impl Send for CompiledFunctionUnwindInfoResolver",1,["wasmer_types::compilation::unwind::CompiledFunctionUnwindInfoResolver"]],["impl<'a> Send for CompiledFunctionUnwindInfoReference<'a>",1,["wasmer_types::compilation::unwind::CompiledFunctionUnwindInfoReference"]],["impl Send for SerializeError",1,["wasmer_types::error::SerializeError"]],["impl Send for DeserializeError",1,["wasmer_types::error::DeserializeError"]],["impl Send for MemoryError",1,["wasmer_types::error::MemoryError"]],["impl Send for ImportError",1,["wasmer_types::error::ImportError"]],["impl Send for PreInstantiationError",1,["wasmer_types::error::PreInstantiationError"]],["impl Send for CompileError",1,["wasmer_types::error::CompileError"]],["impl Send for MiddlewareError",1,["wasmer_types::error::MiddlewareError"]],["impl Send for WasmError",1,["wasmer_types::error::WasmError"]],["impl Send for ParseCpuFeatureError",1,["wasmer_types::error::ParseCpuFeatureError"]],["impl Send for Features",1,["wasmer_types::features::Features"]],["impl Send for FeaturesResolver",1,["wasmer_types::features::FeaturesResolver"]],["impl Send for LocalFunctionIndex",1,["wasmer_types::indexes::LocalFunctionIndex"]],["impl Send for LocalFunctionIndexResolver",1,["wasmer_types::indexes::LocalFunctionIndexResolver"]],["impl Send for LocalTableIndex",1,["wasmer_types::indexes::LocalTableIndex"]],["impl Send for LocalMemoryIndex",1,["wasmer_types::indexes::LocalMemoryIndex"]],["impl Send for LocalGlobalIndex",1,["wasmer_types::indexes::LocalGlobalIndex"]],["impl Send for LocalGlobalIndexResolver",1,["wasmer_types::indexes::LocalGlobalIndexResolver"]],["impl Send for FunctionIndex",1,["wasmer_types::indexes::FunctionIndex"]],["impl Send for FunctionIndexResolver",1,["wasmer_types::indexes::FunctionIndexResolver"]],["impl Send for TableIndex",1,["wasmer_types::indexes::TableIndex"]],["impl Send for TableIndexResolver",1,["wasmer_types::indexes::TableIndexResolver"]],["impl Send for GlobalIndex",1,["wasmer_types::indexes::GlobalIndex"]],["impl Send for GlobalIndexResolver",1,["wasmer_types::indexes::GlobalIndexResolver"]],["impl Send for MemoryIndex",1,["wasmer_types::indexes::MemoryIndex"]],["impl Send for MemoryIndexResolver",1,["wasmer_types::indexes::MemoryIndexResolver"]],["impl Send for SignatureIndex",1,["wasmer_types::indexes::SignatureIndex"]],["impl Send for SignatureIndexResolver",1,["wasmer_types::indexes::SignatureIndexResolver"]],["impl Send for DataIndex",1,["wasmer_types::indexes::DataIndex"]],["impl Send for DataIndexResolver",1,["wasmer_types::indexes::DataIndexResolver"]],["impl Send for ElemIndex",1,["wasmer_types::indexes::ElemIndex"]],["impl Send for ElemIndexResolver",1,["wasmer_types::indexes::ElemIndexResolver"]],["impl Send for CustomSectionIndex",1,["wasmer_types::indexes::CustomSectionIndex"]],["impl Send for CustomSectionIndexResolver",1,["wasmer_types::indexes::CustomSectionIndexResolver"]],["impl Send for ExportIndex",1,["wasmer_types::indexes::ExportIndex"]],["impl Send for ExportIndexResolver",1,["wasmer_types::indexes::ExportIndexResolver"]],["impl Send for ImportIndex",1,["wasmer_types::indexes::ImportIndex"]],["impl Send for ImportIndexResolver",1,["wasmer_types::indexes::ImportIndexResolver"]],["impl Send for TableInitializer",1,["wasmer_types::initializers::TableInitializer"]],["impl Send for ArchivedTableInitializer",1,["wasmer_types::initializers::ArchivedTableInitializer"]],["impl Send for TableInitializerResolver",1,["wasmer_types::initializers::TableInitializerResolver"]],["impl Send for DataInitializerLocation",1,["wasmer_types::initializers::DataInitializerLocation"]],["impl Send for ArchivedDataInitializerLocation",1,["wasmer_types::initializers::ArchivedDataInitializerLocation"]],["impl Send for DataInitializerLocationResolver",1,["wasmer_types::initializers::DataInitializerLocationResolver"]],["impl<'data> Send for DataInitializer<'data>",1,["wasmer_types::initializers::DataInitializer"]],["impl Send for OwnedDataInitializer",1,["wasmer_types::initializers::OwnedDataInitializer"]],["impl Send for ArchivedOwnedDataInitializer",1,["wasmer_types::initializers::ArchivedOwnedDataInitializer"]],["impl Send for OwnedDataInitializerResolver",1,["wasmer_types::initializers::OwnedDataInitializerResolver"]],["impl Send for LibCall",1,["wasmer_types::libcalls::LibCall"]],["impl Send for LibCallResolver",1,["wasmer_types::libcalls::LibCallResolver"]],["impl Send for MemoryStyle",1,["wasmer_types::memory::MemoryStyle"]],["impl Send for MemoryStyleResolver",1,["wasmer_types::memory::MemoryStyleResolver"]],["impl Send for Memory32",1,["wasmer_types::memory::Memory32"]],["impl Send for Memory64",1,["wasmer_types::memory::Memory64"]],["impl Send for ModuleId",1,["wasmer_types::module::ModuleId"]],["impl Send for ArchivedModuleId",1,["wasmer_types::module::ArchivedModuleId"]],["impl Send for ModuleIdResolver",1,["wasmer_types::module::ModuleIdResolver"]],["impl Send for ImportKey",1,["wasmer_types::module::ImportKey"]],["impl Send for ArchivedImportKey",1,["wasmer_types::module::ArchivedImportKey"]],["impl Send for ImportKeyResolver",1,["wasmer_types::module::ImportKeyResolver"]],["impl Send for ModuleInfo",1,["wasmer_types::module::ModuleInfo"]],["impl Send for ArchivableModuleInfo",1,["wasmer_types::module::ArchivableModuleInfo"]],["impl Send for ArchivedArchivableModuleInfo",1,["wasmer_types::module::ArchivedArchivableModuleInfo"]],["impl Send for ArchivableModuleInfoResolver",1,["wasmer_types::module::ArchivableModuleInfoResolver"]],["impl<I> Send for ExportsIterator<I>where\n I: Send,",1,["wasmer_types::module::ExportsIterator"]],["impl<I> Send for ImportsIterator<I>where\n I: Send,",1,["wasmer_types::module::ImportsIterator"]],["impl Send for HashAlgorithm",1,["wasmer_types::module_hash::HashAlgorithm"]],["impl Send for ModuleHash",1,["wasmer_types::module_hash::ModuleHash"]],["impl Send for ArchivedModuleHash",1,["wasmer_types::module_hash::ArchivedModuleHash"]],["impl Send for ModuleHashResolver",1,["wasmer_types::module_hash::ModuleHashResolver"]],["impl Send for SerializableCompilation",1,["wasmer_types::serialize::SerializableCompilation"]],["impl Send for ArchivedSerializableCompilation",1,["wasmer_types::serialize::ArchivedSerializableCompilation"]],["impl Send for SerializableCompilationResolver",1,["wasmer_types::serialize::SerializableCompilationResolver"]],["impl Send for SerializableModule",1,["wasmer_types::serialize::SerializableModule"]],["impl Send for ArchivedSerializableModule",1,["wasmer_types::serialize::ArchivedSerializableModule"]],["impl Send for SerializableModuleResolver",1,["wasmer_types::serialize::SerializableModuleResolver"]],["impl Send for MetadataHeader",1,["wasmer_types::serialize::MetadataHeader"]],["impl Send for FrameInfo",1,["wasmer_types::stack::frame::FrameInfo"]],["impl Send for SourceLoc",1,["wasmer_types::stack::sourceloc::SourceLoc"]],["impl Send for SourceLocResolver",1,["wasmer_types::stack::sourceloc::SourceLocResolver"]],["impl Send for TrapInformation",1,["wasmer_types::stack::trap::TrapInformation"]],["impl Send for TrapInformationResolver",1,["wasmer_types::stack::trap::TrapInformationResolver"]],["impl Send for StoreId",1,["wasmer_types::store_id::StoreId"]],["impl Send for TableStyle",1,["wasmer_types::table::TableStyle"]],["impl Send for TableStyleResolver",1,["wasmer_types::table::TableStyleResolver"]],["impl Send for TrapCode",1,["wasmer_types::trapcode::TrapCode"]],["impl Send for TrapCodeResolver",1,["wasmer_types::trapcode::TrapCodeResolver"]],["impl Send for OnCalledAction",1,["wasmer_types::trapcode::OnCalledAction"]],["impl Send for Type",1,["wasmer_types::types::Type"]],["impl Send for TypeResolver",1,["wasmer_types::types::TypeResolver"]],["impl Send for V128",1,["wasmer_types::types::V128"]],["impl Send for V128Resolver",1,["wasmer_types::types::V128Resolver"]],["impl Send for ExternType",1,["wasmer_types::types::ExternType"]],["impl Send for FunctionType",1,["wasmer_types::types::FunctionType"]],["impl Send for ArchivedFunctionType",1,["wasmer_types::types::ArchivedFunctionType"]],["impl Send for FunctionTypeResolver",1,["wasmer_types::types::FunctionTypeResolver"]],["impl Send for Mutability",1,["wasmer_types::types::Mutability"]],["impl Send for MutabilityResolver",1,["wasmer_types::types::MutabilityResolver"]],["impl Send for GlobalType",1,["wasmer_types::types::GlobalType"]],["impl Send for GlobalTypeResolver",1,["wasmer_types::types::GlobalTypeResolver"]],["impl Send for GlobalInit",1,["wasmer_types::types::GlobalInit"]],["impl Send for GlobalInitResolver",1,["wasmer_types::types::GlobalInitResolver"]],["impl Send for TableType",1,["wasmer_types::types::TableType"]],["impl Send for ArchivedTableType",1,["wasmer_types::types::ArchivedTableType"]],["impl Send for TableTypeResolver",1,["wasmer_types::types::TableTypeResolver"]],["impl Send for MemoryType",1,["wasmer_types::types::MemoryType"]],["impl Send for ArchivedMemoryType",1,["wasmer_types::types::ArchivedMemoryType"]],["impl Send for MemoryTypeResolver",1,["wasmer_types::types::MemoryTypeResolver"]],["impl<T> Send for ImportType<T>where\n T: Send,",1,["wasmer_types::types::ImportType"]],["impl<T> Send for ExportType<T>where\n T: Send,",1,["wasmer_types::types::ExportType"]],["impl Send for Pages",1,["wasmer_types::units::Pages"]],["impl Send for PagesResolver",1,["wasmer_types::units::PagesResolver"]],["impl Send for Bytes",1,["wasmer_types::units::Bytes"]],["impl Send for PageCountOutOfRange",1,["wasmer_types::units::PageCountOutOfRange"]],["impl Send for RawValue",1,["wasmer_types::value::RawValue"]],["impl Send for VMBuiltinFunctionIndex",1,["wasmer_types::vmoffsets::VMBuiltinFunctionIndex"]],["impl Send for VMOffsets",1,["wasmer_types::vmoffsets::VMOffsets"]],["impl Send for TargetSharedSignatureIndex",1,["wasmer_types::vmoffsets::TargetSharedSignatureIndex"]],["impl<T> Send for PackedOption<T>where\n T: Send,",1,["wasmer_types::entity::packed_option::PackedOption"]],["impl<K, V> Send for BoxedSlice<K, V>where\n K: Send,\n V: Send,",1,["wasmer_types::entity::boxed_slice::BoxedSlice"]],["impl<'a, K, V> Send for Iter<'a, K, V>where\n K: Send,\n V: Sync,",1,["wasmer_types::entity::iter::Iter"]],["impl<'a, K, V> Send for IterMut<'a, K, V>where\n K: Send,\n V: Send,",1,["wasmer_types::entity::iter::IterMut"]],["impl<K, V> Send for IntoIter<K, V>where\n K: Send,\n V: Send,",1,["wasmer_types::entity::iter::IntoIter"]],["impl<K> Send for Keys<K>where\n K: Send,",1,["wasmer_types::entity::keys::Keys"]],["impl<K, V> Send for PrimaryMap<K, V>where\n K: Send,\n V: Send,",1,["wasmer_types::entity::primary_map::PrimaryMap"]],["impl<K, V> !Send for ArchivedPrimaryMap<K, V>",1,["wasmer_types::entity::primary_map::ArchivedPrimaryMap"]],["impl<K, V> !Send for PrimaryMapResolver<K, V>",1,["wasmer_types::entity::primary_map::PrimaryMapResolver"]],["impl<K, V> Send for SecondaryMap<K, V>where\n K: Send,\n V: Send,",1,["wasmer_types::entity::secondary_map::SecondaryMap"]],["impl<K, V> !Send for ArchivedSecondaryMap<K, V>",1,["wasmer_types::entity::secondary_map::ArchivedSecondaryMap"]],["impl<K, V> !Send for SecondaryMapResolver<K, V>",1,["wasmer_types::entity::secondary_map::SecondaryMapResolver"]]], "wasmer_vm":[["impl Send for VMExtern",1,["wasmer_vm::export::VMExtern"]],["impl !Send for VMFunction",1,["wasmer_vm::export::VMFunction"]],["impl Send for VMExternObj",1,["wasmer_vm::extern_ref::VMExternObj"]],["impl Send for VMExternRef",1,["wasmer_vm::extern_ref::VMExternRef"]],["impl Send for VMFunctionEnvironment",1,["wasmer_vm::function_env::VMFunctionEnvironment"]],["impl !Send for VMGlobal",1,["wasmer_vm::global::VMGlobal"]],["impl !Send for Imports",1,["wasmer_vm::imports::Imports"]],["impl !Send for InstanceAllocator",1,["wasmer_vm::instance::allocator::InstanceAllocator"]],["impl !Send for Instance",1,["wasmer_vm::instance::Instance"]],["impl !Send for VMInstance",1,["wasmer_vm::instance::VMInstance"]],["impl !Send for WasmMmap",1,["wasmer_vm::memory::WasmMmap"]],["impl Send for VMMemoryConfig",1,["wasmer_vm::memory::VMMemoryConfig"]],["impl Send for VMMemory",1,["wasmer_vm::memory::VMMemory"]],["impl Send for Mmap",1,["wasmer_vm::mmap::Mmap"]],["impl Send for MmapType",1,["wasmer_vm::mmap::MmapType"]],["impl Send for SignatureRegistry",1,["wasmer_vm::sig_registry::SignatureRegistry"]],["impl Send for Inner",1,["wasmer_vm::sig_registry::Inner"]],["impl !Send for StoreObjects",1,["wasmer_vm::store::StoreObjects"]],["impl<T> Send for StoreHandle<T>",1,["wasmer_vm::store::StoreHandle"]],["impl<T> Send for InternalStoreHandle<T>",1,["wasmer_vm::store::InternalStoreHandle"]],["impl<T> !Send for MaybeInstanceOwned<T>",1,["wasmer_vm::store::MaybeInstanceOwned"]],["impl !Send for TableElement",1,["wasmer_vm::table::TableElement"]],["impl !Send for RawTableElement",1,["wasmer_vm::table::RawTableElement"]],["impl !Send for VMTable",1,["wasmer_vm::table::VMTable"]],["impl Send for WaiterError",1,["wasmer_vm::threadconditions::WaiterError"]],["impl Send for NotifyLocation",1,["wasmer_vm::threadconditions::NotifyLocation"]],["impl Send for NotifyWaiter",1,["wasmer_vm::threadconditions::NotifyWaiter"]],["impl Send for NotifyMap",1,["wasmer_vm::threadconditions::NotifyMap"]],["impl Send for ThreadConditions",1,["wasmer_vm::threadconditions::ThreadConditions"]],["impl Send for ThreadConditionsHandle",1,["wasmer_vm::threadconditions::ThreadConditionsHandle"]],["impl Send for Trap",1,["wasmer_vm::trap::trap::Trap"]],["impl Send for VMConfig",1,["wasmer_vm::trap::traphandlers::VMConfig"]],["impl !Send for TrapHandlerContext",1,["wasmer_vm::trap::traphandlers::TrapHandlerContext"]],["impl<T> Send for TrapHandlerContextInner<T>",1,["wasmer_vm::trap::traphandlers::TrapHandlerContextInner"]],["impl Send for UnwindReason",1,["wasmer_vm::trap::traphandlers::UnwindReason"]],["impl !Send for VMFunctionContext",1,["wasmer_vm::vmcontext::VMFunctionContext"]],["impl !Send for VMFunctionImport",1,["wasmer_vm::vmcontext::VMFunctionImport"]],["impl Send for VMFunctionKind",1,["wasmer_vm::vmcontext::VMFunctionKind"]],["impl !Send for VMTableImport",1,["wasmer_vm::vmcontext::VMTableImport"]],["impl !Send for VMMemoryImport",1,["wasmer_vm::vmcontext::VMMemoryImport"]],["impl !Send for VMTableDefinition",1,["wasmer_vm::vmcontext::VMTableDefinition"]],["impl Send for VMGlobalDefinition",1,["wasmer_vm::vmcontext::VMGlobalDefinition"]],["impl Send for VMSharedSignatureIndex",1,["wasmer_vm::vmcontext::VMSharedSignatureIndex"]],["impl !Send for VMCallerCheckedAnyfunc",1,["wasmer_vm::vmcontext::VMCallerCheckedAnyfunc"]],["impl Send for VMBuiltinFunctionsArray",1,["wasmer_vm::vmcontext::VMBuiltinFunctionsArray"]],["impl Send for VMContext",1,["wasmer_vm::vmcontext::VMContext"]],["impl !Send for SectionBodyPtr",1,["wasmer_vm::SectionBodyPtr"]],["impl Send for VMFunctionBody",1,["wasmer_vm::VMFunctionBody"]],["impl !Send for VMFuncRef",1,["wasmer_vm::VMFuncRef"]],["impl Send for VMOwnedMemory"],["impl Send for VMMemoryDefinition"],["impl<T: Sized + Send + Sync> Send for VMDynamicFunctionContext<T>"],["impl Send for FunctionBodyPtr"],["impl Send for VMSharedMemory"],["impl Send for VMGlobalImport"]], -"wasmer_wasix":[["impl Send for BinaryPackageCommand",1,["wasmer_wasix::bin_factory::binary_package::BinaryPackageCommand"]],["impl Send for BinaryPackage",1,["wasmer_wasix::bin_factory::binary_package::BinaryPackage"]],["impl Send for BinFactory",1,["wasmer_wasix::bin_factory::BinFactory"]],["impl Send for Executable",1,["wasmer_wasix::bin_factory::Executable"]],["impl Send for ConsoleConst",1,["wasmer_wasix::os::console::cconst::ConsoleConst"]],["impl Send for Console",1,["wasmer_wasix::os::console::Console"]],["impl Send for SysTty",1,["wasmer_wasix::os::tty::tty_sys::SysTty"]],["impl Send for InputEvent",1,["wasmer_wasix::os::tty::InputEvent"]],["impl Send for ConsoleRect",1,["wasmer_wasix::os::tty::ConsoleRect"]],["impl Send for TtyOptionsInner",1,["wasmer_wasix::os::tty::TtyOptionsInner"]],["impl Send for TtyOptions",1,["wasmer_wasix::os::tty::TtyOptions"]],["impl Send for Tty",1,["wasmer_wasix::os::tty::Tty"]],["impl Send for WasiTtyState",1,["wasmer_wasix::os::tty::WasiTtyState"]],["impl Send for CmdWasmer",1,["wasmer_wasix::os::command::builtins::cmd_wasmer::CmdWasmer"]],["impl Send for Commands",1,["wasmer_wasix::os::command::Commands"]],["impl Send for WasiProcessCpuBackoff",1,["wasmer_wasix::os::task::backoff::WasiProcessCpuBackoff"]],["impl Send for CpuRunToken",1,["wasmer_wasix::os::task::backoff::CpuRunToken"]],["impl Send for CpuBackoffToken",1,["wasmer_wasix::os::task::backoff::CpuBackoffToken"]],["impl Send for WasiControlPlane",1,["wasmer_wasix::os::task::control_plane::WasiControlPlane"]],["impl Send for WasiControlPlaneHandle",1,["wasmer_wasix::os::task::control_plane::WasiControlPlaneHandle"]],["impl Send for ControlPlaneConfig",1,["wasmer_wasix::os::task::control_plane::ControlPlaneConfig"]],["impl Send for State",1,["wasmer_wasix::os::task::control_plane::State"]],["impl Send for MutableState",1,["wasmer_wasix::os::task::control_plane::MutableState"]],["impl Send for TaskCountGuard",1,["wasmer_wasix::os::task::control_plane::TaskCountGuard"]],["impl Send for ControlPlaneError",1,["wasmer_wasix::os::task::control_plane::ControlPlaneError"]],["impl Send for WasiProcessId",1,["wasmer_wasix::os::task::process::WasiProcessId"]],["impl Send for WasiProcess",1,["wasmer_wasix::os::task::process::WasiProcess"]],["impl Send for WasiProcessCheckpoint",1,["wasmer_wasix::os::task::process::WasiProcessCheckpoint"]],["impl Send for MemorySnapshotRegion",1,["wasmer_wasix::os::task::process::MemorySnapshotRegion"]],["impl Send for WasiProcessInner",1,["wasmer_wasix::os::task::process::WasiProcessInner"]],["impl<'a> !Send for MaybeCheckpointResult<'a>",1,["wasmer_wasix::os::task::process::MaybeCheckpointResult"]],["impl Send for WasiProcessWait",1,["wasmer_wasix::os::task::process::WasiProcessWait"]],["impl Send for SignalDeliveryError",1,["wasmer_wasix::os::task::signal::SignalDeliveryError"]],["impl Send for WasiSignalInterval",1,["wasmer_wasix::os::task::signal::WasiSignalInterval"]],["impl Send for TaskStatus",1,["wasmer_wasix::os::task::task_join_handle::TaskStatus"]],["impl Send for TaskTerminatedError",1,["wasmer_wasix::os::task::task_join_handle::TaskTerminatedError"]],["impl Send for OwnedTaskStatus",1,["wasmer_wasix::os::task::task_join_handle::OwnedTaskStatus"]],["impl Send for TaskJoinHandle",1,["wasmer_wasix::os::task::task_join_handle::TaskJoinHandle"]],["impl Send for WasiThreadId",1,["wasmer_wasix::os::task::thread::WasiThreadId"]],["impl Send for ThreadSnapshot",1,["wasmer_wasix::os::task::thread::ThreadSnapshot"]],["impl Send for ThreadStack",1,["wasmer_wasix::os::task::thread::ThreadStack"]],["impl Send for WasiThread",1,["wasmer_wasix::os::task::thread::WasiThread"]],["impl Send for WasiThreadRunGuard",1,["wasmer_wasix::os::task::thread::WasiThreadRunGuard"]],["impl Send for RewindResultType",1,["wasmer_wasix::os::task::thread::RewindResultType"]],["impl Send for RewindResult",1,["wasmer_wasix::os::task::thread::RewindResult"]],["impl Send for WasiThreadState",1,["wasmer_wasix::os::task::thread::WasiThreadState"]],["impl Send for WasiThreadHandleProtected",1,["wasmer_wasix::os::task::thread::WasiThreadHandleProtected"]],["impl Send for WasiThreadHandle",1,["wasmer_wasix::os::task::thread::WasiThreadHandle"]],["impl Send for WasiThreadError",1,["wasmer_wasix::os::task::thread::WasiThreadError"]],["impl Send for InodeHttpSocketType",1,["wasmer_wasix::net::socket::InodeHttpSocketType"]],["impl Send for SocketProperties",1,["wasmer_wasix::net::socket::SocketProperties"]],["impl Send for InodeSocketKind",1,["wasmer_wasix::net::socket::InodeSocketKind"]],["impl Send for WasiSocketOption",1,["wasmer_wasix::net::socket::WasiSocketOption"]],["impl Send for WasiSocketStatus",1,["wasmer_wasix::net::socket::WasiSocketStatus"]],["impl Send for TimeType",1,["wasmer_wasix::net::socket::TimeType"]],["impl Send for InodeSocketProtected",1,["wasmer_wasix::net::socket::InodeSocketProtected"]],["impl Send for InodeSocketInner",1,["wasmer_wasix::net::socket::InodeSocketInner"]],["impl Send for InodeSocket",1,["wasmer_wasix::net::socket::InodeSocket"]],["impl Send for IndefinitePoll",1,["wasmer_wasix::net::socket::IndefinitePoll"]],["impl Send for Capabilities",1,["wasmer_wasix::capabilities::Capabilities"]],["impl Send for CapabilityThreadingV1",1,["wasmer_wasix::capabilities::CapabilityThreadingV1"]],["impl Send for Fd",1,["wasmer_wasix::fs::fd::Fd"]],["impl Send for InodeVal",1,["wasmer_wasix::fs::fd::InodeVal"]],["impl Send for EpollFd",1,["wasmer_wasix::fs::fd::EpollFd"]],["impl Send for EpollInterest",1,["wasmer_wasix::fs::fd::EpollInterest"]],["impl Send for EpollJoinGuard",1,["wasmer_wasix::fs::fd::EpollJoinGuard"]],["impl Send for Kind",1,["wasmer_wasix::fs::fd::Kind"]],["impl Send for InodeValFilePollGuardMode",1,["wasmer_wasix::fs::inode_guard::InodeValFilePollGuardMode"]],["impl Send for InodeValFilePollGuard",1,["wasmer_wasix::fs::inode_guard::InodeValFilePollGuard"]],["impl Send for InodeValFilePollGuardJoin",1,["wasmer_wasix::fs::inode_guard::InodeValFilePollGuardJoin"]],["impl Send for InodeValFileReadGuard",1,["wasmer_wasix::fs::inode_guard::InodeValFileReadGuard"]],["impl Send for InodeValFileWriteGuard",1,["wasmer_wasix::fs::inode_guard::InodeValFileWriteGuard"]],["impl Send for WasiStateFileGuard",1,["wasmer_wasix::fs::inode_guard::WasiStateFileGuard"]],["impl Send for NotificationState",1,["wasmer_wasix::fs::notification::NotificationState"]],["impl Send for NotificationInner",1,["wasmer_wasix::fs::notification::NotificationInner"]],["impl Send for Inode",1,["wasmer_wasix::fs::Inode"]],["impl Send for InodeGuard",1,["wasmer_wasix::fs::InodeGuard"]],["impl Send for InodeWeakGuard",1,["wasmer_wasix::fs::InodeWeakGuard"]],["impl Send for WasiInodesProtected",1,["wasmer_wasix::fs::WasiInodesProtected"]],["impl Send for WasiInodes",1,["wasmer_wasix::fs::WasiInodes"]],["impl Send for WasiFsRoot",1,["wasmer_wasix::fs::WasiFsRoot"]],["impl Send for WasiFdSeed",1,["wasmer_wasix::fs::WasiFdSeed"]],["impl Send for WasiFs",1,["wasmer_wasix::fs::WasiFs"]],["impl Send for FallbackFileSystem",1,["wasmer_wasix::fs::FallbackFileSystem"]],["impl Send for HttpClientCapabilityV1",1,["wasmer_wasix::http::client::HttpClientCapabilityV1"]],["impl Send for HttpRequestOptions",1,["wasmer_wasix::http::client::HttpRequestOptions"]],["impl Send for HttpRequest",1,["wasmer_wasix::http::client::HttpRequest"]],["impl Send for HttpResponse",1,["wasmer_wasix::http::client::HttpResponse"]],["impl Send for ReqwestHttpClient",1,["wasmer_wasix::http::reqwest::ReqwestHttpClient"]],["impl Send for JournalEffector",1,["wasmer_wasix::journal::effector::JournalEffector"]],["impl Send for RewindState",1,["wasmer_wasix::rewind::RewindState"]],["impl Send for DeepSleepWork",1,["wasmer_wasix::rewind::DeepSleepWork"]],["impl Send for DcgiCallbacks",1,["wasmer_wasix::runners::dcgi::callbacks::DcgiCallbacks"]],["impl Send for State",1,["wasmer_wasix::runners::dcgi::factory::State"]],["impl Send for DcgiInstanceFactory",1,["wasmer_wasix::runners::dcgi::factory::DcgiInstanceFactory"]],["impl Send for Handler",1,["wasmer_wasix::runners::dcgi::handler::Handler"]],["impl Send for SharedState",1,["wasmer_wasix::runners::dcgi::handler::SharedState"]],["impl Send for DcgiInstance",1,["wasmer_wasix::runners::dcgi::instance::DcgiInstance"]],["impl Send for DcgiRunner",1,["wasmer_wasix::runners::dcgi::runner::DcgiRunner"]],["impl Send for Config",1,["wasmer_wasix::runners::dcgi::runner::Config"]],["impl Send for State",1,["wasmer_wasix::runners::dproxy::factory::State"]],["impl Send for DProxyInstanceFactory",1,["wasmer_wasix::runners::dproxy::factory::DProxyInstanceFactory"]],["impl Send for SharedState",1,["wasmer_wasix::runners::dproxy::handler::SharedState"]],["impl Send for Handler",1,["wasmer_wasix::runners::dproxy::handler::Handler"]],["impl Send for HyperProxyConnectorBuilder",1,["wasmer_wasix::runners::dproxy::hyper_proxy::builder::HyperProxyConnectorBuilder"]],["impl Send for HyperProxyConnector",1,["wasmer_wasix::runners::dproxy::hyper_proxy::connector::HyperProxyConnector"]],["impl Send for HyperProxyStream",1,["wasmer_wasix::runners::dproxy::hyper_proxy::stream::HyperProxyStream"]],["impl Send for DProxyInstance",1,["wasmer_wasix::runners::dproxy::instance::DProxyInstance"]],["impl Send for LocalWithLoopbackNetworkingListening",1,["wasmer_wasix::runners::dproxy::networking::LocalWithLoopbackNetworkingListening"]],["impl Send for LocalWithLoopbackNetworking",1,["wasmer_wasix::runners::dproxy::networking::LocalWithLoopbackNetworking"]],["impl Send for DProxyRunner",1,["wasmer_wasix::runners::dproxy::runner::DProxyRunner"]],["impl Send for Config",1,["wasmer_wasix::runners::dproxy::runner::Config"]],["impl Send for Shard",1,["wasmer_wasix::runners::dproxy::shard::Shard"]],["impl Send for SocketManager",1,["wasmer_wasix::runners::dproxy::socket_manager::SocketManager"]],["impl Send for EmscriptenRunner",1,["wasmer_wasix::runners::emscripten::EmscriptenRunner"]],["impl Send for WasiRunner",1,["wasmer_wasix::runners::wasi::WasiRunner"]],["impl Send for MappedCommand",1,["wasmer_wasix::runners::wasi_common::MappedCommand"]],["impl Send for CommonWasiOptions",1,["wasmer_wasix::runners::wasi_common::CommonWasiOptions"]],["impl Send for MountedDirectory",1,["wasmer_wasix::runners::wasi_common::MountedDirectory"]],["impl Send for MappedDirectory",1,["wasmer_wasix::runners::wasi_common::MappedDirectory"]],["impl<F> Send for RelativeOrAbsolutePathHack<F>where\n F: Send,",1,["wasmer_wasix::runners::wasi_common::RelativeOrAbsolutePathHack"]],["impl Send for CreateEnvConfig",1,["wasmer_wasix::runners::wcgi::callbacks::CreateEnvConfig"]],["impl Send for CreateEnvResult",1,["wasmer_wasix::runners::wcgi::callbacks::CreateEnvResult"]],["impl Send for RecycleEnvConfig",1,["wasmer_wasix::runners::wcgi::callbacks::RecycleEnvConfig"]],["impl Send for NoOpWcgiCallbacks",1,["wasmer_wasix::runners::wcgi::callbacks::NoOpWcgiCallbacks"]],["impl Send for Handler",1,["wasmer_wasix::runners::wcgi::handler::Handler"]],["impl Send for SharedState",1,["wasmer_wasix::runners::wcgi::handler::SharedState"]],["impl Send for WcgiRunner",1,["wasmer_wasix::runners::wcgi::runner::WcgiRunner"]],["impl Send for Config",1,["wasmer_wasix::runners::wcgi::runner::Config"]],["impl<Primary, Fallback> Send for FallbackCache<Primary, Fallback>where\n Fallback: Send,\n Primary: Send,",1,["wasmer_wasix::runtime::module_cache::fallback::FallbackCache"]],["impl Send for FileSystemCache",1,["wasmer_wasix::runtime::module_cache::filesystem::FileSystemCache"]],["impl Send for SharedCache",1,["wasmer_wasix::runtime::module_cache::shared::SharedCache"]],["impl Send for ThreadLocalCache",1,["wasmer_wasix::runtime::module_cache::thread_local::ThreadLocalCache"]],["impl Send for CacheError",1,["wasmer_wasix::runtime::module_cache::types::CacheError"]],["impl Send for BuiltinPackageLoader",1,["wasmer_wasix::runtime::package_loader::builtin_loader::BuiltinPackageLoader"]],["impl Send for FileSystemCache",1,["wasmer_wasix::runtime::package_loader::builtin_loader::FileSystemCache"]],["impl Send for InMemoryCache",1,["wasmer_wasix::runtime::package_loader::builtin_loader::InMemoryCache"]],["impl<F, M> Send for MappedPathFileSystem<F, M>where\n F: Send,\n M: Send,",1,["wasmer_wasix::runtime::package_loader::load_package_tree::MappedPathFileSystem"]],["impl Send for UnsupportedPackageLoader",1,["wasmer_wasix::runtime::package_loader::unsupported::UnsupportedPackageLoader"]],["impl Send for Unsupported",1,["wasmer_wasix::runtime::package_loader::unsupported::Unsupported"]],["impl Send for FileSystemSource",1,["wasmer_wasix::runtime::resolver::filesystem_source::FileSystemSource"]],["impl Send for InMemorySource",1,["wasmer_wasix::runtime::resolver::in_memory_source::InMemorySource"]],["impl Send for NamedPackageSummary",1,["wasmer_wasix::runtime::resolver::in_memory_source::NamedPackageSummary"]],["impl Send for Dependency",1,["wasmer_wasix::runtime::resolver::inputs::Dependency"]],["impl Send for PackageSummary",1,["wasmer_wasix::runtime::resolver::inputs::PackageSummary"]],["impl Send for PackageInfo",1,["wasmer_wasix::runtime::resolver::inputs::PackageInfo"]],["impl Send for FileSystemMapping",1,["wasmer_wasix::runtime::resolver::inputs::FileSystemMapping"]],["impl Send for DistributionInfo",1,["wasmer_wasix::runtime::resolver::inputs::DistributionInfo"]],["impl Send for WebcHash",1,["wasmer_wasix::runtime::resolver::inputs::WebcHash"]],["impl Send for Command",1,["wasmer_wasix::runtime::resolver::inputs::Command"]],["impl Send for MultiSource",1,["wasmer_wasix::runtime::resolver::multi_source::MultiSource"]],["impl Send for MultiSourceStrategy",1,["wasmer_wasix::runtime::resolver::multi_source::MultiSourceStrategy"]],["impl Send for Resolution",1,["wasmer_wasix::runtime::resolver::outputs::Resolution"]],["impl Send for ItemLocation",1,["wasmer_wasix::runtime::resolver::outputs::ItemLocation"]],["impl Send for DependencyGraph",1,["wasmer_wasix::runtime::resolver::outputs::DependencyGraph"]],["impl Send for Node",1,["wasmer_wasix::runtime::resolver::outputs::Node"]],["impl Send for Edge",1,["wasmer_wasix::runtime::resolver::outputs::Edge"]],["impl Send for ResolvedFileSystemMapping",1,["wasmer_wasix::runtime::resolver::outputs::ResolvedFileSystemMapping"]],["impl Send for ResolvedPackage",1,["wasmer_wasix::runtime::resolver::outputs::ResolvedPackage"]],["impl Send for ResolveError",1,["wasmer_wasix::runtime::resolver::resolve::ResolveError"]],["impl Send for DiscoveredPackages",1,["wasmer_wasix::runtime::resolver::resolve::DiscoveredPackages"]],["impl Send for QueryError",1,["wasmer_wasix::runtime::resolver::source::QueryError"]],["impl Send for WapmSource",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmSource"]],["impl Send for FileSystemCache",1,["wasmer_wasix::runtime::resolver::wapm_source::FileSystemCache"]],["impl Send for CacheEntry",1,["wasmer_wasix::runtime::resolver::wapm_source::CacheEntry"]],["impl Send for HashCacheEntry",1,["wasmer_wasix::runtime::resolver::wapm_source::HashCacheEntry"]],["impl<T> Send for Reply<T>where\n T: Send,",1,["wasmer_wasix::runtime::resolver::wapm_source::Reply"]],["impl Send for GetPackageRelease",1,["wasmer_wasix::runtime::resolver::wapm_source::GetPackageRelease"]],["impl Send for PackageWebc",1,["wasmer_wasix::runtime::resolver::wapm_source::PackageWebc"]],["impl Send for WapmWebQuery",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQuery"]],["impl Send for WapmWebQueryData",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryData"]],["impl Send for WapmWebQueryInfo",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryInfo"]],["impl Send for WapmWebQueryGetPackage",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryGetPackage"]],["impl Send for WapmWebQueryGetPackageVersion",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryGetPackageVersion"]],["impl Send for WebCVersion",1,["wasmer_wasix::runtime::resolver::wapm_source::WebCVersion"]],["impl Send for WapmWebQueryGetPackageVersionDistribution",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryGetPackageVersionDistribution"]],["impl Send for WebSource",1,["wasmer_wasix::runtime::resolver::web_source::WebSource"]],["impl Send for CacheInfo",1,["wasmer_wasix::runtime::resolver::web_source::CacheInfo"]],["impl Send for CacheState",1,["wasmer_wasix::runtime::resolver::web_source::CacheState"]],["impl Send for RuntimeOrHandle",1,["wasmer_wasix::runtime::task_manager::tokio::RuntimeOrHandle"]],["impl Send for ThreadPool",1,["wasmer_wasix::runtime::task_manager::tokio::ThreadPool"]],["impl Send for TokioTaskManager",1,["wasmer_wasix::runtime::task_manager::tokio::TokioTaskManager"]],["impl<'g> !Send for TokioRuntimeGuard<'g>",1,["wasmer_wasix::runtime::task_manager::tokio::TokioRuntimeGuard"]],["impl Send for SleepNow",1,["wasmer_wasix::runtime::task_manager::tokio::SleepNow"]],["impl<'a> !Send for SpawnMemoryType<'a>",1,["wasmer_wasix::runtime::task_manager::SpawnMemoryType"]],["impl Send for TaskWasmRunProperties",1,["wasmer_wasix::runtime::task_manager::TaskWasmRunProperties"]],["impl Send for TaskWasmRecycleProperties",1,["wasmer_wasix::runtime::task_manager::TaskWasmRecycleProperties"]],["impl<'a, 'b> !Send for TaskWasm<'a, 'b>",1,["wasmer_wasix::runtime::task_manager::TaskWasm"]],["impl Send for TaintReason",1,["wasmer_wasix::runtime::TaintReason"]],["impl Send for DefaultTty",1,["wasmer_wasix::runtime::DefaultTty"]],["impl Send for PluggableRuntime",1,["wasmer_wasix::runtime::PluggableRuntime"]],["impl Send for OverriddenRuntime",1,["wasmer_wasix::runtime::OverriddenRuntime"]],["impl Send for WasiEnvBuilder",1,["wasmer_wasix::state::builder::WasiEnvBuilder"]],["impl Send for WasiStateCreationError",1,["wasmer_wasix::state::builder::WasiStateCreationError"]],["impl Send for PreopenDirBuilder",1,["wasmer_wasix::state::builder::PreopenDirBuilder"]],["impl Send for PreopenedDir",1,["wasmer_wasix::state::builder::PreopenedDir"]],["impl Send for WasiInstanceHandles",1,["wasmer_wasix::state::env::WasiInstanceHandles"]],["impl Send for WasiEnvInit",1,["wasmer_wasix::state::env::WasiEnvInit"]],["impl Send for WasiEnv",1,["wasmer_wasix::state::env::WasiEnv"]],["impl Send for WasiFunctionEnv",1,["wasmer_wasix::state::func_env::WasiFunctionEnv"]],["impl Send for WasiInstanceHandlesPointer",1,["wasmer_wasix::state::handles::global::WasiInstanceHandlesPointer"]],["impl<'a> !Send for WasiInstanceGuard<'a>",1,["wasmer_wasix::state::handles::thread_local::WasiInstanceGuard"]],["impl<'a> !Send for WasiInstanceGuardMut<'a>",1,["wasmer_wasix::state::handles::thread_local::WasiInstanceGuardMut"]],["impl Send for WasiInstanceHandlesPointer",1,["wasmer_wasix::state::handles::thread_local::WasiInstanceHandlesPointer"]],["impl<'a> !Send for WasiInstanceGuardMemory<'a>",1,["wasmer_wasix::state::handles::thread_local::WasiInstanceGuardMemory"]],["impl Send for PollEvent",1,["wasmer_wasix::state::types::PollEvent"]],["impl Send for PollEventBuilder",1,["wasmer_wasix::state::types::PollEventBuilder"]],["impl Send for PollEventIter",1,["wasmer_wasix::state::types::PollEventIter"]],["impl Send for WasiStateOpener",1,["wasmer_wasix::state::WasiStateOpener"]],["impl Send for WasiFutex",1,["wasmer_wasix::state::WasiFutex"]],["impl Send for WasiBusState",1,["wasmer_wasix::state::WasiBusState"]],["impl Send for WasiFutexState",1,["wasmer_wasix::state::WasiFutexState"]],["impl Send for WasiState",1,["wasmer_wasix::state::WasiState"]],["impl<'a, 'c> !Send for JournalSyscallPlayer<'a, 'c>",1,["wasmer_wasix::syscalls::journal::JournalSyscallPlayer"]],["impl<'a, M> Send for FdWriteSource<'a, M>",1,["wasmer_wasix::syscalls::wasi::fd_write::FdWriteSource"]],["impl Send for EventResultType",1,["wasmer_wasix::syscalls::wasi::poll_oneoff::EventResultType"]],["impl Send for EventResult",1,["wasmer_wasix::syscalls::wasi::poll_oneoff::EventResult"]],["impl Send for PollBatch",1,["wasmer_wasix::syscalls::wasi::poll_oneoff::PollBatch"]],["impl Send for EpollJoinWaker",1,["wasmer_wasix::syscalls::wasix::epoll_ctl::EpollJoinWaker"]],["impl Send for EpollHandler",1,["wasmer_wasix::syscalls::wasix::epoll_ctl::EpollHandler"]],["impl Send for FutexPoller",1,["wasmer_wasix::syscalls::wasix::futex_wait::FutexPoller"]],["impl Send for ForkResult",1,["wasmer_wasix::syscalls::wasix::proc_fork::ForkResult"]],["impl Send for JoinStatusResult",1,["wasmer_wasix::syscalls::wasix::proc_join::JoinStatusResult"]],["impl<'a, 'b, 'c, T, Fut> !Send for AsyncifyPoller<'a, 'b, 'c, T, Fut>",1,["wasmer_wasix::syscalls::AsyncifyPoller"]],["impl<'a, R> !Send for AsyncifyAction<'a, R>",1,["wasmer_wasix::syscalls::AsyncifyAction"]],["impl Send for InfiniteSleep",1,["wasmer_wasix::syscalls::InfiniteSleep"]],["impl Send for HandleRewindType",1,["wasmer_wasix::syscalls::HandleRewindType"]],["impl Send for WasiDummyWaker",1,["wasmer_wasix::utils::dummy_waker::WasiDummyWaker"]],["impl Send for StoreSnapshot",1,["wasmer_wasix::utils::store::StoreSnapshot"]],["impl Send for WasiParkingLot",1,["wasmer_wasix::utils::thread_parker::WasiParkingLot"]],["impl Send for WasiVersion",1,["wasmer_wasix::utils::WasiVersion"]],["impl Send for WasiError",1,["wasmer_wasix::WasiError"]],["impl Send for SpawnError",1,["wasmer_wasix::SpawnError"]],["impl Send for ExtendedFsError",1,["wasmer_wasix::ExtendedFsError"]],["impl Send for WasiRuntimeError",1,["wasmer_wasix::WasiRuntimeError"]],["impl Send for WasiVFork",1,["wasmer_wasix::WasiVFork"]],["impl<T> Send for OwnedRwLockWriteGuard<T>where\n T: Send,"],["impl<T> Send for OwnedRwLockReadGuard<T>where\n T: Send,"]], +"wasmer_wasix":[["impl Send for BinaryPackageCommand",1,["wasmer_wasix::bin_factory::binary_package::BinaryPackageCommand"]],["impl Send for BinaryPackage",1,["wasmer_wasix::bin_factory::binary_package::BinaryPackage"]],["impl Send for BinFactory",1,["wasmer_wasix::bin_factory::BinFactory"]],["impl Send for Executable",1,["wasmer_wasix::bin_factory::Executable"]],["impl Send for ConsoleConst",1,["wasmer_wasix::os::console::cconst::ConsoleConst"]],["impl Send for Console",1,["wasmer_wasix::os::console::Console"]],["impl Send for SysTty",1,["wasmer_wasix::os::tty::tty_sys::SysTty"]],["impl Send for InputEvent",1,["wasmer_wasix::os::tty::InputEvent"]],["impl Send for ConsoleRect",1,["wasmer_wasix::os::tty::ConsoleRect"]],["impl Send for TtyOptionsInner",1,["wasmer_wasix::os::tty::TtyOptionsInner"]],["impl Send for TtyOptions",1,["wasmer_wasix::os::tty::TtyOptions"]],["impl Send for Tty",1,["wasmer_wasix::os::tty::Tty"]],["impl Send for WasiTtyState",1,["wasmer_wasix::os::tty::WasiTtyState"]],["impl Send for CmdWasmer",1,["wasmer_wasix::os::command::builtins::cmd_wasmer::CmdWasmer"]],["impl Send for Commands",1,["wasmer_wasix::os::command::Commands"]],["impl Send for WasiProcessCpuBackoff",1,["wasmer_wasix::os::task::backoff::WasiProcessCpuBackoff"]],["impl Send for CpuRunToken",1,["wasmer_wasix::os::task::backoff::CpuRunToken"]],["impl Send for CpuBackoffToken",1,["wasmer_wasix::os::task::backoff::CpuBackoffToken"]],["impl Send for WasiControlPlane",1,["wasmer_wasix::os::task::control_plane::WasiControlPlane"]],["impl Send for WasiControlPlaneHandle",1,["wasmer_wasix::os::task::control_plane::WasiControlPlaneHandle"]],["impl Send for ControlPlaneConfig",1,["wasmer_wasix::os::task::control_plane::ControlPlaneConfig"]],["impl Send for State",1,["wasmer_wasix::os::task::control_plane::State"]],["impl Send for MutableState",1,["wasmer_wasix::os::task::control_plane::MutableState"]],["impl Send for TaskCountGuard",1,["wasmer_wasix::os::task::control_plane::TaskCountGuard"]],["impl Send for ControlPlaneError",1,["wasmer_wasix::os::task::control_plane::ControlPlaneError"]],["impl Send for WasiProcessId",1,["wasmer_wasix::os::task::process::WasiProcessId"]],["impl Send for WasiProcess",1,["wasmer_wasix::os::task::process::WasiProcess"]],["impl Send for WasiProcessCheckpoint",1,["wasmer_wasix::os::task::process::WasiProcessCheckpoint"]],["impl Send for MemorySnapshotRegion",1,["wasmer_wasix::os::task::process::MemorySnapshotRegion"]],["impl Send for WasiProcessInner",1,["wasmer_wasix::os::task::process::WasiProcessInner"]],["impl<'a> !Send for MaybeCheckpointResult<'a>",1,["wasmer_wasix::os::task::process::MaybeCheckpointResult"]],["impl Send for WasiProcessWait",1,["wasmer_wasix::os::task::process::WasiProcessWait"]],["impl Send for SignalDeliveryError",1,["wasmer_wasix::os::task::signal::SignalDeliveryError"]],["impl Send for WasiSignalInterval",1,["wasmer_wasix::os::task::signal::WasiSignalInterval"]],["impl Send for TaskStatus",1,["wasmer_wasix::os::task::task_join_handle::TaskStatus"]],["impl Send for TaskTerminatedError",1,["wasmer_wasix::os::task::task_join_handle::TaskTerminatedError"]],["impl Send for OwnedTaskStatus",1,["wasmer_wasix::os::task::task_join_handle::OwnedTaskStatus"]],["impl Send for TaskJoinHandle",1,["wasmer_wasix::os::task::task_join_handle::TaskJoinHandle"]],["impl Send for WasiThreadId",1,["wasmer_wasix::os::task::thread::WasiThreadId"]],["impl Send for ThreadSnapshot",1,["wasmer_wasix::os::task::thread::ThreadSnapshot"]],["impl Send for ThreadStack",1,["wasmer_wasix::os::task::thread::ThreadStack"]],["impl Send for WasiThread",1,["wasmer_wasix::os::task::thread::WasiThread"]],["impl Send for WasiThreadRunGuard",1,["wasmer_wasix::os::task::thread::WasiThreadRunGuard"]],["impl Send for RewindResultType",1,["wasmer_wasix::os::task::thread::RewindResultType"]],["impl Send for RewindResult",1,["wasmer_wasix::os::task::thread::RewindResult"]],["impl Send for WasiThreadState",1,["wasmer_wasix::os::task::thread::WasiThreadState"]],["impl Send for WasiThreadHandleProtected",1,["wasmer_wasix::os::task::thread::WasiThreadHandleProtected"]],["impl Send for WasiThreadHandle",1,["wasmer_wasix::os::task::thread::WasiThreadHandle"]],["impl Send for WasiThreadError",1,["wasmer_wasix::os::task::thread::WasiThreadError"]],["impl Send for InodeHttpSocketType",1,["wasmer_wasix::net::socket::InodeHttpSocketType"]],["impl Send for SocketProperties",1,["wasmer_wasix::net::socket::SocketProperties"]],["impl Send for InodeSocketKind",1,["wasmer_wasix::net::socket::InodeSocketKind"]],["impl Send for WasiSocketOption",1,["wasmer_wasix::net::socket::WasiSocketOption"]],["impl Send for WasiSocketStatus",1,["wasmer_wasix::net::socket::WasiSocketStatus"]],["impl Send for TimeType",1,["wasmer_wasix::net::socket::TimeType"]],["impl Send for InodeSocketProtected",1,["wasmer_wasix::net::socket::InodeSocketProtected"]],["impl Send for InodeSocketInner",1,["wasmer_wasix::net::socket::InodeSocketInner"]],["impl Send for InodeSocket",1,["wasmer_wasix::net::socket::InodeSocket"]],["impl Send for IndefinitePoll",1,["wasmer_wasix::net::socket::IndefinitePoll"]],["impl Send for Capabilities",1,["wasmer_wasix::capabilities::Capabilities"]],["impl Send for CapabilityThreadingV1",1,["wasmer_wasix::capabilities::CapabilityThreadingV1"]],["impl Send for Fd",1,["wasmer_wasix::fs::fd::Fd"]],["impl Send for InodeVal",1,["wasmer_wasix::fs::fd::InodeVal"]],["impl Send for EpollFd",1,["wasmer_wasix::fs::fd::EpollFd"]],["impl Send for EpollInterest",1,["wasmer_wasix::fs::fd::EpollInterest"]],["impl Send for EpollJoinGuard",1,["wasmer_wasix::fs::fd::EpollJoinGuard"]],["impl Send for Kind",1,["wasmer_wasix::fs::fd::Kind"]],["impl Send for InodeValFilePollGuardMode",1,["wasmer_wasix::fs::inode_guard::InodeValFilePollGuardMode"]],["impl Send for InodeValFilePollGuard",1,["wasmer_wasix::fs::inode_guard::InodeValFilePollGuard"]],["impl Send for InodeValFilePollGuardJoin",1,["wasmer_wasix::fs::inode_guard::InodeValFilePollGuardJoin"]],["impl Send for InodeValFileReadGuard",1,["wasmer_wasix::fs::inode_guard::InodeValFileReadGuard"]],["impl Send for InodeValFileWriteGuard",1,["wasmer_wasix::fs::inode_guard::InodeValFileWriteGuard"]],["impl Send for WasiStateFileGuard",1,["wasmer_wasix::fs::inode_guard::WasiStateFileGuard"]],["impl Send for NotificationState",1,["wasmer_wasix::fs::notification::NotificationState"]],["impl Send for NotificationInner",1,["wasmer_wasix::fs::notification::NotificationInner"]],["impl Send for Inode",1,["wasmer_wasix::fs::Inode"]],["impl Send for InodeGuard",1,["wasmer_wasix::fs::InodeGuard"]],["impl Send for InodeWeakGuard",1,["wasmer_wasix::fs::InodeWeakGuard"]],["impl Send for WasiInodesProtected",1,["wasmer_wasix::fs::WasiInodesProtected"]],["impl Send for WasiInodes",1,["wasmer_wasix::fs::WasiInodes"]],["impl Send for WasiFsRoot",1,["wasmer_wasix::fs::WasiFsRoot"]],["impl Send for WasiFdSeed",1,["wasmer_wasix::fs::WasiFdSeed"]],["impl Send for WasiFs",1,["wasmer_wasix::fs::WasiFs"]],["impl Send for FallbackFileSystem",1,["wasmer_wasix::fs::FallbackFileSystem"]],["impl Send for HttpClientCapabilityV1",1,["wasmer_wasix::http::client::HttpClientCapabilityV1"]],["impl Send for HttpRequestOptions",1,["wasmer_wasix::http::client::HttpRequestOptions"]],["impl Send for HttpRequest",1,["wasmer_wasix::http::client::HttpRequest"]],["impl Send for HttpResponse",1,["wasmer_wasix::http::client::HttpResponse"]],["impl Send for ReqwestHttpClient",1,["wasmer_wasix::http::reqwest::ReqwestHttpClient"]],["impl Send for JournalEffector",1,["wasmer_wasix::journal::effector::JournalEffector"]],["impl Send for RewindState",1,["wasmer_wasix::rewind::RewindState"]],["impl Send for DeepSleepWork",1,["wasmer_wasix::rewind::DeepSleepWork"]],["impl Send for DcgiCallbacks",1,["wasmer_wasix::runners::dcgi::callbacks::DcgiCallbacks"]],["impl Send for State",1,["wasmer_wasix::runners::dcgi::factory::State"]],["impl Send for DcgiInstanceFactory",1,["wasmer_wasix::runners::dcgi::factory::DcgiInstanceFactory"]],["impl Send for Handler",1,["wasmer_wasix::runners::dcgi::handler::Handler"]],["impl Send for SharedState",1,["wasmer_wasix::runners::dcgi::handler::SharedState"]],["impl Send for DcgiInstance",1,["wasmer_wasix::runners::dcgi::instance::DcgiInstance"]],["impl Send for DcgiRunner",1,["wasmer_wasix::runners::dcgi::runner::DcgiRunner"]],["impl Send for Config",1,["wasmer_wasix::runners::dcgi::runner::Config"]],["impl Send for State",1,["wasmer_wasix::runners::dproxy::factory::State"]],["impl Send for DProxyInstanceFactory",1,["wasmer_wasix::runners::dproxy::factory::DProxyInstanceFactory"]],["impl Send for SharedState",1,["wasmer_wasix::runners::dproxy::handler::SharedState"]],["impl Send for Handler",1,["wasmer_wasix::runners::dproxy::handler::Handler"]],["impl Send for HyperProxyConnectorBuilder",1,["wasmer_wasix::runners::dproxy::hyper_proxy::builder::HyperProxyConnectorBuilder"]],["impl Send for HyperProxyConnector",1,["wasmer_wasix::runners::dproxy::hyper_proxy::connector::HyperProxyConnector"]],["impl Send for HyperProxyStream",1,["wasmer_wasix::runners::dproxy::hyper_proxy::stream::HyperProxyStream"]],["impl Send for DProxyInstance",1,["wasmer_wasix::runners::dproxy::instance::DProxyInstance"]],["impl Send for LocalWithLoopbackNetworkingListening",1,["wasmer_wasix::runners::dproxy::networking::LocalWithLoopbackNetworkingListening"]],["impl Send for LocalWithLoopbackNetworking",1,["wasmer_wasix::runners::dproxy::networking::LocalWithLoopbackNetworking"]],["impl Send for DProxyRunner",1,["wasmer_wasix::runners::dproxy::runner::DProxyRunner"]],["impl Send for Config",1,["wasmer_wasix::runners::dproxy::runner::Config"]],["impl Send for Shard",1,["wasmer_wasix::runners::dproxy::shard::Shard"]],["impl Send for SocketManager",1,["wasmer_wasix::runners::dproxy::socket_manager::SocketManager"]],["impl Send for EmscriptenRunner",1,["wasmer_wasix::runners::emscripten::EmscriptenRunner"]],["impl Send for WasiRunner",1,["wasmer_wasix::runners::wasi::WasiRunner"]],["impl Send for MappedCommand",1,["wasmer_wasix::runners::wasi_common::MappedCommand"]],["impl Send for CommonWasiOptions",1,["wasmer_wasix::runners::wasi_common::CommonWasiOptions"]],["impl Send for MountedDirectory",1,["wasmer_wasix::runners::wasi_common::MountedDirectory"]],["impl Send for MappedDirectory",1,["wasmer_wasix::runners::wasi_common::MappedDirectory"]],["impl<F> Send for RelativeOrAbsolutePathHack<F>where\n F: Send,",1,["wasmer_wasix::runners::wasi_common::RelativeOrAbsolutePathHack"]],["impl Send for CreateEnvConfig",1,["wasmer_wasix::runners::wcgi::callbacks::CreateEnvConfig"]],["impl Send for CreateEnvResult",1,["wasmer_wasix::runners::wcgi::callbacks::CreateEnvResult"]],["impl Send for RecycleEnvConfig",1,["wasmer_wasix::runners::wcgi::callbacks::RecycleEnvConfig"]],["impl Send for NoOpWcgiCallbacks",1,["wasmer_wasix::runners::wcgi::callbacks::NoOpWcgiCallbacks"]],["impl Send for Handler",1,["wasmer_wasix::runners::wcgi::handler::Handler"]],["impl Send for SharedState",1,["wasmer_wasix::runners::wcgi::handler::SharedState"]],["impl Send for WcgiRunner",1,["wasmer_wasix::runners::wcgi::runner::WcgiRunner"]],["impl Send for Config",1,["wasmer_wasix::runners::wcgi::runner::Config"]],["impl<Primary, Fallback> Send for FallbackCache<Primary, Fallback>where\n Fallback: Send,\n Primary: Send,",1,["wasmer_wasix::runtime::module_cache::fallback::FallbackCache"]],["impl Send for FileSystemCache",1,["wasmer_wasix::runtime::module_cache::filesystem::FileSystemCache"]],["impl Send for SharedCache",1,["wasmer_wasix::runtime::module_cache::shared::SharedCache"]],["impl Send for ThreadLocalCache",1,["wasmer_wasix::runtime::module_cache::thread_local::ThreadLocalCache"]],["impl Send for CacheError",1,["wasmer_wasix::runtime::module_cache::types::CacheError"]],["impl Send for BuiltinPackageLoader",1,["wasmer_wasix::runtime::package_loader::builtin_loader::BuiltinPackageLoader"]],["impl Send for FileSystemCache",1,["wasmer_wasix::runtime::package_loader::builtin_loader::FileSystemCache"]],["impl Send for InMemoryCache",1,["wasmer_wasix::runtime::package_loader::builtin_loader::InMemoryCache"]],["impl<F, M> Send for MappedPathFileSystem<F, M>where\n F: Send,\n M: Send,",1,["wasmer_wasix::runtime::package_loader::load_package_tree::MappedPathFileSystem"]],["impl Send for UnsupportedPackageLoader",1,["wasmer_wasix::runtime::package_loader::unsupported::UnsupportedPackageLoader"]],["impl Send for Unsupported",1,["wasmer_wasix::runtime::package_loader::unsupported::Unsupported"]],["impl Send for FileSystemSource",1,["wasmer_wasix::runtime::resolver::filesystem_source::FileSystemSource"]],["impl Send for InMemorySource",1,["wasmer_wasix::runtime::resolver::in_memory_source::InMemorySource"]],["impl Send for NamedPackageSummary",1,["wasmer_wasix::runtime::resolver::in_memory_source::NamedPackageSummary"]],["impl Send for Dependency",1,["wasmer_wasix::runtime::resolver::inputs::Dependency"]],["impl Send for PackageSummary",1,["wasmer_wasix::runtime::resolver::inputs::PackageSummary"]],["impl Send for PackageInfo",1,["wasmer_wasix::runtime::resolver::inputs::PackageInfo"]],["impl Send for FileSystemMapping",1,["wasmer_wasix::runtime::resolver::inputs::FileSystemMapping"]],["impl Send for DistributionInfo",1,["wasmer_wasix::runtime::resolver::inputs::DistributionInfo"]],["impl Send for WebcHash",1,["wasmer_wasix::runtime::resolver::inputs::WebcHash"]],["impl Send for Command",1,["wasmer_wasix::runtime::resolver::inputs::Command"]],["impl Send for MultiSource",1,["wasmer_wasix::runtime::resolver::multi_source::MultiSource"]],["impl Send for MultiSourceStrategy",1,["wasmer_wasix::runtime::resolver::multi_source::MultiSourceStrategy"]],["impl Send for Resolution",1,["wasmer_wasix::runtime::resolver::outputs::Resolution"]],["impl Send for ItemLocation",1,["wasmer_wasix::runtime::resolver::outputs::ItemLocation"]],["impl Send for DependencyGraph",1,["wasmer_wasix::runtime::resolver::outputs::DependencyGraph"]],["impl Send for Node",1,["wasmer_wasix::runtime::resolver::outputs::Node"]],["impl Send for Edge",1,["wasmer_wasix::runtime::resolver::outputs::Edge"]],["impl Send for ResolvedFileSystemMapping",1,["wasmer_wasix::runtime::resolver::outputs::ResolvedFileSystemMapping"]],["impl Send for ResolvedPackage",1,["wasmer_wasix::runtime::resolver::outputs::ResolvedPackage"]],["impl Send for ResolveError",1,["wasmer_wasix::runtime::resolver::resolve::ResolveError"]],["impl Send for DiscoveredPackages",1,["wasmer_wasix::runtime::resolver::resolve::DiscoveredPackages"]],["impl Send for QueryError",1,["wasmer_wasix::runtime::resolver::source::QueryError"]],["impl Send for WapmSource",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmSource"]],["impl Send for FileSystemCache",1,["wasmer_wasix::runtime::resolver::wapm_source::FileSystemCache"]],["impl Send for CacheEntry",1,["wasmer_wasix::runtime::resolver::wapm_source::CacheEntry"]],["impl Send for HashCacheEntry",1,["wasmer_wasix::runtime::resolver::wapm_source::HashCacheEntry"]],["impl<T> Send for Reply<T>where\n T: Send,",1,["wasmer_wasix::runtime::resolver::wapm_source::Reply"]],["impl Send for GetPackageRelease",1,["wasmer_wasix::runtime::resolver::wapm_source::GetPackageRelease"]],["impl Send for PackageWebc",1,["wasmer_wasix::runtime::resolver::wapm_source::PackageWebc"]],["impl Send for WapmWebQuery",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQuery"]],["impl Send for WapmWebQueryData",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryData"]],["impl Send for WapmWebQueryInfo",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryInfo"]],["impl Send for WapmWebQueryGetPackage",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryGetPackage"]],["impl Send for WapmWebQueryGetPackageVersion",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryGetPackageVersion"]],["impl Send for WebCVersion",1,["wasmer_wasix::runtime::resolver::wapm_source::WebCVersion"]],["impl Send for WapmWebQueryGetPackageVersionDistribution",1,["wasmer_wasix::runtime::resolver::wapm_source::WapmWebQueryGetPackageVersionDistribution"]],["impl Send for WebSource",1,["wasmer_wasix::runtime::resolver::web_source::WebSource"]],["impl Send for CacheInfo",1,["wasmer_wasix::runtime::resolver::web_source::CacheInfo"]],["impl Send for CacheState",1,["wasmer_wasix::runtime::resolver::web_source::CacheState"]],["impl Send for RuntimeOrHandle",1,["wasmer_wasix::runtime::task_manager::tokio::RuntimeOrHandle"]],["impl Send for ThreadPool",1,["wasmer_wasix::runtime::task_manager::tokio::ThreadPool"]],["impl Send for TokioTaskManager",1,["wasmer_wasix::runtime::task_manager::tokio::TokioTaskManager"]],["impl<'g> !Send for TokioRuntimeGuard<'g>",1,["wasmer_wasix::runtime::task_manager::tokio::TokioRuntimeGuard"]],["impl Send for SleepNow",1,["wasmer_wasix::runtime::task_manager::tokio::SleepNow"]],["impl<'a> !Send for SpawnMemoryType<'a>",1,["wasmer_wasix::runtime::task_manager::SpawnMemoryType"]],["impl Send for TaskWasmRunProperties",1,["wasmer_wasix::runtime::task_manager::TaskWasmRunProperties"]],["impl Send for TaskWasmRecycleProperties",1,["wasmer_wasix::runtime::task_manager::TaskWasmRecycleProperties"]],["impl<'a, 'b> !Send for TaskWasm<'a, 'b>",1,["wasmer_wasix::runtime::task_manager::TaskWasm"]],["impl Send for TaintReason",1,["wasmer_wasix::runtime::TaintReason"]],["impl Send for DefaultTty",1,["wasmer_wasix::runtime::DefaultTty"]],["impl Send for PluggableRuntime",1,["wasmer_wasix::runtime::PluggableRuntime"]],["impl Send for OverriddenRuntime",1,["wasmer_wasix::runtime::OverriddenRuntime"]],["impl Send for WasiEnvBuilder",1,["wasmer_wasix::state::builder::WasiEnvBuilder"]],["impl Send for WasiStateCreationError",1,["wasmer_wasix::state::builder::WasiStateCreationError"]],["impl Send for PreopenDirBuilder",1,["wasmer_wasix::state::builder::PreopenDirBuilder"]],["impl Send for PreopenedDir",1,["wasmer_wasix::state::builder::PreopenedDir"]],["impl Send for WasiInstanceHandles",1,["wasmer_wasix::state::env::WasiInstanceHandles"]],["impl Send for WasiEnvInit",1,["wasmer_wasix::state::env::WasiEnvInit"]],["impl Send for WasiEnv",1,["wasmer_wasix::state::env::WasiEnv"]],["impl Send for WasiFunctionEnv",1,["wasmer_wasix::state::func_env::WasiFunctionEnv"]],["impl Send for WasiInstanceHandlesPointer",1,["wasmer_wasix::state::handles::global::WasiInstanceHandlesPointer"]],["impl<'a> !Send for WasiInstanceGuard<'a>",1,["wasmer_wasix::state::handles::thread_local::WasiInstanceGuard"]],["impl<'a> !Send for WasiInstanceGuardMut<'a>",1,["wasmer_wasix::state::handles::thread_local::WasiInstanceGuardMut"]],["impl Send for WasiInstanceHandlesPointer",1,["wasmer_wasix::state::handles::thread_local::WasiInstanceHandlesPointer"]],["impl<'a> !Send for WasiInstanceGuardMemory<'a>",1,["wasmer_wasix::state::handles::thread_local::WasiInstanceGuardMemory"]],["impl Send for PollEvent",1,["wasmer_wasix::state::types::PollEvent"]],["impl Send for PollEventBuilder",1,["wasmer_wasix::state::types::PollEventBuilder"]],["impl Send for PollEventIter",1,["wasmer_wasix::state::types::PollEventIter"]],["impl Send for WasiStateOpener",1,["wasmer_wasix::state::WasiStateOpener"]],["impl Send for WasiFutex",1,["wasmer_wasix::state::WasiFutex"]],["impl Send for WasiBusState",1,["wasmer_wasix::state::WasiBusState"]],["impl Send for WasiFutexState",1,["wasmer_wasix::state::WasiFutexState"]],["impl Send for WasiState",1,["wasmer_wasix::state::WasiState"]],["impl<'a, 'c> !Send for JournalSyscallPlayer<'a, 'c>",1,["wasmer_wasix::syscalls::journal::JournalSyscallPlayer"]],["impl<'a, M> Send for FdWriteSource<'a, M>",1,["wasmer_wasix::syscalls::wasi::fd_write::FdWriteSource"]],["impl Send for EventResultType",1,["wasmer_wasix::syscalls::wasi::poll_oneoff::EventResultType"]],["impl Send for EventResult",1,["wasmer_wasix::syscalls::wasi::poll_oneoff::EventResult"]],["impl Send for PollBatch",1,["wasmer_wasix::syscalls::wasi::poll_oneoff::PollBatch"]],["impl Send for EpollJoinWaker",1,["wasmer_wasix::syscalls::wasix::epoll_ctl::EpollJoinWaker"]],["impl Send for EpollHandler",1,["wasmer_wasix::syscalls::wasix::epoll_ctl::EpollHandler"]],["impl Send for FutexPoller",1,["wasmer_wasix::syscalls::wasix::futex_wait::FutexPoller"]],["impl Send for ForkResult",1,["wasmer_wasix::syscalls::wasix::proc_fork::ForkResult"]],["impl Send for JoinStatusResult",1,["wasmer_wasix::syscalls::wasix::proc_join::JoinStatusResult"]],["impl<'a, 'b, 'c, T, Fut> !Send for AsyncifyPoller<'a, 'b, 'c, T, Fut>",1,["wasmer_wasix::syscalls::AsyncifyPoller"]],["impl<'a, R> !Send for AsyncifyAction<'a, R>",1,["wasmer_wasix::syscalls::AsyncifyAction"]],["impl Send for InfiniteSleep",1,["wasmer_wasix::syscalls::InfiniteSleep"]],["impl Send for HandleRewindType",1,["wasmer_wasix::syscalls::HandleRewindType"]],["impl Send for WasiDummyWaker",1,["wasmer_wasix::utils::dummy_waker::WasiDummyWaker"]],["impl Send for StoreSnapshot",1,["wasmer_wasix::utils::store::StoreSnapshot"]],["impl Send for WasiParkingLot",1,["wasmer_wasix::utils::thread_parker::WasiParkingLot"]],["impl Send for WasiVersion",1,["wasmer_wasix::utils::WasiVersion"]],["impl Send for WasiError",1,["wasmer_wasix::WasiError"]],["impl Send for SpawnError",1,["wasmer_wasix::SpawnError"]],["impl Send for ExtendedFsError",1,["wasmer_wasix::ExtendedFsError"]],["impl Send for WasiRuntimeError",1,["wasmer_wasix::WasiRuntimeError"]],["impl Send for WasiVFork",1,["wasmer_wasix::WasiVFork"]],["impl<T> Send for OwnedRwLockReadGuard<T>where\n T: Send,"],["impl<T> Send for OwnedRwLockWriteGuard<T>where\n T: Send,"]], "wasmer_wasix_types":[["impl<O> Send for __wasi_asyncify_t<O>where\n O: Send,",1,["wasmer_wasix_types::asyncify::__wasi_asyncify_t"]],["impl<M> Send for __wasi_ciovec_t<M>",1,["wasmer_wasix_types::types::io::__wasi_ciovec_t"]],["impl<M> Send for __wasi_iovec_t<M>",1,["wasmer_wasix_types::types::io::__wasi_iovec_t"]],["impl Send for __wasi_hardwareaddress_t",1,["wasmer_wasix_types::types::net::__wasi_hardwareaddress_t"]],["impl Send for __wasi_addr_ip4_t",1,["wasmer_wasix_types::types::net::__wasi_addr_ip4_t"]],["impl Send for __wasi_addr_ip4_port_t",1,["wasmer_wasix_types::types::net::__wasi_addr_ip4_port_t"]],["impl Send for __wasi_cidr_ip4_t",1,["wasmer_wasix_types::types::net::__wasi_cidr_ip4_t"]],["impl Send for __wasi_addr_unix_t",1,["wasmer_wasix_types::types::net::__wasi_addr_unix_t"]],["impl Send for __wasi_addr_unix_port_t",1,["wasmer_wasix_types::types::net::__wasi_addr_unix_port_t"]],["impl Send for __wasi_cidr_unix_t",1,["wasmer_wasix_types::types::net::__wasi_cidr_unix_t"]],["impl Send for __wasi_addr_ip6_t",1,["wasmer_wasix_types::types::net::__wasi_addr_ip6_t"]],["impl Send for __wasi_addr_ip6_port_t",1,["wasmer_wasix_types::types::net::__wasi_addr_ip6_port_t"]],["impl Send for __wasi_cidr_ip6_t",1,["wasmer_wasix_types::types::net::__wasi_cidr_ip6_t"]],["impl Send for __wasi_addr_u",1,["wasmer_wasix_types::types::net::__wasi_addr_u"]],["impl Send for __wasi_addr_t",1,["wasmer_wasix_types::types::net::__wasi_addr_t"]],["impl Send for __wasi_addr_port_u",1,["wasmer_wasix_types::types::net::__wasi_addr_port_u"]],["impl Send for __wasi_addr_port_t",1,["wasmer_wasix_types::types::net::__wasi_addr_port_t"]],["impl Send for __wasi_cidr_u",1,["wasmer_wasix_types::types::net::__wasi_cidr_u"]],["impl Send for __wasi_cidr_t",1,["wasmer_wasix_types::types::net::__wasi_cidr_t"]],["impl Send for Route",1,["wasmer_wasix_types::types::net::Route"]],["impl Send for Snapshot0Clockid",1,["wasmer_wasix_types::wasi::bindings::Snapshot0Clockid"]],["impl Send for Clockid",1,["wasmer_wasix_types::wasi::bindings::Clockid"]],["impl Send for Errno",1,["wasmer_wasix_types::wasi::bindings::Errno"]],["impl Send for Rights",1,["wasmer_wasix_types::wasi::bindings::Rights"]],["impl Send for Filetype",1,["wasmer_wasix_types::wasi::bindings::Filetype"]],["impl Send for Snapshot0Dirent",1,["wasmer_wasix_types::wasi::bindings::Snapshot0Dirent"]],["impl Send for Dirent",1,["wasmer_wasix_types::wasi::bindings::Dirent"]],["impl Send for Advice",1,["wasmer_wasix_types::wasi::bindings::Advice"]],["impl Send for Fdflags",1,["wasmer_wasix_types::wasi::bindings::Fdflags"]],["impl Send for Fdstat",1,["wasmer_wasix_types::wasi::bindings::Fdstat"]],["impl Send for Fstflags",1,["wasmer_wasix_types::wasi::bindings::Fstflags"]],["impl Send for Lookup",1,["wasmer_wasix_types::wasi::bindings::Lookup"]],["impl Send for Oflags",1,["wasmer_wasix_types::wasi::bindings::Oflags"]],["impl Send for Eventtype",1,["wasmer_wasix_types::wasi::bindings::Eventtype"]],["impl Send for Subclockflags",1,["wasmer_wasix_types::wasi::bindings::Subclockflags"]],["impl Send for Snapshot0SubscriptionClock",1,["wasmer_wasix_types::wasi::bindings::Snapshot0SubscriptionClock"]],["impl Send for SubscriptionClock",1,["wasmer_wasix_types::wasi::bindings::SubscriptionClock"]],["impl Send for Preopentype",1,["wasmer_wasix_types::wasi::bindings::Preopentype"]],["impl Send for Eventrwflags",1,["wasmer_wasix_types::wasi::bindings::Eventrwflags"]],["impl Send for EventFdReadwrite",1,["wasmer_wasix_types::wasi::bindings::EventFdReadwrite"]],["impl Send for SubscriptionFsReadwrite",1,["wasmer_wasix_types::wasi::bindings::SubscriptionFsReadwrite"]],["impl Send for Socktype",1,["wasmer_wasix_types::wasi::bindings::Socktype"]],["impl Send for Sockstatus",1,["wasmer_wasix_types::wasi::bindings::Sockstatus"]],["impl Send for Sockoption",1,["wasmer_wasix_types::wasi::bindings::Sockoption"]],["impl Send for Streamsecurity",1,["wasmer_wasix_types::wasi::bindings::Streamsecurity"]],["impl Send for Addressfamily",1,["wasmer_wasix_types::wasi::bindings::Addressfamily"]],["impl Send for Snapshot0Filestat",1,["wasmer_wasix_types::wasi::bindings::Snapshot0Filestat"]],["impl Send for Filestat",1,["wasmer_wasix_types::wasi::bindings::Filestat"]],["impl Send for Snapshot0Whence",1,["wasmer_wasix_types::wasi::bindings::Snapshot0Whence"]],["impl Send for Whence",1,["wasmer_wasix_types::wasi::bindings::Whence"]],["impl Send for Tty",1,["wasmer_wasix_types::wasi::bindings::Tty"]],["impl Send for OptionTag",1,["wasmer_wasix_types::wasi::bindings::OptionTag"]],["impl Send for OptionPid",1,["wasmer_wasix_types::wasi::bindings::OptionPid"]],["impl Send for OptionFd",1,["wasmer_wasix_types::wasi::bindings::OptionFd"]],["impl Send for ProcessHandles",1,["wasmer_wasix_types::wasi::bindings::ProcessHandles"]],["impl Send for PrestatUDir",1,["wasmer_wasix_types::wasi::bindings::PrestatUDir"]],["impl Send for PrestatU",1,["wasmer_wasix_types::wasi::bindings::PrestatU"]],["impl Send for Prestat",1,["wasmer_wasix_types::wasi::bindings::Prestat"]],["impl Send for PipeHandles",1,["wasmer_wasix_types::wasi::bindings::PipeHandles"]],["impl Send for StdioMode",1,["wasmer_wasix_types::wasi::bindings::StdioMode"]],["impl Send for SockProto",1,["wasmer_wasix_types::wasi::bindings::SockProto"]],["impl Send for Bool",1,["wasmer_wasix_types::wasi::bindings::Bool"]],["impl Send for OptionTimestamp",1,["wasmer_wasix_types::wasi::bindings::OptionTimestamp"]],["impl Send for Signal",1,["wasmer_wasix_types::wasi::bindings::Signal"]],["impl Send for AddrUnspec",1,["wasmer_wasix_types::wasi::bindings::AddrUnspec"]],["impl Send for AddrUnspecPort",1,["wasmer_wasix_types::wasi::bindings::AddrUnspecPort"]],["impl Send for CidrUnspec",1,["wasmer_wasix_types::wasi::bindings::CidrUnspec"]],["impl Send for HttpHandles",1,["wasmer_wasix_types::wasi::bindings::HttpHandles"]],["impl Send for HttpStatus",1,["wasmer_wasix_types::wasi::bindings::HttpStatus"]],["impl Send for Timeout",1,["wasmer_wasix_types::wasi::bindings::Timeout"]],["impl Send for JoinFlags",1,["wasmer_wasix_types::wasi::bindings::JoinFlags"]],["impl Send for JoinStatusType",1,["wasmer_wasix_types::wasi::bindings::JoinStatusType"]],["impl Send for ErrnoSignal",1,["wasmer_wasix_types::wasi::bindings::ErrnoSignal"]],["impl Send for ThreadStateFlags",1,["wasmer_wasix_types::wasi::bindings::ThreadStateFlags"]],["impl Send for PrestatEnum",1,["wasmer_wasix_types::wasi::bindings_manual::PrestatEnum"]],["impl Send for Snapshot0SubscriptionUnion",1,["wasmer_wasix_types::wasi::wasix_manual::Snapshot0SubscriptionUnion"]],["impl Send for SubscriptionUnion",1,["wasmer_wasix_types::wasi::wasix_manual::SubscriptionUnion"]],["impl Send for Snapshot0Subscription",1,["wasmer_wasix_types::wasi::wasix_manual::Snapshot0Subscription"]],["impl Send for Subscription",1,["wasmer_wasix_types::wasi::wasix_manual::Subscription"]],["impl Send for EventUnion",1,["wasmer_wasix_types::wasi::wasix_manual::EventUnion"]],["impl Send for StackSnapshot",1,["wasmer_wasix_types::wasi::wasix_manual::StackSnapshot"]],["impl Send for Event",1,["wasmer_wasix_types::wasi::wasix_manual::Event"]],["impl Send for Snapshot0Event",1,["wasmer_wasix_types::wasi::wasix_manual::Snapshot0Event"]],["impl Send for JoinStatusUnion",1,["wasmer_wasix_types::wasi::wasix_manual::JoinStatusUnion"]],["impl Send for JoinStatus",1,["wasmer_wasix_types::wasi::wasix_manual::JoinStatus"]],["impl<M> Send for ThreadStart<M>",1,["wasmer_wasix_types::wasi::wasix_manual::ThreadStart"]],["impl Send for ExitCode",1,["wasmer_wasix_types::wasi::wasix_manual::ExitCode"]],["impl Send for EpollType",1,["wasmer_wasix_types::wasi::wasix_manual::EpollType"]],["impl Send for EpollCtl",1,["wasmer_wasix_types::wasi::wasix_manual::EpollCtl"]],["impl Send for EpollEventCtl",1,["wasmer_wasix_types::wasi::wasix_manual::EpollEventCtl"]],["impl<M> Send for EpollData<M>",1,["wasmer_wasix_types::wasi::wasix_manual::EpollData"]],["impl<M> Send for EpollEvent<M>",1,["wasmer_wasix_types::wasi::wasix_manual::EpollEvent"]],["impl Send for ThreadStartType",1,["wasmer_wasix_types::wasix::ThreadStartType"]],["impl Send for WasiMemoryLayout",1,["wasmer_wasix_types::wasix::WasiMemoryLayout"]]], "wasmer_wasm_interface":[["impl Send for Interface",1,["wasmer_wasm_interface::interface::Interface"]],["impl Send for Import",1,["wasmer_wasm_interface::interface::Import"]],["impl Send for Export",1,["wasmer_wasm_interface::interface::Export"]],["impl Send for WasmType",1,["wasmer_wasm_interface::interface::WasmType"]],["impl Send for InterfaceMatcher",1,["wasmer_wasm_interface::interface_matcher::InterfaceMatcher"]],["impl Send for WasmValidationError",1,["wasmer_wasm_interface::validate::WasmValidationError"]]], "wasmer_wast":[["impl Send for DirectiveError",1,["wasmer_wast::error::DirectiveError"]],["impl Send for DirectiveErrors",1,["wasmer_wast::error::DirectiveErrors"]],["impl Send for wasi_test",1,["wasmer_wast::wasi_wast::wasi_kw::wasi_test"]],["impl Send for envs",1,["wasmer_wast::wasi_wast::wasi_kw::envs"]],["impl Send for args",1,["wasmer_wast::wasi_wast::wasi_kw::args"]],["impl Send for preopens",1,["wasmer_wast::wasi_wast::wasi_kw::preopens"]],["impl Send for map_dirs",1,["wasmer_wast::wasi_wast::wasi_kw::map_dirs"]],["impl Send for temp_dirs",1,["wasmer_wast::wasi_wast::wasi_kw::temp_dirs"]],["impl Send for assert_return",1,["wasmer_wast::wasi_wast::wasi_kw::assert_return"]],["impl Send for stdin",1,["wasmer_wast::wasi_wast::wasi_kw::stdin"]],["impl Send for assert_stdout",1,["wasmer_wast::wasi_wast::wasi_kw::assert_stdout"]],["impl Send for assert_stderr",1,["wasmer_wast::wasi_wast::wasi_kw::assert_stderr"]],["impl Send for fake_i64_const",1,["wasmer_wast::wasi_wast::wasi_kw::fake_i64_const"]],["impl Send for WasiFileSystemKind",1,["wasmer_wast::wasi_wast::WasiFileSystemKind"]],["impl<'a> Send for WasiTest<'a>",1,["wasmer_wast::wasi_wast::WasiTest"]],["impl<'a> Send for Envs<'a>",1,["wasmer_wast::wasi_wast::Envs"]],["impl<'a> Send for Args<'a>",1,["wasmer_wast::wasi_wast::Args"]],["impl<'a> Send for Preopens<'a>",1,["wasmer_wast::wasi_wast::Preopens"]],["impl<'a> Send for MapDirs<'a>",1,["wasmer_wast::wasi_wast::MapDirs"]],["impl<'a> Send for TempDirs<'a>",1,["wasmer_wast::wasi_wast::TempDirs"]],["impl Send for AssertReturn",1,["wasmer_wast::wasi_wast::AssertReturn"]],["impl<'a> Send for Stdin<'a>",1,["wasmer_wast::wasi_wast::Stdin"]],["impl<'a> Send for AssertStdout<'a>",1,["wasmer_wast::wasi_wast::AssertStdout"]],["impl<'a> Send for AssertStderr<'a>",1,["wasmer_wast::wasi_wast::AssertStderr"]],["impl Send for OutputCapturerer",1,["wasmer_wast::wasi_wast::OutputCapturerer"]],["impl Send for Wast",1,["wasmer_wast::wast::Wast"]]] diff --git a/crates/doc/implementors/core/marker/trait.StructuralEq.js b/crates/doc/implementors/core/marker/trait.StructuralEq.js index 253dd550ea2..325e8bc3795 100644 --- a/crates/doc/implementors/core/marker/trait.StructuralEq.js +++ b/crates/doc/implementors/core/marker/trait.StructuralEq.js @@ -3,27 +3,27 @@ "virtual_fs":[["impl<F> StructuralEq for TraceFileSystem<F>"],["impl StructuralEq for DirEntry"],["impl<P, S> StructuralEq for OverlayFileSystem<P, S>"],["impl StructuralEq for FileType"],["impl StructuralEq for StdioMode"],["impl StructuralEq for FsError"],["impl StructuralEq for Metadata"]], "virtual_mio":[["impl StructuralEq for InterestType"]], "virtual_net":[["impl StructuralEq for State"],["impl StructuralEq for SocketId"],["impl StructuralEq for IpCidr"],["impl StructuralEq for FrameSerializationFormat"],["impl StructuralEq for NetworkError"],["impl StructuralEq for SocketStatus"],["impl StructuralEq for StreamSecurity"],["impl StructuralEq for Shutdown"]], -"wai_bindgen_wasmer":[["impl StructuralEq for GuestError"],["impl StructuralEq for Region"]], +"wai_bindgen_wasmer":[["impl StructuralEq for Region"],["impl StructuralEq for GuestError"]], "wasi_test_generator":[["impl StructuralEq for NativeOutput"]], -"wasmer":[["impl StructuralEq for Function"],["impl StructuralEq for MemoryLocation"],["impl StructuralEq for Extern"],["impl StructuralEq for Exports"],["impl StructuralEq for Module"],["impl StructuralEq for Instance"],["impl StructuralEq for Instance"],["impl StructuralEq for AtomicsError"],["impl StructuralEq for Module"]], +"wasmer":[["impl StructuralEq for Instance"],["impl StructuralEq for Module"],["impl StructuralEq for Extern"],["impl StructuralEq for AtomicsError"],["impl StructuralEq for Exports"],["impl StructuralEq for Instance"],["impl StructuralEq for MemoryLocation"],["impl StructuralEq for Function"],["impl StructuralEq for Module"]], "wasmer_api":[["impl StructuralEq for GlobalId"],["impl StructuralEq for GlobalIdParseError"],["impl StructuralEq for NodeKind"],["impl StructuralEq for AppTemplate"],["impl StructuralEq for DateTime"],["impl StructuralEq for Jsonstring"],["impl StructuralEq for ErrorKind"]], -"wasmer_c_api":[["impl StructuralEq for wasm_valkind_enum"],["impl StructuralEq for wasm_mutability_enum"],["impl StructuralEq for wasi_version_t"]], +"wasmer_c_api":[["impl StructuralEq for wasi_version_t"],["impl StructuralEq for wasm_mutability_enum"],["impl StructuralEq for wasm_valkind_enum"]], "wasmer_cache":[["impl StructuralEq for Hash"]], -"wasmer_cli":[["impl StructuralEq for BoolString"],["impl StructuralEq for ListFormat"],["impl StructuralEq for PackageSource"],["impl StructuralEq for Template"],["impl StructuralEq for CompilerType"],["impl StructuralEq for StorableConfigField"],["impl StructuralEq for Volume"],["impl StructuralEq for ItemFormat"],["impl StructuralEq for GetOrSet"],["impl StructuralEq for SetUpdateNotificationsEnabled"],["impl StructuralEq for WaitPackageState"],["impl StructuralEq for LogStreamArg"],["impl StructuralEq for Entrypoint"],["impl StructuralEq for AppIdent"],["impl StructuralEq for SetRegistryToken"],["impl StructuralEq for WaitMode"],["impl StructuralEq for SetTelemetryEnabled"],["impl StructuralEq for PublishWait"],["impl StructuralEq for AllowMultiWasm"],["impl StructuralEq for RetrievableConfigField"],["impl StructuralEq for EdgeConfig"],["impl StructuralEq for SetProxyUrl"],["impl StructuralEq for SetRegistryUrl"],["impl StructuralEq for CommandEntrypoint"],["impl StructuralEq for HashAlgorithm"],["impl StructuralEq for FilterOut"]], -"wasmer_compiler":[["impl StructuralEq for EngineId"],["impl StructuralEq for ArtifactId"]], +"wasmer_cli":[["impl StructuralEq for ListFormat"],["impl StructuralEq for RetrievableConfigField"],["impl StructuralEq for Volume"],["impl StructuralEq for PublishWait"],["impl StructuralEq for Entrypoint"],["impl StructuralEq for EdgeConfig"],["impl StructuralEq for AppIdent"],["impl StructuralEq for HashAlgorithm"],["impl StructuralEq for PackageSource"],["impl StructuralEq for CompilerType"],["impl StructuralEq for GetOrSet"],["impl StructuralEq for StorableConfigField"],["impl StructuralEq for Template"],["impl StructuralEq for SetUpdateNotificationsEnabled"],["impl StructuralEq for ItemFormat"],["impl StructuralEq for WaitMode"],["impl StructuralEq for CommandEntrypoint"],["impl StructuralEq for SetRegistryToken"],["impl StructuralEq for WaitPackageState"],["impl StructuralEq for BoolString"],["impl StructuralEq for SetProxyUrl"],["impl StructuralEq for SetTelemetryEnabled"],["impl StructuralEq for FilterOut"],["impl StructuralEq for LogStreamArg"],["impl StructuralEq for SetRegistryUrl"],["impl StructuralEq for AllowMultiWasm"]], +"wasmer_compiler":[["impl StructuralEq for ArtifactId"],["impl StructuralEq for EngineId"]], "wasmer_compiler_cli":[["impl StructuralEq for CompilerType"]], "wasmer_compiler_cranelift":[["impl StructuralEq for ReturnMode"]], "wasmer_compiler_llvm":[["impl StructuralEq for ExtraInfo"]], -"wasmer_compiler_singlepass":[["impl StructuralEq for RegisterIndex"],["impl<R, S> StructuralEq for Location<R, S>"],["impl StructuralEq for UnwindInstructions"],["impl StructuralEq for Condition"],["impl StructuralEq for Condition"],["impl StructuralEq for UnwindCode"],["impl StructuralEq for MachineValue"],["impl StructuralEq for NEON"],["impl StructuralEq for WasmAbstractValue"],["impl StructuralEq for GPR"],["impl StructuralEq for NeonOrMemory"],["impl StructuralEq for Size"],["impl StructuralEq for XMM"],["impl StructuralEq for GPR"],["impl StructuralEq for X64Register"],["impl StructuralEq for ARM64Register"],["impl StructuralEq for XMMOrMemory"],["impl StructuralEq for Multiplier"],["impl StructuralEq for UnwindInfo"]], +"wasmer_compiler_singlepass":[["impl<R, S> StructuralEq for Location<R, S>"],["impl StructuralEq for Condition"],["impl StructuralEq for NEON"],["impl StructuralEq for Condition"],["impl StructuralEq for NeonOrMemory"],["impl StructuralEq for Size"],["impl StructuralEq for GPR"],["impl StructuralEq for ARM64Register"],["impl StructuralEq for UnwindInfo"],["impl StructuralEq for RegisterIndex"],["impl StructuralEq for MachineValue"],["impl StructuralEq for XMM"],["impl StructuralEq for UnwindInstructions"],["impl StructuralEq for XMMOrMemory"],["impl StructuralEq for WasmAbstractValue"],["impl StructuralEq for GPR"],["impl StructuralEq for UnwindCode"],["impl StructuralEq for X64Register"],["impl StructuralEq for Multiplier"]], "wasmer_config":[["impl StructuralEq for NamedPackageIdent"],["impl StructuralEq for CargoWasmerPackageAnnotation"],["impl StructuralEq for AppScalingConfigV1"],["impl StructuralEq for AppScalingModeV1"],["impl StructuralEq for PackageId"],["impl StructuralEq for AppConfigCapabilityMemoryV1"],["impl StructuralEq for HealthCheckV1"],["impl StructuralEq for PackageSource"],["impl StructuralEq for AppConfigCapabilityMapV1"],["impl StructuralEq for WaiBindings"],["impl StructuralEq for AppVolume"],["impl StructuralEq for PackageIdent"],["impl StructuralEq for Tag"],["impl StructuralEq for AppVolumeMount"],["impl StructuralEq for NamedPackageId"],["impl StructuralEq for HttpRequest"],["impl StructuralEq for AppScheduledTask"],["impl StructuralEq for Abi"],["impl StructuralEq for FileCommandAnnotations"],["impl StructuralEq for AppConfigCapabilityInstaBootV1"],["impl StructuralEq for Bindings"],["impl StructuralEq for PackageHash"],["impl StructuralEq for HealthCheckHttpV1"],["impl StructuralEq for Sha256Hash"],["impl StructuralEq for HttpRequestExpect"],["impl StructuralEq for WitBindings"],["impl StructuralEq for FileKind"],["impl StructuralEq for AppConfigV1"],["impl StructuralEq for HttpHeader"],["impl StructuralEq for PackageParseError"],["impl StructuralEq for Module"]], -"wasmer_journal":[["impl StructuralEq for SocketShutdownHow"],["impl StructuralEq for JournalSocketShutdownV1"],["impl StructuralEq for JournalEpollCtlV1"],["impl StructuralEq for MemoryRange"],["impl StructuralEq for SnapshotTrigger"],["impl StructuralEq for JournalTimeTypeV1"],["impl StructuralEq for JournalEntryRecordType"],["impl StructuralEq for SocketOptTimeType"],["impl StructuralEq for JournalThreadStartTypeV1"],["impl StructuralEq for JournalSockoptionV1"],["impl StructuralEq for JournalSocktypeV1"],["impl StructuralEq for JournalStreamSecurityV1"],["impl StructuralEq for JournalSnapshotTriggerV1"],["impl StructuralEq for DescriptorLookup"],["impl StructuralEq for JournalWasiMemoryLayout"],["impl StructuralEq for JournalAddressfamilyV1"]], +"wasmer_journal":[["impl StructuralEq for SocketOptTimeType"],["impl StructuralEq for MemoryRange"],["impl StructuralEq for JournalAddressfamilyV1"],["impl StructuralEq for JournalStreamSecurityV1"],["impl StructuralEq for JournalWasiMemoryLayout"],["impl StructuralEq for SnapshotTrigger"],["impl StructuralEq for JournalEntryRecordType"],["impl StructuralEq for JournalEpollCtlV1"],["impl StructuralEq for JournalSocketShutdownV1"],["impl StructuralEq for JournalSockoptionV1"],["impl StructuralEq for JournalSnapshotTriggerV1"],["impl StructuralEq for DescriptorLookup"],["impl StructuralEq for SocketShutdownHow"],["impl StructuralEq for JournalThreadStartTypeV1"],["impl StructuralEq for JournalTimeTypeV1"],["impl StructuralEq for JournalSocktypeV1"]], "wasmer_middlewares":[["impl StructuralEq for MeteringPoints"]], "wasmer_registry":[["impl StructuralEq for Registry"],["impl StructuralEq for UpdateRegistry"],["impl StructuralEq for BindingsGenerator"],["impl StructuralEq for QueryPackageError"],["impl StructuralEq for RegistryLogin"],["impl StructuralEq for Package"],["impl StructuralEq for GetBindingsQueryPackageVersion"],["impl StructuralEq for Proxy"],["impl StructuralEq for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion"],["impl StructuralEq for PackageDownloadInfo"],["impl StructuralEq for MultiRegistry"],["impl StructuralEq for Bindings"],["impl StructuralEq for GetIfPackageHasNewVersionResult"],["impl StructuralEq for WasmerConfig"],["impl StructuralEq for GetBindingsQueryPackageVersionBindings"],["impl StructuralEq for GetBindingsQueryPackageVersionBindingsGenerator"],["impl StructuralEq for GetBindingsQueryPackageVersionBindingsOn"],["impl StructuralEq for Registry"],["impl StructuralEq for ProgrammingLanguage"],["impl StructuralEq for ResponseData"],["impl StructuralEq for PublishWait"],["impl StructuralEq for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage"]], "wasmer_sys_utils":[["impl StructuralEq for FdGuard"]], "wasmer_types":[["impl StructuralEq for StoreId"],["impl StructuralEq for MemoryStyle"],["impl StructuralEq for LocalGlobalIndex"],["impl StructuralEq for Compilation"],["impl<T> StructuralEq for ImportType<T>"],["impl StructuralEq for PageCountOutOfRange"],["impl StructuralEq for OwnedDataInitializer"],["impl StructuralEq for TableIndex"],["impl StructuralEq for Target"],["impl StructuralEq for ImportKey"],["impl StructuralEq for SourceLoc"],["impl StructuralEq for LocalFunctionIndex"],["impl StructuralEq for CompiledFunctionFrameInfo"],["impl StructuralEq for ElemIndex"],["impl StructuralEq for TrapInformation"],["impl StructuralEq for Mutability"],["impl StructuralEq for GlobalIndex"],["impl StructuralEq for GlobalType"],["impl StructuralEq for Dwarf"],["impl StructuralEq for Features"],["impl StructuralEq for Bytes"],["impl StructuralEq for LocalTableIndex"],["impl StructuralEq for TableStyle"],["impl StructuralEq for FunctionIndex"],["impl StructuralEq for Type"],["impl StructuralEq for TrapCode"],["impl StructuralEq for RelocationTarget"],["impl StructuralEq for RelocationKind"],["impl StructuralEq for LibCall"],["impl StructuralEq for Relocation"],["impl StructuralEq for ExportIndex"],["impl StructuralEq for SectionBody"],["impl StructuralEq for FunctionType"],["impl StructuralEq for CustomSectionIndex"],["impl StructuralEq for Pages"],["impl StructuralEq for ModuleHash"],["impl StructuralEq for ArchivedImportKeywhere\n String: Archive,\n u32: Archive,"],["impl StructuralEq for MemoryType"],["impl StructuralEq for CompileModuleInfo"],["impl StructuralEq for CompiledFunctionUnwindInfo"],["impl StructuralEq for ExternType"],["impl StructuralEq for ImportIndex"],["impl StructuralEq for LocalMemoryIndex"],["impl StructuralEq for MemoryError"],["impl StructuralEq for CustomSectionProtection"],["impl StructuralEq for InstructionAddressMap"],["impl StructuralEq for TableInitializer"],["impl StructuralEq for SectionIndex"],["impl<'a> StructuralEq for CompiledFunctionUnwindInfoReference<'a>"],["impl StructuralEq for MemoryIndex"],["impl StructuralEq for FunctionBody"],["impl StructuralEq for CustomSection"],["impl StructuralEq for HashAlgorithm"],["impl StructuralEq for Symbol"],["impl StructuralEq for DataInitializerLocation"],["impl<T: ReservedValue> StructuralEq for PackedOption<T>"],["impl<T> StructuralEq for ExportType<T>"],["impl StructuralEq for FunctionAddressMap"],["impl StructuralEq for CompiledFunction"],["impl StructuralEq for DataIndex"],["impl StructuralEq for V128"],["impl<K, V> StructuralEq for PrimaryMap<K, V>where\n K: EntityRef,"],["impl StructuralEq for TableType"],["impl StructuralEq for SignatureIndex"]], "wasmer_vm":[["impl StructuralEq for VMFunctionContext"],["impl StructuralEq for VMSharedSignatureIndex"],["impl StructuralEq for VMInstance"],["impl StructuralEq for VMCallerCheckedAnyfunc"],["impl StructuralEq for VMFunctionKind"],["impl StructuralEq for NotifyLocation"],["impl StructuralEq for VMFuncRef"],["impl StructuralEq for MmapType"]], -"wasmer_wasix":[["impl StructuralEq for ResolvedFileSystemMapping"],["impl StructuralEq for PackageInfo"],["impl StructuralEq for WasiTtyState"],["impl StructuralEq for ResolvedPackage"],["impl StructuralEq for Node"],["impl StructuralEq for TimeType"],["impl StructuralEq for WasiProcessCheckpoint"],["impl StructuralEq for Command"],["impl StructuralEq for MappedDirectory"],["impl StructuralEq for ItemLocation"],["impl StructuralEq for DistributionInfo"],["impl StructuralEq for Inode"],["impl StructuralEq for EmscriptenRunner"],["impl StructuralEq for WasiProcessId"],["impl StructuralEq for WebcHash"],["impl StructuralEq for WasiVersion"],["impl StructuralEq for Dependency"],["impl<Primary, Fallback> StructuralEq for FallbackCache<Primary, Fallback>"],["impl StructuralEq for ControlPlaneError"],["impl StructuralEq for WasiThreadId"],["impl StructuralEq for MemorySnapshotRegion"],["impl StructuralEq for FileSystemSource"],["impl StructuralEq for WasiStateCreationError"],["impl StructuralEq for InMemorySource"],["impl StructuralEq for Shard"],["impl StructuralEq for UnsupportedPackageLoader"],["impl StructuralEq for NamedPackageSummary"],["impl StructuralEq for Edge"],["impl StructuralEq for FileSystemMapping"],["impl StructuralEq for MultiSourceStrategy"],["impl StructuralEq for PackageSummary"]], -"wasmer_wasix_types":[["impl StructuralEq for Signal"],["impl StructuralEq for __wasi_addr_unix_t"],["impl StructuralEq for EpollEventCtl"],["impl StructuralEq for EpollCtl"],["impl StructuralEq for Eventtype"],["impl StructuralEq for WasiMemoryLayout"],["impl StructuralEq for Filetype"],["impl StructuralEq for EpollType"],["impl StructuralEq for ExitCode"],["impl StructuralEq for __wasi_addr_unix_port_t"],["impl StructuralEq for __wasi_addr_ip6_t"],["impl<M: MemorySize> StructuralEq for __wasi_ciovec_t<M>"],["impl StructuralEq for __wasi_cidr_ip4_t"],["impl StructuralEq for Clockid"],["impl StructuralEq for Subclockflags"],["impl StructuralEq for ThreadStateFlags"],["impl StructuralEq for __wasi_addr_ip6_port_t"],["impl<O> StructuralEq for __wasi_asyncify_t<O>where\n O: ValueType,"],["impl StructuralEq for Socktype"],["impl StructuralEq for JoinStatusType"],["impl StructuralEq for Snapshot0Clockid"],["impl StructuralEq for Whence"],["impl<M: MemorySize> StructuralEq for __wasi_iovec_t<M>"],["impl StructuralEq for __wasi_hardwareaddress_t"],["impl StructuralEq for ThreadStartType"],["impl StructuralEq for __wasi_addr_ip4_t"],["impl StructuralEq for Fstflags"],["impl StructuralEq for Advice"],["impl StructuralEq for SockProto"],["impl StructuralEq for __wasi_addr_ip4_port_t"],["impl StructuralEq for Timeout"],["impl StructuralEq for __wasi_cidr_unix_t"],["impl StructuralEq for OptionTag"],["impl StructuralEq for Bool"],["impl StructuralEq for StackSnapshot"],["impl StructuralEq for Rights"],["impl StructuralEq for Oflags"],["impl StructuralEq for Streamsecurity"],["impl StructuralEq for Snapshot0Whence"],["impl StructuralEq for Eventrwflags"],["impl StructuralEq for Addressfamily"],["impl StructuralEq for Sockstatus"],["impl StructuralEq for Preopentype"],["impl StructuralEq for JoinFlags"],["impl StructuralEq for Lookup"],["impl StructuralEq for Sockoption"],["impl StructuralEq for StdioMode"],["impl StructuralEq for __wasi_cidr_ip6_t"],["impl StructuralEq for Fdflags"],["impl StructuralEq for Errno"]], +"wasmer_wasix":[["impl StructuralEq for ResolvedFileSystemMapping"],["impl<Primary, Fallback> StructuralEq for FallbackCache<Primary, Fallback>"],["impl StructuralEq for NamedPackageSummary"],["impl StructuralEq for TimeType"],["impl StructuralEq for FileSystemMapping"],["impl StructuralEq for MappedDirectory"],["impl StructuralEq for EmscriptenRunner"],["impl StructuralEq for WasiVersion"],["impl StructuralEq for MultiSourceStrategy"],["impl StructuralEq for WasiTtyState"],["impl StructuralEq for Node"],["impl StructuralEq for Inode"],["impl StructuralEq for DistributionInfo"],["impl StructuralEq for Dependency"],["impl StructuralEq for Shard"],["impl StructuralEq for Edge"],["impl StructuralEq for WebcHash"],["impl StructuralEq for ResolvedPackage"],["impl StructuralEq for WasiProcessId"],["impl StructuralEq for ControlPlaneError"],["impl StructuralEq for InMemorySource"],["impl StructuralEq for PackageInfo"],["impl StructuralEq for WasiStateCreationError"],["impl StructuralEq for WasiThreadId"],["impl StructuralEq for UnsupportedPackageLoader"],["impl StructuralEq for ItemLocation"],["impl StructuralEq for PackageSummary"],["impl StructuralEq for Command"],["impl StructuralEq for WasiProcessCheckpoint"],["impl StructuralEq for MemorySnapshotRegion"],["impl StructuralEq for FileSystemSource"]], +"wasmer_wasix_types":[["impl StructuralEq for EpollType"],["impl<M: MemorySize> StructuralEq for __wasi_iovec_t<M>"],["impl StructuralEq for __wasi_cidr_ip6_t"],["impl StructuralEq for Oflags"],["impl StructuralEq for __wasi_addr_ip6_port_t"],["impl StructuralEq for JoinFlags"],["impl StructuralEq for StdioMode"],["impl StructuralEq for Fdflags"],["impl StructuralEq for Socktype"],["impl StructuralEq for __wasi_addr_unix_port_t"],["impl StructuralEq for Subclockflags"],["impl StructuralEq for JoinStatusType"],["impl StructuralEq for OptionTag"],["impl StructuralEq for Snapshot0Whence"],["impl StructuralEq for Clockid"],["impl StructuralEq for Eventtype"],["impl StructuralEq for Streamsecurity"],["impl StructuralEq for WasiMemoryLayout"],["impl StructuralEq for Eventrwflags"],["impl<O> StructuralEq for __wasi_asyncify_t<O>where\n O: ValueType,"],["impl StructuralEq for ThreadStateFlags"],["impl StructuralEq for __wasi_addr_ip4_t"],["impl StructuralEq for __wasi_hardwareaddress_t"],["impl StructuralEq for Addressfamily"],["impl StructuralEq for StackSnapshot"],["impl StructuralEq for __wasi_addr_unix_t"],["impl StructuralEq for Sockoption"],["impl StructuralEq for Errno"],["impl StructuralEq for ExitCode"],["impl StructuralEq for ThreadStartType"],["impl StructuralEq for SockProto"],["impl StructuralEq for Rights"],["impl StructuralEq for __wasi_addr_ip4_port_t"],["impl StructuralEq for EpollCtl"],["impl StructuralEq for Preopentype"],["impl StructuralEq for __wasi_addr_ip6_t"],["impl StructuralEq for Signal"],["impl StructuralEq for __wasi_cidr_unix_t"],["impl StructuralEq for Timeout"],["impl StructuralEq for Fstflags"],["impl StructuralEq for EpollEventCtl"],["impl StructuralEq for Filetype"],["impl StructuralEq for Bool"],["impl StructuralEq for __wasi_cidr_ip4_t"],["impl StructuralEq for Whence"],["impl<M: MemorySize> StructuralEq for __wasi_ciovec_t<M>"],["impl StructuralEq for Snapshot0Clockid"],["impl StructuralEq for Advice"],["impl StructuralEq for Lookup"],["impl StructuralEq for Sockstatus"]], "wasmer_wasm_interface":[["impl StructuralEq for InterfaceMatcher"],["impl StructuralEq for Import"],["impl StructuralEq for WasmType"],["impl StructuralEq for Export"],["impl StructuralEq for Interface"]], -"wasmer_wast":[["impl<'a> StructuralEq for AssertStderr<'a>"],["impl StructuralEq for AssertReturn"],["impl<'a> StructuralEq for Stdin<'a>"],["impl<'a> StructuralEq for AssertStdout<'a>"]] +"wasmer_wast":[["impl<'a> StructuralEq for AssertStdout<'a>"],["impl<'a> StructuralEq for Stdin<'a>"],["impl<'a> StructuralEq for AssertStderr<'a>"],["impl StructuralEq for AssertReturn"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/marker/trait.StructuralPartialEq.js b/crates/doc/implementors/core/marker/trait.StructuralPartialEq.js index 82525c1f8ab..859c7f37fe7 100644 --- a/crates/doc/implementors/core/marker/trait.StructuralPartialEq.js +++ b/crates/doc/implementors/core/marker/trait.StructuralPartialEq.js @@ -3,27 +3,27 @@ "virtual_fs":[["impl<P, S> StructuralPartialEq for OverlayFileSystem<P, S>"],["impl StructuralPartialEq for StaticFile"],["impl StructuralPartialEq for File"],["impl<F> StructuralPartialEq for TraceFileSystem<F>"],["impl StructuralPartialEq for DirEntry"],["impl StructuralPartialEq for FileType"],["impl StructuralPartialEq for Metadata"],["impl StructuralPartialEq for FsError"],["impl StructuralPartialEq for StdioMode"]], "virtual_mio":[["impl StructuralPartialEq for InterestType"]], "virtual_net":[["impl StructuralPartialEq for StreamSecurity"],["impl StructuralPartialEq for SocketId"],["impl StructuralPartialEq for Shutdown"],["impl StructuralPartialEq for NetworkError"],["impl StructuralPartialEq for SocketStatus"],["impl StructuralPartialEq for State"],["impl StructuralPartialEq for FrameSerializationFormat"],["impl StructuralPartialEq for IpCidr"]], -"wai_bindgen_wasmer":[["impl StructuralPartialEq for Region"],["impl StructuralPartialEq for GuestError"]], +"wai_bindgen_wasmer":[["impl StructuralPartialEq for GuestError"],["impl StructuralPartialEq for Region"]], "wasi_test_generator":[["impl StructuralPartialEq for NativeOutput"]], -"wasmer":[["impl StructuralPartialEq for Function"],["impl StructuralPartialEq for MemoryLocation"],["impl StructuralPartialEq for Extern"],["impl StructuralPartialEq for Table"],["impl StructuralPartialEq for Function"],["impl StructuralPartialEq for Global"],["impl StructuralPartialEq for Module"],["impl StructuralPartialEq for Exports"],["impl StructuralPartialEq for Instance"],["impl StructuralPartialEq for Instance"],["impl StructuralPartialEq for AtomicsError"],["impl StructuralPartialEq for Module"],["impl StructuralPartialEq for Memory"]], +"wasmer":[["impl StructuralPartialEq for Memory"],["impl StructuralPartialEq for Global"],["impl StructuralPartialEq for Extern"],["impl StructuralPartialEq for Exports"],["impl StructuralPartialEq for Table"],["impl StructuralPartialEq for Module"],["impl StructuralPartialEq for AtomicsError"],["impl StructuralPartialEq for MemoryLocation"],["impl StructuralPartialEq for Instance"],["impl StructuralPartialEq for Module"],["impl StructuralPartialEq for Function"],["impl StructuralPartialEq for Function"],["impl StructuralPartialEq for Instance"]], "wasmer_api":[["impl StructuralPartialEq for GenerateTokenBy"],["impl StructuralPartialEq for GlobalIdParseError"],["impl StructuralPartialEq for ErrorKind"],["impl StructuralPartialEq for DateTime"],["impl StructuralPartialEq for LogStream"],["impl StructuralPartialEq for AppTemplate"],["impl StructuralPartialEq for Log"],["impl StructuralPartialEq for Jsonstring"],["impl StructuralPartialEq for NodeKind"],["impl StructuralPartialEq for TokenKind"],["impl StructuralPartialEq for GlobalId"]], -"wasmer_c_api":[["impl StructuralPartialEq for wasm_mutability_enum"],["impl StructuralPartialEq for wasm_valkind_enum"],["impl StructuralPartialEq for wasi_version_t"]], +"wasmer_c_api":[["impl StructuralPartialEq for wasm_mutability_enum"],["impl StructuralPartialEq for wasi_version_t"],["impl StructuralPartialEq for wasm_valkind_enum"]], "wasmer_cache":[["impl StructuralPartialEq for Hash"]], -"wasmer_cli":[["impl StructuralPartialEq for SetUpdateNotificationsEnabled"],["impl StructuralPartialEq for BinOrLib"],["impl StructuralPartialEq for SetTelemetryEnabled"],["impl StructuralPartialEq for BoolString"],["impl StructuralPartialEq for Output"],["impl StructuralPartialEq for LogFormat"],["impl StructuralPartialEq for PackageSource"],["impl StructuralPartialEq for WasmerEnv"],["impl StructuralPartialEq for AppIdent"],["impl StructuralPartialEq for Template"],["impl StructuralPartialEq for ListFormat"],["impl StructuralPartialEq for SetRegistryToken"],["impl StructuralPartialEq for Entrypoint"],["impl StructuralPartialEq for EdgeConfig"],["impl StructuralPartialEq for PrefixMapCompilation"],["impl StructuralPartialEq for SetRegistryUrl"],["impl StructuralPartialEq for CommandEntrypoint"],["impl StructuralPartialEq for Identifier"],["impl StructuralPartialEq for StorableConfigField"],["impl StructuralPartialEq for FilterOut"],["impl StructuralPartialEq for SetProxyUrl"],["impl StructuralPartialEq for HashAlgorithm"],["impl StructuralPartialEq for LogStreamArg"],["impl StructuralPartialEq for ItemFormat"],["impl StructuralPartialEq for PackageSource"],["impl StructuralPartialEq for Volume"],["impl StructuralPartialEq for AllowMultiWasm"],["impl StructuralPartialEq for PublishWait"],["impl StructuralPartialEq for GetOrSet"],["impl StructuralPartialEq for RetrievableConfigField"],["impl StructuralPartialEq for BoolPromptOptions"],["impl StructuralPartialEq for CompilerType"],["impl StructuralPartialEq for WaitMode"],["impl StructuralPartialEq for WaitPackageState"]], -"wasmer_compiler":[["impl StructuralPartialEq for EngineId"],["impl StructuralPartialEq for ArtifactId"]], +"wasmer_cli":[["impl StructuralPartialEq for StorableConfigField"],["impl StructuralPartialEq for HashAlgorithm"],["impl StructuralPartialEq for CommandEntrypoint"],["impl StructuralPartialEq for LogFormat"],["impl StructuralPartialEq for EdgeConfig"],["impl StructuralPartialEq for LogStreamArg"],["impl StructuralPartialEq for BoolPromptOptions"],["impl StructuralPartialEq for PackageSource"],["impl StructuralPartialEq for AppIdent"],["impl StructuralPartialEq for PrefixMapCompilation"],["impl StructuralPartialEq for FilterOut"],["impl StructuralPartialEq for SetUpdateNotificationsEnabled"],["impl StructuralPartialEq for SetRegistryToken"],["impl StructuralPartialEq for WaitMode"],["impl StructuralPartialEq for Entrypoint"],["impl StructuralPartialEq for ItemFormat"],["impl StructuralPartialEq for SetRegistryUrl"],["impl StructuralPartialEq for GetOrSet"],["impl StructuralPartialEq for PublishWait"],["impl StructuralPartialEq for WasmerEnv"],["impl StructuralPartialEq for SetTelemetryEnabled"],["impl StructuralPartialEq for ListFormat"],["impl StructuralPartialEq for RetrievableConfigField"],["impl StructuralPartialEq for WaitPackageState"],["impl StructuralPartialEq for AllowMultiWasm"],["impl StructuralPartialEq for CompilerType"],["impl StructuralPartialEq for Identifier"],["impl StructuralPartialEq for Template"],["impl StructuralPartialEq for BinOrLib"],["impl StructuralPartialEq for Volume"],["impl StructuralPartialEq for Output"],["impl StructuralPartialEq for SetProxyUrl"],["impl StructuralPartialEq for BoolString"],["impl StructuralPartialEq for PackageSource"]], +"wasmer_compiler":[["impl StructuralPartialEq for ArtifactId"],["impl StructuralPartialEq for EngineId"]], "wasmer_compiler_cli":[["impl StructuralPartialEq for CompilerType"]], "wasmer_compiler_cranelift":[["impl StructuralPartialEq for ReturnMode"]], "wasmer_compiler_llvm":[["impl StructuralPartialEq for ExtraInfo"]], -"wasmer_compiler_singlepass":[["impl<R, S> StructuralPartialEq for Location<R, S>"],["impl StructuralPartialEq for Value"],["impl StructuralPartialEq for XMM"],["impl StructuralPartialEq for RegisterIndex"],["impl StructuralPartialEq for X64Register"],["impl StructuralPartialEq for WasmAbstractValue"],["impl StructuralPartialEq for Multiplier"],["impl StructuralPartialEq for ImmType"],["impl StructuralPartialEq for XMMOrMemory"],["impl StructuralPartialEq for UnwindCode"],["impl StructuralPartialEq for UnwindInfo"],["impl StructuralPartialEq for NeonOrMemory"],["impl StructuralPartialEq for NEON"],["impl StructuralPartialEq for MachineValue"],["impl StructuralPartialEq for Condition"],["impl StructuralPartialEq for GPR"],["impl StructuralPartialEq for Size"],["impl StructuralPartialEq for GPR"],["impl StructuralPartialEq for Condition"],["impl StructuralPartialEq for UnwindInstructions"],["impl StructuralPartialEq for ARM64Register"]], +"wasmer_compiler_singlepass":[["impl StructuralPartialEq for NeonOrMemory"],["impl StructuralPartialEq for X64Register"],["impl StructuralPartialEq for ImmType"],["impl StructuralPartialEq for Size"],["impl StructuralPartialEq for WasmAbstractValue"],["impl<R, S> StructuralPartialEq for Location<R, S>"],["impl StructuralPartialEq for UnwindInstructions"],["impl StructuralPartialEq for Condition"],["impl StructuralPartialEq for Multiplier"],["impl StructuralPartialEq for UnwindCode"],["impl StructuralPartialEq for MachineValue"],["impl StructuralPartialEq for XMM"],["impl StructuralPartialEq for Condition"],["impl StructuralPartialEq for UnwindInfo"],["impl StructuralPartialEq for GPR"],["impl StructuralPartialEq for GPR"],["impl StructuralPartialEq for Value"],["impl StructuralPartialEq for ARM64Register"],["impl StructuralPartialEq for NEON"],["impl StructuralPartialEq for RegisterIndex"],["impl StructuralPartialEq for XMMOrMemory"]], "wasmer_config":[["impl StructuralPartialEq for HealthCheckHttpV1"],["impl StructuralPartialEq for AppConfigCapabilityInstaBootV1"],["impl StructuralPartialEq for AppScheduledTask"],["impl StructuralPartialEq for WaiBindings"],["impl StructuralPartialEq for AppScalingModeV1"],["impl StructuralPartialEq for NamedPackageIdent"],["impl StructuralPartialEq for WitBindings"],["impl StructuralPartialEq for Abi"],["impl StructuralPartialEq for CommandV1"],["impl StructuralPartialEq for HttpRequestExpect"],["impl StructuralPartialEq for Module"],["impl StructuralPartialEq for HealthCheckV1"],["impl StructuralPartialEq for PackageHash"],["impl StructuralPartialEq for FileCommandAnnotations"],["impl StructuralPartialEq for ModuleReference"],["impl StructuralPartialEq for NamedPackageId"],["impl StructuralPartialEq for Command"],["impl StructuralPartialEq for PackageId"],["impl StructuralPartialEq for AppVolume"],["impl StructuralPartialEq for Tag"],["impl StructuralPartialEq for PackageParseError"],["impl StructuralPartialEq for CommandV2"],["impl StructuralPartialEq for Bindings"],["impl StructuralPartialEq for CargoWasmerPackageAnnotation"],["impl StructuralPartialEq for AppConfigV1"],["impl StructuralPartialEq for PackageSource"],["impl StructuralPartialEq for PackageIdent"],["impl StructuralPartialEq for HttpHeader"],["impl StructuralPartialEq for FileKind"],["impl StructuralPartialEq for ValidationError"],["impl StructuralPartialEq for AppConfigCapabilityMemoryV1"],["impl StructuralPartialEq for CommandAnnotations"],["impl StructuralPartialEq for Sha256Hash"],["impl StructuralPartialEq for HttpRequest"],["impl StructuralPartialEq for AppVolumeMount"],["impl StructuralPartialEq for AppConfigCapabilityMapV1"],["impl StructuralPartialEq for AppScalingConfigV1"]], -"wasmer_journal":[["impl StructuralPartialEq for JournalThreadStartTypeV1"],["impl StructuralPartialEq for JournalSnapshotTriggerV1"],["impl StructuralPartialEq for JournalStreamSecurityV1"],["impl StructuralPartialEq for SocketOptTimeType"],["impl StructuralPartialEq for JournalSocktypeV1"],["impl StructuralPartialEq for SnapshotTrigger"],["impl StructuralPartialEq for DescriptorLookup"],["impl<'a> StructuralPartialEq for JournalEntry<'a>"],["impl StructuralPartialEq for JournalEpollCtlV1"],["impl StructuralPartialEq for JournalWasiMemoryLayout"],["impl StructuralPartialEq for JournalAddressfamilyV1"],["impl StructuralPartialEq for MemoryRange"],["impl StructuralPartialEq for SocketShutdownHow"],["impl StructuralPartialEq for JournalEntryRecordType"],["impl StructuralPartialEq for JournalTimeTypeV1"],["impl StructuralPartialEq for JournalSocketShutdownV1"],["impl StructuralPartialEq for JournalSockoptionV1"]], +"wasmer_journal":[["impl StructuralPartialEq for DescriptorLookup"],["impl StructuralPartialEq for JournalThreadStartTypeV1"],["impl StructuralPartialEq for JournalEpollCtlV1"],["impl StructuralPartialEq for SocketOptTimeType"],["impl StructuralPartialEq for JournalSocketShutdownV1"],["impl StructuralPartialEq for JournalStreamSecurityV1"],["impl StructuralPartialEq for JournalSockoptionV1"],["impl StructuralPartialEq for JournalSocktypeV1"],["impl<'a> StructuralPartialEq for JournalEntry<'a>"],["impl StructuralPartialEq for SocketShutdownHow"],["impl StructuralPartialEq for JournalEntryRecordType"],["impl StructuralPartialEq for SnapshotTrigger"],["impl StructuralPartialEq for JournalAddressfamilyV1"],["impl StructuralPartialEq for JournalSnapshotTriggerV1"],["impl StructuralPartialEq for MemoryRange"],["impl StructuralPartialEq for JournalTimeTypeV1"],["impl StructuralPartialEq for JournalWasiMemoryLayout"]], "wasmer_middlewares":[["impl StructuralPartialEq for MeteringPoints"]], "wasmer_registry":[["impl StructuralPartialEq for GetBindingsQueryPackageVersion"],["impl StructuralPartialEq for WasmerEnv"],["impl StructuralPartialEq for WasmerConfig"],["impl StructuralPartialEq for Registry"],["impl StructuralPartialEq for Interactive"],["impl StructuralPartialEq for GetBindingsQueryPackageVersionBindings"],["impl StructuralPartialEq for GetBindingsQueryPackageVersionBindingsOn"],["impl StructuralPartialEq for PackageDownloadInfo"],["impl StructuralPartialEq for GetBindingsQueryPackageVersionBindingsGenerator"],["impl StructuralPartialEq for Skip"],["impl StructuralPartialEq for ProgrammingLanguage"],["impl StructuralPartialEq for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion"],["impl StructuralPartialEq for BindingsGenerator"],["impl StructuralPartialEq for PublishWait"],["impl StructuralPartialEq for UpdateRegistry"],["impl StructuralPartialEq for Registry"],["impl StructuralPartialEq for Bindings"],["impl StructuralPartialEq for ResponseData"],["impl StructuralPartialEq for Proxy"],["impl StructuralPartialEq for Package"],["impl StructuralPartialEq for GetIfPackageHasNewVersionResult"],["impl StructuralPartialEq for NonInteractive"],["impl StructuralPartialEq for RegistryLogin"],["impl StructuralPartialEq for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage"],["impl StructuralPartialEq for MultiRegistry"],["impl StructuralPartialEq for QueryPackageError"]], "wasmer_sys_utils":[["impl StructuralPartialEq for FdGuard"]], "wasmer_types":[["impl StructuralPartialEq for CompileModuleInfo"],["impl StructuralPartialEq for Dwarf"],["impl StructuralPartialEq for CustomSection"],["impl StructuralPartialEq for SourceLoc"],["impl StructuralPartialEq for TableType"],["impl<K, V> StructuralPartialEq for PrimaryMap<K, V>where\n K: EntityRef,"],["impl StructuralPartialEq for CompiledFunctionFrameInfo"],["impl StructuralPartialEq for CompiledFunctionUnwindInfo"],["impl StructuralPartialEq for LocalFunctionIndex"],["impl StructuralPartialEq for LibCall"],["impl StructuralPartialEq for SignatureIndex"],["impl StructuralPartialEq for RelocationKind"],["impl StructuralPartialEq for TableInitializer"],["impl StructuralPartialEq for PageCountOutOfRange"],["impl StructuralPartialEq for CustomSectionIndex"],["impl StructuralPartialEq for MemoryStyle"],["impl StructuralPartialEq for TableIndex"],["impl StructuralPartialEq for Features"],["impl StructuralPartialEq for TrapInformation"],["impl StructuralPartialEq for Compilation"],["impl StructuralPartialEq for TableStyle"],["impl StructuralPartialEq for Mutability"],["impl StructuralPartialEq for ImportIndex"],["impl StructuralPartialEq for ElemIndex"],["impl StructuralPartialEq for LocalGlobalIndex"],["impl StructuralPartialEq for V128"],["impl StructuralPartialEq for ExternType"],["impl StructuralPartialEq for DataInitializerLocation"],["impl<'a> StructuralPartialEq for CompiledFunctionUnwindInfoReference<'a>"],["impl StructuralPartialEq for GlobalType"],["impl StructuralPartialEq for FunctionAddressMap"],["impl StructuralPartialEq for LocalTableIndex"],["impl StructuralPartialEq for CompiledFunction"],["impl<T: ReservedValue> StructuralPartialEq for PackedOption<T>"],["impl StructuralPartialEq for SectionIndex"],["impl StructuralPartialEq for MemoryError"],["impl StructuralPartialEq for InstructionAddressMap"],["impl StructuralPartialEq for GlobalInit"],["impl StructuralPartialEq for StoreId"],["impl StructuralPartialEq for OwnedDataInitializer"],["impl StructuralPartialEq for FunctionType"],["impl StructuralPartialEq for MemoryIndex"],["impl StructuralPartialEq for CustomSectionProtection"],["impl StructuralPartialEq for HashAlgorithm"],["impl StructuralPartialEq for MemoryType"],["impl StructuralPartialEq for Bytes"],["impl StructuralPartialEq for ArchivedImportKeywhere\n String: Archive,\n u32: Archive,"],["impl StructuralPartialEq for ImportKey"],["impl StructuralPartialEq for ModuleHash"],["impl StructuralPartialEq for ExportIndex"],["impl StructuralPartialEq for Target"],["impl StructuralPartialEq for Symbol"],["impl StructuralPartialEq for DataIndex"],["impl StructuralPartialEq for SectionBody"],["impl StructuralPartialEq for Relocation"],["impl StructuralPartialEq for LocalMemoryIndex"],["impl StructuralPartialEq for FunctionBody"],["impl StructuralPartialEq for TrapCode"],["impl StructuralPartialEq for FunctionIndex"],["impl StructuralPartialEq for GlobalIndex"],["impl StructuralPartialEq for RelocationTarget"],["impl<T> StructuralPartialEq for ImportType<T>"],["impl<T> StructuralPartialEq for ExportType<T>"],["impl StructuralPartialEq for Type"],["impl StructuralPartialEq for Pages"]], "wasmer_vm":[["impl StructuralPartialEq for NotifyLocation"],["impl StructuralPartialEq for VMCallerCheckedAnyfunc"],["impl StructuralPartialEq for MmapType"],["impl StructuralPartialEq for VMSharedSignatureIndex"],["impl StructuralPartialEq for VMFunctionKind"],["impl StructuralPartialEq for VMFuncRef"],["impl StructuralPartialEq for VMInstance"]], -"wasmer_wasix":[["impl<Primary, Fallback> StructuralPartialEq for FallbackCache<Primary, Fallback>"],["impl StructuralPartialEq for InMemorySource"],["impl StructuralPartialEq for WasiProcessId"],["impl StructuralPartialEq for WebcHash"],["impl StructuralPartialEq for Command"],["impl StructuralPartialEq for FileSystemMapping"],["impl StructuralPartialEq for Node"],["impl StructuralPartialEq for WasiTtyState"],["impl StructuralPartialEq for PackageInfo"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for WasiStateCreationError"],["impl StructuralPartialEq for MultiSourceStrategy"],["impl StructuralPartialEq for Dependency"],["impl StructuralPartialEq for ControlPlaneError"],["impl StructuralPartialEq for MappedDirectory"],["impl StructuralPartialEq for ResolvedFileSystemMapping"],["impl StructuralPartialEq for PackageSummary"],["impl StructuralPartialEq for CacheInfo"],["impl StructuralPartialEq for DistributionInfo"],["impl StructuralPartialEq for Inode"],["impl StructuralPartialEq for WasiThreadId"],["impl StructuralPartialEq for TimeType"],["impl StructuralPartialEq for ItemLocation"],["impl StructuralPartialEq for ResolvedPackage"],["impl StructuralPartialEq for FileSystemSource"],["impl StructuralPartialEq for NamedPackageSummary"],["impl StructuralPartialEq for MemorySnapshotRegion"],["impl StructuralPartialEq for UnsupportedPackageLoader"],["impl StructuralPartialEq for EmscriptenRunner"],["impl StructuralPartialEq for Shard"],["impl<F, M> StructuralPartialEq for MappedPathFileSystem<F, M>"],["impl StructuralPartialEq for WasiProcessCheckpoint"]], -"wasmer_wasix_types":[["impl StructuralPartialEq for Fstflags"],["impl StructuralPartialEq for WasiMemoryLayout"],["impl StructuralPartialEq for Snapshot0Clockid"],["impl StructuralPartialEq for __wasi_addr_ip4_port_t"],["impl StructuralPartialEq for Whence"],["impl StructuralPartialEq for Filetype"],["impl StructuralPartialEq for Addressfamily"],["impl StructuralPartialEq for __wasi_cidr_ip6_t"],["impl StructuralPartialEq for Advice"],["impl StructuralPartialEq for __wasi_addr_ip6_port_t"],["impl StructuralPartialEq for Tty"],["impl StructuralPartialEq for Fdflags"],["impl StructuralPartialEq for Bool"],["impl StructuralPartialEq for EpollEventCtl"],["impl StructuralPartialEq for Snapshot0Whence"],["impl StructuralPartialEq for Clockid"],["impl StructuralPartialEq for __wasi_cidr_ip4_t"],["impl StructuralPartialEq for Lookup"],["impl<O> StructuralPartialEq for __wasi_asyncify_t<O>where\n O: ValueType,"],["impl StructuralPartialEq for ThreadStartType"],["impl StructuralPartialEq for __wasi_hardwareaddress_t"],["impl StructuralPartialEq for Subclockflags"],["impl StructuralPartialEq for ExitCode"],["impl StructuralPartialEq for Eventrwflags"],["impl StructuralPartialEq for Socktype"],["impl StructuralPartialEq for EpollType"],["impl StructuralPartialEq for JoinStatusType"],["impl StructuralPartialEq for SockProto"],["impl StructuralPartialEq for __wasi_addr_ip6_t"],["impl StructuralPartialEq for Rights"],["impl StructuralPartialEq for __wasi_addr_ip4_t"],["impl<M: MemorySize> StructuralPartialEq for __wasi_ciovec_t<M>"],["impl<M: MemorySize> StructuralPartialEq for __wasi_iovec_t<M>"],["impl StructuralPartialEq for StdioMode"],["impl StructuralPartialEq for Streamsecurity"],["impl StructuralPartialEq for __wasi_addr_unix_t"],["impl StructuralPartialEq for Preopentype"],["impl StructuralPartialEq for Oflags"],["impl StructuralPartialEq for Errno"],["impl StructuralPartialEq for __wasi_cidr_unix_t"],["impl StructuralPartialEq for Sockstatus"],["impl StructuralPartialEq for __wasi_addr_unix_port_t"],["impl StructuralPartialEq for ThreadStateFlags"],["impl StructuralPartialEq for Timeout"],["impl StructuralPartialEq for Sockoption"],["impl StructuralPartialEq for EpollCtl"],["impl StructuralPartialEq for OptionTag"],["impl StructuralPartialEq for Signal"],["impl StructuralPartialEq for StackSnapshot"],["impl StructuralPartialEq for Eventtype"],["impl StructuralPartialEq for JoinFlags"]], +"wasmer_wasix":[["impl StructuralPartialEq for PackageInfo"],["impl StructuralPartialEq for EmscriptenRunner"],["impl StructuralPartialEq for FileSystemMapping"],["impl<F, M> StructuralPartialEq for MappedPathFileSystem<F, M>"],["impl StructuralPartialEq for WasiProcessCheckpoint"],["impl StructuralPartialEq for ResolvedFileSystemMapping"],["impl StructuralPartialEq for Node"],["impl StructuralPartialEq for WebcHash"],["impl StructuralPartialEq for CacheInfo"],["impl StructuralPartialEq for MultiSourceStrategy"],["impl<Primary, Fallback> StructuralPartialEq for FallbackCache<Primary, Fallback>"],["impl StructuralPartialEq for WasiStateCreationError"],["impl StructuralPartialEq for Edge"],["impl StructuralPartialEq for Command"],["impl StructuralPartialEq for Inode"],["impl StructuralPartialEq for UnsupportedPackageLoader"],["impl StructuralPartialEq for WasiProcessId"],["impl StructuralPartialEq for Shard"],["impl StructuralPartialEq for DistributionInfo"],["impl StructuralPartialEq for ControlPlaneError"],["impl StructuralPartialEq for FileSystemSource"],["impl StructuralPartialEq for TimeType"],["impl StructuralPartialEq for WasiThreadId"],["impl StructuralPartialEq for NamedPackageSummary"],["impl StructuralPartialEq for ItemLocation"],["impl StructuralPartialEq for InMemorySource"],["impl StructuralPartialEq for MemorySnapshotRegion"],["impl StructuralPartialEq for ResolvedPackage"],["impl StructuralPartialEq for PackageSummary"],["impl StructuralPartialEq for Dependency"],["impl StructuralPartialEq for WasiTtyState"],["impl StructuralPartialEq for MappedDirectory"]], +"wasmer_wasix_types":[["impl StructuralPartialEq for __wasi_cidr_unix_t"],["impl<M: MemorySize> StructuralPartialEq for __wasi_ciovec_t<M>"],["impl StructuralPartialEq for Sockoption"],["impl StructuralPartialEq for Eventrwflags"],["impl StructuralPartialEq for StackSnapshot"],["impl StructuralPartialEq for __wasi_addr_unix_port_t"],["impl StructuralPartialEq for Snapshot0Clockid"],["impl StructuralPartialEq for Advice"],["impl StructuralPartialEq for Clockid"],["impl StructuralPartialEq for Preopentype"],["impl StructuralPartialEq for Addressfamily"],["impl StructuralPartialEq for ExitCode"],["impl StructuralPartialEq for OptionTag"],["impl StructuralPartialEq for Lookup"],["impl StructuralPartialEq for Filetype"],["impl StructuralPartialEq for Tty"],["impl StructuralPartialEq for Whence"],["impl StructuralPartialEq for JoinStatusType"],["impl StructuralPartialEq for SockProto"],["impl StructuralPartialEq for JoinFlags"],["impl<O> StructuralPartialEq for __wasi_asyncify_t<O>where\n O: ValueType,"],["impl StructuralPartialEq for Sockstatus"],["impl StructuralPartialEq for EpollCtl"],["impl StructuralPartialEq for __wasi_hardwareaddress_t"],["impl StructuralPartialEq for StdioMode"],["impl StructuralPartialEq for EpollEventCtl"],["impl StructuralPartialEq for Bool"],["impl StructuralPartialEq for Socktype"],["impl StructuralPartialEq for ThreadStartType"],["impl StructuralPartialEq for Eventtype"],["impl StructuralPartialEq for Subclockflags"],["impl StructuralPartialEq for Timeout"],["impl StructuralPartialEq for __wasi_addr_ip6_t"],["impl StructuralPartialEq for __wasi_addr_ip6_port_t"],["impl StructuralPartialEq for __wasi_cidr_ip6_t"],["impl<M: MemorySize> StructuralPartialEq for __wasi_iovec_t<M>"],["impl StructuralPartialEq for EpollType"],["impl StructuralPartialEq for Errno"],["impl StructuralPartialEq for Rights"],["impl StructuralPartialEq for Snapshot0Whence"],["impl StructuralPartialEq for Streamsecurity"],["impl StructuralPartialEq for __wasi_addr_ip4_t"],["impl StructuralPartialEq for WasiMemoryLayout"],["impl StructuralPartialEq for Fstflags"],["impl StructuralPartialEq for Signal"],["impl StructuralPartialEq for ThreadStateFlags"],["impl StructuralPartialEq for Fdflags"],["impl StructuralPartialEq for Oflags"],["impl StructuralPartialEq for __wasi_addr_unix_t"],["impl StructuralPartialEq for __wasi_cidr_ip4_t"],["impl StructuralPartialEq for __wasi_addr_ip4_port_t"]], "wasmer_wasm_interface":[["impl StructuralPartialEq for WasmType"],["impl StructuralPartialEq for InterfaceMatcher"],["impl StructuralPartialEq for Import"],["impl StructuralPartialEq for Export"],["impl StructuralPartialEq for Interface"]], -"wasmer_wast":[["impl StructuralPartialEq for AssertReturn"],["impl<'a> StructuralPartialEq for AssertStderr<'a>"],["impl<'a> StructuralPartialEq for Stdin<'a>"],["impl<'a> StructuralPartialEq for AssertStdout<'a>"]] +"wasmer_wast":[["impl<'a> StructuralPartialEq for AssertStdout<'a>"],["impl StructuralPartialEq for AssertReturn"],["impl<'a> StructuralPartialEq for Stdin<'a>"],["impl<'a> StructuralPartialEq for AssertStderr<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/marker/trait.Sync.js b/crates/doc/implementors/core/marker/trait.Sync.js index c695957f7c9..8170a20d695 100644 --- a/crates/doc/implementors/core/marker/trait.Sync.js +++ b/crates/doc/implementors/core/marker/trait.Sync.js @@ -4,9 +4,9 @@ "virtual_fs":[["impl Sync for ArcBoxFile",1,["virtual_fs::arc_box_file::ArcBoxFile"]],["impl<T> Sync for ArcFile<T>",1,["virtual_fs::arc_file::ArcFile"]],["impl Sync for ArcFileSystem",1,["virtual_fs::arc_fs::ArcFileSystem"]],["impl Sync for BufferFile",1,["virtual_fs::buffer_file::BufferFile"]],["impl Sync for RootFileSystemBuilder",1,["virtual_fs::builder::RootFileSystemBuilder"]],["impl Sync for CombineFile",1,["virtual_fs::combine_file::CombineFile"]],["impl Sync for CowState",1,["virtual_fs::cow_file::CowState"]],["impl Sync for CopyOnWriteFile",1,["virtual_fs::cow_file::CopyOnWriteFile"]],["impl Sync for DualWriteFile",1,["virtual_fs::dual_write_file::DualWriteFile"]],["impl Sync for EmptyFileSystem",1,["virtual_fs::empty_fs::EmptyFileSystem"]],["impl Sync for FileSystem",1,["virtual_fs::host_fs::FileSystem"]],["impl Sync for File",1,["virtual_fs::host_fs::File"]],["impl Sync for Stdout",1,["virtual_fs::host_fs::Stdout"]],["impl Sync for Stderr",1,["virtual_fs::host_fs::Stderr"]],["impl Sync for Stdin",1,["virtual_fs::host_fs::Stdin"]],["impl Sync for FileHandle",1,["virtual_fs::mem_fs::file::FileHandle"]],["impl Sync for File",1,["virtual_fs::mem_fs::file::File"]],["impl Sync for ReadOnlyFile",1,["virtual_fs::mem_fs::file::ReadOnlyFile"]],["impl Sync for FileSystem",1,["virtual_fs::mem_fs::filesystem::FileSystem"]],["impl Sync for FileSystemInner",1,["virtual_fs::mem_fs::filesystem::FileSystemInner"]],["impl Sync for InodeResolution",1,["virtual_fs::mem_fs::filesystem::InodeResolution"]],["impl Sync for DirectoryMustBeEmpty",1,["virtual_fs::mem_fs::filesystem::DirectoryMustBeEmpty"]],["impl Sync for FileExtent",1,["virtual_fs::mem_fs::offloaded_file::FileExtent"]],["impl Sync for OffloadBackingStoreState",1,["virtual_fs::mem_fs::offloaded_file::OffloadBackingStoreState"]],["impl Sync for OffloadBackingStore",1,["virtual_fs::mem_fs::offloaded_file::OffloadBackingStore"]],["impl Sync for OffloadedFile",1,["virtual_fs::mem_fs::offloaded_file::OffloadedFile"]],["impl<'a> Sync for OffloadWrite<'a>",1,["virtual_fs::mem_fs::offloaded_file::OffloadWrite"]],["impl Sync for Stdin",1,["virtual_fs::mem_fs::stdio::Stdin"]],["impl Sync for Stdout",1,["virtual_fs::mem_fs::stdio::Stdout"]],["impl Sync for Stderr",1,["virtual_fs::mem_fs::stdio::Stderr"]],["impl Sync for FileNode",1,["virtual_fs::mem_fs::FileNode"]],["impl Sync for ReadOnlyFileNode",1,["virtual_fs::mem_fs::ReadOnlyFileNode"]],["impl Sync for OffloadedFileNode",1,["virtual_fs::mem_fs::OffloadedFileNode"]],["impl Sync for ArcFileNode",1,["virtual_fs::mem_fs::ArcFileNode"]],["impl Sync for CustomFileNode",1,["virtual_fs::mem_fs::CustomFileNode"]],["impl Sync for DirectoryNode",1,["virtual_fs::mem_fs::DirectoryNode"]],["impl Sync for ArcDirectoryNode",1,["virtual_fs::mem_fs::ArcDirectoryNode"]],["impl Sync for Node",1,["virtual_fs::mem_fs::Node"]],["impl Sync for NullFile",1,["virtual_fs::null_file::NullFile"]],["impl Sync for PassthruFileSystem",1,["virtual_fs::passthru_fs::PassthruFileSystem"]],["impl Sync for RandomFile",1,["virtual_fs::random_file::RandomFile"]],["impl Sync for DeviceFile",1,["virtual_fs::special_file::DeviceFile"]],["impl Sync for TmpFileSystem",1,["virtual_fs::tmp_fs::TmpFileSystem"]],["impl Sync for MountPoint",1,["virtual_fs::union_fs::MountPoint"]],["impl Sync for StrongMountPoint",1,["virtual_fs::union_fs::StrongMountPoint"]],["impl Sync for UnionFileSystem",1,["virtual_fs::union_fs::UnionFileSystem"]],["impl Sync for ZeroFile",1,["virtual_fs::zero_file::ZeroFile"]],["impl<P, S> Sync for OverlayFileSystem<P, S>where\n P: Send + Sync,\n S: Sync,",1,["virtual_fs::overlay_fs::OverlayFileSystem"]],["impl Sync for Pipe",1,["virtual_fs::pipe::Pipe"]],["impl Sync for PipeTx",1,["virtual_fs::pipe::PipeTx"]],["impl Sync for PipeRx",1,["virtual_fs::pipe::PipeRx"]],["impl Sync for PipeReceiver",1,["virtual_fs::pipe::PipeReceiver"]],["impl Sync for DuplexPipe",1,["virtual_fs::pipe::DuplexPipe"]],["impl Sync for ScopedDirectoryFileSystem",1,["virtual_fs::scoped_directory_fs::ScopedDirectoryFileSystem"]],["impl Sync for StaticFile",1,["virtual_fs::static_file::StaticFile"]],["impl Sync for StaticFileSystem",1,["virtual_fs::static_fs::StaticFileSystem"]],["impl Sync for WebCFile",1,["virtual_fs::static_fs::WebCFile"]],["impl<F> Sync for TraceFileSystem<F>where\n F: Sync,",1,["virtual_fs::trace_fs::TraceFileSystem"]],["impl Sync for TraceFile",1,["virtual_fs::trace_fs::TraceFile"]],["impl Sync for WebcVolumeFileSystem",1,["virtual_fs::webc_volume_fs::WebcVolumeFileSystem"]],["impl Sync for File",1,["virtual_fs::webc_volume_fs::File"]],["impl Sync for TrackedVec",1,["virtual_fs::limiter::tracked_vec::TrackedVec"]],["impl Sync for OpenOptionsConfig",1,["virtual_fs::OpenOptionsConfig"]],["impl<'a> !Sync for OpenOptions<'a>",1,["virtual_fs::OpenOptions"]],["impl Sync for StdioMode",1,["virtual_fs::StdioMode"]],["impl Sync for FsError",1,["virtual_fs::FsError"]],["impl Sync for ReadDir",1,["virtual_fs::ReadDir"]],["impl Sync for DirEntry",1,["virtual_fs::DirEntry"]],["impl Sync for Metadata",1,["virtual_fs::Metadata"]],["impl Sync for FileType",1,["virtual_fs::FileType"]]], "virtual_mio":[["impl Sync for ArcInterestHandlerState",1,["virtual_mio::arc::ArcInterestHandlerState"]],["impl Sync for ArcInterestHandler",1,["virtual_mio::arc::ArcInterestHandler"]],["impl Sync for InterestGuard",1,["virtual_mio::guard::InterestGuard"]],["impl Sync for HandlerGuardState",1,["virtual_mio::guard::HandlerGuardState"]],["impl Sync for InterestType",1,["virtual_mio::interest::InterestType"]],["impl Sync for WakerInterestHandler",1,["virtual_mio::interest::WakerInterestHandler"]],["impl Sync for SharedWakerInterestHandler",1,["virtual_mio::interest::SharedWakerInterestHandler"]],["impl Sync for InterestHandlerWaker",1,["virtual_mio::interest::InterestHandlerWaker"]],["impl Sync for InterestWakerMapState",1,["virtual_mio::interest::InterestWakerMapState"]],["impl Sync for InterestWakerMap",1,["virtual_mio::interest::InterestWakerMap"]],["impl Sync for EngineInner",1,["virtual_mio::selector::EngineInner"]],["impl Sync for Selector",1,["virtual_mio::selector::Selector"]],["impl Sync for InlineWaker",1,["virtual_mio::waker::InlineWaker"]]], "virtual_net":[["impl Sync for RemoteNetworkingClient",1,["virtual_net::client::RemoteNetworkingClient"]],["impl !Sync for RemoteNetworkingClientDriver",1,["virtual_net::client::RemoteNetworkingClientDriver"]],["impl Sync for TxWaker",1,["virtual_net::client::TxWaker"]],["impl Sync for RequestTx",1,["virtual_net::client::RequestTx"]],["impl Sync for DataWithAddr",1,["virtual_net::client::DataWithAddr"]],["impl Sync for SocketWithAddr",1,["virtual_net::client::SocketWithAddr"]],["impl Sync for RemoteCommon",1,["virtual_net::client::RemoteCommon"]],["impl Sync for RemoteSocket",1,["virtual_net::client::RemoteSocket"]],["impl Sync for CompositeTcpListener",1,["virtual_net::composite::CompositeTcpListener"]],["impl Sync for LocalNetworking",1,["virtual_net::host::LocalNetworking"]],["impl Sync for LocalTcpListener",1,["virtual_net::host::LocalTcpListener"]],["impl Sync for LocalTcpStream",1,["virtual_net::host::LocalTcpStream"]],["impl Sync for LocalUdpSocket",1,["virtual_net::host::LocalUdpSocket"]],["impl Sync for LoopbackNetworkingState",1,["virtual_net::loopback::LoopbackNetworkingState"]],["impl Sync for LoopbackNetworking",1,["virtual_net::loopback::LoopbackNetworking"]],["impl Sync for LoopbackTcpListenerState",1,["virtual_net::loopback::LoopbackTcpListenerState"]],["impl Sync for LoopbackTcpListener",1,["virtual_net::loopback::LoopbackTcpListener"]],["impl Sync for SocketId",1,["virtual_net::meta::SocketId"]],["impl Sync for FrameSerializationFormat",1,["virtual_net::meta::FrameSerializationFormat"]],["impl Sync for Shutdown",1,["virtual_net::meta::Shutdown"]],["impl Sync for RequestType",1,["virtual_net::meta::RequestType"]],["impl Sync for ResponseType",1,["virtual_net::meta::ResponseType"]],["impl Sync for MessageRequest",1,["virtual_net::meta::MessageRequest"]],["impl Sync for MessageResponse",1,["virtual_net::meta::MessageResponse"]],["impl Sync for RemoteTxWakers",1,["virtual_net::rx_tx::RemoteTxWakers"]],["impl Sync for FailOnWrite",1,["virtual_net::rx_tx::FailOnWrite"]],["impl<T> Sync for RemoteTx<T>where\n T: Send,",1,["virtual_net::rx_tx::RemoteTx"]],["impl<T> !Sync for RemoteRx<T>",1,["virtual_net::rx_tx::RemoteRx"]],["impl Sync for RemoteNetworkingServer",1,["virtual_net::server::RemoteNetworkingServer"]],["impl !Sync for RemoteNetworkingServerDriver",1,["virtual_net::server::RemoteNetworkingServerDriver"]],["impl Sync for RemoteAdapterSocket",1,["virtual_net::server::RemoteAdapterSocket"]],["impl Sync for RemoteAdapterHandlerState",1,["virtual_net::server::RemoteAdapterHandlerState"]],["impl Sync for RemoteAdapterHandler",1,["virtual_net::server::RemoteAdapterHandler"]],["impl Sync for RemoteAdapterCommon",1,["virtual_net::server::RemoteAdapterCommon"]],["impl Sync for State",1,["virtual_net::tcp_pair::State"]],["impl Sync for SocketBufferState",1,["virtual_net::tcp_pair::SocketBufferState"]],["impl Sync for SocketBuffer",1,["virtual_net::tcp_pair::SocketBuffer"]],["impl Sync for TcpSocketHalf",1,["virtual_net::tcp_pair::TcpSocketHalf"]],["impl Sync for TcpSocketHalfTx",1,["virtual_net::tcp_pair::TcpSocketHalfTx"]],["impl Sync for TcpSocketHalfRx",1,["virtual_net::tcp_pair::TcpSocketHalfRx"]],["impl Sync for IpCidr",1,["virtual_net::IpCidr"]],["impl Sync for ArchivedIpCidr",1,["virtual_net::ArchivedIpCidr"]],["impl Sync for IpCidrResolver",1,["virtual_net::IpCidrResolver"]],["impl Sync for IpRoute",1,["virtual_net::IpRoute"]],["impl Sync for ArchivedIpRoute",1,["virtual_net::ArchivedIpRoute"]],["impl Sync for IpRouteResolver",1,["virtual_net::IpRouteResolver"]],["impl Sync for SocketStatus",1,["virtual_net::SocketStatus"]],["impl Sync for StreamSecurity",1,["virtual_net::StreamSecurity"]],["impl Sync for UnsupportedVirtualNetworking",1,["virtual_net::UnsupportedVirtualNetworking"]],["impl Sync for NetworkError",1,["virtual_net::NetworkError"]]], -"wai_bindgen_wasmer":[["impl Sync for GuestError",1,["wai_bindgen_wasmer::error::GuestError"]],["impl<T> Sync for Le<T>where\n T: Sync,",1,["wai_bindgen_wasmer::le::Le"]],["impl Sync for Region",1,["wai_bindgen_wasmer::region::Region"]],["impl<T> Sync for Slab<T>where\n T: Sync,",1,["wai_bindgen_wasmer::slab::Slab"]],["impl<T> Sync for Entry<T>where\n T: Sync,",1,["wai_bindgen_wasmer::slab::Entry"]],["impl<T> Sync for Table<T>where\n T: Sync,",1,["wai_bindgen_wasmer::table::Table"]],["impl Sync for RemoveError",1,["wai_bindgen_wasmer::table::RemoveError"]],["impl<T> Sync for Slot<T>where\n T: Sync,",1,["wai_bindgen_wasmer::table::Slot"]],["impl Sync for BorrowChecker<'_>"],["impl Sync for RawMemory"]], +"wai_bindgen_wasmer":[["impl Sync for GuestError",1,["wai_bindgen_wasmer::error::GuestError"]],["impl<T> Sync for Le<T>where\n T: Sync,",1,["wai_bindgen_wasmer::le::Le"]],["impl Sync for Region",1,["wai_bindgen_wasmer::region::Region"]],["impl<T> Sync for Slab<T>where\n T: Sync,",1,["wai_bindgen_wasmer::slab::Slab"]],["impl<T> Sync for Entry<T>where\n T: Sync,",1,["wai_bindgen_wasmer::slab::Entry"]],["impl<T> Sync for Table<T>where\n T: Sync,",1,["wai_bindgen_wasmer::table::Table"]],["impl Sync for RemoveError",1,["wai_bindgen_wasmer::table::RemoveError"]],["impl<T> Sync for Slot<T>where\n T: Sync,",1,["wai_bindgen_wasmer::table::Slot"]],["impl Sync for RawMemory"],["impl Sync for BorrowChecker<'_>"]], "wasi_test_generator":[["impl Sync for WasiVersion",1,["wasi_test_generator::wasi_version::WasiVersion"]],["impl Sync for NativeOutput",1,["wasi_test_generator::wasitests::NativeOutput"]],["impl Sync for WasiTest",1,["wasi_test_generator::wasitests::WasiTest"]],["impl Sync for WasiOptions",1,["wasi_test_generator::wasitests::WasiOptions"]],["impl Sync for TestGenOptions",1,["wasi_test_generator::TestGenOptions"]]], -"wasmer":[["impl<'a, T> Sync for SliceCow<'a, T>where\n T: Sync,",1,["wasmer::access::SliceCow"]],["impl<'a, T> !Sync for WasmSliceAccess<'a, T>",1,["wasmer::access::WasmSliceAccess"]],["impl<'a, T> Sync for RefCow<'a, T>where\n T: Sync,",1,["wasmer::access::RefCow"]],["impl<'a, T> !Sync for WasmRefAccess<'a, T>",1,["wasmer::access::WasmRefAccess"]],["impl Sync for Engine",1,["wasmer::engine::Engine"]],["impl<'a> Sync for EngineRef<'a>",1,["wasmer::engine::EngineRef"]],["impl Sync for LinkError",1,["wasmer::errors::LinkError"]],["impl Sync for InstantiationError",1,["wasmer::errors::InstantiationError"]],["impl Sync for RuntimeError",1,["wasmer::errors::RuntimeError"]],["impl Sync for RuntimeStringError",1,["wasmer::errors::RuntimeStringError"]],["impl Sync for RuntimeErrorInner",1,["wasmer::errors::RuntimeErrorInner"]],["impl Sync for AtomicsError",1,["wasmer::errors::AtomicsError"]],["impl Sync for ExportError",1,["wasmer::exports::ExportError"]],["impl Sync for Exports",1,["wasmer::exports::Exports"]],["impl<'a, I> Sync for ExportsIterator<'a, I>where\n I: Sync,",1,["wasmer::exports::ExportsIterator"]],["impl Sync for ExternRef",1,["wasmer::extern_ref::ExternRef"]],["impl Sync for WithEnv",1,["wasmer::externals::function::WithEnv"]],["impl Sync for WithoutEnv",1,["wasmer::externals::function::WithoutEnv"]],["impl Sync for Function",1,["wasmer::externals::function::Function"]],["impl Sync for Global",1,["wasmer::externals::global::Global"]],["impl Sync for Memory",1,["wasmer::externals::memory::Memory"]],["impl Sync for MemoryLocation",1,["wasmer::externals::memory::MemoryLocation"]],["impl Sync for SharedMemory",1,["wasmer::externals::memory::SharedMemory"]],["impl<'a> !Sync for MemoryBuffer<'a>",1,["wasmer::externals::memory::MemoryBuffer"]],["impl<'a> !Sync for MemoryView<'a>",1,["wasmer::externals::memory_view::MemoryView"]],["impl Sync for Table",1,["wasmer::externals::table::Table"]],["impl Sync for Extern",1,["wasmer::externals::Extern"]],["impl<T> Sync for FunctionEnv<T>where\n T: Sync,",1,["wasmer::function_env::FunctionEnv"]],["impl<'a, T> !Sync for FunctionEnvMut<'a, T>",1,["wasmer::function_env::FunctionEnvMut"]],["impl Sync for Imports",1,["wasmer::imports::Imports"]],["impl<'a> Sync for ImportsIterator<'a>",1,["wasmer::imports::ImportsIterator"]],["impl Sync for Instance",1,["wasmer::instance::Instance"]],["impl Sync for MemoryAccessError",1,["wasmer::mem_access::MemoryAccessError"]],["impl<'a, T> !Sync for WasmRef<'a, T>",1,["wasmer::mem_access::WasmRef"]],["impl<'a, T> !Sync for WasmSlice<'a, T>",1,["wasmer::mem_access::WasmSlice"]],["impl<'a, T> !Sync for WasmSliceIter<'a, T>",1,["wasmer::mem_access::WasmSliceIter"]],["impl Sync for IoCompileError",1,["wasmer::module::IoCompileError"]],["impl Sync for Module",1,["wasmer::module::Module"]],["impl Sync for S0",1,["wasmer::native_type::S0"]],["impl<A1> Sync for S1<A1>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S1"]],["impl<A1, A2> Sync for S2<A1, A2>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S2"]],["impl<A1, A2, A3> Sync for S3<A1, A2, A3>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S3"]],["impl<A1, A2, A3, A4> Sync for S4<A1, A2, A3, A4>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S4"]],["impl<A1, A2, A3, A4, A5> Sync for S5<A1, A2, A3, A4, A5>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S5"]],["impl<A1, A2, A3, A4, A5, A6> Sync for S6<A1, A2, A3, A4, A5, A6>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S6"]],["impl<A1, A2, A3, A4, A5, A6, A7> Sync for S7<A1, A2, A3, A4, A5, A6, A7>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S7"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8> Sync for S8<A1, A2, A3, A4, A5, A6, A7, A8>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S8"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9> Sync for S9<A1, A2, A3, A4, A5, A6, A7, A8, A9>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S9"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Sync for S10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S10"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11> Sync for S11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S11"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12> Sync for S12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S12"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13> Sync for S13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S13"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14> Sync for S14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S14"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15> Sync for S15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S15"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16> Sync for S16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S16"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17> Sync for S17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S17"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18> Sync for S18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S18"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19> Sync for S19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S19"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20> Sync for S20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S20"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21> Sync for S21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S21"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22> Sync for S22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S22"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23> Sync for S23<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S23"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24> Sync for S24<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A24 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S24"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25> Sync for S25<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A24 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A25 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S25"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26> Sync for S26<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A24 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A25 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A26 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S26"]],["impl<T, M> Sync for WasmPtr<T, M>where\n T: Sync,",1,["wasmer::ptr::WasmPtr"]],["impl !Sync for StoreInner",1,["wasmer::store::StoreInner"]],["impl<'a> !Sync for StoreRef<'a>",1,["wasmer::store::StoreRef"]],["impl<'a> !Sync for StoreMut<'a>",1,["wasmer::store::StoreMut"]],["impl Sync for Value",1,["wasmer::value::Value"]],["impl Sync for ExternRef",1,["wasmer::sys::extern_ref::ExternRef"]],["impl Sync for Function",1,["wasmer::sys::externals::function::Function"]],["impl<F> Sync for DynamicFunction<F>where\n F: Sync,",1,["wasmer::sys::externals::function::DynamicFunction"]],["impl<F, T> !Sync for StaticFunction<F, T>",1,["wasmer::sys::externals::function::StaticFunction"]],["impl Sync for Global",1,["wasmer::sys::externals::global::Global"]],["impl Sync for Memory",1,["wasmer::sys::externals::memory::Memory"]],["impl<'a> !Sync for MemoryBuffer<'a>",1,["wasmer::sys::externals::memory::MemoryBuffer"]],["impl<'a> !Sync for MemoryView<'a>",1,["wasmer::sys::externals::memory_view::MemoryView"]],["impl Sync for Table",1,["wasmer::sys::externals::table::Table"]],["impl Sync for Instance",1,["wasmer::sys::instance::Instance"]],["impl Sync for Module",1,["wasmer::sys::module::Module"]],["impl Sync for Store"],["impl<Args, Rets> Sync for TypedFunction<Args, Rets>"]], +"wasmer":[["impl<'a, T> Sync for SliceCow<'a, T>where\n T: Sync,",1,["wasmer::access::SliceCow"]],["impl<'a, T> !Sync for WasmSliceAccess<'a, T>",1,["wasmer::access::WasmSliceAccess"]],["impl<'a, T> Sync for RefCow<'a, T>where\n T: Sync,",1,["wasmer::access::RefCow"]],["impl<'a, T> !Sync for WasmRefAccess<'a, T>",1,["wasmer::access::WasmRefAccess"]],["impl Sync for Engine",1,["wasmer::engine::Engine"]],["impl<'a> Sync for EngineRef<'a>",1,["wasmer::engine::EngineRef"]],["impl Sync for LinkError",1,["wasmer::errors::LinkError"]],["impl Sync for InstantiationError",1,["wasmer::errors::InstantiationError"]],["impl Sync for RuntimeError",1,["wasmer::errors::RuntimeError"]],["impl Sync for RuntimeStringError",1,["wasmer::errors::RuntimeStringError"]],["impl Sync for RuntimeErrorInner",1,["wasmer::errors::RuntimeErrorInner"]],["impl Sync for AtomicsError",1,["wasmer::errors::AtomicsError"]],["impl Sync for ExportError",1,["wasmer::exports::ExportError"]],["impl Sync for Exports",1,["wasmer::exports::Exports"]],["impl<'a, I> Sync for ExportsIterator<'a, I>where\n I: Sync,",1,["wasmer::exports::ExportsIterator"]],["impl Sync for ExternRef",1,["wasmer::extern_ref::ExternRef"]],["impl Sync for WithEnv",1,["wasmer::externals::function::WithEnv"]],["impl Sync for WithoutEnv",1,["wasmer::externals::function::WithoutEnv"]],["impl Sync for Function",1,["wasmer::externals::function::Function"]],["impl Sync for Global",1,["wasmer::externals::global::Global"]],["impl Sync for Memory",1,["wasmer::externals::memory::Memory"]],["impl Sync for MemoryLocation",1,["wasmer::externals::memory::MemoryLocation"]],["impl Sync for SharedMemory",1,["wasmer::externals::memory::SharedMemory"]],["impl<'a> !Sync for MemoryBuffer<'a>",1,["wasmer::externals::memory::MemoryBuffer"]],["impl<'a> !Sync for MemoryView<'a>",1,["wasmer::externals::memory_view::MemoryView"]],["impl Sync for Table",1,["wasmer::externals::table::Table"]],["impl Sync for Extern",1,["wasmer::externals::Extern"]],["impl<T> Sync for FunctionEnv<T>where\n T: Sync,",1,["wasmer::function_env::FunctionEnv"]],["impl<'a, T> !Sync for FunctionEnvMut<'a, T>",1,["wasmer::function_env::FunctionEnvMut"]],["impl Sync for Imports",1,["wasmer::imports::Imports"]],["impl<'a> Sync for ImportsIterator<'a>",1,["wasmer::imports::ImportsIterator"]],["impl Sync for Instance",1,["wasmer::instance::Instance"]],["impl Sync for MemoryAccessError",1,["wasmer::mem_access::MemoryAccessError"]],["impl<'a, T> !Sync for WasmRef<'a, T>",1,["wasmer::mem_access::WasmRef"]],["impl<'a, T> !Sync for WasmSlice<'a, T>",1,["wasmer::mem_access::WasmSlice"]],["impl<'a, T> !Sync for WasmSliceIter<'a, T>",1,["wasmer::mem_access::WasmSliceIter"]],["impl Sync for IoCompileError",1,["wasmer::module::IoCompileError"]],["impl Sync for Module",1,["wasmer::module::Module"]],["impl Sync for S0",1,["wasmer::native_type::S0"]],["impl<A1> Sync for S1<A1>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S1"]],["impl<A1, A2> Sync for S2<A1, A2>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S2"]],["impl<A1, A2, A3> Sync for S3<A1, A2, A3>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S3"]],["impl<A1, A2, A3, A4> Sync for S4<A1, A2, A3, A4>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S4"]],["impl<A1, A2, A3, A4, A5> Sync for S5<A1, A2, A3, A4, A5>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S5"]],["impl<A1, A2, A3, A4, A5, A6> Sync for S6<A1, A2, A3, A4, A5, A6>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S6"]],["impl<A1, A2, A3, A4, A5, A6, A7> Sync for S7<A1, A2, A3, A4, A5, A6, A7>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S7"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8> Sync for S8<A1, A2, A3, A4, A5, A6, A7, A8>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S8"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9> Sync for S9<A1, A2, A3, A4, A5, A6, A7, A8, A9>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S9"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> Sync for S10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S10"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11> Sync for S11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S11"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12> Sync for S12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S12"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13> Sync for S13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S13"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14> Sync for S14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S14"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15> Sync for S15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S15"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16> Sync for S16<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S16"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17> Sync for S17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S17"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18> Sync for S18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S18"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19> Sync for S19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S19"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20> Sync for S20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S20"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21> Sync for S21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S21"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22> Sync for S22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S22"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23> Sync for S23<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S23"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24> Sync for S24<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A24 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S24"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25> Sync for S25<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A24 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A25 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S25"]],["impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26> Sync for S26<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26>where\n <<A1 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A10 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A11 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A12 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A13 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A14 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A15 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A16 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A17 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A18 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A19 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A2 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A20 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A21 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A22 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A23 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A24 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A25 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A26 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A3 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A4 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A5 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A6 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A7 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A8 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,\n <<A9 as FromToNativeWasmType>::Native as NativeWasmType>::Abi: Sync,",1,["wasmer::native_type::S26"]],["impl<T, M> Sync for WasmPtr<T, M>where\n T: Sync,",1,["wasmer::ptr::WasmPtr"]],["impl !Sync for StoreInner",1,["wasmer::store::StoreInner"]],["impl<'a> !Sync for StoreRef<'a>",1,["wasmer::store::StoreRef"]],["impl<'a> !Sync for StoreMut<'a>",1,["wasmer::store::StoreMut"]],["impl Sync for Value",1,["wasmer::value::Value"]],["impl Sync for ExternRef",1,["wasmer::sys::extern_ref::ExternRef"]],["impl Sync for Function",1,["wasmer::sys::externals::function::Function"]],["impl<F> Sync for DynamicFunction<F>where\n F: Sync,",1,["wasmer::sys::externals::function::DynamicFunction"]],["impl<F, T> !Sync for StaticFunction<F, T>",1,["wasmer::sys::externals::function::StaticFunction"]],["impl Sync for Global",1,["wasmer::sys::externals::global::Global"]],["impl Sync for Memory",1,["wasmer::sys::externals::memory::Memory"]],["impl<'a> !Sync for MemoryBuffer<'a>",1,["wasmer::sys::externals::memory::MemoryBuffer"]],["impl<'a> !Sync for MemoryView<'a>",1,["wasmer::sys::externals::memory_view::MemoryView"]],["impl Sync for Table",1,["wasmer::sys::externals::table::Table"]],["impl Sync for Instance",1,["wasmer::sys::instance::Instance"]],["impl Sync for Module",1,["wasmer::sys::module::Module"]],["impl<Args, Rets> Sync for TypedFunction<Args, Rets>"],["impl Sync for Store"]], "wasmer_api":[["impl Sync for WasmerClient",1,["wasmer_api::client::WasmerClient"]],["impl Sync for GraphQLApiFailure",1,["wasmer_api::error::GraphQLApiFailure"]],["impl Sync for NodeKind",1,["wasmer_api::global_id::NodeKind"]],["impl Sync for GlobalId",1,["wasmer_api::global_id::GlobalId"]],["impl Sync for GlobalIdParseError",1,["wasmer_api::global_id::GlobalIdParseError"]],["impl Sync for ErrorKind",1,["wasmer_api::global_id::ErrorKind"]],["impl Sync for GenerateTokenBy",1,["wasmer_api::query::GenerateTokenBy"]],["impl Sync for TokenKind",1,["wasmer_api::query::TokenKind"]],["impl<Q> !Sync for QueryStream<Q>",1,["wasmer_api::stream::QueryStream"]],["impl Sync for DateTime",1,["wasmer_api::types::queries::DateTime"]],["impl Sync for JSONString",1,["wasmer_api::types::queries::JSONString"]],["impl Sync for GrapheneRole",1,["wasmer_api::types::queries::GrapheneRole"]],["impl Sync for GetCurrentUser",1,["wasmer_api::types::queries::GetCurrentUser"]],["impl Sync for GetCurrentUserWithNamespacesVars",1,["wasmer_api::types::queries::GetCurrentUserWithNamespacesVars"]],["impl Sync for GetCurrentUserWithNamespacesVarsFields",1,["wasmer_api::types::queries::GetCurrentUserWithNamespacesVarsFields"]],["impl Sync for GetCurrentUserWithNamespaces",1,["wasmer_api::types::queries::GetCurrentUserWithNamespaces"]],["impl Sync for User",1,["wasmer_api::types::queries::User"]],["impl Sync for Package",1,["wasmer_api::types::queries::Package"]],["impl Sync for PackageDistribution",1,["wasmer_api::types::queries::PackageDistribution"]],["impl Sync for WebcVersion",1,["wasmer_api::types::queries::WebcVersion"]],["impl Sync for WebcImage",1,["wasmer_api::types::queries::WebcImage"]],["impl Sync for PackageWebc",1,["wasmer_api::types::queries::PackageWebc"]],["impl Sync for PackageVersion",1,["wasmer_api::types::queries::PackageVersion"]],["impl Sync for PackageVersionWithPackage",1,["wasmer_api::types::queries::PackageVersionWithPackage"]],["impl Sync for GetAppTemplateFromSlugVariables",1,["wasmer_api::types::queries::GetAppTemplateFromSlugVariables"]],["impl Sync for GetAppTemplateFromSlugVariablesFields",1,["wasmer_api::types::queries::GetAppTemplateFromSlugVariablesFields"]],["impl Sync for GetAppTemplateFromSlug",1,["wasmer_api::types::queries::GetAppTemplateFromSlug"]],["impl Sync for AppTemplatesSortBy",1,["wasmer_api::types::queries::AppTemplatesSortBy"]],["impl Sync for GetAppTemplatesVars",1,["wasmer_api::types::queries::GetAppTemplatesVars"]],["impl Sync for GetAppTemplatesVarsFields",1,["wasmer_api::types::queries::GetAppTemplatesVarsFields"]],["impl Sync for GetAppTemplates",1,["wasmer_api::types::queries::GetAppTemplates"]],["impl Sync for AppTemplateConnection",1,["wasmer_api::types::queries::AppTemplateConnection"]],["impl Sync for AppTemplateEdge",1,["wasmer_api::types::queries::AppTemplateEdge"]],["impl Sync for AppTemplate",1,["wasmer_api::types::queries::AppTemplate"]],["impl Sync for Jsonstring",1,["wasmer_api::types::queries::Jsonstring"]],["impl Sync for GetPackageReleaseVars",1,["wasmer_api::types::queries::GetPackageReleaseVars"]],["impl Sync for GetPackageReleaseVarsFields",1,["wasmer_api::types::queries::GetPackageReleaseVarsFields"]],["impl Sync for GetPackageRelease",1,["wasmer_api::types::queries::GetPackageRelease"]],["impl Sync for GetPackageVars",1,["wasmer_api::types::queries::GetPackageVars"]],["impl Sync for GetPackageVarsFields",1,["wasmer_api::types::queries::GetPackageVarsFields"]],["impl Sync for GetPackage",1,["wasmer_api::types::queries::GetPackage"]],["impl Sync for GetPackageVersionVars",1,["wasmer_api::types::queries::GetPackageVersionVars"]],["impl Sync for GetPackageVersionVarsFields",1,["wasmer_api::types::queries::GetPackageVersionVarsFields"]],["impl Sync for GetPackageVersion",1,["wasmer_api::types::queries::GetPackageVersion"]],["impl Sync for PackageVersionSortBy",1,["wasmer_api::types::queries::PackageVersionSortBy"]],["impl<'a> Sync for PushPackageReleaseVariables<'a>",1,["wasmer_api::types::queries::PushPackageReleaseVariables"]],["impl Sync for PushPackageReleaseVariablesFields",1,["wasmer_api::types::queries::PushPackageReleaseVariablesFields"]],["impl Sync for PushPackageRelease",1,["wasmer_api::types::queries::PushPackageRelease"]],["impl Sync for PushPackageReleasePayload",1,["wasmer_api::types::queries::PushPackageReleasePayload"]],["impl<'a> Sync for TagPackageReleaseVariables<'a>",1,["wasmer_api::types::queries::TagPackageReleaseVariables"]],["impl Sync for TagPackageReleaseVariablesFields",1,["wasmer_api::types::queries::TagPackageReleaseVariablesFields"]],["impl Sync for TagPackageRelease",1,["wasmer_api::types::queries::TagPackageRelease"]],["impl Sync for TagPackageReleasePayload",1,["wasmer_api::types::queries::TagPackageReleasePayload"]],["impl<'a> Sync for InputSignature<'a>",1,["wasmer_api::types::queries::InputSignature"]],["impl Sync for AllPackageVersionsVars",1,["wasmer_api::types::queries::AllPackageVersionsVars"]],["impl Sync for AllPackageVersionsVarsFields",1,["wasmer_api::types::queries::AllPackageVersionsVarsFields"]],["impl Sync for GetAllPackageVersions",1,["wasmer_api::types::queries::GetAllPackageVersions"]],["impl Sync for AllPackageReleasesVars",1,["wasmer_api::types::queries::AllPackageReleasesVars"]],["impl Sync for AllPackageReleasesVarsFields",1,["wasmer_api::types::queries::AllPackageReleasesVarsFields"]],["impl Sync for GetAllPackageReleases",1,["wasmer_api::types::queries::GetAllPackageReleases"]],["impl<'a> Sync for GetSignedUrlForPackageUploadVariables<'a>",1,["wasmer_api::types::queries::GetSignedUrlForPackageUploadVariables"]],["impl Sync for GetSignedUrlForPackageUploadVariablesFields",1,["wasmer_api::types::queries::GetSignedUrlForPackageUploadVariablesFields"]],["impl Sync for GetSignedUrlForPackageUpload",1,["wasmer_api::types::queries::GetSignedUrlForPackageUpload"]],["impl Sync for SignedUrl",1,["wasmer_api::types::queries::SignedUrl"]],["impl Sync for PackageWebcConnection",1,["wasmer_api::types::queries::PackageWebcConnection"]],["impl Sync for PackageWebcEdge",1,["wasmer_api::types::queries::PackageWebcEdge"]],["impl Sync for PackageVersionConnection",1,["wasmer_api::types::queries::PackageVersionConnection"]],["impl Sync for PackageVersionEdge",1,["wasmer_api::types::queries::PackageVersionEdge"]],["impl Sync for GetPackageAndAppVars",1,["wasmer_api::types::queries::GetPackageAndAppVars"]],["impl Sync for GetPackageAndAppVarsFields",1,["wasmer_api::types::queries::GetPackageAndAppVarsFields"]],["impl Sync for GetPackageAndApp",1,["wasmer_api::types::queries::GetPackageAndApp"]],["impl Sync for GetCurrentUserWithAppsVars",1,["wasmer_api::types::queries::GetCurrentUserWithAppsVars"]],["impl Sync for GetCurrentUserWithAppsVarsFields",1,["wasmer_api::types::queries::GetCurrentUserWithAppsVarsFields"]],["impl Sync for GetCurrentUserWithApps",1,["wasmer_api::types::queries::GetCurrentUserWithApps"]],["impl Sync for UserWithApps",1,["wasmer_api::types::queries::UserWithApps"]],["impl Sync for Owner",1,["wasmer_api::types::queries::Owner"]],["impl Sync for UserWithNamespaces",1,["wasmer_api::types::queries::UserWithNamespaces"]],["impl Sync for GetUserAppsVars",1,["wasmer_api::types::queries::GetUserAppsVars"]],["impl Sync for GetUserAppsVarsFields",1,["wasmer_api::types::queries::GetUserAppsVarsFields"]],["impl Sync for GetUserApps",1,["wasmer_api::types::queries::GetUserApps"]],["impl Sync for GetDeployAppVars",1,["wasmer_api::types::queries::GetDeployAppVars"]],["impl Sync for GetDeployAppVarsFields",1,["wasmer_api::types::queries::GetDeployAppVarsFields"]],["impl Sync for GetDeployApp",1,["wasmer_api::types::queries::GetDeployApp"]],["impl Sync for PaginationVars",1,["wasmer_api::types::queries::PaginationVars"]],["impl Sync for PaginationVarsFields",1,["wasmer_api::types::queries::PaginationVarsFields"]],["impl Sync for DeployAppsSortBy",1,["wasmer_api::types::queries::DeployAppsSortBy"]],["impl Sync for GetDeployAppsVars",1,["wasmer_api::types::queries::GetDeployAppsVars"]],["impl Sync for GetDeployAppsVarsFields",1,["wasmer_api::types::queries::GetDeployAppsVarsFields"]],["impl Sync for GetDeployApps",1,["wasmer_api::types::queries::GetDeployApps"]],["impl Sync for GetDeployAppByAliasVars",1,["wasmer_api::types::queries::GetDeployAppByAliasVars"]],["impl Sync for GetDeployAppByAliasVarsFields",1,["wasmer_api::types::queries::GetDeployAppByAliasVarsFields"]],["impl Sync for GetDeployAppByAlias",1,["wasmer_api::types::queries::GetDeployAppByAlias"]],["impl Sync for GetDeployAppAndVersionVars",1,["wasmer_api::types::queries::GetDeployAppAndVersionVars"]],["impl Sync for GetDeployAppAndVersionVarsFields",1,["wasmer_api::types::queries::GetDeployAppAndVersionVarsFields"]],["impl Sync for GetDeployAppAndVersion",1,["wasmer_api::types::queries::GetDeployAppAndVersion"]],["impl Sync for GetDeployAppVersionVars",1,["wasmer_api::types::queries::GetDeployAppVersionVars"]],["impl Sync for GetDeployAppVersionVarsFields",1,["wasmer_api::types::queries::GetDeployAppVersionVarsFields"]],["impl Sync for GetDeployAppVersion",1,["wasmer_api::types::queries::GetDeployAppVersion"]],["impl Sync for RegisterDomainPayload",1,["wasmer_api::types::queries::RegisterDomainPayload"]],["impl Sync for RegisterDomainVars",1,["wasmer_api::types::queries::RegisterDomainVars"]],["impl Sync for RegisterDomainVarsFields",1,["wasmer_api::types::queries::RegisterDomainVarsFields"]],["impl Sync for RegisterDomain",1,["wasmer_api::types::queries::RegisterDomain"]],["impl Sync for UpsertDomainFromZoneFileVars",1,["wasmer_api::types::queries::UpsertDomainFromZoneFileVars"]],["impl Sync for UpsertDomainFromZoneFileVarsFields",1,["wasmer_api::types::queries::UpsertDomainFromZoneFileVarsFields"]],["impl Sync for UpsertDomainFromZoneFile",1,["wasmer_api::types::queries::UpsertDomainFromZoneFile"]],["impl Sync for UpsertDomainFromZoneFilePayload",1,["wasmer_api::types::queries::UpsertDomainFromZoneFilePayload"]],["impl Sync for CreateNamespaceVars",1,["wasmer_api::types::queries::CreateNamespaceVars"]],["impl Sync for CreateNamespaceVarsFields",1,["wasmer_api::types::queries::CreateNamespaceVarsFields"]],["impl Sync for CreateNamespace",1,["wasmer_api::types::queries::CreateNamespace"]],["impl Sync for CreateNamespacePayload",1,["wasmer_api::types::queries::CreateNamespacePayload"]],["impl Sync for CreateNamespaceInput",1,["wasmer_api::types::queries::CreateNamespaceInput"]],["impl Sync for NamespaceEdge",1,["wasmer_api::types::queries::NamespaceEdge"]],["impl Sync for NamespaceConnection",1,["wasmer_api::types::queries::NamespaceConnection"]],["impl Sync for Namespace",1,["wasmer_api::types::queries::Namespace"]],["impl Sync for DeployApp",1,["wasmer_api::types::queries::DeployApp"]],["impl Sync for AppAliasConnection",1,["wasmer_api::types::queries::AppAliasConnection"]],["impl Sync for AppAliasEdge",1,["wasmer_api::types::queries::AppAliasEdge"]],["impl Sync for AppAlias",1,["wasmer_api::types::queries::AppAlias"]],["impl Sync for DeleteAppVars",1,["wasmer_api::types::queries::DeleteAppVars"]],["impl Sync for DeleteAppVarsFields",1,["wasmer_api::types::queries::DeleteAppVarsFields"]],["impl Sync for DeleteAppPayload",1,["wasmer_api::types::queries::DeleteAppPayload"]],["impl Sync for DeleteApp",1,["wasmer_api::types::queries::DeleteApp"]],["impl Sync for DeployAppVersionsSortBy",1,["wasmer_api::types::queries::DeployAppVersionsSortBy"]],["impl Sync for GetDeployAppVersionsVars",1,["wasmer_api::types::queries::GetDeployAppVersionsVars"]],["impl Sync for GetDeployAppVersionsVarsFields",1,["wasmer_api::types::queries::GetDeployAppVersionsVarsFields"]],["impl Sync for GetDeployAppVersions",1,["wasmer_api::types::queries::GetDeployAppVersions"]],["impl Sync for DeployAppVersions",1,["wasmer_api::types::queries::DeployAppVersions"]],["impl Sync for SparseDeployApp",1,["wasmer_api::types::queries::SparseDeployApp"]],["impl Sync for DeployAppVersion",1,["wasmer_api::types::queries::DeployAppVersion"]],["impl Sync for DeployAppVersionConnection",1,["wasmer_api::types::queries::DeployAppVersionConnection"]],["impl Sync for DeployAppVersionEdge",1,["wasmer_api::types::queries::DeployAppVersionEdge"]],["impl Sync for DeployAppConnection",1,["wasmer_api::types::queries::DeployAppConnection"]],["impl Sync for DeployAppEdge",1,["wasmer_api::types::queries::DeployAppEdge"]],["impl Sync for PageInfo",1,["wasmer_api::types::queries::PageInfo"]],["impl Sync for GetNamespaceVars",1,["wasmer_api::types::queries::GetNamespaceVars"]],["impl Sync for GetNamespaceVarsFields",1,["wasmer_api::types::queries::GetNamespaceVarsFields"]],["impl Sync for MarkAppVersionAsActivePayload",1,["wasmer_api::types::queries::MarkAppVersionAsActivePayload"]],["impl Sync for MarkAppVersionAsActiveInput",1,["wasmer_api::types::queries::MarkAppVersionAsActiveInput"]],["impl Sync for MarkAppVersionAsActiveVars",1,["wasmer_api::types::queries::MarkAppVersionAsActiveVars"]],["impl Sync for MarkAppVersionAsActiveVarsFields",1,["wasmer_api::types::queries::MarkAppVersionAsActiveVarsFields"]],["impl Sync for MarkAppVersionAsActive",1,["wasmer_api::types::queries::MarkAppVersionAsActive"]],["impl Sync for GetNamespace",1,["wasmer_api::types::queries::GetNamespace"]],["impl Sync for GetNamespaceAppsVars",1,["wasmer_api::types::queries::GetNamespaceAppsVars"]],["impl Sync for GetNamespaceAppsVarsFields",1,["wasmer_api::types::queries::GetNamespaceAppsVarsFields"]],["impl Sync for GetNamespaceApps",1,["wasmer_api::types::queries::GetNamespaceApps"]],["impl Sync for NamespaceWithApps",1,["wasmer_api::types::queries::NamespaceWithApps"]],["impl Sync for PublishDeployAppVars",1,["wasmer_api::types::queries::PublishDeployAppVars"]],["impl Sync for PublishDeployAppVarsFields",1,["wasmer_api::types::queries::PublishDeployAppVarsFields"]],["impl Sync for PublishDeployApp",1,["wasmer_api::types::queries::PublishDeployApp"]],["impl Sync for PublishDeployAppPayload",1,["wasmer_api::types::queries::PublishDeployAppPayload"]],["impl Sync for GenerateDeployTokenVars",1,["wasmer_api::types::queries::GenerateDeployTokenVars"]],["impl Sync for GenerateDeployTokenVarsFields",1,["wasmer_api::types::queries::GenerateDeployTokenVarsFields"]],["impl Sync for GenerateDeployToken",1,["wasmer_api::types::queries::GenerateDeployToken"]],["impl Sync for GenerateDeployTokenPayload",1,["wasmer_api::types::queries::GenerateDeployTokenPayload"]],["impl Sync for LogStream",1,["wasmer_api::types::queries::LogStream"]],["impl Sync for GetDeployAppLogsVars",1,["wasmer_api::types::queries::GetDeployAppLogsVars"]],["impl Sync for GetDeployAppLogsVarsFields",1,["wasmer_api::types::queries::GetDeployAppLogsVarsFields"]],["impl Sync for GetDeployAppLogs",1,["wasmer_api::types::queries::GetDeployAppLogs"]],["impl Sync for DeployAppVersionLogs",1,["wasmer_api::types::queries::DeployAppVersionLogs"]],["impl Sync for LogConnection",1,["wasmer_api::types::queries::LogConnection"]],["impl Sync for LogEdge",1,["wasmer_api::types::queries::LogEdge"]],["impl Sync for Log",1,["wasmer_api::types::queries::Log"]],["impl Sync for GenerateDeployConfigTokenVars",1,["wasmer_api::types::queries::GenerateDeployConfigTokenVars"]],["impl Sync for GenerateDeployConfigTokenVarsFields",1,["wasmer_api::types::queries::GenerateDeployConfigTokenVarsFields"]],["impl Sync for GenerateDeployConfigToken",1,["wasmer_api::types::queries::GenerateDeployConfigToken"]],["impl Sync for GenerateDeployConfigTokenPayload",1,["wasmer_api::types::queries::GenerateDeployConfigTokenPayload"]],["impl Sync for GetNodeVars",1,["wasmer_api::types::queries::GetNodeVars"]],["impl Sync for GetNodeVarsFields",1,["wasmer_api::types::queries::GetNodeVarsFields"]],["impl Sync for GetNode",1,["wasmer_api::types::queries::GetNode"]],["impl Sync for GetDeployAppByIdVars",1,["wasmer_api::types::queries::GetDeployAppByIdVars"]],["impl Sync for GetDeployAppByIdVarsFields",1,["wasmer_api::types::queries::GetDeployAppByIdVarsFields"]],["impl Sync for GetDeployAppById",1,["wasmer_api::types::queries::GetDeployAppById"]],["impl Sync for GetDeployAppAndVersionByIdVars",1,["wasmer_api::types::queries::GetDeployAppAndVersionByIdVars"]],["impl Sync for GetDeployAppAndVersionByIdVarsFields",1,["wasmer_api::types::queries::GetDeployAppAndVersionByIdVarsFields"]],["impl Sync for GetDeployAppAndVersionById",1,["wasmer_api::types::queries::GetDeployAppAndVersionById"]],["impl Sync for GetDeployAppVersionByIdVars",1,["wasmer_api::types::queries::GetDeployAppVersionByIdVars"]],["impl Sync for GetDeployAppVersionByIdVarsFields",1,["wasmer_api::types::queries::GetDeployAppVersionByIdVarsFields"]],["impl Sync for GetDeployAppVersionById",1,["wasmer_api::types::queries::GetDeployAppVersionById"]],["impl Sync for TxtRecord",1,["wasmer_api::types::queries::TxtRecord"]],["impl Sync for SshfpRecord",1,["wasmer_api::types::queries::SshfpRecord"]],["impl Sync for SrvRecord",1,["wasmer_api::types::queries::SrvRecord"]],["impl Sync for SoaRecord",1,["wasmer_api::types::queries::SoaRecord"]],["impl Sync for DNSRecordsSortBy",1,["wasmer_api::types::queries::DNSRecordsSortBy"]],["impl Sync for GetAllDnsRecordsVariables",1,["wasmer_api::types::queries::GetAllDnsRecordsVariables"]],["impl Sync for GetAllDnsRecordsVariablesFields",1,["wasmer_api::types::queries::GetAllDnsRecordsVariablesFields"]],["impl Sync for GetAllDnsRecords",1,["wasmer_api::types::queries::GetAllDnsRecords"]],["impl Sync for GetAllDomainsVariables",1,["wasmer_api::types::queries::GetAllDomainsVariables"]],["impl Sync for GetAllDomainsVariablesFields",1,["wasmer_api::types::queries::GetAllDomainsVariablesFields"]],["impl Sync for GetAllDomains",1,["wasmer_api::types::queries::GetAllDomains"]],["impl Sync for PtrRecord",1,["wasmer_api::types::queries::PtrRecord"]],["impl Sync for NsRecord",1,["wasmer_api::types::queries::NsRecord"]],["impl Sync for MxRecord",1,["wasmer_api::types::queries::MxRecord"]],["impl Sync for DnsRecordConnection",1,["wasmer_api::types::queries::DnsRecordConnection"]],["impl Sync for DnsRecordEdge",1,["wasmer_api::types::queries::DnsRecordEdge"]],["impl Sync for DnsDomainConnection",1,["wasmer_api::types::queries::DnsDomainConnection"]],["impl Sync for DnsDomainEdge",1,["wasmer_api::types::queries::DnsDomainEdge"]],["impl Sync for DNameRecord",1,["wasmer_api::types::queries::DNameRecord"]],["impl Sync for CNameRecord",1,["wasmer_api::types::queries::CNameRecord"]],["impl Sync for CaaRecord",1,["wasmer_api::types::queries::CaaRecord"]],["impl Sync for ARecord",1,["wasmer_api::types::queries::ARecord"]],["impl Sync for AaaaRecord",1,["wasmer_api::types::queries::AaaaRecord"]],["impl Sync for DnsRecord",1,["wasmer_api::types::queries::DnsRecord"]],["impl Sync for DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices",1,["wasmer_api::types::queries::DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices"]],["impl Sync for DnsmanagerSshFingerprintRecordAlgorithmChoices",1,["wasmer_api::types::queries::DnsmanagerSshFingerprintRecordAlgorithmChoices"]],["impl Sync for DnsmanagerSshFingerprintRecordTypeChoices",1,["wasmer_api::types::queries::DnsmanagerSshFingerprintRecordTypeChoices"]],["impl Sync for GetDomainVars",1,["wasmer_api::types::queries::GetDomainVars"]],["impl Sync for GetDomainVarsFields",1,["wasmer_api::types::queries::GetDomainVarsFields"]],["impl Sync for GetDomain",1,["wasmer_api::types::queries::GetDomain"]],["impl Sync for GetDomainWithZoneFile",1,["wasmer_api::types::queries::GetDomainWithZoneFile"]],["impl Sync for GetDomainWithRecords",1,["wasmer_api::types::queries::GetDomainWithRecords"]],["impl Sync for DnsDomain",1,["wasmer_api::types::queries::DnsDomain"]],["impl Sync for DnsDomainWithZoneFile",1,["wasmer_api::types::queries::DnsDomainWithZoneFile"]],["impl Sync for DnsDomainWithRecords",1,["wasmer_api::types::queries::DnsDomainWithRecords"]],["impl Sync for PurgeCacheForAppVersionVars",1,["wasmer_api::types::queries::PurgeCacheForAppVersionVars"]],["impl Sync for PurgeCacheForAppVersionVarsFields",1,["wasmer_api::types::queries::PurgeCacheForAppVersionVarsFields"]],["impl Sync for PurgeCacheForAppVersionPayload",1,["wasmer_api::types::queries::PurgeCacheForAppVersionPayload"]],["impl Sync for PurgeCacheForAppVersion",1,["wasmer_api::types::queries::PurgeCacheForAppVersion"]],["impl Sync for BigInt",1,["wasmer_api::types::queries::BigInt"]],["impl Sync for Node",1,["wasmer_api::types::queries::Node"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::AAAARecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::AAAARecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::AAAARecord::deletedAt"]],["impl Sync for address",1,["wasmer_api::types::schema::__fields::AAAARecord::address"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::AAAARecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::AAAARecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::AAAARecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::AAAARecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::AAAARecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::AAAARecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AAAARecord::__typename"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments::last"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::APIToken::id"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::APIToken::user"]],["impl Sync for identifier",1,["wasmer_api::types::schema::__fields::APIToken::identifier"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::APIToken::createdAt"]],["impl Sync for revokedAt",1,["wasmer_api::types::schema::__fields::APIToken::revokedAt"]],["impl Sync for lastUsedAt",1,["wasmer_api::types::schema::__fields::APIToken::lastUsedAt"]],["impl Sync for nonceSet",1,["wasmer_api::types::schema::__fields::APIToken::nonceSet"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::APIToken::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::APITokenConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::APITokenConnection::edges"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::APITokenConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::APITokenEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::APITokenEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::APITokenEdge::__typename"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::ARecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::ARecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::ARecord::deletedAt"]],["impl Sync for address",1,["wasmer_api::types::schema::__fields::ARecord::address"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::ARecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::ARecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::ARecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::ARecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::ARecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::ARecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ARecord::__typename"]],["impl Sync for appTransferRequestId",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestInput::appTransferRequestId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestInput::clientMutationId"]],["impl Sync for app",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestPayload::app"]],["impl Sync for appTransferRequest",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestPayload::appTransferRequest"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AcceptAppTransferRequestPayload::__typename"]],["impl Sync for inviteId",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInviteInput::inviteId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInviteInput::clientMutationId"]],["impl Sync for namespaceCollaboratorInvite",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInvitePayload::namespaceCollaboratorInvite"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInvitePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInvitePayload::__typename"]],["impl Sync for inviteId",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInviteInput::inviteId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInviteInput::clientMutationId"]],["impl Sync for packageCollaboratorInvite",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInvitePayload::packageCollaboratorInvite"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInvitePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInvitePayload::__typename"]],["impl Sync for packageTransferRequestId",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestInput::packageTransferRequestId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestPayload::package"]],["impl Sync for packageTransferRequest",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestPayload::packageTransferRequest"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AcceptPackageTransferRequestPayload::__typename"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptTOSInput::clientMutationId"]],["impl Sync for TOS",1,["wasmer_api::types::schema::__fields::AcceptTOSPayload::TOS"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AcceptTOSPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AcceptTOSPayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::ActivityEvent::id"]],["impl Sync for body",1,["wasmer_api::types::schema::__fields::ActivityEvent::body"]],["impl Sync for actorIcon",1,["wasmer_api::types::schema::__fields::ActivityEvent::actorIcon"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::ActivityEvent::createdAt"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ActivityEvent::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::ActivityEventConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::ActivityEventConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::ActivityEventConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ActivityEventConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::ActivityEventEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::ActivityEventEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ActivityEventEdge::__typename"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AddPaymentInput::clientMutationId"]],["impl Sync for customerSecret",1,["wasmer_api::types::schema::__fields::AddPaymentPayload::customerSecret"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::AddPaymentPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AddPaymentPayload::__typename"]],["impl Sync for cpuTime",1,["wasmer_api::types::schema::__fields::AggregateMetrics::cpuTime"]],["impl Sync for memoryTime",1,["wasmer_api::types::schema::__fields::AggregateMetrics::memoryTime"]],["impl Sync for ingress",1,["wasmer_api::types::schema::__fields::AggregateMetrics::ingress"]],["impl Sync for egress",1,["wasmer_api::types::schema::__fields::AggregateMetrics::egress"]],["impl Sync for noRequests",1,["wasmer_api::types::schema::__fields::AggregateMetrics::noRequests"]],["impl Sync for noFailedRequests",1,["wasmer_api::types::schema::__fields::AggregateMetrics::noFailedRequests"]],["impl Sync for monthlyCost",1,["wasmer_api::types::schema::__fields::AggregateMetrics::monthlyCost"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AggregateMetrics::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::AppAlias::name"]],["impl Sync for app",1,["wasmer_api::types::schema::__fields::AppAlias::app"]],["impl Sync for isDefault",1,["wasmer_api::types::schema::__fields::AppAlias::isDefault"]],["impl Sync for hostname",1,["wasmer_api::types::schema::__fields::AppAlias::hostname"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::AppAlias::text"]],["impl Sync for kind",1,["wasmer_api::types::schema::__fields::AppAlias::kind"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::AppAlias::id"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::AppAlias::url"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppAlias::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::AppAliasConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::AppAliasConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::AppAliasConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppAliasConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::AppAliasEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::AppAliasEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppAliasEdge::__typename"]],["impl Sync for kind",1,["wasmer_api::types::schema::__fields::AppConfigV1::kind"]],["impl Sync for appId",1,["wasmer_api::types::schema::__fields::AppConfigV1::appId"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::AppConfigV1::name"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::AppConfigV1::description"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::AppConfigV1::package"]],["impl Sync for count",1,["wasmer_api::types::schema::__fields::AppFilter::count"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::AppFilter::sortBy"]],["impl Sync for deployedBy",1,["wasmer_api::types::schema::__fields::AppFilter::deployedBy"]],["impl Sync for lastDeployedAfter",1,["wasmer_api::types::schema::__fields::AppFilter::lastDeployedAfter"]],["impl Sync for lastDeployedBefore",1,["wasmer_api::types::schema::__fields::AppFilter::lastDeployedBefore"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::AppFilter::owner"]],["impl Sync for orderBy",1,["wasmer_api::types::schema::__fields::AppFilter::orderBy"]],["impl Sync for clientName",1,["wasmer_api::types::schema::__fields::AppFilter::clientName"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::AppTemplate::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::AppTemplate::name"]],["impl Sync for slug",1,["wasmer_api::types::schema::__fields::AppTemplate::slug"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::AppTemplate::description"]],["impl Sync for demoUrl",1,["wasmer_api::types::schema::__fields::AppTemplate::demoUrl"]],["impl Sync for repoUrl",1,["wasmer_api::types::schema::__fields::AppTemplate::repoUrl"]],["impl Sync for category",1,["wasmer_api::types::schema::__fields::AppTemplate::category"]],["impl Sync for isPublic",1,["wasmer_api::types::schema::__fields::AppTemplate::isPublic"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::AppTemplate::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::AppTemplate::updatedAt"]],["impl Sync for readme",1,["wasmer_api::types::schema::__fields::AppTemplate::readme"]],["impl Sync for useCases",1,["wasmer_api::types::schema::__fields::AppTemplate::useCases"]],["impl Sync for framework",1,["wasmer_api::types::schema::__fields::AppTemplate::framework"]],["impl Sync for language",1,["wasmer_api::types::schema::__fields::AppTemplate::language"]],["impl Sync for repoLicense",1,["wasmer_api::types::schema::__fields::AppTemplate::repoLicense"]],["impl Sync for usingPackage",1,["wasmer_api::types::schema::__fields::AppTemplate::usingPackage"]],["impl Sync for defaultImage",1,["wasmer_api::types::schema::__fields::AppTemplate::defaultImage"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppTemplate::__typename"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments::last"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::name"]],["impl Sync for slug",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::slug"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::description"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::updatedAt"]],["impl Sync for appTemplates",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::appTemplates"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateCategory::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateCategoryEdge::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::AppTemplateConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::AppTemplateConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::AppTemplateConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::AppTemplateEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::AppTemplateEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppTemplateEdge::__typename"]],["impl Sync for count",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::count"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::sortBy"]],["impl Sync for orderBy",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::orderBy"]],["impl Sync for framework",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::framework"]],["impl Sync for language",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::language"]],["impl Sync for useCases",1,["wasmer_api::types::schema::__fields::AppTemplateFilter::useCases"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::AppTransferRequest::id"]],["impl Sync for requestedBy",1,["wasmer_api::types::schema::__fields::AppTransferRequest::requestedBy"]],["impl Sync for previousOwnerObjectId",1,["wasmer_api::types::schema::__fields::AppTransferRequest::previousOwnerObjectId"]],["impl Sync for newOwnerObjectId",1,["wasmer_api::types::schema::__fields::AppTransferRequest::newOwnerObjectId"]],["impl Sync for app",1,["wasmer_api::types::schema::__fields::AppTransferRequest::app"]],["impl Sync for approvedBy",1,["wasmer_api::types::schema::__fields::AppTransferRequest::approvedBy"]],["impl Sync for declinedBy",1,["wasmer_api::types::schema::__fields::AppTransferRequest::declinedBy"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::AppTransferRequest::createdAt"]],["impl Sync for expiresAt",1,["wasmer_api::types::schema::__fields::AppTransferRequest::expiresAt"]],["impl Sync for closedAt",1,["wasmer_api::types::schema::__fields::AppTransferRequest::closedAt"]],["impl Sync for previousOwner",1,["wasmer_api::types::schema::__fields::AppTransferRequest::previousOwner"]],["impl Sync for newOwner",1,["wasmer_api::types::schema::__fields::AppTransferRequest::newOwner"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppTransferRequest::__typename"]],["impl Sync for aliases",1,["wasmer_api::types::schema::__fields::AppV1Spec::aliases"]],["impl Sync for workload",1,["wasmer_api::types::schema::__fields::AppV1Spec::workload"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::AppVersionVolume::name"]],["impl Sync for mountPaths",1,["wasmer_api::types::schema::__fields::AppVersionVolume::mountPaths"]],["impl Sync for size",1,["wasmer_api::types::schema::__fields::AppVersionVolume::size"]],["impl Sync for usedSize",1,["wasmer_api::types::schema::__fields::AppVersionVolume::usedSize"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppVersionVolume::__typename"]],["impl Sync for path",1,["wasmer_api::types::schema::__fields::AppVersionVolumeMountPath::path"]],["impl Sync for subpath",1,["wasmer_api::types::schema::__fields::AppVersionVolumeMountPath::subpath"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::AppVersionVolumeMountPath::__typename"]],["impl Sync for packageId",1,["wasmer_api::types::schema::__fields::ArchivePackageInput::packageId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ArchivePackageInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::ArchivePackagePayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ArchivePackagePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ArchivePackagePayload::__typename"]],["impl Sync for stripeCustomer",1,["wasmer_api::types::schema::__fields::Billing::stripeCustomer"]],["impl Sync for payments",1,["wasmer_api::types::schema::__fields::Billing::payments"]],["impl Sync for paymentMethods",1,["wasmer_api::types::schema::__fields::Billing::paymentMethods"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Billing::__typename"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments::last"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::BindingsGenerator::id"]],["impl Sync for packageVersion",1,["wasmer_api::types::schema::__fields::BindingsGenerator::packageVersion"]],["impl Sync for active",1,["wasmer_api::types::schema::__fields::BindingsGenerator::active"]],["impl Sync for commandName",1,["wasmer_api::types::schema::__fields::BindingsGenerator::commandName"]],["impl Sync for registryJavascriptlanguagebindings",1,["wasmer_api::types::schema::__fields::BindingsGenerator::registryJavascriptlanguagebindings"]],["impl Sync for registryPythonlanguagebindings",1,["wasmer_api::types::schema::__fields::BindingsGenerator::registryPythonlanguagebindings"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::BindingsGenerator::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::BindingsGeneratorConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::BindingsGeneratorConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::BindingsGeneratorConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::BindingsGeneratorConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::BindingsGeneratorEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::BindingsGeneratorEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::BindingsGeneratorEdge::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::BlogPost::id"]],["impl Sync for live",1,["wasmer_api::types::schema::__fields::BlogPost::live"]],["impl Sync for title",1,["wasmer_api::types::schema::__fields::BlogPost::title"]],["impl Sync for slug",1,["wasmer_api::types::schema::__fields::BlogPost::slug"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::BlogPost::owner"]],["impl Sync for body",1,["wasmer_api::types::schema::__fields::BlogPost::body"]],["impl Sync for publishDate",1,["wasmer_api::types::schema::__fields::BlogPost::publishDate"]],["impl Sync for theme",1,["wasmer_api::types::schema::__fields::BlogPost::theme"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::BlogPost::url"]],["impl Sync for coverImageUrl",1,["wasmer_api::types::schema::__fields::BlogPost::coverImageUrl"]],["impl Sync for opengraphImageUrl",1,["wasmer_api::types::schema::__fields::BlogPost::opengraphImageUrl"]],["impl Sync for tagline",1,["wasmer_api::types::schema::__fields::BlogPost::tagline"]],["impl Sync for relatedArticles",1,["wasmer_api::types::schema::__fields::BlogPost::relatedArticles"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::BlogPost::updatedAt"]],["impl Sync for tags",1,["wasmer_api::types::schema::__fields::BlogPost::tags"]],["impl Sync for editUrl",1,["wasmer_api::types::schema::__fields::BlogPost::editUrl"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::BlogPost::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::BlogPostConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::BlogPostConnection::edges"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::BlogPostConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::BlogPostEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::BlogPostEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::BlogPostEdge::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::BlogPostTag::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::BlogPostTag::name"]],["impl Sync for slug",1,["wasmer_api::types::schema::__fields::BlogPostTag::slug"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::BlogPostTag::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::BlogPostTagConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::BlogPostTagConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::BlogPostTagConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::BlogPostTagConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::BlogPostTagEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::BlogPostTagEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::BlogPostTagEdge::__typename"]],["impl Sync for count",1,["wasmer_api::types::schema::__fields::BlogPostsFilter::count"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::BlogPostsFilter::sortBy"]],["impl Sync for tags",1,["wasmer_api::types::schema::__fields::BlogPostsFilter::tags"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::CAARecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::CAARecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::CAARecord::deletedAt"]],["impl Sync for flags",1,["wasmer_api::types::schema::__fields::CAARecord::flags"]],["impl Sync for tag",1,["wasmer_api::types::schema::__fields::CAARecord::tag"]],["impl Sync for value",1,["wasmer_api::types::schema::__fields::CAARecord::value"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::CAARecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::CAARecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::CAARecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::CAARecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::CAARecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::CAARecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CAARecord::__typename"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::CNAMERecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::CNAMERecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::CNAMERecord::deletedAt"]],["impl Sync for cName",1,["wasmer_api::types::schema::__fields::CNAMERecord::cName"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::CNAMERecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::CNAMERecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::CNAMERecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::CNAMERecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::CNAMERecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::CNAMERecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CNAMERecord::__typename"]],["impl Sync for maximumThreads",1,["wasmer_api::types::schema::__fields::CapabilityCpuV1::maximumThreads"]],["impl Sync for maximumUsage",1,["wasmer_api::types::schema::__fields::CapabilityCpuV1::maximumUsage"]],["impl Sync for volumes",1,["wasmer_api::types::schema::__fields::CapabilityFileSystemV1::volumes"]],["impl Sync for memorySwap",1,["wasmer_api::types::schema::__fields::CapabilityMapV1::memorySwap"]],["impl Sync for maximumSize",1,["wasmer_api::types::schema::__fields::CapabilityMemorySwapV1::maximumSize"]],["impl Sync for memoryId",1,["wasmer_api::types::schema::__fields::CapabilityMemorySwapV1::memoryId"]],["impl Sync for enabled",1,["wasmer_api::types::schema::__fields::CapabilityNetworkDnsV1::enabled"]],["impl Sync for servers",1,["wasmer_api::types::schema::__fields::CapabilityNetworkDnsV1::servers"]],["impl Sync for allowedHosts",1,["wasmer_api::types::schema::__fields::CapabilityNetworkDnsV1::allowedHosts"]],["impl Sync for domains",1,["wasmer_api::types::schema::__fields::CapabilityNetworkGatewayV1::domains"]],["impl Sync for enforceHttps",1,["wasmer_api::types::schema::__fields::CapabilityNetworkGatewayV1::enforceHttps"]],["impl Sync for egress",1,["wasmer_api::types::schema::__fields::CapabilityNetworkV1::egress"]],["impl Sync for volumes",1,["wasmer_api::types::schema::__fields::CapabilityPersistentMemoryV1::volumes"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::id"]],["impl Sync for brand",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::brand"]],["impl Sync for country",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::country"]],["impl Sync for expMonth",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::expMonth"]],["impl Sync for expYear",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::expYear"]],["impl Sync for funding",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::funding"]],["impl Sync for last4",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::last4"]],["impl Sync for isDefault",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::isDefault"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CardPaymentMethod::__typename"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Category::_packages_arguments::last"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Category::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Category::name"]],["impl Sync for packages",1,["wasmer_api::types::schema::__fields::Category::packages"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Category::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::CategoryConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::CategoryConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::CategoryConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CategoryConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::CategoryEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::CategoryEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CategoryEdge::__typename"]],["impl Sync for packageVersionId",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusInput::packageVersionId"]],["impl Sync for isArchived",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusInput::isArchived"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusInput::clientMutationId"]],["impl Sync for packageVersion",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusPayload::packageVersion"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusPayload::__typename"]],["impl Sync for newEmail",1,["wasmer_api::types::schema::__fields::ChangeUserEmailInput::newEmail"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserEmailInput::clientMutationId"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::ChangeUserEmailPayload::user"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserEmailPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ChangeUserEmailPayload::__typename"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordInput::token"]],["impl Sync for oldPassword",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordInput::oldPassword"]],["impl Sync for password",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordInput::password"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordInput::clientMutationId"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordPayload::token"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ChangeUserPasswordPayload::__typename"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::ChangeUserUsernameInput::username"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserUsernameInput::clientMutationId"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::ChangeUserUsernamePayload::user"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::ChangeUserUsernamePayload::token"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ChangeUserUsernamePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ChangeUserUsernamePayload::__typename"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::CheckUserExistsInput::user"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::CheckUserExistsInput::clientMutationId"]],["impl Sync for exists",1,["wasmer_api::types::schema::__fields::CheckUserExistsPayload::exists"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::CheckUserExistsPayload::user"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::CheckUserExistsPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CheckUserExistsPayload::__typename"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Collection::_packages_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Collection::_packages_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Collection::_packages_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Collection::_packages_arguments::last"]],["impl Sync for slug",1,["wasmer_api::types::schema::__fields::Collection::slug"]],["impl Sync for displayName",1,["wasmer_api::types::schema::__fields::Collection::displayName"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::Collection::description"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::Collection::createdAt"]],["impl Sync for banner",1,["wasmer_api::types::schema::__fields::Collection::banner"]],["impl Sync for packages",1,["wasmer_api::types::schema::__fields::Collection::packages"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Collection::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::CollectionConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::CollectionConnection::edges"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CollectionConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::CollectionEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::CollectionEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CollectionEdge::__typename"]],["impl Sync for command",1,["wasmer_api::types::schema::__fields::Command::command"]],["impl Sync for packageVersion",1,["wasmer_api::types::schema::__fields::Command::packageVersion"]],["impl Sync for module",1,["wasmer_api::types::schema::__fields::Command::module"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Command::__typename"]],["impl Sync for deployment",1,["wasmer_api::types::schema::__fields::Configuration::deployment"]],["impl Sync for yamlConfig",1,["wasmer_api::types::schema::__fields::Configuration::yamlConfig"]],["impl Sync for count",1,["wasmer_api::types::schema::__fields::CountFilter::count"]],["impl Sync for comparison",1,["wasmer_api::types::schema::__fields::CountFilter::comparison"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::name"]],["impl Sync for displayName",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::displayName"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::description"]],["impl Sync for avatar",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::avatar"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::CreateNamespaceInput::clientMutationId"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::CreateNamespacePayload::namespace"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::CreateNamespacePayload::user"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::CreateNamespacePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CreateNamespacePayload::__typename"]],["impl Sync for templateId",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::templateId"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::name"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::namespace"]],["impl Sync for private",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::private"]],["impl Sync for domains",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::domains"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplatePayload::success"]],["impl Sync for repoId",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplatePayload::repoId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplatePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::CreateRepoForAppTemplatePayload::__typename"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::DNAMERecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::DNAMERecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::DNAMERecord::deletedAt"]],["impl Sync for dName",1,["wasmer_api::types::schema::__fields::DNAMERecord::dName"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::DNAMERecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::DNAMERecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::DNAMERecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::DNAMERecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::DNAMERecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::DNAMERecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DNAMERecord::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::DNSDomain::name"]],["impl Sync for slug",1,["wasmer_api::types::schema::__fields::DNSDomain::slug"]],["impl Sync for zoneFile",1,["wasmer_api::types::schema::__fields::DNSDomain::zoneFile"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::DNSDomain::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::DNSDomain::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::DNSDomain::deletedAt"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::DNSDomain::id"]],["impl Sync for records",1,["wasmer_api::types::schema::__fields::DNSDomain::records"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::DNSDomain::owner"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DNSDomain::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::DNSDomainConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::DNSDomainConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::DNSDomainConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DNSDomainConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::DNSDomainEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::DNSDomainEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DNSDomainEdge::__typename"]],["impl Sync for preference",1,["wasmer_api::types::schema::__fields::DNSMXExtraInput::preference"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::DNSRecordConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::DNSRecordConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::DNSRecordConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DNSRecordConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::DNSRecordEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::DNSRecordEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DNSRecordEdge::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::domain"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::deletedAt"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DNSRecordInterface::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::DeleteAppInput::id"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteAppInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::DeleteAppPayload::success"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteAppPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeleteAppPayload::__typename"]],["impl Sync for recordId",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordInput::recordId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordPayload::success"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeleteDNSRecordPayload::__typename"]],["impl Sync for domainId",1,["wasmer_api::types::schema::__fields::DeleteDomainInput::domainId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteDomainInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::DeleteDomainPayload::success"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteDomainPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeleteDomainPayload::__typename"]],["impl Sync for namespaceId",1,["wasmer_api::types::schema::__fields::DeleteNamespaceInput::namespaceId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteNamespaceInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::DeleteNamespacePayload::success"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DeleteNamespacePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeleteNamespacePayload::__typename"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::sortBy"]],["impl Sync for createdAfter",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::createdAfter"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::DeployApp::_versions_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments::last"]],["impl Sync for forRange",1,["wasmer_api::types::schema::__fields::DeployApp::_usage_metrics_arguments::forRange"]],["impl Sync for variant",1,["wasmer_api::types::schema::__fields::DeployApp::_usage_metrics_arguments::variant"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::DeployApp::id"]],["impl Sync for createdBy",1,["wasmer_api::types::schema::__fields::DeployApp::createdBy"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::DeployApp::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::DeployApp::updatedAt"]],["impl Sync for activeVersion",1,["wasmer_api::types::schema::__fields::DeployApp::activeVersion"]],["impl Sync for globalName",1,["wasmer_api::types::schema::__fields::DeployApp::globalName"]],["impl Sync for globalId",1,["wasmer_api::types::schema::__fields::DeployApp::globalId"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::DeployApp::url"]],["impl Sync for adminUrl",1,["wasmer_api::types::schema::__fields::DeployApp::adminUrl"]],["impl Sync for permalink",1,["wasmer_api::types::schema::__fields::DeployApp::permalink"]],["impl Sync for urls",1,["wasmer_api::types::schema::__fields::DeployApp::urls"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::DeployApp::description"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::DeployApp::name"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::DeployApp::owner"]],["impl Sync for versions",1,["wasmer_api::types::schema::__fields::DeployApp::versions"]],["impl Sync for aggregateMetrics",1,["wasmer_api::types::schema::__fields::DeployApp::aggregateMetrics"]],["impl Sync for aliases",1,["wasmer_api::types::schema::__fields::DeployApp::aliases"]],["impl Sync for usageMetrics",1,["wasmer_api::types::schema::__fields::DeployApp::usageMetrics"]],["impl Sync for deleted",1,["wasmer_api::types::schema::__fields::DeployApp::deleted"]],["impl Sync for favicon",1,["wasmer_api::types::schema::__fields::DeployApp::favicon"]],["impl Sync for screenshot",1,["wasmer_api::types::schema::__fields::DeployApp::screenshot"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeployApp::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::DeployAppConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::DeployAppConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::DeployAppConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeployAppConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::DeployAppEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::DeployAppEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeployAppEdge::__typename"]],["impl Sync for startingFrom",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::startingFrom"]],["impl Sync for startingFromISO",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::startingFromISO"]],["impl Sync for until",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::until"]],["impl Sync for streams",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::streams"]],["impl Sync for instanceIds",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::instanceIds"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments::last"]],["impl Sync for forRange",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_usage_metrics_arguments::forRange"]],["impl Sync for variant",1,["wasmer_api::types::schema::__fields::DeployAppVersion::_usage_metrics_arguments::variant"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::DeployAppVersion::id"]],["impl Sync for app",1,["wasmer_api::types::schema::__fields::DeployAppVersion::app"]],["impl Sync for yamlConfig",1,["wasmer_api::types::schema::__fields::DeployAppVersion::yamlConfig"]],["impl Sync for userYamlConfig",1,["wasmer_api::types::schema::__fields::DeployAppVersion::userYamlConfig"]],["impl Sync for clientName",1,["wasmer_api::types::schema::__fields::DeployAppVersion::clientName"]],["impl Sync for signature",1,["wasmer_api::types::schema::__fields::DeployAppVersion::signature"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::DeployAppVersion::description"]],["impl Sync for publishedBy",1,["wasmer_api::types::schema::__fields::DeployAppVersion::publishedBy"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::DeployAppVersion::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::DeployAppVersion::updatedAt"]],["impl Sync for configWebc",1,["wasmer_api::types::schema::__fields::DeployAppVersion::configWebc"]],["impl Sync for config",1,["wasmer_api::types::schema::__fields::DeployAppVersion::config"]],["impl Sync for jsonConfig",1,["wasmer_api::types::schema::__fields::DeployAppVersion::jsonConfig"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::DeployAppVersion::url"]],["impl Sync for permalink",1,["wasmer_api::types::schema::__fields::DeployAppVersion::permalink"]],["impl Sync for urls",1,["wasmer_api::types::schema::__fields::DeployAppVersion::urls"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::DeployAppVersion::version"]],["impl Sync for isActive",1,["wasmer_api::types::schema::__fields::DeployAppVersion::isActive"]],["impl Sync for manifest",1,["wasmer_api::types::schema::__fields::DeployAppVersion::manifest"]],["impl Sync for logs",1,["wasmer_api::types::schema::__fields::DeployAppVersion::logs"]],["impl Sync for usageMetrics",1,["wasmer_api::types::schema::__fields::DeployAppVersion::usageMetrics"]],["impl Sync for sourcePackageVersion",1,["wasmer_api::types::schema::__fields::DeployAppVersion::sourcePackageVersion"]],["impl Sync for sourcePackageRelease",1,["wasmer_api::types::schema::__fields::DeployAppVersion::sourcePackageRelease"]],["impl Sync for sourcePackage",1,["wasmer_api::types::schema::__fields::DeployAppVersion::sourcePackage"]],["impl Sync for aggregateMetrics",1,["wasmer_api::types::schema::__fields::DeployAppVersion::aggregateMetrics"]],["impl Sync for volumes",1,["wasmer_api::types::schema::__fields::DeployAppVersion::volumes"]],["impl Sync for favicon",1,["wasmer_api::types::schema::__fields::DeployAppVersion::favicon"]],["impl Sync for screenshot",1,["wasmer_api::types::schema::__fields::DeployAppVersion::screenshot"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeployAppVersion::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::DeployAppVersionConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::DeployAppVersionConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::DeployAppVersionConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeployAppVersionConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::DeployAppVersionEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::DeployAppVersionEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DeployAppVersionEdge::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::DeploymentV1::name"]],["impl Sync for workload",1,["wasmer_api::types::schema::__fields::DeploymentV1::workload"]],["impl Sync for paymentMethod",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodInput::paymentMethod"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodPayload::success"]],["impl Sync for billing",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodPayload::billing"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::DetachPaymentMethodPayload::__typename"]],["impl Sync for field",1,["wasmer_api::types::schema::__fields::ErrorType::field"]],["impl Sync for messages",1,["wasmer_api::types::schema::__fields::ErrorType::messages"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ErrorType::__typename"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::EventBody::text"]],["impl Sync for ranges",1,["wasmer_api::types::schema::__fields::EventBody::ranges"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::EventBody::__typename"]],["impl Sync for delete",1,["wasmer_api::types::schema::__fields::FileSystemPermissionsV1::delete"]],["impl Sync for read",1,["wasmer_api::types::schema::__fields::FileSystemPermissionsV1::read"]],["impl Sync for write",1,["wasmer_api::types::schema::__fields::FileSystemPermissionsV1::write"]],["impl Sync for mounts",1,["wasmer_api::types::schema::__fields::FileSystemVolumeConfigV1::mounts"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::FileSystemVolumeConfigV1::name"]],["impl Sync for source",1,["wasmer_api::types::schema::__fields::FileSystemVolumeConfigV1::source"]],["impl Sync for path",1,["wasmer_api::types::schema::__fields::FileSystemVolumeMountV1::path"]],["impl Sync for permissions",1,["wasmer_api::types::schema::__fields::FileSystemVolumeMountV1::permissions"]],["impl Sync for maximumSize",1,["wasmer_api::types::schema::__fields::FileSystemVolumeSourceLocalV1::maximumSize"]],["impl Sync for local",1,["wasmer_api::types::schema::__fields::FileSystemVolumeSourceV1::local"]],["impl Sync for identifier",1,["wasmer_api::types::schema::__fields::GenerateAPITokenInput::identifier"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateAPITokenInput::clientMutationId"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::token"]],["impl Sync for tokenRaw",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::tokenRaw"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::user"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::GenerateAPITokenPayload::__typename"]],["impl Sync for bindingsGeneratorId",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesInput::bindingsGeneratorId"]],["impl Sync for bindingsGeneratorCommand",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesInput::bindingsGeneratorCommand"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesInput::clientMutationId"]],["impl Sync for message",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesPayload::message"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesPayload::__typename"]],["impl Sync for config",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenInput::config"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenInput::clientMutationId"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenPayload::token"]],["impl Sync for config",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenPayload::config"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::GenerateDeployConfigTokenPayload::__typename"]],["impl Sync for deployConfigVersionId",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenInput::deployConfigVersionId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenInput::clientMutationId"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenPayload::token"]],["impl Sync for deployConfigVersion",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenPayload::deployConfigVersion"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::GenerateDeployTokenPayload::__typename"]],["impl Sync for valid",1,["wasmer_api::types::schema::__fields::GetPasswordResetToken::valid"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::GetPasswordResetToken::user"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::GetPasswordResetToken::__typename"]],["impl Sync for publicKeyKeyId",1,["wasmer_api::types::schema::__fields::InputSignature::publicKeyKeyId"]],["impl Sync for data",1,["wasmer_api::types::schema::__fields::InputSignature::data"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Interface::_versions_arguments::last"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Interface::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Interface::name"]],["impl Sync for displayName",1,["wasmer_api::types::schema::__fields::Interface::displayName"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::Interface::description"]],["impl Sync for homepage",1,["wasmer_api::types::schema::__fields::Interface::homepage"]],["impl Sync for icon",1,["wasmer_api::types::schema::__fields::Interface::icon"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::Interface::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::Interface::updatedAt"]],["impl Sync for versions",1,["wasmer_api::types::schema::__fields::Interface::versions"]],["impl Sync for lastVersion",1,["wasmer_api::types::schema::__fields::Interface::lastVersion"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Interface::__typename"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments::last"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::InterfaceVersion::id"]],["impl Sync for interface",1,["wasmer_api::types::schema::__fields::InterfaceVersion::interface"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::InterfaceVersion::version"]],["impl Sync for content",1,["wasmer_api::types::schema::__fields::InterfaceVersion::content"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::InterfaceVersion::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::InterfaceVersion::updatedAt"]],["impl Sync for publishedBy",1,["wasmer_api::types::schema::__fields::InterfaceVersion::publishedBy"]],["impl Sync for packageVersions",1,["wasmer_api::types::schema::__fields::InterfaceVersion::packageVersions"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::InterfaceVersion::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::InterfaceVersionConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::InterfaceVersionConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::InterfaceVersionConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::InterfaceVersionConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::InterfaceVersionEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::InterfaceVersionEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::InterfaceVersionEdge::__typename"]],["impl Sync for namespaceId",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::namespaceId"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::role"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::username"]],["impl Sync for email",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::email"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput::clientMutationId"]],["impl Sync for invite",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorPayload::invite"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorPayload::namespace"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorPayload::__typename"]],["impl Sync for packageName",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::packageName"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::role"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::username"]],["impl Sync for email",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::email"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput::clientMutationId"]],["impl Sync for invite",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorPayload::invite"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorPayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::InvitePackageCollaboratorPayload::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::JoinWaitlistInput::name"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::JoinWaitlistInput::clientMutationId"]],["impl Sync for waitlistMember",1,["wasmer_api::types::schema::__fields::JoinWaitlistPayload::waitlistMember"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::JoinWaitlistPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::JoinWaitlistPayload::__typename"]],["impl Sync for packageId",1,["wasmer_api::types::schema::__fields::LikePackageInput::packageId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::LikePackageInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::LikePackagePayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::LikePackagePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::LikePackagePayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Likeable::id"]],["impl Sync for likersCount",1,["wasmer_api::types::schema::__fields::Likeable::likersCount"]],["impl Sync for viewerHasLiked",1,["wasmer_api::types::schema::__fields::Likeable::viewerHasLiked"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Likeable::__typename"]],["impl Sync for timestamp",1,["wasmer_api::types::schema::__fields::Log::timestamp"]],["impl Sync for datetime",1,["wasmer_api::types::schema::__fields::Log::datetime"]],["impl Sync for message",1,["wasmer_api::types::schema::__fields::Log::message"]],["impl Sync for stream",1,["wasmer_api::types::schema::__fields::Log::stream"]],["impl Sync for instanceId",1,["wasmer_api::types::schema::__fields::Log::instanceId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Log::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::LogConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::LogConnection::edges"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::LogConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::LogEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::LogEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::LogEdge::__typename"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::success"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::token"]],["impl Sync for refreshToken",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::refreshToken"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::username"]],["impl Sync for refreshTokenExpiresIn",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::refreshTokenExpiresIn"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::MFAAuthResponse::__typename"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::MFAEmailAuthInput::username"]],["impl Sync for otp",1,["wasmer_api::types::schema::__fields::MFAEmailAuthInput::otp"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MFAEmailAuthInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::MFAEmailGenerationResponse::success"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::MFAEmailGenerationResponse::__typename"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MFAGenerateEmailOTPInput::clientMutationId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MFAGenerateRecoveryTokenInput::clientMutationId"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::MFARecoveryAuthInput::username"]],["impl Sync for otp",1,["wasmer_api::types::schema::__fields::MFARecoveryAuthInput::otp"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MFARecoveryAuthInput::clientMutationId"]],["impl Sync for codes",1,["wasmer_api::types::schema::__fields::MFARecoveryCodes::codes"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::MFARecoveryCodes::__typename"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::MFATOTPAuthInput::username"]],["impl Sync for otp",1,["wasmer_api::types::schema::__fields::MFATOTPAuthInput::otp"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MFATOTPAuthInput::clientMutationId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MFATOTPGetTokenInput::clientMutationId"]],["impl Sync for qr",1,["wasmer_api::types::schema::__fields::MFATOTPTokenType::qr"]],["impl Sync for secretKey",1,["wasmer_api::types::schema::__fields::MFATOTPTokenType::secretKey"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::MFATOTPTokenType::__typename"]],["impl Sync for answer",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyInput::answer"]],["impl Sync for secretKey",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyInput::secretKey"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyInput::clientMutationId"]],["impl Sync for status",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyPayload::status"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::MFATOTPVerifyPayload::__typename"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::MXRecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::MXRecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::MXRecord::deletedAt"]],["impl Sync for preference",1,["wasmer_api::types::schema::__fields::MXRecord::preference"]],["impl Sync for exchange",1,["wasmer_api::types::schema::__fields::MXRecord::exchange"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::MXRecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::MXRecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::MXRecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::MXRecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::MXRecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::MXRecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::MXRecord::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::MakePackagePublicInput::id"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MakePackagePublicInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::MakePackagePublicPayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MakePackagePublicPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::MakePackagePublicPayload::__typename"]],["impl Sync for appVersion",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActiveInput::appVersion"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActiveInput::clientMutationId"]],["impl Sync for app",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActivePayload::app"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActivePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::MarkAppVersionAsActivePayload::__typename"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_tos_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_publish_deploy_app_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_delete_app_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_join_waitlist_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_add_payment_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_mark_app_version_as_active_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_make_payment_default_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_detach_payment_method_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_generate_deploy_config_token_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_rename_app_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_rename_app_alias_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_purge_cache_for_app_version_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_request_app_transfer_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_app_transfer_request_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_app_transfer_request_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_create_repo_for_app_template_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_register_domain_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_upsert_dnsrecord_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_delete_dnsrecord_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_upsert_domain_from_zone_file_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_delete_domain_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_token_auth_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_generate_deploy_token_arguments::input"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::Mutation::_verify_access_token_arguments::token"]],["impl Sync for refreshToken",1,["wasmer_api::types::schema::__fields::Mutation::_refresh_access_token_arguments::refreshToken"]],["impl Sync for refreshToken",1,["wasmer_api::types::schema::__fields::Mutation::_revoke_access_token_arguments::refreshToken"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_register_user_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_social_auth_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_validate_user_email_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_request_password_reset_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_request_validation_email_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_change_user_password_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_change_user_username_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_change_user_email_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_user_info_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_validate_user_password_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_generate_api_token_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_revoke_api_token_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_check_user_exists_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_read_notification_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_see_pending_notifications_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_new_nonce_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_validate_nonce_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2totp_get_token_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2totp_verify_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2totp_auth_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2_recovery_get_token_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2_recovery_auth_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2_email_auth_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_mfa2_email_get_token_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_publish_public_key_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_publish_package_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_push_package_release_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_tag_package_release_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_package_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_like_package_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_unlike_package_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_watch_package_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_unwatch_package_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_archive_package_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_rename_package_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_change_package_version_archived_status_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_create_namespace_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_namespace_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_delete_namespace_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_invite_namespace_collaborator_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_namespace_collaborator_invite_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_namespace_collaborator_invite_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_namespace_collaborator_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_namespace_collaborator_role_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_namespace_collaborator_invite_role_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_invite_package_collaborator_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_package_collaborator_invite_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_package_collaborator_invite_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_package_collaborator_role_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_update_package_collaborator_invite_role_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_package_collaborator_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_request_package_transfer_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_accept_package_transfer_request_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_remove_package_transfer_request_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_generate_bindings_for_all_packages_arguments::input"]],["impl Sync for input",1,["wasmer_api::types::schema::__fields::Mutation::_make_package_public_arguments::input"]],["impl Sync for acceptTOS",1,["wasmer_api::types::schema::__fields::Mutation::acceptTOS"]],["impl Sync for publishDeployApp",1,["wasmer_api::types::schema::__fields::Mutation::publishDeployApp"]],["impl Sync for deleteApp",1,["wasmer_api::types::schema::__fields::Mutation::deleteApp"]],["impl Sync for joinWaitlist",1,["wasmer_api::types::schema::__fields::Mutation::joinWaitlist"]],["impl Sync for addPayment",1,["wasmer_api::types::schema::__fields::Mutation::addPayment"]],["impl Sync for markAppVersionAsActive",1,["wasmer_api::types::schema::__fields::Mutation::markAppVersionAsActive"]],["impl Sync for makePaymentDefault",1,["wasmer_api::types::schema::__fields::Mutation::makePaymentDefault"]],["impl Sync for detachPaymentMethod",1,["wasmer_api::types::schema::__fields::Mutation::detachPaymentMethod"]],["impl Sync for generateDeployConfigToken",1,["wasmer_api::types::schema::__fields::Mutation::generateDeployConfigToken"]],["impl Sync for renameApp",1,["wasmer_api::types::schema::__fields::Mutation::renameApp"]],["impl Sync for renameAppAlias",1,["wasmer_api::types::schema::__fields::Mutation::renameAppAlias"]],["impl Sync for purgeCacheForAppVersion",1,["wasmer_api::types::schema::__fields::Mutation::purgeCacheForAppVersion"]],["impl Sync for requestAppTransfer",1,["wasmer_api::types::schema::__fields::Mutation::requestAppTransfer"]],["impl Sync for acceptAppTransferRequest",1,["wasmer_api::types::schema::__fields::Mutation::acceptAppTransferRequest"]],["impl Sync for removeAppTransferRequest",1,["wasmer_api::types::schema::__fields::Mutation::removeAppTransferRequest"]],["impl Sync for createRepoForAppTemplate",1,["wasmer_api::types::schema::__fields::Mutation::createRepoForAppTemplate"]],["impl Sync for registerDomain",1,["wasmer_api::types::schema::__fields::Mutation::registerDomain"]],["impl Sync for upsertDNSRecord",1,["wasmer_api::types::schema::__fields::Mutation::upsertDNSRecord"]],["impl Sync for deleteDNSRecord",1,["wasmer_api::types::schema::__fields::Mutation::deleteDNSRecord"]],["impl Sync for upsertDomainFromZoneFile",1,["wasmer_api::types::schema::__fields::Mutation::upsertDomainFromZoneFile"]],["impl Sync for deleteDomain",1,["wasmer_api::types::schema::__fields::Mutation::deleteDomain"]],["impl Sync for tokenAuth",1,["wasmer_api::types::schema::__fields::Mutation::tokenAuth"]],["impl Sync for generateDeployToken",1,["wasmer_api::types::schema::__fields::Mutation::generateDeployToken"]],["impl Sync for verifyAccessToken",1,["wasmer_api::types::schema::__fields::Mutation::verifyAccessToken"]],["impl Sync for refreshAccessToken",1,["wasmer_api::types::schema::__fields::Mutation::refreshAccessToken"]],["impl Sync for revokeAccessToken",1,["wasmer_api::types::schema::__fields::Mutation::revokeAccessToken"]],["impl Sync for registerUser",1,["wasmer_api::types::schema::__fields::Mutation::registerUser"]],["impl Sync for socialAuth",1,["wasmer_api::types::schema::__fields::Mutation::socialAuth"]],["impl Sync for validateUserEmail",1,["wasmer_api::types::schema::__fields::Mutation::validateUserEmail"]],["impl Sync for requestPasswordReset",1,["wasmer_api::types::schema::__fields::Mutation::requestPasswordReset"]],["impl Sync for requestValidationEmail",1,["wasmer_api::types::schema::__fields::Mutation::requestValidationEmail"]],["impl Sync for changeUserPassword",1,["wasmer_api::types::schema::__fields::Mutation::changeUserPassword"]],["impl Sync for changeUserUsername",1,["wasmer_api::types::schema::__fields::Mutation::changeUserUsername"]],["impl Sync for changeUserEmail",1,["wasmer_api::types::schema::__fields::Mutation::changeUserEmail"]],["impl Sync for updateUserInfo",1,["wasmer_api::types::schema::__fields::Mutation::updateUserInfo"]],["impl Sync for validateUserPassword",1,["wasmer_api::types::schema::__fields::Mutation::validateUserPassword"]],["impl Sync for generateApiToken",1,["wasmer_api::types::schema::__fields::Mutation::generateApiToken"]],["impl Sync for revokeApiToken",1,["wasmer_api::types::schema::__fields::Mutation::revokeApiToken"]],["impl Sync for checkUserExists",1,["wasmer_api::types::schema::__fields::Mutation::checkUserExists"]],["impl Sync for readNotification",1,["wasmer_api::types::schema::__fields::Mutation::readNotification"]],["impl Sync for seePendingNotifications",1,["wasmer_api::types::schema::__fields::Mutation::seePendingNotifications"]],["impl Sync for newNonce",1,["wasmer_api::types::schema::__fields::Mutation::newNonce"]],["impl Sync for validateNonce",1,["wasmer_api::types::schema::__fields::Mutation::validateNonce"]],["impl Sync for mfa2totpGetToken",1,["wasmer_api::types::schema::__fields::Mutation::mfa2totpGetToken"]],["impl Sync for mfa2totpVerify",1,["wasmer_api::types::schema::__fields::Mutation::mfa2totpVerify"]],["impl Sync for mfa2totpAuth",1,["wasmer_api::types::schema::__fields::Mutation::mfa2totpAuth"]],["impl Sync for mfa2RecoveryGetToken",1,["wasmer_api::types::schema::__fields::Mutation::mfa2RecoveryGetToken"]],["impl Sync for mfa2RecoveryAuth",1,["wasmer_api::types::schema::__fields::Mutation::mfa2RecoveryAuth"]],["impl Sync for mfa2EmailAuth",1,["wasmer_api::types::schema::__fields::Mutation::mfa2EmailAuth"]],["impl Sync for mfa2EmailGetToken",1,["wasmer_api::types::schema::__fields::Mutation::mfa2EmailGetToken"]],["impl Sync for publishPublicKey",1,["wasmer_api::types::schema::__fields::Mutation::publishPublicKey"]],["impl Sync for publishPackage",1,["wasmer_api::types::schema::__fields::Mutation::publishPackage"]],["impl Sync for pushPackageRelease",1,["wasmer_api::types::schema::__fields::Mutation::pushPackageRelease"]],["impl Sync for tagPackageRelease",1,["wasmer_api::types::schema::__fields::Mutation::tagPackageRelease"]],["impl Sync for updatePackage",1,["wasmer_api::types::schema::__fields::Mutation::updatePackage"]],["impl Sync for likePackage",1,["wasmer_api::types::schema::__fields::Mutation::likePackage"]],["impl Sync for unlikePackage",1,["wasmer_api::types::schema::__fields::Mutation::unlikePackage"]],["impl Sync for watchPackage",1,["wasmer_api::types::schema::__fields::Mutation::watchPackage"]],["impl Sync for unwatchPackage",1,["wasmer_api::types::schema::__fields::Mutation::unwatchPackage"]],["impl Sync for archivePackage",1,["wasmer_api::types::schema::__fields::Mutation::archivePackage"]],["impl Sync for renamePackage",1,["wasmer_api::types::schema::__fields::Mutation::renamePackage"]],["impl Sync for changePackageVersionArchivedStatus",1,["wasmer_api::types::schema::__fields::Mutation::changePackageVersionArchivedStatus"]],["impl Sync for createNamespace",1,["wasmer_api::types::schema::__fields::Mutation::createNamespace"]],["impl Sync for updateNamespace",1,["wasmer_api::types::schema::__fields::Mutation::updateNamespace"]],["impl Sync for deleteNamespace",1,["wasmer_api::types::schema::__fields::Mutation::deleteNamespace"]],["impl Sync for inviteNamespaceCollaborator",1,["wasmer_api::types::schema::__fields::Mutation::inviteNamespaceCollaborator"]],["impl Sync for acceptNamespaceCollaboratorInvite",1,["wasmer_api::types::schema::__fields::Mutation::acceptNamespaceCollaboratorInvite"]],["impl Sync for removeNamespaceCollaboratorInvite",1,["wasmer_api::types::schema::__fields::Mutation::removeNamespaceCollaboratorInvite"]],["impl Sync for removeNamespaceCollaborator",1,["wasmer_api::types::schema::__fields::Mutation::removeNamespaceCollaborator"]],["impl Sync for updateNamespaceCollaboratorRole",1,["wasmer_api::types::schema::__fields::Mutation::updateNamespaceCollaboratorRole"]],["impl Sync for updateNamespaceCollaboratorInviteRole",1,["wasmer_api::types::schema::__fields::Mutation::updateNamespaceCollaboratorInviteRole"]],["impl Sync for invitePackageCollaborator",1,["wasmer_api::types::schema::__fields::Mutation::invitePackageCollaborator"]],["impl Sync for acceptPackageCollaboratorInvite",1,["wasmer_api::types::schema::__fields::Mutation::acceptPackageCollaboratorInvite"]],["impl Sync for removePackageCollaboratorInvite",1,["wasmer_api::types::schema::__fields::Mutation::removePackageCollaboratorInvite"]],["impl Sync for updatePackageCollaboratorRole",1,["wasmer_api::types::schema::__fields::Mutation::updatePackageCollaboratorRole"]],["impl Sync for updatePackageCollaboratorInviteRole",1,["wasmer_api::types::schema::__fields::Mutation::updatePackageCollaboratorInviteRole"]],["impl Sync for removePackageCollaborator",1,["wasmer_api::types::schema::__fields::Mutation::removePackageCollaborator"]],["impl Sync for requestPackageTransfer",1,["wasmer_api::types::schema::__fields::Mutation::requestPackageTransfer"]],["impl Sync for acceptPackageTransferRequest",1,["wasmer_api::types::schema::__fields::Mutation::acceptPackageTransferRequest"]],["impl Sync for removePackageTransferRequest",1,["wasmer_api::types::schema::__fields::Mutation::removePackageTransferRequest"]],["impl Sync for generateBindingsForAllPackages",1,["wasmer_api::types::schema::__fields::Mutation::generateBindingsForAllPackages"]],["impl Sync for makePackagePublic",1,["wasmer_api::types::schema::__fields::Mutation::makePackagePublic"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Mutation::__typename"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::NSRecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::NSRecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::NSRecord::deletedAt"]],["impl Sync for nsdname",1,["wasmer_api::types::schema::__fields::NSRecord::nsdname"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::NSRecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::NSRecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::NSRecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::NSRecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::NSRecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::NSRecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NSRecord::__typename"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_user_set_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_packages_arguments::last"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::sortBy"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_apps_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments::last"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_public_activity_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_public_activity_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_public_activity_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_public_activity_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments::last"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::Namespace::_viewer_has_role_arguments::role"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::Namespace::_viewer_as_collaborator_arguments::role"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments::last"]],["impl Sync for forRange",1,["wasmer_api::types::schema::__fields::Namespace::_usage_metrics_arguments::forRange"]],["impl Sync for variant",1,["wasmer_api::types::schema::__fields::Namespace::_usage_metrics_arguments::variant"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Namespace::_domains_arguments::last"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Namespace::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Namespace::name"]],["impl Sync for displayName",1,["wasmer_api::types::schema::__fields::Namespace::displayName"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::Namespace::description"]],["impl Sync for avatar",1,["wasmer_api::types::schema::__fields::Namespace::avatar"]],["impl Sync for avatarUpdatedAt",1,["wasmer_api::types::schema::__fields::Namespace::avatarUpdatedAt"]],["impl Sync for twitterHandle",1,["wasmer_api::types::schema::__fields::Namespace::twitterHandle"]],["impl Sync for githubHandle",1,["wasmer_api::types::schema::__fields::Namespace::githubHandle"]],["impl Sync for websiteUrl",1,["wasmer_api::types::schema::__fields::Namespace::websiteUrl"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::Namespace::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::Namespace::updatedAt"]],["impl Sync for wasmerInternal",1,["wasmer_api::types::schema::__fields::Namespace::wasmerInternal"]],["impl Sync for maintainerInvites",1,["wasmer_api::types::schema::__fields::Namespace::maintainerInvites"]],["impl Sync for userSet",1,["wasmer_api::types::schema::__fields::Namespace::userSet"]],["impl Sync for globalName",1,["wasmer_api::types::schema::__fields::Namespace::globalName"]],["impl Sync for globalId",1,["wasmer_api::types::schema::__fields::Namespace::globalId"]],["impl Sync for packages",1,["wasmer_api::types::schema::__fields::Namespace::packages"]],["impl Sync for apps",1,["wasmer_api::types::schema::__fields::Namespace::apps"]],["impl Sync for packageVersions",1,["wasmer_api::types::schema::__fields::Namespace::packageVersions"]],["impl Sync for collaborators",1,["wasmer_api::types::schema::__fields::Namespace::collaborators"]],["impl Sync for publicActivity",1,["wasmer_api::types::schema::__fields::Namespace::publicActivity"]],["impl Sync for pendingInvites",1,["wasmer_api::types::schema::__fields::Namespace::pendingInvites"]],["impl Sync for viewerHasRole",1,["wasmer_api::types::schema::__fields::Namespace::viewerHasRole"]],["impl Sync for viewerAsCollaborator",1,["wasmer_api::types::schema::__fields::Namespace::viewerAsCollaborator"]],["impl Sync for viewerIsInvited",1,["wasmer_api::types::schema::__fields::Namespace::viewerIsInvited"]],["impl Sync for viewerInvitation",1,["wasmer_api::types::schema::__fields::Namespace::viewerInvitation"]],["impl Sync for packageTransfersIncoming",1,["wasmer_api::types::schema::__fields::Namespace::packageTransfersIncoming"]],["impl Sync for usageMetrics",1,["wasmer_api::types::schema::__fields::Namespace::usageMetrics"]],["impl Sync for domains",1,["wasmer_api::types::schema::__fields::Namespace::domains"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Namespace::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::id"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::user"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::role"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::namespace"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::updatedAt"]],["impl Sync for invite",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::invite"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaborator::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorEdge::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::id"]],["impl Sync for requestedBy",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::requestedBy"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::user"]],["impl Sync for inviteEmail",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::inviteEmail"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::namespace"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::role"]],["impl Sync for accepted",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::accepted"]],["impl Sync for approvedBy",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::approvedBy"]],["impl Sync for declinedBy",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::declinedBy"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::createdAt"]],["impl Sync for expiresAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::expiresAt"]],["impl Sync for closedAt",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::closedAt"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteEdge::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::NamespaceConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::NamespaceConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::NamespaceConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NamespaceConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::NamespaceEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::NamespaceEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NamespaceEdge::__typename"]],["impl Sync for count",1,["wasmer_api::types::schema::__fields::NamespacesFilter::count"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::NamespacesFilter::sortBy"]],["impl Sync for packageCount",1,["wasmer_api::types::schema::__fields::NamespacesFilter::packageCount"]],["impl Sync for createdAfter",1,["wasmer_api::types::schema::__fields::NamespacesFilter::createdAfter"]],["impl Sync for createdBefore",1,["wasmer_api::types::schema::__fields::NamespacesFilter::createdBefore"]],["impl Sync for userCount",1,["wasmer_api::types::schema::__fields::NamespacesFilter::userCount"]],["impl Sync for collaborator",1,["wasmer_api::types::schema::__fields::NamespacesFilter::collaborator"]],["impl Sync for orderBy",1,["wasmer_api::types::schema::__fields::NamespacesFilter::orderBy"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::NativeExecutable::id"]],["impl Sync for module",1,["wasmer_api::types::schema::__fields::NativeExecutable::module"]],["impl Sync for filename",1,["wasmer_api::types::schema::__fields::NativeExecutable::filename"]],["impl Sync for filesize",1,["wasmer_api::types::schema::__fields::NativeExecutable::filesize"]],["impl Sync for targetTriple",1,["wasmer_api::types::schema::__fields::NativeExecutable::targetTriple"]],["impl Sync for downloadUrl",1,["wasmer_api::types::schema::__fields::NativeExecutable::downloadUrl"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NativeExecutable::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::NativeExecutableConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::NativeExecutableConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::NativeExecutableConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NativeExecutableConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::NativeExecutableEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::NativeExecutableEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NativeExecutableEdge::__typename"]],["impl Sync for allowAllHosts",1,["wasmer_api::types::schema::__fields::NetworkDnsAllowedHostsV1::allowAllHosts"]],["impl Sync for hosts",1,["wasmer_api::types::schema::__fields::NetworkDnsAllowedHostsV1::hosts"]],["impl Sync for regexPatterns",1,["wasmer_api::types::schema::__fields::NetworkDnsAllowedHostsV1::regexPatterns"]],["impl Sync for wildcardPatterns",1,["wasmer_api::types::schema::__fields::NetworkDnsAllowedHostsV1::wildcardPatterns"]],["impl Sync for enabled",1,["wasmer_api::types::schema::__fields::NetworkEgressV1::enabled"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::NewNonceInput::name"]],["impl Sync for callbackUrl",1,["wasmer_api::types::schema::__fields::NewNonceInput::callbackUrl"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::NewNonceInput::clientMutationId"]],["impl Sync for nonce",1,["wasmer_api::types::schema::__fields::NewNoncePayload::nonce"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::NewNoncePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NewNoncePayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Node::id"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Node::__typename"]],["impl Sync for entity",1,["wasmer_api::types::schema::__fields::NodeBodyRange::entity"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::NodeBodyRange::offset"]],["impl Sync for length",1,["wasmer_api::types::schema::__fields::NodeBodyRange::length"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NodeBodyRange::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Nonce::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Nonce::name"]],["impl Sync for callbackUrl",1,["wasmer_api::types::schema::__fields::Nonce::callbackUrl"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::Nonce::createdAt"]],["impl Sync for isValidated",1,["wasmer_api::types::schema::__fields::Nonce::isValidated"]],["impl Sync for secret",1,["wasmer_api::types::schema::__fields::Nonce::secret"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::Nonce::token"]],["impl Sync for expired",1,["wasmer_api::types::schema::__fields::Nonce::expired"]],["impl Sync for authUrl",1,["wasmer_api::types::schema::__fields::Nonce::authUrl"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Nonce::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::NonceConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::NonceConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::NonceConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NonceConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::NonceEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::NonceEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::NonceEdge::__typename"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenInput::clientMutationId"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenInput::username"]],["impl Sync for password",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenInput::password"]],["impl Sync for payload",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::payload"]],["impl Sync for refreshExpiresIn",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::refreshExpiresIn"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::username"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::clientMutationId"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::token"]],["impl Sync for refreshToken",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::refreshToken"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload::__typename"]],["impl Sync for globalName",1,["wasmer_api::types::schema::__fields::Owner::globalName"]],["impl Sync for globalId",1,["wasmer_api::types::schema::__fields::Owner::globalId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Owner::__typename"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PTRRecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::PTRRecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::PTRRecord::deletedAt"]],["impl Sync for ptrdname",1,["wasmer_api::types::schema::__fields::PTRRecord::ptrdname"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PTRRecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PTRRecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::PTRRecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::PTRRecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::PTRRecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::PTRRecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PTRRecord::__typename"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Package::_webcs_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Package::_app_templates_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Package::_categories_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Package::_keywords_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Package::_collaborators_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Package::_pending_invites_arguments::last"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::Package::_viewer_has_role_arguments::role"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::Package::_viewer_as_collaborator_arguments::role"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Package::_similar_package_versions_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Package::_similar_package_versions_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Package::_similar_package_versions_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Package::_similar_package_versions_arguments::last"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Package::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Package::name"]],["impl Sync for private",1,["wasmer_api::types::schema::__fields::Package::private"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::Package::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::Package::updatedAt"]],["impl Sync for maintainers",1,["wasmer_api::types::schema::__fields::Package::maintainers"]],["impl Sync for curated",1,["wasmer_api::types::schema::__fields::Package::curated"]],["impl Sync for ownerObjectId",1,["wasmer_api::types::schema::__fields::Package::ownerObjectId"]],["impl Sync for lastVersion",1,["wasmer_api::types::schema::__fields::Package::lastVersion"]],["impl Sync for icon",1,["wasmer_api::types::schema::__fields::Package::icon"]],["impl Sync for totalDownloads",1,["wasmer_api::types::schema::__fields::Package::totalDownloads"]],["impl Sync for iconUpdatedAt",1,["wasmer_api::types::schema::__fields::Package::iconUpdatedAt"]],["impl Sync for watchersCount",1,["wasmer_api::types::schema::__fields::Package::watchersCount"]],["impl Sync for webcs",1,["wasmer_api::types::schema::__fields::Package::webcs"]],["impl Sync for appTemplates",1,["wasmer_api::types::schema::__fields::Package::appTemplates"]],["impl Sync for packagewebcSet",1,["wasmer_api::types::schema::__fields::Package::packagewebcSet"]],["impl Sync for versions",1,["wasmer_api::types::schema::__fields::Package::versions"]],["impl Sync for collectionSet",1,["wasmer_api::types::schema::__fields::Package::collectionSet"]],["impl Sync for categories",1,["wasmer_api::types::schema::__fields::Package::categories"]],["impl Sync for keywords",1,["wasmer_api::types::schema::__fields::Package::keywords"]],["impl Sync for likersCount",1,["wasmer_api::types::schema::__fields::Package::likersCount"]],["impl Sync for viewerHasLiked",1,["wasmer_api::types::schema::__fields::Package::viewerHasLiked"]],["impl Sync for globalName",1,["wasmer_api::types::schema::__fields::Package::globalName"]],["impl Sync for globalId",1,["wasmer_api::types::schema::__fields::Package::globalId"]],["impl Sync for alias",1,["wasmer_api::types::schema::__fields::Package::alias"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::Package::namespace"]],["impl Sync for displayName",1,["wasmer_api::types::schema::__fields::Package::displayName"]],["impl Sync for packageName",1,["wasmer_api::types::schema::__fields::Package::packageName"]],["impl Sync for appIcon",1,["wasmer_api::types::schema::__fields::Package::appIcon"]],["impl Sync for downloadsCount",1,["wasmer_api::types::schema::__fields::Package::downloadsCount"]],["impl Sync for publicKeys",1,["wasmer_api::types::schema::__fields::Package::publicKeys"]],["impl Sync for collaborators",1,["wasmer_api::types::schema::__fields::Package::collaborators"]],["impl Sync for pendingInvites",1,["wasmer_api::types::schema::__fields::Package::pendingInvites"]],["impl Sync for viewerHasRole",1,["wasmer_api::types::schema::__fields::Package::viewerHasRole"]],["impl Sync for viewerAsCollaborator",1,["wasmer_api::types::schema::__fields::Package::viewerAsCollaborator"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::Package::owner"]],["impl Sync for isTransferring",1,["wasmer_api::types::schema::__fields::Package::isTransferring"]],["impl Sync for activeTransferRequest",1,["wasmer_api::types::schema::__fields::Package::activeTransferRequest"]],["impl Sync for isArchived",1,["wasmer_api::types::schema::__fields::Package::isArchived"]],["impl Sync for viewerIsWatching",1,["wasmer_api::types::schema::__fields::Package::viewerIsWatching"]],["impl Sync for showDeployButton",1,["wasmer_api::types::schema::__fields::Package::showDeployButton"]],["impl Sync for similarPackageVersions",1,["wasmer_api::types::schema::__fields::Package::similarPackageVersions"]],["impl Sync for viewerIsInvited",1,["wasmer_api::types::schema::__fields::Package::viewerIsInvited"]],["impl Sync for viewerInvitation",1,["wasmer_api::types::schema::__fields::Package::viewerInvitation"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Package::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PackageCollaborator::id"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::PackageCollaborator::user"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::PackageCollaborator::role"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::PackageCollaborator::package"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageCollaborator::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::PackageCollaborator::updatedAt"]],["impl Sync for invite",1,["wasmer_api::types::schema::__fields::PackageCollaborator::invite"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaborator::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageCollaboratorConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageCollaboratorConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageCollaboratorConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageCollaboratorEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageCollaboratorEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorEdge::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::id"]],["impl Sync for requestedBy",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::requestedBy"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::user"]],["impl Sync for inviteEmail",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::inviteEmail"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::package"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::role"]],["impl Sync for accepted",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::accepted"]],["impl Sync for approvedBy",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::approvedBy"]],["impl Sync for declinedBy",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::declinedBy"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::createdAt"]],["impl Sync for expiresAt",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::expiresAt"]],["impl Sync for closedAt",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::closedAt"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInvite::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageCollaboratorInviteEdge::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageConnection::__typename"]],["impl Sync for downloadUrl",1,["wasmer_api::types::schema::__fields::PackageDistribution::downloadUrl"]],["impl Sync for expiresInSeconds",1,["wasmer_api::types::schema::__fields::PackageDistribution::expiresInSeconds"]],["impl Sync for size",1,["wasmer_api::types::schema::__fields::PackageDistribution::size"]],["impl Sync for piritaDownloadUrl",1,["wasmer_api::types::schema::__fields::PackageDistribution::piritaDownloadUrl"]],["impl Sync for piritaExpiresInSeconds",1,["wasmer_api::types::schema::__fields::PackageDistribution::piritaExpiresInSeconds"]],["impl Sync for piritaSize",1,["wasmer_api::types::schema::__fields::PackageDistribution::piritaSize"]],["impl Sync for piritaSha256Hash",1,["wasmer_api::types::schema::__fields::PackageDistribution::piritaSha256Hash"]],["impl Sync for webcDownloadUrl",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcDownloadUrl"]],["impl Sync for webcExpiresInSeconds",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcExpiresInSeconds"]],["impl Sync for webcSize",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcSize"]],["impl Sync for webcSha256Hash",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcSha256Hash"]],["impl Sync for webcVersion",1,["wasmer_api::types::schema::__fields::PackageDistribution::webcVersion"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageDistribution::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageEdge::__typename"]],["impl Sync for versionsPublishedThisMonth",1,["wasmer_api::types::schema::__fields::PackageInfo::versionsPublishedThisMonth"]],["impl Sync for newPackagesThisMonth",1,["wasmer_api::types::schema::__fields::PackageInfo::newPackagesThisMonth"]],["impl Sync for packageDownloadsThisMonth",1,["wasmer_api::types::schema::__fields::PackageInfo::packageDownloadsThisMonth"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageInfo::__typename"]],["impl Sync for piritaManifest",1,["wasmer_api::types::schema::__fields::PackageInstance::piritaManifest"]],["impl Sync for piritaOffsets",1,["wasmer_api::types::schema::__fields::PackageInstance::piritaOffsets"]],["impl Sync for piritaVolumes",1,["wasmer_api::types::schema::__fields::PackageInstance::piritaVolumes"]],["impl Sync for isArchived",1,["wasmer_api::types::schema::__fields::PackageInstance::isArchived"]],["impl Sync for clientName",1,["wasmer_api::types::schema::__fields::PackageInstance::clientName"]],["impl Sync for publishedBy",1,["wasmer_api::types::schema::__fields::PackageInstance::publishedBy"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageInstance::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::PackageInstance::updatedAt"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::PackageInstance::package"]],["impl Sync for webc",1,["wasmer_api::types::schema::__fields::PackageInstance::webc"]],["impl Sync for webcV3",1,["wasmer_api::types::schema::__fields::PackageInstance::webcV3"]],["impl Sync for tag",1,["wasmer_api::types::schema::__fields::PackageInstance::tag"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageInstance::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PackageKeyword::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PackageKeyword::name"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageKeyword::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageKeywordConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageKeywordConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageKeywordConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageKeywordConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageKeywordEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageKeywordEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageKeywordEdge::__typename"]],["impl Sync for globalName",1,["wasmer_api::types::schema::__fields::PackageOwner::globalName"]],["impl Sync for globalId",1,["wasmer_api::types::schema::__fields::PackageOwner::globalId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageOwner::__typename"]],["impl Sync for piritaManifest",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::piritaManifest"]],["impl Sync for piritaOffsets",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::piritaOffsets"]],["impl Sync for piritaVolumes",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::piritaVolumes"]],["impl Sync for isArchived",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::isArchived"]],["impl Sync for clientName",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::clientName"]],["impl Sync for publishedBy",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::publishedBy"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::updatedAt"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::package"]],["impl Sync for webc",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::webc"]],["impl Sync for webcV3",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::webcV3"]],["impl Sync for tag",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::tag"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageReleaseInterface::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageSearchConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageSearchConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageSearchConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageSearchConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageSearchEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageSearchEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageSearchEdge::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::id"]],["impl Sync for requestedBy",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::requestedBy"]],["impl Sync for previousOwnerObjectId",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::previousOwnerObjectId"]],["impl Sync for newOwnerObjectId",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::newOwnerObjectId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::package"]],["impl Sync for approvedBy",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::approvedBy"]],["impl Sync for declinedBy",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::declinedBy"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::createdAt"]],["impl Sync for expiresAt",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::expiresAt"]],["impl Sync for closedAt",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::closedAt"]],["impl Sync for previousOwner",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::previousOwner"]],["impl Sync for newOwner",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::newOwner"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageTransferRequest::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageTransferRequestConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageTransferRequestConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageTransferRequestConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageTransferRequestConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageTransferRequestEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageTransferRequestEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageTransferRequestEdge::__typename"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments::last"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::PackageVersion::_distribution_arguments::version"]],["impl Sync for volume",1,["wasmer_api::types::schema::__fields::PackageVersion::_get_pirita_contents_arguments::volume"]],["impl Sync for base",1,["wasmer_api::types::schema::__fields::PackageVersion::_get_pirita_contents_arguments::base"]],["impl Sync for volume",1,["wasmer_api::types::schema::__fields::PackageVersion::_get_webc_contents_arguments::volume"]],["impl Sync for base",1,["wasmer_api::types::schema::__fields::PackageVersion::_get_webc_contents_arguments::base"]],["impl Sync for triple",1,["wasmer_api::types::schema::__fields::PackageVersion::_native_executables_arguments::triple"]],["impl Sync for wasmerCompilerVersion",1,["wasmer_api::types::schema::__fields::PackageVersion::_native_executables_arguments::wasmerCompilerVersion"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindings_set_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindings_set_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindings_set_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::PackageVersion::_bindings_set_arguments::last"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PackageVersion::id"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageVersion::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::PackageVersion::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::PackageVersion::deletedAt"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::PackageVersion::package"]],["impl Sync for webc",1,["wasmer_api::types::schema::__fields::PackageVersion::webc"]],["impl Sync for webcV3",1,["wasmer_api::types::schema::__fields::PackageVersion::webcV3"]],["impl Sync for dependencies",1,["wasmer_api::types::schema::__fields::PackageVersion::dependencies"]],["impl Sync for publishedBy",1,["wasmer_api::types::schema::__fields::PackageVersion::publishedBy"]],["impl Sync for tag",1,["wasmer_api::types::schema::__fields::PackageVersion::tag"]],["impl Sync for clientName",1,["wasmer_api::types::schema::__fields::PackageVersion::clientName"]],["impl Sync for webcGenerationErrors",1,["wasmer_api::types::schema::__fields::PackageVersion::webcGenerationErrors"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::PackageVersion::version"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::PackageVersion::description"]],["impl Sync for manifest",1,["wasmer_api::types::schema::__fields::PackageVersion::manifest"]],["impl Sync for license",1,["wasmer_api::types::schema::__fields::PackageVersion::license"]],["impl Sync for licenseFile",1,["wasmer_api::types::schema::__fields::PackageVersion::licenseFile"]],["impl Sync for readme",1,["wasmer_api::types::schema::__fields::PackageVersion::readme"]],["impl Sync for witMd",1,["wasmer_api::types::schema::__fields::PackageVersion::witMd"]],["impl Sync for repository",1,["wasmer_api::types::schema::__fields::PackageVersion::repository"]],["impl Sync for homepage",1,["wasmer_api::types::schema::__fields::PackageVersion::homepage"]],["impl Sync for staticObjectsCompiled",1,["wasmer_api::types::schema::__fields::PackageVersion::staticObjectsCompiled"]],["impl Sync for nativeExecutablesCompiled",1,["wasmer_api::types::schema::__fields::PackageVersion::nativeExecutablesCompiled"]],["impl Sync for signature",1,["wasmer_api::types::schema::__fields::PackageVersion::signature"]],["impl Sync for isArchived",1,["wasmer_api::types::schema::__fields::PackageVersion::isArchived"]],["impl Sync for file",1,["wasmer_api::types::schema::__fields::PackageVersion::file"]],["impl Sync for fileSize",1,["wasmer_api::types::schema::__fields::PackageVersion::fileSize"]],["impl Sync for totalDownloads",1,["wasmer_api::types::schema::__fields::PackageVersion::totalDownloads"]],["impl Sync for bindingsState",1,["wasmer_api::types::schema::__fields::PackageVersion::bindingsState"]],["impl Sync for nativeExecutablesState",1,["wasmer_api::types::schema::__fields::PackageVersion::nativeExecutablesState"]],["impl Sync for deployappversionSet",1,["wasmer_api::types::schema::__fields::PackageVersion::deployappversionSet"]],["impl Sync for packagewebcSet",1,["wasmer_api::types::schema::__fields::PackageVersion::packagewebcSet"]],["impl Sync for lastversionPackage",1,["wasmer_api::types::schema::__fields::PackageVersion::lastversionPackage"]],["impl Sync for commands",1,["wasmer_api::types::schema::__fields::PackageVersion::commands"]],["impl Sync for nativeexecutableSet",1,["wasmer_api::types::schema::__fields::PackageVersion::nativeexecutableSet"]],["impl Sync for bindingsgeneratorSet",1,["wasmer_api::types::schema::__fields::PackageVersion::bindingsgeneratorSet"]],["impl Sync for javascriptlanguagebindingSet",1,["wasmer_api::types::schema::__fields::PackageVersion::javascriptlanguagebindingSet"]],["impl Sync for pythonlanguagebindingSet",1,["wasmer_api::types::schema::__fields::PackageVersion::pythonlanguagebindingSet"]],["impl Sync for piritaManifest",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaManifest"]],["impl Sync for piritaOffsets",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaOffsets"]],["impl Sync for piritaVolumes",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaVolumes"]],["impl Sync for piritaFile",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaFile"]],["impl Sync for piritaFileSize",1,["wasmer_api::types::schema::__fields::PackageVersion::piritaFileSize"]],["impl Sync for pirita256hash",1,["wasmer_api::types::schema::__fields::PackageVersion::pirita256hash"]],["impl Sync for distribution",1,["wasmer_api::types::schema::__fields::PackageVersion::distribution"]],["impl Sync for filesystem",1,["wasmer_api::types::schema::__fields::PackageVersion::filesystem"]],["impl Sync for isLastVersion",1,["wasmer_api::types::schema::__fields::PackageVersion::isLastVersion"]],["impl Sync for witFile",1,["wasmer_api::types::schema::__fields::PackageVersion::witFile"]],["impl Sync for isSigned",1,["wasmer_api::types::schema::__fields::PackageVersion::isSigned"]],["impl Sync for moduleInterfaces",1,["wasmer_api::types::schema::__fields::PackageVersion::moduleInterfaces"]],["impl Sync for modules",1,["wasmer_api::types::schema::__fields::PackageVersion::modules"]],["impl Sync for getPiritaContents",1,["wasmer_api::types::schema::__fields::PackageVersion::getPiritaContents"]],["impl Sync for getWebcContents",1,["wasmer_api::types::schema::__fields::PackageVersion::getWebcContents"]],["impl Sync for nativeExecutables",1,["wasmer_api::types::schema::__fields::PackageVersion::nativeExecutables"]],["impl Sync for bindings",1,["wasmer_api::types::schema::__fields::PackageVersion::bindings"]],["impl Sync for npmBindings",1,["wasmer_api::types::schema::__fields::PackageVersion::npmBindings"]],["impl Sync for pythonBindings",1,["wasmer_api::types::schema::__fields::PackageVersion::pythonBindings"]],["impl Sync for bindingsSet",1,["wasmer_api::types::schema::__fields::PackageVersion::bindingsSet"]],["impl Sync for hasBindings",1,["wasmer_api::types::schema::__fields::PackageVersion::hasBindings"]],["impl Sync for hasCommands",1,["wasmer_api::types::schema::__fields::PackageVersion::hasCommands"]],["impl Sync for showDeployButton",1,["wasmer_api::types::schema::__fields::PackageVersion::showDeployButton"]],["impl Sync for isCorrupt",1,["wasmer_api::types::schema::__fields::PackageVersion::isCorrupt"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersion::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageVersionBindingConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageVersionBindingConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageVersionBindingConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionBindingConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageVersionBindingEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageVersionBindingEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionBindingEdge::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageVersionConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageVersionConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageVersionConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageVersionEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageVersionEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionEdge::__typename"]],["impl Sync for wasm",1,["wasmer_api::types::schema::__fields::PackageVersionFilesystem::wasm"]],["impl Sync for host",1,["wasmer_api::types::schema::__fields::PackageVersionFilesystem::host"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionFilesystem::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::id"]],["impl Sync for language",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::language"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::url"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::createdAt"]],["impl Sync for generator",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::generator"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::name"]],["impl Sync for kind",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::kind"]],["impl Sync for packageName",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::packageName"]],["impl Sync for importablePackageName",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::importablePackageName"]],["impl Sync for codeSnippetExample",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::codeSnippetExample"]],["impl Sync for module",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::module"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionLanguageBinding::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PackageVersionModule::name"]],["impl Sync for source",1,["wasmer_api::types::schema::__fields::PackageVersionModule::source"]],["impl Sync for abi",1,["wasmer_api::types::schema::__fields::PackageVersionModule::abi"]],["impl Sync for publicUrl",1,["wasmer_api::types::schema::__fields::PackageVersionModule::publicUrl"]],["impl Sync for atom",1,["wasmer_api::types::schema::__fields::PackageVersionModule::atom"]],["impl Sync for rangeHeader",1,["wasmer_api::types::schema::__fields::PackageVersionModule::rangeHeader"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionModule::__typename"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::_npm_default_install_package_name_arguments::url"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::id"]],["impl Sync for language",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::language"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::url"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::createdAt"]],["impl Sync for generator",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::generator"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::name"]],["impl Sync for kind",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::kind"]],["impl Sync for packageName",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::packageName"]],["impl Sync for importablePackageName",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::importablePackageName"]],["impl Sync for codeSnippetExample",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::codeSnippetExample"]],["impl Sync for module",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::module"]],["impl Sync for npmDefaultInstallPackageName",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::npmDefaultInstallPackageName"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBinding::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionNPMBindingEdge::__typename"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::_python_default_install_package_name_arguments::url"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::id"]],["impl Sync for language",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::language"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::url"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::createdAt"]],["impl Sync for generator",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::generator"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::name"]],["impl Sync for kind",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::kind"]],["impl Sync for packageName",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::packageName"]],["impl Sync for importablePackageName",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::importablePackageName"]],["impl Sync for codeSnippetExample",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::codeSnippetExample"]],["impl Sync for module",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::module"]],["impl Sync for pythonDefaultInstallPackageName",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::pythonDefaultInstallPackageName"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBinding::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionPythonBindingEdge::__typename"]],["impl Sync for state",1,["wasmer_api::types::schema::__fields::PackageVersionReadyResponse::state"]],["impl Sync for packageVersion",1,["wasmer_api::types::schema::__fields::PackageVersionReadyResponse::packageVersion"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::PackageVersionReadyResponse::success"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageVersionReadyResponse::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PackageWebc::id"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::PackageWebc::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::PackageWebc::updatedAt"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::PackageWebc::package"]],["impl Sync for webc",1,["wasmer_api::types::schema::__fields::PackageWebc::webc"]],["impl Sync for piritaManifest",1,["wasmer_api::types::schema::__fields::PackageWebc::piritaManifest"]],["impl Sync for piritaOffsets",1,["wasmer_api::types::schema::__fields::PackageWebc::piritaOffsets"]],["impl Sync for piritaVolumes",1,["wasmer_api::types::schema::__fields::PackageWebc::piritaVolumes"]],["impl Sync for isArchived",1,["wasmer_api::types::schema::__fields::PackageWebc::isArchived"]],["impl Sync for clientName",1,["wasmer_api::types::schema::__fields::PackageWebc::clientName"]],["impl Sync for publishedBy",1,["wasmer_api::types::schema::__fields::PackageWebc::publishedBy"]],["impl Sync for webcV3",1,["wasmer_api::types::schema::__fields::PackageWebc::webcV3"]],["impl Sync for tag",1,["wasmer_api::types::schema::__fields::PackageWebc::tag"]],["impl Sync for webcUrl",1,["wasmer_api::types::schema::__fields::PackageWebc::webcUrl"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageWebc::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::PackageWebcConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::PackageWebcConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::PackageWebcConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageWebcConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::PackageWebcEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::PackageWebcEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PackageWebcEdge::__typename"]],["impl Sync for count",1,["wasmer_api::types::schema::__fields::PackagesFilter::count"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::PackagesFilter::sortBy"]],["impl Sync for curated",1,["wasmer_api::types::schema::__fields::PackagesFilter::curated"]],["impl Sync for publishDate",1,["wasmer_api::types::schema::__fields::PackagesFilter::publishDate"]],["impl Sync for hasBindings",1,["wasmer_api::types::schema::__fields::PackagesFilter::hasBindings"]],["impl Sync for isStandalone",1,["wasmer_api::types::schema::__fields::PackagesFilter::isStandalone"]],["impl Sync for hasCommands",1,["wasmer_api::types::schema::__fields::PackagesFilter::hasCommands"]],["impl Sync for withInterfaces",1,["wasmer_api::types::schema::__fields::PackagesFilter::withInterfaces"]],["impl Sync for deployable",1,["wasmer_api::types::schema::__fields::PackagesFilter::deployable"]],["impl Sync for license",1,["wasmer_api::types::schema::__fields::PackagesFilter::license"]],["impl Sync for createdAfter",1,["wasmer_api::types::schema::__fields::PackagesFilter::createdAfter"]],["impl Sync for createdBefore",1,["wasmer_api::types::schema::__fields::PackagesFilter::createdBefore"]],["impl Sync for lastPublishedAfter",1,["wasmer_api::types::schema::__fields::PackagesFilter::lastPublishedAfter"]],["impl Sync for lastPublishedBefore",1,["wasmer_api::types::schema::__fields::PackagesFilter::lastPublishedBefore"]],["impl Sync for size",1,["wasmer_api::types::schema::__fields::PackagesFilter::size"]],["impl Sync for downloads",1,["wasmer_api::types::schema::__fields::PackagesFilter::downloads"]],["impl Sync for likes",1,["wasmer_api::types::schema::__fields::PackagesFilter::likes"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::PackagesFilter::owner"]],["impl Sync for publishedBy",1,["wasmer_api::types::schema::__fields::PackagesFilter::publishedBy"]],["impl Sync for orderBy",1,["wasmer_api::types::schema::__fields::PackagesFilter::orderBy"]],["impl Sync for hasNextPage",1,["wasmer_api::types::schema::__fields::PageInfo::hasNextPage"]],["impl Sync for hasPreviousPage",1,["wasmer_api::types::schema::__fields::PageInfo::hasPreviousPage"]],["impl Sync for startCursor",1,["wasmer_api::types::schema::__fields::PageInfo::startCursor"]],["impl Sync for endCursor",1,["wasmer_api::types::schema::__fields::PageInfo::endCursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PageInfo::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Payment::id"]],["impl Sync for amount",1,["wasmer_api::types::schema::__fields::Payment::amount"]],["impl Sync for paidOn",1,["wasmer_api::types::schema::__fields::Payment::paidOn"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Payment::__typename"]],["impl Sync for created",1,["wasmer_api::types::schema::__fields::PaymentIntent::created"]],["impl Sync for currency",1,["wasmer_api::types::schema::__fields::PaymentIntent::currency"]],["impl Sync for status",1,["wasmer_api::types::schema::__fields::PaymentIntent::status"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PaymentIntent::id"]],["impl Sync for amount",1,["wasmer_api::types::schema::__fields::PaymentIntent::amount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PaymentIntent::__typename"]],["impl Sync for display",1,["wasmer_api::types::schema::__fields::PiritaFilesystemDir::_name_arguments::display"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PiritaFilesystemDir::name"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PiritaFilesystemDir::__typename"]],["impl Sync for display",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::_name_arguments::display"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::name"]],["impl Sync for size",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::size"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::offset"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PiritaFilesystemFile::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PublicKey::id"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::PublicKey::owner"]],["impl Sync for keyId",1,["wasmer_api::types::schema::__fields::PublicKey::keyId"]],["impl Sync for key",1,["wasmer_api::types::schema::__fields::PublicKey::key"]],["impl Sync for revokedAt",1,["wasmer_api::types::schema::__fields::PublicKey::revokedAt"]],["impl Sync for uploadedAt",1,["wasmer_api::types::schema::__fields::PublicKey::uploadedAt"]],["impl Sync for verifyingSignature",1,["wasmer_api::types::schema::__fields::PublicKey::verifyingSignature"]],["impl Sync for revoked",1,["wasmer_api::types::schema::__fields::PublicKey::revoked"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PublicKey::__typename"]],["impl Sync for config",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::config"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::name"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::owner"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::description"]],["impl Sync for makeDefault",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::makeDefault"]],["impl Sync for strict",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::strict"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishDeployAppInput::clientMutationId"]],["impl Sync for deployAppVersion",1,["wasmer_api::types::schema::__fields::PublishDeployAppPayload::deployAppVersion"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishDeployAppPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PublishDeployAppPayload::__typename"]],["impl Sync for manifest",1,["wasmer_api::types::schema::__fields::PublishPackageInput::manifest"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PublishPackageInput::name"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::PublishPackageInput::namespace"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::PublishPackageInput::version"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::PublishPackageInput::description"]],["impl Sync for license",1,["wasmer_api::types::schema::__fields::PublishPackageInput::license"]],["impl Sync for licenseFile",1,["wasmer_api::types::schema::__fields::PublishPackageInput::licenseFile"]],["impl Sync for readme",1,["wasmer_api::types::schema::__fields::PublishPackageInput::readme"]],["impl Sync for repository",1,["wasmer_api::types::schema::__fields::PublishPackageInput::repository"]],["impl Sync for homepage",1,["wasmer_api::types::schema::__fields::PublishPackageInput::homepage"]],["impl Sync for file",1,["wasmer_api::types::schema::__fields::PublishPackageInput::file"]],["impl Sync for signedUrl",1,["wasmer_api::types::schema::__fields::PublishPackageInput::signedUrl"]],["impl Sync for signature",1,["wasmer_api::types::schema::__fields::PublishPackageInput::signature"]],["impl Sync for icon",1,["wasmer_api::types::schema::__fields::PublishPackageInput::icon"]],["impl Sync for private",1,["wasmer_api::types::schema::__fields::PublishPackageInput::private"]],["impl Sync for uploadFormat",1,["wasmer_api::types::schema::__fields::PublishPackageInput::uploadFormat"]],["impl Sync for wait",1,["wasmer_api::types::schema::__fields::PublishPackageInput::wait"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishPackageInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::success"]],["impl Sync for packageVersion",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::packageVersion"]],["impl Sync for packageWebc",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::packageWebc"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PublishPackagePayload::__typename"]],["impl Sync for keyId",1,["wasmer_api::types::schema::__fields::PublishPublicKeyInput::keyId"]],["impl Sync for key",1,["wasmer_api::types::schema::__fields::PublishPublicKeyInput::key"]],["impl Sync for verifyingSignatureId",1,["wasmer_api::types::schema::__fields::PublishPublicKeyInput::verifyingSignatureId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishPublicKeyInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::PublishPublicKeyPayload::success"]],["impl Sync for publicKey",1,["wasmer_api::types::schema::__fields::PublishPublicKeyPayload::publicKey"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PublishPublicKeyPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PublishPublicKeyPayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionInput::id"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionInput::clientMutationId"]],["impl Sync for appVersion",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionPayload::appVersion"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PurgeCacheForAppVersionPayload::__typename"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::namespace"]],["impl Sync for signedUrl",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::signedUrl"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::name"]],["impl Sync for private",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::private"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PushPackageReleaseInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::PushPackageReleasePayload::success"]],["impl Sync for packageWebc",1,["wasmer_api::types::schema::__fields::PushPackageReleasePayload::packageWebc"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::PushPackageReleasePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::PushPackageReleasePayload::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_version_arguments::name"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_version_arguments::owner"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_version_arguments::version"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::namespace"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments::last"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::sortBy"]],["impl Sync for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::updatedAfter"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments::last"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_domain_arguments::name"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_arguments::name"]],["impl Sync for owner",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_app_arguments::owner"]],["impl Sync for alias",1,["wasmer_api::types::schema::__fields::Query::_get_app_by_global_alias_arguments::alias"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::sortBy"]],["impl Sync for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::updatedAfter"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments::last"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::sortBy"]],["impl Sync for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::updatedAfter"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments::last"]],["impl Sync for categorySlug",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::categorySlug"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::sortBy"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments::last"]],["impl Sync for slug",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_arguments::slug"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments::last"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::Query::_get_user_arguments::username"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::Query::_get_password_reset_token_arguments::token"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_auth_nonce_arguments::name"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::Query::_check_repo_exists_arguments::namespace"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_check_repo_exists_arguments::name"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::Query::_new_repo_name_arguments::namespace"]],["impl Sync for templateSlug",1,["wasmer_api::types::schema::__fields::Query::_new_repo_name_arguments::templateSlug"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_packages_arguments::last"]],["impl Sync for curated",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::curated"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments::last"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::sortBy"]],["impl Sync for createdAfter",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::createdAfter"]],["impl Sync for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::updatedAfter"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments::last"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::sortBy"]],["impl Sync for createdAfter",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::createdAfter"]],["impl Sync for updatedAfter",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::updatedAfter"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments::last"]],["impl Sync for hash",1,["wasmer_api::types::schema::__fields::Query::_get_webc_image_arguments::hash"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_namespace_arguments::name"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_package_arguments::name"]],["impl Sync for names",1,["wasmer_api::types::schema::__fields::Query::_get_packages_arguments::names"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_package_version_arguments::name"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::Query::_get_package_version_arguments::version"]],["impl Sync for names",1,["wasmer_api::types::schema::__fields::Query::_get_package_versions_arguments::names"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_package_version_by_hash_arguments::name"]],["impl Sync for hash",1,["wasmer_api::types::schema::__fields::Query::_get_package_version_by_hash_arguments::hash"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_interface_arguments::name"]],["impl Sync for names",1,["wasmer_api::types::schema::__fields::Query::_get_interfaces_arguments::names"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_interface_version_arguments::name"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::Query::_get_interface_version_arguments::version"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_contract_arguments::name"]],["impl Sync for names",1,["wasmer_api::types::schema::__fields::Query::_get_contracts_arguments::names"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_contract_version_arguments::name"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::Query::_get_contract_version_arguments::version"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_command_arguments::name"]],["impl Sync for names",1,["wasmer_api::types::schema::__fields::Query::_get_commands_arguments::names"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_get_collections_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_get_collections_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_get_collections_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_get_collections_arguments::last"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_signed_url_for_package_upload_arguments::name"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::Query::_get_signed_url_for_package_upload_arguments::version"]],["impl Sync for filename",1,["wasmer_api::types::schema::__fields::Query::_get_signed_url_for_package_upload_arguments::filename"]],["impl Sync for expiresAfterSeconds",1,["wasmer_api::types::schema::__fields::Query::_get_signed_url_for_package_upload_arguments::expiresAfterSeconds"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Query::_get_package_hash_arguments::name"]],["impl Sync for hash",1,["wasmer_api::types::schema::__fields::Query::_get_package_hash_arguments::hash"]],["impl Sync for hash",1,["wasmer_api::types::schema::__fields::Query::_get_package_release_arguments::hash"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_categories_arguments::last"]],["impl Sync for tags",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::tags"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_blogposts_arguments::last"]],["impl Sync for slug",1,["wasmer_api::types::schema::__fields::Query::_get_blogpost_arguments::slug"]],["impl Sync for featured",1,["wasmer_api::types::schema::__fields::Query::_get_blogpost_arguments::featured"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments::last"]],["impl Sync for query",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::query"]],["impl Sync for packages",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::packages"]],["impl Sync for namespaces",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::namespaces"]],["impl Sync for users",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::users"]],["impl Sync for apps",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::apps"]],["impl Sync for blogposts",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::blogposts"]],["impl Sync for appTemplates",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::appTemplates"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_search_arguments::last"]],["impl Sync for kind",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::kind"]],["impl Sync for query",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::query"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments::last"]],["impl Sync for slug",1,["wasmer_api::types::schema::__fields::Query::_get_global_object_arguments::slug"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Query::_node_arguments::id"]],["impl Sync for ids",1,["wasmer_api::types::schema::__fields::Query::_nodes_arguments::ids"]],["impl Sync for latestTOS",1,["wasmer_api::types::schema::__fields::Query::latestTOS"]],["impl Sync for getDeployAppVersion",1,["wasmer_api::types::schema::__fields::Query::getDeployAppVersion"]],["impl Sync for getAllDomains",1,["wasmer_api::types::schema::__fields::Query::getAllDomains"]],["impl Sync for getAllDNSRecords",1,["wasmer_api::types::schema::__fields::Query::getAllDNSRecords"]],["impl Sync for getDomain",1,["wasmer_api::types::schema::__fields::Query::getDomain"]],["impl Sync for getDeployApp",1,["wasmer_api::types::schema::__fields::Query::getDeployApp"]],["impl Sync for getAppByGlobalAlias",1,["wasmer_api::types::schema::__fields::Query::getAppByGlobalAlias"]],["impl Sync for getDeployApps",1,["wasmer_api::types::schema::__fields::Query::getDeployApps"]],["impl Sync for getAppVersions",1,["wasmer_api::types::schema::__fields::Query::getAppVersions"]],["impl Sync for getAppTemplates",1,["wasmer_api::types::schema::__fields::Query::getAppTemplates"]],["impl Sync for getAppTemplate",1,["wasmer_api::types::schema::__fields::Query::getAppTemplate"]],["impl Sync for getAppTemplateCategories",1,["wasmer_api::types::schema::__fields::Query::getAppTemplateCategories"]],["impl Sync for viewer",1,["wasmer_api::types::schema::__fields::Query::viewer"]],["impl Sync for getUser",1,["wasmer_api::types::schema::__fields::Query::getUser"]],["impl Sync for getPasswordResetToken",1,["wasmer_api::types::schema::__fields::Query::getPasswordResetToken"]],["impl Sync for getAuthNonce",1,["wasmer_api::types::schema::__fields::Query::getAuthNonce"]],["impl Sync for canDeployAppToGithub",1,["wasmer_api::types::schema::__fields::Query::canDeployAppToGithub"]],["impl Sync for checkRepoExists",1,["wasmer_api::types::schema::__fields::Query::checkRepoExists"]],["impl Sync for newRepoName",1,["wasmer_api::types::schema::__fields::Query::newRepoName"]],["impl Sync for packages",1,["wasmer_api::types::schema::__fields::Query::packages"]],["impl Sync for recentPackageVersions",1,["wasmer_api::types::schema::__fields::Query::recentPackageVersions"]],["impl Sync for allPackageVersions",1,["wasmer_api::types::schema::__fields::Query::allPackageVersions"]],["impl Sync for allPackageReleases",1,["wasmer_api::types::schema::__fields::Query::allPackageReleases"]],["impl Sync for getWebcImage",1,["wasmer_api::types::schema::__fields::Query::getWebcImage"]],["impl Sync for getNamespace",1,["wasmer_api::types::schema::__fields::Query::getNamespace"]],["impl Sync for getPackage",1,["wasmer_api::types::schema::__fields::Query::getPackage"]],["impl Sync for getPackages",1,["wasmer_api::types::schema::__fields::Query::getPackages"]],["impl Sync for getPackageVersion",1,["wasmer_api::types::schema::__fields::Query::getPackageVersion"]],["impl Sync for getPackageVersions",1,["wasmer_api::types::schema::__fields::Query::getPackageVersions"]],["impl Sync for getPackageVersionByHash",1,["wasmer_api::types::schema::__fields::Query::getPackageVersionByHash"]],["impl Sync for getInterface",1,["wasmer_api::types::schema::__fields::Query::getInterface"]],["impl Sync for getInterfaces",1,["wasmer_api::types::schema::__fields::Query::getInterfaces"]],["impl Sync for getInterfaceVersion",1,["wasmer_api::types::schema::__fields::Query::getInterfaceVersion"]],["impl Sync for getContract",1,["wasmer_api::types::schema::__fields::Query::getContract"]],["impl Sync for getContracts",1,["wasmer_api::types::schema::__fields::Query::getContracts"]],["impl Sync for getContractVersion",1,["wasmer_api::types::schema::__fields::Query::getContractVersion"]],["impl Sync for getCommand",1,["wasmer_api::types::schema::__fields::Query::getCommand"]],["impl Sync for getCommands",1,["wasmer_api::types::schema::__fields::Query::getCommands"]],["impl Sync for getCollections",1,["wasmer_api::types::schema::__fields::Query::getCollections"]],["impl Sync for getSignedUrlForPackageUpload",1,["wasmer_api::types::schema::__fields::Query::getSignedUrlForPackageUpload"]],["impl Sync for getPackageHash",1,["wasmer_api::types::schema::__fields::Query::getPackageHash"]],["impl Sync for getPackageRelease",1,["wasmer_api::types::schema::__fields::Query::getPackageRelease"]],["impl Sync for categories",1,["wasmer_api::types::schema::__fields::Query::categories"]],["impl Sync for blogposts",1,["wasmer_api::types::schema::__fields::Query::blogposts"]],["impl Sync for getBlogpost",1,["wasmer_api::types::schema::__fields::Query::getBlogpost"]],["impl Sync for allBlogpostTags",1,["wasmer_api::types::schema::__fields::Query::allBlogpostTags"]],["impl Sync for search",1,["wasmer_api::types::schema::__fields::Query::search"]],["impl Sync for searchAutocomplete",1,["wasmer_api::types::schema::__fields::Query::searchAutocomplete"]],["impl Sync for getGlobalObject",1,["wasmer_api::types::schema::__fields::Query::getGlobalObject"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::Query::node"]],["impl Sync for nodes",1,["wasmer_api::types::schema::__fields::Query::nodes"]],["impl Sync for info",1,["wasmer_api::types::schema::__fields::Query::info"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Query::__typename"]],["impl Sync for notificationId",1,["wasmer_api::types::schema::__fields::ReadNotificationInput::notificationId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ReadNotificationInput::clientMutationId"]],["impl Sync for notification",1,["wasmer_api::types::schema::__fields::ReadNotificationPayload::notification"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ReadNotificationPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ReadNotificationPayload::__typename"]],["impl Sync for payload",1,["wasmer_api::types::schema::__fields::Refresh::payload"]],["impl Sync for refreshExpiresIn",1,["wasmer_api::types::schema::__fields::Refresh::refreshExpiresIn"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::Refresh::token"]],["impl Sync for refreshToken",1,["wasmer_api::types::schema::__fields::Refresh::refreshToken"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Refresh::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::RegisterDomainInput::name"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::RegisterDomainInput::namespace"]],["impl Sync for importRecords",1,["wasmer_api::types::schema::__fields::RegisterDomainInput::importRecords"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RegisterDomainInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::RegisterDomainPayload::success"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::RegisterDomainPayload::domain"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RegisterDomainPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RegisterDomainPayload::__typename"]],["impl Sync for fullName",1,["wasmer_api::types::schema::__fields::RegisterUserInput::fullName"]],["impl Sync for email",1,["wasmer_api::types::schema::__fields::RegisterUserInput::email"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::RegisterUserInput::username"]],["impl Sync for password",1,["wasmer_api::types::schema::__fields::RegisterUserInput::password"]],["impl Sync for acceptedTos",1,["wasmer_api::types::schema::__fields::RegisterUserInput::acceptedTos"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RegisterUserInput::clientMutationId"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::RegisterUserPayload::token"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RegisterUserPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RegisterUserPayload::__typename"]],["impl Sync for baseUrl",1,["wasmer_api::types::schema::__fields::RegistryInfo::baseUrl"]],["impl Sync for defaultFrontend",1,["wasmer_api::types::schema::__fields::RegistryInfo::defaultFrontend"]],["impl Sync for graphqlUrl",1,["wasmer_api::types::schema::__fields::RegistryInfo::graphqlUrl"]],["impl Sync for createBlogpostUrl",1,["wasmer_api::types::schema::__fields::RegistryInfo::createBlogpostUrl"]],["impl Sync for packages",1,["wasmer_api::types::schema::__fields::RegistryInfo::packages"]],["impl Sync for schema",1,["wasmer_api::types::schema::__fields::RegistryInfo::schema"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RegistryInfo::__typename"]],["impl Sync for appTransferRequestId",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestInput::appTransferRequestId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestInput::clientMutationId"]],["impl Sync for app",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestPayload::app"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RemoveAppTransferRequestPayload::__typename"]],["impl Sync for namespaceCollaboratorId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInput::namespaceCollaboratorId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInput::clientMutationId"]],["impl Sync for inviteId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInviteInput::inviteId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInviteInput::clientMutationId"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInvitePayload::namespace"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInvitePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInvitePayload::__typename"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorPayload::namespace"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorPayload::__typename"]],["impl Sync for packageCollaboratorId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInput::packageCollaboratorId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInput::clientMutationId"]],["impl Sync for inviteId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInviteInput::inviteId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInviteInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInvitePayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInvitePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorInvitePayload::__typename"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorPayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RemovePackageCollaboratorPayload::__typename"]],["impl Sync for packageTransferRequestId",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestInput::packageTransferRequestId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestPayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RemovePackageTransferRequestPayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::RenameAppAliasInput::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::RenameAppAliasInput::name"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RenameAppAliasInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::RenameAppAliasPayload::success"]],["impl Sync for alias",1,["wasmer_api::types::schema::__fields::RenameAppAliasPayload::alias"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RenameAppAliasPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RenameAppAliasPayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::RenameAppInput::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::RenameAppInput::name"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RenameAppInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::RenameAppPayload::success"]],["impl Sync for app",1,["wasmer_api::types::schema::__fields::RenameAppPayload::app"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RenameAppPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RenameAppPayload::__typename"]],["impl Sync for packageId",1,["wasmer_api::types::schema::__fields::RenamePackageInput::packageId"]],["impl Sync for newName",1,["wasmer_api::types::schema::__fields::RenamePackageInput::newName"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RenamePackageInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::RenamePackagePayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RenamePackagePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RenamePackagePayload::__typename"]],["impl Sync for appId",1,["wasmer_api::types::schema::__fields::RequestAppTransferInput::appId"]],["impl Sync for newOwnerId",1,["wasmer_api::types::schema::__fields::RequestAppTransferInput::newOwnerId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestAppTransferInput::clientMutationId"]],["impl Sync for appTransferRequest",1,["wasmer_api::types::schema::__fields::RequestAppTransferPayload::appTransferRequest"]],["impl Sync for wasInstantlyTransferred",1,["wasmer_api::types::schema::__fields::RequestAppTransferPayload::wasInstantlyTransferred"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestAppTransferPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RequestAppTransferPayload::__typename"]],["impl Sync for packageId",1,["wasmer_api::types::schema::__fields::RequestPackageTransferInput::packageId"]],["impl Sync for newOwnerId",1,["wasmer_api::types::schema::__fields::RequestPackageTransferInput::newOwnerId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestPackageTransferInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::package"]],["impl Sync for wasInstantlyTransferred",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::wasInstantlyTransferred"]],["impl Sync for packageTransferRequest",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::packageTransferRequest"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RequestPackageTransferPayload::__typename"]],["impl Sync for email",1,["wasmer_api::types::schema::__fields::RequestPasswordResetInput::email"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestPasswordResetInput::clientMutationId"]],["impl Sync for email",1,["wasmer_api::types::schema::__fields::RequestPasswordResetPayload::email"]],["impl Sync for errors",1,["wasmer_api::types::schema::__fields::RequestPasswordResetPayload::errors"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestPasswordResetPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RequestPasswordResetPayload::__typename"]],["impl Sync for userId",1,["wasmer_api::types::schema::__fields::RequestValidationEmailInput::userId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestValidationEmailInput::clientMutationId"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::RequestValidationEmailPayload::user"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::RequestValidationEmailPayload::success"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RequestValidationEmailPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RequestValidationEmailPayload::__typename"]],["impl Sync for revoked",1,["wasmer_api::types::schema::__fields::Revoke::revoked"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Revoke::__typename"]],["impl Sync for tokenId",1,["wasmer_api::types::schema::__fields::RevokeAPITokenInput::tokenId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RevokeAPITokenInput::clientMutationId"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::RevokeAPITokenPayload::token"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::RevokeAPITokenPayload::success"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::RevokeAPITokenPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::RevokeAPITokenPayload::__typename"]],["impl Sync for source",1,["wasmer_api::types::schema::__fields::RunnerWCGIV1::source"]],["impl Sync for dialect",1,["wasmer_api::types::schema::__fields::RunnerWCGIV1::dialect"]],["impl Sync for source",1,["wasmer_api::types::schema::__fields::RunnerWebProxyV1::source"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::SOARecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::SOARecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::SOARecord::deletedAt"]],["impl Sync for mname",1,["wasmer_api::types::schema::__fields::SOARecord::mname"]],["impl Sync for rname",1,["wasmer_api::types::schema::__fields::SOARecord::rname"]],["impl Sync for serial",1,["wasmer_api::types::schema::__fields::SOARecord::serial"]],["impl Sync for refresh",1,["wasmer_api::types::schema::__fields::SOARecord::refresh"]],["impl Sync for retry",1,["wasmer_api::types::schema::__fields::SOARecord::retry"]],["impl Sync for expire",1,["wasmer_api::types::schema::__fields::SOARecord::expire"]],["impl Sync for minimum",1,["wasmer_api::types::schema::__fields::SOARecord::minimum"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::SOARecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::SOARecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::SOARecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::SOARecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::SOARecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::SOARecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SOARecord::__typename"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::SRVRecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::SRVRecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::SRVRecord::deletedAt"]],["impl Sync for service",1,["wasmer_api::types::schema::__fields::SRVRecord::service"]],["impl Sync for protocol",1,["wasmer_api::types::schema::__fields::SRVRecord::protocol"]],["impl Sync for priority",1,["wasmer_api::types::schema::__fields::SRVRecord::priority"]],["impl Sync for weight",1,["wasmer_api::types::schema::__fields::SRVRecord::weight"]],["impl Sync for port",1,["wasmer_api::types::schema::__fields::SRVRecord::port"]],["impl Sync for target",1,["wasmer_api::types::schema::__fields::SRVRecord::target"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::SRVRecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::SRVRecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::SRVRecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::SRVRecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::SRVRecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::SRVRecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SRVRecord::__typename"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::SSHFPRecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::SSHFPRecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::SSHFPRecord::deletedAt"]],["impl Sync for algorithm",1,["wasmer_api::types::schema::__fields::SSHFPRecord::algorithm"]],["impl Sync for type",1,["wasmer_api::types::schema::__fields::SSHFPRecord::type"]],["impl Sync for fingerprint",1,["wasmer_api::types::schema::__fields::SSHFPRecord::fingerprint"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::SSHFPRecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::SSHFPRecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::SSHFPRecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::SSHFPRecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::SSHFPRecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::SSHFPRecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SSHFPRecord::__typename"]],["impl Sync for downloadUrl",1,["wasmer_api::types::schema::__fields::SchemaInfo::downloadUrl"]],["impl Sync for SHA256Hash",1,["wasmer_api::types::schema::__fields::SchemaInfo::SHA256Hash"]],["impl Sync for lastUpdated",1,["wasmer_api::types::schema::__fields::SchemaInfo::lastUpdated"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SchemaInfo::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::SearchConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::SearchConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::SearchConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SearchConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::SearchEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::SearchEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SearchEdge::__typename"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::SeePendingNotificationsInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::SeePendingNotificationsPayload::success"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::SeePendingNotificationsPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SeePendingNotificationsPayload::__typename"]],["impl Sync for paymentMethod",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodInput::paymentMethod"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodPayload::success"]],["impl Sync for billing",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodPayload::billing"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SetDefaultPaymentMethodPayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Signature::id"]],["impl Sync for publicKey",1,["wasmer_api::types::schema::__fields::Signature::publicKey"]],["impl Sync for data",1,["wasmer_api::types::schema::__fields::Signature::data"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::Signature::createdAt"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Signature::__typename"]],["impl Sync for url",1,["wasmer_api::types::schema::__fields::SignedUrl::url"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SignedUrl::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::SocialAuth::id"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::SocialAuth::user"]],["impl Sync for provider",1,["wasmer_api::types::schema::__fields::SocialAuth::provider"]],["impl Sync for uid",1,["wasmer_api::types::schema::__fields::SocialAuth::uid"]],["impl Sync for extraData",1,["wasmer_api::types::schema::__fields::SocialAuth::extraData"]],["impl Sync for created",1,["wasmer_api::types::schema::__fields::SocialAuth::created"]],["impl Sync for modified",1,["wasmer_api::types::schema::__fields::SocialAuth::modified"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::SocialAuth::username"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SocialAuth::__typename"]],["impl Sync for provider",1,["wasmer_api::types::schema::__fields::SocialAuthJWTInput::provider"]],["impl Sync for accessToken",1,["wasmer_api::types::schema::__fields::SocialAuthJWTInput::accessToken"]],["impl Sync for register",1,["wasmer_api::types::schema::__fields::SocialAuthJWTInput::register"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::SocialAuthJWTInput::clientMutationId"]],["impl Sync for social",1,["wasmer_api::types::schema::__fields::SocialAuthJWTPayload::social"]],["impl Sync for token",1,["wasmer_api::types::schema::__fields::SocialAuthJWTPayload::token"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::SocialAuthJWTPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::SocialAuthJWTPayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::StripeCustomer::id"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::StripeCustomer::__typename"]],["impl Sync for appVersionId",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::appVersionId"]],["impl Sync for startingFromISO",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::startingFromISO"]],["impl Sync for untilISO",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::untilISO"]],["impl Sync for streams",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::streams"]],["impl Sync for instanceIds",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::instanceIds"]],["impl Sync for searchTerm",1,["wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments::searchTerm"]],["impl Sync for repoId",1,["wasmer_api::types::schema::__fields::Subscription::_wait_on_repo_creation_arguments::repoId"]],["impl Sync for repoId",1,["wasmer_api::types::schema::__fields::Subscription::_app_is_published_from_repo_arguments::repoId"]],["impl Sync for publishedBy",1,["wasmer_api::types::schema::__fields::Subscription::_package_version_created_arguments::publishedBy"]],["impl Sync for ownerId",1,["wasmer_api::types::schema::__fields::Subscription::_package_version_created_arguments::ownerId"]],["impl Sync for packageVersionId",1,["wasmer_api::types::schema::__fields::Subscription::_package_version_ready_arguments::packageVersionId"]],["impl Sync for userId",1,["wasmer_api::types::schema::__fields::Subscription::_user_notification_created_arguments::userId"]],["impl Sync for streamLogs",1,["wasmer_api::types::schema::__fields::Subscription::streamLogs"]],["impl Sync for waitOnRepoCreation",1,["wasmer_api::types::schema::__fields::Subscription::waitOnRepoCreation"]],["impl Sync for appIsPublishedFromRepo",1,["wasmer_api::types::schema::__fields::Subscription::appIsPublishedFromRepo"]],["impl Sync for packageVersionCreated",1,["wasmer_api::types::schema::__fields::Subscription::packageVersionCreated"]],["impl Sync for packageVersionReady",1,["wasmer_api::types::schema::__fields::Subscription::packageVersionReady"]],["impl Sync for userNotificationCreated",1,["wasmer_api::types::schema::__fields::Subscription::userNotificationCreated"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Subscription::__typename"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::TXTRecord::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::TXTRecord::updatedAt"]],["impl Sync for deletedAt",1,["wasmer_api::types::schema::__fields::TXTRecord::deletedAt"]],["impl Sync for data",1,["wasmer_api::types::schema::__fields::TXTRecord::data"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::TXTRecord::id"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::TXTRecord::name"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::TXTRecord::ttl"]],["impl Sync for dnsClass",1,["wasmer_api::types::schema::__fields::TXTRecord::dnsClass"]],["impl Sync for text",1,["wasmer_api::types::schema::__fields::TXTRecord::text"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::TXTRecord::domain"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::TXTRecord::__typename"]],["impl Sync for packageReleaseId",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::packageReleaseId"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::version"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::name"]],["impl Sync for manifest",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::manifest"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::namespace"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::description"]],["impl Sync for license",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::license"]],["impl Sync for licenseFile",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::licenseFile"]],["impl Sync for readme",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::readme"]],["impl Sync for repository",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::repository"]],["impl Sync for homepage",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::homepage"]],["impl Sync for signature",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::signature"]],["impl Sync for icon",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::icon"]],["impl Sync for private",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::private"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::TagPackageReleaseInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::TagPackageReleasePayload::success"]],["impl Sync for packageVersion",1,["wasmer_api::types::schema::__fields::TagPackageReleasePayload::packageVersion"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::TagPackageReleasePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::TagPackageReleasePayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::TermsOfService::id"]],["impl Sync for content",1,["wasmer_api::types::schema::__fields::TermsOfService::content"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::TermsOfService::createdAt"]],["impl Sync for viewerHasAccepted",1,["wasmer_api::types::schema::__fields::TermsOfService::viewerHasAccepted"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::TermsOfService::__typename"]],["impl Sync for packageId",1,["wasmer_api::types::schema::__fields::UnlikePackageInput::packageId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UnlikePackageInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::UnlikePackagePayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UnlikePackagePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UnlikePackagePayload::__typename"]],["impl Sync for packageId",1,["wasmer_api::types::schema::__fields::UnwatchPackageInput::packageId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UnwatchPackageInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::UnwatchPackagePayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UnwatchPackagePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UnwatchPackagePayload::__typename"]],["impl Sync for namespaceCollaboratorInviteId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRoleInput::namespaceCollaboratorInviteId"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRoleInput::role"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRoleInput::clientMutationId"]],["impl Sync for collaboratorInvite",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRolePayload::collaboratorInvite"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRolePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRolePayload::__typename"]],["impl Sync for namespaceCollaboratorId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRoleInput::namespaceCollaboratorId"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRoleInput::role"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRoleInput::clientMutationId"]],["impl Sync for collaborator",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRolePayload::collaborator"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRolePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRolePayload::__typename"]],["impl Sync for namespaceId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::namespaceId"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::name"]],["impl Sync for displayName",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::displayName"]],["impl Sync for description",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::description"]],["impl Sync for avatar",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::avatar"]],["impl Sync for twitter",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::twitter"]],["impl Sync for github",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::github"]],["impl Sync for websiteUrl",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::websiteUrl"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespaceInput::clientMutationId"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::UpdateNamespacePayload::namespace"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateNamespacePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UpdateNamespacePayload::__typename"]],["impl Sync for packageCollaboratorInviteId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRoleInput::packageCollaboratorInviteId"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRoleInput::role"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRoleInput::clientMutationId"]],["impl Sync for collaboratorInvite",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRolePayload::collaboratorInvite"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRolePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRolePayload::__typename"]],["impl Sync for packageCollaboratorId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRoleInput::packageCollaboratorId"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRoleInput::role"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRoleInput::clientMutationId"]],["impl Sync for collaborator",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRolePayload::collaborator"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRolePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRolePayload::__typename"]],["impl Sync for packageId",1,["wasmer_api::types::schema::__fields::UpdatePackageInput::packageId"]],["impl Sync for icon",1,["wasmer_api::types::schema::__fields::UpdatePackageInput::icon"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackageInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::UpdatePackagePayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdatePackagePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UpdatePackagePayload::__typename"]],["impl Sync for userId",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::userId"]],["impl Sync for fullName",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::fullName"]],["impl Sync for bio",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::bio"]],["impl Sync for avatar",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::avatar"]],["impl Sync for twitter",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::twitter"]],["impl Sync for github",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::github"]],["impl Sync for websiteUrl",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::websiteUrl"]],["impl Sync for location",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::location"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateUserInfoInput::clientMutationId"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::UpdateUserInfoPayload::user"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpdateUserInfoPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UpdateUserInfoPayload::__typename"]],["impl Sync for kind",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::kind"]],["impl Sync for domainId",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::domainId"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::name"]],["impl Sync for value",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::value"]],["impl Sync for ttl",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::ttl"]],["impl Sync for recordId",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::recordId"]],["impl Sync for mx",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::mx"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordPayload::success"]],["impl Sync for record",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordPayload::record"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UpsertDNSRecordPayload::__typename"]],["impl Sync for zoneFile",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFileInput::zoneFile"]],["impl Sync for deleteMissingRecords",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFileInput::deleteMissingRecords"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFileInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFilePayload::success"]],["impl Sync for domain",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFilePayload::domain"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFilePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UpsertDomainFromZoneFilePayload::__typename"]],["impl Sync for variant",1,["wasmer_api::types::schema::__fields::UsageMetric::variant"]],["impl Sync for value",1,["wasmer_api::types::schema::__fields::UsageMetric::value"]],["impl Sync for unit",1,["wasmer_api::types::schema::__fields::UsageMetric::unit"]],["impl Sync for timestamp",1,["wasmer_api::types::schema::__fields::UsageMetric::timestamp"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UsageMetric::__typename"]],["impl Sync for size",1,["wasmer_api::types::schema::__fields::User::_avatar_arguments::size"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_public_activity_arguments::last"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::User::_waitlist_arguments::name"]],["impl Sync for role",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::role"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_namespaces_arguments::last"]],["impl Sync for collaborating",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::collaborating"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_packages_arguments::last"]],["impl Sync for collaborating",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::collaborating"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::sortBy"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_apps_arguments::last"]],["impl Sync for forRange",1,["wasmer_api::types::schema::__fields::User::_usage_metrics_arguments::forRange"]],["impl Sync for variant",1,["wasmer_api::types::schema::__fields::User::_usage_metrics_arguments::variant"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_domains_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_package_versions_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments::last"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_api_tokens_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_api_tokens_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_api_tokens_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_api_tokens_arguments::last"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_notifications_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_notifications_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_notifications_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_notifications_arguments::last"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::offset"]],["impl Sync for before",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::before"]],["impl Sync for after",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::after"]],["impl Sync for first",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::first"]],["impl Sync for last",1,["wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments::last"]],["impl Sync for firstName",1,["wasmer_api::types::schema::__fields::User::firstName"]],["impl Sync for lastName",1,["wasmer_api::types::schema::__fields::User::lastName"]],["impl Sync for email",1,["wasmer_api::types::schema::__fields::User::email"]],["impl Sync for dateJoined",1,["wasmer_api::types::schema::__fields::User::dateJoined"]],["impl Sync for username",1,["wasmer_api::types::schema::__fields::User::username"]],["impl Sync for isEmailValidated",1,["wasmer_api::types::schema::__fields::User::isEmailValidated"]],["impl Sync for bio",1,["wasmer_api::types::schema::__fields::User::bio"]],["impl Sync for location",1,["wasmer_api::types::schema::__fields::User::location"]],["impl Sync for websiteUrl",1,["wasmer_api::types::schema::__fields::User::websiteUrl"]],["impl Sync for wasmerInternal",1,["wasmer_api::types::schema::__fields::User::wasmerInternal"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::User::id"]],["impl Sync for globalName",1,["wasmer_api::types::schema::__fields::User::globalName"]],["impl Sync for globalId",1,["wasmer_api::types::schema::__fields::User::globalId"]],["impl Sync for avatar",1,["wasmer_api::types::schema::__fields::User::avatar"]],["impl Sync for isViewer",1,["wasmer_api::types::schema::__fields::User::isViewer"]],["impl Sync for hasUsablePassword",1,["wasmer_api::types::schema::__fields::User::hasUsablePassword"]],["impl Sync for fullName",1,["wasmer_api::types::schema::__fields::User::fullName"]],["impl Sync for githubUrl",1,["wasmer_api::types::schema::__fields::User::githubUrl"]],["impl Sync for twitterUrl",1,["wasmer_api::types::schema::__fields::User::twitterUrl"]],["impl Sync for companyRole",1,["wasmer_api::types::schema::__fields::User::companyRole"]],["impl Sync for companyDescription",1,["wasmer_api::types::schema::__fields::User::companyDescription"]],["impl Sync for publicActivity",1,["wasmer_api::types::schema::__fields::User::publicActivity"]],["impl Sync for billing",1,["wasmer_api::types::schema::__fields::User::billing"]],["impl Sync for waitlist",1,["wasmer_api::types::schema::__fields::User::waitlist"]],["impl Sync for namespaces",1,["wasmer_api::types::schema::__fields::User::namespaces"]],["impl Sync for packages",1,["wasmer_api::types::schema::__fields::User::packages"]],["impl Sync for apps",1,["wasmer_api::types::schema::__fields::User::apps"]],["impl Sync for usageMetrics",1,["wasmer_api::types::schema::__fields::User::usageMetrics"]],["impl Sync for domains",1,["wasmer_api::types::schema::__fields::User::domains"]],["impl Sync for isStaff",1,["wasmer_api::types::schema::__fields::User::isStaff"]],["impl Sync for packageVersions",1,["wasmer_api::types::schema::__fields::User::packageVersions"]],["impl Sync for packageTransfersIncoming",1,["wasmer_api::types::schema::__fields::User::packageTransfersIncoming"]],["impl Sync for packageInvitesIncoming",1,["wasmer_api::types::schema::__fields::User::packageInvitesIncoming"]],["impl Sync for namespaceInvitesIncoming",1,["wasmer_api::types::schema::__fields::User::namespaceInvitesIncoming"]],["impl Sync for apiTokens",1,["wasmer_api::types::schema::__fields::User::apiTokens"]],["impl Sync for notifications",1,["wasmer_api::types::schema::__fields::User::notifications"]],["impl Sync for dashboardActivity",1,["wasmer_api::types::schema::__fields::User::dashboardActivity"]],["impl Sync for loginMethods",1,["wasmer_api::types::schema::__fields::User::loginMethods"]],["impl Sync for githubUser",1,["wasmer_api::types::schema::__fields::User::githubUser"]],["impl Sync for githubScopes",1,["wasmer_api::types::schema::__fields::User::githubScopes"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::User::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::UserConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::UserConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::UserConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::UserEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::UserEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserEdge::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::UserNotification::id"]],["impl Sync for icon",1,["wasmer_api::types::schema::__fields::UserNotification::icon"]],["impl Sync for body",1,["wasmer_api::types::schema::__fields::UserNotification::body"]],["impl Sync for seenState",1,["wasmer_api::types::schema::__fields::UserNotification::seenState"]],["impl Sync for kind",1,["wasmer_api::types::schema::__fields::UserNotification::kind"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::UserNotification::createdAt"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserNotification::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::edges"]],["impl Sync for hasPendingNotifications",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::hasPendingNotifications"]],["impl Sync for pendingNotificationsCount",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::pendingNotificationsCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationConnection::__typename"]],["impl Sync for notification",1,["wasmer_api::types::schema::__fields::UserNotificationCreated::notification"]],["impl Sync for notificationDeletedId",1,["wasmer_api::types::schema::__fields::UserNotificationCreated::notificationDeletedId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationCreated::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::UserNotificationEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::UserNotificationEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationEdge::__typename"]],["impl Sync for namespaceInvite",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingNamespaceInvite::namespaceInvite"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingNamespaceInvite::__typename"]],["impl Sync for packageInvite",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageInvite::packageInvite"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageInvite::__typename"]],["impl Sync for packageTransferRequest",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageTransfer::packageTransferRequest"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageTransfer::__typename"]],["impl Sync for packageVersion",1,["wasmer_api::types::schema::__fields::UserNotificationKindPublishedPackageVersion::packageVersion"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindPublishedPackageVersion::__typename"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::UserNotificationKindValidateEmail::user"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::UserNotificationKindValidateEmail::__typename"]],["impl Sync for count",1,["wasmer_api::types::schema::__fields::UsersFilter::count"]],["impl Sync for sortBy",1,["wasmer_api::types::schema::__fields::UsersFilter::sortBy"]],["impl Sync for packageCount",1,["wasmer_api::types::schema::__fields::UsersFilter::packageCount"]],["impl Sync for namespaceCount",1,["wasmer_api::types::schema::__fields::UsersFilter::namespaceCount"]],["impl Sync for joinedAfter",1,["wasmer_api::types::schema::__fields::UsersFilter::joinedAfter"]],["impl Sync for joinedBefore",1,["wasmer_api::types::schema::__fields::UsersFilter::joinedBefore"]],["impl Sync for orderBy",1,["wasmer_api::types::schema::__fields::UsersFilter::orderBy"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::ValidateNonceInput::id"]],["impl Sync for secret",1,["wasmer_api::types::schema::__fields::ValidateNonceInput::secret"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateNonceInput::clientMutationId"]],["impl Sync for nonce",1,["wasmer_api::types::schema::__fields::ValidateNoncePayload::nonce"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateNoncePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ValidateNoncePayload::__typename"]],["impl Sync for userId",1,["wasmer_api::types::schema::__fields::ValidateUserEmailInput::userId"]],["impl Sync for challenge",1,["wasmer_api::types::schema::__fields::ValidateUserEmailInput::challenge"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateUserEmailInput::clientMutationId"]],["impl Sync for user",1,["wasmer_api::types::schema::__fields::ValidateUserEmailPayload::user"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateUserEmailPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ValidateUserEmailPayload::__typename"]],["impl Sync for password",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordInput::password"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordInput::clientMutationId"]],["impl Sync for success",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordPayload::success"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordPayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::ValidateUserPasswordPayload::__typename"]],["impl Sync for payload",1,["wasmer_api::types::schema::__fields::Verify::payload"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Verify::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::name"]],["impl Sync for checksum",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::checksum"]],["impl Sync for size",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::size"]],["impl Sync for offset",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::offset"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::WEBCFilesystemItem::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::Waitlist::name"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::Waitlist::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::Waitlist::updatedAt"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::Waitlist::id"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::Waitlist::__typename"]],["impl Sync for waitlist",1,["wasmer_api::types::schema::__fields::WaitlistMember::waitlist"]],["impl Sync for joinedAt",1,["wasmer_api::types::schema::__fields::WaitlistMember::joinedAt"]],["impl Sync for approvedAt",1,["wasmer_api::types::schema::__fields::WaitlistMember::approvedAt"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::WaitlistMember::id"]],["impl Sync for member",1,["wasmer_api::types::schema::__fields::WaitlistMember::member"]],["impl Sync for approved",1,["wasmer_api::types::schema::__fields::WaitlistMember::approved"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::WaitlistMember::__typename"]],["impl Sync for packageId",1,["wasmer_api::types::schema::__fields::WatchPackageInput::packageId"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::WatchPackageInput::clientMutationId"]],["impl Sync for package",1,["wasmer_api::types::schema::__fields::WatchPackagePayload::package"]],["impl Sync for clientMutationId",1,["wasmer_api::types::schema::__fields::WatchPackagePayload::clientMutationId"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::WatchPackagePayload::__typename"]],["impl Sync for id",1,["wasmer_api::types::schema::__fields::WebcImage::id"]],["impl Sync for version",1,["wasmer_api::types::schema::__fields::WebcImage::version"]],["impl Sync for fileSize",1,["wasmer_api::types::schema::__fields::WebcImage::fileSize"]],["impl Sync for manifest",1,["wasmer_api::types::schema::__fields::WebcImage::manifest"]],["impl Sync for volumes",1,["wasmer_api::types::schema::__fields::WebcImage::volumes"]],["impl Sync for offsets",1,["wasmer_api::types::schema::__fields::WebcImage::offsets"]],["impl Sync for webcSha256",1,["wasmer_api::types::schema::__fields::WebcImage::webcSha256"]],["impl Sync for targzSha256",1,["wasmer_api::types::schema::__fields::WebcImage::targzSha256"]],["impl Sync for createdAt",1,["wasmer_api::types::schema::__fields::WebcImage::createdAt"]],["impl Sync for updatedAt",1,["wasmer_api::types::schema::__fields::WebcImage::updatedAt"]],["impl Sync for webcUrl",1,["wasmer_api::types::schema::__fields::WebcImage::webcUrl"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::WebcImage::__typename"]],["impl Sync for pageInfo",1,["wasmer_api::types::schema::__fields::WebcImageConnection::pageInfo"]],["impl Sync for edges",1,["wasmer_api::types::schema::__fields::WebcImageConnection::edges"]],["impl Sync for totalCount",1,["wasmer_api::types::schema::__fields::WebcImageConnection::totalCount"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::WebcImageConnection::__typename"]],["impl Sync for node",1,["wasmer_api::types::schema::__fields::WebcImageEdge::node"]],["impl Sync for cursor",1,["wasmer_api::types::schema::__fields::WebcImageEdge::cursor"]],["impl Sync for __typename",1,["wasmer_api::types::schema::__fields::WebcImageEdge::__typename"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::WebcSourceV1::name"]],["impl Sync for namespace",1,["wasmer_api::types::schema::__fields::WebcSourceV1::namespace"]],["impl Sync for repository",1,["wasmer_api::types::schema::__fields::WebcSourceV1::repository"]],["impl Sync for tag",1,["wasmer_api::types::schema::__fields::WebcSourceV1::tag"]],["impl Sync for authToken",1,["wasmer_api::types::schema::__fields::WebcSourceV1::authToken"]],["impl Sync for webProxy",1,["wasmer_api::types::schema::__fields::WorkloadRunnerV1::webProxy"]],["impl Sync for wcgi",1,["wasmer_api::types::schema::__fields::WorkloadRunnerV1::wcgi"]],["impl Sync for webc",1,["wasmer_api::types::schema::__fields::WorkloadRunnerWasmSourceV1::webc"]],["impl Sync for capability",1,["wasmer_api::types::schema::__fields::WorkloadV1::capability"]],["impl Sync for name",1,["wasmer_api::types::schema::__fields::WorkloadV1::name"]],["impl Sync for runner",1,["wasmer_api::types::schema::__fields::WorkloadV1::runner"]],["impl Sync for source",1,["wasmer_api::types::schema::__fields::WorkloadV2::source"]],["impl Sync for AAAARecord",1,["wasmer_api::types::schema::AAAARecord"]],["impl Sync for APIToken",1,["wasmer_api::types::schema::APIToken"]],["impl Sync for APITokenConnection",1,["wasmer_api::types::schema::APITokenConnection"]],["impl Sync for APITokenEdge",1,["wasmer_api::types::schema::APITokenEdge"]],["impl Sync for ARecord",1,["wasmer_api::types::schema::ARecord"]],["impl Sync for AcceptAppTransferRequestInput",1,["wasmer_api::types::schema::AcceptAppTransferRequestInput"]],["impl Sync for AcceptAppTransferRequestPayload",1,["wasmer_api::types::schema::AcceptAppTransferRequestPayload"]],["impl Sync for AcceptNamespaceCollaboratorInviteInput",1,["wasmer_api::types::schema::AcceptNamespaceCollaboratorInviteInput"]],["impl Sync for AcceptNamespaceCollaboratorInvitePayload",1,["wasmer_api::types::schema::AcceptNamespaceCollaboratorInvitePayload"]],["impl Sync for AcceptPackageCollaboratorInviteInput",1,["wasmer_api::types::schema::AcceptPackageCollaboratorInviteInput"]],["impl Sync for AcceptPackageCollaboratorInvitePayload",1,["wasmer_api::types::schema::AcceptPackageCollaboratorInvitePayload"]],["impl Sync for AcceptPackageTransferRequestInput",1,["wasmer_api::types::schema::AcceptPackageTransferRequestInput"]],["impl Sync for AcceptPackageTransferRequestPayload",1,["wasmer_api::types::schema::AcceptPackageTransferRequestPayload"]],["impl Sync for AcceptTOSInput",1,["wasmer_api::types::schema::AcceptTOSInput"]],["impl Sync for AcceptTOSPayload",1,["wasmer_api::types::schema::AcceptTOSPayload"]],["impl Sync for ActivityEvent",1,["wasmer_api::types::schema::ActivityEvent"]],["impl Sync for ActivityEventConnection",1,["wasmer_api::types::schema::ActivityEventConnection"]],["impl Sync for ActivityEventEdge",1,["wasmer_api::types::schema::ActivityEventEdge"]],["impl Sync for AddPaymentInput",1,["wasmer_api::types::schema::AddPaymentInput"]],["impl Sync for AddPaymentPayload",1,["wasmer_api::types::schema::AddPaymentPayload"]],["impl Sync for AggregateMetrics",1,["wasmer_api::types::schema::AggregateMetrics"]],["impl Sync for AppAlias",1,["wasmer_api::types::schema::AppAlias"]],["impl Sync for AppAliasConnection",1,["wasmer_api::types::schema::AppAliasConnection"]],["impl Sync for AppAliasEdge",1,["wasmer_api::types::schema::AppAliasEdge"]],["impl Sync for AppConfigV1",1,["wasmer_api::types::schema::AppConfigV1"]],["impl Sync for AppFilter",1,["wasmer_api::types::schema::AppFilter"]],["impl Sync for AppOrderBy",1,["wasmer_api::types::schema::AppOrderBy"]],["impl Sync for AppTemplate",1,["wasmer_api::types::schema::AppTemplate"]],["impl Sync for AppTemplateCategory",1,["wasmer_api::types::schema::AppTemplateCategory"]],["impl Sync for AppTemplateCategoryConnection",1,["wasmer_api::types::schema::AppTemplateCategoryConnection"]],["impl Sync for AppTemplateCategoryEdge",1,["wasmer_api::types::schema::AppTemplateCategoryEdge"]],["impl Sync for AppTemplateConnection",1,["wasmer_api::types::schema::AppTemplateConnection"]],["impl Sync for AppTemplateEdge",1,["wasmer_api::types::schema::AppTemplateEdge"]],["impl Sync for AppTemplateFilter",1,["wasmer_api::types::schema::AppTemplateFilter"]],["impl Sync for AppTemplateOrderBy",1,["wasmer_api::types::schema::AppTemplateOrderBy"]],["impl Sync for AppTemplatesSortBy",1,["wasmer_api::types::schema::AppTemplatesSortBy"]],["impl Sync for AppTransferRequest",1,["wasmer_api::types::schema::AppTransferRequest"]],["impl Sync for AppV1Spec",1,["wasmer_api::types::schema::AppV1Spec"]],["impl Sync for AppVersionVolume",1,["wasmer_api::types::schema::AppVersionVolume"]],["impl Sync for AppVersionVolumeMountPath",1,["wasmer_api::types::schema::AppVersionVolumeMountPath"]],["impl Sync for ArchivePackageInput",1,["wasmer_api::types::schema::ArchivePackageInput"]],["impl Sync for ArchivePackagePayload",1,["wasmer_api::types::schema::ArchivePackagePayload"]],["impl Sync for BigInt",1,["wasmer_api::types::schema::BigInt"]],["impl Sync for Billing",1,["wasmer_api::types::schema::Billing"]],["impl Sync for BindingsGenerator",1,["wasmer_api::types::schema::BindingsGenerator"]],["impl Sync for BindingsGeneratorConnection",1,["wasmer_api::types::schema::BindingsGeneratorConnection"]],["impl Sync for BindingsGeneratorEdge",1,["wasmer_api::types::schema::BindingsGeneratorEdge"]],["impl Sync for BlogBlogPostThemeChoices",1,["wasmer_api::types::schema::BlogBlogPostThemeChoices"]],["impl Sync for BlogPost",1,["wasmer_api::types::schema::BlogPost"]],["impl Sync for BlogPostConnection",1,["wasmer_api::types::schema::BlogPostConnection"]],["impl Sync for BlogPostEdge",1,["wasmer_api::types::schema::BlogPostEdge"]],["impl Sync for BlogPostTag",1,["wasmer_api::types::schema::BlogPostTag"]],["impl Sync for BlogPostTagConnection",1,["wasmer_api::types::schema::BlogPostTagConnection"]],["impl Sync for BlogPostTagEdge",1,["wasmer_api::types::schema::BlogPostTagEdge"]],["impl Sync for BlogPostsFilter",1,["wasmer_api::types::schema::BlogPostsFilter"]],["impl Sync for CAARecord",1,["wasmer_api::types::schema::CAARecord"]],["impl Sync for CNAMERecord",1,["wasmer_api::types::schema::CNAMERecord"]],["impl Sync for CapabilityCpuV1",1,["wasmer_api::types::schema::CapabilityCpuV1"]],["impl Sync for CapabilityFileSystemV1",1,["wasmer_api::types::schema::CapabilityFileSystemV1"]],["impl Sync for CapabilityMapV1",1,["wasmer_api::types::schema::CapabilityMapV1"]],["impl Sync for CapabilityMemorySwapV1",1,["wasmer_api::types::schema::CapabilityMemorySwapV1"]],["impl Sync for CapabilityNetworkDnsV1",1,["wasmer_api::types::schema::CapabilityNetworkDnsV1"]],["impl Sync for CapabilityNetworkGatewayV1",1,["wasmer_api::types::schema::CapabilityNetworkGatewayV1"]],["impl Sync for CapabilityNetworkV1",1,["wasmer_api::types::schema::CapabilityNetworkV1"]],["impl Sync for CapabilityPersistentMemoryV1",1,["wasmer_api::types::schema::CapabilityPersistentMemoryV1"]],["impl Sync for CardBrand",1,["wasmer_api::types::schema::CardBrand"]],["impl Sync for CardFunding",1,["wasmer_api::types::schema::CardFunding"]],["impl Sync for CardPaymentMethod",1,["wasmer_api::types::schema::CardPaymentMethod"]],["impl Sync for CaseInsensitiveString",1,["wasmer_api::types::schema::CaseInsensitiveString"]],["impl Sync for Category",1,["wasmer_api::types::schema::Category"]],["impl Sync for CategoryConnection",1,["wasmer_api::types::schema::CategoryConnection"]],["impl Sync for CategoryEdge",1,["wasmer_api::types::schema::CategoryEdge"]],["impl Sync for ChangePackageVersionArchivedStatusInput",1,["wasmer_api::types::schema::ChangePackageVersionArchivedStatusInput"]],["impl Sync for ChangePackageVersionArchivedStatusPayload",1,["wasmer_api::types::schema::ChangePackageVersionArchivedStatusPayload"]],["impl Sync for ChangeUserEmailInput",1,["wasmer_api::types::schema::ChangeUserEmailInput"]],["impl Sync for ChangeUserEmailPayload",1,["wasmer_api::types::schema::ChangeUserEmailPayload"]],["impl Sync for ChangeUserPasswordInput",1,["wasmer_api::types::schema::ChangeUserPasswordInput"]],["impl Sync for ChangeUserPasswordPayload",1,["wasmer_api::types::schema::ChangeUserPasswordPayload"]],["impl Sync for ChangeUserUsernameInput",1,["wasmer_api::types::schema::ChangeUserUsernameInput"]],["impl Sync for ChangeUserUsernamePayload",1,["wasmer_api::types::schema::ChangeUserUsernamePayload"]],["impl Sync for CheckUserExistsInput",1,["wasmer_api::types::schema::CheckUserExistsInput"]],["impl Sync for CheckUserExistsPayload",1,["wasmer_api::types::schema::CheckUserExistsPayload"]],["impl Sync for Collection",1,["wasmer_api::types::schema::Collection"]],["impl Sync for CollectionConnection",1,["wasmer_api::types::schema::CollectionConnection"]],["impl Sync for CollectionEdge",1,["wasmer_api::types::schema::CollectionEdge"]],["impl Sync for Command",1,["wasmer_api::types::schema::Command"]],["impl Sync for Configuration",1,["wasmer_api::types::schema::Configuration"]],["impl Sync for CountComparison",1,["wasmer_api::types::schema::CountComparison"]],["impl Sync for CountFilter",1,["wasmer_api::types::schema::CountFilter"]],["impl Sync for CreateNamespaceInput",1,["wasmer_api::types::schema::CreateNamespaceInput"]],["impl Sync for CreateNamespacePayload",1,["wasmer_api::types::schema::CreateNamespacePayload"]],["impl Sync for CreateRepoForAppTemplateInput",1,["wasmer_api::types::schema::CreateRepoForAppTemplateInput"]],["impl Sync for CreateRepoForAppTemplatePayload",1,["wasmer_api::types::schema::CreateRepoForAppTemplatePayload"]],["impl Sync for DNAMERecord",1,["wasmer_api::types::schema::DNAMERecord"]],["impl Sync for DNSDomain",1,["wasmer_api::types::schema::DNSDomain"]],["impl Sync for DNSDomainConnection",1,["wasmer_api::types::schema::DNSDomainConnection"]],["impl Sync for DNSDomainEdge",1,["wasmer_api::types::schema::DNSDomainEdge"]],["impl Sync for DNSMXExtraInput",1,["wasmer_api::types::schema::DNSMXExtraInput"]],["impl Sync for DNSRecord",1,["wasmer_api::types::schema::DNSRecord"]],["impl Sync for DNSRecordConnection",1,["wasmer_api::types::schema::DNSRecordConnection"]],["impl Sync for DNSRecordEdge",1,["wasmer_api::types::schema::DNSRecordEdge"]],["impl Sync for DNSRecordInterface",1,["wasmer_api::types::schema::DNSRecordInterface"]],["impl Sync for DNSRecordsSortBy",1,["wasmer_api::types::schema::DNSRecordsSortBy"]],["impl Sync for DateTime",1,["wasmer_api::types::schema::DateTime"]],["impl Sync for DeleteAppInput",1,["wasmer_api::types::schema::DeleteAppInput"]],["impl Sync for DeleteAppPayload",1,["wasmer_api::types::schema::DeleteAppPayload"]],["impl Sync for DeleteDNSRecordInput",1,["wasmer_api::types::schema::DeleteDNSRecordInput"]],["impl Sync for DeleteDNSRecordPayload",1,["wasmer_api::types::schema::DeleteDNSRecordPayload"]],["impl Sync for DeleteDomainInput",1,["wasmer_api::types::schema::DeleteDomainInput"]],["impl Sync for DeleteDomainPayload",1,["wasmer_api::types::schema::DeleteDomainPayload"]],["impl Sync for DeleteNamespaceInput",1,["wasmer_api::types::schema::DeleteNamespaceInput"]],["impl Sync for DeleteNamespacePayload",1,["wasmer_api::types::schema::DeleteNamespacePayload"]],["impl Sync for DeployApp",1,["wasmer_api::types::schema::DeployApp"]],["impl Sync for DeployAppAliasKindChoices",1,["wasmer_api::types::schema::DeployAppAliasKindChoices"]],["impl Sync for DeployAppConnection",1,["wasmer_api::types::schema::DeployAppConnection"]],["impl Sync for DeployAppEdge",1,["wasmer_api::types::schema::DeployAppEdge"]],["impl Sync for DeployAppVersion",1,["wasmer_api::types::schema::DeployAppVersion"]],["impl Sync for DeployAppVersionConnection",1,["wasmer_api::types::schema::DeployAppVersionConnection"]],["impl Sync for DeployAppVersionEdge",1,["wasmer_api::types::schema::DeployAppVersionEdge"]],["impl Sync for DeployAppVersionsSortBy",1,["wasmer_api::types::schema::DeployAppVersionsSortBy"]],["impl Sync for DeployAppsSortBy",1,["wasmer_api::types::schema::DeployAppsSortBy"]],["impl Sync for DeploymentV1",1,["wasmer_api::types::schema::DeploymentV1"]],["impl Sync for DetachPaymentMethodInput",1,["wasmer_api::types::schema::DetachPaymentMethodInput"]],["impl Sync for DetachPaymentMethodPayload",1,["wasmer_api::types::schema::DetachPaymentMethodPayload"]],["impl Sync for DjstripePaymentIntentStatusChoices",1,["wasmer_api::types::schema::DjstripePaymentIntentStatusChoices"]],["impl Sync for DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices",1,["wasmer_api::types::schema::DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices"]],["impl Sync for DnsmanagerSshFingerprintRecordAlgorithmChoices",1,["wasmer_api::types::schema::DnsmanagerSshFingerprintRecordAlgorithmChoices"]],["impl Sync for DnsmanagerSshFingerprintRecordTypeChoices",1,["wasmer_api::types::schema::DnsmanagerSshFingerprintRecordTypeChoices"]],["impl Sync for ErrorType",1,["wasmer_api::types::schema::ErrorType"]],["impl Sync for EventBody",1,["wasmer_api::types::schema::EventBody"]],["impl Sync for FileSystemPermissionsV1",1,["wasmer_api::types::schema::FileSystemPermissionsV1"]],["impl Sync for FileSystemVolumeConfigV1",1,["wasmer_api::types::schema::FileSystemVolumeConfigV1"]],["impl Sync for FileSystemVolumeMountV1",1,["wasmer_api::types::schema::FileSystemVolumeMountV1"]],["impl Sync for FileSystemVolumeSourceLocalV1",1,["wasmer_api::types::schema::FileSystemVolumeSourceLocalV1"]],["impl Sync for FileSystemVolumeSourceV1",1,["wasmer_api::types::schema::FileSystemVolumeSourceV1"]],["impl Sync for GenerateAPITokenInput",1,["wasmer_api::types::schema::GenerateAPITokenInput"]],["impl Sync for GenerateAPITokenPayload",1,["wasmer_api::types::schema::GenerateAPITokenPayload"]],["impl Sync for GenerateBindingsForAllPackagesInput",1,["wasmer_api::types::schema::GenerateBindingsForAllPackagesInput"]],["impl Sync for GenerateBindingsForAllPackagesPayload",1,["wasmer_api::types::schema::GenerateBindingsForAllPackagesPayload"]],["impl Sync for GenerateDeployConfigTokenInput",1,["wasmer_api::types::schema::GenerateDeployConfigTokenInput"]],["impl Sync for GenerateDeployConfigTokenPayload",1,["wasmer_api::types::schema::GenerateDeployConfigTokenPayload"]],["impl Sync for GenerateDeployTokenInput",1,["wasmer_api::types::schema::GenerateDeployTokenInput"]],["impl Sync for GenerateDeployTokenPayload",1,["wasmer_api::types::schema::GenerateDeployTokenPayload"]],["impl Sync for GenericScalar",1,["wasmer_api::types::schema::GenericScalar"]],["impl Sync for GetPasswordResetToken",1,["wasmer_api::types::schema::GetPasswordResetToken"]],["impl Sync for GlobalObject",1,["wasmer_api::types::schema::GlobalObject"]],["impl Sync for GrapheneRole",1,["wasmer_api::types::schema::GrapheneRole"]],["impl Sync for InputSignature",1,["wasmer_api::types::schema::InputSignature"]],["impl Sync for Interface",1,["wasmer_api::types::schema::Interface"]],["impl Sync for InterfaceVersion",1,["wasmer_api::types::schema::InterfaceVersion"]],["impl Sync for InterfaceVersionConnection",1,["wasmer_api::types::schema::InterfaceVersionConnection"]],["impl Sync for InterfaceVersionEdge",1,["wasmer_api::types::schema::InterfaceVersionEdge"]],["impl Sync for InviteNamespaceCollaboratorInput",1,["wasmer_api::types::schema::InviteNamespaceCollaboratorInput"]],["impl Sync for InviteNamespaceCollaboratorPayload",1,["wasmer_api::types::schema::InviteNamespaceCollaboratorPayload"]],["impl Sync for InvitePackageCollaboratorInput",1,["wasmer_api::types::schema::InvitePackageCollaboratorInput"]],["impl Sync for InvitePackageCollaboratorPayload",1,["wasmer_api::types::schema::InvitePackageCollaboratorPayload"]],["impl Sync for JSONString",1,["wasmer_api::types::schema::JSONString"]],["impl Sync for JoinWaitlistInput",1,["wasmer_api::types::schema::JoinWaitlistInput"]],["impl Sync for JoinWaitlistPayload",1,["wasmer_api::types::schema::JoinWaitlistPayload"]],["impl Sync for LikePackageInput",1,["wasmer_api::types::schema::LikePackageInput"]],["impl Sync for LikePackagePayload",1,["wasmer_api::types::schema::LikePackagePayload"]],["impl Sync for Likeable",1,["wasmer_api::types::schema::Likeable"]],["impl Sync for Log",1,["wasmer_api::types::schema::Log"]],["impl Sync for LogConnection",1,["wasmer_api::types::schema::LogConnection"]],["impl Sync for LogEdge",1,["wasmer_api::types::schema::LogEdge"]],["impl Sync for LogStream",1,["wasmer_api::types::schema::LogStream"]],["impl Sync for LoginMethod",1,["wasmer_api::types::schema::LoginMethod"]],["impl Sync for MFAAuthResponse",1,["wasmer_api::types::schema::MFAAuthResponse"]],["impl Sync for MFAEmailAuthInput",1,["wasmer_api::types::schema::MFAEmailAuthInput"]],["impl Sync for MFAEmailGenerationResponse",1,["wasmer_api::types::schema::MFAEmailGenerationResponse"]],["impl Sync for MFAGenerateEmailOTPInput",1,["wasmer_api::types::schema::MFAGenerateEmailOTPInput"]],["impl Sync for MFAGenerateRecoveryTokenInput",1,["wasmer_api::types::schema::MFAGenerateRecoveryTokenInput"]],["impl Sync for MFARecoveryAuthInput",1,["wasmer_api::types::schema::MFARecoveryAuthInput"]],["impl Sync for MFARecoveryCodes",1,["wasmer_api::types::schema::MFARecoveryCodes"]],["impl Sync for MFATOTPAuthInput",1,["wasmer_api::types::schema::MFATOTPAuthInput"]],["impl Sync for MFATOTPGetTokenInput",1,["wasmer_api::types::schema::MFATOTPGetTokenInput"]],["impl Sync for MFATOTPTokenType",1,["wasmer_api::types::schema::MFATOTPTokenType"]],["impl Sync for MFATOTPVerifyInput",1,["wasmer_api::types::schema::MFATOTPVerifyInput"]],["impl Sync for MFATOTPVerifyPayload",1,["wasmer_api::types::schema::MFATOTPVerifyPayload"]],["impl Sync for MFATOTPVerifyStatus",1,["wasmer_api::types::schema::MFATOTPVerifyStatus"]],["impl Sync for MXRecord",1,["wasmer_api::types::schema::MXRecord"]],["impl Sync for MakePackagePublicInput",1,["wasmer_api::types::schema::MakePackagePublicInput"]],["impl Sync for MakePackagePublicPayload",1,["wasmer_api::types::schema::MakePackagePublicPayload"]],["impl Sync for MarkAppVersionAsActiveInput",1,["wasmer_api::types::schema::MarkAppVersionAsActiveInput"]],["impl Sync for MarkAppVersionAsActivePayload",1,["wasmer_api::types::schema::MarkAppVersionAsActivePayload"]],["impl Sync for MetricRange",1,["wasmer_api::types::schema::MetricRange"]],["impl Sync for MetricType",1,["wasmer_api::types::schema::MetricType"]],["impl Sync for MetricUnit",1,["wasmer_api::types::schema::MetricUnit"]],["impl Sync for Mutation",1,["wasmer_api::types::schema::Mutation"]],["impl Sync for NSRecord",1,["wasmer_api::types::schema::NSRecord"]],["impl Sync for Namespace",1,["wasmer_api::types::schema::Namespace"]],["impl Sync for NamespaceCollaborator",1,["wasmer_api::types::schema::NamespaceCollaborator"]],["impl Sync for NamespaceCollaboratorConnection",1,["wasmer_api::types::schema::NamespaceCollaboratorConnection"]],["impl Sync for NamespaceCollaboratorEdge",1,["wasmer_api::types::schema::NamespaceCollaboratorEdge"]],["impl Sync for NamespaceCollaboratorInvite",1,["wasmer_api::types::schema::NamespaceCollaboratorInvite"]],["impl Sync for NamespaceCollaboratorInviteConnection",1,["wasmer_api::types::schema::NamespaceCollaboratorInviteConnection"]],["impl Sync for NamespaceCollaboratorInviteEdge",1,["wasmer_api::types::schema::NamespaceCollaboratorInviteEdge"]],["impl Sync for NamespaceConnection",1,["wasmer_api::types::schema::NamespaceConnection"]],["impl Sync for NamespaceEdge",1,["wasmer_api::types::schema::NamespaceEdge"]],["impl Sync for NamespaceOrderBy",1,["wasmer_api::types::schema::NamespaceOrderBy"]],["impl Sync for NamespacesFilter",1,["wasmer_api::types::schema::NamespacesFilter"]],["impl Sync for NativeExecutable",1,["wasmer_api::types::schema::NativeExecutable"]],["impl Sync for NativeExecutableConnection",1,["wasmer_api::types::schema::NativeExecutableConnection"]],["impl Sync for NativeExecutableEdge",1,["wasmer_api::types::schema::NativeExecutableEdge"]],["impl Sync for NetworkDnsAllowedHostsV1",1,["wasmer_api::types::schema::NetworkDnsAllowedHostsV1"]],["impl Sync for NetworkEgressV1",1,["wasmer_api::types::schema::NetworkEgressV1"]],["impl Sync for NewNonceInput",1,["wasmer_api::types::schema::NewNonceInput"]],["impl Sync for NewNoncePayload",1,["wasmer_api::types::schema::NewNoncePayload"]],["impl Sync for Node",1,["wasmer_api::types::schema::Node"]],["impl Sync for NodeBodyRange",1,["wasmer_api::types::schema::NodeBodyRange"]],["impl Sync for Nonce",1,["wasmer_api::types::schema::Nonce"]],["impl Sync for NonceConnection",1,["wasmer_api::types::schema::NonceConnection"]],["impl Sync for NonceEdge",1,["wasmer_api::types::schema::NonceEdge"]],["impl Sync for ObtainJSONWebTokenInput",1,["wasmer_api::types::schema::ObtainJSONWebTokenInput"]],["impl Sync for ObtainJSONWebTokenPayload",1,["wasmer_api::types::schema::ObtainJSONWebTokenPayload"]],["impl Sync for Owner",1,["wasmer_api::types::schema::Owner"]],["impl Sync for PTRRecord",1,["wasmer_api::types::schema::PTRRecord"]],["impl Sync for Package",1,["wasmer_api::types::schema::Package"]],["impl Sync for PackageCollaborator",1,["wasmer_api::types::schema::PackageCollaborator"]],["impl Sync for PackageCollaboratorConnection",1,["wasmer_api::types::schema::PackageCollaboratorConnection"]],["impl Sync for PackageCollaboratorEdge",1,["wasmer_api::types::schema::PackageCollaboratorEdge"]],["impl Sync for PackageCollaboratorInvite",1,["wasmer_api::types::schema::PackageCollaboratorInvite"]],["impl Sync for PackageCollaboratorInviteConnection",1,["wasmer_api::types::schema::PackageCollaboratorInviteConnection"]],["impl Sync for PackageCollaboratorInviteEdge",1,["wasmer_api::types::schema::PackageCollaboratorInviteEdge"]],["impl Sync for PackageConnection",1,["wasmer_api::types::schema::PackageConnection"]],["impl Sync for PackageDistribution",1,["wasmer_api::types::schema::PackageDistribution"]],["impl Sync for PackageEdge",1,["wasmer_api::types::schema::PackageEdge"]],["impl Sync for PackageInfo",1,["wasmer_api::types::schema::PackageInfo"]],["impl Sync for PackageInstance",1,["wasmer_api::types::schema::PackageInstance"]],["impl Sync for PackageKeyword",1,["wasmer_api::types::schema::PackageKeyword"]],["impl Sync for PackageKeywordConnection",1,["wasmer_api::types::schema::PackageKeywordConnection"]],["impl Sync for PackageKeywordEdge",1,["wasmer_api::types::schema::PackageKeywordEdge"]],["impl Sync for PackageOrderBy",1,["wasmer_api::types::schema::PackageOrderBy"]],["impl Sync for PackageOwner",1,["wasmer_api::types::schema::PackageOwner"]],["impl Sync for PackageReleaseInterface",1,["wasmer_api::types::schema::PackageReleaseInterface"]],["impl Sync for PackageSearchConnection",1,["wasmer_api::types::schema::PackageSearchConnection"]],["impl Sync for PackageSearchEdge",1,["wasmer_api::types::schema::PackageSearchEdge"]],["impl Sync for PackageTransferRequest",1,["wasmer_api::types::schema::PackageTransferRequest"]],["impl Sync for PackageTransferRequestConnection",1,["wasmer_api::types::schema::PackageTransferRequestConnection"]],["impl Sync for PackageTransferRequestEdge",1,["wasmer_api::types::schema::PackageTransferRequestEdge"]],["impl Sync for PackageVersion",1,["wasmer_api::types::schema::PackageVersion"]],["impl Sync for PackageVersionBinding",1,["wasmer_api::types::schema::PackageVersionBinding"]],["impl Sync for PackageVersionBindingConnection",1,["wasmer_api::types::schema::PackageVersionBindingConnection"]],["impl Sync for PackageVersionBindingEdge",1,["wasmer_api::types::schema::PackageVersionBindingEdge"]],["impl Sync for PackageVersionConnection",1,["wasmer_api::types::schema::PackageVersionConnection"]],["impl Sync for PackageVersionEdge",1,["wasmer_api::types::schema::PackageVersionEdge"]],["impl Sync for PackageVersionFilesystem",1,["wasmer_api::types::schema::PackageVersionFilesystem"]],["impl Sync for PackageVersionLanguageBinding",1,["wasmer_api::types::schema::PackageVersionLanguageBinding"]],["impl Sync for PackageVersionModule",1,["wasmer_api::types::schema::PackageVersionModule"]],["impl Sync for PackageVersionNPMBinding",1,["wasmer_api::types::schema::PackageVersionNPMBinding"]],["impl Sync for PackageVersionNPMBindingConnection",1,["wasmer_api::types::schema::PackageVersionNPMBindingConnection"]],["impl Sync for PackageVersionNPMBindingEdge",1,["wasmer_api::types::schema::PackageVersionNPMBindingEdge"]],["impl Sync for PackageVersionPythonBinding",1,["wasmer_api::types::schema::PackageVersionPythonBinding"]],["impl Sync for PackageVersionPythonBindingConnection",1,["wasmer_api::types::schema::PackageVersionPythonBindingConnection"]],["impl Sync for PackageVersionPythonBindingEdge",1,["wasmer_api::types::schema::PackageVersionPythonBindingEdge"]],["impl Sync for PackageVersionReadyResponse",1,["wasmer_api::types::schema::PackageVersionReadyResponse"]],["impl Sync for PackageVersionSortBy",1,["wasmer_api::types::schema::PackageVersionSortBy"]],["impl Sync for PackageVersionState",1,["wasmer_api::types::schema::PackageVersionState"]],["impl Sync for PackageWebc",1,["wasmer_api::types::schema::PackageWebc"]],["impl Sync for PackageWebcConnection",1,["wasmer_api::types::schema::PackageWebcConnection"]],["impl Sync for PackageWebcEdge",1,["wasmer_api::types::schema::PackageWebcEdge"]],["impl Sync for PackagesFilter",1,["wasmer_api::types::schema::PackagesFilter"]],["impl Sync for PageInfo",1,["wasmer_api::types::schema::PageInfo"]],["impl Sync for Payment",1,["wasmer_api::types::schema::Payment"]],["impl Sync for PaymentIntent",1,["wasmer_api::types::schema::PaymentIntent"]],["impl Sync for PaymentMethod",1,["wasmer_api::types::schema::PaymentMethod"]],["impl Sync for PiritaFilesystemDir",1,["wasmer_api::types::schema::PiritaFilesystemDir"]],["impl Sync for PiritaFilesystemFile",1,["wasmer_api::types::schema::PiritaFilesystemFile"]],["impl Sync for PiritaFilesystemItem",1,["wasmer_api::types::schema::PiritaFilesystemItem"]],["impl Sync for PiritaFilesystemNameDisplay",1,["wasmer_api::types::schema::PiritaFilesystemNameDisplay"]],["impl Sync for ProgrammingLanguage",1,["wasmer_api::types::schema::ProgrammingLanguage"]],["impl Sync for PublicKey",1,["wasmer_api::types::schema::PublicKey"]],["impl Sync for PublishDeployAppInput",1,["wasmer_api::types::schema::PublishDeployAppInput"]],["impl Sync for PublishDeployAppPayload",1,["wasmer_api::types::schema::PublishDeployAppPayload"]],["impl Sync for PublishPackageInput",1,["wasmer_api::types::schema::PublishPackageInput"]],["impl Sync for PublishPackagePayload",1,["wasmer_api::types::schema::PublishPackagePayload"]],["impl Sync for PublishPublicKeyInput",1,["wasmer_api::types::schema::PublishPublicKeyInput"]],["impl Sync for PublishPublicKeyPayload",1,["wasmer_api::types::schema::PublishPublicKeyPayload"]],["impl Sync for PurgeCacheForAppVersionInput",1,["wasmer_api::types::schema::PurgeCacheForAppVersionInput"]],["impl Sync for PurgeCacheForAppVersionPayload",1,["wasmer_api::types::schema::PurgeCacheForAppVersionPayload"]],["impl Sync for PushPackageReleaseInput",1,["wasmer_api::types::schema::PushPackageReleaseInput"]],["impl Sync for PushPackageReleasePayload",1,["wasmer_api::types::schema::PushPackageReleasePayload"]],["impl Sync for Query",1,["wasmer_api::types::schema::Query"]],["impl Sync for ReadNotificationInput",1,["wasmer_api::types::schema::ReadNotificationInput"]],["impl Sync for ReadNotificationPayload",1,["wasmer_api::types::schema::ReadNotificationPayload"]],["impl Sync for RecordKind",1,["wasmer_api::types::schema::RecordKind"]],["impl Sync for Refresh",1,["wasmer_api::types::schema::Refresh"]],["impl Sync for RegisterDomainInput",1,["wasmer_api::types::schema::RegisterDomainInput"]],["impl Sync for RegisterDomainPayload",1,["wasmer_api::types::schema::RegisterDomainPayload"]],["impl Sync for RegisterUserInput",1,["wasmer_api::types::schema::RegisterUserInput"]],["impl Sync for RegisterUserPayload",1,["wasmer_api::types::schema::RegisterUserPayload"]],["impl Sync for RegistryInfo",1,["wasmer_api::types::schema::RegistryInfo"]],["impl Sync for RegistryNamespaceMaintainerInviteRoleChoices",1,["wasmer_api::types::schema::RegistryNamespaceMaintainerInviteRoleChoices"]],["impl Sync for RegistryNamespaceMaintainerRoleChoices",1,["wasmer_api::types::schema::RegistryNamespaceMaintainerRoleChoices"]],["impl Sync for RegistryPackageMaintainerInviteRoleChoices",1,["wasmer_api::types::schema::RegistryPackageMaintainerInviteRoleChoices"]],["impl Sync for RegistryPackageMaintainerRoleChoices",1,["wasmer_api::types::schema::RegistryPackageMaintainerRoleChoices"]],["impl Sync for RegistryPackageVersionBindingsStateChoices",1,["wasmer_api::types::schema::RegistryPackageVersionBindingsStateChoices"]],["impl Sync for RegistryPackageVersionNativeExecutablesStateChoices",1,["wasmer_api::types::schema::RegistryPackageVersionNativeExecutablesStateChoices"]],["impl Sync for RemoveAppTransferRequestInput",1,["wasmer_api::types::schema::RemoveAppTransferRequestInput"]],["impl Sync for RemoveAppTransferRequestPayload",1,["wasmer_api::types::schema::RemoveAppTransferRequestPayload"]],["impl Sync for RemoveNamespaceCollaboratorInput",1,["wasmer_api::types::schema::RemoveNamespaceCollaboratorInput"]],["impl Sync for RemoveNamespaceCollaboratorInviteInput",1,["wasmer_api::types::schema::RemoveNamespaceCollaboratorInviteInput"]],["impl Sync for RemoveNamespaceCollaboratorInvitePayload",1,["wasmer_api::types::schema::RemoveNamespaceCollaboratorInvitePayload"]],["impl Sync for RemoveNamespaceCollaboratorPayload",1,["wasmer_api::types::schema::RemoveNamespaceCollaboratorPayload"]],["impl Sync for RemovePackageCollaboratorInput",1,["wasmer_api::types::schema::RemovePackageCollaboratorInput"]],["impl Sync for RemovePackageCollaboratorInviteInput",1,["wasmer_api::types::schema::RemovePackageCollaboratorInviteInput"]],["impl Sync for RemovePackageCollaboratorInvitePayload",1,["wasmer_api::types::schema::RemovePackageCollaboratorInvitePayload"]],["impl Sync for RemovePackageCollaboratorPayload",1,["wasmer_api::types::schema::RemovePackageCollaboratorPayload"]],["impl Sync for RemovePackageTransferRequestInput",1,["wasmer_api::types::schema::RemovePackageTransferRequestInput"]],["impl Sync for RemovePackageTransferRequestPayload",1,["wasmer_api::types::schema::RemovePackageTransferRequestPayload"]],["impl Sync for RenameAppAliasInput",1,["wasmer_api::types::schema::RenameAppAliasInput"]],["impl Sync for RenameAppAliasPayload",1,["wasmer_api::types::schema::RenameAppAliasPayload"]],["impl Sync for RenameAppInput",1,["wasmer_api::types::schema::RenameAppInput"]],["impl Sync for RenameAppPayload",1,["wasmer_api::types::schema::RenameAppPayload"]],["impl Sync for RenamePackageInput",1,["wasmer_api::types::schema::RenamePackageInput"]],["impl Sync for RenamePackagePayload",1,["wasmer_api::types::schema::RenamePackagePayload"]],["impl Sync for RequestAppTransferInput",1,["wasmer_api::types::schema::RequestAppTransferInput"]],["impl Sync for RequestAppTransferPayload",1,["wasmer_api::types::schema::RequestAppTransferPayload"]],["impl Sync for RequestPackageTransferInput",1,["wasmer_api::types::schema::RequestPackageTransferInput"]],["impl Sync for RequestPackageTransferPayload",1,["wasmer_api::types::schema::RequestPackageTransferPayload"]],["impl Sync for RequestPasswordResetInput",1,["wasmer_api::types::schema::RequestPasswordResetInput"]],["impl Sync for RequestPasswordResetPayload",1,["wasmer_api::types::schema::RequestPasswordResetPayload"]],["impl Sync for RequestValidationEmailInput",1,["wasmer_api::types::schema::RequestValidationEmailInput"]],["impl Sync for RequestValidationEmailPayload",1,["wasmer_api::types::schema::RequestValidationEmailPayload"]],["impl Sync for Revoke",1,["wasmer_api::types::schema::Revoke"]],["impl Sync for RevokeAPITokenInput",1,["wasmer_api::types::schema::RevokeAPITokenInput"]],["impl Sync for RevokeAPITokenPayload",1,["wasmer_api::types::schema::RevokeAPITokenPayload"]],["impl Sync for RunnerWCGIV1",1,["wasmer_api::types::schema::RunnerWCGIV1"]],["impl Sync for RunnerWebProxyV1",1,["wasmer_api::types::schema::RunnerWebProxyV1"]],["impl Sync for SOARecord",1,["wasmer_api::types::schema::SOARecord"]],["impl Sync for SRVRecord",1,["wasmer_api::types::schema::SRVRecord"]],["impl Sync for SSHFPRecord",1,["wasmer_api::types::schema::SSHFPRecord"]],["impl Sync for SchemaInfo",1,["wasmer_api::types::schema::SchemaInfo"]],["impl Sync for SearchConnection",1,["wasmer_api::types::schema::SearchConnection"]],["impl Sync for SearchEdge",1,["wasmer_api::types::schema::SearchEdge"]],["impl Sync for SearchKind",1,["wasmer_api::types::schema::SearchKind"]],["impl Sync for SearchOrderSort",1,["wasmer_api::types::schema::SearchOrderSort"]],["impl Sync for SearchPublishDate",1,["wasmer_api::types::schema::SearchPublishDate"]],["impl Sync for SearchResult",1,["wasmer_api::types::schema::SearchResult"]],["impl Sync for SeePendingNotificationsInput",1,["wasmer_api::types::schema::SeePendingNotificationsInput"]],["impl Sync for SeePendingNotificationsPayload",1,["wasmer_api::types::schema::SeePendingNotificationsPayload"]],["impl Sync for SetDefaultPaymentMethodInput",1,["wasmer_api::types::schema::SetDefaultPaymentMethodInput"]],["impl Sync for SetDefaultPaymentMethodPayload",1,["wasmer_api::types::schema::SetDefaultPaymentMethodPayload"]],["impl Sync for Signature",1,["wasmer_api::types::schema::Signature"]],["impl Sync for SignedUrl",1,["wasmer_api::types::schema::SignedUrl"]],["impl Sync for SocialAuth",1,["wasmer_api::types::schema::SocialAuth"]],["impl Sync for SocialAuthJWTInput",1,["wasmer_api::types::schema::SocialAuthJWTInput"]],["impl Sync for SocialAuthJWTPayload",1,["wasmer_api::types::schema::SocialAuthJWTPayload"]],["impl Sync for StripeCustomer",1,["wasmer_api::types::schema::StripeCustomer"]],["impl Sync for Subscription",1,["wasmer_api::types::schema::Subscription"]],["impl Sync for TXTRecord",1,["wasmer_api::types::schema::TXTRecord"]],["impl Sync for TagPackageReleaseInput",1,["wasmer_api::types::schema::TagPackageReleaseInput"]],["impl Sync for TagPackageReleasePayload",1,["wasmer_api::types::schema::TagPackageReleasePayload"]],["impl Sync for TermsOfService",1,["wasmer_api::types::schema::TermsOfService"]],["impl Sync for URL",1,["wasmer_api::types::schema::URL"]],["impl Sync for UnlikePackageInput",1,["wasmer_api::types::schema::UnlikePackageInput"]],["impl Sync for UnlikePackagePayload",1,["wasmer_api::types::schema::UnlikePackagePayload"]],["impl Sync for UnwatchPackageInput",1,["wasmer_api::types::schema::UnwatchPackageInput"]],["impl Sync for UnwatchPackagePayload",1,["wasmer_api::types::schema::UnwatchPackagePayload"]],["impl Sync for UpdateNamespaceCollaboratorInviteRoleInput",1,["wasmer_api::types::schema::UpdateNamespaceCollaboratorInviteRoleInput"]],["impl Sync for UpdateNamespaceCollaboratorInviteRolePayload",1,["wasmer_api::types::schema::UpdateNamespaceCollaboratorInviteRolePayload"]],["impl Sync for UpdateNamespaceCollaboratorRoleInput",1,["wasmer_api::types::schema::UpdateNamespaceCollaboratorRoleInput"]],["impl Sync for UpdateNamespaceCollaboratorRolePayload",1,["wasmer_api::types::schema::UpdateNamespaceCollaboratorRolePayload"]],["impl Sync for UpdateNamespaceInput",1,["wasmer_api::types::schema::UpdateNamespaceInput"]],["impl Sync for UpdateNamespacePayload",1,["wasmer_api::types::schema::UpdateNamespacePayload"]],["impl Sync for UpdatePackageCollaboratorInviteRoleInput",1,["wasmer_api::types::schema::UpdatePackageCollaboratorInviteRoleInput"]],["impl Sync for UpdatePackageCollaboratorInviteRolePayload",1,["wasmer_api::types::schema::UpdatePackageCollaboratorInviteRolePayload"]],["impl Sync for UpdatePackageCollaboratorRoleInput",1,["wasmer_api::types::schema::UpdatePackageCollaboratorRoleInput"]],["impl Sync for UpdatePackageCollaboratorRolePayload",1,["wasmer_api::types::schema::UpdatePackageCollaboratorRolePayload"]],["impl Sync for UpdatePackageInput",1,["wasmer_api::types::schema::UpdatePackageInput"]],["impl Sync for UpdatePackagePayload",1,["wasmer_api::types::schema::UpdatePackagePayload"]],["impl Sync for UpdateUserInfoInput",1,["wasmer_api::types::schema::UpdateUserInfoInput"]],["impl Sync for UpdateUserInfoPayload",1,["wasmer_api::types::schema::UpdateUserInfoPayload"]],["impl Sync for UploadFormat",1,["wasmer_api::types::schema::UploadFormat"]],["impl Sync for UpsertDNSRecordInput",1,["wasmer_api::types::schema::UpsertDNSRecordInput"]],["impl Sync for UpsertDNSRecordPayload",1,["wasmer_api::types::schema::UpsertDNSRecordPayload"]],["impl Sync for UpsertDomainFromZoneFileInput",1,["wasmer_api::types::schema::UpsertDomainFromZoneFileInput"]],["impl Sync for UpsertDomainFromZoneFilePayload",1,["wasmer_api::types::schema::UpsertDomainFromZoneFilePayload"]],["impl Sync for UsageMetric",1,["wasmer_api::types::schema::UsageMetric"]],["impl Sync for User",1,["wasmer_api::types::schema::User"]],["impl Sync for UserConnection",1,["wasmer_api::types::schema::UserConnection"]],["impl Sync for UserEdge",1,["wasmer_api::types::schema::UserEdge"]],["impl Sync for UserNotification",1,["wasmer_api::types::schema::UserNotification"]],["impl Sync for UserNotificationConnection",1,["wasmer_api::types::schema::UserNotificationConnection"]],["impl Sync for UserNotificationCreated",1,["wasmer_api::types::schema::UserNotificationCreated"]],["impl Sync for UserNotificationEdge",1,["wasmer_api::types::schema::UserNotificationEdge"]],["impl Sync for UserNotificationKind",1,["wasmer_api::types::schema::UserNotificationKind"]],["impl Sync for UserNotificationKindIncomingNamespaceInvite",1,["wasmer_api::types::schema::UserNotificationKindIncomingNamespaceInvite"]],["impl Sync for UserNotificationKindIncomingPackageInvite",1,["wasmer_api::types::schema::UserNotificationKindIncomingPackageInvite"]],["impl Sync for UserNotificationKindIncomingPackageTransfer",1,["wasmer_api::types::schema::UserNotificationKindIncomingPackageTransfer"]],["impl Sync for UserNotificationKindPublishedPackageVersion",1,["wasmer_api::types::schema::UserNotificationKindPublishedPackageVersion"]],["impl Sync for UserNotificationKindValidateEmail",1,["wasmer_api::types::schema::UserNotificationKindValidateEmail"]],["impl Sync for UserNotificationSeenState",1,["wasmer_api::types::schema::UserNotificationSeenState"]],["impl Sync for UserOrderBy",1,["wasmer_api::types::schema::UserOrderBy"]],["impl Sync for UsersFilter",1,["wasmer_api::types::schema::UsersFilter"]],["impl Sync for ValidateNonceInput",1,["wasmer_api::types::schema::ValidateNonceInput"]],["impl Sync for ValidateNoncePayload",1,["wasmer_api::types::schema::ValidateNoncePayload"]],["impl Sync for ValidateUserEmailInput",1,["wasmer_api::types::schema::ValidateUserEmailInput"]],["impl Sync for ValidateUserEmailPayload",1,["wasmer_api::types::schema::ValidateUserEmailPayload"]],["impl Sync for ValidateUserPasswordInput",1,["wasmer_api::types::schema::ValidateUserPasswordInput"]],["impl Sync for ValidateUserPasswordPayload",1,["wasmer_api::types::schema::ValidateUserPasswordPayload"]],["impl Sync for Verify",1,["wasmer_api::types::schema::Verify"]],["impl Sync for WEBCFilesystemItem",1,["wasmer_api::types::schema::WEBCFilesystemItem"]],["impl Sync for Waitlist",1,["wasmer_api::types::schema::Waitlist"]],["impl Sync for WaitlistMember",1,["wasmer_api::types::schema::WaitlistMember"]],["impl Sync for WatchPackageInput",1,["wasmer_api::types::schema::WatchPackageInput"]],["impl Sync for WatchPackagePayload",1,["wasmer_api::types::schema::WatchPackagePayload"]],["impl Sync for WebcImage",1,["wasmer_api::types::schema::WebcImage"]],["impl Sync for WebcImageConnection",1,["wasmer_api::types::schema::WebcImageConnection"]],["impl Sync for WebcImageEdge",1,["wasmer_api::types::schema::WebcImageEdge"]],["impl Sync for WebcSourceV1",1,["wasmer_api::types::schema::WebcSourceV1"]],["impl Sync for WebcVersion",1,["wasmer_api::types::schema::WebcVersion"]],["impl Sync for WorkloadRunnerV1",1,["wasmer_api::types::schema::WorkloadRunnerV1"]],["impl Sync for WorkloadRunnerWasmSourceV1",1,["wasmer_api::types::schema::WorkloadRunnerWasmSourceV1"]],["impl Sync for WorkloadV1",1,["wasmer_api::types::schema::WorkloadV1"]],["impl Sync for WorkloadV2",1,["wasmer_api::types::schema::WorkloadV2"]]], "wasmer_argus":[["impl Sync for Backend",1,["wasmer_argus::argus::config::Backend"]],["impl Sync for ArgusConfig",1,["wasmer_argus::argus::config::ArgusConfig"]],["impl<'a> Sync for CLIRunner<'a>",1,["wasmer_argus::argus::tester::cli_tester::CLIRunner"]],["impl Sync for TestReport",1,["wasmer_argus::argus::tester::TestReport"]],["impl Sync for Argus",1,["wasmer_argus::argus::Argus"]]], "wasmer_c_api":[["impl Sync for wasmer_compiler_t",1,["wasmer_c_api::wasm_c_api::engine::wasmer_compiler_t"]],["impl Sync for wasmer_engine_t",1,["wasmer_c_api::wasm_c_api::engine::wasmer_engine_t"]],["impl Sync for wasm_config_t",1,["wasmer_c_api::wasm_c_api::engine::wasm_config_t"]],["impl Sync for wasm_engine_t",1,["wasmer_c_api::wasm_c_api::engine::wasm_engine_t"]],["impl !Sync for wasm_func_t",1,["wasmer_c_api::wasm_c_api::externals::function::wasm_func_t"]],["impl !Sync for wasm_global_t",1,["wasmer_c_api::wasm_c_api::externals::global::wasm_global_t"]],["impl !Sync for wasm_memory_t",1,["wasmer_c_api::wasm_c_api::externals::memory::wasm_memory_t"]],["impl !Sync for wasm_table_t",1,["wasmer_c_api::wasm_c_api::externals::table::wasm_table_t"]],["impl !Sync for wasm_extern_t",1,["wasmer_c_api::wasm_c_api::externals::wasm_extern_t"]],["impl !Sync for wasm_extern_vec_t",1,["wasmer_c_api::wasm_c_api::externals::wasm_extern_vec_t"]],["impl !Sync for wasm_instance_t",1,["wasmer_c_api::wasm_c_api::instance::wasm_instance_t"]],["impl Sync for wasm_module_t",1,["wasmer_c_api::wasm_c_api::module::wasm_module_t"]],["impl !Sync for StoreRef",1,["wasmer_c_api::wasm_c_api::store::StoreRef"]],["impl !Sync for wasm_store_t",1,["wasmer_c_api::wasm_c_api::store::wasm_store_t"]],["impl Sync for wasm_trap_t",1,["wasmer_c_api::wasm_c_api::trap::wasm_trap_t"]],["impl !Sync for wasm_exporttype_t",1,["wasmer_c_api::wasm_c_api::types::export::wasm_exporttype_t"]],["impl !Sync for wasm_exporttype_vec_t",1,["wasmer_c_api::wasm_c_api::types::export::wasm_exporttype_vec_t"]],["impl Sync for wasm_externkind_enum",1,["wasmer_c_api::wasm_c_api::types::extern_::wasm_externkind_enum"]],["impl !Sync for wasm_externtype_t",1,["wasmer_c_api::wasm_c_api::types::extern_::wasm_externtype_t"]],["impl Sync for ExternTypeConversionError",1,["wasmer_c_api::wasm_c_api::types::extern_::ExternTypeConversionError"]],["impl Sync for wasm_frame_t",1,["wasmer_c_api::wasm_c_api::types::frame::wasm_frame_t"]],["impl !Sync for wasm_frame_vec_t",1,["wasmer_c_api::wasm_c_api::types::frame::wasm_frame_vec_t"]],["impl !Sync for wasm_functype_t",1,["wasmer_c_api::wasm_c_api::types::function::wasm_functype_t"]],["impl !Sync for wasm_functype_vec_t",1,["wasmer_c_api::wasm_c_api::types::function::wasm_functype_vec_t"]],["impl !Sync for wasm_globaltype_t",1,["wasmer_c_api::wasm_c_api::types::global::wasm_globaltype_t"]],["impl !Sync for wasm_globaltype_vec_t",1,["wasmer_c_api::wasm_c_api::types::global::wasm_globaltype_vec_t"]],["impl !Sync for wasm_importtype_t",1,["wasmer_c_api::wasm_c_api::types::import::wasm_importtype_t"]],["impl !Sync for wasm_importtype_vec_t",1,["wasmer_c_api::wasm_c_api::types::import::wasm_importtype_vec_t"]],["impl !Sync for wasm_memorytype_t",1,["wasmer_c_api::wasm_c_api::types::memory::wasm_memorytype_t"]],["impl !Sync for wasm_memorytype_vec_t",1,["wasmer_c_api::wasm_c_api::types::memory::wasm_memorytype_vec_t"]],["impl Sync for wasm_limits_t",1,["wasmer_c_api::wasm_c_api::types::memory::wasm_limits_t"]],["impl Sync for wasm_mutability_enum",1,["wasmer_c_api::wasm_c_api::types::mutability::wasm_mutability_enum"]],["impl !Sync for wasm_tabletype_t",1,["wasmer_c_api::wasm_c_api::types::table::wasm_tabletype_t"]],["impl !Sync for wasm_tabletype_vec_t",1,["wasmer_c_api::wasm_c_api::types::table::wasm_tabletype_vec_t"]],["impl Sync for wasm_valkind_enum",1,["wasmer_c_api::wasm_c_api::types::value::wasm_valkind_enum"]],["impl Sync for wasm_valtype_t",1,["wasmer_c_api::wasm_c_api::types::value::wasm_valtype_t"]],["impl !Sync for wasm_valtype_vec_t",1,["wasmer_c_api::wasm_c_api::types::value::wasm_valtype_vec_t"]],["impl !Sync for wasm_byte_vec_t",1,["wasmer_c_api::wasm_c_api::types::wasm_byte_vec_t"]],["impl Sync for wasm_ref_t",1,["wasmer_c_api::wasm_c_api::types::wasm_ref_t"]],["impl Sync for wasmer_features_t",1,["wasmer_c_api::wasm_c_api::unstable::features::wasmer_features_t"]],["impl Sync for wasmer_metering_t",1,["wasmer_c_api::wasm_c_api::unstable::middlewares::metering::wasmer_metering_t"]],["impl Sync for wasmer_middleware_t",1,["wasmer_c_api::wasm_c_api::unstable::middlewares::wasmer_middleware_t"]],["impl Sync for wasmer_parser_operator_t",1,["wasmer_c_api::wasm_c_api::unstable::parser::operator::wasmer_parser_operator_t"]],["impl Sync for wasmer_target_t",1,["wasmer_c_api::wasm_c_api::unstable::target_lexicon::wasmer_target_t"]],["impl Sync for wasmer_triple_t",1,["wasmer_c_api::wasm_c_api::unstable::target_lexicon::wasmer_triple_t"]],["impl Sync for wasmer_cpu_features_t",1,["wasmer_c_api::wasm_c_api::unstable::target_lexicon::wasmer_cpu_features_t"]],["impl !Sync for wasmer_named_extern_t",1,["wasmer_c_api::wasm_c_api::unstable::wasi::wasmer_named_extern_t"]],["impl !Sync for wasmer_named_extern_vec_t",1,["wasmer_c_api::wasm_c_api::unstable::wasi::wasmer_named_extern_vec_t"]],["impl !Sync for wasm_val_inner",1,["wasmer_c_api::wasm_c_api::value::wasm_val_inner"]],["impl !Sync for wasm_val_t",1,["wasmer_c_api::wasm_c_api::value::wasm_val_t"]],["impl !Sync for wasm_val_vec_t",1,["wasmer_c_api::wasm_c_api::value::wasm_val_vec_t"]],["impl !Sync for wasi_config_t",1,["wasmer_c_api::wasm_c_api::wasi::wasi_config_t"]],["impl !Sync for wasi_filesystem_t",1,["wasmer_c_api::wasm_c_api::wasi::wasi_filesystem_t"]],["impl !Sync for wasi_env_t",1,["wasmer_c_api::wasm_c_api::wasi::wasi_env_t"]],["impl Sync for wasi_version_t",1,["wasmer_c_api::wasm_c_api::wasi::wasi_version_t"]]], diff --git a/crates/doc/implementors/core/ops/arith/trait.Sub.js b/crates/doc/implementors/core/ops/arith/trait.Sub.js index b1b9ac2d9ca..b4bd08d8126 100644 --- a/crates/doc/implementors/core/ops/arith/trait.Sub.js +++ b/crates/doc/implementors/core/ops/arith/trait.Sub.js @@ -1,4 +1,4 @@ (function() {var implementors = { "wasmer_types":[["impl<T> Sub<T> for Byteswhere\n T: Into<Self>,"],["impl<O: Into<EnumSet<CpuFeature>>> Sub<O> for CpuFeature"],["impl<T> Sub<T> for Pageswhere\n T: Into<Self>,"]], -"wasmer_wasix_types":[["impl Sub<JoinFlags> for JoinFlags"],["impl Sub<Fdflags> for Fdflags"],["impl Sub<Lookup> for Lookup"],["impl Sub<Fstflags> for Fstflags"],["impl Sub<Rights> for Rights"],["impl Sub<Eventrwflags> for Eventrwflags"],["impl Sub<Oflags> for Oflags"],["impl Sub<ThreadStateFlags> for ThreadStateFlags"],["impl Sub<EpollType> for EpollType"],["impl Sub<Subclockflags> for Subclockflags"]] +"wasmer_wasix_types":[["impl Sub<EpollType> for EpollType"],["impl Sub<Fstflags> for Fstflags"],["impl Sub<Oflags> for Oflags"],["impl Sub<JoinFlags> for JoinFlags"],["impl Sub<ThreadStateFlags> for ThreadStateFlags"],["impl Sub<Eventrwflags> for Eventrwflags"],["impl Sub<Lookup> for Lookup"],["impl Sub<Rights> for Rights"],["impl Sub<Subclockflags> for Subclockflags"],["impl Sub<Fdflags> for Fdflags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/arith/trait.SubAssign.js b/crates/doc/implementors/core/ops/arith/trait.SubAssign.js index 613eda2e95e..63ab29cd82f 100644 --- a/crates/doc/implementors/core/ops/arith/trait.SubAssign.js +++ b/crates/doc/implementors/core/ops/arith/trait.SubAssign.js @@ -1,4 +1,4 @@ (function() {var implementors = { "wasmer_types":[], -"wasmer_wasix_types":[["impl SubAssign<ThreadStateFlags> for ThreadStateFlags"],["impl SubAssign<EpollType> for EpollType"],["impl SubAssign<Eventrwflags> for Eventrwflags"],["impl SubAssign<Oflags> for Oflags"],["impl SubAssign<Lookup> for Lookup"],["impl SubAssign<Fdflags> for Fdflags"],["impl SubAssign<JoinFlags> for JoinFlags"],["impl SubAssign<Rights> for Rights"],["impl SubAssign<Subclockflags> for Subclockflags"],["impl SubAssign<Fstflags> for Fstflags"]] +"wasmer_wasix_types":[["impl SubAssign<Fstflags> for Fstflags"],["impl SubAssign<ThreadStateFlags> for ThreadStateFlags"],["impl SubAssign<Oflags> for Oflags"],["impl SubAssign<Fdflags> for Fdflags"],["impl SubAssign<EpollType> for EpollType"],["impl SubAssign<Eventrwflags> for Eventrwflags"],["impl SubAssign<JoinFlags> for JoinFlags"],["impl SubAssign<Subclockflags> for Subclockflags"],["impl SubAssign<Rights> for Rights"],["impl SubAssign<Lookup> for Lookup"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/bit/trait.BitAnd.js b/crates/doc/implementors/core/ops/bit/trait.BitAnd.js index 0e188024e30..7095f1c3fde 100644 --- a/crates/doc/implementors/core/ops/bit/trait.BitAnd.js +++ b/crates/doc/implementors/core/ops/bit/trait.BitAnd.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer_compiler_llvm":[["impl BitAnd<ExtraInfo> for ExtraInfo"]], "wasmer_types":[["impl<O: Into<EnumSet<CpuFeature>>> BitAnd<O> for CpuFeature"]], -"wasmer_wasix_types":[["impl BitAnd<EpollType> for EpollType"],["impl BitAnd<Rights> for Rights"],["impl BitAnd<Eventrwflags> for Eventrwflags"],["impl BitAnd<Fdflags> for Fdflags"],["impl BitAnd<Oflags> for Oflags"],["impl BitAnd<Fstflags> for Fstflags"],["impl BitAnd<Subclockflags> for Subclockflags"],["impl BitAnd<Lookup> for Lookup"],["impl BitAnd<JoinFlags> for JoinFlags"],["impl BitAnd<ThreadStateFlags> for ThreadStateFlags"]] +"wasmer_wasix_types":[["impl BitAnd<EpollType> for EpollType"],["impl BitAnd<Eventrwflags> for Eventrwflags"],["impl BitAnd<JoinFlags> for JoinFlags"],["impl BitAnd<Subclockflags> for Subclockflags"],["impl BitAnd<Rights> for Rights"],["impl BitAnd<Oflags> for Oflags"],["impl BitAnd<ThreadStateFlags> for ThreadStateFlags"],["impl BitAnd<Fdflags> for Fdflags"],["impl BitAnd<Fstflags> for Fstflags"],["impl BitAnd<Lookup> for Lookup"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/bit/trait.BitAndAssign.js b/crates/doc/implementors/core/ops/bit/trait.BitAndAssign.js index 8ee8405f637..411a99210fa 100644 --- a/crates/doc/implementors/core/ops/bit/trait.BitAndAssign.js +++ b/crates/doc/implementors/core/ops/bit/trait.BitAndAssign.js @@ -1,4 +1,4 @@ (function() {var implementors = { "wasmer_types":[], -"wasmer_wasix_types":[["impl BitAndAssign<Fstflags> for Fstflags"],["impl BitAndAssign<Rights> for Rights"],["impl BitAndAssign<Eventrwflags> for Eventrwflags"],["impl BitAndAssign<Fdflags> for Fdflags"],["impl BitAndAssign<Subclockflags> for Subclockflags"],["impl BitAndAssign<Lookup> for Lookup"],["impl BitAndAssign<EpollType> for EpollType"],["impl BitAndAssign<Oflags> for Oflags"],["impl BitAndAssign<JoinFlags> for JoinFlags"],["impl BitAndAssign<ThreadStateFlags> for ThreadStateFlags"]] +"wasmer_wasix_types":[["impl BitAndAssign<JoinFlags> for JoinFlags"],["impl BitAndAssign<Subclockflags> for Subclockflags"],["impl BitAndAssign<ThreadStateFlags> for ThreadStateFlags"],["impl BitAndAssign<EpollType> for EpollType"],["impl BitAndAssign<Oflags> for Oflags"],["impl BitAndAssign<Rights> for Rights"],["impl BitAndAssign<Lookup> for Lookup"],["impl BitAndAssign<Eventrwflags> for Eventrwflags"],["impl BitAndAssign<Fstflags> for Fstflags"],["impl BitAndAssign<Fdflags> for Fdflags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/bit/trait.BitOr.js b/crates/doc/implementors/core/ops/bit/trait.BitOr.js index 69ef1e53ba7..5f531cc88a0 100644 --- a/crates/doc/implementors/core/ops/bit/trait.BitOr.js +++ b/crates/doc/implementors/core/ops/bit/trait.BitOr.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer_compiler_llvm":[["impl BitOr<ExtraInfo> for ExtraInfo"]], "wasmer_types":[["impl<O: Into<EnumSet<CpuFeature>>> BitOr<O> for CpuFeature"]], -"wasmer_wasix_types":[["impl BitOr<Rights> for Rights"],["impl BitOr<JoinFlags> for JoinFlags"],["impl BitOr<Subclockflags> for Subclockflags"],["impl BitOr<Lookup> for Lookup"],["impl BitOr<Oflags> for Oflags"],["impl BitOr<Eventrwflags> for Eventrwflags"],["impl BitOr<ThreadStateFlags> for ThreadStateFlags"],["impl BitOr<EpollType> for EpollType"],["impl BitOr<Fdflags> for Fdflags"],["impl BitOr<Fstflags> for Fstflags"]] +"wasmer_wasix_types":[["impl BitOr<Fdflags> for Fdflags"],["impl BitOr<Eventrwflags> for Eventrwflags"],["impl BitOr<Lookup> for Lookup"],["impl BitOr<Oflags> for Oflags"],["impl BitOr<ThreadStateFlags> for ThreadStateFlags"],["impl BitOr<JoinFlags> for JoinFlags"],["impl BitOr<Fstflags> for Fstflags"],["impl BitOr<Rights> for Rights"],["impl BitOr<EpollType> for EpollType"],["impl BitOr<Subclockflags> for Subclockflags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/bit/trait.BitOrAssign.js b/crates/doc/implementors/core/ops/bit/trait.BitOrAssign.js index 986b9df43ed..62a49f0d30c 100644 --- a/crates/doc/implementors/core/ops/bit/trait.BitOrAssign.js +++ b/crates/doc/implementors/core/ops/bit/trait.BitOrAssign.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer_compiler_llvm":[["impl BitOrAssign<ExtraInfo> for ExtraInfo"]], "wasmer_types":[], -"wasmer_wasix_types":[["impl BitOrAssign<Rights> for Rights"],["impl BitOrAssign<Oflags> for Oflags"],["impl BitOrAssign<Subclockflags> for Subclockflags"],["impl BitOrAssign<Fdflags> for Fdflags"],["impl BitOrAssign<Eventrwflags> for Eventrwflags"],["impl BitOrAssign<Lookup> for Lookup"],["impl BitOrAssign<EpollType> for EpollType"],["impl BitOrAssign<Fstflags> for Fstflags"],["impl BitOrAssign<JoinFlags> for JoinFlags"],["impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags"]] +"wasmer_wasix_types":[["impl BitOrAssign<EpollType> for EpollType"],["impl BitOrAssign<Oflags> for Oflags"],["impl BitOrAssign<Fstflags> for Fstflags"],["impl BitOrAssign<Rights> for Rights"],["impl BitOrAssign<JoinFlags> for JoinFlags"],["impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags"],["impl BitOrAssign<Fdflags> for Fdflags"],["impl BitOrAssign<Lookup> for Lookup"],["impl BitOrAssign<Eventrwflags> for Eventrwflags"],["impl BitOrAssign<Subclockflags> for Subclockflags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/bit/trait.BitXor.js b/crates/doc/implementors/core/ops/bit/trait.BitXor.js index b61b5074ecf..acf1798c6de 100644 --- a/crates/doc/implementors/core/ops/bit/trait.BitXor.js +++ b/crates/doc/implementors/core/ops/bit/trait.BitXor.js @@ -1,4 +1,4 @@ (function() {var implementors = { "wasmer_types":[["impl<O: Into<EnumSet<CpuFeature>>> BitXor<O> for CpuFeature"]], -"wasmer_wasix_types":[["impl BitXor<JoinFlags> for JoinFlags"],["impl BitXor<EpollType> for EpollType"],["impl BitXor<Rights> for Rights"],["impl BitXor<Eventrwflags> for Eventrwflags"],["impl BitXor<Subclockflags> for Subclockflags"],["impl BitXor<Fstflags> for Fstflags"],["impl BitXor<Fdflags> for Fdflags"],["impl BitXor<ThreadStateFlags> for ThreadStateFlags"],["impl BitXor<Lookup> for Lookup"],["impl BitXor<Oflags> for Oflags"]] +"wasmer_wasix_types":[["impl BitXor<JoinFlags> for JoinFlags"],["impl BitXor<Rights> for Rights"],["impl BitXor<ThreadStateFlags> for ThreadStateFlags"],["impl BitXor<EpollType> for EpollType"],["impl BitXor<Lookup> for Lookup"],["impl BitXor<Eventrwflags> for Eventrwflags"],["impl BitXor<Oflags> for Oflags"],["impl BitXor<Fstflags> for Fstflags"],["impl BitXor<Subclockflags> for Subclockflags"],["impl BitXor<Fdflags> for Fdflags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/bit/trait.BitXorAssign.js b/crates/doc/implementors/core/ops/bit/trait.BitXorAssign.js index 86c71512dc3..04fe3b3a7b4 100644 --- a/crates/doc/implementors/core/ops/bit/trait.BitXorAssign.js +++ b/crates/doc/implementors/core/ops/bit/trait.BitXorAssign.js @@ -1,4 +1,4 @@ (function() {var implementors = { "wasmer_types":[], -"wasmer_wasix_types":[["impl BitXorAssign<Fstflags> for Fstflags"],["impl BitXorAssign<JoinFlags> for JoinFlags"],["impl BitXorAssign<EpollType> for EpollType"],["impl BitXorAssign<Fdflags> for Fdflags"],["impl BitXorAssign<Subclockflags> for Subclockflags"],["impl BitXorAssign<Oflags> for Oflags"],["impl BitXorAssign<Eventrwflags> for Eventrwflags"],["impl BitXorAssign<Rights> for Rights"],["impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags"],["impl BitXorAssign<Lookup> for Lookup"]] +"wasmer_wasix_types":[["impl BitXorAssign<Rights> for Rights"],["impl BitXorAssign<Fstflags> for Fstflags"],["impl BitXorAssign<Lookup> for Lookup"],["impl BitXorAssign<Fdflags> for Fdflags"],["impl BitXorAssign<Oflags> for Oflags"],["impl BitXorAssign<Eventrwflags> for Eventrwflags"],["impl BitXorAssign<EpollType> for EpollType"],["impl BitXorAssign<Subclockflags> for Subclockflags"],["impl BitXorAssign<JoinFlags> for JoinFlags"],["impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/bit/trait.Not.js b/crates/doc/implementors/core/ops/bit/trait.Not.js index ed94b576979..03c40a4b258 100644 --- a/crates/doc/implementors/core/ops/bit/trait.Not.js +++ b/crates/doc/implementors/core/ops/bit/trait.Not.js @@ -1,4 +1,4 @@ (function() {var implementors = { "wasmer_types":[["impl Not for CpuFeature"]], -"wasmer_wasix_types":[["impl Not for EpollType"],["impl Not for Fstflags"],["impl Not for Lookup"],["impl Not for Fdflags"],["impl Not for Rights"],["impl Not for JoinFlags"],["impl Not for ThreadStateFlags"],["impl Not for Oflags"],["impl Not for Eventrwflags"],["impl Not for Subclockflags"]] +"wasmer_wasix_types":[["impl Not for EpollType"],["impl Not for Fstflags"],["impl Not for Fdflags"],["impl Not for Subclockflags"],["impl Not for Lookup"],["impl Not for ThreadStateFlags"],["impl Not for Rights"],["impl Not for Eventrwflags"],["impl Not for JoinFlags"],["impl Not for Oflags"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/deref/trait.Deref.js b/crates/doc/implementors/core/ops/deref/trait.Deref.js index 4ead116fccd..ce1c23799db 100644 --- a/crates/doc/implementors/core/ops/deref/trait.Deref.js +++ b/crates/doc/implementors/core/ops/deref/trait.Deref.js @@ -1,6 +1,6 @@ (function() {var implementors = { "virtual_fs":[["impl Deref for TrackedVec"]], -"wasmer_cli":[["impl Deref for WASMER_CACHE_DIR"],["impl Deref for WASMER_DIR"],["impl Deref for DEFAULT_MAN_DIR_PATH"]], +"wasmer_cli":[["impl Deref for DEFAULT_MAN_DIR_PATH"],["impl Deref for WASMER_DIR"],["impl Deref for WASMER_CACHE_DIR"]], "wasmer_compiler":[["impl Deref for FRAME_INFO"],["impl Deref for VecTrapInformationVariant<'_>"]], "wasmer_compiler_singlepass":[["impl Deref for AssemblerX64"]], "wasmer_emscripten":[["impl Deref for OLD_ABORT_ON_CANNOT_GROW_MEMORY_SIG"],["impl Deref for LibcDirWrapper"]], @@ -8,5 +8,5 @@ "wasmer_registry":[["impl Deref for WASMER_DIR"],["impl Deref for PACKAGE_WITH_VERSION"]], "wasmer_types":[], "wasmer_vm":[["impl Deref for SectionBodyPtr"],["impl Deref for FunctionBodyPtr"]], -"wasmer_wasix":[["impl<T> Deref for OwnedRwLockReadGuard<T>"],["impl Deref for InodeValFileReadGuard"],["impl Deref for InodeGuard"],["impl Deref for WasiThreadHandle"],["impl Deref for InodeValFileWriteGuard"],["impl<T> Deref for OwnedRwLockWriteGuard<T>"],["impl Deref for Handler"],["impl<'a> Deref for WasiInstanceGuardMut<'a>"],["impl Deref for Handler"],["impl<'a> Deref for WasiInstanceGuard<'a>"],["impl<'a> Deref for WasiInstanceGuardMemory<'a>"],["impl Deref for ThreadPool"],["impl Deref for Handler"]] +"wasmer_wasix":[["impl<T> Deref for OwnedRwLockReadGuard<T>"],["impl<'a> Deref for WasiInstanceGuard<'a>"],["impl Deref for InodeValFileReadGuard"],["impl Deref for Handler"],["impl<'a> Deref for WasiInstanceGuardMut<'a>"],["impl Deref for InodeGuard"],["impl Deref for ThreadPool"],["impl Deref for Handler"],["impl<'a> Deref for WasiInstanceGuardMemory<'a>"],["impl Deref for WasiThreadHandle"],["impl<T> Deref for OwnedRwLockWriteGuard<T>"],["impl Deref for InodeValFileWriteGuard"],["impl Deref for Handler"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/deref/trait.DerefMut.js b/crates/doc/implementors/core/ops/deref/trait.DerefMut.js index 71038e0ca8c..236d9b31e2d 100644 --- a/crates/doc/implementors/core/ops/deref/trait.DerefMut.js +++ b/crates/doc/implementors/core/ops/deref/trait.DerefMut.js @@ -3,5 +3,5 @@ "wasmer_compiler_singlepass":[["impl DerefMut for AssemblerX64"]], "wasmer_journal":[["impl<'a, T> DerefMut for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,\n <[T] as ToOwned>::Owned: BorrowMut<[T]>,"]], "wasmer_types":[], -"wasmer_wasix":[["impl<'a> DerefMut for WasiInstanceGuardMut<'a>"],["impl<T> DerefMut for OwnedRwLockWriteGuard<T>"],["impl DerefMut for InodeValFileWriteGuard"]] +"wasmer_wasix":[["impl<T> DerefMut for OwnedRwLockWriteGuard<T>"],["impl DerefMut for InodeValFileWriteGuard"],["impl<'a> DerefMut for WasiInstanceGuardMut<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/drop/trait.Drop.js b/crates/doc/implementors/core/ops/drop/trait.Drop.js index 2d2084a33d8..cd6e99f9ed5 100644 --- a/crates/doc/implementors/core/ops/drop/trait.Drop.js +++ b/crates/doc/implementors/core/ops/drop/trait.Drop.js @@ -1,14 +1,14 @@ (function() {var implementors = { "virtual_mio":[["impl Drop for InterestGuard"]], "virtual_net":[["impl Drop for SocketBuffer"],["impl Drop for LocalNetworking"],["impl Drop for RemoteSocket"]], -"wasmer":[["impl<'a, T> Drop for WasmRefAccess<'a, T>where\n T: ValueType,"],["impl<'a, T> Drop for WasmSliceAccess<'a, T>where\n T: ValueType,"]], -"wasmer_c_api":[["impl Drop for wasm_exporttype_vec_t"],["impl Drop for wasm_memorytype_vec_t"],["impl Drop for wasm_frame_vec_t"],["impl Drop for wasm_globaltype_vec_t"],["impl Drop for wasm_extern_vec_t"],["impl Drop for wasmer_named_extern_vec_t"],["impl Drop for wasm_functype_vec_t"],["impl Drop for wasm_val_vec_t"],["impl Drop for wasm_importtype_vec_t"],["impl Drop for wasm_byte_vec_t"],["impl Drop for wasm_tabletype_vec_t"],["impl Drop for wasm_valtype_vec_t"]], +"wasmer":[["impl<'a, T> Drop for WasmSliceAccess<'a, T>where\n T: ValueType,"],["impl<'a, T> Drop for WasmRefAccess<'a, T>where\n T: ValueType,"]], +"wasmer_c_api":[["impl Drop for wasm_importtype_vec_t"],["impl Drop for wasm_val_vec_t"],["impl Drop for wasm_exporttype_vec_t"],["impl Drop for wasm_tabletype_vec_t"],["impl Drop for wasmer_named_extern_vec_t"],["impl Drop for wasm_functype_vec_t"],["impl Drop for wasm_extern_vec_t"],["impl Drop for wasm_valtype_vec_t"],["impl Drop for wasm_globaltype_vec_t"],["impl Drop for wasm_memorytype_vec_t"],["impl Drop for wasm_byte_vec_t"],["impl Drop for wasm_frame_vec_t"]], "wasmer_c_api_test_runner":[["impl Drop for RemoveTestsOnDrop"]], "wasmer_capi_examples_runner":[["impl Drop for RemoveTestsOnDrop"]], -"wasmer_compiler":[["impl Drop for GlobalFrameInfoRegistration"],["impl Drop for ArtifactBuildFromArchiveCell"],["impl Drop for UnwindRegistry"]], -"wasmer_journal":[["impl Drop for CompactingLogFileJournalTx"],["impl Drop for MemFileJournal"]], -"wasmer_sys_utils":[["impl Drop for FdGuard"],["impl Drop for FdMmap"]], +"wasmer_compiler":[["impl Drop for GlobalFrameInfoRegistration"],["impl Drop for UnwindRegistry"],["impl Drop for ArtifactBuildFromArchiveCell"]], +"wasmer_journal":[["impl Drop for MemFileJournal"],["impl Drop for CompactingLogFileJournalTx"]], +"wasmer_sys_utils":[["impl Drop for FdMmap"],["impl Drop for FdGuard"]], "wasmer_types":[], "wasmer_vm":[["impl Drop for VMInstance"],["impl Drop for InstanceAllocator"],["impl Drop for Mmap"]], -"wasmer_wasix":[["impl Drop for WasiThreadHandleProtected"],["impl Drop for CpuBackoffToken"],["impl Drop for WasiProcessWait"],["impl Drop for CpuRunToken"],["impl<'g> Drop for TokioRuntimeGuard<'g>"],["impl Drop for WasiThreadRunGuard"],["impl Drop for SleepNow"],["impl Drop for WasiInstanceHandlesPointer"],["impl Drop for EpollJoinGuard"],["impl Drop for TaskCountGuard"],["impl Drop for FutexPoller"],["impl<T> Drop for OwnedRwLockWriteGuard<T>where\n T: Sized,"],["impl<T> Drop for OwnedRwLockReadGuard<T>where\n T: Sized,"],["impl Drop for RuntimeOrHandle"]] +"wasmer_wasix":[["impl Drop for WasiInstanceHandlesPointer"],["impl Drop for SleepNow"],["impl Drop for FutexPoller"],["impl Drop for TaskCountGuard"],["impl<T> Drop for OwnedRwLockReadGuard<T>where\n T: Sized,"],["impl Drop for EpollJoinGuard"],["impl Drop for WasiThreadRunGuard"],["impl Drop for CpuBackoffToken"],["impl Drop for CpuRunToken"],["impl<'g> Drop for TokioRuntimeGuard<'g>"],["impl<T> Drop for OwnedRwLockWriteGuard<T>where\n T: Sized,"],["impl Drop for RuntimeOrHandle"],["impl Drop for WasiProcessWait"],["impl Drop for WasiThreadHandleProtected"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/ops/index/trait.Index.js b/crates/doc/implementors/core/ops/index/trait.Index.js index 58698f9b6d8..c7c3fca020d 100644 --- a/crates/doc/implementors/core/ops/index/trait.Index.js +++ b/crates/doc/implementors/core/ops/index/trait.Index.js @@ -1,4 +1,4 @@ (function() {var implementors = { "wasmer_types":[["impl<K, V> Index<K> for SecondaryMap<K, V>where\n K: EntityRef,\n V: Clone,"],["impl<K, V> Index<K> for BoxedSlice<K, V>where\n K: EntityRef,"],["impl<K, V> Index<K> for PrimaryMap<K, V>where\n K: EntityRef,"],["impl<K, V> Index<K> for ArchivedPrimaryMap<K, V>where\n K: EntityRef,\n V: Archive,\n V::Archived: Debug,"]], -"wasmer_wasix":[["impl Index<&PackageId> for DependencyGraph"],["impl Index<NodeIndex<u32>> for DependencyGraph"],["impl Index<&NodeIndex<u32>> for DependencyGraph"]] +"wasmer_wasix":[["impl Index<&NodeIndex<u32>> for DependencyGraph"],["impl Index<&PackageId> for DependencyGraph"],["impl Index<NodeIndex<u32>> for DependencyGraph"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/core/str/traits/trait.FromStr.js b/crates/doc/implementors/core/str/traits/trait.FromStr.js index 857723164bd..096068c6d7d 100644 --- a/crates/doc/implementors/core/str/traits/trait.FromStr.js +++ b/crates/doc/implementors/core/str/traits/trait.FromStr.js @@ -1,6 +1,6 @@ (function() {var implementors = { "wasmer_cache":[["impl FromStr for Hash"]], -"wasmer_cli":[["impl FromStr for ItemFormat"],["impl FromStr for FilterOut"],["impl FromStr for ListFormat"],["impl FromStr for AppIdent"],["impl FromStr for BoolString"],["impl FromStr for BoolPromptOptions"],["impl FromStr for Identifier"],["impl FromStr for PackageSource"]], +"wasmer_cli":[["impl FromStr for BoolString"],["impl FromStr for ListFormat"],["impl FromStr for BoolPromptOptions"],["impl FromStr for AppIdent"],["impl FromStr for Identifier"],["impl FromStr for ItemFormat"],["impl FromStr for PackageSource"],["impl FromStr for FilterOut"]], "wasmer_compiler":[], "wasmer_config":[["impl FromStr for PackageIdent"],["impl FromStr for ModuleReference"],["impl FromStr for Abi"],["impl FromStr for NamedPackageIdent"],["impl FromStr for PackageHash"],["impl FromStr for Tag"],["impl FromStr for Sha256Hash"],["impl FromStr for PackageSource"]], "wasmer_journal":[["impl FromStr for SnapshotTrigger"]], diff --git a/crates/doc/implementors/lazy_static/trait.LazyStatic.js b/crates/doc/implementors/lazy_static/trait.LazyStatic.js index 4537cc1e76c..b8d172995e0 100644 --- a/crates/doc/implementors/lazy_static/trait.LazyStatic.js +++ b/crates/doc/implementors/lazy_static/trait.LazyStatic.js @@ -1,5 +1,5 @@ (function() {var implementors = { -"wasmer_cli":[["impl LazyStatic for WASMER_DIR"],["impl LazyStatic for DEFAULT_MAN_DIR_PATH"],["impl LazyStatic for WASMER_CACHE_DIR"]], +"wasmer_cli":[["impl LazyStatic for DEFAULT_MAN_DIR_PATH"],["impl LazyStatic for WASMER_DIR"],["impl LazyStatic for WASMER_CACHE_DIR"]], "wasmer_compiler":[["impl LazyStatic for FRAME_INFO"]], "wasmer_emscripten":[["impl LazyStatic for OLD_ABORT_ON_CANNOT_GROW_MEMORY_SIG"]], "wasmer_registry":[["impl LazyStatic for PACKAGE_WITH_VERSION"],["impl LazyStatic for WASMER_DIR"]] diff --git a/crates/doc/implementors/num_enum/trait.TryFromPrimitive.js b/crates/doc/implementors/num_enum/trait.TryFromPrimitive.js index 1a8c8531088..c71261910c5 100644 --- a/crates/doc/implementors/num_enum/trait.TryFromPrimitive.js +++ b/crates/doc/implementors/num_enum/trait.TryFromPrimitive.js @@ -1,4 +1,4 @@ (function() {var implementors = { "wasmer_journal":[["impl TryFromPrimitive for JournalEntryRecordType"]], -"wasmer_wasix_types":[["impl TryFromPrimitive for SockProto"],["impl TryFromPrimitive for Signal"],["impl TryFromPrimitive for Errno"],["impl TryFromPrimitive for Clockid"],["impl TryFromPrimitive for EpollCtl"],["impl TryFromPrimitive for Snapshot0Clockid"]] +"wasmer_wasix_types":[["impl TryFromPrimitive for Snapshot0Clockid"],["impl TryFromPrimitive for EpollCtl"],["impl TryFromPrimitive for Errno"],["impl TryFromPrimitive for Clockid"],["impl TryFromPrimitive for Signal"],["impl TryFromPrimitive for SockProto"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/rkyv/trait.Archive.js b/crates/doc/implementors/rkyv/trait.Archive.js index 923a35f474b..d7e0a5044bf 100644 --- a/crates/doc/implementors/rkyv/trait.Archive.js +++ b/crates/doc/implementors/rkyv/trait.Archive.js @@ -1,5 +1,5 @@ (function() {var implementors = { "virtual_net":[["impl Archive for IpCidrwhere\n IpAddr: Archive,\n u8: Archive,"],["impl Archive for IpRoutewhere\n IpCidr: Archive,\n IpAddr: Archive,\n Option<Duration>: Archive,"]], -"wasmer_journal":[["impl Archive for JournalSocktypeV1"],["impl Archive for JournalEntryPortAddAddrV1where\n JournalIpCidrV1: Archive,"],["impl Archive for JournalSockoptionV1"],["impl Archive for JournalTimeTypeV1"],["impl Archive for JournalEntryTtySetV1where\n u32: Archive,\n bool: Archive,"],["impl<'a> Archive for JournalEntryUnlinkFileV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEntryCloseThreadV1where\n u32: Archive,\n Option<JournalExitCodeV1>: Archive,"],["impl Archive for JournalEntrySocketLeaveIpv6MulticastV1where\n u32: Archive,\n Ipv6Addr: Archive,"],["impl<'a> Archive for JournalEntryCreateDirectoryV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl<'a> Archive for JournalEntrySocketSendToV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n u16: Archive,\n SocketAddr: Archive,\n bool: Archive,"],["impl Archive for JournalEpollCtlV1"],["impl Archive for JournalStreamSecurityV1"],["impl<'a> Archive for JournalEntryFileDescriptorWriteV1<'a>where\n AlignedCowVec<'a, u8>: Archive,\n u64: Archive,\n u32: Archive,\n bool: Archive,"],["impl Archive for JournalEntryEpollCreateV1where\n u32: Archive,"],["impl Archive for JournalEntryFileDescriptorAllocateV1where\n u32: Archive,\n u64: Archive,"],["impl<'a> Archive for JournalEntrySetThreadV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n JournalThreadStartTypeV1: Archive,\n JournalWasiMemoryLayout: Archive,\n bool: Archive,"],["impl Archive for JournalAdviceV1"],["impl Archive for JournalEpollEventCtlV1where\n u32: Archive,\n u64: Archive,"],["impl Archive for JournalEntrySocketSendFileV1where\n u32: Archive,\n u64: Archive,"],["impl Archive for JournalEntrySocketJoinIpv6MulticastV1where\n u32: Archive,\n Ipv6Addr: Archive,"],["impl<'a> Archive for JournalEntryRemoveDirectoryV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalSnapshotTriggerV1"],["impl Archive for JournalEntryClearEtherealV1"],["impl Archive for JournalEntrySocketBindV1where\n u32: Archive,\n SocketAddr: Archive,"],["impl<'a> Archive for AlignedCowStr<'a>"],["impl Archive for JournalThreadStartTypeV1where\n u64: Archive,"],["impl<'a> Archive for JournalEntryPathSetTimesV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n u64: Archive,\n u16: Archive,"],["impl Archive for JournalEntrySetClockTimeV1where\n JournalSnapshot0ClockidV1: Archive,\n u64: Archive,"],["impl Archive for JournalEntryFileDescriptorSetSizeV1where\n u32: Archive,\n u64: Archive,"],["impl Archive for JournalEntrySocketOpenV1where\n JournalAddressfamilyV1: Archive,\n JournalSocktypeV1: Archive,\n u16: Archive,\n u32: Archive,"],["impl Archive for JournalEntryCloseFileDescriptorV1where\n u32: Archive,"],["impl Archive for JournalIpCidrV1where\n IpAddr: Archive,\n u8: Archive,"],["impl Archive for JournalSocketShutdownV1"],["impl Archive for JournalEntryCreatePipeV1where\n u32: Archive,"],["impl<'a> Archive for JournalEntryUpdateMemoryRegionV1<'a>where\n AlignedCowVec<'a, u8>: Archive,\n u64: Archive,"],["impl Archive for JournalEntrySnapshotV1where\n Duration: Archive,\n JournalSnapshotTriggerV1: Archive,"],["impl Archive for JournalEntryFileDescriptorSetTimesV1where\n u32: Archive,\n u16: Archive,\n u64: Archive,"],["impl Archive for JournalWasiMemoryLayoutwhere\n u64: Archive,"],["impl Archive for JournalEntrySocketSetOptFlagV1where\n u32: Archive,\n JournalSockoptionV1: Archive,\n bool: Archive,"],["impl Archive for JournalEntrySocketShutdownV1where\n u32: Archive,\n JournalSocketShutdownV1: Archive,"],["impl Archive for JournalExitCodeV1where\n u16: Archive,\n i32: Archive,"],["impl Archive for JournalEntrySocketLeaveIpv4MulticastV1where\n u32: Archive,\n Ipv4Addr: Archive,"],["impl Archive for JournalEntryRenumberFileDescriptorV1where\n u32: Archive,"],["impl Archive for JournalEntryEpollCtlV1where\n u32: Archive,\n JournalEpollCtlV1: Archive,\n Option<JournalEpollEventCtlV1>: Archive,"],["impl Archive for JournalEntryPortGatewaySetV1where\n IpAddr: Archive,"],["impl<'a> Archive for JournalEntryPathRenameV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEntrySocketSetOptTimeV1where\n u32: Archive,\n JournalTimeTypeV1: Archive,\n Option<Duration>: Archive,"],["impl Archive for JournalWhenceV1"],["impl<'a> Archive for JournalEntryCreateHardLinkV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl<'a> Archive for JournalEntryChangeDirectoryV1<'a>where\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEntrySocketConnectedV1where\n u32: Archive,\n SocketAddr: Archive,"],["impl Archive for JournalEntrySocketJoinIpv4MulticastV1where\n u32: Archive,\n Ipv4Addr: Archive,"],["impl Archive for JournalEntryPortRouteDelV1where\n IpAddr: Archive,"],["impl Archive for JournalEntryProcessExitV1where\n Option<JournalExitCodeV1>: Archive,"],["impl Archive for JournalEntryFileDescriptorSetFlagsV1where\n u32: Archive,\n u16: Archive,"],["impl<'a, T> Archive for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,"],["impl Archive for JournalSnapshot0ClockidV1"],["impl Archive for JournalEntryRecordType"],["impl Archive for JournalEntryCreateEventV1where\n u64: Archive,\n u16: Archive,\n u32: Archive,"],["impl<'a> Archive for JournalEntrySocketSendV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n u16: Archive,\n bool: Archive,"],["impl Archive for JournalEntryInitModuleV1where\n Box<[u8]>: Archive,"],["impl Archive for JournalAddressfamilyV1"],["impl Archive for JournalEntrySocketAcceptedV1where\n u32: Archive,\n SocketAddr: Archive,\n u16: Archive,\n bool: Archive,"],["impl<'a> Archive for JournalEntryCreateSymbolicLinkV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEntryHeaderwhere\n u16: Archive,\n u64: Archive,"],["impl Archive for JournalEntrySocketSetOptSizeV1where\n u32: Archive,\n JournalSockoptionV1: Archive,\n u64: Archive,"],["impl Archive for JournalEntryFileDescriptorSeekV1where\n u32: Archive,\n JournalWhenceV1: Archive,\n i64: Archive,"],["impl<'a> Archive for JournalEntryPortBridgeV1<'a>where\n AlignedCowStr<'a>: Archive,\n JournalStreamSecurityV1: Archive,"],["impl Archive for JournalEntryPortDelAddrV1where\n IpAddr: Archive,"],["impl Archive for JournalEntryFileDescriptorSetRightsV1where\n u32: Archive,\n u64: Archive,"],["impl Archive for JournalEntrySocketListenV1where\n u32: Archive,"],["impl<'a> Archive for JournalEntryOpenFileDescriptorV1<'a>where\n u32: Archive,\n u16: Archive,\n u64: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEntryDuplicateFileDescriptorV1where\n u32: Archive,"],["impl Archive for JournalEntryFileDescriptorAdviseV1where\n u32: Archive,\n u64: Archive,\n JournalAdviceV1: Archive,"],["impl Archive for JournalEntryPortRouteAddV1where\n JournalIpCidrV1: Archive,\n IpAddr: Archive,\n Option<Duration>: Archive,"]], +"wasmer_journal":[["impl Archive for JournalEntrySocketSetOptFlagV1where\n u32: Archive,\n JournalSockoptionV1: Archive,\n bool: Archive,"],["impl Archive for JournalEntrySocketJoinIpv6MulticastV1where\n u32: Archive,\n Ipv6Addr: Archive,"],["impl Archive for JournalEntrySocketSendFileV1where\n u32: Archive,\n u64: Archive,"],["impl Archive for JournalEntryCreatePipeV1where\n u32: Archive,"],["impl Archive for JournalEntryRecordType"],["impl Archive for JournalEntryInitModuleV1where\n Box<[u8]>: Archive,"],["impl Archive for JournalEntrySocketAcceptedV1where\n u32: Archive,\n SocketAddr: Archive,\n u16: Archive,\n bool: Archive,"],["impl Archive for JournalSockoptionV1"],["impl<'a> Archive for JournalEntryChangeDirectoryV1<'a>where\n AlignedCowStr<'a>: Archive,"],["impl<'a> Archive for JournalEntrySocketSendToV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n u16: Archive,\n SocketAddr: Archive,\n bool: Archive,"],["impl Archive for JournalEntryFileDescriptorSeekV1where\n u32: Archive,\n JournalWhenceV1: Archive,\n i64: Archive,"],["impl Archive for JournalEntrySocketBindV1where\n u32: Archive,\n SocketAddr: Archive,"],["impl<'a> Archive for JournalEntryOpenFileDescriptorV1<'a>where\n u32: Archive,\n u16: Archive,\n u64: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEntryFileDescriptorAdviseV1where\n u32: Archive,\n u64: Archive,\n JournalAdviceV1: Archive,"],["impl Archive for JournalThreadStartTypeV1where\n u64: Archive,"],["impl Archive for JournalIpCidrV1where\n IpAddr: Archive,\n u8: Archive,"],["impl Archive for JournalSocketShutdownV1"],["impl<'a> Archive for JournalEntrySetThreadV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n JournalThreadStartTypeV1: Archive,\n JournalWasiMemoryLayout: Archive,\n bool: Archive,"],["impl Archive for JournalEntryFileDescriptorSetSizeV1where\n u32: Archive,\n u64: Archive,"],["impl Archive for JournalEpollEventCtlV1where\n u32: Archive,\n u64: Archive,"],["impl<'a, T> Archive for AlignedCowVec<'a, T>where\n T: 'a,\n [T]: ToOwned,"],["impl<'a> Archive for JournalEntryCreateHardLinkV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalStreamSecurityV1"],["impl<'a> Archive for AlignedCowStr<'a>"],["impl Archive for JournalAddressfamilyV1"],["impl<'a> Archive for JournalEntryUnlinkFileV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEpollCtlV1"],["impl Archive for JournalEntrySetClockTimeV1where\n JournalSnapshot0ClockidV1: Archive,\n u64: Archive,"],["impl Archive for JournalEntryDuplicateFileDescriptorV1where\n u32: Archive,"],["impl Archive for JournalEntryFileDescriptorSetTimesV1where\n u32: Archive,\n u16: Archive,\n u64: Archive,"],["impl Archive for JournalEntrySocketListenV1where\n u32: Archive,"],["impl<'a> Archive for JournalEntrySocketSendV1<'a>where\n u32: Archive,\n AlignedCowVec<'a, u8>: Archive,\n u16: Archive,\n bool: Archive,"],["impl<'a> Archive for JournalEntryPortBridgeV1<'a>where\n AlignedCowStr<'a>: Archive,\n JournalStreamSecurityV1: Archive,"],["impl Archive for JournalEntryEpollCtlV1where\n u32: Archive,\n JournalEpollCtlV1: Archive,\n Option<JournalEpollEventCtlV1>: Archive,"],["impl Archive for JournalEntryHeaderwhere\n u16: Archive,\n u64: Archive,"],["impl Archive for JournalWasiMemoryLayoutwhere\n u64: Archive,"],["impl Archive for JournalEntryRenumberFileDescriptorV1where\n u32: Archive,"],["impl<'a> Archive for JournalEntryCreateDirectoryV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEntryCloseFileDescriptorV1where\n u32: Archive,"],["impl Archive for JournalEntrySocketShutdownV1where\n u32: Archive,\n JournalSocketShutdownV1: Archive,"],["impl Archive for JournalEntryPortRouteAddV1where\n JournalIpCidrV1: Archive,\n IpAddr: Archive,\n Option<Duration>: Archive,"],["impl Archive for JournalEntrySocketSetOptTimeV1where\n u32: Archive,\n JournalTimeTypeV1: Archive,\n Option<Duration>: Archive,"],["impl Archive for JournalEntryFileDescriptorAllocateV1where\n u32: Archive,\n u64: Archive,"],["impl Archive for JournalEntryPortAddAddrV1where\n JournalIpCidrV1: Archive,"],["impl Archive for JournalEntrySocketOpenV1where\n JournalAddressfamilyV1: Archive,\n JournalSocktypeV1: Archive,\n u16: Archive,\n u32: Archive,"],["impl Archive for JournalSocktypeV1"],["impl Archive for JournalSnapshot0ClockidV1"],["impl Archive for JournalEntryTtySetV1where\n u32: Archive,\n bool: Archive,"],["impl Archive for JournalEntryPortDelAddrV1where\n IpAddr: Archive,"],["impl Archive for JournalEntrySnapshotV1where\n Duration: Archive,\n JournalSnapshotTriggerV1: Archive,"],["impl<'a> Archive for JournalEntryPathSetTimesV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,\n u64: Archive,\n u16: Archive,"],["impl Archive for JournalEntryProcessExitV1where\n Option<JournalExitCodeV1>: Archive,"],["impl Archive for JournalEntryPortGatewaySetV1where\n IpAddr: Archive,"],["impl Archive for JournalEntrySocketJoinIpv4MulticastV1where\n u32: Archive,\n Ipv4Addr: Archive,"],["impl<'a> Archive for JournalEntryCreateSymbolicLinkV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl<'a> Archive for JournalEntryRemoveDirectoryV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEntryPortRouteDelV1where\n IpAddr: Archive,"],["impl Archive for JournalEntrySocketSetOptSizeV1where\n u32: Archive,\n JournalSockoptionV1: Archive,\n u64: Archive,"],["impl Archive for JournalEntryEpollCreateV1where\n u32: Archive,"],["impl Archive for JournalSnapshotTriggerV1"],["impl Archive for JournalWhenceV1"],["impl Archive for JournalEntryClearEtherealV1"],["impl<'a> Archive for JournalEntryFileDescriptorWriteV1<'a>where\n AlignedCowVec<'a, u8>: Archive,\n u64: Archive,\n u32: Archive,\n bool: Archive,"],["impl Archive for JournalEntrySocketConnectedV1where\n u32: Archive,\n SocketAddr: Archive,"],["impl Archive for JournalEntryCreateEventV1where\n u64: Archive,\n u16: Archive,\n u32: Archive,"],["impl Archive for JournalEntryCloseThreadV1where\n u32: Archive,\n Option<JournalExitCodeV1>: Archive,"],["impl Archive for JournalExitCodeV1where\n u16: Archive,\n i32: Archive,"],["impl Archive for JournalAdviceV1"],["impl<'a> Archive for JournalEntryPathRenameV1<'a>where\n u32: Archive,\n AlignedCowStr<'a>: Archive,"],["impl Archive for JournalEntrySocketLeaveIpv6MulticastV1where\n u32: Archive,\n Ipv6Addr: Archive,"],["impl Archive for JournalTimeTypeV1"],["impl Archive for JournalEntrySocketLeaveIpv4MulticastV1where\n u32: Archive,\n Ipv4Addr: Archive,"],["impl<'a> Archive for JournalEntryUpdateMemoryRegionV1<'a>where\n AlignedCowVec<'a, u8>: Archive,\n u64: Archive,"],["impl Archive for JournalEntryFileDescriptorSetFlagsV1where\n u32: Archive,\n u16: Archive,"],["impl Archive for JournalEntryFileDescriptorSetRightsV1where\n u32: Archive,\n u64: Archive,"]], "wasmer_types":[["impl Archive for ModuleMetadatawhere\n CompileModuleInfo: Archive,\n String: Archive,\n Box<[OwnedDataInitializer]>: Archive,\n PrimaryMap<LocalFunctionIndex, u64>: Archive,\n u64: Archive,"],["impl Archive for CompiledFunctionFrameInfowhere\n Vec<TrapInformation>: Archive,\n FunctionAddressMap: Archive,"],["impl Archive for GlobalTypewhere\n Type: Archive,\n Mutability: Archive,"],["impl Archive for CustomSectionProtection"],["impl Archive for Type"],["impl Archive for TableInitializerwhere\n TableIndex: Archive,\n Option<GlobalIndex>: Archive,\n usize: Archive,\n Box<[FunctionIndex]>: Archive,"],["impl Archive for CompiledFunctionUnwindInfowhere\n Vec<u8>: Archive,"],["impl Archive for ImportIndexwhere\n FunctionIndex: Archive,\n TableIndex: Archive,\n MemoryIndex: Archive,\n GlobalIndex: Archive,"],["impl Archive for SerializableCompilationwhere\n PrimaryMap<LocalFunctionIndex, FunctionBody>: Archive,\n PrimaryMap<LocalFunctionIndex, Vec<Relocation>>: Archive,\n PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>: Archive,\n PrimaryMap<SignatureIndex, FunctionBody>: Archive,\n PrimaryMap<FunctionIndex, FunctionBody>: Archive,\n PrimaryMap<SectionIndex, CustomSection>: Archive,\n PrimaryMap<SectionIndex, Vec<Relocation>>: Archive,\n Option<Dwarf>: Archive,\n SectionIndex: Archive,\n u32: Archive,"],["impl Archive for LibCall"],["impl Archive for SectionIndexwhere\n u32: Archive,"],["impl Archive for InstructionAddressMapwhere\n SourceLoc: Archive,\n usize: Archive,"],["impl Archive for ElemIndexwhere\n u32: Archive,"],["impl Archive for Featureswhere\n bool: Archive,"],["impl<K, V> Archive for SecondaryMap<K, V>where\n K: EntityRef,\n V: Clone + Archive,\n Vec<V>: Archive,\n PhantomData<K>: Archive,"],["impl Archive for Symbolwhere\n LocalFunctionIndex: Archive,\n SectionIndex: Archive,\n SignatureIndex: Archive,\n FunctionIndex: Archive,"],["impl Archive for GlobalInitwhere\n i32: Archive,\n i64: Archive,\n f32: Archive,\n f64: Archive,\n V128: Archive,\n GlobalIndex: Archive,\n FunctionIndex: Archive,"],["impl Archive for V128where\n [u8; 16]: Archive,"],["impl Archive for FunctionBodywhere\n Vec<u8>: Archive,\n Option<CompiledFunctionUnwindInfo>: Archive,"],["impl Archive for Relocationwhere\n RelocationKind: Archive,\n RelocationTarget: Archive,\n CodeOffset: Archive,\n Addend: Archive,"],["impl Archive for SourceLocwhere\n u32: Archive,"],["impl Archive for OwnedDataInitializerwhere\n DataInitializerLocation: Archive,\n Box<[u8]>: Archive,"],["impl Archive for FunctionTypewhere\n Box<[Type]>: Archive,"],["impl Archive for ModuleInfo"],["impl Archive for CompileModuleInfowhere\n Features: Archive,\n Arc<ModuleInfo>: Archive,\n PrimaryMap<MemoryIndex, MemoryStyle>: Archive,\n PrimaryMap<TableIndex, TableStyle>: Archive,"],["impl Archive for SerializableModulewhere\n SerializableCompilation: Archive,\n CompileModuleInfo: Archive,\n Box<[OwnedDataInitializer]>: Archive,\n u64: Archive,"],["impl Archive for Pageswhere\n u32: Archive,"],["impl Archive for ModuleHashwhere\n [u8; 8]: Archive,\n [u8; 32]: Archive,"],["impl Archive for SignatureIndexwhere\n u32: Archive,"],["impl Archive for FunctionAddressMapwhere\n Vec<InstructionAddressMap>: Archive,\n SourceLoc: Archive,\n usize: Archive,"],["impl Archive for TableTypewhere\n Type: Archive,\n u32: Archive,\n Option<u32>: Archive,"],["impl Archive for LocalFunctionIndexwhere\n u32: Archive,"],["impl Archive for MemoryStylewhere\n u64: Archive,\n Pages: Archive,"],["impl Archive for CustomSectionIndexwhere\n u32: Archive,"],["impl Archive for ModuleIdwhere\n usize: Archive,"],["impl Archive for TrapInformationwhere\n CodeOffset: Archive,\n TrapCode: Archive,"],["impl<K, V> Archive for PrimaryMap<K, V>where\n K: EntityRef,\n Vec<V>: Archive,\n PhantomData<K>: Archive,"],["impl Archive for CustomSectionwhere\n CustomSectionProtection: Archive,\n SectionBody: Archive,\n Vec<Relocation>: Archive,"],["impl Archive for RelocationKind"],["impl Archive for SectionBodywhere\n Vec<u8>: Archive,"],["impl Archive for MemoryIndexwhere\n u32: Archive,"],["impl Archive for DataIndexwhere\n u32: Archive,"],["impl Archive for LocalGlobalIndexwhere\n u32: Archive,"],["impl Archive for MemoryTypewhere\n Pages: Archive,\n Option<Pages>: Archive,\n bool: Archive,"],["impl Archive for DataInitializerLocationwhere\n MemoryIndex: Archive,\n Option<GlobalIndex>: Archive,\n usize: Archive,"],["impl Archive for Mutability"],["impl Archive for ExportIndexwhere\n FunctionIndex: Archive,\n TableIndex: Archive,\n MemoryIndex: Archive,\n GlobalIndex: Archive,"],["impl Archive for RelocationTargetwhere\n LocalFunctionIndex: Archive,\n LibCall: Archive,\n SectionIndex: Archive,"],["impl Archive for TableStyle"],["impl Archive for GlobalIndexwhere\n u32: Archive,"],["impl Archive for Dwarfwhere\n SectionIndex: Archive,"],["impl Archive for ArchivableModuleInfowhere\n Option<String>: Archive,\n Option<ModuleHash>: Archive,\n IndexMap<ImportKey, ImportIndex>: Archive,\n IndexMap<String, ExportIndex>: Archive,\n Option<FunctionIndex>: Archive,\n Vec<TableInitializer>: Archive,\n BTreeMap<ElemIndex, Box<[FunctionIndex]>>: Archive,\n BTreeMap<DataIndex, Box<[u8]>>: Archive,\n PrimaryMap<LocalGlobalIndex, GlobalInit>: Archive,\n BTreeMap<FunctionIndex, String>: Archive,\n PrimaryMap<SignatureIndex, FunctionType>: Archive,\n PrimaryMap<FunctionIndex, SignatureIndex>: Archive,\n PrimaryMap<TableIndex, TableType>: Archive,\n PrimaryMap<MemoryIndex, MemoryType>: Archive,\n PrimaryMap<GlobalIndex, GlobalType>: Archive,\n IndexMap<String, CustomSectionIndex>: Archive,\n PrimaryMap<CustomSectionIndex, Box<[u8]>>: Archive,\n usize: Archive,"],["impl Archive for CompiledFunctionwhere\n FunctionBody: Archive,\n Vec<Relocation>: Archive,\n CompiledFunctionFrameInfo: Archive,"],["impl Archive for FunctionIndexwhere\n u32: Archive,"],["impl Archive for TableIndexwhere\n u32: Archive,"],["impl Archive for ImportKeywhere\n String: Archive,\n u32: Archive,"],["impl Archive for TrapCode"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/rkyv/trait.Deserialize.js b/crates/doc/implementors/rkyv/trait.Deserialize.js index 46c65b83910..903f2947117 100644 --- a/crates/doc/implementors/rkyv/trait.Deserialize.js +++ b/crates/doc/implementors/rkyv/trait.Deserialize.js @@ -1,5 +1,5 @@ (function() {var implementors = { "virtual_net":[["impl<__D: Fallible + ?Sized> Deserialize<IpRoute, __D> for Archived<IpRoute>where\n IpCidr: Archive,\n Archived<IpCidr>: Deserialize<IpCidr, __D>,\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,\n Option<Duration>: Archive,\n Archived<Option<Duration>>: Deserialize<Option<Duration>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<IpCidr, __D> for Archived<IpCidr>where\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,\n u8: Archive,\n Archived<u8>: Deserialize<u8, __D>,"]], -"wasmer_journal":[["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorAllocateV1, __D> for Archived<JournalEntryFileDescriptorAllocateV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryCloseFileDescriptorV1, __D> for Archived<JournalEntryCloseFileDescriptorV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryCreateDirectoryV1<'a>, __D> for Archived<JournalEntryCreateDirectoryV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalAddressfamilyV1, __D> for Archived<JournalAddressfamilyV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketLeaveIpv4MulticastV1, __D> for Archived<JournalEntrySocketLeaveIpv4MulticastV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Ipv4Addr: Archive,\n Archived<Ipv4Addr>: Deserialize<Ipv4Addr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketSendFileV1, __D> for Archived<JournalEntrySocketSendFileV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryInitModuleV1, __D> for Archived<JournalEntryInitModuleV1>where\n Box<[u8]>: Archive,\n Archived<Box<[u8]>>: Deserialize<Box<[u8]>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortRouteAddV1, __D> for Archived<JournalEntryPortRouteAddV1>where\n JournalIpCidrV1: Archive,\n Archived<JournalIpCidrV1>: Deserialize<JournalIpCidrV1, __D>,\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,\n Option<Duration>: Archive,\n Archived<Option<Duration>>: Deserialize<Option<Duration>, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryPortBridgeV1<'a>, __D> for Archived<JournalEntryPortBridgeV1<'a>>where\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,\n JournalStreamSecurityV1: Archive,\n Archived<JournalStreamSecurityV1>: Deserialize<JournalStreamSecurityV1, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSocktypeV1, __D> for Archived<JournalSocktypeV1>"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryUpdateMemoryRegionV1<'a>, __D> for Archived<JournalEntryUpdateMemoryRegionV1<'a>>where\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketJoinIpv6MulticastV1, __D> for Archived<JournalEntrySocketJoinIpv6MulticastV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Ipv6Addr: Archive,\n Archived<Ipv6Addr>: Deserialize<Ipv6Addr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSetRightsV1, __D> for Archived<JournalEntryFileDescriptorSetRightsV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntrySetThreadV1<'a>, __D> for Archived<JournalEntrySetThreadV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n JournalThreadStartTypeV1: Archive,\n Archived<JournalThreadStartTypeV1>: Deserialize<JournalThreadStartTypeV1, __D>,\n JournalWasiMemoryLayout: Archive,\n Archived<JournalWasiMemoryLayout>: Deserialize<JournalWasiMemoryLayout, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketOpenV1, __D> for Archived<JournalEntrySocketOpenV1>where\n JournalAddressfamilyV1: Archive,\n Archived<JournalAddressfamilyV1>: Deserialize<JournalAddressfamilyV1, __D>,\n JournalSocktypeV1: Archive,\n Archived<JournalSocktypeV1>: Deserialize<JournalSocktypeV1, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSnapshot0ClockidV1, __D> for Archived<JournalSnapshot0ClockidV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSeekV1, __D> for Archived<JournalEntryFileDescriptorSeekV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalWhenceV1: Archive,\n Archived<JournalWhenceV1>: Deserialize<JournalWhenceV1, __D>,\n i64: Archive,\n Archived<i64>: Deserialize<i64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortDelAddrV1, __D> for Archived<JournalEntryPortDelAddrV1>where\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryRemoveDirectoryV1<'a>, __D> for Archived<JournalEntryRemoveDirectoryV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSnapshotTriggerV1, __D> for Archived<JournalSnapshotTriggerV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketSetOptSizeV1, __D> for Archived<JournalEntrySocketSetOptSizeV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalSockoptionV1: Archive,\n Archived<JournalSockoptionV1>: Deserialize<JournalSockoptionV1, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryClearEtherealV1, __D> for Archived<JournalEntryClearEtherealV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortAddAddrV1, __D> for Archived<JournalEntryPortAddAddrV1>where\n JournalIpCidrV1: Archive,\n Archived<JournalIpCidrV1>: Deserialize<JournalIpCidrV1, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSetSizeV1, __D> for Archived<JournalEntryFileDescriptorSetSizeV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketShutdownV1, __D> for Archived<JournalEntrySocketShutdownV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalSocketShutdownV1: Archive,\n Archived<JournalSocketShutdownV1>: Deserialize<JournalSocketShutdownV1, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryCreateHardLinkV1<'a>, __D> for Archived<JournalEntryCreateHardLinkV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalWasiMemoryLayout, __D> for Archived<JournalWasiMemoryLayout>where\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryPathRenameV1<'a>, __D> for Archived<JournalEntryPathRenameV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketSetOptFlagV1, __D> for Archived<JournalEntrySocketSetOptFlagV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalSockoptionV1: Archive,\n Archived<JournalSockoptionV1>: Deserialize<JournalSockoptionV1, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalThreadStartTypeV1, __D> for Archived<JournalThreadStartTypeV1>where\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketLeaveIpv6MulticastV1, __D> for Archived<JournalEntrySocketLeaveIpv6MulticastV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Ipv6Addr: Archive,\n Archived<Ipv6Addr>: Deserialize<Ipv6Addr, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryChangeDirectoryV1<'a>, __D> for Archived<JournalEntryChangeDirectoryV1<'a>>where\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryTtySetV1, __D> for Archived<JournalEntryTtySetV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketSetOptTimeV1, __D> for Archived<JournalEntrySocketSetOptTimeV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalTimeTypeV1: Archive,\n Archived<JournalTimeTypeV1>: Deserialize<JournalTimeTypeV1, __D>,\n Option<Duration>: Archive,\n Archived<Option<Duration>>: Deserialize<Option<Duration>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryEpollCreateV1, __D> for Archived<JournalEntryEpollCreateV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortRouteDelV1, __D> for Archived<JournalEntryPortRouteDelV1>where\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntrySocketSendToV1<'a>, __D> for Archived<JournalEntrySocketSendToV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n SocketAddr: Archive,\n Archived<SocketAddr>: Deserialize<SocketAddr, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryPathSetTimesV1<'a>, __D> for Archived<JournalEntryPathSetTimesV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryRenumberFileDescriptorV1, __D> for Archived<JournalEntryRenumberFileDescriptorV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalExitCodeV1, __D> for Archived<JournalExitCodeV1>where\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n i32: Archive,\n Archived<i32>: Deserialize<i32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryEpollCtlV1, __D> for Archived<JournalEntryEpollCtlV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalEpollCtlV1: Archive,\n Archived<JournalEpollCtlV1>: Deserialize<JournalEpollCtlV1, __D>,\n Option<JournalEpollEventCtlV1>: Archive,\n Archived<Option<JournalEpollEventCtlV1>>: Deserialize<Option<JournalEpollEventCtlV1>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortGatewaySetV1, __D> for Archived<JournalEntryPortGatewaySetV1>where\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryCreateEventV1, __D> for Archived<JournalEntryCreateEventV1>where\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalIpCidrV1, __D> for Archived<JournalIpCidrV1>where\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,\n u8: Archive,\n Archived<u8>: Deserialize<u8, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySetClockTimeV1, __D> for Archived<JournalEntrySetClockTimeV1>where\n JournalSnapshot0ClockidV1: Archive,\n Archived<JournalSnapshot0ClockidV1>: Deserialize<JournalSnapshot0ClockidV1, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryOpenFileDescriptorV1<'a>, __D> for Archived<JournalEntryOpenFileDescriptorV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEpollCtlV1, __D> for Archived<JournalEpollCtlV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySnapshotV1, __D> for Archived<JournalEntrySnapshotV1>where\n Duration: Archive,\n Archived<Duration>: Deserialize<Duration, __D>,\n JournalSnapshotTriggerV1: Archive,\n Archived<JournalSnapshotTriggerV1>: Deserialize<JournalSnapshotTriggerV1, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketListenV1, __D> for Archived<JournalEntrySocketListenV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryCreateSymbolicLinkV1<'a>, __D> for Archived<JournalEntryCreateSymbolicLinkV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSockoptionV1, __D> for Archived<JournalSockoptionV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSetTimesV1, __D> for Archived<JournalEntryFileDescriptorSetTimesV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalTimeTypeV1, __D> for Archived<JournalTimeTypeV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryProcessExitV1, __D> for Archived<JournalEntryProcessExitV1>where\n Option<JournalExitCodeV1>: Archive,\n Archived<Option<JournalExitCodeV1>>: Deserialize<Option<JournalExitCodeV1>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSetFlagsV1, __D> for Archived<JournalEntryFileDescriptorSetFlagsV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryDuplicateFileDescriptorV1, __D> for Archived<JournalEntryDuplicateFileDescriptorV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorAdviseV1, __D> for Archived<JournalEntryFileDescriptorAdviseV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n JournalAdviceV1: Archive,\n Archived<JournalAdviceV1>: Deserialize<JournalAdviceV1, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryHeader, __D> for Archived<JournalEntryHeader>where\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryCreatePipeV1, __D> for Archived<JournalEntryCreatePipeV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalWhenceV1, __D> for Archived<JournalWhenceV1>"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryUnlinkFileV1<'a>, __D> for Archived<JournalEntryUnlinkFileV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketJoinIpv4MulticastV1, __D> for Archived<JournalEntrySocketJoinIpv4MulticastV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Ipv4Addr: Archive,\n Archived<Ipv4Addr>: Deserialize<Ipv4Addr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalAdviceV1, __D> for Archived<JournalAdviceV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryRecordType, __D> for Archived<JournalEntryRecordType>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalStreamSecurityV1, __D> for Archived<JournalStreamSecurityV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketConnectedV1, __D> for Archived<JournalEntrySocketConnectedV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n SocketAddr: Archive,\n Archived<SocketAddr>: Deserialize<SocketAddr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketBindV1, __D> for Archived<JournalEntrySocketBindV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n SocketAddr: Archive,\n Archived<SocketAddr>: Deserialize<SocketAddr, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntrySocketSendV1<'a>, __D> for Archived<JournalEntrySocketSendV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSocketShutdownV1, __D> for Archived<JournalSocketShutdownV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketAcceptedV1, __D> for Archived<JournalEntrySocketAcceptedV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n SocketAddr: Archive,\n Archived<SocketAddr>: Deserialize<SocketAddr, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEpollEventCtlV1, __D> for Archived<JournalEpollEventCtlV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorWriteV1<'a>, __D> for Archived<JournalEntryFileDescriptorWriteV1<'a>>where\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryCloseThreadV1, __D> for Archived<JournalEntryCloseThreadV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Option<JournalExitCodeV1>: Archive,\n Archived<Option<JournalExitCodeV1>>: Deserialize<Option<JournalExitCodeV1>, __D>,"]], +"wasmer_journal":[["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketSendFileV1, __D> for Archived<JournalEntrySocketSendFileV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketAcceptedV1, __D> for Archived<JournalEntrySocketAcceptedV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n SocketAddr: Archive,\n Archived<SocketAddr>: Deserialize<SocketAddr, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryUpdateMemoryRegionV1<'a>, __D> for Archived<JournalEntryUpdateMemoryRegionV1<'a>>where\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorAdviseV1, __D> for Archived<JournalEntryFileDescriptorAdviseV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n JournalAdviceV1: Archive,\n Archived<JournalAdviceV1>: Deserialize<JournalAdviceV1, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalAdviceV1, __D> for Archived<JournalAdviceV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortRouteAddV1, __D> for Archived<JournalEntryPortRouteAddV1>where\n JournalIpCidrV1: Archive,\n Archived<JournalIpCidrV1>: Deserialize<JournalIpCidrV1, __D>,\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,\n Option<Duration>: Archive,\n Archived<Option<Duration>>: Deserialize<Option<Duration>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketSetOptTimeV1, __D> for Archived<JournalEntrySocketSetOptTimeV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalTimeTypeV1: Archive,\n Archived<JournalTimeTypeV1>: Deserialize<JournalTimeTypeV1, __D>,\n Option<Duration>: Archive,\n Archived<Option<Duration>>: Deserialize<Option<Duration>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryCreateEventV1, __D> for Archived<JournalEntryCreateEventV1>where\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortDelAddrV1, __D> for Archived<JournalEntryPortDelAddrV1>where\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorAllocateV1, __D> for Archived<JournalEntryFileDescriptorAllocateV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSetSizeV1, __D> for Archived<JournalEntryFileDescriptorSetSizeV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketBindV1, __D> for Archived<JournalEntrySocketBindV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n SocketAddr: Archive,\n Archived<SocketAddr>: Deserialize<SocketAddr, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryCreateSymbolicLinkV1<'a>, __D> for Archived<JournalEntryCreateSymbolicLinkV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalWasiMemoryLayout, __D> for Archived<JournalWasiMemoryLayout>where\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSeekV1, __D> for Archived<JournalEntryFileDescriptorSeekV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalWhenceV1: Archive,\n Archived<JournalWhenceV1>: Deserialize<JournalWhenceV1, __D>,\n i64: Archive,\n Archived<i64>: Deserialize<i64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryInitModuleV1, __D> for Archived<JournalEntryInitModuleV1>where\n Box<[u8]>: Archive,\n Archived<Box<[u8]>>: Deserialize<Box<[u8]>, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryCreateDirectoryV1<'a>, __D> for Archived<JournalEntryCreateDirectoryV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketSetOptFlagV1, __D> for Archived<JournalEntrySocketSetOptFlagV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalSockoptionV1: Archive,\n Archived<JournalSockoptionV1>: Deserialize<JournalSockoptionV1, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryPathSetTimesV1<'a>, __D> for Archived<JournalEntryPathSetTimesV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEpollCtlV1, __D> for Archived<JournalEpollCtlV1>"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryRemoveDirectoryV1<'a>, __D> for Archived<JournalEntryRemoveDirectoryV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryRecordType, __D> for Archived<JournalEntryRecordType>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketConnectedV1, __D> for Archived<JournalEntrySocketConnectedV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n SocketAddr: Archive,\n Archived<SocketAddr>: Deserialize<SocketAddr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryProcessExitV1, __D> for Archived<JournalEntryProcessExitV1>where\n Option<JournalExitCodeV1>: Archive,\n Archived<Option<JournalExitCodeV1>>: Deserialize<Option<JournalExitCodeV1>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryCreatePipeV1, __D> for Archived<JournalEntryCreatePipeV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSocketShutdownV1, __D> for Archived<JournalSocketShutdownV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSocktypeV1, __D> for Archived<JournalSocktypeV1>"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryPathRenameV1<'a>, __D> for Archived<JournalEntryPathRenameV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySetClockTimeV1, __D> for Archived<JournalEntrySetClockTimeV1>where\n JournalSnapshot0ClockidV1: Archive,\n Archived<JournalSnapshot0ClockidV1>: Deserialize<JournalSnapshot0ClockidV1, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortAddAddrV1, __D> for Archived<JournalEntryPortAddAddrV1>where\n JournalIpCidrV1: Archive,\n Archived<JournalIpCidrV1>: Deserialize<JournalIpCidrV1, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketLeaveIpv6MulticastV1, __D> for Archived<JournalEntrySocketLeaveIpv6MulticastV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Ipv6Addr: Archive,\n Archived<Ipv6Addr>: Deserialize<Ipv6Addr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketShutdownV1, __D> for Archived<JournalEntrySocketShutdownV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalSocketShutdownV1: Archive,\n Archived<JournalSocketShutdownV1>: Deserialize<JournalSocketShutdownV1, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryCloseFileDescriptorV1, __D> for Archived<JournalEntryCloseFileDescriptorV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryTtySetV1, __D> for Archived<JournalEntryTtySetV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryPortBridgeV1<'a>, __D> for Archived<JournalEntryPortBridgeV1<'a>>where\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,\n JournalStreamSecurityV1: Archive,\n Archived<JournalStreamSecurityV1>: Deserialize<JournalStreamSecurityV1, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryDuplicateFileDescriptorV1, __D> for Archived<JournalEntryDuplicateFileDescriptorV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketOpenV1, __D> for Archived<JournalEntrySocketOpenV1>where\n JournalAddressfamilyV1: Archive,\n Archived<JournalAddressfamilyV1>: Deserialize<JournalAddressfamilyV1, __D>,\n JournalSocktypeV1: Archive,\n Archived<JournalSocktypeV1>: Deserialize<JournalSocktypeV1, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortRouteDelV1, __D> for Archived<JournalEntryPortRouteDelV1>where\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryChangeDirectoryV1<'a>, __D> for Archived<JournalEntryChangeDirectoryV1<'a>>where\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalThreadStartTypeV1, __D> for Archived<JournalThreadStartTypeV1>where\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySnapshotV1, __D> for Archived<JournalEntrySnapshotV1>where\n Duration: Archive,\n Archived<Duration>: Deserialize<Duration, __D>,\n JournalSnapshotTriggerV1: Archive,\n Archived<JournalSnapshotTriggerV1>: Deserialize<JournalSnapshotTriggerV1, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalStreamSecurityV1, __D> for Archived<JournalStreamSecurityV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSetFlagsV1, __D> for Archived<JournalEntryFileDescriptorSetFlagsV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntrySocketSendToV1<'a>, __D> for Archived<JournalEntrySocketSendToV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n SocketAddr: Archive,\n Archived<SocketAddr>: Deserialize<SocketAddr, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalTimeTypeV1, __D> for Archived<JournalTimeTypeV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketLeaveIpv4MulticastV1, __D> for Archived<JournalEntrySocketLeaveIpv4MulticastV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Ipv4Addr: Archive,\n Archived<Ipv4Addr>: Deserialize<Ipv4Addr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryRenumberFileDescriptorV1, __D> for Archived<JournalEntryRenumberFileDescriptorV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSetRightsV1, __D> for Archived<JournalEntryFileDescriptorSetRightsV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryHeader, __D> for Archived<JournalEntryHeader>where\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryCreateHardLinkV1<'a>, __D> for Archived<JournalEntryCreateHardLinkV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketListenV1, __D> for Archived<JournalEntrySocketListenV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSnapshotTriggerV1, __D> for Archived<JournalSnapshotTriggerV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryPortGatewaySetV1, __D> for Archived<JournalEntryPortGatewaySetV1>where\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketSetOptSizeV1, __D> for Archived<JournalEntrySocketSetOptSizeV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalSockoptionV1: Archive,\n Archived<JournalSockoptionV1>: Deserialize<JournalSockoptionV1, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntrySocketSendV1<'a>, __D> for Archived<JournalEntrySocketSendV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketJoinIpv4MulticastV1, __D> for Archived<JournalEntrySocketJoinIpv4MulticastV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Ipv4Addr: Archive,\n Archived<Ipv4Addr>: Deserialize<Ipv4Addr, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalAddressfamilyV1, __D> for Archived<JournalAddressfamilyV1>"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntrySetThreadV1<'a>, __D> for Archived<JournalEntrySetThreadV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n JournalThreadStartTypeV1: Archive,\n Archived<JournalThreadStartTypeV1>: Deserialize<JournalThreadStartTypeV1, __D>,\n JournalWasiMemoryLayout: Archive,\n Archived<JournalWasiMemoryLayout>: Deserialize<JournalWasiMemoryLayout, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryOpenFileDescriptorV1<'a>, __D> for Archived<JournalEntryOpenFileDescriptorV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntrySocketJoinIpv6MulticastV1, __D> for Archived<JournalEntrySocketJoinIpv6MulticastV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Ipv6Addr: Archive,\n Archived<Ipv6Addr>: Deserialize<Ipv6Addr, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorWriteV1<'a>, __D> for Archived<JournalEntryFileDescriptorWriteV1<'a>>where\n AlignedCowVec<'a, u8>: Archive,\n Archived<AlignedCowVec<'a, u8>>: Deserialize<AlignedCowVec<'a, u8>, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryCloseThreadV1, __D> for Archived<JournalEntryCloseThreadV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Option<JournalExitCodeV1>: Archive,\n Archived<Option<JournalExitCodeV1>>: Deserialize<Option<JournalExitCodeV1>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalExitCodeV1, __D> for Archived<JournalExitCodeV1>where\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n i32: Archive,\n Archived<i32>: Deserialize<i32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryEpollCtlV1, __D> for Archived<JournalEntryEpollCtlV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n JournalEpollCtlV1: Archive,\n Archived<JournalEpollCtlV1>: Deserialize<JournalEpollCtlV1, __D>,\n Option<JournalEpollEventCtlV1>: Archive,\n Archived<Option<JournalEpollEventCtlV1>>: Deserialize<Option<JournalEpollEventCtlV1>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalIpCidrV1, __D> for Archived<JournalIpCidrV1>where\n IpAddr: Archive,\n Archived<IpAddr>: Deserialize<IpAddr, __D>,\n u8: Archive,\n Archived<u8>: Deserialize<u8, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalWhenceV1, __D> for Archived<JournalWhenceV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryClearEtherealV1, __D> for Archived<JournalEntryClearEtherealV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSnapshot0ClockidV1, __D> for Archived<JournalSnapshot0ClockidV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalSockoptionV1, __D> for Archived<JournalSockoptionV1>"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryFileDescriptorSetTimesV1, __D> for Archived<JournalEntryFileDescriptorSetTimesV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u16: Archive,\n Archived<u16>: Deserialize<u16, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEntryEpollCreateV1, __D> for Archived<JournalEntryEpollCreateV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<JournalEpollEventCtlV1, __D> for Archived<JournalEpollEventCtlV1>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<'a, __D: Fallible + ?Sized> Deserialize<JournalEntryUnlinkFileV1<'a>, __D> for Archived<JournalEntryUnlinkFileV1<'a>>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n AlignedCowStr<'a>: Archive,\n Archived<AlignedCowStr<'a>>: Deserialize<AlignedCowStr<'a>, __D>,"]], "wasmer_types":[["impl<__D: Fallible + ?Sized> Deserialize<MemoryIndex, __D> for Archived<MemoryIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<ModuleId, __D> for Archived<ModuleId>where\n usize: Archive,\n Archived<usize>: Deserialize<usize, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<Pages, __D> for Archived<Pages>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<FunctionBody, __D> for Archived<FunctionBody>where\n Vec<u8>: Archive,\n Archived<Vec<u8>>: Deserialize<Vec<u8>, __D>,\n Option<CompiledFunctionUnwindInfo>: Archive,\n Archived<Option<CompiledFunctionUnwindInfo>>: Deserialize<Option<CompiledFunctionUnwindInfo>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<Type, __D> for Archived<Type>"],["impl<__D: Fallible + ?Sized> Deserialize<Dwarf, __D> for Archived<Dwarf>where\n SectionIndex: Archive,\n Archived<SectionIndex>: Deserialize<SectionIndex, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<Relocation, __D> for Archived<Relocation>where\n RelocationKind: Archive,\n Archived<RelocationKind>: Deserialize<RelocationKind, __D>,\n RelocationTarget: Archive,\n Archived<RelocationTarget>: Deserialize<RelocationTarget, __D>,\n CodeOffset: Archive,\n Archived<CodeOffset>: Deserialize<CodeOffset, __D>,\n Addend: Archive,\n Archived<Addend>: Deserialize<Addend, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<LibCall, __D> for Archived<LibCall>"],["impl<__D: Fallible + ?Sized> Deserialize<GlobalType, __D> for Archived<GlobalType>where\n Type: Archive,\n Archived<Type>: Deserialize<Type, __D>,\n Mutability: Archive,\n Archived<Mutability>: Deserialize<Mutability, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<SectionIndex, __D> for Archived<SectionIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized, K, V> Deserialize<SecondaryMap<K, V>, __D> for Archived<SecondaryMap<K, V>>where\n K: EntityRef,\n V: Clone + Archive,\n Vec<V>: Archive,\n Archived<Vec<V>>: Deserialize<Vec<V>, __D>,\n Archived<V>: Deserialize<V, __D>,\n PhantomData<K>: Archive,\n Archived<PhantomData<K>>: Deserialize<PhantomData<K>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<ModuleMetadata, __D> for Archived<ModuleMetadata>where\n CompileModuleInfo: Archive,\n Archived<CompileModuleInfo>: Deserialize<CompileModuleInfo, __D>,\n String: Archive,\n Archived<String>: Deserialize<String, __D>,\n Box<[OwnedDataInitializer]>: Archive,\n Archived<Box<[OwnedDataInitializer]>>: Deserialize<Box<[OwnedDataInitializer]>, __D>,\n PrimaryMap<LocalFunctionIndex, u64>: Archive,\n Archived<PrimaryMap<LocalFunctionIndex, u64>>: Deserialize<PrimaryMap<LocalFunctionIndex, u64>, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<TableIndex, __D> for Archived<TableIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<DataIndex, __D> for Archived<DataIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<OwnedDataInitializer, __D> for Archived<OwnedDataInitializer>where\n DataInitializerLocation: Archive,\n Archived<DataInitializerLocation>: Deserialize<DataInitializerLocation, __D>,\n Box<[u8]>: Archive,\n Archived<Box<[u8]>>: Deserialize<Box<[u8]>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<CompileModuleInfo, __D> for Archived<CompileModuleInfo>where\n Features: Archive,\n Archived<Features>: Deserialize<Features, __D>,\n Arc<ModuleInfo>: Archive,\n Archived<Arc<ModuleInfo>>: Deserialize<Arc<ModuleInfo>, __D>,\n PrimaryMap<MemoryIndex, MemoryStyle>: Archive,\n Archived<PrimaryMap<MemoryIndex, MemoryStyle>>: Deserialize<PrimaryMap<MemoryIndex, MemoryStyle>, __D>,\n PrimaryMap<TableIndex, TableStyle>: Archive,\n Archived<PrimaryMap<TableIndex, TableStyle>>: Deserialize<PrimaryMap<TableIndex, TableStyle>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<RelocationKind, __D> for Archived<RelocationKind>"],["impl<__D: Fallible + ?Sized> Deserialize<CompiledFunction, __D> for Archived<CompiledFunction>where\n FunctionBody: Archive,\n Archived<FunctionBody>: Deserialize<FunctionBody, __D>,\n Vec<Relocation>: Archive,\n Archived<Vec<Relocation>>: Deserialize<Vec<Relocation>, __D>,\n CompiledFunctionFrameInfo: Archive,\n Archived<CompiledFunctionFrameInfo>: Deserialize<CompiledFunctionFrameInfo, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<TrapInformation, __D> for Archived<TrapInformation>where\n CodeOffset: Archive,\n Archived<CodeOffset>: Deserialize<CodeOffset, __D>,\n TrapCode: Archive,\n Archived<TrapCode>: Deserialize<TrapCode, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<SourceLoc, __D> for Archived<SourceLoc>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<GlobalInit, __D> for Archived<GlobalInit>where\n i32: Archive,\n Archived<i32>: Deserialize<i32, __D>,\n i64: Archive,\n Archived<i64>: Deserialize<i64, __D>,\n f32: Archive,\n Archived<f32>: Deserialize<f32, __D>,\n f64: Archive,\n Archived<f64>: Deserialize<f64, __D>,\n V128: Archive,\n Archived<V128>: Deserialize<V128, __D>,\n GlobalIndex: Archive,\n Archived<GlobalIndex>: Deserialize<GlobalIndex, __D>,\n FunctionIndex: Archive,\n Archived<FunctionIndex>: Deserialize<FunctionIndex, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<ModuleHash, __D> for Archived<ModuleHash>where\n [u8; 8]: Archive,\n Archived<[u8; 8]>: Deserialize<[u8; 8], __D>,\n [u8; 32]: Archive,\n Archived<[u8; 32]>: Deserialize<[u8; 32], __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<TableStyle, __D> for Archived<TableStyle>"],["impl<__D: Fallible + ?Sized, K, V> Deserialize<PrimaryMap<K, V>, __D> for Archived<PrimaryMap<K, V>>where\n K: EntityRef,\n Vec<V>: Archive,\n Archived<Vec<V>>: Deserialize<Vec<V>, __D>,\n PhantomData<K>: Archive,\n Archived<PhantomData<K>>: Deserialize<PhantomData<K>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<CompiledFunctionFrameInfo, __D> for Archived<CompiledFunctionFrameInfo>where\n Vec<TrapInformation>: Archive,\n Archived<Vec<TrapInformation>>: Deserialize<Vec<TrapInformation>, __D>,\n FunctionAddressMap: Archive,\n Archived<FunctionAddressMap>: Deserialize<FunctionAddressMap, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<ExportIndex, __D> for Archived<ExportIndex>where\n FunctionIndex: Archive,\n Archived<FunctionIndex>: Deserialize<FunctionIndex, __D>,\n TableIndex: Archive,\n Archived<TableIndex>: Deserialize<TableIndex, __D>,\n MemoryIndex: Archive,\n Archived<MemoryIndex>: Deserialize<MemoryIndex, __D>,\n GlobalIndex: Archive,\n Archived<GlobalIndex>: Deserialize<GlobalIndex, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<SerializableModule, __D> for Archived<SerializableModule>where\n SerializableCompilation: Archive,\n Archived<SerializableCompilation>: Deserialize<SerializableCompilation, __D>,\n CompileModuleInfo: Archive,\n Archived<CompileModuleInfo>: Deserialize<CompileModuleInfo, __D>,\n Box<[OwnedDataInitializer]>: Archive,\n Archived<Box<[OwnedDataInitializer]>>: Deserialize<Box<[OwnedDataInitializer]>, __D>,\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<MemoryType, __D> for Archived<MemoryType>where\n Pages: Archive,\n Archived<Pages>: Deserialize<Pages, __D>,\n Option<Pages>: Archive,\n Archived<Option<Pages>>: Deserialize<Option<Pages>, __D>,\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<ArchivableModuleInfo, __D> for Archived<ArchivableModuleInfo>where\n Option<String>: Archive,\n Archived<Option<String>>: Deserialize<Option<String>, __D>,\n Option<ModuleHash>: Archive,\n Archived<Option<ModuleHash>>: Deserialize<Option<ModuleHash>, __D>,\n IndexMap<ImportKey, ImportIndex>: Archive,\n Archived<IndexMap<ImportKey, ImportIndex>>: Deserialize<IndexMap<ImportKey, ImportIndex>, __D>,\n IndexMap<String, ExportIndex>: Archive,\n Archived<IndexMap<String, ExportIndex>>: Deserialize<IndexMap<String, ExportIndex>, __D>,\n Option<FunctionIndex>: Archive,\n Archived<Option<FunctionIndex>>: Deserialize<Option<FunctionIndex>, __D>,\n Vec<TableInitializer>: Archive,\n Archived<Vec<TableInitializer>>: Deserialize<Vec<TableInitializer>, __D>,\n BTreeMap<ElemIndex, Box<[FunctionIndex]>>: Archive,\n Archived<BTreeMap<ElemIndex, Box<[FunctionIndex]>>>: Deserialize<BTreeMap<ElemIndex, Box<[FunctionIndex]>>, __D>,\n BTreeMap<DataIndex, Box<[u8]>>: Archive,\n Archived<BTreeMap<DataIndex, Box<[u8]>>>: Deserialize<BTreeMap<DataIndex, Box<[u8]>>, __D>,\n PrimaryMap<LocalGlobalIndex, GlobalInit>: Archive,\n Archived<PrimaryMap<LocalGlobalIndex, GlobalInit>>: Deserialize<PrimaryMap<LocalGlobalIndex, GlobalInit>, __D>,\n BTreeMap<FunctionIndex, String>: Archive,\n Archived<BTreeMap<FunctionIndex, String>>: Deserialize<BTreeMap<FunctionIndex, String>, __D>,\n PrimaryMap<SignatureIndex, FunctionType>: Archive,\n Archived<PrimaryMap<SignatureIndex, FunctionType>>: Deserialize<PrimaryMap<SignatureIndex, FunctionType>, __D>,\n PrimaryMap<FunctionIndex, SignatureIndex>: Archive,\n Archived<PrimaryMap<FunctionIndex, SignatureIndex>>: Deserialize<PrimaryMap<FunctionIndex, SignatureIndex>, __D>,\n PrimaryMap<TableIndex, TableType>: Archive,\n Archived<PrimaryMap<TableIndex, TableType>>: Deserialize<PrimaryMap<TableIndex, TableType>, __D>,\n PrimaryMap<MemoryIndex, MemoryType>: Archive,\n Archived<PrimaryMap<MemoryIndex, MemoryType>>: Deserialize<PrimaryMap<MemoryIndex, MemoryType>, __D>,\n PrimaryMap<GlobalIndex, GlobalType>: Archive,\n Archived<PrimaryMap<GlobalIndex, GlobalType>>: Deserialize<PrimaryMap<GlobalIndex, GlobalType>, __D>,\n IndexMap<String, CustomSectionIndex>: Archive,\n Archived<IndexMap<String, CustomSectionIndex>>: Deserialize<IndexMap<String, CustomSectionIndex>, __D>,\n PrimaryMap<CustomSectionIndex, Box<[u8]>>: Archive,\n Archived<PrimaryMap<CustomSectionIndex, Box<[u8]>>>: Deserialize<PrimaryMap<CustomSectionIndex, Box<[u8]>>, __D>,\n usize: Archive,\n Archived<usize>: Deserialize<usize, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<FunctionType, __D> for Archived<FunctionType>where\n Box<[Type]>: Archive,\n Archived<Box<[Type]>>: Deserialize<Box<[Type]>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<CompiledFunctionUnwindInfo, __D> for Archived<CompiledFunctionUnwindInfo>where\n Vec<u8>: Archive,\n Archived<Vec<u8>>: Deserialize<Vec<u8>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<Features, __D> for Archived<Features>where\n bool: Archive,\n Archived<bool>: Deserialize<bool, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<TableType, __D> for Archived<TableType>where\n Type: Archive,\n Archived<Type>: Deserialize<Type, __D>,\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,\n Option<u32>: Archive,\n Archived<Option<u32>>: Deserialize<Option<u32>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<TrapCode, __D> for Archived<TrapCode>"],["impl<D: Fallible + ?Sized + SharedDeserializeRegistry> Deserialize<ModuleInfo, D> for Archived<ModuleInfo>"],["impl<__D: Fallible + ?Sized> Deserialize<MemoryStyle, __D> for Archived<MemoryStyle>where\n u64: Archive,\n Archived<u64>: Deserialize<u64, __D>,\n Pages: Archive,\n Archived<Pages>: Deserialize<Pages, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<CustomSection, __D> for Archived<CustomSection>where\n CustomSectionProtection: Archive,\n Archived<CustomSectionProtection>: Deserialize<CustomSectionProtection, __D>,\n SectionBody: Archive,\n Archived<SectionBody>: Deserialize<SectionBody, __D>,\n Vec<Relocation>: Archive,\n Archived<Vec<Relocation>>: Deserialize<Vec<Relocation>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<GlobalIndex, __D> for Archived<GlobalIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<InstructionAddressMap, __D> for Archived<InstructionAddressMap>where\n SourceLoc: Archive,\n Archived<SourceLoc>: Deserialize<SourceLoc, __D>,\n usize: Archive,\n Archived<usize>: Deserialize<usize, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<FunctionIndex, __D> for Archived<FunctionIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<ElemIndex, __D> for Archived<ElemIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<V128, __D> for Archived<V128>where\n [u8; 16]: Archive,\n Archived<[u8; 16]>: Deserialize<[u8; 16], __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<CustomSectionIndex, __D> for Archived<CustomSectionIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<SerializableCompilation, __D> for Archived<SerializableCompilation>where\n PrimaryMap<LocalFunctionIndex, FunctionBody>: Archive,\n Archived<PrimaryMap<LocalFunctionIndex, FunctionBody>>: Deserialize<PrimaryMap<LocalFunctionIndex, FunctionBody>, __D>,\n PrimaryMap<LocalFunctionIndex, Vec<Relocation>>: Archive,\n Archived<PrimaryMap<LocalFunctionIndex, Vec<Relocation>>>: Deserialize<PrimaryMap<LocalFunctionIndex, Vec<Relocation>>, __D>,\n PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>: Archive,\n Archived<PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>>: Deserialize<PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>, __D>,\n PrimaryMap<SignatureIndex, FunctionBody>: Archive,\n Archived<PrimaryMap<SignatureIndex, FunctionBody>>: Deserialize<PrimaryMap<SignatureIndex, FunctionBody>, __D>,\n PrimaryMap<FunctionIndex, FunctionBody>: Archive,\n Archived<PrimaryMap<FunctionIndex, FunctionBody>>: Deserialize<PrimaryMap<FunctionIndex, FunctionBody>, __D>,\n PrimaryMap<SectionIndex, CustomSection>: Archive,\n Archived<PrimaryMap<SectionIndex, CustomSection>>: Deserialize<PrimaryMap<SectionIndex, CustomSection>, __D>,\n PrimaryMap<SectionIndex, Vec<Relocation>>: Archive,\n Archived<PrimaryMap<SectionIndex, Vec<Relocation>>>: Deserialize<PrimaryMap<SectionIndex, Vec<Relocation>>, __D>,\n Option<Dwarf>: Archive,\n Archived<Option<Dwarf>>: Deserialize<Option<Dwarf>, __D>,\n SectionIndex: Archive,\n Archived<SectionIndex>: Deserialize<SectionIndex, __D>,\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<DataInitializerLocation, __D> for Archived<DataInitializerLocation>where\n MemoryIndex: Archive,\n Archived<MemoryIndex>: Deserialize<MemoryIndex, __D>,\n Option<GlobalIndex>: Archive,\n Archived<Option<GlobalIndex>>: Deserialize<Option<GlobalIndex>, __D>,\n usize: Archive,\n Archived<usize>: Deserialize<usize, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<SignatureIndex, __D> for Archived<SignatureIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<SectionBody, __D> for Archived<SectionBody>where\n Vec<u8>: Archive,\n Archived<Vec<u8>>: Deserialize<Vec<u8>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<ImportKey, __D> for Archived<ImportKey>where\n String: Archive,\n Archived<String>: Deserialize<String, __D>,\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<ImportIndex, __D> for Archived<ImportIndex>where\n FunctionIndex: Archive,\n Archived<FunctionIndex>: Deserialize<FunctionIndex, __D>,\n TableIndex: Archive,\n Archived<TableIndex>: Deserialize<TableIndex, __D>,\n MemoryIndex: Archive,\n Archived<MemoryIndex>: Deserialize<MemoryIndex, __D>,\n GlobalIndex: Archive,\n Archived<GlobalIndex>: Deserialize<GlobalIndex, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<FunctionAddressMap, __D> for Archived<FunctionAddressMap>where\n Vec<InstructionAddressMap>: Archive,\n Archived<Vec<InstructionAddressMap>>: Deserialize<Vec<InstructionAddressMap>, __D>,\n SourceLoc: Archive,\n Archived<SourceLoc>: Deserialize<SourceLoc, __D>,\n usize: Archive,\n Archived<usize>: Deserialize<usize, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<TableInitializer, __D> for Archived<TableInitializer>where\n TableIndex: Archive,\n Archived<TableIndex>: Deserialize<TableIndex, __D>,\n Option<GlobalIndex>: Archive,\n Archived<Option<GlobalIndex>>: Deserialize<Option<GlobalIndex>, __D>,\n usize: Archive,\n Archived<usize>: Deserialize<usize, __D>,\n Box<[FunctionIndex]>: Archive,\n Archived<Box<[FunctionIndex]>>: Deserialize<Box<[FunctionIndex]>, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<LocalGlobalIndex, __D> for Archived<LocalGlobalIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<Symbol, __D> for Archived<Symbol>where\n LocalFunctionIndex: Archive,\n Archived<LocalFunctionIndex>: Deserialize<LocalFunctionIndex, __D>,\n SectionIndex: Archive,\n Archived<SectionIndex>: Deserialize<SectionIndex, __D>,\n SignatureIndex: Archive,\n Archived<SignatureIndex>: Deserialize<SignatureIndex, __D>,\n FunctionIndex: Archive,\n Archived<FunctionIndex>: Deserialize<FunctionIndex, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<LocalFunctionIndex, __D> for Archived<LocalFunctionIndex>where\n u32: Archive,\n Archived<u32>: Deserialize<u32, __D>,"],["impl<__D: Fallible + ?Sized> Deserialize<CustomSectionProtection, __D> for Archived<CustomSectionProtection>"],["impl<__D: Fallible + ?Sized> Deserialize<Mutability, __D> for Archived<Mutability>"],["impl<__D: Fallible + ?Sized> Deserialize<RelocationTarget, __D> for Archived<RelocationTarget>where\n LocalFunctionIndex: Archive,\n Archived<LocalFunctionIndex>: Deserialize<LocalFunctionIndex, __D>,\n LibCall: Archive,\n Archived<LibCall>: Deserialize<LibCall, __D>,\n SectionIndex: Archive,\n Archived<SectionIndex>: Deserialize<SectionIndex, __D>,"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/rkyv/trait.Serialize.js b/crates/doc/implementors/rkyv/trait.Serialize.js index 2cf6af97277..03707ad8df2 100644 --- a/crates/doc/implementors/rkyv/trait.Serialize.js +++ b/crates/doc/implementors/rkyv/trait.Serialize.js @@ -1,5 +1,5 @@ (function() {var implementors = { "virtual_net":[["impl<__S: Fallible + ?Sized> Serialize<__S> for IpRoutewhere\n IpCidr: Serialize<__S>,\n IpAddr: Serialize<__S>,\n Option<Duration>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for IpCidrwhere\n IpAddr: Serialize<__S>,\n u8: Serialize<__S>,"]], -"wasmer_journal":[["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSendV1<'a>where\n u32: Serialize<__S>,\n AlignedCowVec<'a, u8>: Serialize<__S>,\n u16: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreateHardLinkV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortBridgeV1<'a>where\n AlignedCowStr<'a>: Serialize<__S>,\n JournalStreamSecurityV1: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortRouteDelV1where\n IpAddr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketBindV1where\n u32: Serialize<__S>,\n SocketAddr: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryUpdateMemoryRegionV1<'a>where\n AlignedCowVec<'a, u8>: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSockoptionV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSetSizeV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalAddressfamilyV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreateEventV1where\n u64: Serialize<__S>,\n u16: Serialize<__S>,\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalStreamSecurityV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreatePipeV1where\n u32: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreateSymbolicLinkV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketJoinIpv4MulticastV1where\n u32: Serialize<__S>,\n Ipv4Addr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryInitModuleV1where\n Box<[u8]>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSocketShutdownV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSetOptSizeV1where\n u32: Serialize<__S>,\n JournalSockoptionV1: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketJoinIpv6MulticastV1where\n u32: Serialize<__S>,\n Ipv6Addr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSetOptFlagV1where\n u32: Serialize<__S>,\n JournalSockoptionV1: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalExitCodeV1where\n u16: Serialize<__S>,\n i32: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntrySetThreadV1<'a>where\n u32: Serialize<__S>,\n AlignedCowVec<'a, u8>: Serialize<__S>,\n JournalThreadStartTypeV1: Serialize<__S>,\n JournalWasiMemoryLayout: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortDelAddrV1where\n IpAddr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEpollCtlV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalWasiMemoryLayoutwhere\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorAdviseV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,\n JournalAdviceV1: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryEpollCreateV1where\n u32: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryPathRenameV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSnapshot0ClockidV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketOpenV1where\n JournalAddressfamilyV1: Serialize<__S>,\n JournalSocktypeV1: Serialize<__S>,\n u16: Serialize<__S>,\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryRecordType"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySnapshotV1where\n Duration: Serialize<__S>,\n JournalSnapshotTriggerV1: Serialize<__S>,"],["impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowStr<'a>"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryOpenFileDescriptorV1<'a>where\n u32: Serialize<__S>,\n u16: Serialize<__S>,\n u64: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSetFlagsV1where\n u32: Serialize<__S>,\n u16: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryDuplicateFileDescriptorV1where\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSetOptTimeV1where\n u32: Serialize<__S>,\n JournalTimeTypeV1: Serialize<__S>,\n Option<Duration>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySetClockTimeV1where\n JournalSnapshot0ClockidV1: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalAdviceV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketLeaveIpv6MulticastV1where\n u32: Serialize<__S>,\n Ipv6Addr: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorWriteV1<'a>where\n AlignedCowVec<'a, u8>: Serialize<__S>,\n u64: Serialize<__S>,\n u32: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryUnlinkFileV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketAcceptedV1where\n u32: Serialize<__S>,\n SocketAddr: Serialize<__S>,\n u16: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSendFileV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSendToV1<'a>where\n u32: Serialize<__S>,\n AlignedCowVec<'a, u8>: Serialize<__S>,\n u16: Serialize<__S>,\n SocketAddr: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSocktypeV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalTimeTypeV1"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreateDirectoryV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketListenV1where\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSetTimesV1where\n u32: Serialize<__S>,\n u16: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalWhenceV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryCloseThreadV1where\n u32: Serialize<__S>,\n Option<JournalExitCodeV1>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSnapshotTriggerV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSeekV1where\n u32: Serialize<__S>,\n JournalWhenceV1: Serialize<__S>,\n i64: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryChangeDirectoryV1<'a>where\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryRemoveDirectoryV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketConnectedV1where\n u32: Serialize<__S>,\n SocketAddr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEpollEventCtlV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryRenumberFileDescriptorV1where\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryHeaderwhere\n u16: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortAddAddrV1where\n JournalIpCidrV1: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryClearEtherealV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryCloseFileDescriptorV1where\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalThreadStartTypeV1where\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketLeaveIpv4MulticastV1where\n u32: Serialize<__S>,\n Ipv4Addr: Serialize<__S>,"],["impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowVec<'a, u8>"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryProcessExitV1where\n Option<JournalExitCodeV1>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryEpollCtlV1where\n u32: Serialize<__S>,\n JournalEpollCtlV1: Serialize<__S>,\n Option<JournalEpollEventCtlV1>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryTtySetV1where\n u32: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketShutdownV1where\n u32: Serialize<__S>,\n JournalSocketShutdownV1: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalIpCidrV1where\n IpAddr: Serialize<__S>,\n u8: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortRouteAddV1where\n JournalIpCidrV1: Serialize<__S>,\n IpAddr: Serialize<__S>,\n Option<Duration>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorAllocateV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryPathSetTimesV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,\n u64: Serialize<__S>,\n u16: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSetRightsV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortGatewaySetV1where\n IpAddr: Serialize<__S>,"]], +"wasmer_journal":[["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalWasiMemoryLayoutwhere\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryInitModuleV1where\n Box<[u8]>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSetOptTimeV1where\n u32: Serialize<__S>,\n JournalTimeTypeV1: Serialize<__S>,\n Option<Duration>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSetTimesV1where\n u32: Serialize<__S>,\n u16: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreateEventV1where\n u64: Serialize<__S>,\n u16: Serialize<__S>,\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryProcessExitV1where\n Option<JournalExitCodeV1>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEpollCtlV1"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreateDirectoryV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEpollEventCtlV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketConnectedV1where\n u32: Serialize<__S>,\n SocketAddr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalAdviceV1"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryUnlinkFileV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSetFlagsV1where\n u32: Serialize<__S>,\n u16: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySetClockTimeV1where\n JournalSnapshot0ClockidV1: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryRemoveDirectoryV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSetOptSizeV1where\n u32: Serialize<__S>,\n JournalSockoptionV1: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorAdviseV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,\n JournalAdviceV1: Serialize<__S>,"],["impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowStr<'a>"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalExitCodeV1where\n u16: Serialize<__S>,\n i32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketJoinIpv6MulticastV1where\n u32: Serialize<__S>,\n Ipv6Addr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketAcceptedV1where\n u32: Serialize<__S>,\n SocketAddr: Serialize<__S>,\n u16: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortDelAddrV1where\n IpAddr: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortBridgeV1<'a>where\n AlignedCowStr<'a>: Serialize<__S>,\n JournalStreamSecurityV1: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreateHardLinkV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryEpollCreateV1where\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSocktypeV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketBindV1where\n u32: Serialize<__S>,\n SocketAddr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortRouteAddV1where\n JournalIpCidrV1: Serialize<__S>,\n IpAddr: Serialize<__S>,\n Option<Duration>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketListenV1where\n u32: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSendToV1<'a>where\n u32: Serialize<__S>,\n AlignedCowVec<'a, u8>: Serialize<__S>,\n u16: Serialize<__S>,\n SocketAddr: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalWhenceV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryHeaderwhere\n u16: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortRouteDelV1where\n IpAddr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSetOptFlagV1where\n u32: Serialize<__S>,\n JournalSockoptionV1: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalIpCidrV1where\n IpAddr: Serialize<__S>,\n u8: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalThreadStartTypeV1where\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSetSizeV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketJoinIpv4MulticastV1where\n u32: Serialize<__S>,\n Ipv4Addr: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryTtySetV1where\n u32: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryRecordType"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryUpdateMemoryRegionV1<'a>where\n AlignedCowVec<'a, u8>: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSendFileV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryEpollCtlV1where\n u32: Serialize<__S>,\n JournalEpollCtlV1: Serialize<__S>,\n Option<JournalEpollEventCtlV1>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSocketShutdownV1"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorWriteV1<'a>where\n AlignedCowVec<'a, u8>: Serialize<__S>,\n u64: Serialize<__S>,\n u32: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSeekV1where\n u32: Serialize<__S>,\n JournalWhenceV1: Serialize<__S>,\n i64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreatePipeV1where\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketOpenV1where\n JournalAddressfamilyV1: Serialize<__S>,\n JournalSocktypeV1: Serialize<__S>,\n u16: Serialize<__S>,\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorSetRightsV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryDuplicateFileDescriptorV1where\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketLeaveIpv4MulticastV1where\n u32: Serialize<__S>,\n Ipv4Addr: Serialize<__S>,"],["impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowVec<'a, u8>"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSockoptionV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalTimeTypeV1"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketSendV1<'a>where\n u32: Serialize<__S>,\n AlignedCowVec<'a, u8>: Serialize<__S>,\n u16: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryOpenFileDescriptorV1<'a>where\n u32: Serialize<__S>,\n u16: Serialize<__S>,\n u64: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryChangeDirectoryV1<'a>where\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSnapshotTriggerV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryCloseThreadV1where\n u32: Serialize<__S>,\n Option<JournalExitCodeV1>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryClearEtherealV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalAddressfamilyV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalStreamSecurityV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryFileDescriptorAllocateV1where\n u32: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryCloseFileDescriptorV1where\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketShutdownV1where\n u32: Serialize<__S>,\n JournalSocketShutdownV1: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryRenumberFileDescriptorV1where\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortAddAddrV1where\n JournalIpCidrV1: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryPathSetTimesV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,\n u64: Serialize<__S>,\n u16: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntrySetThreadV1<'a>where\n u32: Serialize<__S>,\n AlignedCowVec<'a, u8>: Serialize<__S>,\n JournalThreadStartTypeV1: Serialize<__S>,\n JournalWasiMemoryLayout: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryCreateSymbolicLinkV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalSnapshot0ClockidV1"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySocketLeaveIpv6MulticastV1where\n u32: Serialize<__S>,\n Ipv6Addr: Serialize<__S>,"],["impl<'a, __S: Fallible + ?Sized> Serialize<__S> for JournalEntryPathRenameV1<'a>where\n u32: Serialize<__S>,\n AlignedCowStr<'a>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntrySnapshotV1where\n Duration: Serialize<__S>,\n JournalSnapshotTriggerV1: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for JournalEntryPortGatewaySetV1where\n IpAddr: Serialize<__S>,"]], "wasmer_types":[["impl<S: Serializer + SharedSerializeRegistry + ScratchSpace + ?Sized> Serialize<S> for ModuleInfo"],["impl<__S: Fallible + ?Sized> Serialize<__S> for SourceLocwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for CompileModuleInfowhere\n Features: Serialize<__S>,\n Arc<ModuleInfo>: Serialize<__S>,\n PrimaryMap<MemoryIndex, MemoryStyle>: Serialize<__S>,\n PrimaryMap<TableIndex, TableStyle>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for MemoryIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for CompiledFunctionwhere\n FunctionBody: Serialize<__S>,\n Vec<Relocation>: Serialize<__S>,\n CompiledFunctionFrameInfo: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for ArchivableModuleInfowhere\n Option<String>: Serialize<__S>,\n Option<ModuleHash>: Serialize<__S>,\n IndexMap<ImportKey, ImportIndex>: Serialize<__S>,\n IndexMap<String, ExportIndex>: Serialize<__S>,\n Option<FunctionIndex>: Serialize<__S>,\n Vec<TableInitializer>: Serialize<__S>,\n BTreeMap<ElemIndex, Box<[FunctionIndex]>>: Serialize<__S>,\n BTreeMap<DataIndex, Box<[u8]>>: Serialize<__S>,\n PrimaryMap<LocalGlobalIndex, GlobalInit>: Serialize<__S>,\n BTreeMap<FunctionIndex, String>: Serialize<__S>,\n PrimaryMap<SignatureIndex, FunctionType>: Serialize<__S>,\n PrimaryMap<FunctionIndex, SignatureIndex>: Serialize<__S>,\n PrimaryMap<TableIndex, TableType>: Serialize<__S>,\n PrimaryMap<MemoryIndex, MemoryType>: Serialize<__S>,\n PrimaryMap<GlobalIndex, GlobalType>: Serialize<__S>,\n IndexMap<String, CustomSectionIndex>: Serialize<__S>,\n PrimaryMap<CustomSectionIndex, Box<[u8]>>: Serialize<__S>,\n usize: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for SignatureIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for TableIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for TableTypewhere\n Type: Serialize<__S>,\n u32: Serialize<__S>,\n Option<u32>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for Mutability"],["impl<__S: Fallible + ?Sized> Serialize<__S> for ImportIndexwhere\n FunctionIndex: Serialize<__S>,\n TableIndex: Serialize<__S>,\n MemoryIndex: Serialize<__S>,\n GlobalIndex: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for SerializableModulewhere\n SerializableCompilation: Serialize<__S>,\n CompileModuleInfo: Serialize<__S>,\n Box<[OwnedDataInitializer]>: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for CompiledFunctionUnwindInfowhere\n Vec<u8>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for LocalGlobalIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized, K, V> Serialize<__S> for SecondaryMap<K, V>where\n K: EntityRef,\n V: Clone + Serialize<__S>,\n Vec<V>: Serialize<__S>,\n PhantomData<K>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for OwnedDataInitializerwhere\n DataInitializerLocation: Serialize<__S>,\n Box<[u8]>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for Dwarfwhere\n SectionIndex: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for FunctionBodywhere\n Vec<u8>: Serialize<__S>,\n Option<CompiledFunctionUnwindInfo>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for TableInitializerwhere\n TableIndex: Serialize<__S>,\n Option<GlobalIndex>: Serialize<__S>,\n usize: Serialize<__S>,\n Box<[FunctionIndex]>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for GlobalTypewhere\n Type: Serialize<__S>,\n Mutability: Serialize<__S>,"],["impl<__S: Fallible + ?Sized, K, V> Serialize<__S> for PrimaryMap<K, V>where\n K: EntityRef,\n Vec<V>: Serialize<__S>,\n PhantomData<K>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for MemoryTypewhere\n Pages: Serialize<__S>,\n Option<Pages>: Serialize<__S>,\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for RelocationTargetwhere\n LocalFunctionIndex: Serialize<__S>,\n LibCall: Serialize<__S>,\n SectionIndex: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for DataInitializerLocationwhere\n MemoryIndex: Serialize<__S>,\n Option<GlobalIndex>: Serialize<__S>,\n usize: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for Featureswhere\n bool: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for Symbolwhere\n LocalFunctionIndex: Serialize<__S>,\n SectionIndex: Serialize<__S>,\n SignatureIndex: Serialize<__S>,\n FunctionIndex: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for RelocationKind"],["impl<__S: Fallible + ?Sized> Serialize<__S> for FunctionIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for CustomSectionProtection"],["impl<__S: Fallible + ?Sized> Serialize<__S> for GlobalIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for CompiledFunctionFrameInfowhere\n Vec<TrapInformation>: Serialize<__S>,\n FunctionAddressMap: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for Pageswhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for TrapInformationwhere\n CodeOffset: Serialize<__S>,\n TrapCode: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for LibCall"],["impl<__S: Fallible + ?Sized> Serialize<__S> for GlobalInitwhere\n i32: Serialize<__S>,\n i64: Serialize<__S>,\n f32: Serialize<__S>,\n f64: Serialize<__S>,\n V128: Serialize<__S>,\n GlobalIndex: Serialize<__S>,\n FunctionIndex: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for ModuleHashwhere\n [u8; 8]: Serialize<__S>,\n [u8; 32]: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for DataIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for TrapCode"],["impl<__S: Fallible + ?Sized> Serialize<__S> for ModuleMetadatawhere\n CompileModuleInfo: Serialize<__S>,\n String: Serialize<__S>,\n Box<[OwnedDataInitializer]>: Serialize<__S>,\n PrimaryMap<LocalFunctionIndex, u64>: Serialize<__S>,\n u64: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for ImportKeywhere\n String: Serialize<__S>,\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for FunctionAddressMapwhere\n Vec<InstructionAddressMap>: Serialize<__S>,\n SourceLoc: Serialize<__S>,\n usize: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for InstructionAddressMapwhere\n SourceLoc: Serialize<__S>,\n usize: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for ModuleIdwhere\n usize: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for MemoryStylewhere\n u64: Serialize<__S>,\n Pages: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for SectionBodywhere\n Vec<u8>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for SerializableCompilationwhere\n PrimaryMap<LocalFunctionIndex, FunctionBody>: Serialize<__S>,\n PrimaryMap<LocalFunctionIndex, Vec<Relocation>>: Serialize<__S>,\n PrimaryMap<LocalFunctionIndex, CompiledFunctionFrameInfo>: Serialize<__S>,\n PrimaryMap<SignatureIndex, FunctionBody>: Serialize<__S>,\n PrimaryMap<FunctionIndex, FunctionBody>: Serialize<__S>,\n PrimaryMap<SectionIndex, CustomSection>: Serialize<__S>,\n PrimaryMap<SectionIndex, Vec<Relocation>>: Serialize<__S>,\n Option<Dwarf>: Serialize<__S>,\n SectionIndex: Serialize<__S>,\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for ElemIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for Type"],["impl<__S: Fallible + ?Sized> Serialize<__S> for V128where\n [u8; 16]: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for Relocationwhere\n RelocationKind: Serialize<__S>,\n RelocationTarget: Serialize<__S>,\n CodeOffset: Serialize<__S>,\n Addend: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for SectionIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for CustomSectionIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for ExportIndexwhere\n FunctionIndex: Serialize<__S>,\n TableIndex: Serialize<__S>,\n MemoryIndex: Serialize<__S>,\n GlobalIndex: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for FunctionTypewhere\n Box<[Type]>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for LocalFunctionIndexwhere\n u32: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for CustomSectionwhere\n CustomSectionProtection: Serialize<__S>,\n SectionBody: Serialize<__S>,\n Vec<Relocation>: Serialize<__S>,"],["impl<__S: Fallible + ?Sized> Serialize<__S> for TableStyle"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/serde/de/trait.Deserialize.js b/crates/doc/implementors/serde/de/trait.Deserialize.js index 2323593ceca..3943de86379 100644 --- a/crates/doc/implementors/serde/de/trait.Deserialize.js +++ b/crates/doc/implementors/serde/de/trait.Deserialize.js @@ -4,12 +4,12 @@ "wasi_test_generator":[["impl<'de> Deserialize<'de> for WasiOptions"],["impl<'de> Deserialize<'de> for WasiTest"]], "wasmer_api":[["impl<'de> Deserialize<'de> for UserWithApps"],["impl<'de> Deserialize<'de> for SshfpRecord"],["impl<'de> Deserialize<'de> for LogEdge"],["impl<'de> Deserialize<'de> for MarkAppVersionAsActive"],["impl<'de> Deserialize<'de> for PackageVersionConnection"],["impl<'de> Deserialize<'de> for GetDeployAppLogs"],["impl<'de> Deserialize<'de> for TxtRecord"],["impl<'de> Deserialize<'de> for GetDeployAppAndVersionById"],["impl<'de> Deserialize<'de> for PublishDeployAppPayload"],["impl<'de> Deserialize<'de> for GetDomainWithZoneFile"],["impl<'de> Deserialize<'de> for UpsertDomainFromZoneFile"],["impl<'de> Deserialize<'de> for BigInt"],["impl<'de> Deserialize<'de> for GetDeployAppById"],["impl<'de> Deserialize<'de> for GetDeployAppVersions"],["impl<'de> Deserialize<'de> for GetAllDnsRecords"],["impl<'de> Deserialize<'de> for PurgeCacheForAppVersion"],["impl<'de> Deserialize<'de> for DnsDomainEdge"],["impl<'de> Deserialize<'de> for DnsDomainConnection"],["impl<'de> Deserialize<'de> for GetNode"],["impl<'de> Deserialize<'de> for WebcImage"],["impl<'de> Deserialize<'de> for DnsDomainWithRecords"],["impl<'de> Deserialize<'de> for UpsertDomainFromZoneFilePayload"],["impl<'de> Deserialize<'de> for AppAlias"],["impl<'de> Deserialize<'de> for SparseDeployApp"],["impl<'de> Deserialize<'de> for PackageVersionEdge"],["impl<'de> Deserialize<'de> for DeployAppVersionConnection"],["impl<'de> Deserialize<'de> for NamespaceEdge"],["impl<'de> Deserialize<'de> for DnsRecordConnection"],["impl<'de> Deserialize<'de> for AaaaRecord"],["impl<'de> Deserialize<'de> for GetCurrentUser"],["impl<'de> Deserialize<'de> for GetUserApps"],["impl<'de> Deserialize<'de> for CreateNamespacePayload"],["impl<'de> Deserialize<'de> for GetPackage"],["impl<'de> Deserialize<'de> for GetDeployAppVersion"],["impl<'de> Deserialize<'de> for PackageVersionWithPackage"],["impl<'de> Deserialize<'de> for GetNamespaceApps"],["impl<'de> Deserialize<'de> for RegisterDomain"],["impl<'de> Deserialize<'de> for Node"],["impl<'de> Deserialize<'de> for DnsRecordEdge"],["impl<'de> Deserialize<'de> for GetDomain"],["impl<'de> Deserialize<'de> for DeployAppVersion"],["impl<'de> Deserialize<'de> for AppTemplate"],["impl<'de> Deserialize<'de> for NamespaceConnection"],["impl<'de> Deserialize<'de> for NsRecord"],["impl<'de> Deserialize<'de> for AppTemplatesSortBy"],["impl<'de> Deserialize<'de> for SoaRecord"],["impl<'de> Deserialize<'de> for DNameRecord"],["impl<'de> Deserialize<'de> for DeployAppEdge"],["impl<'de> Deserialize<'de> for GenerateDeployToken"],["impl<'de> Deserialize<'de> for JSONString"],["impl<'de> Deserialize<'de> for GrapheneRole"],["impl<'de> Deserialize<'de> for CNameRecord"],["impl<'de> Deserialize<'de> for TagPackageReleasePayload"],["impl<'de> Deserialize<'de> for GetDeployAppByAlias"],["impl<'de> Deserialize<'de> for NamespaceWithApps"],["impl<'de> Deserialize<'de> for GetDomainWithRecords"],["impl<'de> Deserialize<'de> for GetAllDomains"],["impl<'de> Deserialize<'de> for GetAllPackageReleases"],["impl<'de> Deserialize<'de> for GetPackageAndApp"],["impl<'de> Deserialize<'de> for GetPackageRelease"],["impl<'de> Deserialize<'de> for DeployAppVersions"],["impl<'de> Deserialize<'de> for PackageWebcEdge"],["impl<'de> Deserialize<'de> for SignedUrl"],["impl<'de> Deserialize<'de> for CreateNamespace"],["impl<'de> Deserialize<'de> for AppTemplateConnection"],["impl<'de> Deserialize<'de> for SrvRecord"],["impl<'de> Deserialize<'de> for LogStream"],["impl<'de> Deserialize<'de> for GetDeployAppAndVersion"],["impl<'de> Deserialize<'de> for GetCurrentUserWithNamespaces"],["impl<'de> Deserialize<'de> for UserWithNamespaces"],["impl<'de> Deserialize<'de> for GetCurrentUserWithApps"],["impl<'de> Deserialize<'de> for DateTime"],["impl<'de> Deserialize<'de> for DeleteAppPayload"],["impl<'de> Deserialize<'de> for DnsDomain"],["impl<'de> Deserialize<'de> for PtrRecord"],["impl<'de> Deserialize<'de> for GetDeployApp"],["impl<'de> Deserialize<'de> for WebcVersion"],["impl<'de> Deserialize<'de> for GenerateDeployConfigToken"],["impl<'de> Deserialize<'de> for GenerateDeployConfigTokenPayload"],["impl<'de> Deserialize<'de> for GetAppTemplateFromSlug"],["impl<'de> Deserialize<'de> for DeployAppConnection"],["impl<'de> Deserialize<'de> for Namespace"],["impl<'de> Deserialize<'de> for DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices"],["impl<'de> Deserialize<'de> for DnsRecord"],["impl<'de> Deserialize<'de> for CaaRecord"],["impl<'de> Deserialize<'de> for DnsmanagerSshFingerprintRecordAlgorithmChoices"],["impl<'de> Deserialize<'de> for DNSRecordsSortBy"],["impl<'de> Deserialize<'de> for PackageWebc"],["impl<'de> Deserialize<'de> for PurgeCacheForAppVersionPayload"],["impl<'de> Deserialize<'de> for DeployAppVersionEdge"],["impl<'de> Deserialize<'de> for MxRecord"],["impl<'de> Deserialize<'de> for DeployApp"],["impl<'de> Deserialize<'de> for DeleteApp"],["impl<'de> Deserialize<'de> for DeployAppVersionLogs"],["impl<'de> Deserialize<'de> for PageInfo"],["impl<'de> Deserialize<'de> for GetPackageVersion"],["impl<'de> Deserialize<'de> for PushPackageReleasePayload"],["impl<'de> Deserialize<'de> for DnsDomainWithZoneFile"],["impl<'de> Deserialize<'de> for GetSignedUrlForPackageUpload"],["impl<'de> Deserialize<'de> for PackageVersionSortBy"],["impl<'de> Deserialize<'de> for PackageDistribution"],["impl<'de> Deserialize<'de> for User"],["impl<'de> Deserialize<'de> for TagPackageRelease"],["impl<'de> Deserialize<'de> for Owner"],["impl<'de> Deserialize<'de> for Package"],["impl<'de> Deserialize<'de> for PushPackageRelease"],["impl<'de> Deserialize<'de> for AppAliasConnection"],["impl<'de> Deserialize<'de> for Jsonstring"],["impl<'de> Deserialize<'de> for DeployAppsSortBy"],["impl<'de> Deserialize<'de> for GenerateDeployTokenPayload"],["impl<'de> Deserialize<'de> for GetAppTemplates"],["impl<'de> Deserialize<'de> for MarkAppVersionAsActivePayload"],["impl<'de> Deserialize<'de> for GetDeployAppVersionById"],["impl<'de> Deserialize<'de> for DeployAppVersionsSortBy"],["impl<'de> Deserialize<'de> for GetDeployApps"],["impl<'de> Deserialize<'de> for DnsmanagerSshFingerprintRecordTypeChoices"],["impl<'de> Deserialize<'de> for PublishDeployApp"],["impl<'de> Deserialize<'de> for AppAliasEdge"],["impl<'de> Deserialize<'de> for PackageVersion"],["impl<'de> Deserialize<'de> for GetNamespace"],["impl<'de> Deserialize<'de> for GetAllPackageVersions"],["impl<'de> Deserialize<'de> for LogConnection"],["impl<'de> Deserialize<'de> for Log"],["impl<'de> Deserialize<'de> for AppTemplateEdge"],["impl<'de> Deserialize<'de> for RegisterDomainPayload"],["impl<'de> Deserialize<'de> for ARecord"],["impl<'de> Deserialize<'de> for PackageWebcConnection"]], "wasmer_argus":[["impl<'de> Deserialize<'de> for Backend"],["impl<'de> Deserialize<'de> for ArgusConfig"],["impl<'de> Deserialize<'de> for TestReport"]], -"wasmer_cli":[["impl<'de> Deserialize<'de> for Volume"],["impl<'de> Deserialize<'de> for CommandEntrypoint"],["impl<'de> Deserialize<'de> for EdgeConfig"],["impl<'de> Deserialize<'de> for UrlOrVersion"],["impl<'de> Deserialize<'de> for TokenStatus"],["impl<'de> Deserialize<'de> for Entrypoint"],["impl<'de> Deserialize<'de> for ValidatedNonceOutput"]], +"wasmer_cli":[["impl<'de> Deserialize<'de> for Entrypoint"],["impl<'de> Deserialize<'de> for CommandEntrypoint"],["impl<'de> Deserialize<'de> for ValidatedNonceOutput"],["impl<'de> Deserialize<'de> for Volume"],["impl<'de> Deserialize<'de> for TokenStatus"],["impl<'de> Deserialize<'de> for UrlOrVersion"],["impl<'de> Deserialize<'de> for EdgeConfig"]], "wasmer_config":[["impl<'de> Deserialize<'de> for AppScheduledTask"],["impl<'de> Deserialize<'de> for PackageHash"],["impl<'de> Deserialize<'de> for HttpRequest"],["impl<'de> Deserialize<'de> for HttpHeader"],["impl<'de> Deserialize<'de> for AppConfigCapabilityInstaBootV1"],["impl<'de> Deserialize<'de> for AppConfigV1"],["impl<'de> Deserialize<'de> for AppScalingModeV1"],["impl<'de> Deserialize<'de> for FileCommandAnnotations"],["impl<'de> Deserialize<'de> for Bindings"],["impl<'de> Deserialize<'de> for AppConfigCapabilityMemoryV1"],["impl<'de> Deserialize<'de> for AppScalingConfigV1"],["impl<'de> Deserialize<'de> for CargoWasmerPackageAnnotation"],["impl<'de> Deserialize<'de> for CommandV2"],["impl<'de> Deserialize<'de> for Command"],["impl<'de> Deserialize<'de> for NamedPackageIdent"],["impl<'de> Deserialize<'de> for CommandAnnotations"],["impl<'de> Deserialize<'de> for PackageSource"],["impl<'de> Deserialize<'de> for HealthCheckV1"],["impl<'de> Deserialize<'de> for Module"],["impl<'de> Deserialize<'de> for ModuleReference"],["impl<'de> Deserialize<'de> for Abi"],["impl<'de> Deserialize<'de> for WitBindings"],["impl<'de> Deserialize<'de> for AppConfigCapabilityMapV1"],["impl<'de> Deserialize<'de> for PackageIdent"],["impl<'de> Deserialize<'de> for WaiBindings"],["impl<'de> Deserialize<'de> for Manifest"],["impl<'de> Deserialize<'de> for FileKind"],["impl<'de> Deserialize<'de> for Package"],["impl<'de> Deserialize<'de> for HttpRequestExpect"],["impl<'de> Deserialize<'de> for CommandV1"],["impl<'de> Deserialize<'de> for AppVolume"],["impl<'de> Deserialize<'de> for AppVolumeMount"],["impl<'de> Deserialize<'de> for HealthCheckHttpV1"]], -"wasmer_journal":[["impl<'de, 'a> Deserialize<'de> for JournalEntry<'a>"],["impl<'de> Deserialize<'de> for SnapshotTrigger"],["impl<'de> Deserialize<'de> for SocketOptTimeType"],["impl<'de> Deserialize<'de> for SocketJournalEvent"],["impl<'de> Deserialize<'de> for SocketShutdownHow"]], +"wasmer_journal":[["impl<'de, 'a> Deserialize<'de> for JournalEntry<'a>"],["impl<'de> Deserialize<'de> for SnapshotTrigger"],["impl<'de> Deserialize<'de> for SocketJournalEvent"],["impl<'de> Deserialize<'de> for SocketOptTimeType"],["impl<'de> Deserialize<'de> for SocketShutdownHow"]], "wasmer_registry":[["impl<'de> Deserialize<'de> for GetBindingsQueryPackageVersionBindings"],["impl<'de> Deserialize<'de> for PublishDeployAppPublishDeployAppDeployAppVersion"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for GetPackageByCommandQueryGetCommandPackageVersionPackage"],["impl<'de> Deserialize<'de> for GetBindingsQueryPackageVersion"],["impl<'de> Deserialize<'de> for NewNonceNewNonce"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for PublishDeployAppPublishDeployAppDeployAppVersionApp"],["impl<'de> Deserialize<'de> for GetPackageVersionQueryPackageVersionPackage"],["impl<'de> Deserialize<'de> for GenerateDeployTokenGenerateDeployToken"],["impl<'de> Deserialize<'de> for NewNonceNewNonceNonce"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for PackageVersionState"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for MultiRegistry"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for Proxy"],["impl<'de> Deserialize<'de> for GetPackageByCommandQueryGetCommandPackageVersionDistribution"],["impl<'de> Deserialize<'de> for GetPackageVersionQueryPackageVersion"],["impl<'de> Deserialize<'de> for PackageVersionReadyPackageVersionReady"],["impl<'de> Deserialize<'de> for PublishPackageMutationChunkedPublishPackagePackageWebc"],["impl<'de> Deserialize<'de> for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion"],["impl<'de> Deserialize<'de> for GetPackageByCommandQueryGetCommand"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for PublishDeployAppPublishDeployApp"],["impl<'de> Deserialize<'de> for PublishDeployAppPublishDeployAppDeployAppVersionAppOwner"],["impl<'de> Deserialize<'de> for RegistryLogin"],["impl<'de> Deserialize<'de> for GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage"],["impl<'de> Deserialize<'de> for PublishPackageMutationChunkedPublishPackagePackageWebcWebcV3"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for GetBindingsQueryPackageVersionBindingsGenerator"],["impl<'de> Deserialize<'de> for PublishPackageMutationChunkedPublishPackage"],["impl<'de> Deserialize<'de> for PublishPackageMutationChunkedPublishPackagePackageVersion"],["impl<'de> Deserialize<'de> for WasmerConfig"],["impl<'de> Deserialize<'de> for ProgrammingLanguage"],["impl<'de> Deserialize<'de> for GetPackageByCommandQueryGetCommandPackageVersion"],["impl<'de> Deserialize<'de> for GetBindingsQueryPackageVersionBindingsOn"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for ResponseData"],["impl<'de> Deserialize<'de> for GetInterfaceVersionQueryInterfaceInterface"],["impl<'de> Deserialize<'de> for GetPackageVersionQueryPackageVersionDistribution"],["impl<'de> Deserialize<'de> for GetSignedUrlUrl"],["impl<'de> Deserialize<'de> for GetInterfaceVersionQueryInterface"],["impl<'de> Deserialize<'de> for PublishDeployAppPublishDeployAppDeployAppVersionAppOwnerOn"],["impl<'de> Deserialize<'de> for WhoAmIQueryViewer"],["impl<'de> Deserialize<'de> for Registry"]], "wasmer_types":[["impl<'de> Deserialize<'de> for LocalMemoryIndex"],["impl<'de> Deserialize<'de> for DataIndex"],["impl<'de> Deserialize<'de> for ElemIndex"],["impl<'de> Deserialize<'de> for CustomSectionIndex"],["impl<'de> Deserialize<'de> for RelocationKind"],["impl<'de> Deserialize<'de> for SignatureIndex"],["impl<'de, T> Deserialize<'de> for ExportType<T>where\n T: Deserialize<'de>,"],["impl<'de> Deserialize<'de> for MemoryIndex"],["impl<'de> Deserialize<'de> for Relocation"],["impl<'de> Deserialize<'de> for ImportKey"],["impl<'de> Deserialize<'de> for ImportIndex"],["impl<'de> Deserialize<'de> for SectionBody"],["impl<'de> Deserialize<'de> for V128"],["impl<'de> Deserialize<'de> for CustomSection"],["impl<'de> Deserialize<'de> for TableStyle"],["impl<'de> Deserialize<'de> for SectionIndex"],["impl<'de> Deserialize<'de> for Bytes"],["impl<'de> Deserialize<'de> for CompileModuleInfo"],["impl<'de> Deserialize<'de> for Mutability"],["impl<'de> Deserialize<'de> for Pages"],["impl<'de> Deserialize<'de> for RelocationTarget"],["impl<'de> Deserialize<'de> for Dwarf"],["impl<'de> Deserialize<'de> for OwnedDataInitializer"],["impl<'de> Deserialize<'de> for TrapInformation"],["impl<'de> Deserialize<'de> for InstructionAddressMap"],["impl<'de> Deserialize<'de> for TableInitializer"],["impl<'de, K, V> Deserialize<'de> for SecondaryMap<K, V>where\n K: EntityRef,\n V: Clone + Deserialize<'de>,"],["impl<'de> Deserialize<'de> for CompiledFunctionFrameInfo"],["impl<'de> Deserialize<'de> for FunctionIndex"],["impl<'de> Deserialize<'de> for CompiledFunctionUnwindInfo"],["impl<'de> Deserialize<'de> for SourceLoc"],["impl<'de> Deserialize<'de> for TableIndex"],["impl<'de> Deserialize<'de> for LocalGlobalIndex"],["impl<'de> Deserialize<'de> for DataInitializerLocation"],["impl<'de> Deserialize<'de> for TableType"],["impl<'de> Deserialize<'de> for CompiledFunction"],["impl<'de> Deserialize<'de> for ModuleMetadata"],["impl<'de> Deserialize<'de> for GlobalType"],["impl<'de> Deserialize<'de> for CustomSectionProtection"],["impl<'de> Deserialize<'de> for ExportIndex"],["impl<'de> Deserialize<'de> for LocalFunctionIndex"],["impl<'de> Deserialize<'de> for MemoryType"],["impl<'de: 'data, 'data> Deserialize<'de> for DataInitializer<'data>"],["impl<'de, T> Deserialize<'de> for PackedOption<T>where\n T: Deserialize<'de> + ReservedValue,"],["impl<'de> Deserialize<'de> for LibCall"],["impl<'de> Deserialize<'de> for GlobalIndex"],["impl<'de> Deserialize<'de> for FunctionType"],["impl<'de> Deserialize<'de> for Type"],["impl<'de, K, V> Deserialize<'de> for PrimaryMap<K, V>where\n K: EntityRef,\n V: Deserialize<'de>,"],["impl<'de, T> Deserialize<'de> for ImportType<T>where\n T: Deserialize<'de>,"],["impl<'de> Deserialize<'de> for FunctionAddressMap"],["impl<'de> Deserialize<'de> for GlobalInit"],["impl<'de> Deserialize<'de> for Symbol"],["impl<'de> Deserialize<'de> for ModuleHash"],["impl<'de> Deserialize<'de> for ModuleInfo"],["impl<'de> Deserialize<'de> for ExternType"],["impl<'de> Deserialize<'de> for MemoryStyle"],["impl<'de> Deserialize<'de> for TrapCode"],["impl<'de> Deserialize<'de> for Features"],["impl<'de> Deserialize<'de> for LocalTableIndex"],["impl<'de> Deserialize<'de> for Compilation"],["impl<'de> Deserialize<'de> for FunctionBody"]], -"wasmer_wasix":[["impl<'de> Deserialize<'de> for GetPackageRelease"],["impl<'de> Deserialize<'de> for HashCacheEntry"],["impl<'de> Deserialize<'de> for JoinStatusResult"],["impl<'de> Deserialize<'de> for WapmWebQueryGetPackageVersion"],["impl<'de> Deserialize<'de> for WapmWebQueryData"],["impl<'de> Deserialize<'de> for EmscriptenRunner"],["impl<'de> Deserialize<'de> for EventResult"],["impl<'de> Deserialize<'de> for CacheEntry"],["impl<'de> Deserialize<'de> for EpollFd"],["impl<'de> Deserialize<'de> for WapmWebQueryGetPackageVersionDistribution"],["impl<'de> Deserialize<'de> for WebCVersion"],["impl<'de> Deserialize<'de> for WapmWebQuery"],["impl<'de> Deserialize<'de> for MappedDirectory"],["impl<'de> Deserialize<'de> for WasiProcessId"],["impl<'de> Deserialize<'de> for WapmWebQueryGetPackage"],["impl<'de> Deserialize<'de> for WasiThreadId"],["impl<'de> Deserialize<'de> for WapmWebQueryInfo"],["impl<'de> Deserialize<'de> for EpollInterest"],["impl<'de> Deserialize<'de> for PackageWebc"],["impl<'de> Deserialize<'de> for StoreSnapshot"],["impl<'de, T> Deserialize<'de> for Reply<T>where\n T: Deserialize<'de>,"],["impl<'de> Deserialize<'de> for ForkResult"],["impl<'de> Deserialize<'de> for EventResultType"]], -"wasmer_wasix_types":[["impl<'de> Deserialize<'de> for WasiMemoryLayout"],["impl<'de> Deserialize<'de> for EpollCtl"],["impl<'de> Deserialize<'de> for Eventrwflags"],["impl<'de> Deserialize<'de> for SockProto"],["impl<'de> Deserialize<'de> for Snapshot0Clockid"],["impl<'de> Deserialize<'de> for Oflags"],["impl<'de> Deserialize<'de> for Socktype"],["impl<'de> Deserialize<'de> for ExitCode"],["impl<'de> Deserialize<'de> for Whence"],["impl<'de> Deserialize<'de> for Advice"],["impl<'de> Deserialize<'de> for Fstflags"],["impl<'de> Deserialize<'de> for Rights"],["impl<'de> Deserialize<'de> for Errno"],["impl<'de> Deserialize<'de> for Eventtype"],["impl<'de> Deserialize<'de> for Addressfamily"],["impl<'de> Deserialize<'de> for EpollEventCtl"],["impl<'de> Deserialize<'de> for ThreadStartType"],["impl<'de> Deserialize<'de> for Tty"],["impl<'de> Deserialize<'de> for EpollType"],["impl<'de> Deserialize<'de> for Sockoption"],["impl<'de> Deserialize<'de> for Fdflags"],["impl<'de> Deserialize<'de> for EventFdReadwrite"]], +"wasmer_wasix":[["impl<'de> Deserialize<'de> for JoinStatusResult"],["impl<'de> Deserialize<'de> for EventResultType"],["impl<'de> Deserialize<'de> for HashCacheEntry"],["impl<'de> Deserialize<'de> for WapmWebQueryGetPackageVersionDistribution"],["impl<'de> Deserialize<'de> for EventResult"],["impl<'de> Deserialize<'de> for WapmWebQueryData"],["impl<'de> Deserialize<'de> for WapmWebQuery"],["impl<'de> Deserialize<'de> for StoreSnapshot"],["impl<'de> Deserialize<'de> for WapmWebQueryInfo"],["impl<'de> Deserialize<'de> for EpollFd"],["impl<'de> Deserialize<'de> for WasiProcessId"],["impl<'de> Deserialize<'de> for WapmWebQueryGetPackage"],["impl<'de> Deserialize<'de> for WasiThreadId"],["impl<'de> Deserialize<'de> for CacheEntry"],["impl<'de> Deserialize<'de> for WebCVersion"],["impl<'de> Deserialize<'de> for WapmWebQueryGetPackageVersion"],["impl<'de> Deserialize<'de> for EmscriptenRunner"],["impl<'de> Deserialize<'de> for GetPackageRelease"],["impl<'de, T> Deserialize<'de> for Reply<T>where\n T: Deserialize<'de>,"],["impl<'de> Deserialize<'de> for EpollInterest"],["impl<'de> Deserialize<'de> for PackageWebc"],["impl<'de> Deserialize<'de> for ForkResult"],["impl<'de> Deserialize<'de> for MappedDirectory"]], +"wasmer_wasix_types":[["impl<'de> Deserialize<'de> for Advice"],["impl<'de> Deserialize<'de> for WasiMemoryLayout"],["impl<'de> Deserialize<'de> for Fdflags"],["impl<'de> Deserialize<'de> for Rights"],["impl<'de> Deserialize<'de> for Eventrwflags"],["impl<'de> Deserialize<'de> for Sockoption"],["impl<'de> Deserialize<'de> for EpollType"],["impl<'de> Deserialize<'de> for Fstflags"],["impl<'de> Deserialize<'de> for Oflags"],["impl<'de> Deserialize<'de> for Tty"],["impl<'de> Deserialize<'de> for Addressfamily"],["impl<'de> Deserialize<'de> for Errno"],["impl<'de> Deserialize<'de> for Eventtype"],["impl<'de> Deserialize<'de> for SockProto"],["impl<'de> Deserialize<'de> for Whence"],["impl<'de> Deserialize<'de> for ExitCode"],["impl<'de> Deserialize<'de> for EpollEventCtl"],["impl<'de> Deserialize<'de> for ThreadStartType"],["impl<'de> Deserialize<'de> for EventFdReadwrite"],["impl<'de> Deserialize<'de> for Snapshot0Clockid"],["impl<'de> Deserialize<'de> for Socktype"],["impl<'de> Deserialize<'de> for EpollCtl"]], "wasmer_wasm_interface":[["impl<'de> Deserialize<'de> for Import"],["impl<'de> Deserialize<'de> for Interface"],["impl<'de> Deserialize<'de> for InterfaceMatcher"],["impl<'de> Deserialize<'de> for Export"],["impl<'de> Deserialize<'de> for WasmType"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/serde/ser/trait.Serialize.js b/crates/doc/implementors/serde/ser/trait.Serialize.js index 90a7bfc58e1..564f6033383 100644 --- a/crates/doc/implementors/serde/ser/trait.Serialize.js +++ b/crates/doc/implementors/serde/ser/trait.Serialize.js @@ -4,12 +4,12 @@ "wasi_test_generator":[["impl Serialize for WasiOptions"],["impl Serialize for WasiTest"]], "wasmer_api":[["impl Serialize for Jsonstring"],["impl Serialize for ARecord"],["impl Serialize for RegisterDomainVars"],["impl Serialize for UserWithNamespaces"],["impl Serialize for DeployAppVersionsSortBy"],["impl Serialize for PaginationVars"],["impl Serialize for GetCurrentUserWithAppsVars"],["impl Serialize for GetDeployAppLogsVars"],["impl Serialize for BigInt"],["impl Serialize for GetNamespaceAppsVars"],["impl Serialize for GetAppTemplateFromSlugVariables"],["impl Serialize for DeployAppsSortBy"],["impl Serialize for GetDeployAppVersions"],["impl Serialize for DeployApp"],["impl Serialize for GetAppTemplatesVars"],["impl Serialize for UpsertDomainFromZoneFileVars"],["impl Serialize for GetPackageAndAppVars"],["impl<'a> Serialize for TagPackageReleaseVariables<'a>"],["impl Serialize for GetUserAppsVars"],["impl Serialize for PackageVersion"],["impl Serialize for PurgeCacheForAppVersionVars"],["impl Serialize for DeployAppVersions"],["impl Serialize for DeleteAppVars"],["impl Serialize for PackageDistribution"],["impl Serialize for GetDeployAppByIdVars"],["impl Serialize for AppTemplatesSortBy"],["impl Serialize for DeployAppVersionConnection"],["impl Serialize for Package"],["impl Serialize for GetDeployAppVersionVars"],["impl Serialize for CreateNamespaceInput"],["impl Serialize for AaaaRecord"],["impl Serialize for DNameRecord"],["impl Serialize for DnsmanagerSshFingerprintRecordAlgorithmChoices"],["impl Serialize for NsRecord"],["impl Serialize for Log"],["impl Serialize for CreateNamespaceVars"],["impl Serialize for AppAliasConnection"],["impl Serialize for AppAliasEdge"],["impl Serialize for GetDeployAppAndVersionByIdVars"],["impl Serialize for GetDeployAppVars"],["impl Serialize for TxtRecord"],["impl Serialize for GetDomainVars"],["impl Serialize for Owner"],["impl Serialize for JSONString"],["impl Serialize for PtrRecord"],["impl Serialize for AppAlias"],["impl Serialize for AllPackageVersionsVars"],["impl Serialize for GetAllDnsRecordsVariables"],["impl Serialize for MarkAppVersionAsActiveVars"],["impl Serialize for WebcVersion"],["impl<'a> Serialize for GetSignedUrlForPackageUploadVariables<'a>"],["impl Serialize for DnsDomain"],["impl Serialize for DnsDomainWithRecords"],["impl Serialize for WebcImage"],["impl Serialize for GenerateDeployTokenVars"],["impl Serialize for GetNodeVars"],["impl Serialize for SshfpRecord"],["impl Serialize for GetDeployAppsVars"],["impl<'a> Serialize for InputSignature<'a>"],["impl Serialize for DnsRecord"],["impl Serialize for DeleteAppPayload"],["impl Serialize for GetDeployAppVersionsVars"],["impl Serialize for DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices"],["impl Serialize for AppTemplate"],["impl Serialize for GenerateDeployConfigTokenVars"],["impl Serialize for SrvRecord"],["impl Serialize for GetPackageVersionVars"],["impl Serialize for PackageVersionWithPackage"],["impl Serialize for SoaRecord"],["impl Serialize for GetPackageReleaseVars"],["impl Serialize for SparseDeployApp"],["impl Serialize for DnsDomainWithZoneFile"],["impl<'a> Serialize for PushPackageReleaseVariables<'a>"],["impl Serialize for CNameRecord"],["impl Serialize for GetNamespaceVars"],["impl Serialize for PublishDeployAppVars"],["impl Serialize for NamespaceEdge"],["impl Serialize for PackageVersionSortBy"],["impl Serialize for MxRecord"],["impl Serialize for CaaRecord"],["impl Serialize for MarkAppVersionAsActivePayload"],["impl Serialize for MarkAppVersionAsActiveInput"],["impl Serialize for Namespace"],["impl Serialize for GetCurrentUserWithNamespacesVars"],["impl Serialize for NamespaceConnection"],["impl Serialize for LogStream"],["impl Serialize for GetAllDomainsVariables"],["impl Serialize for GetDeployAppAndVersionVars"],["impl Serialize for DeployAppVersionEdge"],["impl Serialize for PackageWebc"],["impl Serialize for PageInfo"],["impl Serialize for DeployAppVersion"],["impl Serialize for DnsmanagerSshFingerprintRecordTypeChoices"],["impl Serialize for GetDeployAppVersionByIdVars"],["impl Serialize for DateTime"],["impl Serialize for AllPackageReleasesVars"],["impl Serialize for GetPackageVars"],["impl Serialize for GrapheneRole"],["impl Serialize for GetDeployAppByAliasVars"],["impl Serialize for DNSRecordsSortBy"]], "wasmer_argus":[["impl Serialize for TestReport"],["impl Serialize for Backend"],["impl Serialize for ArgusConfig"]], -"wasmer_cli":[["impl Serialize for EdgeConfig"],["impl Serialize for CommandEntrypoint"],["impl Serialize for Volume"],["impl Serialize for UrlOrVersion"],["impl Serialize for Entrypoint"]], +"wasmer_cli":[["impl Serialize for CommandEntrypoint"],["impl Serialize for EdgeConfig"],["impl Serialize for Volume"],["impl Serialize for Entrypoint"],["impl Serialize for UrlOrVersion"]], "wasmer_config":[["impl Serialize for WitBindings"],["impl Serialize for HttpHeader"],["impl Serialize for Bindings"],["impl Serialize for HttpRequest"],["impl Serialize for CommandV2"],["impl Serialize for HealthCheckHttpV1"],["impl Serialize for Manifest"],["impl Serialize for Abi"],["impl Serialize for ModuleReference"],["impl Serialize for AppConfigCapabilityInstaBootV1"],["impl Serialize for HttpRequestExpect"],["impl Serialize for PackageHash"],["impl Serialize for AppConfigCapabilityMemoryV1"],["impl Serialize for AppScalingConfigV1"],["impl Serialize for CargoWasmerPackageAnnotation"],["impl Serialize for FileCommandAnnotations"],["impl Serialize for WaiBindings"],["impl Serialize for Module"],["impl Serialize for AppVolume"],["impl Serialize for AppConfigCapabilityMapV1"],["impl Serialize for Command"],["impl Serialize for AppScheduledTask"],["impl Serialize for HealthCheckV1"],["impl Serialize for PackageIdent"],["impl Serialize for CommandV1"],["impl Serialize for AppVolumeMount"],["impl Serialize for AppConfigV1"],["impl Serialize for Package"],["impl Serialize for PackageSource"],["impl Serialize for CommandAnnotations"],["impl Serialize for NamedPackageIdent"],["impl Serialize for FileKind"],["impl Serialize for AppScalingModeV1"]], -"wasmer_journal":[["impl<'a> Serialize for JournalEntry<'a>"],["impl Serialize for SocketOptTimeType"],["impl Serialize for SocketJournalEvent"],["impl Serialize for SocketShutdownHow"],["impl Serialize for SnapshotTrigger"]], +"wasmer_journal":[["impl<'a> Serialize for JournalEntry<'a>"],["impl Serialize for SnapshotTrigger"],["impl Serialize for SocketOptTimeType"],["impl Serialize for SocketShutdownHow"],["impl Serialize for SocketJournalEvent"]], "wasmer_registry":[["impl Serialize for Proxy"],["impl Serialize for Variables"],["impl Serialize for Variables"],["impl Serialize for Variables"],["impl Serialize for Variables"],["impl Serialize for WasmerConfig"],["impl Serialize for ProgrammingLanguage"],["impl Serialize for Variables"],["impl Serialize for Variables"],["impl Serialize for Variables"],["impl Serialize for Variables"],["impl Serialize for Variables"],["impl Serialize for PackageVersionState"],["impl Serialize for Variables"],["impl Serialize for Registry"],["impl Serialize for Variables"],["impl Serialize for InputSignature"],["impl Serialize for MultiRegistry"],["impl Serialize for RegistryLogin"],["impl Serialize for Variables"]], "wasmer_types":[["impl Serialize for DataInitializerLocation"],["impl Serialize for SourceLoc"],["impl Serialize for Dwarf"],["impl Serialize for MemoryStyle"],["impl Serialize for Pages"],["impl Serialize for TableType"],["impl Serialize for Symbol"],["impl Serialize for ExportIndex"],["impl Serialize for OwnedDataInitializer"],["impl Serialize for CompileModuleInfo"],["impl Serialize for ImportKey"],["impl Serialize for TableIndex"],["impl Serialize for CustomSectionProtection"],["impl Serialize for Features"],["impl Serialize for Mutability"],["impl Serialize for FunctionIndex"],["impl Serialize for FunctionType"],["impl Serialize for RelocationKind"],["impl Serialize for V128"],["impl Serialize for LocalFunctionIndex"],["impl Serialize for TableInitializer"],["impl Serialize for SectionBody"],["impl Serialize for CompiledFunctionFrameInfo"],["impl Serialize for ExternType"],["impl Serialize for GlobalInit"],["impl<K, V> Serialize for SecondaryMap<K, V>where\n K: EntityRef,\n V: Clone + PartialEq + Serialize,"],["impl Serialize for CompiledFunction"],["impl Serialize for FunctionBody"],["impl Serialize for FunctionAddressMap"],["impl Serialize for TrapCode"],["impl Serialize for CustomSection"],["impl Serialize for LibCall"],["impl Serialize for MemoryIndex"],["impl Serialize for MemoryType"],["impl Serialize for SectionIndex"],["impl Serialize for DataIndex"],["impl Serialize for LocalTableIndex"],["impl Serialize for Type"],["impl Serialize for LocalMemoryIndex"],["impl<T> Serialize for PackedOption<T>where\n T: Serialize + ReservedValue,"],["impl Serialize for LocalGlobalIndex"],["impl<K, V> Serialize for PrimaryMap<K, V>where\n K: EntityRef,\n V: Serialize,"],["impl Serialize for CompiledFunctionUnwindInfo"],["impl Serialize for ModuleInfo"],["impl Serialize for GlobalType"],["impl Serialize for SignatureIndex"],["impl<'data> Serialize for DataInitializer<'data>"],["impl Serialize for TrapInformation"],["impl Serialize for Bytes"],["impl<T> Serialize for ExportType<T>where\n T: Serialize,"],["impl Serialize for GlobalIndex"],["impl Serialize for ModuleHash"],["impl Serialize for ModuleMetadata"],["impl Serialize for Relocation"],["impl Serialize for TableStyle"],["impl Serialize for InstructionAddressMap"],["impl Serialize for RelocationTarget"],["impl Serialize for Compilation"],["impl<T> Serialize for ImportType<T>where\n T: Serialize,"],["impl Serialize for ImportIndex"],["impl Serialize for CustomSectionIndex"],["impl Serialize for ElemIndex"]], -"wasmer_wasix":[["impl Serialize for WapmWebQueryGetPackageVersion"],["impl Serialize for PackageWebc"],["impl Serialize for JoinStatusResult"],["impl Serialize for WapmWebQueryInfo"],["impl Serialize for GetPackageRelease"],["impl Serialize for CacheEntry"],["impl Serialize for StoreSnapshot"],["impl Serialize for EpollFd"],["impl Serialize for WapmWebQueryData"],["impl Serialize for WasiProcessId"],["impl Serialize for WapmWebQueryGetPackageVersionDistribution"],["impl Serialize for WebCVersion"],["impl Serialize for WapmWebQuery"],["impl<T> Serialize for Reply<T>where\n T: Serialize,"],["impl Serialize for WapmWebQueryGetPackage"],["impl Serialize for HashCacheEntry"],["impl Serialize for ForkResult"],["impl Serialize for EpollInterest"],["impl Serialize for EventResult"],["impl Serialize for EventResultType"],["impl Serialize for EmscriptenRunner"],["impl Serialize for WasiThreadId"],["impl Serialize for MappedDirectory"]], -"wasmer_wasix_types":[["impl Serialize for Rights"],["impl Serialize for Socktype"],["impl Serialize for Addressfamily"],["impl Serialize for Whence"],["impl Serialize for Tty"],["impl Serialize for EpollType"],["impl Serialize for Fstflags"],["impl Serialize for Fdflags"],["impl Serialize for Eventtype"],["impl Serialize for Eventrwflags"],["impl Serialize for ExitCode"],["impl Serialize for Sockoption"],["impl Serialize for Advice"],["impl Serialize for Snapshot0Clockid"],["impl Serialize for EpollEventCtl"],["impl Serialize for EventFdReadwrite"],["impl Serialize for WasiMemoryLayout"],["impl Serialize for Errno"],["impl Serialize for EpollCtl"],["impl Serialize for ThreadStartType"],["impl Serialize for Oflags"],["impl Serialize for SockProto"]], +"wasmer_wasix":[["impl Serialize for WapmWebQuery"],["impl Serialize for WebCVersion"],["impl<T> Serialize for Reply<T>where\n T: Serialize,"],["impl Serialize for WasiThreadId"],["impl Serialize for JoinStatusResult"],["impl Serialize for HashCacheEntry"],["impl Serialize for WasiProcessId"],["impl Serialize for EpollFd"],["impl Serialize for GetPackageRelease"],["impl Serialize for WapmWebQueryGetPackageVersionDistribution"],["impl Serialize for WapmWebQueryGetPackageVersion"],["impl Serialize for PackageWebc"],["impl Serialize for ForkResult"],["impl Serialize for StoreSnapshot"],["impl Serialize for EventResultType"],["impl Serialize for WapmWebQueryData"],["impl Serialize for EmscriptenRunner"],["impl Serialize for MappedDirectory"],["impl Serialize for CacheEntry"],["impl Serialize for EpollInterest"],["impl Serialize for EventResult"],["impl Serialize for WapmWebQueryInfo"],["impl Serialize for WapmWebQueryGetPackage"]], +"wasmer_wasix_types":[["impl Serialize for EventFdReadwrite"],["impl Serialize for EpollType"],["impl Serialize for Oflags"],["impl Serialize for Advice"],["impl Serialize for ThreadStartType"],["impl Serialize for EpollEventCtl"],["impl Serialize for Errno"],["impl Serialize for Fdflags"],["impl Serialize for Whence"],["impl Serialize for WasiMemoryLayout"],["impl Serialize for Rights"],["impl Serialize for Snapshot0Clockid"],["impl Serialize for Tty"],["impl Serialize for Socktype"],["impl Serialize for SockProto"],["impl Serialize for Eventtype"],["impl Serialize for Eventrwflags"],["impl Serialize for EpollCtl"],["impl Serialize for Addressfamily"],["impl Serialize for Fstflags"],["impl Serialize for Sockoption"],["impl Serialize for ExitCode"]], "wasmer_wasm_interface":[["impl Serialize for Interface"],["impl Serialize for Import"],["impl Serialize for WasmType"],["impl Serialize for InterfaceMatcher"],["impl Serialize for Export"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/tokio/io/async_read/trait.AsyncRead.js b/crates/doc/implementors/tokio/io/async_read/trait.AsyncRead.js index 82263a3ee37..faad3f8a1d0 100644 --- a/crates/doc/implementors/tokio/io/async_read/trait.AsyncRead.js +++ b/crates/doc/implementors/tokio/io/async_read/trait.AsyncRead.js @@ -1,6 +1,6 @@ (function() {var implementors = { "virtual_fs":[["impl AsyncRead for ZeroFile"],["impl AsyncRead for DeviceFile"],["impl AsyncRead for CopyOnWriteFile"],["impl AsyncRead for PipeRx"],["impl AsyncRead for ArcBoxFile"],["impl AsyncRead for File"],["impl<T> AsyncRead for ArcFile<T>where\n T: VirtualFile + Send + Sync + 'static,"],["impl AsyncRead for TraceFile"],["impl AsyncRead for FileHandle"],["impl AsyncRead for Stderr"],["impl AsyncRead for Stdout"],["impl AsyncRead for CombineFile"],["impl AsyncRead for StaticFile"],["impl AsyncRead for Pipe"],["impl AsyncRead for RandomFile"],["impl AsyncRead for Stdin"],["impl AsyncRead for NullFile"],["impl AsyncRead for File"],["impl AsyncRead for Stderr"],["impl AsyncRead for WebCFile"],["impl AsyncRead for Stdout"],["impl AsyncRead for Stdin"],["impl AsyncRead for DualWriteFile"],["impl AsyncRead for BufferFile"]], "virtual_net":[["impl AsyncRead for TcpSocketHalfRx"],["impl AsyncRead for SocketBuffer"]], -"wasmer_wasix":[["impl AsyncRead for WasiStateFileGuard"],["impl AsyncRead for HyperProxyStream"]], +"wasmer_wasix":[["impl AsyncRead for HyperProxyStream"],["impl AsyncRead for WasiStateFileGuard"]], "wasmer_wast":[["impl AsyncRead for OutputCapturerer"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/tokio/io/async_write/trait.AsyncWrite.js b/crates/doc/implementors/tokio/io/async_write/trait.AsyncWrite.js index 1315b1ebf23..5dadc51bee1 100644 --- a/crates/doc/implementors/tokio/io/async_write/trait.AsyncWrite.js +++ b/crates/doc/implementors/tokio/io/async_write/trait.AsyncWrite.js @@ -1,6 +1,6 @@ (function() {var implementors = { "virtual_fs":[["impl AsyncWrite for StaticFile"],["impl AsyncWrite for File"],["impl AsyncWrite for FileHandle"],["impl AsyncWrite for WebCFile"],["impl<T> AsyncWrite for ArcFile<T>where\n T: VirtualFile + Send + Sync + 'static,"],["impl AsyncWrite for Stdin"],["impl AsyncWrite for NullFile"],["impl AsyncWrite for RandomFile"],["impl AsyncWrite for Stderr"],["impl AsyncWrite for DeviceFile"],["impl AsyncWrite for DualWriteFile"],["impl AsyncWrite for TraceFile"],["impl AsyncWrite for BufferFile"],["impl AsyncWrite for Stdout"],["impl AsyncWrite for ArcBoxFile"],["impl AsyncWrite for ZeroFile"],["impl AsyncWrite for PipeTx"],["impl AsyncWrite for Stdout"],["impl AsyncWrite for Stderr"],["impl AsyncWrite for Pipe"],["impl AsyncWrite for Stdin"],["impl AsyncWrite for CopyOnWriteFile"],["impl AsyncWrite for File"],["impl AsyncWrite for CombineFile"]], "virtual_net":[["impl AsyncWrite for FailOnWrite"],["impl AsyncWrite for SocketBuffer"],["impl AsyncWrite for TcpSocketHalfTx"]], -"wasmer_wasix":[["impl AsyncWrite for WasiStateFileGuard"],["impl AsyncWrite for HyperProxyStream"]], +"wasmer_wasix":[["impl AsyncWrite for HyperProxyStream"],["impl AsyncWrite for WasiStateFileGuard"]], "wasmer_wast":[["impl AsyncWrite for OutputCapturerer"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/tower_service/trait.Service.js b/crates/doc/implementors/tower_service/trait.Service.js index 71c19f9c7ab..05e091a7917 100644 --- a/crates/doc/implementors/tower_service/trait.Service.js +++ b/crates/doc/implementors/tower_service/trait.Service.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"wasmer_wasix":[["impl Service<Request<Body>> for Handler"],["impl Service<Request<Body>> for Handler"],["impl Service<Uri> for HyperProxyConnector"],["impl Service<Request<Body>> for Handler"]] +"wasmer_wasix":[["impl Service<Request<Body>> for Handler"],["impl Service<Request<Body>> for Handler"],["impl Service<Uri> for HyperProxyConnector"],["impl Service<Request<Body>> for Handler"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/virtual_fs/trait.FileOpener.js b/crates/doc/implementors/virtual_fs/trait.FileOpener.js index 1538cbea030..42b1b163fba 100644 --- a/crates/doc/implementors/virtual_fs/trait.FileOpener.js +++ b/crates/doc/implementors/virtual_fs/trait.FileOpener.js @@ -1,4 +1,4 @@ (function() {var implementors = { "virtual_fs":[], -"wasmer_wasix":[["impl<F, M> FileOpener for MappedPathFileSystem<F, M>where\n F: FileSystem,\n M: Fn(&Path) -> Result<PathBuf, FsError> + Send + Sync + 'static,"],["impl FileOpener for WasiStateOpener"],["impl<F: FileSystem> FileOpener for RelativeOrAbsolutePathHack<F>"]] +"wasmer_wasix":[["impl<F, M> FileOpener for MappedPathFileSystem<F, M>where\n F: FileSystem,\n M: Fn(&Path) -> Result<PathBuf, FsError> + Send + Sync + 'static,"],["impl<F: FileSystem> FileOpener for RelativeOrAbsolutePathHack<F>"],["impl FileOpener for WasiStateOpener"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/virtual_fs/trait.FileSystem.js b/crates/doc/implementors/virtual_fs/trait.FileSystem.js index 1356803a681..a484d4d4014 100644 --- a/crates/doc/implementors/virtual_fs/trait.FileSystem.js +++ b/crates/doc/implementors/virtual_fs/trait.FileSystem.js @@ -1,4 +1,4 @@ (function() {var implementors = { "virtual_fs":[], -"wasmer_wasix":[["impl<F: FileSystem> FileSystem for RelativeOrAbsolutePathHack<F>"],["impl FileSystem for WasiFsRoot"],["impl FileSystem for FallbackFileSystem"],["impl<M, F> FileSystem for MappedPathFileSystem<F, M>where\n F: FileSystem,\n M: Fn(&Path) -> Result<PathBuf, FsError> + Send + Sync + 'static,"]] +"wasmer_wasix":[["impl FileSystem for WasiFsRoot"],["impl<F: FileSystem> FileSystem for RelativeOrAbsolutePathHack<F>"],["impl<M, F> FileSystem for MappedPathFileSystem<F, M>where\n F: FileSystem,\n M: Fn(&Path) -> Result<PathBuf, FsError> + Send + Sync + 'static,"],["impl FileSystem for FallbackFileSystem"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/wasmer/native_type/trait.FromToNativeWasmType.js b/crates/doc/implementors/wasmer/native_type/trait.FromToNativeWasmType.js index f2077f19f97..29195220623 100644 --- a/crates/doc/implementors/wasmer/native_type/trait.FromToNativeWasmType.js +++ b/crates/doc/implementors/wasmer/native_type/trait.FromToNativeWasmType.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer":[], "wasmer_emscripten":[["impl FromToNativeWasmType for VarArgs"]], -"wasmer_wasix_types":[["impl FromToNativeWasmType for EpollCtl"],["impl FromToNativeWasmType for Sockstatus"],["impl FromToNativeWasmType for Sockoption"],["impl FromToNativeWasmType for Filetype"],["impl FromToNativeWasmType for Streamsecurity"],["impl FromToNativeWasmType for ExitCode"],["impl FromToNativeWasmType for Oflags"],["impl FromToNativeWasmType for Bool"],["impl FromToNativeWasmType for SockProto"],["impl FromToNativeWasmType for Eventtype"],["impl FromToNativeWasmType for Errno"],["impl FromToNativeWasmType for Preopentype"],["impl FromToNativeWasmType for Snapshot0Clockid"],["impl FromToNativeWasmType for OptionTag"],["impl FromToNativeWasmType for Socktype"],["impl FromToNativeWasmType for Addressfamily"],["impl FromToNativeWasmType for Rights"],["impl FromToNativeWasmType for StdioMode"],["impl FromToNativeWasmType for Clockid"],["impl FromToNativeWasmType for Whence"],["impl FromToNativeWasmType for JoinStatusType"],["impl FromToNativeWasmType for Timeout"],["impl FromToNativeWasmType for Snapshot0Whence"],["impl FromToNativeWasmType for JoinFlags"],["impl FromToNativeWasmType for Advice"],["impl FromToNativeWasmType for Fdflags"],["impl FromToNativeWasmType for Signal"],["impl FromToNativeWasmType for Fstflags"]] +"wasmer_wasix_types":[["impl FromToNativeWasmType for Advice"],["impl FromToNativeWasmType for Bool"],["impl FromToNativeWasmType for Sockoption"],["impl FromToNativeWasmType for Preopentype"],["impl FromToNativeWasmType for Addressfamily"],["impl FromToNativeWasmType for Socktype"],["impl FromToNativeWasmType for Signal"],["impl FromToNativeWasmType for Errno"],["impl FromToNativeWasmType for Streamsecurity"],["impl FromToNativeWasmType for Snapshot0Whence"],["impl FromToNativeWasmType for Oflags"],["impl FromToNativeWasmType for Snapshot0Clockid"],["impl FromToNativeWasmType for StdioMode"],["impl FromToNativeWasmType for Timeout"],["impl FromToNativeWasmType for Whence"],["impl FromToNativeWasmType for OptionTag"],["impl FromToNativeWasmType for Fdflags"],["impl FromToNativeWasmType for ExitCode"],["impl FromToNativeWasmType for Eventtype"],["impl FromToNativeWasmType for JoinFlags"],["impl FromToNativeWasmType for Rights"],["impl FromToNativeWasmType for Fstflags"],["impl FromToNativeWasmType for Clockid"],["impl FromToNativeWasmType for EpollCtl"],["impl FromToNativeWasmType for JoinStatusType"],["impl FromToNativeWasmType for Sockstatus"],["impl FromToNativeWasmType for SockProto"],["impl FromToNativeWasmType for Filetype"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/wasmer_compiler/compiler/trait.Compiler.js b/crates/doc/implementors/wasmer_compiler/compiler/trait.Compiler.js index 2e7a67ef66e..483eb5c38f0 100644 --- a/crates/doc/implementors/wasmer_compiler/compiler/trait.Compiler.js +++ b/crates/doc/implementors/wasmer_compiler/compiler/trait.Compiler.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer_compiler_cranelift":[["impl Compiler for CraneliftCompiler"]], "wasmer_compiler_llvm":[["impl Compiler for LLVMCompiler"]], -"wasmer_compiler_singlepass":[["impl Compiler for SinglepassCompiler"]] +"wasmer_compiler_singlepass":[["impl Compiler for SinglepassCompiler"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/wasmer_compiler/compiler/trait.CompilerConfig.js b/crates/doc/implementors/wasmer_compiler/compiler/trait.CompilerConfig.js index 1194a3379fe..81c523f2ccb 100644 --- a/crates/doc/implementors/wasmer_compiler/compiler/trait.CompilerConfig.js +++ b/crates/doc/implementors/wasmer_compiler/compiler/trait.CompilerConfig.js @@ -2,5 +2,5 @@ "wasmer":[], "wasmer_compiler_cranelift":[["impl CompilerConfig for Cranelift"]], "wasmer_compiler_llvm":[["impl CompilerConfig for LLVM"]], -"wasmer_compiler_singlepass":[["impl CompilerConfig for Singlepass"]] +"wasmer_compiler_singlepass":[["impl CompilerConfig for Singlepass"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/wasmer_types/native/trait.NativeWasmType.js b/crates/doc/implementors/wasmer_types/native/trait.NativeWasmType.js index b0813b19a75..4c432b03ac4 100644 --- a/crates/doc/implementors/wasmer_types/native/trait.NativeWasmType.js +++ b/crates/doc/implementors/wasmer_types/native/trait.NativeWasmType.js @@ -1,4 +1,4 @@ (function() {var implementors = { -"wasmer":[["impl NativeWasmType for ExternRef"],["impl NativeWasmType for Function"]], +"wasmer":[["impl NativeWasmType for Function"],["impl NativeWasmType for ExternRef"]], "wasmer_types":[] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/wasmer_types/value/trait.ValueType.js b/crates/doc/implementors/wasmer_types/value/trait.ValueType.js index 6c57c951823..405bcc002a4 100644 --- a/crates/doc/implementors/wasmer_types/value/trait.ValueType.js +++ b/crates/doc/implementors/wasmer_types/value/trait.ValueType.js @@ -1,6 +1,6 @@ (function() {var implementors = { "wasmer":[["impl<T: ValueType, M: MemorySize> ValueType for WasmPtr<T, M>"]], -"wasmer_emscripten":[["impl ValueType for EmAddrInfo"],["impl ValueType for EmPollFd"],["impl ValueType for EmSockAddr"]], +"wasmer_emscripten":[["impl ValueType for EmSockAddr"],["impl ValueType for EmPollFd"],["impl ValueType for EmAddrInfo"]], "wasmer_types":[], -"wasmer_wasix_types":[["impl ValueType for Subclockflags"],["impl ValueType for Sockstatus"],["impl ValueType for Dirent"],["impl ValueType for Oflags"],["impl<M: MemorySize> ValueType for __wasi_ciovec_t<M>"],["impl ValueType for Whence"],["impl ValueType for Route"],["impl ValueType for AddrUnspecPort"],["impl ValueType for Fdflags"],["impl ValueType for __wasi_addr_ip6_t"],["impl ValueType for Tty"],["impl ValueType for Event"],["impl ValueType for Snapshot0Filestat"],["impl ValueType for Advice"],["impl ValueType for EpollType"],["impl ValueType for SubscriptionClock"],["impl ValueType for StackSnapshot"],["impl ValueType for Snapshot0Whence"],["impl ValueType for __wasi_cidr_t"],["impl ValueType for OptionPid"],["impl ValueType for Prestat"],["impl ValueType for HttpHandles"],["impl ValueType for Fstflags"],["impl ValueType for __wasi_addr_ip6_port_t"],["impl ValueType for AddrUnspec"],["impl<M: MemorySize> ValueType for __wasi_iovec_t<M>"],["impl ValueType for PrestatUDir"],["impl ValueType for Filestat"],["impl ValueType for EventFdReadwrite"],["impl ValueType for __wasi_addr_port_u"],["impl ValueType for __wasi_cidr_ip4_t"],["impl ValueType for StdioMode"],["impl ValueType for Snapshot0Clockid"],["impl ValueType for __wasi_addr_ip4_t"],["impl ValueType for Timeout"],["impl ValueType for Eventrwflags"],["impl ValueType for Rights"],["impl ValueType for Snapshot0Subscription"],["impl ValueType for Errno"],["impl ValueType for __wasi_addr_unix_port_t"],["impl ValueType for HttpStatus"],["impl ValueType for __wasi_addr_u"],["impl ValueType for Socktype"],["impl ValueType for OptionTimestamp"],["impl ValueType for Subscription"],["impl ValueType for __wasi_cidr_u"],["impl ValueType for JoinFlags"],["impl ValueType for __wasi_addr_ip4_port_t"],["impl ValueType for Fdstat"],["impl ValueType for OptionFd"],["impl ValueType for __wasi_addr_port_t"],["impl ValueType for __wasi_addr_t"],["impl ValueType for ProcessHandles"],["impl ValueType for ErrnoSignal"],["impl ValueType for CidrUnspec"],["impl<O> ValueType for __wasi_asyncify_t<O>where\n O: ValueType,"],["impl ValueType for EpollCtl"],["impl ValueType for __wasi_cidr_ip6_t"],["impl ValueType for Filetype"],["impl ValueType for Preopentype"],["impl ValueType for Bool"],["impl ValueType for Sockoption"],["impl ValueType for Snapshot0Dirent"],["impl ValueType for __wasi_addr_unix_t"],["impl ValueType for Addressfamily"],["impl ValueType for Lookup"],["impl<M> ValueType for EpollEvent<M>where\n M: MemorySize,"],["impl ValueType for OptionTag"],["impl ValueType for Snapshot0SubscriptionClock"],["impl ValueType for Streamsecurity"],["impl ValueType for __wasi_hardwareaddress_t"],["impl ValueType for Clockid"],["impl ValueType for SubscriptionFsReadwrite"],["impl<M: MemorySize> ValueType for ThreadStart<M>"],["impl ValueType for JoinStatus"],["impl ValueType for Eventtype"],["impl ValueType for Snapshot0Event"],["impl ValueType for JoinStatusType"],["impl ValueType for Signal"],["impl ValueType for SockProto"],["impl ValueType for PipeHandles"],["impl ValueType for PrestatU"],["impl ValueType for __wasi_cidr_unix_t"]] +"wasmer_wasix_types":[["impl ValueType for Preopentype"],["impl ValueType for HttpHandles"],["impl ValueType for Filetype"],["impl ValueType for __wasi_cidr_t"],["impl ValueType for Fstflags"],["impl ValueType for __wasi_cidr_u"],["impl ValueType for __wasi_addr_ip4_port_t"],["impl ValueType for StackSnapshot"],["impl ValueType for __wasi_addr_t"],["impl ValueType for EventFdReadwrite"],["impl ValueType for SubscriptionFsReadwrite"],["impl ValueType for Advice"],["impl ValueType for Fdstat"],["impl ValueType for ErrnoSignal"],["impl ValueType for __wasi_hardwareaddress_t"],["impl ValueType for Oflags"],["impl ValueType for __wasi_addr_unix_t"],["impl ValueType for __wasi_cidr_unix_t"],["impl ValueType for PipeHandles"],["impl ValueType for OptionFd"],["impl ValueType for HttpStatus"],["impl ValueType for __wasi_addr_u"],["impl ValueType for Event"],["impl ValueType for __wasi_addr_unix_port_t"],["impl<O> ValueType for __wasi_asyncify_t<O>where\n O: ValueType,"],["impl ValueType for Route"],["impl ValueType for Lookup"],["impl ValueType for Streamsecurity"],["impl<M: MemorySize> ValueType for ThreadStart<M>"],["impl ValueType for Sockstatus"],["impl ValueType for __wasi_addr_ip6_t"],["impl ValueType for Signal"],["impl ValueType for OptionTimestamp"],["impl ValueType for SockProto"],["impl ValueType for __wasi_addr_ip4_t"],["impl ValueType for Fdflags"],["impl ValueType for __wasi_addr_port_t"],["impl ValueType for Errno"],["impl ValueType for Clockid"],["impl ValueType for ProcessHandles"],["impl ValueType for Rights"],["impl ValueType for AddrUnspecPort"],["impl ValueType for __wasi_cidr_ip4_t"],["impl ValueType for Snapshot0Subscription"],["impl ValueType for StdioMode"],["impl ValueType for OptionTag"],["impl ValueType for CidrUnspec"],["impl ValueType for Snapshot0SubscriptionClock"],["impl ValueType for Snapshot0Dirent"],["impl ValueType for AddrUnspec"],["impl ValueType for __wasi_cidr_ip6_t"],["impl ValueType for Timeout"],["impl ValueType for PrestatU"],["impl ValueType for EpollType"],["impl ValueType for __wasi_addr_port_u"],["impl ValueType for Addressfamily"],["impl ValueType for Filestat"],["impl ValueType for Snapshot0Filestat"],["impl<M: MemorySize> ValueType for __wasi_iovec_t<M>"],["impl ValueType for Sockoption"],["impl ValueType for JoinFlags"],["impl ValueType for Snapshot0Event"],["impl ValueType for JoinStatusType"],["impl<M: MemorySize> ValueType for __wasi_ciovec_t<M>"],["impl ValueType for Socktype"],["impl ValueType for Subclockflags"],["impl ValueType for Dirent"],["impl ValueType for Snapshot0Whence"],["impl ValueType for Eventtype"],["impl ValueType for OptionPid"],["impl ValueType for Subscription"],["impl ValueType for Prestat"],["impl ValueType for JoinStatus"],["impl<M> ValueType for EpollEvent<M>where\n M: MemorySize,"],["impl ValueType for Whence"],["impl ValueType for EpollCtl"],["impl ValueType for Bool"],["impl ValueType for PrestatUDir"],["impl ValueType for SubscriptionClock"],["impl ValueType for Eventrwflags"],["impl ValueType for __wasi_addr_ip6_port_t"],["impl ValueType for Snapshot0Clockid"],["impl ValueType for Tty"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/wasmer_vm/memory/trait.LinearMemory.js b/crates/doc/implementors/wasmer_vm/memory/trait.LinearMemory.js index 403f3bd0bc0..c91f4c99ade 100644 --- a/crates/doc/implementors/wasmer_vm/memory/trait.LinearMemory.js +++ b/crates/doc/implementors/wasmer_vm/memory/trait.LinearMemory.js @@ -1,5 +1,5 @@ (function() {var implementors = { "wasmer":[], -"wasmer_sys_utils":[["impl LinearMemory for VMSharedMemory"],["impl LinearMemory for VMMemory"],["impl LinearMemory for VMOwnedMemory"]], +"wasmer_sys_utils":[["impl LinearMemory for VMOwnedMemory"],["impl LinearMemory for VMMemory"],["impl LinearMemory for VMSharedMemory"]], "wasmer_vm":[] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/wast/parser/trait.Parse.js b/crates/doc/implementors/wast/parser/trait.Parse.js index c99c5016929..69000387752 100644 --- a/crates/doc/implementors/wast/parser/trait.Parse.js +++ b/crates/doc/implementors/wast/parser/trait.Parse.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"wasmer_wast":[["impl<'a> Parse<'a> for AssertReturn"],["impl<'a> Parse<'a> for assert_return"],["impl<'a> Parse<'a> for map_dirs"],["impl<'a> Parse<'a> for assert_stdout"],["impl<'a> Parse<'a> for preopens"],["impl<'a> Parse<'a> for AssertStdout<'a>"],["impl<'a> Parse<'a> for Stdin<'a>"],["impl<'a> Parse<'a> for args"],["impl<'a> Parse<'a> for assert_stderr"],["impl<'a> Parse<'a> for MapDirs<'a>"],["impl<'a> Parse<'a> for Args<'a>"],["impl<'a> Parse<'a> for envs"],["impl<'a> Parse<'a> for AssertStderr<'a>"],["impl<'a> Parse<'a> for Envs<'a>"],["impl<'a> Parse<'a> for fake_i64_const"],["impl<'a> Parse<'a> for Preopens<'a>"],["impl<'a> Parse<'a> for WasiTest<'a>"],["impl<'a> Parse<'a> for stdin"],["impl<'a> Parse<'a> for TempDirs<'a>"],["impl<'a> Parse<'a> for temp_dirs"],["impl<'a> Parse<'a> for wasi_test"]] +"wasmer_wast":[["impl<'a> Parse<'a> for AssertReturn"],["impl<'a> Parse<'a> for wasi_test"],["impl<'a> Parse<'a> for temp_dirs"],["impl<'a> Parse<'a> for assert_return"],["impl<'a> Parse<'a> for TempDirs<'a>"],["impl<'a> Parse<'a> for assert_stderr"],["impl<'a> Parse<'a> for AssertStderr<'a>"],["impl<'a> Parse<'a> for Envs<'a>"],["impl<'a> Parse<'a> for Stdin<'a>"],["impl<'a> Parse<'a> for WasiTest<'a>"],["impl<'a> Parse<'a> for assert_stdout"],["impl<'a> Parse<'a> for map_dirs"],["impl<'a> Parse<'a> for fake_i64_const"],["impl<'a> Parse<'a> for AssertStdout<'a>"],["impl<'a> Parse<'a> for Preopens<'a>"],["impl<'a> Parse<'a> for preopens"],["impl<'a> Parse<'a> for args"],["impl<'a> Parse<'a> for envs"],["impl<'a> Parse<'a> for MapDirs<'a>"],["impl<'a> Parse<'a> for Args<'a>"],["impl<'a> Parse<'a> for stdin"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/implementors/wast/parser/trait.Peek.js b/crates/doc/implementors/wast/parser/trait.Peek.js index cce976a8128..9f12c034193 100644 --- a/crates/doc/implementors/wast/parser/trait.Peek.js +++ b/crates/doc/implementors/wast/parser/trait.Peek.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"wasmer_wast":[["impl Peek for assert_return"],["impl Peek for fake_i64_const"],["impl Peek for preopens"],["impl Peek for assert_stdout"],["impl Peek for wasi_test"],["impl Peek for envs"],["impl Peek for args"],["impl Peek for map_dirs"],["impl Peek for temp_dirs"],["impl Peek for stdin"],["impl Peek for assert_stderr"]] +"wasmer_wast":[["impl Peek for preopens"],["impl Peek for assert_stdout"],["impl Peek for temp_dirs"],["impl Peek for assert_return"],["impl Peek for envs"],["impl Peek for map_dirs"],["impl Peek for fake_i64_const"],["impl Peek for args"],["impl Peek for assert_stderr"],["impl Peek for wasi_test"],["impl Peek for stdin"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/crates/doc/search-index.js b/crates/doc/search-index.js index ab8bc0eeb8b..381ee5a0810 100644 --- a/crates/doc/search-index.js +++ b/crates/doc/search-index.js @@ -5,34 +5,34 @@ var searchIndex = JSON.parse('{\ "virtual_fs":{"doc":"","t":"NNNIIIIIINNINNNDNNNIIIDENNNNNNQNNDNNNNNDDDNNDDGDDENNDNNIIDNNLLLLLLLMLLLLMAAALMLLLLLLLLLLLLLLLLLLMAALLMLLLLLLLLLLLLLLAMFLFALLMKLLMLMKMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLAALLLLLLLLLLLLLLLLLLLLLLLLLMMLLLAKLMLLLLLLLLLLLLLLLLLLLLLLMLLAMLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLKKLMAAKLMLLMLLLLLKLAKLMALAALMAKKKKKKKLMLALLLMLKLLLLLLLLLLLLLLLLLLLLLLLLLKLLKKKLMAMLLKLLKMAKAALMKLLALLLLLLLALLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAKKLLLLLLLLLKLLLLLLLLLKLLLLLLLLLMALLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLADLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLMLLLLLLLLLLLLLLLLLDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLDMLLLMLMLMLLLLLLLMMMLLMLLLLLLDLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLNDNENLLLLLLMLMLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMMDLLLLLLMLLLMLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLIQOKOSRDDSDDDSLLLLLLLLLLLLLLLLLLLLLLLFFFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGIDMMKKMMADLLLLMLLLLLLLLLLLLLLLLLLLLLLNDNDNDNDNDDGEDNDRNDDDDLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLAMMMMAALLLLLLLLLLLLLLLLMMLLLLLLLLMLMMMMMMMLLLLLLLLLMMMMMMMLLMMMMMMMAMMLMAFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLMMLLLLLLMMLLLLMLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLEDDNENNNLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLNENNNDDEDNLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMDDDLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLHFFFFFFFFFFFFFFFDLLLLLLLLLLLLLLLLLLLLLLFLLMLLLLLLMLFLLLLLLLLDLLLLLLLLMLLLLLLLLLLLLLLLLLDDDDDGLLLLLMLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLMLLLLLFLLLLLLLMLLLLLLLLDGSSSLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLMLLLLLLMLLLLFLLLLLLLMLLFLMMMLLLLLLLLLLLLLLLLFFLLLLLLLLLLLLLMMMDLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDGDLLMLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLMMLLLLLLLLMMMLLMMLMMMMLLLLLLLMMLLLLMLLLLLLLLLLLLLLLLLLLLLMDDLLLLLLLLLLFMLLLLLLLLLLLLLFLLLLLLLLLLFLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["AddressInUse","AddressNotAvailable","AlreadyExists","AsyncRead","AsyncReadExt","AsyncSeek","AsyncSeekExt","AsyncWrite","AsyncWriteExt","BaseNotDirectory","BrokenPipe","ClonableVirtualFile","ConnectionAborted","ConnectionRefused","ConnectionReset","DirEntry","DirectoryNotEmpty","EntryNotFound","Err","FileOpener","FileSystem","FileSystems","FileType","FsError","IOError","Inherit","Interrupted","InvalidData","InvalidFd","InvalidInput","Iter","Lock","Log","Metadata","NoDevice","NotAFile","NotConnected","Null","Ok","OpenOptions","OpenOptionsConfig","OverlayFileSystem","PermissionDenied","Piped","ReadBuf","ReadDir","Result","ScopedDirectoryFileSystem","StaticFile","StdioMode","StorageFull","TimedOut","TraceFileSystem","UnexpectedEof","UnknownError","Upcastable","VirtualFile","WebcVolumeFileSystem","WouldBlock","WriteZero","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","accessed","accessed","advance","advance_mut","append","append","append","arc_box_file","arc_file","arc_fs","assume_init","block_device","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","buffer_file","builder","capacity","chain","char_device","chunk_mut","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","combine_file","conf","copy_reference","copy_reference","copy_reference_ext","cow_file","create","create","create","create_dir","create_new","create_new","create_new","created","created","created_time","data","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","deref_mut","dir","downcast_mut","downcast_ref","drop","drop","drop","drop","drop","drop","drop","drop","drop","dual_write_file","empty_fs","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","fifo","file","file_name","file_type","file_type","filesystems","filesystems","filled","filled","filled_mut","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","ft","get_config","get_special_fd","host_fs","index","init","init","init","init","init","init","init","init","init","initialize_unfilled","initialize_unfilled_to","initialized","initialized","initialized_mut","inner","inner_mut","into","into","into","into","into","into","into","into","into","into_iter","is_block_device","is_char_device","is_dir","is_dir","is_empty","is_fifo","is_file","is_file","is_open","is_socket","is_symlink","is_white_out","is_write_vectored","last_accessed","last_modified","len","len","limiter","mem_fs","metadata","metadata","metadata","minimum_rights","modified","modified","new","new","new","new_dir","new_file","new_open_options","next","null_file","open","open","opener","ops","options","overlay_fs","passthru_fs","path","path","pipe","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","primary","put_slice","random_file","read","read","read","read","read_buf","read_dir","read_exact","read_f32","read_f32_le","read_f64","read_f64_le","read_i128","read_i128_le","read_i16","read_i16_le","read_i32","read_i32_le","read_i64","read_i64_le","read_i8","read_to_end","read_to_string","read_u128","read_u128_le","read_u16","read_u16_le","read_u32","read_u32_le","read_u64","read_u64_le","read_u8","readlink","remaining","remaining_mut","remove_dir","remove_file","rename","rewind","root","scoped_directory_fs","secondaries","seek","set_filled","set_len","set_times","shutdown","size","socket","special_file","start_seek","static_file","static_fs","stream_position","symlink","symlink_metadata","take","take","tmp_fs","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","trace_fs","truncate","truncate","truncate","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unfilled_mut","uninit","union_fs","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","volume","webc_volume_fs","would_mutate","write","write","write","write","write_all","write_all_buf","write_buf","write_f32","write_f32_le","write_f64","write_f64_le","write_from_mmap","write_i128","write_i128_le","write_i16","write_i16_le","write_i32","write_i32_le","write_i64","write_i64_le","write_i8","write_u128","write_u128_le","write_u16","write_u16_le","write_u32","write_u32_le","write_u64","write_u64_le","write_u8","write_vectored","zero_file","ArcBoxFile","__clone_box","borrow","borrow_mut","clone","clone_into","created_time","deref","deref_mut","drop","fmt","from","from","get_special_fd","init","inner","into","is_open","is_write_vectored","last_accessed","last_modified","new","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","set_len","set_times","size","start_seek","to_owned","try_from","try_into","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref","ArcFile","__clone_box","borrow","borrow_mut","clone","clone_into","created_time","default","deref","deref_mut","drop","fmt","from","get_special_fd","init","inner","into","is_open","is_write_vectored","last_accessed","last_modified","new","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","set_len","set_times","size","start_seek","to_owned","try_from","try_into","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref","ArcFileSystem","borrow","borrow_mut","create_dir","deref","deref_mut","drop","fmt","from","fs","init","into","metadata","new","new_open_options","read_dir","readlink","remove_dir","remove_file","rename","symlink_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","BufferFile","borrow","borrow_mut","created_time","data","default","deref","deref_mut","drop","fmt","from","init","into","last_accessed","last_modified","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","set_len","size","start_seek","try_from","try_into","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref","RootFileSystemBuilder","add_wasmer_command","borrow","borrow_mut","build","create_tmp","default","default_dev_files","default_root_dirs","default_root_dirs","deref","deref_mut","drop","from","init","into","new","stderr","stdin","stdout","try_from","try_into","tty","type_id","with_stderr","with_stdin","with_stdout","with_tmp","with_tty","CombineFile","borrow","borrow_mut","created_time","deref","deref_mut","drop","fmt","from","init","into","last_accessed","last_modified","new","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","rx","set_len","set_times","size","start_seek","try_from","try_into","tx","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref","Copied","CopyOnWriteFile","Copying","CowState","ReadOnly","as_mut","as_ref","borrow","borrow","borrow_mut","borrow_mut","buf","created_time","created_time","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","init","init","into","into","last_accessed","last_accessed","last_modified","last_modified","new","poll_complete","poll_copy_progress","poll_copy_start_and_progress","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","set_len","set_times","size","start_seek","state","try_from","try_from","try_into","try_into","type_id","type_id","unlink","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","inner","pos","DualWriteFile","borrow","borrow_mut","created_time","deref","deref_mut","drop","extra_write","fmt","from","init","inner","into","last_accessed","last_modified","new","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","set_len","set_times","size","start_seek","try_from","try_into","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref","EmptyFileSystem","borrow","borrow_mut","create_dir","default","deref","deref_mut","drop","fmt","from","init","into","metadata","new_open_options","open","read_dir","readlink","remove_dir","remove_file","rename","symlink_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","FileSystems","Iter","count","filesystems","tuple_filesystems","APPEND","DEFAULT_BUF_SIZE_HINT","File","FileSystem","READ","Stderr","Stdin","Stdout","WRITE","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","canonicalize","clone","clone_into","create_dir","created_time","created_time","created_time","created_time","default","default","default","default","default_handle","default_stderr","default_stdin","default_stdout","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","get_special_fd","get_special_fd","get_special_fd","get_special_fd","handle","handle","handle","handle","handle","host_path","init","init","init","init","init","inner","inner","inner","inner","inner_std","into","into","into","into","into","is_write_vectored","is_write_vectored","is_write_vectored","last_accessed","last_accessed","last_accessed","last_accessed","last_modified","last_modified","last_modified","last_modified","metadata","metadata","new","new","new_open_options","open","poll_complete","poll_complete","poll_complete","poll_complete","poll_flush","poll_flush","poll_flush","poll_flush","poll_read","poll_read","poll_read","poll_read","poll_read_ready","poll_read_ready","poll_read_ready","poll_read_ready","poll_shutdown","poll_shutdown","poll_shutdown","poll_shutdown","poll_write","poll_write","poll_write","poll_write","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","read_buffer","read_dir","readlink","remove_dir","remove_file","rename","set_len","set_len","set_len","set_len","set_times","size","size","size","size","start_seek","start_seek","start_seek","start_seek","symlink_metadata","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unlink","unlink","unlink","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","DynFsMemoryLimiter","FsMemoryLimiter","TrackedVec","alloc","data","on_grow","on_shrink","phantom","ptr","tracked_vec","TrackedVec","append","borrow","borrow_mut","clear","data","deref","deref","deref_mut","deref_mut","drop","extend_from_slice","fmt","from","init","into","limiter","new","reserve_exact","resize","split_off","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","with_capacity","ArcDirectory","ArcDirectoryNode","ArcFile","ArcFileNode","CustomFile","CustomFileNode","Directory","DirectoryNode","File","FileNode","FileSystem","Inode","Node","OffloadBackingStore","OffloadedFile","OffloadedFileNode","ROOT_INODE","ReadOnlyFile","ReadOnlyFileNode","Stderr","Stdin","Stdout","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","buf","buf","children","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","file","file","file","file","file","file_opener","filesystem","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","fs","fs","init","init","init","init","init","init","init","init","inner","inode","inode","inode","inode","inode","inode","inode","inode","into","into","into","into","into","into","into","into","metadata","metadata","metadata","metadata","metadata","metadata","metadata","metadata","metadata_mut","name","name","name","name","name","name","name","name","offloaded_file","path","path","set_name","state","stdio","time","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","File","FileHandle","ReadOnlyFile","__clone_box","append_mode","arc_file","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buffer","buffer","clone","clone_into","copy_reference","created_time","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","filesystem","flush","flush","fmt","fmt","fmt","from","from","from","get_special_fd","init","init","init","inode","into","into","into","is_write_vectored","last_accessed","last_modified","lazy_load_arc_file_mut","len","len","new","new","new","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","read","read","readable","seek","seek","set_len","set_times","size","start_seek","to_owned","truncate","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","writable","write","write","write_from_mmap","DirectoryMustBeEmpty","FileSystem","FileSystemInner","Found","InodeResolution","No","Redirect","Yes","__clone_box","add_child_to_node","as_parent_get_position_and_inode","as_parent_get_position_and_inode_of_directory","as_parent_get_position_and_inode_of_file","backing_offload","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","canonicalize","canonicalize_unchecked","canonicalize_without_inode","clone","clone_into","create_dir","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","fmt","fmt","fmt","from","from","from","from","init","init","init","init","inner","inode_of","inode_of_parent","insert_arc_directory","insert_arc_directory_at","insert_arc_file","insert_arc_file_at","insert_device_file","insert_inode","insert_ro_file","into","into","into","into","limiter","metadata","mount","mount_directory_entries","new_open_options","new_open_options_ext","no","open","read_dir","readlink","remove_child_from_node","remove_dir","remove_file","rename","set_memory_limiter","storage","symlink_metadata","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","union","unwrap","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_node_name","with_backing_offload","yes","Buffer","FileExtent","InMemory","MmapOffload","MmapOffset","OffloadBackingStore","OffloadBackingStoreState","OffloadWrite","OffloadedFile","RepeatingBytes","__clone_box","backing","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","extents","flush","fmt","fmt","fmt","fmt","from","from","from","from","from","from_buffer","from_file","get_slice","init","init","init","init","init","into","into","into","into","into","len","len","limiter","lock","mmap_file","mmap_offload","new","new","owned_buffer","read","resize","resize","seek","size","size","state","to_owned","truncate","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","write","cnt","data","offset","size","value","offset","size","Stderr","Stdin","Stdout","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buf","buf","buf","created_time","created_time","created_time","default","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","fmt","fmt","fmt","from","from","from","impl_virtualfile_on_std_streams","init","init","init","into","into","into","is_readable","is_readable","is_readable","is_writable","is_writable","is_writable","last_accessed","last_accessed","last_accessed","last_modified","last_modified","last_modified","poll_complete","poll_complete","poll_complete","poll_flush","poll_flush","poll_flush","poll_read","poll_read","poll_read","poll_read_ready","poll_read_ready","poll_read_ready","poll_shutdown","poll_shutdown","poll_shutdown","poll_write","poll_write","poll_write","poll_write_ready","poll_write_ready","poll_write_ready","set_len","set_len","set_len","size","size","size","start_seek","start_seek","start_seek","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unlink","unlink","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","NullFile","__clone_box","borrow","borrow_mut","clone","clone_into","created_time","default","deref","deref_mut","drop","fmt","from","init","into","is_write_vectored","last_accessed","last_modified","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","set_len","size","start_seek","to_owned","try_from","try_into","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref","WHITEOUT_PREFIX","copy_reference","copy_reference_ext","create_dir_all","create_white_out","exists","has_white_out","is_dir","is_file","is_white_out","read","read_to_string","remove_white_out","touch","walk","write","OverlayFileSystem","__clone_box","borrow","borrow_mut","clone","clone_into","create_dir","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","init","into","metadata","new","new_open_options","open","open_copy_on_write","permission_error_or_not_found","primary","primary","read_dir","readlink","remove_dir","remove_file","rename","secondaries","secondaries","secondaries_mut","should_continue","symlink_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","PassthruFileSystem","borrow","borrow_mut","create_dir","deref","deref_mut","drop","fmt","from","fs","init","into","metadata","new","new_open_options","read_dir","readlink","remove_dir","remove_file","rename","symlink_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","DuplexPipe","Pipe","PipeReceiver","PipeRx","PipeTx","WasiBidirectionalSharedPipePair","__clone_box","__clone_box","__clone_box","__clone_box","back","back","back_mut","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","chan","channel","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","close","close","combine","combine","created_time","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","flush","flush","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","front","front","front_mut","init","init","init","init","init","inner","into","into","into","into","into","is_open","last_accessed","last_modified","new","new","poll_complete","poll_complete","poll_complete","poll_flush","poll_flush","poll_read","poll_read","poll_read_ready","poll_shutdown","poll_shutdown","poll_write","poll_write","poll_write_ready","poll_write_vectored","read","read","recv","reverse","rx","seek","seek","seek","send","set_len","size","split","split","start_seek","start_seek","start_seek","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_read","try_read","tx","type_id","type_id","type_id","type_id","type_id","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","write","write","write_all","write_fmt","write_vectored","RandomFile","borrow","borrow_mut","created_time","default","deref","deref_mut","drop","fmt","from","init","into","is_write_vectored","last_accessed","last_modified","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","set_len","size","start_seek","try_from","try_into","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref","ScopedDirectoryFileSystem","__clone_box","borrow","borrow_mut","clone","clone_into","create_dir","deref","deref_mut","drop","fmt","from","init","inner","into","metadata","new","new_open_options","new_with_default_runtime","normalize_path","open","prepare_path","read_dir","readlink","remove_dir","remove_file","rename","root","symlink_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","DeviceFile","Fd","STDERR","STDIN","STDOUT","borrow","borrow_mut","created_time","deref","deref_mut","drop","fd","fmt","from","get_special_fd","init","into","is_write_vectored","last_accessed","last_modified","new","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","set_len","size","start_seek","try_from","try_into","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref","StaticFile","__clone_box","borrow","borrow_mut","clone","clone_into","contents","created_time","deref","deref_mut","drop","eq","fmt","from","init","into","last_accessed","last_modified","new","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","set_len","size","start_seek","to_owned","try_from","try_into","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref","StaticFileSystem","WebCFile","borrow","borrow","borrow_mut","borrow_mut","create_dir","created_time","cursor","deref","deref","deref_mut","deref_mut","drop","drop","entry","fmt","fmt","from","from","get_volume_name_opt","init","init","init","into","into","last_accessed","last_modified","memory","metadata","new_open_options","normalizes_path","open","package","package","path","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","read_dir","readlink","remove_dir","remove_file","rename","set_len","size","start_seek","symlink_metadata","transform_into_read_dir","translate_file_type","try_from","try_from","try_into","try_into","type_id","type_id","unlink","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","volume","volumes","volumes","TmpFileSystem","__clone_box","borrow","borrow_mut","canonicalize_unchecked","clone","clone_into","create_dir","default","deref","deref_mut","drop","fmt","from","fs","init","into","metadata","mount","mount_directory_entries","new","new_open_options","new_open_options_ext","read_dir","readlink","remove_dir","remove_file","rename","set_memory_limiter","symlink_metadata","to_owned","try_from","try_into","type_id","union","upcast_any_box","upcast_any_mut","upcast_any_ref","TraceFile","TraceFileSystem","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","create_dir","created_time","deref","deref","deref_mut","deref_mut","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","file","fmt","fmt","from","from","init","init","inner","inner_mut","into","into","into_inner","last_accessed","last_modified","metadata","new","new_open_options","open","path","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","read_dir","readlink","remove_dir","remove_file","rename","set_len","set_times","size","start_seek","symlink_metadata","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unlink","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","MountPoint","StrongMountPoint","TempHolding","UnionFileSystem","__clone_box","__clone_box","alloc","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","create_dir","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","filter_mounts","fmt","fmt","fmt","from","from","from","fs","fs","fs","init","init","init","into","into","into","metadata","mount","mounts","name","name","new","new_open_options","new_path","new_path","open","path","path","phantom","ptr","read_dir","read_dir_internal","readlink","remove_dir","remove_file","rename","sanitize","should_sanitize","should_sanitize","solidify","solidify","strong","symlink_metadata","temp_holding","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unmount","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","weak_fs","File","WebcVolumeFileSystem","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","compat_meta","content","create_dir","created_time","deref","deref","deref_mut","deref_mut","drop","drop","eq","fmt","fmt","from","from","get_modified","init","init","into","into","last_accessed","last_modified","metadata","mount_all","new","new_open_options","normalize","open","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","read_dir","readlink","remove_dir","remove_file","rename","set_len","size","start_seek","symlink_metadata","timestamps","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unlink","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","volume","volume","ZeroFile","borrow","borrow_mut","created_time","default","deref","deref_mut","drop","fmt","from","init","into","is_write_vectored","last_accessed","last_modified","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","set_len","size","start_seek","try_from","try_into","type_id","unlink","upcast_any_box","upcast_any_mut","upcast_any_ref"],"q":[[0,"virtual_fs"],[473,"virtual_fs::arc_box_file"],[515,"virtual_fs::arc_file"],[557,"virtual_fs::arc_fs"],[584,"virtual_fs::buffer_file"],[617,"virtual_fs::builder"],[646,"virtual_fs::combine_file"],[680,"virtual_fs::cow_file"],[741,"virtual_fs::cow_file::CowState"],[743,"virtual_fs::dual_write_file"],[777,"virtual_fs::empty_fs"],[804,"virtual_fs::filesystems"],[809,"virtual_fs::host_fs"],[999,"virtual_fs::limiter"],[1009,"virtual_fs::limiter::tracked_vec"],[1037,"virtual_fs::mem_fs"],[1225,"virtual_fs::mem_fs::file"],[1321,"virtual_fs::mem_fs::filesystem"],[1432,"virtual_fs::mem_fs::offloaded_file"],[1541,"virtual_fs::mem_fs::offloaded_file::FileExtent"],[1546,"virtual_fs::mem_fs::offloaded_file::OffloadWrite"],[1548,"virtual_fs::mem_fs::stdio"],[1651,"virtual_fs::null_file"],[1688,"virtual_fs::ops"],[1704,"virtual_fs::overlay_fs"],[1748,"virtual_fs::passthru_fs"],[1775,"virtual_fs::pipe"],[1936,"virtual_fs::random_file"],[1969,"virtual_fs::scoped_directory_fs"],[2005,"virtual_fs::special_file"],[2044,"virtual_fs::static_file"],[2081,"virtual_fs::static_fs"],[2151,"virtual_fs::tmp_fs"],[2189,"virtual_fs::trace_fs"],[2261,"virtual_fs::union_fs"],[2356,"virtual_fs::webc_volume_fs"],[2430,"virtual_fs::zero_file"],[2463,"dyn_clone::sealed"],[2464,"tokio::io::util::chain"],[2465,"core::marker"],[2466,"bytes::buf::uninit_slice"],[2467,"std::path"],[2468,"std::io::error"],[2469,"core::result"],[2470,"futures_core::future"],[2471,"alloc::boxed"],[2472,"std::io::error"],[2473,"std::ffi::os_str"],[2474,"tokio::io::util::flush"],[2475,"core::marker"],[2476,"core::fmt"],[2477,"std::path"],[2478,"core::convert"],[2479,"core::pin"],[2480,"core::task::wake"],[2481,"core::task::poll"],[2482,"std::io"],[2483,"tokio::io::util::read"],[2484,"tokio::io::util::read_buf"],[2485,"bytes::buf::buf_mut"],[2486,"tokio::io::util::read_exact"],[2487,"tokio::io::util::read_int"],[2488,"tokio::io::util::read_int"],[2489,"tokio::io::util::read_to_end"],[2490,"alloc::string"],[2491,"tokio::io::util::read_to_string"],[2492,"tokio::io::util::read_int"],[2493,"std::io"],[2494,"tokio::io::util::take"],[2495,"core::any"],[2496,"core::any"],[2497,"tokio::io::util::write_all"],[2498,"tokio::io::util::write_all_buf"],[2499,"bytes::buf::buf_impl"],[2500,"tokio::io::util::write_buf"],[2501,"tokio::io::util::write_int"],[2502,"tokio::io::util::write_int"],[2503,"core::marker"],[2504,"alloc::sync"],[2505,"core::ops::function"],[2506,"tokio::runtime::handle"],[2507,"tokio::io::stderr"],[2508,"tokio::io::stdin"],[2509,"tokio::io::stdout"],[2510,"std::fs"],[2511,"std::fs"],[2512,"shared_buffer::owned"],[2513,"core::ops::range"],[2514,"std::sync::mutex"],[2515,"core::iter::traits::iterator"],[2516,"core::clone"],[2517,"core::cmp"],[2518,"core::fmt"],[2519,"webc::v1"],[2520,"webc::timestamps"],[2521,"webc::container"],[2522,"webc::volume"],[2523,"webc::path_segments"]],"d":["The address was in use","The address could not be found","File exists","Reads bytes from a source.","Reads bytes from a source.","Seek bytes asynchronously.","An extension trait that adds utility methods to AsyncSeek …","Writes bytes asynchronously.","Writes bytes to a sink.","The fd given as a base was not a directory so the …","A pipe was closed","","The connection was aborted","The connection request was refused","The connection was reset","","Directory not Empty","The requested file or directory could not be found","Contains the error value","","","A chain of one or more FileSystems.","","Error type for external users","Something failed when doing IO. These errors can generally …","Stdio will inherit the file handlers of its parent","The operation was interrupted before it could finish","Invalid internal data, if the argument data is invalid, …","The fd given was not usable","The provided data is invalid","","The filesystem has failed to lock a resource.","Stdio will be sent to the log handler","","The requested device couldn’t be accessed","Expected a file but found not a file","Could not perform the operation because there was not an …","Stdio will be dropped","Contains the success value","","","A primary filesystem and chain of secondary filesystems …","Caller was not allowed to perform this operation","Stdio will be piped to a file descriptor","A wrapper around a byte buffer that is incrementally …","","","A FileSystem implementation that is scoped to a specific …","An immutable file backed by an OwnedBuffer.","Determines the mode that stdio handlers will operate in","","The operation did not complete within the given amount of …","A FileSystem wrapper that will automatically log all …","Found EOF when EOF was not expected","Some other unhandled error. If you see this, it’s …","Trait needed to get downcasting from VirtualFile to work.","This trait relies on your file closing when it goes out of …","","Operation would block, this error lets the caller know …","A call to write returned 0","","","","","","","","","Advances the size of the filled region of the buffer.","","Sets the option for the append mode.","","","Used for sharing references to the same file across …","Used for sharing references to the same file across …","Wraps a clonable Arc of a file system - in practice this …","Asserts that the first n unfilled bytes of the buffer are …","","","","","","","","","","","","","","","","","","","","","Used for /dev/zero - infinitely returns zero which is …","","Returns the total capacity of the buffer.","Creates a new AsyncRead instance that chains this stream …","","","Clears the buffer, resetting the filled region to empty.","","","","","","","","","","","","","","","Copies the reference of a file from one file system to …","This method will copy a file from a source to this …","Copies the reference of a file from one file system to …","Used for /dev/zero - infinitely returns zero which is …","Sets the option to create a new file, or open it if it …","","","","Sets the option to create a new file, failing if it …","","","","","the time at which the file was created in nanoseconds as a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","When no file system is used by a WebC then this is used as …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get something that can be used to iterate over the …","Returns a shared reference to the filled portion of the …","","Returns a mutable reference to the filled portion of the …","Flushes this output stream, ensuring that all …","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Used for “special” files such as stdin, stdout and …","","","","","","","","","","","","Returns a mutable reference to the unfilled part of the …","Returns a mutable reference to the first n bytes of the …","Returns a shared reference to the initialized portion of …","","Returns a mutable reference to the initialized portion of …","","Returns a mutable reference to the entire buffer, without …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Indicates if the file is opened or closed. This function …","","","","Determines if this writer has an efficient …","the last time the file was accessed in nanoseconds as a …","the last time the file was modified in nanoseconds as a …","","","","","","","","Returns the minimum allowed rights, given the rights of …","","","Creates a new ReadBuf from a fully initialized buffer.","","","","","","","NullFile is a special file for /dev/null, which returns 0 …","","","","Common FileSystem operations.","Use an existing OpenOptionsConfig to configure this …","","Wraps a boxed file system with an implemented trait …","","","","Waits for a seek operation to complete.","Attempts to flush the object, ensuring that any buffered …","Attempts to read from the AsyncRead into buf.","Polls the file for when there is data to be read","Initiates or attempts to shut down this writer, returning …","Attempt to write bytes from buf into the object.","Polls the file for when it is available for writing","Like poll_write, except that it writes from a slice of …","","Appends data to the buffer, advancing the written position …","Used for /dev/zero - infinitely returns zero which is …","Sets the option for read access.","Pulls some bytes from this source into the specified …","","","Pulls some bytes from this source into the specified …","","Reads the exact number of bytes required to fill buf.","Reads an 32-bit floating point type in big-endian order …","Reads an 32-bit floating point type in little-endian order …","Reads an 64-bit floating point type in big-endian order …","Reads an 64-bit floating point type in little-endian order …","Reads an signed 128-bit integer in big-endian order from …","Reads an signed 128-bit integer in little-endian order …","Reads a signed 16-bit integer in big-endian order from the …","Reads a signed 16-bit integer in little-endian order from …","Reads a signed 32-bit integer in big-endian order from the …","Reads a signed 32-bit integer in little-endian order from …","Reads an signed 64-bit integer in big-endian order from the","Reads an signed 64-bit integer in little-endian order from …","Reads a signed 8 bit integer from the underlying reader.","Reads all bytes until EOF in this source, placing them …","Reads all bytes until EOF in this source, appending them …","Reads an unsigned 128-bit integer in big-endian order from …","Reads an unsigned 128-bit integer in little-endian order …","Reads an unsigned 16-bit integer in big-endian order from …","Reads an unsigned 16-bit integer in little-endian order …","Reads an unsigned 32-bit integer in big-endian order from …","Reads an unsigned 32-bit integer in little-endian order …","Reads an unsigned 64-bit integer in big-endian order from …","Reads an unsigned 64-bit integer in little-endian order …","Reads an unsigned 8 bit integer from the underlying reader.","","Returns the number of bytes at the end of the slice that …","","","","","Creates a future which will rewind to the beginning of the …","","","","Creates a future which will seek an IO object, and then …","Sets the size of the filled region of the buffer.","Change the size of the file, if the new_size is greater …","sets accessed and modified time","Shuts down the output stream, ensuring that the value can …","the size of the file in bytes","","Used for /dev/stdin, /dev/stdout, dev/stderr - returns a …","Attempts to seek to an offset, in bytes, in a stream.","","","Creates a future which will return the current seek …","","This method gets metadata without following symlinks in …","Returns a new ReadBuf comprised of the unfilled section up …","Creates an adaptor which reads at most limit bytes from it.","Wraps the memory file system implementation - this has been","","","","","","","","","Sets the option for truncating a previous file.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a mutable reference to the unfilled part of the …","Creates a new ReadBuf from a fully uninitialized buffer.","Another implementation of the union that uses paths, its …","Request deletion of the file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Would a file opened with this OpenOptionsConfig change …","Sets the option for write access.","Writes a buffer into this writer, returning how many bytes …","","","Attempts to write an entire buffer into this writer.","Attempts to write an entire buffer into this writer.","Writes a buffer into this writer, advancing the buffer’s …","Writes an 32-bit floating point type in big-endian order …","Writes an 32-bit floating point type in little-endian …","Writes an 64-bit floating point type in big-endian order …","Writes an 64-bit floating point type in little-endian …","Writes to this file using an mmap offset and reference …","Writes an signed 128-bit integer in big-endian order to the","Writes an signed 128-bit integer in little-endian order to …","Writes a signed 16-bit integer in big-endian order to the …","Writes a signed 16-bit integer in little-endian order to …","Writes a signed 32-bit integer in big-endian order to the …","Writes a signed 32-bit integer in little-endian order to …","Writes an signed 64-bit integer in big-endian order to the …","Writes an signed 64-bit integer in little-endian order to …","Writes a signed 8-bit integer to the underlying writer.","Writes an unsigned 128-bit integer in big-endian order to …","Writes an unsigned 128-bit integer in little-endian order …","Writes an unsigned 16-bit integer in big-endian order to …","Writes an unsigned 16-bit integer in little-endian order …","Writes an unsigned 32-bit integer in big-endian order to …","Writes an unsigned 32-bit integer in little-endian order …","Writes an unsigned 64-bit integer in big-endian order to …","Writes an unsigned 64-bit integer in little-endian order …","Writes an unsigned 8-bit integer to the underlying writer.","Like write, except that it writes from a slice of buffers.","Used for /dev/zero - infinitely returns zero which is …","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wraps a VirtualFile, and also invokes a provided function …","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","A chain of one or more FileSystems.","","","Get something that can be used to iterate over the …","","","Default size for write buffers.","A thin wrapper around std::fs::File","","","A wrapper type around Stderr that implements VirtualFile.","A wrapper type around Stdin that implements VirtualFile.","A wrapper type around Stdout that implements VirtualFile.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","creates a new host file from a std::fs::File and a path","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Allows tracking and limiting the memory usage of a memfs […","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","The in-memory file system!","","","","","","","","","A wrapper type around the standard I/O stream of the same …","A wrapper type around the standard I/O stream of the same …","A wrapper type around the standard I/O stream of the same …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This module contains the FileHandle and File …","","","","","","This module contains the FileSystem type 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.","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","This module contains the standard I/O streams, i.e. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The real file! It is simply a buffer of bytes with a …","A file handle. The file system doesn’t return the File …","Read only file that uses copy-on-write","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The in-memory file system!","The core of the file system. It contains a collection of …","","","","","","","Add a child to a directory node represented by inode.","From the inode of a parent node (so, a directory), returns …","From the inode of a parent node (so, a directory), returns …","From the inode of a parent node (so, a directory), returns …","","","","","","","","","","Canonicalize a path, i.e. try to resolve to a canonical, …","Canonicalize a path without validating that it actually …","Like Self::canonicalize but without returning the inode of …","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Get the inode associated to a path if it exists.","Get the inode associated to a “parent path”. The …","Inserts a arc directory into the file system that …","Inserts a arc directory into the file system that …","Inserts a arc file into the file system that references …","Inserts a arc file into the file system that references …","Inserts a arc file into the file system that references …","","Inserts a readonly file into the file system that uses …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Merge all items from a given source path (directory) of a …","","","","","","","Remove the child at position position of a directory node …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set a new name for the node represented by inode.","Uses a mmap’ed file as a cache for file data thus …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A wrapper type around the standard I/O stream of the same …","A wrapper type around the standard I/O stream of the same …","A wrapper type around the standard I/O stream of the same …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","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).","","","","","","","","","","","","","","","","","","","","","","","","Copies the reference of a file from one file system to …","Copies the reference of a file from one file system to …","Make sure a directory (and all its parents) exist.","Creates a white out file which hides it from secondary …","Does this item exists?","Returns true if the path has been hidden by a whiteout file","Does this path refer to a directory?","Does this path refer to a file?","Returns true if the path is a whiteout file","Asynchronously read a file’s contents into memory.","Asynchronously read a file’s contents into memory as a …","Removes a white out file from the primary","Update a file’s modification and access times, creating …","Recursively iterate over all paths inside a directory, …","Asynchronously write some bytes to a file.","A primary filesystem and chain of secondary filesystems …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Create a new FileSystem using a primary crate::FileSystem …","","","","","Get a reference to the primary filesystem.","","","","","","","Get a reference to the secondary filesystems.","","Get a mutable reference to the secondary filesystems.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","A pair of pipes that are connected together.","","","","","Shared version of BidiPipe for situations where you need …","","","","","Get the receiver pipe.","","Get the receiver pipe.","","","","","","","","","","","","","","","","","","","","","","","","","Combines two ends of a duplex pipe back together again","the time at which the file was created in nanoseconds as a …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Get the sender pipe.","","Get the mutable sender pipe.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Indicates if the file is opened or closed. This function …","the last time the file was accessed in nanoseconds as a …","the last time the file was modified in nanoseconds as a …","","","","","","","","","","Polls the file for when there is data to be read","","","","","Polls the file for when it is available for writing","","","","Receive side of the pipe","","Receives bytes from the pipe Also, buffers the last read …","","","","Transmit side of the pipe","Change the size of the file, if the new_size is greater …","the size of the file in bytes","","Split into two pipes that are connected to each other","","","","","","","","","","","","","","","","","","","","Sends bytes down the pipe","","","","","","Request deletion of the file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","A FileSystem implementation that is scoped to a specific …","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","Create a new ScopedDirectoryFileSystem using the current …","","","","","","","","","","","","","","","","","","A “special” file is a file that is locked to one file …","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","An immutable file backed by an OwnedBuffer.","","","","","","Access the underlying buffer.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Custom file system wrapper to map requested file paths","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Canonicalize a path without validating that it actually …","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","See mem_fs::FileSystem::mount_directory_entries.","","","","","","","","","","","","","","","","","","","","A FileSystem wrapper that will automatically log all …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A strong mount point holds a strong Arc reference to the …","","Allows different filesystems of different types to be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Deletes all mount points that do not have sanitize set in …","","","Tries to recover the internal Weak<dyn FileSystem> to a …","Tries to recover the internal Weak<dyn FileSystem> to a …","Returns a strong-referenced copy of the internal …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","Get a filesystem where all Volumes in a Container are …","","","Normalize a Path into a PathSegments, dealing with things …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","",""],"i":[15,15,15,0,0,0,0,0,0,15,15,0,15,15,15,0,15,15,26,0,0,0,0,0,15,14,15,15,15,15,181,15,14,0,15,15,15,14,26,0,0,0,15,14,0,0,0,0,0,0,15,15,0,15,15,0,0,0,15,15,9,14,15,16,3,17,3,3,5,5,7,9,9,0,0,0,5,17,5,7,9,14,15,36,16,3,17,5,7,9,14,15,36,16,3,17,5,0,0,5,216,17,5,5,9,14,15,16,3,17,9,14,15,16,3,17,0,7,0,23,0,0,7,9,9,22,7,9,9,3,3,23,36,3,17,5,7,9,14,15,36,16,3,17,5,7,9,14,15,36,16,3,17,17,22,22,5,7,9,14,15,36,16,3,17,0,0,14,15,16,3,17,14,14,14,14,15,15,15,15,16,16,16,16,3,3,3,3,17,17,17,17,17,17,16,16,3,0,181,5,5,5,217,5,7,9,14,15,15,36,16,3,17,5,7,9,14,15,15,36,16,3,17,3,7,23,0,36,5,7,9,14,15,36,16,3,17,5,5,5,5,5,191,5,5,7,9,14,15,36,16,3,17,36,17,17,3,17,36,17,3,17,23,17,17,16,218,23,23,3,3,0,0,22,16,16,9,3,3,5,7,36,17,17,22,36,0,40,7,7,0,7,0,0,16,16,0,219,218,12,23,218,218,23,218,179,5,0,7,216,9,9,216,22,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,216,22,5,5,22,22,22,220,191,0,179,220,5,23,23,217,23,17,0,219,0,0,220,17,22,5,216,0,9,14,15,16,3,17,15,0,7,9,9,5,7,9,14,15,36,16,3,17,5,7,9,14,15,36,16,3,17,5,7,9,14,15,36,16,3,17,5,5,0,23,221,5,7,9,14,15,36,16,3,17,221,5,7,9,14,15,36,16,3,17,221,5,7,9,14,15,36,16,3,17,207,0,9,7,217,9,9,217,217,217,217,217,217,217,23,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,217,0,0,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,0,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,0,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,0,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,0,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,131,0,131,0,131,131,131,131,132,131,132,132,132,132,131,132,131,132,131,132,131,132,131,132,131,132,131,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,131,132,131,132,131,132,132,131,132,131,132,131,132,222,222,0,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,133,0,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135,0,181,0,181,0,137,0,0,0,137,0,0,0,137,136,136,137,138,139,140,136,137,138,139,140,136,136,136,136,137,138,139,140,136,138,139,140,0,0,0,0,136,137,138,139,140,136,137,138,139,140,136,137,138,139,140,136,137,138,139,140,136,137,138,139,140,137,138,139,140,136,137,138,139,140,137,136,137,138,139,140,137,138,139,140,137,136,137,138,139,140,137,138,139,137,138,139,140,137,138,139,140,136,137,136,137,136,136,137,138,139,140,137,138,139,140,137,138,139,140,137,138,139,140,137,138,139,140,137,138,139,140,137,138,139,140,137,138,139,140,140,136,136,136,136,136,137,138,139,140,137,137,138,139,140,137,138,139,140,136,136,136,137,138,139,140,136,137,138,139,140,136,137,138,139,140,137,138,139,140,136,137,138,139,140,136,137,138,139,140,136,137,138,139,140,0,0,0,148,147,223,223,148,148,0,0,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,147,156,0,156,0,156,0,156,0,156,0,0,0,0,0,156,0,0,156,0,0,0,0,149,150,151,152,153,154,155,156,149,150,151,152,153,154,155,156,174,175,176,154,149,150,151,152,153,154,155,156,149,150,151,152,153,154,155,156,149,150,151,152,153,154,155,156,0,149,150,151,153,0,0,149,150,151,152,153,154,155,156,149,150,151,152,153,154,155,156,152,155,149,150,151,152,153,154,155,156,161,156,149,150,151,152,153,154,155,149,150,151,152,153,154,155,156,156,149,150,151,152,153,154,155,156,156,149,150,151,152,153,154,155,0,152,155,156,166,0,0,149,150,151,152,153,154,155,156,149,150,151,152,153,154,155,156,149,150,151,152,153,154,155,156,149,150,151,152,153,154,155,156,149,150,151,152,153,154,155,156,149,150,151,152,153,154,155,156,0,0,0,158,158,158,158,159,160,158,159,160,159,160,158,158,158,158,158,158,159,160,158,159,160,158,159,160,158,159,160,158,159,160,158,159,160,158,158,159,160,158,158,159,160,158,158,158,158,159,160,158,159,160,158,158,158,158,158,158,158,158,159,160,158,159,160,158,158,158,158,158,159,158,159,160,158,159,160,158,159,160,158,158,159,160,158,159,160,158,159,160,158,159,160,158,0,0,0,164,0,165,164,165,161,163,163,163,163,163,163,165,161,164,163,165,161,164,163,161,163,161,161,161,163,161,163,165,161,164,163,165,161,164,163,165,161,164,163,161,164,163,165,161,164,163,165,161,164,161,163,163,161,161,161,161,161,161,161,163,165,161,164,163,161,161,161,161,161,165,161,161,161,163,161,161,161,161,163,161,161,163,165,161,164,163,165,161,164,163,165,161,164,161,164,163,161,164,163,161,164,163,161,164,163,161,165,172,0,168,168,172,0,0,0,0,168,166,167,172,168,169,166,167,172,168,169,166,167,166,166,172,168,169,166,167,172,168,169,166,167,172,168,169,166,167,167,167,168,169,166,167,172,168,169,166,167,166,166,169,172,168,169,166,167,172,168,169,166,167,172,167,167,166,169,169,166,167,166,167,168,167,167,168,167,166,166,167,172,168,169,166,167,172,168,169,166,167,172,168,169,166,167,168,169,166,167,168,169,166,167,168,169,166,167,167,224,225,226,226,224,227,227,0,0,0,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,0,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,174,175,176,0,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,179,0,179,179,179,179,179,179,179,179,179,179,179,0,179,179,179,179,179,179,179,179,0,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,0,0,0,0,0,0,185,186,187,184,184,184,184,185,186,187,188,184,185,186,187,188,184,188,188,185,185,186,187,184,185,186,187,184,185,186,185,184,185,184,185,186,187,188,184,185,186,187,188,184,185,186,187,188,184,185,186,185,186,187,188,184,185,186,186,187,187,188,184,184,184,184,185,186,187,188,184,228,185,186,187,188,184,185,185,185,185,184,185,186,187,185,186,185,187,185,185,186,185,186,185,185,185,187,185,184,187,185,186,187,185,185,185,185,184,185,186,187,185,186,187,184,185,186,187,188,184,185,186,187,188,184,185,187,186,185,186,187,188,184,185,185,186,187,188,184,185,186,187,188,184,185,186,187,188,184,185,186,185,185,185,0,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,190,0,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,0,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,0,0,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,193,0,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,195,0,0,196,197,196,197,196,197,197,196,197,196,197,196,197,197,196,197,196,197,0,196,196,197,196,197,197,197,196,196,196,0,196,196,197,197,197,197,197,197,197,197,197,196,196,196,196,196,197,197,197,196,0,0,196,197,196,197,196,197,197,196,197,196,197,196,197,197,196,197,0,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,0,0,201,201,202,201,202,201,201,201,202,201,202,201,202,201,202,201,201,201,201,201,202,201,202,201,202,201,202,201,201,201,202,201,202,202,201,201,201,201,202,202,202,202,202,202,202,202,201,201,201,201,201,202,202,202,202,201,201,201,202,201,202,201,202,202,201,202,201,202,201,202,0,0,0,0,205,204,229,205,206,204,205,206,204,204,205,204,205,204,204,204,205,206,204,205,206,204,205,206,204,0,205,206,204,205,206,204,205,205,206,205,206,204,205,206,204,204,204,204,205,206,204,204,205,206,204,205,206,229,229,204,204,204,204,204,204,204,205,206,205,204,205,204,205,205,204,205,206,204,205,206,204,205,206,204,204,205,206,204,205,206,204,205,206,204,205,0,0,207,208,207,208,207,208,207,208,207,208,0,208,207,208,207,208,207,208,207,208,208,207,208,207,208,0,207,208,207,208,208,208,207,207,207,207,0,207,208,208,208,208,208,208,208,207,207,207,207,207,208,208,208,207,208,207,208,207,208,207,208,207,208,208,207,208,207,208,207,208,207,207,0,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215,215],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[3,4],0,[[5,6],2],[[5,6],2],[[7,8],7],[9,8],0,0,0,0,[[5,6],2],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[5,6],[[-1,-2],[[10,[-1,-2]]],11,12],0,[5,13],[5,2],[9,9],[14,14],[15,15],[16,16],[3,3],[17,17],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[-1,-2,18],[[21,[[20,[2,19]]]]],[22,11],[22,11]],[[-1,[24,[23]]],[[21,[[25,[2]]]]],[]],[[-1,-2,18,18],[[21,[[20,[2,19]]]]],[22,11],[22,11]],0,[[7,8],7],[9,8],0,[[-1,18],[[26,[2]]],[]],[[7,8],7],[9,8],0,[3,4],0,[-1,4,[]],0,[[],3],[[],17],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],0,[22,[[27,[-1]]],[]],[22,[[27,[-1]]],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,0,[[14,14],8],[[15,15],8],[[16,16],8],[[3,3],8],[[17,17],8],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,0,[16,28],[16,[[26,[17]]]],[3,17],0,[-1,[],[]],[5,[[30,[29]]]],0,[5,[[30,[29]]]],[-1,[[31,[-1]]],32],[[5,33],[[20,[2,34]]]],[[7,33],35],[[9,33],35],[[14,33],35],[[15,33],35],[[15,33],35],[[36,33],35],[[16,33],35],[[3,33],35],[[17,33],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[19,15],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[7,9],[-1,[[27,[37]]],[]],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[5,[[30,[29]]]],[[5,6],[[30,[29]]]],[5,[[30,[29]]]],0,[5,[[30,[29]]]],0,[5,[[30,[[38,[29]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,8],[17,8],[3,8],[17,8],[36,8],[17,8],[3,8],[17,8],[-1,8,[]],[17,8],[17,8],[16,[[27,[39]]]],[-1,8,[]],[-1,4,[]],[-1,4,[]],[3,4],0,0,0,[[-1,18],[[26,[3]]],[]],[16,[[26,[3]]]],0,[[9,9],9],[3,4],0,[[[30,[29]]],5],[40,7],[[[41,[16]]],36],[[],17],[[],17],[-1,7,[]],[36,[[27,[[26,[16]]]]]],0,[[-1,18,9],[[26,[[24,[23]]]]],[]],[[7,-1],[[26,[[24,[23]]]]],[[42,[18]]]],0,0,[[7,9],7],0,0,[16,39],0,0,[[[43,[-1]],44],[[45,[[20,[4,19]]]]],[]],[[[43,[-1]],44],[[45,[[20,[2,19]]]]],[]],[[[43,[-1]],44,5],[[45,[[20,[2,19]]]]],[]],[[[43,[-1]],44],[[45,[[25,[6]]]]],[]],[[[43,[-1]],44],[[45,[[20,[2,19]]]]],[]],[[[43,[-1]],44,[30,[29]]],[[45,[[20,[6,19]]]]],[]],[[[43,[-1]],44],[[45,[[25,[6]]]]],[]],[[[43,[-1]],44,[30,[46]]],[[45,[[20,[6,19]]]]],[]],0,[[5,[30,[29]]],2],0,[[7,8],7],[[-1,[30,[29]]],[[47,[-1]]],32],[9,8],0,[[-1,-2],[[48,[-1,-2]]],32,[49,11]],[[-1,18],[[26,[36]]],[]],[[-1,[30,[29]]],[[50,[-1]]],32],[-1,[[51,[-1]]],32],[-1,[[52,[-1]]],32],[-1,[[53,[-1]]],32],[-1,[[54,[-1]]],32],[-1,[[55,[-1]]],32],[-1,[[56,[-1]]],32],[-1,[[57,[-1]]],32],[-1,[[58,[-1]]],32],[-1,[[59,[-1]]],32],[-1,[[60,[-1]]],32],[-1,[[61,[-1]]],32],[-1,[[62,[-1]]],32],[-1,[[63,[-1]]],32],[[-1,[41,[29,64]]],[[65,[-1]]],32],[[-1,66],[[67,[-1]]],32],[-1,[[68,[-1]]],32],[-1,[[69,[-1]]],32],[-1,[[70,[-1]]],32],[-1,[[71,[-1]]],32],[-1,[[72,[-1]]],32],[-1,[[73,[-1]]],32],[-1,[[74,[-1]]],32],[-1,[[75,[-1]]],32],[-1,[[76,[-1]]],32],[[-1,18],[[26,[39]]],[]],[5,6],[5,6],[[-1,18],[[26,[2]]],[]],[[-1,18],[[26,[2]]],[]],[[-1,18,18],[[21,[[26,[2]]]]],[]],[-1,[[77,[-1]]],32],0,0,0,[[-1,78],[[77,[-1]]],32],[[5,6],2],[[-1,4],[[26,[2]]],[]],[[-1,[27,[4]],[27,[4]]],[[26,[2]]],[]],[-1,[[79,[-1]]],32],[-1,4,[]],0,0,[[[43,[-1]],78],[[20,[2,19]]],[]],0,0,[-1,[[77,[-1]]],32],0,[[-1,18],[[26,[3]]],[]],[[5,6],5],[[-1,4],[[80,[-1]]],11],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,66,[]],0,[[7,8],7],[9,8],0,[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[5,[[30,[[38,[29]]]]]],[[[30,[[38,[29]]]]],5],0,[-1,[[26,[2]]],[]],[[[24,[-1]]],[[24,[82]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],0,0,[9,8],[[7,8],7],[[-1,[30,[29]]],[[83,[-1]]],32],[9,8],0,[[-1,[30,[29]]],[[84,[-1]]],32],[[-1,-2],[[85,[-1,-2]]],[11,32],86],[[-1,-2],[[87,[-1,-2]]],[11,32],86],[[-1,88],[[89,[-1]]],32],[[-1,88],[[90,[-1]]],32],[[-1,91],[[92,[-1]]],32],[[-1,91],[[93,[-1]]],32],[[-1,4,4],[[25,[2]]],[]],[[-1,94],[[95,[-1]]],32],[[-1,94],[[96,[-1]]],32],[[-1,97],[[98,[-1]]],32],[[-1,97],[[99,[-1]]],32],[[-1,100],[[101,[-1]]],32],[[-1,100],[[102,[-1]]],32],[[-1,103],[[104,[-1]]],32],[[-1,103],[[105,[-1]]],32],[[-1,106],[[107,[-1]]],32],[[-1,108],[[109,[-1]]],32],[[-1,108],[[110,[-1]]],32],[[-1,111],[[112,[-1]]],32],[[-1,111],[[113,[-1]]],32],[[-1,37],[[114,[-1]]],32],[[-1,37],[[115,[-1]]],32],[[-1,4],[[116,[-1]]],32],[[-1,4],[[117,[-1]]],32],[[-1,29],[[118,[-1]]],32],[[-1,[30,[46]]],[[119,[-1]]],32],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[120,120],[[-1,-2],2,[],[]],[120,4],[6,-1,[]],[6,-1,[]],[6,2],[[120,33],35],[[[24,[23]]],120],[-1,-1,[]],[120,[[27,[37]]]],[[],6],0,[-1,-2,[],[]],[120,8],[120,8],[120,4],[120,4],[[[24,[23]]],120],[[[43,[120]],44],[[45,[[25,[4]]]]]],[[[43,[120]],44],[[45,[[25,[2]]]]]],[[[43,[120]],44,5],[[45,[[25,[2]]]]]],[[[43,[120]],44],[[45,[[25,[6]]]]]],[[[43,[120]],44],[[45,[[25,[2]]]]]],[[[43,[120]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[120]],44],[[45,[[25,[6]]]]]],[[[43,[120]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[120,4],[[26,[2]]]],[[120,[27,[4]],[27,[4]]],[[26,[2]]]],[120,4],[[[43,[120]],78],[[25,[2]]]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[120,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[121,[-1]]],[[121,[-1]]],[23,122,123]],[[-1,-2],2,[],[]],[[[121,[-1]]],4,[23,122,123]],[[],[[121,[-1]]],[23,122,123,124]],[6,-1,[]],[6,-1,[]],[6,2],[[[121,[-1]],33],35,[23,122,123]],[-1,-1,[]],[[[121,[-1]]],[[27,[37]]],[23,122,123]],[[],6],0,[-1,-2,[],[]],[[[121,[-1]]],8,[23,122,123]],[[[121,[-1]]],8,[23,122,123]],[[[121,[-1]]],4,[23,122,123]],[[[121,[-1]]],4,[23,122,123]],[[[24,[-1]]],[[121,[-1]]],[23,122,123]],[[[43,[[121,[-1]]]],44],[[45,[[25,[4]]]]],[23,122,123]],[[[43,[[121,[-1]]]],44],[[45,[[25,[2]]]]],[23,122,123]],[[[43,[[121,[-1]]]],44,5],[[45,[[25,[2]]]]],[23,122,123]],[[[43,[[121,[-1]]]],44],[[45,[[25,[6]]]]],[23,122,123]],[[[43,[[121,[-1]]]],44],[[45,[[25,[2]]]]],[23,122,123]],[[[43,[[121,[-1]]]],44,[30,[29]]],[[45,[[25,[6]]]]],[23,122,123]],[[[43,[[121,[-1]]]],44],[[45,[[25,[6]]]]],[23,122,123]],[[[43,[[121,[-1]]]],44,[30,[46]]],[[45,[[25,[6]]]]],[23,122,123]],[[[121,[-1]],4],[[26,[2]]],[23,122,123]],[[[121,[-1]],[27,[4]],[27,[4]]],[[26,[2]]],[23,122,123]],[[[121,[-1]]],4,[23,122,123]],[[[43,[[121,[-1]]]],78],[[25,[2]]],[23,122,123]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[[[121,[-1]]],[[26,[2]]],[23,122,123]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[125,18],[[26,[2]]]],[6,-1,[]],[6,-1,[]],[6,2],[[125,33],35],[-1,-1,[]],0,[[],6],[-1,-2,[],[]],[[125,18],[[26,[3]]]],[[[126,[22]]],125],[125,7],[[125,18],[[26,[36]]]],[[125,18],[[26,[39]]]],[[125,18],[[26,[2]]]],[[125,18],[[26,[2]]]],[[125,18,18],[[21,[[26,[2]]]]]],[[125,18],[[26,[3]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[127,4],0,[[],127],[6,-1,[]],[6,-1,[]],[6,2],[[127,33],35],[-1,-1,[]],[[],6],[-1,-2,[],[]],[127,4],[127,4],[[[43,[127]],44],[[45,[[25,[4]]]]]],[[[43,[127]],44],[[45,[[25,[2]]]]]],[[[43,[127]],44,5],[[45,[[25,[2]]]]]],[[[43,[127]],44],[[45,[[25,[6]]]]]],[[[43,[127]],44],[[45,[[25,[2]]]]]],[[[43,[127]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[127]],44],[[45,[[25,[6]]]]]],[[[43,[127]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[127,4],[[26,[2]]]],[127,4],[[[43,[127]],78],[[25,[2]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[127,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[128,129],0,[[],128],0,[[128,8],128],0,[6,-1,[]],[6,-1,[]],[6,2],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[],128],0,0,0,[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],0,[-1,81,[]],[[128,[24,[23]]],128],[[128,[24,[23]]],128],[[128,[24,[23]]],128],[[128,8],128],[[128,[24,[23]]],128],0,[-1,-2,[],[]],[-1,-2,[],[]],[130,4],[6,-1,[]],[6,-1,[]],[6,2],[[130,33],35],[-1,-1,[]],[[],6],[-1,-2,[],[]],[130,4],[130,4],[[[24,[23]],[24,[23]]],130],[[[43,[130]],44],[[45,[[25,[4]]]]]],[[[43,[130]],44],[[45,[[25,[2]]]]]],[[[43,[130]],44,5],[[45,[[25,[2]]]]]],[[[43,[130]],44],[[45,[[25,[6]]]]]],[[[43,[130]],44],[[45,[[25,[2]]]]]],[[[43,[130]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[130]],44],[[45,[[25,[6]]]]]],0,[[130,4],[[26,[2]]]],[[130,[27,[4]],[27,[4]]],[[26,[2]]]],[130,4],[[[43,[130]],78],[[25,[2]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],0,[-1,81,[]],[130,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,0,0,0,0,[131,[[27,[[24,[23]]]]]],[131,[[27,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[132,4],0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[[131,33],35],[[132,33],35],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[132,4],0,[132,4],0,[[[24,[23]]],132],[[[43,[132]],44],[[45,[[25,[4]]]]]],[[132,44],[[45,[[25,[2]]]]]],[[132,44],[[45,[[25,[2]]]]]],[[[43,[132]],44],[[45,[[25,[2]]]]]],[[[43,[132]],44,5],[[45,[[25,[2]]]]]],[[[43,[132]],44],[[45,[[25,[6]]]]]],[[[43,[132]],44],[[45,[[25,[2]]]]]],[[[43,[132]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[132]],44],[[45,[[25,[6]]]]]],[[[43,[132]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[132,4],[[26,[2]]]],[[132,[27,[4]],[27,[4]]],[[26,[2]]]],[132,4],[[[43,[132]],78],[[25,[2]]]],0,[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[132,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[133,4],[6,-1,[]],[6,-1,[]],[6,2],0,[[133,33],35],[-1,-1,[]],[[],6],0,[-1,-2,[],[]],[133,4],[133,4],[[[24,[23]],-1],133,[134,122,123]],[[[43,[133]],44],[[45,[[25,[4]]]]]],[[[43,[133]],44],[[45,[[25,[2]]]]]],[[[43,[133]],44,5],[[45,[[25,[2]]]]]],[[[43,[133]],44],[[45,[[25,[6]]]]]],[[[43,[133]],44],[[45,[[25,[2]]]]]],[[[43,[133]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[133]],44],[[45,[[25,[6]]]]]],[[133,4],[[26,[2]]]],[[133,[27,[4]],[27,[4]]],[[26,[2]]]],[133,4],[[[43,[133]],78],[[25,[2]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[133,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[135,18],[[26,[2]]]],[[],135],[6,-1,[]],[6,-1,[]],[6,2],[[135,33],35],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[135,18],[[26,[3]]]],[135,7],[[135,18,9],[[26,[[24,[23]]]]]],[[135,18],[[26,[36]]]],[[135,18],[[26,[39]]]],[[135,18],[[26,[2]]]],[[135,18],[[26,[2]]]],[[135,18,18],[[21,[[26,[2]]]]]],[[135,18],[[26,[3]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,0,0,[-1,[],[]],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[136,18],[[26,[39]]]],[136,136],[[-1,-2],2,[],[]],[[136,18],[[26,[2]]]],[137,4],[138,4],[139,4],[140,4],[[],136],[[],138],[[],139],[[],140],[[],141],[[],142],[[],143],[[],144],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[6,2],[6,2],[6,2],[[136,33],35],[[137,33],35],[[138,33],35],[[139,33],35],[[140,33],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[137,[[27,[37]]]],[138,[[27,[37]]]],[139,[[27,[37]]]],[140,[[27,[37]]]],0,0,0,0,0,0,[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[137,8],[138,8],[139,8],[137,4],[138,4],[139,4],[140,4],[137,4],[138,4],[139,4],[140,4],[[136,18],[[26,[3]]]],[137,145],[141,136],[[141,146,39,8,8,8],137],[136,7],[[136,18,9],[[26,[[24,[23]]]]]],[[[43,[137]],44],[[45,[[25,[4]]]]]],[[[43,[138]],44],[[45,[[25,[4]]]]]],[[[43,[139]],44],[[45,[[25,[4]]]]]],[[[43,[140]],44],[[45,[[25,[4]]]]]],[[[43,[137]],44],[[45,[[25,[2]]]]]],[[[43,[138]],44],[[45,[[25,[2]]]]]],[[[43,[139]],44],[[45,[[25,[2]]]]]],[[[43,[140]],44],[[45,[[25,[2]]]]]],[[[43,[137]],44,5],[[45,[[25,[2]]]]]],[[[43,[138]],44,5],[[45,[[25,[2]]]]]],[[[43,[139]],44,5],[[45,[[25,[2]]]]]],[[[43,[140]],44,5],[[45,[[25,[2]]]]]],[[[43,[137]],44],[[45,[[25,[6]]]]]],[[[43,[138]],44],[[45,[[25,[6]]]]]],[[[43,[139]],44],[[45,[[25,[6]]]]]],[[[43,[140]],44],[[45,[[25,[6]]]]]],[[[43,[137]],44],[[45,[[25,[2]]]]]],[[[43,[138]],44],[[45,[[25,[2]]]]]],[[[43,[139]],44],[[45,[[25,[2]]]]]],[[[43,[140]],44],[[45,[[25,[2]]]]]],[[[43,[137]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[138]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[139]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[140]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[137]],44],[[45,[[25,[6]]]]]],[[[43,[138]],44],[[45,[[25,[6]]]]]],[[[43,[139]],44],[[45,[[25,[6]]]]]],[[[43,[140]],44],[[45,[[25,[6]]]]]],[[[43,[137]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[[43,[138]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[[43,[139]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[[43,[140]],44,[30,[46]]],[[45,[[25,[6]]]]]],0,[[136,18],[[26,[36]]]],[[136,18],[[26,[39]]]],[[136,18],[[26,[2]]]],[[136,18],[[26,[2]]]],[[136,18,18],[[21,[[26,[2]]]]]],[[137,4],[[26,[2]]]],[[138,4],[[26,[2]]]],[[139,4],[[26,[2]]]],[[140,4],[[26,[2]]]],[[137,[27,[4]],[27,[4]]],[[26,[2]]]],[137,4],[138,4],[139,4],[140,4],[[[43,[137]],78],[[25,[2]]]],[[[43,[138]],78],[[25,[2]]]],[[[43,[139]],78],[[25,[2]]]],[[[43,[140]],78],[[25,[2]]]],[[136,18],[[26,[3]]]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[137,[[26,[2]]]],[138,[[26,[2]]]],[139,[[26,[2]]]],[140,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],0,0,0,0,0,[[-1,6],[[20,[2,15]]],[]],[[-1,6],2,[]],0,0,0,0,[[147,147],[[20,[2,15]]]],[-1,-2,[],[]],[-1,-2,[],[]],[147,2],0,[147],[6,-1,[]],[147],[6,-1,[]],[6,2],[[147,[30,[29]]],[[20,[2,15]]]],[[147,33],35],[-1,-1,[]],[[],6],[-1,-2,[],[]],[147,[[27,[148]]]],[[[27,[148]]],147],[[147,6],[[20,[2,15]]]],[[147,6,29],[[20,[2,15]]]],[[147,6],[[20,[147,15]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[[6,[27,[148]]],[[20,[147,15]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,0,0,0,0,0,0,[[149,33],35],[[150,33],35],[[151,33],35],[[152,33],35],[[153,33],35],[[154,33],35],[[155,33],35],[[156,33],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[156,6],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[156,3],0,0,0,0,0,0,0,[156,3],[156,157],0,0,0,0,0,0,0,0,0,0,[[156,28],2],0,0,[[],4],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],0,0,0,[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[158,158],[[-1,-2],2,[],[]],[[158,[24,[23]]],[[21,[[25,[2]]]]]],[158,4],0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[6,2],0,[159,[[25,[2]]]],[160,[[25,[2]]]],[[158,33],35],[[159,33],35],[[160,33],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[158,[[27,[37]]]],[[],6],[[],6],[[],6],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[158,8],[158,4],[158,4],[158,[[26,[23]]]],[159,6],[160,6],[[6,161,8,8,8,4],158],[[[27,[148]]],159],[[[162,[[30,[29]]]]],160],[[[43,[158]],44],[[45,[[25,[4]]]]]],[[[43,[158]],44],[[45,[[25,[2]]]]]],[[[43,[158]],44,5],[[45,[[25,[2]]]]]],[[[43,[158]],44],[[45,[[25,[6]]]]]],[[[43,[158]],44],[[45,[[25,[2]]]]]],[[[43,[158]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[158]],44],[[45,[[25,[6]]]]]],[[[43,[158]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[159,[30,[29]],4],[[25,[6]]]],[[160,[30,[29]],4],[[25,[6]]]],0,[[159,78,4],[[25,[4]]]],[[160,78,4],[[25,[4]]]],[[158,4],[[26,[2]]]],[[158,[27,[4]],[27,[4]]],[[26,[2]]]],[158,4],[[[43,[158]],78],[[25,[2]]]],[-1,-2,[],[]],[159,2],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[158,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],0,[[159,[30,[29]],4],[[25,[6]]]],[[160,[30,[29]],4],[[25,[6]]]],[[158,4,4],[[25,[2]]]],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[163,6,6],[[26,[2]]]],[[163,6,28],[[26,[[27,[[2,[6,164]]]]]]]],[[163,6,28,165],[[26,[[2,[6,164]]]]]],[[163,6,28],[[26,[[27,[[2,[6,164]]]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[163,18],[[26,[[2,[39,164]]]]]],[[161,18],[[26,[39]]]],[[163,18],[[26,[39]]]],[161,161],[[-1,-2],2,[],[]],[[161,18],[[26,[2]]]],[[],163],[[],161],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[6,2],[6,2],[[163,33],35],[[161,33],35],[[164,33],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[[],6],0,[[163,18],[[26,[164]]]],[[163,18],[[26,[164]]]],[[161,39,[126,[22]]],[[26,[2]]]],[[161,39,[126,[22]],39],[[26,[2]]]],[[161,39,[126,[22]]],[[26,[2]]]],[[161,39,[126,[22]],39],[[26,[2]]]],[[161,39,[24,[23]]],[[26,[2]]]],[[161,18],[[26,[[2,[164,[27,[164]],28]]]]]],[[161,18,[162,[[30,[29]]]]],[[26,[2]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[161,18],[[26,[3]]]],[[161,39,[126,[22]],39],[[26,[2]]]],[[161,18,[126,[22]],18],[[26,[2]]]],[161,7],[161,161],[165,8],[[161,18,9],[[26,[[24,[23]]]]]],[[161,18],[[26,[36]]]],[[161,18],[[26,[39]]]],[[163,6,6],[[26,[2]]]],[[161,18],[[26,[2]]]],[[161,18],[[26,[2]]]],[[161,18,18],[[21,[[26,[2]]]]]],[[161,148],2],0,[[161,18],[[26,[3]]]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[[161,[126,[22]]],2],[164,6],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[[163,6,28],[[26,[2]]]],[[161,166],[[26,[161]]]],[165,8],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[166,166],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[6,2],[6,2],[6,2],0,[167,[[25,[2]]]],[[168,33],35],[[169,33],35],[[166,33],35],[[167,33],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[170,166],[146,166],[[169,[171,[4]]],[[25,[[30,[29]]]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[172,6],[167,4],0,[166,[[173,[169]]]],0,0,[[170,[27,[146]]],166],[[[27,[148]],166],167],[166,170],[[167,[30,[29]],4],[[25,[6]]]],[[168,4],2],[[167,4,29],2],[[167,78,4],[[25,[4]]]],[168,4],0,0,[-1,-2,[],[]],[167,2],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[[167,172,4],[[25,[6]]]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[174,4],[175,4],[176,4],[[],174],[[],175],[[],176],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[6,2],[[174,33],35],[[175,33],35],[[176,33],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[174,8],[175,8],[176,8],[174,8],[175,8],[176,8],[174,4],[175,4],[176,4],[174,4],[175,4],[176,4],[[[43,[174]],44],[[45,[[25,[4]]]]]],[[[43,[175]],44],[[45,[[25,[4]]]]]],[[[43,[176]],44],[[45,[[25,[4]]]]]],[[[43,[174]],44],[[45,[[25,[2]]]]]],[[[43,[175]],44],[[45,[[25,[2]]]]]],[[[43,[176]],44],[[45,[[25,[2]]]]]],[[[43,[174]],44,5],[[45,[[25,[2]]]]]],[[[43,[175]],44,5],[[45,[[25,[2]]]]]],[[[43,[176]],44,5],[[45,[[25,[2]]]]]],[[[43,[174]],44],[[45,[[25,[6]]]]]],[[[43,[175]],44],[[45,[[25,[6]]]]]],[[[43,[176]],44],[[45,[[25,[6]]]]]],[[[43,[174]],44],[[45,[[25,[2]]]]]],[[[43,[175]],44],[[45,[[25,[2]]]]]],[[[43,[176]],44],[[45,[[25,[2]]]]]],[[[43,[174]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[175]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[176]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[174]],44],[[45,[[25,[6]]]]]],[[[43,[175]],44],[[45,[[25,[6]]]]]],[[[43,[176]],44],[[45,[[25,[6]]]]]],[[174,4],[[26,[2]]]],[[175,4],[[26,[2]]]],[[176,4],[[26,[2]]]],[174,4],[175,4],[176,4],[[[43,[174]],78],[[25,[2]]]],[[[43,[175]],78],[[25,[2]]]],[[[43,[176]],78],[[25,[2]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[174,[[26,[2]]]],[175,[[26,[2]]]],[176,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[177,177],[[-1,-2],2,[],[]],[177,4],[[],177],[6,-1,[]],[6,-1,[]],[6,2],[[177,33],35],[-1,-1,[]],[[],6],[-1,-2,[],[]],[177,8],[177,4],[177,4],[[[43,[177]],44],[[45,[[25,[4]]]]]],[[[43,[177]],44],[[45,[[25,[2]]]]]],[[[43,[177]],44,5],[[45,[[25,[2]]]]]],[[[43,[177]],44],[[45,[[25,[6]]]]]],[[[43,[177]],44],[[45,[[25,[2]]]]]],[[[43,[177]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[177]],44],[[45,[[25,[6]]]]]],[[[43,[177]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[177,4],[[26,[2]]]],[177,4],[[[43,[177]],78],[[25,[2]]]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[177,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,[[-1,-2,18],[[21,[[20,[2,19]]]]],[22,11],[22,11]],[[-1,-2,18,18],[[21,[[20,[2,19]]]]],[22,11],[22,11]],[[-1,-2],[[20,[2,15]]],[22,11],[[42,[18]]]],[[-1,-2],[[20,[2,15]]],[22,11],[[42,[18]]]],[[-1,-2],8,[22,11],[[42,[18]]]],[[-1,-2],8,[22,11],[[42,[18]]]],[[-1,-2],8,[22,11],[[42,[18]]]],[[-1,-2],8,[22,11],[[42,[18]]]],[-1,[[27,[39]]],[[42,[18]]]],[[-1,-2],[[20,[[41,[29]],15]]],[22,11],[[42,[18]],122]],[[-1,-2],[[20,[66,15]]],[22,11],[[42,[18]],122]],[[-1,-2],2,[22,11],[[42,[18]]]],[[-1,-2],[[20,[2,15]]],[22,11],[[42,[18]],122]],[[-1,-2],[[24,[178]]],[22,11],[[42,[18]]]],[[-1,-2,-3],[[20,[2,15]]],[22,11],[[42,[18]],122],[[42,[[30,[29]]]],122]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[179,[-1,-2]]],[[179,[-1,-2]]],180,180],[[-1,-2],2,[],[]],[[[179,[-1,-2]],18],[[20,[2,15]]],[22,122],[181,122,123]],[6,-1,[]],[6,-1,[]],[6,2],[[[179,[-1,-2]],[179,[-1,-2]]],8,182,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[179,[-1,-2]],33],35,22,181],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[[179,[-1,-2]],18],[[20,[3,15]]],[22,122],[181,122,123]],[[-1,-2],[[179,[-1,-2]]],[22,122,123],[181,122,123]],[[[179,[-1,-2]]],7,[22,122],[181,122,123]],[[[179,[-1,-2]],18,9],[[20,[[24,[23]],15]]],[22,122],[181,122,123]],[[18,9,[126,[-1]],[24,[23]]],[[20,[[24,[23]],15]]],22],[[[179,[-1,-2]],18],[[20,[2,15]]],[22,122,123],[181,122,123]],[[[179,[-1,-2]]],-1,[22,122,123],[181,122,123]],0,[[[179,[-1,-2]],18],[[20,[36,15]]],[22,122],[181,122,123]],[[[179,[-1,-2]],18],[[26,[39]]],[22,122],[181,122,123]],[[[179,[-1,-2]],18],[[20,[2,15]]],[22,122],[181,122,123]],[[[179,[-1,-2]],18],[[20,[2,15]]],[22,122],[181,122,123]],[[[179,[-1,-2]],18,18],[[21,[[20,[2,15]]]]],[22,122],[181,122,123]],[[[179,[-1,-2]]],-2,[22,122,123],[181,122,123]],0,[[[179,[-1,-2]]],-2,[22,122,123],[181,122,123]],[15,8],[[[179,[-1,-2]],18],[[26,[3]]],[22,122],[181,122,123]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[183,18],[[26,[2]]]],[6,-1,[]],[6,-1,[]],[6,2],[[183,33],35],[-1,-1,[]],0,[[],6],[-1,-2,[],[]],[[183,18],[[26,[3]]]],[[[24,[22]]],183],[183,7],[[183,18],[[26,[36]]]],[[183,18],[[26,[39]]]],[[183,18],[[26,[2]]]],[[183,18],[[26,[2]]]],[[183,18,18],[[21,[[26,[2]]]]]],[[183,18],[[26,[3]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[184,185],0,[184,185],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[2,[185,185]]]],[185,185],[186,186],[187,187],[184,184],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[185,2],[186,2],[[186,187],185],[[185,185],184],[185,4],[[],184],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[6,2],[6,2],[6,2],[185,[[25,[2]]]],[186,[[25,[2]]]],[[185,33],35],[[186,33],35],[[187,33],35],[[188,33],35],[[184,33],35],[-1,-1,[]],[185,186],[-1,-1,[]],[-1,-1,[]],[185,187],[-1,-1,[]],[-1,-1,[]],[184,185],0,[184,185],[[],6],[[],6],[[],6],[[],6],[[],6],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[185,8],[185,4],[185,4],[[],185],[[],184],[[[43,[185]],44],[[45,[[25,[4]]]]]],[[[43,[186]],44],[[45,[[25,[4]]]]]],[[[43,[187]],44],[[45,[[25,[4]]]]]],[[[43,[185]],44],[[45,[[20,[2,19]]]]]],[[[43,[186]],44],[[45,[[25,[2]]]]]],[[[43,[185]],44,5],[[45,[[25,[2]]]]]],[[[43,[187]],44,5],[[45,[[25,[2]]]]]],[[[43,[185]],44],[[45,[[25,[6]]]]]],[[[43,[185]],44],[[45,[[20,[2,19]]]]]],[[[43,[186]],44],[[45,[[25,[2]]]]]],[[[43,[185]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[186]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[185]],44],[[45,[[25,[6]]]]]],[[[43,[185]],44,[30,[46]]],[[45,[[20,[6,19]]]]]],[[185,[30,[29]]],[[25,[6]]]],[[187,[30,[29]]],[[25,[6]]]],0,[184,184],0,[[185,78],[[25,[4]]]],[[186,78],[[25,[4]]]],[[187,78],[[25,[4]]]],0,[[185,4],[[26,[2]]]],[185,4],[185,[[2,[186,187]]]],[184,[[2,[185,185]]]],[[[43,[185]],78],[[25,[2]]]],[[[43,[186]],78],[[25,[2]]]],[[[43,[187]],78],[[25,[2]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[[185,[30,[29]]],[[27,[6]]]],[[187,[30,[29]]],[[27,[6]]]],0,[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[185,[[20,[2,15]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[[185,[30,[29]]],[[25,[6]]]],[[186,[30,[29]]],[[25,[6]]]],[[185,[30,[29]]],[[25,[2]]]],[[185,189],[[25,[2]]]],[[185,[30,[46]]],[[25,[6]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[190,4],[[],190],[6,-1,[]],[6,-1,[]],[6,2],[[190,33],35],[-1,-1,[]],[[],6],[-1,-2,[],[]],[190,8],[190,4],[190,4],[[[43,[190]],44],[[45,[[25,[4]]]]]],[[[43,[190]],44],[[45,[[25,[2]]]]]],[[[43,[190]],44,5],[[45,[[25,[2]]]]]],[[[43,[190]],44],[[45,[[25,[6]]]]]],[[[43,[190]],44],[[45,[[25,[2]]]]]],[[[43,[190]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[190]],44],[[45,[[25,[6]]]]]],[[[43,[190]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[190,4],[[26,[2]]]],[190,4],[[[43,[190]],78],[[25,[2]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[190,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[191,191],[[-1,-2],2,[],[]],[[191,18],[[20,[2,15]]]],[6,-1,[]],[6,-1,[]],[6,2],[[191,33],35],[-1,-1,[]],[[],6],0,[-1,-2,[],[]],[[191,18],[[20,[3,15]]]],[[-1,136],191,[[192,[39]]]],[191,7],[-1,191,[[192,[39]]]],[18,39],[[191,18,9],[[20,[[24,[23]],15]]]],[[191,18],39],[[191,18],[[20,[36,15]]]],[[191,18],[[26,[39]]]],[[191,18],[[20,[2,15]]]],[[191,18],[[20,[2,15]]]],[[191,18,18],[[21,[[20,[2,15]]]]]],0,[[191,18],[[26,[3]]]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[193,4],[6,-1,[]],[6,-1,[]],[6,2],0,[[193,33],35],[-1,-1,[]],[193,[[27,[37]]]],[[],6],[-1,-2,[],[]],[193,8],[193,4],[193,4],[194,193],[[[43,[193]],44],[[45,[[25,[4]]]]]],[[[43,[193]],44],[[45,[[25,[2]]]]]],[[[43,[193]],44,5],[[45,[[25,[2]]]]]],[[[43,[193]],44],[[45,[[25,[6]]]]]],[[[43,[193]],44],[[45,[[25,[2]]]]]],[[[43,[193]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[193]],44],[[45,[[25,[6]]]]]],[[[43,[193]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[193,4],[[26,[2]]]],[193,4],[[[43,[193]],78],[[25,[2]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[193,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[195,195],[[-1,-2],2,[],[]],[195,170],[195,4],[6,-1,[]],[6,-1,[]],[6,2],[[195,195],8],[[195,33],35],[-1,-1,[]],[[],6],[-1,-2,[],[]],[195,4],[195,4],[-1,195,[[192,[170]]]],[[[43,[195]],44],[[45,[[25,[4]]]]]],[[[43,[195]],44],[[45,[[25,[2]]]]]],[[[43,[195]],44,5],[[45,[[25,[2]]]]]],[[[43,[195]],44],[[45,[[25,[6]]]]]],[[[43,[195]],44],[[45,[[20,[2,19]]]]]],[[[43,[195]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[195]],44],[[45,[[25,[6]]]]]],[[195,4],[[20,[2,15]]]],[195,4],[[[43,[195]],78],[[25,[2]]]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[195,[[20,[2,15]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[196,18],[[20,[2,15]]]],[197,4],0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],0,[[196,33],35],[[197,33],35],[-1,-1,[]],[-1,-1,[]],[-1,[[27,[66]]],[[42,[18]]]],[[],6],[[[30,[29]],198],[[27,[196]]]],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[197,4],[197,4],0,[[196,18],[[20,[3,15]]]],[196,7],[18,66],[[196,18,9],[[20,[[24,[23]],15]]]],0,0,0,[[[43,[197]],44],[[45,[[25,[4]]]]]],[[[43,[197]],44],[[45,[[25,[2]]]]]],[[[43,[197]],44,5],[[45,[[25,[2]]]]]],[[[43,[197]],44],[[45,[[25,[6]]]]]],[[[43,[197]],44],[[45,[[20,[2,19]]]]]],[[[43,[197]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[197]],44],[[45,[[25,[6]]]]]],[[196,18],[[20,[36,15]]]],[[196,18],[[26,[39]]]],[[196,18],[[20,[2,15]]]],[[196,18],[[20,[2,15]]]],[[196,18,18],[[21,[[20,[2,15]]]]]],[[197,4],[[26,[2]]]],[197,4],[[[43,[197]],78],[[25,[2]]]],[[196,18],[[20,[3,15]]]],[[18,[30,[199]]],36],[200,17],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[197,[[20,[2,15]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[129,18],[[26,[39]]]],[129,129],[[-1,-2],2,[],[]],[[129,18],[[26,[2]]]],[[],129],[6,-1,[]],[6,-1,[]],[6,2],[[129,33],35],[-1,-1,[]],0,[[],6],[-1,-2,[],[]],[[129,18],[[26,[3]]]],[[129,39,[126,[22]],39],[[26,[2]]]],[[129,18,[126,[22]],18],[[26,[2]]]],[[],129],[129,7],[129,161],[[129,18],[[26,[36]]]],[[129,18],[[26,[39]]]],[[129,18],[[26,[2]]]],[[129,18],[[26,[2]]]],[[129,18,18],[[21,[[26,[2]]]]]],[[129,148],2],[[129,18],[[26,[3]]]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[[129,[126,[22]]],2],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[201,[-1]]],[[201,[-1]]],180],[[-1,-2],2,[],[]],[[[201,[-1]],18],[[26,[2]]],22],[202,4],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[[[201,[-1]],[201,[-1]]],8,182],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],0,[[[201,[-1]],33],35,203],[[202,33],35],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[[201,[-1]]],-1,[]],[[[201,[-1]]],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[201,[-1]]],-1,[]],[202,4],[202,4],[[[201,[-1]],18],[[26,[3]]],22],[-1,[[201,[-1]]],[]],[[[201,[-1]]],7,22],[[[201,[-1]],18,9],[[26,[[24,[23]]]]],22],0,[[[43,[202]],44],[[45,[[25,[4]]]]]],[[[43,[202]],44],[[45,[[20,[2,19]]]]]],[[[43,[202]],44,5],[[45,[[25,[2]]]]]],[[[43,[202]],44],[[45,[[25,[6]]]]]],[[[43,[202]],44],[[45,[[20,[2,19]]]]]],[[[43,[202]],44,[30,[29]]],[[45,[[20,[6,19]]]]]],[[[43,[202]],44],[[45,[[25,[6]]]]]],[[[201,[-1]],18],[[26,[36]]],22],[[[201,[-1]],18],[[26,[39]]],22],[[[201,[-1]],18],[[26,[2]]],22],[[[201,[-1]],18],[[26,[2]]],22],[[[201,[-1]],18,18],[[21,[[26,[2]]]]],22],[[202,4],[[26,[2]]]],[[202,[27,[4]],[27,[4]]],[[26,[2]]]],[202,4],[[[43,[202]],78],[[25,[2]]]],[[[201,[-1]],18],[[26,[3]]],22],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[202,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[204,2],[205,205],[204,204],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[204,18],[[26,[2]]]],[[],204],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[6,2],[[[30,[205]],198],[[0,[178]]]],[[205,33],35],[[206,33],35],[[204,33],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[205,[[27,[[126,[[24,[22]]]]]]]],0,0,[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[204,18],[[26,[3]]]],[[204,198,198,8,[24,[22]],[27,[198]]],2],0,0,0,[[],204],[204,7],0,0,[[204,18,9],[[26,[[24,[23]]]]]],0,0,0,0,[[204,18],[[26,[36]]]],[[204,18],[[26,[36]]]],[[204,18],[[26,[39]]]],[[204,18],[[26,[2]]]],[[204,18],[[26,[2]]]],[[204,18,18],[[21,[[26,[2]]]]]],[204,204],0,0,[205,2],[204,2],[205,[[27,[206]]]],[[204,18],[[26,[3]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[-1,81,[]],[[204,198],2],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[207,207],[208,208],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[209,3],0,[[207,18],[[20,[2,15]]]],[208,4],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,2],[6,2],[[208,208],8],[[207,33],35],[[208,33],35],[-1,-1,[]],[-1,-1,[]],[[[27,[210]]],4],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[208,4],[208,4],[[207,18],[[20,[3,15]]]],[211,[[179,[135,[41,[207]]]]]],[212,207],[207,7],[18,[[20,[213,214]]]],[[207,18,9],[[26,[[24,[23]]]]]],[[[43,[208]],44],[[45,[[25,[4]]]]]],[[[43,[208]],44],[[45,[[20,[2,19]]]]]],[[[43,[208]],44,5],[[45,[[25,[2]]]]]],[[[43,[208]],44],[[45,[[25,[6]]]]]],[[[43,[208]],44],[[45,[[20,[2,19]]]]]],[[[43,[208]],44,[30,[29]]],[[45,[[20,[6,19]]]]]],[[[43,[208]],44],[[45,[[25,[6]]]]]],[[207,18],[[20,[36,15]]]],[[207,18],[[26,[39]]]],[[207,18],[[20,[2,15]]]],[[207,18],[[20,[2,15]]]],[[207,18,18],[[21,[[20,[2,15]]]]]],[[208,4],[[26,[2]]]],[208,4],[[[43,[208]],78],[[25,[2]]]],[[207,18],[[26,[3]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[-1,81,[]],[208,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[-1,82,[]],[207,212],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[215,4],[[],215],[6,-1,[]],[6,-1,[]],[6,2],[[215,33],35],[-1,-1,[]],[[],6],[-1,-2,[],[]],[215,8],[215,4],[215,4],[[[43,[215]],44],[[45,[[25,[4]]]]]],[[[43,[215]],44],[[45,[[25,[2]]]]]],[[[43,[215]],44,5],[[45,[[25,[2]]]]]],[[[43,[215]],44],[[45,[[25,[6]]]]]],[[[43,[215]],44],[[45,[[25,[2]]]]]],[[[43,[215]],44,[30,[29]]],[[45,[[25,[6]]]]]],[[[43,[215]],44],[[45,[[25,[6]]]]]],[[[43,[215]],44,[30,[46]]],[[45,[[25,[6]]]]]],[[215,4],[[26,[2]]]],[215,4],[[[43,[215]],78],[[25,[2]]]],[-1,[[20,[-2]]],[],[]],[-1,[[20,[-2]]],[],[]],[-1,81,[]],[215,[[26,[2]]]],[[[24,[-1,64]]],[[24,[82,64]]],[]],[-1,82,[]],[-1,82,[]]],"c":[],"p":[[3,"Private",2463],[15,"tuple"],[3,"Metadata",0],[15,"u64"],[3,"ReadBuf",0],[15,"usize"],[3,"OpenOptions",0],[15,"bool"],[3,"OpenOptionsConfig",0],[3,"Chain",2464],[8,"Sized",2465],[8,"AsyncRead",0],[3,"UninitSlice",2466],[4,"StdioMode",0],[4,"FsError",0],[3,"DirEntry",0],[3,"FileType",0],[3,"Path",2467],[3,"Error",2468],[4,"Result",2469],[6,"BoxFuture",2470],[8,"FileSystem",0],[8,"VirtualFile",0],[3,"Box",2471],[6,"Result",2468],[6,"Result",0],[4,"Option",2472],[3,"OsString",2473],[15,"u8"],[15,"slice"],[3,"Flush",2474],[8,"Unpin",2465],[3,"Formatter",2475],[3,"Error",2475],[6,"Result",2475],[3,"ReadDir",0],[15,"u32"],[19,"MaybeUninit",2476],[3,"PathBuf",2467],[8,"FileOpener",0],[3,"Vec",2477],[8,"AsRef",2478],[3,"Pin",2479],[3,"Context",2480],[4,"Poll",2481],[3,"IoSlice",2482],[3,"Read",2483],[3,"ReadBuf",2484],[8,"BufMut",2485],[3,"ReadExact",2486],[3,"ReadF32",2487],[3,"ReadF32Le",2487],[3,"ReadF64",2487],[3,"ReadF64Le",2487],[3,"ReadI128",2487],[3,"ReadI128Le",2487],[3,"ReadI16",2487],[3,"ReadI16Le",2487],[3,"ReadI32",2487],[3,"ReadI32Le",2487],[3,"ReadI64",2487],[3,"ReadI64Le",2487],[3,"ReadI8",2487],[3,"Global",2488],[3,"ReadToEnd",2489],[3,"String",2490],[3,"ReadToString",2491],[3,"ReadU128",2487],[3,"ReadU128Le",2487],[3,"ReadU16",2487],[3,"ReadU16Le",2487],[3,"ReadU32",2487],[3,"ReadU32Le",2487],[3,"ReadU64",2487],[3,"ReadU64Le",2487],[3,"ReadU8",2487],[3,"Seek",2492],[4,"SeekFrom",2482],[3,"Shutdown",2493],[3,"Take",2494],[3,"TypeId",2495],[8,"Any",2495],[3,"Write",2496],[3,"WriteAll",2497],[3,"WriteAllBuf",2498],[8,"Buf",2499],[3,"WriteBuf",2500],[15,"f32"],[3,"WriteF32",2501],[3,"WriteF32Le",2501],[15,"f64"],[3,"WriteF64",2501],[3,"WriteF64Le",2501],[15,"i128"],[3,"WriteI128",2501],[3,"WriteI128Le",2501],[15,"i16"],[3,"WriteI16",2501],[3,"WriteI16Le",2501],[15,"i32"],[3,"WriteI32",2501],[3,"WriteI32Le",2501],[15,"i64"],[3,"WriteI64",2501],[3,"WriteI64Le",2501],[15,"i8"],[3,"WriteI8",2501],[15,"u128"],[3,"WriteU128",2501],[3,"WriteU128Le",2501],[15,"u16"],[3,"WriteU16",2501],[3,"WriteU16Le",2501],[3,"WriteU32",2501],[3,"WriteU32Le",2501],[3,"WriteU64",2501],[3,"WriteU64Le",2501],[3,"WriteU8",2501],[3,"WriteVectored",2502],[3,"ArcBoxFile",473],[3,"ArcFile",515],[8,"Send",2465],[8,"Sync",2465],[8,"Default",2503],[3,"ArcFileSystem",557],[3,"Arc",2504],[3,"BufferFile",584],[3,"RootFileSystemBuilder",617],[3,"TmpFileSystem",2151],[3,"CombineFile",646],[4,"CowState",680],[3,"CopyOnWriteFile",680],[3,"DualWriteFile",743],[8,"FnMut",2505],[3,"EmptyFileSystem",777],[3,"FileSystem",809],[3,"File",809],[3,"Stdout",809],[3,"Stderr",809],[3,"Stdin",809],[3,"Handle",2506],[3,"Stderr",2507],[3,"Stdin",2508],[3,"Stdout",2509],[3,"Metadata",2510],[3,"File",2510],[3,"TrackedVec",1009],[6,"DynFsMemoryLimiter",999],[3,"FileNode",1037],[3,"ReadOnlyFileNode",1037],[3,"OffloadedFileNode",1037],[3,"ArcFileNode",1037],[3,"CustomFileNode",1037],[3,"DirectoryNode",1037],[3,"ArcDirectoryNode",1037],[4,"Node",1037],[3,"OsStr",2473],[3,"FileHandle",1225],[3,"File",1225],[3,"ReadOnlyFile",1225],[3,"FileSystem",1321],[4,"Cow",2511],[3,"FileSystemInner",1321],[4,"InodeResolution",1321],[4,"DirectoryMustBeEmpty",1321],[3,"OffloadBackingStore",1432],[3,"OffloadedFile",1432],[4,"FileExtent",1432],[3,"OffloadBackingStoreState",1432],[3,"OwnedBuffer",2512],[3,"Range",2513],[4,"OffloadWrite",1432],[3,"MutexGuard",2514],[3,"Stdin",1548],[3,"Stdout",1548],[3,"Stderr",1548],[3,"NullFile",1651],[8,"Iterator",2515],[3,"OverlayFileSystem",1704],[8,"Clone",2516],[8,"FileSystems",804],[8,"PartialEq",2517],[3,"PassthruFileSystem",1748],[3,"DuplexPipe",1775],[3,"Pipe",1775],[3,"PipeTx",1775],[3,"PipeRx",1775],[3,"PipeReceiver",1775],[3,"Arguments",2475],[3,"RandomFile",1936],[3,"ScopedDirectoryFileSystem",1969],[8,"Into",2478],[3,"DeviceFile",2005],[6,"Fd",2005],[3,"StaticFile",2044],[3,"StaticFileSystem",2081],[3,"WebCFile",2081],[15,"str"],[3,"FsEntry",2518],[4,"FsEntryType",2518],[3,"TraceFileSystem",2189],[3,"TraceFile",2189],[8,"Debug",2475],[3,"UnionFileSystem",2261],[3,"MountPoint",2261],[3,"StrongMountPoint",2261],[3,"WebcVolumeFileSystem",2356],[3,"File",2356],[4,"Metadata",2519],[3,"Timestamps",2520],[3,"Container",2521],[3,"Volume",2519],[3,"PathSegments",2522],[4,"PathSegmentError",2522],[3,"ZeroFile",2430],[8,"AsyncReadExt",0],[8,"AsyncWriteExt",0],[8,"AsyncWrite",0],[8,"AsyncSeek",0],[8,"AsyncSeekExt",0],[8,"Upcastable",0],[13,"Copying",741],[8,"FsMemoryLimiter",999],[13,"RepeatingBytes",1541],[13,"InMemory",1541],[13,"MmapOffload",1541],[13,"MmapOffset",1546],[6,"WasiBidirectionalSharedPipePair",1775],[6,"TempHolding",2261]]},\ "virtual_mio":{"doc":"","t":"DNNNEDIDEDNNDDDNNAMAMFKMMAMKKAMMMMFMMAMDDLLLLLLLLLLMLLLLLLMLLLLLLLNEDNNLLLLLLLLLLLLLLLMFMLLLLLLLNNIDEDDNDRDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFFFKLLLLMMLLLLLLLLLLKLLLLKLLLLMLMLLLLLMLLLLLLLLLLLLLLLLLLLMMDDLLLLLMLLLLLMLLMLMLLLMLMLLLLLLDRLLLLMLFFLMLLLLL","n":["ArcInterestHandler","Closed","Error","ExternalHandler","HandlerGuardState","InterestGuard","InterestHandler","InterestHandlerWaker","InterestType","InterestWakerMap","None","Readable","Selector","SharedWakerInterestHandler","WakerInterestHandler","WakerMap","Writable","arc","closer","guard","handler","handler_into_waker","has_interest","inner","inner","interest","interest","pop_interest","push_interest","selector","selector","set","state","state","state_as_waker_map","token","token_close","waker","waker","ArcInterestHandler","ArcInterestHandlerState","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","fmt","fmt","from","from","handler","has_interest","into","into","new","pop_interest","push_interest","state","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","ExternalHandler","HandlerGuardState","InterestGuard","None","WakerMap","borrow","borrow","borrow_mut","borrow_mut","drop","drop_internal","fmt","fmt","from","from","interest","into","into","new","replace_handler","selector","state_as_waker_map","token","try_from","try_from","try_into","try_into","type_id","type_id","unregister","Closed","Error","InterestHandler","InterestHandlerWaker","InterestType","InterestWakerMap","InterestWakerMapState","Readable","SharedWakerInterestHandler","VTABLE","WakerInterestHandler","Writable","add","as_waker","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","default","default","deserialize","eq","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","handler","handler_into_waker","handler_waker_clone","handler_waker_wake","has_interest","has_interest","has_interest","has_interest","hash","inner","interest","into","into","into","into","into","into","new","new","partial_cmp","pop","pop_interest","pop_interest","pop_interest","pop_interest","push","push_interest","push_interest","push_interest","push_interest","serialize","set","set_interest","state","to_owned","to_owned","to_owned","to_owned","to_owned","triggered","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","wake_now","waker","wakers","EngineInner","Selector","add","borrow","borrow","borrow_mut","borrow_mut","closer","fmt","fmt","from","from","handle","inner","into","into","lookup","new","registry","remove","replace","run","seed","shutdown","token_close","try_from","try_from","try_into","try_into","type_id","type_id","InlineWaker","VTABLE","as_waker","block_on","borrow","borrow_mut","condvar","from","inline_waker_clone","inline_waker_wake","into","lock","new","try_from","try_into","type_id","wake_now"],"q":[[0,"virtual_mio"],[39,"virtual_mio::arc"],[66,"virtual_mio::guard"],[96,"virtual_mio::interest"],[211,"virtual_mio::selector"],[242,"virtual_mio::waker"],[259,"alloc::boxed"],[260,"alloc::sync"],[261,"mio::event::source"],[262,"std::io::error"],[263,"core::fmt"],[264,"core::fmt"],[265,"core::any"],[266,"mio::interest"],[267,"core::task::wake"],[268,"core::cmp"],[269,"serde::de"],[270,"core::task::wake"],[271,"core::option"],[272,"serde::ser"],[273,"mio::token"],[274,"core::ops::function"],[275,"mio::poll"],[276,"core::future::future"]],"d":["","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","",""],"i":[0,3,3,8,0,0,0,0,0,0,8,3,0,0,0,8,3,0,9,0,4,0,1,22,9,0,4,1,1,0,19,26,13,11,0,19,9,0,26,0,0,14,13,14,13,13,13,14,13,14,13,14,13,14,13,13,13,13,13,13,14,13,14,13,14,13,8,0,0,8,8,19,8,19,8,19,19,19,8,19,8,19,19,8,19,19,19,0,19,19,8,19,8,19,8,19,3,3,0,0,0,0,0,3,0,0,0,3,11,4,3,26,22,4,23,11,3,26,22,4,23,11,3,22,4,23,11,3,22,4,23,11,3,23,11,3,3,3,3,26,22,4,23,11,3,26,22,4,23,11,4,0,0,0,1,26,22,11,3,22,4,3,26,22,4,23,11,26,22,3,11,1,26,22,11,11,1,26,22,11,3,26,4,11,3,22,4,23,11,23,3,26,22,4,23,11,3,26,22,4,23,11,3,26,22,4,23,11,4,26,23,0,0,9,32,9,32,9,9,32,9,32,9,9,9,32,9,32,9,32,9,9,9,32,9,9,32,9,32,9,32,9,0,0,35,35,35,35,35,35,0,0,35,35,35,35,35,35,35],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[2,[1]],3],[[5,[4]]]],[[-1,3],6,[]],0,0,0,0,[[-1,3],6,[]],[[-1,3],7,[]],0,0,0,0,0,[[8,[5,[9]],10],[[12,[11]]]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[13,13],[[-1,-2],7,[],[]],[[14,15],16],[[13,15],16],[-1,-1,[]],[-1,-1,[]],0,[[13,3],6],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[1]]],13],[[13,3],6],[[13,3],7],0,[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,18,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[19,7],[19,7],[[19,15],16],[[8,15],16],[-1,-1,[]],[-1,-1,[]],[[19,3],7],[-1,-2,[],[]],[-1,-2,[],[]],[[[5,[9]],[2,[1]],10,20],[[12,[19]]]],[[19,[2,[1]]],[[17,[7,[2,[1]]]]]],0,[[8,[5,[9]],10],[[12,[11]]]],0,[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,18,[]],[[19,10],[[12,[7]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[11,3,21],7],[[[5,[4]]],21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[3,3],[22,22],[4,4],[23,23],[11,11],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[3,3],24],[[],23],[[],11],[-1,[[17,[3]]],25],[[3,3],6],[[-1,-2],6,[],[]],[[3,15],16],[[26,15],16],[[22,15],16],[[4,15],16],[[23,15],16],[[11,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[[2,[1]],3],[[5,[4]]]],[4,27],[4,7],[[-1,3],6,[]],[[26,3],6],[[22,3],6],[[11,3],6],[[3,-1],7,28],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[21,[[2,[26]]]],[21,[[2,[22]]]],[[3,3],[[29,[24]]]],[[11,3],6],[[-1,3],6,[]],[[26,3],6],[[22,3],6],[[11,3],6],[[11,3],6],[[-1,3],7,[]],[[26,3],7],[[22,3],7],[[11,3],7],[[3,-1],17,30],0,[[[5,[4]],3],[[5,[4]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[4,7],0,0,0,0,[[9,[2,[1]],10,20],[[12,[31]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[32,15],16],[[9,15],16],[-1,-1,[]],[-1,-1,[]],[[9,31,-1],7,33],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[5,[9]]]],0,[[9,31,[29,[10]]],[[12,[7]]]],[[9,31,[2,[1]]],7],[[[5,[9]],34],7],0,[9,7],0,[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,18,[]],0,0,[[[5,[35]]],21],[-1,-2,36,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-1,[]],[35,27],[35,7],[-1,-2,[],[]],0,[[],[[5,[35]]]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[35,7]],"c":[],"p":[[8,"InterestHandler",96],[3,"Box",259],[4,"InterestType",96],[3,"InterestHandlerWaker",96],[3,"Arc",260],[15,"bool"],[15,"tuple"],[4,"HandlerGuardState",66],[3,"Selector",211],[8,"Source",261],[3,"InterestWakerMap",96],[6,"Result",262],[3,"ArcInterestHandler",39],[3,"ArcInterestHandlerState",39],[3,"Formatter",263],[6,"Result",263],[4,"Result",264],[3,"TypeId",265],[3,"InterestGuard",66],[3,"Interest",266],[3,"Waker",267],[3,"SharedWakerInterestHandler",96],[3,"InterestWakerMapState",96],[4,"Ordering",268],[8,"Deserializer",269],[3,"WakerInterestHandler",96],[3,"RawWaker",267],[8,"Hasher",270],[4,"Option",271],[8,"Serializer",272],[3,"Token",273],[3,"EngineInner",211],[8,"Fn",274],[3,"Poll",275],[3,"InlineWaker",242],[8,"Future",276]]},\ "virtual_net":{"doc":"","t":"NNNNDDNDDNNNCNNNNGNNNNNDIDENNNNDDDDNCENNNNNNNCCCCGEENNNNNNDIIIIIIIIIIIIINNNKKKKKLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKMLLLLLLMMMLLALLLLLLLLLLLLLLLLLLKLLLLLLLLALLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFKLLLLALMLLLLLLLLLLLLLLLLLLLFMMMLLLLKLLLKKKLLLLLLLLLLLLLLLKKLLMMKLALAKKKFLLLKLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLKKKMMMMMMKMMMKLLLKKKLLLKLLLLLLLLLLLLAMKKKLLLLLLLLLLLLLLAKKKKLKLKKKKKKKKKKKLLLLLLLLKALLLLLLLLLLMLLKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKKKKKLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLDDDDDDGDDRLMMMLLLLLMLLLLLLLLLLLLLLLLLLLLLMMLLLMMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLMLLLLLLLLLLLLLLLMMLMMLLLLLMMMMMMLMLLMLLLLLLLLLLLLLLLLMMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMFFLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLMLLLLLLLLLDDDDLMMLLLLLMMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMMMMLLLLLLLMLLLLLLLFLLLLLLLMLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLMMLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLRDDDDLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLMNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNCNNCNNNNNNNNNEECNNNNNENNENNNNNNNNNNNNNNNNNNNNENNNNNDCNCNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDNNNNEEDNNGNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMGNNNDDDEDDGNNNNMLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLMLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLMLLLMMMMMMLLLLLLLLLLLLLLMLLLLLLLLLLLLLMMNNNNDDEDDDLLMMMLMMMLLLLLLLLLLLLLMLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLMMLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLM","n":["AddressInUse","AddressNotAvailable","AlreadyExists","AnyEncyption","ArchivedIpCidr","ArchivedIpRoute","BrokenPipe","Bytes","BytesMut","ClassicEncryption","Closed","Closed","CompositeTcpListener","ConnectionAborted","ConnectionRefused","ConnectionReset","DoubleEncryption","DynVirtualNetworking","Err","Error","Failed","IOError","InsufficientMemory","InterestGuard","InterestHandler","InterestHandlerWaker","InterestType","Interrupted","InvalidData","InvalidFd","InvalidInput","IpCidr","IpCidrResolver","IpRoute","IpRouteResolver","Lock","LoopbackNetworking","NetworkError","NoDevice","NotConnected","Ok","Opened","Opening","PermissionDenied","Readable","RemoteNetworkingClient","RemoteNetworkingClientDriver","RemoteNetworkingServer","RemoteNetworkingServerDriver","Result","SocketStatus","StreamSecurity","TimedOut","TooManyOpenFiles","Unencrypted","UnexpectedEof","UnknownError","Unsupported","UnsupportedVirtualNetworking","VirtualConnectedSocket","VirtualConnectedSocketExt","VirtualConnectionlessSocket","VirtualConnectionlessSocketExt","VirtualIcmpSocket","VirtualIoSource","VirtualNetworking","VirtualRawSocket","VirtualSocket","VirtualTcpListener","VirtualTcpListenerExt","VirtualTcpSocket","VirtualUdpSocket","WouldBlock","Writable","WriteZero","accept","addr_local","addr_local","addr_peer","addr_peer","advance","advance","advance_mut","alloc","as_error","as_mut","as_ref","as_ref","as_waker","bind_icmp","bind_raw","bind_udp","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","bridge","broadcast","cap","capacity","check_bytes","check_bytes","chunk","chunk","chunk_mut","cidr","cidr","cidr","clear","clear","client","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","close","cmp","cmp","cmp","cmp","compare","compare","compare","compare","composite","connect_tcp","copy_from_slice","copy_to_bytes","copy_to_bytes","data","data","default","default","default","deref","deref","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dhcp_acquire","dontroute","drop","drop","drop","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","expires_at","expires_at","expires_at","extend","extend","extend","extend_from_slice","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","freeze","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_iter","from_iter","from_static","gateway_set","get_hash","get_hash","get_hash","get_hash","handler","handler_into_waker","has_interest","hash","hash","hash","hash","host","interest","interest","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","io_err_into_net_error","ip","ip","ip","ip_add","ip_clear","ip_list","ip_remove","is_closed","is_empty","is_empty","is_unique","join_multicast_v4","join_multicast_v6","keepalive","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","leave_multicast_v4","leave_multicast_v6","len","len","len","len","linger","listen_tcp","loopback","mac","meta","multicast_loop_v4","multicast_loop_v6","multicast_ttl_v4","net_error_into_io_err","new","new","new","nodelay","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","phantom","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_read_ready","poll_write_ready","pop_interest","preferred_until","preferred_until","preferred_until","prefix","prefix","prefix","promiscuous","ptr","ptr","ptr","push_interest","put","put_bytes","put_slice","recv","recv_buf_size","recv_from","remaining","remaining","remaining_mut","remove_handler","replace_handler","reserve","resize","resolve","resolve","resolve","resolve_metadata","resolve_metadata","route_add","route_clear","route_list","route_remove","rx_tx","selector","send","send_buf_size","send_to","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","server","set_broadcast","set_dontroute","set_handler","set_handler","set_interest","set_keepalive","set_len","set_linger","set_multicast_loop_v4","set_multicast_loop_v6","set_multicast_ttl_v4","set_nodelay","set_promiscuous","set_recv_buf_size","set_send_buf_size","set_ttl","set_ttl","shutdown","slice","slice_ref","spare_capacity_mut","split","split_off","split_off","split_to","split_to","status","tcp_pair","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","token","truncate","truncate","try_accept","try_flush","try_flush","try_from","try_from","try_from","try_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_recv","try_recv","try_recv_from","try_send","try_send","try_send_to","ttl","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unbridge","unregister","unsplit","via_router","via_router","via_router","vtable","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wake_now","with_capacity","write_fmt","write_str","zeroed","DataWithAddr","RemoteCommon","RemoteNetworkingClient","RemoteNetworkingClientDriver","RemoteSocket","RequestTx","SocketMap","SocketWithAddr","TxWaker","VTABLE","accept","accept_tx","addr","addr","addr_local","addr_local","addr_peer","addr_peer","as_waker","base","bind_icmp","bind_raw","bind_udp","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bridge","broadcast","buffer_accept","buffer_recv_with_addr","clone","clone_into","close","common","common","common","common","connect_tcp","data","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dhcp_acquire","dontroute","drop","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","gateway_set","handlers","into","into","into","into","into","into","into","into","into_future","io_iface","io_iface_fire_and_forget","io_socket","io_socket_fire_and_forget","ip_add","ip_clear","ip_list","ip_remove","is_closed","join_multicast_v4","join_multicast_v6","keepalive","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","leave_multicast_v4","leave_multicast_v6","linger","listen_tcp","mac","more_work","multicast_loop_v4","multicast_loop_v6","multicast_ttl_v4","new","new","new_from_async_io","new_from_hyper_ws_io","new_from_mpsc","new_from_tokio_ws_io","new_socket","nodelay","pending_accept","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll","poll_read_ready","poll_write_ready","promiscuous","recv","recv_buf_size","recv_from","recv_tx","recv_with_addr_tx","remove_handler","request_seed","requests","resolve","route_add","route_clear","route_list","route_remove","rx","rx_accept","rx_buffer","rx_recv","rx_recv_with_addr","rx_sent","send","send_available","send_buf_size","send_to","sent_tx","set_broadcast","set_dontroute","set_handler","set_handler","set_keepalive","set_linger","set_multicast_loop_v4","set_multicast_loop_v6","set_multicast_ttl_v4","set_nodelay","set_promiscuous","set_recv_buf_size","set_send_buf_size","set_ttl","set_ttl","shutdown","socket","socket_id","socket_seed","stall","status","tasks","to_owned","touch_begin_accept","try_accept","try_flush","try_flush","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_recv","try_recv","try_recv_from","try_send","try_send","try_send","try_send_to","ttl","ttl","tx","tx","tx_waker","tx_waker_clone","tx_waker_wake","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unbridge","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wake_now","CompositeTcpListener","accept","add_port","addr_local","borrow","borrow_mut","default","deserialize","fmt","from","into","layout_raw","new","pointer_metadata","poll_read_ready","poll_write_ready","ports","remove_handler","set_handler","set_ttl","try_accept","try_from","try_into","ttl","type_id","vzip","LocalNetworking","LocalTcpListener","LocalTcpStream","LocalUdpSocket","accept","addr","addr","addr_local","addr_local","addr_local","addr_peer","addr_peer","backlog","backlog","bind_udp","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","broadcast","buffer","close","connect_tcp","default","deserialize","deserialize","deserialize","deserialize","dontroute","drop","flush","fmt","fmt","fmt","fmt","from","from","from","from","handle","handler_guard","handler_guard","handler_guard","into","into","into","into","is_closed","join_multicast_v4","join_multicast_v6","keep_alive","keepalive","layout_raw","layout_raw","layout_raw","layout_raw","leave_multicast_v4","leave_multicast_v6","libc_poll","linger","listen_tcp","multicast_loop_v4","multicast_loop_v6","multicast_ttl_v4","new","new","no_delay","nodelay","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_read_ready","poll_read_ready","poll_read_ready","poll_write_ready","poll_write_ready","poll_write_ready","recv","recv_buf_size","recv_from","remove_handler","remove_handler","remove_handler","resolve","selector","selector","selector","selector","send","send_buf_size","send_to","set_broadcast","set_dontroute","set_handler","set_handler","set_handler","set_keepalive","set_linger","set_multicast_loop_v4","set_multicast_loop_v6","set_multicast_ttl_v4","set_nodelay","set_recv_buf_size","set_send_buf_size","set_ttl","set_ttl","set_ttl","shutdown","shutdown","socket","split_borrow","split_borrow","split_borrow","status","status","stream","stream","try_accept","try_accept_internal","try_flush","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_recv","try_recv_from","try_send","try_send_to","ttl","ttl","ttl","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","DEFAULT_MAX_BUFFER_SIZE","LoopbackNetworking","LoopbackNetworkingState","LoopbackTcpListener","LoopbackTcpListenerState","accept","addr_local","addr_local","backlog","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","connect_to","default","default","deserialize","deserialize","deserialize","deserialize","dhcp_acquire","fmt","fmt","fmt","fmt","from","from","from","from","handler","into","into","into","into","ip_add","ip_addresses","ip_clear","ip_list","ip_remove","layout_raw","layout_raw","layout_raw","layout_raw","listen_tcp","loopback_connect_to","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_read_ready","poll_write_ready","remove_handler","set_handler","set_ttl","state","state","tcp_listeners","to_owned","to_owned","try_accept","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","ttl","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","wakers","Amount","BeginAccept","Bincode","BindIcmp","BindRaw","BindUdp","Both","Bridge","Cbor","CidrList","Close","Closed","ConnectTcp","DhcpAcquire","Duration","Err","FinishAccept","Flag","Flush","FrameSerializationFormat","GatewaySet","GetAddrLocal","GetAddrPeer","GetBroadcast","GetDontRoute","GetIpList","GetKeepAlive","GetLinger","GetMac","GetMulticastLoopV4","GetMulticastLoopV6","GetMulticastTtlV4","GetNoDelay","GetPromiscuous","GetRecvBufSize","GetRouteList","GetSendBufSize","GetStatus","GetTtl","Interface","IpAdd","IpAddress","IpAddressList","IpCidr","IpClear","IpRemove","IpRoute","IsClosed","JoinMulticastV4","JoinMulticastV6","Json","LeaveMulticastV4","LeaveMulticastV6","ListenTcp","Mac","MessagePack","MessageRequest","MessageResponse","NetworkError","None","Read","Reconnect","Recv","RecvWithAddr","RequestType","Resolve","ResponseToRequest","ResponseType","RouteAdd","RouteClear","RouteList","RouteRemove","Send","SendError","SendTo","Sent","SetBroadcast","SetDontRoute","SetKeepAlive","SetLinger","SetMulticastLoopV4","SetMulticastLoopV6","SetMulticastTtlV4","SetNoDelay","SetPromiscuous","SetRecvBufSize","SetSendBufSize","SetTtl","Shutdown","Shutdown","Socket","Socket","SocketAddr","SocketAddrList","SocketId","SocketStatus","Status","StreamSecurity","Ttl","Unbridge","Write","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","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","get_hash","hash","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","serialize","serialize","serialize","serialize","serialize","serialize","serialize","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_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","addr","data","data","req","req","req_id","req_id","req_id","req_id","socket","socket","socket","addr","addr","amount","child_id","data","data","error","req_id","req_id","req_id","res","socket_id","socket_id","socket_id","socket_id","socket_id","socket_id","access_token","addr","addr","addr","addr","cidr","dns_server","expires_at","host","iface","iface","iface","iface","ip","multiaddr","multiaddr","multiaddr","multiaddr","network","only_v6","peer","port","preferred_until","prefix","reuse_addr","reuse_addr","reuse_port","reuse_port","security","socket_id","socket_id","socket_id","socket_id","via_router","FailOnWrite","HyperWebSocket","HyperWebSocket","Mpsc","Mpsc","RemoteRx","RemoteTx","RemoteTxWakers","Stream","Stream","StreamSink","TokioWebSocket","TokioWebSocket","add","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","default","default","deserialize","deserialize","deserialize","deserialize","fmt","fmt","from","from","from","from","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll","poll_flush","poll_send","poll_shutdown","poll_write","send","send_with_driver","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","wake","wakers","format","format","rx","rx","rx","rx","wakers","format","format","tx","tx","tx","tx","wakers","wakers","wakers","wakers","work","work","work","work","BackgroundTask","IcmpSocket","None","RawSocket","RemoteAdapterCommon","RemoteAdapterHandler","RemoteAdapterHandlerState","RemoteAdapterSocket","RemoteNetworkingServer","RemoteNetworkingServerDriver","SocketMap","Some","TcpListener","TcpSocket","UdpSocket","base","bind_icmp","bind_raw","bind_udp","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bridge","clone","clone","clone_into","clone_into","common","common","connect_tcp","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dhcp_acquire","drain_reads_and_accepts","driver_wakers","fmt","fmt","fmt","fmt","for_socket","from","from","from","from","from","from","gateway_set","handler","has_interest","inner","inner","into","into","into","into","into","into","into_future","ip_add","ip_clear","ip_list","ip_remove","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","listen_tcp","mac","more_work","new","new_from_async_io","new_from_hyper_ws_io","new_from_mpsc","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll","pop_interest","process","process_async","process_async_inner","process_async_new_socket","process_async_noop","process_inner","process_inner_begin_accept","process_inner_noop","process_interface","process_send","process_send_to","process_socket","push_interest","readable","resolve","route_add","route_clear","route_list","route_remove","rx","send","send","send_to","socket_accept","socket_id","sockets","stall_rx","state","tasks","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","tx","type_id","type_id","type_id","type_id","type_id","type_id","unbridge","vzip","vzip","vzip","vzip","vzip","vzip","next_accept","socket","Alive","Closed","Dead","Shutdown","SocketBuffer","SocketBufferState","State","TcpSocketHalf","TcpSocketHalfRx","TcpSocketHalfTx","add_waker","addr_local","addr_local","addr_local","addr_local","addr_peer","addr_peer","addr_peer","addr_peer","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","buffer","channel","clear_pull_handler","clear_push_handler","clone","clone","clone_into","clone_into","close","close","close","close","combine","consume","dead_on_drop","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dontroute","drop","eq","equivalent","equivalent","equivalent","equivalent","flush","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","halt_immediate_poll_write","inner","inner_mut","into","into","into","into","into","into","is_active","is_closed","keepalive","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","linger","max_size","new","nodelay","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_fill_buf","poll_flush","poll_flush","poll_read","poll_read","poll_read_ready","poll_read_ready","poll_send","poll_shutdown","poll_shutdown","poll_write","poll_write","poll_write_ready","poll_write_ready","pull_handler","push_handler","recv","recv_buf_size","remove_handler","rx","rx","send","send","send","send_buf_size","send_ext","set_dontroute","set_handler","set_keepalive","set_linger","set_max_size","set_nodelay","set_pull_handler","set_push_handler","set_recv_buf_size","set_send_buf_size","set_state","set_ttl","shutdown","split","state","state","state","status","to_owned","to_owned","try_flush","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_read","try_recv","try_send","try_send","try_send","ttl","ttl","ttl","ttl","tx","tx","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","wakers"],"q":[[0,"virtual_net"],[602,"virtual_net::client"],[841,"virtual_net::composite"],[867,"virtual_net::host"],[1015,"virtual_net::loopback"],[1103,"virtual_net::meta"],[1344,"virtual_net::meta::MessageRequest"],[1356,"virtual_net::meta::MessageResponse"],[1373,"virtual_net::meta::RequestType"],[1407,"virtual_net::rx_tx"],[1481,"virtual_net::rx_tx::RemoteRx"],[1488,"virtual_net::rx_tx::RemoteTx"],[1502,"virtual_net::server"],[1657,"virtual_net::server::RemoteAdapterSocket"],[1659,"virtual_net::tcp_pair"],[1843,"core::future::future"],[1844,"alloc::boxed"],[1845,"core::pin"],[1846,"core::net::socket_addr"],[1847,"core::option"],[1848,"core::error"],[1849,"alloc::alloc"],[1850,"alloc::sync"],[1851,"core::task::wake"],[1852,"core::net::ip_addr"],[1853,"bytecheck"],[1854,"core::result"],[1855,"core::marker"],[1856,"bytes::buf::uninit_slice"],[1857,"core::cmp"],[1858,"rkyv::with"],[1859,"serde::de"],[1860,"alloc::vec"],[1861,"alloc::string"],[1862,"core::iter::traits::collect"],[1863,"core::fmt"],[1864,"core::fmt"],[1865,"http::byte_str"],[1866,"core::hash"],[1867,"core::hash"],[1868,"core::net::ip_addr"],[1869,"core::alloc::layout"],[1870,"virtual_mio::selector"],[1871,"mio::event::source"],[1872,"mio::interest"],[1873,"core::task::wake"],[1874,"bytes::buf::buf_impl"],[1875,"core::mem::maybe_uninit"],[1876,"serde::ser"],[1877,"rkyv"],[1878,"std::net"],[1879,"core::ops::range"],[1880,"core::any"],[1881,"core::fmt"],[1882,"tokio::sync::mpsc::unbounded"],[1883,"tokio::io::async_write"],[1884,"core::marker"],[1885,"hyper::upgrade"],[1886,"tokio_tungstenite"],[1887,"tungstenite::protocol::message"],[1888,"futures_util::stream::stream::split"],[1889,"futures_util::stream::stream::split"],[1890,"tokio::sync::mpsc::bounded"],[1891,"tokio_tungstenite::stream"],[1892,"core::task::wake"],[1893,"libc::unix"],[1894,"mio::net::tcp::stream"],[1895,"virtual_mio::guard"],[1896,"mio::net::tcp::listener"],[1897,"mio::net::udp"],[1898,"serde::de"],[1899,"tokio::io::util::buf_reader"],[1900,"tokio::io::read_buf"],[1901,"virtual_mio::arc"]],"d":["The address was in use","The address could not be found","File exists","","An archived IpCidr","An archived IpRoute","A pipe was closed","A cheaply cloneable and sliceable chunk of contiguous …","A unique reference to a contiguous slice of memory.","","","","","The connection was aborted","The connection request was refused","The connection was reset","","","Contains the error value","","","Something failed when doing IO. These errors can generally …","Insufficient memory","","","","","The operation was interrupted before it could finish","Invalid internal data, if the argument data is invalid, …","The handle given was not usable","The provided data is invalid","Represents an IP address and its netmask","The resolver for an archived IpCidr","Represents a routing entry in the routing table of the …","The resolver for an archived IpRoute","The filesystem has failed to lock a resource.","","","The requested device couldn’t be accessed","Could not perform the operation because there was not an …","Contains the success value","","","Caller was not allowed to perform this operation","","","","","","","","","The operation did not complete within the given amount of …","Too many open files","","Found EOF when EOF was not expected","Some other unhandled error. If you see this, it’s …","The operation is not supported.","","Connected sockets have a persistent connection to a remote …","","Connectionless sockets are able to send and receive …","","ICMP sockets are low level devices bound to a specific …","Represents an IO source","An implementation of virtual networking","","","","","","","Operation would block, this error lets the caller know …","","A call to write returned 0","Accepts a new connection from the TCP listener","Returns the local address of this TCP listener","Returns the local address for this socket","Returns the address (IP and Port) of the peer socket that …","Returns the remote address of this UDP socket if it has …","","","","","","","","","","Creates a socket that can be used to send and receive ICMP …","Creates a low level socket that can read and write …","Opens a UDP socket that listens on a specific IP and Port …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bridges this local network with a remote network, which is …","Indicates if the SO_BROADCAST flag is set which means that …","","Returns the number of bytes the BytesMut can hold without …","","","","","","","The archived counterpart of IpRoute::cidr","","Clears the buffer, removing all data.","Clears the buffer, removing all data. Existing capacity is …","","","","","","","","","","","","","","","","","","","","Closes the socket","","","","","","","","","","Opens a TCP connection to a particular destination IP …","Creates Bytes instance from slice, by copying it.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Acquires an IP address on the network and configures the …","Indicates if the packet will pass straight through to the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of IpRoute::expires_at","","","","","Appends given bytes to this BytesMut.","","","","","","","","","","","","","","","","","","Converts self into an immutable Bytes.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 Bytes from a static slice.","Adds a default gateway to the routing 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).","","","","","","","The archived counterpart of IpCidr::ip","","Adds a static IP address to the interface with a netmask …","Clears all the assigned IP addresses for this interface","Lists all the IP addresses currently assigned to this …","Removes a static (or dynamic) IP address from the interface","Return true if the socket is closed","Returns true if the Bytes has a length of 0.","Returns true if the BytesMut has a length of 0.","Returns true if this is the only reference to the data.","Tells this interface that it will subscribe to a …","Tells this interface that it will subscribe to a …","Indicates if the KEEP_ALIVE flag is set which means that …","","","","","","","","","","","","","","","","Tells this interface that it will unsubscribe to a …","Tells this interface that it will unsubscribe to a …","Returns the number of bytes contained in this Bytes.","Returns the number of bytes contained in this BytesMut.","","","Returns how long the socket will remain in a TIME_WAIT …","Lists for TCP connections on a specific IP and Port …","","Returns the hardware MAC address for this interface","","Gets a flag that indicates if multicast packets that this …","Gets a flag that indicates if multicast packets that this …","Gets the TTL for IPv4 multicast packets which is the …","","","Creates a new empty Bytes.","Creates a new BytesMut with default capacity.","Indicates if the NO_DELAY flag is set which means that data","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Polls the source to see if there is data waiting","Polls the source to see if data can be sent","","","The archived counterpart of IpRoute::preferred_until","","","The archived counterpart of IpCidr::prefix","","Returns if the socket is running in promiscuous mode …","","","","","","","","","Size of the receive buffer that holds all data that has not","","","","","Removes a previously registered waker using a token","","Reserves capacity for at least additional more bytes to be …","Resizes the buffer so that len is equal to new_len.","","","Performs DNS resolution for a specific hostname","","","Adds a specific route to the routing table","Clears the routing table for this interface","Lists all the routes defined in the routing table for this …","Removes a routing rule from the routing table","","","","Size of the send buffer that holds all data that is …","","","","","","","","","","","","","","","","","Sets a flag that means that the UDP socket is able to …","When DONT_ROUTE is set the packet will be sent directly to …","Registers a waker for when a new connection has arrived. …","Registers a waker for when this connection is ready to …","","When KEEP_ALIVE is set the connection will periodically …","Sets the length of the buffer.","Determines how long the socket will remain in a TIME_WAIT …","Sets a flag that indicates if multicast packets that this …","Sets a flag that indicates if multicast packets that this …","Sets the TTL for IPv4 multicast packets which is the …","When NO_DELAY is set the data that needs to be transmitted …","Tells the raw socket and its backing switch that all …","Sets the receive buffer size which acts as a trottle for …","Sets the size of the send buffer which will hold the bytes …","Sets how many network hops the packets are permitted for …","Sets how many network hops the packets are permitted for …","Shuts down either the READER or WRITER sides of the socket …","Returns a slice of self for the provided range.","Returns a slice of self that is equivalent to the given …","Returns the remaining spare capacity of the buffer as a …","Removes the bytes from the current view, returning them in …","Splits the bytes into two at the given index.","Splits the bytes into two at the given index.","Splits the bytes into two at the given index.","Splits the buffer into two at the given index.","Returns the status/state of the socket","","","","","","","","","","","","","Shortens the buffer, keeping the first len bytes and …","Shortens the buffer, keeping the first len bytes and …","Tries to accept a new connection","","Attempts to flush the object, ensuring that any buffered …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Tries to read a packet from the socket","Recv a packet from the socket","Recv a packet from the socket","Tries to send out a datagram or stream of bytes on this …","Sends out a datagram or stream of bytes on this socket","Sends out a datagram or stream of bytes on this socket to …","Returns the maximum number of network hops before packets …","Returns the maximum number of network hops before packets …","","","","","","","","","","","","","","","","Disconnects from the remote network essentially unbridging …","","Absorbs a BytesMut that was previously split off.","","The archived counterpart of IpRoute::via_router","","","","","","","","","","","","","","","","","","","Creates a new BytesMut with the specified capacity.","","","Creates a new BytesMut, which is initialized with zero.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","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 interface on the remote location using a …","Creates a new interface on the remote location using a …","Creates a new interface on the remote location using a …","Creates a new interface on the remote location using a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents an amount (e.g. amount of bytes)","Begins the process of accepting a socket and returns it …","","Creates a socket that can be used to send and receive ICMP …","Creates a low level socket that can read and write …","Opens a UDP socket that listens on a specific IP and Port …","Both the reading and the writing portions of the [TcpStream…","Bridges this local network with a remote network, which is …","","List of CIDR routes from a routing table","Closes the socket","","Opens a TCP connection to a particular destination IP …","Acquires an IP address on the network and configures the …","Represents a duration of time","An error has occurred","","Returns a flag of true or false","Flushes all the data by ensuring a full round trip is …","","Adds a default gateway to the routing table","Returns the local address of this TCP listener","Returns the address (IP and Port) of the peer socket that …","Indicates if the SO_BROADCAST flag is set which means that …","Indicates if the packet will pass straight through to the …","Lists all the IP addresses currently assigned to this …","Indicates if the KEEP_ALIVE flag is set which means that …","Returns how long the socket will remain in a TIME_WAIT …","Returns the hardware MAC address for this interface","Gets a flag that indicates if multicast packets that this …","Gets a flag that indicates if multicast packets that this …","Gets the TTL for IPv4 multicast packets which is the …","Indicates if the NO_DELAY flag is set which means that data","Returns if the socket is running in promiscuous mode …","Size of the receive buffer that holds all data that has not","Lists all the routes defined in the routing table for this …","Size of the send buffer that holds all data that is …","Returns the status/state of the socket","Returns the maximum number of network hops before packets …","","Adds a static IP address to the interface with a netmask …","A single IP address","List of IP addresses","","Clears all the assigned IP addresses for this interface","Removes a static (or dynamic) IP address from the interface","","Return true if the socket is closed","Tells this interface that it will subscribe to a …","Tells this interface that it will subscribe to a …","","Tells this interface that it will unsubscribe to a …","Tells this interface that it will unsubscribe to a …","Lists for TCP connections on a specific IP and Port …","Represents a MAC address","","Message sent by the client to the server","Message sent by the server back to a client","","Nothing is returned (or noop)","The reading portion of the [TcpStream] should be shut down.","","","","","Performs DNS resolution for a specific hostname","","","Adds a specific route to the routing table","Clears the routing table for this interface","List of IP routes from a routing table","Removes a routing rule from the routing table","","","","","Sets a flag that means that the UDP socket is able to …","When DONT_ROUTE is set the packet will be sent directly to …","When KEEP_ALIVE is set the connection will periodically …","Determines how long the socket will remain in a TIME_WAIT …","Sets a flag that indicates if multicast packets that this …","Sets a flag that indicates if multicast packets that this …","Sets the TTL for IPv4 multicast packets which is the …","When NO_DELAY is set the data that needs to be transmitted …","Tells the raw socket and its backing switch that all …","Sets the receive buffer size which acts as a trottle for …","Sets the size of the send buffer which will hold the bytes …","Sets how many network hops the packets are permitted for …","Possible values which can be passed to the […","Shuts down either the READER or WRITER sides of the socket …","Reference to a socket","","A single IP address","List of socket addresses","Represents a socket ID","","The status of the socket","","The TTL of a packet","Disconnects from the remote network essentially unbridging …","The writing portion of the [TcpStream] should be shut down.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","No value.","","","","","","","","","Some value 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.","","","","","","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 interface on the remote location using a …","Creates a new interface on the remote location using a …","Creates a new interface on the remote location using a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[32,32,32,21,0,0,32,0,0,21,28,31,0,32,32,32,21,0,5,28,31,32,32,0,0,0,0,32,32,32,32,0,0,0,0,32,0,0,32,32,5,31,31,32,28,0,0,0,0,0,0,0,32,32,21,32,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,28,32,144,105,145,70,146,7,10,10,147,32,10,7,10,14,133,133,133,37,28,14,7,7,10,10,148,22,29,149,26,30,31,21,34,32,37,28,14,7,10,10,148,22,29,149,26,30,31,21,34,32,133,146,10,10,22,26,7,10,10,149,26,30,7,10,0,28,14,7,10,29,30,31,21,32,28,14,7,10,29,30,31,21,32,150,28,7,10,29,28,7,10,29,0,133,7,7,10,7,10,7,10,34,7,10,10,37,28,28,14,7,7,10,10,148,22,29,29,149,26,30,30,31,31,21,21,34,32,32,133,70,37,7,10,28,7,7,7,7,7,7,7,10,10,10,10,10,10,10,29,31,21,32,28,28,28,28,7,7,7,7,10,10,10,10,29,29,29,29,31,31,31,31,21,21,21,21,32,32,32,32,149,26,30,10,10,10,10,151,37,28,14,7,7,7,10,10,10,29,30,31,21,34,32,32,10,37,28,14,7,7,7,7,7,7,7,7,7,10,10,10,148,22,29,149,26,30,31,21,34,32,7,10,10,7,133,28,7,10,29,14,0,49,28,7,10,29,0,37,14,37,28,14,7,10,148,22,29,149,26,30,31,21,34,32,7,7,10,10,0,148,22,29,133,133,133,133,70,7,10,7,146,146,70,37,28,14,7,10,148,22,29,149,26,30,31,21,34,32,146,146,7,10,7,10,150,133,0,133,0,146,146,146,0,37,7,10,70,28,7,7,7,7,7,7,10,10,10,10,10,10,29,147,37,28,14,7,10,148,22,29,149,26,30,31,21,34,32,152,152,49,149,26,30,148,22,29,153,7,10,147,49,10,10,10,151,70,154,7,10,10,152,37,10,10,29,30,133,29,30,133,133,133,133,0,37,151,70,154,28,7,10,29,29,30,30,31,21,32,29,30,29,30,0,146,70,105,145,14,70,10,150,146,146,146,70,153,70,70,105,145,70,7,7,10,10,7,10,7,10,145,0,28,14,7,10,29,30,31,21,32,32,37,7,10,105,150,153,37,28,14,7,10,148,22,29,149,26,30,31,21,34,32,37,28,14,7,10,148,22,29,149,26,30,31,21,34,32,150,153,155,150,153,155,105,145,37,28,14,7,10,148,22,29,149,26,30,31,21,34,32,133,37,10,149,26,30,7,37,28,14,7,10,148,22,29,149,26,30,31,21,34,32,14,10,10,10,10,0,0,0,0,0,0,0,0,0,0,73,79,77,78,73,73,73,73,74,156,75,75,75,75,88,74,76,77,78,79,73,75,88,74,76,77,78,79,73,75,73,73,73,75,75,73,75,88,74,73,75,77,75,88,74,76,77,78,79,73,75,73,73,73,75,74,76,77,78,79,73,75,88,74,76,77,78,79,73,75,79,75,88,74,76,77,78,79,73,88,79,79,73,73,75,75,75,75,73,73,73,73,75,88,74,76,77,78,79,73,73,73,73,75,75,88,73,73,73,75,74,75,75,75,75,75,73,73,75,88,74,76,77,78,79,73,88,73,73,73,73,73,73,79,79,73,79,79,75,75,75,75,75,79,73,73,73,73,73,73,73,73,73,79,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,78,73,79,79,73,88,75,73,73,73,73,75,88,74,76,77,78,79,73,75,88,74,76,77,78,79,73,73,73,73,76,73,73,73,73,73,76,79,73,0,0,75,88,74,76,77,78,79,73,75,75,88,74,76,77,78,79,73,74,0,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,0,0,0,0,106,107,108,106,107,108,107,108,106,108,109,109,106,107,108,109,106,107,108,108,107,107,109,109,109,106,107,108,107,109,107,109,106,107,108,109,106,107,108,109,106,107,108,109,106,107,108,107,108,108,106,107,109,106,107,108,108,108,0,107,109,108,108,108,109,107,106,107,109,106,107,108,106,107,108,106,107,108,107,107,108,106,107,108,109,109,106,107,108,107,107,108,108,107,106,107,108,107,107,108,108,108,107,107,107,106,107,108,107,107,108,106,107,108,107,108,106,107,106,106,107,109,106,107,108,109,106,107,108,107,108,107,108,106,107,108,109,106,107,108,109,106,107,108,0,0,0,0,0,116,116,120,120,119,117,120,116,119,117,120,116,117,116,117,116,116,119,117,119,117,120,116,117,119,117,120,116,119,117,120,116,120,119,117,120,116,117,119,117,117,117,119,117,120,116,117,117,117,116,119,117,120,116,116,116,116,116,116,117,116,119,117,116,116,119,117,120,116,119,117,120,116,116,119,117,120,116,119,117,120,116,120,81,80,89,80,80,80,121,80,89,81,80,84,80,80,81,81,84,81,80,0,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,82,80,81,81,0,80,80,0,80,80,80,89,80,80,80,81,89,0,0,0,81,121,82,84,84,0,80,84,0,80,80,81,80,82,84,82,84,80,80,80,80,80,80,80,80,80,80,80,80,0,80,81,82,81,81,0,0,81,0,81,80,121,102,89,121,80,81,82,84,102,89,121,80,81,82,84,102,89,121,80,81,82,84,102,89,121,80,81,82,84,102,102,102,102,89,89,121,121,80,80,81,81,82,82,84,84,102,89,121,102,102,102,102,89,89,89,89,121,121,121,121,102,89,121,80,81,82,84,102,102,89,121,80,81,82,84,102,102,102,89,121,80,81,82,84,102,89,121,80,81,82,84,102,102,89,121,80,81,82,84,102,89,121,80,81,82,84,102,89,121,80,81,82,84,102,89,121,80,81,82,84,102,89,121,80,81,82,84,102,89,121,80,81,82,84,102,89,121,80,81,82,84,157,158,157,159,160,159,160,158,157,160,158,157,161,162,163,162,164,161,165,166,163,165,166,164,161,163,165,162,167,168,169,170,171,172,173,174,173,174,175,176,177,178,179,175,176,177,178,168,169,172,174,173,179,169,170,169,170,168,169,170,171,172,173,0,83,85,83,85,0,0,0,83,85,0,83,85,122,83,85,122,123,83,85,122,123,122,122,122,123,83,85,122,123,122,123,83,85,122,123,83,85,122,123,83,85,122,123,83,85,122,123,85,123,83,123,123,83,83,122,83,85,122,123,83,85,122,123,83,85,122,123,83,85,122,123,122,122,180,181,182,183,180,181,182,184,185,186,187,184,185,186,187,184,185,186,187,184,185,0,131,188,131,0,0,0,0,0,0,0,188,131,131,131,189,128,128,128,131,128,134,130,129,132,131,128,134,130,129,132,128,128,129,128,129,128,134,128,130,129,131,128,134,130,129,132,128,131,130,128,130,129,132,129,131,128,134,130,129,132,128,132,129,128,134,131,128,134,130,129,132,134,128,128,128,128,131,128,134,130,129,132,128,128,134,128,128,128,128,131,128,134,130,129,132,134,129,134,134,134,134,134,134,134,134,134,134,134,134,129,130,128,128,128,128,128,132,131,132,131,132,129,132,132,129,134,128,129,131,128,134,130,129,132,131,128,134,130,129,132,132,131,128,134,130,129,132,128,131,128,134,130,129,132,190,190,139,139,139,139,0,0,0,0,0,0,136,118,118,140,137,118,118,140,137,139,136,138,118,140,137,139,136,138,118,140,137,137,136,118,138,138,139,138,139,138,118,118,140,137,118,137,138,139,136,138,118,140,137,118,138,139,139,139,139,139,118,139,136,138,118,140,137,139,136,138,118,140,137,136,137,137,139,136,138,118,140,137,118,118,118,139,136,138,118,140,137,118,138,138,118,139,136,138,118,140,137,137,138,140,138,137,138,118,140,138,140,138,140,138,118,136,136,118,118,118,118,137,138,118,140,118,140,118,118,118,118,138,118,138,138,118,118,138,118,118,118,138,136,138,118,139,138,118,139,136,138,118,140,137,139,136,138,118,140,137,138,118,138,118,140,118,118,140,137,118,140,139,136,138,118,140,137,139,136,138,118,140,137,136],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[3,[[2,[1]]]]],[]],[-1,[[5,[4]]],[]],[-1,[[5,[4]]],[]],[-1,[[5,[4]]],[]],[-1,[[5,[[6,[4]]]]],[]],[[7,8],9],[[10,8],9],[[10,8],9],0,[-1,11,[]],[10,[[13,[12]]]],[7,[[13,[12]]]],[10,[[13,[12]]]],[[[16,[14,15]]],17],[[-1,18],[[3,[[2,[1]]]]],[]],[-1,[[3,[[2,[1]]]]],[]],[[-1,4,19,19],[[3,[[2,[1]]]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,[[13,[12]]]],[-1,-2,[],[]],[10,[[13,[12]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[10,[[13,[12]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,20,20,21],[[3,[[2,[1]]]]],[]],[-1,[[5,[19]]],[]],0,[10,8],[-1,[[24,[22,23]]],25],[-1,[[24,[26,23]]],25],[7,[[13,[12]]]],[10,[[13,[12]]]],[10,27],0,0,0,[7,9],[10,9],0,[28,28],[14,14],[7,7],[10,10],[29,29],[30,30],[31,31],[21,21],[32,32],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[-1,[[5,[9]]],[]],[[28,28],33],[[7,7],33],[[10,10],33],[[29,29],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],0,[[-1,4,4],[[3,[[2,[1]]]]],[]],[[[13,[12]]],7],[[7,8],7],[[10,8],7],0,0,[[],7],[[],10],[[],34],[7,[[13,[12]]]],[10,[[13,[12]]]],[10,[[13,[12]]]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[28]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[7]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[10]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[29]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[30]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[31]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[21]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[32]]],36],[-1,[[3,[[2,[1]]]]],[]],[-1,[[5,[19]]],[]],[37,9],[7,9],[10,9],[[28,28],19],[[7,-1],19,25],[[7,[13,[12]]],19],[[7,[38,[12,15]]],19],[[7,7],19],[[7,20],19],[[7,10],19],[[7,39],19],[[10,39],19],[[10,[38,[12,15]]],19],[[10,-1],19,25],[[10,[13,[12]]],19],[[10,7],19],[[10,10],19],[[10,20],19],[[29,29],19],[[31,31],19],[[21,21],19],[[32,32],19],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],0,0,0,[[10,-1],9,40],[[10,-1],9,40],[[10,-1],9,40],[[10,[13,[12]]],9],[-1,[[3,[[2,[1]]]]],[]],[[37,41],[[24,[9,42]]]],[[28,41],[[24,[9,42]]]],[[14,41],[[24,[9,42]]]],[[7,41],[[24,[9,42]]]],[[7,41],[[24,[9,42]]]],[[7,41],[[24,[9,42]]]],[[10,41],[[24,[9,42]]]],[[10,41],[[24,[9,42]]]],[[10,41],[[24,[9,42]]]],[[29,41],43],[[30,41],43],[[31,41],43],[[21,41],43],[[34,41],43],[[32,41],43],[[32,41],43],[10,7],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[2,[[13,[12]],15]]],7],[20,7],[-1,-1,[]],[[[38,[12,15]]],7],[[[13,[12]]],7],[44,7],[45,7],[39,7],[10,7],[-1,-1,[]],[20,10],[[[13,[12]]],10],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,7,40],[-1,10,40],[-1,10,40],[[[13,[12]]],7],[[-1,18],[[3,[[2,[1]]]]],[]],[[-1,-2],46,[47,25],48],[[-1,-2],46,[47,25],48],[[-1,-2],46,[47,25],48],[[-1,-2],46,[47,25],48],0,[[[2,[49,15]],28],[[16,[14,15]]]],[[-1,28],19,[]],[[28,-1],9,50],[[7,-1],9,50],[[10,-1],9,50],[[29,-1],9,50],0,[[37,28],9],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7],[7],[10],[10],[51,32],0,0,0,[[-1,18,12],[[3,[[2,[1]]]]],[]],[-1,[[3,[[2,[1]]]]],[]],[-1,[[3,[[2,[1]]]]],[]],[[-1,18],[[3,[[2,[1]]]]],[]],[-1,19,[]],[7,19],[10,19],[7,19],[[-1,52,52],[[5,[9]]],[]],[[-1,53,54],[[5,[9]]],[]],[-1,[[5,[19]]],[]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[-1,52,52],[[5,[9]]],[]],[[-1,53,54],[[5,[9]]],[]],[7,8],[10,8],0,0,[-1,[[5,[[6,[57]]]]],[]],[[-1,4,19,19,19],[[3,[[2,[1]]]]],[]],0,[-1,[[3,[[2,[1]]]]],[]],0,[-1,[[5,[19]]],[]],[-1,[[5,[19]]],[]],[-1,[[5,[54]]],[]],[32,51],[[[16,[58,15]],[2,[49,15]],59,60],[[24,[37,51]]]],[[],7],[[],10],[-1,[[5,[19]]],[]],[[28,28],[[6,[33]]]],[[7,-1],[[6,[33]]],25],[[7,[13,[12]]],[[6,[33]]]],[[7,20],[[6,[33]]]],[[7,7],[[6,[33]]]],[[7,39],[[6,[33]]]],[[7,[38,[12,15]]],[[6,[33]]]],[[10,[13,[12]]],[[6,[33]]]],[[10,[38,[12,15]]],[[6,[33]]]],[[10,39],[[6,[33]]]],[[10,10],[[6,[33]]]],[[10,20],[[6,[33]]]],[[10,-1],[[6,[33]]],25],[[29,29],[[6,[33]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[-1,61],[[62,[[5,[8]]]]],[]],[[-1,61],[[62,[[5,[8]]]]],[]],[[-1,28],19,[]],0,0,0,0,0,0,[-1,[[5,[19]]],[]],0,0,0,[[-1,28],9,[]],[[10,-1],9,63],[[10,12,8],9],[[10,[13,[12]]],9],[[-1,[13,[[64,[12]]]]],[[3,[[2,[1]]]]],[]],[-1,[[5,[8]]],[]],[[-1,[13,[[64,[12]]]]],[[3,[[2,[1]]]]],[]],[7,8],[10,8],[10,8],[-1,9,[]],[[37,[2,[49,15]]],[[24,[9,[2,[49,15]]]]]],[[10,8],9],[[10,8,12],9],[[29,8],9],[[30,8],9],[[-1,20,[6,[65]],[6,[18]]],[[3,[[2,[1]]]]],[]],[[-1,8],9,[]],[[-1,8],9,[]],[[-1,29,18,[6,[57]],[6,[57]]],[[3,[[2,[1]]]]],[]],[-1,[[3,[[2,[1]]]]],[]],[-1,[[3,[[2,[1]]]]],[]],[[-1,18],[[3,[[2,[1]]]]],[]],0,0,[[-1,[13,[12]]],[[3,[[2,[1]]]]],[]],[-1,[[5,[8]]],[]],[[-1,[13,[12]],4],[[3,[[2,[1]]]]],[]],[[28,-1],24,66],[[7,-1],24,66],[[10,-1],24,66],[[29,-1],24,66],[[29,-1],24,[67,25]],[[30,-1],24,66],[[30,-1],24,[67,25]],[[31,-1],24,66],[[21,-1],24,66],[[32,-1],24,66],[[-1,-2],[[24,[9]]],[],[]],[[-1,-2],[[24,[9]]],[],[]],[[-1,-2],[[24,[8]]],[],[]],[[-1,-2],[[24,[8]]],[],[]],0,[[-1,19],[[5,[9]]],[]],[[-1,19],[[5,[9]]],[]],[[-1,[2,[49]]],[[5,[9]]],[]],[[-1,[2,[49]]],[[5,[9]]],[]],[[[16,[14,15]],28],[[16,[14,15]]]],[[-1,19],[[5,[9]]],[]],[[10,8],9],[[-1,[6,[57]]],[[5,[9]]],[]],[[-1,19],[[5,[9]]],[]],[[-1,19],[[5,[9]]],[]],[[-1,54],[[5,[9]]],[]],[[-1,19],[[5,[9]]],[]],[[-1,19],[[5,[9]]],[]],[[-1,8],[[5,[9]]],[]],[[-1,8],[[5,[9]]],[]],[[-1,12],[[5,[9]]],[]],[[-1,54],[[5,[9]]],[]],[[-1,68],[[5,[9]]],[]],[[7,-1],7,[[69,[8]]]],[[7,[13,[12]]],7],[10,[[13,[[64,[12]]]]]],[10,10],[[7,8],7],[[10,8],10],[[7,8],7],[[10,8],10],[-1,[[5,[31]]],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,39,[]],0,[[7,8],9],[[10,8],9],[-1,[[5,[[9,[[2,[70]],4]]]]],[]],[-1,[[5,[9]]],[]],[-1,[[5,[9]]],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[[-1,[13,[[64,[12]]]]],[[5,[8]]],[]],[[-1,[13,[[64,[12]]]]],[[5,[8]]],[]],[[-1,[13,[[64,[12]]]]],[[5,[[9,[8,4]]]]],[]],[[-1,[13,[12]]],[[5,[8]]],[]],[[-1,[13,[12]]],[[5,[8]]],[]],[[-1,[13,[12]],4],[[5,[8]]],[]],[-1,[[5,[12]]],[]],[-1,[[5,[54]]],[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,[[3,[[2,[1]]]]],[]],[[37,59],[[24,[9,51]]]],[[10,10],9],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[14,9],[8,10],[[10,72],[[24,[9,42]]]],[[10,20],[[24,[9,42]]]],[8,10],0,0,0,0,0,0,0,0,0,0,[-1,[[3,[[2,[1,15]]]]],[]],0,0,0,[73,[[5,[4]]]],[73,[[5,[4]]]],[73,[[5,[[6,[4]]]]]],[73,[[5,[4]]]],[[[16,[74]]],17],0,[[75,18],[[3,[[2,[1]]]]]],[75,[[3,[[2,[1]]]]]],[[75,4,19,19],[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[75,20,20,21],[[3,[[2,[1]]]]]],[73,[[5,[19]]]],0,0,[75,75],[[-1,-2],9,[],[]],[73,[[5,[9]]]],0,0,0,0,[[75,4,4],[[3,[[2,[1]]]]]],0,[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[75,[[3,[[2,[1]]]]]],[73,[[5,[19]]]],[73,9],[-1,[[3,[[2,[1,15]]]]],[]],[[75,41],43],[[74,41],43],[[76,41],43],[[77,41],43],[[78,41],43],[[79,41],43],[[73,41],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[75,18],[[3,[[2,[1]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[79,80],81],[[79,80],[[5,[9]]]],[[73,80],81],[[73,80],[[5,[9]]]],[[75,18,12],[[3,[[2,[1]]]]]],[75,[[3,[[2,[1]]]]]],[75,[[3,[[2,[1]]]]]],[[75,18],[[3,[[2,[1]]]]]],[73,19],[[73,52,52],[[5,[9]]]],[[73,53,54],[[5,[9]]]],[73,[[5,[19]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[73,52,52],[[5,[9]]]],[[73,53,54],[[5,[9]]]],[73,[[5,[[6,[57]]]]]],[[75,4,19,19,19],[[3,[[2,[1]]]]]],[75,[[3,[[2,[1]]]]]],0,[73,[[5,[19]]]],[73,[[5,[19]]]],[73,[[5,[54]]]],[[[83,[82]],[85,[84]],[87,[[86,[9]]]]],[[9,[75,88]]]],[[[16,[79]]],[[16,[74]]]],[[-1,-2,89],[[9,[75,88]]],[90,91],[92,91]],[[[96,[[94,[93]],95]],[97,[[94,[93]]]],89],[[9,[75,88]]]],[[[98,[82]],[99,[84]]],[[9,[75,88]]]],[[[96,[[94,[[101,[100]]]],95]],[97,[[94,[[101,[100]]]]]],89],[[9,[75,88]]]],[[75,102],73],[73,[[5,[19]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[3,[88]],61],62],[[73,61],[[62,[[5,[8]]]]]],[[73,61],[[62,[[5,[8]]]]]],[73,[[5,[19]]]],[[-1,[13,[[64,[12]]]]],[[3,[[2,[1,15]]]]],[]],[73,[[5,[8]]]],[[-1,[13,[[64,[12]]]]],[[3,[[2,[1,15]]]]],[]],0,0,[73,9],0,0,[[75,20,[6,[65]],[6,[18]]],[[3,[[2,[1]]]]]],[[75,29,18,[6,[57]],[6,[57]]],[[3,[[2,[1]]]]]],[75,[[3,[[2,[1]]]]]],[75,[[3,[[2,[1]]]]]],[[75,18],[[3,[[2,[1]]]]]],0,0,0,0,0,0,[[-1,[13,[12]]],[[3,[[2,[1,15]]]]],[]],0,[73,[[5,[8]]]],[[-1,[13,[12]],4],[[3,[[2,[1,15]]]]],[]],0,[[73,19],[[5,[9]]]],[[73,19],[[5,[9]]]],[[73,[2,[49]]],[[5,[9]]]],[[73,[2,[49]]],[[5,[9]]]],[[73,19],[[5,[9]]]],[[73,[6,[57]]],[[5,[9]]]],[[73,19],[[5,[9]]]],[[73,19],[[5,[9]]]],[[73,54],[[5,[9]]]],[[73,19],[[5,[9]]]],[[73,19],[[5,[9]]]],[[73,8],[[5,[9]]]],[[73,8],[[5,[9]]]],[[73,54],[[5,[9]]]],[[73,12],[[5,[9]]]],[[73,68],[[5,[9]]]],0,0,0,0,[73,[[5,[31]]]],0,[-1,-2,[],[]],[73,[[5,[9]]]],[73,[[5,[[9,[[2,[70]],4]]]]]],[73,[[5,[9]]]],[73,[[5,[9]]]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[[73,[13,[[64,[12]]]]],[[5,[8]]]],[[73,[13,[[64,[12]]]]],[[5,[8]]]],[[73,[13,[[64,[12]]]]],[[5,[[9,[8,4]]]]]],[[76,81],[[5,[9]]]],[[73,[13,[12]]],[[5,[8]]]],[[73,[13,[12]]],[[5,[8]]]],[[73,[13,[12]],4],[[5,[8]]]],[73,[[5,[12]]]],[73,[[5,[54]]]],0,0,0,[74,103],[74,9],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[75,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[74,9],0,[-1,[[3,[[2,[1,15]]]]],[]],[[104,[2,[105]]],9],[104,[[5,[4]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[],104],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[104,41],43],[-1,-1,[]],[-1,-2,[],[]],[[],[[24,[55,56]]]],[[],104],[[]],[[104,61],[[62,[[5,[8]]]]]],[[104,61],[[62,[[5,[8]]]]]],0,[104,9],[[104,[2,[49]]],[[5,[9]]]],[[104,12],[[5,[9]]]],[104,[[5,[[9,[[2,[70]],4]]]]]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[104,[[5,[12]]]],[-1,71,[]],[-1,-2,[],[]],0,0,0,0,[-1,[[3,[[2,[1,15]]]]],[]],0,0,[106,[[5,[4]]]],[107,[[5,[4]]]],[108,[[5,[4]]]],[107,[[5,[4]]]],[108,[[5,[[6,[4]]]]]],0,0,[[109,4,19,19],[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[108,[[5,[19]]]],0,[107,[[5,[9]]]],[[109,4,4],[[3,[[2,[1]]]]]],[[],109],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[107,[[5,[19]]]],[109,9],[-1,[[3,[[2,[1,15]]]]],[]],[[109,41],43],[[106,41],43],[[107,41],43],[[108,41],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[107,19],[[108,52,52],[[5,[9]]]],[[108,53,54],[[5,[9]]]],0,[107,[[5,[19]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[108,52,52],[[5,[9]]]],[[108,53,54],[[5,[9]]]],[[110,111],[[6,[111]]]],[107,[[5,[[6,[57]]]]]],[[109,4,19,19,19],[[3,[[2,[1]]]]]],[108,[[5,[19]]]],[108,[[5,[19]]]],[108,[[5,[54]]]],[[],109],[[[16,[58]],112,4],107],0,[107,[[5,[19]]]],[[]],[[]],[[]],[[]],[[106,61],[[62,[[5,[8]]]]]],[[107,61],[[62,[[5,[8]]]]]],[[108,61],[[62,[[5,[8]]]]]],[[106,61],[[62,[[5,[8]]]]]],[[107,61],[[62,[[5,[8]]]]]],[[108,61],[[62,[[5,[8]]]]]],[[-1,[13,[[64,[12]]]]],[[3,[[2,[1,15]]]]],[]],[107,[[5,[8]]]],[[-1,[13,[[64,[12]]]]],[[3,[[2,[1,15]]]]],[]],[106,9],[107,9],[108,9],[[109,20,[6,[65]],[6,[18]]],[[3,[[2,[1]]]]]],0,0,0,0,[[-1,[13,[12]]],[[3,[[2,[1,15]]]]],[]],[107,[[5,[8]]]],[[-1,[13,[12]],4],[[3,[[2,[1,15]]]]],[]],[[108,19],[[5,[9]]]],[[107,19],[[5,[9]]]],[[106,[2,[49]]],[[5,[9]]]],[[107,[2,[49]]],[[5,[9]]]],[[108,[2,[49]]],[[5,[9]]]],[[107,19],[[5,[9]]]],[[107,[6,[57]]],[[5,[9]]]],[[108,19],[[5,[9]]]],[[108,19],[[5,[9]]]],[[108,54],[[5,[9]]]],[[107,19],[[5,[9]]]],[[107,8],[[5,[9]]]],[[107,8],[[5,[9]]]],[[106,12],[[5,[9]]]],[[107,54],[[5,[9]]]],[[108,54],[[5,[9]]]],[[107,68],[[5,[9]]]],0,0,[106,[[9,[113,[16,[58]],114]]]],[107,[[9,[113,[16,[58]],112,10]]]],[108,[[9,[113,[16,[58]],115]]]],[107,[[5,[31]]]],[108,[[5,[31]]]],0,0,[106,[[5,[[9,[[2,[70]],4]]]]]],[106,[[5,[[9,[[2,[70]],4]]]]]],[107,[[5,[9]]]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[[107,[13,[[64,[12]]]]],[[5,[8]]]],[[108,[13,[[64,[12]]]]],[[5,[[9,[8,4]]]]]],[[107,[13,[12]]],[[5,[8]]]],[[108,[13,[12]],4],[[5,[8]]]],[106,[[5,[12]]]],[107,[[5,[54]]]],[108,[[5,[54]]]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,[[3,[[2,[1,15]]]]],[]],[116,[[5,[4]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[117,117],[116,116],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[116,4],118],[[],119],[[],117],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[117,[[3,[[2,[1]]]]]],[[119,41],43],[[117,41],43],[[120,41],43],[[116,41],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[117,18,12],[[3,[[2,[1]]]]]],0,[117,[[3,[[2,[1]]]]]],[117,[[3,[[2,[1]]]]]],[[117,18],[[3,[[2,[1]]]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[117,4,19,19,19],[[3,[[2,[1]]]]]],[[117,4,4],[[6,[118]]]],[[],117],[4,116],[[]],[[]],[[]],[[]],[[116,61],[[62,[[5,[8]]]]]],[[116,61],[[62,[[5,[8]]]]]],[116,9],[[116,[2,[49]]],[[5,[9]]]],[[116,12],[[5,[9]]]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[116,[[5,[[9,[[2,[70]],4]]]]]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[116,[[5,[12]]]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[102,102],[89,89],[121,121],[80,80],[81,81],[82,82],[84,84],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[102,102],33],[[-1,-2],33,[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[102]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[89]]],36],[-1,[[24,[121]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[80]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[81]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[-1,[[24,[82]]],36],[-1,[[24,[84]]],36],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[102,102],19],[[89,89],19],[[121,121],19],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[102,41],43],[[89,41],43],[[121,41],43],[[80,41],43],[[81,41],43],[[82,41],43],[[84,41],43],[-1,-1,[]],[46,102],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],46,[47,25],48],[[102,-1],9,50],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[102,102],[[6,[33]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[102,-1],24,66],[[89,-1],24,66],[[121,-1],24,66],[[80,-1],24,66],[[81,-1],24,66],[[82,-1],24,66],[[84,-1],24,66],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[122,17],9],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[[-1,-2],9,[],[]],[[],122],[[],123],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[122,41],43],[[123,41],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[]],[[]],[[]],[[]],[[[85,[-1]],61],[[62,[[6,[-1]]]]],124],[[[3,[123]],61],[[62,[[125,[9]]]]]],[[[83,[-1]],61,-1],[[62,[[5,[9]]]]],[126,91,127]],[[[3,[123]],61],[[62,[[125,[9]]]]]],[[[3,[123]],61,[13,[12]]],[[62,[[125,[8]]]]]],[[[83,[-1]],-1],[[5,[9]]],[126,91,127]],[[[83,[-1]],-1],[[5,[9]]],[126,91,127]],[-1,-2,[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[122,9],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[128,18],[[3,[[2,[1]]]]]],[128,[[3,[[2,[1]]]]]],[[128,4,19,19],[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[128,20,20,21],[[3,[[2,[1]]]]]],[128,128],[129,129],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],0,0,[[128,4,4],[[3,[[2,[1]]]]]],[[],130],[[],129],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[128,[[3,[[2,[1]]]]]],[[131,[16,[132]],102],[[6,[[86,[9]]]]]],0,[[128,41],43],[[130,41],43],[[129,41],43],[[132,41],43],[[129,102],129],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[128,18],[[3,[[2,[1]]]]]],0,[[129,28],19],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[128,18,12],[[3,[[2,[1]]]]]],[128,[[3,[[2,[1]]]]]],[128,[[3,[[2,[1]]]]]],[[128,18],[[3,[[2,[1]]]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[128,4,19,19,19],[[3,[[2,[1]]]]]],[128,[[3,[[2,[1]]]]]],0,[[[83,[84]],[85,[82]],[87,[[86,[9]]]],[16,[133]]],[[9,[128,134]]]],[[-1,-2,89,[16,[133]]],[[9,[128,134]]],[90,91],[92,91]],[[[96,[[94,[93]],95]],[97,[[94,[93]]]],89,[16,[133]]],[[9,[128,134]]]],[[[98,[84]],[99,[82]],[16,[133]]],[[9,[128,134]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[[3,[134]],61],62],[[129,28],19],[[134,82],[[6,[[86,[9]]]]]],[-1,[[6,[[86,[9]]]]],[1,91]],[[134,-1,-2,[6,[46]]],[[6,[[86,[9]]]]],[135,91],[135,91]],[[134,-1,102,[6,[46]]],[[6,[[86,[9]]]]],[135,91]],[[134,-1,[6,[46]]],[[6,[[86,[9]]]]],[135,91]],[[134,-1,-2,102,[6,[46]]],[[6,[[86,[9]]]]],[135,91],[135,91]],[[134,102,102,[6,[46]]],[[6,[[86,[9]]]]]],[[134,-1,102,[6,[46]]],[[6,[[86,[9]]]]],[135,91]],[[134,80,[6,[46]]],[[6,[[86,[9]]]]]],[[134,102,[38,[12]],[6,[46]]],[[6,[[86,[9]]]]]],[[134,102,[38,[12]],4,[6,[46]]],[[6,[[86,[9]]]]]],[[134,102,80,[6,[46]]],[[6,[[86,[9]]]]]],[[129,28],9],0,[[128,20,[6,[65]],[6,[18]]],[[3,[[2,[1]]]]]],[[128,29,18,[6,[57]],[6,[57]]],[[3,[[2,[1]]]]]],[128,[[3,[[2,[1]]]]]],[128,[[3,[[2,[1]]]]]],[[128,18],[[3,[[2,[1]]]]]],0,[[131,[16,[132]],102,[38,[12]],[6,[46]]],[[6,[[86,[9]]]]]],[[[16,[132]],84],[[6,[[86,[9]]]]]],[[131,[16,[132]],102,[38,[12]],4,46],[[6,[[86,[9]]]]]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],0,[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[128,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[136,17],9],[118,[[5,[4]]]],0,0,0,[118,[[5,[4]]]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[137,[[13,[12]]]],0,[[8,4,4],[[9,[118,118]]]],[138,9],[138,9],[139,139],[138,138],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[118,[[5,[9]]]],[118,[[5,[9]]]],[140,[[5,[9]]]],[137,[[5,[9]]]],[[140,137],118],[[137,8],9],0,[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[24,[[35,[-3,-4]]]]],[],[],[],[]],[118,[[5,[19]]]],[138,9],[[139,139],19],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[[-1,-2],19,[],[]],[-1,[[3,[[2,[1,15]]]]],[]],[[139,41],43],[[136,41],43],[[138,41],43],[[118,41],43],[[140,41],43],[[137,41],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[137,[[141,[138]]]],[137,[[141,[138]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[118,19],[118,19],[118,[[5,[19]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[[],[[24,[55,56]]]],[118,[[5,[[6,[57]]]]]],[138,8],[8,138],[118,[[5,[19]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[137,61],[[62,[[125,[[13,[12]]]]]]]],[[[3,[138]],61],[[62,[[24,[9,51]]]]]],[[[3,[140]],61],[[62,[[24,[9,51]]]]]],[[[3,[138]],61,142],[[62,[[125,[9]]]]]],[[[3,[137]],61,142],[[62,[[125,[9]]]]]],[[138,61],[[62,[[5,[8]]]]]],[[118,61],[[62,[[5,[8]]]]]],[[140,61,[13,[12]]],[[62,[[125,[8]]]]]],[[[3,[138]],61],[[62,[[24,[9,51]]]]]],[[[3,[140]],61],[[62,[[24,[9,51]]]]]],[[[3,[138]],61,[13,[12]]],[[62,[[24,[8,51]]]]]],[[[3,[140]],61,[13,[12]]],[[62,[[24,[8,51]]]]]],[[138,61],[[62,[[5,[8]]]]]],[[118,61],[[62,[[5,[8]]]]]],0,0,[[-1,[13,[[64,[12]]]]],[[3,[[2,[1,15]]]]],[]],[118,[[5,[8]]]],[118,9],0,0,[[138,7],[[5,[9]]]],[[-1,[13,[12]]],[[3,[[2,[1,15]]]]],[]],[[140,7],[[125,[9]]]],[118,[[5,[8]]]],[[140,7,19],[[125,[9]]]],[[118,19],[[5,[9]]]],[[118,[2,[49]]],[[5,[9]]]],[[118,19],[[5,[9]]]],[[118,[6,[57]]],[[5,[9]]]],[[138,8],9],[[118,19],[[5,[9]]]],[[138,143],9],[[138,143],9],[[118,8],[[5,[9]]]],[[118,8],[[5,[9]]]],[[138,139],9],[[118,54],[[5,[9]]]],[[118,68],[[5,[9]]]],[118,[[9,[140,137]]]],[138,139],0,0,[118,[[5,[31]]]],[-1,-2,[],[]],[-1,-2,[],[]],[118,[[5,[9]]]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[[138,[13,[[64,[12]]]],[6,[17]]],[[5,[8]]]],[[118,[13,[[64,[12]]]]],[[5,[8]]]],[[138,[13,[12]],19,[6,[17]]],[[5,[8]]]],[[118,[13,[12]]],[[5,[8]]]],[[140,[13,[12]]],[[125,[8]]]],[118,[[5,[54]]]],0,0,0,0,0,[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,71,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0],"c":[],"p":[[8,"Future",1843],[3,"Box",1844],[3,"Pin",1845],[4,"SocketAddr",1846],[6,"Result",0],[4,"Option",1847],[3,"Bytes",0],[15,"usize"],[15,"tuple"],[3,"BytesMut",0],[8,"Error",1848],[15,"u8"],[15,"slice"],[3,"InterestHandlerWaker",0],[3,"Global",1849],[3,"Arc",1850],[3,"Waker",1851],[4,"IpAddr",1852],[15,"bool"],[15,"str"],[4,"StreamSecurity",0],[3,"ArchivedIpCidr",0],[3,"StructCheckError",1853],[4,"Result",1854],[8,"Sized",1855],[3,"ArchivedIpRoute",0],[3,"UninitSlice",1856],[4,"InterestType",0],[3,"IpCidr",0],[3,"IpRoute",0],[4,"SocketStatus",0],[4,"NetworkError",0],[4,"Ordering",1857],[3,"UnsupportedVirtualNetworking",0],[3,"With",1858],[8,"Deserializer",1859],[3,"InterestGuard",0],[3,"Vec",1860],[3,"String",1861],[8,"IntoIterator",1862],[3,"Formatter",1863],[3,"Error",1863],[6,"Result",1863],[3,"Custom",1864],[3,"ByteStr",1865],[15,"u64"],[8,"Hash",1866],[8,"BuildHasher",1866],[8,"InterestHandler",0],[8,"Hasher",1866],[3,"Error",1867],[3,"Ipv4Addr",1852],[3,"Ipv6Addr",1852],[15,"u32"],[3,"Layout",1868],[3,"LayoutError",1868],[3,"Duration",1869],[3,"Selector",1870],[8,"Source",1871],[3,"Interest",1872],[3,"Context",1851],[4,"Poll",1873],[8,"Buf",1874],[19,"MaybeUninit",1875],[15,"u16"],[8,"Serializer",1876],[8,"Fallible",1877],[4,"Shutdown",1878],[8,"RangeBounds",1879],[8,"VirtualTcpSocket",0],[3,"TypeId",1880],[3,"Arguments",1863],[3,"RemoteSocket",602],[3,"TxWaker",602],[3,"RemoteNetworkingClient",602],[3,"RequestTx",602],[3,"DataWithAddr",602],[3,"SocketWithAddr",602],[3,"RemoteCommon",602],[4,"RequestType",1103],[4,"ResponseType",1103],[4,"MessageRequest",1103],[4,"RemoteTx",1407],[4,"MessageResponse",1103],[4,"RemoteRx",1407],[6,"BoxFuture",1881],[3,"UnboundedReceiver",1882],[3,"RemoteNetworkingClientDriver",602],[4,"FrameSerializationFormat",1103],[8,"AsyncWrite",1883],[8,"Send",1855],[8,"AsyncRead",1884],[3,"Upgraded",1885],[3,"WebSocketStream",1886],[4,"Message",1887],[3,"SplitSink",1888],[3,"SplitStream",1888],[3,"Sender",1889],[3,"Receiver",1889],[3,"TcpStream",1890],[4,"MaybeTlsStream",1891],[3,"SocketId",1103],[3,"RawWaker",1851],[3,"CompositeTcpListener",841],[8,"VirtualTcpListener",0],[3,"LocalTcpListener",867],[3,"LocalTcpStream",867],[3,"LocalUdpSocket",867],[3,"LocalNetworking",867],[6,"RawFd",1892],[6,"c_short",1893],[3,"TcpStream",1894],[4,"HandlerGuardState",1895],[3,"TcpListener",1896],[3,"UdpSocket",1897],[3,"LoopbackTcpListener",1015],[3,"LoopbackNetworking",1015],[3,"TcpSocketHalf",1659],[3,"LoopbackNetworkingState",1015],[3,"LoopbackTcpListenerState",1015],[4,"Shutdown",1103],[3,"RemoteTxWakers",1407],[3,"FailOnWrite",1407],[8,"DeserializeOwned",1859],[6,"Result",1867],[8,"Serialize",1876],[8,"Sync",1855],[3,"RemoteNetworkingServer",1502],[3,"RemoteAdapterHandler",1502],[3,"RemoteAdapterHandlerState",1502],[4,"RemoteAdapterSocket",1502],[3,"RemoteAdapterCommon",1502],[8,"VirtualNetworking",0],[3,"RemoteNetworkingServerDriver",1502],[8,"FnOnce",1898],[3,"SocketBufferState",1659],[3,"TcpSocketHalfRx",1659],[3,"SocketBuffer",1659],[4,"State",1659],[3,"TcpSocketHalfTx",1659],[3,"BufReader",1899],[3,"ReadBuf",1900],[3,"ArcInterestHandler",1901],[8,"VirtualTcpListenerExt",0],[8,"VirtualSocket",0],[8,"VirtualUdpSocket",0],[6,"DynVirtualNetworking",0],[3,"IpCidrResolver",0],[3,"IpRouteResolver",0],[8,"VirtualConnectedSocket",0],[8,"VirtualConnectedSocketExt",0],[8,"VirtualIoSource",0],[8,"VirtualRawSocket",0],[8,"VirtualConnectionlessSocketExt",0],[8,"VirtualConnectionlessSocket",0],[6,"SocketMap",602],[13,"SendTo",1344],[13,"Send",1344],[13,"Interface",1344],[13,"Socket",1344],[13,"RecvWithAddr",1356],[13,"FinishAccept",1356],[13,"Sent",1356],[13,"Recv",1356],[13,"SendError",1356],[13,"ResponseToRequest",1356],[13,"Closed",1356],[13,"Bridge",1373],[13,"ListenTcp",1373],[13,"BindUdp",1373],[13,"BindIcmp",1373],[13,"ConnectTcp",1373],[13,"RouteAdd",1373],[13,"Resolve",1373],[13,"JoinMulticastV4",1373],[13,"LeaveMulticastV4",1373],[13,"JoinMulticastV6",1373],[13,"LeaveMulticastV6",1373],[13,"IpAdd",1373],[13,"HyperWebSocket",1481],[13,"TokioWebSocket",1481],[13,"Mpsc",1481],[13,"Stream",1481],[13,"HyperWebSocket",1488],[13,"TokioWebSocket",1488],[13,"Mpsc",1488],[13,"Stream",1488],[6,"BackgroundTask",1502],[6,"SocketMap",1502],[13,"TcpListener",1657]]},\ -"wai_bindgen_wasmer":{"doc":"","t":"IDNIENNNNNDNNNNNDDENDNMLLLLLLMAOLKOLLKLAMMMMLMAMAMMALLLLLLMMMMMMNENNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMIDLLLLLLLLLLLLLLLLLLLLKLLLLLKLLLLOLLLLOLLLLIDDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLMLLMLLLMFLLLLLOLLLLLLLLLNENDLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLLMNNNEEDLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMM","n":["AllBytesValid","BorrowChecker","BorrowCheckerOutOfHandles","Endian","GuestError","InDataField","InFunc","InvalidEnumValue","InvalidFlagValue","InvalidUtf8","Le","NotAllocated","PtrBorrowed","PtrNotAligned","PtrOutOfBounds","PtrOverflow","RawMemory","Region","RemoveError","SliceLengthsDiffer","Table","TryFromIntError","_marker","borrow","borrow_mut","deref","deref_mut","deserialize","drop","elems","error","export","from","from_le","import","init","into","into_le","layout_raw","le","len","len","mut_borrows","next","pointer_metadata","ptr","region","shared_borrows","slab","slice","start","table","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","err","err","field","funcname","location","typename","BorrowCheckerOutOfHandles","GuestError","InDataField","InFunc","InvalidEnumValue","InvalidFlagValue","InvalidUtf8","PtrBorrowed","PtrNotAligned","PtrOutOfBounds","PtrOverflow","SliceLengthsDiffer","TryFromIntError","as_error","borrow","borrow_mut","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","init","into","layout_raw","pointer_metadata","source","to_string","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","err","err","field","funcname","location","typename","Endian","Le","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","deserialize","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from_le","from_slice","from_slice_mut","get","init","into","into_le","layout_raw","new","partial_cmp","pointer_metadata","primitives","set","to_owned","try_from","try_into","tuples","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","AllBytesValid","BorrowChecker","Region","__clone_box","_marker","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_hash","get_slice","get_slice_mut","hash","init","init","into","into","is_mut_borrowed","is_shared_borrowed","layout_raw","layout_raw","len","len","mut_borrows","new","overlaps","pointer_metadata","pointer_metadata","ptr","raw","region","shared_borrows","slice","slice_mut","slice_str","start","to_error","to_owned","try_from","try_from","try_into","try_into","tuples","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","validate_contains","Empty","Entry","Full","Slab","borrow","borrow","borrow_mut","borrow_mut","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","from","from","get","get_mut","init","init","insert","into","into","layout_raw","layout_raw","next","pointer_metadata","pointer_metadata","remove","storage","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","next","Empty","Full","NotAllocated","RemoveError","Slot","Table","as_error","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","elems","fmt","fmt","fmt","from","from","from","get","init","init","init","insert","into","into","into","layout_raw","layout_raw","layout_raw","new","next","pointer_metadata","pointer_metadata","pointer_metadata","remove","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","item","next_empty"],"q":[[0,"wai_bindgen_wasmer"],[58,"wai_bindgen_wasmer::GuestError"],[64,"wai_bindgen_wasmer::error"],[106,"wai_bindgen_wasmer::error::GuestError"],[112,"wai_bindgen_wasmer::le"],[155,"wai_bindgen_wasmer::region"],[225,"wai_bindgen_wasmer::slab"],[271,"wai_bindgen_wasmer::slab::Entry"],[272,"wai_bindgen_wasmer::table"],[341,"wai_bindgen_wasmer::table::Slot"],[343,"rkyv::with"],[344,"core::result"],[345,"core::alloc::layout"],[346,"core::alloc::layout"],[347,"alloc::alloc"],[348,"alloc::boxed"],[349,"core::any"],[350,"core::fmt"],[351,"core::fmt"],[352,"core::str::error"],[353,"core::option"],[354,"alloc::string"],[355,"dyn_clone::sealed"],[356,"core::marker"],[357,"core::cmp"],[358,"core::cmp"],[359,"core::marker"],[360,"core::hash"]],"d":["Unsafe trait representing types where every byte pattern …","","","Trait used for the implementation of the Le type.","","","","","","","Helper type representing a 1-byte-aligned little-endian …","","","","","","","Represents a contiguous region in memory.","","","","","","","","","","","","","","Generate code to support implementing the given interfaces …","Returns the argument unchanged.","Converts this value and any aggregate fields (if any) from …","Generate code to support consuming the given interfaces, …","","Calls U::from(self).","Converts this value and any aggregate fields (if any) into …","","","","","","","","","","Maps from handle to region borrowed. A HashMap is probably …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Trait used for the implementation of the Le type.","Helper type representing a 1-byte-aligned little-endian …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Converts this value and any aggregate fields (if any) from …","","","Reads the value stored in this Le<T>.","","Calls U::from(self).","Converts this value and any aggregate fields (if any) into …","","Creates a new Le<T> value where the internals are stored …","","","","Writes the val to this slot.","","","","","","","","","Unsafe trait representing types where every byte pattern …","","Represents a contiguous region in memory.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Checks if this Region overlaps with rhs Region.","","","","","","Maps from handle to region borrowed. A HashMap is probably …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Borrows an item from this table.","","","","Inserts an item into this table, returning the index that …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Creates a new empty table","","","","","Removes an item from this table.","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,12,0,0,12,12,12,12,12,0,46,12,12,12,12,0,0,0,12,0,12,36,47,47,47,47,47,47,45,0,0,47,24,0,47,47,24,47,0,36,31,36,45,47,36,0,36,0,47,31,0,47,47,47,47,47,47,48,49,49,48,48,49,12,0,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,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,48,49,49,48,48,49,0,0,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,24,21,21,21,21,21,24,21,21,21,21,0,21,21,21,21,0,21,21,21,21,0,0,0,31,36,36,31,36,31,31,31,36,31,36,31,36,31,36,31,31,31,31,31,31,31,36,31,31,36,36,31,36,31,36,31,36,36,36,31,36,31,36,36,31,36,31,36,36,36,36,36,36,36,31,0,31,36,31,36,31,0,36,31,36,31,36,31,36,31,36,50,0,50,0,43,50,43,50,43,43,50,43,50,43,50,43,50,43,43,50,43,43,43,50,43,43,50,43,50,43,43,50,43,43,43,50,43,50,43,50,43,50,43,50,43,50,51,52,52,46,0,0,0,46,45,52,46,45,52,46,45,45,52,46,45,52,46,45,52,46,45,52,46,45,45,46,46,45,52,46,45,45,52,46,45,45,52,46,45,52,46,45,45,45,52,46,45,46,45,52,46,45,52,46,45,52,46,45,52,46,45,52,46,45,52,46,53,54],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],0,0,0,[-1,-1,[]],[-1,-1,[]],0,[[],1],[-1,-2,[],[]],[-1,-1,[]],[[],[[3,[5,6]]]],0,0,0,0,0,[[]],0,0,0,0,0,0,0,[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,11,[]],[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[[12,12],13],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[12,14],15],[[12,14],15],[16,12],[-1,-1,[]],[17,12],[[],1],[-1,-2,[],[]],[[],[[3,[5,6]]]],[[]],[12,[[18,[11]]]],[-1,19,[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],0,0,0,0,0,0,0,0,[[-1,20],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[21,[-1]]],[[21,[-1]]],22],[[-1,-2],4,[],[]],[[[21,[-1]],[21,[-1]]],23,[24,25]],[[-1,-2],23,[],[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[[[21,[-1]],[21,[-1]]],13,[24,26]],[[[21,[-1]],-1],13,[24,26]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[[21,[-1]],14],15,[24,27]],[-1,-1,[]],[-1,[[21,[-1]]],24],[-1,-1,[]],[[[29,[28]]],[[29,[[21,[-1]]]]],24],[[[29,[28]]],[[29,[[21,[-1]]]]],24],[[[21,[-1]]],-1,24],[[],1],[-1,-2,[],[]],[-1,-1,[]],[[],[[3,[5,6]]]],[-1,[[21,[-1]]],24],[[[21,[-1]],[21,[-1]]],[[18,[23]]],[24,30]],[[]],0,[[[21,[-1]],-1],4,24],[-1,-2,[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],0,[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],0,0,0,[[-1,20],4,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[31,31],[[-1,-2],4,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[1,4],[[31,31],13],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[31,14],15],[-1,-1,[]],[-1,-1,[]],[[-1,-2],32,[33,34],35],[[36,37,37],[[3,[[4,[[29,[-1]],31]],38]]],39],[[36,37,37],[[3,[[4,[[29,[-1]],31]],38]]],[]],[[31,-1],4,40],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[36,31],13],[[36,31],13],[[],[[3,[5,6]]]],[[],[[3,[5,6]]]],0,0,0,[[[29,[28]]],36],[[31,31],13],[[]],[[]],0,[36,29],[[36,37,37],[[3,[31,38]]]],0,[[36,37,37],[[3,[[29,[-1]],38]]],39],[[36,37,37],[[3,[[29,[-1]],38]]],39],[[36,37,37],[[3,[41,38]]]],0,[-1,38,42],[-1,-2,[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],0,[-1,7,[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[36,31],[[3,[4,38]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[43,[-1]]],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[1,4],[[[43,[-1]],14],15,27],[-1,-1,[]],[-1,-1,[]],[[[43,[-1]],44],[[18,[-1]]],[]],[[[43,[-1]],44],[[18,[-1]]],[]],[[],1],[[],1],[[[43,[-1]],-1],44,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[3,[5,6]]]],[[],[[3,[5,6]]]],0,[[]],[[]],[[[43,[-1]],44],[[18,[-1]]],[]],0,[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,7,[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,0,0,0,0,0,0,[-1,11,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[45,[-1]]],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[1,4],[1,4],0,[[[45,[-1]],14],15,[]],[[46,14],15],[[46,14],15],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[45,[-1]],44],[[18,[-1]]],[]],[[],1],[[],1],[[],1],[[[45,[-1]],-1],44,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[3,[5,6]]]],[[],[[3,[5,6]]]],[[],[[3,[5,6]]]],[[],[[45,[-1]]],[]],0,[[]],[[]],[[]],[[[45,[-1]],44],[[3,[-1,46]]],[]],[-1,19,[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,0],"c":[],"p":[[15,"usize"],[3,"With",343],[4,"Result",344],[15,"tuple"],[3,"Layout",345],[3,"LayoutError",345],[3,"TypeId",346],[3,"Global",347],[3,"Box",348],[8,"Any",346],[8,"Error",349],[4,"GuestError",64],[15,"bool"],[3,"Formatter",350],[6,"Result",350],[3,"TryFromIntError",351],[3,"Utf8Error",352],[4,"Option",353],[3,"String",354],[3,"Private",355],[3,"Le",112],[8,"Copy",356],[4,"Ordering",357],[8,"Endian",112],[8,"Ord",357],[8,"PartialEq",357],[8,"Debug",350],[15,"u8"],[15,"slice"],[8,"PartialOrd",357],[3,"Region",155],[15,"u64"],[8,"Hash",358],[8,"Sized",356],[8,"BuildHasher",358],[3,"BorrowChecker",155],[15,"i32"],[3,"RuntimeError",359],[8,"AllBytesValid",155],[8,"Hasher",358],[15,"str"],[8,"Display",350],[3,"Slab",225],[15,"u32"],[3,"Table",272],[4,"RemoveError",272],[3,"RawMemory",0],[13,"InFunc",106],[13,"InDataField",106],[4,"Entry",225],[13,"Empty",271],[4,"Slot",272],[13,"Full",341],[13,"Empty",341]]},\ +"wai_bindgen_wasmer":{"doc":"","t":"IDNIENNNNNDNNNNNDDENDNMLLLLLLMAOLKOLLKLAMMMMLMAMAMMALLLLLLMMMMMMNENNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMIDLLLLLLLLLLLLLLLLLLLLKLLLLLKLLLLOLLLLOLLLLIDDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLMLLMLLLMFLLLLLOLLLLLLLLLNENDLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLLMNNNEEDLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMM","n":["AllBytesValid","BorrowChecker","BorrowCheckerOutOfHandles","Endian","GuestError","InDataField","InFunc","InvalidEnumValue","InvalidFlagValue","InvalidUtf8","Le","NotAllocated","PtrBorrowed","PtrNotAligned","PtrOutOfBounds","PtrOverflow","RawMemory","Region","RemoveError","SliceLengthsDiffer","Table","TryFromIntError","_marker","borrow","borrow_mut","deref","deref_mut","deserialize","drop","elems","error","export","from","from_le","import","init","into","into_le","layout_raw","le","len","len","mut_borrows","next","pointer_metadata","ptr","region","shared_borrows","slab","slice","start","table","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","err","err","field","funcname","location","typename","BorrowCheckerOutOfHandles","GuestError","InDataField","InFunc","InvalidEnumValue","InvalidFlagValue","InvalidUtf8","PtrBorrowed","PtrNotAligned","PtrOutOfBounds","PtrOverflow","SliceLengthsDiffer","TryFromIntError","as_error","borrow","borrow_mut","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","init","into","layout_raw","pointer_metadata","source","to_string","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","err","err","field","funcname","location","typename","Endian","Le","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","deserialize","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from_le","from_slice","from_slice_mut","get","init","into","into_le","layout_raw","new","partial_cmp","pointer_metadata","primitives","set","to_owned","try_from","try_into","tuples","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","AllBytesValid","BorrowChecker","Region","__clone_box","_marker","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_hash","get_slice","get_slice_mut","hash","init","init","into","into","is_mut_borrowed","is_shared_borrowed","layout_raw","layout_raw","len","len","mut_borrows","new","overlaps","pointer_metadata","pointer_metadata","ptr","raw","region","shared_borrows","slice","slice_mut","slice_str","start","to_error","to_owned","try_from","try_from","try_into","try_into","tuples","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","validate_contains","Empty","Entry","Full","Slab","borrow","borrow","borrow_mut","borrow_mut","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","from","from","get","get_mut","init","init","insert","into","into","layout_raw","layout_raw","next","pointer_metadata","pointer_metadata","remove","storage","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","next","Empty","Full","NotAllocated","RemoveError","Slot","Table","as_error","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","elems","fmt","fmt","fmt","from","from","from","get","init","init","init","insert","into","into","into","layout_raw","layout_raw","layout_raw","new","next","pointer_metadata","pointer_metadata","pointer_metadata","remove","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","item","next_empty"],"q":[[0,"wai_bindgen_wasmer"],[58,"wai_bindgen_wasmer::GuestError"],[64,"wai_bindgen_wasmer::error"],[106,"wai_bindgen_wasmer::error::GuestError"],[112,"wai_bindgen_wasmer::le"],[155,"wai_bindgen_wasmer::region"],[225,"wai_bindgen_wasmer::slab"],[271,"wai_bindgen_wasmer::slab::Entry"],[272,"wai_bindgen_wasmer::table"],[341,"wai_bindgen_wasmer::table::Slot"],[343,"rkyv::with"],[344,"core::result"],[345,"core::alloc::layout"],[346,"core::alloc::layout"],[347,"alloc::alloc"],[348,"alloc::boxed"],[349,"core::any"],[350,"core::fmt"],[351,"core::fmt"],[352,"core::num::error"],[353,"core::option"],[354,"alloc::string"],[355,"dyn_clone::sealed"],[356,"core::marker"],[357,"core::cmp"],[358,"core::cmp"],[359,"core::marker"],[360,"core::hash"]],"d":["Unsafe trait representing types where every byte pattern …","","","Trait used for the implementation of the Le type.","","","","","","","Helper type representing a 1-byte-aligned little-endian …","","","","","","","Represents a contiguous region in memory.","","","","","","","","","","","","","","Generate code to support implementing the given interfaces …","Returns the argument unchanged.","Converts this value and any aggregate fields (if any) from …","Generate code to support consuming the given interfaces, …","","Calls U::from(self).","Converts this value and any aggregate fields (if any) into …","","","","","","","","","","Maps from handle to region borrowed. A HashMap is probably …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Trait used for the implementation of the Le type.","Helper type representing a 1-byte-aligned little-endian …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Converts this value and any aggregate fields (if any) from …","","","Reads the value stored in this Le<T>.","","Calls U::from(self).","Converts this value and any aggregate fields (if any) into …","","Creates a new Le<T> value where the internals are stored …","","","","Writes the val to this slot.","","","","","","","","","Unsafe trait representing types where every byte pattern …","","Represents a contiguous region in memory.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Checks if this Region overlaps with rhs Region.","","","","","","Maps from handle to region borrowed. A HashMap is probably …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Borrows an item from this table.","","","","Inserts an item into this table, returning the index that …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Creates a new empty table","","","","","Removes an item from this table.","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,12,0,0,12,12,12,12,12,0,46,12,12,12,12,0,0,0,12,0,12,36,47,47,47,47,47,47,45,0,0,47,24,0,47,47,24,47,0,36,31,36,45,47,36,0,36,0,47,31,0,47,47,47,47,47,47,48,49,49,48,48,49,12,0,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,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,48,49,49,48,48,49,0,0,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,24,21,21,21,21,21,24,21,21,21,21,0,21,21,21,21,0,21,21,21,21,0,0,0,31,36,36,31,36,31,31,31,36,31,36,31,36,31,36,31,31,31,31,31,31,31,36,31,31,36,36,31,36,31,36,31,36,36,36,31,36,31,36,36,31,36,31,36,36,36,36,36,36,36,31,0,31,36,31,36,31,0,36,31,36,31,36,31,36,31,36,50,0,50,0,43,50,43,50,43,43,50,43,50,43,50,43,50,43,43,50,43,43,43,50,43,43,50,43,50,43,43,50,43,43,43,50,43,50,43,50,43,50,43,50,43,50,51,52,52,46,0,0,0,46,45,52,46,45,52,46,45,45,52,46,45,52,46,45,52,46,45,52,46,45,45,46,46,45,52,46,45,45,52,46,45,45,52,46,45,52,46,45,45,45,52,46,45,46,45,52,46,45,52,46,45,52,46,45,52,46,45,52,46,45,52,46,53,54],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],0,0,0,[-1,-1,[]],[-1,-1,[]],0,[[],1],[-1,-2,[],[]],[-1,-1,[]],[[],[[3,[5,6]]]],0,0,0,0,0,[[]],0,0,0,0,0,0,0,[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,11,[]],[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[[12,12],13],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[12,14],15],[[12,14],15],[16,12],[-1,-1,[]],[17,12],[[],1],[-1,-2,[],[]],[[],[[3,[5,6]]]],[[]],[12,[[18,[11]]]],[-1,19,[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],0,0,0,0,0,0,0,0,[[-1,20],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[21,[-1]]],[[21,[-1]]],22],[[-1,-2],4,[],[]],[[[21,[-1]],[21,[-1]]],23,[24,25]],[[-1,-2],23,[],[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[[[21,[-1]],[21,[-1]]],13,[24,26]],[[[21,[-1]],-1],13,[24,26]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[[21,[-1]],14],15,[24,27]],[-1,-1,[]],[-1,[[21,[-1]]],24],[-1,-1,[]],[[[29,[28]]],[[29,[[21,[-1]]]]],24],[[[29,[28]]],[[29,[[21,[-1]]]]],24],[[[21,[-1]]],-1,24],[[],1],[-1,-2,[],[]],[-1,-1,[]],[[],[[3,[5,6]]]],[-1,[[21,[-1]]],24],[[[21,[-1]],[21,[-1]]],[[18,[23]]],[24,30]],[[]],0,[[[21,[-1]],-1],4,24],[-1,-2,[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],0,[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],0,0,0,[[-1,20],4,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[31,31],[[-1,-2],4,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[1,4],[[31,31],13],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[31,14],15],[-1,-1,[]],[-1,-1,[]],[[-1,-2],32,[33,34],35],[[36,37,37],[[3,[[4,[[29,[-1]],31]],38]]],39],[[36,37,37],[[3,[[4,[[29,[-1]],31]],38]]],[]],[[31,-1],4,40],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[36,31],13],[[36,31],13],[[],[[3,[5,6]]]],[[],[[3,[5,6]]]],0,0,0,[[[29,[28]]],36],[[31,31],13],[[]],[[]],0,[36,29],[[36,37,37],[[3,[31,38]]]],0,[[36,37,37],[[3,[[29,[-1]],38]]],39],[[36,37,37],[[3,[[29,[-1]],38]]],39],[[36,37,37],[[3,[41,38]]]],0,[-1,38,42],[-1,-2,[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],0,[-1,7,[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[36,31],[[3,[4,38]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[43,[-1]]],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[1,4],[[[43,[-1]],14],15,27],[-1,-1,[]],[-1,-1,[]],[[[43,[-1]],44],[[18,[-1]]],[]],[[[43,[-1]],44],[[18,[-1]]],[]],[[],1],[[],1],[[[43,[-1]],-1],44,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[3,[5,6]]]],[[],[[3,[5,6]]]],0,[[]],[[]],[[[43,[-1]],44],[[18,[-1]]],[]],0,[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,7,[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,0,0,0,0,0,0,[-1,11,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[45,[-1]]],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[3,[[2,[-3,-4]]]]],[],[],[],[]],[1,4],[1,4],[1,4],0,[[[45,[-1]],14],15,[]],[[46,14],15],[[46,14],15],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[45,[-1]],44],[[18,[-1]]],[]],[[],1],[[],1],[[],1],[[[45,[-1]],-1],44,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[3,[5,6]]]],[[],[[3,[5,6]]]],[[],[[3,[5,6]]]],[[],[[45,[-1]]],[]],0,[[]],[[]],[[]],[[[45,[-1]],44],[[3,[-1,46]]],[]],[-1,19,[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,[[3,[-2]]],[],[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[[[9,[-1,8]]],[[9,[10,8]]],[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],0,0],"c":[],"p":[[15,"usize"],[3,"With",343],[4,"Result",344],[15,"tuple"],[3,"Layout",345],[3,"LayoutError",345],[3,"TypeId",346],[3,"Global",347],[3,"Box",348],[8,"Any",346],[8,"Error",349],[4,"GuestError",64],[15,"bool"],[3,"Formatter",350],[6,"Result",350],[3,"Utf8Error",351],[3,"TryFromIntError",352],[4,"Option",353],[3,"String",354],[3,"Private",355],[3,"Le",112],[8,"Copy",356],[4,"Ordering",357],[8,"Endian",112],[8,"Ord",357],[8,"PartialEq",357],[8,"Debug",350],[15,"u8"],[15,"slice"],[8,"PartialOrd",357],[3,"Region",155],[15,"u64"],[8,"Hash",358],[8,"Sized",356],[8,"BuildHasher",358],[3,"BorrowChecker",155],[15,"i32"],[3,"RuntimeError",359],[8,"AllBytesValid",155],[8,"Hasher",358],[15,"str"],[8,"Display",350],[3,"Slab",225],[15,"u32"],[3,"Table",272],[4,"RemoveError",272],[3,"RawMemory",0],[13,"InFunc",106],[13,"InDataField",106],[4,"Entry",225],[13,"Empty",271],[4,"Slot",272],[13,"Full",341],[13,"Empty",341]]},\ "wasi_test_generator":{"doc":"","t":"HHHNNDNDDEMMLLFLLLLMMLMLMMLFLFMMMLLMLLAMMMMMLLLLAAAMFFFHHHNNNELLLLLLLLLLLLLLLDRDDMLLLLLLFLLFFLLLLMMLLFLLLLLLFLLLLMMMMLLMMMMMMLLLLLLLLLLM","n":["ALL_WASI_VERSIONS","LATEST_WASI_VERSION","NIGHTLY_VERSION","Nightly_2022_10_18","Snapshot1","TestGenOptions","Unstable","WasiOptions","WasiTest","WasiVersion","all_versions","args","borrow","borrow_mut","build","command","command_list","command_name","command_usage","dir","env","fmt","free","from","generate_wasm","help","help_requested","install_toolchains","into","main","mapdir","nightly","options","parse","parse_command","result","self_command_list","self_usage","set_up_toolchain","set_up_toolchain","stderr","stdin","stdout","tempdir","try_from","try_into","type_id","usage","util","wasi_version","wasitests","wasm_prog_name","install_toolchain","install_toolchains","print_info_on_error","ALL_WASI_VERSIONS","LATEST_WASI_VERSION","NIGHTLY_VERSION","Nightly_2022_10_18","Snapshot1","Unstable","WasiVersion","borrow","borrow_mut","clone","clone_into","current_nightly","fmt","from","get_compiler_toolchain","get_directory_name","get_latest","into","to_owned","try_from","try_into","type_id","NativeOutput","WASI_TEST_SRC_DIR","WasiOptions","WasiTest","args","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","compile","compile_wasm_for_version","default","default","deserialize","deserialize","dir","env","eq","equivalent","extract_args_from_source_file","fmt","fmt","fmt","from","from","from","generate_native_output","into","into","into","into_wasi_wast","mapdir","options","result","result","serialize","serialize","stderr","stderr","stdin","stdout","stdout","tempdir","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","wasm_prog_name"],"q":[[0,"wasi_test_generator"],[52,"wasi_test_generator::set_up_toolchain"],[54,"wasi_test_generator::util"],[55,"wasi_test_generator::wasi_version"],[77,"wasi_test_generator::wasitests"],[136,"gumdrop"],[137,"core::option"],[138,"core::fmt"],[139,"core::fmt"],[140,"core::convert"],[141,"core::any"],[142,"std::process"],[143,"std::path"],[144,"std::path"],[145,"serde::de"],[146,"alloc::string"],[147,"serde::ser"]],"d":["","","","This is for making tests pass on Apple M1 while still …","","","A.K.A. Snapshot0","The options provied when executed a WASI Wasm program","This is the structure of the .wast file","","Whether or not to do operations for all versions of WASI …","Program arguments","","","","","","","","Pre-opened directories","Environment vars","","if you want to specify specific tests to generate","Returns the argument unchanged.","Whether or not the Wasm will be generated.","Print the help message","","","Calls U::from(self).","","Mapped pre-opened dirs","Whether to use the current nightly instead of the latest …","The program options","","","The program expected result","","","","Whether or not the logic to install the needed Rust …","The program expected output on stderr","Stdin to give to the native program and WASI program.","The program expected output on stdout","The alias of the temporary directory to use","","","","","","","This file will run at build time to autogenerate the WASI …","The name of the wasm module to run","","","","","","","This is for making tests pass on Apple M1 while still …","","A.K.A. Snapshot0","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","The options provied when executed a WASI Wasm program","This is the structure of the .wast file","Program arguments","","","","","","","","","","Returns the a Vec of the test modules created","compile the Wasm file for the given version of WASI","","","","","Pre-opened directories","Environment vars","","","Pulls args to the program out of a comment at the top of …","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Compile and execute the test file as native code, saving …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Mapped pre-opened dirs","The program options","","The program expected result","","","","The program expected output on stderr","Stdin to give to the native program and WASI program.","","The program expected output on stdout","The alias of the temporary directory to use","","","","","","","","","","","The name of the wasm module to run"],"i":[0,0,0,1,1,0,1,0,0,0,5,22,5,5,0,5,5,5,5,22,22,5,5,5,5,5,5,0,5,0,22,5,21,5,5,21,5,5,0,5,21,22,21,22,5,5,5,5,0,0,0,21,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,22,17,21,22,17,21,22,0,17,17,0,0,21,22,21,22,22,22,17,17,0,17,21,22,17,21,22,0,17,21,22,21,22,21,17,21,21,22,17,21,22,17,21,22,17,17,21,22,17,21,22,17,21,22,21],"f":[0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[1]],[2,[3]]],4],[5,[[7,[6]]]],[[],[[7,[3]]]],[5,[[7,[3]]]],[3,[[7,[3]]]],0,0,[[5,8],9],0,[-1,-1,[]],0,0,[5,10],[[[2,[1]]],4],[-1,-2,[],[]],[[],4],0,0,0,[[[11,[-1]]],[[13,[5,12]]],[[14,[3]]]],[[3,[11,[-1]]],[[13,[5,12]]],[[14,[3]]]],0,[5,[[7,[3]]]],[5,3],0,0,0,0,0,0,[-1,[[13,[-2]]],[],[]],[-1,[[13,[-2]]],[],[]],[-1,15,[]],[[],3],0,0,0,0,[3,4],[[[2,[1]]],4],[[16,3],4],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,1],[[-1,-2],4,[],[]],[[],1],[[1,8],9],[-1,-1,[]],[1,3],[1,3],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[13,[-2]]],[],[]],[-1,[[13,[-2]]],[],[]],[-1,15,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[2,[1]],[2,[3]]],4],[17,17],[[-1,-2],4,[],[]],[[18,3,[2,[1]]],4],[[18,3,18,3,1],[[20,[19]]]],[[],21],[[],22],[-1,[[13,[21]]],23],[-1,[[13,[22]]],23],0,0,[[17,17],10],[[-1,-2],10,[],[]],[3,[[7,[22]]]],[[17,8],9],[[21,8],9],[[22,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[18,3,3,[2,[24]],22],[[20,[17]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[21,24],0,0,0,0,[[21,-1],13,25],[[22,-1],13,25],0,0,0,0,0,0,[-1,-2,[],[]],[-1,[[13,[-2]]],[],[]],[-1,[[13,[-2]]],[],[]],[-1,[[13,[-2]]],[],[]],[-1,[[13,[-2]]],[],[]],[-1,[[13,[-2]]],[],[]],[-1,[[13,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],0],"c":[],"p":[[4,"WasiVersion",55],[15,"slice"],[15,"str"],[15,"tuple"],[3,"TestGenOptions",0],[8,"Options",136],[4,"Option",137],[3,"Formatter",138],[6,"Result",138],[15,"bool"],[3,"Parser",136],[3,"Error",136],[4,"Result",139],[8,"AsRef",140],[3,"TypeId",141],[3,"Output",142],[3,"NativeOutput",77],[3,"Path",143],[3,"PathBuf",143],[6,"Result",144],[3,"WasiTest",77],[3,"WasiOptions",77],[8,"Deserializer",145],[3,"String",146],[8,"Serializer",147]]},\ -"wasmer":{"doc":"Wasmer is the most popular WebAssembly runtime for Rust. …","t":"NNNNNNNNNNENQGIIINNENNNNGNNNDQENNNNENNNNENNNENNNNDGDNNEEDIDDEDNNENNNNNNGNDNINNNDNNNDDDNNNNNDNNNEDRNNNNNINNNNNNNNNDDNNDEINNNNNNNENNNNENDNNNNDNNNDDEEDNIDDNDNNNNNDNENQQINNNNNSQNEGNENNDENNNNNNNNNNNNDNNNNNNEDNNNNNNDDDDDNDNNNDDNNNGDINEDNNNNNNNNNNNRGNEIYNNRRRNNNNNNNEDGDGDDDINNNNNNNSLLLLLLLLLLLLLLLLLLLLLLLLLMMMMALLMMMMKLLLLLLLKKLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLKKLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMAMMMAAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKKLLLLLLMMLMLMKAMLMMLLLLLLLLLLLLLLLLLLLLLLKLMMLLLLLLLLLLLLLLLLLLLLLMLLLLMMAOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKAKKKLLKLLLLLLLLLFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLMMAMLMMKMMMALMMMLMLMMMLLMMMKLLALLLLLLLLLLLKMMMMKLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMKMMLLMMAMLLLALKMMMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMALMKFKKMMMMMMMMMMMMMMMNNNNEEDDLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLDIIDDDDILMMKLLLLLLLLMLLLMKLMLLKKLLKKLLLLLLLLLLLLLLLLLLLLLLLLMMLMLLLLLLMLLLMLLLLLLMKMMMLLLLLKMMLLLMMKMLMLLLLLLLLLLLLLLLLLLLNENNNNENENDDDNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMEIIDDNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLECNCNCCNCCCCNLLLLLLLLLLLLLLLLLLLLLALLALLLLAALALLLLLLLLLDIDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLIDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDILLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLMLLLLMLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLDLMLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLIKNENNDDDLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLMMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLNNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLQQQIIQIDDDDDDDDDDDDDDDDDDDDDDDDDDDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKKOOOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKDDIQSQDGSLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLKLLLMMKLLLLLLLLLLLLLLLLLLLLIINNEGDDDDDDDNGILLLLLKLLKLLLLLLLLLLLLLLLLLKKLLKKLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLMMLLLMLLMMLLLLLMMMMMLLLLLLLLLLLMKLLLMKLLLMLLLLLLLLLLLLKMLMLLLLLLLLLLLLLLLLLLLLLLNDDIDENDDIDENDIINNDNNIDLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLKLLLMLLLKLKLLLLKLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLMMMMLLLLMLLLMMALLLLLLLLLLLLLLLLAMLLMAALLMLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLFMKLLMLLLLLLLLLLLMALLLLLLLLLLLLLMLLLLLLLLLLLLALMKLLLMMMALLMLMLMKLLLLLLLLMMMLLLLLLLLLLLLKLLLLLMLMLLLLLLLLKLLLKLLMMMKLLLMLKLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAKLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALMCDDIDDIILMMLLLLLLLKMLLKKLLKKFLLLLLLLKKLLLMLLMMLLLLLLLLFLMMKLLMLLMLLLLKLMKLLKLKLKLMMKKLMMLLLKLMLLLLLLDLLLLLLLLLLLLLMLLLLLLLLLLLLLLAAAAADDDLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMLLMOLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLDDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLFFLDLLLMLLLLLLLLLLLLLLLLLLLMLLLLLDLLLLLLLLLLLLLLLLLLLLMLLLLLLLFLLLLLLLLLLFFDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDMMMONNNNEGGGDGDDDGDDDDDGLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLMMLLLLLLLLLLLLMLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLMLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLMMMLLLLLLDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLNNNNNNRRRRRRTNELLOLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMLMLMLLLLLLLLLLLLLLLLLLLLMMLMLMLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLNNNNNNNNINNENENNNNENDEDDDDDDDDDDDGLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLMMMKLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLMLLLLLMMLLLLLMLLLLLMMLLLLLLLLLLLLLLLLLLLLLLMKLKLMMLLLLLLLKLLLLLLLLLLLKLMLLLLLLLLLLLLLLLLLMMMKLMMMMMMMMMMMM","n":["AVX","AVX2","AVX512DQ","AVX512F","AVX512VL","Aarch64","Aix","AmdGcn","AmdHsa","AppleAarch64","Architecture","Arm","Array","Artifact","AsEngineRef","AsStoreMut","AsStoreRef","Asmjs","AtomicsDisabled","AtomicsError","AtomicsNotSupported","Avr","BMI1","BMI2","BaseTunables","Bitrig","Bpfeb","Bpfel","Bytes","CStruct","CallingConvention","Clever","Cloudabi","Codegen","Compile","CompileError","Compiler","Const","CorruptedBinary","CouldNotGrow","CpuFeature","CpuFeature","Cuda","Darwin","DeserializeError","DifferentArchOS","DifferentStores","Dragonfly","Emscripten","Engine","EngineBuilder","EngineRef","Err","Espidf","ExportError","ExportIndex","ExportType","Exportable","Exports","ExportsIterator","Extern","ExternRef","ExternRef","ExternRef","ExternType","F32","F32","F32Const","F64","F64","F64Const","Features","Finish","FrameInfo","Freebsd","FromToNativeWasmType","Fuchsia","FuncRef","FuncRef","Function","Function","Function","Function","FunctionEnv","FunctionEnvMut","FunctionType","Generic","Generic","Generic","Generic","GetGlobal","Global","Global","Global","Global","GlobalInit","GlobalType","HOST","Haiku","HeapOutOfBounds","Hermit","Hexagon","Horizon","HostFunction","I32","I32","I32Const","I64","I64","I64Const","Illumos","ImplLimitExceeded","Import","ImportType","Imports","Incompatible","IncompatibleType","Instance","InstantiationError","IntoBytes","InvalidByteLength","InvalidMemory","InvalidWebAssembly","InvokeAgain","Io","Io","Io","IoCompileError","Ios","L4re","LZCNT","Link","LinkError","Linux","LocalFunctionIndex","LoongArch64","M68k","MacOSX","MaximumMemoryTooLarge","Memory","Memory","Memory","Memory","Memory32","Memory64","MemoryAccessError","MemoryError","MemoryLocation","MemoryNotShared","MemorySize","MemoryType","MemoryView","Middleware","MiddlewareError","MinimumMemoryTooLarge","Mips32","Mips64","Missing","Missing","Module","Msp430","Mutability","NEON","Native","Native","NativeWasmTypeInto","Nebulet","Netbsd","NonUtf8String","None_","Nvptx64","ONE","Offset","Ok","OnCalledAction","OnCalledHandler","Openbsd","OperatingSystem","Overflow","POPCNT","Pages","ParseCpuFeatureError","Powerpc","Powerpc64","Powerpc64le","Psp","Redox","RefFunc","RefNullConst","Region","Resource","Resource","Riscv32","Riscv64","RuntimeError","S390x","SSE2","SSE3","SSE41","SSE42","SSSE3","SerializeError","SharedMemory","Solaris","SolidAsp3","Sparc","Sparc64","Sparcv9","Start","Store","StoreId","StoreMut","StoreObjects","StoreRef","SystemV","Table","Table","Table","Table","TableType","Target","TooManyWaiters","Trap","Trap","TrapHandlerFn","Triple","Tunables","Tvos","Type","TypedFunction","Uefi","Unimplemented","Unknown","Unknown","Unsupported","UnsupportedFeature","UnsupportedOperation","UnsupportedTarget","V128","V128","V128Const","VERSION","VMConfig","Validate","Value","ValueType","ValueType","Var","VxWorks","WASM_MAX_PAGES","WASM_MIN_PAGES","WASM_PAGE_SIZE","Wasi","WasiP1","WasiP2","Wasm","Wasm32","Wasm64","WasmBasicCAbi","WasmError","WasmPtr","WasmPtr64","WasmRef","WasmResult","WasmSlice","WasmSliceAccess","WasmSliceIter","WasmTypeList","Watchos","Windows","WindowsFastcall","X86_32","X86_64","X86_64h","XTensa","ZERO","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_inner","_phantom","_phantom","_phantom","access","add","add","address","allocated","architecture","artifact","as_engine_ref","as_error","as_error","as_error","as_error","as_error","as_error","as_error","as_store_mut","as_store_ref","as_u128_globals","as_u32","binary_format","bitand","bitor","bitxor","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","buf","buffer","buffer","bulk_memory","bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","checked_add","clone","clone","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","cmp","cmp","cmp","cmp","compare","compare","compare","compare","compiler_config","cpu_features","cpu_features","create_global","create_globals","create_host_memory","create_host_table","create_memories","create_tables","create_vm_memory","create_vm_table","data_model","default","default","default","default_calling_convention","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dynamic_memory_offset_guard_size","empty_array","endianness","endianness","engine","environment","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","errors","exceptions","exports","exports","extended_const","extern_objs","extern_ref","externals","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_host","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_array","from_c_struct","from_native","from_raw","from_slice","from_str","from_str","from_str","from_str","from_u32","func","func","func_env","func_index","func_index","func_offset","func_start","function_callback","function_env","function_environments","function_name","function_name","functions","get_2_mut","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_self_from_extern","global","globals","handle","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash_algorithm","host","host","host","id","id","id","imports","imports","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","inner","inner","inner","inner","inner","instance","instances","instr","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_bytes","into_bytes","into_c_struct","into_raw","into_str","into_str","is_64bit","is_64bit","is_64bit","is_clever","is_compatible_with","is_mutable","is_native","is_num","is_ref","is_reserved_value","is_wasm","iter","iter_globals","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","map","map","marker","marker","marker","max_value","maximum","maximum","mem_access","memories","memory","memory","memory64","memory_style","message","minimum","minimum","module","module","module","module","module_linking","module_name","module_name","module_offset","multi_memory","multi_value","mutability","name","name","name","name","name","native_to_offset","native_to_offset","native_to_offset","native_type","new","new","new","new","new","new","new","new","new","new","not","objects_mut","offset","offset","offset","offset","offset_to_native","offset_to_native","offset_to_native","operating_system","ops","params","params","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_width","pointer_width","ptr","reference_types","relaxed_simd","reserved_value","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","results","results","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","set","set_global_unchecked","set_id","shared","simd","size","slice","slice","source","source","static_memory_bound","static_memory_offset_guard_size","store","store_mut","sub","sub","sub","sys","table","table_style","tables","tail_call","target","threads","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","triple","triple","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","ty","ty","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","typed_function","unknown","unwrap_func","unwrap_global","unwrap_memory","unwrap_table","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value","vendor","vm","vmconfig","wasm_stack_size","wasm_types","wat2wasm","write_c_struct_to_ptr","zero_padding_bytes","expected","got","attempted_delta","current","max_allowed","max_allowed","max_requested","message","min_requested","reason","major","minor","patch","message","offset","Borrowed","Borrowed","Owned","Owned","RefCow","SliceCow","WasmRefAccess","WasmSliceAccess","as_component_extern_name","as_component_extern_name","as_mut","as_mut","as_mut","as_mut","as_mut_uninit","as_mut_uninit","as_ref","as_ref","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","buf","copy_from_slice","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","from","from","from","from","init","init","init","init","into","into","into","into","is_empty","iter","iter_mut","layout_raw","layout_raw","layout_raw","layout_raw","len","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","read","slice","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","write","Artifact","AsEngineRef","CompilerConfig","Engine","EngineInner","EngineRef","Features","Tunables","__clone_box","allocated","artifact","as_engine_ref","as_engine_ref","as_engine_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bulk_memory","canonicalize_nans","clone","clone_into","code_memory","compiler","compiler","compiler","create_global","create_globals","create_host_memory","create_host_table","create_memories","create_tables","create_vm_memory","create_vm_table","default","default_features_for_target","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_from_mmapped_file","deserialize_from_mmapped_file_unchecked","deserialize_unchecked","deterministic_id","drop","drop","drop","enable_pic","enable_verifier","engine","exceptions","extended_const","features","features","fmt","from","from","from","from","headless","id","init","init","init","inner","into","into","into","layout_raw","layout_raw","layout_raw","memory64","memory_style","module_linking","multi_memory","multi_value","new","new","pointer_metadata","pointer_metadata","pointer_metadata","push_middleware","reference_types","relaxed_simd","set_hash_algorithm","set_tunables","signatures","signatures","simd","table_style","tail_call","target","threads","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tunables","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","validate","vmconfig","AtomicsDisabled","AtomicsError","CpuFeature","DifferentArchOS","DifferentStores","Import","InstantiationError","Link","LinkError","Resource","RuntimeError","RuntimeErrorInner","RuntimeStringError","Start","TooManyWaiters","Trap","Unimplemented","__clone_box","__clone_box","__clone_box","as_error","as_error","as_error","as_error","as_error","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","details","downcast","downcast_ref","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","inner","into","into","into","into","into","into","is","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","message","new","new","new_from_source","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","source","source","source","source","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_trap","trace","trap_code","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","user","wasm_trace","ExportError","Exportable","ExportableWithGenerics","Exports","ExportsIterator","IncompatibleType","Missing","__clone_box","__clone_box","as_error","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","contains","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_iter","functions","get","get_extern","get_function","get_global","get_memory","get_self_from_extern","get_self_from_extern_with_generics","get_table","get_typed_function","get_with_generics","globals","init","init","init","insert","into","into","into","into_iter","into_iter","into_iter","is_empty","iter","iter","layout_raw","layout_raw","layout_raw","len","len","map","memories","multiunzip","new","next","pointer_metadata","pointer_metadata","pointer_metadata","tables","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","with_capacity","ExternRef","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","downcast","drop","fmt","from","from_vm_externref","init","into","is_from_store","layout_raw","new","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vm_externref","Extern","Function","Function","Global","Global","HostFunction","Memory","Memory","MemoryLocation","MemoryView","SharedMemory","Table","Table","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from","from","from_vm_extern","function","get_self_from_extern","get_self_from_extern_with_generics","global","init","into","is_from_store","layout_raw","memory","memory_view","pointer_metadata","table","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Function","HostFunction","WithEnv","WithoutEnv","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call","call_trampoline_address","call_trampoline_address","clone","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_vm_extern","from_vm_funcref","function_callback","get_self_from_extern","get_self_from_extern_with_generics","init","init","init","into","into","into","is_from_store","layout_raw","layout_raw","layout_raw","new","new_typed","new_typed_with_env","new_with_env","param_arity","pointer_metadata","pointer_metadata","pointer_metadata","private","result_arity","to_owned","to_vm_extern","try_from","try_from","try_from","try_into","try_into","try_into","ty","type_id","type_id","type_id","typed","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vm_funcref","HostFunctionKindSealed","Global","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_value","from_vm_extern","get","get_self_from_extern","get_self_from_extern_with_generics","init","into","is_from_store","layout_raw","new","new_mut","pointer_metadata","set","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Memory","MemoryBuffer","MemoryLocation","SharedMemory","SharedMemoryOps","__clone_box","__clone_box","__clone_box","__clone_box","address","as_shared","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","copy_to_store","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","disable_atomics","disable_atomics","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_vm_extern","get_hash","get_self_from_extern","get_self_from_extern_with_generics","grow","grow_at_least","hash","init","init","init","init","into","into","into","into","is_from_store","layout_raw","layout_raw","layout_raw","layout_raw","memory","memory","new","new","new_32","new_from_existing","notify","notify","ops","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read_uninit","reset","share_in_store","to_owned","to_owned","to_owned","to_owned","to_vm_extern","try_clone","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","ty","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","view","wait","wait","wake_all_atomic_waiters","wake_all_atomic_waiters","write","MemoryView","borrow","borrow_mut","buffer","copy_range_to_vec","copy_to_memory","copy_to_vec","data_size","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","new","pointer_metadata","read","read_u8","read_uninit","size","try_from","try_into","type_id","write","write_u8","Table","__clone_box","borrow","borrow_mut","clone","clone_into","copy","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_vm_extern","get","get_self_from_extern","get_self_from_extern_with_generics","grow","init","into","is_from_store","layout_raw","new","pointer_metadata","set","size","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","FunctionEnv","FunctionEnvMut","__clone_box","as_mut","as_mut","as_ref","as_ref","as_store_mut","as_store_ref","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","data","data_and_store_mut","data_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_handle","func_env","get_hash","handle","hash","init","init","into","into","into_mut","layout_raw","layout_raw","marker","new","objects_mut","pointer_metadata","pointer_metadata","store_mut","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Imports","ImportsIterator","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","contains_namespace","default","define","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","exists","extend","fmt","from","from","get_export","get_namespace_exports","imports_for_module","init","init","into","into","into_iter","into_iter","iter","iter","layout_raw","layout_raw","map","multiunzip","new","new","next","pointer_metadata","pointer_metadata","register_namespace","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","Instance","__clone_box","_inner","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","exports","fmt","from","init","into","layout_raw","module","module","new","new_by_index","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","IntoBytes","into_bytes","HeapOutOfBounds","MemoryAccessError","NonUtf8String","Overflow","WasmRef","WasmSlice","WasmSliceIter","__clone_box","__clone_box","__clone_box","access","access","as_error","as_ptr","as_ptr32","as_ptr32","as_ptr64","as_ptr64","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","buffer","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","from","from","from","index","init","init","init","init","into","into","into","into","into_iter","is_empty","iter","layout_raw","layout_raw","layout_raw","layout_raw","len","len","marker","marker","new","new","next","next_back","offset","offset","offset","offset","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","read_slice","read_slice_uninit","read_to_bytes","read_to_slice","read_to_vec","size_hint","slice","subslice","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","write","write","write_slice","Compile","Io","IoCompileError","Module","__clone_box","as_error","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","custom_sections","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_unchecked","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","exports","fmt","fmt","fmt","from","from","from","from","from_binary","from_binary_unchecked","from_file","imports","init","init","into","into","layout_raw","layout_raw","name","new","pointer_metadata","pointer_metadata","serialize","serialize_to_file","set_name","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","validate","Array","CStruct","Error","FromToNativeWasmType","IntoResult","Native","NativeWasmTypeInto","S0","S1","S10","S11","S12","S13","S14","S15","S16","S17","S18","S19","S2","S20","S21","S22","S23","S24","S25","S26","S3","S4","S5","S6","S7","S8","S9","WasmTypeList","borrow","borrow","borrow","borrow","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","count_idents","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","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_array","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_array","from_c_struct","from_native","from_raw","from_slice","from_to_native_wasm_type","from_to_native_wasm_type_same_size","impl_wasmtypelist","init","init","init","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_array","into_c_struct","into_raw","into_result","is_from_store","is_from_store","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","size","to_native","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","wasm_types","write_c_struct_to_ptr","Memory32","Memory64","MemorySize","Native","ONE","Offset","WasmPtr","WasmPtr64","ZERO","__clone_box","_phantom","_phantom","access","add_offset","borrow","borrow_mut","cast","clone","clone_into","deref","deref","deref_mut","deserialize","drop","empty_array","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_array","from_c_struct","from_native","from_slice","init","into","into_array","into_c_struct","into_result","is_64bit","is_from_store","is_null","layout_raw","native_to_offset","new","null","offset","offset","offset","offset_to_native","pointer_metadata","read","read_until","read_utf8_string","read_utf8_string_with_nul","size","slice","sub_offset","to_native","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","wasm_types","write","write_c_struct_to_ptr","zero_padding_bytes","AsStoreMut","AsStoreRef","Finish","InvokeAgain","OnCalledAction","OnCalledHandler","Store","StoreHandle","StoreId","StoreInner","StoreMut","StoreObjects","StoreRef","Trap","TrapHandlerFn","Tunables","__clone_box","as_engine_ref","as_engine_ref","as_engine_ref","as_raw","as_store_mut","as_store_mut","as_store_mut","as_store_ref","as_store_ref","as_store_ref","as_store_ref","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","create_global","create_globals","create_host_memory","create_host_table","create_memories","create_tables","create_vm_memory","create_vm_table","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","engine","engine","engine","engine","engine_and_objects_mut","eq","eq","equivalent","equivalent","equivalent","equivalent","extern_objs","fmt","fmt","fmt","fmt","from","from","from","from","from","from_internal","from_raw","function_environments","functions","get","get_hash","get_mut","globals","hash","id","id","id","init","init","init","init","init","inner","inner","inner","instances","internal","internal_handle","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","memories","memory_style","new","new","objects","objects","objects_mut","objects_mut","objects_mut","on_called","on_called","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","same","same","same","set_store_id","set_trap_handler","signal_handler","store_id","table_style","tables","to_owned","trap_handler","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vmconfig","Aggressive","Artifact","BaseTunables","CompilerConfig","Cranelift","CraneliftOptLevel","Default","EngineBuilder","Features","FunctionMiddleware","LLVM","LLVMOptLevel","Less","MiddlewareReaderState","ModuleMiddleware","NativeEngineExt","None","None","Singlepass","Speed","SpeedAndSize","Tunables","VMConfig","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","allocated","allocated","artifact","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","bulk_memory","bulk_memory","callbacks","callbacks","canonicalize_nans","canonicalize_nans","canonicalize_nans","canonicalize_nans","canonicalize_nans","check_bytes","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","compiler","compiler","compiler","compiler","compiler_config","cpu_features","create_global","create_globals","create_host_memory","create_host_memory","create_host_table","create_host_table","create_memories","create_module_info","create_tables","create_vm_memory","create_vm_memory","create_vm_table","create_vm_table","data_initializers","default","default","default","default","default","default_features_for_target","default_features_for_target","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_from_mmapped_file","deserialize_from_mmapped_file_unchecked","deserialize_object","deserialize_unchecked","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dynamic_memory_offset_guard_size","enable_nan_canonicalization","enable_nan_canonicalization","enable_nan_canonicalization","enable_pic","enable_pic","enable_pic","enable_pic","enable_pic","enable_verifier","enable_verifier","enable_verifier","enable_verifier","enable_verifier","engine","engine","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","errors","exceptions","extend","extend","extended_const","extern_ref","externals","features","features","features","feed","finish_instantiation","finished_dynamic_function_trampolines","finished_function_call_trampolines","finished_functions","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_target","from","from","from","from","from","from","from","from","from","from","from","from_parts","generate_function_middleware","generate_metadata","generate_object","get_default_compiler_config","hash_algorithm","headless","headless","id","id","init","init","init","init","init","init","init","init","init","init","init","inner","instance","instantiate","into","into","into","into","into","into","into","into","into","into","into","is_deserializable","is_pic","isa","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","mem_access","memory64","memory64","memory_style","memory_style","memory_styles","metadata","middlewares","middlewares","middlewares","module","module_info","module_linking","module_linking","multi_memory","multi_memory","multi_value","multi_value","new","new","new","new","new","new","new","opt_level","opt_level","opt_level","opt_level","pending_operations","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preinstantiate","push_middleware","push_middleware","push_middleware","push_middleware","push_operator","reference_types","reference_types","register_frame_info","relaxed_simd","resolve","resolve_metadata","serialize","serialize","serialize","serialize_metadata","serialize_unsized","set_features","set_hash_algorithm","set_hash_algorithm","set_module_info_name","set_target","set_tunables","signatures","simd","simd","static_memory_bound","static_memory_offset_guard_size","table_style","table_style","table_styles","tail_call","tail_call","take_frame_info_registration","target","target","target","target_machine","threads","threads","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform_module_info","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","tunables","tunables","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","typed_function","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vm","vmconfig","wasm_stack_size","wasmparser","Artifact","BaseTunables","CompilerConfig","Engine","EngineBuilder","NativeEngineExt","Tunables","__clone_box","allocated","artifact","borrow","borrow_mut","canonicalize_nans","clone","clone_into","cloned","compile","compiler","compiler_config","create_global","create_globals","create_host_memory","create_host_table","create_memories","create_tables","create_vm_memory","create_vm_table","default_engine","default_features_for_target","deref","deref_mut","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_from_mmapped_file","deserialize_from_mmapped_file_unchecked","deserialize_unchecked","deterministic_id","drop","dynamic_memory_offset_guard_size","enable_pic","enable_verifier","engine_id","features","fmt","from","from","from","from","from","from","from","get_default_compiler_config","hash_algorithm","hash_algorithm","hash_algorithm","headless","headless","id","id","init","inner","inner","inner_mut","into","layout_raw","lookup_signature","memory_style","name","name","new","new","pointer_metadata","push_middleware","register_signature","set_hash_algorithm","set_hash_algorithm","set_tunables","set_tunables","static_memory_bound","static_memory_offset_guard_size","table_style","target","target","target","target","to_owned","try_from","try_into","tunables","tunables","tunables","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","validate","vmconfig","ExternRef","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","downcast","drop","fmt","from","from_vm_externref","handle","init","into","is_from_store","layout_raw","new","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vm_externref","function","global","memory","memory_view","table","DynamicFunction","Function","StaticFunction","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call","call_trampoline","call_trampoline_address","call_wasm","call_wasm_raw","clone","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","env","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_vm_extern","from_vm_funcref","func","func","func_body_ptr","func_wrapper","handle","impl_host_function","init","init","init","into","into","into","is_from_store","layout_raw","layout_raw","layout_raw","new_typed","new_typed_with_env","new_with_env","pointer_metadata","pointer_metadata","pointer_metadata","raw_store","result_arity","to_owned","to_vm_extern","try_from","try_from","try_from","try_into","try_into","try_into","ty","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vm_funcref","Global","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_value","from_vm_extern","get","handle","init","into","is_from_store","layout_raw","pointer_metadata","set","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Memory","MemoryBuffer","__clone_box","__clone_box","as_shared","base","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_vm_extern","grow","grow_at_least","handle","init","init","into","into","is_from_store","layout_raw","layout_raw","len","marker","new","new_from_existing","pointer_metadata","pointer_metadata","read","read_uninit","reset","to_owned","to_owned","to_vm_extern","try_clone","try_copy","try_from","try_from","try_into","try_into","ty","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","volatile_memcpy_read","volatile_memcpy_write","write","MemoryView","borrow","borrow_mut","buffer","buffer","copy_range_to_vec","copy_to_memory","copy_to_vec","data_size","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","new","pointer_metadata","read","read_u8","read_uninit","size","size","try_from","try_into","type_id","write","write_u8","Table","__clone_box","borrow","borrow_mut","clone","clone_into","copy","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_vm_extern","get","grow","handle","init","into","is_from_store","layout_raw","new","pointer_metadata","set","set_table_item","size","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","value_from_table_element","value_to_table_element","Instance","__clone_box","_handle","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","from","get_exports","init","into","layout_raw","new","new_by_index","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Module","__clone_box","artifact","borrow","borrow_mut","clone","clone_into","compile","custom_sections","deref","deref_mut","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_unchecked","drop","eq","equivalent","equivalent","equivalent","equivalent","exports","from","from_artifact","from_binary","from_binary_unchecked","imports","info","init","instantiate","into","layout_raw","name","pointer_metadata","serialize","set_name","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","validate","BaseTunables","dynamic_memory_offset_guard_size","static_memory_bound","static_memory_offset_guard_size","impl_native_traits","Function","Global","Memory","Table","VMExtern","VMExternFunction","VMExternGlobal","VMExternMemory","VMExternRef","VMExternTable","VMFuncRef","VMFunction","VMFunctionBody","VMFunctionCallback","VMFunctionEnvironment","VMGlobal","VMInstance","VMMemory","VMTable","VMTrampoline","__clone_box","__clone_box","anyfunc","as_mut","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","contents","copy","copy","copy","copy_on_write","copy_on_write","copy_within","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","do_notify","do_wait","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exports","finish_instantiation","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from_custom","from_definition","from_definition","from_raw","from_raw","get","get_hash","get_local_table","get_runtime_size","get_runtime_size","grow","grow","grow_at_least","hash","host_data","idx","idx","idx","idx","init","init","init","init","init","init","init","init","init","init","instance","instance_layout","into","into","into","into","into","into","into","into","into","into","into_raw","into_raw","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lookup","lookup_by_declaration","marker","marker","marker","marker","maximum","memory_grow","memory_index","module","module_ref","new","new","new","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reset","set","signature","size","size","style","style","style","table","table_get","table_grow","table_index","table_set","thread_conditions","to_owned","to_owned","try_clone","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vec","vm_global_definition","vm_table_definition","vmctx","vmctx_ptr","vmglobal","vmmemory","vmoffsets","vmtable","TypedFunction","__clone_box","_phantom","borrow","borrow_mut","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","clone","clone_into","deref","deref_mut","deserialize","drop","from","func","init","into","into_function","layout_raw","new","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","ExternRef","F32","F64","FuncRef","I32","I64","NOT_EXTERNREF","NOT_F32","NOT_F64","NOT_FUNCREF","NOT_I32","NOT_I64","RawValue","V128","Value","__clone_box","__clone_box","accessors","as_raw","borrow","borrow","borrow_mut","borrow_mut","bytes","clone","clone","clone_into","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","externref","externref","f32","f32","f64","f64","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_raw","funcref","funcref","i128","i32","i32","i64","i64","init","init","into","into","is_from_store","layout_raw","layout_raw","null","pointer_metadata","pointer_metadata","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","ty","type_id","type_id","u128","u32","u64","unwrap_externref","unwrap_f32","unwrap_f64","unwrap_funcref","unwrap_i32","unwrap_i64","unwrap_v128","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","v128","AtomicsNotSupported","CallerChecksSignature","CouldNotGrow","Dynamic","Function","Generic","Global","InvalidMemory","LinearMemory","MaximumMemoryTooLarge","Memory","MemoryError","MemoryNotShared","MemoryStyle","MinimumMemoryTooLarge","Region","Static","Table","TableStyle","UnsupportedOperation","VMConfig","VMExtern","VMExternRef","VMFuncRef","VMFunction","VMFunctionEnvironment","VMGlobal","VMInstance","VMMemory","VMMemoryDefinition","VMSharedMemory","VMTable","VMTableDefinition","VMTrampoline","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","anyfunc","base","base","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","check_bytes","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","conditions","config","contents","copy","copy","copy","current_elements","current_length","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","do_notify","do_notify","do_wait","do_wait","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_definition","from_definition_with_file","get_hash","get_hash","grow","grow","grow_at_least","grow_at_least","hash","hash","host_data","init","init","init","init","init","instance","instance_layout","into","into","into","into","into","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","maximum","mmap","new","new_with_file","offset_guard_size","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reset","reset","resolve","resolve","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","signature","size","size","style","style","style","table","thread_conditions","thread_conditions","to_owned","to_owned","to_owned","to_owned","to_owned","try_clone","try_clone","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vec","vm_global_definition","vm_table_definition","vmmemory","vmmemory","wasm_stack_size","attempted_delta","current","max_allowed","max_allowed","max_requested","message","min_requested","reason","bound","offset_guard_size","offset_guard_size"],"q":[[0,"wasmer"],[1614,"wasmer::DeserializeError"],[1616,"wasmer::MemoryError"],[1624,"wasmer::OperatingSystem"],[1627,"wasmer::WasmError"],[1629,"wasmer::access"],[1734,"wasmer::engine"],[1856,"wasmer::errors"],[2036,"wasmer::exports"],[2143,"wasmer::extern_ref"],[2171,"wasmer::externals"],[2226,"wasmer::externals::function"],[2312,"wasmer::externals::function::private"],[2313,"wasmer::externals::global"],[2352,"wasmer::externals::memory"],[2491,"wasmer::externals::memory_view"],[2519,"wasmer::externals::table"],[2559,"wasmer::function_env"],[2622,"wasmer::imports"],[2681,"wasmer::instance"],[2715,"wasmer::into_bytes"],[2717,"wasmer::mem_access"],[2840,"wasmer::module"],[2911,"wasmer::native_type"],[3425,"wasmer::ptr"],[3497,"wasmer::store"],[3669,"wasmer::sys"],[4101,"wasmer::sys::engine"],[4200,"wasmer::sys::extern_ref"],[4229,"wasmer::sys::externals"],[4234,"wasmer::sys::externals::function"],[4319,"wasmer::sys::externals::global"],[4355,"wasmer::sys::externals::memory"],[4424,"wasmer::sys::externals::memory_view"],[4454,"wasmer::sys::externals::table"],[4496,"wasmer::sys::instance"],[4527,"wasmer::sys::module"],[4572,"wasmer::sys::tunables"],[4576,"wasmer::sys::typed_function"],[4577,"wasmer::sys::vm"],[4858,"wasmer::typed_function"],[4905,"wasmer::value"],[5021,"wasmer::vm"],[5246,"wasmer::vm::MemoryError"],[5254,"wasmer::vm::MemoryStyle"],[5257,"dyn_clone::sealed"],[5258,"core::convert"],[5259,"core::error"],[5260,"alloc::alloc"],[5261,"alloc::vec"],[5262,"enumset::set"],[5263,"bytecheck"],[5264,"core::result"],[5265,"core::marker"],[5266,"bytecheck"],[5267,"core::clone"],[5268,"core::cmp"],[5269,"alloc::string"],[5270,"wasmer_types::module"],[5271,"wasmer_types::indexes"],[5272,"wasmer_vm::store"],[5273,"wasmer_types::entity::primary_map"],[5274,"wasmer_compiler::engine::error"],[5275,"wasmer_types::indexes"],[5276,"wasmer_types::indexes"],[5277,"rkyv::with"],[5278,"rkyv"],[5279,"serde::de"],[5280,"serde::de"],[5281,"core::fmt"],[5282,"core::fmt"],[5283,"core::array"],[5284,"wasmer_vm::store"],[5285,"core::hash"],[5286,"alloc::borrow"],[5287,"core::convert"],[5288,"core::alloc::layout"],[5289,"core::alloc::layout"],[5290,"alloc::boxed"],[5291,"target_lexicon::triple"],[5292,"serde::ser"],[5293,"core::any"],[5294,"core::mem::maybe_uninit"],[5295,"wasm_encoder::component::imports"],[5296,"core::iter::traits::collect"],[5297,"core::slice::iter"],[5298,"alloc::sync"],[5299,"std::path"],[5300,"core::fmt"],[5301,"core::marker"],[5302,"wasmer_compiler::engine::error"],[5303,"wasmer_types::trapcode"],[5304,"core::iter::traits::collect"],[5305,"core::iter::traits::exact_size"],[5306,"core::ops::function"],[5307,"core::time"],[5308,"core::ops::range"],[5309,"alloc::string"],[5310,"wasmer_types::module"],[5311,"shared_buffer::owned"],[5312,"wasmparser::readers::core::operators"],[5313,"wasmer_types::indexes"],[5314,"wasmer_types::entity::boxed_slice"],[5315,"wasmer_types::indexes"],[5316,"wasmer_compiler::engine::artifact"],[5317,"wasmer_types::compilation::module"],[5318,"wasmer_compiler::translator::environ"],[5319,"wasmer_types::initializers"],[5320,"wasmer_compiler::translator::state"],[5321,"object::write"],[5322,"wasmer_types::compilation::symbols"],[5323,"wasmer_compiler::engine::artifact"],[5324,"cranelift_codegen::result"],[5325,"wasmer_types::compilation::symbols"],[5326,"wasmer_compiler::engine::trap::frame_info"],[5327,"inkwell::targets"],[5328,"wasmer_compiler::engine::inner"],[5329,"std::sync::mutex"],[5330,"wasmer_vm::vmcontext"],[5331,"wasmer_vm::threadconditions"],[5332,"wasmer_vm::threadconditions"],[5333,"wasmer_vm::memory"],[5334,"wasmer_vm::instance::allocator"],[5335,"wasmer_vm::imports"],[5336,"wasmer_vm::threadconditions"],[5337,"std::path"]],"d":["","","","","","","","","","Apple Aarch64 platforms use their own variant of the …","The “architecture” field, which in some cases also …","","The array type that can hold all the represented values.","A compiled wasm module, ready to be instantiated.","Helper trait for a value that is convertible to a EngineRef…","Helper trait for a value that is convertible to a StoreMut.","Helper trait for a value that is convertible to a StoreRef.","","Atomic operations are disabled.","Error that can occur during atomic operations. …","The memory does not support atomic operations.","","","","Tunable parameters for WebAssembly compilation. This is …","","","","Units of WebAssembly memory in terms of 8-bit bytes.","The C type (a struct) that can hold/represent all the …","The calling convention, which specifies things like which …","","","A compilation error occured.","A compilation error","The WebAssembly.CompileError object indicates an error …","The binary was valid, but we got an error when trying to …","The global is constant and its value does not change","The provided binary is corrupted","The operation would cause the size of the memory to exceed …","The nomenclature is inspired by the cpuid crate. The list …","The module was compiled with a CPU feature that is not …","","","The Deserialize error can occur when loading a compiled …","Import from a different Store. This error occurs when an …","Import from a different Store. This error occurs when an …","","","The engine type","The Builder contents of Engine","A temporary handle to an Engine EngineRef can be used to …","Contains the error value","","The ExportError can happen when trying to get a specific …","An entity to export.","A descriptor for an exported WebAssembly value.","This trait is used to mark types as gettable from an …","Exports is a special kind of map that allows easily …","An iterator over exports.","An Extern is the runtime representation of an entity that …","An opaque reference to some data. This reference can be …","An externref value which can hold opaque data to the wasm …","A reference to opaque data in the Wasm instance.","A list of all possible types which can be externally …","A 32-bit float.","Floating point 32 bit integer.","An f32.const.","A 64-bit float.","Floating point 64 bit integer.","An f64.const.","Controls which experimental features will be enabled.","Will return the result of the invocation","Description of a frame in a backtrace.","","A trait to convert a Rust value to a WasmNativeType value, …","","A first-class reference to a WebAssembly function.","A reference to a Wasm function.","A WebAssembly function instance.","A external Function.","Function export.","This external type is the type of a WebAssembly function.","An opaque reference to a function environment. The …","A temporary handle to a FunctionEnv.","The signature of a function that is either implemented in …","A generic serialization error","A generic deserialization error","A user defined error value, used for error cases not …","A generic error.","A global.get of another global.","A WebAssembly global instance.","A external Global.","Global export.","This external type is the type of a WebAssembly global.","Globals are initialized via the const operators or by …","WebAssembly global.","The Triple of the current host.","","Memory access is outside heap bounds.","","","","The HostFunction trait represents the set of functions that","A 32-bit integer.","Signed 32 bit integer.","An i32.const.","A 64-bit integer.","Signed 64 bit integer.","An i64.const.","","An implementation limit was exceeded.","An error occurred when checking the import types.","A descriptor for an imported value into a wasm module.","All of the import data used when instantiating.","Incompatible serialized binary","An error than occurs when the exported type and the …","A WebAssembly Instance is a stateful, executable instance …","An error while instantiating a module.","Convert binary data into bytes::Bytes.","Input artifact bytes have an invalid length","Invalid memory was provided.","The input WebAssembly code is invalid.","Will call the function again","An IO error","An IO error","An IO error","IO Error on a Module Compilation","","","","A linking ocurred during instantiation.","The WebAssembly.LinkError object indicates an error during …","","Index type of a function defined locally inside the …","","","","Caller asked for a maximum memory greater than we can give …","A WebAssembly memory instance.","A external Memory.","Memory export.","This external type is the type of a WebAssembly memory.","Marker trait for 32-bit memories.","Marker trait for 64-bit memories.","Error for invalid Memory access.","Error type describing things that can go wrong when …","Location in a WebAssembly memory.","Returned when a shared memory is required, but the given …","Trait for the Memory32 and Memory64 marker types.","A descriptor for a WebAssembly memory type.","A WebAssembly memory view.","An error from the middleware error.","A error in the middleware.","Caller asked for more minimum memory than we can give them.","","","This error arises when an export is missing","The provided string feature doesn’t exist","A WebAssembly Module contains stateless WebAssembly code …","","Indicator of whether a global is mutable or not","","Type used to pass this value as an argument or return …","Native Wasm type.","NativeWasmTypeInto performs conversions from and into …","","","String is not valid UTF-8.","","","One value used for counting.","Type used to represent an offset into a memory. This is u32…","Contains the success value","After the stack is unwound via asyncify what should the …","Call handler for a store.","","The “operating system” field, which sometimes implies …","Address calculation overflow.","","Units of WebAssembly pages (as specified to be 65,536 …","The error that can happen while parsing a str to retrieve …","","","","","","A ref.func <index>.","A ref.null.","Low level error with mmap.","Insufficient resources available for linking.","Insufficient resources available for execution.","","","A struct representing an aborted instruction execution, …","","","","","","","The Serialize error can occur when serializing a compiled …","A handle that exposes operations only relevant for shared …","","","","","","A runtime error occured while invoking the start function","The store represents all global state that can be …","Unique ID to identify a context.","A temporary handle to a Store.","Set of objects managed by a context.","A temporary handle to a Store.","“System V”, which is used on most Unix-like platfoms. …","A WebAssembly table instance.","A external Table.","Table export.","This external type is the type of a WebAssembly table.","A descriptor for a table in a WebAssembly module.","This is the target that we will use for compiling the …","To many waiter for address.","A trap ocurred during linking.","Traps with an error","Function which may handle custom signals while processing …","A target “triple”. Historically such things had three …","An engine delegates the creation of memories, tables, and …","","A list of all possible value types in WebAssembly.","A WebAssembly function that can be called natively (using …","","Atomic operations are not supported by this memory.","","","A feature used by the WebAssembly code is not supported by …","The compiler doesn’t support a Wasm feature","Returned when trying to call a memory operation that is …","The compiler cannot compile for the given target. This can …","A 128-bit number","A 128 bit number.","A v128.const.","Version number of this crate.","Configuration for the runtime VM Currently only the stack …","The module did not pass validation.","WebAssembly computations manipulate values of basic value …","Trait for a Value type. A Value type is a type that is …","","The value of the global can change over time","","The number of pages we can have before we run out of byte …","The minimum number of pages allowed.","WebAssembly page sizes are fixed to be 64KiB. Note: large …","","","","A Wasm translation error occured.","","","The WebAssembly C ABI. …","A WebAssembly translation error.","A zero-cost type that represents a pointer to something in …","Alias for `WasmPtr<T, Memory64>.","Reference to a value in Wasm memory.","A convenient alias for a Result that uses WasmError as the …","Reference to an array of values in Wasm memory.","Provides direct memory access to a piece of memory that is …","Iterator over the elements of a WasmSlice.","The WasmTypeList trait represents a tuple (list) of Wasm …","","","“Windows Fastcall”, which is used on Windows. Note …","","","x86_64 target that only supports Haswell-compatible Intel …","","Zero value used for WasmPtr::is_null.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The “architecture” (and sometimes the subarchitecture).","","Returns a EngineRef pointing to the underlying context.","","","","","","","","Returns a StoreMut pointing to the underlying context.","Returns a StoreRef pointing to the underlying context.","Return an vector of all globals and converted to u128","Return the underlying index value as a u32.","The “binary format” (rarely used).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bulk Memory proposal should be enabled","Calculate number of bytes from pages.","","","","","","","","Checked addition. Computes self + rhs, returning None if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The triple associated for the target.","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","The C data model for a given target. If the model is not …","","","","Return the default calling convention for the given target …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The size in bytes of the offset guard for dynamic heaps.","Allocates and return an empty array of type Array that …","Return the endianness of this architecture.","Return the endianness of this target’s architecture.","","The “environment” on top of the operating system …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm exceptions proposal should be enabled","","The exports for an instance.","Extended constant expressions proposal should be enabled","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Retrieves the features for the current Host","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Constructs Self based on an array of values.","Builds a tuple (list) of values from a C struct of type …","Convert a value of kind Self::Native to Self.","Convert to self from raw value representation.","Constructs Self based on a slice of values.","","","","","Create a new instance from a u32.","Attempt to return the underlying type of this external …","","","Returns the WebAssembly function index for this frame.","","Returns the offset from the original wasm module’s …","","Get the pointer to the function body.","","","Returns a descriptive name of the function for this frame, …","","","Returns a pair of mutable references from two handles.","","","","","","","","","","","","","","","","","","","","","","Implementation of how to get the export corresponding to …","Attempt to return the underlying type of this external …","","","","","","","","","","","","","","","","","","","","","","","","","Return the architecture for the current host.","Return the operating system for the current host.","Return the triple for the current host.","Returns the ID of this context.","","","The import module contains the implementation data …","Generate an Imports easily with the imports! macro.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The inner engine","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 and returns an array of type Array from a tuple …","","Convert binary data into bytes::Bytes.","Builds and returns a C struct of type CStruct from a tuple …","Convert self to raw value representation.","Convert into a string","Convert into a string","True if the memory is 64-bit","","","Checks if this Architecture is some variant of Clever-ISA","Check if two externs are compatible","Returns a boolean indicating if the enum is set to mutable.","Check if target is a native (eq to host) or not","Returns true if Type matches any of the numeric types. …","Returns true if Type matches either of the reference types.","","Check if the provided bytes are wasm-like","","Return an immutable iterator over all globals","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the largest value that can be represented by the …","The maximum number of elements in the table.","The maximum number of pages in the memory.","","","Attempt to return the underlying type of this external …","","64-bit Memory proposal should be enabled","Construct a MemoryStyle for the provided MemoryType","The error message","The minimum number of elements in the table.","The minimum number of pages in the memory.","","Returns the module name that this import is expected to …","","","Module Linking proposal should be enabled","Returns the identifer of the module that this frame is for.","","Returns the offset within the original wasm module this …","Multi Memory proposal should be enabled","Multi Value proposal should be enabled","A flag indicating whether the value may change at runtime.","Returns the field name of the module that this import is …","Returns the name by which this export is known by.","The name of the middleware where the error was created","","","Convert a Native to an Offset.","","","This module permits to create native functions easily in …","Creates a new target given a triple","Create a new MiddlewareError","","Creates a new FrameInfo, useful for testing.","Creates a new Function Type with the given parameter and …","Create a new Global variable","Creates a new table descriptor which will contain the …","Creates a new descriptor for a WebAssembly memory given …","Creates a new import descriptor which comes from module …","Creates a new export which is exported with the given name …","","Returns the ObjectMutable","","","","","Convert an Offset to a Native.","","","The “operating system” (sometimes also the …","","Parameter types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the pointer bit width of this target’s …","Return the pointer width of this target’s architecture.","","Reference Types proposal should be enabled","Relaxed SIMD proposal should be enabled","","","","","","","","","","","","","","","","","","","","","","Return types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Retrieves an empty set of CpuFeatures.","Set a global, at index idx. Will panic if idx is out of …","Sets the ID of this store","Whether the memory may be shared between multiple threads.","SIMD proposal should be enabled","The size of the array","","","","","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","","","","","","sys","Attempt to return the underlying type of this external …","Construct a TableStyle for the provided TableType","","Tail call proposal should be enabled","","Threads proposal should be enabled","Convert self to Self::Native.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The triple associated for the target.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the expected type of this import.","Returns the type of this export.","The type of the value stored in the global.","The type of data stored in elements of the table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Native Functions.","Return a Triple with all unknown fields.","Returns the underlying descriptor of this ExternType, …","Returns the underlying descriptor of this ExternType, …","Returns the underlying descriptor of this ExternType, …","Returns the underlying descriptor of this ExternType, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The “vendor” (whatever that means).","The vm module re-exports wasmer-vm types.","Get the VMConfig for this tunables Currently, VMConfig …","Optionnal stack size (in byte) of the VM. Value lower than …","Get the Wasm types for the tuple (list) of currently …","Parses in-memory bytes as either the WebAssembly Text …","Writes the contents of a C struct to an array of RawValue.","This method is passed a byte slice which contains the byte …","How many bytes were expected","How many bytes the artifact contained","The attempted amount to grow by in pages.","The current size in pages.","The maximum amount of memory we can allocate.","The number of pages requested as the maximum amount of …","The number of pages requested as the maximum amount of …","Message describing the unsupported operation.","The number of pages requested as the minimum amount of …","The reason why the provided memory is invalid.","","","","A string describing the validation error.","The bytecode offset where the error occurred.","","","","","","","Provides direct memory access to a piece of memory that is …","Provides direct memory access to a piece of memory that is …","","","","","","","Returns a mutable slice that is not yet initialized","Returns a reference to an unitialized reference to this …","","","","","","","","","","","","","","","Writes to the address pointed to by this WasmPtr in 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).","If the slice is empty","Returns an iterator of all the elements in the slice","Returns an iterator of all the elements in the slice","","","","","Number of elements in this slice","","","","","","","","Reads the address pointed to by this WasmPtr in a memory.","","","","","","","","","","","","","","","","","","","","Writes to the address pointed to by this WasmPtr in a …","A compiled wasm module, ready to be instantiated.","Helper trait for a value that is convertible to a EngineRef…","The compiler configuration options.","The engine type","The inner contents of Engine","A temporary handle to an Engine EngineRef can be used to …","Controls which experimental features will be enabled. …","An engine delegates the creation of memories, tables, and …","","","","Returns a EngineRef pointing to the underlying context.","","","","","","","","","Bulk Memory proposal should be enabled","Enable NaN canonicalization.","","","","Gets the custom compiler config","Gets the compiler associated to this engine.","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","","Gets the default features for this compiler in the given …","","","","","","","","","","Deserializes a WebAssembly module which was previously …","Load a serialized WebAssembly module from a file and …","Load a serialized WebAssembly module from a file and …","","","Deserializes a WebAssembly module which was previously …","Returns the deterministic id of this engine","","","","Enable Position Independent Code (PIC).","Enable compiler IR verification.","Get inner Engine","Wasm exceptions proposal should be enabled","Extended constant expressions proposal should be enabled","The Wasm features","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","The inner engine","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","64-bit Memory proposal should be enabled","Construct a MemoryStyle for the provided MemoryType","Module Linking proposal should be enabled","Multi Memory proposal should be enabled","Multi Value proposal should be enabled","Create an EngineRef from an Engine","","","","","Pushes a middleware onto the back of the middleware chain.","Reference Types proposal should be enabled","Relaxed SIMD proposal should be enabled","","","Shared signature registry.","","SIMD proposal should be enabled","Construct a TableStyle for the provided TableType","Tail call proposal should be enabled","","Threads proposal should be enabled","","","","","","","","","","","","","","","","","","Validate the module","Get the VMConfig for this tunables Currently, VMConfig …","Atomic operations are disabled.","Error that can occur during atomic operations. …","The module was compiled with a CPU feature that is not …","Import from a different Store. This error occurs when an …","Import from a different Store. This error occurs when an …","An error occurred when checking the import types.","An error while instantiating a module.","A linking ocurred during instantiation.","The WebAssembly.LinkError object indicates an error during …","Insufficient resources available for linking.","A struct representing an aborted instruction execution, …","","","A runtime error occured while invoking the start function","To many waiter for address.","A trap ocurred during linking.","Atomic operations are not supported by this memory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to downcast the RuntimeError to a concrete type.","Attempts to downcast the RuntimeError to a concrete type.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls 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 RuntimeError is the same as T","","","","","","","Returns a reference the message stored in Trap.","Creates a new generic RuntimeError with the given message.","","Creates RuntimeError from an error and a WasmTrace","","","","","","","","","","The source error","","","","","","","","","Returns trap code, if it’s a Trap","Returns a list of function frames in WebAssembly code that …","The trap code (if any)","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a custom user Error.","The reconstructed Wasm trace (from the native trace and …","The ExportError can happen when trying to get a specific …","This trait is used to mark types as gettable from an …","A trait for accessing exports (like Exportable) but it …","Exports is a special kind of map that allows easily …","An iterator over exports.","An error than occurs when the exported type and the …","This error arises when an export is missing","","","","","","","","","","","","","","Returns true if the Exports contains the given export name.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get only the functions.","Get an export given a name.","Get an export as an Extern.","Get an export as a Func.","Get an export as a Global.","Get an export as a Memory.","Implementation of how to get the export corresponding to …","Get an export with the given generics.","Get an export as a Table.","Get an export as a TypedFunction.","Hack to get this working with nativefunc too","Get only the globals.","","","","Insert a new export into this Exports map.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Return whether or not there are no exports","Get an iterator over the exports.","","","","","","Return the number of exports in the Exports map.","","Get only the memories.","","Creates a new Exports.","","","","","Get only the tables.","","","","","","","","","","","","","","","","","","","","","","Creates a new Exports with capacity n.","An opaque reference to some data. This reference can be …","","","","","","","","","Try to downcast to the given value.","","","Returns the argument unchanged.","","","Calls U::from(self).","Checks whether this ExternRef can be used with the given …","","Make a new extern reference","","","","","","","","","","An Extern is the runtime representation of an entity that …","","A external Function.","","A external Global.","","","A external Memory.","","","","","A external Table.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Create an Extern from an wasmer_engine::Export.","","","","","","Calls U::from(self).","Checks whether this Extern can be used with the given …","","","","","","","To VMExtern.","","","Return the underlying type of the inner Extern.","","","","","A WebAssembly function instance.","The HostFunction trait represents the set of functions that","An empty struct to help Rust typing to determine when a …","An empty struct to help Rust typing to determine when a …","","","","","","","","Call the Function function.","Get the pointer to the function call trampoline.","Get the pointer to the function call trampoline.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","Get the pointer to the function body.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Checks whether this Function can be used with the given …","","","","Creates a new host Function (dynamic) with the provided …","Creates a new host Function from a native function.","Creates a new host Function with an environment from a …","Creates a new host Function (dynamic) with the provided …","Returns the number of parameters that this function takes.","","","","Sealing the HostFunctionKind because it shouldn’t be …","Returns the number of results this function produces.","","","","","","","","","Returns the FunctionType of the Function.","","","","Transform this WebAssembly function into a typed function. …","","","","","","","","","","","","A WebAssembly global instance.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Create a Global with the initial value Value and the …","","Retrieves the current value Value that the Global has.","","","","Calls U::from(self).","Checks whether this Global can be used with the given …","","Create a new Global with the initial value Value.","Create a mutable Global with the initial value Value.","","Sets a custom value Value to the runtime Global.","","","","","Returns the GlobalType of the Global.","","","","","A WebAssembly memory instance.","Underlying buffer for a memory.","Location in a WebAssembly memory.","A handle that exposes operations only relevant for shared …","See SharedMemory.","","","","","","Get a SharedMemory.","","","","","","","","","","","","","","","","","","","Attempts to duplicate this memory (if its clonable) in a …","","","","","","","","","","","","","See SharedMemory::disable_atomics.","Disable atomics for this memory.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Grow memory by the specified amount of WebAssembly Pages …","Grows the memory to at least a minimum size. If the memory …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Checks whether this Memory can be used with the given …","","","","","Get the underlying memory.","","Creates a new host Memory from the provided MemoryType.","Create a new handle from ops.","Create a new memory location for a 32bit memory.","Create a memory object from an existing memory and …","See SharedMemory::notify.","Notify up to count waiters waiting for the memory location.","","","","","","","","","Resets the memory back to zero length","Attempts to clone this memory (if its clonable) in a new …","","","","","To VMExtern.","Attempts to clone this memory (if its clonable)","","","","","","","","","Returns the MemoryType of the Memory.","","","","","","","","","","","","","","Creates a view into the memory that then allows for read …","See SharedMemory::wait.","Wait for the memory location to be notified.","See SharedMemory::wake_all_atomic_waiters.","Wake up all atomic waiters.","","A WebAssembly memory view.","","","","Copies a range of the memory and returns it as a vector of …","Copies the memory to another new memory object","Copies the memory and returns it as a vector of bytes","Returns the size (in bytes) of the Memory.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Safely reads bytes from the memory at the given offset.","Safely reads a single byte from memory at the given offset","Safely reads bytes from the memory at the given offset.","Returns the size (in Pages) of the Memory.","","","","Safely writes bytes to the memory at the given offset.","Safely writes a single byte from memory at the given offset","A WebAssembly table instance.","","","","","","Copies the len elements of src_table starting at src_index …","","","","","","","","","","","Returns the argument unchanged.","","Retrieves an element of the table at the provided index.","","","Grows the size of the Table by delta, initializating the …","","Calls U::from(self).","Checks whether this Table can be used with the given …","","Creates a new Table with the provided TableType definition.","","Sets an element val in the Table at the provided index.","Retrieves the size of the Table (in elements)","","","","","Returns the TableType of the Table.","","","","","An opaque reference to a function environment. The …","A temporary handle to a FunctionEnv.","","Borrows a new mutable reference","Get the data as mutable","Borrows a new immmutable reference","Get the data as reference","","","","","","","","","Returns a reference to the host state in this function …","Borrows a new mutable reference of both the attached Store …","Returns a mutable- reference to the host state in this …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Convert it into a FunctionEnvMut","","","","Make a new FunctionEnv","","","","","","","","","","","","","","","All of the import data used when instantiating.","","","","","","","","","Returns true if the Imports contains namespace with the …","","Add a single import with a namespace ns and name name.","","","","","","","","","Returns if an export exist for a given module and name.","","","Returns the argument unchanged.","Returns the argument unchanged.","Gets an export given a module and a name","Returns the contents of a namespace as an Exports.","Resolve and return a vector of imports in the order they …","","","Calls U::from(self).","Calls U::from(self).","","","Iterates through all the imports in this structure","","","","","","","Create a new Imports.","","","","Register a list of externs into a namespace.","","","","","","","","","","","","","","A WebAssembly Instance is a stateful, executable instance …","","","","","","","","","","","","","","","","The exports for an instance.","","Returns the argument unchanged.","","Calls U::from(self).","","Gets the Module associated with this instance.","","Creates a new Instance from a WebAssembly Module and a set …","Creates a new Instance from a WebAssembly Module and a …","","","","","","","","","Convert binary data into bytes::Bytes.","Convert binary data into bytes::Bytes.","Memory access is outside heap bounds.","Error for invalid Memory access.","String is not valid UTF-8.","Address calculation overflow.","Reference to a value in Wasm memory.","Reference to an array of values in Wasm memory.","Iterator over the elements of a WasmSlice.","","","","Gains direct access to the memory of this slice","Gains direct access to the memory of this slice","","Get a WasmPtr for this WasmRef.","Get a WasmPtr for this WasmRef.","Get a 32-bit WasmPtr for this WasmRef.","Get a 64-bit WasmPtr for this WasmRef.","Get a 64-bit WasmPtr for this WasmRef.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Get a WasmRef to an element in the slice.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Returns true if the number of elements is 0.","Get an iterator over the elements in this slice.","","","","","Get the number of elements in this slice.","","","","Creates a new WasmRef at the given offset in a memory.","Creates a new WasmSlice starting at the given offset in …","","","Get the offset into Wasm linear memory for this WasmRef.","Get the offset into Wasm linear memory for this WasmSlice.","","","","","","","Reads the location pointed to by this WasmRef.","Reads an element of this slice.","Reads the entire slice into the given buffer.","Reads the entire slice into the given uninitialized buffer.","Reads this WasmSlice into a BytesMut","Reads this WasmSlice into a slice.","Reads this WasmSlice into a Vec.","","","Get a WasmSlice for a subslice of this slice.","","","","","","","","","","","","","","","","","","","","Writes to the location pointed to by this WasmRef.","Writes to an element of this slice.","Write the given slice into this WasmSlice.","A compilation error","An IO error","IO Error on a Module Compilation","A WebAssembly Module contains stateless WebAssembly code …","","","","","","","","","Get the custom sections of the module given a name.","","","","","","","Deserializes a serialized Module binary into a Module.","Deserializes a serialized Module located in a Path into a …","Deserializes a serialized Module located in a Path into a …","Deserializes a serialized module binary into a Module.","","","","","","","","Returns an iterator over the exported types in the Module.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Creates a new WebAssembly module from a Wasm binary.","Creates a new WebAssembly module from a Wasm binary, …","Creates a new WebAssembly module from a file path.","Returns an iterator over the imported types in the Module.","","","Calls U::from(self).","Calls U::from(self).","","","Returns the name of the current module.","Creates a new WebAssembly Module given the configuration …","","","Serializes a module into a binary representation that the …","Serializes a module into a file that the Engine can later …","Sets the name of the current module. This is normally …","","","","","","","","","","","","","","","","Validates a new WebAssembly Module given the configuration …","The array type that can hold all the represented values.","The C type (a struct) that can hold/represent all the …","The error type for this trait.","A trait to convert a Rust value to a WasmNativeType value, …","The IntoResult trait turns a WasmTypeList into a …","Native Wasm type.","NativeWasmTypeInto performs conversions from and into …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","The WasmTypeList trait represents a tuple (list) of Wasm …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Allocates and return an empty array of type Array that …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Constructs Self based on an array of values.","Builds a tuple (list) of values from a C struct of type …","Convert a value of kind Self::Native to Self.","Convert to self from raw value representation.","Constructs Self based on a slice of values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 and returns an array of type Array from a tuple …","Builds and returns a C struct of type CStruct from a tuple …","Convert self to raw value representation.","Transforms Self into a Result.","Returns whether the given value is from the given store.","Returns whether the given value is from the given store.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The size of the array","Convert self to Self::Native.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the Wasm types for the tuple (list) of currently …","Writes the contents of a C struct to an array of RawValue.","Marker trait for 32-bit memories.","Marker trait for 64-bit memories.","Trait for the Memory32 and Memory64 marker types.","Type used to pass this value as an argument or return …","One value used for counting.","Type used to represent an offset into a memory. This is u32…","A zero-cost type that represents a pointer to something in …","Alias for `WasmPtr<T, Memory64>.","Zero value used for WasmPtr::is_null.","","","","Creates a WasmAccess","Calculates an offset from the current pointer address. The …","","","Casts this WasmPtr to a WasmPtr of a different type.","","","Creates a WasmRef from this WasmPtr which allows reading …","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","True if the memory is 64-bit","","Checks whether the WasmPtr is null.","","Convert a Native to an Offset.","Create a new WasmPtr at the given offset.","Returns a null UserPtr.","Get the offset into Wasm linear memory for this WasmPtr.","","","Convert an Offset to a Native.","","Reads the address pointed to by this WasmPtr in a memory.","Reads a sequence of values from this WasmPtr until a value …","Reads a UTF-8 string from the WasmPtr with the given …","Reads a null-terminated UTF-8 string from the WasmPtr.","","Creates a WasmSlice starting at this WasmPtr which allows …","Calculates an offset from the current pointer address. The …","","","","","","","","","","Writes to the address pointed to by this WasmPtr in a …","","","Helper trait for a value that is convertible to a StoreMut.","Helper trait for a value that is convertible to a StoreRef.","Will return the result of the invocation","Will call the function again","After the stack is unwound via asyncify what should the …","Call handler for a store.","The store represents all global state that can be …","Handle to an object managed by a context.","Unique ID to identify a context.","We require the context to have a fixed memory address for …","A temporary handle to a Store.","Set of objects managed by a context.","A temporary handle to a Store.","Traps with an error","Function which may handle custom signals while processing …","An engine delegates the creation of memories, tables, and …","","","","","","Returns a StoreMut pointing to the underlying context.","","","Returns a StoreRef pointing to the underlying context.","","","","","","","","","","","","","","","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","","","","","","","","","","","","","","","","","","","","","","Returns the Engine.","Returns the Engine.","Returns the Engine.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Constructs a StoreHandle from a StoreId and an …","","","","Returns a reference to the object that this handle points …","","Returns a mutable reference to the object that this handle …","","","Returns the ID of this store","","","","","","","","","","","","","Returns the internal handle contains within this handle.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Construct a MemoryStyle for the provided MemoryType","Moves the given object into a context and returns a handle …","Creates a new Store with a specific Engine.","","","Returns the ObjectMutable","","","Sets the unwind callback which will be invoked when the …","","","","","","","Checks whether two stores are identical. A store is …","Checks whether two stores are identical. A store is …","Checks whether two stores are identical. A store is …","Overrides the store id with a new ID","Set the trap handler in this store.","The signal handler","Returns the ID of the context associated with the handle.","Construct a TableStyle for the provided TableType","","","","","","","","","","","","","","","","","","","","","","","","","Get the VMConfig for this tunables Currently, VMConfig …","","A compiled wasm module, ready to be instantiated.","Tunable parameters for WebAssembly compilation. This is …","The compiler configuration options.","Global configuration options used to create an …","Possible optimization levels for the Cranelift codegen …","","The Builder contents of Engine","Controls which experimental features will be enabled. …","A function middleware specialized for a single function.","","Defines the optimization level used to compile a Module.","","The state of the binary reader. Exposed to middlewares to …","A shared builder for function middlewares.","The custom trait to access to all the sys function in the …","No optimizations performed, minimizes compilation time by …","","","Generates the fastest possible code, but may take longer.","Similar to speed, but also performs transformations aimed …","An engine delegates the creation of memories, tables, and …","Configuration for the runtime VM Currently only the stack …","","","","","","","","This indicates if the Artifact is allocated and can be run …","","","","","","","","","","","","","","","","","","","","","","","","","Configures whether the WebAssembly bulk memory operations …","Bulk Memory proposal should be enabled","Callbacks that will triggered in the different compilation …","","Enable NaN canonicalization.","","Enable NaN canonicalization.","","","","","","","","","","","","","","","","","","Gets the custom compiler config","Transform it into the compiler","Transform it into the compiler.","Transform it into the compiler","","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","Create a table owned by the VM given a TableType and a …","","","","","","Returns the default value for OptimizationLevel, namely …","Gets the default features for this compiler in the given …","Gets the default features for this compiler in the given …","","","","","","","","","","","","","","","","","","","","","","","Deserialize a serialized artifact.","","","","","","","","","","","","","","Load a serialized WebAssembly module from a memory mapped …","Load a serialized WebAssembly module from a memory mapped …","Deserialize a ArtifactBuild from an object file","Deserialize a serialized artifact.","","","","","","","","","","","","The size in bytes of the offset guard for dynamic heaps.","","","","","Enable Position Independent Code (PIC).","Emit code suitable for dlopen.","","","","Enable compiler IR verification.","Whether to verify compiler IR.","","","","Build the Engine for this configuration","","","","","","","","","","","","","","","","","Wasm exceptions proposal should be enabled","","","Extended constant expressions proposal should be enabled","","","","The Wasm features","","Processes the given operator.","Finishes the instantiation of a just created VMInstance.","Returns the dynamic function trampolines allocated in …","Returns the function call trampolines allocated in memory …","Returns the functions allocated in memory or this Artifact …","Generates the flags for the compiler","","","","","","","","","Get the BaseTunables for a specific 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.","Construct a ArtifactBuild from component parts.","Generates a FunctionMiddleware for a given function.","Generate a compilation","Compile a module into an object file, which can be …","Get the default config for the sys Engine","","Create a headless Engine","Create a new headless Backend","A unique identifier for this object.","","","","","","","","","","","","","","","Crate an Instance from this Artifact.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 provided bytes look like a serialized …","","Generates the ISA for the provided target","","","","","","","","","","","","","Configures whether the WebAssembly 64-bit memory proposal …","64-bit Memory proposal should be enabled","Construct a MemoryStyle for the provided MemoryType","Get a MemoryStyle for the provided MemoryType","","Generate the metadata object for the module","","","","","","Configures whether the WebAssembly module linking proposal …","Module Linking proposal should be enabled","Configures whether the WebAssembly multi-memory proposal …","Multi Memory proposal should be enabled","Configures whether the WebAssembly multi-value proposal …","Multi Value proposal should be enabled","Create a new Engine with the given config","Compile a data buffer into a ArtifactBuild, which may then …","Create a new builder with pre-made components","Creates a new configuration object with the default …","Creates a new configuration object with the default …","Creates a new configuration object with the default …","Create a new feature","The optimization levels when optimizing the IR.","The optimization levels when optimizing the IR.","","","","","","","","","","","","","","","Do preinstantiation logic that is executed before …","Pushes a middleware onto the back of the middleware chain.","Pushes a middleware onto the back of the middleware chain.","Pushes a middleware onto the back of the middleware chain.","Pushes a middleware onto the back of the middleware chain.","Push an operator.","Configures whether the WebAssembly reference types …","Reference Types proposal should be enabled","Register thie Artifact stack frame information into the …","Relaxed SIMD proposal should be enabled","","","","","","","","Set the features","Sets the hash algorithm","Set the hashing algorithm","","Set the target","Attach a Tunable to this engine","Returns the associated VM signatures for this Artifact.","Configures whether the WebAssembly SIMD proposal will be …","SIMD proposal should be enabled","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","Construct a TableStyle for the provided TableType","Get a TableStyle for the provided TableType.","","Configures whether the WebAssembly tail-call proposal will …","Tail call proposal should be enabled","The GlobalFrameInfoRegistration needs to be transfered to …","Gets the target","The target","","Generates the target machine for the current target","Configures whether the WebAssembly threads proposal will …","Threads proposal should be enabled","","","","","","","","Transforms a ModuleInfo struct in-place. This is called …","","","","","","","","","","","","","","","","","","","","","","","","Get a reference to attached Tunable of this engine","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The vm module re-exports wasmer-vm types.","Get the VMConfig for this tunables Currently, VMConfig …","Optionnal stack size (in byte) of the VM. Value lower than …","","A compiled wasm module, ready to be instantiated.","Tunable parameters for WebAssembly compilation. This is …","The compiler configuration options.","A WebAssembly Universal Engine.","The Builder contents of Engine","The custom trait to access to all the sys function in the …","An engine delegates the creation of memories, tables, and …","","","","","","Enable NaN canonicalization.","","","Clone the engine","Compile a WebAssembly binary","Gets the custom compiler config","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","Returns the default engine for the Sys engine","Gets the default features for this compiler in the given …","","","","Deserializes a WebAssembly module which was previously …","Deserializes a WebAssembly module from a path.","Deserialize from a file path.","Load a serialized WebAssembly module from a memory mapped …","Load a serialized WebAssembly module from a memory mapped …","Deserializes a WebAssembly module which was previously …","Returns the deterministic id of this engine","","The size in bytes of the offset guard for dynamic heaps.","Enable Position Independent Code (PIC).","Enable compiler IR verification.","","","","","","","","","Returns the argument unchanged.","","Get the default config for the sys Engine","Returns the hash algorithm","","","Create a headless Engine","Create a headless Engine","A unique identifier for this object.","","","Get reference to EngineInner.","","Get mutable reference to EngineInner.","Calls U::from(self).","","Lookup a signature","Construct a MemoryStyle for the provided MemoryType","Returns the name of this engine","","Create a new Engine with the given config","Create a new Engine with the given config","","Pushes a middleware onto the back of the middleware chain.","Register a signature","Sets the hash algorithm","Sets the hash algorithm","Attach a Tunable to this engine","Attach a Tunable to this engine","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","Construct a TableStyle for the provided TableType","Gets the target","Gets the target","","","","","","Get a reference to attached Tunable of this engine","Get a reference to attached Tunable of this engine","","","","","","Validates a WebAssembly module","Get the VMConfig for this tunables Currently, VMConfig …","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Host state for a dynamic function.","","Represents a low-level Wasm static host function. See …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Checks whether this Function can be used with the given …","","","","Creates a new host Function from a native function.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Create a Global with the initial value Value and the …","","","","","Calls U::from(self).","","","","","","","","","","","","","","","Underlying buffer for a memory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Checks whether this Memory can be used with the given …","","","","","","","","","","","","","","To VMExtern.","Cloning memory will create another reference to the same …","Copying the memory will actually copy all the bytes in the …","","","","","","","","","","","","","","A WebAssembly memory view.","","","","","Copies a range of the memory and returns it as a vector of …","Copies the memory to another new memory object","Copies the memory and returns it as a vector of bytes","Returns the size (in bytes) of the Memory.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Safely reads bytes from the memory at the given offset.","Safely reads a single byte from memory at the given offset","Safely reads bytes from the memory at the given offset.","Returns the size (in Pages) of the Memory.","","","","","Safely writes bytes to the memory at the given offset.","Safely reads a single byte from memory at the given offset","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","Checks whether this Table can be used with the given …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","Tunable parameters for WebAssembly compilation. This is …","The size in bytes of the offset guard for dynamic heaps.","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","","A function export value.","A global export value.","A memory export value.","A table export value.","The value of an export passed from one instance to another.","","","","Represents an opaque reference to any data within …","","A function reference. A single word that points to …","A function export value.","A placeholder byte-sized type which is just used to …","","Underlying FunctionEnvironment used by a VMFunction.","A Global instance","A handle holding an Instance of a WebAssembly module.","Represents linear memory that can be either owned or shared","A table instance.","","","","Pointer to the VMCallerCheckedAnyfunc which contains data …","Returns a mutable reference to the underlying value.","Returns a reference to the underlying value.","","","","","","","","","","","","","","","","","","","","","","","","","","Copies this memory to a new memory","Copies this memory to a new memory","Copy len elements from src_table[src_index..] into …","Copies this global","Copies the table into a new table","Copy len elements from table[src_index..] to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Notify waiters from the wait list. Return the number of …","","","","","","","","","","","","","","","","","","","","","","","Return an iterator over the exports of this instance.","Finishes the instantiation process started by Instance::new…","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 VMMemory from a custom implementation - the …","Create a new linear memory instance with specified minimum …","Create a new linear table instance with specified minimum …","Extracts a VMExternRef from a RawValue.","Extracts a VMFuncRef from a RawValue.","Get reference to the specified element.","","Get a table defined locally within this module.","Returns the number of pages in the allocated memory block","Returns the size of the table","Grow memory by the specified amount of wasm pages.","Grow table by the specified amount of elements.","Grows the memory to at least a minimum size. If the memory …","","Associated data owned by a host function.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 VMExternRef into a RawValue.","Converts the VMFuncRef into a RawValue.","The function kind (specifies the calling convention for the","","","","","","","","","","","Lookup an export with the given name.","Lookup an export with the given export declaration.","","","","","","Grow memory in this instance by the specified amount of …","Return the memory index for the given VMMemoryDefinition …","Return a reference-counting pointer to a module.","Return a reference to a module.","Wraps the given value to expose it to Wasm code as a …","Create a new, zero bit-pattern initialized global from a …","Create a new VMInstance pointing at a new Instance.","Creates a new linear memory instance of the correct type …","Create a new linear table instance with specified minimum …","","","","","","","","","","","Resets the memory down to a zero size","Set reference to the specified element.","The function type, used for compatibility checking.","Returns the size of hte memory in pages","Returns the number of allocated elements.","Returns the memory style for this memory.","Returns the style for this Table.","","","Get table element reference.","Grow table in this instance by the specified amount of …","Return the table index for the given VMTableDefinition in …","Set table element reference.","","","","Attempts to clone this memory (if its clonable)","","","","","","","","","","","","","","","","","","","","","Get the type of the global.","Returns the type for this memory.","Returns the type for this Table.","","","","","","","","","","","","","","","","","","","","","","","","Return a reference to the vmctx used by compiled wasm code.","Return a raw pointer to the vmctx used by compiled wasm …","Get a pointer to the underlying definition used by the …","Return a VMMemoryDefinition for exposing the memory to …","Return a reference to the VMOffsets to get offsets in the …","Return a VMTableDefinition for exposing the table to …","A WebAssembly function that can be called natively (using …","","","","","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","An externref value which can hold opaque data to the wasm …","A 32-bit float.","A 64-bit float.","A first-class reference to a WebAssembly function.","A 32-bit integer.","A 64-bit integer.","","","","","","","Raw representation of a WebAssembly value.","A 128-bit number","WebAssembly computations manipulate values of basic value …","","","","Converts the Value into a RawValue.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to access the underlying value of this Value, …","","Attempt to access the underlying value of this Value, …","","Attempt to access the underlying value of this Value, …","","","","","","","","","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","","","","","Converts a RawValue to a Value.","Attempt to access the underlying value of this Value, …","","","Attempt to access the underlying value of this Value, …","","Attempt to access the underlying value of this Value, …","","","","Calls U::from(self).","Calls U::from(self).","Checks whether a value can be used with the given context.","","","Returns a null externref value.","","","","","","","","","","Returns the corresponding Type for this Value.","","","","","","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","","","","","","","Attempt to access the underlying value of this Value, …","The memory does not support atomic operations.","Signatures are stored in the table and checked in the …","The operation would cause the size of the memory to exceed …","The actual memory can be resized and moved.","A function export value.","A user defined error value, used for error cases not …","A global export value.","Invalid memory was provided.","Represents memory that is used by the WebAsssembly module","Caller asked for a maximum memory greater than we can give …","A memory export value.","Error type describing things that can go wrong when …","Returned when a shared memory is required, but the given …","Implementation styles for WebAssembly linear memory.","Caller asked for more minimum memory than we can give them.","Low level error with mmap.","Address space is allocated up front.","A table export value.","Implementation styles for WebAssembly tables.","Returned when trying to call a memory operation that is …","Configuration for the runtime VM Currently only the stack …","The value of an export passed from one instance to another.","Represents an opaque reference to any data within …","A function reference. A single word that points to …","A function export value.","Underlying FunctionEnvironment used by a VMFunction.","A Global instance","A handle holding an Instance of a WebAssembly module.","Represents linear memory that can be either owned or shared","The fields compiled code needs to access to utilize a …","A shared linear memory instance.","A table instance.","The fields compiled code needs to access to utilize a …","","","","","","","Pointer to the VMCallerCheckedAnyfunc which contains data …","Pointer to the table data.","The start address which is always valid, even if the …","","","","","","","","","","","","","","","","","","","","","","","","","","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","The current number of elements in the table.","The current logical size of this linear memory in bytes.","","","","","","","","","","","","","","","","","","","","Notify waiters from the wait list. Return the number of …","Notify waiters from the wait list. Return the number of …","Add current thread to the waiter hash, and wait until …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","","","Grow memory by the specified amount of wasm pages.","Grow memory by the specified amount of wasm pages.","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","","","Associated data owned by a host function.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","The function kind (specifies the calling convention for the","","","","","","","","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Returns the offset-guard size","","","","","","Resets the memory back to zero length","Resets the memory down to a zero size","","","","","","","","","","","","","The function type, used for compatibility checking.","Returns the size of hte memory in pages","Returns the size of hte memory in pages","Returns the memory style for this memory.","Returns the memory style for this memory.","","","Access the internal atomics handler.","","","","","","","Attempts to clone this memory (if its clonable)","Shared memory can always be cloned","","","","","","","","","","","Returns the type for this memory.","Returns the type for this memory.","","","","","","","","","","","","","","","","","","","","","","Return a VMMemoryDefinition for exposing the memory to …","Return a VMMemoryDefinition for exposing the memory to …","Optionnal stack size (in byte) of the VM. Value lower than …","The attempted amount to grow by in pages.","The current size in pages.","The maximum amount of memory we can allocate.","The number of pages requested as the maximum amount of …","The number of pages requested as the maximum amount of …","Message describing the unsupported operation.","The number of pages requested as the minimum amount of …","The reason why the provided memory is invalid.","The number of mapped and unmapped pages.","Our chosen offset-guard size.","Our chosen offset-guard size."],"i":[16,16,16,16,16,30,31,30,31,32,0,30,164,0,0,0,0,30,149,0,35,30,16,16,0,31,30,30,0,164,0,30,31,79,199,0,78,25,78,35,0,146,31,31,0,146,146,31,31,0,0,0,273,31,0,0,0,0,0,0,0,0,170,24,0,170,24,28,170,24,28,0,83,0,31,0,31,170,24,0,96,21,40,0,0,0,77,78,35,81,28,0,96,21,40,0,0,0,31,125,31,30,31,0,170,24,28,170,24,28,31,81,145,0,0,78,97,0,0,0,78,35,81,83,199,77,78,0,31,31,16,146,0,31,0,30,30,31,35,0,96,21,40,0,0,0,0,0,35,0,0,0,81,0,35,30,30,97,82,0,30,0,16,193,265,0,31,31,125,31,30,193,193,273,0,0,31,0,125,16,0,0,30,30,30,31,31,28,28,35,145,79,30,30,0,30,16,16,16,16,16,0,0,31,31,30,30,30,146,0,0,0,0,0,32,0,96,21,40,0,0,149,145,83,0,0,0,31,0,0,31,149,30,31,81,79,35,79,170,24,28,0,0,79,0,0,0,25,31,0,0,0,31,31,31,79,30,30,32,0,0,0,0,0,0,0,0,0,31,31,32,30,30,30,30,193,30,31,32,33,16,34,35,14,21,36,37,38,39,24,40,41,25,26,28,42,43,44,46,3,5,191,274,192,162,0,3,5,180,275,33,275,197,77,78,35,79,80,81,82,87,163,10,14,33,16,16,16,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,117,126,124,276,3,14,21,24,25,26,28,3,3,30,31,32,33,16,34,35,14,21,36,37,38,39,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,16,34,35,14,21,36,37,38,39,24,40,41,25,26,28,42,43,44,46,3,5,14,21,3,5,14,21,3,5,277,34,34,141,141,141,141,141,141,141,141,33,10,34,39,33,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,14,14,21,21,21,36,37,38,39,83,24,24,24,40,40,41,41,41,25,25,25,26,26,26,28,28,28,42,42,42,43,43,43,44,44,46,46,3,3,3,5,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,278,164,30,33,0,33,30,31,32,33,16,16,34,35,14,21,39,24,40,41,25,26,28,42,43,44,46,3,5,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,16,16,16,16,34,34,34,34,35,35,35,35,14,14,14,14,21,21,21,21,39,39,39,39,24,24,24,24,40,40,40,40,41,41,41,41,25,25,25,25,26,26,26,26,42,42,42,42,43,43,43,43,44,44,44,44,46,46,46,46,3,3,3,3,5,5,5,5,0,276,0,191,276,10,0,0,277,30,30,31,31,32,33,33,10,16,34,77,77,78,78,35,35,79,79,80,80,81,81,82,82,14,21,38,39,39,83,24,24,40,41,41,25,26,26,28,42,42,43,43,44,46,3,5,16,30,31,32,33,10,16,34,77,77,78,78,78,35,79,79,80,81,81,82,14,21,36,37,38,39,83,24,40,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,25,25,26,28,42,43,44,46,3,3,5,5,5,5,164,164,265,279,164,30,31,33,16,14,40,162,186,38,38,38,38,176,0,10,38,38,10,10,30,31,32,33,16,34,35,14,21,39,24,40,41,25,26,42,43,44,46,3,5,157,40,10,177,30,31,32,33,16,34,35,14,21,39,24,40,41,25,26,42,43,44,46,3,5,277,30,31,33,10,10,275,0,0,14,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,6,203,8,147,9,0,10,38,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,164,0,133,164,279,30,31,193,36,37,30,40,25,34,24,24,14,0,155,10,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,124,153,189,177,126,124,3,42,43,0,10,40,179,276,141,80,42,43,0,44,191,44,276,38,38,38,276,276,26,44,46,80,44,46,193,36,37,0,34,80,14,38,41,26,42,43,44,46,16,87,274,192,126,124,193,36,37,33,179,41,41,14,21,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,33,0,276,276,14,14,21,24,41,25,26,28,42,43,3,14,21,24,41,25,26,28,42,43,3,41,41,14,14,21,21,24,24,40,41,41,25,25,26,26,28,28,42,42,43,43,44,46,3,3,5,14,21,24,41,25,26,28,42,43,3,14,21,24,41,25,26,28,42,43,3,16,10,10,43,276,164,117,195,77,78,278,278,0,186,16,3,5,0,40,141,10,276,277,276,265,30,31,32,33,16,34,35,14,21,36,37,38,39,24,40,41,25,26,28,42,43,44,46,3,5,30,31,33,16,77,78,35,79,80,81,82,39,24,41,26,42,43,34,34,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,44,46,26,42,44,46,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,0,33,40,40,40,40,30,31,32,33,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,0,33,0,141,280,164,0,164,118,281,281,282,282,283,284,284,285,283,286,287,287,287,288,288,116,119,116,119,0,0,0,0,119,120,116,117,119,120,117,120,116,117,119,120,116,117,119,120,116,117,119,120,117,120,117,116,117,119,120,116,117,119,120,116,117,119,120,116,117,117,119,120,120,116,117,119,120,116,117,119,120,116,117,119,120,116,117,119,120,116,117,119,120,117,117,117,116,117,119,120,117,117,120,116,117,119,120,120,120,117,116,117,119,120,116,117,119,120,116,117,119,120,116,119,116,119,116,119,120,0,0,0,0,0,0,0,0,127,131,131,197,6,127,6,129,127,6,129,127,130,138,127,127,129,138,129,129,141,141,141,141,141,141,141,141,127,138,6,129,127,6,129,127,6,129,127,127,127,127,127,127,127,127,6,129,127,138,138,6,130,130,129,129,127,6,129,127,127,127,131,6,129,127,6,6,129,127,6,129,127,130,141,130,130,130,6,127,6,129,127,138,130,130,127,127,129,129,130,141,130,127,130,127,6,129,127,6,129,127,127,6,129,127,6,127,6,127,6,127,129,141,149,0,146,146,146,145,0,146,0,145,0,0,0,146,149,145,149,145,146,147,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,145,146,147,145,146,147,289,145,146,147,148,149,289,145,146,147,148,149,148,289,145,146,147,148,149,148,147,147,289,145,146,147,148,149,149,149,149,149,149,145,145,146,146,147,147,148,148,149,149,289,145,145,146,146,147,147,147,147,148,149,289,145,146,147,148,149,147,289,145,146,147,148,149,147,289,145,146,147,148,149,147,147,148,147,289,145,146,147,148,149,145,146,147,289,145,146,147,145,146,147,148,149,147,147,289,289,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,147,289,0,0,0,0,0,97,97,97,153,97,155,97,153,155,97,153,97,153,97,153,153,153,155,97,153,155,97,153,155,97,153,155,97,153,153,153,153,153,153,97,97,153,155,97,153,153,155,153,153,153,153,153,157,165,153,153,153,155,155,97,153,153,155,97,153,155,153,153,153,153,155,155,97,153,155,153,153,155,155,153,155,155,97,153,155,97,153,97,155,97,153,155,97,153,155,97,153,155,97,153,155,97,153,155,97,153,153,0,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,0,0,96,0,96,0,0,96,0,0,0,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,96,96,0,96,96,96,96,0,0,96,0,96,96,96,96,96,96,96,96,96,0,0,0,0,158,178,175,158,178,175,158,158,176,176,158,158,178,175,158,178,175,158,178,175,158,178,175,158,158,158,158,158,158,158,178,175,158,158,158,158,176,158,158,178,175,158,178,175,158,158,178,175,158,158,158,158,158,158,178,175,158,0,158,158,158,178,175,158,178,175,158,158,178,175,158,158,178,175,158,178,175,158,178,175,158,158,0,0,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,0,0,0,0,0,160,180,179,181,180,160,160,180,179,181,160,180,179,181,160,180,179,181,160,180,179,181,180,180,160,160,180,179,181,160,180,179,181,160,180,179,181,182,179,160,180,179,181,160,180,160,160,160,160,180,180,180,180,160,180,179,181,160,180,180,179,181,160,180,160,160,160,160,180,160,180,179,181,160,180,179,181,160,160,180,179,181,179,179,160,179,180,160,182,179,179,180,160,180,179,181,181,181,160,160,160,180,179,181,160,160,160,180,179,181,160,180,179,181,160,160,180,179,181,160,180,179,160,180,179,160,180,179,160,182,179,182,179,181,0,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,0,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,0,0,177,186,177,186,177,186,186,186,177,186,177,177,177,186,186,186,186,177,186,177,186,177,186,177,177,177,177,177,177,186,177,186,177,177,186,177,177,177,186,177,186,177,177,186,177,177,177,186,186,177,186,177,186,177,186,177,186,177,177,177,177,0,0,189,190,189,190,189,189,189,189,189,189,190,189,190,189,190,189,190,189,189,189,189,190,189,189,189,189,190,189,190,189,190,189,189,190,190,189,189,190,190,189,190,190,189,189,189,190,189,190,189,190,189,190,189,190,189,190,189,0,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,0,133,125,0,125,125,0,0,0,125,126,124,126,124,125,126,126,124,126,124,195,125,126,124,195,125,126,124,126,124,125,126,124,125,126,124,195,125,126,124,195,125,126,124,195,125,126,124,195,125,126,124,125,125,126,124,195,125,125,126,124,124,195,125,126,124,195,125,126,124,195,124,124,195,125,126,124,124,124,126,124,126,124,195,195,126,124,126,124,195,125,126,124,126,124,124,124,124,124,124,195,195,124,125,126,124,125,195,125,126,124,195,125,126,124,195,125,126,124,125,125,125,126,124,124,199,199,0,0,135,199,199,135,199,135,135,135,135,199,135,199,135,199,135,135,135,135,135,199,135,135,135,135,135,135,135,199,199,135,199,199,199,135,135,135,135,135,199,135,199,135,199,135,135,135,199,135,135,135,135,199,135,199,199,135,199,135,199,135,199,135,199,135,199,135,135,164,164,290,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,0,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,164,265,279,164,0,0,0,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,164,279,290,265,265,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,265,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,164,0,0,0,193,193,193,0,0,193,192,274,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,193,192,192,192,193,192,192,192,274,192,193,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,0,0,83,83,0,0,0,0,0,0,0,0,0,83,0,0,188,203,8,9,8,87,203,8,163,203,8,9,188,203,8,204,9,188,203,8,204,9,188,188,141,141,141,141,141,141,141,141,203,188,203,8,204,9,188,203,8,204,9,188,203,8,204,9,188,203,8,204,9,203,8,9,204,8,188,203,188,188,188,188,10,188,203,204,9,188,203,8,204,9,188,8,10,10,188,188,188,10,188,203,188,10,188,203,8,204,9,203,8,9,10,188,188,188,203,8,204,9,188,203,8,204,9,10,141,188,203,9,204,87,203,8,8,204,188,203,8,204,9,203,8,9,188,203,9,188,141,10,188,204,188,203,8,204,9,188,203,8,204,9,188,203,8,204,9,188,203,188,203,188,203,141,213,0,0,0,0,0,213,0,0,0,0,0,213,0,0,0,211,213,0,211,211,0,0,211,209,207,212,210,130,213,131,131,131,131,215,112,211,209,207,212,216,210,130,213,131,215,112,211,209,207,212,216,210,130,213,130,130,207,207,209,209,138,207,210,130,211,209,207,212,210,130,213,211,209,207,212,210,130,213,138,209,207,210,215,131,141,141,141,212,141,212,141,131,141,141,212,141,212,131,209,207,210,130,213,138,210,131,215,112,211,209,207,212,216,210,130,213,131,215,112,211,209,207,212,216,210,130,213,131,131,215,112,211,209,207,212,216,210,130,130,130,213,318,318,131,131,131,215,112,211,209,207,212,216,210,130,213,212,209,207,210,209,138,207,210,209,209,138,207,209,207,0,215,131,130,213,131,131,131,131,130,130,130,130,213,213,213,213,0,130,216,216,130,0,0,131,215,215,225,131,131,131,131,209,131,211,209,207,216,210,130,213,212,131,215,112,211,209,207,212,216,210,130,213,131,139,131,131,0,215,318,215,131,131,131,215,112,211,209,207,212,216,210,130,213,216,0,131,131,215,112,211,209,207,212,216,210,130,213,131,207,209,131,215,112,211,209,207,212,216,210,130,213,0,130,130,141,212,131,131,209,207,210,0,131,130,130,130,130,130,130,318,131,215,209,207,210,130,209,207,209,207,216,131,215,112,211,209,207,212,216,210,130,213,131,138,209,207,210,216,130,130,131,130,130,130,131,130,130,130,130,215,318,215,131,215,318,131,130,130,212,212,141,212,131,130,130,131,318,215,215,207,130,130,211,209,207,212,210,130,213,139,131,215,112,211,209,207,212,216,210,130,213,131,215,112,211,209,207,212,216,210,130,213,0,318,131,215,112,211,209,207,212,216,210,130,213,0,131,112,211,209,207,212,216,210,130,213,131,112,211,209,207,212,216,210,130,213,131,112,211,209,207,212,216,210,130,213,0,141,112,0,0,0,0,0,0,0,0,137,131,131,137,137,138,137,137,137,137,138,215,141,141,141,141,141,141,141,141,0,138,137,137,137,137,137,137,318,318,137,137,137,212,138,138,137,215,137,137,137,137,137,137,137,137,0,137,215,137,318,137,137,131,137,137,137,137,137,137,137,141,137,137,318,137,137,138,137,318,137,318,137,212,212,141,318,137,215,137,137,137,137,318,137,137,137,137,137,137,137,141,0,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,0,0,0,0,0,0,0,0,242,244,319,242,244,319,242,242,244,244,242,242,242,242,244,319,242,244,319,242,244,319,242,244,319,242,319,242,242,242,242,242,242,244,319,242,242,242,242,244,319,244,244,242,0,244,319,242,244,319,242,242,244,319,242,242,242,242,244,319,242,319,242,242,242,244,319,242,244,319,242,242,244,319,242,244,242,244,242,244,242,242,0,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,0,0,247,248,247,248,247,248,247,248,247,248,247,248,247,248,247,248,247,248,247,248,247,247,247,247,247,247,248,247,248,247,247,247,247,247,248,247,248,247,247,248,248,248,247,247,247,248,248,248,247,247,248,247,247,247,247,248,247,248,247,247,248,247,247,247,0,0,248,0,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,0,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,0,251,251,251,251,251,251,251,251,251,251,0,0,0,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,0,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,0,212,212,212,0,169,169,169,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,173,172,187,187,169,91,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,58,173,168,173,168,173,187,56,56,58,48,58,58,169,91,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,58,173,56,56,169,91,172,168,187,48,218,218,56,58,173,218,173,218,218,218,218,173,173,173,173,218,218,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,56,56,56,58,173,56,56,58,168,173,58,173,218,56,58,56,58,56,173,172,320,321,322,323,169,91,172,168,187,48,218,56,58,173,218,218,169,91,172,168,187,48,218,56,58,173,168,173,172,169,91,172,168,187,48,218,56,58,173,218,218,320,321,322,323,58,218,218,218,218,187,48,218,56,58,169,91,172,168,187,48,218,56,58,173,56,58,172,56,58,56,58,58,58,218,218,218,218,56,168,173,56,169,91,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,58,173,48,56,58,48,169,91,172,168,187,48,218,56,58,173,169,91,168,169,91,168,169,91,168,58,48,58,218,218,48,56,218,58,0,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,170,170,170,170,170,170,0,0,0,0,0,0,0,170,0,170,88,0,170,170,88,170,88,88,170,88,170,88,88,170,88,170,88,170,88,170,88,170,88,88,88,88,88,88,88,88,88,170,88,170,88,170,88,170,88,170,170,170,170,170,170,170,170,170,170,170,88,88,88,88,88,170,170,88,88,170,88,170,88,170,88,170,88,170,170,88,170,170,88,170,88,170,170,88,170,88,170,170,88,88,88,88,170,170,170,170,170,170,170,170,88,170,88,170,88,170,35,57,35,55,169,35,169,35,0,35,169,0,35,0,35,35,55,169,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,65,60,55,57,172,65,60,258,65,60,55,57,258,65,60,55,57,55,57,258,65,60,55,57,258,65,60,55,57,258,258,187,249,258,258,65,60,258,65,60,55,57,258,65,60,55,57,258,65,60,55,55,55,57,57,57,249,258,249,258,258,65,60,55,57,55,57,55,55,55,55,57,57,57,57,258,65,60,55,57,258,65,60,55,57,258,258,55,57,249,258,249,258,55,57,172,258,65,60,55,57,218,218,258,65,60,55,57,172,258,65,60,55,57,58,258,258,258,55,258,65,60,55,57,249,258,55,57,55,57,55,55,57,57,55,57,55,57,172,249,258,249,258,58,58,249,258,258,65,60,55,57,249,258,258,65,60,55,57,258,65,60,55,57,249,258,48,258,65,60,55,57,258,60,55,57,258,60,55,57,258,60,55,57,58,48,58,249,258,112,282,282,283,284,284,285,283,286,324,325,324],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,[[3,-1],3,[[4,[3]]]],[[5,-1],5,[[4,[5]]]],0,0,0,0,[-1,6,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,8,[]],[-1,9,[]],[10,[[13,[11,12]]]],[14,15],0,[[16,-1],[],[[4,[[17,[16]]]]]],[[16,-1],[],[[4,[[17,[16]]]]]],[[16,-1],[],[[4,[[17,[16]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[3,5],[[14,-1],[[19,[14,18]]],20],[[21,-1],[[19,[21,[23,[22]]]]],20],[[24,-1],[[19,[24,[23,[22]]]]],20],[[25,-1],[[19,[25,[23,[22]]]]],20],[[26,-1],[[19,[26,27]]],20],[[28,-1],[[19,[28,[23,[22]]]]],20],[[3,-1],[[19,[3,18]]],20],[[3,3],[[29,[3]]]],[30,30],[31,31],[32,32],[33,33],[16,16],[34,34],[35,35],[14,14],[21,21],[36,36],[37,37],[38,38],[39,39],[24,24],[40,40],[41,41],[25,25],[26,26],[28,28],[42,42],[43,43],[[[44,[-1]]],[[44,[-1]]],45],[[[46,[-1]]],[[46,[-1]]],45],[3,3],[5,5],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[14,14],47],[[21,21],47],[[3,3],47],[[5,5],47],[[-1,-2],47,[],[]],[[-1,-2],47,[],[]],[[-1,-2],47,[],[]],[[-1,-2],47,[],[]],0,[34,[[17,[16]]]],0,[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[-1,42,57],[[19,[58,49]]],[]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[33,[[19,[67,2]]]],[[],10],[[],34],[[],39],[33,[[19,[32,2]]]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[14]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[14]]],71],[-1,[[19,[21]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[21]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[24]]],[70,20]],[-1,[[19,[24]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[40]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[41]]],71],[-1,[[19,[41]]],[70,20]],[-1,[[19,[25]]],[70,20]],[-1,[[19,[25]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[26]]],71],[-1,[[19,[26]]],[70,20]],[-1,[[19,[28]]],71],[-1,[[19,[28]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[42]]],[70,20]],[-1,[[19,[42]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[43]]],71],[-1,[[19,[43]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[44,[-2]]]]],71,72],[-1,[[19,[[46,[-2]]]]],71,72],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[3]]],71],[-1,[[19,[3]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[5]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],0,[[]],[30,[[19,[73,2]]]],[33,[[19,[73,2]]]],0,0,[[30,30],74],[[31,31],74],[[32,32],74],[[33,33],74],[[16,16],74],[[16,[17,[16]]],74],[[34,34],74],[[35,35],74],[[14,14],74],[[21,21],74],[[39,39],74],[[24,24],74],[[40,40],74],[[41,41],74],[[25,25],74],[[26,26],74],[[28,28],74],[[42,42],74],[[43,43],74],[[[44,[-1]],[44,[-1]]],74,[]],[[[46,[-1]],[46,[-1]]],74,[]],[[3,3],74],[[5,5],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],0,0,0,0,0,0,0,0,0,[[30,75],[[19,[2,76]]]],[[30,75],[[19,[2,76]]]],[[31,75],[[19,[2,76]]]],[[31,75],[[19,[2,76]]]],[[32,75],[[19,[2,76]]]],[[33,75],[[19,[2,76]]]],[[33,75],[[19,[2,76]]]],[[10,75],[[19,[2,76]]]],[[16,75],[[19,[2,76]]]],[[34,75],[[19,[2,76]]]],[[77,75],[[19,[2,76]]]],[[77,75],[[19,[2,76]]]],[[78,75],[[19,[2,76]]]],[[78,75],[[19,[2,76]]]],[[35,75],[[19,[2,76]]]],[[35,75],[[19,[2,76]]]],[[79,75],[[19,[2,76]]]],[[79,75],[[19,[2,76]]]],[[80,75],[[19,[2,76]]]],[[80,75],[[19,[2,76]]]],[[81,75],[[19,[2,76]]]],[[81,75],[[19,[2,76]]]],[[82,75],[[19,[2,76]]]],[[82,75],[[19,[2,76]]]],[[14,75],[[19,[2,76]]]],[[21,75],[[19,[2,76]]]],[[38,75],[[19,[2,76]]]],[[39,75],[[19,[2,76]]]],[[39,75],[[19,[2,76]]]],[[83,75],[[19,[2,76]]]],[[24,75],[[19,[2,76]]]],[[24,75],[[19,[2,76]]]],[[40,75],[[19,[2,76]]]],[[41,75],[[19,[2,76]]]],[[41,75],[[19,[2,76]]]],[[25,75],[[19,[2,76]]]],[[26,75],[[19,[2,76]]]],[[26,75],[[19,[2,76]]]],[[28,75],[[19,[2,76]]]],[[42,75],[[19,[2,76]]]],[[42,75],[[19,[2,76]]]],[[43,75],[[19,[2,76]]]],[[43,75],[[19,[2,76]]]],[[[44,[-1]],75],[[19,[2,76]]],84],[[[46,[-1]],75],[[19,[2,76]]],84],[[3,75],[[19,[2,76]]]],[[5,75],[[19,[2,76]]]],[[],[[17,[16]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[85,77],[85,78],[79,78],[-1,-1,[]],[-1,-1,[]],[81,79],[-1,-1,[]],[-1,-1,[]],[80,81],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[41,41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[-1,-1,[]],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[-1,-1,[]],[74,25],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[15,3],[15,5],[-1,-1,[]],[3,5],[68,5],[-1,-2,87,[]],[-1,-2,87,[]],[[],-1,[]],[[-1,88],-2,87,[]],[[-1,[62,[88]]],[[19,[-2,89]]],87,[]],[90,[[19,[30,2]]]],[90,[[19,[31,2]]]],[90,[[19,[33]]]],[90,[[19,[16]]]],[15,14],[40,[[29,[41]]]],0,0,[38,15],0,[38,68],0,[-1,91,[]],0,0,[38,[[29,[90]]]],0,0,[[10,[52,[-1]],[52,[-1]]],[[2,[-1,-1]]],92],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[96,[[19,[-1,97]]],[]],[40,[[29,[26]]]],0,0,[[30,-1],2,98],[[31,-1],2,98],[[32,-1],2,98],[[33,-1],2,98],[[16,-1],2,98],[[34,-1],2,98],[[35,-1],2,98],[[14,-1],2,98],[[21,-1],2,98],[[39,-1],2,98],[[24,-1],2,98],[[40,-1],2,98],[[41,-1],2,98],[[25,-1],2,98],[[26,-1],2,98],[[42,-1],2,98],[[43,-1],2,98],[[[44,[-1]],-2],2,94,98],[[[46,[-1]],-2],2,94,98],[[3,-1],2,98],[[5,-1],2,98],0,[[],30],[[],31],[[],33],[10,39],0,0,0,0,[14,68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],87],0,[-1,99,[]],[[-1,-2],[],[],87],[[-1,-2],88,[],87],[30,[[100,[90]]]],[31,[[100,[90]]]],[[],74],[[],74],[[],74],[30,74],[[40,40,[29,[15]]],74],[25,74],[34,74],[24,74],[24,74],[14,74],[-1,74,[[101,[[62,[22]]]]]],0,[10,[[102,[48]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,0,0,0,0,0,[[],3],0,0,0,0,[40,[[29,[43]]]],0,0,[[-1,43],55,[]],0,0,0,0,[[[44,[-1]]],90,[]],0,0,0,[38,90],0,[38,68],0,0,0,[[[44,[-1]]],90,[]],[[[46,[-1]]],90,[]],0,0,0,[[]],[[]],[[]],0,[[33,[17,[16]]],34],[[-1,-2],80,[[4,[49]]],[[4,[49]]]],[68,14],[[49,15,[29,[49]],105,105],38],[[-1,-2],41,[[4,[[106,[[62,[24]],12]]]]],[[4,[[106,[[62,[24]],12]]]]]],[[24,25],26],[[24,15,[29,[15]]],42],[[-1,[29,[-1]],74],43,[[4,[3]]]],[[90,90,-1],[[44,[-1]]],[]],[[90,-1],[[46,[-1]]],[]],[16],[-1,10,[]],0,0,0,0,[[]],[[]],[[]],0,0,[41,[[62,[24]]]],0,[[14,14],[[29,[47]]]],[[21,21],[[29,[47]]]],[[3,3],[[29,[47]]]],[[5,5],[[29,[47]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[30,[[19,[107,2]]]],[33,[[19,[107,2]]]],0,0,0,[[],14],[[14,68],2],[[21,68],2],[[24,68],2],[[41,68],2],[[25,68],2],[[26,68],2],[[28,68],2],[[42,68],2],[[43,68],2],[[3,68],2],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[41,[[62,[24]]]],0,[[14,-1],19,108],[[14,-1],19,[70,20]],[[21,-1],19,108],[[21,-1],19,[70,20]],[[24,-1],19,[70,20]],[[24,-1],19,108],[[40,-1],19,108],[[41,-1],19,108],[[41,-1],19,[70,20]],[[25,-1],19,108],[[25,-1],19,[70,20]],[[26,-1],19,108],[[26,-1],19,[70,20]],[[28,-1],19,108],[[28,-1],19,[70,20]],[[42,-1],19,108],[[42,-1],19,[70,20]],[[43,-1],19,108],[[43,-1],19,[70,20]],[[[44,[-1]],-2],19,109,108],[[[46,[-1]],-2],19,109,108],[[3,-1],19,108],[[3,-1],19,[70,20]],[[5,-1],19,108],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[],[[17,[16]]]],[[10,68,11],2],[[10,39],2],0,0,[[],15],0,0,[77,[[29,[7]]]],[78,[[29,[7]]]],0,0,0,0,[[16,-1],[],[[4,[[17,[16]]]]]],[[3,-1],3,[[4,[3]]]],[[5,-1],5,[[4,[5]]]],0,[40,[[29,[42]]]],[[-1,42],57,[]],0,0,0,0,[-1,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[16,49],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[34,33],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[5,[[19,[3]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[[44,[-1]]],-1,[]],[[[46,[-1]]],-1,[]],0,0,0,0,[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],0,[[],33],[40,41],[40,26],[40,43],[40,42],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,0,0,[-1,112,[]],0,[[],[[62,[24]]]],[[[62,[22]]],[[19,[[100,[[62,[22]]]],113]]]],[88,2],[[-1,[62,[[114,[22]]]]],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,115,[]],[-1,115,[]],[[[116,[-1]]],[[62,[-1]]],[]],[[[117,[-1]]],[[62,[-1]]],118],[[[119,[-1]]],-1,[]],[[[120,[-1]]],-1,118],[[[117,[-1]]],[[62,[[114,[-1]]]]],118],[[[120,[-1]]],[[114,[-1]]],118],[[[116,[-1]]],[[62,[-1]]],[]],[[[117,[-1]]],[[62,[-1]]],118],[[[119,[-1]]],-1,[]],[[[120,[-1]]],-1,118],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[[117,[22]],[62,[22]]],2],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[[117,[-1]]],2,118],[68,2],[68,2],[[[120,[-1]]],2,118],[68,2],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],68],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[117,[-1]]],74,118],[[[117,[-1]]],[[102,[-1]]],118],[[[117,[-1]]],[[123,[-1]]],118],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[[117,[-1]]],68,118],[[[124,[-1]]],[[19,[[117,[-1]],125]]],118],[[[126,[-1]]],[[19,[[120,[-1]],125]]],118],[[]],[[]],[[]],[[]],0,[[[120,[-1]]],-1,[45,118]],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[[120,[-1]],-1],2,118],0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[-1,6,[]],[6,6],[127,6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,74],2,[]],[127,127],[[-1,-2],2,[],[]],0,[[[106,[-1,12]]],[[106,[128,12]]],[]],[129,[[19,[128,79]]]],0,[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[-1,42,57],[[19,[58,49]]],[]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[[],127],[[-1,34],130,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[127,-1],[[19,[[132,[131]],78]]],133],[[127,134],[[19,[[132,[131]],78]]]],[[127,134],[[19,[[132,[131]],78]]]],[[127,134],[[19,[135,78]]]],[[127,134],[[19,[135,78]]]],[[127,-1],[[19,[[132,[131]],78]]],133],[127,90],[68,2],[68,2],[68,2],[-1,2,[]],[-1,2,[]],[6,127],0,0,[129,130],0,[[127,75],136],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,127,[[4,[137]]]],[[],127],0,[[],68],[[],68],[[],68],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[[-1,43],55,[]],0,0,0,[127,6],[[[106,[138]],34,130],127],[[]],[[]],[[]],[[-1,[132,[139,12]]],2,[]],0,0,[[127,[29,[140]]],2],[[127,-1],2,[141,142,143]],[129,144],0,0,[[-1,42],57,[]],0,[127,34],0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[127,141],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[129,[62,[22]]],[[19,[2,79]]]],[-1,112,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[145,145],[146,146],[147,147],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[148,90],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],0,[147,[[19,[-1,147]]],7],[147,[[29,[-1]]],7],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[[149,149],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[145,75],136],[[145,75],136],[[146,75],136],[[146,75],136],[[147,75],136],[[147,75],136],[[148,75],136],[[148,75],136],[[149,75],136],[[149,75],136],[-1,-1,[]],[-1,-1,[]],[54,145],[150,146],[-1,-1,[]],[-1,-1,[]],[[[106,[7]]],147],[125,147],[151,147],[-1,-1,[]],[-1,-1,[]],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[147,74],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[147,49],[-1,147,[[4,[49]]]],[49,148],[[151,[13,[38]],[29,[152]]],147],[[]],[[]],[[]],[[]],[[]],[[]],[145,[[29,[7]]]],[146,[[29,[7]]]],[147,[[29,[7]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[147,[[29,[152]]]],[147,[[62,[38]]]],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[[106,[7]]],147],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[97,97],[153,153],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[153,-1],74,[[4,[49]]]],[[],153],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[[153,153],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[97,75],136],[[97,75],136],[[153,75],136],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,153,154],[[[155,[-1]]],[[0,[156,20]]],[156,20]],[[153,90],[[19,[-1,97]]],157],[[153,90],[[29,[96]]]],[[153,90],[[19,[158,97]]]],[[153,90],[[19,[159,97]]]],[[153,90],[[19,[160,97]]]],[96,[[19,[-1,97]]],[]],[96,[[19,[-1,97]]],[]],[[153,90],[[19,[161,97]]]],[[153,-1,90],[[19,[[162,[-2,-3]],97]]],163,164,164],[[153,90],[[19,[-3,97]]],164,164,[[165,[-1,-2]]]],[[[155,[-1]]],[[0,[156,20]]],[156,20]],[[],68],[[],68],[[],68],[[153,-1,-2],2,[[4,[49]]],[[4,[96]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[153],[153],[153,74],[153,[[155,[[0,[156]]]]]],0,[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[[155,[-1]]],68,[156,166,20]],[153,68],0,[[[155,[-1]]],[[0,[156,20]]],[156,20]],[-1,[[2,[-2,-3]]],[],[],[]],[[],153],[[[155,[-1]]],29,[156,20]],[[]],[[]],[[]],[[[155,[-1]]],[[0,[156,20]]],[156,20]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,49,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[68,153],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[167,167],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[167,-1],[[29,[-2]]],163,[111,142,143,20]],[68,2],[[167,75],136],[-1,-1,[]],[[-1,168],167,87],[[],68],[-1,-2,[],[]],[[167,-1],74,163],[[],[[19,[103,104]]]],[[-1,-2],167,87,[111,142,143,20]],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[167,168],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[96,96],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[96,96],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[96,75],136],[160,96],[-1,-1,[]],[159,96],[161,96],[158,96],[[-1,169],96,87],0,[96,[[19,[96,97]]]],[96,[[19,[-1,97]]],[]],0,[[],68],[-1,-2,[],[]],[[96,-1],74,163],[[],[[19,[103,104]]]],0,0,[[]],0,[-1,-2,[],[]],[96,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[96,-1],40,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[158,-1,[62,[170]]],[[19,[[106,[[62,[170]]]],147]]],87],[[],171],[[],171],[158,158],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[[158,158],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[158,75],136],[-1,-1,[]],[-1,-1,[]],[[[162,[-1,-2]]],158,164,164],[-1,-1,[]],[[-1,[52,[172]]],158,87],[[-1,173],158,87],[-1,91,[]],[96,[[19,[158,97]]]],[96,[[19,[-1,97]]],[]],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[158,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[-1,-2,-3],158,87,[[4,[41]]],[174,142,143]],[[-1,-4],158,87,164,164,[[176,[2,-2,-3,175]],142,143]],[[-1,[177,[-2]],-5],158,87,142,164,164,[[176,[-2,-3,-4,178]],142,143]],[[-1,[177,[-2]],-3,-4],158,87,142,[[4,[41]]],[174,142,143]],[[158,-1],68,163],[[]],[[]],[[]],0,[[158,-1],68,163],[-1,-2,[],[]],[158,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[158,-1],41,163],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[158,-1],[[19,[[162,[-2,-3]],147]]],163,164,164],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[158,-1],173,163],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[159,159],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[159,159],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[159,75],136],[-1,-1,[]],[[-1,170,25],[[19,[159,147]]],87],[[-1,[52,[48]]],159,87],[[159,-1],170,87],[96,[[19,[159,97]]]],[96,[[19,[-1,97]]],[]],[[],68],[-1,-2,[],[]],[[159,-1],74,163],[[],[[19,[103,104]]]],[[-1,170],159,87],[[-1,170],159,87],[[]],[[159,-1,170],[[19,[2,147]]],87],[-1,-2,[],[]],[159,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[159,-1],26,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[[160,-1],[[29,[179]]],163],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[160,160],[180,180],[179,179],[181,181],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[180,180],47],[[-1,-2],47,[],[]],[[160,-1,-2],[[19,[160,35]]],163,87],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[2,35]]],[]],[179,[[19,[2,35]]]],[68,2],[68,2],[68,2],[68,2],[[160,160],74],[[180,180],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[160,75],136],[[180,75],136],[[179,75],136],[[181,75],136],[-1,-1,[]],[-1,-1,[]],[15,180],[-1,-1,[]],[-1,-1,[]],[[-1,[52,[56]]],160,87],[[-1,-2],93,[94,20],95],[96,[[19,[160,97]]]],[96,[[19,[-1,97]]],[]],[[160,-1,-2],[[19,[3,35]]],87,[[4,[3]]]],[[160,-1,93],[[19,[2,35]]],87],[[180,-1],2,98],[[],68],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[160,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[179,160],0,[[-1,43],[[19,[160,35]]],87],[[160,-1],179,[182,142,143]],[15,180],[[-1,56],160,87],[[-1,180,15],[[19,[15,149]]],[]],[[179,180,15],[[19,[15,149]]]],0,[[180,180],[[29,[47]]]],[[]],[[]],[[]],[[]],[[181,93,[62,[22]]],[[19,[2,125]]]],[[181,93,[62,[[114,[22]]]]],[[19,[[62,[22]],125]]]],[[160,-1],[[19,[2,35]]],87],[[160,-1,-2],[[19,[160,35]]],163,87],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[160,169],[[160,-1],[[19,[56,35]]],163],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[160,-1],43,163],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[160,-1],183,[163,20]],[[-1,180,[29,[184]]],[[19,[15,149]]],[]],[[179,180,[29,[184]]],[[19,[15,149]]]],[-1,[[19,[2,35]]],[]],[179,[[19,[2,35]]]],[[181,93,[62,[22]]],[[19,[2,125]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[183,181],[[183,[185,[93]]],[[19,[[13,[22]],125]]]],[[183,93,183],[[19,[2,125]]]],[183,[[19,[[13,[22]],125]]]],[183,93],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[183,75],136],[-1,-1,[]],[[],68],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[160,-1],183,[163,20]],[[]],[[183,93,[62,[22]]],[[19,[2,125]]]],[[183,93],[[19,[22,125]]]],[[183,93,[62,[[114,[22]]]]],[[19,[[62,[22]],125]]]],[183,3],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[183,93,[62,[22]]],[[19,[2,125]]]],[[183,93,22],[[19,[2,125]]]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[161,161],[[-1,-2],2,[],[]],[[-1,161,15,161,15,15],[[19,[2,147]]],87],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[161,161],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[161,75],136],[-1,-1,[]],[[-1,[52,[58]]],161,87],[[161,-1,15],[[29,[170]]],87],[96,[[19,[161,97]]]],[96,[[19,[-1,97]]],[]],[[161,-1,15,170],[[19,[15,147]]],87],[[],68],[-1,-2,[],[]],[[161,-1],74,163],[[],[[19,[103,104]]]],[[-1,42,170],[[19,[161,147]]],87],[[]],[[161,-1,15,170],[[19,[2,147]]],87],[[161,-1],15,163],[-1,-2,[],[]],[161,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[161,-1],42,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,[[-1,1],2,[]],[[[186,[-1]]],[[186,[-1]]],142],[[[177,[-1]],-2],-1,[111,142,20],87],[[[186,[-1]]],[[177,[-1]]],142],[[[177,[-1]],-2],-1,[111,142,20],163],[[[186,[-1]]],8,[]],[[[186,[-1]]],9,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[177,[-1]]],[[177,[-1]]],[]],[[-1,-2],2,[],[]],[[[186,[-1]]],-1,142],[[[186,[-1]]],[[2,[-1,8]]],142],[[[186,[-1]]],-1,142],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[[[177,[-1]],[177,[-1]]],74,[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[[186,[-1]],75],136,[142,84]],[[[177,[-1]],75],136,84],[-1,-1,[]],[-1,-1,[]],[[[188,[187]]],[[177,[-1]]],[]],0,[[-1,-2],93,[94,20],95],0,[[[177,[-1]],-2],2,[],98],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[[[177,[-1]],-2],[[186,[-1]]],[111,142,20],87],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[[-1,-2],[[177,[-2]]],87,[111,142,20]],[[[186,[-1]]],10,[]],[[]],[[]],0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[189,189],[[-1,-2],2,[],[]],[[189,90],74],[[],189],[[189,90,90,-1],2,[[4,[96]]]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[[189,90,90],74],[[189,-1],2,154],[[189,75],136],[-1,-1,[]],[-1,-1,[]],[[189,90,90],[[29,[96]]]],[[189,90],[[29,[153]]]],[[189,135],[[19,[[13,[96]],145]]]],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[189],[189,190],0,[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[-1,[[2,[-2,-3,-4]]],[],[],[],[]],[189,190],[[],189],[190,29],[[]],[[]],[[189,90,-1],2,154],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[191,191],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[191,191],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],0,[[191,75],136],[-1,-1,[]],[[],68],[-1,-2,[],[]],[[],[[19,[103,104]]]],[191,135],0,[[-1,135,189],[[19,[191,146]]],87],[[-1,135,[62,[96]]],[[19,[191,146]]],87],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,[-1,99,[]],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[126,[-1]]],[[19,[[120,[-1]],125]]],118],[[[124,[-1]]],[[19,[[117,[-1]],125]]],118],[-1,7,[]],[[[126,[-1]]],[[192,[-1,-2]]],118,193],[[[126,[-1]]],[[192,[-1,36]]],118],[[[124,[-1]]],[[192,[-1,36]]],118],[[[126,[-1]]],[[192,[-1,37]]],118],[[[124,[-1]]],[[192,[-1,37]]],118],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[125,125],[[[126,[-1]]],[[126,[-1]]],[45,118]],[[[124,[-1]]],[[124,[-1]]],[45,118]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[68,2],[[125,75],136],[[125,75],136],[[[126,[-1]],75],136,118],[[[124,[-1]],75],136,118],[-1,-1,[]],[-1,-1,[]],[194,125],[-1,-1,[]],[-1,-1,[]],[[[124,[-1]],93],[[126,[-1]]],118],[[],68],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],74,118],[[[124,[-1]]],[[195,[-1]]],118],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[[124,[-1]]],93,118],0,0,0,[[183,93],[[126,[-1]]],118],[[183,93,93],[[19,[[124,[-1]],125]]],118],[[[195,[-1]]],29,118],[[[195,[-1]]],29,118],[[[126,[-1]]],93,118],[[[124,[-1]]],93,118],0,0,[[]],[[]],[[]],[[]],[[[126,[-1]]],[[19,[-1,125]]],118],[[[124,[-1]],93],[[19,[-1,125]]],118],[[[124,[-1]],[62,[-1]]],[[19,[2,125]]],118],[[[124,[-1]],[62,[[114,[-1]]]]],[[19,[[62,[-1]],125]]],118],[[[124,[-1]]],[[19,[196,125]]],118],[[[124,[-1]],[62,[[114,[22]]]]],[[19,[68,125]]],118],[[[124,[-1]]],[[19,[[13,[-1]],125]]],118],[[[195,[-1]]],[[2,[68,[29,[68]]]]],118],0,[[[124,[-1]],[185,[93]]],[[124,[-1]]],118],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,49,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[[126,[-1]],-1],[[19,[2,125]]],118],[[[124,[-1]],93,-1],[[19,[2,125]]],118],[[[124,[-1]],[62,[-1]]],[[19,[2,125]]],118],0,0,0,0,[[-1,1],2,[]],[-1,7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[135,135],[[-1,-2],2,[],[]],[[135,90],[[0,[156]]]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[135,78]]],197,133],[[-1,-2],[[19,[135,78]]],197,[[101,[134]]]],[[-1,-2],[[19,[135,78]]],197,[[101,[134]]]],[[-1,-2],[[19,[135,78]]],197,133],[68,2],[68,2],[[135,135],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[135,[[198,[[0,[156]]]]]],[[199,75],136],[[199,75],136],[[135,75],136],[85,199],[-1,-1,[]],[79,199],[-1,-1,[]],[[-1,[62,[22]]],[[19,[135,79]]],197],[[-1,[62,[22]]],[[19,[135,79]]],197],[[-1,-2],[[19,[135,199]]],197,[[101,[134]]]],[135,[[200,[[0,[156]]]]]],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[135,[[29,[90]]]],[[-1,-2],[[19,[135,79]]],197,[[101,[[62,[22]]]]]],[[]],[[]],[135,[[19,[99,77]]]],[[135,-1],[[19,[2,77]]],[[101,[134]]]],[[135,90],74],[199,[[29,[7]]]],[-1,-2,[],[]],[-1,49,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[-1,[62,[22]]],[[19,[2,79]]],197],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,87,[]],[-1,-2,87,[]],[[],-1,[]],[[-1,88],-2,87,[]],[[-1,[62,[88]]],[[19,[-2,89]]],87,[]],0,0,0,[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],87],[[-1,-2],[],[],87],[[-1,-2],88,[],87],[-1,[[19,[-2]]],[],[]],[[-1,-2],74,[],163],[[-1,-2],74,[],163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[-1,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[],[[62,[24]]]],[88,2],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[[[192,[-1,-2]],183],[[19,[[120,[-1]],125]]],118,193],[[[192,[-1,-2]]],[[19,[[192,[-1,-2]],125]]],[],193],[-1,-2,[],[]],[-1,-2,[],[]],[[[192,[-1,-2]]],[[192,[-3,-2]]],[],193,[]],[[[192,[-1,-2]]],[[192,[-1,-2]]],118,193],[[-1,-2],2,[],[]],[[[192,[-1,-2]],183],[[126,[-1]]],118,193],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[]],[[[192,[-1,-2]],[192,[-1,-2]]],74,118,193],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[[192,[-1,-2]],75],136,118,193],[-1,-1,[]],[-1,-2,87,[]],[-1,-2,87,[]],[[],[[192,[-1,-2]]],118,193],[[-1,[62,[88]]],[[19,[-2,89]]],87,[]],[[],68],[-1,-2,[],[]],[[-1,-2],[],[],87],[[-1,-2],[],[],87],[-1,[[19,[-2,201]]],[],[]],[[],74],[[[192,[-1,-2]],-3],74,118,193,163],[[[192,[-1,-2]]],74,[],193],[[],[[19,[103,104]]]],[[]],[[],[[192,[-1,-2]]],[],193],[[],[[192,[-1,-2]]],[],193],[[[192,[-1,-2]]],[],[],193],0,0,[[]],[[]],[[[192,[-1,-2]],183],[[19,[-1,125]]],118,193],[[[192,[-1,-2]],183,-3],[[19,[[13,[-1]],125]]],118,193,202],[[[192,[22,-1]],183],[[19,[49,125]]],193],[[[192,[22,-1]],183],[[19,[49,125]]],193],[[],15],[[[192,[-1,-2]],183],[[19,[[124,[-1]],125]]],118,193],[[[192,[-1,-2]]],[[19,[[192,[-1,-2]],125]]],[],193],[[[192,[-1,-2]]],[],118,193],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[],[[62,[24]]]],[[[192,[-1,-2]],183,-1],[[19,[2,125]]],118,193],[88,2],[[[192,[-1,-2]],[62,[[114,[22]]]]],2,118,193],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[203,6],[8,6],[9,6],[8,204],[-1,8,[]],[203,8],[8,8],[-1,9,[]],[203,9],[8,9],[9,9],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[188,[-1]]],[[188,[-1]]],[]],[[-1,-2],2,[],[]],[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[-1,42,57],[[19,[58,49]]],[]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[[],203],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[68,2],[68,2],[203,127],[8,127],[9,127],0,[8,[[2,[127,10]]]],[[[188,[-1]],[188,[-1]]],74,92],[[203,203],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],0,[[[188,[-1]],75],[[19,[2,76]]],92],[[203,75],136],[[204,75],136],[[9,75],136],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[39,[52,[-1]]],[[188,[-1]]],92],[204,8],0,0,[[[188,[-1]],10],-1,92],[[-1,-2],93,[94,20],95],[[[188,[-1]],10],-1,92],0,[[[188,[-1]],-2],2,[],98],[203,39],0,0,[[],68],[[],68],[[],68],[[],68],[[],68],0,0,0,0,0,[[[188,[-1]]],[[52,[-1]]],92],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[[-1,43],55,[]],[[10,-1],[[188,[-1]]],92],[-1,203,[[4,[127]]]],[9,10],0,[-1,10,[]],[203,10],[8,10],[[8,-1],2,[205,142,143]],0,[[]],[[]],[[]],[[]],[[]],[[203,203],74],[[8,8],74],[[9,9],74],[[[188,[-1]],39],2,92],[[203,[29,[[106,[206]]]]],2],[9,[[29,[206]]]],[[[188,[-1]]],39,92],[[-1,42],57,[]],0,[-1,-2,[],[]],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,112,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[131,74],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[130,74],130],0,[[207,[29,[[132,[208,12]]]]],207],0,[[209,74],209],[[209,74],2],[[-1,74],2,[]],[[207,74],2],[[210,74],210],[[130,-1],[[19,[130,27]]],20],[211,211],[209,209],[207,207],[212,212],[210,210],[130,130],[213,213],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[106,[-1,12]]],[[106,[128,12]]],[]],[[[106,[209,12]]],[[106,[128,12]]]],[[[106,[207,12]]],[[106,[128,12]]]],[[[106,[210,12]]],[[106,[128,12]]]],0,[131,[[17,[16]]]],[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[212,43,55],[[19,[56,35]]]],[[-1,42,57],[[19,[58,49]]],[]],[[212,42,57],[[19,[58,49]]]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[131,[[132,[50,12]]]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[212,43,55,[61,[60]]],[[19,[56,35]]]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[[212,42,57,[61,[65]]],[[19,[58,49]]]],[131],[[],209],[[],207],[[],210],[[],130],[[],213],[[-1,34],130,[]],[[210,34],130],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[137,214],[[19,[131,78]]]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[130]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[130]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,134],[[19,[135,78]]],[]],[[-1,134],[[19,[135,78]]],[]],[[137,214],[[19,[131,78]]]],[[137,214],[[19,[131,78]]]],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],0,0,0,0,[209,2],[-1,2,[]],[207,2],[210,2],0,[209,2],[-1,2,[]],[207,2],0,0,0,[215,137],[[131,131],74],[[130,130],74],[[213,213],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],0,0,[[216,-1],2,154],[[216,-1],2,154],0,0,0,[131,130],[215,[[29,[130]]]],0,[[-1,217,216],[[19,[2,80]]],[]],[[131,112,[29,[174]],218],[[19,[2,150]]]],[131,[[221,[219,220]]]],[131,[[221,[222]]]],[131,[[221,[14,220]]]],[[209,34],223],[[131,75],[[19,[2,76]]]],[[211,75],[[19,[2,76]]]],[[209,75],[[19,[2,76]]]],[[207,75],[[19,[2,76]]]],[[216,75],[[19,[2,76]]]],[[210,75],[[19,[2,76]]]],[[130,75],[[19,[2,76]]]],[[213,75],[[19,[2,76]]]],[34,212],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[129,224,34],[[19,[131,78]]]],[[-1,14],[[106,[225,12]]],[]],[[[62,[22]],128,141,130],[[19,[[2,[226,[53,[14,227]],[13,[228,12]],[29,[229]]]],79]]]],[[128,[62,[22]],[29,[90]],34,141,130],[[19,[[2,[50,230,68,[106,[231,12]]]],79]]]],[[],[[29,[[106,[138]]]]]],0,[[],-1,[]],[[],215],[131,232],0,[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],0,0,[[131,141,[62,[169]],10],[[19,[218,150]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[62,[22]]],74],0,[[209,34],[[19,[[106,[233,12]],234]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[[130,74],130],0,[[-1,43],55,[]],[[212,43],55],[131,[[53,[59,55]]]],[[128,[62,[22]],[29,[90]],34,141,130],[[19,[[2,[235,[29,[229]],[53,[14,227]]]],79]]]],0,0,0,0,[131,50],[[130,74],130],0,[[130,74],130],0,[[130,74],130],0,[[[106,[138]],34,130],-1,[]],[[137,[62,[22]],141,[29,[140]]],[[19,[131,79]]]],[-1,215,[[4,[[106,[138,12]]]]]],[[],209],[[],207],[[],210],[[],130],[[209,211],209],[[207,213],207],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[131,[[19,[2,150]]]],[[-1,[132,[139,12]]],2,[]],[[209,[132,[139,12]]],2],[[207,[132,[139,12]]],2],[[210,[132,[139,12]]],2],[[216,217],2],[[130,74],130],0,[131,[[19,[2,78]]]],0,[[130,68],2],[[-1,68],2,[]],[131,[[19,[[13,[22,12]],77]]]],[[130,-1],19,[70,20]],[[130,-1],19,108],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[215,[29,[130]]],215],[[-1,[29,[140]]],2,[]],[[215,[29,[140]]],215],[[131,49],74],[[215,[29,[34]]],215],[[-1,-2],2,[],[141,142,143]],[131,[[221,[222,236]]]],[[130,74],130],0,0,0,[[-1,42],57,[]],[[212,42],57],[131,[[53,[64,57]]]],[[130,74],130],0,[131,[[29,[237]]]],[-1,34,[]],[215,[[29,[34]]]],0,[[207,34],238],[[130,74],130],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,50],2,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],0,[-1,141,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],0,[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,[-1,112,[]],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[-1,74],2,[]],[137,137],[[-1,-2],2,[],[]],[137,137],[[137,[62,[22]]],[[19,[[132,[131,12]],79]]]],[[[106,[-1,12]]],[[106,[128,12]]],[]],0,[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[-1,42,57],[[19,[58,49]]],[]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[[],137],[[-1,34],130,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[137,214],[[19,[[132,[131,12]],78]]]],[[137,134],[[19,[[132,[131,12]],78]]]],[[137,134],[[19,[[132,[131,12]],78]]]],[[-1,134],[[19,[135,78]]],[]],[[-1,134],[[19,[135,78]]],[]],[[137,214],[[19,[[132,[131,12]],78]]]],[137,90],[68,2],0,[-1,2,[]],[-1,2,[]],0,0,[[137,75],[[19,[2,76]]]],[215,137],[137,137],[[[106,[138,12]]],137],[209,137],[210,137],[-1,-1,[]],[207,137],[[],[[29,[[106,[138]]]]]],[137,[[29,[140]]]],0,0,[[],-1,[]],[[],137],[137,239],0,[[],68],[137,[[240,[129]]]],0,[137,[[240,[129]]]],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[137,236],[[29,[41]]]],[[-1,43],55,[]],[137,90],0,[[[106,[138]],34,130],-1,[]],[[[106,[138,12]],34,130],137],[[]],[[-1,[132,[139,12]]],2,[]],[[137,41],236],[[-1,[29,[140]]],2,[]],[[137,[29,[140]]],2],[[-1,-2],2,[],[141,142,143]],[[137,-1],2,[141,142,143]],0,0,[[-1,42],57,[]],[-1,34,[]],[137,34],0,0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,141,[]],[137,141],0,[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[137,[62,[22]]],[[19,[2,79]]]],[-1,112,[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[241,241],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[241,-1],[[29,[-2]]],163,[111,142,143,20]],[68,2],[[241,75],136],[-1,-1,[]],[[-1,168],241,87],0,[[],68],[-1,-2,[],[]],[[241,-1],74,163],[[],[[19,[103,104]]]],[[-1,-2],241,87,[111,142,143,20]],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[241,168],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[242,-1,[62,[170]]],[[19,[[106,[[62,[170]]]],147]]],87],[[243,91,88],2],[[[244,[-1]]],171,174],[[242,-1,171,[62,[170]],[62,[170]]],[[19,[2,147]]],87],[[242,-1,171,[13,[88]],[62,[170]]],[[19,[2,147]]],87],[242,242],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],0,[[242,242],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[242,75],136],[-1,-1,[]],[-1,-1,[]],[[[188,[172]]],242],[-1,-1,[]],[[-1,[52,[172]]],242,87],[[-1,173],242,87],0,0,[[[244,[-1]]],91,174],[[[245,[[244,[-1]]]],88],2,174],0,0,[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[242,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[-1,-4],242,87,164,164,[[176,[2,-2,-3,175]],142,143]],[[-1,[177,[-2]],-5],242,87,142,164,164,[[176,[-2,-3,-4,178]],142,143]],[[-1,[177,[-2]],-3,-4],242,87,142,[[4,[41]]],[174,142,143]],[[]],[[]],[[]],0,[[242,-1],68,163],[-1,-2,[],[]],[242,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[242,-1],41,163],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[242,-1],173,163],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[246,246],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[246,246],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[246,75],136],[-1,-1,[]],[[-1,170,25],[[19,[246,147]]],87],[[-1,[52,[48]]],246,87],[[246,-1],170,87],0,[[],68],[-1,-2,[],[]],[[246,-1],74,163],[[],[[19,[103,104]]]],[[]],[[246,-1,170],[[19,[2,147]]],87],[-1,-2,[],[]],[246,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[246,-1],26,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[247,-1],[[29,[179]]],163],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[247,247],[248,248],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[[247,247],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[247,75],136],[[248,75],136],[-1,-1,[]],[-1,-1,[]],[[-1,[52,[56]]],247,163],[[247,-1,-2],[[19,[3,35]]],87,[[4,[3]]]],[[247,-1,93],[[19,[2,35]]],87],0,[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[[247,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,0,[[-1,43],[[19,[247,35]]],87],[[-1,56],247,87],[[]],[[]],[[248,93,[62,[22]]],[[19,[2,125]]]],[[248,93,[62,[[114,[22]]]]],[[19,[[62,[22]],125]]]],[[247,-1],[[19,[2,35]]],87],[-1,-2,[],[]],[-1,-2,[],[]],[247,169],[[247,-1],[[19,[56,35]]],163],[[247,-1],[[19,[[106,[249]],35]]],163],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[247,-1],43,163],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[22,22,68],2],[[22,22,68],2],[[248,93,[62,[22]]],[[19,[2,125]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[250,248],0,[[250,[185,[93]]],[[19,[[13,[22]],125]]]],[[250,93,250],[[19,[2,125]]]],[250,[[19,[[13,[22]],125]]]],[250,93],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[250,75],136],[-1,-1,[]],[[],68],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[247,-1],250,[163,20]],[[]],[[250,93,[62,[22]]],[[19,[2,125]]]],[[250,93],[[19,[22,125]]]],[[250,93,[62,[[114,[22]]]]],[[19,[[62,[22]],125]]]],[250,3],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[250,93,[62,[22]]],[[19,[2,125]]]],[[250,93,22],[[19,[2,125]]]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[251,251],[[-1,-2],2,[],[]],[[-1,251,15,251,15,15],[[19,[2,147]]],87],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[251,251],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[251,75],136],[-1,-1,[]],[[-1,[52,[58]]],251,87],[[251,-1,15],[[29,[170]]],87],[[251,-1,15,170],[[19,[15,147]]],87],0,[[],68],[-1,-2,[],[]],[[251,-1],74,163],[[],[[19,[103,104]]]],[[-1,42,170],[[19,[251,147]]],87],[[]],[[251,-1,15,170],[[19,[2,147]]],87],[[58,15,252],[[19,[2,147]]]],[[251,-1],15,163],[-1,-2,[],[]],[251,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[251,-1],42,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[-1,252],170,87],[[-1,170],[[19,[252,147]]],87],0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[253,253],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[253,253],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[-1,-1,[]],[[-1,135,218],153,87],[[],68],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[-1,135,189],[[19,[[2,[253,153]],146]]],87],[[-1,135,[62,[96]]],[[19,[[2,[253,153]],146]]],87],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[254,254],[[-1,-2],2,[],[]],[[-1,[62,[22]]],[[19,[254,79]]],197],[[254,90],[[0,[156]]]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[254,78]]],197,133],[[-1,-2],[[19,[254,78]]],197,[[101,[134]]]],[[-1,-2],[[19,[254,78]]],197,[[101,[134]]]],[[-1,-2],[[19,[254,78]]],197,133],[68,2],[[254,254],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[254,[[198,[[0,[156]]]]]],[-1,-1,[]],[[[132,[131]]],254],[[-1,[62,[22]]],[[19,[254,79]]],197],[[-1,[62,[22]]],[[19,[254,79]]],197],[254,[[200,[[0,[156]]]]]],[254,50],[[],68],[[254,-1,[62,[96]]],[[19,[218,146]]],87],[-1,-2,[],[]],[[],[[19,[103,104]]]],[254,[[29,[90]]]],[[]],[254,[[19,[99,77]]]],[[254,90],74],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[-1,[62,[22]]],[[19,[2,79]]],197],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[187,111],[187,111],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[168,168],[173,173],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[56,[[19,[[106,[249,12]],35]]]],[56,[[19,[[106,[249,12]],35]]]],[[58,58,15,15,15],[[19,[2,151]]]],[48,48],[58,[[19,[58,49]]]],[[58,15,15,15],[[19,[2,151]]]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[56,255,15],15],[[56,255,[29,[184]]],[[19,[15,256]]]],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[218,2],[68,2],[68,2],[68,2],[[218,218],74],[[173,173],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[218,[[257,[49,21]]]],[[218,112,[29,[174]],[62,[228]]],[[19,[2,151]]]],[[172,75],[[19,[2,76]]]],[[168,75],[[19,[2,76]]]],[[187,75],[[19,[2,76]]]],[[48,75],[[19,[2,76]]]],[[218,75],[[19,[2,76]]]],[[56,75],[[19,[2,76]]]],[[58,75],[[19,[2,76]]]],[[173,75],[[19,[2,76]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[258,56],[259,56],[-1,-1,[]],[[[106,[249,12]]],56],[-1,-1,[]],[-1,-1,[]],[-1,56,[[4,[56]]]],[[43,55,[61,[60]]],[[19,[56,35]]]],[[42,57,[61,[65]]],[[19,[58,49]]]],[88,[[29,[168]]]],[88,[[29,[173]]]],[[58,15],[[29,[252]]]],[[-1,-2],93,[94,20],95],[[218,66],58],[56,15],[58,15],[[56,3],[[19,[3,35]]]],[[58,15,252],[[29,[15]]]],[[56,93],[[19,[2,35]]]],[[173,-1],2,98],0,0,0,0,0,[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[168,88],[173,88],0,[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[218,90],[[29,[169]]]],[[218,21],169],0,0,0,0,0,[[218,63,-1],[[19,[3,35]]],[[4,[3]]]],[[218,60],63],[218,[[132,[50,12]]]],[218,50],[-1,187,[111,142]],[26,48],[[260,[132,[50,12]],10,[221,[14,220]],[221,[222]],[221,[63,[52,[56]]]],[221,[66,[52,[58]]]],[221,[51,[52,[48]]]],261,[221,[222,236]]],[[19,[218,151]]]],[[43,55],[[19,[56,35]]]],[[42,57],[[19,[58,49]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[56,[[19,[2,35]]]],[[58,15,252],[[19,[2,151]]]],0,[56,3],[58,15],[56,55],[58,57],0,0,[[218,66,15],[[29,[252]]]],[[218,66,15,252],[[29,[15]]]],[[218,65],66],[[218,66,15,252],[[19,[2,151]]]],[56,[[29,[262]]]],[-1,-2,[],[]],[-1,-2,[],[]],[56,[[19,[[106,[249,12]],35]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[48,26],[56,43],[58,42],0,[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,0,0,[218,243],[218,243],[48,[[61,[263]]]],[56,[[61,[60]]]],[218,264],[58,[[61,[65]]]],0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10]],-11]],-12,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10],[[19,[-11,147]]],265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14]],-15]],-16,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14],[[19,[-15,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20]],-21]],-22,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20],[[19,[-21,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19]],-20]],-21,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19],[[19,[-20,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18]],-19]],-20,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18],[[19,[-19,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17]],-18]],-19,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17],[[19,[-18,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16]],-17]],-18,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16],[[19,[-17,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15]],-16]],-17,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15],[[19,[-16,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7]],-8]],-9,-1,-2,-3,-4,-5,-6,-7],[[19,[-8,147]]],265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4]],-5]],-6,-1,-2,-3,-4],[[19,[-5,147]]],265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8]],-9]],-10,-1,-2,-3,-4,-5,-6,-7,-8],[[19,[-9,147]]],265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9]],-10]],-11,-1,-2,-3,-4,-5,-6,-7,-8,-9],[[19,[-10,147]]],265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6]],-7]],-8,-1,-2,-3,-4,-5,-6],[[19,[-7,147]]],265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]],-12]],-13,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11],[[19,[-12,147]]],265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]],-13]],-14,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12],[[19,[-13,147]]],265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3]],-4]],-5,-1,-2,-3],[[19,[-4,147]]],265,265,265,164,87],[[[162,[[2,[-1,-2]],-3]],-4,-1,-2],[[19,[-3,147]]],265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]],-14]],-15,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13],[[19,[-14,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[-1,-2]],-3,-1],[[19,[-2,147]]],265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5]],-6]],-7,-1,-2,-3,-4,-5],[[19,[-6,147]]],265,265,265,265,265,164,87],[[[162,[2,-1]],-2],[[19,[-1,147]]],164,87],[[[162,[-1,-2]]],[[162,[-1,-2]]],45,45],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[-1,-1,[]],0,[[],68],[-1,-2,[],[]],[[[162,[-1,-2]]],158,164,164],[[],[[19,[103,104]]]],[[-1,158],[[162,[-2,-3]]],163,164,164],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[[170,-1],88,163],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[170,170],[88,88],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],88],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[[170,170],74],[[88,266],74],[[88,93],74],[[88,267],74],[[88,88],74],[[88,268],74],[[88,11],74],[[88,269],74],[[88,270],74],[[88,15],74],[170,[[29,[[29,[167]]]]]],0,[170,[[29,[269]]]],0,[170,[[29,[268]]]],0,[[170,75],136],[[88,75],[[19,[2,76]]]],[158,170],[[[29,[158]]],170],[267,170],[269,170],[[[29,[167]]],170],[-1,-1,[]],[93,170],[270,170],[15,170],[268,170],[167,170],[-1,-1,[]],[269,88],[268,88],[267,88],[270,88],[[-1,24,88],170,87],[170,[[29,[[29,[158]]]]]],0,0,[170,[[29,[267]]]],0,[170,[[29,[270]]]],0,[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[[170,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],170],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[170,49],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[170,24],[-1,110,[]],[-1,110,[]],0,0,0,[170,[[29,[167]]]],[170,269],[170,268],[170,[[29,[158]]]],[170,267],[170,270],[170,11],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[170,[[29,[11]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[55,-1],[[19,[55,[23,[22]]]]],20],[[57,-1],[[19,[57,[23,[22]]]]],20],[258,258],[65,65],[60,60],[55,55],[57,57],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[-1,[[19,[[106,[249,12]],35]]],[]],[258,[[19,[[106,[249,12]],35]]]],[258,[[19,[258,35]]]],0,0,[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[55]]],[70,20]],[-1,[[19,[55]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[57]]],[70,20]],[-1,[[19,[57]]],71],[[-1,255,15],15,[]],[[258,255,15],15],[[-1,255,[29,[184]]],[[19,[15,256]]],[]],[[258,255,[29,[184]]],[[19,[15,256]]]],[68,2],[68,2],[68,2],[68,2],[68,2],[[55,55],74],[[57,57],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[258,75],[[19,[2,76]]]],[[65,75],[[19,[2,76]]]],[[60,75],[[19,[2,76]]]],[[55,75],[[19,[2,76]]]],[[57,75],[[19,[2,76]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[43,55,[61,[60]]],[[19,[258,35]]]],[[43,55,[61,[60]],[29,[271]],272],[[19,[258,35]]]],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,3],[[19,[3,35]]],[]],[[258,3],[[19,[3,35]]]],[[-1,93],[[19,[2,35]]],[]],[[258,93],[[19,[2,35]]]],[[55,-1],2,98],[[57,-1],2,98],0,[[],68],[[],68],[[],68],[[],68],[[],68],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,0,[[43,55],[[19,[258,35]]]],[[43,55,271,272],[[19,[258,35]]]],[55,93],[[]],[[]],[[]],[[]],[[]],[-1,[[19,[2,35]]],[]],[258,[[19,[2,35]]]],[[55,68],2],[[57,68],2],[[-1,68],2,[]],[[-1,68],2,[]],[[55,-1],19,108],[[55,-1],19,[70,20]],[[57,-1],19,[70,20]],[[57,-1],19,108],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],0,[-1,3,[]],[258,3],[-1,55,[]],[258,55],0,0,[-1,[[29,[262]]],[]],[258,[[29,[262]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[[106,[249,12]],35]]],[]],[258,[[19,[[106,[249,12]],35]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,43,[]],[258,43],0,[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,0,0,[-1,[[61,[60]]],[]],[258,[[61,[60]]]],0,0,0,0,0,0,0,0,0,0,0,0],"c":[13,24,50,71,242,3991,4016],"p":[[3,"Private",5257],[15,"tuple"],[3,"Pages",0],[8,"Into",5258],[3,"Bytes",0],[3,"EngineRef",1734],[8,"Error",5259],[3,"StoreMut",3497],[3,"StoreRef",3497],[3,"StoreObjects",0],[15,"u128"],[3,"Global",5260],[3,"Vec",5261],[3,"LocalFunctionIndex",0],[15,"u32"],[4,"CpuFeature",0],[3,"EnumSet",5262],[3,"TupleStructCheckError",5263],[4,"Result",5264],[8,"Sized",5265],[4,"ExportIndex",0],[15,"u8"],[4,"EnumCheckError",5263],[4,"Type",0],[4,"Mutability",0],[3,"GlobalType",0],[3,"StructCheckError",5263],[4,"GlobalInit",0],[4,"Option",5266],[4,"Architecture",0],[4,"OperatingSystem",0],[4,"CallingConvention",0],[3,"Triple",0],[3,"Target",0],[4,"MemoryError",0],[3,"Memory32",0],[3,"Memory64",0],[3,"FrameInfo",0],[3,"StoreId",0],[4,"ExternType",0],[3,"FunctionType",0],[3,"TableType",0],[3,"MemoryType",0],[3,"ImportType",0],[8,"Clone",5267],[3,"ExportType",0],[4,"Ordering",5268],[3,"VMGlobal",4577],[3,"String",5269],[3,"ModuleInfo",5270],[3,"LocalGlobalIndex",5271],[3,"InternalStoreHandle",5272],[3,"PrimaryMap",5273],[4,"LinkError",5274],[4,"MemoryStyle",5021],[3,"VMMemory",4577],[4,"TableStyle",5021],[3,"VMTable",4577],[3,"MemoryIndex",5271],[3,"VMMemoryDefinition",5021],[3,"NonNull",5275],[15,"slice"],[3,"LocalMemoryIndex",5271],[3,"TableIndex",5271],[3,"VMTableDefinition",5021],[3,"LocalTableIndex",5271],[4,"CDataModel",5276],[15,"usize"],[3,"With",5277],[8,"Fallible",5278],[8,"Deserializer",5279],[8,"Deserialize",5279],[4,"Endianness",5280],[15,"bool"],[3,"Formatter",5281],[3,"Error",5281],[4,"SerializeError",0],[4,"DeserializeError",0],[4,"CompileError",0],[3,"MiddlewareError",0],[4,"WasmError",0],[4,"ParseCpuFeatureError",0],[4,"OnCalledAction",0],[8,"Debug",5281],[3,"Error",5282],[15,"array"],[8,"AsStoreMut",3497],[19,"RawValue",4905],[3,"TryFromSliceError",5283],[15,"str"],[3,"VMFunctionBody",4577],[8,"StoreObject",5272],[15,"u64"],[8,"Hash",5284],[8,"BuildHasher",5284],[4,"Extern",2171],[4,"ExportError",2036],[8,"Hasher",5284],[3,"Bytes",5285],[4,"Cow",5286],[8,"AsRef",5258],[3,"Iter",5287],[3,"Layout",5288],[3,"LayoutError",5288],[3,"SourceLoc",5289],[3,"Box",5290],[4,"PointerWidth",5280],[8,"Serializer",5291],[8,"Serialize",5291],[3,"TypeId",5292],[8,"Any",5292],[3,"VMConfig",3669],[3,"Error",5293],[19,"MaybeUninit",5294],[4,"ComponentExternName",5295],[4,"SliceCow",1629],[3,"WasmSliceAccess",1629],[8,"ValueType",0],[4,"RefCow",1629],[3,"WasmRefAccess",1629],[15,"char"],[8,"FromIterator",5296],[3,"IterMut",5287],[3,"WasmSlice",2717],[4,"MemoryAccessError",2717],[3,"WasmRef",2717],[3,"Engine",1734],[8,"Compiler",5297],[3,"EngineInner",1734],[3,"Features",3669],[3,"Artifact",3669],[3,"Arc",5298],[8,"IntoBytes",2715],[3,"Path",5299],[3,"Module",2840],[6,"Result",5281],[3,"Engine",4101],[8,"CompilerConfig",3669],[8,"ModuleMiddleware",3669],[4,"HashAlgorithm",5300],[8,"Tunables",0],[8,"Send",5265],[8,"Sync",5265],[3,"SignatureRegistry",5301],[4,"LinkError",1856],[4,"InstantiationError",1856],[3,"RuntimeError",1856],[3,"RuntimeStringError",1856],[4,"AtomicsError",1856],[4,"InstantiationError",5274],[4,"Trap",5302],[4,"TrapCode",5303],[3,"Exports",2036],[8,"IntoIterator",5296],[3,"ExportsIterator",2036],[8,"Iterator",5304],[8,"Exportable",2036],[3,"Function",2226],[3,"Global",2313],[3,"Memory",2352],[3,"Table",2519],[3,"TypedFunction",4858],[8,"AsStoreRef",3497],[8,"WasmTypeList",2911],[8,"ExportableWithGenerics",2036],[8,"ExactSizeIterator",5305],[3,"ExternRef",2143],[3,"VMExternRef",4577],[4,"VMExtern",4577],[4,"Value",4905],[6,"VMTrampoline",4577],[3,"VMFunction",4577],[3,"VMFuncRef",4577],[8,"Fn",5306],[3,"WithoutEnv",2226],[8,"HostFunction",2226],[3,"FunctionEnv",2559],[3,"WithEnv",2226],[3,"SharedMemory",2352],[3,"MemoryLocation",2352],[3,"MemoryBuffer",2352],[8,"SharedMemoryOps",2352],[3,"MemoryView",2491],[3,"Duration",5307],[3,"Range",5308],[3,"FunctionEnvMut",2559],[3,"VMFunctionEnvironment",4577],[3,"StoreHandle",3497],[3,"Imports",2622],[3,"ImportsIterator",2622],[3,"Instance",2681],[3,"WasmPtr",3425],[8,"MemorySize",0],[3,"FromUtf8Error",5269],[3,"WasmSliceIter",2717],[3,"BytesMut",5309],[8,"AsEngineRef",1734],[3,"ExportsIterator",5270],[4,"IoCompileError",2840],[3,"ImportsIterator",5270],[4,"Infallible",5258],[8,"FnMut",5306],[3,"Store",3497],[3,"StoreInner",3497],[8,"FnOnce",5306],[6,"TrapHandlerFn",0],[3,"LLVM",3669],[8,"LLVMCallbacks",5310],[3,"Cranelift",3669],[3,"Singlepass",3669],[4,"CraneliftOptLevel",3669],[3,"BaseTunables",3669],[4,"LLVMOptLevel",3669],[3,"OwnedBuffer",5311],[3,"EngineBuilder",3669],[3,"MiddlewareReaderState",3669],[4,"Operator",5312],[3,"VMInstance",4577],[3,"FunctionIndex",5271],[3,"FunctionBodyPtr",5313],[3,"BoxedSlice",5314],[3,"SignatureIndex",5271],[3,"Flags",5315],[4,"ArtifactBuildVariant",5316],[8,"FunctionMiddleware",3669],[3,"CompileModuleInfo",5317],[3,"FunctionBodyData",5318],[3,"DataInitializer",5319],[3,"ModuleTranslationState",5320],[3,"Object",5321],[8,"SymbolRegistry",5322],[3,"ArtifactId",5316],[8,"TargetIsa",5323],[4,"CodegenError",5324],[3,"ModuleMetadata",5322],[3,"VMSharedSignatureIndex",5325],[3,"GlobalFrameInfoRegistration",5326],[3,"TargetMachine",5327],[3,"EngineId",5328],[3,"MutexGuard",5329],[3,"ExternRef",4200],[3,"Function",4234],[3,"VMContext",5325],[3,"DynamicFunction",4234],[3,"VMDynamicFunctionContext",5325],[3,"Global",4319],[3,"Memory",4355],[3,"MemoryBuffer",4355],[8,"LinearMemory",5021],[3,"MemoryView",4424],[3,"Table",4454],[4,"TableElement",5330],[3,"Instance",4496],[3,"Module",4527],[3,"NotifyLocation",5331],[4,"WaiterError",5331],[3,"Iter",5332],[3,"VMSharedMemory",5021],[3,"VMOwnedMemory",5333],[3,"InstanceAllocator",5334],[3,"Imports",5335],[3,"ThreadConditions",5331],[3,"VMGlobalDefinition",5325],[3,"VMOffsets",5336],[8,"FromToNativeWasmType",2911],[15,"i128"],[15,"i32"],[15,"f64"],[15,"f32"],[15,"i64"],[3,"PathBuf",5299],[4,"MmapType",5337],[6,"WasmResult",0],[6,"WasmPtr64",3425],[6,"Artifact",0],[6,"Features",0],[6,"EngineBuilder",0],[6,"BaseTunables",0],[8,"NativeWasmTypeInto",2911],[6,"VMConfig",0],[13,"InvalidByteLength",1614],[13,"CouldNotGrow",5246],[13,"MinimumMemoryTooLarge",5246],[13,"MaximumMemoryTooLarge",5246],[13,"UnsupportedOperation",5246],[13,"InvalidMemory",5246],[13,"MacOSX",1624],[13,"InvalidWebAssembly",1627],[3,"RuntimeErrorInner",1856],[8,"IntoResult",2911],[3,"S0",2911],[3,"S1",2911],[3,"S2",2911],[3,"S3",2911],[3,"S4",2911],[3,"S5",2911],[3,"S6",2911],[3,"S7",2911],[3,"S8",2911],[3,"S9",2911],[3,"S10",2911],[3,"S11",2911],[3,"S12",2911],[3,"S13",2911],[3,"S14",2911],[3,"S15",2911],[3,"S16",2911],[3,"S17",2911],[3,"S18",2911],[3,"S19",2911],[3,"S20",2911],[3,"S21",2911],[3,"S22",2911],[3,"S23",2911],[3,"S24",2911],[3,"S25",2911],[3,"S26",2911],[8,"NativeEngineExt",4101],[3,"StaticFunction",4234],[6,"VMExternTable",4577],[6,"VMExternMemory",4577],[6,"VMExternGlobal",4577],[6,"VMExternFunction",4577],[13,"Static",5254],[13,"Dynamic",5254]]},\ +"wasmer":{"doc":"Wasmer is the most popular WebAssembly runtime for Rust. …","t":"NNNNNNNNNNENQGIIINNENNNNGNNNDQENNNNENNNNENNNENNNNDGDNNEEDIDDEDNNENNNNNNGNDNINNNDNNNDDDNNNNNDNNNEDRNNNNNINNNNNNNNNDDNNDEINNNNNNNENNNNENDNNNNDNNNDDEEDNIDDNDNNNNNDNENQQINNNNNSQNEGNENNDENNNNNNNNNNNNDNNNNNNEDNNNNNNDDDDDNDNNNDDNNNGDINEDNNNNNNNNNNNRGNEIYNNRRRNNNNNNNEDGDGDDDINNNNNNNSLLLLLLLLLLLLLLLLLLLLLLLLLMMMMALLMMMMKLLLLLLLKKLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLKKLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMAMMMAAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKKLLLLLLMMLMLMKAMLMMLLLLLLLLLLLLLLLLLLLLLLKLMMLLLLLLLLLLLLLLLLLLLLLMLLLLMMAOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKAKKKLLKLLLLLLLLLFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLMMAMLMMKMMMALMMMLMLMMMLLMMMKLLALLLLLLLLLLLKMMMMKLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMKMMLLMMAMLLLALKMMMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMALMKFKKMMMMMMMMMMMMMMMNNNNEEDDLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLDIIDDDDILMMKLLLLLLLLMLLLMKLMLLKKLLKKLLLLLLLLLLLLLLLLLLLLLLLLMMLMLLLLLLMLLLMLLLLLLMKMMMLLLLLKMMLLLMMKMLMLLLLLLLLLLLLLLLLLLLNENNNNENENDDDNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMEIIDDNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLECNCNCCNCCCCNLLLLLLLLLLLLLLLLLLLLLALLALLLLAALALLLLLLLLLDIDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLIDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDILLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLMLLLLMLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLDLMLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLIKNENNDDDLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLMMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLNNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLQQQIIQIDDDDDDDDDDDDDDDDDDDDDDDDDDDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKKOOOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKDDIQSQDGSLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLKLLLMMKLLLLLLLLLLLLLLLLLLLLIINNEGDDDDDDDNGILLLLLKLLKLLLLLLLLLLLLLLLLLKKLLKKLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLMMLLLMLLMMLLLLLMMMMMLLLLLLLLLLLMKLLLMKLLLMLLLLLLLLLLLLKMLMLLLLLLLLLLLLLLLLLLLLLLNDDIDENDDIDENDIINNDNNIDLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLKLLLMLLLKLKLLLLKLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLMMMMLLLLMLLLMMALLLLLLLLLLLLLLLLAMLLMAALLMLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLFMKLLMLLLLLLLLLLLMALLLLLLLLLLLLLMLLLLLLLLLLLLALMKLLLMMMALLMLMLMKLLLLLLLLMMMLLLLLLLLLLLLKLLLLLMLMLLLLLLLLKLLLKLLMMMKLLLMLKLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAKLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALMCDDIDDIILMMLLLLLLLKMLLKKLLKKFLLLLLLLKKLLLMLLMMLLLLLLLLFLMMKLLMLLMLLLLKLMKLLKLKLKLMMKKLMMLLLKLMLLLLLLDLLLLLLLLLLLLLMLLLLLLLLLLLLLLAAAAADDDLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMLLMOLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLDDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLFFLDLLLMLLLLLLLLLLLLLLLLLLLMLLLLLDLLLLLLLLLLLLLLLLLLLLMLLLLLLLFLLLLLLLLLLFFDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDMMMONNNNEGGGDGDDDGDDDDDGLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLMMLLLLLLLLLLLLMLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLMLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLMMMLLLLLLDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLNNNNNNRRRRRRTNELLOLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMLMLMLLLLLLLLLLLLLLLLLLLLMMLMLMLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLNNNNNNNNINNENENNNNENDEDDDDDDDDDDDGLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLMMMKLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLMLLLLLMMLLLLLMLLLLLMMLLLLLLLLLLLLLLLLLLLLLLMKLKLMMLLLLLLLKLLLLLLLLLLLKLMLLLLLLLLLLLLLLLLLMMMKLMMMMMMMMMMMM","n":["AVX","AVX2","AVX512DQ","AVX512F","AVX512VL","Aarch64","Aix","AmdGcn","AmdHsa","AppleAarch64","Architecture","Arm","Array","Artifact","AsEngineRef","AsStoreMut","AsStoreRef","Asmjs","AtomicsDisabled","AtomicsError","AtomicsNotSupported","Avr","BMI1","BMI2","BaseTunables","Bitrig","Bpfeb","Bpfel","Bytes","CStruct","CallingConvention","Clever","Cloudabi","Codegen","Compile","CompileError","Compiler","Const","CorruptedBinary","CouldNotGrow","CpuFeature","CpuFeature","Cuda","Darwin","DeserializeError","DifferentArchOS","DifferentStores","Dragonfly","Emscripten","Engine","EngineBuilder","EngineRef","Err","Espidf","ExportError","ExportIndex","ExportType","Exportable","Exports","ExportsIterator","Extern","ExternRef","ExternRef","ExternRef","ExternType","F32","F32","F32Const","F64","F64","F64Const","Features","Finish","FrameInfo","Freebsd","FromToNativeWasmType","Fuchsia","FuncRef","FuncRef","Function","Function","Function","Function","FunctionEnv","FunctionEnvMut","FunctionType","Generic","Generic","Generic","Generic","GetGlobal","Global","Global","Global","Global","GlobalInit","GlobalType","HOST","Haiku","HeapOutOfBounds","Hermit","Hexagon","Horizon","HostFunction","I32","I32","I32Const","I64","I64","I64Const","Illumos","ImplLimitExceeded","Import","ImportType","Imports","Incompatible","IncompatibleType","Instance","InstantiationError","IntoBytes","InvalidByteLength","InvalidMemory","InvalidWebAssembly","InvokeAgain","Io","Io","Io","IoCompileError","Ios","L4re","LZCNT","Link","LinkError","Linux","LocalFunctionIndex","LoongArch64","M68k","MacOSX","MaximumMemoryTooLarge","Memory","Memory","Memory","Memory","Memory32","Memory64","MemoryAccessError","MemoryError","MemoryLocation","MemoryNotShared","MemorySize","MemoryType","MemoryView","Middleware","MiddlewareError","MinimumMemoryTooLarge","Mips32","Mips64","Missing","Missing","Module","Msp430","Mutability","NEON","Native","Native","NativeWasmTypeInto","Nebulet","Netbsd","NonUtf8String","None_","Nvptx64","ONE","Offset","Ok","OnCalledAction","OnCalledHandler","Openbsd","OperatingSystem","Overflow","POPCNT","Pages","ParseCpuFeatureError","Powerpc","Powerpc64","Powerpc64le","Psp","Redox","RefFunc","RefNullConst","Region","Resource","Resource","Riscv32","Riscv64","RuntimeError","S390x","SSE2","SSE3","SSE41","SSE42","SSSE3","SerializeError","SharedMemory","Solaris","SolidAsp3","Sparc","Sparc64","Sparcv9","Start","Store","StoreId","StoreMut","StoreObjects","StoreRef","SystemV","Table","Table","Table","Table","TableType","Target","TooManyWaiters","Trap","Trap","TrapHandlerFn","Triple","Tunables","Tvos","Type","TypedFunction","Uefi","Unimplemented","Unknown","Unknown","Unsupported","UnsupportedFeature","UnsupportedOperation","UnsupportedTarget","V128","V128","V128Const","VERSION","VMConfig","Validate","Value","ValueType","ValueType","Var","VxWorks","WASM_MAX_PAGES","WASM_MIN_PAGES","WASM_PAGE_SIZE","Wasi","WasiP1","WasiP2","Wasm","Wasm32","Wasm64","WasmBasicCAbi","WasmError","WasmPtr","WasmPtr64","WasmRef","WasmResult","WasmSlice","WasmSliceAccess","WasmSliceIter","WasmTypeList","Watchos","Windows","WindowsFastcall","X86_32","X86_64","X86_64h","XTensa","ZERO","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_inner","_phantom","_phantom","_phantom","access","add","add","address","allocated","architecture","artifact","as_engine_ref","as_error","as_error","as_error","as_error","as_error","as_error","as_error","as_store_mut","as_store_ref","as_u128_globals","as_u32","binary_format","bitand","bitor","bitxor","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","buf","buffer","buffer","bulk_memory","bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","checked_add","clone","clone","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","cmp","cmp","cmp","cmp","compare","compare","compare","compare","compiler_config","cpu_features","cpu_features","create_global","create_globals","create_host_memory","create_host_table","create_memories","create_tables","create_vm_memory","create_vm_table","data_model","default","default","default","default_calling_convention","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dynamic_memory_offset_guard_size","empty_array","endianness","endianness","engine","environment","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","errors","exceptions","exports","exports","extended_const","extern_objs","extern_ref","externals","features","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_host","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_array","from_c_struct","from_native","from_raw","from_slice","from_str","from_str","from_str","from_str","from_u32","func","func","func_env","func_index","func_index","func_offset","func_start","function_callback","function_env","function_environments","function_name","function_name","functions","get_2_mut","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_self_from_extern","global","globals","handle","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash_algorithm","host","host","host","id","id","id","imports","imports","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","inner","inner","inner","inner","inner","instance","instances","instr","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_bytes","into_bytes","into_c_struct","into_raw","into_str","into_str","is_64bit","is_64bit","is_64bit","is_clever","is_compatible_with","is_mutable","is_native","is_num","is_ref","is_reserved_value","is_wasm","iter","iter_globals","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","map","map","marker","marker","marker","max_value","maximum","maximum","mem_access","memories","memory","memory","memory64","memory_style","message","minimum","minimum","module","module","module","module","module_linking","module_name","module_name","module_offset","multi_memory","multi_value","mutability","name","name","name","name","name","native_to_offset","native_to_offset","native_to_offset","native_type","new","new","new","new","new","new","new","new","new","new","not","objects_mut","offset","offset","offset","offset","offset_to_native","offset_to_native","offset_to_native","operating_system","ops","params","params","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_width","pointer_width","ptr","reference_types","relaxed_simd","reserved_value","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","results","results","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","set","set_global_unchecked","set_id","shared","simd","size","slice","slice","source","source","static_memory_bound","static_memory_offset_guard_size","store","store_mut","sub","sub","sub","sys","table","table_style","tables","tail_call","target","threads","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","triple","triple","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","ty","ty","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","typed_function","unknown","unwrap_func","unwrap_global","unwrap_memory","unwrap_table","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value","vendor","vm","vmconfig","wasm_stack_size","wasm_types","wat2wasm","write_c_struct_to_ptr","zero_padding_bytes","expected","got","attempted_delta","current","max_allowed","max_allowed","max_requested","message","min_requested","reason","major","minor","patch","message","offset","Borrowed","Borrowed","Owned","Owned","RefCow","SliceCow","WasmRefAccess","WasmSliceAccess","as_component_extern_name","as_component_extern_name","as_mut","as_mut","as_mut","as_mut","as_mut_uninit","as_mut_uninit","as_ref","as_ref","as_ref","as_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","buf","copy_from_slice","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","from","from","from","from","init","init","init","init","into","into","into","into","is_empty","iter","iter_mut","layout_raw","layout_raw","layout_raw","layout_raw","len","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","read","slice","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","write","Artifact","AsEngineRef","CompilerConfig","Engine","EngineInner","EngineRef","Features","Tunables","__clone_box","allocated","artifact","as_engine_ref","as_engine_ref","as_engine_ref","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bulk_memory","canonicalize_nans","clone","clone_into","code_memory","compiler","compiler","compiler","create_global","create_globals","create_host_memory","create_host_table","create_memories","create_tables","create_vm_memory","create_vm_table","default","default_features_for_target","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_from_mmapped_file","deserialize_from_mmapped_file_unchecked","deserialize_unchecked","deterministic_id","drop","drop","drop","enable_pic","enable_verifier","engine","exceptions","extended_const","features","features","fmt","from","from","from","from","headless","id","init","init","init","inner","into","into","into","layout_raw","layout_raw","layout_raw","memory64","memory_style","module_linking","multi_memory","multi_value","new","new","pointer_metadata","pointer_metadata","pointer_metadata","push_middleware","reference_types","relaxed_simd","set_hash_algorithm","set_tunables","signatures","signatures","simd","table_style","tail_call","target","threads","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tunables","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","validate","vmconfig","AtomicsDisabled","AtomicsError","CpuFeature","DifferentArchOS","DifferentStores","Import","InstantiationError","Link","LinkError","Resource","RuntimeError","RuntimeErrorInner","RuntimeStringError","Start","TooManyWaiters","Trap","Unimplemented","__clone_box","__clone_box","__clone_box","as_error","as_error","as_error","as_error","as_error","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","details","downcast","downcast_ref","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","inner","into","into","into","into","into","into","is","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","message","new","new","new_from_source","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","source","source","source","source","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_trap","trace","trap_code","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","user","wasm_trace","ExportError","Exportable","ExportableWithGenerics","Exports","ExportsIterator","IncompatibleType","Missing","__clone_box","__clone_box","as_error","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","contains","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_iter","functions","get","get_extern","get_function","get_global","get_memory","get_self_from_extern","get_self_from_extern_with_generics","get_table","get_typed_function","get_with_generics","globals","init","init","init","insert","into","into","into","into_iter","into_iter","into_iter","is_empty","iter","iter","layout_raw","layout_raw","layout_raw","len","len","map","memories","multiunzip","new","next","pointer_metadata","pointer_metadata","pointer_metadata","tables","to_owned","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","with_capacity","ExternRef","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","downcast","drop","fmt","from","from_vm_externref","init","into","is_from_store","layout_raw","new","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vm_externref","Extern","Function","Function","Global","Global","HostFunction","Memory","Memory","MemoryLocation","MemoryView","SharedMemory","Table","Table","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from","from","from_vm_extern","function","get_self_from_extern","get_self_from_extern_with_generics","global","init","into","is_from_store","layout_raw","memory","memory_view","pointer_metadata","table","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Function","HostFunction","WithEnv","WithoutEnv","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call","call_trampoline_address","call_trampoline_address","clone","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_vm_extern","from_vm_funcref","function_callback","get_self_from_extern","get_self_from_extern_with_generics","init","init","init","into","into","into","is_from_store","layout_raw","layout_raw","layout_raw","new","new_typed","new_typed_with_env","new_with_env","param_arity","pointer_metadata","pointer_metadata","pointer_metadata","private","result_arity","to_owned","to_vm_extern","try_from","try_from","try_from","try_into","try_into","try_into","ty","type_id","type_id","type_id","typed","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vm_funcref","HostFunctionKindSealed","Global","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_value","from_vm_extern","get","get_self_from_extern","get_self_from_extern_with_generics","init","into","is_from_store","layout_raw","new","new_mut","pointer_metadata","set","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Memory","MemoryBuffer","MemoryLocation","SharedMemory","SharedMemoryOps","__clone_box","__clone_box","__clone_box","__clone_box","address","as_shared","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","copy_to_store","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","disable_atomics","disable_atomics","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from_vm_extern","get_hash","get_self_from_extern","get_self_from_extern_with_generics","grow","grow_at_least","hash","init","init","init","init","into","into","into","into","is_from_store","layout_raw","layout_raw","layout_raw","layout_raw","memory","memory","new","new","new_32","new_from_existing","notify","notify","ops","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read_uninit","reset","share_in_store","to_owned","to_owned","to_owned","to_owned","to_vm_extern","try_clone","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","ty","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","view","wait","wait","wake_all_atomic_waiters","wake_all_atomic_waiters","write","MemoryView","borrow","borrow_mut","buffer","copy_range_to_vec","copy_to_memory","copy_to_vec","data_size","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","new","pointer_metadata","read","read_u8","read_uninit","size","try_from","try_into","type_id","write","write_u8","Table","__clone_box","borrow","borrow_mut","clone","clone_into","copy","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_vm_extern","get","get_self_from_extern","get_self_from_extern_with_generics","grow","init","into","is_from_store","layout_raw","new","pointer_metadata","set","size","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","FunctionEnv","FunctionEnvMut","__clone_box","as_mut","as_mut","as_ref","as_ref","as_store_mut","as_store_ref","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","data","data_and_store_mut","data_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_handle","func_env","get_hash","handle","hash","init","init","into","into","into_mut","layout_raw","layout_raw","marker","new","objects_mut","pointer_metadata","pointer_metadata","store_mut","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Imports","ImportsIterator","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","contains_namespace","default","define","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","exists","extend","fmt","from","from","get_export","get_namespace_exports","imports_for_module","init","init","into","into","into_iter","into_iter","iter","iter","layout_raw","layout_raw","map","multiunzip","new","new","next","pointer_metadata","pointer_metadata","register_namespace","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","Instance","__clone_box","_inner","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","exports","fmt","from","init","into","layout_raw","module","module","new","new_by_index","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","IntoBytes","into_bytes","HeapOutOfBounds","MemoryAccessError","NonUtf8String","Overflow","WasmRef","WasmSlice","WasmSliceIter","__clone_box","__clone_box","__clone_box","access","access","as_error","as_ptr","as_ptr32","as_ptr32","as_ptr64","as_ptr64","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","buffer","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","from","from","from","index","init","init","init","init","into","into","into","into","into_iter","is_empty","iter","layout_raw","layout_raw","layout_raw","layout_raw","len","len","marker","marker","new","new","next","next_back","offset","offset","offset","offset","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","read_slice","read_slice_uninit","read_to_bytes","read_to_slice","read_to_vec","size_hint","slice","subslice","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","write","write","write_slice","Compile","Io","IoCompileError","Module","__clone_box","as_error","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","custom_sections","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_unchecked","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","exports","fmt","fmt","fmt","from","from","from","from","from_binary","from_binary_unchecked","from_file","imports","init","init","into","into","layout_raw","layout_raw","name","new","pointer_metadata","pointer_metadata","serialize","serialize_to_file","set_name","source","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","validate","Array","CStruct","Error","FromToNativeWasmType","IntoResult","Native","NativeWasmTypeInto","S0","S1","S10","S11","S12","S13","S14","S15","S16","S17","S18","S19","S2","S20","S21","S22","S23","S24","S25","S26","S3","S4","S5","S6","S7","S8","S9","WasmTypeList","borrow","borrow","borrow","borrow","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","count_idents","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","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_array","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_array","from_c_struct","from_native","from_raw","from_slice","from_to_native_wasm_type","from_to_native_wasm_type_same_size","impl_wasmtypelist","init","init","init","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_array","into_c_struct","into_raw","into_result","is_from_store","is_from_store","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","size","to_native","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","wasm_types","write_c_struct_to_ptr","Memory32","Memory64","MemorySize","Native","ONE","Offset","WasmPtr","WasmPtr64","ZERO","__clone_box","_phantom","_phantom","access","add_offset","borrow","borrow_mut","cast","clone","clone_into","deref","deref","deref_mut","deserialize","drop","empty_array","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_array","from_c_struct","from_native","from_slice","init","into","into_array","into_c_struct","into_result","is_64bit","is_from_store","is_null","layout_raw","native_to_offset","new","null","offset","offset","offset","offset_to_native","pointer_metadata","read","read_until","read_utf8_string","read_utf8_string_with_nul","size","slice","sub_offset","to_native","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","wasm_types","write","write_c_struct_to_ptr","zero_padding_bytes","AsStoreMut","AsStoreRef","Finish","InvokeAgain","OnCalledAction","OnCalledHandler","Store","StoreHandle","StoreId","StoreInner","StoreMut","StoreObjects","StoreRef","Trap","TrapHandlerFn","Tunables","__clone_box","as_engine_ref","as_engine_ref","as_engine_ref","as_raw","as_store_mut","as_store_mut","as_store_mut","as_store_ref","as_store_ref","as_store_ref","as_store_ref","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","create_global","create_globals","create_host_memory","create_host_table","create_memories","create_tables","create_vm_memory","create_vm_table","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","engine","engine","engine","engine","engine_and_objects_mut","eq","eq","equivalent","equivalent","equivalent","equivalent","extern_objs","fmt","fmt","fmt","fmt","from","from","from","from","from","from_internal","from_raw","function_environments","functions","get","get_hash","get_mut","globals","hash","id","id","id","init","init","init","init","init","inner","inner","inner","instances","internal","internal_handle","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","memories","memory_style","new","new","objects","objects","objects_mut","objects_mut","objects_mut","on_called","on_called","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","same","same","same","set_store_id","set_trap_handler","signal_handler","store_id","table_style","tables","to_owned","trap_handler","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vmconfig","Aggressive","Artifact","BaseTunables","CompilerConfig","Cranelift","CraneliftOptLevel","Default","EngineBuilder","Features","FunctionMiddleware","LLVM","LLVMOptLevel","Less","MiddlewareReaderState","ModuleMiddleware","NativeEngineExt","None","None","Singlepass","Speed","SpeedAndSize","Tunables","VMConfig","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","allocated","allocated","artifact","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","bulk_memory","bulk_memory","callbacks","callbacks","canonicalize_nans","canonicalize_nans","canonicalize_nans","canonicalize_nans","canonicalize_nans","check_bytes","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","compiler","compiler","compiler","compiler","compiler_config","cpu_features","create_global","create_globals","create_host_memory","create_host_memory","create_host_table","create_host_table","create_memories","create_module_info","create_tables","create_vm_memory","create_vm_memory","create_vm_table","create_vm_table","data_initializers","default","default","default","default","default","default_features_for_target","default_features_for_target","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_from_mmapped_file","deserialize_from_mmapped_file_unchecked","deserialize_object","deserialize_unchecked","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dynamic_memory_offset_guard_size","enable_nan_canonicalization","enable_nan_canonicalization","enable_nan_canonicalization","enable_pic","enable_pic","enable_pic","enable_pic","enable_pic","enable_verifier","enable_verifier","enable_verifier","enable_verifier","enable_verifier","engine","engine","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","errors","exceptions","extend","extend","extended_const","extern_ref","externals","features","features","features","feed","finish_instantiation","finished_dynamic_function_trampolines","finished_function_call_trampolines","finished_functions","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_target","from","from","from","from","from","from","from","from","from","from","from","from_parts","generate_function_middleware","generate_metadata","generate_object","get_default_compiler_config","hash_algorithm","headless","headless","id","id","init","init","init","init","init","init","init","init","init","init","init","inner","instance","instantiate","into","into","into","into","into","into","into","into","into","into","into","is_deserializable","is_pic","isa","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","mem_access","memory64","memory64","memory_style","memory_style","memory_styles","metadata","middlewares","middlewares","middlewares","module","module_info","module_linking","module_linking","multi_memory","multi_memory","multi_value","multi_value","new","new","new","new","new","new","new","opt_level","opt_level","opt_level","opt_level","pending_operations","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preinstantiate","push_middleware","push_middleware","push_middleware","push_middleware","push_operator","reference_types","reference_types","register_frame_info","relaxed_simd","resolve","resolve_metadata","serialize","serialize","serialize","serialize_metadata","serialize_unsized","set_features","set_hash_algorithm","set_hash_algorithm","set_module_info_name","set_target","set_tunables","signatures","simd","simd","static_memory_bound","static_memory_offset_guard_size","table_style","table_style","table_styles","tail_call","tail_call","take_frame_info_registration","target","target","target","target_machine","threads","threads","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","transform_module_info","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","tunables","tunables","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","typed_function","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vm","vmconfig","wasm_stack_size","wasmparser","Artifact","BaseTunables","CompilerConfig","Engine","EngineBuilder","NativeEngineExt","Tunables","__clone_box","allocated","artifact","borrow","borrow_mut","canonicalize_nans","clone","clone_into","cloned","compile","compiler","compiler_config","create_global","create_globals","create_host_memory","create_host_table","create_memories","create_tables","create_vm_memory","create_vm_table","default_engine","default_features_for_target","deref","deref_mut","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_from_mmapped_file","deserialize_from_mmapped_file_unchecked","deserialize_unchecked","deterministic_id","drop","dynamic_memory_offset_guard_size","enable_pic","enable_verifier","engine_id","features","fmt","from","from","from","from","from","from","from","get_default_compiler_config","hash_algorithm","hash_algorithm","hash_algorithm","headless","headless","id","id","init","inner","inner","inner_mut","into","layout_raw","lookup_signature","memory_style","name","name","new","new","pointer_metadata","push_middleware","register_signature","set_hash_algorithm","set_hash_algorithm","set_tunables","set_tunables","static_memory_bound","static_memory_offset_guard_size","table_style","target","target","target","target","to_owned","try_from","try_into","tunables","tunables","tunables","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","validate","vmconfig","ExternRef","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","downcast","drop","fmt","from","from_vm_externref","handle","init","into","is_from_store","layout_raw","new","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vm_externref","function","global","memory","memory_view","table","DynamicFunction","Function","StaticFunction","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call","call_trampoline","call_trampoline_address","call_wasm","call_wasm_raw","clone","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","env","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from","from_vm_extern","from_vm_funcref","func","func","func_body_ptr","func_wrapper","handle","impl_host_function","init","init","init","into","into","into","is_from_store","layout_raw","layout_raw","layout_raw","new_typed","new_typed_with_env","new_with_env","pointer_metadata","pointer_metadata","pointer_metadata","raw_store","result_arity","to_owned","to_vm_extern","try_from","try_from","try_from","try_into","try_into","try_into","ty","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vm_funcref","Global","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_value","from_vm_extern","get","handle","init","into","is_from_store","layout_raw","pointer_metadata","set","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Memory","MemoryBuffer","__clone_box","__clone_box","as_shared","base","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_vm_extern","grow","grow_at_least","handle","init","init","into","into","is_from_store","layout_raw","layout_raw","len","marker","new","new_from_existing","pointer_metadata","pointer_metadata","read","read_uninit","reset","to_owned","to_owned","to_vm_extern","try_clone","try_copy","try_from","try_from","try_into","try_into","ty","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","volatile_memcpy_read","volatile_memcpy_write","write","MemoryView","borrow","borrow_mut","buffer","buffer","copy_range_to_vec","copy_to_memory","copy_to_vec","data_size","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","new","pointer_metadata","read","read_u8","read_uninit","size","size","try_from","try_into","type_id","write","write_u8","Table","__clone_box","borrow","borrow_mut","clone","clone_into","copy","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_vm_extern","get","grow","handle","init","into","is_from_store","layout_raw","new","pointer_metadata","set","set_table_item","size","to_owned","to_vm_extern","try_from","try_into","ty","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","value_from_table_element","value_to_table_element","Instance","__clone_box","_handle","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","from","get_exports","init","into","layout_raw","new","new_by_index","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Module","__clone_box","artifact","borrow","borrow_mut","clone","clone_into","compile","custom_sections","deref","deref_mut","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_unchecked","drop","eq","equivalent","equivalent","equivalent","equivalent","exports","from","from_artifact","from_binary","from_binary_unchecked","imports","info","init","instantiate","into","layout_raw","name","pointer_metadata","serialize","set_name","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","validate","BaseTunables","dynamic_memory_offset_guard_size","static_memory_bound","static_memory_offset_guard_size","impl_native_traits","Function","Global","Memory","Table","VMExtern","VMExternFunction","VMExternGlobal","VMExternMemory","VMExternRef","VMExternTable","VMFuncRef","VMFunction","VMFunctionBody","VMFunctionCallback","VMFunctionEnvironment","VMGlobal","VMInstance","VMMemory","VMTable","VMTrampoline","__clone_box","__clone_box","anyfunc","as_mut","as_ref","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","contents","copy","copy","copy","copy_on_write","copy_on_write","copy_within","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","do_notify","do_wait","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exports","finish_instantiation","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from_custom","from_definition","from_definition","from_raw","from_raw","get","get_hash","get_local_table","get_runtime_size","get_runtime_size","grow","grow","grow_at_least","hash","host_data","idx","idx","idx","idx","init","init","init","init","init","init","init","init","init","init","instance","instance_layout","into","into","into","into","into","into","into","into","into","into","into_raw","into_raw","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lookup","lookup_by_declaration","marker","marker","marker","marker","maximum","memory_grow","memory_index","module","module_ref","new","new","new","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reset","set","signature","size","size","style","style","style","table","table_get","table_grow","table_index","table_set","thread_conditions","to_owned","to_owned","try_clone","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vec","vm_global_definition","vm_table_definition","vmctx","vmctx_ptr","vmglobal","vmmemory","vmoffsets","vmtable","TypedFunction","__clone_box","_phantom","borrow","borrow_mut","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","clone","clone_into","deref","deref_mut","deserialize","drop","from","func","init","into","into_function","layout_raw","new","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","ExternRef","F32","F64","FuncRef","I32","I64","NOT_EXTERNREF","NOT_F32","NOT_F64","NOT_FUNCREF","NOT_I32","NOT_I64","RawValue","V128","Value","__clone_box","__clone_box","accessors","as_raw","borrow","borrow","borrow_mut","borrow_mut","bytes","clone","clone","clone_into","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","externref","externref","f32","f32","f64","f64","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_raw","funcref","funcref","i128","i32","i32","i64","i64","init","init","into","into","is_from_store","layout_raw","layout_raw","null","pointer_metadata","pointer_metadata","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","ty","type_id","type_id","u128","u32","u64","unwrap_externref","unwrap_f32","unwrap_f64","unwrap_funcref","unwrap_i32","unwrap_i64","unwrap_v128","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","v128","AtomicsNotSupported","CallerChecksSignature","CouldNotGrow","Dynamic","Function","Generic","Global","InvalidMemory","LinearMemory","MaximumMemoryTooLarge","Memory","MemoryError","MemoryNotShared","MemoryStyle","MinimumMemoryTooLarge","Region","Static","Table","TableStyle","UnsupportedOperation","VMConfig","VMExtern","VMExternRef","VMFuncRef","VMFunction","VMFunctionEnvironment","VMGlobal","VMInstance","VMMemory","VMMemoryDefinition","VMSharedMemory","VMTable","VMTableDefinition","VMTrampoline","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","anyfunc","base","base","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","check_bytes","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","conditions","config","contents","copy","copy","copy","current_elements","current_length","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","do_notify","do_notify","do_wait","do_wait","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_definition","from_definition_with_file","get_hash","get_hash","grow","grow","grow_at_least","grow_at_least","hash","hash","host_data","init","init","init","init","init","instance","instance_layout","into","into","into","into","into","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","maximum","mmap","new","new_with_file","offset_guard_size","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reset","reset","resolve","resolve","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","signature","size","size","style","style","style","table","thread_conditions","thread_conditions","to_owned","to_owned","to_owned","to_owned","to_owned","try_clone","try_clone","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vec","vm_global_definition","vm_table_definition","vmmemory","vmmemory","wasm_stack_size","attempted_delta","current","max_allowed","max_allowed","max_requested","message","min_requested","reason","bound","offset_guard_size","offset_guard_size"],"q":[[0,"wasmer"],[1614,"wasmer::DeserializeError"],[1616,"wasmer::MemoryError"],[1624,"wasmer::OperatingSystem"],[1627,"wasmer::WasmError"],[1629,"wasmer::access"],[1734,"wasmer::engine"],[1856,"wasmer::errors"],[2036,"wasmer::exports"],[2143,"wasmer::extern_ref"],[2171,"wasmer::externals"],[2226,"wasmer::externals::function"],[2312,"wasmer::externals::function::private"],[2313,"wasmer::externals::global"],[2352,"wasmer::externals::memory"],[2491,"wasmer::externals::memory_view"],[2519,"wasmer::externals::table"],[2559,"wasmer::function_env"],[2622,"wasmer::imports"],[2681,"wasmer::instance"],[2715,"wasmer::into_bytes"],[2717,"wasmer::mem_access"],[2840,"wasmer::module"],[2911,"wasmer::native_type"],[3425,"wasmer::ptr"],[3497,"wasmer::store"],[3669,"wasmer::sys"],[4101,"wasmer::sys::engine"],[4200,"wasmer::sys::extern_ref"],[4229,"wasmer::sys::externals"],[4234,"wasmer::sys::externals::function"],[4319,"wasmer::sys::externals::global"],[4355,"wasmer::sys::externals::memory"],[4424,"wasmer::sys::externals::memory_view"],[4454,"wasmer::sys::externals::table"],[4496,"wasmer::sys::instance"],[4527,"wasmer::sys::module"],[4572,"wasmer::sys::tunables"],[4576,"wasmer::sys::typed_function"],[4577,"wasmer::sys::vm"],[4858,"wasmer::typed_function"],[4905,"wasmer::value"],[5021,"wasmer::vm"],[5246,"wasmer::vm::MemoryError"],[5254,"wasmer::vm::MemoryStyle"],[5257,"dyn_clone::sealed"],[5258,"core::convert"],[5259,"core::error"],[5260,"alloc::alloc"],[5261,"alloc::vec"],[5262,"enumset::set"],[5263,"bytecheck"],[5264,"core::result"],[5265,"core::marker"],[5266,"bytecheck"],[5267,"core::clone"],[5268,"core::cmp"],[5269,"alloc::string"],[5270,"wasmer_types::module"],[5271,"wasmer_types::indexes"],[5272,"wasmer_vm::store"],[5273,"wasmer_types::entity::primary_map"],[5274,"wasmer_compiler::engine::error"],[5275,"wasmer_types::indexes"],[5276,"wasmer_types::indexes"],[5277,"rkyv::with"],[5278,"rkyv"],[5279,"serde::de"],[5280,"serde::de"],[5281,"core::fmt"],[5282,"core::fmt"],[5283,"core::array"],[5284,"wasmer_vm::store"],[5285,"core::hash"],[5286,"alloc::borrow"],[5287,"core::convert"],[5288,"core::alloc::layout"],[5289,"core::alloc::layout"],[5290,"alloc::boxed"],[5291,"target_lexicon::triple"],[5292,"serde::ser"],[5293,"core::any"],[5294,"core::mem::maybe_uninit"],[5295,"wasm_encoder::component::imports"],[5296,"core::iter::traits::collect"],[5297,"core::slice::iter"],[5298,"alloc::sync"],[5299,"std::path"],[5300,"core::fmt"],[5301,"core::marker"],[5302,"wasmer_compiler::engine::error"],[5303,"wasmer_types::trapcode"],[5304,"core::iter::traits::collect"],[5305,"core::iter::traits::exact_size"],[5306,"core::ops::function"],[5307,"core::time"],[5308,"core::ops::range"],[5309,"alloc::string"],[5310,"wasmer_types::module"],[5311,"shared_buffer::owned"],[5312,"wasmparser::readers::core::operators"],[5313,"wasmer_types::indexes"],[5314,"wasmer_types::entity::boxed_slice"],[5315,"wasmer_types::indexes"],[5316,"wasmer_compiler::engine::artifact"],[5317,"wasmer_types::compilation::module"],[5318,"wasmer_compiler::translator::environ"],[5319,"wasmer_types::initializers"],[5320,"wasmer_compiler::translator::state"],[5321,"object::write"],[5322,"wasmer_types::compilation::symbols"],[5323,"wasmer_compiler::engine::artifact"],[5324,"cranelift_codegen::result"],[5325,"wasmer_types::compilation::symbols"],[5326,"wasmer_compiler::engine::trap::frame_info"],[5327,"inkwell::targets"],[5328,"wasmer_compiler::engine::inner"],[5329,"std::sync::mutex"],[5330,"wasmer_vm::vmcontext"],[5331,"wasmer_vm::threadconditions"],[5332,"wasmer_vm::threadconditions"],[5333,"wasmer_vm::memory"],[5334,"wasmer_vm::instance::allocator"],[5335,"wasmer_vm::imports"],[5336,"wasmer_vm::threadconditions"],[5337,"std::path"]],"d":["","","","","","","","","","Apple Aarch64 platforms use their own variant of the …","The “architecture” field, which in some cases also …","","The array type that can hold all the represented values.","A compiled wasm module, ready to be instantiated.","Helper trait for a value that is convertible to a EngineRef…","Helper trait for a value that is convertible to a StoreMut.","Helper trait for a value that is convertible to a StoreRef.","","Atomic operations are disabled.","Error that can occur during atomic operations. …","The memory does not support atomic operations.","","","","Tunable parameters for WebAssembly compilation. This is …","","","","Units of WebAssembly memory in terms of 8-bit bytes.","The C type (a struct) that can hold/represent all the …","The calling convention, which specifies things like which …","","","A compilation error occured.","A compilation error","The WebAssembly.CompileError object indicates an error …","The binary was valid, but we got an error when trying to …","The global is constant and its value does not change","The provided binary is corrupted","The operation would cause the size of the memory to exceed …","The nomenclature is inspired by the cpuid crate. The list …","The module was compiled with a CPU feature that is not …","","","The Deserialize error can occur when loading a compiled …","Import from a different Store. This error occurs when an …","Import from a different Store. This error occurs when an …","","","The engine type","The Builder contents of Engine","A temporary handle to an Engine EngineRef can be used to …","Contains the error value","","The ExportError can happen when trying to get a specific …","An entity to export.","A descriptor for an exported WebAssembly value.","This trait is used to mark types as gettable from an …","Exports is a special kind of map that allows easily …","An iterator over exports.","An Extern is the runtime representation of an entity that …","An opaque reference to some data. This reference can be …","An externref value which can hold opaque data to the wasm …","A reference to opaque data in the Wasm instance.","A list of all possible types which can be externally …","A 32-bit float.","Floating point 32 bit integer.","An f32.const.","A 64-bit float.","Floating point 64 bit integer.","An f64.const.","Controls which experimental features will be enabled.","Will return the result of the invocation","Description of a frame in a backtrace.","","A trait to convert a Rust value to a WasmNativeType value, …","","A first-class reference to a WebAssembly function.","A reference to a Wasm function.","A WebAssembly function instance.","A external Function.","Function export.","This external type is the type of a WebAssembly function.","An opaque reference to a function environment. The …","A temporary handle to a FunctionEnv.","The signature of a function that is either implemented in …","A generic serialization error","A generic deserialization error","A user defined error value, used for error cases not …","A generic error.","A global.get of another global.","A WebAssembly global instance.","A external Global.","Global export.","This external type is the type of a WebAssembly global.","Globals are initialized via the const operators or by …","WebAssembly global.","The Triple of the current host.","","Memory access is outside heap bounds.","","","","The HostFunction trait represents the set of functions that","A 32-bit integer.","Signed 32 bit integer.","An i32.const.","A 64-bit integer.","Signed 64 bit integer.","An i64.const.","","An implementation limit was exceeded.","An error occurred when checking the import types.","A descriptor for an imported value into a wasm module.","All of the import data used when instantiating.","Incompatible serialized binary","An error than occurs when the exported type and the …","A WebAssembly Instance is a stateful, executable instance …","An error while instantiating a module.","Convert binary data into bytes::Bytes.","Input artifact bytes have an invalid length","Invalid memory was provided.","The input WebAssembly code is invalid.","Will call the function again","An IO error","An IO error","An IO error","IO Error on a Module Compilation","","","","A linking ocurred during instantiation.","The WebAssembly.LinkError object indicates an error during …","","Index type of a function defined locally inside the …","","","","Caller asked for a maximum memory greater than we can give …","A WebAssembly memory instance.","A external Memory.","Memory export.","This external type is the type of a WebAssembly memory.","Marker trait for 32-bit memories.","Marker trait for 64-bit memories.","Error for invalid Memory access.","Error type describing things that can go wrong when …","Location in a WebAssembly memory.","Returned when a shared memory is required, but the given …","Trait for the Memory32 and Memory64 marker types.","A descriptor for a WebAssembly memory type.","A WebAssembly memory view.","An error from the middleware error.","A error in the middleware.","Caller asked for more minimum memory than we can give them.","","","This error arises when an export is missing","The provided string feature doesn’t exist","A WebAssembly Module contains stateless WebAssembly code …","","Indicator of whether a global is mutable or not","","Type used to pass this value as an argument or return …","Native Wasm type.","NativeWasmTypeInto performs conversions from and into …","","","String is not valid UTF-8.","","","One value used for counting.","Type used to represent an offset into a memory. This is u32…","Contains the success value","After the stack is unwound via asyncify what should the …","Call handler for a store.","","The “operating system” field, which sometimes implies …","Address calculation overflow.","","Units of WebAssembly pages (as specified to be 65,536 …","The error that can happen while parsing a str to retrieve …","","","","","","A ref.func <index>.","A ref.null.","Low level error with mmap.","Insufficient resources available for linking.","Insufficient resources available for execution.","","","A struct representing an aborted instruction execution, …","","","","","","","The Serialize error can occur when serializing a compiled …","A handle that exposes operations only relevant for shared …","","","","","","A runtime error occured while invoking the start function","The store represents all global state that can be …","Unique ID to identify a context.","A temporary handle to a Store.","Set of objects managed by a context.","A temporary handle to a Store.","“System V”, which is used on most Unix-like platfoms. …","A WebAssembly table instance.","A external Table.","Table export.","This external type is the type of a WebAssembly table.","A descriptor for a table in a WebAssembly module.","This is the target that we will use for compiling the …","To many waiter for address.","A trap ocurred during linking.","Traps with an error","Function which may handle custom signals while processing …","A target “triple”. Historically such things had three …","An engine delegates the creation of memories, tables, and …","","A list of all possible value types in WebAssembly.","A WebAssembly function that can be called natively (using …","","Atomic operations are not supported by this memory.","","","A feature used by the WebAssembly code is not supported by …","The compiler doesn’t support a Wasm feature","Returned when trying to call a memory operation that is …","The compiler cannot compile for the given target. This can …","A 128-bit number","A 128 bit number.","A v128.const.","Version number of this crate.","Configuration for the runtime VM Currently only the stack …","The module did not pass validation.","WebAssembly computations manipulate values of basic value …","Trait for a Value type. A Value type is a type that is …","","The value of the global can change over time","","The number of pages we can have before we run out of byte …","The minimum number of pages allowed.","WebAssembly page sizes are fixed to be 64KiB. Note: large …","","","","A Wasm translation error occured.","","","The WebAssembly C ABI. …","A WebAssembly translation error.","A zero-cost type that represents a pointer to something in …","Alias for `WasmPtr<T, Memory64>.","Reference to a value in Wasm memory.","A convenient alias for a Result that uses WasmError as the …","Reference to an array of values in Wasm memory.","Provides direct memory access to a piece of memory that is …","Iterator over the elements of a WasmSlice.","The WasmTypeList trait represents a tuple (list) of Wasm …","","","“Windows Fastcall”, which is used on Windows. Note …","","","x86_64 target that only supports Haswell-compatible Intel …","","Zero value used for WasmPtr::is_null.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The “architecture” (and sometimes the subarchitecture).","","Returns a EngineRef pointing to the underlying context.","","","","","","","","Returns a StoreMut pointing to the underlying context.","Returns a StoreRef pointing to the underlying context.","Return an vector of all globals and converted to u128","Return the underlying index value as a u32.","The “binary format” (rarely used).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bulk Memory proposal should be enabled","Calculate number of bytes from pages.","","","","","","","","Checked addition. Computes self + rhs, returning None if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The triple associated for the target.","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","The C data model for a given target. If the model is not …","","","","Return the default calling convention for the given target …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The size in bytes of the offset guard for dynamic heaps.","Allocates and return an empty array of type Array that …","Return the endianness of this architecture.","Return the endianness of this target’s architecture.","","The “environment” on top of the operating system …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm exceptions proposal should be enabled","","The exports for an instance.","Extended constant expressions proposal should be enabled","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Retrieves the features for the current Host","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Constructs Self based on an array of values.","Builds a tuple (list) of values from a C struct of type …","Convert a value of kind Self::Native to Self.","Convert to self from raw value representation.","Constructs Self based on a slice of values.","","","","","Create a new instance from a u32.","Attempt to return the underlying type of this external …","","","Returns the WebAssembly function index for this frame.","","Returns the offset from the original wasm module’s …","","Get the pointer to the function body.","","","Returns a descriptive name of the function for this frame, …","","","Returns a pair of mutable references from two handles.","","","","","","","","","","","","","","","","","","","","","","Implementation of how to get the export corresponding to …","Attempt to return the underlying type of this external …","","","","","","","","","","","","","","","","","","","","","","","","","Return the architecture for the current host.","Return the operating system for the current host.","Return the triple for the current host.","Returns the ID of this context.","","","The import module contains the implementation data …","Generate an Imports easily with the imports! macro.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The inner engine","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 and returns an array of type Array from a tuple …","","Convert binary data into bytes::Bytes.","Builds and returns a C struct of type CStruct from a tuple …","Convert self to raw value representation.","Convert into a string","Convert into a string","True if the memory is 64-bit","","","Checks if this Architecture is some variant of Clever-ISA","Check if two externs are compatible","Returns a boolean indicating if the enum is set to mutable.","Check if target is a native (eq to host) or not","Returns true if Type matches any of the numeric types. …","Returns true if Type matches either of the reference types.","","Check if the provided bytes are wasm-like","","Return an immutable iterator over all globals","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the largest value that can be represented by the …","The maximum number of elements in the table.","The maximum number of pages in the memory.","","","Attempt to return the underlying type of this external …","","64-bit Memory proposal should be enabled","Construct a MemoryStyle for the provided MemoryType","The error message","The minimum number of elements in the table.","The minimum number of pages in the memory.","","Returns the module name that this import is expected to …","","","Module Linking proposal should be enabled","Returns the identifer of the module that this frame is for.","","Returns the offset within the original wasm module this …","Multi Memory proposal should be enabled","Multi Value proposal should be enabled","A flag indicating whether the value may change at runtime.","Returns the field name of the module that this import is …","Returns the name by which this export is known by.","The name of the middleware where the error was created","","","Convert a Native to an Offset.","","","This module permits to create native functions easily in …","Creates a new target given a triple","Create a new MiddlewareError","","Creates a new FrameInfo, useful for testing.","Creates a new Function Type with the given parameter and …","Create a new Global variable","Creates a new table descriptor which will contain the …","Creates a new descriptor for a WebAssembly memory given …","Creates a new import descriptor which comes from module …","Creates a new export which is exported with the given name …","","Returns the ObjectMutable","","","","","Convert an Offset to a Native.","","","The “operating system” (sometimes also the …","","Parameter types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return the pointer bit width of this target’s …","Return the pointer width of this target’s architecture.","","Reference Types proposal should be enabled","Relaxed SIMD proposal should be enabled","","","","","","","","","","","","","","","","","","","","","","Return types.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Retrieves an empty set of CpuFeatures.","Set a global, at index idx. Will panic if idx is out of …","Sets the ID of this store","Whether the memory may be shared between multiple threads.","SIMD proposal should be enabled","The size of the array","","","","","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","","","","","","sys","Attempt to return the underlying type of this external …","Construct a TableStyle for the provided TableType","","Tail call proposal should be enabled","","Threads proposal should be enabled","Convert self to Self::Native.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The triple associated for the target.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the expected type of this import.","Returns the type of this export.","The type of the value stored in the global.","The type of data stored in elements of the table.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Native Functions.","Return a Triple with all unknown fields.","Returns the underlying descriptor of this ExternType, …","Returns the underlying descriptor of this ExternType, …","Returns the underlying descriptor of this ExternType, …","Returns the underlying descriptor of this ExternType, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The “vendor” (whatever that means).","The vm module re-exports wasmer-vm types.","Get the VMConfig for this tunables Currently, VMConfig …","Optionnal stack size (in byte) of the VM. Value lower than …","Get the Wasm types for the tuple (list) of currently …","Parses in-memory bytes as either the WebAssembly Text …","Writes the contents of a C struct to an array of RawValue.","This method is passed a byte slice which contains the byte …","How many bytes were expected","How many bytes the artifact contained","The attempted amount to grow by in pages.","The current size in pages.","The maximum amount of memory we can allocate.","The number of pages requested as the maximum amount of …","The number of pages requested as the maximum amount of …","Message describing the unsupported operation.","The number of pages requested as the minimum amount of …","The reason why the provided memory is invalid.","","","","A string describing the validation error.","The bytecode offset where the error occurred.","","","","","","","Provides direct memory access to a piece of memory that is …","Provides direct memory access to a piece of memory that is …","","","","","","","Returns a mutable slice that is not yet initialized","Returns a reference to an unitialized reference to this …","","","","","","","","","","","","","","","Writes to the address pointed to by this WasmPtr in 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).","If the slice is empty","Returns an iterator of all the elements in the slice","Returns an iterator of all the elements in the slice","","","","","Number of elements in this slice","","","","","","","","Reads the address pointed to by this WasmPtr in a memory.","","","","","","","","","","","","","","","","","","","","Writes to the address pointed to by this WasmPtr in a …","A compiled wasm module, ready to be instantiated.","Helper trait for a value that is convertible to a EngineRef…","The compiler configuration options.","The engine type","The inner contents of Engine","A temporary handle to an Engine EngineRef can be used to …","Controls which experimental features will be enabled. …","An engine delegates the creation of memories, tables, and …","","","","Returns a EngineRef pointing to the underlying context.","","","","","","","","","Bulk Memory proposal should be enabled","Enable NaN canonicalization.","","","","Gets the custom compiler config","Gets the compiler associated to this engine.","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","","Gets the default features for this compiler in the given …","","","","","","","","","","Deserializes a WebAssembly module which was previously …","Load a serialized WebAssembly module from a file and …","Load a serialized WebAssembly module from a file and …","","","Deserializes a WebAssembly module which was previously …","Returns the deterministic id of this engine","","","","Enable Position Independent Code (PIC).","Enable compiler IR verification.","Get inner Engine","Wasm exceptions proposal should be enabled","Extended constant expressions proposal should be enabled","The Wasm features","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","The inner engine","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","64-bit Memory proposal should be enabled","Construct a MemoryStyle for the provided MemoryType","Module Linking proposal should be enabled","Multi Memory proposal should be enabled","Multi Value proposal should be enabled","Create an EngineRef from an Engine","","","","","Pushes a middleware onto the back of the middleware chain.","Reference Types proposal should be enabled","Relaxed SIMD proposal should be enabled","","","Shared signature registry.","","SIMD proposal should be enabled","Construct a TableStyle for the provided TableType","Tail call proposal should be enabled","","Threads proposal should be enabled","","","","","","","","","","","","","","","","","","Validate the module","Get the VMConfig for this tunables Currently, VMConfig …","Atomic operations are disabled.","Error that can occur during atomic operations. …","The module was compiled with a CPU feature that is not …","Import from a different Store. This error occurs when an …","Import from a different Store. This error occurs when an …","An error occurred when checking the import types.","An error while instantiating a module.","A linking ocurred during instantiation.","The WebAssembly.LinkError object indicates an error during …","Insufficient resources available for linking.","A struct representing an aborted instruction execution, …","","","A runtime error occured while invoking the start function","To many waiter for address.","A trap ocurred during linking.","Atomic operations are not supported by this memory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to downcast the RuntimeError to a concrete type.","Attempts to downcast the RuntimeError to a concrete type.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls 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 RuntimeError is the same as T","","","","","","","Returns a reference the message stored in Trap.","Creates a new generic RuntimeError with the given message.","","Creates RuntimeError from an error and a WasmTrace","","","","","","","","","","The source error","","","","","","","","","Returns trap code, if it’s a Trap","Returns a list of function frames in WebAssembly code that …","The trap code (if any)","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a custom user Error.","The reconstructed Wasm trace (from the native trace and …","The ExportError can happen when trying to get a specific …","This trait is used to mark types as gettable from an …","A trait for accessing exports (like Exportable) but it …","Exports is a special kind of map that allows easily …","An iterator over exports.","An error than occurs when the exported type and the …","This error arises when an export is missing","","","","","","","","","","","","","","Returns true if the Exports contains the given export name.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get only the functions.","Get an export given a name.","Get an export as an Extern.","Get an export as a Func.","Get an export as a Global.","Get an export as a Memory.","Implementation of how to get the export corresponding to …","Get an export with the given generics.","Get an export as a Table.","Get an export as a TypedFunction.","Hack to get this working with nativefunc too","Get only the globals.","","","","Insert a new export into this Exports map.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Return whether or not there are no exports","Get an iterator over the exports.","","","","","","Return the number of exports in the Exports map.","","Get only the memories.","","Creates a new Exports.","","","","","Get only the tables.","","","","","","","","","","","","","","","","","","","","","","Creates a new Exports with capacity n.","An opaque reference to some data. This reference can be …","","","","","","","","","Try to downcast to the given value.","","","Returns the argument unchanged.","","","Calls U::from(self).","Checks whether this ExternRef can be used with the given …","","Make a new extern reference","","","","","","","","","","An Extern is the runtime representation of an entity that …","","A external Function.","","A external Global.","","","A external Memory.","","","","","A external Table.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Create an Extern from an wasmer_engine::Export.","","","","","","Calls U::from(self).","Checks whether this Extern can be used with the given …","","","","","","","To VMExtern.","","","Return the underlying type of the inner Extern.","","","","","A WebAssembly function instance.","The HostFunction trait represents the set of functions that","An empty struct to help Rust typing to determine when a …","An empty struct to help Rust typing to determine when a …","","","","","","","","Call the Function function.","Get the pointer to the function call trampoline.","Get the pointer to the function call trampoline.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","Get the pointer to the function body.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Checks whether this Function can be used with the given …","","","","Creates a new host Function (dynamic) with the provided …","Creates a new host Function from a native function.","Creates a new host Function with an environment from a …","Creates a new host Function (dynamic) with the provided …","Returns the number of parameters that this function takes.","","","","Sealing the HostFunctionKind because it shouldn’t be …","Returns the number of results this function produces.","","","","","","","","","Returns the FunctionType of the Function.","","","","Transform this WebAssembly function into a typed function. …","","","","","","","","","","","","A WebAssembly global instance.","","","","","","","","","","","","","","","","Returns the argument unchanged.","Create a Global with the initial value Value and the …","","Retrieves the current value Value that the Global has.","","","","Calls U::from(self).","Checks whether this Global can be used with the given …","","Create a new Global with the initial value Value.","Create a mutable Global with the initial value Value.","","Sets a custom value Value to the runtime Global.","","","","","Returns the GlobalType of the Global.","","","","","A WebAssembly memory instance.","Underlying buffer for a memory.","Location in a WebAssembly memory.","A handle that exposes operations only relevant for shared …","See SharedMemory.","","","","","","Get a SharedMemory.","","","","","","","","","","","","","","","","","","","Attempts to duplicate this memory (if its clonable) in a …","","","","","","","","","","","","","See SharedMemory::disable_atomics.","Disable atomics for this memory.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Grow memory by the specified amount of WebAssembly Pages …","Grows the memory to at least a minimum size. If the memory …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Checks whether this Memory can be used with the given …","","","","","Get the underlying memory.","","Creates a new host Memory from the provided MemoryType.","Create a new handle from ops.","Create a new memory location for a 32bit memory.","Create a memory object from an existing memory and …","See SharedMemory::notify.","Notify up to count waiters waiting for the memory location.","","","","","","","","","Resets the memory back to zero length","Attempts to clone this memory (if its clonable) in a new …","","","","","To VMExtern.","Attempts to clone this memory (if its clonable)","","","","","","","","","Returns the MemoryType of the Memory.","","","","","","","","","","","","","","Creates a view into the memory that then allows for read …","See SharedMemory::wait.","Wait for the memory location to be notified.","See SharedMemory::wake_all_atomic_waiters.","Wake up all atomic waiters.","","A WebAssembly memory view.","","","","Copies a range of the memory and returns it as a vector of …","Copies the memory to another new memory object","Copies the memory and returns it as a vector of bytes","Returns the size (in bytes) of the Memory.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Safely reads bytes from the memory at the given offset.","Safely reads a single byte from memory at the given offset","Safely reads bytes from the memory at the given offset.","Returns the size (in Pages) of the Memory.","","","","Safely writes bytes to the memory at the given offset.","Safely writes a single byte from memory at the given offset","A WebAssembly table instance.","","","","","","Copies the len elements of src_table starting at src_index …","","","","","","","","","","","Returns the argument unchanged.","","Retrieves an element of the table at the provided index.","","","Grows the size of the Table by delta, initializating the …","","Calls U::from(self).","Checks whether this Table can be used with the given …","","Creates a new Table with the provided TableType definition.","","Sets an element val in the Table at the provided index.","Retrieves the size of the Table (in elements)","","","","","Returns the TableType of the Table.","","","","","An opaque reference to a function environment. The …","A temporary handle to a FunctionEnv.","","Borrows a new mutable reference","Get the data as mutable","Borrows a new immmutable reference","Get the data as reference","","","","","","","","","Returns a reference to the host state in this function …","Borrows a new mutable reference of both the attached Store …","Returns a mutable- reference to the host state in this …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Convert it into a FunctionEnvMut","","","","Make a new FunctionEnv","","","","","","","","","","","","","","","All of the import data used when instantiating.","","","","","","","","","Returns true if the Imports contains namespace with the …","","Add a single import with a namespace ns and name name.","","","","","","","","","Returns if an export exist for a given module and name.","","","Returns the argument unchanged.","Returns the argument unchanged.","Gets an export given a module and a name","Returns the contents of a namespace as an Exports.","Resolve and return a vector of imports in the order they …","","","Calls U::from(self).","Calls U::from(self).","","","Iterates through all the imports in this structure","","","","","","","Create a new Imports.","","","","Register a list of externs into a namespace.","","","","","","","","","","","","","","A WebAssembly Instance is a stateful, executable instance …","","","","","","","","","","","","","","","","The exports for an instance.","","Returns the argument unchanged.","","Calls U::from(self).","","Gets the Module associated with this instance.","","Creates a new Instance from a WebAssembly Module and a set …","Creates a new Instance from a WebAssembly Module and a …","","","","","","","","","Convert binary data into bytes::Bytes.","Convert binary data into bytes::Bytes.","Memory access is outside heap bounds.","Error for invalid Memory access.","String is not valid UTF-8.","Address calculation overflow.","Reference to a value in Wasm memory.","Reference to an array of values in Wasm memory.","Iterator over the elements of a WasmSlice.","","","","Gains direct access to the memory of this slice","Gains direct access to the memory of this slice","","Get a WasmPtr for this WasmRef.","Get a WasmPtr for this WasmRef.","Get a 32-bit WasmPtr for this WasmRef.","Get a 64-bit WasmPtr for this WasmRef.","Get a 64-bit WasmPtr for this WasmRef.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Get a WasmRef to an element in the slice.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Returns true if the number of elements is 0.","Get an iterator over the elements in this slice.","","","","","Get the number of elements in this slice.","","","","Creates a new WasmRef at the given offset in a memory.","Creates a new WasmSlice starting at the given offset in …","","","Get the offset into Wasm linear memory for this WasmRef.","Get the offset into Wasm linear memory for this WasmSlice.","","","","","","","Reads the location pointed to by this WasmRef.","Reads an element of this slice.","Reads the entire slice into the given buffer.","Reads the entire slice into the given uninitialized buffer.","Reads this WasmSlice into a BytesMut","Reads this WasmSlice into a slice.","Reads this WasmSlice into a Vec.","","","Get a WasmSlice for a subslice of this slice.","","","","","","","","","","","","","","","","","","","","Writes to the location pointed to by this WasmRef.","Writes to an element of this slice.","Write the given slice into this WasmSlice.","A compilation error","An IO error","IO Error on a Module Compilation","A WebAssembly Module contains stateless WebAssembly code …","","","","","","","","","Get the custom sections of the module given a name.","","","","","","Deserializes a serialized Module binary into a Module.","","Deserializes a serialized Module located in a Path into a …","Deserializes a serialized Module located in a Path into a …","Deserializes a serialized module binary into a Module.","","","","","","","","Returns an iterator over the exported types in the Module.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Creates a new WebAssembly module from a Wasm binary.","Creates a new WebAssembly module from a Wasm binary, …","Creates a new WebAssembly module from a file path.","Returns an iterator over the imported types in the Module.","","","Calls U::from(self).","Calls U::from(self).","","","Returns the name of the current module.","Creates a new WebAssembly Module given the configuration …","","","Serializes a module into a binary representation that the …","Serializes a module into a file that the Engine can later …","Sets the name of the current module. This is normally …","","","","","","","","","","","","","","","","Validates a new WebAssembly Module given the configuration …","The array type that can hold all the represented values.","The C type (a struct) that can hold/represent all the …","The error type for this trait.","A trait to convert a Rust value to a WasmNativeType value, …","The IntoResult trait turns a WasmTypeList into a …","Native Wasm type.","NativeWasmTypeInto performs conversions from and into …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","A structure with a C-compatible representation that can …","The WasmTypeList trait represents a tuple (list) of Wasm …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Allocates and return an empty array of type Array that …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Constructs Self based on an array of values.","Builds a tuple (list) of values from a C struct of type …","Convert a value of kind Self::Native to Self.","Convert to self from raw value representation.","Constructs Self based on a slice of values.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 and returns an array of type Array from a tuple …","Builds and returns a C struct of type CStruct from a tuple …","Convert self to raw value representation.","Transforms Self into a Result.","Returns whether the given value is from the given store.","Returns whether the given value is from the given store.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The size of the array","Convert self to Self::Native.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the Wasm types for the tuple (list) of currently …","Writes the contents of a C struct to an array of RawValue.","Marker trait for 32-bit memories.","Marker trait for 64-bit memories.","Trait for the Memory32 and Memory64 marker types.","Type used to pass this value as an argument or return …","One value used for counting.","Type used to represent an offset into a memory. This is u32…","A zero-cost type that represents a pointer to something in …","Alias for `WasmPtr<T, Memory64>.","Zero value used for WasmPtr::is_null.","","","","Creates a WasmAccess","Calculates an offset from the current pointer address. The …","","","Casts this WasmPtr to a WasmPtr of a different type.","","","","Creates a WasmRef from this WasmPtr which allows reading …","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","True if the memory is 64-bit","","Checks whether the WasmPtr is null.","","Convert a Native to an Offset.","Create a new WasmPtr at the given offset.","Returns a null UserPtr.","Get the offset into Wasm linear memory for this WasmPtr.","","","Convert an Offset to a Native.","","Reads the address pointed to by this WasmPtr in a memory.","Reads a sequence of values from this WasmPtr until a value …","Reads a UTF-8 string from the WasmPtr with the given …","Reads a null-terminated UTF-8 string from the WasmPtr.","","Creates a WasmSlice starting at this WasmPtr which allows …","Calculates an offset from the current pointer address. The …","","","","","","","","","","Writes to the address pointed to by this WasmPtr in a …","","","Helper trait for a value that is convertible to a StoreMut.","Helper trait for a value that is convertible to a StoreRef.","Will return the result of the invocation","Will call the function again","After the stack is unwound via asyncify what should the …","Call handler for a store.","The store represents all global state that can be …","Handle to an object managed by a context.","Unique ID to identify a context.","We require the context to have a fixed memory address for …","A temporary handle to a Store.","Set of objects managed by a context.","A temporary handle to a Store.","Traps with an error","Function which may handle custom signals while processing …","An engine delegates the creation of memories, tables, and …","","","","","","Returns a StoreMut pointing to the underlying context.","","","Returns a StoreRef pointing to the underlying context.","","","","","","","","","","","","","","","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","","","","","","","","","","","","","","","","","","","","","","Returns the Engine.","Returns the Engine.","Returns the Engine.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Constructs a StoreHandle from a StoreId and an …","","","","Returns a reference to the object that this handle points …","","Returns a mutable reference to the object that this handle …","","","Returns the ID of this store","","","","","","","","","","","","","Returns the internal handle contains within this handle.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Construct a MemoryStyle for the provided MemoryType","Moves the given object into a context and returns a handle …","Creates a new Store with a specific Engine.","","","Returns the ObjectMutable","","","Sets the unwind callback which will be invoked when the …","","","","","","","Checks whether two stores are identical. A store is …","Checks whether two stores are identical. A store is …","Checks whether two stores are identical. A store is …","Overrides the store id with a new ID","Set the trap handler in this store.","The signal handler","Returns the ID of the context associated with the handle.","Construct a TableStyle for the provided TableType","","","","","","","","","","","","","","","","","","","","","","","","","Get the VMConfig for this tunables Currently, VMConfig …","","A compiled wasm module, ready to be instantiated.","Tunable parameters for WebAssembly compilation. This is …","The compiler configuration options.","Global configuration options used to create an …","Possible optimization levels for the Cranelift codegen …","","The Builder contents of Engine","Controls which experimental features will be enabled. …","A function middleware specialized for a single function.","","Defines the optimization level used to compile a Module.","","The state of the binary reader. Exposed to middlewares to …","A shared builder for function middlewares.","The custom trait to access to all the sys function in the …","No optimizations performed, minimizes compilation time by …","","","Generates the fastest possible code, but may take longer.","Similar to speed, but also performs transformations aimed …","An engine delegates the creation of memories, tables, and …","Configuration for the runtime VM Currently only the stack …","","","","","","","","This indicates if the Artifact is allocated and can be run …","","","","","","","","","","","","","","","","","","","","","","","","","Configures whether the WebAssembly bulk memory operations …","Bulk Memory proposal should be enabled","Callbacks that will triggered in the different compilation …","","","Enable NaN canonicalization.","Enable NaN canonicalization.","","","","","","","","","","","","","","","","","","Gets the custom compiler config","Transform it into the compiler","Transform it into the compiler.","Transform it into the compiler","","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","Create a table owned by the VM given a TableType and a …","","","","","","Returns the default value for OptimizationLevel, namely …","Gets the default features for this compiler in the given …","Gets the default features for this compiler in the given …","","","","","","","","","","","","","","","","","","","","","","","Deserialize a serialized artifact.","","","","","","","","","","","","","","Load a serialized WebAssembly module from a memory mapped …","Load a serialized WebAssembly module from a memory mapped …","Deserialize a ArtifactBuild from an object file","Deserialize a serialized artifact.","","","","","","","","","","","","The size in bytes of the offset guard for dynamic heaps.","","","","","Enable Position Independent Code (PIC).","Emit code suitable for dlopen.","","","","Enable compiler IR verification.","Whether to verify compiler IR.","","","","Build the Engine for this configuration","","","","","","","","","","","","","","","","","Wasm exceptions proposal should be enabled","","","Extended constant expressions proposal should be enabled","","","","The Wasm features","","Processes the given operator.","Finishes the instantiation of a just created VMInstance.","Returns the dynamic function trampolines allocated in …","Returns the function call trampolines allocated in memory …","Returns the functions allocated in memory or this Artifact …","Generates the flags for the compiler","","","","","","","","","Get the BaseTunables for a specific 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.","Construct a ArtifactBuild from component parts.","Generates a FunctionMiddleware for a given function.","Generate a compilation","Compile a module into an object file, which can be …","Get the default config for the sys Engine","","Create a headless Engine","Create a new headless Backend","A unique identifier for this object.","","","","","","","","","","","","","","","Crate an Instance from this Artifact.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 provided bytes look like a serialized …","","Generates the ISA for the provided target","","","","","","","","","","","","","Configures whether the WebAssembly 64-bit memory proposal …","64-bit Memory proposal should be enabled","Construct a MemoryStyle for the provided MemoryType","Get a MemoryStyle for the provided MemoryType","","Generate the metadata object for the module","","","","","","Configures whether the WebAssembly module linking proposal …","Module Linking proposal should be enabled","Configures whether the WebAssembly multi-memory proposal …","Multi Memory proposal should be enabled","Configures whether the WebAssembly multi-value proposal …","Multi Value proposal should be enabled","Create a new Engine with the given config","Compile a data buffer into a ArtifactBuild, which may then …","Create a new builder with pre-made components","Creates a new configuration object with the default …","Creates a new configuration object with the default …","Creates a new configuration object with the default …","Create a new feature","The optimization levels when optimizing the IR.","The optimization levels when optimizing the IR.","","","","","","","","","","","","","","","Do preinstantiation logic that is executed before …","Pushes a middleware onto the back of the middleware chain.","Pushes a middleware onto the back of the middleware chain.","Pushes a middleware onto the back of the middleware chain.","Pushes a middleware onto the back of the middleware chain.","Push an operator.","Configures whether the WebAssembly reference types …","Reference Types proposal should be enabled","Register thie Artifact stack frame information into the …","Relaxed SIMD proposal should be enabled","","","","","","","","Set the features","Sets the hash algorithm","Set the hashing algorithm","","Set the target","Attach a Tunable to this engine","Returns the associated VM signatures for this Artifact.","Configures whether the WebAssembly SIMD proposal will be …","SIMD proposal should be enabled","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","Construct a TableStyle for the provided TableType","Get a TableStyle for the provided TableType.","","Configures whether the WebAssembly tail-call proposal will …","Tail call proposal should be enabled","The GlobalFrameInfoRegistration needs to be transfered to …","Gets the target","The target","","Generates the target machine for the current target","Configures whether the WebAssembly threads proposal will …","Threads proposal should be enabled","","","","","","","","Transforms a ModuleInfo struct in-place. This is called …","","","","","","","","","","","","","","","","","","","","","","","","Get a reference to attached Tunable of this engine","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The vm module re-exports wasmer-vm types.","Get the VMConfig for this tunables Currently, VMConfig …","Optionnal stack size (in byte) of the VM. Value lower than …","","A compiled wasm module, ready to be instantiated.","Tunable parameters for WebAssembly compilation. This is …","The compiler configuration options.","A WebAssembly Universal Engine.","The Builder contents of Engine","The custom trait to access to all the sys function in the …","An engine delegates the creation of memories, tables, and …","","","","","","Enable NaN canonicalization.","","","Clone the engine","Compile a WebAssembly binary","Gets the custom compiler config","","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","Returns the default engine for the Sys engine","Gets the default features for this compiler in the given …","","","Deserializes a WebAssembly module which was previously …","","Deserializes a WebAssembly module from a path.","Deserialize from a file path.","Load a serialized WebAssembly module from a memory mapped …","Load a serialized WebAssembly module from a memory mapped …","Deserializes a WebAssembly module which was previously …","Returns the deterministic id of this engine","","The size in bytes of the offset guard for dynamic heaps.","Enable Position Independent Code (PIC).","Enable compiler IR verification.","","","","","","","","Returns the argument unchanged.","","","Get the default config for the sys Engine","Returns the hash algorithm","","","Create a headless Engine","Create a headless Engine","A unique identifier for this object.","","","Get reference to EngineInner.","","Get mutable reference to EngineInner.","Calls U::from(self).","","Lookup a signature","Construct a MemoryStyle for the provided MemoryType","Returns the name of this engine","","Create a new Engine with the given config","Create a new Engine with the given config","","Pushes a middleware onto the back of the middleware chain.","Register a signature","Sets the hash algorithm","Sets the hash algorithm","Attach a Tunable to this engine","Attach a Tunable to this engine","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","Construct a TableStyle for the provided TableType","Gets the target","Gets the target","","","","","","Get a reference to attached Tunable of this engine","Get a reference to attached Tunable of this engine","","","","","","Validates a WebAssembly module","Get the VMConfig for this tunables Currently, VMConfig …","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Host state for a dynamic function.","","Represents a low-level Wasm static host function. See …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Checks whether this Function can be used with the given …","","","","Creates a new host Function from a native function.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Create a Global with the initial value Value and the …","","","","","Calls U::from(self).","","","","","","","","","","","","","","","Underlying buffer for a memory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Checks whether this Memory can be used with the given …","","","","","","","","","","","","","","To VMExtern.","Cloning memory will create another reference to the same …","Copying the memory will actually copy all the bytes in the …","","","","","","","","","","","","","","A WebAssembly memory view.","","","","","Copies a range of the memory and returns it as a vector of …","Copies the memory to another new memory object","Copies the memory and returns it as a vector of bytes","Returns the size (in bytes) of the Memory.","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Safely reads bytes from the memory at the given offset.","Safely reads a single byte from memory at the given offset","Safely reads bytes from the memory at the given offset.","Returns the size (in Pages) of the Memory.","","","","","Safely writes bytes to the memory at the given offset.","Safely reads a single byte from memory at the given offset","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","Checks whether this Table can be used with the given …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","Tunable parameters for WebAssembly compilation. This is …","The size in bytes of the offset guard for dynamic heaps.","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","","A function export value.","A global export value.","A memory export value.","A table export value.","The value of an export passed from one instance to another.","","","","Represents an opaque reference to any data within …","","A function reference. A single word that points to …","A function export value.","A placeholder byte-sized type which is just used to …","","Underlying FunctionEnvironment used by a VMFunction.","A Global instance","A handle holding an Instance of a WebAssembly module.","Represents linear memory that can be either owned or shared","A table instance.","","","","Pointer to the VMCallerCheckedAnyfunc which contains data …","Returns a mutable reference to the underlying value.","Returns a reference to the underlying value.","","","","","","","","","","","","","","","","","","","","","","","","","","Copies this memory to a new memory","Copies this memory to a new memory","Copy len elements from src_table[src_index..] into …","Copies this global","Copies the table into a new table","Copy len elements from table[src_index..] to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Notify waiters from the wait list. Return the number of …","","","","","","","","","","","","","","","","","","","","","","","Return an iterator over the exports of this instance.","Finishes the instantiation process started by Instance::new…","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 VMMemory from a custom implementation - the …","Create a new linear memory instance with specified minimum …","Create a new linear table instance with specified minimum …","Extracts a VMExternRef from a RawValue.","Extracts a VMFuncRef from a RawValue.","Get reference to the specified element.","","Get a table defined locally within this module.","Returns the number of pages in the allocated memory block","Returns the size of the table","Grow memory by the specified amount of wasm pages.","Grow table by the specified amount of elements.","Grows the memory to at least a minimum size. If the memory …","","Associated data owned by a host function.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 VMExternRef into a RawValue.","Converts the VMFuncRef into a RawValue.","The function kind (specifies the calling convention for the","","","","","","","","","","","Lookup an export with the given name.","Lookup an export with the given export declaration.","","","","","","Grow memory in this instance by the specified amount of …","Return the memory index for the given VMMemoryDefinition …","Return a reference-counting pointer to a module.","Return a reference to a module.","Wraps the given value to expose it to Wasm code as a …","Create a new, zero bit-pattern initialized global from a …","Create a new VMInstance pointing at a new Instance.","Creates a new linear memory instance of the correct type …","Create a new linear table instance with specified minimum …","","","","","","","","","","","Resets the memory down to a zero size","Set reference to the specified element.","The function type, used for compatibility checking.","Returns the size of hte memory in pages","Returns the number of allocated elements.","Returns the memory style for this memory.","Returns the style for this Table.","","","Get table element reference.","Grow table in this instance by the specified amount of …","Return the table index for the given VMTableDefinition in …","Set table element reference.","","","","Attempts to clone this memory (if its clonable)","","","","","","","","","","","","","","","","","","","","","Get the type of the global.","Returns the type for this memory.","Returns the type for this Table.","","","","","","","","","","","","","","","","","","","","","","","","Return a reference to the vmctx used by compiled wasm code.","Return a raw pointer to the vmctx used by compiled wasm …","Get a pointer to the underlying definition used by the …","Return a VMMemoryDefinition for exposing the memory to …","Return a reference to the VMOffsets to get offsets in the …","Return a VMTableDefinition for exposing the table to …","A WebAssembly function that can be called natively (using …","","","","","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","An externref value which can hold opaque data to the wasm …","A 32-bit float.","A 64-bit float.","A first-class reference to a WebAssembly function.","A 32-bit integer.","A 64-bit integer.","","","","","","","Raw representation of a WebAssembly value.","A 128-bit number","WebAssembly computations manipulate values of basic value …","","","","Converts the Value into a RawValue.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to access the underlying value of this Value, …","","Attempt to access the underlying value of this Value, …","","Attempt to access the underlying value of this Value, …","","","","","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","","","","","Converts a RawValue to a Value.","Attempt to access the underlying value of this Value, …","","","Attempt to access the underlying value of this Value, …","","Attempt to access the underlying value of this Value, …","","","","Calls U::from(self).","Calls U::from(self).","Checks whether a value can be used with the given context.","","","Returns a null externref value.","","","","","","","","","","Returns the corresponding Type for this Value.","","","","","","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","","","","","","","Attempt to access the underlying value of this Value, …","The memory does not support atomic operations.","Signatures are stored in the table and checked in the …","The operation would cause the size of the memory to exceed …","The actual memory can be resized and moved.","A function export value.","A user defined error value, used for error cases not …","A global export value.","Invalid memory was provided.","Represents memory that is used by the WebAsssembly module","Caller asked for a maximum memory greater than we can give …","A memory export value.","Error type describing things that can go wrong when …","Returned when a shared memory is required, but the given …","Implementation styles for WebAssembly linear memory.","Caller asked for more minimum memory than we can give them.","Low level error with mmap.","Address space is allocated up front.","A table export value.","Implementation styles for WebAssembly tables.","Returned when trying to call a memory operation that is …","Configuration for the runtime VM Currently only the stack …","The value of an export passed from one instance to another.","Represents an opaque reference to any data within …","A function reference. A single word that points to …","A function export value.","Underlying FunctionEnvironment used by a VMFunction.","A Global instance","A handle holding an Instance of a WebAssembly module.","Represents linear memory that can be either owned or shared","The fields compiled code needs to access to utilize a …","A shared linear memory instance.","A table instance.","The fields compiled code needs to access to utilize a …","","","","","","","Pointer to the VMCallerCheckedAnyfunc which contains data …","Pointer to the table data.","The start address which is always valid, even if the …","","","","","","","","","","","","","","","","","","","","","","","","","","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","The current number of elements in the table.","The current logical size of this linear memory in bytes.","","","","","","","","","","","","","","","","","","","","Notify waiters from the wait list. Return the number of …","Notify waiters from the wait list. Return the number of …","Add current thread to the waiter hash, and wait until …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","","","Grow memory by the specified amount of wasm pages.","Grow memory by the specified amount of wasm pages.","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","","","Associated data owned by a host function.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","The function kind (specifies the calling convention for the","","","","","","","","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Returns the offset-guard size","","","","","","Resets the memory back to zero length","Resets the memory down to a zero size","","","","","","","","","","","","","The function type, used for compatibility checking.","Returns the size of hte memory in pages","Returns the size of hte memory in pages","Returns the memory style for this memory.","Returns the memory style for this memory.","","","Access the internal atomics handler.","","","","","","","Attempts to clone this memory (if its clonable)","Shared memory can always be cloned","","","","","","","","","","","Returns the type for this memory.","Returns the type for this memory.","","","","","","","","","","","","","","","","","","","","","","Return a VMMemoryDefinition for exposing the memory to …","Return a VMMemoryDefinition for exposing the memory to …","Optionnal stack size (in byte) of the VM. Value lower than …","The attempted amount to grow by in pages.","The current size in pages.","The maximum amount of memory we can allocate.","The number of pages requested as the maximum amount of …","The number of pages requested as the maximum amount of …","Message describing the unsupported operation.","The number of pages requested as the minimum amount of …","The reason why the provided memory is invalid.","The number of mapped and unmapped pages.","Our chosen offset-guard size.","Our chosen offset-guard size."],"i":[16,16,16,16,16,30,31,30,31,32,0,30,164,0,0,0,0,30,149,0,35,30,16,16,0,31,30,30,0,164,0,30,31,79,199,0,78,25,78,35,0,146,31,31,0,146,146,31,31,0,0,0,273,31,0,0,0,0,0,0,0,0,170,24,0,170,24,28,170,24,28,0,83,0,31,0,31,170,24,0,96,21,40,0,0,0,77,78,35,81,28,0,96,21,40,0,0,0,31,125,31,30,31,0,170,24,28,170,24,28,31,81,145,0,0,78,97,0,0,0,78,35,81,83,199,77,78,0,31,31,16,146,0,31,0,30,30,31,35,0,96,21,40,0,0,0,0,0,35,0,0,0,81,0,35,30,30,97,82,0,30,0,16,193,265,0,31,31,125,31,30,193,193,273,0,0,31,0,125,16,0,0,30,30,30,31,31,28,28,35,145,79,30,30,0,30,16,16,16,16,16,0,0,31,31,30,30,30,146,0,0,0,0,0,32,0,96,21,40,0,0,149,145,83,0,0,0,31,0,0,31,149,30,31,81,79,35,79,170,24,28,0,0,79,0,0,0,25,31,0,0,0,31,31,31,79,30,30,32,0,0,0,0,0,0,0,0,0,31,31,32,30,30,30,30,193,30,31,32,33,16,34,35,14,21,36,37,38,39,24,40,41,25,26,28,42,43,44,46,3,5,191,274,192,162,0,3,5,180,275,33,275,197,77,78,35,79,80,81,82,87,163,10,14,33,16,16,16,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,117,126,124,276,3,14,21,24,25,26,28,3,3,30,31,32,33,16,34,35,14,21,36,37,38,39,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,16,34,35,14,21,36,37,38,39,24,40,41,25,26,28,42,43,44,46,3,5,14,21,3,5,14,21,3,5,277,34,34,141,141,141,141,141,141,141,141,33,10,34,39,33,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,14,14,21,21,21,36,37,38,39,83,24,24,24,40,40,41,41,41,25,25,25,26,26,26,28,28,28,42,42,42,43,43,43,44,44,46,46,3,3,3,5,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,278,164,30,33,0,33,30,31,32,33,16,16,34,35,14,21,39,24,40,41,25,26,28,42,43,44,46,3,5,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,16,16,16,16,34,34,34,34,35,35,35,35,14,14,14,14,21,21,21,21,39,39,39,39,24,24,24,24,40,40,40,40,41,41,41,41,25,25,25,25,26,26,26,26,42,42,42,42,43,43,43,43,44,44,44,44,46,46,46,46,3,3,3,3,5,5,5,5,0,276,0,191,276,10,0,0,277,30,30,31,31,32,33,33,10,16,34,77,77,78,78,35,35,79,79,80,80,81,81,82,82,14,21,38,39,39,83,24,24,40,41,41,25,26,26,28,42,42,43,43,44,46,3,5,16,30,31,32,33,10,16,34,77,77,78,78,78,35,79,79,80,81,81,82,14,21,36,37,38,39,83,24,40,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,25,25,26,28,42,43,44,46,3,3,5,5,5,5,164,164,265,279,164,30,31,33,16,14,40,162,186,38,38,38,38,176,0,10,38,38,10,10,30,31,32,33,16,34,35,14,21,39,24,40,41,25,26,42,43,44,46,3,5,157,40,10,177,30,31,32,33,16,34,35,14,21,39,24,40,41,25,26,42,43,44,46,3,5,277,30,31,33,10,10,275,0,0,14,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,6,203,8,147,9,0,10,38,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,164,0,133,164,279,30,31,193,36,37,30,40,25,34,24,24,14,0,155,10,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,124,153,189,177,126,124,3,42,43,0,10,40,179,276,141,80,42,43,0,44,191,44,276,38,38,38,276,276,26,44,46,80,44,46,193,36,37,0,34,80,14,38,41,26,42,43,44,46,16,87,274,192,126,124,193,36,37,33,179,41,41,14,21,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,33,0,276,276,14,14,21,24,41,25,26,28,42,43,3,14,21,24,41,25,26,28,42,43,3,41,41,14,14,21,21,24,24,40,41,41,25,25,26,26,28,28,42,42,43,43,44,46,3,3,5,14,21,24,41,25,26,28,42,43,3,14,21,24,41,25,26,28,42,43,3,16,10,10,43,276,164,117,195,77,78,278,278,0,186,16,3,5,0,40,141,10,276,277,276,265,30,31,32,33,16,34,35,14,21,36,37,38,39,24,40,41,25,26,28,42,43,44,46,3,5,30,31,33,16,77,78,35,79,80,81,82,39,24,41,26,42,43,34,34,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,3,5,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,44,46,26,42,44,46,30,31,32,33,10,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,0,33,40,40,40,40,30,31,32,33,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,30,31,32,33,16,34,77,78,35,79,80,81,82,14,21,36,37,38,39,83,24,40,41,25,26,28,42,43,44,46,3,5,0,33,0,141,280,164,0,164,118,281,281,282,282,283,284,284,285,283,286,287,287,287,288,288,116,119,116,119,0,0,0,0,119,120,116,117,119,120,117,120,116,117,119,120,116,117,119,120,116,117,119,120,117,120,117,116,117,119,120,116,117,119,120,116,117,119,120,116,117,117,119,120,120,116,117,119,120,116,117,119,120,116,117,119,120,116,117,119,120,116,117,119,120,117,117,117,116,117,119,120,117,117,120,116,117,119,120,120,120,117,116,117,119,120,116,117,119,120,116,117,119,120,116,119,116,119,116,119,120,0,0,0,0,0,0,0,0,127,131,131,197,6,127,6,129,127,6,129,127,130,138,127,127,129,138,129,129,141,141,141,141,141,141,141,141,127,138,6,129,127,6,129,127,6,129,127,127,127,127,127,127,127,127,6,129,127,138,138,6,130,130,129,129,127,6,129,127,127,127,131,6,129,127,6,6,129,127,6,129,127,130,141,130,130,130,6,127,6,129,127,138,130,130,127,127,129,129,130,141,130,127,130,127,6,129,127,6,129,127,127,6,129,127,6,127,6,127,6,127,129,141,149,0,146,146,146,145,0,146,0,145,0,0,0,146,149,145,149,145,146,147,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,145,146,147,145,146,147,289,145,146,147,148,149,289,145,146,147,148,149,148,289,145,146,147,148,149,148,147,147,289,145,146,147,148,149,149,149,149,149,149,145,145,146,146,147,147,148,148,149,149,289,145,145,146,146,147,147,147,147,148,149,289,145,146,147,148,149,147,289,145,146,147,148,149,147,289,145,146,147,148,149,147,147,148,147,289,145,146,147,148,149,145,146,147,289,145,146,147,145,146,147,148,149,147,147,289,289,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,289,145,146,147,148,149,147,289,0,0,0,0,0,97,97,97,153,97,155,97,153,155,97,153,97,153,97,153,153,153,155,97,153,155,97,153,155,97,153,155,97,153,153,153,153,153,153,97,97,153,155,97,153,153,155,153,153,153,153,153,157,165,153,153,153,155,155,97,153,153,155,97,153,155,153,153,153,153,155,155,97,153,155,153,153,155,155,153,155,155,97,153,155,97,153,97,155,97,153,155,97,153,155,97,153,155,97,153,155,97,153,155,97,153,153,0,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,167,0,0,96,0,96,0,0,96,0,0,0,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,96,96,0,96,96,96,96,0,0,96,0,96,96,96,96,96,96,96,96,96,0,0,0,0,158,178,175,158,178,175,158,158,176,176,158,158,178,175,158,178,175,158,178,175,158,178,175,158,158,158,158,158,158,158,178,175,158,158,158,158,176,158,158,178,175,158,178,175,158,158,178,175,158,158,158,158,158,158,178,175,158,0,158,158,158,178,175,158,178,175,158,158,178,175,158,158,178,175,158,178,175,158,178,175,158,158,0,0,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,159,0,0,0,0,0,160,180,179,181,180,160,160,180,179,181,160,180,179,181,160,180,179,181,160,180,179,181,180,180,160,160,180,179,181,160,180,179,181,160,180,179,181,182,179,160,180,179,181,160,180,160,160,160,160,180,180,180,180,160,180,179,181,160,180,180,179,181,160,180,160,160,160,160,180,160,180,179,181,160,180,179,181,160,160,180,179,181,179,179,160,179,180,160,182,179,179,180,160,180,179,181,181,181,160,160,160,180,179,181,160,160,160,180,179,181,160,180,179,181,160,160,180,179,181,160,180,179,160,180,179,160,180,179,160,182,179,182,179,181,0,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,0,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,161,0,0,177,186,177,186,177,186,186,186,177,186,177,177,177,186,186,186,186,177,186,177,186,177,186,177,177,177,177,177,177,186,177,186,177,177,186,177,177,177,186,177,186,177,177,186,177,177,177,186,186,177,186,177,186,177,186,177,186,177,177,177,177,0,0,189,190,189,190,189,189,189,189,189,189,190,189,190,189,190,189,190,189,189,189,189,190,189,189,189,189,190,189,190,189,190,189,189,190,190,189,189,190,190,189,190,190,189,189,189,190,189,190,189,190,189,190,189,190,189,190,189,0,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,0,133,125,0,125,125,0,0,0,125,126,124,126,124,125,126,126,124,126,124,195,125,126,124,195,125,126,124,126,124,125,126,124,125,126,124,195,125,126,124,195,125,126,124,195,125,126,124,195,125,126,124,125,125,126,124,195,125,125,126,124,124,195,125,126,124,195,125,126,124,195,124,124,195,125,126,124,124,124,126,124,126,124,195,195,126,124,126,124,195,125,126,124,126,124,124,124,124,124,124,195,195,124,125,126,124,125,195,125,126,124,195,125,126,124,195,125,126,124,125,125,125,126,124,124,199,199,0,0,135,199,199,135,199,135,135,135,135,199,135,199,135,199,135,135,135,135,135,199,135,135,135,135,135,135,135,199,199,135,199,199,199,135,135,135,135,135,199,135,199,135,199,135,135,135,199,135,135,135,135,199,135,199,199,135,199,135,199,135,199,135,199,135,199,135,135,164,164,290,0,0,265,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,0,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,164,265,279,164,0,0,0,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,164,279,290,265,265,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,265,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,164,164,0,0,0,193,193,193,0,0,193,192,274,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,193,192,192,192,193,192,192,192,274,192,193,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,0,0,83,83,0,0,0,0,0,0,0,0,0,83,0,0,188,203,8,9,8,87,203,8,163,203,8,9,188,203,8,204,9,188,203,8,204,9,188,188,141,141,141,141,141,141,141,141,203,188,203,8,204,9,188,203,8,204,9,188,203,8,204,9,188,203,8,204,9,203,8,9,204,8,188,203,188,188,188,188,10,188,203,204,9,188,203,8,204,9,188,8,10,10,188,188,188,10,188,203,188,10,188,203,8,204,9,203,8,9,10,188,188,188,203,8,204,9,188,203,8,204,9,10,141,188,203,9,204,87,203,8,8,204,188,203,8,204,9,203,8,9,188,203,9,188,141,10,188,204,188,203,8,204,9,188,203,8,204,9,188,203,8,204,9,188,203,188,203,188,203,141,213,0,0,0,0,0,213,0,0,0,0,0,213,0,0,0,211,213,0,211,211,0,0,211,209,207,212,210,130,213,131,131,131,131,215,112,211,209,207,212,216,210,130,213,131,215,112,211,209,207,212,216,210,130,213,130,130,207,207,209,209,138,207,210,130,211,209,207,212,210,130,213,211,209,207,212,210,130,213,138,209,207,210,215,131,141,141,141,212,141,212,141,131,141,141,212,141,212,131,209,207,210,130,213,138,210,131,215,112,211,209,207,212,216,210,130,213,131,215,112,211,209,207,212,216,210,130,213,131,131,215,112,211,209,207,212,216,210,130,130,130,213,318,318,131,131,131,215,112,211,209,207,212,216,210,130,213,212,209,207,210,209,138,207,210,209,209,138,207,209,207,0,215,131,130,213,131,131,131,131,130,130,130,130,213,213,213,213,0,130,216,216,130,0,0,131,215,215,225,131,131,131,131,209,131,211,209,207,216,210,130,213,212,131,215,112,211,209,207,212,216,210,130,213,131,139,131,131,0,215,318,215,131,131,131,215,112,211,209,207,212,216,210,130,213,216,0,131,131,215,112,211,209,207,212,216,210,130,213,131,207,209,131,215,112,211,209,207,212,216,210,130,213,0,130,130,141,212,131,131,209,207,210,0,131,130,130,130,130,130,130,318,131,215,209,207,210,130,209,207,209,207,216,131,215,112,211,209,207,212,216,210,130,213,131,138,209,207,210,216,130,130,131,130,130,130,131,130,130,130,130,215,318,215,131,215,318,131,130,130,212,212,141,212,131,130,130,131,318,215,215,207,130,130,211,209,207,212,210,130,213,139,131,215,112,211,209,207,212,216,210,130,213,131,215,112,211,209,207,212,216,210,130,213,0,318,131,215,112,211,209,207,212,216,210,130,213,0,131,112,211,209,207,212,216,210,130,213,131,112,211,209,207,212,216,210,130,213,131,112,211,209,207,212,216,210,130,213,0,141,112,0,0,0,0,0,0,0,0,137,131,131,137,137,138,137,137,137,137,138,215,141,141,141,141,141,141,141,141,0,138,137,137,137,137,137,137,318,318,137,137,137,212,138,138,137,215,137,137,137,137,137,137,137,137,0,137,215,137,318,137,137,131,137,137,137,137,137,137,137,141,137,137,318,137,137,138,137,318,137,318,137,212,212,141,318,137,215,137,137,137,137,318,137,137,137,137,137,137,137,141,0,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,0,0,0,0,0,0,0,0,242,244,319,242,244,319,242,242,244,244,242,242,242,242,244,319,242,244,319,242,244,319,242,244,319,242,319,242,242,242,242,242,242,244,319,242,242,242,242,244,319,244,244,242,0,244,319,242,244,319,242,242,244,319,242,242,242,242,244,319,242,319,242,242,242,244,319,242,244,319,242,242,244,319,242,244,242,244,242,244,242,242,0,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,0,0,247,248,247,248,247,248,247,248,247,248,247,248,247,248,247,248,247,248,247,248,247,247,247,247,247,247,248,247,248,247,247,247,247,247,248,247,248,247,247,248,248,248,247,247,247,248,248,248,247,247,248,247,247,247,247,248,247,248,247,247,248,247,247,247,0,0,248,0,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,0,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,251,0,251,251,251,251,251,251,251,251,251,251,0,0,0,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,0,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,254,0,212,212,212,0,169,169,169,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,173,172,187,187,169,91,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,58,173,168,173,168,173,187,56,56,58,48,58,58,169,91,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,58,173,56,56,169,91,172,168,187,48,218,218,56,58,173,218,173,218,218,218,218,173,173,173,173,218,218,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,56,56,56,58,173,56,56,58,168,173,58,173,218,56,58,56,58,56,173,172,320,321,322,323,169,91,172,168,187,48,218,56,58,173,218,218,169,91,172,168,187,48,218,56,58,173,168,173,172,169,91,172,168,187,48,218,56,58,173,218,218,320,321,322,323,58,218,218,218,218,187,48,218,56,58,169,91,172,168,187,48,218,56,58,173,56,58,172,56,58,56,58,58,58,218,218,218,218,56,168,173,56,169,91,172,168,187,48,218,56,58,173,169,91,172,168,187,48,218,56,58,173,48,56,58,48,169,91,172,168,187,48,218,56,58,173,169,91,168,169,91,168,169,91,168,58,48,58,218,218,48,56,218,58,0,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,162,170,170,170,170,170,170,0,0,0,0,0,0,0,170,0,170,88,0,170,170,88,170,88,88,170,88,170,88,88,170,88,170,88,170,88,170,88,170,88,88,88,88,88,88,88,88,88,170,88,170,88,170,88,170,88,170,170,170,170,170,170,170,170,170,170,170,88,88,88,88,88,170,170,88,88,170,88,170,88,170,88,170,88,170,170,88,170,170,88,170,88,170,170,88,170,88,170,170,88,88,88,88,170,170,170,170,170,170,170,170,88,170,88,170,88,170,35,57,35,55,169,35,169,35,0,35,169,0,35,0,35,35,55,169,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,65,60,55,57,172,65,60,258,65,60,55,57,258,65,60,55,57,55,57,258,65,60,55,57,258,65,60,55,57,258,258,187,249,258,258,65,60,258,65,60,55,57,258,65,60,55,57,258,65,60,55,55,55,57,57,57,249,258,249,258,258,65,60,55,57,55,57,55,55,55,55,57,57,57,57,258,65,60,55,57,258,65,60,55,57,258,258,55,57,249,258,249,258,55,57,172,258,65,60,55,57,218,218,258,65,60,55,57,172,258,65,60,55,57,58,258,258,258,55,258,65,60,55,57,249,258,55,57,55,57,55,55,57,57,55,57,55,57,172,249,258,249,258,58,58,249,258,258,65,60,55,57,249,258,258,65,60,55,57,258,65,60,55,57,249,258,48,258,65,60,55,57,258,60,55,57,258,60,55,57,258,60,55,57,58,48,58,249,258,112,282,282,283,284,284,285,283,286,324,325,324],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,[[3,-1],3,[[4,[3]]]],[[5,-1],5,[[4,[5]]]],0,0,0,0,[-1,6,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,8,[]],[-1,9,[]],[10,[[13,[11,12]]]],[14,15],0,[[16,-1],[],[[4,[[17,[16]]]]]],[[16,-1],[],[[4,[[17,[16]]]]]],[[16,-1],[],[[4,[[17,[16]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[3,5],[[14,-1],[[19,[14,18]]],20],[[21,-1],[[19,[21,[23,[22]]]]],20],[[24,-1],[[19,[24,[23,[22]]]]],20],[[25,-1],[[19,[25,[23,[22]]]]],20],[[26,-1],[[19,[26,27]]],20],[[28,-1],[[19,[28,[23,[22]]]]],20],[[3,-1],[[19,[3,18]]],20],[[3,3],[[29,[3]]]],[30,30],[31,31],[32,32],[33,33],[16,16],[34,34],[35,35],[14,14],[21,21],[36,36],[37,37],[38,38],[39,39],[24,24],[40,40],[41,41],[25,25],[26,26],[28,28],[42,42],[43,43],[[[44,[-1]]],[[44,[-1]]],45],[[[46,[-1]]],[[46,[-1]]],45],[3,3],[5,5],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[14,14],47],[[21,21],47],[[3,3],47],[[5,5],47],[[-1,-2],47,[],[]],[[-1,-2],47,[],[]],[[-1,-2],47,[],[]],[[-1,-2],47,[],[]],0,[34,[[17,[16]]]],0,[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[-1,42,57],[[19,[58,49]]],[]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[33,[[19,[67,2]]]],[[],10],[[],34],[[],39],[33,[[19,[32,2]]]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[14]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[14]]],71],[-1,[[19,[21]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[21]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[24]]],[70,20]],[-1,[[19,[24]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[40]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[41]]],71],[-1,[[19,[41]]],[70,20]],[-1,[[19,[25]]],[70,20]],[-1,[[19,[25]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[26]]],71],[-1,[[19,[26]]],[70,20]],[-1,[[19,[28]]],71],[-1,[[19,[28]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[42]]],[70,20]],[-1,[[19,[42]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[43]]],71],[-1,[[19,[43]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[44,[-2]]]]],71,72],[-1,[[19,[[46,[-2]]]]],71,72],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[3]]],71],[-1,[[19,[3]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[5]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],0,[[]],[30,[[19,[73,2]]]],[33,[[19,[73,2]]]],0,0,[[30,30],74],[[31,31],74],[[32,32],74],[[33,33],74],[[16,16],74],[[16,[17,[16]]],74],[[34,34],74],[[35,35],74],[[14,14],74],[[21,21],74],[[39,39],74],[[24,24],74],[[40,40],74],[[41,41],74],[[25,25],74],[[26,26],74],[[28,28],74],[[42,42],74],[[43,43],74],[[[44,[-1]],[44,[-1]]],74,[]],[[[46,[-1]],[46,[-1]]],74,[]],[[3,3],74],[[5,5],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],0,0,0,0,0,0,0,0,0,[[30,75],[[19,[2,76]]]],[[30,75],[[19,[2,76]]]],[[31,75],[[19,[2,76]]]],[[31,75],[[19,[2,76]]]],[[32,75],[[19,[2,76]]]],[[33,75],[[19,[2,76]]]],[[33,75],[[19,[2,76]]]],[[10,75],[[19,[2,76]]]],[[16,75],[[19,[2,76]]]],[[34,75],[[19,[2,76]]]],[[77,75],[[19,[2,76]]]],[[77,75],[[19,[2,76]]]],[[78,75],[[19,[2,76]]]],[[78,75],[[19,[2,76]]]],[[35,75],[[19,[2,76]]]],[[35,75],[[19,[2,76]]]],[[79,75],[[19,[2,76]]]],[[79,75],[[19,[2,76]]]],[[80,75],[[19,[2,76]]]],[[80,75],[[19,[2,76]]]],[[81,75],[[19,[2,76]]]],[[81,75],[[19,[2,76]]]],[[82,75],[[19,[2,76]]]],[[82,75],[[19,[2,76]]]],[[14,75],[[19,[2,76]]]],[[21,75],[[19,[2,76]]]],[[38,75],[[19,[2,76]]]],[[39,75],[[19,[2,76]]]],[[39,75],[[19,[2,76]]]],[[83,75],[[19,[2,76]]]],[[24,75],[[19,[2,76]]]],[[24,75],[[19,[2,76]]]],[[40,75],[[19,[2,76]]]],[[41,75],[[19,[2,76]]]],[[41,75],[[19,[2,76]]]],[[25,75],[[19,[2,76]]]],[[26,75],[[19,[2,76]]]],[[26,75],[[19,[2,76]]]],[[28,75],[[19,[2,76]]]],[[42,75],[[19,[2,76]]]],[[42,75],[[19,[2,76]]]],[[43,75],[[19,[2,76]]]],[[43,75],[[19,[2,76]]]],[[[44,[-1]],75],[[19,[2,76]]],84],[[[46,[-1]],75],[[19,[2,76]]],84],[[3,75],[[19,[2,76]]]],[[5,75],[[19,[2,76]]]],[[],[[17,[16]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[85,77],[85,78],[79,78],[-1,-1,[]],[-1,-1,[]],[81,79],[-1,-1,[]],[-1,-1,[]],[80,81],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[41,41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[-1,-1,[]],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[[[2,[[86,[24]],[86,[24]]]]],41],[-1,-1,[]],[74,25],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[15,3],[15,5],[-1,-1,[]],[3,5],[68,5],[-1,-2,87,[]],[-1,-2,87,[]],[[],-1,[]],[[-1,88],-2,87,[]],[[-1,[62,[88]]],[[19,[-2,89]]],87,[]],[90,[[19,[30,2]]]],[90,[[19,[31,2]]]],[90,[[19,[33]]]],[90,[[19,[16]]]],[15,14],[40,[[29,[41]]]],0,0,[38,15],0,[38,68],0,[-1,91,[]],0,0,[38,[[29,[90]]]],0,0,[[10,[52,[-1]],[52,[-1]]],[[2,[-1,-1]]],92],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[96,[[19,[-1,97]]],[]],[40,[[29,[26]]]],0,0,[[30,-1],2,98],[[31,-1],2,98],[[32,-1],2,98],[[33,-1],2,98],[[16,-1],2,98],[[34,-1],2,98],[[35,-1],2,98],[[14,-1],2,98],[[21,-1],2,98],[[39,-1],2,98],[[24,-1],2,98],[[40,-1],2,98],[[41,-1],2,98],[[25,-1],2,98],[[26,-1],2,98],[[42,-1],2,98],[[43,-1],2,98],[[[44,[-1]],-2],2,94,98],[[[46,[-1]],-2],2,94,98],[[3,-1],2,98],[[5,-1],2,98],0,[[],30],[[],31],[[],33],[10,39],0,0,0,0,[14,68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],87],0,[-1,99,[]],[[-1,-2],[],[],87],[[-1,-2],88,[],87],[30,[[100,[90]]]],[31,[[100,[90]]]],[[],74],[[],74],[[],74],[30,74],[[40,40,[29,[15]]],74],[25,74],[34,74],[24,74],[24,74],[14,74],[-1,74,[[101,[[62,[22]]]]]],0,[10,[[102,[48]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,0,0,0,0,0,[[],3],0,0,0,0,[40,[[29,[43]]]],0,0,[[-1,43],55,[]],0,0,0,0,[[[44,[-1]]],90,[]],0,0,0,[38,90],0,[38,68],0,0,0,[[[44,[-1]]],90,[]],[[[46,[-1]]],90,[]],0,0,0,[[]],[[]],[[]],0,[[33,[17,[16]]],34],[[-1,-2],80,[[4,[49]]],[[4,[49]]]],[68,14],[[49,15,[29,[49]],105,105],38],[[-1,-2],41,[[4,[[106,[[62,[24]],12]]]]],[[4,[[106,[[62,[24]],12]]]]]],[[24,25],26],[[24,15,[29,[15]]],42],[[-1,[29,[-1]],74],43,[[4,[3]]]],[[90,90,-1],[[44,[-1]]],[]],[[90,-1],[[46,[-1]]],[]],[16],[-1,10,[]],0,0,0,0,[[]],[[]],[[]],0,0,[41,[[62,[24]]]],0,[[14,14],[[29,[47]]]],[[21,21],[[29,[47]]]],[[3,3],[[29,[47]]]],[[5,5],[[29,[47]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[30,[[19,[107,2]]]],[33,[[19,[107,2]]]],0,0,0,[[],14],[[14,68],2],[[21,68],2],[[24,68],2],[[41,68],2],[[25,68],2],[[26,68],2],[[28,68],2],[[42,68],2],[[43,68],2],[[3,68],2],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[[-1,68],2,[]],[41,[[62,[24]]]],0,[[14,-1],19,108],[[14,-1],19,[70,20]],[[21,-1],19,108],[[21,-1],19,[70,20]],[[24,-1],19,[70,20]],[[24,-1],19,108],[[40,-1],19,108],[[41,-1],19,108],[[41,-1],19,[70,20]],[[25,-1],19,108],[[25,-1],19,[70,20]],[[26,-1],19,108],[[26,-1],19,[70,20]],[[28,-1],19,108],[[28,-1],19,[70,20]],[[42,-1],19,108],[[42,-1],19,[70,20]],[[43,-1],19,108],[[43,-1],19,[70,20]],[[[44,[-1]],-2],19,109,108],[[[46,[-1]],-2],19,109,108],[[3,-1],19,108],[[3,-1],19,[70,20]],[[5,-1],19,108],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[],[[17,[16]]]],[[10,68,11],2],[[10,39],2],0,0,[[],15],0,0,[77,[[29,[7]]]],[78,[[29,[7]]]],0,0,0,0,[[16,-1],[],[[4,[[17,[16]]]]]],[[3,-1],3,[[4,[3]]]],[[5,-1],5,[[4,[5]]]],0,[40,[[29,[42]]]],[[-1,42],57,[]],0,0,0,0,[-1,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[16,49],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[34,33],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[5,[[19,[3]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[[44,[-1]]],-1,[]],[[[46,[-1]]],-1,[]],0,0,0,0,[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],0,[[],33],[40,41],[40,26],[40,43],[40,42],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,0,0,[-1,112,[]],0,[[],[[62,[24]]]],[[[62,[22]]],[[19,[[100,[[62,[22]]]],113]]]],[88,2],[[-1,[62,[[114,[22]]]]],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,115,[]],[-1,115,[]],[[[116,[-1]]],[[62,[-1]]],[]],[[[117,[-1]]],[[62,[-1]]],118],[[[119,[-1]]],-1,[]],[[[120,[-1]]],-1,118],[[[117,[-1]]],[[62,[[114,[-1]]]]],118],[[[120,[-1]]],[[114,[-1]]],118],[[[116,[-1]]],[[62,[-1]]],[]],[[[117,[-1]]],[[62,[-1]]],118],[[[119,[-1]]],-1,[]],[[[120,[-1]]],-1,118],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[[117,[22]],[62,[22]]],2],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[[117,[-1]]],2,118],[68,2],[68,2],[68,2],[[[120,[-1]]],2,118],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-2,[],[[122,[121]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],68],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[117,[-1]]],74,118],[[[117,[-1]]],[[102,[-1]]],118],[[[117,[-1]]],[[123,[-1]]],118],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[[117,[-1]]],68,118],[[[124,[-1]]],[[19,[[117,[-1]],125]]],118],[[[126,[-1]]],[[19,[[120,[-1]],125]]],118],[[]],[[]],[[]],[[]],0,[[[120,[-1]]],-1,[45,118]],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[[120,[-1]],-1],2,118],0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[-1,6,[]],[6,6],[127,6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[-1,74],2,[]],[127,127],[[-1,-2],2,[],[]],0,[[[106,[-1,12]]],[[106,[128,12]]],[]],[129,[[19,[128,79]]]],0,[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[-1,42,57],[[19,[58,49]]],[]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[[],127],[[-1,34],130,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[127,-1],[[19,[[132,[131]],78]]],133],[[127,134],[[19,[[132,[131]],78]]]],[[127,134],[[19,[[132,[131]],78]]]],[[127,134],[[19,[135,78]]]],[[127,134],[[19,[135,78]]]],[[127,-1],[[19,[[132,[131]],78]]],133],[127,90],[68,2],[68,2],[68,2],[-1,2,[]],[-1,2,[]],[6,127],0,0,[129,130],0,[[127,75],136],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,127,[[4,[137]]]],[[],127],0,[[],68],[[],68],[[],68],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[[-1,43],55,[]],0,0,0,[127,6],[[[106,[138]],34,130],127],[[]],[[]],[[]],[[-1,[132,[139,12]]],2,[]],0,0,[[127,[29,[140]]],2],[[127,-1],2,[141,142,143]],[129,144],0,0,[[-1,42],57,[]],0,[127,34],0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[127,141],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[129,[62,[22]]],[[19,[2,79]]]],[-1,112,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[145,145],[146,146],[147,147],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[148,90],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],0,[147,[[19,[-1,147]]],7],[147,[[29,[-1]]],7],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[[149,149],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[145,75],136],[[145,75],136],[[146,75],136],[[146,75],136],[[147,75],136],[[147,75],136],[[148,75],136],[[148,75],136],[[149,75],136],[[149,75],136],[-1,-1,[]],[-1,-1,[]],[54,145],[150,146],[-1,-1,[]],[151,147],[-1,-1,[]],[[[106,[7]]],147],[125,147],[-1,-1,[]],[-1,-1,[]],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[147,74],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[147,49],[-1,147,[[4,[49]]]],[49,148],[[151,[13,[38]],[29,[152]]],147],[[]],[[]],[[]],[[]],[[]],[[]],[145,[[29,[7]]]],[146,[[29,[7]]]],[147,[[29,[7]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[-1,49,[]],[147,[[29,[152]]]],[147,[[62,[38]]]],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[[106,[7]]],147],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[97,97],[153,153],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[153,-1],74,[[4,[49]]]],[[],153],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[[153,153],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[97,75],136],[[97,75],136],[[153,75],136],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,153,154],[[[155,[-1]]],[[0,[156,20]]],[156,20]],[[153,90],[[19,[-1,97]]],157],[[153,90],[[29,[96]]]],[[153,90],[[19,[158,97]]]],[[153,90],[[19,[159,97]]]],[[153,90],[[19,[160,97]]]],[96,[[19,[-1,97]]],[]],[96,[[19,[-1,97]]],[]],[[153,90],[[19,[161,97]]]],[[153,-1,90],[[19,[[162,[-2,-3]],97]]],163,164,164],[[153,90],[[19,[-3,97]]],164,164,[[165,[-1,-2]]]],[[[155,[-1]]],[[0,[156,20]]],[156,20]],[[],68],[[],68],[[],68],[[153,-1,-2],2,[[4,[49]]],[[4,[96]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[153],[153],[153,74],[153,[[155,[[0,[156]]]]]],0,[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[[155,[-1]]],68,[156,166,20]],[153,68],0,[[[155,[-1]]],[[0,[156,20]]],[156,20]],[-1,[[2,[-2,-3]]],[],[],[]],[[],153],[[[155,[-1]]],29,[156,20]],[[]],[[]],[[]],[[[155,[-1]]],[[0,[156,20]]],[156,20]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,49,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[68,153],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[167,167],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[167,-1],[[29,[-2]]],163,[111,142,143,20]],[68,2],[[167,75],136],[-1,-1,[]],[[-1,168],167,87],[[],68],[-1,-2,[],[]],[[167,-1],74,163],[[],[[19,[103,104]]]],[[-1,-2],167,87,[111,142,143,20]],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[167,168],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[96,96],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[96,96],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[96,75],136],[159,96],[160,96],[-1,-1,[]],[161,96],[158,96],[[-1,169],96,87],0,[96,[[19,[96,97]]]],[96,[[19,[-1,97]]],[]],0,[[],68],[-1,-2,[],[]],[[96,-1],74,163],[[],[[19,[103,104]]]],0,0,[[]],0,[-1,-2,[],[]],[96,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[96,-1],40,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[158,-1,[62,[170]]],[[19,[[106,[[62,[170]]]],147]]],87],[[],171],[[],171],[158,158],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[[158,158],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[158,75],136],[-1,-1,[]],[-1,-1,[]],[[[162,[-1,-2]]],158,164,164],[-1,-1,[]],[[-1,[52,[172]]],158,87],[[-1,173],158,87],[-1,91,[]],[96,[[19,[158,97]]]],[96,[[19,[-1,97]]],[]],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[158,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[-1,-2,-3],158,87,[[4,[41]]],[174,142,143]],[[-1,-4],158,87,164,164,[[176,[2,-2,-3,175]],142,143]],[[-1,[177,[-2]],-5],158,87,142,164,164,[[176,[-2,-3,-4,178]],142,143]],[[-1,[177,[-2]],-3,-4],158,87,142,[[4,[41]]],[174,142,143]],[[158,-1],68,163],[[]],[[]],[[]],0,[[158,-1],68,163],[-1,-2,[],[]],[158,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[158,-1],41,163],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[158,-1],[[19,[[162,[-2,-3]],147]]],163,164,164],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[158,-1],173,163],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[159,159],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[159,159],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[159,75],136],[-1,-1,[]],[[-1,170,25],[[19,[159,147]]],87],[[-1,[52,[48]]],159,87],[[159,-1],170,87],[96,[[19,[159,97]]]],[96,[[19,[-1,97]]],[]],[[],68],[-1,-2,[],[]],[[159,-1],74,163],[[],[[19,[103,104]]]],[[-1,170],159,87],[[-1,170],159,87],[[]],[[159,-1,170],[[19,[2,147]]],87],[-1,-2,[],[]],[159,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[159,-1],26,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[[160,-1],[[29,[179]]],163],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[160,160],[180,180],[179,179],[181,181],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[180,180],47],[[-1,-2],47,[],[]],[[160,-1,-2],[[19,[160,35]]],163,87],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[2,35]]],[]],[179,[[19,[2,35]]]],[68,2],[68,2],[68,2],[68,2],[[160,160],74],[[180,180],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[160,75],136],[[180,75],136],[[179,75],136],[[181,75],136],[-1,-1,[]],[15,180],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,[52,[56]]],160,87],[[-1,-2],93,[94,20],95],[96,[[19,[160,97]]]],[96,[[19,[-1,97]]],[]],[[160,-1,-2],[[19,[3,35]]],87,[[4,[3]]]],[[160,-1,93],[[19,[2,35]]],87],[[180,-1],2,98],[[],68],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[160,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[179,160],0,[[-1,43],[[19,[160,35]]],87],[[160,-1],179,[182,142,143]],[15,180],[[-1,56],160,87],[[-1,180,15],[[19,[15,149]]],[]],[[179,180,15],[[19,[15,149]]]],0,[[180,180],[[29,[47]]]],[[]],[[]],[[]],[[]],[[181,93,[62,[22]]],[[19,[2,125]]]],[[181,93,[62,[[114,[22]]]]],[[19,[[62,[22]],125]]]],[[160,-1],[[19,[2,35]]],87],[[160,-1,-2],[[19,[160,35]]],163,87],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[160,169],[[160,-1],[[19,[56,35]]],163],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[160,-1],43,163],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[160,-1],183,[163,20]],[[-1,180,[29,[184]]],[[19,[15,149]]],[]],[[179,180,[29,[184]]],[[19,[15,149]]]],[-1,[[19,[2,35]]],[]],[179,[[19,[2,35]]]],[[181,93,[62,[22]]],[[19,[2,125]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[183,181],[[183,[185,[93]]],[[19,[[13,[22]],125]]]],[[183,93,183],[[19,[2,125]]]],[183,[[19,[[13,[22]],125]]]],[183,93],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[183,75],136],[-1,-1,[]],[[],68],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[160,-1],183,[163,20]],[[]],[[183,93,[62,[22]]],[[19,[2,125]]]],[[183,93],[[19,[22,125]]]],[[183,93,[62,[[114,[22]]]]],[[19,[[62,[22]],125]]]],[183,3],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[183,93,[62,[22]]],[[19,[2,125]]]],[[183,93,22],[[19,[2,125]]]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[161,161],[[-1,-2],2,[],[]],[[-1,161,15,161,15,15],[[19,[2,147]]],87],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[161,161],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[161,75],136],[-1,-1,[]],[[-1,[52,[58]]],161,87],[[161,-1,15],[[29,[170]]],87],[96,[[19,[161,97]]]],[96,[[19,[-1,97]]],[]],[[161,-1,15,170],[[19,[15,147]]],87],[[],68],[-1,-2,[],[]],[[161,-1],74,163],[[],[[19,[103,104]]]],[[-1,42,170],[[19,[161,147]]],87],[[]],[[161,-1,15,170],[[19,[2,147]]],87],[[161,-1],15,163],[-1,-2,[],[]],[161,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[161,-1],42,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,[[-1,1],2,[]],[[[186,[-1]]],[[186,[-1]]],142],[[[177,[-1]],-2],-1,[111,142,20],87],[[[186,[-1]]],[[177,[-1]]],142],[[[177,[-1]],-2],-1,[111,142,20],163],[[[186,[-1]]],8,[]],[[[186,[-1]]],9,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[177,[-1]]],[[177,[-1]]],[]],[[-1,-2],2,[],[]],[[[186,[-1]]],-1,142],[[[186,[-1]]],[[2,[-1,8]]],142],[[[186,[-1]]],-1,142],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[[[177,[-1]],[177,[-1]]],74,[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[[186,[-1]],75],136,[142,84]],[[[177,[-1]],75],136,84],[-1,-1,[]],[-1,-1,[]],[[[188,[187]]],[[177,[-1]]],[]],0,[[-1,-2],93,[94,20],95],0,[[[177,[-1]],-2],2,[],98],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[[[177,[-1]],-2],[[186,[-1]]],[111,142,20],87],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[[-1,-2],[[177,[-2]]],87,[111,142,20]],[[[186,[-1]]],10,[]],[[]],[[]],0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[189,189],[[-1,-2],2,[],[]],[[189,90],74],[[],189],[[189,90,90,-1],2,[[4,[96]]]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[[189,90,90],74],[[189,-1],2,154],[[189,75],136],[-1,-1,[]],[-1,-1,[]],[[189,90,90],[[29,[96]]]],[[189,90],[[29,[153]]]],[[189,135],[[19,[[13,[96]],145]]]],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[189],[189,190],0,[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[-1,[[2,[-2,-3,-4]]],[],[],[],[]],[189,190],[[],189],[190,29],[[]],[[]],[[189,90,-1],2,154],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[191,191],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[191,191],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],0,[[191,75],136],[-1,-1,[]],[[],68],[-1,-2,[],[]],[[],[[19,[103,104]]]],[191,135],0,[[-1,135,189],[[19,[191,146]]],87],[[-1,135,[62,[96]]],[[19,[191,146]]],87],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,[-1,99,[]],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[126,[-1]]],[[19,[[120,[-1]],125]]],118],[[[124,[-1]]],[[19,[[117,[-1]],125]]],118],[-1,7,[]],[[[126,[-1]]],[[192,[-1,-2]]],118,193],[[[126,[-1]]],[[192,[-1,36]]],118],[[[124,[-1]]],[[192,[-1,36]]],118],[[[126,[-1]]],[[192,[-1,37]]],118],[[[124,[-1]]],[[192,[-1,37]]],118],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[125,125],[[[126,[-1]]],[[126,[-1]]],[45,118]],[[[124,[-1]]],[[124,[-1]]],[45,118]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[68,2],[[125,75],136],[[125,75],136],[[[126,[-1]],75],136,118],[[[124,[-1]],75],136,118],[-1,-1,[]],[-1,-1,[]],[194,125],[-1,-1,[]],[-1,-1,[]],[[[124,[-1]],93],[[126,[-1]]],118],[[],68],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[124,[-1]]],74,118],[[[124,[-1]]],[[195,[-1]]],118],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[[124,[-1]]],93,118],0,0,0,[[183,93],[[126,[-1]]],118],[[183,93,93],[[19,[[124,[-1]],125]]],118],[[[195,[-1]]],29,118],[[[195,[-1]]],29,118],[[[126,[-1]]],93,118],[[[124,[-1]]],93,118],0,0,[[]],[[]],[[]],[[]],[[[126,[-1]]],[[19,[-1,125]]],118],[[[124,[-1]],93],[[19,[-1,125]]],118],[[[124,[-1]],[62,[-1]]],[[19,[2,125]]],118],[[[124,[-1]],[62,[[114,[-1]]]]],[[19,[[62,[-1]],125]]],118],[[[124,[-1]]],[[19,[196,125]]],118],[[[124,[-1]],[62,[[114,[22]]]]],[[19,[68,125]]],118],[[[124,[-1]]],[[19,[[13,[-1]],125]]],118],[[[195,[-1]]],[[2,[68,[29,[68]]]]],118],0,[[[124,[-1]],[185,[93]]],[[124,[-1]]],118],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,49,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[[126,[-1]],-1],[[19,[2,125]]],118],[[[124,[-1]],93,-1],[[19,[2,125]]],118],[[[124,[-1]],[62,[-1]]],[[19,[2,125]]],118],0,0,0,0,[[-1,1],2,[]],[-1,7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[135,135],[[-1,-2],2,[],[]],[[135,90],[[0,[156]]]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[135,78]]],197,133],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[135,78]]],197,[[101,[134]]]],[[-1,-2],[[19,[135,78]]],197,[[101,[134]]]],[[-1,-2],[[19,[135,78]]],197,133],[68,2],[68,2],[[135,135],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[135,[[198,[[0,[156]]]]]],[[199,75],136],[[199,75],136],[[135,75],136],[85,199],[79,199],[-1,-1,[]],[-1,-1,[]],[[-1,[62,[22]]],[[19,[135,79]]],197],[[-1,[62,[22]]],[[19,[135,79]]],197],[[-1,-2],[[19,[135,199]]],197,[[101,[134]]]],[135,[[200,[[0,[156]]]]]],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[135,[[29,[90]]]],[[-1,-2],[[19,[135,79]]],197,[[101,[[62,[22]]]]]],[[]],[[]],[135,[[19,[99,77]]]],[[135,-1],[[19,[2,77]]],[[101,[134]]]],[[135,90],74],[199,[[29,[7]]]],[-1,-2,[],[]],[-1,49,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[-1,[62,[22]]],[[19,[2,79]]],197],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,87,[]],[-1,-2,87,[]],[[],-1,[]],[[-1,88],-2,87,[]],[[-1,[62,[88]]],[[19,[-2,89]]],87,[]],0,0,0,[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],87],[[-1,-2],[],[],87],[[-1,-2],88,[],87],[-1,[[19,[-2]]],[],[]],[[-1,-2],74,[],163],[[-1,-2],74,[],163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[-1,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[],[[62,[24]]]],[88,2],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[[[192,[-1,-2]],183],[[19,[[120,[-1]],125]]],118,193],[[[192,[-1,-2]]],[[19,[[192,[-1,-2]],125]]],[],193],[-1,-2,[],[]],[-1,-2,[],[]],[[[192,[-1,-2]]],[[192,[-3,-2]]],[],193,[]],[[[192,[-1,-2]]],[[192,[-1,-2]]],118,193],[[-1,-2],2,[],[]],[68,-1,[]],[[[192,[-1,-2]],183],[[126,[-1]]],118,193],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[]],[[[192,[-1,-2]],[192,[-1,-2]]],74,118,193],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[[192,[-1,-2]],75],136,118,193],[-1,-1,[]],[-1,-2,87,[]],[-1,-2,87,[]],[[],[[192,[-1,-2]]],118,193],[[-1,[62,[88]]],[[19,[-2,89]]],87,[]],[[],68],[-1,-2,[],[]],[[-1,-2],[],[],87],[[-1,-2],[],[],87],[-1,[[19,[-2,201]]],[],[]],[[],74],[[[192,[-1,-2]],-3],74,118,193,163],[[[192,[-1,-2]]],74,[],193],[[],[[19,[103,104]]]],[[]],[[],[[192,[-1,-2]]],[],193],[[],[[192,[-1,-2]]],[],193],[[[192,[-1,-2]]],[],[],193],0,0,[[]],[[]],[[[192,[-1,-2]],183],[[19,[-1,125]]],118,193],[[[192,[-1,-2]],183,-3],[[19,[[13,[-1]],125]]],118,193,202],[[[192,[22,-1]],183],[[19,[49,125]]],193],[[[192,[22,-1]],183],[[19,[49,125]]],193],[[],15],[[[192,[-1,-2]],183],[[19,[[124,[-1]],125]]],118,193],[[[192,[-1,-2]]],[[19,[[192,[-1,-2]],125]]],[],193],[[[192,[-1,-2]]],[],118,193],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[],[[62,[24]]]],[[[192,[-1,-2]],183,-1],[[19,[2,125]]],118,193],[88,2],[[[192,[-1,-2]],[62,[[114,[22]]]]],2,118,193],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[203,6],[8,6],[9,6],[8,204],[-1,8,[]],[203,8],[8,8],[-1,9,[]],[203,9],[8,9],[9,9],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[188,[-1]]],[[188,[-1]]],[]],[[-1,-2],2,[],[]],[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[-1,42,57],[[19,[58,49]]],[]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[[],203],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],[68,2],[68,2],[203,127],[8,127],[9,127],0,[8,[[2,[127,10]]]],[[[188,[-1]],[188,[-1]]],74,92],[[203,203],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],0,[[[188,[-1]],75],[[19,[2,76]]],92],[[203,75],136],[[204,75],136],[[9,75],136],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[39,[52,[-1]]],[[188,[-1]]],92],[204,8],0,0,[[[188,[-1]],10],-1,92],[[-1,-2],93,[94,20],95],[[[188,[-1]],10],-1,92],0,[[[188,[-1]],-2],2,[],98],[203,39],0,0,[[],68],[[],68],[[],68],[[],68],[[],68],0,0,0,0,0,[[[188,[-1]]],[[52,[-1]]],92],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[[-1,43],55,[]],[[10,-1],[[188,[-1]]],92],[-1,203,[[4,[127]]]],[9,10],0,[-1,10,[]],[203,10],[8,10],[[8,-1],2,[205,142,143]],0,[[]],[[]],[[]],[[]],[[]],[[203,203],74],[[8,8],74],[[9,9],74],[[[188,[-1]],39],2,92],[[203,[29,[[106,[206]]]]],2],[9,[[29,[206]]]],[[[188,[-1]]],39,92],[[-1,42],57,[]],0,[-1,-2,[],[]],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,112,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[131,74],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[130,74],130],0,[[207,[29,[[132,[208,12]]]]],207],0,[[209,74],2],[[209,74],209],[[-1,74],2,[]],[[207,74],2],[[210,74],210],[[130,-1],[[19,[130,27]]],20],[211,211],[209,209],[207,207],[212,212],[210,210],[130,130],[213,213],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[106,[-1,12]]],[[106,[128,12]]],[]],[[[106,[209,12]]],[[106,[128,12]]]],[[[106,[207,12]]],[[106,[128,12]]]],[[[106,[210,12]]],[[106,[128,12]]]],0,[131,[[17,[16]]]],[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[212,43,55],[[19,[56,35]]]],[[-1,42,57],[[19,[58,49]]],[]],[[212,42,57],[[19,[58,49]]]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[131,[[132,[50,12]]]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[212,43,55,[61,[60]]],[[19,[56,35]]]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[[212,42,57,[61,[65]]],[[19,[58,49]]]],[131],[[],209],[[],207],[[],210],[[],130],[[],213],[[-1,34],130,[]],[[210,34],130],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[137,214],[[19,[131,78]]]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[130]]],71],[-1,[[19,[130]]],[70,20]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,134],[[19,[135,78]]],[]],[[-1,134],[[19,[135,78]]],[]],[[137,214],[[19,[131,78]]]],[[137,214],[[19,[131,78]]]],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],0,0,0,0,[209,2],[-1,2,[]],[207,2],[210,2],0,[209,2],[-1,2,[]],[207,2],0,0,0,[215,137],[[131,131],74],[[130,130],74],[[213,213],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],0,0,[[216,-1],2,154],[[216,-1],2,154],0,0,0,[131,130],[215,[[29,[130]]]],0,[[-1,217,216],[[19,[2,80]]],[]],[[131,112,[29,[174]],218],[[19,[2,150]]]],[131,[[221,[219,220]]]],[131,[[221,[222]]]],[131,[[221,[14,220]]]],[[209,34],223],[[131,75],[[19,[2,76]]]],[[211,75],[[19,[2,76]]]],[[209,75],[[19,[2,76]]]],[[207,75],[[19,[2,76]]]],[[216,75],[[19,[2,76]]]],[[210,75],[[19,[2,76]]]],[[130,75],[[19,[2,76]]]],[[213,75],[[19,[2,76]]]],[34,212],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[129,224,34],[[19,[131,78]]]],[[-1,14],[[106,[225,12]]],[]],[[[62,[22]],128,141,130],[[19,[[2,[226,[53,[14,227]],[13,[228,12]],[29,[229]]]],79]]]],[[128,[62,[22]],[29,[90]],34,141,130],[[19,[[2,[50,230,68,[106,[231,12]]]],79]]]],[[],[[29,[[106,[138]]]]]],0,[[],-1,[]],[[],215],[131,232],0,[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],0,0,[[131,141,[62,[169]],10],[[19,[218,150]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[62,[22]]],74],0,[[209,34],[[19,[[106,[233,12]],234]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,[[130,74],130],0,[[-1,43],55,[]],[[212,43],55],[131,[[53,[59,55]]]],[[128,[62,[22]],[29,[90]],34,141,130],[[19,[[2,[235,[29,[229]],[53,[14,227]]]],79]]]],0,0,0,0,[131,50],[[130,74],130],0,[[130,74],130],0,[[130,74],130],0,[[[106,[138]],34,130],-1,[]],[[137,[62,[22]],141,[29,[140]]],[[19,[131,79]]]],[-1,215,[[4,[[106,[138,12]]]]]],[[],209],[[],207],[[],210],[[],130],[[209,211],209],[[207,213],207],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[131,[[19,[2,150]]]],[[-1,[132,[139,12]]],2,[]],[[209,[132,[139,12]]],2],[[207,[132,[139,12]]],2],[[210,[132,[139,12]]],2],[[216,217],2],[[130,74],130],0,[131,[[19,[2,78]]]],0,[[130,68],2],[[-1,68],2,[]],[131,[[19,[[13,[22,12]],77]]]],[[130,-1],19,108],[[130,-1],19,[70,20]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[215,[29,[130]]],215],[[-1,[29,[140]]],2,[]],[[215,[29,[140]]],215],[[131,49],74],[[215,[29,[34]]],215],[[-1,-2],2,[],[141,142,143]],[131,[[221,[222,236]]]],[[130,74],130],0,0,0,[[-1,42],57,[]],[[212,42],57],[131,[[53,[64,57]]]],[[130,74],130],0,[131,[[29,[237]]]],[-1,34,[]],[215,[[29,[34]]]],0,[[207,34],238],[[130,74],130],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,50],2,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],0,[-1,141,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],0,[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,[-1,112,[]],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[-1,74],2,[]],[137,137],[[-1,-2],2,[],[]],[137,137],[[137,[62,[22]]],[[19,[[132,[131,12]],79]]]],[[[106,[-1,12]]],[[106,[128,12]]],[]],0,[[-1,26],[[19,[48,49]]],[]],[[-1,10,50],[[19,[[53,[51,[52,[48]]]],54]]],[]],[[-1,43,55],[[19,[56,35]]],[]],[[-1,42,57],[[19,[58,49]]],[]],[[-1,10,50,[53,[59,55]],[62,[[61,[60]]]]],[[19,[[53,[63,[52,[56]]]],54]]],[]],[[-1,10,50,[53,[64,57]],[62,[[61,[65]]]]],[[19,[[53,[66,[52,[58]]]],54]]],[]],[[-1,43,55,[61,[60]]],[[19,[56,35]]],[]],[[-1,42,57,[61,[65]]],[[19,[58,49]]],[]],[[],137],[[-1,34],130,[]],[68,-1,[]],[68,-1,[]],[[137,214],[[19,[[132,[131,12]],78]]]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[137,134],[[19,[[132,[131,12]],78]]]],[[137,134],[[19,[[132,[131,12]],78]]]],[[-1,134],[[19,[135,78]]],[]],[[-1,134],[[19,[135,78]]],[]],[[137,214],[[19,[[132,[131,12]],78]]]],[137,90],[68,2],0,[-1,2,[]],[-1,2,[]],0,0,[[137,75],[[19,[2,76]]]],[137,137],[215,137],[207,137],[209,137],[-1,-1,[]],[210,137],[[[106,[138,12]]],137],[[],[[29,[[106,[138]]]]]],[137,[[29,[140]]]],0,0,[[],-1,[]],[[],137],[137,239],0,[[],68],[137,[[240,[129]]]],0,[137,[[240,[129]]]],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[137,236],[[29,[41]]]],[[-1,43],55,[]],[137,90],0,[[[106,[138]],34,130],-1,[]],[[[106,[138,12]],34,130],137],[[]],[[-1,[132,[139,12]]],2,[]],[[137,41],236],[[-1,[29,[140]]],2,[]],[[137,[29,[140]]],2],[[-1,-2],2,[],[141,142,143]],[[137,-1],2,[141,142,143]],0,0,[[-1,42],57,[]],[-1,34,[]],[137,34],0,0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,141,[]],[137,141],0,[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[137,[62,[22]]],[[19,[2,79]]]],[-1,112,[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[241,241],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[241,-1],[[29,[-2]]],163,[111,142,143,20]],[68,2],[[241,75],136],[-1,-1,[]],[[-1,168],241,87],0,[[],68],[-1,-2,[],[]],[[241,-1],74,163],[[],[[19,[103,104]]]],[[-1,-2],241,87,[111,142,143,20]],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[241,168],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[242,-1,[62,[170]]],[[19,[[106,[[62,[170]]]],147]]],87],[[243,91,88],2],[[[244,[-1]]],171,174],[[242,-1,171,[62,[170]],[62,[170]]],[[19,[2,147]]],87],[[242,-1,171,[13,[88]],[62,[170]]],[[19,[2,147]]],87],[242,242],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[68,2],0,[[242,242],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[242,75],136],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[188,[172]]],242],[[-1,[52,[172]]],242,87],[[-1,173],242,87],0,0,[[[244,[-1]]],91,174],[[[245,[[244,[-1]]]],88],2,174],0,0,[[],68],[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[242,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[-1,-4],242,87,164,164,[[176,[2,-2,-3,175]],142,143]],[[-1,[177,[-2]],-5],242,87,142,164,164,[[176,[-2,-3,-4,178]],142,143]],[[-1,[177,[-2]],-3,-4],242,87,142,[[4,[41]]],[174,142,143]],[[]],[[]],[[]],0,[[242,-1],68,163],[-1,-2,[],[]],[242,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[242,-1],41,163],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[[242,-1],173,163],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[246,246],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[246,246],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[246,75],136],[-1,-1,[]],[[-1,170,25],[[19,[246,147]]],87],[[-1,[52,[48]]],246,87],[[246,-1],170,87],0,[[],68],[-1,-2,[],[]],[[246,-1],74,163],[[],[[19,[103,104]]]],[[]],[[246,-1,170],[[19,[2,147]]],87],[-1,-2,[],[]],[246,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[246,-1],26,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[247,-1],[[29,[179]]],163],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[247,247],[248,248],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[[247,247],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[247,75],136],[[248,75],136],[-1,-1,[]],[-1,-1,[]],[[-1,[52,[56]]],247,163],[[247,-1,-2],[[19,[3,35]]],87,[[4,[3]]]],[[247,-1,93],[[19,[2,35]]],87],0,[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[[247,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,0,[[-1,43],[[19,[247,35]]],87],[[-1,56],247,87],[[]],[[]],[[248,93,[62,[22]]],[[19,[2,125]]]],[[248,93,[62,[[114,[22]]]]],[[19,[[62,[22]],125]]]],[[247,-1],[[19,[2,35]]],87],[-1,-2,[],[]],[-1,-2,[],[]],[247,169],[[247,-1],[[19,[56,35]]],163],[[247,-1],[[19,[[106,[249]],35]]],163],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[247,-1],43,163],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[22,22,68],2],[[22,22,68],2],[[248,93,[62,[22]]],[[19,[2,125]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[250,248],0,[[250,[185,[93]]],[[19,[[13,[22]],125]]]],[[250,93,250],[[19,[2,125]]]],[250,[[19,[[13,[22]],125]]]],[250,93],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[250,75],136],[-1,-1,[]],[[],68],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[247,-1],250,[163,20]],[[]],[[250,93,[62,[22]]],[[19,[2,125]]]],[[250,93],[[19,[22,125]]]],[[250,93,[62,[[114,[22]]]]],[[19,[[62,[22]],125]]]],[250,3],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[250,93,[62,[22]]],[[19,[2,125]]]],[[250,93,22],[[19,[2,125]]]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[251,251],[[-1,-2],2,[],[]],[[-1,251,15,251,15,15],[[19,[2,147]]],87],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[251,251],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[251,75],136],[-1,-1,[]],[[-1,[52,[58]]],251,87],[[251,-1,15],[[29,[170]]],87],[[251,-1,15,170],[[19,[15,147]]],87],0,[[],68],[-1,-2,[],[]],[[251,-1],74,163],[[],[[19,[103,104]]]],[[-1,42,170],[[19,[251,147]]],87],[[]],[[251,-1,15,170],[[19,[2,147]]],87],[[58,15,252],[[19,[2,147]]]],[[251,-1],15,163],[-1,-2,[],[]],[251,169],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[251,-1],42,163],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[-1,252],170,87],[[-1,170],[[19,[252,147]]],87],0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[253,253],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[[253,253],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[-1,-1,[]],[[-1,135,218],153,87],[[],68],[-1,-2,[],[]],[[],[[19,[103,104]]]],[[-1,135,189],[[19,[[2,[253,153]],146]]],87],[[-1,135,[62,[96]]],[[19,[[2,[253,153]],146]]],87],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[254,254],[[-1,-2],2,[],[]],[[-1,[62,[22]]],[[19,[254,79]]],197],[[254,90],[[0,[156]]]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[254,78]]],197,133],[[-1,-2],[[19,[254,78]]],197,[[101,[134]]]],[[-1,-2],[[19,[254,78]]],197,[[101,[134]]]],[[-1,-2],[[19,[254,78]]],197,133],[68,2],[[254,254],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[254,[[198,[[0,[156]]]]]],[-1,-1,[]],[[[132,[131]]],254],[[-1,[62,[22]]],[[19,[254,79]]],197],[[-1,[62,[22]]],[[19,[254,79]]],197],[254,[[200,[[0,[156]]]]]],[254,50],[[],68],[[254,-1,[62,[96]]],[[19,[218,146]]],87],[-1,-2,[],[]],[[],[[19,[103,104]]]],[254,[[29,[90]]]],[[]],[254,[[19,[99,77]]]],[[254,90],74],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[[-1,[62,[22]]],[[19,[2,79]]],197],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[187,111],[187,111],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[168,168],[173,173],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[56,[[19,[[106,[249,12]],35]]]],[56,[[19,[[106,[249,12]],35]]]],[[58,58,15,15,15],[[19,[2,151]]]],[48,48],[58,[[19,[58,49]]]],[[58,15,15,15],[[19,[2,151]]]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[56,255,15],15],[[56,255,[29,[184]]],[[19,[15,256]]]],[68,2],[68,2],[68,2],[68,2],[68,2],[68,2],[218,2],[68,2],[68,2],[68,2],[68,2],[[218,218],74],[[173,173],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[218,[[257,[49,21]]]],[[218,112,[29,[174]],[62,[228]]],[[19,[2,151]]]],[[172,75],[[19,[2,76]]]],[[168,75],[[19,[2,76]]]],[[187,75],[[19,[2,76]]]],[[48,75],[[19,[2,76]]]],[[218,75],[[19,[2,76]]]],[[56,75],[[19,[2,76]]]],[[58,75],[[19,[2,76]]]],[[173,75],[[19,[2,76]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[106,[249,12]]],56],[258,56],[259,56],[-1,-1,[]],[-1,-1,[]],[-1,56,[[4,[56]]]],[[43,55,[61,[60]]],[[19,[56,35]]]],[[42,57,[61,[65]]],[[19,[58,49]]]],[88,[[29,[168]]]],[88,[[29,[173]]]],[[58,15],[[29,[252]]]],[[-1,-2],93,[94,20],95],[[218,66],58],[56,15],[58,15],[[56,3],[[19,[3,35]]]],[[58,15,252],[[29,[15]]]],[[56,93],[[19,[2,35]]]],[[173,-1],2,98],0,0,0,0,0,[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],[[],68],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[168,88],[173,88],0,[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[218,90],[[29,[169]]]],[[218,21],169],0,0,0,0,0,[[218,63,-1],[[19,[3,35]]],[[4,[3]]]],[[218,60],63],[218,[[132,[50,12]]]],[218,50],[-1,187,[111,142]],[26,48],[[260,[132,[50,12]],10,[221,[14,220]],[221,[222]],[221,[63,[52,[56]]]],[221,[66,[52,[58]]]],[221,[51,[52,[48]]]],261,[221,[222,236]]],[[19,[218,151]]]],[[43,55],[[19,[56,35]]]],[[42,57],[[19,[58,49]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[56,[[19,[2,35]]]],[[58,15,252],[[19,[2,151]]]],0,[56,3],[58,15],[56,55],[58,57],0,0,[[218,66,15],[[29,[252]]]],[[218,66,15,252],[[29,[15]]]],[[218,65],66],[[218,66,15,252],[[19,[2,151]]]],[56,[[29,[262]]]],[-1,-2,[],[]],[-1,-2,[],[]],[56,[[19,[[106,[249,12]],35]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[48,26],[56,43],[58,42],0,[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,0,0,[218,243],[218,243],[48,[[61,[263]]]],[56,[[61,[60]]]],[218,264],[58,[[61,[65]]]],0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]],-13]],-14,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12],[[19,[-13,147]]],265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4]],-5]],-6,-1,-2,-3,-4],[[19,[-5,147]]],265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10]],-11]],-12,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10],[[19,[-11,147]]],265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20]],-21]],-22,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20],[[19,[-21,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19]],-20]],-21,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19],[[19,[-20,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18]],-19]],-20,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18],[[19,[-19,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17]],-18]],-19,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17],[[19,[-18,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]],-12]],-13,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11],[[19,[-12,147]]],265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15]],-16]],-17,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15],[[19,[-16,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16]],-17]],-18,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16],[[19,[-17,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[2,-1]],-2],[[19,[-1,147]]],164,87],[[[162,[-1,-2]],-3,-1],[[19,[-2,147]]],265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]],-14]],-15,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13],[[19,[-14,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14]],-15]],-16,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14],[[19,[-15,147]]],265,265,265,265,265,265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8]],-9]],-10,-1,-2,-3,-4,-5,-6,-7,-8],[[19,[-9,147]]],265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7]],-8]],-9,-1,-2,-3,-4,-5,-6,-7],[[19,[-8,147]]],265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3]],-4]],-5,-1,-2,-3],[[19,[-4,147]]],265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9]],-10]],-11,-1,-2,-3,-4,-5,-6,-7,-8,-9],[[19,[-10,147]]],265,265,265,265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5,-6]],-7]],-8,-1,-2,-3,-4,-5,-6],[[19,[-7,147]]],265,265,265,265,265,265,164,87],[[[162,[[2,[-1,-2,-3,-4,-5]],-6]],-7,-1,-2,-3,-4,-5],[[19,[-6,147]]],265,265,265,265,265,164,87],[[[162,[[2,[-1,-2]],-3]],-4,-1,-2],[[19,[-3,147]]],265,265,164,87],[[[162,[-1,-2]]],[[162,[-1,-2]]],45,45],[[-1,-2],2,[],[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[-1,-1,[]],0,[[],68],[-1,-2,[],[]],[[[162,[-1,-2]]],158,164,164],[[],[[19,[103,104]]]],[[-1,158],[[162,[-2,-3]]],163,164,164],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[[170,-1],88,163],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[170,170],[88,88],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],88],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[68,2],[68,2],[[170,170],74],[[88,266],74],[[88,88],74],[[88,15],74],[[88,11],74],[[88,267],74],[[88,268],74],[[88,269],74],[[88,270],74],[[88,93],74],[170,[[29,[[29,[167]]]]]],0,[170,[[29,[267]]]],0,[170,[[29,[266]]]],0,[[170,75],136],[[88,75],[[19,[2,76]]]],[167,170],[158,170],[-1,-1,[]],[267,170],[93,170],[15,170],[[[29,[167]]],170],[[[29,[158]]],170],[266,170],[268,170],[269,170],[-1,-1,[]],[266,88],[268,88],[267,88],[269,88],[[-1,24,88],170,87],[170,[[29,[[29,[158]]]]]],0,0,[170,[[29,[268]]]],0,[170,[[29,[269]]]],0,[[],68],[[],68],[-1,-2,[],[]],[-1,-2,[],[]],[[170,-1],74,163],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],170],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[170,49],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[170,24],[-1,110,[]],[-1,110,[]],0,0,0,[170,[[29,[167]]]],[170,267],[170,266],[170,[[29,[158]]]],[170,268],[170,269],[170,11],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[170,[[29,[11]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[55,-1],[[19,[55,[23,[22]]]]],20],[[57,-1],[[19,[57,[23,[22]]]]],20],[258,258],[65,65],[60,60],[55,55],[57,57],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[-1,[[19,[[106,[249,12]],35]]],[]],[258,[[19,[258,35]]]],[258,[[19,[[106,[249,12]],35]]]],0,0,[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[68,-1,[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[55]]],71],[-1,[[19,[55]]],[70,20]],[-1,[[19,[57]]],71],[[-1,-2],[[19,[[69,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[57]]],[70,20]],[[-1,255,15],15,[]],[[258,255,15],15],[[-1,255,[29,[184]]],[[19,[15,256]]],[]],[[258,255,[29,[184]]],[[19,[15,256]]]],[68,2],[68,2],[68,2],[68,2],[68,2],[[55,55],74],[[57,57],74],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[-1,-2],74,[],[]],[[258,75],[[19,[2,76]]]],[[65,75],[[19,[2,76]]]],[[60,75],[[19,[2,76]]]],[[55,75],[[19,[2,76]]]],[[57,75],[[19,[2,76]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[43,55,[61,[60]]],[[19,[258,35]]]],[[43,55,[61,[60]],[29,[271]],272],[[19,[258,35]]]],[[-1,-2],93,[94,20],95],[[-1,-2],93,[94,20],95],[[-1,3],[[19,[3,35]]],[]],[[258,3],[[19,[3,35]]]],[[-1,93],[[19,[2,35]]],[]],[[258,93],[[19,[2,35]]]],[[55,-1],2,98],[[57,-1],2,98],0,[[],68],[[],68],[[],68],[[],68],[[],68],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],[[],[[19,[103,104]]]],0,0,[[43,55],[[19,[258,35]]]],[[43,55,271,272],[[19,[258,35]]]],[55,93],[[]],[[]],[[]],[[]],[[]],[-1,[[19,[2,35]]],[]],[258,[[19,[2,35]]]],[[55,68],2],[[57,68],2],[[-1,68],2,[]],[[-1,68],2,[]],[[55,-1],19,[70,20]],[[55,-1],19,108],[[57,-1],19,108],[[57,-1],19,[70,20]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],[[-1,-2],[[19,[68]]],[],[]],0,[-1,3,[]],[258,3],[-1,55,[]],[258,55],0,0,[-1,[[29,[262]]],[]],[258,[[29,[262]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[[106,[249,12]],35]]],[]],[258,[[19,[[106,[249,12]],35]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,43,[]],[258,43],0,[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[-1,110,[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[[[106,[-1,12]]],[[106,[111,12]]],[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],[-1,111,[]],0,0,0,[-1,[[61,[60]]],[]],[258,[[61,[60]]]],0,0,0,0,0,0,0,0,0,0,0,0],"c":[13,24,50,71,242,3991,4016],"p":[[3,"Private",5257],[15,"tuple"],[3,"Pages",0],[8,"Into",5258],[3,"Bytes",0],[3,"EngineRef",1734],[8,"Error",5259],[3,"StoreMut",3497],[3,"StoreRef",3497],[3,"StoreObjects",0],[15,"u128"],[3,"Global",5260],[3,"Vec",5261],[3,"LocalFunctionIndex",0],[15,"u32"],[4,"CpuFeature",0],[3,"EnumSet",5262],[3,"TupleStructCheckError",5263],[4,"Result",5264],[8,"Sized",5265],[4,"ExportIndex",0],[15,"u8"],[4,"EnumCheckError",5263],[4,"Type",0],[4,"Mutability",0],[3,"GlobalType",0],[3,"StructCheckError",5263],[4,"GlobalInit",0],[4,"Option",5266],[4,"Architecture",0],[4,"OperatingSystem",0],[4,"CallingConvention",0],[3,"Triple",0],[3,"Target",0],[4,"MemoryError",0],[3,"Memory32",0],[3,"Memory64",0],[3,"FrameInfo",0],[3,"StoreId",0],[4,"ExternType",0],[3,"FunctionType",0],[3,"TableType",0],[3,"MemoryType",0],[3,"ImportType",0],[8,"Clone",5267],[3,"ExportType",0],[4,"Ordering",5268],[3,"VMGlobal",4577],[3,"String",5269],[3,"ModuleInfo",5270],[3,"LocalGlobalIndex",5271],[3,"InternalStoreHandle",5272],[3,"PrimaryMap",5273],[4,"LinkError",5274],[4,"MemoryStyle",5021],[3,"VMMemory",4577],[4,"TableStyle",5021],[3,"VMTable",4577],[3,"MemoryIndex",5271],[3,"VMMemoryDefinition",5021],[3,"NonNull",5275],[15,"slice"],[3,"LocalMemoryIndex",5271],[3,"TableIndex",5271],[3,"VMTableDefinition",5021],[3,"LocalTableIndex",5271],[4,"CDataModel",5276],[15,"usize"],[3,"With",5277],[8,"Fallible",5278],[8,"Deserializer",5279],[8,"Deserialize",5279],[4,"Endianness",5280],[15,"bool"],[3,"Formatter",5281],[3,"Error",5281],[4,"SerializeError",0],[4,"DeserializeError",0],[4,"CompileError",0],[3,"MiddlewareError",0],[4,"WasmError",0],[4,"ParseCpuFeatureError",0],[4,"OnCalledAction",0],[8,"Debug",5281],[3,"Error",5282],[15,"array"],[8,"AsStoreMut",3497],[19,"RawValue",4905],[3,"TryFromSliceError",5283],[15,"str"],[3,"VMFunctionBody",4577],[8,"StoreObject",5272],[15,"u64"],[8,"Hash",5284],[8,"BuildHasher",5284],[4,"Extern",2171],[4,"ExportError",2036],[8,"Hasher",5284],[3,"Bytes",5285],[4,"Cow",5286],[8,"AsRef",5258],[3,"Iter",5287],[3,"Layout",5288],[3,"LayoutError",5288],[3,"SourceLoc",5289],[3,"Box",5290],[4,"PointerWidth",5280],[8,"Serializer",5291],[8,"Serialize",5291],[3,"TypeId",5292],[8,"Any",5292],[3,"VMConfig",3669],[3,"Error",5293],[19,"MaybeUninit",5294],[4,"ComponentExternName",5295],[4,"SliceCow",1629],[3,"WasmSliceAccess",1629],[8,"ValueType",0],[4,"RefCow",1629],[3,"WasmRefAccess",1629],[15,"char"],[8,"FromIterator",5296],[3,"IterMut",5287],[3,"WasmSlice",2717],[4,"MemoryAccessError",2717],[3,"WasmRef",2717],[3,"Engine",1734],[8,"Compiler",5297],[3,"EngineInner",1734],[3,"Features",3669],[3,"Artifact",3669],[3,"Arc",5298],[8,"IntoBytes",2715],[3,"Path",5299],[3,"Module",2840],[6,"Result",5281],[3,"Engine",4101],[8,"CompilerConfig",3669],[8,"ModuleMiddleware",3669],[4,"HashAlgorithm",5300],[8,"Tunables",0],[8,"Send",5265],[8,"Sync",5265],[3,"SignatureRegistry",5301],[4,"LinkError",1856],[4,"InstantiationError",1856],[3,"RuntimeError",1856],[3,"RuntimeStringError",1856],[4,"AtomicsError",1856],[4,"InstantiationError",5274],[4,"Trap",5302],[4,"TrapCode",5303],[3,"Exports",2036],[8,"IntoIterator",5296],[3,"ExportsIterator",2036],[8,"Iterator",5304],[8,"Exportable",2036],[3,"Function",2226],[3,"Global",2313],[3,"Memory",2352],[3,"Table",2519],[3,"TypedFunction",4858],[8,"AsStoreRef",3497],[8,"WasmTypeList",2911],[8,"ExportableWithGenerics",2036],[8,"ExactSizeIterator",5305],[3,"ExternRef",2143],[3,"VMExternRef",4577],[4,"VMExtern",4577],[4,"Value",4905],[6,"VMTrampoline",4577],[3,"VMFunction",4577],[3,"VMFuncRef",4577],[8,"Fn",5306],[3,"WithoutEnv",2226],[8,"HostFunction",2226],[3,"FunctionEnv",2559],[3,"WithEnv",2226],[3,"SharedMemory",2352],[3,"MemoryLocation",2352],[3,"MemoryBuffer",2352],[8,"SharedMemoryOps",2352],[3,"MemoryView",2491],[3,"Duration",5307],[3,"Range",5308],[3,"FunctionEnvMut",2559],[3,"VMFunctionEnvironment",4577],[3,"StoreHandle",3497],[3,"Imports",2622],[3,"ImportsIterator",2622],[3,"Instance",2681],[3,"WasmPtr",3425],[8,"MemorySize",0],[3,"FromUtf8Error",5269],[3,"WasmSliceIter",2717],[3,"BytesMut",5309],[8,"AsEngineRef",1734],[3,"ExportsIterator",5270],[4,"IoCompileError",2840],[3,"ImportsIterator",5270],[4,"Infallible",5258],[8,"FnMut",5306],[3,"Store",3497],[3,"StoreInner",3497],[8,"FnOnce",5306],[6,"TrapHandlerFn",0],[3,"LLVM",3669],[8,"LLVMCallbacks",5310],[3,"Cranelift",3669],[3,"Singlepass",3669],[4,"CraneliftOptLevel",3669],[3,"BaseTunables",3669],[4,"LLVMOptLevel",3669],[3,"OwnedBuffer",5311],[3,"EngineBuilder",3669],[3,"MiddlewareReaderState",3669],[4,"Operator",5312],[3,"VMInstance",4577],[3,"FunctionIndex",5271],[3,"FunctionBodyPtr",5313],[3,"BoxedSlice",5314],[3,"SignatureIndex",5271],[3,"Flags",5315],[4,"ArtifactBuildVariant",5316],[8,"FunctionMiddleware",3669],[3,"CompileModuleInfo",5317],[3,"FunctionBodyData",5318],[3,"DataInitializer",5319],[3,"ModuleTranslationState",5320],[3,"Object",5321],[8,"SymbolRegistry",5322],[3,"ArtifactId",5316],[8,"TargetIsa",5323],[4,"CodegenError",5324],[3,"ModuleMetadata",5322],[3,"VMSharedSignatureIndex",5325],[3,"GlobalFrameInfoRegistration",5326],[3,"TargetMachine",5327],[3,"EngineId",5328],[3,"MutexGuard",5329],[3,"ExternRef",4200],[3,"Function",4234],[3,"VMContext",5325],[3,"DynamicFunction",4234],[3,"VMDynamicFunctionContext",5325],[3,"Global",4319],[3,"Memory",4355],[3,"MemoryBuffer",4355],[8,"LinearMemory",5021],[3,"MemoryView",4424],[3,"Table",4454],[4,"TableElement",5330],[3,"Instance",4496],[3,"Module",4527],[3,"NotifyLocation",5331],[4,"WaiterError",5331],[3,"Iter",5332],[3,"VMSharedMemory",5021],[3,"VMOwnedMemory",5333],[3,"InstanceAllocator",5334],[3,"Imports",5335],[3,"ThreadConditions",5331],[3,"VMGlobalDefinition",5325],[3,"VMOffsets",5336],[8,"FromToNativeWasmType",2911],[15,"f64"],[15,"f32"],[15,"i32"],[15,"i64"],[15,"i128"],[3,"PathBuf",5299],[4,"MmapType",5337],[6,"WasmResult",0],[6,"WasmPtr64",3425],[6,"Artifact",0],[6,"Features",0],[6,"EngineBuilder",0],[6,"BaseTunables",0],[8,"NativeWasmTypeInto",2911],[6,"VMConfig",0],[13,"InvalidByteLength",1614],[13,"CouldNotGrow",5246],[13,"MinimumMemoryTooLarge",5246],[13,"MaximumMemoryTooLarge",5246],[13,"UnsupportedOperation",5246],[13,"InvalidMemory",5246],[13,"MacOSX",1624],[13,"InvalidWebAssembly",1627],[3,"RuntimeErrorInner",1856],[8,"IntoResult",2911],[3,"S0",2911],[3,"S1",2911],[3,"S2",2911],[3,"S3",2911],[3,"S4",2911],[3,"S5",2911],[3,"S6",2911],[3,"S7",2911],[3,"S8",2911],[3,"S9",2911],[3,"S10",2911],[3,"S11",2911],[3,"S12",2911],[3,"S13",2911],[3,"S14",2911],[3,"S15",2911],[3,"S16",2911],[3,"S17",2911],[3,"S18",2911],[3,"S19",2911],[3,"S20",2911],[3,"S21",2911],[3,"S22",2911],[3,"S23",2911],[3,"S24",2911],[3,"S25",2911],[3,"S26",2911],[8,"NativeEngineExt",4101],[3,"StaticFunction",4234],[6,"VMExternTable",4577],[6,"VMExternMemory",4577],[6,"VMExternGlobal",4577],[6,"VMExternFunction",4577],[13,"Static",5254],[13,"Dynamic",5254]]},\ "wasmer_api":{"doc":"","t":"RRDDMAMFFAMMAMAAAMDLLMLLMLLLLLMLLLMLLLLLLLLLLLLMLLDLLLLLMLLLLLLLLLLLSSNNNNNNNNNEDDNNSNNNNNNNNNENNNNNNNNNNNSNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLENNNEFFLLLLFFFFLLLLLLLLFFFFLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFLLLLFFFFFFLLLLLLFFFFFLLQIGQDQLLMLLLMLMLLMLMMLKMLLLLLNNNNNNNNDDNDDDDDDDDDDEDNNDDDDDDDENDDDDDDDNDDDNDDDDEEDDDDDEDDEEENDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEDDNNNDDDDDEDDDDDNNDDDDDNNNNNENDNNNNNDNDDDDDEDDDDDDDNNDDDDDDDDDDDDDDDDDNDNDDNDNDNNDDDDNDNNDDDDDDDNNNDELMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLMMMLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLMMMMMMLMMMMMMMMMMMMMMMMMMMMLMMMMMMMMMMMLLLLLMMMMMMMMMMMMMMMMLMLLLLMMMMMMMMMMMMMMMMMMLMMMMMMMMMMMLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLMMLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMAMMMLLMMMMMMMAMLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLMMLLMMMMMMMMMMMMMLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLMMMMMMMMMMNNNNNNNNDDNDDDDDDDDDDEDNNDDDDDDDENDDDDDDDNDDDNDDDDEEDDDDDEDDEEENDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEDNNNDDDDDEDDDDDNNDDDDDNNNNNENDNNNNNDNDDDDDEDDDDDDDNNDDDDDDDDDDDDDDDDDNDNDDNDNDNNDDDDNDNNDDDDDDDNNNDELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLMMMMMMMMMMMLMMMMMMMMLLLMMMLMLMMMLMMMLMLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMMLMMMMMMMMMMMMMMMMMMMMMMMMMMLLLMLMMLMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLMMLMMLMMLLLLLLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLMLMMLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLMMMMMMLMLMMLMLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLMMMMMMLMMMMMMMMMMMMMMLLLLLMMMMMLLLLLLMMMMMMMMLMMMLMMMMMMMMMMMMMMMMMMMLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMMMMMLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLMMMMMLLLLLLMMMMMMLMMLMMMMMMMMMMLMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLMMMMLMMMMMMMMMMMMMMMMMMMMMLMMMMMLLLLLLMMMMMMMMMMMMLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLMMDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDGDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDGDDDDDDDDDDDDGDGDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDGDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLDALLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLDDLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLDADLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLDLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLDLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLDAADLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLDLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDALLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLDLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLDADLLLLLLLLLLLLLLDLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDAAADDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLDDLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDAADDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLDLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLDLLLLLDDLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDALLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDALLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLDLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLDLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLDLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLLLLLDDLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLDAAAAAAAAAAAAADDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLDDLLLLLLLDLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLDLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLDLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLDAAAAAAAAAADDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDAAAAAAAAAAAAADDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLDLLLLLLLLLLLLLLLLLLLLLLDLLDLLLLLLLLLLLLLLLLLLLLLLDLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDALLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDALLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLDDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDALLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLDDLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLDLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLLLLLDDLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLDDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLDDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLDLLLLLLDLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLDLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLDLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLDAAAAAADLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLDDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLDLLLLLLLLLDDLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDDLLLLLDAAAAAAAAAAAAAAADDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLDLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLDLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLDLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLDLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLDLLLLLLLLLLLLLLLDLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLDLLLLLLLLLLLLDLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLDLLLLLLDLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLDLLLLSI","n":["ENDPOINT_DEV","ENDPOINT_PROD","GraphQLApiFailure","WasmerClient","auth_token","client","client","endpoint_dev","endpoint_prod","error","errors","extra_debugging","global_id","graphql_endpoint","query","stream","types","user_agent","WasmerClient","__clone_box","auth_token","auth_token","borrow","borrow_mut","client","clone","clone_into","deref","deref_mut","drop","extra_debugging","fmt","from","graphql_endpoint","graphql_endpoint","init","into","new","new_with_client","parse_user_agent","run_graphql","run_graphql_raw","run_graphql_strict","to_owned","try_from","try_into","type_id","user_agent","vzip","with_auth_token","GraphQLApiFailure","borrow","borrow_mut","deref","deref_mut","drop","errors","fmt","fmt","from","from_errors","init","into","to_string","try_from","try_into","type_id","vzip","ALPHABET_PREFIXED","ALPHABET_URL","ActivityEvent","AppAlias","BindingsGenerator","CardPaymentMethod","Decode","DeployApp","DeployAppVersion","DeployConfigInfo","DeployConfigVersion","ErrorKind","GlobalId","GlobalIdParseError","Interface","InterfaceVersion","MIN_LENGTH","MissingDatabaseId","MissingNodeType","MissingPrefix","MissingScope","MissingVersion","Namespace","NamespaceCollaborator","NamespaceCollaboratorInvite","NativeExecutable","NodeKind","Nonce","Package","PackageCollaborator","PackageCollaboratorInvite","PackageTransferRequest","PackageVersion","PackageVersionNPMBinding","PackageVersionPythonBinding","PaymentIntent","PrefixTypeMismatch","PublicKey","SALT","SocialAuth","TermsOfService","UnknownNodeType","UnknownPrefix","UnknownScope","UnknownVersion","User","UserNotification","Waitlist","WaitlistMember","__clone_box","__clone_box","__clone_box","__clone_box","as_prefix","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_harsh","build_harsh_prefixed","build_harsh_url","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","database_id","database_id","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","encode_prefixed","encode_url","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from_num","get_hash","get_hash","hash","hash","id","init","init","init","init","into","into","into","into","kind","kind","kind","new","new","parse_prefix","parse_prefixed","parse_url","parse_values","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","GenerateTokenBy","Id","Network","SSH","TokenKind","all_app_versions","app_version_activate","borrow","borrow","borrow_mut","borrow_mut","create_namespace","current_user","current_user_with_namespaces","delete_app","deref","deref","deref_mut","deref_mut","drop","drop","eq","eq","fetch_all_app_templates","fetch_app_template_from_slug","fetch_app_templates","fetch_webc_package","fmt","fmt","from","from","generate_deploy_config_token_raw","generate_deploy_token_raw","get_all_dns_records","get_all_dns_records_stream","get_all_domains","get_app","get_app_and_package_by_name","get_app_by_alias","get_app_by_id","get_app_by_id_opt","get_app_logs","get_app_logs_paginated","get_app_version","get_app_version_by_id","get_app_version_by_id_with_app","get_app_with_version","get_app_with_version_by_id","get_deploy_app_versions","get_deploy_apps","get_deploy_apps_stream","get_domain","get_domain_with_records","get_domain_zone_file","get_namespace","get_node","get_package","get_package_release","get_package_releases","get_package_releases_stream","get_package_version","get_package_versions","get_package_versions_stream","get_signed_url_for_package_upload","init","init","into","into","namespace_apps","publish_deploy_app","purge_cache_for_app_version","push_package_release","register_domain","tag_package_release","try_from","try_from","try_into","try_into","type_id","type_id","unix_timestamp","upsert_domain_from_zone_file","user_accessible_apps","user_apps","user_namespaces","vzip","vzip","Item","PaginatedQuery","PaginationFuture","Paginator","QueryStream","Vars","borrow","borrow_mut","client","deref","deref_mut","drop","finished","from","fut","init","into","items","new","page","paginator","poll_next","query","query","try_from","try_into","try_poll_next","type_id","vzip","A","A1","A1","A2","A2","A3","A4","AAAA","ARecord","AaaaRecord","Admin","AllPackageReleasesVars","AllPackageReleasesVarsFields","AllPackageVersionsVars","AllPackageVersionsVarsFields","AppAlias","AppAliasConnection","AppAliasEdge","AppTemplate","AppTemplateConnection","AppTemplateEdge","AppTemplatesSortBy","BigInt","CAA","CName","CNameRecord","CaaRecord","CreateNamespace","CreateNamespaceInput","CreateNamespacePayload","CreateNamespaceVars","CreateNamespaceVarsFields","DNSRecordsSortBy","DName","DNameRecord","DateTime","DeleteApp","DeleteAppPayload","DeleteAppVars","DeleteAppVarsFields","DeployApp","DeployApp","DeployAppConnection","DeployAppEdge","DeployAppVersion","DeployAppVersion","DeployAppVersionConnection","DeployAppVersionEdge","DeployAppVersionLogs","DeployAppVersions","DeployAppVersionsSortBy","DeployAppsSortBy","DnsDomain","DnsDomainConnection","DnsDomainEdge","DnsDomainWithRecords","DnsDomainWithZoneFile","DnsRecord","DnsRecordConnection","DnsRecordEdge","DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices","DnsmanagerSshFingerprintRecordAlgorithmChoices","DnsmanagerSshFingerprintRecordTypeChoices","Editor","GenerateDeployConfigToken","GenerateDeployConfigTokenPayload","GenerateDeployConfigTokenVars","GenerateDeployConfigTokenVarsFields","GenerateDeployToken","GenerateDeployTokenPayload","GenerateDeployTokenVars","GenerateDeployTokenVarsFields","GetAllDnsRecords","GetAllDnsRecordsVariables","GetAllDnsRecordsVariablesFields","GetAllDomains","GetAllDomainsVariables","GetAllDomainsVariablesFields","GetAllPackageReleases","GetAllPackageVersions","GetAppTemplateFromSlug","GetAppTemplateFromSlugVariables","GetAppTemplateFromSlugVariablesFields","GetAppTemplates","GetAppTemplatesVars","GetAppTemplatesVarsFields","GetCurrentUser","GetCurrentUserWithApps","GetCurrentUserWithAppsVars","GetCurrentUserWithAppsVarsFields","GetCurrentUserWithNamespaces","GetCurrentUserWithNamespacesVars","GetCurrentUserWithNamespacesVarsFields","GetDeployApp","GetDeployAppAndVersion","GetDeployAppAndVersionById","GetDeployAppAndVersionByIdVars","GetDeployAppAndVersionByIdVarsFields","GetDeployAppAndVersionVars","GetDeployAppAndVersionVarsFields","GetDeployAppByAlias","GetDeployAppByAliasVars","GetDeployAppByAliasVarsFields","GetDeployAppById","GetDeployAppByIdVars","GetDeployAppByIdVarsFields","GetDeployAppLogs","GetDeployAppLogsVars","GetDeployAppLogsVarsFields","GetDeployAppVars","GetDeployAppVarsFields","GetDeployAppVersion","GetDeployAppVersionById","GetDeployAppVersionByIdVars","GetDeployAppVersionByIdVarsFields","GetDeployAppVersionVars","GetDeployAppVersionVarsFields","GetDeployAppVersions","GetDeployAppVersionsVars","GetDeployAppVersionsVarsFields","GetDeployApps","GetDeployAppsVars","GetDeployAppsVarsFields","GetDomain","GetDomainVars","GetDomainVarsFields","GetDomainWithRecords","GetDomainWithZoneFile","GetNamespace","GetNamespaceApps","GetNamespaceAppsVars","GetNamespaceAppsVarsFields","GetNamespaceVars","GetNamespaceVarsFields","GetNode","GetNodeVars","GetNodeVarsFields","GetPackage","GetPackageAndApp","GetPackageAndAppVars","GetPackageAndAppVarsFields","GetPackageRelease","GetPackageReleaseVars","GetPackageReleaseVarsFields","GetPackageVars","GetPackageVarsFields","GetPackageVersion","GetPackageVersionVars","GetPackageVersionVarsFields","GetSignedUrlForPackageUpload","GetSignedUrlForPackageUploadVariables","GetSignedUrlForPackageUploadVariablesFields","GetUserApps","GetUserAppsVars","GetUserAppsVarsFields","GrapheneRole","Id","InputSignature","Iodef","Issue","Issuewild","JSONString","Jsonstring","Log","LogConnection","LogEdge","LogStream","MarkAppVersionAsActive","MarkAppVersionAsActiveInput","MarkAppVersionAsActivePayload","MarkAppVersionAsActiveVars","MarkAppVersionAsActiveVarsFields","MostActive","Mx","MxRecord","Namespace","NamespaceConnection","NamespaceEdge","NamespaceWithApps","Newest","Newest","Newest","Newest","Newest","Node","Ns","NsRecord","Oldest","Oldest","Oldest","Oldest","Oldest","Owner","Owner","Package","PackageDistribution","PackageVersion","PackageVersionConnection","PackageVersionEdge","PackageVersionSortBy","PackageVersionWithPackage","PackageWebc","PackageWebcConnection","PackageWebcEdge","PageInfo","PaginationVars","PaginationVarsFields","Popular","Ptr","PtrRecord","PublishDeployApp","PublishDeployAppPayload","PublishDeployAppVars","PublishDeployAppVarsFields","PurgeCacheForAppVersion","PurgeCacheForAppVersionPayload","PurgeCacheForAppVersionVars","PurgeCacheForAppVersionVarsFields","PushPackageRelease","PushPackageReleasePayload","PushPackageReleaseVariables","PushPackageReleaseVariablesFields","RegisterDomain","RegisterDomainPayload","RegisterDomainVars","RegisterDomainVarsFields","Runtime","SignedUrl","Soa","SoaRecord","SparseDeployApp","Srv","SrvRecord","Sshfp","SshfpRecord","Stderr","Stdout","TagPackageRelease","TagPackageReleasePayload","TagPackageReleaseVariables","TagPackageReleaseVariablesFields","Txt","TxtRecord","Unknown","Unknown","UpsertDomainFromZoneFile","UpsertDomainFromZoneFilePayload","UpsertDomainFromZoneFileVars","UpsertDomainFromZoneFileVarsFields","User","UserWithApps","UserWithNamespaces","V2","V3","Viewer","WebcImage","WebcVersion","__clone_box","active_version","address","address","admin_url","after","after","after","after","after","after","after","after","after","after","algorithm","alias","aliases","all_package_releases","all_package_versions","app","app","app","app","app_id","app_id","app_id","app_name","app_owner","app_version","app_version","app_version_id","apps","apps","avatar","before","before","before","before","before","borrow","borrow_mut","c_name","category_slug","client_mutation_id","clone","clone_into","config","config","create_namespace","created_after","created_after","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","cursor","cursor","cursor","cursor","d_name","data","data","delete_app","delete_missing_records","deleted","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","demo_url","deploy_app_version","deref","deref_mut","description","description","description","description","description","description","deserialize","display_name","distribution","distribution_v2","distribution_v3","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","download_url","drop","edges","edges","edges","edges","edges","edges","edges","edges","edges","edges","end_cursor","eq","equivalent","equivalent","equivalent","equivalent","exchange","expire","expires_after_seconds","file_size","filename","fingerprint","first","first","first","first","first","first","first","first","first","flags","fmt","framework","from","from","from","from_ref","generate_deploy_config_token","generate_deploy_token","get_all_dnsrecords","get_all_domains","get_app_by_global_alias","get_app_template","get_app_templates","get_deploy_app","get_deploy_app","get_deploy_app","get_deploy_app","get_deploy_app_version","get_deploy_app_version","get_deploy_app_version","get_deploy_apps","get_domain","get_domain","get_domain","get_hash","get_namespace","get_namespace","get_package","get_package","get_package_release","get_package_version","get_signed_url_for_package_upload","get_user","global_name","global_name","has_next_page","hash","hash","homepage","hostname","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","import_records","init","inner","input","input","into","into_inner","is_archived","is_public","json_config","language","last","last","last","last","last","last_version","license","license_file","logs","make_default","manifest","manifest","mark_app_version_as_active","message","minimum","mname","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","namespace","namespace","namespace","namespace","namespace","namespace","namespace_role","namespaces","new","node","node","node","node","node","node","node","node","node","node","node","nsdname","offset","offset","offset","offset","offset","owner","owner","owner","owner","owner","owner","owner","owner","package","package","package_name","package_release_id","package_version","package_webc","page_info","page_info","page_info","page_info","page_info","page_info","page_info","page_info","permalink","pirita_download_url","pirita_manifest","pirita_sha256_hash","pirita_size","port","preference","priority","private","private","private","protocol","ptrdname","public_key_key_id","publish_deploy_app","purge_cache_for_app_version","push_package_release","queries","readme","readme","records","ref_cast","ref_cast_mut","refresh","register_domain","repo_license","repo_url","repository","retry","rname","schema","serial","serialize","service","signed_url","size","slug","slug","slug","slug","slug","sort_by","sort_by","sort_by","sort_by","sort_by","sort_by","starting_from","stream","streams","success","success","success","success","success","tag","tag","tag_package_release","target","text","text","text","text","text","text","text","text","text","text","text","text","timestamp","to_owned","token","token","try_from","try_into","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","type_","type_id","until","updated_after","updated_after","updated_after","updated_after","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","upsert_domain_from_zone_file","url","url","url","use_cases","user_yaml_config","username","username","username","username","value","version","version","version","version","version","version","version","version","version","version","version","version","version_id","version_id","versions","viewer","viewer","viewer","vzip","webc","webc_sha256","webc_url","webc_url","webc_v3","webc_version","weight","yaml_config","zone_file","zone_file","A","A1","A1","A2","A2","A3","A4","AAAA","ARecord","AaaaRecord","Admin","AllPackageReleasesVars","AllPackageReleasesVarsFields","AllPackageVersionsVars","AllPackageVersionsVarsFields","AppAlias","AppAliasConnection","AppAliasEdge","AppTemplate","AppTemplateConnection","AppTemplateEdge","AppTemplatesSortBy","BigInt","CAA","CName","CNameRecord","CaaRecord","CreateNamespace","CreateNamespaceInput","CreateNamespacePayload","CreateNamespaceVars","CreateNamespaceVarsFields","DNSRecordsSortBy","DName","DNameRecord","DateTime","DeleteApp","DeleteAppPayload","DeleteAppVars","DeleteAppVarsFields","DeployApp","DeployApp","DeployAppConnection","DeployAppEdge","DeployAppVersion","DeployAppVersion","DeployAppVersionConnection","DeployAppVersionEdge","DeployAppVersionLogs","DeployAppVersions","DeployAppVersionsSortBy","DeployAppsSortBy","DnsDomain","DnsDomainConnection","DnsDomainEdge","DnsDomainWithRecords","DnsDomainWithZoneFile","DnsRecord","DnsRecordConnection","DnsRecordEdge","DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices","DnsmanagerSshFingerprintRecordAlgorithmChoices","DnsmanagerSshFingerprintRecordTypeChoices","Editor","GenerateDeployConfigToken","GenerateDeployConfigTokenPayload","GenerateDeployConfigTokenVars","GenerateDeployConfigTokenVarsFields","GenerateDeployToken","GenerateDeployTokenPayload","GenerateDeployTokenVars","GenerateDeployTokenVarsFields","GetAllDnsRecords","GetAllDnsRecordsVariables","GetAllDnsRecordsVariablesFields","GetAllDomains","GetAllDomainsVariables","GetAllDomainsVariablesFields","GetAllPackageReleases","GetAllPackageVersions","GetAppTemplateFromSlug","GetAppTemplateFromSlugVariables","GetAppTemplateFromSlugVariablesFields","GetAppTemplates","GetAppTemplatesVars","GetAppTemplatesVarsFields","GetCurrentUser","GetCurrentUserWithApps","GetCurrentUserWithAppsVars","GetCurrentUserWithAppsVarsFields","GetCurrentUserWithNamespaces","GetCurrentUserWithNamespacesVars","GetCurrentUserWithNamespacesVarsFields","GetDeployApp","GetDeployAppAndVersion","GetDeployAppAndVersionById","GetDeployAppAndVersionByIdVars","GetDeployAppAndVersionByIdVarsFields","GetDeployAppAndVersionVars","GetDeployAppAndVersionVarsFields","GetDeployAppByAlias","GetDeployAppByAliasVars","GetDeployAppByAliasVarsFields","GetDeployAppById","GetDeployAppByIdVars","GetDeployAppByIdVarsFields","GetDeployAppLogs","GetDeployAppLogsVars","GetDeployAppLogsVarsFields","GetDeployAppVars","GetDeployAppVarsFields","GetDeployAppVersion","GetDeployAppVersionById","GetDeployAppVersionByIdVars","GetDeployAppVersionByIdVarsFields","GetDeployAppVersionVars","GetDeployAppVersionVarsFields","GetDeployAppVersions","GetDeployAppVersionsVars","GetDeployAppVersionsVarsFields","GetDeployApps","GetDeployAppsVars","GetDeployAppsVarsFields","GetDomain","GetDomainVars","GetDomainVarsFields","GetDomainWithRecords","GetDomainWithZoneFile","GetNamespace","GetNamespaceApps","GetNamespaceAppsVars","GetNamespaceAppsVarsFields","GetNamespaceVars","GetNamespaceVarsFields","GetNode","GetNodeVars","GetNodeVarsFields","GetPackage","GetPackageAndApp","GetPackageAndAppVars","GetPackageAndAppVarsFields","GetPackageRelease","GetPackageReleaseVars","GetPackageReleaseVarsFields","GetPackageVars","GetPackageVarsFields","GetPackageVersion","GetPackageVersionVars","GetPackageVersionVarsFields","GetSignedUrlForPackageUpload","GetSignedUrlForPackageUploadVariables","GetSignedUrlForPackageUploadVariablesFields","GetUserApps","GetUserAppsVars","GetUserAppsVarsFields","GrapheneRole","InputSignature","Iodef","Issue","Issuewild","JSONString","Jsonstring","Log","LogConnection","LogEdge","LogStream","MarkAppVersionAsActive","MarkAppVersionAsActiveInput","MarkAppVersionAsActivePayload","MarkAppVersionAsActiveVars","MarkAppVersionAsActiveVarsFields","MostActive","Mx","MxRecord","Namespace","NamespaceConnection","NamespaceEdge","NamespaceWithApps","Newest","Newest","Newest","Newest","Newest","Node","Ns","NsRecord","Oldest","Oldest","Oldest","Oldest","Oldest","Owner","Owner","Package","PackageDistribution","PackageVersion","PackageVersionConnection","PackageVersionEdge","PackageVersionSortBy","PackageVersionWithPackage","PackageWebc","PackageWebcConnection","PackageWebcEdge","PageInfo","PaginationVars","PaginationVarsFields","Popular","Ptr","PtrRecord","PublishDeployApp","PublishDeployAppPayload","PublishDeployAppVars","PublishDeployAppVarsFields","PurgeCacheForAppVersion","PurgeCacheForAppVersionPayload","PurgeCacheForAppVersionVars","PurgeCacheForAppVersionVarsFields","PushPackageRelease","PushPackageReleasePayload","PushPackageReleaseVariables","PushPackageReleaseVariablesFields","RegisterDomain","RegisterDomainPayload","RegisterDomainVars","RegisterDomainVarsFields","Runtime","SignedUrl","Soa","SoaRecord","SparseDeployApp","Srv","SrvRecord","Sshfp","SshfpRecord","Stderr","Stdout","TagPackageRelease","TagPackageReleasePayload","TagPackageReleaseVariables","TagPackageReleaseVariablesFields","Txt","TxtRecord","Unknown","Unknown","UpsertDomainFromZoneFile","UpsertDomainFromZoneFilePayload","UpsertDomainFromZoneFileVars","UpsertDomainFromZoneFileVarsFields","User","UserWithApps","UserWithNamespaces","V2","V3","Viewer","WebcImage","WebcVersion","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","active_version","address","address","admin_url","after","after","after","after","after","after","after","after","after","after","after","after","after","after","after","after","after","after","after","after","algorithm","alias","alias","aliases","all_package_releases","all_package_versions","app","app","app","app","app_id","app_id","app_id","app_id","app_id","app_id","app_name","app_name","app_owner","app_owner","app_version","app_version","app_version_id","app_version_id","apps","apps","as_str","avatar","before","before","before","before","before","before","before","before","before","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","c_name","category_slug","category_slug","client_mutation_id","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","config","config","config","create_namespace","created_after","created_after","created_after","created_after","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","created_at","cursor","cursor","cursor","cursor","d_name","data","data","default","default","default","delete_app","delete_missing_records","delete_missing_records","deleted","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","deleted_at","demo_url","deploy_app_version","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","description","description","description","description","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_variant","deserialize_variant","display_name","distribution","distribution_v2","distribution_v3","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","domain","download_url","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","edges","edges","edges","edges","edges","edges","edges","edges","edges","edges","end_cursor","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exchange","expire","expires_after_seconds","expires_after_seconds","file_size","filename","filename","fingerprint","first","first","first","first","first","first","first","first","first","first","first","first","first","first","first","first","first","first","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","framework","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","generate_deploy_config_token","generate_deploy_token","get_all_dnsrecords","get_all_domains","get_app_by_global_alias","get_app_template","get_app_templates","get_deploy_app","get_deploy_app","get_deploy_app","get_deploy_app","get_deploy_app_version","get_deploy_app_version","get_deploy_app_version","get_deploy_apps","get_domain","get_domain","get_domain","get_namespace","get_namespace","get_package","get_package","get_package_release","get_package_version","get_signed_url_for_package_upload","get_user","global_name","global_name","has_next_page","hash","hash","homepage","homepage","hostname","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","id","import_records","import_records","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","input","input","input","input","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_deploy_app","into_deploy_app_version","into_packages","is_archived","is_public","json_config","language","last","last","last","last","last","last","last","last","last","last","last_version","license","license","license_file","license_file","logs","make_default","make_default","manifest","manifest","manifest","mark_app_version_as_active","message","minimum","mname","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","name","namespace","namespace","namespace","namespace","namespace","namespace","namespace","namespace","namespace","namespace","namespace_role","namespace_role","namespaces","node","node","node","node","node","node","node","node","node","node","node","nsdname","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","owner","owner","owner","owner","owner","owner","owner","owner","owner","owner","owner","owner","owner","owner","package","package","package","package_name","package_release_id","package_release_id","package_version","package_webc","page_info","page_info","page_info","page_info","page_info","page_info","page_info","page_info","permalink","pirita_download_url","pirita_manifest","pirita_sha256_hash","pirita_size","port","preference","priority","private","private","private","private","private","protocol","ptrdname","public_key_key_id","publish_deploy_app","purge_cache_for_app_version","push_package_release","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","query","readme","readme","readme","record_type","records","refresh","register_domain","repo_license","repo_url","repository","repository","retry","rname","serial","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","service","signed_url","signed_url","size","slug","slug","slug","slug","slug","slug","sort_by","sort_by","sort_by","sort_by","sort_by","sort_by","sort_by","sort_by","sort_by","sort_by","sort_by","sort_by","starting_from","starting_from","stream","streams","streams","success","success","success","success","success","tag","tag","tag_package_release","target","text","text","text","text","text","text","text","text","text","text","text","text","text","timestamp","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","token","token","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","ttl","type_","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","until","until","updated_after","updated_after","updated_after","updated_after","updated_after","updated_after","updated_after","updated_after","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","updated_at","upsert_domain_from_zone_file","url","url","url","use_cases","user_yaml_config","username","username","username","username","username","value","version","version","version","version","version","version","version","version","version","version","version","version","version","version","version","version","version","version","version_id","version_id","version_id","version_id","versions","viewer","viewer","viewer","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webc","webc_sha256","webc_url","webc_url","webc_v3","webc_version","weight","yaml_config","zone_file","zone_file","zone_file","AAAARecord","APIToken","APITokenConnection","APITokenEdge","ARecord","AcceptAppTransferRequestInput","AcceptAppTransferRequestPayload","AcceptNamespaceCollaboratorInviteInput","AcceptNamespaceCollaboratorInvitePayload","AcceptPackageCollaboratorInviteInput","AcceptPackageCollaboratorInvitePayload","AcceptPackageTransferRequestInput","AcceptPackageTransferRequestPayload","AcceptTOSInput","AcceptTOSPayload","ActivityEvent","ActivityEventConnection","ActivityEventEdge","AddPaymentInput","AddPaymentPayload","AggregateMetrics","AppAlias","AppAliasConnection","AppAliasEdge","AppConfigV1","AppFilter","AppOrderBy","AppTemplate","AppTemplateCategory","AppTemplateCategoryConnection","AppTemplateCategoryEdge","AppTemplateConnection","AppTemplateEdge","AppTemplateFilter","AppTemplateOrderBy","AppTemplatesSortBy","AppTransferRequest","AppV1Spec","AppVersionVolume","AppVersionVolumeMountPath","ArchivePackageInput","ArchivePackagePayload","BigInt","Billing","BindingsGenerator","BindingsGeneratorConnection","BindingsGeneratorEdge","BlogBlogPostThemeChoices","BlogPost","BlogPostConnection","BlogPostEdge","BlogPostTag","BlogPostTagConnection","BlogPostTagEdge","BlogPostsFilter","Boolean","CAARecord","CNAMERecord","CapabilityCpuV1","CapabilityFileSystemV1","CapabilityMapV1","CapabilityMemorySwapV1","CapabilityNetworkDnsV1","CapabilityNetworkGatewayV1","CapabilityNetworkV1","CapabilityPersistentMemoryV1","CardBrand","CardFunding","CardPaymentMethod","CaseInsensitiveString","Category","CategoryConnection","CategoryEdge","ChangePackageVersionArchivedStatusInput","ChangePackageVersionArchivedStatusPayload","ChangeUserEmailInput","ChangeUserEmailPayload","ChangeUserPasswordInput","ChangeUserPasswordPayload","ChangeUserUsernameInput","ChangeUserUsernamePayload","CheckUserExistsInput","CheckUserExistsPayload","Collection","CollectionConnection","CollectionEdge","Command","Configuration","CountComparison","CountFilter","CreateNamespaceInput","CreateNamespacePayload","CreateRepoForAppTemplateInput","CreateRepoForAppTemplatePayload","DNAMERecord","DNSDomain","DNSDomainConnection","DNSDomainEdge","DNSMXExtraInput","DNSRecord","DNSRecordConnection","DNSRecordEdge","DNSRecordInterface","DNSRecordsSortBy","DateTime","DeleteAppInput","DeleteAppPayload","DeleteDNSRecordInput","DeleteDNSRecordPayload","DeleteDomainInput","DeleteDomainPayload","DeleteNamespaceInput","DeleteNamespacePayload","DeployApp","DeployAppAliasKindChoices","DeployAppConnection","DeployAppEdge","DeployAppVersion","DeployAppVersionConnection","DeployAppVersionEdge","DeployAppVersionsSortBy","DeployAppsSortBy","DeploymentV1","DetachPaymentMethodInput","DetachPaymentMethodPayload","DjstripePaymentIntentStatusChoices","DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices","DnsmanagerSshFingerprintRecordAlgorithmChoices","DnsmanagerSshFingerprintRecordTypeChoices","ErrorType","EventBody","FileSystemPermissionsV1","FileSystemVolumeConfigV1","FileSystemVolumeMountV1","FileSystemVolumeSourceLocalV1","FileSystemVolumeSourceV1","Float","GenerateAPITokenInput","GenerateAPITokenPayload","GenerateBindingsForAllPackagesInput","GenerateBindingsForAllPackagesPayload","GenerateDeployConfigTokenInput","GenerateDeployConfigTokenPayload","GenerateDeployTokenInput","GenerateDeployTokenPayload","GenericScalar","GetPasswordResetToken","GlobalObject","GrapheneRole","ID","InputSignature","Int","Interface","InterfaceVersion","InterfaceVersionConnection","InterfaceVersionEdge","InviteNamespaceCollaboratorInput","InviteNamespaceCollaboratorPayload","InvitePackageCollaboratorInput","InvitePackageCollaboratorPayload","JSONString","JoinWaitlistInput","JoinWaitlistPayload","LikePackageInput","LikePackagePayload","Likeable","Log","LogConnection","LogEdge","LogStream","LoginMethod","MFAAuthResponse","MFAEmailAuthInput","MFAEmailGenerationResponse","MFAGenerateEmailOTPInput","MFAGenerateRecoveryTokenInput","MFARecoveryAuthInput","MFARecoveryCodes","MFATOTPAuthInput","MFATOTPGetTokenInput","MFATOTPTokenType","MFATOTPVerifyInput","MFATOTPVerifyPayload","MFATOTPVerifyStatus","MXRecord","MakePackagePublicInput","MakePackagePublicPayload","MarkAppVersionAsActiveInput","MarkAppVersionAsActivePayload","MetricRange","MetricType","MetricUnit","Mutation","NSRecord","Namespace","NamespaceCollaborator","NamespaceCollaboratorConnection","NamespaceCollaboratorEdge","NamespaceCollaboratorInvite","NamespaceCollaboratorInviteConnection","NamespaceCollaboratorInviteEdge","NamespaceConnection","NamespaceEdge","NamespaceOrderBy","NamespacesFilter","NativeExecutable","NativeExecutableConnection","NativeExecutableEdge","NetworkDnsAllowedHostsV1","NetworkEgressV1","NewNonceInput","NewNoncePayload","Node","NodeBodyRange","Nonce","NonceConnection","NonceEdge","ObtainJSONWebTokenInput","ObtainJSONWebTokenPayload","Owner","PTRRecord","Package","PackageCollaborator","PackageCollaboratorConnection","PackageCollaboratorEdge","PackageCollaboratorInvite","PackageCollaboratorInviteConnection","PackageCollaboratorInviteEdge","PackageConnection","PackageDistribution","PackageEdge","PackageInfo","PackageInstance","PackageKeyword","PackageKeywordConnection","PackageKeywordEdge","PackageOrderBy","PackageOwner","PackageReleaseInterface","PackageSearchConnection","PackageSearchEdge","PackageTransferRequest","PackageTransferRequestConnection","PackageTransferRequestEdge","PackageVersion","PackageVersionBinding","PackageVersionBindingConnection","PackageVersionBindingEdge","PackageVersionConnection","PackageVersionEdge","PackageVersionFilesystem","PackageVersionLanguageBinding","PackageVersionModule","PackageVersionNPMBinding","PackageVersionNPMBindingConnection","PackageVersionNPMBindingEdge","PackageVersionPythonBinding","PackageVersionPythonBindingConnection","PackageVersionPythonBindingEdge","PackageVersionReadyResponse","PackageVersionSortBy","PackageVersionState","PackageWebc","PackageWebcConnection","PackageWebcEdge","PackagesFilter","PageInfo","Payment","PaymentIntent","PaymentMethod","PiritaFilesystemDir","PiritaFilesystemFile","PiritaFilesystemItem","PiritaFilesystemNameDisplay","ProgrammingLanguage","PublicKey","PublishDeployAppInput","PublishDeployAppPayload","PublishPackageInput","PublishPackagePayload","PublishPublicKeyInput","PublishPublicKeyPayload","PurgeCacheForAppVersionInput","PurgeCacheForAppVersionPayload","PushPackageReleaseInput","PushPackageReleasePayload","Query","ReadNotificationInput","ReadNotificationPayload","RecordKind","Refresh","RegisterDomainInput","RegisterDomainPayload","RegisterUserInput","RegisterUserPayload","RegistryInfo","RegistryNamespaceMaintainerInviteRoleChoices","RegistryNamespaceMaintainerRoleChoices","RegistryPackageMaintainerInviteRoleChoices","RegistryPackageMaintainerRoleChoices","RegistryPackageVersionBindingsStateChoices","RegistryPackageVersionNativeExecutablesStateChoices","RemoveAppTransferRequestInput","RemoveAppTransferRequestPayload","RemoveNamespaceCollaboratorInput","RemoveNamespaceCollaboratorInviteInput","RemoveNamespaceCollaboratorInvitePayload","RemoveNamespaceCollaboratorPayload","RemovePackageCollaboratorInput","RemovePackageCollaboratorInviteInput","RemovePackageCollaboratorInvitePayload","RemovePackageCollaboratorPayload","RemovePackageTransferRequestInput","RemovePackageTransferRequestPayload","RenameAppAliasInput","RenameAppAliasPayload","RenameAppInput","RenameAppPayload","RenamePackageInput","RenamePackagePayload","RequestAppTransferInput","RequestAppTransferPayload","RequestPackageTransferInput","RequestPackageTransferPayload","RequestPasswordResetInput","RequestPasswordResetPayload","RequestValidationEmailInput","RequestValidationEmailPayload","Revoke","RevokeAPITokenInput","RevokeAPITokenPayload","RunnerWCGIV1","RunnerWebProxyV1","SOARecord","SRVRecord","SSHFPRecord","SchemaInfo","SearchConnection","SearchEdge","SearchKind","SearchOrderSort","SearchPublishDate","SearchResult","SeePendingNotificationsInput","SeePendingNotificationsPayload","SetDefaultPaymentMethodInput","SetDefaultPaymentMethodPayload","Signature","SignedUrl","SocialAuth","SocialAuthJWTInput","SocialAuthJWTPayload","String","StripeCustomer","Subscription","TXTRecord","TagPackageReleaseInput","TagPackageReleasePayload","TermsOfService","URL","UnlikePackageInput","UnlikePackagePayload","UnwatchPackageInput","UnwatchPackagePayload","UpdateNamespaceCollaboratorInviteRoleInput","UpdateNamespaceCollaboratorInviteRolePayload","UpdateNamespaceCollaboratorRoleInput","UpdateNamespaceCollaboratorRolePayload","UpdateNamespaceInput","UpdateNamespacePayload","UpdatePackageCollaboratorInviteRoleInput","UpdatePackageCollaboratorInviteRolePayload","UpdatePackageCollaboratorRoleInput","UpdatePackageCollaboratorRolePayload","UpdatePackageInput","UpdatePackagePayload","UpdateUserInfoInput","UpdateUserInfoPayload","UploadFormat","UpsertDNSRecordInput","UpsertDNSRecordPayload","UpsertDomainFromZoneFileInput","UpsertDomainFromZoneFilePayload","UsageMetric","User","UserConnection","UserEdge","UserNotification","UserNotificationConnection","UserNotificationCreated","UserNotificationEdge","UserNotificationKind","UserNotificationKindIncomingNamespaceInvite","UserNotificationKindIncomingPackageInvite","UserNotificationKindIncomingPackageTransfer","UserNotificationKindPublishedPackageVersion","UserNotificationKindValidateEmail","UserNotificationSeenState","UserOrderBy","UsersFilter","ValidateNonceInput","ValidateNoncePayload","ValidateUserEmailInput","ValidateUserEmailPayload","ValidateUserPasswordInput","ValidateUserPasswordPayload","Verify","WEBCFilesystemItem","Waitlist","WaitlistMember","WatchPackageInput","WatchPackagePayload","WebcImage","WebcImageConnection","WebcImageEdge","WebcSourceV1","WebcVersion","WorkloadRunnerV1","WorkloadRunnerWasmSourceV1","WorkloadV1","WorkloadV2","__fields","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","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","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","variable","vec","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","AAAARecord","APIToken","APITokenConnection","APITokenEdge","ARecord","AcceptAppTransferRequestInput","AcceptAppTransferRequestPayload","AcceptNamespaceCollaboratorInviteInput","AcceptNamespaceCollaboratorInvitePayload","AcceptPackageCollaboratorInviteInput","AcceptPackageCollaboratorInvitePayload","AcceptPackageTransferRequestInput","AcceptPackageTransferRequestPayload","AcceptTOSInput","AcceptTOSPayload","ActivityEvent","ActivityEventConnection","ActivityEventEdge","AddPaymentInput","AddPaymentPayload","AggregateMetrics","AppAlias","AppAliasConnection","AppAliasEdge","AppConfigV1","AppFilter","AppTemplate","AppTemplateCategory","AppTemplateCategoryConnection","AppTemplateCategoryEdge","AppTemplateConnection","AppTemplateEdge","AppTemplateFilter","AppTransferRequest","AppV1Spec","AppVersionVolume","AppVersionVolumeMountPath","ArchivePackageInput","ArchivePackagePayload","Billing","BindingsGenerator","BindingsGeneratorConnection","BindingsGeneratorEdge","BlogPost","BlogPostConnection","BlogPostEdge","BlogPostTag","BlogPostTagConnection","BlogPostTagEdge","BlogPostsFilter","CAARecord","CNAMERecord","CapabilityCpuV1","CapabilityFileSystemV1","CapabilityMapV1","CapabilityMemorySwapV1","CapabilityNetworkDnsV1","CapabilityNetworkGatewayV1","CapabilityNetworkV1","CapabilityPersistentMemoryV1","CardPaymentMethod","Category","CategoryConnection","CategoryEdge","ChangePackageVersionArchivedStatusInput","ChangePackageVersionArchivedStatusPayload","ChangeUserEmailInput","ChangeUserEmailPayload","ChangeUserPasswordInput","ChangeUserPasswordPayload","ChangeUserUsernameInput","ChangeUserUsernamePayload","CheckUserExistsInput","CheckUserExistsPayload","Collection","CollectionConnection","CollectionEdge","Command","Configuration","CountFilter","CreateNamespaceInput","CreateNamespacePayload","CreateRepoForAppTemplateInput","CreateRepoForAppTemplatePayload","DNAMERecord","DNSDomain","DNSDomainConnection","DNSDomainEdge","DNSMXExtraInput","DNSRecordConnection","DNSRecordEdge","DNSRecordInterface","DeleteAppInput","DeleteAppPayload","DeleteDNSRecordInput","DeleteDNSRecordPayload","DeleteDomainInput","DeleteDomainPayload","DeleteNamespaceInput","DeleteNamespacePayload","DeployApp","DeployAppConnection","DeployAppEdge","DeployAppVersion","DeployAppVersionConnection","DeployAppVersionEdge","DeploymentV1","DetachPaymentMethodInput","DetachPaymentMethodPayload","ErrorType","EventBody","FileSystemPermissionsV1","FileSystemVolumeConfigV1","FileSystemVolumeMountV1","FileSystemVolumeSourceLocalV1","FileSystemVolumeSourceV1","GenerateAPITokenInput","GenerateAPITokenPayload","GenerateBindingsForAllPackagesInput","GenerateBindingsForAllPackagesPayload","GenerateDeployConfigTokenInput","GenerateDeployConfigTokenPayload","GenerateDeployTokenInput","GenerateDeployTokenPayload","GetPasswordResetToken","InputSignature","Interface","InterfaceVersion","InterfaceVersionConnection","InterfaceVersionEdge","InviteNamespaceCollaboratorInput","InviteNamespaceCollaboratorPayload","InvitePackageCollaboratorInput","InvitePackageCollaboratorPayload","JoinWaitlistInput","JoinWaitlistPayload","LikePackageInput","LikePackagePayload","Likeable","Log","LogConnection","LogEdge","MFAAuthResponse","MFAEmailAuthInput","MFAEmailGenerationResponse","MFAGenerateEmailOTPInput","MFAGenerateRecoveryTokenInput","MFARecoveryAuthInput","MFARecoveryCodes","MFATOTPAuthInput","MFATOTPGetTokenInput","MFATOTPTokenType","MFATOTPVerifyInput","MFATOTPVerifyPayload","MXRecord","MakePackagePublicInput","MakePackagePublicPayload","MarkAppVersionAsActiveInput","MarkAppVersionAsActivePayload","Mutation","NSRecord","Namespace","NamespaceCollaborator","NamespaceCollaboratorConnection","NamespaceCollaboratorEdge","NamespaceCollaboratorInvite","NamespaceCollaboratorInviteConnection","NamespaceCollaboratorInviteEdge","NamespaceConnection","NamespaceEdge","NamespacesFilter","NativeExecutable","NativeExecutableConnection","NativeExecutableEdge","NetworkDnsAllowedHostsV1","NetworkEgressV1","NewNonceInput","NewNoncePayload","Node","NodeBodyRange","Nonce","NonceConnection","NonceEdge","ObtainJSONWebTokenInput","ObtainJSONWebTokenPayload","Owner","PTRRecord","Package","PackageCollaborator","PackageCollaboratorConnection","PackageCollaboratorEdge","PackageCollaboratorInvite","PackageCollaboratorInviteConnection","PackageCollaboratorInviteEdge","PackageConnection","PackageDistribution","PackageEdge","PackageInfo","PackageInstance","PackageKeyword","PackageKeywordConnection","PackageKeywordEdge","PackageOwner","PackageReleaseInterface","PackageSearchConnection","PackageSearchEdge","PackageTransferRequest","PackageTransferRequestConnection","PackageTransferRequestEdge","PackageVersion","PackageVersionBindingConnection","PackageVersionBindingEdge","PackageVersionConnection","PackageVersionEdge","PackageVersionFilesystem","PackageVersionLanguageBinding","PackageVersionModule","PackageVersionNPMBinding","PackageVersionNPMBindingConnection","PackageVersionNPMBindingEdge","PackageVersionPythonBinding","PackageVersionPythonBindingConnection","PackageVersionPythonBindingEdge","PackageVersionReadyResponse","PackageWebc","PackageWebcConnection","PackageWebcEdge","PackagesFilter","PageInfo","Payment","PaymentIntent","PiritaFilesystemDir","PiritaFilesystemFile","PublicKey","PublishDeployAppInput","PublishDeployAppPayload","PublishPackageInput","PublishPackagePayload","PublishPublicKeyInput","PublishPublicKeyPayload","PurgeCacheForAppVersionInput","PurgeCacheForAppVersionPayload","PushPackageReleaseInput","PushPackageReleasePayload","Query","ReadNotificationInput","ReadNotificationPayload","Refresh","RegisterDomainInput","RegisterDomainPayload","RegisterUserInput","RegisterUserPayload","RegistryInfo","RemoveAppTransferRequestInput","RemoveAppTransferRequestPayload","RemoveNamespaceCollaboratorInput","RemoveNamespaceCollaboratorInviteInput","RemoveNamespaceCollaboratorInvitePayload","RemoveNamespaceCollaboratorPayload","RemovePackageCollaboratorInput","RemovePackageCollaboratorInviteInput","RemovePackageCollaboratorInvitePayload","RemovePackageCollaboratorPayload","RemovePackageTransferRequestInput","RemovePackageTransferRequestPayload","RenameAppAliasInput","RenameAppAliasPayload","RenameAppInput","RenameAppPayload","RenamePackageInput","RenamePackagePayload","RequestAppTransferInput","RequestAppTransferPayload","RequestPackageTransferInput","RequestPackageTransferPayload","RequestPasswordResetInput","RequestPasswordResetPayload","RequestValidationEmailInput","RequestValidationEmailPayload","Revoke","RevokeAPITokenInput","RevokeAPITokenPayload","RunnerWCGIV1","RunnerWebProxyV1","SOARecord","SRVRecord","SSHFPRecord","SchemaInfo","SearchConnection","SearchEdge","SeePendingNotificationsInput","SeePendingNotificationsPayload","SetDefaultPaymentMethodInput","SetDefaultPaymentMethodPayload","Signature","SignedUrl","SocialAuth","SocialAuthJWTInput","SocialAuthJWTPayload","StripeCustomer","Subscription","TXTRecord","TagPackageReleaseInput","TagPackageReleasePayload","TermsOfService","UnlikePackageInput","UnlikePackagePayload","UnwatchPackageInput","UnwatchPackagePayload","UpdateNamespaceCollaboratorInviteRoleInput","UpdateNamespaceCollaboratorInviteRolePayload","UpdateNamespaceCollaboratorRoleInput","UpdateNamespaceCollaboratorRolePayload","UpdateNamespaceInput","UpdateNamespacePayload","UpdatePackageCollaboratorInviteRoleInput","UpdatePackageCollaboratorInviteRolePayload","UpdatePackageCollaboratorRoleInput","UpdatePackageCollaboratorRolePayload","UpdatePackageInput","UpdatePackagePayload","UpdateUserInfoInput","UpdateUserInfoPayload","UpsertDNSRecordInput","UpsertDNSRecordPayload","UpsertDomainFromZoneFileInput","UpsertDomainFromZoneFilePayload","UsageMetric","User","UserConnection","UserEdge","UserNotification","UserNotificationConnection","UserNotificationCreated","UserNotificationEdge","UserNotificationKindIncomingNamespaceInvite","UserNotificationKindIncomingPackageInvite","UserNotificationKindIncomingPackageTransfer","UserNotificationKindPublishedPackageVersion","UserNotificationKindValidateEmail","UsersFilter","ValidateNonceInput","ValidateNoncePayload","ValidateUserEmailInput","ValidateUserEmailPayload","ValidateUserPasswordInput","ValidateUserPasswordPayload","Verify","WEBCFilesystemItem","Waitlist","WaitlistMember","WatchPackageInput","WatchPackagePayload","WebcImage","WebcImageConnection","WebcImageEdge","WebcSourceV1","WorkloadRunnerV1","WorkloadRunnerWasmSourceV1","WorkloadV1","WorkloadV2","__typename","address","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","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","name","text","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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","_nonce_set_arguments","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","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","from","from","from","from","from","from","from","from","id","identifier","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","lastUsedAt","nonceSet","revokedAt","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","user","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","edges","from","from","from","init","init","init","into","into","into","pageInfo","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","address","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","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","name","text","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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","appTransferRequestId","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","app","appTransferRequest","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","inviteId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","namespaceCollaboratorInvite","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","inviteId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","packageCollaboratorInvite","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageTransferRequestId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","package","packageTransferRequest","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow_mut","clientMutationId","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","vzip","TOS","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","actorIcon","body","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","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","id","init","init","init","init","init","into","into","into","into","into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow_mut","clientMutationId","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","customerSecret","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cpuTime","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","egress","from","from","from","from","from","from","from","from","ingress","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","memoryTime","monthlyCost","noFailedRequests","noRequests","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","app","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","from","from","from","from","from","from","from","from","from","hostname","id","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","isDefault","kind","name","text","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","url","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","appId","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","drop","drop","drop","drop","drop","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","kind","name","package","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientName","count","deployedBy","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","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","lastDeployedAfter","lastDeployedBefore","orderBy","owner","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","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","category","createdAt","defaultImage","demoUrl","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","description","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","framework","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","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","isPublic","language","name","readme","repoLicense","repoUrl","slug","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","useCases","usingPackage","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","_app_templates_arguments","appTemplates","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","name","slug","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","count","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","framework","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","language","orderBy","sortBy","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","useCases","vzip","vzip","vzip","vzip","vzip","vzip","__typename","app","approvedBy","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","closedAt","createdAt","declinedBy","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","expiresAt","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","newOwner","newOwnerObjectId","previousOwner","previousOwnerObjectId","requestedBy","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","aliases","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","workload","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","init","init","init","init","init","into","into","into","into","into","mountPaths","name","size","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","usedSize","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","path","subpath","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","paymentMethods","payments","stripeCustomer","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","_registry_javascriptlanguagebindings_arguments","_registry_pythonlanguagebindings_arguments","active","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","commandName","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","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","into","into","into","into","into","into","into","packageVersion","registryJavascriptlanguagebindings","registryPythonlanguagebindings","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","body","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","coverImageUrl","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","editUrl","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","live","opengraphImageUrl","owner","publishDate","relatedArticles","slug","tagline","tags","theme","title","try_from","try_from","try_from","try_from","try_from","try_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","updatedAt","url","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","edges","from","from","from","init","init","init","into","into","into","pageInfo","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","id","init","init","init","init","into","into","into","into","name","slug","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","count","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","sortBy","tags","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","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","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","flags","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","name","tag","text","try_from","try_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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","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","cName","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","name","text","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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","maximumThreads","maximumUsage","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","volumes","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","memorySwap","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","maximumSize","memoryId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","allowedHosts","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","enabled","from","from","from","init","init","init","into","into","into","servers","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","domains","drop","drop","enforceHttps","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","egress","from","init","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","volumes","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","brand","country","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","expMonth","expYear","from","from","from","from","from","from","from","from","from","funding","id","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","isDefault","last4","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","_packages_arguments","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","id","init","init","init","init","into","into","into","into","name","packages","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","isArchived","packageVersionId","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","packageVersion","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","newEmail","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","user","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","oldPassword","password","token","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","token","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","username","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","token","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","user","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","user","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","exists","from","from","from","from","init","init","init","init","into","into","into","into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","user","vzip","vzip","vzip","vzip","__typename","_packages_arguments","banner","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","displayName","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","packages","slug","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","first","from","from","from","from","init","init","init","init","into","into","into","into","last","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","edges","from","from","from","init","init","init","into","into","into","pageInfo","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","command","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","module","packageVersion","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deployment","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","yamlConfig","borrow","borrow","borrow_mut","borrow_mut","comparison","count","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","avatar","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","displayName","drop","drop","drop","drop","drop","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","name","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","namespace","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","user","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","domains","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","name","namespace","private","templateId","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","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","repoId","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","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","createdAt","dName","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","name","text","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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","deletedAt","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","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","name","owner","records","slug","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","zoneFile","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","preference","try_from","try_into","type_id","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","name","text","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","id","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","success","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","recordId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","success","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","domainId","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","success","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","namespaceId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","success","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","_aliases_arguments","_usage_metrics_arguments","_versions_arguments","activeVersion","adminUrl","aggregateMetrics","aliases","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","createdAt","createdBy","deleted","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","description","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","favicon","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","globalId","globalName","id","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","name","owner","permalink","screenshot","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","url","urls","usageMetrics","versions","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","forRange","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","variant","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAfter","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","first","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","last","offset","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","_logs_arguments","_usage_metrics_arguments","aggregateMetrics","app","borrow","borrow","borrow","borrow","borrow","borrow","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","clientName","config","configWebc","createdAt","deref","deref","deref","deref","deref","deref","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","description","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","favicon","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","isActive","jsonConfig","logs","manifest","permalink","publishedBy","screenshot","signature","sourcePackage","sourcePackageRelease","sourcePackageVersion","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","url","urls","usageMetrics","userYamlConfig","version","volumes","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","yamlConfig","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","first","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","instanceIds","into","into","into","into","into","into","into","into","into","last","startingFrom","startingFromISO","streams","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","until","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","forRange","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","variant","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","name","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","workload","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","paymentMethod","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","billing","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","field","from","from","from","init","init","init","into","into","into","messages","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","ranges","text","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","delete","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","read","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","write","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","mounts","name","source","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","path","permissions","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","maximumSize","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","local","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","identifier","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","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","init","init","init","init","init","into","into","into","into","into","token","tokenRaw","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","user","vzip","vzip","vzip","vzip","vzip","bindingsGeneratorCommand","bindingsGeneratorId","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","message","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","config","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","config","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","token","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deployConfigVersionId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deployConfigVersion","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","token","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","user","valid","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","data","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","publicKeyKeyId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","_versions_arguments","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","createdAt","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","description","displayName","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","homepage","icon","id","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","lastVersion","name","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","versions","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","_package_versions_arguments","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","content","createdAt","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","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","interface","into","into","into","into","into","into","into","into","into","packageVersions","publishedBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","email","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","namespaceId","role","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","username","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","invite","namespace","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","email","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","packageName","role","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","username","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","invite","package","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","name","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","waitlistMember","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","id","init","init","init","init","into","into","into","into","likersCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","viewerHasLiked","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","datetime","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","init","init","init","init","init","init","instanceId","into","into","into","into","into","into","message","stream","timestamp","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","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","edges","from","from","from","init","init","init","into","into","into","pageInfo","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","refreshToken","refreshTokenExpiresIn","success","token","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","username","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","otp","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","username","vzip","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","success","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","clientMutationId","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","clientMutationId","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","otp","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","username","vzip","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","codes","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","otp","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","username","vzip","vzip","vzip","borrow","borrow_mut","clientMutationId","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","qr","secretKey","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","answer","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","secretKey","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","status","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","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","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","exchange","from","from","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","name","preference","text","try_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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","id","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","appVersion","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","app","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","_accept_app_transfer_request_arguments","_accept_namespace_collaborator_invite_arguments","_accept_package_collaborator_invite_arguments","_accept_package_transfer_request_arguments","_accept_tos_arguments","_add_payment_arguments","_archive_package_arguments","_change_package_version_archived_status_arguments","_change_user_email_arguments","_change_user_password_arguments","_change_user_username_arguments","_check_user_exists_arguments","_create_namespace_arguments","_create_repo_for_app_template_arguments","_delete_app_arguments","_delete_dnsrecord_arguments","_delete_domain_arguments","_delete_namespace_arguments","_detach_payment_method_arguments","_generate_api_token_arguments","_generate_bindings_for_all_packages_arguments","_generate_deploy_config_token_arguments","_generate_deploy_token_arguments","_invite_namespace_collaborator_arguments","_invite_package_collaborator_arguments","_join_waitlist_arguments","_like_package_arguments","_make_package_public_arguments","_make_payment_default_arguments","_mark_app_version_as_active_arguments","_mfa2_email_auth_arguments","_mfa2_email_get_token_arguments","_mfa2_recovery_auth_arguments","_mfa2_recovery_get_token_arguments","_mfa2totp_auth_arguments","_mfa2totp_get_token_arguments","_mfa2totp_verify_arguments","_new_nonce_arguments","_publish_deploy_app_arguments","_publish_package_arguments","_publish_public_key_arguments","_purge_cache_for_app_version_arguments","_push_package_release_arguments","_read_notification_arguments","_refresh_access_token_arguments","_register_domain_arguments","_register_user_arguments","_remove_app_transfer_request_arguments","_remove_namespace_collaborator_arguments","_remove_namespace_collaborator_invite_arguments","_remove_package_collaborator_arguments","_remove_package_collaborator_invite_arguments","_remove_package_transfer_request_arguments","_rename_app_alias_arguments","_rename_app_arguments","_rename_package_arguments","_request_app_transfer_arguments","_request_package_transfer_arguments","_request_password_reset_arguments","_request_validation_email_arguments","_revoke_access_token_arguments","_revoke_api_token_arguments","_see_pending_notifications_arguments","_social_auth_arguments","_tag_package_release_arguments","_token_auth_arguments","_unlike_package_arguments","_unwatch_package_arguments","_update_namespace_arguments","_update_namespace_collaborator_invite_role_arguments","_update_namespace_collaborator_role_arguments","_update_package_arguments","_update_package_collaborator_invite_role_arguments","_update_package_collaborator_role_arguments","_update_user_info_arguments","_upsert_dnsrecord_arguments","_upsert_domain_from_zone_file_arguments","_validate_nonce_arguments","_validate_user_email_arguments","_validate_user_password_arguments","_verify_access_token_arguments","_watch_package_arguments","acceptAppTransferRequest","acceptNamespaceCollaboratorInvite","acceptPackageCollaboratorInvite","acceptPackageTransferRequest","acceptTOS","addPayment","archivePackage","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","changePackageVersionArchivedStatus","changeUserEmail","changeUserPassword","changeUserUsername","checkUserExists","createNamespace","createRepoForAppTemplate","deleteApp","deleteDNSRecord","deleteDomain","deleteNamespace","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","detachPaymentMethod","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","generateApiToken","generateBindingsForAllPackages","generateDeployConfigToken","generateDeployToken","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","inviteNamespaceCollaborator","invitePackageCollaborator","joinWaitlist","likePackage","makePackagePublic","makePaymentDefault","markAppVersionAsActive","mfa2EmailAuth","mfa2EmailGetToken","mfa2RecoveryAuth","mfa2RecoveryGetToken","mfa2totpAuth","mfa2totpGetToken","mfa2totpVerify","newNonce","publishDeployApp","publishPackage","publishPublicKey","purgeCacheForAppVersion","pushPackageRelease","readNotification","refreshAccessToken","registerDomain","registerUser","removeAppTransferRequest","removeNamespaceCollaborator","removeNamespaceCollaboratorInvite","removePackageCollaborator","removePackageCollaboratorInvite","removePackageTransferRequest","renameApp","renameAppAlias","renamePackage","requestAppTransfer","requestPackageTransfer","requestPasswordReset","requestValidationEmail","revokeAccessToken","revokeApiToken","seePendingNotifications","socialAuth","tagPackageRelease","tokenAuth","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unlikePackage","unwatchPackage","updateNamespace","updateNamespaceCollaboratorInviteRole","updateNamespaceCollaboratorRole","updatePackage","updatePackageCollaboratorInviteRole","updatePackageCollaboratorRole","updateUserInfo","upsertDNSRecord","upsertDomainFromZoneFile","validateNonce","validateUserEmail","validateUserPassword","verifyAccessToken","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","watchPackage","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","refreshToken","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","refreshToken","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","token","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","input","into","try_from","try_into","type_id","vzip","__typename","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","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","name","nsdname","text","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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","_apps_arguments","_collaborators_arguments","_domains_arguments","_maintainer_invites_arguments","_package_transfers_incoming_arguments","_package_versions_arguments","_packages_arguments","_pending_invites_arguments","_public_activity_arguments","_usage_metrics_arguments","_user_set_arguments","_viewer_as_collaborator_arguments","_viewer_has_role_arguments","apps","avatar","avatarUpdatedAt","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","collaborators","createdAt","deref","deref","deref","deref","deref","deref","deref","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","description","displayName","domains","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","githubHandle","globalId","globalName","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","maintainerInvites","name","packageTransfersIncoming","packageVersions","packages","pendingInvites","publicActivity","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","twitterHandle","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","usageMetrics","userSet","viewerAsCollaborator","viewerHasRole","viewerInvitation","viewerIsInvited","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasmerInternal","websiteUrl","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","first","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","last","offset","sortBy","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","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","first","from","from","from","from","init","init","init","init","into","into","into","into","last","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","forRange","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","variant","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","role","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","role","try_from","try_into","type_id","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","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","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","invite","namespace","role","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","user","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","accepted","approvedBy","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","closedAt","createdAt","declinedBy","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","expiresAt","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","inviteEmail","namespace","requestedBy","role","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","user","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","collaborator","count","createdAfter","createdBefore","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","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","orderBy","packageCount","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","userCount","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","downloadUrl","drop","drop","drop","drop","drop","drop","drop","filename","filesize","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","into","into","into","into","into","into","into","module","targetTriple","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","allowAllHosts","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","hosts","init","init","init","init","into","into","into","into","regexPatterns","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","wildcardPatterns","borrow","borrow_mut","deref","deref_mut","drop","enabled","from","init","into","try_from","try_into","type_id","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","callbackUrl","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","name","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","nonce","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","id","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","entity","from","from","from","from","init","init","init","init","into","into","into","into","length","offset","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","authUrl","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","callbackUrl","createdAt","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","expired","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","isValidated","name","secret","token","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","password","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","username","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","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","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","payload","refreshExpiresIn","refreshToken","token","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","username","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","globalId","globalName","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","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","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","name","ptrdname","text","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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","_app_templates_arguments","_categories_arguments","_collaborators_arguments","_keywords_arguments","_packagewebc_set_arguments","_pending_invites_arguments","_similar_package_versions_arguments","_viewer_as_collaborator_arguments","_viewer_has_role_arguments","_webcs_arguments","activeTransferRequest","alias","appIcon","appTemplates","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","categories","collaborators","collectionSet","createdAt","curated","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","displayName","downloadsCount","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","globalId","globalName","icon","iconUpdatedAt","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","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","into","into","into","into","into","isArchived","isTransferring","keywords","lastVersion","likersCount","maintainers","name","namespace","owner","ownerObjectId","packageName","packagewebcSet","pendingInvites","private","publicKeys","showDeployButton","similarPackageVersions","totalDownloads","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","versions","viewerAsCollaborator","viewerHasLiked","viewerHasRole","viewerInvitation","viewerIsInvited","viewerIsWatching","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","watchersCount","webcs","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","first","from","from","from","from","init","init","init","init","into","into","into","into","last","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","role","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","role","try_from","try_into","type_id","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","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","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","invite","package","role","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","user","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","accepted","approvedBy","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","closedAt","createdAt","declinedBy","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","expiresAt","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","inviteEmail","package","requestedBy","role","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","user","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","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","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","downloadUrl","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","expiresInSeconds","from","from","from","from","from","from","from","from","from","from","from","from","from","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","piritaDownloadUrl","piritaExpiresInSeconds","piritaSha256Hash","piritaSize","size","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webcDownloadUrl","webcExpiresInSeconds","webcSha256Hash","webcSize","webcVersion","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","newPackagesThisMonth","packageDownloadsThisMonth","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","versionsPublishedThisMonth","vzip","vzip","vzip","vzip","__typename","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","clientName","createdAt","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","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","isArchived","package","piritaManifest","piritaOffsets","piritaVolumes","publishedBy","tag","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webc","webcV3","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","id","init","init","init","into","into","into","name","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","globalId","globalName","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","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","clientName","createdAt","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","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","isArchived","package","piritaManifest","piritaOffsets","piritaVolumes","publishedBy","tag","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webc","webcV3","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","approvedBy","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","closedAt","createdAt","declinedBy","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","expiresAt","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","newOwner","newOwnerObjectId","package","previousOwner","previousOwnerObjectId","requestedBy","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","_bindings_set_arguments","_bindingsgenerator_set_arguments","_dependencies_arguments","_deployappversion_set_arguments","_distribution_arguments","_get_pirita_contents_arguments","_get_webc_contents_arguments","_javascriptlanguagebinding_set_arguments","_lastversion_package_arguments","_native_executables_arguments","_nativeexecutable_set_arguments","_packagewebc_set_arguments","_pythonlanguagebinding_set_arguments","bindings","bindingsSet","bindingsState","bindingsgeneratorSet","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","clientName","commands","createdAt","deletedAt","dependencies","deployappversionSet","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","description","distribution","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","file","fileSize","filesystem","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","getPiritaContents","getWebcContents","hasBindings","hasCommands","homepage","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","init","init","init","init","init","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","isArchived","isCorrupt","isLastVersion","isSigned","javascriptlanguagebindingSet","lastversionPackage","license","licenseFile","manifest","moduleInterfaces","modules","nativeExecutables","nativeExecutablesCompiled","nativeExecutablesState","nativeexecutableSet","npmBindings","package","packagewebcSet","pirita256hash","piritaFile","piritaFileSize","piritaManifest","piritaOffsets","piritaVolumes","publishedBy","pythonBindings","pythonlanguagebindingSet","readme","repository","showDeployButton","signature","staticObjectsCompiled","tag","totalDownloads","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webc","webcGenerationErrors","webcV3","witFile","witMd","after","before","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","first","from","from","from","from","init","init","init","init","into","into","into","into","last","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","version","vzip","base","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","volume","vzip","vzip","base","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","volume","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","triple","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","wasmerCompilerVersion","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","host","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","wasm","__typename","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","codeSnippetExample","createdAt","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","from","from","from","from","from","from","from","from","from","from","from","from","generator","id","importablePackageName","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","kind","language","module","name","packageName","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","url","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","abi","atom","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","name","publicUrl","rangeHeader","source","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","_npm_default_install_package_name_arguments","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","codeSnippetExample","createdAt","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","generator","id","importablePackageName","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","kind","language","module","name","npmDefaultInstallPackageName","packageName","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","url","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","url","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","_python_default_install_package_name_arguments","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","codeSnippetExample","createdAt","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","generator","id","importablePackageName","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","kind","language","module","name","packageName","pythonDefaultInstallPackageName","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","url","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","url","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","packageVersion","state","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","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","clientName","createdAt","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","isArchived","package","piritaManifest","piritaOffsets","piritaVolumes","publishedBy","tag","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webc","webcUrl","webcV3","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","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","count","createdAfter","createdBefore","curated","deployable","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","downloads","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","hasBindings","hasCommands","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","isStandalone","lastPublishedAfter","lastPublishedBefore","license","likes","orderBy","owner","publishDate","publishedBy","size","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","withInterfaces","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","endCursor","from","from","from","from","from","hasNextPage","hasPreviousPage","init","init","init","init","init","into","into","into","into","into","startCursor","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","amount","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","id","init","init","init","init","into","into","into","into","paidOn","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","amount","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","created","currency","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","id","init","init","init","init","init","init","into","into","into","into","into","into","status","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","vzip","vzip","vzip","vzip","vzip","vzip","__typename","_name_arguments","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","name","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","deref","deref_mut","display","drop","from","init","into","try_from","try_into","type_id","vzip","__typename","_name_arguments","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","name","offset","size","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","display","drop","from","init","into","try_from","try_into","type_id","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","key","keyId","owner","revoked","revokedAt","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uploadedAt","verifyingSignature","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","config","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","makeDefault","name","owner","strict","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deployAppVersion","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","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","clientMutationId","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","description","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","file","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","homepage","icon","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","license","licenseFile","manifest","name","namespace","private","readme","repository","signature","signedUrl","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uploadFormat","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","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","init","init","init","init","init","into","into","into","into","into","packageVersion","packageWebc","success","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","key","keyId","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","verifyingSignatureId","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","publicKey","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","id","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","appVersion","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","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","init","init","init","init","init","into","into","into","into","into","name","namespace","private","signedUrl","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","packageWebc","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","_all_blogpost_tags_arguments","_all_package_releases_arguments","_all_package_versions_arguments","_blogposts_arguments","_categories_arguments","_check_repo_exists_arguments","_get_all_dnsrecords_arguments","_get_all_domains_arguments","_get_app_by_global_alias_arguments","_get_app_template_arguments","_get_app_template_categories_arguments","_get_app_templates_arguments","_get_app_versions_arguments","_get_auth_nonce_arguments","_get_blogpost_arguments","_get_collections_arguments","_get_command_arguments","_get_commands_arguments","_get_contract_arguments","_get_contract_version_arguments","_get_contracts_arguments","_get_deploy_app_arguments","_get_deploy_app_version_arguments","_get_deploy_apps_arguments","_get_domain_arguments","_get_global_object_arguments","_get_interface_arguments","_get_interface_version_arguments","_get_interfaces_arguments","_get_namespace_arguments","_get_package_arguments","_get_package_hash_arguments","_get_package_release_arguments","_get_package_version_arguments","_get_package_version_by_hash_arguments","_get_package_versions_arguments","_get_packages_arguments","_get_password_reset_token_arguments","_get_signed_url_for_package_upload_arguments","_get_user_arguments","_get_webc_image_arguments","_new_repo_name_arguments","_node_arguments","_nodes_arguments","_packages_arguments","_recent_package_versions_arguments","_search_arguments","_search_autocomplete_arguments","allBlogpostTags","allPackageReleases","allPackageVersions","blogposts","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","canDeployAppToGithub","categories","checkRepoExists","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","getAllDNSRecords","getAllDomains","getAppByGlobalAlias","getAppTemplate","getAppTemplateCategories","getAppTemplates","getAppVersions","getAuthNonce","getBlogpost","getCollections","getCommand","getCommands","getContract","getContractVersion","getContracts","getDeployApp","getDeployAppVersion","getDeployApps","getDomain","getGlobalObject","getInterface","getInterfaceVersion","getInterfaces","getNamespace","getPackage","getPackageHash","getPackageRelease","getPackageVersion","getPackageVersionByHash","getPackageVersions","getPackages","getPasswordResetToken","getSignedUrlForPackageUpload","getUser","getWebcImage","info","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","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","into","into","into","into","into","into","into","into","into","into","into","into","into","latestTOS","newRepoName","node","nodes","packages","recentPackageVersions","search","searchAutocomplete","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","viewer","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAfter","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","first","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","last","offset","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAfter","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAfter","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","first","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","last","offset","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAfter","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","tags","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","name","namespace","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","first","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","last","sortBy","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","updatedAfter","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","first","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","last","namespace","offset","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","vzip","vzip","vzip","vzip","vzip","vzip","alias","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","slug","try_from","try_into","type_id","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","categorySlug","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","first","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","last","offset","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","first","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","last","offset","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAfter","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","name","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","featured","from","from","init","init","into","into","slug","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","first","from","from","from","from","init","init","init","init","into","into","into","into","last","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","name","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","names","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","name","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","name","try_from","try_from","try_into","try_into","type_id","type_id","version","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","names","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","name","owner","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","name","owner","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","version","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","first","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","last","offset","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAfter","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","name","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","slug","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","name","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","name","try_from","try_from","try_into","try_into","type_id","type_id","version","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","names","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","name","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","name","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","hash","init","init","into","into","name","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","hash","init","into","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","name","try_from","try_from","try_into","try_into","type_id","type_id","version","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","hash","init","init","into","into","name","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","names","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","names","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","token","try_from","try_into","type_id","vzip","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","expiresAfterSeconds","filename","from","from","from","from","init","init","init","init","into","into","into","into","name","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","version","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","username","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","hash","init","into","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","namespace","templateSlug","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","id","init","into","try_from","try_into","type_id","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","ids","init","into","try_from","try_into","type_id","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","curated","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","first","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","last","offset","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","vzip","vzip","vzip","vzip","vzip","vzip","after","appTemplates","apps","before","blogposts","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","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","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","first","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","last","namespaces","packages","query","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","users","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","first","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","kind","last","query","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","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","notificationId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","notification","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","init","init","init","init","init","into","into","into","into","into","payload","refreshExpiresIn","refreshToken","token","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","importRecords","init","init","init","init","into","into","into","into","name","namespace","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","domain","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","acceptedTos","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","email","from","from","from","from","from","from","fullName","init","init","init","init","init","init","into","into","into","into","into","into","password","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","username","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","token","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","baseUrl","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createBlogpostUrl","defaultFrontend","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","from","from","from","from","from","from","from","graphqlUrl","init","init","init","init","init","init","init","into","into","into","into","into","into","into","packages","schema","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","appTransferRequestId","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","app","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","namespaceCollaboratorId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","inviteId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","namespace","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","namespace","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageCollaboratorId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","inviteId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageTransferRequestId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","id","init","init","init","into","into","into","name","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","alias","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","id","init","init","init","into","into","into","name","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","app","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","newName","packageId","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","appId","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","newOwnerId","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","appTransferRequest","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","wasInstantlyTransferred","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","newOwnerId","packageId","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","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","init","init","init","init","init","into","into","into","into","into","package","packageTransferRequest","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","wasInstantlyTransferred","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","email","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","email","errors","from","from","from","from","init","init","init","init","into","into","into","into","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","userId","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","user","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","revoked","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","tokenId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","success","token","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","dialect","drop","drop","from","from","init","init","into","into","source","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","source","try_from","try_into","type_id","vzip","__typename","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","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","expire","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","minimum","mname","name","refresh","retry","rname","serial","text","try_from","try_from","try_from","try_from","try_from","try_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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","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","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","name","port","priority","protocol","service","target","text","try_from","try_from","try_from","try_from","try_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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weight","__typename","algorithm","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","createdAt","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","fingerprint","from","from","from","from","from","from","from","from","from","from","from","from","from","id","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","name","text","try_from","try_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","ttl","type","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","SHA256Hash","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","downloadUrl","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","lastUpdated","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow_mut","clientMutationId","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","success","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","paymentMethod","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","billing","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","data","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","id","init","init","init","init","init","into","into","into","into","into","publicKey","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","url","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","created","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","extraData","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","modified","provider","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","uid","user","username","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","accessToken","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","provider","register","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","social","token","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","id","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","_app_is_published_from_repo_arguments","_package_version_created_arguments","_package_version_ready_arguments","_stream_logs_arguments","_user_notification_created_arguments","_wait_on_repo_creation_arguments","appIsPublishedFromRepo","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","packageVersionCreated","packageVersionReady","streamLogs","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","userNotificationCreated","vzip","vzip","vzip","vzip","vzip","vzip","vzip","waitOnRepoCreation","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","repoId","try_from","try_into","type_id","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","ownerId","publishedBy","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","packageVersionId","try_from","try_into","type_id","vzip","appVersionId","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","init","init","init","init","init","init","instanceIds","into","into","into","into","into","into","searchTerm","startingFromISO","streams","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","untilISO","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","userId","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","repoId","try_from","try_into","type_id","vzip","__typename","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","createdAt","data","deletedAt","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","dnsClass","domain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","name","text","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","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","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","clientMutationId","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","description","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","homepage","icon","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","license","licenseFile","manifest","name","namespace","packageReleaseId","private","readme","repository","signature","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","packageVersion","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","content","createdAt","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","id","init","init","init","init","init","into","into","into","into","into","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","viewerHasAccepted","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","namespaceCollaboratorInviteId","role","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","collaboratorInvite","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","namespaceCollaboratorId","role","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","collaborator","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","avatar","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","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","description","displayName","drop","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","from","github","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","name","namespaceId","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","twitter","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","websiteUrl","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","namespace","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","packageCollaboratorInviteId","role","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","collaboratorInvite","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","packageCollaboratorId","role","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","collaborator","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","icon","init","init","init","into","into","into","packageId","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","avatar","bio","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","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","from","from","from","from","from","from","from","from","from","fullName","github","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","location","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","twitter","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","userId","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","websiteUrl","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","user","vzip","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","domainId","drop","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","kind","mx","name","recordId","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","record","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deleteMissingRecords","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","zoneFile","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","domain","drop","drop","drop","drop","from","from","from","from","init","init","init","init","into","into","into","into","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","init","init","init","init","init","into","into","into","into","into","timestamp","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","unit","value","variant","vzip","vzip","vzip","vzip","vzip","__typename","_api_tokens_arguments","_apps_arguments","_avatar_arguments","_dashboard_activity_arguments","_domains_arguments","_namespace_invites_incoming_arguments","_namespaces_arguments","_notifications_arguments","_package_invites_incoming_arguments","_package_transfers_incoming_arguments","_package_versions_arguments","_packages_arguments","_public_activity_arguments","_usage_metrics_arguments","_waitlist_arguments","apiTokens","apps","avatar","billing","bio","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","companyDescription","companyRole","dashboardActivity","dateJoined","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","domains","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","email","firstName","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","fullName","githubScopes","githubUrl","githubUser","globalId","globalName","hasUsablePassword","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","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","into","isEmailValidated","isStaff","isViewer","lastName","location","loginMethods","namespaceInvitesIncoming","namespaces","notifications","packageInvitesIncoming","packageTransfersIncoming","packageVersions","packages","publicActivity","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","twitterUrl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","usageMetrics","username","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","waitlist","wasmerInternal","websiteUrl","after","before","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","first","from","from","from","from","init","init","init","init","into","into","into","into","last","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","collaborating","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","first","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","last","offset","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","size","try_from","try_into","type_id","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","first","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","last","offset","role","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","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","first","from","from","from","from","init","init","init","init","into","into","into","into","last","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","collaborating","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","drop","first","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","last","offset","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","vzip","vzip","vzip","vzip","vzip","vzip","after","before","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","first","from","from","from","from","from","init","init","init","init","init","into","into","into","into","into","last","offset","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","forRange","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","variant","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","name","try_from","try_into","type_id","vzip","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","body","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","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","from","from","from","from","from","from","from","icon","id","init","init","init","init","init","init","init","into","into","into","into","into","into","into","kind","seenState","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","drop","edges","from","from","from","from","from","hasPendingNotifications","init","init","init","init","init","into","into","into","into","into","pageInfo","pendingNotificationsCount","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","notification","notificationDeletedId","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","namespaceInvite","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageInvite","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageTransferRequest","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageVersion","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","user","vzip","vzip","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","count","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","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","joinedAfter","joinedBefore","namespaceCount","orderBy","packageCount","sortBy","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","id","init","init","init","into","into","into","secret","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","nonce","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","challenge","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","userId","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","user","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","password","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","success","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","payload","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","checksum","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","init","init","init","init","init","into","into","into","into","into","name","offset","size","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","createdAt","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","id","init","init","init","init","init","into","into","into","into","into","name","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","updatedAt","vzip","vzip","vzip","vzip","vzip","__typename","approved","approvedAt","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","into","into","into","into","into","into","into","joinedAt","member","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","waitlist","borrow","borrow","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","packageId","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clientMutationId","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","package","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","__typename","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","createdAt","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","fileSize","from","from","from","from","from","from","from","from","from","from","from","from","id","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","manifest","offsets","targzSha256","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","updatedAt","version","volumes","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webcSha256","webcUrl","__typename","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","drop","drop","drop","drop","edges","from","from","from","from","init","init","init","init","into","into","into","into","pageInfo","totalCount","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","__typename","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cursor","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","node","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","authToken","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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","init","init","init","init","init","into","into","into","into","into","name","namespace","repository","tag","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","drop","drop","from","from","init","init","into","into","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","wcgi","webProxy","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","try_from","try_into","type_id","vzip","webc","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","capability","deref","deref","deref","deref_mut","deref_mut","deref_mut","drop","drop","drop","from","from","from","init","init","init","into","into","into","name","runner","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","source","try_from","try_into","type_id","vzip","TYPE","Variable"],"q":[[0,"wasmer_api"],[18,"wasmer_api::client"],[50,"wasmer_api::error"],[68,"wasmer_api::global_id"],[232,"wasmer_api::query"],[319,"wasmer_api::stream"],[348,"wasmer_api::types"],[1094,"wasmer_api::types::queries"],[5357,"wasmer_api::types::schema"],[10773,"wasmer_api::types::schema::__fields"],[11134,"wasmer_api::types::schema::__fields::AAAARecord"],[11277,"wasmer_api::types::schema::__fields::APIToken"],[11382,"wasmer_api::types::schema::__fields::APIToken::_nonce_set_arguments"],[11447,"wasmer_api::types::schema::__fields::APITokenConnection"],[11486,"wasmer_api::types::schema::__fields::APITokenEdge"],[11525,"wasmer_api::types::schema::__fields::ARecord"],[11668,"wasmer_api::types::schema::__fields::AcceptAppTransferRequestInput"],[11694,"wasmer_api::types::schema::__fields::AcceptAppTransferRequestPayload"],[11746,"wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInviteInput"],[11772,"wasmer_api::types::schema::__fields::AcceptNamespaceCollaboratorInvitePayload"],[11811,"wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInviteInput"],[11837,"wasmer_api::types::schema::__fields::AcceptPackageCollaboratorInvitePayload"],[11876,"wasmer_api::types::schema::__fields::AcceptPackageTransferRequestInput"],[11902,"wasmer_api::types::schema::__fields::AcceptPackageTransferRequestPayload"],[11954,"wasmer_api::types::schema::__fields::AcceptTOSInput"],[11967,"wasmer_api::types::schema::__fields::AcceptTOSPayload"],[12006,"wasmer_api::types::schema::__fields::ActivityEvent"],[12071,"wasmer_api::types::schema::__fields::ActivityEventConnection"],[12123,"wasmer_api::types::schema::__fields::ActivityEventEdge"],[12162,"wasmer_api::types::schema::__fields::AddPaymentInput"],[12175,"wasmer_api::types::schema::__fields::AddPaymentPayload"],[12214,"wasmer_api::types::schema::__fields::AggregateMetrics"],[12318,"wasmer_api::types::schema::__fields::AppAlias"],[12435,"wasmer_api::types::schema::__fields::AppAliasConnection"],[12487,"wasmer_api::types::schema::__fields::AppAliasEdge"],[12526,"wasmer_api::types::schema::__fields::AppConfigV1"],[12591,"wasmer_api::types::schema::__fields::AppFilter"],[12695,"wasmer_api::types::schema::__fields::AppTemplate"],[12929,"wasmer_api::types::schema::__fields::AppTemplateCategory"],[13034,"wasmer_api::types::schema::__fields::AppTemplateCategory::_app_templates_arguments"],[13099,"wasmer_api::types::schema::__fields::AppTemplateCategoryConnection"],[13151,"wasmer_api::types::schema::__fields::AppTemplateCategoryEdge"],[13190,"wasmer_api::types::schema::__fields::AppTemplateConnection"],[13242,"wasmer_api::types::schema::__fields::AppTemplateEdge"],[13281,"wasmer_api::types::schema::__fields::AppTemplateFilter"],[13359,"wasmer_api::types::schema::__fields::AppTransferRequest"],[13528,"wasmer_api::types::schema::__fields::AppV1Spec"],[13554,"wasmer_api::types::schema::__fields::AppVersionVolume"],[13619,"wasmer_api::types::schema::__fields::AppVersionVolumeMountPath"],[13658,"wasmer_api::types::schema::__fields::ArchivePackageInput"],[13684,"wasmer_api::types::schema::__fields::ArchivePackagePayload"],[13723,"wasmer_api::types::schema::__fields::Billing"],[13775,"wasmer_api::types::schema::__fields::BindingsGenerator"],[13868,"wasmer_api::types::schema::__fields::BindingsGenerator::_registry_javascriptlanguagebindings_arguments"],[13933,"wasmer_api::types::schema::__fields::BindingsGenerator::_registry_pythonlanguagebindings_arguments"],[13998,"wasmer_api::types::schema::__fields::BindingsGeneratorConnection"],[14050,"wasmer_api::types::schema::__fields::BindingsGeneratorEdge"],[14089,"wasmer_api::types::schema::__fields::BlogPost"],[14310,"wasmer_api::types::schema::__fields::BlogPostConnection"],[14349,"wasmer_api::types::schema::__fields::BlogPostEdge"],[14388,"wasmer_api::types::schema::__fields::BlogPostTag"],[14440,"wasmer_api::types::schema::__fields::BlogPostTagConnection"],[14492,"wasmer_api::types::schema::__fields::BlogPostTagEdge"],[14531,"wasmer_api::types::schema::__fields::BlogPostsFilter"],[14570,"wasmer_api::types::schema::__fields::CAARecord"],[14739,"wasmer_api::types::schema::__fields::CNAMERecord"],[14882,"wasmer_api::types::schema::__fields::CapabilityCpuV1"],[14908,"wasmer_api::types::schema::__fields::CapabilityFileSystemV1"],[14921,"wasmer_api::types::schema::__fields::CapabilityMapV1"],[14934,"wasmer_api::types::schema::__fields::CapabilityMemorySwapV1"],[14960,"wasmer_api::types::schema::__fields::CapabilityNetworkDnsV1"],[14999,"wasmer_api::types::schema::__fields::CapabilityNetworkGatewayV1"],[15025,"wasmer_api::types::schema::__fields::CapabilityNetworkV1"],[15038,"wasmer_api::types::schema::__fields::CapabilityPersistentMemoryV1"],[15051,"wasmer_api::types::schema::__fields::CardPaymentMethod"],[15168,"wasmer_api::types::schema::__fields::Category"],[15221,"wasmer_api::types::schema::__fields::Category::_packages_arguments"],[15286,"wasmer_api::types::schema::__fields::CategoryConnection"],[15338,"wasmer_api::types::schema::__fields::CategoryEdge"],[15377,"wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusInput"],[15416,"wasmer_api::types::schema::__fields::ChangePackageVersionArchivedStatusPayload"],[15455,"wasmer_api::types::schema::__fields::ChangeUserEmailInput"],[15481,"wasmer_api::types::schema::__fields::ChangeUserEmailPayload"],[15520,"wasmer_api::types::schema::__fields::ChangeUserPasswordInput"],[15572,"wasmer_api::types::schema::__fields::ChangeUserPasswordPayload"],[15611,"wasmer_api::types::schema::__fields::ChangeUserUsernameInput"],[15637,"wasmer_api::types::schema::__fields::ChangeUserUsernamePayload"],[15689,"wasmer_api::types::schema::__fields::CheckUserExistsInput"],[15715,"wasmer_api::types::schema::__fields::CheckUserExistsPayload"],[15767,"wasmer_api::types::schema::__fields::Collection"],[15859,"wasmer_api::types::schema::__fields::Collection::_packages_arguments"],[15911,"wasmer_api::types::schema::__fields::CollectionConnection"],[15950,"wasmer_api::types::schema::__fields::CollectionEdge"],[15989,"wasmer_api::types::schema::__fields::Command"],[16041,"wasmer_api::types::schema::__fields::Configuration"],[16067,"wasmer_api::types::schema::__fields::CountFilter"],[16093,"wasmer_api::types::schema::__fields::CreateNamespaceInput"],[16158,"wasmer_api::types::schema::__fields::CreateNamespacePayload"],[16210,"wasmer_api::types::schema::__fields::CreateRepoForAppTemplateInput"],[16288,"wasmer_api::types::schema::__fields::CreateRepoForAppTemplatePayload"],[16340,"wasmer_api::types::schema::__fields::DNAMERecord"],[16483,"wasmer_api::types::schema::__fields::DNSDomain"],[16613,"wasmer_api::types::schema::__fields::DNSDomainConnection"],[16665,"wasmer_api::types::schema::__fields::DNSDomainEdge"],[16704,"wasmer_api::types::schema::__fields::DNSMXExtraInput"],[16717,"wasmer_api::types::schema::__fields::DNSRecordConnection"],[16769,"wasmer_api::types::schema::__fields::DNSRecordEdge"],[16808,"wasmer_api::types::schema::__fields::DNSRecordInterface"],[16925,"wasmer_api::types::schema::__fields::DeleteAppInput"],[16951,"wasmer_api::types::schema::__fields::DeleteAppPayload"],[16990,"wasmer_api::types::schema::__fields::DeleteDNSRecordInput"],[17016,"wasmer_api::types::schema::__fields::DeleteDNSRecordPayload"],[17055,"wasmer_api::types::schema::__fields::DeleteDomainInput"],[17081,"wasmer_api::types::schema::__fields::DeleteDomainPayload"],[17120,"wasmer_api::types::schema::__fields::DeleteNamespaceInput"],[17146,"wasmer_api::types::schema::__fields::DeleteNamespacePayload"],[17185,"wasmer_api::types::schema::__fields::DeployApp"],[17474,"wasmer_api::types::schema::__fields::DeployApp::_aliases_arguments"],[17539,"wasmer_api::types::schema::__fields::DeployApp::_usage_metrics_arguments"],[17565,"wasmer_api::types::schema::__fields::DeployApp::_versions_arguments"],[17656,"wasmer_api::types::schema::__fields::DeployAppConnection"],[17708,"wasmer_api::types::schema::__fields::DeployAppEdge"],[17747,"wasmer_api::types::schema::__fields::DeployAppVersion"],[18126,"wasmer_api::types::schema::__fields::DeployAppVersion::_logs_arguments"],[18243,"wasmer_api::types::schema::__fields::DeployAppVersion::_usage_metrics_arguments"],[18269,"wasmer_api::types::schema::__fields::DeployAppVersionConnection"],[18321,"wasmer_api::types::schema::__fields::DeployAppVersionEdge"],[18360,"wasmer_api::types::schema::__fields::DeploymentV1"],[18386,"wasmer_api::types::schema::__fields::DetachPaymentMethodInput"],[18412,"wasmer_api::types::schema::__fields::DetachPaymentMethodPayload"],[18464,"wasmer_api::types::schema::__fields::ErrorType"],[18503,"wasmer_api::types::schema::__fields::EventBody"],[18542,"wasmer_api::types::schema::__fields::FileSystemPermissionsV1"],[18581,"wasmer_api::types::schema::__fields::FileSystemVolumeConfigV1"],[18620,"wasmer_api::types::schema::__fields::FileSystemVolumeMountV1"],[18646,"wasmer_api::types::schema::__fields::FileSystemVolumeSourceLocalV1"],[18659,"wasmer_api::types::schema::__fields::FileSystemVolumeSourceV1"],[18672,"wasmer_api::types::schema::__fields::GenerateAPITokenInput"],[18698,"wasmer_api::types::schema::__fields::GenerateAPITokenPayload"],[18763,"wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesInput"],[18802,"wasmer_api::types::schema::__fields::GenerateBindingsForAllPackagesPayload"],[18841,"wasmer_api::types::schema::__fields::GenerateDeployConfigTokenInput"],[18867,"wasmer_api::types::schema::__fields::GenerateDeployConfigTokenPayload"],[18919,"wasmer_api::types::schema::__fields::GenerateDeployTokenInput"],[18945,"wasmer_api::types::schema::__fields::GenerateDeployTokenPayload"],[18997,"wasmer_api::types::schema::__fields::GetPasswordResetToken"],[19036,"wasmer_api::types::schema::__fields::InputSignature"],[19062,"wasmer_api::types::schema::__fields::Interface"],[19206,"wasmer_api::types::schema::__fields::Interface::_versions_arguments"],[19271,"wasmer_api::types::schema::__fields::InterfaceVersion"],[19389,"wasmer_api::types::schema::__fields::InterfaceVersion::_package_versions_arguments"],[19454,"wasmer_api::types::schema::__fields::InterfaceVersionConnection"],[19506,"wasmer_api::types::schema::__fields::InterfaceVersionEdge"],[19545,"wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorInput"],[19610,"wasmer_api::types::schema::__fields::InviteNamespaceCollaboratorPayload"],[19662,"wasmer_api::types::schema::__fields::InvitePackageCollaboratorInput"],[19727,"wasmer_api::types::schema::__fields::InvitePackageCollaboratorPayload"],[19779,"wasmer_api::types::schema::__fields::JoinWaitlistInput"],[19805,"wasmer_api::types::schema::__fields::JoinWaitlistPayload"],[19844,"wasmer_api::types::schema::__fields::LikePackageInput"],[19870,"wasmer_api::types::schema::__fields::LikePackagePayload"],[19909,"wasmer_api::types::schema::__fields::Likeable"],[19961,"wasmer_api::types::schema::__fields::Log"],[20039,"wasmer_api::types::schema::__fields::LogConnection"],[20078,"wasmer_api::types::schema::__fields::LogEdge"],[20117,"wasmer_api::types::schema::__fields::MFAAuthResponse"],[20195,"wasmer_api::types::schema::__fields::MFAEmailAuthInput"],[20234,"wasmer_api::types::schema::__fields::MFAEmailGenerationResponse"],[20260,"wasmer_api::types::schema::__fields::MFAGenerateEmailOTPInput"],[20273,"wasmer_api::types::schema::__fields::MFAGenerateRecoveryTokenInput"],[20286,"wasmer_api::types::schema::__fields::MFARecoveryAuthInput"],[20325,"wasmer_api::types::schema::__fields::MFARecoveryCodes"],[20351,"wasmer_api::types::schema::__fields::MFATOTPAuthInput"],[20390,"wasmer_api::types::schema::__fields::MFATOTPGetTokenInput"],[20403,"wasmer_api::types::schema::__fields::MFATOTPTokenType"],[20442,"wasmer_api::types::schema::__fields::MFATOTPVerifyInput"],[20481,"wasmer_api::types::schema::__fields::MFATOTPVerifyPayload"],[20520,"wasmer_api::types::schema::__fields::MXRecord"],[20676,"wasmer_api::types::schema::__fields::MakePackagePublicInput"],[20702,"wasmer_api::types::schema::__fields::MakePackagePublicPayload"],[20741,"wasmer_api::types::schema::__fields::MarkAppVersionAsActiveInput"],[20767,"wasmer_api::types::schema::__fields::MarkAppVersionAsActivePayload"],[20806,"wasmer_api::types::schema::__fields::Mutation"],[21967,"wasmer_api::types::schema::__fields::Mutation::_accept_app_transfer_request_arguments"],[21980,"wasmer_api::types::schema::__fields::Mutation::_accept_namespace_collaborator_invite_arguments"],[21993,"wasmer_api::types::schema::__fields::Mutation::_accept_package_collaborator_invite_arguments"],[22006,"wasmer_api::types::schema::__fields::Mutation::_accept_package_transfer_request_arguments"],[22019,"wasmer_api::types::schema::__fields::Mutation::_accept_tos_arguments"],[22032,"wasmer_api::types::schema::__fields::Mutation::_add_payment_arguments"],[22045,"wasmer_api::types::schema::__fields::Mutation::_archive_package_arguments"],[22058,"wasmer_api::types::schema::__fields::Mutation::_change_package_version_archived_status_arguments"],[22071,"wasmer_api::types::schema::__fields::Mutation::_change_user_email_arguments"],[22084,"wasmer_api::types::schema::__fields::Mutation::_change_user_password_arguments"],[22097,"wasmer_api::types::schema::__fields::Mutation::_change_user_username_arguments"],[22110,"wasmer_api::types::schema::__fields::Mutation::_check_user_exists_arguments"],[22123,"wasmer_api::types::schema::__fields::Mutation::_create_namespace_arguments"],[22136,"wasmer_api::types::schema::__fields::Mutation::_create_repo_for_app_template_arguments"],[22149,"wasmer_api::types::schema::__fields::Mutation::_delete_app_arguments"],[22162,"wasmer_api::types::schema::__fields::Mutation::_delete_dnsrecord_arguments"],[22175,"wasmer_api::types::schema::__fields::Mutation::_delete_domain_arguments"],[22188,"wasmer_api::types::schema::__fields::Mutation::_delete_namespace_arguments"],[22201,"wasmer_api::types::schema::__fields::Mutation::_detach_payment_method_arguments"],[22214,"wasmer_api::types::schema::__fields::Mutation::_generate_api_token_arguments"],[22227,"wasmer_api::types::schema::__fields::Mutation::_generate_bindings_for_all_packages_arguments"],[22240,"wasmer_api::types::schema::__fields::Mutation::_generate_deploy_config_token_arguments"],[22253,"wasmer_api::types::schema::__fields::Mutation::_generate_deploy_token_arguments"],[22266,"wasmer_api::types::schema::__fields::Mutation::_invite_namespace_collaborator_arguments"],[22279,"wasmer_api::types::schema::__fields::Mutation::_invite_package_collaborator_arguments"],[22292,"wasmer_api::types::schema::__fields::Mutation::_join_waitlist_arguments"],[22305,"wasmer_api::types::schema::__fields::Mutation::_like_package_arguments"],[22318,"wasmer_api::types::schema::__fields::Mutation::_make_package_public_arguments"],[22331,"wasmer_api::types::schema::__fields::Mutation::_make_payment_default_arguments"],[22344,"wasmer_api::types::schema::__fields::Mutation::_mark_app_version_as_active_arguments"],[22357,"wasmer_api::types::schema::__fields::Mutation::_mfa2_email_auth_arguments"],[22370,"wasmer_api::types::schema::__fields::Mutation::_mfa2_email_get_token_arguments"],[22383,"wasmer_api::types::schema::__fields::Mutation::_mfa2_recovery_auth_arguments"],[22396,"wasmer_api::types::schema::__fields::Mutation::_mfa2_recovery_get_token_arguments"],[22409,"wasmer_api::types::schema::__fields::Mutation::_mfa2totp_auth_arguments"],[22422,"wasmer_api::types::schema::__fields::Mutation::_mfa2totp_get_token_arguments"],[22435,"wasmer_api::types::schema::__fields::Mutation::_mfa2totp_verify_arguments"],[22448,"wasmer_api::types::schema::__fields::Mutation::_new_nonce_arguments"],[22461,"wasmer_api::types::schema::__fields::Mutation::_publish_deploy_app_arguments"],[22474,"wasmer_api::types::schema::__fields::Mutation::_publish_package_arguments"],[22487,"wasmer_api::types::schema::__fields::Mutation::_publish_public_key_arguments"],[22500,"wasmer_api::types::schema::__fields::Mutation::_purge_cache_for_app_version_arguments"],[22513,"wasmer_api::types::schema::__fields::Mutation::_push_package_release_arguments"],[22526,"wasmer_api::types::schema::__fields::Mutation::_read_notification_arguments"],[22539,"wasmer_api::types::schema::__fields::Mutation::_refresh_access_token_arguments"],[22552,"wasmer_api::types::schema::__fields::Mutation::_register_domain_arguments"],[22565,"wasmer_api::types::schema::__fields::Mutation::_register_user_arguments"],[22578,"wasmer_api::types::schema::__fields::Mutation::_remove_app_transfer_request_arguments"],[22591,"wasmer_api::types::schema::__fields::Mutation::_remove_namespace_collaborator_arguments"],[22604,"wasmer_api::types::schema::__fields::Mutation::_remove_namespace_collaborator_invite_arguments"],[22617,"wasmer_api::types::schema::__fields::Mutation::_remove_package_collaborator_arguments"],[22630,"wasmer_api::types::schema::__fields::Mutation::_remove_package_collaborator_invite_arguments"],[22643,"wasmer_api::types::schema::__fields::Mutation::_remove_package_transfer_request_arguments"],[22656,"wasmer_api::types::schema::__fields::Mutation::_rename_app_alias_arguments"],[22669,"wasmer_api::types::schema::__fields::Mutation::_rename_app_arguments"],[22682,"wasmer_api::types::schema::__fields::Mutation::_rename_package_arguments"],[22695,"wasmer_api::types::schema::__fields::Mutation::_request_app_transfer_arguments"],[22708,"wasmer_api::types::schema::__fields::Mutation::_request_package_transfer_arguments"],[22721,"wasmer_api::types::schema::__fields::Mutation::_request_password_reset_arguments"],[22734,"wasmer_api::types::schema::__fields::Mutation::_request_validation_email_arguments"],[22747,"wasmer_api::types::schema::__fields::Mutation::_revoke_access_token_arguments"],[22760,"wasmer_api::types::schema::__fields::Mutation::_revoke_api_token_arguments"],[22773,"wasmer_api::types::schema::__fields::Mutation::_see_pending_notifications_arguments"],[22786,"wasmer_api::types::schema::__fields::Mutation::_social_auth_arguments"],[22799,"wasmer_api::types::schema::__fields::Mutation::_tag_package_release_arguments"],[22812,"wasmer_api::types::schema::__fields::Mutation::_token_auth_arguments"],[22825,"wasmer_api::types::schema::__fields::Mutation::_unlike_package_arguments"],[22838,"wasmer_api::types::schema::__fields::Mutation::_unwatch_package_arguments"],[22851,"wasmer_api::types::schema::__fields::Mutation::_update_namespace_arguments"],[22864,"wasmer_api::types::schema::__fields::Mutation::_update_namespace_collaborator_invite_role_arguments"],[22877,"wasmer_api::types::schema::__fields::Mutation::_update_namespace_collaborator_role_arguments"],[22890,"wasmer_api::types::schema::__fields::Mutation::_update_package_arguments"],[22903,"wasmer_api::types::schema::__fields::Mutation::_update_package_collaborator_invite_role_arguments"],[22916,"wasmer_api::types::schema::__fields::Mutation::_update_package_collaborator_role_arguments"],[22929,"wasmer_api::types::schema::__fields::Mutation::_update_user_info_arguments"],[22942,"wasmer_api::types::schema::__fields::Mutation::_upsert_dnsrecord_arguments"],[22955,"wasmer_api::types::schema::__fields::Mutation::_upsert_domain_from_zone_file_arguments"],[22968,"wasmer_api::types::schema::__fields::Mutation::_validate_nonce_arguments"],[22981,"wasmer_api::types::schema::__fields::Mutation::_validate_user_email_arguments"],[22994,"wasmer_api::types::schema::__fields::Mutation::_validate_user_password_arguments"],[23007,"wasmer_api::types::schema::__fields::Mutation::_verify_access_token_arguments"],[23020,"wasmer_api::types::schema::__fields::Mutation::_watch_package_arguments"],[23033,"wasmer_api::types::schema::__fields::NSRecord"],[23176,"wasmer_api::types::schema::__fields::Namespace"],[23579,"wasmer_api::types::schema::__fields::Namespace::_apps_arguments"],[23657,"wasmer_api::types::schema::__fields::Namespace::_collaborators_arguments"],[23722,"wasmer_api::types::schema::__fields::Namespace::_domains_arguments"],[23787,"wasmer_api::types::schema::__fields::Namespace::_maintainer_invites_arguments"],[23852,"wasmer_api::types::schema::__fields::Namespace::_package_transfers_incoming_arguments"],[23917,"wasmer_api::types::schema::__fields::Namespace::_package_versions_arguments"],[23982,"wasmer_api::types::schema::__fields::Namespace::_packages_arguments"],[24047,"wasmer_api::types::schema::__fields::Namespace::_pending_invites_arguments"],[24112,"wasmer_api::types::schema::__fields::Namespace::_public_activity_arguments"],[24164,"wasmer_api::types::schema::__fields::Namespace::_usage_metrics_arguments"],[24190,"wasmer_api::types::schema::__fields::Namespace::_user_set_arguments"],[24255,"wasmer_api::types::schema::__fields::Namespace::_viewer_as_collaborator_arguments"],[24268,"wasmer_api::types::schema::__fields::Namespace::_viewer_has_role_arguments"],[24281,"wasmer_api::types::schema::__fields::NamespaceCollaborator"],[24385,"wasmer_api::types::schema::__fields::NamespaceCollaboratorConnection"],[24437,"wasmer_api::types::schema::__fields::NamespaceCollaboratorEdge"],[24476,"wasmer_api::types::schema::__fields::NamespaceCollaboratorInvite"],[24645,"wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteConnection"],[24697,"wasmer_api::types::schema::__fields::NamespaceCollaboratorInviteEdge"],[24736,"wasmer_api::types::schema::__fields::NamespaceConnection"],[24788,"wasmer_api::types::schema::__fields::NamespaceEdge"],[24827,"wasmer_api::types::schema::__fields::NamespacesFilter"],[24931,"wasmer_api::types::schema::__fields::NativeExecutable"],[25022,"wasmer_api::types::schema::__fields::NativeExecutableConnection"],[25074,"wasmer_api::types::schema::__fields::NativeExecutableEdge"],[25113,"wasmer_api::types::schema::__fields::NetworkDnsAllowedHostsV1"],[25165,"wasmer_api::types::schema::__fields::NetworkEgressV1"],[25178,"wasmer_api::types::schema::__fields::NewNonceInput"],[25217,"wasmer_api::types::schema::__fields::NewNoncePayload"],[25256,"wasmer_api::types::schema::__fields::Node"],[25282,"wasmer_api::types::schema::__fields::NodeBodyRange"],[25334,"wasmer_api::types::schema::__fields::Nonce"],[25464,"wasmer_api::types::schema::__fields::NonceConnection"],[25516,"wasmer_api::types::schema::__fields::NonceEdge"],[25555,"wasmer_api::types::schema::__fields::ObtainJSONWebTokenInput"],[25594,"wasmer_api::types::schema::__fields::ObtainJSONWebTokenPayload"],[25685,"wasmer_api::types::schema::__fields::Owner"],[25724,"wasmer_api::types::schema::__fields::PTRRecord"],[25867,"wasmer_api::types::schema::__fields::Package"],[26462,"wasmer_api::types::schema::__fields::Package::_app_templates_arguments"],[26527,"wasmer_api::types::schema::__fields::Package::_categories_arguments"],[26592,"wasmer_api::types::schema::__fields::Package::_collaborators_arguments"],[26657,"wasmer_api::types::schema::__fields::Package::_keywords_arguments"],[26722,"wasmer_api::types::schema::__fields::Package::_packagewebc_set_arguments"],[26787,"wasmer_api::types::schema::__fields::Package::_pending_invites_arguments"],[26852,"wasmer_api::types::schema::__fields::Package::_similar_package_versions_arguments"],[26904,"wasmer_api::types::schema::__fields::Package::_viewer_as_collaborator_arguments"],[26917,"wasmer_api::types::schema::__fields::Package::_viewer_has_role_arguments"],[26930,"wasmer_api::types::schema::__fields::Package::_webcs_arguments"],[26995,"wasmer_api::types::schema::__fields::PackageCollaborator"],[27099,"wasmer_api::types::schema::__fields::PackageCollaboratorConnection"],[27151,"wasmer_api::types::schema::__fields::PackageCollaboratorEdge"],[27190,"wasmer_api::types::schema::__fields::PackageCollaboratorInvite"],[27359,"wasmer_api::types::schema::__fields::PackageCollaboratorInviteConnection"],[27411,"wasmer_api::types::schema::__fields::PackageCollaboratorInviteEdge"],[27450,"wasmer_api::types::schema::__fields::PackageConnection"],[27502,"wasmer_api::types::schema::__fields::PackageDistribution"],[27671,"wasmer_api::types::schema::__fields::PackageEdge"],[27710,"wasmer_api::types::schema::__fields::PackageInfo"],[27762,"wasmer_api::types::schema::__fields::PackageInstance"],[27931,"wasmer_api::types::schema::__fields::PackageKeyword"],[27970,"wasmer_api::types::schema::__fields::PackageKeywordConnection"],[28022,"wasmer_api::types::schema::__fields::PackageKeywordEdge"],[28061,"wasmer_api::types::schema::__fields::PackageOwner"],[28100,"wasmer_api::types::schema::__fields::PackageReleaseInterface"],[28269,"wasmer_api::types::schema::__fields::PackageSearchConnection"],[28321,"wasmer_api::types::schema::__fields::PackageSearchEdge"],[28360,"wasmer_api::types::schema::__fields::PackageTransferRequest"],[28529,"wasmer_api::types::schema::__fields::PackageTransferRequestConnection"],[28581,"wasmer_api::types::schema::__fields::PackageTransferRequestEdge"],[28620,"wasmer_api::types::schema::__fields::PackageVersion"],[29452,"wasmer_api::types::schema::__fields::PackageVersion::_bindings_set_arguments"],[29504,"wasmer_api::types::schema::__fields::PackageVersion::_bindingsgenerator_set_arguments"],[29569,"wasmer_api::types::schema::__fields::PackageVersion::_dependencies_arguments"],[29634,"wasmer_api::types::schema::__fields::PackageVersion::_deployappversion_set_arguments"],[29699,"wasmer_api::types::schema::__fields::PackageVersion::_distribution_arguments"],[29712,"wasmer_api::types::schema::__fields::PackageVersion::_get_pirita_contents_arguments"],[29738,"wasmer_api::types::schema::__fields::PackageVersion::_get_webc_contents_arguments"],[29764,"wasmer_api::types::schema::__fields::PackageVersion::_javascriptlanguagebinding_set_arguments"],[29829,"wasmer_api::types::schema::__fields::PackageVersion::_lastversion_package_arguments"],[29894,"wasmer_api::types::schema::__fields::PackageVersion::_native_executables_arguments"],[29920,"wasmer_api::types::schema::__fields::PackageVersion::_nativeexecutable_set_arguments"],[29985,"wasmer_api::types::schema::__fields::PackageVersion::_packagewebc_set_arguments"],[30050,"wasmer_api::types::schema::__fields::PackageVersion::_pythonlanguagebinding_set_arguments"],[30115,"wasmer_api::types::schema::__fields::PackageVersionBindingConnection"],[30167,"wasmer_api::types::schema::__fields::PackageVersionBindingEdge"],[30206,"wasmer_api::types::schema::__fields::PackageVersionConnection"],[30258,"wasmer_api::types::schema::__fields::PackageVersionEdge"],[30297,"wasmer_api::types::schema::__fields::PackageVersionFilesystem"],[30336,"wasmer_api::types::schema::__fields::PackageVersionLanguageBinding"],[30492,"wasmer_api::types::schema::__fields::PackageVersionModule"],[30583,"wasmer_api::types::schema::__fields::PackageVersionNPMBinding"],[30753,"wasmer_api::types::schema::__fields::PackageVersionNPMBinding::_npm_default_install_package_name_arguments"],[30766,"wasmer_api::types::schema::__fields::PackageVersionNPMBindingConnection"],[30818,"wasmer_api::types::schema::__fields::PackageVersionNPMBindingEdge"],[30857,"wasmer_api::types::schema::__fields::PackageVersionPythonBinding"],[31027,"wasmer_api::types::schema::__fields::PackageVersionPythonBinding::_python_default_install_package_name_arguments"],[31040,"wasmer_api::types::schema::__fields::PackageVersionPythonBindingConnection"],[31092,"wasmer_api::types::schema::__fields::PackageVersionPythonBindingEdge"],[31131,"wasmer_api::types::schema::__fields::PackageVersionReadyResponse"],[31183,"wasmer_api::types::schema::__fields::PackageWebc"],[31378,"wasmer_api::types::schema::__fields::PackageWebcConnection"],[31430,"wasmer_api::types::schema::__fields::PackageWebcEdge"],[31469,"wasmer_api::types::schema::__fields::PackagesFilter"],[31729,"wasmer_api::types::schema::__fields::PageInfo"],[31794,"wasmer_api::types::schema::__fields::Payment"],[31846,"wasmer_api::types::schema::__fields::PaymentIntent"],[31924,"wasmer_api::types::schema::__fields::PiritaFilesystemDir"],[31951,"wasmer_api::types::schema::__fields::PiritaFilesystemDir::_name_arguments"],[31964,"wasmer_api::types::schema::__fields::PiritaFilesystemFile"],[32017,"wasmer_api::types::schema::__fields::PiritaFilesystemFile::_name_arguments"],[32030,"wasmer_api::types::schema::__fields::PublicKey"],[32147,"wasmer_api::types::schema::__fields::PublishDeployAppInput"],[32238,"wasmer_api::types::schema::__fields::PublishDeployAppPayload"],[32277,"wasmer_api::types::schema::__fields::PublishPackageInput"],[32511,"wasmer_api::types::schema::__fields::PublishPackagePayload"],[32576,"wasmer_api::types::schema::__fields::PublishPublicKeyInput"],[32628,"wasmer_api::types::schema::__fields::PublishPublicKeyPayload"],[32680,"wasmer_api::types::schema::__fields::PurgeCacheForAppVersionInput"],[32706,"wasmer_api::types::schema::__fields::PurgeCacheForAppVersionPayload"],[32745,"wasmer_api::types::schema::__fields::PushPackageReleaseInput"],[32810,"wasmer_api::types::schema::__fields::PushPackageReleasePayload"],[32862,"wasmer_api::types::schema::__fields::Query"],[33599,"wasmer_api::types::schema::__fields::Query::_all_blogpost_tags_arguments"],[33664,"wasmer_api::types::schema::__fields::Query::_all_package_releases_arguments"],[33768,"wasmer_api::types::schema::__fields::Query::_all_package_versions_arguments"],[33872,"wasmer_api::types::schema::__fields::Query::_blogposts_arguments"],[33937,"wasmer_api::types::schema::__fields::Query::_categories_arguments"],[34002,"wasmer_api::types::schema::__fields::Query::_check_repo_exists_arguments"],[34028,"wasmer_api::types::schema::__fields::Query::_get_all_dnsrecords_arguments"],[34106,"wasmer_api::types::schema::__fields::Query::_get_all_domains_arguments"],[34184,"wasmer_api::types::schema::__fields::Query::_get_app_by_global_alias_arguments"],[34197,"wasmer_api::types::schema::__fields::Query::_get_app_template_arguments"],[34210,"wasmer_api::types::schema::__fields::Query::_get_app_template_categories_arguments"],[34275,"wasmer_api::types::schema::__fields::Query::_get_app_templates_arguments"],[34366,"wasmer_api::types::schema::__fields::Query::_get_app_versions_arguments"],[34457,"wasmer_api::types::schema::__fields::Query::_get_auth_nonce_arguments"],[34470,"wasmer_api::types::schema::__fields::Query::_get_blogpost_arguments"],[34496,"wasmer_api::types::schema::__fields::Query::_get_collections_arguments"],[34548,"wasmer_api::types::schema::__fields::Query::_get_command_arguments"],[34561,"wasmer_api::types::schema::__fields::Query::_get_commands_arguments"],[34574,"wasmer_api::types::schema::__fields::Query::_get_contract_arguments"],[34587,"wasmer_api::types::schema::__fields::Query::_get_contract_version_arguments"],[34613,"wasmer_api::types::schema::__fields::Query::_get_contracts_arguments"],[34626,"wasmer_api::types::schema::__fields::Query::_get_deploy_app_arguments"],[34652,"wasmer_api::types::schema::__fields::Query::_get_deploy_app_version_arguments"],[34691,"wasmer_api::types::schema::__fields::Query::_get_deploy_apps_arguments"],[34782,"wasmer_api::types::schema::__fields::Query::_get_domain_arguments"],[34795,"wasmer_api::types::schema::__fields::Query::_get_global_object_arguments"],[34808,"wasmer_api::types::schema::__fields::Query::_get_interface_arguments"],[34821,"wasmer_api::types::schema::__fields::Query::_get_interface_version_arguments"],[34847,"wasmer_api::types::schema::__fields::Query::_get_interfaces_arguments"],[34860,"wasmer_api::types::schema::__fields::Query::_get_namespace_arguments"],[34873,"wasmer_api::types::schema::__fields::Query::_get_package_arguments"],[34886,"wasmer_api::types::schema::__fields::Query::_get_package_hash_arguments"],[34912,"wasmer_api::types::schema::__fields::Query::_get_package_release_arguments"],[34925,"wasmer_api::types::schema::__fields::Query::_get_package_version_arguments"],[34951,"wasmer_api::types::schema::__fields::Query::_get_package_version_by_hash_arguments"],[34977,"wasmer_api::types::schema::__fields::Query::_get_package_versions_arguments"],[34990,"wasmer_api::types::schema::__fields::Query::_get_packages_arguments"],[35003,"wasmer_api::types::schema::__fields::Query::_get_password_reset_token_arguments"],[35016,"wasmer_api::types::schema::__fields::Query::_get_signed_url_for_package_upload_arguments"],[35068,"wasmer_api::types::schema::__fields::Query::_get_user_arguments"],[35081,"wasmer_api::types::schema::__fields::Query::_get_webc_image_arguments"],[35094,"wasmer_api::types::schema::__fields::Query::_new_repo_name_arguments"],[35120,"wasmer_api::types::schema::__fields::Query::_node_arguments"],[35133,"wasmer_api::types::schema::__fields::Query::_nodes_arguments"],[35146,"wasmer_api::types::schema::__fields::Query::_packages_arguments"],[35211,"wasmer_api::types::schema::__fields::Query::_recent_package_versions_arguments"],[35289,"wasmer_api::types::schema::__fields::Query::_search_arguments"],[35432,"wasmer_api::types::schema::__fields::Query::_search_autocomplete_arguments"],[35510,"wasmer_api::types::schema::__fields::ReadNotificationInput"],[35536,"wasmer_api::types::schema::__fields::ReadNotificationPayload"],[35575,"wasmer_api::types::schema::__fields::Refresh"],[35640,"wasmer_api::types::schema::__fields::RegisterDomainInput"],[35692,"wasmer_api::types::schema::__fields::RegisterDomainPayload"],[35744,"wasmer_api::types::schema::__fields::RegisterUserInput"],[35822,"wasmer_api::types::schema::__fields::RegisterUserPayload"],[35861,"wasmer_api::types::schema::__fields::RegistryInfo"],[35952,"wasmer_api::types::schema::__fields::RemoveAppTransferRequestInput"],[35978,"wasmer_api::types::schema::__fields::RemoveAppTransferRequestPayload"],[36017,"wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInput"],[36043,"wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInviteInput"],[36069,"wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorInvitePayload"],[36108,"wasmer_api::types::schema::__fields::RemoveNamespaceCollaboratorPayload"],[36147,"wasmer_api::types::schema::__fields::RemovePackageCollaboratorInput"],[36173,"wasmer_api::types::schema::__fields::RemovePackageCollaboratorInviteInput"],[36199,"wasmer_api::types::schema::__fields::RemovePackageCollaboratorInvitePayload"],[36238,"wasmer_api::types::schema::__fields::RemovePackageCollaboratorPayload"],[36277,"wasmer_api::types::schema::__fields::RemovePackageTransferRequestInput"],[36303,"wasmer_api::types::schema::__fields::RemovePackageTransferRequestPayload"],[36342,"wasmer_api::types::schema::__fields::RenameAppAliasInput"],[36381,"wasmer_api::types::schema::__fields::RenameAppAliasPayload"],[36433,"wasmer_api::types::schema::__fields::RenameAppInput"],[36472,"wasmer_api::types::schema::__fields::RenameAppPayload"],[36524,"wasmer_api::types::schema::__fields::RenamePackageInput"],[36563,"wasmer_api::types::schema::__fields::RenamePackagePayload"],[36602,"wasmer_api::types::schema::__fields::RequestAppTransferInput"],[36641,"wasmer_api::types::schema::__fields::RequestAppTransferPayload"],[36693,"wasmer_api::types::schema::__fields::RequestPackageTransferInput"],[36732,"wasmer_api::types::schema::__fields::RequestPackageTransferPayload"],[36797,"wasmer_api::types::schema::__fields::RequestPasswordResetInput"],[36823,"wasmer_api::types::schema::__fields::RequestPasswordResetPayload"],[36875,"wasmer_api::types::schema::__fields::RequestValidationEmailInput"],[36901,"wasmer_api::types::schema::__fields::RequestValidationEmailPayload"],[36953,"wasmer_api::types::schema::__fields::Revoke"],[36979,"wasmer_api::types::schema::__fields::RevokeAPITokenInput"],[37005,"wasmer_api::types::schema::__fields::RevokeAPITokenPayload"],[37057,"wasmer_api::types::schema::__fields::RunnerWCGIV1"],[37083,"wasmer_api::types::schema::__fields::RunnerWebProxyV1"],[37096,"wasmer_api::types::schema::__fields::SOARecord"],[37317,"wasmer_api::types::schema::__fields::SRVRecord"],[37525,"wasmer_api::types::schema::__fields::SSHFPRecord"],[37694,"wasmer_api::types::schema::__fields::SchemaInfo"],[37746,"wasmer_api::types::schema::__fields::SearchConnection"],[37798,"wasmer_api::types::schema::__fields::SearchEdge"],[37837,"wasmer_api::types::schema::__fields::SeePendingNotificationsInput"],[37850,"wasmer_api::types::schema::__fields::SeePendingNotificationsPayload"],[37889,"wasmer_api::types::schema::__fields::SetDefaultPaymentMethodInput"],[37915,"wasmer_api::types::schema::__fields::SetDefaultPaymentMethodPayload"],[37967,"wasmer_api::types::schema::__fields::Signature"],[38032,"wasmer_api::types::schema::__fields::SignedUrl"],[38058,"wasmer_api::types::schema::__fields::SocialAuth"],[38175,"wasmer_api::types::schema::__fields::SocialAuthJWTInput"],[38227,"wasmer_api::types::schema::__fields::SocialAuthJWTPayload"],[38279,"wasmer_api::types::schema::__fields::StripeCustomer"],[38305,"wasmer_api::types::schema::__fields::Subscription"],[38402,"wasmer_api::types::schema::__fields::Subscription::_app_is_published_from_repo_arguments"],[38415,"wasmer_api::types::schema::__fields::Subscription::_package_version_created_arguments"],[38441,"wasmer_api::types::schema::__fields::Subscription::_package_version_ready_arguments"],[38454,"wasmer_api::types::schema::__fields::Subscription::_stream_logs_arguments"],[38532,"wasmer_api::types::schema::__fields::Subscription::_user_notification_created_arguments"],[38545,"wasmer_api::types::schema::__fields::Subscription::_wait_on_repo_creation_arguments"],[38558,"wasmer_api::types::schema::__fields::TXTRecord"],[38701,"wasmer_api::types::schema::__fields::TagPackageReleaseInput"],[38896,"wasmer_api::types::schema::__fields::TagPackageReleasePayload"],[38948,"wasmer_api::types::schema::__fields::TermsOfService"],[39013,"wasmer_api::types::schema::__fields::UnlikePackageInput"],[39039,"wasmer_api::types::schema::__fields::UnlikePackagePayload"],[39078,"wasmer_api::types::schema::__fields::UnwatchPackageInput"],[39104,"wasmer_api::types::schema::__fields::UnwatchPackagePayload"],[39143,"wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRoleInput"],[39182,"wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorInviteRolePayload"],[39221,"wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRoleInput"],[39260,"wasmer_api::types::schema::__fields::UpdateNamespaceCollaboratorRolePayload"],[39299,"wasmer_api::types::schema::__fields::UpdateNamespaceInput"],[39416,"wasmer_api::types::schema::__fields::UpdateNamespacePayload"],[39455,"wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRoleInput"],[39494,"wasmer_api::types::schema::__fields::UpdatePackageCollaboratorInviteRolePayload"],[39533,"wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRoleInput"],[39572,"wasmer_api::types::schema::__fields::UpdatePackageCollaboratorRolePayload"],[39611,"wasmer_api::types::schema::__fields::UpdatePackageInput"],[39650,"wasmer_api::types::schema::__fields::UpdatePackagePayload"],[39689,"wasmer_api::types::schema::__fields::UpdateUserInfoInput"],[39806,"wasmer_api::types::schema::__fields::UpdateUserInfoPayload"],[39845,"wasmer_api::types::schema::__fields::UpsertDNSRecordInput"],[39949,"wasmer_api::types::schema::__fields::UpsertDNSRecordPayload"],[40001,"wasmer_api::types::schema::__fields::UpsertDomainFromZoneFileInput"],[40040,"wasmer_api::types::schema::__fields::UpsertDomainFromZoneFilePayload"],[40092,"wasmer_api::types::schema::__fields::UsageMetric"],[40157,"wasmer_api::types::schema::__fields::User"],[40705,"wasmer_api::types::schema::__fields::User::_api_tokens_arguments"],[40757,"wasmer_api::types::schema::__fields::User::_apps_arguments"],[40848,"wasmer_api::types::schema::__fields::User::_avatar_arguments"],[40861,"wasmer_api::types::schema::__fields::User::_dashboard_activity_arguments"],[40926,"wasmer_api::types::schema::__fields::User::_domains_arguments"],[40991,"wasmer_api::types::schema::__fields::User::_namespace_invites_incoming_arguments"],[41056,"wasmer_api::types::schema::__fields::User::_namespaces_arguments"],[41134,"wasmer_api::types::schema::__fields::User::_notifications_arguments"],[41186,"wasmer_api::types::schema::__fields::User::_package_invites_incoming_arguments"],[41251,"wasmer_api::types::schema::__fields::User::_package_transfers_incoming_arguments"],[41316,"wasmer_api::types::schema::__fields::User::_package_versions_arguments"],[41381,"wasmer_api::types::schema::__fields::User::_packages_arguments"],[41459,"wasmer_api::types::schema::__fields::User::_public_activity_arguments"],[41524,"wasmer_api::types::schema::__fields::User::_usage_metrics_arguments"],[41550,"wasmer_api::types::schema::__fields::User::_waitlist_arguments"],[41563,"wasmer_api::types::schema::__fields::UserConnection"],[41615,"wasmer_api::types::schema::__fields::UserEdge"],[41654,"wasmer_api::types::schema::__fields::UserNotification"],[41745,"wasmer_api::types::schema::__fields::UserNotificationConnection"],[41810,"wasmer_api::types::schema::__fields::UserNotificationCreated"],[41849,"wasmer_api::types::schema::__fields::UserNotificationEdge"],[41888,"wasmer_api::types::schema::__fields::UserNotificationKindIncomingNamespaceInvite"],[41914,"wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageInvite"],[41940,"wasmer_api::types::schema::__fields::UserNotificationKindIncomingPackageTransfer"],[41966,"wasmer_api::types::schema::__fields::UserNotificationKindPublishedPackageVersion"],[41992,"wasmer_api::types::schema::__fields::UserNotificationKindValidateEmail"],[42018,"wasmer_api::types::schema::__fields::UsersFilter"],[42109,"wasmer_api::types::schema::__fields::ValidateNonceInput"],[42148,"wasmer_api::types::schema::__fields::ValidateNoncePayload"],[42187,"wasmer_api::types::schema::__fields::ValidateUserEmailInput"],[42226,"wasmer_api::types::schema::__fields::ValidateUserEmailPayload"],[42265,"wasmer_api::types::schema::__fields::ValidateUserPasswordInput"],[42291,"wasmer_api::types::schema::__fields::ValidateUserPasswordPayload"],[42330,"wasmer_api::types::schema::__fields::Verify"],[42356,"wasmer_api::types::schema::__fields::WEBCFilesystemItem"],[42421,"wasmer_api::types::schema::__fields::Waitlist"],[42486,"wasmer_api::types::schema::__fields::WaitlistMember"],[42577,"wasmer_api::types::schema::__fields::WatchPackageInput"],[42603,"wasmer_api::types::schema::__fields::WatchPackagePayload"],[42642,"wasmer_api::types::schema::__fields::WebcImage"],[42798,"wasmer_api::types::schema::__fields::WebcImageConnection"],[42850,"wasmer_api::types::schema::__fields::WebcImageEdge"],[42889,"wasmer_api::types::schema::__fields::WebcSourceV1"],[42954,"wasmer_api::types::schema::__fields::WorkloadRunnerV1"],[42980,"wasmer_api::types::schema::__fields::WorkloadRunnerWasmSourceV1"],[42993,"wasmer_api::types::schema::__fields::WorkloadV1"],[43032,"wasmer_api::types::schema::__fields::WorkloadV2"],[43045,"wasmer_api::types::schema::variable"],[43047,"url"],[43048,"dyn_clone::sealed"],[43049,"core::option"],[43050,"core::fmt"],[43051,"core::fmt"],[43052,"core::result"],[43053,"reqwest::async_impl::client"],[43054,"http::header::value"],[43055,"cynic::operation"],[43056,"serde::de"],[43057,"core::fmt"],[43058,"cynic::result"],[43059,"core::any"],[43060,"alloc::string"],[43061,"cynic::result"],[43062,"core::convert"],[43063,"harsh::harsh"],[43064,"core::hash"],[43065,"core::marker"],[43066,"core::hash"],[43067,"wasmer_config::package::package_ident"],[43068,"webc::container"],[43069,"time::offset_date_time"],[43070,"core::pin"],[43071,"core::task::wake"],[43072,"core::task::poll"],[43073,"futures_core::future"],[43074,"serde::de"],[43075,"alloc::borrow"],[43076,"cynic::queries::builders"]],"d":["Api endpoint for the dev environment.","Api endpoint for the prod environment.","One or multiple errors returned by the GraphQL API.","API client for the Wasmer API.","","","","API endpoint for the dev environment.","API endpoint for the prod environment.","","","","GlobalIds are used by the backend to identify a specific …","","","","","","API client for the Wasmer API.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","Run a GraphQL query, but fail (return an Error) if any …","","","","","","","","One or multiple errors returned by the GraphQL API.","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","Hash alphabet used for the prefix id variant.","Hash alphabet used for the non-prefixed id variant.","","","","","","","","","","Error type for parsing of GlobalIds.","Global id of backend nodes.","","","","Minimum length of the encoded hashes.","","","","","","","","","","","","","","","","","","","","","","Salt used by the backend to encode hashes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The database ID of the node.","","","","","","","","","","","","","Encode a prefixed global id.","Encode a non-prefixed global id.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","The node type of the ID.","","","","","Parse a prefixed global id.","Parse a non-prefixed URL global id variant.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Load all versions of an app.","Activate a particular version of an app.","","","","","Create a new namespace.","Get the currently logged in user.","Get the currently logged in user, together with all …","Delete an app.","","","","","","","","","Fetch all app templates by paginating through the …","Fetch app templates.","Fetch app templates.","Load a webc package from the registry.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Generate a new Edge token.","Retrieve all DNS records.","Retrieve a domain by its name.","Retrieve all DNS domains.","Retrieve an app.","Retrieve an app together with a specific version.","Retrieve an app by its global alias.","Retrieve an app by its global id.","Retrieve an app by its global id.","Get pages of logs associated with an application that lie …","Get pages of logs associated with an application that lie …","Retrieve an app version.","Retrieve an app version by its global id.","","Retrieve an app together with a specific version.","Retrieve an app together with a specific version.","Retrieve versions for an app.","Retrieve apps.","Retrieve apps as a stream that will automatically paginate.","Retrieve a domain by its name.","Retrieve a domain by its name, along with all it’s …","Retrieve a domain by its name.","Retrieve a namespace by its name.","Retrieve a node based on its global id.","Retrieve a package by its name.","Retrieve a package release by hash.","","Retrieve all package releases as a stream.","Retrieve a package version by its name.","Retrieve package versions for an app.","Retrieve all versions of a package as a stream that …","Get a signed URL to upload packages.","","","Calls U::from(self).","Calls U::from(self).","Get apps for a specific namespace.","Publish a new app (version).","","Push a package to the registry.","Register a new domain","","","","","","","","Convert a OffsetDateTime to a unix timestamp that the WAPM …","Publish a new app (version).","List all apps that are accessible by the current user.","List all apps that are accessible by the current user.","Get all namespaces accessible by the current user.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A GraphQL ID","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Converts a reference to a String to a reference to an Id","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the value of this Id","","","Calls U::from(self).","Converts this Id into its inner value","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Constructs an ID from a String, &str or similar","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The lower bound for log messages, in nanoseconds since the …","","","","","","","","","","","","","","","","","","","","","","","","When the message was recorded, in nanoseconds since the …","","","","","","","","","","","","","","","","","","","","The upper bound for log messages, in nanoseconds since the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tag associated with a particular app version. Uses the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 lower bound for log messages, in nanoseconds since the …","","","","","","","","","","","","","","","","","","","","","","","","","","When the message was recorded, in nanoseconds since the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The upper bound for log messages, in nanoseconds since the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The tag associated with a particular app version. Uses the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","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).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","Used to determine the type of a given variable that …"],"i":[0,0,0,0,4,0,4,0,0,0,21,4,0,4,0,0,0,4,0,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,0,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,29,29,25,25,25,25,31,25,25,25,25,0,0,0,25,25,29,31,31,31,31,31,25,25,25,25,0,25,25,25,25,25,25,25,25,25,31,25,29,25,25,31,31,31,31,25,25,25,25,25,29,30,31,25,25,29,30,31,25,29,30,31,29,29,29,25,29,30,31,25,29,30,31,29,29,25,29,30,31,25,29,30,31,25,29,30,31,29,29,25,29,30,31,25,25,25,25,29,29,29,29,30,30,30,30,31,31,31,31,25,25,29,30,30,31,25,29,30,31,25,25,29,25,29,30,25,29,30,31,25,29,30,31,29,29,30,29,30,25,29,29,29,25,29,30,31,25,30,25,29,30,31,25,29,30,31,25,29,30,31,25,29,30,31,0,45,46,46,0,0,0,45,46,45,46,0,0,0,0,45,46,45,46,45,46,45,46,0,0,0,0,45,46,45,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,46,45,46,0,0,0,0,0,0,45,46,45,46,45,46,0,0,0,0,0,45,46,84,0,0,84,0,84,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,84,83,83,83,83,83,83,125,122,123,122,123,122,122,125,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,125,125,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,69,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,109,109,0,0,0,0,0,0,0,0,0,0,0,117,125,0,0,0,0,0,48,115,117,119,121,0,125,0,48,115,117,119,121,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,48,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,125,0,0,125,0,125,0,61,61,0,0,0,0,125,0,69,125,0,0,0,0,0,0,0,112,112,43,0,0,80,39,126,127,39,113,74,71,230,116,65,63,242,54,56,136,233,39,169,168,205,206,138,38,118,246,247,58,58,240,216,243,175,192,238,74,71,116,65,63,80,80,129,113,238,80,80,77,38,185,74,71,50,126,127,128,129,130,131,132,133,134,135,136,137,38,39,73,151,70,152,162,172,188,140,130,228,137,187,237,39,126,127,128,129,130,131,132,133,134,135,136,137,50,194,80,80,50,227,40,238,38,39,80,238,151,73,73,181,184,249,126,127,128,129,130,131,132,133,134,135,136,137,153,80,51,72,75,66,199,55,211,64,147,148,139,80,80,80,80,80,131,134,229,152,229,136,113,74,71,116,65,63,120,54,56,128,80,50,80,80,80,80,202,195,208,209,179,160,161,173,177,62,143,62,180,197,178,213,214,215,80,190,191,164,173,163,165,170,176,41,150,139,80,223,227,145,42,50,175,192,245,78,67,68,57,126,127,128,129,130,131,132,133,134,135,136,137,38,141,39,41,44,73,151,70,59,236,80,80,241,244,80,80,70,50,38,50,74,71,116,65,63,59,227,227,198,77,227,152,189,201,134,134,50,224,225,226,227,229,232,234,235,236,40,238,63,239,242,192,77,120,67,68,57,126,127,128,129,130,131,132,133,134,135,136,137,145,39,41,226,227,236,186,56,59,221,44,80,162,171,172,188,200,204,210,212,140,146,149,132,74,71,116,65,63,232,234,235,63,77,120,57,39,58,73,59,227,81,79,51,72,75,66,55,211,64,147,39,153,73,153,153,135,131,135,226,227,59,135,133,228,193,217,166,0,50,227,67,80,80,134,182,50,50,227,134,134,0,134,80,135,226,153,222,50,67,68,57,113,74,71,65,63,54,120,201,120,79,81,181,184,144,128,70,167,135,126,127,128,129,130,131,132,133,134,135,136,137,201,80,196,203,80,80,126,127,128,129,130,131,132,133,134,135,136,137,136,80,120,74,71,65,54,50,126,127,128,129,130,131,132,133,134,135,136,137,70,152,183,76,38,39,50,38,42,175,231,44,128,225,227,229,234,235,120,206,207,38,73,151,152,247,248,142,158,159,174,80,70,152,70,152,70,153,135,38,237,68,125,122,123,122,123,122,122,125,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,125,125,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,69,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,109,109,0,0,0,0,0,0,0,0,0,0,0,117,125,0,0,0,0,0,48,115,117,119,121,0,125,0,48,115,117,119,121,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,48,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,125,0,0,125,0,125,0,61,61,0,0,0,0,125,0,69,125,0,0,0,0,0,0,0,112,112,43,0,0,110,111,43,112,48,113,114,115,74,71,116,117,65,118,119,63,61,120,121,54,56,109,122,123,124,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,39,126,127,39,92,94,95,96,97,98,99,100,101,102,113,74,71,230,116,65,63,242,54,56,136,103,233,39,169,168,205,206,138,38,104,105,106,118,246,247,107,58,107,58,240,216,108,243,175,192,109,238,94,95,97,98,99,74,71,116,65,63,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,129,92,113,238,110,111,43,112,48,113,114,115,74,71,116,117,65,118,119,63,61,120,121,54,56,109,122,123,124,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,110,111,43,112,48,113,114,115,74,71,116,117,65,118,119,63,61,120,121,54,56,109,122,123,124,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,154,77,38,185,94,95,74,71,125,50,126,127,128,129,130,131,132,133,134,135,136,137,38,39,73,151,70,152,162,172,188,140,130,228,137,74,71,65,187,155,237,39,125,126,127,128,129,130,131,132,133,134,135,136,137,50,194,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,156,157,50,227,40,238,38,39,110,111,43,158,159,42,112,160,48,161,51,162,50,114,163,164,165,115,166,79,167,81,168,169,170,76,72,171,75,172,173,174,175,176,177,117,178,179,62,180,181,182,183,184,185,186,187,119,66,188,189,190,191,192,193,194,195,196,61,197,198,199,200,201,202,203,204,205,206,207,121,208,209,55,210,211,212,109,122,123,213,214,215,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,69,125,238,151,73,73,218,125,181,184,249,126,127,128,129,130,131,132,133,134,135,136,137,153,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,51,72,75,66,199,55,211,64,147,148,139,110,50,114,61,201,110,110,110,110,50,50,50,50,114,114,114,114,131,134,219,229,152,219,229,136,92,94,95,97,98,99,220,101,102,113,74,71,116,65,63,120,54,56,128,110,111,43,158,221,159,42,112,222,160,48,113,161,51,162,50,114,223,163,224,164,225,165,115,226,166,79,227,167,81,228,74,168,71,169,229,170,76,72,171,75,172,58,173,230,174,175,231,176,232,177,116,117,65,178,233,179,234,62,235,180,181,236,182,237,183,184,40,185,186,238,118,187,119,63,66,188,239,240,241,189,190,242,191,192,77,193,194,243,195,196,61,120,197,198,199,200,201,244,202,203,245,204,246,205,247,206,248,207,121,54,208,56,209,55,210,211,212,109,122,123,249,213,214,215,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,50,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,202,195,208,209,179,160,161,173,177,62,143,62,180,197,178,213,214,215,190,191,164,173,163,165,170,176,41,150,139,250,223,156,227,145,251,252,125,42,50,175,192,245,78,67,68,57,126,127,128,129,130,131,132,133,134,135,136,137,38,141,39,41,44,73,151,70,59,253,236,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,254,255,241,244,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,69,69,169,70,50,38,50,94,95,97,98,99,74,71,116,65,63,59,156,227,156,227,198,154,77,156,227,152,189,201,134,134,158,159,42,160,161,51,162,50,163,257,164,258,165,259,166,79,156,167,81,168,169,219,170,76,72,171,75,172,173,174,175,176,260,177,178,179,261,62,262,180,181,253,182,183,184,157,185,186,187,99,66,188,263,189,190,100,191,192,154,193,194,195,196,220,197,198,199,200,201,202,203,204,205,206,207,208,209,55,210,211,212,213,214,215,216,217,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,50,224,225,226,227,229,232,234,235,236,40,238,63,239,242,192,77,120,67,68,57,126,127,128,129,130,131,132,133,134,135,136,137,145,39,41,259,156,253,102,226,227,236,186,56,59,264,221,44,162,171,172,188,200,204,210,212,140,146,149,132,94,95,97,98,99,74,71,116,65,63,260,261,262,99,154,220,232,234,235,63,77,120,57,39,107,58,73,59,156,227,81,79,51,72,75,66,55,211,64,147,39,153,73,153,153,135,131,135,259,156,226,227,59,135,133,228,193,217,166,158,159,42,160,161,51,162,50,163,164,165,166,79,167,81,168,169,170,76,72,171,75,172,173,174,175,176,177,178,179,62,180,181,182,183,184,185,186,187,66,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,55,210,211,212,213,214,215,216,217,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,156,50,227,125,67,134,182,50,50,156,227,134,134,134,110,111,43,221,112,222,48,113,50,114,223,224,225,115,226,227,228,74,71,229,58,230,231,232,116,117,65,233,234,235,236,237,40,238,118,119,63,239,240,241,242,77,243,61,120,201,244,245,246,247,248,121,54,56,109,122,123,249,78,124,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,135,259,226,153,266,222,50,67,68,57,92,94,95,98,99,101,113,74,71,65,63,54,220,120,201,220,120,79,81,181,184,144,128,70,167,135,125,126,127,128,129,130,131,132,133,134,135,136,137,201,110,111,43,112,48,113,114,115,74,71,116,117,65,118,119,63,61,120,121,54,56,109,122,123,124,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,196,203,110,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,125,126,127,128,129,130,131,132,133,134,135,136,137,136,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,220,120,94,95,98,101,74,71,65,54,125,50,126,127,128,129,130,131,132,133,134,135,136,137,70,152,183,76,38,39,50,38,267,42,175,231,44,128,258,156,219,261,262,220,225,227,229,234,235,120,206,207,38,73,151,152,106,268,247,248,142,158,159,174,110,111,43,158,264,221,159,42,112,266,222,160,48,92,113,161,51,162,50,114,250,223,163,257,224,164,258,225,165,115,259,226,166,79,156,227,167,81,228,94,74,168,95,71,169,219,229,170,76,72,171,75,172,107,58,173,96,230,174,175,267,231,176,260,232,177,97,116,117,98,65,178,103,233,179,261,234,62,262,235,180,181,253,236,182,155,237,183,184,157,40,185,186,238,104,118,187,119,99,63,66,188,263,239,240,254,241,189,190,100,242,191,192,154,77,193,194,108,243,195,196,61,220,120,197,198,199,200,201,255,244,202,203,251,245,204,105,246,205,106,247,206,268,248,207,121,101,54,208,102,56,209,55,210,211,212,109,122,123,218,249,213,214,215,252,78,216,217,124,69,67,68,57,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,64,38,141,142,143,144,145,146,147,39,41,148,149,44,150,73,151,70,152,153,59,70,152,70,152,70,153,135,38,155,237,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,0,685,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686,687,688,689,690,691,692,693,694,695,696,686,687,688,689,690,691,692,693,694,695,696,0,0,686,687,688,689,690,691,692,693,694,695,696,686,687,688,689,690,691,692,693,694,695,696,0,0,686,687,688,689,690,691,692,693,694,695,696,686,687,688,689,690,691,692,693,694,695,696,0,686,687,688,689,690,691,692,693,694,695,696,686,687,688,689,690,691,692,693,694,695,696,0,0,686,687,688,689,690,691,692,693,694,695,696,686,687,688,689,690,691,692,693,694,695,696,0,686,687,688,689,690,691,692,693,694,695,696,0,686,687,688,689,690,691,692,693,694,695,696,0,0,697,698,699,700,701,702,703,704,697,698,699,700,701,702,703,704,0,697,698,699,700,701,702,703,704,697,698,699,700,701,702,703,704,697,698,699,700,701,702,703,704,697,698,699,700,701,702,703,704,0,0,697,698,699,700,701,702,703,704,697,698,699,700,701,702,703,704,0,0,0,697,698,699,700,701,702,703,704,697,698,699,700,701,702,703,704,697,698,699,700,701,702,703,704,0,697,698,699,700,701,702,703,704,0,0,705,706,707,708,709,705,706,707,708,709,705,706,707,708,709,705,706,707,708,709,705,706,707,708,709,0,705,706,707,708,709,705,706,707,708,709,705,706,707,708,709,0,0,705,706,707,708,709,705,706,707,708,709,705,706,707,708,709,705,706,707,708,709,0,710,711,712,710,711,712,710,711,712,710,711,712,710,711,712,0,710,711,712,710,711,712,710,711,712,0,710,711,712,710,711,712,710,711,712,710,711,712,0,713,714,715,713,714,715,0,713,714,715,713,714,715,713,714,715,713,714,715,713,714,715,713,714,715,0,713,714,715,713,714,715,713,714,715,713,714,715,0,0,716,717,718,719,720,721,722,723,724,725,726,716,717,718,719,720,721,722,723,724,725,726,0,0,716,717,718,719,720,721,722,723,724,725,726,716,717,718,719,720,721,722,723,724,725,726,0,0,716,717,718,719,720,721,722,723,724,725,726,716,717,718,719,720,721,722,723,724,725,726,0,716,717,718,719,720,721,722,723,724,725,726,716,717,718,719,720,721,722,723,724,725,726,0,0,716,717,718,719,720,721,722,723,724,725,726,716,717,718,719,720,721,722,723,724,725,726,0,716,717,718,719,720,721,722,723,724,725,726,0,716,717,718,719,720,721,722,723,724,725,726,0,727,728,727,728,0,727,728,727,728,727,728,727,728,727,728,727,728,727,728,727,728,727,728,727,728,0,0,0,729,730,731,732,729,730,731,732,0,729,730,731,732,729,730,731,732,729,730,731,732,729,730,731,732,729,730,731,732,729,730,731,732,729,730,731,732,729,730,731,732,729,730,731,732,729,730,731,732,733,734,733,734,0,733,734,733,734,733,734,733,734,733,734,733,734,0,733,734,733,734,733,734,733,734,0,735,736,737,735,736,737,0,735,736,737,735,736,737,735,736,737,735,736,737,735,736,737,735,736,737,0,735,736,737,735,736,737,735,736,737,735,736,737,738,739,738,739,0,738,739,738,739,738,739,738,739,738,739,738,739,0,738,739,738,739,738,739,738,739,0,740,741,742,740,741,742,0,740,741,742,740,741,742,740,741,742,740,741,742,740,741,742,740,741,742,0,740,741,742,740,741,742,740,741,742,740,741,742,743,744,743,744,0,743,744,743,744,743,744,743,744,743,744,743,744,0,743,744,743,744,743,744,743,744,0,745,746,747,748,745,746,747,748,0,745,746,747,748,745,746,747,748,745,746,747,748,745,746,747,748,745,746,747,748,745,746,747,748,0,0,745,746,747,748,745,746,747,748,745,746,747,748,745,746,747,748,749,749,0,749,749,749,749,749,749,749,749,749,749,0,0,750,751,752,750,751,752,0,750,751,752,750,751,752,750,751,752,750,751,752,750,751,752,750,751,752,750,751,752,750,751,752,750,751,752,750,751,752,0,0,0,753,754,755,756,757,753,754,755,756,757,0,753,754,755,756,757,753,754,755,756,757,753,754,755,756,757,753,754,755,756,757,0,753,754,755,756,757,753,754,755,756,757,753,754,755,756,757,753,754,755,756,757,753,754,755,756,757,753,754,755,756,757,0,758,759,760,761,758,759,760,761,758,759,760,761,758,759,760,761,758,759,760,761,0,758,759,760,761,758,759,760,761,758,759,760,761,0,0,758,759,760,761,758,759,760,761,758,759,760,761,758,759,760,761,0,762,763,764,762,763,764,0,762,763,764,762,763,764,762,763,764,762,763,764,762,763,764,762,763,764,0,762,763,764,762,763,764,762,763,764,762,763,764,765,765,0,765,765,765,765,765,765,765,765,765,765,0,766,767,768,766,767,768,0,0,766,767,768,766,767,768,766,767,768,766,767,768,766,767,768,766,767,768,766,767,768,766,767,768,766,767,768,766,767,768,0,769,770,771,772,773,774,775,776,769,770,771,772,773,774,775,776,0,769,770,771,772,773,774,775,776,769,770,771,772,773,774,775,776,769,770,771,772,773,774,775,776,0,769,770,771,772,773,774,775,776,0,769,770,771,772,773,774,775,776,769,770,771,772,773,774,775,776,0,0,0,0,769,770,771,772,773,774,775,776,769,770,771,772,773,774,775,776,769,770,771,772,773,774,775,776,769,770,771,772,773,774,775,776,0,0,777,778,779,780,781,782,783,784,785,777,778,779,780,781,782,783,784,785,777,778,779,780,781,782,783,784,785,777,778,779,780,781,782,783,784,785,777,778,779,780,781,782,783,784,785,777,778,779,780,781,782,783,784,785,0,0,777,778,779,780,781,782,783,784,785,777,778,779,780,781,782,783,784,785,0,0,0,0,777,778,779,780,781,782,783,784,785,777,778,779,780,781,782,783,784,785,777,778,779,780,781,782,783,784,785,0,777,778,779,780,781,782,783,784,785,0,786,787,788,789,786,787,788,789,786,787,788,789,786,787,788,789,786,787,788,789,0,786,787,788,789,786,787,788,789,786,787,788,789,0,0,786,787,788,789,786,787,788,789,786,787,788,789,786,787,788,789,0,790,791,792,790,791,792,0,790,791,792,790,791,792,790,791,792,790,791,792,790,791,792,790,791,792,0,790,791,792,790,791,792,790,791,792,790,791,792,0,793,794,795,796,797,793,794,795,796,797,793,794,795,796,797,793,794,795,796,797,0,793,794,795,796,797,793,794,795,796,797,793,794,795,796,797,793,794,795,796,797,0,0,0,793,794,795,796,797,793,794,795,796,797,793,794,795,796,797,793,794,795,796,797,798,799,800,801,802,803,804,805,798,799,800,801,802,803,804,805,0,0,0,798,799,800,801,802,803,804,805,798,799,800,801,802,803,804,805,798,799,800,801,802,803,804,805,798,799,800,801,802,803,804,805,798,799,800,801,802,803,804,805,798,799,800,801,802,803,804,805,0,0,0,0,0,798,799,800,801,802,803,804,805,798,799,800,801,802,803,804,805,798,799,800,801,802,803,804,805,798,799,800,801,802,803,804,805,0,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,0,0,0,0,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,0,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,0,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,0,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,0,0,0,0,0,0,0,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,0,0,0,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,0,0,0,824,825,826,827,828,829,830,831,824,825,826,827,828,829,830,831,0,824,825,826,827,828,829,830,831,824,825,826,827,828,829,830,831,0,824,825,826,827,828,829,830,831,824,825,826,827,828,829,830,831,0,824,825,826,827,828,829,830,831,824,825,826,827,828,829,830,831,0,0,824,825,826,827,828,829,830,831,824,825,826,827,828,829,830,831,824,825,826,827,828,829,830,831,0,824,825,826,827,828,829,830,831,0,0,832,833,834,835,836,832,833,834,835,836,832,833,834,835,836,832,833,834,835,836,832,833,834,835,836,0,832,833,834,835,836,832,833,834,835,836,832,833,834,835,836,0,0,832,833,834,835,836,832,833,834,835,836,832,833,834,835,836,832,833,834,835,836,0,837,838,839,840,837,838,839,840,837,838,839,840,837,838,839,840,837,838,839,840,0,837,838,839,840,837,838,839,840,837,838,839,840,0,0,837,838,839,840,837,838,839,840,837,838,839,840,837,838,839,840,0,841,842,843,841,842,843,0,841,842,843,841,842,843,841,842,843,841,842,843,841,842,843,841,842,843,0,841,842,843,841,842,843,841,842,843,841,842,843,0,844,845,846,847,844,845,846,847,844,845,846,847,844,845,846,847,844,845,846,847,0,844,845,846,847,844,845,846,847,844,845,846,847,0,0,844,845,846,847,844,845,846,847,844,845,846,847,844,845,846,847,0,848,849,850,848,849,850,0,848,849,850,848,849,850,848,849,850,848,849,850,848,849,850,848,849,850,0,848,849,850,848,849,850,848,849,850,848,849,850,851,852,853,854,855,856,851,852,853,854,855,856,0,851,852,853,854,855,856,851,852,853,854,855,856,851,852,853,854,855,856,0,851,852,853,854,855,856,851,852,853,854,855,856,851,852,853,854,855,856,0,0,0,851,852,853,854,855,856,851,852,853,854,855,856,851,852,853,854,855,856,0,851,852,853,854,855,856,0,0,0,857,858,859,860,861,862,863,864,865,866,867,868,869,857,858,859,860,861,862,863,864,865,866,867,868,869,0,0,0,857,858,859,860,861,862,863,864,865,866,867,868,869,857,858,859,860,861,862,863,864,865,866,867,868,869,857,858,859,860,861,862,863,864,865,866,867,868,869,0,857,858,859,860,861,862,863,864,865,866,867,868,869,0,857,858,859,860,861,862,863,864,865,866,867,868,869,857,858,859,860,861,862,863,864,865,866,867,868,869,0,0,0,0,0,857,858,859,860,861,862,863,864,865,866,867,868,869,857,858,859,860,861,862,863,864,865,866,867,868,869,857,858,859,860,861,862,863,864,865,866,867,868,869,857,858,859,860,861,862,863,864,865,866,867,868,869,0,870,871,870,871,870,871,870,871,870,871,870,871,870,871,870,871,870,871,870,871,870,871,870,871,0,0,872,873,874,875,876,872,873,874,875,876,872,873,874,875,876,872,873,874,875,876,872,873,874,875,876,872,873,874,875,876,872,873,874,875,876,872,873,874,875,876,0,0,0,872,873,874,875,876,872,873,874,875,876,872,873,874,875,876,0,872,873,874,875,876,0,877,878,879,877,878,879,877,878,879,877,878,879,877,878,879,877,878,879,877,878,879,877,878,879,0,0,877,878,879,877,878,879,877,878,879,877,878,879,880,881,880,881,0,880,881,880,881,880,881,880,881,880,881,880,881,0,880,881,880,881,880,881,880,881,0,882,883,884,882,883,884,0,882,883,884,882,883,884,882,883,884,882,883,884,882,883,884,882,883,884,0,882,883,884,882,883,884,882,883,884,882,883,884,0,885,886,887,888,885,886,887,888,885,886,887,888,885,886,887,888,885,886,887,888,885,886,887,888,885,886,887,888,885,886,887,888,0,0,0,885,886,887,888,885,886,887,888,885,886,887,888,885,886,887,888,0,0,0,0,889,890,891,892,893,894,895,889,890,891,892,893,894,895,0,889,890,891,892,893,894,895,889,890,891,892,893,894,895,889,890,891,892,893,894,895,889,890,891,892,893,894,895,0,889,890,891,892,893,894,895,889,890,891,892,893,894,895,0,0,0,889,890,891,892,893,894,895,889,890,891,892,893,894,895,889,890,891,892,893,894,895,889,890,891,892,893,894,895,0,0,896,897,898,899,900,896,897,898,899,900,896,897,898,899,900,896,897,898,899,900,896,897,898,899,900,0,896,897,898,899,900,896,897,898,899,900,896,897,898,899,900,0,0,896,897,898,899,900,896,897,898,899,900,896,897,898,899,900,896,897,898,899,900,0,0,901,902,903,904,905,901,902,903,904,905,901,902,903,904,905,901,902,903,904,905,901,902,903,904,905,0,901,902,903,904,905,901,902,903,904,905,901,902,903,904,905,0,0,901,902,903,904,905,901,902,903,904,905,901,902,903,904,905,901,902,903,904,905,0,906,907,908,909,906,907,908,909,906,907,908,909,906,907,908,909,906,907,908,909,0,906,907,908,909,906,907,908,909,906,907,908,909,0,0,906,907,908,909,906,907,908,909,906,907,908,909,906,907,908,909,0,910,911,912,910,911,912,0,910,911,912,910,911,912,910,911,912,910,911,912,910,911,912,910,911,912,0,910,911,912,910,911,912,910,911,912,910,911,912,0,0,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,0,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,0,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,0,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,0,0,0,0,0,0,0,0,0,0,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,0,0,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,0,930,931,932,930,931,932,930,931,932,930,931,932,930,931,932,0,930,931,932,930,931,932,930,931,932,0,930,931,932,930,931,932,930,931,932,930,931,932,0,933,934,935,933,934,935,0,933,934,935,933,934,935,933,934,935,933,934,935,933,934,935,933,934,935,0,933,934,935,933,934,935,933,934,935,933,934,935,0,936,937,938,939,936,937,938,939,936,937,938,939,936,937,938,939,936,937,938,939,936,937,938,939,0,936,937,938,939,936,937,938,939,0,0,936,937,938,939,936,937,938,939,936,937,938,939,936,937,938,939,0,940,941,942,943,940,941,942,943,940,941,942,943,940,941,942,943,940,941,942,943,0,940,941,942,943,940,941,942,943,940,941,942,943,0,0,940,941,942,943,940,941,942,943,940,941,942,943,940,941,942,943,0,944,945,946,944,945,946,0,944,945,946,944,945,946,944,945,946,944,945,946,944,945,946,944,945,946,0,944,945,946,944,945,946,944,945,946,944,945,946,947,948,949,947,948,949,0,947,948,949,947,948,949,947,948,949,947,948,949,947,948,949,947,948,949,0,0,947,948,949,947,948,949,947,948,949,947,948,949,0,950,951,952,953,954,955,956,957,958,959,960,961,962,950,951,952,953,954,955,956,957,958,959,960,961,962,0,0,950,951,952,953,954,955,956,957,958,959,960,961,962,950,951,952,953,954,955,956,957,958,959,960,961,962,0,0,950,951,952,953,954,955,956,957,958,959,960,961,962,0,950,951,952,953,954,955,956,957,958,959,960,961,962,0,950,951,952,953,954,955,956,957,958,959,960,961,962,950,951,952,953,954,955,956,957,958,959,960,961,962,0,0,0,950,951,952,953,954,955,956,957,958,959,960,961,962,950,951,952,953,954,955,956,957,958,959,960,961,962,0,950,951,952,953,954,955,956,957,958,959,960,961,962,0,0,950,951,952,953,954,955,956,957,958,959,960,961,962,0,963,964,965,966,967,968,969,970,971,972,973,963,964,965,966,967,968,969,970,971,972,973,0,0,0,963,964,965,966,967,968,969,970,971,972,973,963,964,965,966,967,968,969,970,971,972,973,0,0,963,964,965,966,967,968,969,970,971,972,973,963,964,965,966,967,968,969,970,971,972,973,0,963,964,965,966,967,968,969,970,971,972,973,963,964,965,966,967,968,969,970,971,972,973,0,0,963,964,965,966,967,968,969,970,971,972,973,963,964,965,966,967,968,969,970,971,972,973,0,963,964,965,966,967,968,969,970,971,972,973,0,963,964,965,966,967,968,969,970,971,972,973,974,975,974,975,974,975,974,975,974,975,974,975,974,975,974,975,0,0,974,975,974,975,974,975,974,975,976,976,976,976,976,976,976,976,976,976,976,0,976,977,977,977,977,977,977,977,977,0,977,977,977,977,978,979,978,979,978,979,978,979,978,979,978,979,978,979,978,979,0,0,978,979,978,979,978,979,978,979,0,980,981,982,980,981,982,980,981,982,980,981,982,980,981,982,0,980,981,982,980,981,982,980,981,982,0,980,981,982,980,981,982,980,981,982,980,981,982,983,984,983,984,983,984,983,984,0,983,984,0,983,984,983,984,983,984,983,984,983,984,983,984,983,984,985,985,985,985,985,0,985,985,985,985,985,985,985,986,986,986,986,986,986,986,986,986,986,986,0,986,0,987,988,989,990,991,992,993,994,995,987,988,989,990,991,992,993,994,995,0,0,987,988,989,990,991,992,993,994,995,987,988,989,990,991,992,993,994,995,987,988,989,990,991,992,993,994,995,0,0,987,988,989,990,991,992,993,994,995,0,0,987,988,989,990,991,992,993,994,995,987,988,989,990,991,992,993,994,995,0,0,987,988,989,990,991,992,993,994,995,987,988,989,990,991,992,993,994,995,987,988,989,990,991,992,993,994,995,987,988,989,990,991,992,993,994,995,0,0,996,997,998,999,996,997,998,999,996,997,998,999,996,997,998,999,996,997,998,999,996,997,998,999,0,996,997,998,999,996,997,998,999,0,0,996,997,998,999,996,997,998,999,996,997,998,999,996,997,998,999,0,0,1000,1001,1002,1003,1004,1000,1001,1002,1003,1004,1000,1001,1002,1003,1004,1000,1001,1002,1003,1004,1000,1001,1002,1003,1004,0,1000,1001,1002,1003,1004,1000,1001,1002,1003,1004,1000,1001,1002,1003,1004,0,0,1000,1001,1002,1003,1004,1000,1001,1002,1003,1004,1000,1001,1002,1003,1004,1000,1001,1002,1003,1004,0,1005,1006,1007,1008,1005,1006,1007,1008,1005,1006,1007,1008,1005,1006,1007,1008,1005,1006,1007,1008,0,1005,1006,1007,1008,1005,1006,1007,1008,1005,1006,1007,1008,0,0,1005,1006,1007,1008,1005,1006,1007,1008,1005,1006,1007,1008,1005,1006,1007,1008,0,1009,1010,1011,1009,1010,1011,0,1009,1010,1011,1009,1010,1011,1009,1010,1011,1009,1010,1011,1009,1010,1011,1009,1010,1011,0,1009,1010,1011,1009,1010,1011,1009,1010,1011,1009,1010,1011,1012,1013,1014,1012,1013,1014,0,1012,1013,1014,1012,1013,1014,1012,1013,1014,1012,1013,1014,1012,1013,1014,1012,1013,1014,0,0,1012,1013,1014,1012,1013,1014,1012,1013,1014,1012,1013,1014,0,1015,1016,1017,1015,1016,1017,0,1015,1016,1017,1015,1016,1017,1015,1016,1017,1015,1016,1017,1015,1016,1017,1015,1016,1017,0,1015,1016,1017,1015,1016,1017,1015,1016,1017,1015,1016,1017,1018,1019,1018,1019,0,1018,1019,1018,1019,1018,1019,1018,1019,1018,1019,1018,1019,0,1018,1019,1018,1019,1018,1019,1018,1019,0,1020,1021,1022,1020,1021,1022,0,1020,1021,1022,1020,1021,1022,1020,1021,1022,1020,1021,1022,1020,1021,1022,1020,1021,1022,1020,1021,1022,1020,1021,1022,1020,1021,1022,0,1020,1021,1022,1023,1024,1025,1026,1023,1024,1025,1026,0,1023,1024,1025,1026,1023,1024,1025,1026,1023,1024,1025,1026,1023,1024,1025,1026,1023,1024,1025,1026,1023,1024,1025,1026,0,0,0,1023,1024,1025,1026,1023,1024,1025,1026,1023,1024,1025,1026,1023,1024,1025,1026,0,1027,1028,1029,1027,1028,1029,0,1027,1028,1029,1027,1028,1029,1027,1028,1029,1027,1028,1029,1027,1028,1029,1027,1028,1029,0,1027,1028,1029,1027,1028,1029,1027,1028,1029,1027,1028,1029,1030,1031,1030,1031,0,1030,1031,1030,1031,1030,1031,1030,1031,1030,1031,1030,1031,1030,1031,1030,1031,1030,1031,0,1030,1031,0,1032,1033,1034,1035,1032,1033,1034,1035,0,1032,1033,1034,1035,1032,1033,1034,1035,1032,1033,1034,1035,1032,1033,1034,1035,1032,1033,1034,1035,1032,1033,1034,1035,0,1032,1033,1034,1035,1032,1033,1034,1035,1032,1033,1034,1035,0,1032,1033,1034,1035,1036,1037,1036,1037,0,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,1036,1037,0,1036,1037,0,1038,1039,1040,1041,1038,1039,1040,1041,0,1038,1039,1040,1041,1038,1039,1040,1041,1038,1039,1040,1041,0,1038,1039,1040,1041,1038,1039,1040,1041,1038,1039,1040,1041,1038,1039,1040,1041,1038,1039,1040,1041,1038,1039,1040,1041,0,1038,1039,1040,1041,0,0,0,1042,1043,1044,1045,1046,1047,1048,1042,1043,1044,1045,1046,1047,1048,0,1042,1043,1044,1045,1046,1047,1048,1042,1043,1044,1045,1046,1047,1048,0,0,1042,1043,1044,1045,1046,1047,1048,1042,1043,1044,1045,1046,1047,1048,1042,1043,1044,1045,1046,1047,1048,1042,1043,1044,1045,1046,1047,1048,0,0,1042,1043,1044,1045,1046,1047,1048,1042,1043,1044,1045,1046,1047,1048,1042,1043,1044,1045,1046,1047,1048,1042,1043,1044,1045,1046,1047,1048,0,0,1049,1050,1051,1052,1049,1050,1051,1052,1049,1050,1051,1052,1049,1050,1051,1052,1049,1050,1051,1052,0,1049,1050,1051,1052,1049,1050,1051,1052,1049,1050,1051,1052,0,1049,1050,1051,1052,1049,1050,1051,1052,1049,1050,1051,1052,1049,1050,1051,1052,0,1053,1054,1055,1053,1054,1055,1053,1054,1055,1053,1054,1055,1053,1054,1055,0,1053,1054,1055,1053,1054,1055,1053,1054,1055,0,1053,1054,1055,1053,1054,1055,1053,1054,1055,1053,1054,1055,0,1056,1057,1058,1056,1057,1058,0,1056,1057,1058,1056,1057,1058,1056,1057,1058,1056,1057,1058,1056,1057,1058,1056,1057,1058,0,1056,1057,1058,1056,1057,1058,1056,1057,1058,1056,1057,1058,0,1059,1060,1061,1062,1059,1060,1061,1062,0,1059,1060,1061,1062,1059,1060,1061,1062,1059,1060,1061,1062,1059,1060,1061,1062,1059,1060,1061,1062,1059,1060,1061,1062,0,0,1059,1060,1061,1062,1059,1060,1061,1062,1059,1060,1061,1062,1059,1060,1061,1062,1063,1064,1063,1064,0,1063,1064,1063,1064,1063,1064,1063,1064,1063,1064,1063,1064,1063,1064,1063,1064,1063,1064,1063,1064,0,1065,1066,1065,1066,0,0,1065,1066,1065,1066,1065,1066,1065,1066,1065,1066,1065,1066,1065,1066,1065,1066,1065,1066,1065,1066,0,1067,1068,1069,1070,1071,1067,1068,1069,1070,1071,0,1067,1068,1069,1070,1071,1067,1068,1069,1070,1071,0,0,1067,1068,1069,1070,1071,1067,1068,1069,1070,1071,1067,1068,1069,1070,1071,1067,1068,1069,1070,1071,0,1067,1068,1069,1070,1071,1067,1068,1069,1070,1071,1067,1068,1069,1070,1071,1067,1068,1069,1070,1071,0,1072,1073,1074,1075,1072,1073,1074,1075,0,1072,1073,1074,1075,1072,1073,1074,1075,1072,1073,1074,1075,1072,1073,1074,1075,1072,1073,1074,1075,1072,1073,1074,1075,0,1072,1073,1074,1075,1072,1073,1074,1075,1072,1073,1074,1075,0,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1076,1077,1078,1079,1080,1081,0,1076,1077,1078,1079,1080,1081,1076,1077,1078,1079,1080,1081,0,1076,1077,1078,1079,1080,1081,1076,1077,1078,1079,1080,1081,1076,1077,1078,1079,1080,1081,1076,1077,1078,1079,1080,1081,0,0,0,0,1076,1077,1078,1079,1080,1081,1076,1077,1078,1079,1080,1081,1076,1077,1078,1079,1080,1081,1076,1077,1078,1079,1080,1081,0,1082,1083,1084,1085,1082,1083,1084,1085,0,1082,1083,1084,1085,1082,1083,1084,1085,1082,1083,1084,1085,1082,1083,1084,1085,1082,1083,1084,1085,1082,1083,1084,1085,0,0,1082,1083,1084,1085,1082,1083,1084,1085,1082,1083,1084,1085,1082,1083,1084,1085,0,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,0,0,0,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,0,0,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,0,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,0,0,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,0,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,0,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,0,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,0,0,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,0,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,0,0,0,0,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,0,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,0,0,1107,1108,1109,1110,1107,1108,1109,1110,1107,1108,1109,1110,1107,1108,1109,1110,1107,1108,1109,1110,0,1107,1108,1109,1110,1107,1108,1109,1110,1107,1108,1109,1110,0,0,1107,1108,1109,1110,1107,1108,1109,1110,1107,1108,1109,1110,1107,1108,1109,1110,0,1111,1112,1113,1111,1112,1113,0,1111,1112,1113,1111,1112,1113,1111,1112,1113,1111,1112,1113,1111,1112,1113,1111,1112,1113,0,1111,1112,1113,1111,1112,1113,1111,1112,1113,1111,1112,1113,1114,1114,1114,1114,1114,1114,1114,1114,0,1114,1114,1114,1114,0,1115,1116,1117,1118,1115,1116,1117,1118,1115,1116,1117,1118,1115,1116,1117,1118,1115,1116,1117,1118,0,1115,1116,1117,1118,1115,1116,1117,1118,1115,1116,1117,1118,0,0,1115,1116,1117,1118,1115,1116,1117,1118,1115,1116,1117,1118,1115,1116,1117,1118,0,1119,1120,1121,1119,1120,1121,0,1119,1120,1121,1119,1120,1121,1119,1120,1121,1119,1120,1121,1119,1120,1121,1119,1120,1121,0,1119,1120,1121,1119,1120,1121,1119,1120,1121,1119,1120,1121,0,1122,1123,1124,1125,1126,1127,1128,1129,1130,1122,1123,1124,1125,1126,1127,1128,1129,1130,0,0,1122,1123,1124,1125,1126,1127,1128,1129,1130,1122,1123,1124,1125,1126,1127,1128,1129,1130,0,0,1122,1123,1124,1125,1126,1127,1128,1129,1130,1122,1123,1124,1125,1126,1127,1128,1129,1130,1122,1123,1124,1125,1126,1127,1128,1129,1130,1122,1123,1124,1125,1126,1127,1128,1129,1130,0,0,1122,1123,1124,1125,1126,1127,1128,1129,1130,1122,1123,1124,1125,1126,1127,1128,1129,1130,0,1122,1123,1124,1125,1126,1127,1128,1129,1130,0,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1131,1132,0,1131,1132,1131,1132,1131,1132,1131,1132,0,1131,1132,1131,1132,1131,1132,1131,1132,1131,1132,1131,1132,0,1133,1134,1135,1133,1134,1135,0,1133,1134,1135,1133,1134,1135,1133,1134,1135,1133,1134,1135,1133,1134,1135,1133,1134,1135,0,1133,1134,1135,1133,1134,1135,1133,1134,1135,1133,1134,1135,1136,1137,1136,1137,0,1136,1137,1136,1137,1136,1137,1136,1137,1136,1137,1136,1137,0,1136,1137,1136,1137,1136,1137,1136,1137,0,1138,1139,1140,1138,1139,1140,0,1138,1139,1140,1138,1139,1140,1138,1139,1140,1138,1139,1140,1138,1139,1140,1138,1139,1140,0,1138,1139,1140,1138,1139,1140,1138,1139,1140,1138,1139,1140,1141,1142,1141,1142,0,1141,1142,1141,1142,0,1141,1142,1141,1142,1141,1142,1141,1142,1141,1142,1141,1142,1141,1142,1141,1142,0,1143,1144,1145,1143,1144,1145,0,1143,1144,1145,1143,1144,1145,1143,1144,1145,1143,1144,1145,1143,1144,1145,1143,1144,1145,0,1143,1144,1145,1143,1144,1145,1143,1144,1145,1143,1144,1145,1146,1147,1146,1147,0,1146,1147,1146,1147,1146,1147,1146,1147,1146,1147,1146,1147,0,1146,1147,1146,1147,1146,1147,1146,1147,0,1148,1149,1150,1148,1149,1150,0,1148,1149,1150,1148,1149,1150,1148,1149,1150,1148,1149,1150,1148,1149,1150,1148,1149,1150,0,1148,1149,1150,1148,1149,1150,1148,1149,1150,1148,1149,1150,0,0,0,0,0,0,0,0,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,0,0,0,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,0,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,0,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,0,0,0,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,0,0,0,0,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,0,0,0,0,0,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,0,0,1173,1174,1175,1176,1177,1173,1174,1175,1176,1177,1173,1174,1175,1176,1177,1173,1174,1175,1176,1177,1173,1174,1175,1176,1177,0,1173,1174,1175,1176,1177,1173,1174,1175,1176,1177,1173,1174,1175,1176,1177,0,0,1173,1174,1175,1176,1177,1173,1174,1175,1176,1177,1173,1174,1175,1176,1177,1173,1174,1175,1176,1177,1178,1179,1178,1179,1178,1179,1178,1179,1178,1179,0,1178,1179,1178,1179,1178,1179,1178,1179,1178,1179,1178,1179,0,1178,1179,0,0,1180,1181,1182,1183,1184,1185,1186,1180,1181,1182,1183,1184,1185,1186,0,1180,1181,1182,1183,1184,1185,1186,1180,1181,1182,1183,1184,1185,1186,1180,1181,1182,1183,1184,1185,1186,0,1180,1181,1182,1183,1184,1185,1186,1180,1181,1182,1183,1184,1185,1186,1180,1181,1182,1183,1184,1185,1186,0,0,0,1180,1181,1182,1183,1184,1185,1186,1180,1181,1182,1183,1184,1185,1186,1180,1181,1182,1183,1184,1185,1186,1180,1181,1182,1183,1184,1185,1186,0,1187,1188,1189,1190,1187,1188,1189,1190,1187,1188,1189,1190,1187,1188,1189,1190,1187,1188,1189,1190,0,1187,1188,1189,1190,1187,1188,1189,1190,1187,1188,1189,1190,0,0,1187,1188,1189,1190,1187,1188,1189,1190,1187,1188,1189,1190,1187,1188,1189,1190,0,1191,1192,1193,1191,1192,1193,0,1191,1192,1193,1191,1192,1193,1191,1192,1193,1191,1192,1193,1191,1192,1193,1191,1192,1193,0,1191,1192,1193,1191,1192,1193,1191,1192,1193,1191,1192,1193,0,0,0,0,0,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,0,0,0,0,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,0,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,0,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,0,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,0,0,0,0,0,0,0,0,0,0,0,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,0,0,0,0,0,0,0,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,0,0,0,1223,1224,1225,1226,1227,1228,1229,1230,1231,1223,1224,1225,1226,1227,1228,1229,1230,1231,1223,1224,1225,1226,1227,1228,1229,1230,1231,1223,1224,1225,1226,1227,1228,1229,1230,1231,1223,1224,1225,1226,1227,1228,1229,1230,1231,0,1223,1224,1225,1226,1227,1228,1229,1230,1231,1223,1224,1225,1226,1227,1228,1229,1230,1231,0,1223,1224,1225,1226,1227,1228,1229,1230,1231,0,0,0,0,1223,1224,1225,1226,1227,1228,1229,1230,1231,1223,1224,1225,1226,1227,1228,1229,1230,1231,1223,1224,1225,1226,1227,1228,1229,1230,1231,0,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1232,1233,1232,1233,1232,1233,1232,1233,0,1232,1233,1232,1233,1232,1233,1232,1233,1232,1233,1232,1233,0,1232,1233,0,1234,1235,1236,1237,1234,1235,1236,1237,1234,1235,1236,1237,1234,1235,1236,1237,1234,1235,1236,1237,0,1234,1235,1236,1237,1234,1235,1236,1237,1234,1235,1236,1237,0,0,1234,1235,1236,1237,1234,1235,1236,1237,1234,1235,1236,1237,1234,1235,1236,1237,0,1238,1239,1240,1238,1239,1240,0,1238,1239,1240,1238,1239,1240,1238,1239,1240,1238,1239,1240,1238,1239,1240,1238,1239,1240,0,1238,1239,1240,1238,1239,1240,1238,1239,1240,1238,1239,1240,1241,1242,1241,1242,1241,1242,1241,1242,1241,1242,1241,1242,1241,1242,1241,1242,0,1241,1242,1241,1242,1241,1242,1241,1242,0,1243,1244,1243,1244,0,1243,1244,1243,1244,1243,1244,1243,1244,1243,1244,1243,1244,0,1243,1244,1243,1244,1243,1244,1243,1244,0,0,1245,1246,1247,1248,1245,1246,1247,1248,0,1245,1246,1247,1248,1245,1246,1247,1248,1245,1246,1247,1248,1245,1246,1247,1248,1245,1246,1247,1248,1245,1246,1247,1248,0,1245,1246,1247,1248,1245,1246,1247,1248,1245,1246,1247,1248,1245,1246,1247,1248,0,1249,1250,1251,1249,1250,1251,1249,1250,1251,1249,1250,1251,1249,1250,1251,0,1249,1250,1251,1249,1250,1251,1249,1250,1251,0,1249,1250,1251,1249,1250,1251,1249,1250,1251,1249,1250,1251,0,1252,1253,1254,1252,1253,1254,1252,1253,1254,1252,1253,1254,1252,1253,1254,1252,1253,1254,1252,1253,1254,1252,1253,1254,0,0,1252,1253,1254,1252,1253,1254,1252,1253,1254,1252,1253,1254,1255,1256,1257,1255,1256,1257,0,1255,1256,1257,1255,1256,1257,1255,1256,1257,1255,1256,1257,1255,1256,1257,1255,1256,1257,0,1255,1256,1257,1255,1256,1257,1255,1256,1257,1255,1256,1257,0,1258,1259,1260,1258,1259,1260,1258,1259,1260,1258,1259,1260,1258,1259,1260,1258,1259,1260,1258,1259,1260,1258,1259,1260,0,0,0,1258,1259,1260,1258,1259,1260,1258,1259,1260,1258,1259,1260,1261,1262,1261,1262,1261,1262,1261,1262,1261,1262,1261,1262,1261,1262,1261,1262,0,0,1261,1262,1261,1262,1261,1262,1261,1262,1263,1263,1263,1263,1263,1263,1263,1263,0,1263,1263,1263,1263,1264,1264,1264,1264,1264,1264,1264,1264,0,1264,1264,1264,1264,1265,1266,1265,1266,0,1265,1266,1265,1266,1265,1266,1265,1266,0,1265,1266,1265,1266,1265,1266,1265,1266,1265,1266,1265,1266,0,1267,1268,1269,1270,1271,1267,1268,1269,1270,1271,0,1267,1268,1269,1270,1271,1267,1268,1269,1270,1271,1267,1268,1269,1270,1271,1267,1268,1269,1270,1271,1267,1268,1269,1270,1271,1267,1268,1269,1270,1271,0,0,1267,1268,1269,1270,1271,1267,1268,1269,1270,1271,1267,1268,1269,1270,1271,0,1267,1268,1269,1270,1271,0,0,1272,1273,1274,1272,1273,1274,0,1272,1273,1274,1272,1273,1274,1272,1273,1274,1272,1273,1274,1272,1273,1274,1272,1273,1274,1272,1273,1274,1272,1273,1274,1272,1273,1274,1272,1273,1274,0,1275,1276,1277,1275,1276,1277,0,1275,1276,1277,1275,1276,1277,1275,1276,1277,1275,1276,1277,1275,1276,1277,1275,1276,1277,0,1275,1276,1277,1275,1276,1277,1275,1276,1277,1275,1276,1277,1278,1279,1278,1279,0,0,1278,1279,1278,1279,1278,1279,1278,1279,1278,1279,1278,1279,1278,1279,1278,1279,1278,1279,1278,1279,0,1280,1281,1282,1283,1280,1281,1282,1283,0,0,1280,1281,1282,1283,1280,1281,1282,1283,1280,1281,1282,1283,1280,1281,1282,1283,1280,1281,1282,1283,1280,1281,1282,1283,0,1280,1281,1282,1283,1280,1281,1282,1283,1280,1281,1282,1283,1280,1281,1282,1283,1284,1285,1284,1285,0,0,1284,1285,1284,1285,1284,1285,1284,1285,1284,1285,1284,1285,1284,1285,1284,1285,1284,1285,1284,1285,0,1286,1287,1288,1289,1286,1287,1288,1289,0,0,1286,1287,1288,1289,1286,1287,1288,1289,1286,1287,1288,1289,1286,1287,1288,1289,1286,1287,1288,1289,1286,1287,1288,1289,0,1286,1287,1288,1289,1286,1287,1288,1289,1286,1287,1288,1289,1286,1287,1288,1289,0,1290,1291,1292,1290,1291,1292,1290,1291,1292,1290,1291,1292,1290,1291,1292,1290,1291,1292,1290,1291,1292,1290,1291,1292,1290,1291,1292,1290,1291,1292,1290,1291,1292,0,0,1290,1291,1292,1293,1294,1293,1294,0,1293,1294,1293,1294,1293,1294,1293,1294,1293,1294,1293,1294,0,1293,1294,1293,1294,1293,1294,1293,1294,0,0,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,0,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,0,0,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,0,0,0,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,0,0,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,0,0,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,0,0,1306,1307,1308,1309,1310,1306,1307,1308,1309,1310,1306,1307,1308,1309,1310,1306,1307,1308,1309,1310,1306,1307,1308,1309,1310,0,1306,1307,1308,1309,1310,1306,1307,1308,1309,1310,1306,1307,1308,1309,1310,0,0,1306,1307,1308,1309,1310,1306,1307,1308,1309,1310,1306,1307,1308,1309,1310,1306,1307,1308,1309,1310,0,0,1311,1312,1313,1314,1315,1316,1317,1318,1319,1311,1312,1313,1314,1315,1316,1317,1318,1319,0,0,1311,1312,1313,1314,1315,1316,1317,1318,1319,1311,1312,1313,1314,1315,1316,1317,1318,1319,1311,1312,1313,1314,1315,1316,1317,1318,1319,1311,1312,1313,1314,1315,1316,1317,1318,1319,0,1311,1312,1313,1314,1315,1316,1317,1318,1319,0,1311,1312,1313,1314,1315,1316,1317,1318,1319,0,0,1311,1312,1313,1314,1315,1316,1317,1318,1319,1311,1312,1313,1314,1315,1316,1317,1318,1319,1311,1312,1313,1314,1315,1316,1317,1318,1319,0,0,1311,1312,1313,1314,1315,1316,1317,1318,1319,0,0,1320,1321,1322,1323,1324,1320,1321,1322,1323,1324,1320,1321,1322,1323,1324,1320,1321,1322,1323,1324,1320,1321,1322,1323,1324,0,1320,1321,1322,1323,1324,1320,1321,1322,1323,1324,1320,1321,1322,1323,1324,0,0,1320,1321,1322,1323,1324,1320,1321,1322,1323,1324,1320,1321,1322,1323,1324,1320,1321,1322,1323,1324,0,1325,1326,1327,1328,1325,1326,1327,1328,1325,1326,1327,1328,1325,1326,1327,1328,1325,1326,1327,1328,0,1325,1326,1327,1328,1325,1326,1327,1328,1325,1326,1327,1328,0,0,1325,1326,1327,1328,1325,1326,1327,1328,1325,1326,1327,1328,1325,1326,1327,1328,0,1329,1330,1331,1329,1330,1331,0,1329,1330,1331,1329,1330,1331,1329,1330,1331,1329,1330,1331,1329,1330,1331,1329,1330,1331,0,1329,1330,1331,1329,1330,1331,1329,1330,1331,1329,1330,1331,1332,1333,1334,1335,1336,1332,1333,1334,1335,1336,0,1332,1333,1334,1335,1336,1332,1333,1334,1335,1336,1332,1333,1334,1335,1336,0,1332,1333,1334,1335,1336,1332,1333,1334,1335,1336,1332,1333,1334,1335,1336,0,0,1332,1333,1334,1335,1336,1332,1333,1334,1335,1336,1332,1333,1334,1335,1336,0,1332,1333,1334,1335,1336,0,1337,1338,1339,1340,1337,1338,1339,1340,0,1337,1338,1339,1340,1337,1338,1339,1340,1337,1338,1339,1340,1337,1338,1339,1340,1337,1338,1339,1340,1337,1338,1339,1340,0,0,1337,1338,1339,1340,1337,1338,1339,1340,1337,1338,1339,1340,1337,1338,1339,1340,1341,1342,1343,1344,1345,1341,1342,1343,1344,1345,0,1341,1342,1343,1344,1345,1341,1342,1343,1344,1345,1341,1342,1343,1344,1345,0,1341,1342,1343,1344,1345,1341,1342,1343,1344,1345,1341,1342,1343,1344,1345,0,0,1341,1342,1343,1344,1345,1341,1342,1343,1344,1345,1341,1342,1343,1344,1345,0,1341,1342,1343,1344,1345,0,1346,1347,1348,1349,1346,1347,1348,1349,0,1346,1347,1348,1349,1346,1347,1348,1349,1346,1347,1348,1349,1346,1347,1348,1349,1346,1347,1348,1349,1346,1347,1348,1349,0,0,1346,1347,1348,1349,1346,1347,1348,1349,1346,1347,1348,1349,1346,1347,1348,1349,1350,1351,1350,1351,0,1350,1351,1350,1351,1350,1351,1350,1351,1350,1351,1350,1351,0,1350,1351,1350,1351,1350,1351,1350,1351,0,1352,1353,1354,1352,1353,1354,0,1352,1353,1354,1352,1353,1354,1352,1353,1354,1352,1353,1354,1352,1353,1354,1352,1353,1354,1352,1353,1354,1352,1353,1354,1352,1353,1354,1352,1353,1354,0,1355,1356,1355,1356,0,1355,1356,1355,1356,1355,1356,1355,1356,1355,1356,1355,1356,0,1355,1356,1355,1356,1355,1356,1355,1356,0,1357,1358,1359,1357,1358,1359,0,1357,1358,1359,1357,1358,1359,1357,1358,1359,1357,1358,1359,1357,1358,1359,1357,1358,1359,0,1357,1358,1359,1357,1358,1359,1357,1358,1359,1357,1358,1359,0,1360,1361,1362,1363,1360,1361,1362,1363,1360,1361,1362,1363,1360,1361,1362,1363,1360,1361,1362,1363,1360,1361,1362,1363,0,1360,1361,1362,1363,1360,1361,1362,1363,0,1360,1361,1362,1363,1360,1361,1362,1363,1360,1361,1362,1363,0,1360,1361,1362,1363,0,1364,1365,1366,1367,1368,1369,1364,1365,1366,1367,1368,1369,0,1364,1365,1366,1367,1368,1369,1364,1365,1366,1367,1368,1369,1364,1365,1366,1367,1368,1369,1364,1365,1366,1367,1368,1369,1364,1365,1366,1367,1368,1369,0,1364,1365,1366,1367,1368,1369,0,0,0,1364,1365,1366,1367,1368,1369,1364,1365,1366,1367,1368,1369,1364,1365,1366,1367,1368,1369,1364,1365,1366,1367,1368,1369,0,1370,1371,1372,1370,1371,1372,1370,1371,1372,1370,1371,1372,1370,1371,1372,0,1370,1371,1372,1370,1371,1372,1370,1371,1372,0,1370,1371,1372,1370,1371,1372,1370,1371,1372,1370,1371,1372,0,1373,1374,1375,1373,1374,1375,0,1373,1374,1375,1373,1374,1375,1373,1374,1375,1373,1374,1375,1373,1374,1375,1373,1374,1375,0,1373,1374,1375,1373,1374,1375,1373,1374,1375,1373,1374,1375,0,1376,1377,1378,1379,1380,1381,1376,1377,1378,1379,1380,1381,1376,1377,1378,1379,1380,1381,1376,1377,1378,1379,1380,1381,1376,1377,1378,1379,1380,1381,1376,1377,1378,1379,1380,1381,1376,1377,1378,1379,1380,1381,1376,1377,1378,1379,1380,1381,0,0,0,0,1376,1377,1378,1379,1380,1381,1376,1377,1378,1379,1380,1381,1376,1377,1378,1379,1380,1381,0,1376,1377,1378,1379,1380,1381,1382,1383,1384,1382,1383,1384,0,1382,1383,1384,1382,1383,1384,1382,1383,1384,1382,1383,1384,1382,1383,1384,1382,1383,1384,0,1382,1383,1384,1382,1383,1384,1382,1383,1384,0,1382,1383,1384,0,1385,1386,1385,1386,1385,1386,1385,1386,1385,1386,1385,1386,1385,1386,1385,1386,0,1385,1386,1385,1386,1385,1386,1385,1386,1387,1387,0,1387,1387,1387,1387,1387,1387,1387,1387,1387,1387,1388,1388,0,1388,1388,1388,1388,1388,1388,1388,1388,1388,1388,1389,1390,1391,1389,1390,1391,0,1389,1390,1391,1389,1390,1391,1389,1390,1391,1389,1390,1391,1389,1390,1391,1389,1390,1391,0,1389,1390,1391,1389,1390,1391,1389,1390,1391,0,1389,1390,1391,0,1392,1393,1392,1393,0,1392,1393,1392,1393,1392,1393,1392,1393,1392,1393,1392,1393,1392,1393,1392,1393,1392,1393,1392,1393,1394,1395,1396,1394,1395,1396,0,1394,1395,1396,1394,1395,1396,1394,1395,1396,1394,1395,1396,1394,1395,1396,1394,1395,1396,0,1394,1395,1396,1394,1395,1396,1394,1395,1396,0,1394,1395,1396,1397,1397,0,1397,1397,1397,1397,1397,1397,1397,1397,1397,1397,0,1398,1399,1400,1398,1399,1400,1398,1399,1400,1398,1399,1400,1398,1399,1400,1398,1399,1400,1398,1399,1400,1398,1399,1400,0,0,1398,1399,1400,1398,1399,1400,1398,1399,1400,1398,1399,1400,0,1401,1402,1403,1401,1402,1403,0,1401,1402,1403,1401,1402,1403,1401,1402,1403,1401,1402,1403,1401,1402,1403,1401,1402,1403,0,1401,1402,1403,1401,1402,1403,1401,1402,1403,1401,1402,1403,0,1404,1405,1406,1404,1405,1406,0,1404,1405,1406,1404,1405,1406,1404,1405,1406,1404,1405,1406,1404,1405,1406,1404,1405,1406,0,1404,1405,1406,1404,1405,1406,1404,1405,1406,1404,1405,1406,0,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,0,0,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,0,0,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,0,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,0,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,0,0,0,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,0,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,0,1407,1408,1409,1410,1411,1412,1413,1414,1415,1416,1417,1418,1419,1420,1419,1420,0,1419,1420,1419,1420,1419,1420,1419,1420,0,1419,1420,1419,1420,1419,1420,1419,1420,1419,1420,1419,1420,0,1421,1422,1423,1421,1422,1423,0,1421,1422,1423,1421,1422,1423,1421,1422,1423,1421,1422,1423,1421,1422,1423,1421,1422,1423,0,1421,1422,1423,1421,1422,1423,1421,1422,1423,1421,1422,1423,0,1424,1425,1424,1425,0,1424,1425,1424,1425,1424,1425,1424,1425,1424,1425,1424,1425,1424,1425,1424,1425,1424,1425,1424,1425,0,0,1426,1427,1428,1426,1427,1428,0,1426,1427,1428,1426,1427,1428,1426,1427,1428,1426,1427,1428,1426,1427,1428,1426,1427,1428,1426,1427,1428,1426,1427,1428,1426,1427,1428,1426,1427,1428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,0,0,0,0,0,0,0,0,0,0,0,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,0,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,0,0,0,0,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,0,1512,1512,1512,1512,1512,1512,1512,0,1512,1512,1512,1512,1512,1513,1513,1513,1513,1513,1513,1513,0,1513,1513,1513,1513,1513,1514,1514,1514,1514,1514,1514,1514,0,1514,1514,1514,1514,1514,1515,1515,1515,1515,1515,1515,1515,0,1515,1515,1515,1515,1515,1516,1516,1516,1516,1516,1516,1516,0,1516,1516,1516,1516,1516,1517,1517,1517,1517,1517,1517,1517,0,1517,1517,1517,1517,1517,1518,1518,1518,1518,1518,1518,1518,0,1518,1518,1518,1518,1518,1519,1519,1519,1519,1519,1519,1519,0,1519,1519,1519,1519,1519,1520,1520,1520,1520,1520,1520,1520,0,1520,1520,1520,1520,1520,1521,1521,1521,1521,1521,1521,1521,0,1521,1521,1521,1521,1521,1522,1522,1522,1522,1522,1522,1522,0,1522,1522,1522,1522,1522,1523,1523,1523,1523,1523,1523,1523,0,1523,1523,1523,1523,1523,1524,1524,1524,1524,1524,1524,1524,0,1524,1524,1524,1524,1524,1525,1525,1525,1525,1525,1525,1525,0,1525,1525,1525,1525,1525,1526,1526,1526,1526,1526,1526,1526,0,1526,1526,1526,1526,1526,1527,1527,1527,1527,1527,1527,1527,0,1527,1527,1527,1527,1527,1528,1528,1528,1528,1528,1528,1528,0,1528,1528,1528,1528,1528,1529,1529,1529,1529,1529,1529,1529,0,1529,1529,1529,1529,1529,1530,1530,1530,1530,1530,1530,1530,0,1530,1530,1530,1530,1530,1531,1531,1531,1531,1531,1531,1531,0,1531,1531,1531,1531,1531,1532,1532,1532,1532,1532,1532,1532,0,1532,1532,1532,1532,1532,1533,1533,1533,1533,1533,1533,1533,0,1533,1533,1533,1533,1533,1534,1534,1534,1534,1534,1534,1534,0,1534,1534,1534,1534,1534,1535,1535,1535,1535,1535,1535,1535,0,1535,1535,1535,1535,1535,1536,1536,1536,1536,1536,1536,1536,0,1536,1536,1536,1536,1536,1537,1537,1537,1537,1537,1537,1537,0,1537,1537,1537,1537,1537,1538,1538,1538,1538,1538,1538,1538,0,1538,1538,1538,1538,1538,1539,1539,1539,1539,1539,1539,1539,0,1539,1539,1539,1539,1539,1540,1540,1540,1540,1540,1540,1540,0,1540,1540,1540,1540,1540,1541,1541,1541,1541,1541,1541,1541,0,1541,1541,1541,1541,1541,1542,1542,1542,1542,1542,1542,1542,0,1542,1542,1542,1542,1542,1543,1543,1543,1543,1543,1543,1543,0,1543,1543,1543,1543,1543,1544,1544,1544,1544,1544,1544,1544,0,1544,1544,1544,1544,1544,1545,1545,1545,1545,1545,1545,1545,0,1545,1545,1545,1545,1545,1546,1546,1546,1546,1546,1546,1546,0,1546,1546,1546,1546,1546,1547,1547,1547,1547,1547,1547,1547,0,1547,1547,1547,1547,1547,1548,1548,1548,1548,1548,1548,1548,0,1548,1548,1548,1548,1548,1549,1549,1549,1549,1549,1549,1549,0,1549,1549,1549,1549,1549,1550,1550,1550,1550,1550,1550,1550,0,1550,1550,1550,1550,1550,1551,1551,1551,1551,1551,1551,1551,0,1551,1551,1551,1551,1551,1552,1552,1552,1552,1552,1552,1552,0,1552,1552,1552,1552,1552,1553,1553,1553,1553,1553,1553,1553,0,1553,1553,1553,1553,1553,1554,1554,1554,1554,1554,1554,1554,0,1554,1554,1554,1554,1554,1555,1555,1555,1555,1555,1555,1555,0,1555,1555,1555,1555,1555,1556,1556,1556,1556,1556,1556,1556,1556,0,1556,1556,1556,1556,1557,1557,1557,1557,1557,1557,1557,0,1557,1557,1557,1557,1557,1558,1558,1558,1558,1558,1558,1558,0,1558,1558,1558,1558,1558,1559,1559,1559,1559,1559,1559,1559,0,1559,1559,1559,1559,1559,1560,1560,1560,1560,1560,1560,1560,0,1560,1560,1560,1560,1560,1561,1561,1561,1561,1561,1561,1561,0,1561,1561,1561,1561,1561,1562,1562,1562,1562,1562,1562,1562,0,1562,1562,1562,1562,1562,1563,1563,1563,1563,1563,1563,1563,0,1563,1563,1563,1563,1563,1564,1564,1564,1564,1564,1564,1564,0,1564,1564,1564,1564,1564,1565,1565,1565,1565,1565,1565,1565,0,1565,1565,1565,1565,1565,1566,1566,1566,1566,1566,1566,1566,0,1566,1566,1566,1566,1566,1567,1567,1567,1567,1567,1567,1567,0,1567,1567,1567,1567,1567,1568,1568,1568,1568,1568,1568,1568,0,1568,1568,1568,1568,1568,1569,1569,1569,1569,1569,1569,1569,0,1569,1569,1569,1569,1569,1570,1570,1570,1570,1570,1570,1570,0,1570,1570,1570,1570,1570,1571,1571,1571,1571,1571,1571,1571,0,1571,1571,1571,1571,1571,1572,1572,1572,1572,1572,1572,1572,1572,0,1572,1572,1572,1572,1573,1573,1573,1573,1573,1573,1573,0,1573,1573,1573,1573,1573,1574,1574,1574,1574,1574,1574,1574,0,1574,1574,1574,1574,1574,1575,1575,1575,1575,1575,1575,1575,0,1575,1575,1575,1575,1575,1576,1576,1576,1576,1576,1576,1576,0,1576,1576,1576,1576,1576,1577,1577,1577,1577,1577,1577,1577,0,1577,1577,1577,1577,1577,1578,1578,1578,1578,1578,1578,1578,0,1578,1578,1578,1578,1578,1579,1579,1579,1579,1579,1579,1579,0,1579,1579,1579,1579,1579,1580,1580,1580,1580,1580,1580,1580,0,1580,1580,1580,1580,1580,1581,1581,1581,1581,1581,1581,1581,0,1581,1581,1581,1581,1581,1582,1582,1582,1582,1582,1582,1582,0,1582,1582,1582,1582,1582,1583,1583,1583,1583,1583,1583,1583,0,1583,1583,1583,1583,1583,1584,1584,1584,1584,1584,1584,1584,0,1584,1584,1584,1584,1584,1585,1585,1585,1585,1585,1585,1585,0,1585,1585,1585,1585,1585,1586,1586,1586,1586,1586,1586,1586,0,1586,1586,1586,1586,1586,1587,1587,1587,1587,1587,1587,1587,0,1587,1587,1587,1587,1587,1588,1588,1588,1588,1588,1588,1588,0,1588,1588,1588,1588,1588,1589,1589,1589,1589,1589,1589,1589,0,1589,1589,1589,1589,1589,1590,1590,1590,1590,1590,1590,1590,0,1590,1590,1590,1590,1590,1591,1591,1591,1591,1591,1591,1591,0,1591,1591,1591,1591,1591,1592,1592,1592,1592,1592,1592,1592,1592,0,1592,1592,1592,1592,1593,1593,1593,1593,1593,1593,1593,0,1593,1593,1593,1593,1593,0,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,0,0,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,0,0,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,0,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,0,0,0,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,0,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,0,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,0,0,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,0,0,0,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,0,0,0,0,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,0,0,0,0,0,0,0,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,0,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,0,0,0,0,0,0,0,1605,1606,1607,1608,1609,1610,1611,1612,1613,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,0,0,0,0,1635,1636,1637,1638,1639,1640,1635,1636,1637,1638,1639,1640,1635,1636,1637,1638,1639,1640,1635,1636,1637,1638,1639,1640,1635,1636,1637,1638,1639,1640,0,1635,1636,1637,1638,1639,1640,1635,1636,1637,1638,1639,1640,1635,1636,1637,1638,1639,1640,0,0,0,1635,1636,1637,1638,1639,1640,1635,1636,1637,1638,1639,1640,1635,1636,1637,1638,1639,1640,1635,1636,1637,1638,1639,1640,0,0,1641,1642,1643,1644,1645,1641,1642,1643,1644,1645,1641,1642,1643,1644,1645,1641,1642,1643,1644,1645,1641,1642,1643,1644,1645,0,1641,1642,1643,1644,1645,1641,1642,1643,1644,1645,1641,1642,1643,1644,1645,0,0,1641,1642,1643,1644,1645,1641,1642,1643,1644,1645,1641,1642,1643,1644,1645,1641,1642,1643,1644,1645,0,0,1646,1647,1648,1649,1650,1646,1647,1648,1649,1650,1646,1647,1648,1649,1650,1646,1647,1648,1649,1650,1646,1647,1648,1649,1650,0,1646,1647,1648,1649,1650,1646,1647,1648,1649,1650,1646,1647,1648,1649,1650,0,0,1646,1647,1648,1649,1650,1646,1647,1648,1649,1650,1646,1647,1648,1649,1650,1646,1647,1648,1649,1650,0,0,1651,1652,1653,1654,1655,1651,1652,1653,1654,1655,1651,1652,1653,1654,1655,1651,1652,1653,1654,1655,1651,1652,1653,1654,1655,0,1651,1652,1653,1654,1655,1651,1652,1653,1654,1655,1651,1652,1653,1654,1655,0,0,1651,1652,1653,1654,1655,1651,1652,1653,1654,1655,1651,1652,1653,1654,1655,1651,1652,1653,1654,1655,0,0,1656,1657,1658,1659,1660,1656,1657,1658,1659,1660,1656,1657,1658,1659,1660,1656,1657,1658,1659,1660,1656,1657,1658,1659,1660,0,1656,1657,1658,1659,1660,1656,1657,1658,1659,1660,1656,1657,1658,1659,1660,0,0,1656,1657,1658,1659,1660,1656,1657,1658,1659,1660,1656,1657,1658,1659,1660,1656,1657,1658,1659,1660,0,0,1661,1662,1663,1664,1665,1661,1662,1663,1664,1665,1661,1662,1663,1664,1665,1661,1662,1663,1664,1665,1661,1662,1663,1664,1665,0,1661,1662,1663,1664,1665,1661,1662,1663,1664,1665,1661,1662,1663,1664,1665,0,0,1661,1662,1663,1664,1665,1661,1662,1663,1664,1665,1661,1662,1663,1664,1665,1661,1662,1663,1664,1665,0,0,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,0,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,0,0,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,1666,1667,1668,1669,1670,0,0,1671,1672,1673,1674,1675,1671,1672,1673,1674,1675,1671,1672,1673,1674,1675,1671,1672,1673,1674,1675,1671,1672,1673,1674,1675,0,1671,1672,1673,1674,1675,1671,1672,1673,1674,1675,1671,1672,1673,1674,1675,0,0,1671,1672,1673,1674,1675,1671,1672,1673,1674,1675,1671,1672,1673,1674,1675,1671,1672,1673,1674,1675,0,0,1676,1677,1678,1679,1676,1677,1678,1679,1676,1677,1678,1679,1676,1677,1678,1679,1676,1677,1678,1679,0,1676,1677,1678,1679,1676,1677,1678,1679,1676,1677,1678,1679,0,1676,1677,1678,1679,1676,1677,1678,1679,1676,1677,1678,1679,1676,1677,1678,1679,1680,1681,1680,1681,1680,1681,1680,1681,1680,1681,0,1680,1681,1680,1681,1680,1681,1680,1681,1680,1681,1680,1681,0,1680,1681,0,0,1682,1683,1684,1685,1686,1682,1683,1684,1685,1686,1682,1683,1684,1685,1686,1682,1683,1684,1685,1686,1682,1683,1684,1685,1686,0,1682,1683,1684,1685,1686,1682,1683,1684,1685,1686,1682,1683,1684,1685,1686,0,0,1682,1683,1684,1685,1686,1682,1683,1684,1685,1686,1682,1683,1684,1685,1686,1682,1683,1684,1685,1686,1687,1687,1687,1687,1687,1687,1687,1687,0,1687,1687,1687,1687,1688,1688,1688,1688,1688,1688,1688,1688,0,1688,1688,1688,1688,0,1689,1690,1691,1692,1693,1694,1695,1696,1689,1690,1691,1692,1693,1694,1695,1696,0,1689,1690,1691,1692,1693,1694,1695,1696,1689,1690,1691,1692,1693,1694,1695,1696,1689,1690,1691,1692,1693,1694,1695,1696,1689,1690,1691,1692,1693,1694,1695,1696,0,1689,1690,1691,1692,1693,1694,1695,1696,1689,1690,1691,1692,1693,1694,1695,1696,0,0,0,1689,1690,1691,1692,1693,1694,1695,1696,1689,1690,1691,1692,1693,1694,1695,1696,1689,1690,1691,1692,1693,1694,1695,1696,0,0,1689,1690,1691,1692,1693,1694,1695,1696,0,1697,1698,1699,1700,1697,1698,1699,1700,1697,1698,1699,1700,1697,1698,1699,1700,1697,1698,1699,1700,0,1697,1698,1699,1700,1697,1698,1699,1700,1697,1698,1699,1700,0,0,1697,1698,1699,1700,1697,1698,1699,1700,1697,1698,1699,1700,1697,1698,1699,1700,0,1701,1702,1703,1701,1702,1703,0,1701,1702,1703,1701,1702,1703,1701,1702,1703,1701,1702,1703,1701,1702,1703,1701,1702,1703,0,1701,1702,1703,1701,1702,1703,1701,1702,1703,1701,1702,1703,0,0,0,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,0,0,0,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,0,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,0,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,0,0,0,0,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,0,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,0,1717,1718,1719,1720,1717,1718,1719,1720,1717,1718,1719,1720,1717,1718,1719,1720,1717,1718,1719,1720,0,1717,1718,1719,1720,1717,1718,1719,1720,1717,1718,1719,1720,0,0,1717,1718,1719,1720,1717,1718,1719,1720,1717,1718,1719,1720,1717,1718,1719,1720,0,1721,1722,1723,1721,1722,1723,0,1721,1722,1723,1721,1722,1723,1721,1722,1723,1721,1722,1723,1721,1722,1723,1721,1722,1723,0,1721,1722,1723,1721,1722,1723,1721,1722,1723,1721,1722,1723,0,1724,1725,1726,1727,1724,1725,1726,1727,1724,1725,1726,1727,1724,1725,1726,1727,1724,1725,1726,1727,0,1724,1725,1726,1727,1724,1725,1726,1727,1724,1725,1726,1727,0,0,1724,1725,1726,1727,1724,1725,1726,1727,1724,1725,1726,1727,1724,1725,1726,1727,0,1728,1729,1730,1728,1729,1730,0,1728,1729,1730,1728,1729,1730,1728,1729,1730,1728,1729,1730,1728,1729,1730,1728,1729,1730,0,1728,1729,1730,1728,1729,1730,1728,1729,1730,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1731,1732,1733,1734,1735,1736,1737,1738,0,0,0,0,1731,1732,1733,1734,1735,1736,1737,1738,1731,1732,1733,1734,1735,1736,1737,1738,1731,1732,1733,1734,1735,1736,1737,1738,1731,1732,1733,1734,1735,1736,1737,1738,1731,1732,1733,1734,1735,1736,1737,1738,1731,1732,1733,1734,1735,1736,1737,1738,0,0,0,1731,1732,1733,1734,1735,1736,1737,1738,1731,1732,1733,1734,1735,1736,1737,1738,1731,1732,1733,1734,1735,1736,1737,1738,0,1731,1732,1733,1734,1735,1736,1737,1738,0,1739,1740,1741,1742,1743,1744,1745,1739,1740,1741,1742,1743,1744,1745,1739,1740,1741,1742,1743,1744,1745,1739,1740,1741,1742,1743,1744,1745,0,1739,1740,1741,1742,1743,1744,1745,0,0,1739,1740,1741,1742,1743,1744,1745,0,1739,1740,1741,1742,1743,1744,1745,1739,1740,1741,1742,1743,1744,1745,0,0,1739,1740,1741,1742,1743,1744,1745,1739,1740,1741,1742,1743,1744,1745,1739,1740,1741,1742,1743,1744,1745,1739,1740,1741,1742,1743,1744,1745,0,1746,1747,1748,1749,1746,1747,1748,1749,1746,1747,1748,1749,1746,1747,1748,1749,1746,1747,1748,1749,0,1746,1747,1748,1749,1746,1747,1748,1749,1746,1747,1748,1749,0,0,1746,1747,1748,1749,1746,1747,1748,1749,1746,1747,1748,1749,1746,1747,1748,1749,0,1750,1751,1752,1750,1751,1752,0,1750,1751,1752,1750,1751,1752,1750,1751,1752,1750,1751,1752,1750,1751,1752,1750,1751,1752,0,1750,1751,1752,1750,1751,1752,1750,1751,1752,1750,1751,1752,0,1753,1754,1755,1756,1753,1754,1755,1756,1753,1754,1755,1756,1753,1754,1755,1756,1753,1754,1755,1756,1753,1754,1755,1756,0,1753,1754,1755,1756,1753,1754,1755,1756,0,1753,1754,1755,1756,1753,1754,1755,1756,1753,1754,1755,1756,1753,1754,1755,1756,0,1757,1757,1757,1757,1757,0,1757,1757,1757,1757,1757,1757,1757,1758,1759,1760,1758,1759,1760,0,0,1758,1759,1760,1758,1759,1760,1758,1759,1760,1758,1759,1760,1758,1759,1760,1758,1759,1760,0,1758,1759,1760,1758,1759,1760,1758,1759,1760,1758,1759,1760,0,1761,1762,1763,1761,1762,1763,0,1761,1762,1763,1761,1762,1763,1761,1762,1763,1761,1762,1763,1761,1762,1763,1761,1762,1763,0,1761,1762,1763,1761,1762,1763,1761,1762,1763,1761,1762,1763,0,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,0,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,1764,1765,0,1766,1767,1768,1769,1766,1767,1768,1769,1766,1767,1768,1769,1766,1767,1768,1769,1766,1767,1768,1769,0,1766,1767,1768,1769,1766,1767,1768,1769,1766,1767,1768,1769,0,0,1766,1767,1768,1769,1766,1767,1768,1769,1766,1767,1768,1769,1766,1767,1768,1769,0,0,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,0,0,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,0,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,0,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,0,0,0,0,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,0,1780,1781,1782,1783,1780,1781,1782,1783,1780,1781,1782,1783,1780,1781,1782,1783,1780,1781,1782,1783,0,1780,1781,1782,1783,1780,1781,1782,1783,1780,1781,1782,1783,0,0,1780,1781,1782,1783,1780,1781,1782,1783,1780,1781,1782,1783,1780,1781,1782,1783,0,1784,1785,1786,1784,1785,1786,0,1784,1785,1786,1784,1785,1786,1784,1785,1786,1784,1785,1786,1784,1785,1786,1784,1785,1786,0,1784,1785,1786,1784,1785,1786,1784,1785,1786,1784,1785,1786,1787,1788,1789,1787,1788,1789,0,1787,1788,1789,1787,1788,1789,1787,1788,1789,1787,1788,1789,1787,1788,1789,1787,1788,1789,0,1787,1788,1789,1787,1788,1789,1787,1788,1789,0,1787,1788,1789,0,1790,1791,1792,1793,1794,1795,1796,1790,1791,1792,1793,1794,1795,1796,0,1790,1791,1792,1793,1794,1795,1796,1790,1791,1792,1793,1794,1795,1796,1790,1791,1792,1793,1794,1795,1796,1790,1791,1792,1793,1794,1795,1796,1790,1791,1792,1793,1794,1795,1796,1790,1791,1792,1793,1794,1795,1796,0,0,0,0,1790,1791,1792,1793,1794,1795,1796,1790,1791,1792,1793,1794,1795,1796,1790,1791,1792,1793,1794,1795,1796,0,1790,1791,1792,1793,1794,1795,1796,0,1797,1798,1799,1797,1798,1799,1797,1798,1799,1797,1798,1799,1797,1798,1799,1797,1798,1799,0,0,1797,1798,1799,1797,1798,1799,1797,1798,1799,1797,1798,1799,1797,1798,1799,1797,1798,1799,0,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,0,0,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,0,0,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,0,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,0,0,0,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,0,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,0,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,0,0,0,0,0,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,0,0,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,0,0,0,0,0,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,0,0,0,0,0,0,0,0,1811,1812,1813,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,0,0,0,0,1856,1857,1858,1859,1860,1856,1857,1858,1859,1860,1856,1857,1858,1859,1860,1856,1857,1858,1859,1860,1856,1857,1858,1859,1860,0,1856,1857,1858,1859,1860,1856,1857,1858,1859,1860,1856,1857,1858,1859,1860,0,0,1856,1857,1858,1859,1860,1856,1857,1858,1859,1860,1856,1857,1858,1859,1860,1856,1857,1858,1859,1860,0,0,1861,1862,1863,1864,1865,1861,1862,1863,1864,1865,1861,1862,1863,1864,1865,1861,1862,1863,1864,1865,1861,1862,1863,1864,1865,0,1861,1862,1863,1864,1865,1861,1862,1863,1864,1865,1861,1862,1863,1864,1865,0,0,1861,1862,1863,1864,1865,1861,1862,1863,1864,1865,1861,1862,1863,1864,1865,1861,1862,1863,1864,1865,0,0,1866,1867,1868,1869,1870,1866,1867,1868,1869,1870,1866,1867,1868,1869,1870,1866,1867,1868,1869,1870,1866,1867,1868,1869,1870,0,1866,1867,1868,1869,1870,1866,1867,1868,1869,1870,1866,1867,1868,1869,1870,0,0,1866,1867,1868,1869,1870,1866,1867,1868,1869,1870,1866,1867,1868,1869,1870,1866,1867,1868,1869,1870,0,0,1871,1872,1873,1874,1875,1871,1872,1873,1874,1875,1871,1872,1873,1874,1875,1871,1872,1873,1874,1875,1871,1872,1873,1874,1875,0,1871,1872,1873,1874,1875,1871,1872,1873,1874,1875,1871,1872,1873,1874,1875,0,0,1871,1872,1873,1874,1875,1871,1872,1873,1874,1875,1871,1872,1873,1874,1875,1871,1872,1873,1874,1875,0,0,1876,1877,1878,1879,1880,1876,1877,1878,1879,1880,1876,1877,1878,1879,1880,1876,1877,1878,1879,1880,1876,1877,1878,1879,1880,0,1876,1877,1878,1879,1880,1876,1877,1878,1879,1880,1876,1877,1878,1879,1880,0,0,1876,1877,1878,1879,1880,1876,1877,1878,1879,1880,1876,1877,1878,1879,1880,1876,1877,1878,1879,1880,0,0,1881,1882,1883,1884,1885,1881,1882,1883,1884,1885,1881,1882,1883,1884,1885,1881,1882,1883,1884,1885,1881,1882,1883,1884,1885,0,1881,1882,1883,1884,1885,1881,1882,1883,1884,1885,1881,1882,1883,1884,1885,0,0,1881,1882,1883,1884,1885,1881,1882,1883,1884,1885,1881,1882,1883,1884,1885,1881,1882,1883,1884,1885,0,0,1886,1887,1888,1889,1886,1887,1888,1889,1886,1887,1888,1889,1886,1887,1888,1889,1886,1887,1888,1889,0,1886,1887,1888,1889,1886,1887,1888,1889,1886,1887,1888,1889,0,1886,1887,1888,1889,1886,1887,1888,1889,1886,1887,1888,1889,1886,1887,1888,1889,1890,1890,1890,1890,1890,1890,1890,1890,0,1890,1890,1890,1890,1891,1891,1891,1891,1891,1891,1891,1891,0,1891,1891,1891,1891,0,0,1892,1893,1894,1895,1896,1892,1893,1894,1895,1896,1892,1893,1894,1895,1896,1892,1893,1894,1895,1896,1892,1893,1894,1895,1896,0,1892,1893,1894,1895,1896,1892,1893,1894,1895,1896,1892,1893,1894,1895,1896,0,0,1892,1893,1894,1895,1896,1892,1893,1894,1895,1896,1892,1893,1894,1895,1896,1892,1893,1894,1895,1896,0,1897,1898,1899,1900,1901,1902,1903,1904,1897,1898,1899,1900,1901,1902,1903,1904,0,1897,1898,1899,1900,1901,1902,1903,1904,1897,1898,1899,1900,1901,1902,1903,1904,1897,1898,1899,1900,1901,1902,1903,1904,1897,1898,1899,1900,1901,1902,1903,1904,0,1897,1898,1899,1900,1901,1902,1903,1904,1897,1898,1899,1900,1901,1902,1903,1904,0,0,0,1897,1898,1899,1900,1901,1902,1903,1904,1897,1898,1899,1900,1901,1902,1903,1904,1897,1898,1899,1900,1901,1902,1903,1904,0,0,1897,1898,1899,1900,1901,1902,1903,1904,0,1905,1906,1907,1908,1905,1906,1907,1908,1905,1906,1907,1908,1905,1906,1907,1908,1905,1906,1907,1908,0,1905,1906,1907,1908,1905,1906,1907,1908,1905,1906,1907,1908,0,0,1905,1906,1907,1908,1905,1906,1907,1908,1905,1906,1907,1908,1905,1906,1907,1908,0,1909,1910,1911,1909,1910,1911,0,1909,1910,1911,1909,1910,1911,1909,1910,1911,1909,1910,1911,1909,1910,1911,1909,1910,1911,0,1909,1910,1911,1909,1910,1911,1909,1910,1911,1909,1910,1911,0,0,0,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,0,0,0,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,0,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,0,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,0,0,0,0,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,0,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,0,1925,1926,1927,1928,1925,1926,1927,1928,1925,1926,1927,1928,1925,1926,1927,1928,1925,1926,1927,1928,0,1925,1926,1927,1928,1925,1926,1927,1928,1925,1926,1927,1928,0,0,1925,1926,1927,1928,1925,1926,1927,1928,1925,1926,1927,1928,1925,1926,1927,1928,0,1929,1930,1931,1929,1930,1931,0,1929,1930,1931,1929,1930,1931,1929,1930,1931,1929,1930,1931,1929,1930,1931,1929,1930,1931,0,1929,1930,1931,1929,1930,1931,1929,1930,1931,1929,1930,1931,0,1932,1933,1934,1935,1932,1933,1934,1935,1932,1933,1934,1935,1932,1933,1934,1935,1932,1933,1934,1935,0,1932,1933,1934,1935,1932,1933,1934,1935,1932,1933,1934,1935,0,0,1932,1933,1934,1935,1932,1933,1934,1935,1932,1933,1934,1935,1932,1933,1934,1935,0,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,0,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,0,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,0,0,0,0,0,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,0,0,0,0,0,0,1949,1950,1951,1949,1950,1951,0,1949,1950,1951,1949,1950,1951,1949,1950,1951,1949,1950,1951,1949,1950,1951,1949,1950,1951,0,1949,1950,1951,1949,1950,1951,1949,1950,1951,1949,1950,1951,0,1952,1953,1954,1955,1952,1953,1954,1955,1952,1953,1954,1955,1952,1953,1954,1955,1952,1953,1954,1955,1952,1953,1954,1955,1952,1953,1954,1955,1952,1953,1954,1955,0,0,1952,1953,1954,1955,1952,1953,1954,1955,1952,1953,1954,1955,0,1952,1953,1954,1955,0,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,0,0,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,0,0,0,0,0,0,0,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,0,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,0,0,0,1969,1970,1971,1969,1970,1971,1969,1970,1971,1969,1970,1971,1969,1970,1971,1969,1970,1971,0,1969,1970,1971,1969,1970,1971,0,1969,1970,1971,1969,1970,1971,1969,1970,1971,1969,1970,1971,0,1972,1973,1974,1975,1972,1973,1974,1975,1972,1973,1974,1975,1972,1973,1974,1975,1972,1973,1974,1975,0,1972,1973,1974,1975,1972,1973,1974,1975,1972,1973,1974,1975,0,0,1972,1973,1974,1975,1972,1973,1974,1975,1972,1973,1974,1975,1972,1973,1974,1975,0,1976,1977,1978,1976,1977,1978,0,1976,1977,1978,1976,1977,1978,1976,1977,1978,1976,1977,1978,1976,1977,1978,1976,1977,1978,0,1976,1977,1978,1976,1977,1978,1976,1977,1978,1976,1977,1978,0,1979,1980,1981,1979,1980,1981,1979,1980,1981,1979,1980,1981,1979,1980,1981,1979,1980,1981,0,0,1979,1980,1981,1979,1980,1981,1979,1980,1981,1979,1980,1981,1979,1980,1981,1979,1980,1981,0,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,0,0,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,0,0,0,0,0,0,0,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,0,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,0,0,0,1995,1996,1997,1998,1995,1996,1997,1998,1995,1996,1997,1998,1995,1996,1997,1998,1995,1996,1997,1998,0,1995,1996,1997,1998,1995,1996,1997,1998,1995,1996,1997,1998,0,0,1995,1996,1997,1998,1995,1996,1997,1998,1995,1996,1997,1998,1995,1996,1997,1998,0,1999,2000,2001,1999,2000,2001,0,1999,2000,2001,1999,2000,2001,1999,2000,2001,1999,2000,2001,1999,2000,2001,1999,2000,2001,0,1999,2000,2001,1999,2000,2001,1999,2000,2001,1999,2000,2001,0,0,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,0,0,0,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,0,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,0,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,0,0,0,0,0,0,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,0,2015,2016,2017,2018,2015,2016,2017,2018,2015,2016,2017,2018,2015,2016,2017,2018,2015,2016,2017,2018,0,2015,2016,2017,2018,2015,2016,2017,2018,2015,2016,2017,2018,0,0,2015,2016,2017,2018,2015,2016,2017,2018,2015,2016,2017,2018,2015,2016,2017,2018,0,2019,2020,2021,2019,2020,2021,0,2019,2020,2021,2019,2020,2021,2019,2020,2021,2019,2020,2021,2019,2020,2021,2019,2020,2021,0,2019,2020,2021,2019,2020,2021,2019,2020,2021,2019,2020,2021,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,0,0,0,0,0,0,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,0,0,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,0,0,0,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,0,0,0,0,0,0,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,0,0,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057,2058,2059,2060,2061,2062,2063,2064,2065,2066,2067,2068,2069,2070,2071,2072,2073,2074,2075,2076,2077,2078,2079,2080,2081,2082,2083,2084,0,0,0,0,0,0,0,2085,2086,2087,2088,2085,2086,2087,2088,2085,2086,2087,2088,2085,2086,2087,2088,2085,2086,2087,2088,0,2085,2086,2087,2088,2085,2086,2087,2088,2085,2086,2087,2088,0,2085,2086,2087,2088,2085,2086,2087,2088,2085,2086,2087,2088,2085,2086,2087,2088,0,0,2089,2090,2091,2092,2093,2089,2090,2091,2092,2093,2089,2090,2091,2092,2093,2089,2090,2091,2092,2093,2089,2090,2091,2092,2093,0,2089,2090,2091,2092,2093,2089,2090,2091,2092,2093,2089,2090,2091,2092,2093,0,0,2089,2090,2091,2092,2093,2089,2090,2091,2092,2093,2089,2090,2091,2092,2093,2089,2090,2091,2092,2093,0,0,2094,2095,2096,2097,2098,2094,2095,2096,2097,2098,2094,2095,2096,2097,2098,2094,2095,2096,2097,2098,2094,2095,2096,2097,2098,0,2094,2095,2096,2097,2098,2094,2095,2096,2097,2098,2094,2095,2096,2097,2098,0,0,2094,2095,2096,2097,2098,2094,2095,2096,2097,2098,2094,2095,2096,2097,2098,2094,2095,2096,2097,2098,0,0,2099,2100,2101,2102,2103,2099,2100,2101,2102,2103,2099,2100,2101,2102,2103,2099,2100,2101,2102,2103,2099,2100,2101,2102,2103,0,2099,2100,2101,2102,2103,2099,2100,2101,2102,2103,2099,2100,2101,2102,2103,0,0,2099,2100,2101,2102,2103,2099,2100,2101,2102,2103,2099,2100,2101,2102,2103,2099,2100,2101,2102,2103,2104,2104,2104,2104,2104,2104,2104,2104,2104,2104,2104,0,2104,0,2105,2106,2105,2106,2105,2106,2105,2106,2105,2106,2105,2106,2105,2106,2105,2106,2105,2106,2105,2106,2105,2106,0,2105,2106,0,2107,2108,2107,2108,2107,2108,2107,2108,2107,2108,2107,2108,2107,2108,2107,2108,2107,2108,2107,2108,2107,2108,0,2107,2108,0,0,2109,2110,2111,2112,2113,2109,2110,2111,2112,2113,2109,2110,2111,2112,2113,2109,2110,2111,2112,2113,2109,2110,2111,2112,2113,0,2109,2110,2111,2112,2113,2109,2110,2111,2112,2113,2109,2110,2111,2112,2113,0,0,2109,2110,2111,2112,2113,2109,2110,2111,2112,2113,2109,2110,2111,2112,2113,2109,2110,2111,2112,2113,0,0,2114,2115,2116,2117,2118,2114,2115,2116,2117,2118,2114,2115,2116,2117,2118,2114,2115,2116,2117,2118,2114,2115,2116,2117,2118,0,2114,2115,2116,2117,2118,2114,2115,2116,2117,2118,2114,2115,2116,2117,2118,0,0,2114,2115,2116,2117,2118,2114,2115,2116,2117,2118,2114,2115,2116,2117,2118,2114,2115,2116,2117,2118,2119,2120,2119,2120,2119,2120,2119,2120,2119,2120,2119,2120,2119,2120,2119,2120,0,2119,2120,2119,2120,2119,2120,2119,2120,0,0,0,2121,2122,2123,2124,2125,2121,2122,2123,2124,2125,2121,2122,2123,2124,2125,2121,2122,2123,2124,2125,2121,2122,2123,2124,2125,0,2121,2122,2123,2124,2125,2121,2122,2123,2124,2125,2121,2122,2123,2124,2125,0,0,2121,2122,2123,2124,2125,2121,2122,2123,2124,2125,2121,2122,2123,2124,2125,2121,2122,2123,2124,2125,0,0,2126,2127,2128,2129,2130,2126,2127,2128,2129,2130,2126,2127,2128,2129,2130,2126,2127,2128,2129,2130,2126,2127,2128,2129,2130,0,2126,2127,2128,2129,2130,2126,2127,2128,2129,2130,2126,2127,2128,2129,2130,0,0,2126,2127,2128,2129,2130,2126,2127,2128,2129,2130,2126,2127,2128,2129,2130,2126,2127,2128,2129,2130,0,0,2131,2132,2133,2134,2135,2131,2132,2133,2134,2135,2131,2132,2133,2134,2135,2131,2132,2133,2134,2135,2131,2132,2133,2134,2135,0,2131,2132,2133,2134,2135,2131,2132,2133,2134,2135,2131,2132,2133,2134,2135,0,0,2131,2132,2133,2134,2135,2131,2132,2133,2134,2135,2131,2132,2133,2134,2135,2131,2132,2133,2134,2135,0,2136,2137,2138,2139,2136,2137,2138,2139,2136,2137,2138,2139,2136,2137,2138,2139,2136,2137,2138,2139,0,2136,2137,2138,2139,2136,2137,2138,2139,2136,2137,2138,2139,0,0,2136,2137,2138,2139,2136,2137,2138,2139,2136,2137,2138,2139,2136,2137,2138,2139,0,2140,2141,2142,2140,2141,2142,0,2140,2141,2142,2140,2141,2142,2140,2141,2142,2140,2141,2142,2140,2141,2142,2140,2141,2142,0,2140,2141,2142,2140,2141,2142,2140,2141,2142,2140,2141,2142,0,2143,2144,2145,2146,2143,2144,2145,2146,2143,2144,2145,2146,2143,2144,2145,2146,2143,2144,2145,2146,0,2143,2144,2145,2146,2143,2144,2145,2146,2143,2144,2145,2146,0,0,2143,2144,2145,2146,2143,2144,2145,2146,2143,2144,2145,2146,2143,2144,2145,2146,0,2147,2148,2149,2147,2148,2149,0,2147,2148,2149,2147,2148,2149,2147,2148,2149,2147,2148,2149,2147,2148,2149,2147,2148,2149,0,2147,2148,2149,2147,2148,2149,2147,2148,2149,2147,2148,2149,0,2150,2151,2152,2150,2151,2152,2150,2151,2152,2150,2151,2152,2150,2151,2152,2150,2151,2152,0,2150,2151,2152,2150,2151,2152,2150,2151,2152,2150,2151,2152,2150,2151,2152,2150,2151,2152,0,0,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,0,0,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,0,0,0,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,0,0,0,0,0,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,0,2153,2154,2155,2156,2157,2158,2159,2160,2161,2162,2163,2164,0,0,0,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,0,0,0,0,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,2165,2166,2167,2168,2169,2170,2171,0,0,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,0,0,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,0,0,0,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,0,0,0,0,0,0,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,0,2172,2173,2174,2175,2176,2177,2178,2179,2180,2181,2182,2183,2184,2185,2185,2185,2185,2185,2185,2185,2185,2185,2185,2185,0,2185,0,2186,2187,2188,2189,2186,2187,2188,2189,2186,2187,2188,2189,2186,2187,2188,2189,2186,2187,2188,2189,0,2186,2187,2188,2189,2186,2187,2188,2189,2186,2187,2188,2189,0,0,2186,2187,2188,2189,2186,2187,2188,2189,2186,2187,2188,2189,2186,2187,2188,2189,0,2190,2191,2192,2190,2191,2192,0,2190,2191,2192,2190,2191,2192,2190,2191,2192,2190,2191,2192,2190,2191,2192,2190,2191,2192,0,2190,2191,2192,2190,2191,2192,2190,2191,2192,2190,2191,2192,0,0,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,0,0,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,0,0,0,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,0,0,0,0,0,0,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,0,2193,2194,2195,2196,2197,2198,2199,2200,2201,2202,2203,2204,2205,2206,2206,2206,2206,2206,2206,2206,2206,2206,2206,2206,0,2206,0,2207,2208,2209,2210,2207,2208,2209,2210,2207,2208,2209,2210,2207,2208,2209,2210,2207,2208,2209,2210,0,2207,2208,2209,2210,2207,2208,2209,2210,2207,2208,2209,2210,0,0,2207,2208,2209,2210,2207,2208,2209,2210,2207,2208,2209,2210,2207,2208,2209,2210,0,2211,2212,2213,2211,2212,2213,0,2211,2212,2213,2211,2212,2213,2211,2212,2213,2211,2212,2213,2211,2212,2213,2211,2212,2213,0,2211,2212,2213,2211,2212,2213,2211,2212,2213,2211,2212,2213,0,2214,2215,2216,2217,2214,2215,2216,2217,2214,2215,2216,2217,2214,2215,2216,2217,2214,2215,2216,2217,2214,2215,2216,2217,2214,2215,2216,2217,2214,2215,2216,2217,0,0,0,2214,2215,2216,2217,2214,2215,2216,2217,2214,2215,2216,2217,2214,2215,2216,2217,0,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,0,0,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,0,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,0,0,0,0,0,0,0,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,0,2218,2219,2220,2221,2222,2223,2224,2225,2226,2227,2228,2229,2230,2231,2232,0,0,0,0,2233,2234,2235,2236,2233,2234,2235,2236,2233,2234,2235,2236,2233,2234,2235,2236,2233,2234,2235,2236,0,2233,2234,2235,2236,2233,2234,2235,2236,2233,2234,2235,2236,0,0,2233,2234,2235,2236,2233,2234,2235,2236,2233,2234,2235,2236,2233,2234,2235,2236,0,2237,2238,2239,2237,2238,2239,0,2237,2238,2239,2237,2238,2239,2237,2238,2239,2237,2238,2239,2237,2238,2239,2237,2238,2239,0,2237,2238,2239,2237,2238,2239,2237,2238,2239,2237,2238,2239,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,0,0,0,0,0,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,0,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,0,0,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,0,0,0,0,0,0,0,0,0,0,0,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,2240,2241,2242,2243,2244,2245,2246,2247,2248,2249,2250,2251,2252,2253,2254,2255,2256,2257,2258,2259,0,0,2260,2261,2262,2263,2264,2260,2261,2262,2263,2264,2260,2261,2262,2263,2264,2260,2261,2262,2263,2264,2260,2261,2262,2263,2264,0,2260,2261,2262,2263,2264,0,0,2260,2261,2262,2263,2264,2260,2261,2262,2263,2264,0,2260,2261,2262,2263,2264,2260,2261,2262,2263,2264,2260,2261,2262,2263,2264,2260,2261,2262,2263,2264,0,0,2265,2266,2267,2268,2265,2266,2267,2268,2265,2266,2267,2268,2265,2266,2267,2268,2265,2266,2267,2268,2265,2266,2267,2268,0,2265,2266,2267,2268,2265,2266,2267,2268,0,2265,2266,2267,2268,2265,2266,2267,2268,2265,2266,2267,2268,2265,2266,2267,2268,0,0,2269,2270,2271,2272,2273,2274,2269,2270,2271,2272,2273,2274,0,0,2269,2270,2271,2272,2273,2274,2269,2270,2271,2272,2273,2274,2269,2270,2271,2272,2273,2274,2269,2270,2271,2272,2273,2274,0,2269,2270,2271,2272,2273,2274,2269,2270,2271,2272,2273,2274,0,2269,2270,2271,2272,2273,2274,2269,2270,2271,2272,2273,2274,2269,2270,2271,2272,2273,2274,2269,2270,2271,2272,2273,2274,0,0,2275,2276,2275,2276,2275,2276,2275,2276,2275,2276,2275,2276,2275,2276,2275,2276,0,2275,2276,2275,2276,2275,2276,2275,2276,2277,2277,2277,2277,0,2277,2277,2277,2277,2277,2277,2277,2277,0,0,2278,2279,2280,2281,2278,2279,2280,2281,2278,2279,2280,2281,2278,2279,2280,2281,2278,2279,2280,2281,2278,2279,2280,2281,2278,2279,2280,2281,2278,2279,2280,2281,0,0,0,2278,2279,2280,2281,2278,2279,2280,2281,2278,2279,2280,2281,2278,2279,2280,2281,2282,2282,2282,2282,0,2282,2282,2282,2282,2282,2282,2282,2282,0,2283,2284,2285,2286,2287,2288,2289,2290,2291,2283,2284,2285,2286,2287,2288,2289,2290,2291,2283,2284,2285,2286,2287,2288,2289,2290,2291,2283,2284,2285,2286,2287,2288,2289,2290,2291,2283,2284,2285,2286,2287,2288,2289,2290,2291,2283,2284,2285,2286,2287,2288,2289,2290,2291,0,2283,2284,2285,2286,2287,2288,2289,2290,2291,2283,2284,2285,2286,2287,2288,2289,2290,2291,0,0,0,0,0,2283,2284,2285,2286,2287,2288,2289,2290,2291,2283,2284,2285,2286,2287,2288,2289,2290,2291,2283,2284,2285,2286,2287,2288,2289,2290,2291,0,0,2283,2284,2285,2286,2287,2288,2289,2290,2291,2292,2293,2294,2295,2296,2297,2298,2292,2293,2294,2295,2296,2297,2298,0,0,2292,2293,2294,2295,2296,2297,2298,2292,2293,2294,2295,2296,2297,2298,0,2292,2293,2294,2295,2296,2297,2298,2292,2293,2294,2295,2296,2297,2298,2292,2293,2294,2295,2296,2297,2298,2292,2293,2294,2295,2296,2297,2298,0,0,0,0,2292,2293,2294,2295,2296,2297,2298,2292,2293,2294,2295,2296,2297,2298,2292,2293,2294,2295,2296,2297,2298,2292,2293,2294,2295,2296,2297,2298,0,2299,2300,2301,2299,2300,2301,0,0,2299,2300,2301,2299,2300,2301,2299,2300,2301,2299,2300,2301,2299,2300,2301,2299,2300,2301,2299,2300,2301,2299,2300,2301,2299,2300,2301,2299,2300,2301,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,0,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,0,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,0,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,0,0,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,0,0,0,0,0,0,0,0,0,0,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,0,0,2302,2303,2304,2305,2306,2307,2308,2309,2310,2311,2312,2313,2314,2315,2316,2317,2318,2319,0,0,2320,2321,2322,2323,2324,2320,2321,2322,2323,2324,0,2320,2321,2322,2323,2324,2320,2321,2322,2323,2324,2320,2321,2322,2323,2324,2320,2321,2322,2323,2324,2320,2321,2322,2323,2324,2320,2321,2322,2323,2324,0,0,0,2320,2321,2322,2323,2324,2320,2321,2322,2323,2324,2320,2321,2322,2323,2324,2320,2321,2322,2323,2324,2325,2326,2327,2328,2325,2326,2327,2328,0,2325,2326,2327,2328,2325,2326,2327,2328,2325,2326,2327,2328,2325,2326,2327,2328,2325,2326,2327,2328,2325,2326,2327,2328,0,0,2325,2326,2327,2328,2325,2326,2327,2328,2325,2326,2327,2328,0,2325,2326,2327,2328,0,2329,2330,2331,2332,2329,2330,2331,2332,0,2329,2330,2331,2332,2329,2330,2331,2332,2329,2330,2331,2332,2329,2330,2331,2332,2329,2330,2331,2332,2329,2330,2331,2332,0,0,2329,2330,2331,2332,2329,2330,2331,2332,2329,2330,2331,2332,2329,2330,2331,2332,2333,2334,2333,2334,0,2333,2334,2333,2334,2333,2334,2333,2334,0,2333,2334,2333,2334,2333,2334,2333,2334,2333,2334,2333,2334,0,0,2335,2336,2337,2335,2336,2337,0,2335,2336,2337,2335,2336,2337,2335,2336,2337,2335,2336,2337,2335,2336,2337,2335,2336,2337,2335,2336,2337,2335,2336,2337,2335,2336,2337,2335,2336,2337,2338,2339,2340,2341,2342,2338,2339,2340,2341,2342,0,2338,2339,2340,2341,2342,2338,2339,2340,2341,2342,2338,2339,2340,2341,2342,2338,2339,2340,2341,2342,2338,2339,2340,2341,2342,2338,2339,2340,2341,2342,0,0,0,0,2338,2339,2340,2341,2342,2338,2339,2340,2341,2342,2338,2339,2340,2341,2342,2338,2339,2340,2341,2342,0,2343,2344,2345,2346,2343,2344,2345,2346,0,2343,2344,2345,2346,2343,2344,2345,2346,2343,2344,2345,2346,2343,2344,2345,2346,2343,2344,2345,2346,2343,2344,2345,2346,0,0,2343,2344,2345,2346,2343,2344,2345,2346,2343,2344,2345,2346,2343,2344,2345,2346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,0,0,0,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,0,0,0,0,0,0,0,0,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,0,2347,2348,2349,2350,2351,2352,2353,2354,2355,2356,2357,2358,2359,2360,2361,2362,2363,2364,2365,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2384,2385,2386,2387,2388,2389,2390,2391,2392,2393,2394,2395,2396,2397,2398,2399,0,0,2400,2401,2402,2403,2404,2400,2401,2402,2403,2404,2400,2401,2402,2403,2404,2400,2401,2402,2403,2404,2400,2401,2402,2403,2404,0,2400,2401,2402,2403,2404,2400,2401,2402,2403,2404,2400,2401,2402,2403,2404,0,0,2400,2401,2402,2403,2404,2400,2401,2402,2403,2404,2400,2401,2402,2403,2404,2400,2401,2402,2403,2404,0,0,2405,2406,2407,2408,2409,2410,2411,2412,2405,2406,2407,2408,2409,2410,2411,2412,0,2405,2406,2407,2408,2409,2410,2411,2412,2405,2406,2407,2408,2409,2410,2411,2412,2405,2406,2407,2408,2409,2410,2411,2412,0,2405,2406,2407,2408,2409,2410,2411,2412,2405,2406,2407,2408,2409,2410,2411,2412,2405,2406,2407,2408,2409,2410,2411,2412,0,0,0,2405,2406,2407,2408,2409,2410,2411,2412,2405,2406,2407,2408,2409,2410,2411,2412,2405,2406,2407,2408,2409,2410,2411,2412,0,2405,2406,2407,2408,2409,2410,2411,2412,0,0,2413,2414,2415,2416,2417,2418,2419,2420,2413,2414,2415,2416,2417,2418,2419,2420,0,2413,2414,2415,2416,2417,2418,2419,2420,2413,2414,2415,2416,2417,2418,2419,2420,2413,2414,2415,2416,2417,2418,2419,2420,0,2413,2414,2415,2416,2417,2418,2419,2420,2413,2414,2415,2416,2417,2418,2419,2420,2413,2414,2415,2416,2417,2418,2419,2420,0,0,0,2413,2414,2415,2416,2417,2418,2419,2420,2413,2414,2415,2416,2417,2418,2419,2420,2413,2414,2415,2416,2417,2418,2419,2420,0,2413,2414,2415,2416,2417,2418,2419,2420,0,0,2421,2422,2423,2424,2425,2421,2422,2423,2424,2425,2421,2422,2423,2424,2425,2421,2422,2423,2424,2425,2421,2422,2423,2424,2425,0,2421,2422,2423,2424,2425,2421,2422,2423,2424,2425,2421,2422,2423,2424,2425,0,0,2421,2422,2423,2424,2425,2421,2422,2423,2424,2425,2421,2422,2423,2424,2425,2421,2422,2423,2424,2425,0,0,2426,2427,2428,2429,2430,2426,2427,2428,2429,2430,2426,2427,2428,2429,2430,2426,2427,2428,2429,2430,2426,2427,2428,2429,2430,0,2426,2427,2428,2429,2430,2426,2427,2428,2429,2430,2426,2427,2428,2429,2430,0,0,2426,2427,2428,2429,2430,2426,2427,2428,2429,2430,2426,2427,2428,2429,2430,2426,2427,2428,2429,2430,2431,2432,2431,2432,2431,2432,2431,2432,2431,2432,2431,2432,2431,2432,2431,2432,0,0,2431,2432,2431,2432,2431,2432,2431,2432,0,0,2433,2434,2435,2436,2437,2438,2433,2434,2435,2436,2437,2438,2433,2434,2435,2436,2437,2438,2433,2434,2435,2436,2437,2438,2433,2434,2435,2436,2437,2438,0,2433,2434,2435,2436,2437,2438,2433,2434,2435,2436,2437,2438,2433,2434,2435,2436,2437,2438,0,0,2433,2434,2435,2436,2437,2438,2433,2434,2435,2436,2437,2438,2433,2434,2435,2436,2437,2438,0,2433,2434,2435,2436,2437,2438,0,0,2439,2440,2441,2442,2443,2444,2439,2440,2441,2442,2443,2444,2439,2440,2441,2442,2443,2444,2439,2440,2441,2442,2443,2444,2439,2440,2441,2442,2443,2444,0,2439,2440,2441,2442,2443,2444,2439,2440,2441,2442,2443,2444,2439,2440,2441,2442,2443,2444,0,0,0,2439,2440,2441,2442,2443,2444,2439,2440,2441,2442,2443,2444,2439,2440,2441,2442,2443,2444,2439,2440,2441,2442,2443,2444,0,2445,2445,2445,2445,2445,2445,2445,2445,2445,2445,2445,2445,2446,2446,2446,2446,2446,2446,2446,2446,0,2446,2446,2446,2446,0,0,2447,2448,2449,2450,2451,2447,2448,2449,2450,2451,2447,2448,2449,2450,2451,2447,2448,2449,2450,2451,2447,2448,2449,2450,2451,0,2447,2448,2449,2450,2451,2447,2448,2449,2450,2451,2447,2448,2449,2450,2451,0,0,2447,2448,2449,2450,2451,2447,2448,2449,2450,2451,2447,2448,2449,2450,2451,2447,2448,2449,2450,2451,0,0,2452,2453,2454,2455,2456,2457,2458,2452,2453,2454,2455,2456,2457,2458,0,2452,2453,2454,2455,2456,2457,2458,2452,2453,2454,2455,2456,2457,2458,2452,2453,2454,2455,2456,2457,2458,0,2452,2453,2454,2455,2456,2457,2458,2452,2453,2454,2455,2456,2457,2458,2452,2453,2454,2455,2456,2457,2458,0,0,0,2452,2453,2454,2455,2456,2457,2458,2452,2453,2454,2455,2456,2457,2458,2452,2453,2454,2455,2456,2457,2458,2452,2453,2454,2455,2456,2457,2458,0,0,2459,2460,2461,2462,2463,2464,2465,2459,2460,2461,2462,2463,2464,2465,2459,2460,2461,2462,2463,2464,2465,2459,2460,2461,2462,2463,2464,2465,2459,2460,2461,2462,2463,2464,2465,0,2459,2460,2461,2462,2463,2464,2465,2459,2460,2461,2462,2463,2464,2465,2459,2460,2461,2462,2463,2464,2465,0,0,0,2459,2460,2461,2462,2463,2464,2465,2459,2460,2461,2462,2463,2464,2465,2459,2460,2461,2462,2463,2464,2465,0,2459,2460,2461,2462,2463,2464,2465,2466,2466,2466,2466,2466,2466,2466,2466,0,2466,2466,2466,2466,2467,2468,2467,2468,2467,2468,2467,2468,2467,2468,0,2467,2468,2467,2468,2467,2468,0,2467,2468,2467,2468,2467,2468,2467,2468,0,0,2469,2470,2471,2472,2469,2470,2471,2472,2469,2470,2471,2472,2469,2470,2471,2472,2469,2470,2471,2472,0,2469,2470,2471,2472,2469,2470,2471,2472,2469,2470,2471,2472,0,2469,2470,2471,2472,2469,2470,2471,2472,2469,2470,2471,2472,2469,2470,2471,2472,2473,2473,2473,2473,2473,2473,2473,2473,0,2473,2473,2473,2473,2474,2474,2474,2474,2474,2474,2474,2474,0,2474,2474,2474,2474,2475,2475,2475,2475,2475,2475,2475,2475,0,2475,2475,2475,2475,2476,2477,2476,2477,2476,2477,2476,2477,2476,2477,2476,2477,2476,2477,2476,2477,0,2476,2477,2476,2477,2476,2477,0,2476,2477,2478,2478,2478,2478,2478,2478,2478,2478,0,2478,2478,2478,2478,2479,2480,2479,2480,2479,2480,2479,2480,2479,2480,2479,2480,2479,2480,2479,2480,0,0,2479,2480,2479,2480,2479,2480,2479,2480,2481,2482,2483,2481,2482,2483,2481,2482,2483,2481,2482,2483,2481,2482,2483,2481,2482,2483,2481,2482,2483,2481,2482,2483,0,0,2481,2482,2483,2481,2482,2483,2481,2482,2483,0,2481,2482,2483,0,0,2484,2485,2486,2487,2488,2489,2490,2484,2485,2486,2487,2488,2489,2490,2484,2485,2486,2487,2488,2489,2490,2484,2485,2486,2487,2488,2489,2490,2484,2485,2486,2487,2488,2489,2490,0,2484,2485,2486,2487,2488,2489,2490,2484,2485,2486,2487,2488,2489,2490,2484,2485,2486,2487,2488,2489,2490,0,0,0,2484,2485,2486,2487,2488,2489,2490,2484,2485,2486,2487,2488,2489,2490,2484,2485,2486,2487,2488,2489,2490,0,2484,2485,2486,2487,2488,2489,2490,2491,2491,2491,2491,2491,2491,2491,2491,0,2491,2491,2491,2491,2492,2492,2492,2492,2492,2492,2492,2492,0,2492,2492,2492,2492,2493,2493,2493,2493,2493,2493,2493,2493,0,2493,2493,2493,2493,2494,2495,2494,2495,2494,2495,2494,2495,2494,2495,2494,2495,2494,2495,2494,2495,0,2494,2495,2494,2495,2494,2495,0,2494,2495,2496,2496,2496,2496,2496,2496,2496,2496,0,2496,2496,2496,2496,2497,2497,2497,2497,2497,2497,2497,2497,0,2497,2497,2497,2497,2498,2498,2498,2498,2498,2498,2498,2498,0,2498,2498,2498,2498,2499,2500,2499,2500,2499,2500,2499,2500,2499,2500,2499,2500,0,2499,2500,2499,2500,0,2499,2500,2499,2500,2499,2500,2499,2500,2501,2501,2501,2501,2501,2501,0,2501,2501,2501,2501,2501,2501,2502,2503,2502,2503,2502,2503,2502,2503,2502,2503,2502,2503,2502,2503,2502,2503,0,2502,2503,2502,2503,2502,2503,0,2502,2503,2504,2505,2504,2505,2504,2505,2504,2505,2504,2505,2504,2505,0,2504,2505,2504,2505,0,2504,2505,2504,2505,2504,2505,2504,2505,2506,2506,2506,2506,2506,2506,2506,2506,0,2506,2506,2506,2506,2507,2507,2507,2507,2507,2507,2507,2507,0,2507,2507,2507,2507,2508,2508,2508,2508,2508,2508,2508,2508,0,2508,2508,2508,2508,2509,2510,2511,2512,2509,2510,2511,2512,2509,2510,2511,2512,2509,2510,2511,2512,2509,2510,2511,2512,0,0,2509,2510,2511,2512,2509,2510,2511,2512,2509,2510,2511,2512,0,2509,2510,2511,2512,2509,2510,2511,2512,2509,2510,2511,2512,0,2509,2510,2511,2512,2513,2513,2513,2513,2513,2513,2513,2513,2513,2513,2513,0,2513,2514,2514,2514,2514,2514,2514,0,2514,2514,2514,2514,2514,2514,2515,2516,2515,2516,2515,2516,2515,2516,2515,2516,2515,2516,2515,2516,2515,2516,0,0,2515,2516,2515,2516,2515,2516,2515,2516,2517,2517,2517,2517,2517,2517,0,2517,2517,2517,2517,2517,2517,2518,2518,2518,2518,2518,2518,0,2518,2518,2518,2518,2518,2518,0,0,2519,2520,2521,2522,2523,2519,2520,2521,2522,2523,2519,2520,2521,2522,2523,2519,2520,2521,2522,2523,2519,2520,2521,2522,2523,0,2519,2520,2521,2522,2523,2519,2520,2521,2522,2523,2519,2520,2521,2522,2523,0,0,2519,2520,2521,2522,2523,2519,2520,2521,2522,2523,2519,2520,2521,2522,2523,2519,2520,2521,2522,2523,0,0,2524,2525,2526,2527,2528,2529,2524,2525,2526,2527,2528,2529,0,2524,2525,2526,2527,2528,2529,2524,2525,2526,2527,2528,2529,2524,2525,2526,2527,2528,2529,0,2524,2525,2526,2527,2528,2529,2524,2525,2526,2527,2528,2529,2524,2525,2526,2527,2528,2529,0,0,2524,2525,2526,2527,2528,2529,2524,2525,2526,2527,2528,2529,2524,2525,2526,2527,2528,2529,2524,2525,2526,2527,2528,2529,0,0,0,0,0,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,0,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,0,0,0,0,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,0,2530,2531,2532,2533,2534,2535,2536,2537,2538,2539,2540,0,0,2541,2542,2543,2544,2545,2546,2541,2542,2543,2544,2545,2546,2541,2542,2543,2544,2545,2546,2541,2542,2543,2544,2545,2546,2541,2542,2543,2544,2545,2546,0,2541,2542,2543,2544,2545,2546,2541,2542,2543,2544,2545,2546,2541,2542,2543,2544,2545,2546,0,0,0,2541,2542,2543,2544,2545,2546,2541,2542,2543,2544,2545,2546,2541,2542,2543,2544,2545,2546,2541,2542,2543,2544,2545,2546,2547,2548,2547,2548,0,2547,2548,2547,2548,2547,2548,2547,2548,2547,2548,2547,2548,0,2547,2548,2547,2548,2547,2548,2547,2548,0,2549,2550,2551,2549,2550,2551,0,2549,2550,2551,2549,2550,2551,2549,2550,2551,2549,2550,2551,2549,2550,2551,2549,2550,2551,0,2549,2550,2551,2549,2550,2551,2549,2550,2551,2549,2550,2551,0,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,0,0,0,0,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,2552,2553,2554,2555,2556,2557,2558,2559,2560,2557,2558,2559,2560,0,2557,2558,2559,2560,2557,2558,2559,2560,2557,2558,2559,2560,2557,2558,2559,2560,0,2557,2558,2559,2560,2557,2558,2559,2560,0,0,2557,2558,2559,2560,2557,2558,2559,2560,2557,2558,2559,2560,2557,2558,2559,2560,0,2561,2562,2563,2564,2561,2562,2563,2564,0,2561,2562,2563,2564,2561,2562,2563,2564,0,2561,2562,2563,2564,2561,2562,2563,2564,2561,2562,2563,2564,2561,2562,2563,2564,0,2561,2562,2563,2564,2561,2562,2563,2564,2561,2562,2563,2564,2561,2562,2563,2564,0,2565,2566,2567,2568,2569,2570,2565,2566,2567,2568,2569,2570,0,2565,2566,2567,2568,2569,2570,2565,2566,2567,2568,2569,2570,2565,2566,2567,2568,2569,2570,0,2565,2566,2567,2568,2569,2570,0,2565,2566,2567,2568,2569,2570,2565,2566,2567,2568,2569,2570,0,2565,2566,2567,2568,2569,2570,2565,2566,2567,2568,2569,2570,2565,2566,2567,2568,2569,2570,0,2565,2566,2567,2568,2569,2570,0,2571,2572,2573,2571,2572,2573,0,2571,2572,2573,2571,2572,2573,2571,2572,2573,2571,2572,2573,2571,2572,2573,2571,2572,2573,0,2571,2572,2573,2571,2572,2573,2571,2572,2573,2571,2572,2573,0,0,2574,2575,2576,2577,2578,2579,2580,2574,2575,2576,2577,2578,2579,2580,0,0,2574,2575,2576,2577,2578,2579,2580,2574,2575,2576,2577,2578,2579,2580,2574,2575,2576,2577,2578,2579,2580,2574,2575,2576,2577,2578,2579,2580,0,2574,2575,2576,2577,2578,2579,2580,2574,2575,2576,2577,2578,2579,2580,0,0,2574,2575,2576,2577,2578,2579,2580,2574,2575,2576,2577,2578,2579,2580,2574,2575,2576,2577,2578,2579,2580,2574,2575,2576,2577,2578,2579,2580,0,2581,2582,2581,2582,0,2581,2582,2581,2582,2581,2582,2581,2582,2581,2582,2581,2582,2581,2582,2581,2582,2581,2582,2581,2582,0,0,2583,2584,2585,2583,2584,2585,0,2583,2584,2585,2583,2584,2585,2583,2584,2585,2583,2584,2585,2583,2584,2585,2583,2584,2585,2583,2584,2585,2583,2584,2585,2583,2584,2585,2583,2584,2585,2586,2587,2586,2587,0,2586,2587,2586,2587,2586,2587,2586,2587,2586,2587,2586,2587,0,2586,2587,2586,2587,2586,2587,2586,2587,2588,2589,2588,2589,0,2588,2589,2588,2589,2588,2589,2588,2589,2588,2589,2588,2589,0,2588,2589,2588,2589,2588,2589,2588,2589,0,2590,2591,2592,2590,2591,2592,0,2590,2591,2592,2590,2591,2592,2590,2591,2592,2590,2591,2592,2590,2591,2592,2590,2591,2592,0,2590,2591,2592,2590,2591,2592,2590,2591,2592,2590,2591,2592,0,2593,2594,2595,2593,2594,2595,0,2593,2594,2595,2593,2594,2595,2593,2594,2595,2593,2594,2595,2593,2594,2595,2593,2594,2595,0,2593,2594,2595,2593,2594,2595,2593,2594,2595,2593,2594,2595,2596,2597,2596,2597,0,2596,2597,2596,2597,2596,2597,2596,2597,2596,2597,2596,2597,0,2596,2597,2596,2597,2596,2597,2596,2597,2598,2599,2598,2599,0,2598,2599,2598,2599,2598,2599,2598,2599,2598,2599,2598,2599,0,2598,2599,2598,2599,2598,2599,2598,2599,0,2600,2601,2602,2600,2601,2602,0,2600,2601,2602,2600,2601,2602,2600,2601,2602,2600,2601,2602,2600,2601,2602,2600,2601,2602,0,2600,2601,2602,2600,2601,2602,2600,2601,2602,2600,2601,2602,0,2603,2604,2605,2603,2604,2605,0,2603,2604,2605,2603,2604,2605,2603,2604,2605,2603,2604,2605,2603,2604,2605,2603,2604,2605,0,2603,2604,2605,2603,2604,2605,2603,2604,2605,2603,2604,2605,2606,2607,2606,2607,0,2606,2607,2606,2607,2606,2607,2606,2607,2606,2607,2606,2607,0,2606,2607,2606,2607,2606,2607,2606,2607,0,2608,2609,2610,2608,2609,2610,0,2608,2609,2610,2608,2609,2610,2608,2609,2610,2608,2609,2610,2608,2609,2610,2608,2609,2610,0,2608,2609,2610,2608,2609,2610,2608,2609,2610,2608,2609,2610,2611,2612,2613,2611,2612,2613,0,2611,2612,2613,2611,2612,2613,2611,2612,2613,2611,2612,2613,0,2611,2612,2613,2611,2612,2613,0,2611,2612,2613,2611,2612,2613,2611,2612,2613,2611,2612,2613,0,0,2614,2615,2616,2617,2614,2615,2616,2617,0,2614,2615,2616,2617,2614,2615,2616,2617,2614,2615,2616,2617,2614,2615,2616,2617,2614,2615,2616,2617,2614,2615,2616,2617,0,2614,2615,2616,2617,2614,2615,2616,2617,2614,2615,2616,2617,2614,2615,2616,2617,2618,2619,2620,2618,2619,2620,0,2618,2619,2620,2618,2619,2620,2618,2619,2620,2618,2619,2620,0,2618,2619,2620,2618,2619,2620,0,2618,2619,2620,2618,2619,2620,2618,2619,2620,2618,2619,2620,0,0,2621,2622,2623,2624,2621,2622,2623,2624,0,2621,2622,2623,2624,2621,2622,2623,2624,2621,2622,2623,2624,2621,2622,2623,2624,2621,2622,2623,2624,2621,2622,2623,2624,0,2621,2622,2623,2624,2621,2622,2623,2624,2621,2622,2623,2624,2621,2622,2623,2624,2625,2626,2627,2625,2626,2627,0,2625,2626,2627,2625,2626,2627,2625,2626,2627,2625,2626,2627,2625,2626,2627,2625,2626,2627,0,0,2625,2626,2627,2625,2626,2627,2625,2626,2627,2625,2626,2627,0,2628,2629,2630,2628,2629,2630,0,2628,2629,2630,2628,2629,2630,2628,2629,2630,2628,2629,2630,2628,2629,2630,2628,2629,2630,0,2628,2629,2630,2628,2629,2630,2628,2629,2630,2628,2629,2630,0,2631,2632,2633,2631,2632,2633,0,2631,2632,2633,2631,2632,2633,2631,2632,2633,2631,2632,2633,2631,2632,2633,2631,2632,2633,0,2631,2632,2633,2631,2632,2633,2631,2632,2633,2631,2632,2633,0,0,2634,2635,2636,2637,2634,2635,2636,2637,0,2634,2635,2636,2637,2634,2635,2636,2637,2634,2635,2636,2637,2634,2635,2636,2637,2634,2635,2636,2637,2634,2635,2636,2637,2634,2635,2636,2637,2634,2635,2636,2637,2634,2635,2636,2637,2634,2635,2636,2637,0,2638,2639,2640,2638,2639,2640,0,2638,2639,2640,2638,2639,2640,2638,2639,2640,2638,2639,2640,2638,2639,2640,2638,2639,2640,0,0,2638,2639,2640,2638,2639,2640,2638,2639,2640,2638,2639,2640,0,2641,2642,2643,2644,2645,2641,2642,2643,2644,2645,0,2641,2642,2643,2644,2645,2641,2642,2643,2644,2645,2641,2642,2643,2644,2645,2641,2642,2643,2644,2645,2641,2642,2643,2644,2645,2641,2642,2643,2644,2645,0,0,2641,2642,2643,2644,2645,2641,2642,2643,2644,2645,2641,2642,2643,2644,2645,2641,2642,2643,2644,2645,0,2646,2647,2646,2647,0,2646,2647,2646,2647,2646,2647,0,2646,2647,2646,2647,2646,2647,2646,2647,2646,2647,2646,2647,2646,2647,0,2648,2649,2650,2651,2648,2649,2650,2651,0,2648,2649,2650,2651,2648,2649,2650,2651,2648,2649,2650,2651,0,0,2648,2649,2650,2651,2648,2649,2650,2651,2648,2649,2650,2651,2648,2649,2650,2651,2648,2649,2650,2651,2648,2649,2650,2651,2648,2649,2650,2651,2652,2653,2652,2653,0,2652,2653,2652,2653,2652,2653,2652,2653,2652,2653,2652,2653,2652,2653,2652,2653,2652,2653,0,2652,2653,0,2654,2655,2656,2657,2654,2655,2656,2657,0,2654,2655,2656,2657,2654,2655,2656,2657,2654,2655,2656,2657,2654,2655,2656,2657,2654,2655,2656,2657,2654,2655,2656,2657,0,2654,2655,2656,2657,2654,2655,2656,2657,2654,2655,2656,2657,0,2654,2655,2656,2657,0,2658,2659,2658,2659,2658,2659,2658,2659,2658,2659,2658,2659,2658,2659,2658,2659,0,2658,2659,2658,2659,2658,2659,2658,2659,2660,2661,2660,2661,0,2660,2661,2660,2661,2660,2661,2660,2661,2660,2661,2660,2661,0,2660,2661,2660,2661,2660,2661,2660,2661,0,2662,2663,2664,2665,2662,2663,2664,2665,0,2662,2663,2664,2665,2662,2663,2664,2665,2662,2663,2664,2665,2662,2663,2664,2665,2662,2663,2664,2665,2662,2663,2664,2665,0,0,2662,2663,2664,2665,2662,2663,2664,2665,2662,2663,2664,2665,2662,2663,2664,2665,2666,2667,2666,2667,2666,2667,2666,2667,0,2666,2667,2666,2667,2666,2667,2666,2667,0,2666,2667,2666,2667,2666,2667,2666,2667,2668,2668,2668,2668,2668,2668,2668,2668,0,2668,2668,2668,2668,0,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,0,0,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,0,0,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,0,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,0,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,0,0,0,0,0,0,0,0,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,0,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,0,2669,2670,2671,2672,2673,2674,2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,0,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,0,0,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,0,0,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,0,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,0,0,0,0,0,0,0,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,0,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,0,2686,2687,2688,2689,2690,2691,2692,2693,2694,2695,2696,2697,2698,2699,2700,2701,0,0,0,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,0,0,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,0,0,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,0,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,0,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,0,0,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,0,0,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,0,2702,2703,2704,2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,0,0,2715,2716,2717,2718,2715,2716,2717,2718,2715,2716,2717,2718,2715,2716,2717,2718,0,2715,2716,2717,2718,2715,2716,2717,2718,2715,2716,2717,2718,2715,2716,2717,2718,0,2715,2716,2717,2718,2715,2716,2717,2718,2715,2716,2717,2718,2715,2716,2717,2718,0,2719,2720,2721,2722,2719,2720,2721,2722,2719,2720,2721,2722,2719,2720,2721,2722,2719,2720,2721,2722,0,2719,2720,2721,2722,2719,2720,2721,2722,2719,2720,2721,2722,0,0,2719,2720,2721,2722,2719,2720,2721,2722,2719,2720,2721,2722,2719,2720,2721,2722,0,2723,2724,2725,2723,2724,2725,0,2723,2724,2725,2723,2724,2725,2723,2724,2725,2723,2724,2725,2723,2724,2725,2723,2724,2725,0,2723,2724,2725,2723,2724,2725,2723,2724,2725,2723,2724,2725,2726,2726,0,2726,2726,2726,2726,2726,2726,2726,2726,2726,2726,0,2727,2728,2729,2727,2728,2729,0,2727,2728,2729,2727,2728,2729,2727,2728,2729,2727,2728,2729,2727,2728,2729,2727,2728,2729,0,2727,2728,2729,2727,2728,2729,2727,2728,2729,2727,2728,2729,2730,2731,2730,2731,0,2730,2731,2730,2731,2730,2731,2730,2731,2730,2731,2730,2731,0,2730,2731,2730,2731,2730,2731,2730,2731,0,0,2732,2733,2734,2735,2732,2733,2734,2735,0,2732,2733,2734,2735,2732,2733,2734,2735,2732,2733,2734,2735,2732,2733,2734,2735,2732,2733,2734,2735,2732,2733,2734,2735,0,2732,2733,2734,2735,2732,2733,2734,2735,2732,2733,2734,2735,2732,2733,2734,2735,0,2736,2737,2738,2739,2740,2736,2737,2738,2739,2740,0,0,2736,2737,2738,2739,2740,2736,2737,2738,2739,2740,2736,2737,2738,2739,2740,2736,2737,2738,2739,2740,0,2736,2737,2738,2739,2740,2736,2737,2738,2739,2740,0,2736,2737,2738,2739,2740,2736,2737,2738,2739,2740,2736,2737,2738,2739,2740,2736,2737,2738,2739,2740,0,2741,2742,2741,2742,2741,2742,2741,2742,2741,2742,2741,2742,2741,2742,2741,2742,2741,2742,2741,2742,2741,2742,0,2741,2742,0,2743,2744,2745,2746,2747,2748,2749,2750,2751,2743,2744,2745,2746,2747,2748,2749,2750,2751,0,2743,2744,2745,2746,2747,2748,2749,2750,2751,2743,2744,2745,2746,2747,2748,2749,2750,2751,2743,2744,2745,2746,2747,2748,2749,2750,2751,0,2743,2744,2745,2746,2747,2748,2749,2750,2751,0,2743,2744,2745,2746,2747,2748,2749,2750,2751,2743,2744,2745,2746,2747,2748,2749,2750,2751,0,0,2743,2744,2745,2746,2747,2748,2749,2750,2751,2743,2744,2745,2746,2747,2748,2749,2750,2751,2743,2744,2745,2746,2747,2748,2749,2750,2751,0,0,0,2743,2744,2745,2746,2747,2748,2749,2750,2751,0,2752,2753,2754,2755,2752,2753,2754,2755,0,2752,2753,2754,2755,2752,2753,2754,2755,2752,2753,2754,2755,2752,2753,2754,2755,2752,2753,2754,2755,2752,2753,2754,2755,0,0,2752,2753,2754,2755,2752,2753,2754,2755,2752,2753,2754,2755,2752,2753,2754,2755,0,2756,2757,2758,2759,2756,2757,2758,2759,0,2756,2757,2758,2759,2756,2757,2758,2759,2756,2757,2758,2759,2756,2757,2758,2759,2756,2757,2758,2759,2756,2757,2758,2759,0,0,2756,2757,2758,2759,2756,2757,2758,2759,2756,2757,2758,2759,2756,2757,2758,2759,0,2760,2761,2760,2761,2760,2761,2760,2761,2760,2761,2760,2761,0,2760,2761,2760,2761,2760,2761,2760,2761,2760,2761,2760,2761,0,0,0,0,0,0,0,0,2762,2763,2764,2765,2766,2767,2768,2762,2763,2764,2765,2766,2767,2768,2762,2763,2764,2765,2766,2767,2768,2762,2763,2764,2765,2766,2767,2768,2762,2763,2764,2765,2766,2767,2768,2762,2763,2764,2765,2766,2767,2768,2762,2763,2764,2765,2766,2767,2768,2762,2763,2764,2765,2766,2767,2768,0,0,0,2762,2763,2764,2765,2766,2767,2768,2762,2763,2764,2765,2766,2767,2768,2762,2763,2764,2765,2766,2767,2768,0,2762,2763,2764,2765,2766,2767,2768,0,2769,2769,2769,2769,2769,2769,2769,2769,0,2769,2769,2769,2769,2770,2771,2770,2771,2770,2771,2770,2771,2770,2771,2770,2771,2770,2771,2770,2771,0,0,2770,2771,2770,2771,2770,2771,2770,2771,2772,2772,2772,2772,2772,2772,2772,2772,0,2772,2772,2772,2772,0,2773,2774,2775,2776,2777,2778,2773,2774,2775,2776,2777,2778,2773,2774,2775,2776,2777,2778,2773,2774,2775,2776,2777,2778,2773,2774,2775,2776,2777,2778,2773,2774,2775,2776,2777,2778,2773,2774,2775,2776,2777,2778,0,2773,2774,2775,2776,2777,2778,0,0,0,2773,2774,2775,2776,2777,2778,2773,2774,2775,2776,2777,2778,2773,2774,2775,2776,2777,2778,0,2773,2774,2775,2776,2777,2778,2779,2779,2779,2779,2779,2779,2779,2779,2779,2779,2779,0,2779,2780,2780,2780,2780,2780,2780,2780,2780,0,2780,2780,2780,2780,0,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,0,0,0,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,0,0,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,0,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,0,0,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,0,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,0,2781,2782,2783,2784,2785,2786,2787,2788,2789,2790,2791,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,0,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,0,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,0,0,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,0,0,0,0,0,0,0,0,0,0,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,0,2792,2793,2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,0,2807,2808,2809,2810,2807,2808,2809,2810,0,2807,2808,2809,2810,2807,2808,2809,2810,2807,2808,2809,2810,2807,2808,2809,2810,2807,2808,2809,2810,2807,2808,2809,2810,0,0,2807,2808,2809,2810,2807,2808,2809,2810,2807,2808,2809,2810,2807,2808,2809,2810,0,2811,2812,2813,2814,2815,2811,2812,2813,2814,2815,0,0,2811,2812,2813,2814,2815,2811,2812,2813,2814,2815,2811,2812,2813,2814,2815,2811,2812,2813,2814,2815,0,2811,2812,2813,2814,2815,2811,2812,2813,2814,2815,2811,2812,2813,2814,2815,2811,2812,2813,2814,2815,2811,2812,2813,2814,2815,0,2811,2812,2813,2814,2815,2816,2817,2816,2817,0,2816,2817,2816,2817,2816,2817,2816,2817,2816,2817,2816,2817,0,2816,2817,2816,2817,2816,2817,2816,2817,0,2818,2819,2820,2818,2819,2820,0,2818,2819,2820,2818,2819,2820,2818,2819,2820,2818,2819,2820,2818,2819,2820,2818,2819,2820,0,2818,2819,2820,2818,2819,2820,2818,2819,2820,2818,2819,2820,2821,2822,2821,2822,0,2821,2822,2821,2822,2821,2822,2821,2822,2821,2822,2821,2822,0,2821,2822,2821,2822,2821,2822,2821,2822,0,2823,2824,2825,2823,2824,2825,0,2823,2824,2825,2823,2824,2825,2823,2824,2825,2823,2824,2825,2823,2824,2825,2823,2824,2825,0,2823,2824,2825,2823,2824,2825,2823,2824,2825,2823,2824,2825,2826,2827,2828,2826,2827,2828,0,2826,2827,2828,2826,2827,2828,2826,2827,2828,2826,2827,2828,2826,2827,2828,2826,2827,2828,0,0,2826,2827,2828,2826,2827,2828,2826,2827,2828,2826,2827,2828,0,2829,2830,2831,2829,2830,2831,0,0,2829,2830,2831,2829,2830,2831,2829,2830,2831,2829,2830,2831,2829,2830,2831,2829,2830,2831,2829,2830,2831,2829,2830,2831,2829,2830,2831,2829,2830,2831,2832,2833,2834,2832,2833,2834,0,2832,2833,2834,2832,2833,2834,2832,2833,2834,2832,2833,2834,2832,2833,2834,2832,2833,2834,0,0,2832,2833,2834,2832,2833,2834,2832,2833,2834,2832,2833,2834,0,2835,2836,2837,2835,2836,2837,0,0,2835,2836,2837,2835,2836,2837,2835,2836,2837,2835,2836,2837,2835,2836,2837,2835,2836,2837,2835,2836,2837,2835,2836,2837,2835,2836,2837,2835,2836,2837,0,2838,2839,2840,2841,2842,2843,2844,2845,2846,2838,2839,2840,2841,2842,2843,2844,2845,2846,0,2838,2839,2840,2841,2842,2843,2844,2845,2846,2838,2839,2840,2841,2842,2843,2844,2845,2846,0,0,2838,2839,2840,2841,2842,2843,2844,2845,2846,2838,2839,2840,2841,2842,2843,2844,2845,2846,0,2838,2839,2840,2841,2842,2843,2844,2845,2846,2838,2839,2840,2841,2842,2843,2844,2845,2846,0,0,2838,2839,2840,2841,2842,2843,2844,2845,2846,2838,2839,2840,2841,2842,2843,2844,2845,2846,0,2838,2839,2840,2841,2842,2843,2844,2845,2846,2838,2839,2840,2841,2842,2843,2844,2845,2846,0,0,2847,2848,2849,2847,2848,2849,0,2847,2848,2849,2847,2848,2849,2847,2848,2849,2847,2848,2849,2847,2848,2849,2847,2848,2849,0,2847,2848,2849,2847,2848,2849,2847,2848,2849,2847,2848,2849,2850,2851,2852,2850,2851,2852,0,2850,2851,2852,2850,2851,2852,2850,2851,2852,2850,2851,2852,2850,2851,2852,2850,2851,2852,0,0,2850,2851,2852,2850,2851,2852,2850,2851,2852,2850,2851,2852,0,2853,2854,2855,2853,2854,2855,0,0,2853,2854,2855,2853,2854,2855,2853,2854,2855,2853,2854,2855,2853,2854,2855,2853,2854,2855,2853,2854,2855,2853,2854,2855,2853,2854,2855,2853,2854,2855,2856,2857,2858,2856,2857,2858,0,2856,2857,2858,2856,2857,2858,2856,2857,2858,2856,2857,2858,2856,2857,2858,2856,2857,2858,0,0,2856,2857,2858,2856,2857,2858,2856,2857,2858,2856,2857,2858,0,2859,2860,2861,2859,2860,2861,0,0,2859,2860,2861,2859,2860,2861,2859,2860,2861,2859,2860,2861,2859,2860,2861,2859,2860,2861,2859,2860,2861,2859,2860,2861,2859,2860,2861,2859,2860,2861,2862,2863,2864,2862,2863,2864,0,2862,2863,2864,2862,2863,2864,2862,2863,2864,2862,2863,2864,0,2862,2863,2864,2862,2863,2864,0,2862,2863,2864,2862,2863,2864,2862,2863,2864,2862,2863,2864,0,2865,2866,2867,2865,2866,2867,0,2865,2866,2867,2865,2866,2867,2865,2866,2867,2865,2866,2867,2865,2866,2867,2865,2866,2867,0,2865,2866,2867,2865,2866,2867,2865,2866,2867,2865,2866,2867,0,0,2868,2869,2870,2871,2872,2873,2874,2875,2876,2868,2869,2870,2871,2872,2873,2874,2875,2876,0,2868,2869,2870,2871,2872,2873,2874,2875,2876,2868,2869,2870,2871,2872,2873,2874,2875,2876,2868,2869,2870,2871,2872,2873,2874,2875,2876,2868,2869,2870,2871,2872,2873,2874,2875,2876,0,0,2868,2869,2870,2871,2872,2873,2874,2875,2876,2868,2869,2870,2871,2872,2873,2874,2875,2876,0,2868,2869,2870,2871,2872,2873,2874,2875,2876,2868,2869,2870,2871,2872,2873,2874,2875,2876,0,2868,2869,2870,2871,2872,2873,2874,2875,2876,0,2868,2869,2870,2871,2872,2873,2874,2875,2876,0,0,2877,2878,2879,2877,2878,2879,0,2877,2878,2879,2877,2878,2879,2877,2878,2879,2877,2878,2879,2877,2878,2879,2877,2878,2879,2877,2878,2879,2877,2878,2879,2877,2878,2879,0,2877,2878,2879,2880,2881,2882,2883,2884,2885,2886,2887,2880,2881,2882,2883,2884,2885,2886,2887,0,2880,2881,2882,2883,2884,2885,2886,2887,2880,2881,2882,2883,2884,2885,2886,2887,0,2880,2881,2882,2883,2884,2885,2886,2887,2880,2881,2882,2883,2884,2885,2886,2887,2880,2881,2882,2883,2884,2885,2886,2887,2880,2881,2882,2883,2884,2885,2886,2887,0,0,0,0,2880,2881,2882,2883,2884,2885,2886,2887,2880,2881,2882,2883,2884,2885,2886,2887,0,2880,2881,2882,2883,2884,2885,2886,2887,0,2880,2881,2882,2883,2884,2885,2886,2887,0,2888,2889,2890,2891,2888,2889,2890,2891,0,2888,2889,2890,2891,2888,2889,2890,2891,2888,2889,2890,2891,2888,2889,2890,2891,2888,2889,2890,2891,2888,2889,2890,2891,0,0,2888,2889,2890,2891,2888,2889,2890,2891,2888,2889,2890,2891,2888,2889,2890,2891,2892,2893,2894,2892,2893,2894,0,0,2892,2893,2894,2892,2893,2894,2892,2893,2894,2892,2893,2894,2892,2893,2894,2892,2893,2894,2892,2893,2894,2892,2893,2894,2892,2893,2894,2892,2893,2894,0,0,2895,2896,2897,2898,2895,2896,2897,2898,0,2895,2896,2897,2898,2895,2896,2897,2898,0,2895,2896,2897,2898,2895,2896,2897,2898,2895,2896,2897,2898,2895,2896,2897,2898,0,2895,2896,2897,2898,2895,2896,2897,2898,2895,2896,2897,2898,2895,2896,2897,2898,0,2899,2900,2901,2902,2903,2899,2900,2901,2902,2903,2899,2900,2901,2902,2903,2899,2900,2901,2902,2903,2899,2900,2901,2902,2903,2899,2900,2901,2902,2903,2899,2900,2901,2902,2903,2899,2900,2901,2902,2903,0,2899,2900,2901,2902,2903,2899,2900,2901,2902,2903,2899,2900,2901,2902,2903,0,0,0,2899,2900,2901,2902,2903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,0,0,0,0,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,0,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,0,0,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,0,0,0,0,0,0,0,0,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,0,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,0,0,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,2944,0,0,0,0,0,2945,2946,2947,2948,2945,2946,2947,2948,2945,2946,2947,2948,2945,2946,2947,2948,2945,2946,2947,2948,0,2945,2946,2947,2948,2945,2946,2947,2948,2945,2946,2947,2948,0,2945,2946,2947,2948,2945,2946,2947,2948,2945,2946,2947,2948,2945,2946,2947,2948,0,0,2949,2950,2951,2952,2953,2954,2955,2949,2950,2951,2952,2953,2954,2955,0,2949,2950,2951,2952,2953,2954,2955,2949,2950,2951,2952,2953,2954,2955,2949,2950,2951,2952,2953,2954,2955,0,2949,2950,2951,2952,2953,2954,2955,2949,2950,2951,2952,2953,2954,2955,2949,2950,2951,2952,2953,2954,2955,0,0,0,2949,2950,2951,2952,2953,2954,2955,2949,2950,2951,2952,2953,2954,2955,2949,2950,2951,2952,2953,2954,2955,2949,2950,2951,2952,2953,2954,2955,2956,2956,2956,2956,2956,2956,2956,2956,0,2956,2956,2956,2956,0,0,2957,2958,2959,2960,2961,2957,2958,2959,2960,2961,2957,2958,2959,2960,2961,2957,2958,2959,2960,2961,2957,2958,2959,2960,2961,0,2957,2958,2959,2960,2961,2957,2958,2959,2960,2961,2957,2958,2959,2960,2961,0,0,2957,2958,2959,2960,2961,2957,2958,2959,2960,2961,2957,2958,2959,2960,2961,2957,2958,2959,2960,2961,0,0,2962,2963,2964,2965,2966,2962,2963,2964,2965,2966,2962,2963,2964,2965,2966,2962,2963,2964,2965,2966,2962,2963,2964,2965,2966,0,2962,2963,2964,2965,2966,2962,2963,2964,2965,2966,2962,2963,2964,2965,2966,0,0,2962,2963,2964,2965,2966,2962,2963,2964,2965,2966,2962,2963,2964,2965,2966,2962,2963,2964,2965,2966,0,0,2967,2968,2969,2970,2971,2967,2968,2969,2970,2971,2967,2968,2969,2970,2971,2967,2968,2969,2970,2971,2967,2968,2969,2970,2971,0,2967,2968,2969,2970,2971,2967,2968,2969,2970,2971,2967,2968,2969,2970,2971,0,0,2967,2968,2969,2970,2971,2967,2968,2969,2970,2971,2967,2968,2969,2970,2971,2967,2968,2969,2970,2971,0,0,2972,2973,2974,2975,2976,2977,2972,2973,2974,2975,2976,2977,2972,2973,2974,2975,2976,2977,2972,2973,2974,2975,2976,2977,2972,2973,2974,2975,2976,2977,0,2972,2973,2974,2975,2976,2977,2972,2973,2974,2975,2976,2977,2972,2973,2974,2975,2976,2977,0,0,0,2972,2973,2974,2975,2976,2977,2972,2973,2974,2975,2976,2977,2972,2973,2974,2975,2976,2977,2972,2973,2974,2975,2976,2977,0,0,2978,2979,2980,2981,2978,2979,2980,2981,2978,2979,2980,2981,2978,2979,2980,2981,2978,2979,2980,2981,0,2978,2979,2980,2981,2978,2979,2980,2981,2978,2979,2980,2981,0,2978,2979,2980,2981,2978,2979,2980,2981,2978,2979,2980,2981,2978,2979,2980,2981,0,0,2982,2983,2984,2985,2986,2982,2983,2984,2985,2986,2982,2983,2984,2985,2986,2982,2983,2984,2985,2986,2982,2983,2984,2985,2986,0,2982,2983,2984,2985,2986,2982,2983,2984,2985,2986,2982,2983,2984,2985,2986,0,0,2982,2983,2984,2985,2986,2982,2983,2984,2985,2986,2982,2983,2984,2985,2986,2982,2983,2984,2985,2986,0,0,2987,2988,2989,2990,2991,2987,2988,2989,2990,2991,2987,2988,2989,2990,2991,2987,2988,2989,2990,2991,2987,2988,2989,2990,2991,0,2987,2988,2989,2990,2991,2987,2988,2989,2990,2991,2987,2988,2989,2990,2991,0,0,2987,2988,2989,2990,2991,2987,2988,2989,2990,2991,2987,2988,2989,2990,2991,2987,2988,2989,2990,2991,0,0,2992,2993,2994,2995,2996,2992,2993,2994,2995,2996,2992,2993,2994,2995,2996,2992,2993,2994,2995,2996,2992,2993,2994,2995,2996,0,2992,2993,2994,2995,2996,2992,2993,2994,2995,2996,2992,2993,2994,2995,2996,0,0,2992,2993,2994,2995,2996,2992,2993,2994,2995,2996,2992,2993,2994,2995,2996,2992,2993,2994,2995,2996,0,0,2997,2998,2999,3000,3001,3002,2997,2998,2999,3000,3001,3002,0,2997,2998,2999,3000,3001,3002,2997,2998,2999,3000,3001,3002,2997,2998,2999,3000,3001,3002,0,2997,2998,2999,3000,3001,3002,2997,2998,2999,3000,3001,3002,2997,2998,2999,3000,3001,3002,0,0,2997,2998,2999,3000,3001,3002,2997,2998,2999,3000,3001,3002,2997,2998,2999,3000,3001,3002,2997,2998,2999,3000,3001,3002,0,0,3003,3004,3005,3006,3007,3003,3004,3005,3006,3007,3003,3004,3005,3006,3007,3003,3004,3005,3006,3007,3003,3004,3005,3006,3007,0,3003,3004,3005,3006,3007,3003,3004,3005,3006,3007,3003,3004,3005,3006,3007,0,0,3003,3004,3005,3006,3007,3003,3004,3005,3006,3007,3003,3004,3005,3006,3007,3003,3004,3005,3006,3007,3008,3009,3008,3009,3008,3009,3008,3009,3008,3009,0,3008,3009,3008,3009,3008,3009,3008,3009,3008,3009,3008,3009,0,3008,3009,3010,3010,3010,3010,3010,3010,3010,3010,0,3010,3010,3010,3010,0,3011,3012,3013,3014,3011,3012,3013,3014,3011,3012,3013,3014,3011,3012,3013,3014,3011,3012,3013,3014,0,3011,3012,3013,3014,3011,3012,3013,3014,3011,3012,3013,3014,0,0,3011,3012,3013,3014,3011,3012,3013,3014,3011,3012,3013,3014,3011,3012,3013,3014,0,3015,3016,3017,3015,3016,3017,0,3015,3016,3017,3015,3016,3017,3015,3016,3017,3015,3016,3017,3015,3016,3017,3015,3016,3017,0,3015,3016,3017,3015,3016,3017,3015,3016,3017,3015,3016,3017,0,0,3018,3019,3020,3021,3022,3023,3024,3018,3019,3020,3021,3022,3023,3024,0,3018,3019,3020,3021,3022,3023,3024,3018,3019,3020,3021,3022,3023,3024,3018,3019,3020,3021,3022,3023,3024,3018,3019,3020,3021,3022,3023,3024,0,0,3018,3019,3020,3021,3022,3023,3024,3018,3019,3020,3021,3022,3023,3024,0,0,3018,3019,3020,3021,3022,3023,3024,3018,3019,3020,3021,3022,3023,3024,3018,3019,3020,3021,3022,3023,3024,3018,3019,3020,3021,3022,3023,3024,0,3025,3026,3027,3028,3029,3025,3026,3027,3028,3029,3025,3026,3027,3028,3029,3025,3026,3027,3028,3029,3025,3026,3027,3028,3029,0,3025,3026,3027,3028,3029,0,3025,3026,3027,3028,3029,3025,3026,3027,3028,3029,0,0,3025,3026,3027,3028,3029,3025,3026,3027,3028,3029,3025,3026,3027,3028,3029,3025,3026,3027,3028,3029,0,3030,3031,3032,3030,3031,3032,3030,3031,3032,3030,3031,3032,3030,3031,3032,3030,3031,3032,3030,3031,3032,3030,3031,3032,0,0,3030,3031,3032,3030,3031,3032,3030,3031,3032,3030,3031,3032,0,3033,3034,3035,3033,3034,3035,0,3033,3034,3035,3033,3034,3035,3033,3034,3035,3033,3034,3035,3033,3034,3035,3033,3034,3035,0,3033,3034,3035,3033,3034,3035,3033,3034,3035,3033,3034,3035,0,3036,3037,3036,3037,3036,3037,3036,3037,3036,3037,3036,3037,3036,3037,3036,3037,0,3036,3037,3036,3037,3036,3037,3036,3037,0,3038,3039,3038,3039,3038,3039,3038,3039,3038,3039,3038,3039,3038,3039,3038,3039,0,3038,3039,3038,3039,3038,3039,3038,3039,0,3040,3041,3040,3041,3040,3041,3040,3041,3040,3041,3040,3041,3040,3041,3040,3041,0,3040,3041,3040,3041,3040,3041,3040,3041,0,3042,3043,3042,3043,3042,3043,3042,3043,3042,3043,3042,3043,3042,3043,3042,3043,0,3042,3043,3042,3043,3042,3043,3042,3043,0,3044,3045,3044,3045,3044,3045,3044,3045,3044,3045,3044,3045,3044,3045,3044,3045,3044,3045,3044,3045,3044,3045,0,3044,3045,3046,3047,3048,3049,3050,3051,3052,3046,3047,3048,3049,3050,3051,3052,0,3046,3047,3048,3049,3050,3051,3052,3046,3047,3048,3049,3050,3051,3052,3046,3047,3048,3049,3050,3051,3052,3046,3047,3048,3049,3050,3051,3052,3046,3047,3048,3049,3050,3051,3052,3046,3047,3048,3049,3050,3051,3052,0,0,0,0,0,0,3046,3047,3048,3049,3050,3051,3052,3046,3047,3048,3049,3050,3051,3052,3046,3047,3048,3049,3050,3051,3052,3046,3047,3048,3049,3050,3051,3052,3053,3054,3055,3053,3054,3055,0,3053,3054,3055,3053,3054,3055,3053,3054,3055,3053,3054,3055,0,3053,3054,3055,3053,3054,3055,0,3053,3054,3055,3053,3054,3055,3053,3054,3055,3053,3054,3055,0,3056,3057,3058,3056,3057,3058,0,3056,3057,3058,3056,3057,3058,3056,3057,3058,3056,3057,3058,3056,3057,3058,3056,3057,3058,0,3056,3057,3058,3056,3057,3058,3056,3057,3058,3056,3057,3058,3059,3060,3061,3059,3060,3061,0,0,3059,3060,3061,3059,3060,3061,3059,3060,3061,3059,3060,3061,3059,3060,3061,3059,3060,3061,3059,3060,3061,3059,3060,3061,3059,3060,3061,0,3059,3060,3061,0,3062,3063,3064,3062,3063,3064,0,3062,3063,3064,3062,3063,3064,3062,3063,3064,3062,3063,3064,3062,3063,3064,3062,3063,3064,3062,3063,3064,3062,3063,3064,3062,3063,3064,0,3062,3063,3064,3065,3066,3065,3066,0,3065,3066,3065,3066,3065,3066,3065,3066,3065,3066,3065,3066,0,3065,3066,3065,3066,3065,3066,3065,3066,0,3067,3068,3069,3067,3068,3069,0,3067,3068,3069,3067,3068,3069,3067,3068,3069,3067,3068,3069,3067,3068,3069,3067,3068,3069,0,3067,3068,3069,3067,3068,3069,3067,3068,3069,3067,3068,3069,0,3070,3071,3070,3071,3070,3071,3070,3071,3070,3071,3070,3071,3070,3071,3070,3071,0,3070,3071,3070,3071,3070,3071,3070,3071,0,3072,3073,3074,3075,3076,3072,3073,3074,3075,3076,0,3072,3073,3074,3075,3076,3072,3073,3074,3075,3076,3072,3073,3074,3075,3076,3072,3073,3074,3075,3076,3072,3073,3074,3075,3076,3072,3073,3074,3075,3076,0,0,0,3072,3073,3074,3075,3076,3072,3073,3074,3075,3076,3072,3073,3074,3075,3076,3072,3073,3074,3075,3076,0,3077,3078,3079,3080,3081,3077,3078,3079,3080,3081,0,3077,3078,3079,3080,3081,3077,3078,3079,3080,3081,3077,3078,3079,3080,3081,3077,3078,3079,3080,3081,0,3077,3078,3079,3080,3081,3077,3078,3079,3080,3081,0,3077,3078,3079,3080,3081,3077,3078,3079,3080,3081,3077,3078,3079,3080,3081,0,3077,3078,3079,3080,3081,0,0,0,3082,3083,3084,3085,3086,3087,3088,3082,3083,3084,3085,3086,3087,3088,3082,3083,3084,3085,3086,3087,3088,3082,3083,3084,3085,3086,3087,3088,3082,3083,3084,3085,3086,3087,3088,3082,3083,3084,3085,3086,3087,3088,0,3082,3083,3084,3085,3086,3087,3088,3082,3083,3084,3085,3086,3087,3088,0,0,3082,3083,3084,3085,3086,3087,3088,3082,3083,3084,3085,3086,3087,3088,3082,3083,3084,3085,3086,3087,3088,3082,3083,3084,3085,3086,3087,3088,0,3089,3090,3089,3090,0,3089,3090,3089,3090,3089,3090,3089,3090,3089,3090,3089,3090,0,3089,3090,3089,3090,3089,3090,3089,3090,0,3091,3092,3093,3091,3092,3093,0,3091,3092,3093,3091,3092,3093,3091,3092,3093,3091,3092,3093,3091,3092,3093,3091,3092,3093,0,3091,3092,3093,3091,3092,3093,3091,3092,3093,3091,3092,3093,0,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,0,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,0,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,0,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,0,0,0,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,0,0,0,3094,3095,3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,0,0,0,3106,3107,3108,3109,3106,3107,3108,3109,3106,3107,3108,3109,3106,3107,3108,3109,3106,3107,3108,3109,0,3106,3107,3108,3109,3106,3107,3108,3109,3106,3107,3108,3109,0,0,3106,3107,3108,3109,3106,3107,3108,3109,3106,3107,3108,3109,3106,3107,3108,3109,0,3110,3111,3112,3110,3111,3112,0,3110,3111,3112,3110,3111,3112,3110,3111,3112,3110,3111,3112,3110,3111,3112,3110,3111,3112,0,3110,3111,3112,3110,3111,3112,3110,3111,3112,3110,3111,3112,0,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,0,0,0,0,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,3113,3114,3115,3116,3117,3118,3119,3118,3119,3118,3119,3118,3119,3118,3119,3118,3119,3118,3119,3118,3119,3118,3119,3118,3119,3118,3119,3118,3119,0,0,3120,3120,3120,3120,3120,3120,3120,3120,3120,3120,3120,3120,0,3121,3122,3123,3121,3122,3123,0,3121,3122,3123,3121,3122,3123,3121,3122,3123,3121,3122,3123,3121,3122,3123,3121,3122,3123,0,0,3121,3122,3123,3121,3122,3123,3121,3122,3123,3121,3122,3123,3124,3124,3124,3124,3124,3124,3124,3124,0,3124,3124,3124,3124,3125,0],"f":[0,0,0,0,0,0,0,[[],1],[[],1],0,0,0,0,0,0,0,0,0,0,[[-1,2],3,[]],[4,[[6,[5]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[4,4],[[-1,-2],3,[],[]],[7,-1,[]],[7,-1,[]],[7,3],0,[[4,8],9],[-1,-1,[]],[4,1],0,[[],7],[-1,-2,[],[]],[[1,5],[[11,[4,10]]]],[[12,1,5],[[11,[4,10]]]],[5,[[11,[13,10]]]],[[4,[14,[-1,-2]]],[[11,[-1,10]]],[15,16],[17,16]],[[4,[14,[-1,-2]]],[[11,[[18,[-1]],10]]],[15,16],[17,16]],[[4,[14,[-1,-2]]],[[11,[-1,10]]],[15,16],[17,16]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],0,[-1,-2,[],[]],[[4,20],4],0,[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],0,[[21,8],9],[[21,8],9],[-1,-1,[]],[[-1,[6,[[23,[22]]]]],10,[[24,[20]]]],[[],7],[-1,-2,[],[]],[-1,20,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[25,5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[5,[27,[26]]],28],[[],28],[[],28],[25,25],[29,29],[30,30],[31,31],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[29,32],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[29,20],[29,20],[[25,25],33],[[29,29],33],[[30,30],33],[[31,31],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[25,8],9],[[25,8],9],[[29,8],9],[[30,8],9],[[30,8],9],[[31,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[32,[[6,[25]]]],[[-1,-2],32,[34,35],36],[[-1,-2],32,[34,35],36],[[25,-1],3,37],[[29,-1],3,37],0,[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,25],0,0,[[25,32],29],[[-1,31],30,[[24,[20]]]],[5,[[6,[25]]]],[5,[[11,[29,30]]]],[5,[[11,[29,30]]]],[[[27,[32]]],[[11,[29,31]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,20,[]],[-1,20,[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[4,20,20],[[11,[[23,[38]],10]]]],[[4,20],[[11,[39,10]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[4,40],[[11,[41,10]]]],[4,[[11,[[6,[42]],10]]]],[[4,[6,[43]]],[[11,[44,10]]]],[[4,20],[[11,[3,10]]]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[[45,45],33],[[46,46],33],[[4,47,[6,[48]]],[[0,[49]]]],[[4,20],[[11,[[6,[50]],10]]]],[[4,20,47,[6,[20]],[6,[48]]],[[11,[[6,[51]],10]]]],[[4,52,1],[[11,[53,10]]]],[[45,8],9],[[46,8],9],[-1,-1,[]],[-1,-1,[]],[[4,46],[[11,[20,10]]]],[[4,20],[[11,[20,10]]]],[[4,54],[[11,[55,10]]]],[[4,54],[[0,[49]]]],[[4,56],[[11,[[23,[57]],10]]]],[[4,20,20],[[11,[[6,[39]],10]]]],[[4,58],[[11,[[3,[[6,[59]],[6,[39]]]],10]]]],[[4,20],[[11,[[6,[39]],10]]]],[[4,20],[[11,[39,10]]]],[[4,20],[[11,[[6,[39]],10]]]],[[4,20,20,[6,[20]],60,[6,[60]],33,[6,[[23,[61]]]]],[[0,[49]]]],[[4,20,20,[6,[20]],60,[6,[60]],33,[6,[[23,[61]]]]],[[0,[49]]]],[[4,20,20,20],[[11,[[6,[38]],10]]]],[[4,20],[[11,[38,10]]]],[[4,20],[[11,[[3,[39,38]],10]]]],[[4,20,20,20],[[11,[62,10]]]],[[4,20,20],[[11,[[3,[39,38]],10]]]],[[4,63],[[11,[64,10]]]],[[4,65],[[11,[66,10]]]],[[4,65],[[0,[49]]]],[[4,20],[[11,[[6,[57]],10]]]],[[4,20],[[11,[[6,[67]],10]]]],[[4,20],[[11,[[6,[68]],10]]]],[[4,20],[[11,[[6,[41]],10]]]],[[4,20],[[11,[[6,[69]],10]]]],[[4,20],[[11,[[6,[59]],10]]]],[[4,5],[[11,[[6,[70]],10]]]],[[4,71],[[11,[72,10]]]],[[4,71],[[0,[49]]]],[[4,20,20],[[11,[[6,[73]],10]]]],[[4,74],[[11,[75,10]]]],[[4,74],[[0,[49]]]],[[4,[6,[47]],[6,[5]],[6,[5]],[6,[5]]],[[11,[[6,[76]],10]]]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[[4,20],[[0,[49]]]],[[4,77],[[11,[38,10]]]],[[4,78],[[11,[3,10]]]],[[4,[6,[5]],5,5,[6,[33]]],[[11,[[6,[79]],10]]]],[[4,20,[6,[20]],[6,[33]]],[[11,[57,10]]]],[[4,[6,[5]],[6,[5]],[6,[5]],[6,[5]],5,5,[6,[5]],80,[6,[33]],[6,[5]],[6,[5]],5],[[11,[[6,[81]],10]]]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[60,82],[[4,20,33],[[11,[57,10]]]],[4,[[11,[[0,[49]],10]]]],[4,[[0,[49]]]],[4,[[11,[[23,[41]],10]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,3],0,[-1,-1,[]],0,[[],7],[-1,-2,[],[]],0,[[-1,4],[[83,[-1]]],84],0,0,[[[85,[[83,[-1]]]],86],[[87,[6]]],84],[[-1,4,6],[[88,[[11,[[3,[23,6]],10]]]]],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[[[85,[-1]],86],[[87,[[6,[11]]]]],[]],[-1,19,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],3,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[80,80],[[-1,-2],3,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[7,-1,[]],[7,-1,[]],0,0,0,0,0,0,[-1,[[11,[80]]],89],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[7,3],0,0,0,0,0,0,0,0,0,0,0,[[80,80],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[80,8],[[11,[3,90]]]],0,[-1,-1,[]],[-1,80,[[24,[20]]]],[20,80],[20,80],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,-2],32,[34,35],36],0,0,0,0,0,0,0,0,0,0,0,[[80,-1],3,37],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],7],[80,5],0,0,[-1,-2,[],[]],[80,20],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,80,[[24,[20]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],80],[[],80],0,0,0,0,0,0,0,0,0,[[80,-1],11,91],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,19,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],[[-1,2],3,[]],0,0,0,0,[[],[[93,[92,[6,[20]]]]]],[[],[[93,[94,[6,[20]]]]]],[[],[[93,[95,[6,[20]]]]]],[[],[[93,[96,[6,[20]]]]]],[[],[[93,[97,[6,[20]]]]]],[[],[[93,[98,[6,[20]]]]]],[[],[[93,[99,[6,[20]]]]]],[[],[[93,[100,[6,[20]]]]]],[[],[[93,[101,[6,[20]]]]]],[[],[[93,[102,[6,[20]]]]]],0,0,0,0,0,0,0,0,0,0,0,[[],[[93,[103,20]]]],0,0,0,0,0,0,0,0,[[],[[93,[104,80]]]],[[],[[93,[105,80]]]],[[],[[93,[106,80]]]],0,0,0,[[],[[93,[107,20]]]],0,[[],[[93,[107,20]]]],0,0,0,[[],[[93,[108,20]]]],0,0,0,[109,5],0,[[],[[93,[94,[6,[20]]]]]],[[],[[93,[95,[6,[20]]]]]],[[],[[93,[97,[6,[20]]]]]],[[],[[93,[98,[6,[20]]]]]],[[],[[93,[99,[6,[20]]]]]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[93,[92,20]]]],0,0,[110,110],[111,111],[43,43],[112,112],[48,48],[113,113],[114,114],[115,115],[74,74],[71,71],[116,116],[117,117],[65,65],[118,118],[119,119],[63,63],[61,61],[120,120],[121,121],[54,54],[56,56],[109,109],[122,122],[123,123],[124,124],[67,67],[68,68],[57,57],[125,125],[126,126],[127,127],[128,128],[129,129],[130,130],[131,131],[132,132],[133,133],[134,134],[135,135],[136,136],[137,137],[138,138],[139,139],[140,140],[64,64],[38,38],[141,141],[142,142],[143,143],[144,144],[145,145],[146,146],[147,147],[39,39],[41,41],[148,148],[149,149],[44,44],[150,150],[73,73],[151,151],[70,70],[152,152],[153,153],[59,59],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[],[[93,[154,20]]]],0,0,0,[[],[[93,[94,[6,[110]]]]]],[[],[[93,[95,[6,[110]]]]]],0,0,[125,[[6,[110]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],74],[[],71],[[],65],0,[[],[[93,[155,[6,[33]]]]]],0,0,[125,[[6,[110]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[],[[93,[156,[6,[5]]]]]],[[],[[93,[157,[6,[20]]]]]],0,0,0,0,0,0,[-1,[[11,[110]]],89],[-1,[[11,[111]]],89],[-1,[[11,[43]]],89],[-1,[[11,[158]]],89],[-1,[[11,[159]]],89],[-1,[[11,[42]]],89],[-1,[[11,[112]]],89],[-1,[[11,[160]]],89],[-1,[[11,[48]]],89],[-1,[[11,[161]]],89],[-1,[[11,[51]]],89],[-1,[[11,[162]]],89],[-1,[[11,[50]]],89],[-1,[[11,[114]]],89],[-1,[[11,[163]]],89],[-1,[[11,[164]]],89],[-1,[[11,[165]]],89],[-1,[[11,[115]]],89],[-1,[[11,[166]]],89],[-1,[[11,[79]]],89],[-1,[[11,[167]]],89],[-1,[[11,[81]]],89],[-1,[[11,[168]]],89],[-1,[[11,[169]]],89],[-1,[[11,[170]]],89],[-1,[[11,[76]]],89],[-1,[[11,[72]]],89],[-1,[[11,[171]]],89],[-1,[[11,[75]]],89],[-1,[[11,[172]]],89],[-1,[[11,[173]]],89],[-1,[[11,[174]]],89],[-1,[[11,[175]]],89],[-1,[[11,[176]]],89],[-1,[[11,[177]]],89],[-1,[[11,[117]]],89],[-1,[[11,[178]]],89],[-1,[[11,[179]]],89],[-1,[[11,[62]]],89],[-1,[[11,[180]]],89],[-1,[[11,[181]]],89],[-1,[[11,[182]]],89],[-1,[[11,[183]]],89],[-1,[[11,[184]]],89],[-1,[[11,[185]]],89],[-1,[[11,[186]]],89],[-1,[[11,[187]]],89],[-1,[[11,[119]]],89],[-1,[[11,[66]]],89],[-1,[[11,[188]]],89],[-1,[[11,[189]]],89],[-1,[[11,[190]]],89],[-1,[[11,[191]]],89],[-1,[[11,[192]]],89],[-1,[[11,[193]]],89],[-1,[[11,[194]]],89],[-1,[[11,[195]]],89],[-1,[[11,[196]]],89],[-1,[[11,[61]]],89],[-1,[[11,[197]]],89],[-1,[[11,[198]]],89],[-1,[[11,[199]]],89],[-1,[[11,[200]]],89],[-1,[[11,[201]]],89],[-1,[[11,[202]]],89],[-1,[[11,[203]]],89],[-1,[[11,[204]]],89],[-1,[[11,[205]]],89],[-1,[[11,[206]]],89],[-1,[[11,[207]]],89],[-1,[[11,[121]]],89],[-1,[[11,[208]]],89],[-1,[[11,[209]]],89],[-1,[[11,[55]]],89],[-1,[[11,[210]]],89],[-1,[[11,[211]]],89],[-1,[[11,[212]]],89],[-1,[[11,[109]]],89],[-1,[[11,[122]]],89],[-1,[[11,[123]]],89],[-1,[[11,[213]]],89],[-1,[[11,[214]]],89],[-1,[[11,[215]]],89],[-1,[[11,[216]]],89],[-1,[[11,[217]]],89],[-1,[[11,[124]]],89],[-1,[[11,[69]]],89],[-1,[[11,[67]]],89],[-1,[[11,[68]]],89],[-1,[[11,[57]]],89],[-1,[[11,[125]]],89],[-1,[[11,[126]]],89],[-1,[[11,[127]]],89],[-1,[[11,[128]]],89],[-1,[[11,[129]]],89],[-1,[[11,[130]]],89],[-1,[[11,[131]]],89],[-1,[[11,[132]]],89],[-1,[[11,[133]]],89],[-1,[[11,[134]]],89],[-1,[[11,[135]]],89],[-1,[[11,[136]]],89],[-1,[[11,[137]]],89],[-1,[[11,[138]]],89],[-1,[[11,[139]]],89],[-1,[[11,[140]]],89],[-1,[[11,[64]]],89],[-1,[[11,[38]]],89],[-1,[[11,[141]]],89],[-1,[[11,[142]]],89],[-1,[[11,[143]]],89],[-1,[[11,[144]]],89],[-1,[[11,[145]]],89],[-1,[[11,[146]]],89],[-1,[[11,[147]]],89],[-1,[[11,[39]]],89],[-1,[[11,[41]]],89],[-1,[[11,[148]]],89],[-1,[[11,[149]]],89],[-1,[[11,[44]]],89],[-1,[[11,[150]]],89],[-1,[[11,[73]]],89],[-1,[[11,[151]]],89],[-1,[[11,[70]]],89],[-1,[[11,[152]]],89],[-1,[[11,[153]]],89],[-1,[[11,[59]]],89],[[5,-1],[[11,[69]]],89],[[5,-1],[[11,[125]]],89],0,0,0,0,[[],[[93,[218,20]]]],[125,[[6,[57]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,0,0,0,0,0,0,0,0,0,0,[[110,110],33],[[50,50],33],[[114,114],33],[[61,61],33],[[201,201],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],0,0,[[],[[93,[219,[6,[47]]]]]],0,0,[[],[[93,[219,[6,[5]]]]]],0,0,[[],[[93,[92,47]]]],[[],[[93,[94,[6,[47]]]]]],[[],[[93,[95,[6,[47]]]]]],[[],[[93,[97,[6,[47]]]]]],[[],[[93,[98,[6,[47]]]]]],[[],[[93,[99,[6,[47]]]]]],[[],[[93,[220,[6,[47]]]]]],[[],[[93,[101,[6,[47]]]]]],[[],[[93,[102,[6,[47]]]]]],0,0,0,0,0,0,0,0,0,0,[[110,8],9],[[111,8],9],[[43,8],9],[[158,8],9],[[221,8],9],[[159,8],9],[[42,8],9],[[112,8],9],[[222,8],9],[[160,8],9],[[48,8],9],[[113,8],9],[[161,8],9],[[51,8],9],[[162,8],9],[[50,8],9],[[114,8],9],[[223,8],9],[[163,8],9],[[224,8],9],[[164,8],9],[[225,8],9],[[165,8],9],[[115,8],9],[[226,8],9],[[166,8],9],[[79,8],9],[[227,8],9],[[167,8],9],[[81,8],9],[[228,8],9],[[74,8],9],[[168,8],9],[[71,8],9],[[169,8],9],[[229,8],9],[[170,8],9],[[76,8],9],[[72,8],9],[[171,8],9],[[75,8],9],[[172,8],9],[[58,8],9],[[173,8],9],[[230,8],9],[[174,8],9],[[175,8],9],[[231,8],9],[[176,8],9],[[232,8],9],[[177,8],9],[[116,8],9],[[117,8],9],[[65,8],9],[[178,8],9],[[233,8],9],[[179,8],9],[[234,8],9],[[62,8],9],[[235,8],9],[[180,8],9],[[181,8],9],[[236,8],9],[[182,8],9],[[237,8],9],[[183,8],9],[[184,8],9],[[40,8],9],[[185,8],9],[[186,8],9],[[238,8],9],[[118,8],9],[[187,8],9],[[119,8],9],[[63,8],9],[[66,8],9],[[188,8],9],[[239,8],9],[[240,8],9],[[241,8],9],[[189,8],9],[[190,8],9],[[242,8],9],[[191,8],9],[[192,8],9],[[77,8],9],[[193,8],9],[[194,8],9],[[243,8],9],[[195,8],9],[[196,8],9],[[61,8],9],[[120,8],9],[[197,8],9],[[198,8],9],[[199,8],9],[[200,8],9],[[201,8],9],[[244,8],9],[[202,8],9],[[203,8],9],[[245,8],9],[[204,8],9],[[246,8],9],[[205,8],9],[[247,8],9],[[206,8],9],[[248,8],9],[[207,8],9],[[121,8],9],[[54,8],9],[[208,8],9],[[56,8],9],[[209,8],9],[[55,8],9],[[210,8],9],[[211,8],9],[[212,8],9],[[109,8],9],[[122,8],9],[[123,8],9],[[249,8],9],[[213,8],9],[[214,8],9],[[215,8],9],[[78,8],9],[[216,8],9],[[217,8],9],[[124,8],9],[[69,8],9],[[67,8],9],[[68,8],9],[[57,8],9],[[125,8],9],[[126,8],9],[[127,8],9],[[128,8],9],[[129,8],9],[[130,8],9],[[131,8],9],[[132,8],9],[[133,8],9],[[134,8],9],[[135,8],9],[[136,8],9],[[137,8],9],[[138,8],9],[[139,8],9],[[140,8],9],[[64,8],9],[[38,8],9],[[141,8],9],[[142,8],9],[[143,8],9],[[144,8],9],[[145,8],9],[[146,8],9],[[147,8],9],[[39,8],9],[[41,8],9],[[148,8],9],[[149,8],9],[[44,8],9],[[150,8],9],[[73,8],9],[[151,8],9],[[70,8],9],[[152,8],9],[[153,8],9],[[59,8],9],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[93,[250,20]]]],0,[[],[[93,[156,[6,[5]]]]]],0,0,[[],[[93,[251,80]]]],[[],[[93,[252,80]]]],[125,5],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[93,[253,[6,[33]]]]]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],[[93,[254,240]]]],[[],[[93,[255,20]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[69,[[6,[39]]]],[69,[[6,[38]]]],[169,[[23,[70]]]],0,0,0,0,[[],[[93,[94,[6,[47]]]]]],[[],[[93,[95,[6,[47]]]]]],[[],[[93,[97,[6,[47]]]]]],[[],[[93,[98,[6,[47]]]]]],[[],[[93,[99,[6,[47]]]]]],0,0,0,0,0,0,[[],[[93,[156,[6,[5]]]]]],0,[[],[[93,[156,[6,[5]]]]]],0,0,[[],[[93,[154,[6,[33]]]]]],0,[[],[[93,[156,5]]]],0,0,0,0,0,0,[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[257,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[258,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[259,[6,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[156,5]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[219,[6,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[260,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[261,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[262,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[253,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[157,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[99,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[263,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[100,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[154,80]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[93,[220,20]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[125,[[6,[5]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],[[],[[6,[[256,[5]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[93,[259,5]]]],[[],[[93,[156,[6,[5]]]]]],[[],[[93,[253,[6,[20]]]]]],[[],[[93,[102,[6,[20]]]]]],0,0,0,0,0,0,[[],[[93,[264,[6,[43]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[93,[94,[6,[47]]]]]],[[],[[93,[95,[6,[47]]]]]],[[],[[93,[97,[6,[47]]]]]],[[],[[93,[98,[6,[47]]]]]],[[],[[93,[99,[6,[47]]]]]],0,0,0,0,0,[[],[[93,[260,20]]]],[[],[[93,[261,20]]]],[[],[[93,[262,20]]]],[[],[[93,[99,20]]]],[[],[[93,[154,[6,[80]]]]]],[[],[[93,[220,20]]]],0,0,0,0,0,0,0,0,[[],[[93,[107,20]]]],0,0,0,[[],[[93,[156,80]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[93,[259,[6,[33]]]]]],[[],[[93,[156,[6,[33]]]]]],0,0,0,0,0,0,0,0,0,[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[265,3],[[],[[93,[156,[6,[5]]]]]],0,0,[125,5],0,0,0,0,0,[[],[[93,[156,[6,[5]]]]]],0,0,0,0,[[110,-1],11,91],[[111,-1],11,91],[[43,-1],11,91],[[221,-1],11,91],[[112,-1],11,91],[[222,-1],11,91],[[48,-1],11,91],[[113,-1],11,91],[[50,-1],11,91],[[114,-1],11,91],[[223,-1],11,91],[[224,-1],11,91],[[225,-1],11,91],[[115,-1],11,91],[[226,-1],11,91],[[227,-1],11,91],[[228,-1],11,91],[[74,-1],11,91],[[71,-1],11,91],[[229,-1],11,91],[[58,-1],11,91],[[230,-1],11,91],[[231,-1],11,91],[[232,-1],11,91],[[116,-1],11,91],[[117,-1],11,91],[[65,-1],11,91],[[233,-1],11,91],[[234,-1],11,91],[[235,-1],11,91],[[236,-1],11,91],[[237,-1],11,91],[[40,-1],11,91],[[238,-1],11,91],[[118,-1],11,91],[[119,-1],11,91],[[63,-1],11,91],[[239,-1],11,91],[[240,-1],11,91],[[241,-1],11,91],[[242,-1],11,91],[[77,-1],11,91],[[243,-1],11,91],[[61,-1],11,91],[[120,-1],11,91],[[201,-1],11,91],[[244,-1],11,91],[[245,-1],11,91],[[246,-1],11,91],[[247,-1],11,91],[[248,-1],11,91],[[121,-1],11,91],[[54,-1],11,91],[[56,-1],11,91],[[109,-1],11,91],[[122,-1],11,91],[[123,-1],11,91],[[249,-1],11,91],[[78,-1],11,91],[[124,-1],11,91],[[67,-1],11,91],[[68,-1],11,91],[[57,-1],11,91],[[125,-1],11,91],[[126,-1],11,91],[[127,-1],11,91],[[128,-1],11,91],[[129,-1],11,91],[[130,-1],11,91],[[131,-1],11,91],[[132,-1],11,91],[[133,-1],11,91],[[134,-1],11,91],[[135,-1],11,91],[[136,-1],11,91],[[137,-1],11,91],[[138,-1],11,91],[[139,-1],11,91],[[140,-1],11,91],[[64,-1],11,91],[[38,-1],11,91],[[141,-1],11,91],[[142,-1],11,91],[[143,-1],11,91],[[144,-1],11,91],[[145,-1],11,91],[[146,-1],11,91],[[147,-1],11,91],[[39,-1],11,91],[[41,-1],11,91],[[148,-1],11,91],[[149,-1],11,91],[[44,-1],11,91],[[150,-1],11,91],[[73,-1],11,91],[[151,-1],11,91],[[70,-1],11,91],[[152,-1],11,91],[[153,-1],11,91],[[59,-1],11,91],0,[[],[[93,[259,5]]]],0,0,[[],[[93,[266,20]]]],0,0,0,0,0,[[],[[93,[92,[6,[48]]]]]],[[],[[93,[94,[6,[115]]]]]],[[],[[93,[95,[6,[115]]]]]],[[],[[93,[98,[6,[117]]]]]],[[],[[93,[99,[6,[119]]]]]],[[],[[93,[101,[6,[121]]]]]],0,0,0,0,0,0,[[],[[93,[220,82]]]],0,0,[[],[[93,[220,[6,[[23,[61]]]]]]]],0,0,0,0,0,0,0,0,0,0,[125,5],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[60,[[11,[110]]]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[125,[[6,[47]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[],[[93,[220,[6,[82]]]]]],0,[[],[[93,[94,[6,[110]]]]]],[[],[[93,[95,[6,[110]]]]]],[[],[[93,[98,[6,[110]]]]]],[[],[[93,[101,[6,[110]]]]]],0,0,0,0,[125,[[6,[110]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[93,[267,20]]]],0,0,0,0,0,[[],[[93,[258,20]]]],[[],[[93,[156,5]]]],[[],[[93,[219,[6,[5]]]]]],[[],[[93,[261,20]]]],[[],[[93,[262,20]]]],[[],[[93,[220,[6,[20]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[],[[93,[106,80]]]],[[],[[93,[268,80]]]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[],[[93,[155,20]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],0,[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],0,[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],0,[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],0,[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],0,[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],0,[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],0,[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],0,[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],0,[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],0,[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,3],[7,3],[7,3],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,3],[-1,-1,[]],[[],7],[-1,-2,[],[]],0,[-1,[[11,[-2]]],[],[]],[-1,[[11,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],0,0],"c":[],"p":[[3,"Url",43047],[3,"Private",43048],[15,"tuple"],[3,"WasmerClient",18],[15,"str"],[4,"Option",43049],[15,"usize"],[3,"Formatter",43050],[6,"Result",43050],[3,"Error",43051],[4,"Result",43052],[3,"Client",43053],[3,"HeaderValue",43054],[3,"Operation",43055],[8,"DeserializeOwned",43056],[8,"Debug",43050],[8,"Serialize",43057],[3,"GraphQlResponse",43058],[3,"TypeId",43059],[3,"String",43060],[3,"GraphQLApiFailure",50],[3,"GraphQlError",43058],[3,"Vec",43061],[8,"Into",43062],[4,"NodeKind",68],[15,"u8"],[15,"slice"],[3,"Harsh",43063],[3,"GlobalId",68],[3,"GlobalIdParseError",68],[4,"ErrorKind",68],[15,"u64"],[15,"bool"],[8,"Hash",43064],[8,"Sized",43065],[8,"BuildHasher",43064],[8,"Hasher",43064],[3,"DeployAppVersion",1094],[3,"DeployApp",1094],[3,"CreateNamespaceVars",1094],[3,"Namespace",1094],[3,"User",1094],[4,"GrapheneRole",1094],[3,"UserWithNamespaces",1094],[4,"GenerateTokenBy",232],[4,"TokenKind",232],[15,"i32"],[4,"AppTemplatesSortBy",1094],[8,"Stream",43066],[3,"AppTemplate",1094],[3,"AppTemplateConnection",1094],[4,"PackageIdent",43067],[3,"Container",43068],[3,"GetAllDnsRecordsVariables",1094],[3,"DnsRecordConnection",1094],[3,"GetAllDomainsVariables",1094],[3,"DnsDomain",1094],[3,"GetPackageAndAppVars",1094],[3,"Package",1094],[3,"OffsetDateTime",43069],[4,"LogStream",1094],[3,"GetDeployAppAndVersion",1094],[3,"GetDeployAppVersionsVars",1094],[3,"DeployAppVersionConnection",1094],[3,"GetDeployAppsVars",1094],[3,"DeployAppConnection",1094],[3,"DnsDomainWithRecords",1094],[3,"DnsDomainWithZoneFile",1094],[4,"Node",1094],[3,"PackageWebc",1094],[3,"AllPackageReleasesVars",1094],[3,"PackageWebcConnection",1094],[3,"PackageVersionWithPackage",1094],[3,"AllPackageVersionsVars",1094],[3,"PackageVersionConnection",1094],[3,"SignedUrl",1094],[3,"PublishDeployAppVars",1094],[3,"PurgeCacheForAppVersionVars",1094],[3,"PushPackageReleasePayload",1094],[3,"Id",348],[3,"TagPackageReleasePayload",1094],[15,"f64"],[3,"QueryStream",319],[8,"PaginatedQuery",319],[3,"Pin",43070],[3,"Context",43071],[4,"Poll",43072],[6,"BoxFuture",43073],[8,"Deserializer",43056],[3,"Error",43050],[8,"Serializer",43057],[3,"GetAppTemplatesVarsFields",1094],[3,"VariableDefinition",43074],[3,"AllPackageVersionsVarsFields",1094],[3,"AllPackageReleasesVarsFields",1094],[3,"GetCurrentUserWithAppsVarsFields",1094],[3,"PaginationVarsFields",1094],[3,"GetDeployAppsVarsFields",1094],[3,"GetDeployAppVersionsVarsFields",1094],[3,"GetNamespaceAppsVarsFields",1094],[3,"GetAllDnsRecordsVariablesFields",1094],[3,"GetAllDomainsVariablesFields",1094],[3,"GetDeployAppByAliasVarsFields",1094],[3,"DeleteAppVarsFields",1094],[3,"GetDeployAppByIdVarsFields",1094],[3,"GetDeployAppAndVersionByIdVarsFields",1094],[3,"GetPackageAndAppVarsFields",1094],[3,"GenerateDeployTokenVarsFields",1094],[4,"DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices",1094],[3,"DateTime",1094],[3,"JSONString",1094],[4,"WebcVersion",1094],[3,"GetAppTemplatesVars",1094],[3,"Jsonstring",1094],[4,"PackageVersionSortBy",1094],[3,"PaginationVars",1094],[4,"DeployAppsSortBy",1094],[3,"DeleteAppVars",1094],[4,"DeployAppVersionsSortBy",1094],[3,"GetDeployAppLogsVars",1094],[4,"DNSRecordsSortBy",1094],[4,"DnsmanagerSshFingerprintRecordAlgorithmChoices",1094],[4,"DnsmanagerSshFingerprintRecordTypeChoices",1094],[3,"BigInt",1094],[4,"DnsRecord",1094],[3,"AaaaRecord",1094],[3,"ARecord",1094],[3,"CaaRecord",1094],[3,"CNameRecord",1094],[3,"DNameRecord",1094],[3,"MxRecord",1094],[3,"NsRecord",1094],[3,"PtrRecord",1094],[3,"SoaRecord",1094],[3,"SrvRecord",1094],[3,"SshfpRecord",1094],[3,"TxtRecord",1094],[3,"MarkAppVersionAsActivePayload",1094],[3,"PageInfo",1094],[3,"DeployAppVersionEdge",1094],[3,"SparseDeployApp",1094],[3,"DeployAppVersions",1094],[3,"GetDeployAppVersions",1094],[3,"DeleteAppPayload",1094],[3,"AppAlias",1094],[3,"AppAliasEdge",1094],[3,"AppAliasConnection",1094],[3,"NamespaceConnection",1094],[3,"NamespaceEdge",1094],[3,"Owner",1094],[3,"PackageVersion",1094],[3,"WebcImage",1094],[3,"PackageDistribution",1094],[3,"PublishDeployAppVarsFields",1094],[3,"UpsertDomainFromZoneFileVarsFields",1094],[3,"TagPackageReleaseVariablesFields",1094],[3,"CreateNamespaceVarsFields",1094],[3,"GetCurrentUser",1094],[3,"GetCurrentUserWithNamespaces",1094],[3,"GetAppTemplateFromSlug",1094],[3,"GetAppTemplates",1094],[3,"AppTemplateEdge",1094],[3,"GetPackageRelease",1094],[3,"GetPackage",1094],[3,"GetPackageVersion",1094],[3,"PushPackageRelease",1094],[3,"TagPackageRelease",1094],[3,"GetAllPackageVersions",1094],[3,"GetAllPackageReleases",1094],[3,"GetSignedUrlForPackageUpload",1094],[3,"PackageWebcEdge",1094],[3,"PackageVersionEdge",1094],[3,"GetPackageAndApp",1094],[3,"GetCurrentUserWithApps",1094],[3,"UserWithApps",1094],[3,"GetUserApps",1094],[3,"GetDeployApp",1094],[3,"GetDeployApps",1094],[3,"GetDeployAppByAlias",1094],[3,"GetDeployAppVersion",1094],[3,"RegisterDomainPayload",1094],[3,"RegisterDomain",1094],[3,"UpsertDomainFromZoneFile",1094],[3,"UpsertDomainFromZoneFilePayload",1094],[3,"CreateNamespace",1094],[3,"CreateNamespacePayload",1094],[3,"DeleteApp",1094],[3,"DeployAppEdge",1094],[3,"MarkAppVersionAsActive",1094],[3,"GetNamespace",1094],[3,"GetNamespaceApps",1094],[3,"NamespaceWithApps",1094],[3,"PublishDeployApp",1094],[3,"PublishDeployAppPayload",1094],[3,"GenerateDeployToken",1094],[3,"GenerateDeployTokenPayload",1094],[3,"GetDeployAppLogs",1094],[3,"DeployAppVersionLogs",1094],[3,"LogConnection",1094],[3,"LogEdge",1094],[3,"Log",1094],[3,"GenerateDeployConfigToken",1094],[3,"GenerateDeployConfigTokenPayload",1094],[3,"GetNode",1094],[3,"GetDeployAppById",1094],[3,"GetDeployAppAndVersionById",1094],[3,"GetDeployAppVersionById",1094],[3,"GetAllDnsRecords",1094],[3,"GetAllDomains",1094],[3,"DnsRecordEdge",1094],[3,"DnsDomainConnection",1094],[3,"DnsDomainEdge",1094],[3,"GetDomain",1094],[3,"GetDomainWithZoneFile",1094],[3,"GetDomainWithRecords",1094],[3,"PurgeCacheForAppVersionPayload",1094],[3,"PurgeCacheForAppVersion",1094],[3,"GetDomainVarsFields",1094],[3,"GetSignedUrlForPackageUploadVariablesFields",1094],[3,"GetDeployAppLogsVarsFields",1094],[3,"GetCurrentUserWithNamespacesVars",1094],[3,"GetAppTemplateFromSlugVariables",1094],[3,"GetPackageReleaseVars",1094],[3,"GetPackageVars",1094],[3,"GetPackageVersionVars",1094],[3,"PushPackageReleaseVariables",1094],[3,"TagPackageReleaseVariables",1094],[3,"InputSignature",1094],[3,"GetSignedUrlForPackageUploadVariables",1094],[3,"GetCurrentUserWithAppsVars",1094],[3,"GetUserAppsVars",1094],[3,"GetDeployAppVars",1094],[3,"GetDeployAppByAliasVars",1094],[3,"GetDeployAppAndVersionVars",1094],[3,"GetDeployAppVersionVars",1094],[3,"RegisterDomainVars",1094],[3,"UpsertDomainFromZoneFileVars",1094],[3,"CreateNamespaceInput",1094],[3,"GetNamespaceVars",1094],[3,"MarkAppVersionAsActiveInput",1094],[3,"MarkAppVersionAsActiveVars",1094],[3,"GetNamespaceAppsVars",1094],[3,"GenerateDeployTokenVars",1094],[3,"GenerateDeployConfigTokenVars",1094],[3,"GetNodeVars",1094],[3,"GetDeployAppByIdVars",1094],[3,"GetDeployAppAndVersionByIdVars",1094],[3,"GetDeployAppVersionByIdVars",1094],[3,"GetDomainVars",1094],[3,"GetPackageReleaseVarsFields",1094],[3,"GetNodeVarsFields",1094],[3,"PurgeCacheForAppVersionVarsFields",1094],[3,"RegisterDomainVarsFields",1094],[3,"MarkAppVersionAsActiveVarsFields",1094],[3,"GenerateDeployConfigTokenVarsFields",1094],[4,"Cow",43075],[3,"GetPackageVarsFields",1094],[3,"GetPackageVersionVarsFields",1094],[3,"PushPackageReleaseVariablesFields",1094],[3,"GetDeployAppVarsFields",1094],[3,"GetDeployAppAndVersionVarsFields",1094],[3,"GetDeployAppVersionVarsFields",1094],[3,"GetNamespaceVarsFields",1094],[3,"GetCurrentUserWithNamespacesVarsFields",1094],[3,"SelectionBuilder",43076],[3,"GetAppTemplateFromSlugVariablesFields",1094],[3,"GetUserAppsVarsFields",1094],[3,"GetDeployAppVersionByIdVarsFields",1094],[3,"AAAARecord",5357],[3,"APIToken",5357],[3,"APITokenConnection",5357],[3,"APITokenEdge",5357],[3,"ARecord",5357],[3,"AcceptAppTransferRequestInput",5357],[3,"AcceptAppTransferRequestPayload",5357],[3,"AcceptNamespaceCollaboratorInviteInput",5357],[3,"AcceptNamespaceCollaboratorInvitePayload",5357],[3,"AcceptPackageCollaboratorInviteInput",5357],[3,"AcceptPackageCollaboratorInvitePayload",5357],[3,"AcceptPackageTransferRequestInput",5357],[3,"AcceptPackageTransferRequestPayload",5357],[3,"AcceptTOSInput",5357],[3,"AcceptTOSPayload",5357],[3,"ActivityEvent",5357],[3,"ActivityEventConnection",5357],[3,"ActivityEventEdge",5357],[3,"AddPaymentInput",5357],[3,"AddPaymentPayload",5357],[3,"AggregateMetrics",5357],[3,"AppAlias",5357],[3,"AppAliasConnection",5357],[3,"AppAliasEdge",5357],[3,"AppConfigV1",5357],[3,"AppFilter",5357],[3,"AppOrderBy",5357],[3,"AppTemplate",5357],[3,"AppTemplateCategory",5357],[3,"AppTemplateCategoryConnection",5357],[3,"AppTemplateCategoryEdge",5357],[3,"AppTemplateConnection",5357],[3,"AppTemplateEdge",5357],[3,"AppTemplateFilter",5357],[3,"AppTemplateOrderBy",5357],[3,"AppTemplatesSortBy",5357],[3,"AppTransferRequest",5357],[3,"AppV1Spec",5357],[3,"AppVersionVolume",5357],[3,"AppVersionVolumeMountPath",5357],[3,"ArchivePackageInput",5357],[3,"ArchivePackagePayload",5357],[3,"BigInt",5357],[3,"Billing",5357],[3,"BindingsGenerator",5357],[3,"BindingsGeneratorConnection",5357],[3,"BindingsGeneratorEdge",5357],[3,"BlogBlogPostThemeChoices",5357],[3,"BlogPost",5357],[3,"BlogPostConnection",5357],[3,"BlogPostEdge",5357],[3,"BlogPostTag",5357],[3,"BlogPostTagConnection",5357],[3,"BlogPostTagEdge",5357],[3,"BlogPostsFilter",5357],[3,"CAARecord",5357],[3,"CNAMERecord",5357],[3,"CapabilityCpuV1",5357],[3,"CapabilityFileSystemV1",5357],[3,"CapabilityMapV1",5357],[3,"CapabilityMemorySwapV1",5357],[3,"CapabilityNetworkDnsV1",5357],[3,"CapabilityNetworkGatewayV1",5357],[3,"CapabilityNetworkV1",5357],[3,"CapabilityPersistentMemoryV1",5357],[3,"CardBrand",5357],[3,"CardFunding",5357],[3,"CardPaymentMethod",5357],[3,"CaseInsensitiveString",5357],[3,"Category",5357],[3,"CategoryConnection",5357],[3,"CategoryEdge",5357],[3,"ChangePackageVersionArchivedStatusInput",5357],[3,"ChangePackageVersionArchivedStatusPayload",5357],[3,"ChangeUserEmailInput",5357],[3,"ChangeUserEmailPayload",5357],[3,"ChangeUserPasswordInput",5357],[3,"ChangeUserPasswordPayload",5357],[3,"ChangeUserUsernameInput",5357],[3,"ChangeUserUsernamePayload",5357],[3,"CheckUserExistsInput",5357],[3,"CheckUserExistsPayload",5357],[3,"Collection",5357],[3,"CollectionConnection",5357],[3,"CollectionEdge",5357],[3,"Command",5357],[3,"Configuration",5357],[3,"CountComparison",5357],[3,"CountFilter",5357],[3,"CreateNamespaceInput",5357],[3,"CreateNamespacePayload",5357],[3,"CreateRepoForAppTemplateInput",5357],[3,"CreateRepoForAppTemplatePayload",5357],[3,"DNAMERecord",5357],[3,"DNSDomain",5357],[3,"DNSDomainConnection",5357],[3,"DNSDomainEdge",5357],[3,"DNSMXExtraInput",5357],[3,"DNSRecord",5357],[3,"DNSRecordConnection",5357],[3,"DNSRecordEdge",5357],[3,"DNSRecordInterface",5357],[3,"DNSRecordsSortBy",5357],[3,"DateTime",5357],[3,"DeleteAppInput",5357],[3,"DeleteAppPayload",5357],[3,"DeleteDNSRecordInput",5357],[3,"DeleteDNSRecordPayload",5357],[3,"DeleteDomainInput",5357],[3,"DeleteDomainPayload",5357],[3,"DeleteNamespaceInput",5357],[3,"DeleteNamespacePayload",5357],[3,"DeployApp",5357],[3,"DeployAppAliasKindChoices",5357],[3,"DeployAppConnection",5357],[3,"DeployAppEdge",5357],[3,"DeployAppVersion",5357],[3,"DeployAppVersionConnection",5357],[3,"DeployAppVersionEdge",5357],[3,"DeployAppVersionsSortBy",5357],[3,"DeployAppsSortBy",5357],[3,"DeploymentV1",5357],[3,"DetachPaymentMethodInput",5357],[3,"DetachPaymentMethodPayload",5357],[3,"DjstripePaymentIntentStatusChoices",5357],[3,"DnsmanagerCertificationAuthorityAuthorizationRecordTagChoices",5357],[3,"DnsmanagerSshFingerprintRecordAlgorithmChoices",5357],[3,"DnsmanagerSshFingerprintRecordTypeChoices",5357],[3,"ErrorType",5357],[3,"EventBody",5357],[3,"FileSystemPermissionsV1",5357],[3,"FileSystemVolumeConfigV1",5357],[3,"FileSystemVolumeMountV1",5357],[3,"FileSystemVolumeSourceLocalV1",5357],[3,"FileSystemVolumeSourceV1",5357],[3,"GenerateAPITokenInput",5357],[3,"GenerateAPITokenPayload",5357],[3,"GenerateBindingsForAllPackagesInput",5357],[3,"GenerateBindingsForAllPackagesPayload",5357],[3,"GenerateDeployConfigTokenInput",5357],[3,"GenerateDeployConfigTokenPayload",5357],[3,"GenerateDeployTokenInput",5357],[3,"GenerateDeployTokenPayload",5357],[3,"GenericScalar",5357],[3,"GetPasswordResetToken",5357],[3,"GlobalObject",5357],[3,"GrapheneRole",5357],[3,"InputSignature",5357],[3,"Interface",5357],[3,"InterfaceVersion",5357],[3,"InterfaceVersionConnection",5357],[3,"InterfaceVersionEdge",5357],[3,"InviteNamespaceCollaboratorInput",5357],[3,"InviteNamespaceCollaboratorPayload",5357],[3,"InvitePackageCollaboratorInput",5357],[3,"InvitePackageCollaboratorPayload",5357],[3,"JSONString",5357],[3,"JoinWaitlistInput",5357],[3,"JoinWaitlistPayload",5357],[3,"LikePackageInput",5357],[3,"LikePackagePayload",5357],[3,"Likeable",5357],[3,"Log",5357],[3,"LogConnection",5357],[3,"LogEdge",5357],[3,"LogStream",5357],[3,"LoginMethod",5357],[3,"MFAAuthResponse",5357],[3,"MFAEmailAuthInput",5357],[3,"MFAEmailGenerationResponse",5357],[3,"MFAGenerateEmailOTPInput",5357],[3,"MFAGenerateRecoveryTokenInput",5357],[3,"MFARecoveryAuthInput",5357],[3,"MFARecoveryCodes",5357],[3,"MFATOTPAuthInput",5357],[3,"MFATOTPGetTokenInput",5357],[3,"MFATOTPTokenType",5357],[3,"MFATOTPVerifyInput",5357],[3,"MFATOTPVerifyPayload",5357],[3,"MFATOTPVerifyStatus",5357],[3,"MXRecord",5357],[3,"MakePackagePublicInput",5357],[3,"MakePackagePublicPayload",5357],[3,"MarkAppVersionAsActiveInput",5357],[3,"MarkAppVersionAsActivePayload",5357],[3,"MetricRange",5357],[3,"MetricType",5357],[3,"MetricUnit",5357],[3,"Mutation",5357],[3,"NSRecord",5357],[3,"Namespace",5357],[3,"NamespaceCollaborator",5357],[3,"NamespaceCollaboratorConnection",5357],[3,"NamespaceCollaboratorEdge",5357],[3,"NamespaceCollaboratorInvite",5357],[3,"NamespaceCollaboratorInviteConnection",5357],[3,"NamespaceCollaboratorInviteEdge",5357],[3,"NamespaceConnection",5357],[3,"NamespaceEdge",5357],[3,"NamespaceOrderBy",5357],[3,"NamespacesFilter",5357],[3,"NativeExecutable",5357],[3,"NativeExecutableConnection",5357],[3,"NativeExecutableEdge",5357],[3,"NetworkDnsAllowedHostsV1",5357],[3,"NetworkEgressV1",5357],[3,"NewNonceInput",5357],[3,"NewNoncePayload",5357],[3,"Node",5357],[3,"NodeBodyRange",5357],[3,"Nonce",5357],[3,"NonceConnection",5357],[3,"NonceEdge",5357],[3,"ObtainJSONWebTokenInput",5357],[3,"ObtainJSONWebTokenPayload",5357],[3,"Owner",5357],[3,"PTRRecord",5357],[3,"Package",5357],[3,"PackageCollaborator",5357],[3,"PackageCollaboratorConnection",5357],[3,"PackageCollaboratorEdge",5357],[3,"PackageCollaboratorInvite",5357],[3,"PackageCollaboratorInviteConnection",5357],[3,"PackageCollaboratorInviteEdge",5357],[3,"PackageConnection",5357],[3,"PackageDistribution",5357],[3,"PackageEdge",5357],[3,"PackageInfo",5357],[3,"PackageInstance",5357],[3,"PackageKeyword",5357],[3,"PackageKeywordConnection",5357],[3,"PackageKeywordEdge",5357],[3,"PackageOrderBy",5357],[3,"PackageOwner",5357],[3,"PackageReleaseInterface",5357],[3,"PackageSearchConnection",5357],[3,"PackageSearchEdge",5357],[3,"PackageTransferRequest",5357],[3,"PackageTransferRequestConnection",5357],[3,"PackageTransferRequestEdge",5357],[3,"PackageVersion",5357],[3,"PackageVersionBinding",5357],[3,"PackageVersionBindingConnection",5357],[3,"PackageVersionBindingEdge",5357],[3,"PackageVersionConnection",5357],[3,"PackageVersionEdge",5357],[3,"PackageVersionFilesystem",5357],[3,"PackageVersionLanguageBinding",5357],[3,"PackageVersionModule",5357],[3,"PackageVersionNPMBinding",5357],[3,"PackageVersionNPMBindingConnection",5357],[3,"PackageVersionNPMBindingEdge",5357],[3,"PackageVersionPythonBinding",5357],[3,"PackageVersionPythonBindingConnection",5357],[3,"PackageVersionPythonBindingEdge",5357],[3,"PackageVersionReadyResponse",5357],[3,"PackageVersionSortBy",5357],[3,"PackageVersionState",5357],[3,"PackageWebc",5357],[3,"PackageWebcConnection",5357],[3,"PackageWebcEdge",5357],[3,"PackagesFilter",5357],[3,"PageInfo",5357],[3,"Payment",5357],[3,"PaymentIntent",5357],[3,"PaymentMethod",5357],[3,"PiritaFilesystemDir",5357],[3,"PiritaFilesystemFile",5357],[3,"PiritaFilesystemItem",5357],[3,"PiritaFilesystemNameDisplay",5357],[3,"ProgrammingLanguage",5357],[3,"PublicKey",5357],[3,"PublishDeployAppInput",5357],[3,"PublishDeployAppPayload",5357],[3,"PublishPackageInput",5357],[3,"PublishPackagePayload",5357],[3,"PublishPublicKeyInput",5357],[3,"PublishPublicKeyPayload",5357],[3,"PurgeCacheForAppVersionInput",5357],[3,"PurgeCacheForAppVersionPayload",5357],[3,"PushPackageReleaseInput",5357],[3,"PushPackageReleasePayload",5357],[3,"Query",5357],[3,"ReadNotificationInput",5357],[3,"ReadNotificationPayload",5357],[3,"RecordKind",5357],[3,"Refresh",5357],[3,"RegisterDomainInput",5357],[3,"RegisterDomainPayload",5357],[3,"RegisterUserInput",5357],[3,"RegisterUserPayload",5357],[3,"RegistryInfo",5357],[3,"RegistryNamespaceMaintainerInviteRoleChoices",5357],[3,"RegistryNamespaceMaintainerRoleChoices",5357],[3,"RegistryPackageMaintainerInviteRoleChoices",5357],[3,"RegistryPackageMaintainerRoleChoices",5357],[3,"RegistryPackageVersionBindingsStateChoices",5357],[3,"RegistryPackageVersionNativeExecutablesStateChoices",5357],[3,"RemoveAppTransferRequestInput",5357],[3,"RemoveAppTransferRequestPayload",5357],[3,"RemoveNamespaceCollaboratorInput",5357],[3,"RemoveNamespaceCollaboratorInviteInput",5357],[3,"RemoveNamespaceCollaboratorInvitePayload",5357],[3,"RemoveNamespaceCollaboratorPayload",5357],[3,"RemovePackageCollaboratorInput",5357],[3,"RemovePackageCollaboratorInviteInput",5357],[3,"RemovePackageCollaboratorInvitePayload",5357],[3,"RemovePackageCollaboratorPayload",5357],[3,"RemovePackageTransferRequestInput",5357],[3,"RemovePackageTransferRequestPayload",5357],[3,"RenameAppAliasInput",5357],[3,"RenameAppAliasPayload",5357],[3,"RenameAppInput",5357],[3,"RenameAppPayload",5357],[3,"RenamePackageInput",5357],[3,"RenamePackagePayload",5357],[3,"RequestAppTransferInput",5357],[3,"RequestAppTransferPayload",5357],[3,"RequestPackageTransferInput",5357],[3,"RequestPackageTransferPayload",5357],[3,"RequestPasswordResetInput",5357],[3,"RequestPasswordResetPayload",5357],[3,"RequestValidationEmailInput",5357],[3,"RequestValidationEmailPayload",5357],[3,"Revoke",5357],[3,"RevokeAPITokenInput",5357],[3,"RevokeAPITokenPayload",5357],[3,"RunnerWCGIV1",5357],[3,"RunnerWebProxyV1",5357],[3,"SOARecord",5357],[3,"SRVRecord",5357],[3,"SSHFPRecord",5357],[3,"SchemaInfo",5357],[3,"SearchConnection",5357],[3,"SearchEdge",5357],[3,"SearchKind",5357],[3,"SearchOrderSort",5357],[3,"SearchPublishDate",5357],[3,"SearchResult",5357],[3,"SeePendingNotificationsInput",5357],[3,"SeePendingNotificationsPayload",5357],[3,"SetDefaultPaymentMethodInput",5357],[3,"SetDefaultPaymentMethodPayload",5357],[3,"Signature",5357],[3,"SignedUrl",5357],[3,"SocialAuth",5357],[3,"SocialAuthJWTInput",5357],[3,"SocialAuthJWTPayload",5357],[3,"StripeCustomer",5357],[3,"Subscription",5357],[3,"TXTRecord",5357],[3,"TagPackageReleaseInput",5357],[3,"TagPackageReleasePayload",5357],[3,"TermsOfService",5357],[3,"URL",5357],[3,"UnlikePackageInput",5357],[3,"UnlikePackagePayload",5357],[3,"UnwatchPackageInput",5357],[3,"UnwatchPackagePayload",5357],[3,"UpdateNamespaceCollaboratorInviteRoleInput",5357],[3,"UpdateNamespaceCollaboratorInviteRolePayload",5357],[3,"UpdateNamespaceCollaboratorRoleInput",5357],[3,"UpdateNamespaceCollaboratorRolePayload",5357],[3,"UpdateNamespaceInput",5357],[3,"UpdateNamespacePayload",5357],[3,"UpdatePackageCollaboratorInviteRoleInput",5357],[3,"UpdatePackageCollaboratorInviteRolePayload",5357],[3,"UpdatePackageCollaboratorRoleInput",5357],[3,"UpdatePackageCollaboratorRolePayload",5357],[3,"UpdatePackageInput",5357],[3,"UpdatePackagePayload",5357],[3,"UpdateUserInfoInput",5357],[3,"UpdateUserInfoPayload",5357],[3,"UploadFormat",5357],[3,"UpsertDNSRecordInput",5357],[3,"UpsertDNSRecordPayload",5357],[3,"UpsertDomainFromZoneFileInput",5357],[3,"UpsertDomainFromZoneFilePayload",5357],[3,"UsageMetric",5357],[3,"User",5357],[3,"UserConnection",5357],[3,"UserEdge",5357],[3,"UserNotification",5357],[3,"UserNotificationConnection",5357],[3,"UserNotificationCreated",5357],[3,"UserNotificationEdge",5357],[3,"UserNotificationKind",5357],[3,"UserNotificationKindIncomingNamespaceInvite",5357],[3,"UserNotificationKindIncomingPackageInvite",5357],[3,"UserNotificationKindIncomingPackageTransfer",5357],[3,"UserNotificationKindPublishedPackageVersion",5357],[3,"UserNotificationKindValidateEmail",5357],[3,"UserNotificationSeenState",5357],[3,"UserOrderBy",5357],[3,"UsersFilter",5357],[3,"ValidateNonceInput",5357],[3,"ValidateNoncePayload",5357],[3,"ValidateUserEmailInput",5357],[3,"ValidateUserEmailPayload",5357],[3,"ValidateUserPasswordInput",5357],[3,"ValidateUserPasswordPayload",5357],[3,"Verify",5357],[3,"WEBCFilesystemItem",5357],[3,"Waitlist",5357],[3,"WaitlistMember",5357],[3,"WatchPackageInput",5357],[3,"WatchPackagePayload",5357],[3,"WebcImage",5357],[3,"WebcImageConnection",5357],[3,"WebcImageEdge",5357],[3,"WebcSourceV1",5357],[3,"WebcVersion",5357],[3,"WorkloadRunnerV1",5357],[3,"WorkloadRunnerWasmSourceV1",5357],[3,"WorkloadV1",5357],[3,"WorkloadV2",5357],[6,"String",5357],[3,"createdAt",11134],[3,"updatedAt",11134],[3,"deletedAt",11134],[3,"address",11134],[3,"id",11134],[3,"name",11134],[3,"ttl",11134],[3,"dnsClass",11134],[3,"text",11134],[3,"domain",11134],[3,"__typename",11134],[3,"id",11277],[3,"user",11277],[3,"identifier",11277],[3,"createdAt",11277],[3,"revokedAt",11277],[3,"lastUsedAt",11277],[3,"nonceSet",11277],[3,"__typename",11277],[3,"offset",11382],[3,"before",11382],[3,"after",11382],[3,"first",11382],[3,"last",11382],[3,"pageInfo",11447],[3,"edges",11447],[3,"__typename",11447],[3,"node",11486],[3,"cursor",11486],[3,"__typename",11486],[3,"createdAt",11525],[3,"updatedAt",11525],[3,"deletedAt",11525],[3,"address",11525],[3,"id",11525],[3,"name",11525],[3,"ttl",11525],[3,"dnsClass",11525],[3,"text",11525],[3,"domain",11525],[3,"__typename",11525],[3,"appTransferRequestId",11668],[3,"clientMutationId",11668],[3,"app",11694],[3,"appTransferRequest",11694],[3,"clientMutationId",11694],[3,"__typename",11694],[3,"inviteId",11746],[3,"clientMutationId",11746],[3,"namespaceCollaboratorInvite",11772],[3,"clientMutationId",11772],[3,"__typename",11772],[3,"inviteId",11811],[3,"clientMutationId",11811],[3,"packageCollaboratorInvite",11837],[3,"clientMutationId",11837],[3,"__typename",11837],[3,"packageTransferRequestId",11876],[3,"clientMutationId",11876],[3,"package",11902],[3,"packageTransferRequest",11902],[3,"clientMutationId",11902],[3,"__typename",11902],[3,"clientMutationId",11954],[3,"TOS",11967],[3,"clientMutationId",11967],[3,"__typename",11967],[3,"id",12006],[3,"body",12006],[3,"actorIcon",12006],[3,"createdAt",12006],[3,"__typename",12006],[3,"pageInfo",12071],[3,"edges",12071],[3,"totalCount",12071],[3,"__typename",12071],[3,"node",12123],[3,"cursor",12123],[3,"__typename",12123],[3,"clientMutationId",12162],[3,"customerSecret",12175],[3,"clientMutationId",12175],[3,"__typename",12175],[3,"cpuTime",12214],[3,"memoryTime",12214],[3,"ingress",12214],[3,"egress",12214],[3,"noRequests",12214],[3,"noFailedRequests",12214],[3,"monthlyCost",12214],[3,"__typename",12214],[3,"name",12318],[3,"app",12318],[3,"isDefault",12318],[3,"hostname",12318],[3,"text",12318],[3,"kind",12318],[3,"id",12318],[3,"url",12318],[3,"__typename",12318],[3,"pageInfo",12435],[3,"edges",12435],[3,"totalCount",12435],[3,"__typename",12435],[3,"node",12487],[3,"cursor",12487],[3,"__typename",12487],[3,"kind",12526],[3,"appId",12526],[3,"name",12526],[3,"description",12526],[3,"package",12526],[3,"count",12591],[3,"sortBy",12591],[3,"deployedBy",12591],[3,"lastDeployedAfter",12591],[3,"lastDeployedBefore",12591],[3,"owner",12591],[3,"orderBy",12591],[3,"clientName",12591],[3,"id",12695],[3,"name",12695],[3,"slug",12695],[3,"description",12695],[3,"demoUrl",12695],[3,"repoUrl",12695],[3,"category",12695],[3,"isPublic",12695],[3,"createdAt",12695],[3,"updatedAt",12695],[3,"readme",12695],[3,"useCases",12695],[3,"framework",12695],[3,"language",12695],[3,"repoLicense",12695],[3,"usingPackage",12695],[3,"defaultImage",12695],[3,"__typename",12695],[3,"id",12929],[3,"name",12929],[3,"slug",12929],[3,"description",12929],[3,"createdAt",12929],[3,"updatedAt",12929],[3,"appTemplates",12929],[3,"__typename",12929],[3,"offset",13034],[3,"before",13034],[3,"after",13034],[3,"first",13034],[3,"last",13034],[3,"pageInfo",13099],[3,"edges",13099],[3,"totalCount",13099],[3,"__typename",13099],[3,"node",13151],[3,"cursor",13151],[3,"__typename",13151],[3,"pageInfo",13190],[3,"edges",13190],[3,"totalCount",13190],[3,"__typename",13190],[3,"node",13242],[3,"cursor",13242],[3,"__typename",13242],[3,"count",13281],[3,"sortBy",13281],[3,"orderBy",13281],[3,"framework",13281],[3,"language",13281],[3,"useCases",13281],[3,"id",13359],[3,"requestedBy",13359],[3,"previousOwnerObjectId",13359],[3,"newOwnerObjectId",13359],[3,"app",13359],[3,"approvedBy",13359],[3,"declinedBy",13359],[3,"createdAt",13359],[3,"expiresAt",13359],[3,"closedAt",13359],[3,"previousOwner",13359],[3,"newOwner",13359],[3,"__typename",13359],[3,"aliases",13528],[3,"workload",13528],[3,"name",13554],[3,"mountPaths",13554],[3,"size",13554],[3,"usedSize",13554],[3,"__typename",13554],[3,"path",13619],[3,"subpath",13619],[3,"__typename",13619],[3,"packageId",13658],[3,"clientMutationId",13658],[3,"package",13684],[3,"clientMutationId",13684],[3,"__typename",13684],[3,"stripeCustomer",13723],[3,"payments",13723],[3,"paymentMethods",13723],[3,"__typename",13723],[3,"id",13775],[3,"packageVersion",13775],[3,"active",13775],[3,"commandName",13775],[3,"registryJavascriptlanguagebindings",13775],[3,"registryPythonlanguagebindings",13775],[3,"__typename",13775],[3,"offset",13868],[3,"before",13868],[3,"after",13868],[3,"first",13868],[3,"last",13868],[3,"offset",13933],[3,"before",13933],[3,"after",13933],[3,"first",13933],[3,"last",13933],[3,"pageInfo",13998],[3,"edges",13998],[3,"totalCount",13998],[3,"__typename",13998],[3,"node",14050],[3,"cursor",14050],[3,"__typename",14050],[3,"id",14089],[3,"live",14089],[3,"title",14089],[3,"slug",14089],[3,"owner",14089],[3,"body",14089],[3,"publishDate",14089],[3,"theme",14089],[3,"url",14089],[3,"coverImageUrl",14089],[3,"opengraphImageUrl",14089],[3,"tagline",14089],[3,"relatedArticles",14089],[3,"updatedAt",14089],[3,"tags",14089],[3,"editUrl",14089],[3,"__typename",14089],[3,"pageInfo",14310],[3,"edges",14310],[3,"__typename",14310],[3,"node",14349],[3,"cursor",14349],[3,"__typename",14349],[3,"id",14388],[3,"name",14388],[3,"slug",14388],[3,"__typename",14388],[3,"pageInfo",14440],[3,"edges",14440],[3,"totalCount",14440],[3,"__typename",14440],[3,"node",14492],[3,"cursor",14492],[3,"__typename",14492],[3,"count",14531],[3,"sortBy",14531],[3,"tags",14531],[3,"createdAt",14570],[3,"updatedAt",14570],[3,"deletedAt",14570],[3,"flags",14570],[3,"tag",14570],[3,"value",14570],[3,"id",14570],[3,"name",14570],[3,"ttl",14570],[3,"dnsClass",14570],[3,"text",14570],[3,"domain",14570],[3,"__typename",14570],[3,"createdAt",14739],[3,"updatedAt",14739],[3,"deletedAt",14739],[3,"cName",14739],[3,"id",14739],[3,"name",14739],[3,"ttl",14739],[3,"dnsClass",14739],[3,"text",14739],[3,"domain",14739],[3,"__typename",14739],[3,"maximumThreads",14882],[3,"maximumUsage",14882],[3,"volumes",14908],[3,"memorySwap",14921],[3,"maximumSize",14934],[3,"memoryId",14934],[3,"enabled",14960],[3,"servers",14960],[3,"allowedHosts",14960],[3,"domains",14999],[3,"enforceHttps",14999],[3,"egress",15025],[3,"volumes",15038],[3,"id",15051],[3,"brand",15051],[3,"country",15051],[3,"expMonth",15051],[3,"expYear",15051],[3,"funding",15051],[3,"last4",15051],[3,"isDefault",15051],[3,"__typename",15051],[3,"id",15168],[3,"name",15168],[3,"packages",15168],[3,"__typename",15168],[3,"offset",15221],[3,"before",15221],[3,"after",15221],[3,"first",15221],[3,"last",15221],[3,"pageInfo",15286],[3,"edges",15286],[3,"totalCount",15286],[3,"__typename",15286],[3,"node",15338],[3,"cursor",15338],[3,"__typename",15338],[3,"packageVersionId",15377],[3,"isArchived",15377],[3,"clientMutationId",15377],[3,"packageVersion",15416],[3,"clientMutationId",15416],[3,"__typename",15416],[3,"newEmail",15455],[3,"clientMutationId",15455],[3,"user",15481],[3,"clientMutationId",15481],[3,"__typename",15481],[3,"token",15520],[3,"oldPassword",15520],[3,"password",15520],[3,"clientMutationId",15520],[3,"token",15572],[3,"clientMutationId",15572],[3,"__typename",15572],[3,"username",15611],[3,"clientMutationId",15611],[3,"user",15637],[3,"token",15637],[3,"clientMutationId",15637],[3,"__typename",15637],[3,"user",15689],[3,"clientMutationId",15689],[3,"exists",15715],[3,"user",15715],[3,"clientMutationId",15715],[3,"__typename",15715],[3,"slug",15767],[3,"displayName",15767],[3,"description",15767],[3,"createdAt",15767],[3,"banner",15767],[3,"packages",15767],[3,"__typename",15767],[3,"before",15859],[3,"after",15859],[3,"first",15859],[3,"last",15859],[3,"pageInfo",15911],[3,"edges",15911],[3,"__typename",15911],[3,"node",15950],[3,"cursor",15950],[3,"__typename",15950],[3,"command",15989],[3,"packageVersion",15989],[3,"module",15989],[3,"__typename",15989],[3,"deployment",16041],[3,"yamlConfig",16041],[3,"count",16067],[3,"comparison",16067],[3,"name",16093],[3,"displayName",16093],[3,"description",16093],[3,"avatar",16093],[3,"clientMutationId",16093],[3,"namespace",16158],[3,"user",16158],[3,"clientMutationId",16158],[3,"__typename",16158],[3,"templateId",16210],[3,"name",16210],[3,"namespace",16210],[3,"private",16210],[3,"domains",16210],[3,"clientMutationId",16210],[3,"success",16288],[3,"repoId",16288],[3,"clientMutationId",16288],[3,"__typename",16288],[3,"createdAt",16340],[3,"updatedAt",16340],[3,"deletedAt",16340],[3,"dName",16340],[3,"id",16340],[3,"name",16340],[3,"ttl",16340],[3,"dnsClass",16340],[3,"text",16340],[3,"domain",16340],[3,"__typename",16340],[3,"name",16483],[3,"slug",16483],[3,"zoneFile",16483],[3,"createdAt",16483],[3,"updatedAt",16483],[3,"deletedAt",16483],[3,"id",16483],[3,"records",16483],[3,"owner",16483],[3,"__typename",16483],[3,"pageInfo",16613],[3,"edges",16613],[3,"totalCount",16613],[3,"__typename",16613],[3,"node",16665],[3,"cursor",16665],[3,"__typename",16665],[3,"preference",16704],[3,"pageInfo",16717],[3,"edges",16717],[3,"totalCount",16717],[3,"__typename",16717],[3,"node",16769],[3,"cursor",16769],[3,"__typename",16769],[3,"name",16808],[3,"ttl",16808],[3,"dnsClass",16808],[3,"text",16808],[3,"domain",16808],[3,"createdAt",16808],[3,"updatedAt",16808],[3,"deletedAt",16808],[3,"__typename",16808],[3,"id",16925],[3,"clientMutationId",16925],[3,"success",16951],[3,"clientMutationId",16951],[3,"__typename",16951],[3,"recordId",16990],[3,"clientMutationId",16990],[3,"success",17016],[3,"clientMutationId",17016],[3,"__typename",17016],[3,"domainId",17055],[3,"clientMutationId",17055],[3,"success",17081],[3,"clientMutationId",17081],[3,"__typename",17081],[3,"namespaceId",17120],[3,"clientMutationId",17120],[3,"success",17146],[3,"clientMutationId",17146],[3,"__typename",17146],[3,"id",17185],[3,"createdBy",17185],[3,"createdAt",17185],[3,"updatedAt",17185],[3,"activeVersion",17185],[3,"globalName",17185],[3,"globalId",17185],[3,"url",17185],[3,"adminUrl",17185],[3,"permalink",17185],[3,"urls",17185],[3,"description",17185],[3,"name",17185],[3,"owner",17185],[3,"versions",17185],[3,"aggregateMetrics",17185],[3,"aliases",17185],[3,"usageMetrics",17185],[3,"deleted",17185],[3,"favicon",17185],[3,"screenshot",17185],[3,"__typename",17185],[3,"offset",17474],[3,"before",17474],[3,"after",17474],[3,"first",17474],[3,"last",17474],[3,"forRange",17539],[3,"variant",17539],[3,"sortBy",17565],[3,"createdAfter",17565],[3,"offset",17565],[3,"before",17565],[3,"after",17565],[3,"first",17565],[3,"last",17565],[3,"pageInfo",17656],[3,"edges",17656],[3,"totalCount",17656],[3,"__typename",17656],[3,"node",17708],[3,"cursor",17708],[3,"__typename",17708],[3,"id",17747],[3,"app",17747],[3,"yamlConfig",17747],[3,"userYamlConfig",17747],[3,"clientName",17747],[3,"signature",17747],[3,"description",17747],[3,"publishedBy",17747],[3,"createdAt",17747],[3,"updatedAt",17747],[3,"configWebc",17747],[3,"config",17747],[3,"jsonConfig",17747],[3,"url",17747],[3,"permalink",17747],[3,"urls",17747],[3,"version",17747],[3,"isActive",17747],[3,"manifest",17747],[3,"logs",17747],[3,"usageMetrics",17747],[3,"sourcePackageVersion",17747],[3,"sourcePackageRelease",17747],[3,"sourcePackage",17747],[3,"aggregateMetrics",17747],[3,"volumes",17747],[3,"favicon",17747],[3,"screenshot",17747],[3,"__typename",17747],[3,"startingFrom",18126],[3,"startingFromISO",18126],[3,"until",18126],[3,"streams",18126],[3,"instanceIds",18126],[3,"before",18126],[3,"after",18126],[3,"first",18126],[3,"last",18126],[3,"forRange",18243],[3,"variant",18243],[3,"pageInfo",18269],[3,"edges",18269],[3,"totalCount",18269],[3,"__typename",18269],[3,"node",18321],[3,"cursor",18321],[3,"__typename",18321],[3,"name",18360],[3,"workload",18360],[3,"paymentMethod",18386],[3,"clientMutationId",18386],[3,"success",18412],[3,"billing",18412],[3,"clientMutationId",18412],[3,"__typename",18412],[3,"field",18464],[3,"messages",18464],[3,"__typename",18464],[3,"text",18503],[3,"ranges",18503],[3,"__typename",18503],[3,"delete",18542],[3,"read",18542],[3,"write",18542],[3,"mounts",18581],[3,"name",18581],[3,"source",18581],[3,"path",18620],[3,"permissions",18620],[3,"maximumSize",18646],[3,"local",18659],[3,"identifier",18672],[3,"clientMutationId",18672],[3,"token",18698],[3,"tokenRaw",18698],[3,"user",18698],[3,"clientMutationId",18698],[3,"__typename",18698],[3,"bindingsGeneratorId",18763],[3,"bindingsGeneratorCommand",18763],[3,"clientMutationId",18763],[3,"message",18802],[3,"clientMutationId",18802],[3,"__typename",18802],[3,"config",18841],[3,"clientMutationId",18841],[3,"token",18867],[3,"config",18867],[3,"clientMutationId",18867],[3,"__typename",18867],[3,"deployConfigVersionId",18919],[3,"clientMutationId",18919],[3,"token",18945],[3,"deployConfigVersion",18945],[3,"clientMutationId",18945],[3,"__typename",18945],[3,"valid",18997],[3,"user",18997],[3,"__typename",18997],[3,"publicKeyKeyId",19036],[3,"data",19036],[3,"id",19062],[3,"name",19062],[3,"displayName",19062],[3,"description",19062],[3,"homepage",19062],[3,"icon",19062],[3,"createdAt",19062],[3,"updatedAt",19062],[3,"versions",19062],[3,"lastVersion",19062],[3,"__typename",19062],[3,"offset",19206],[3,"before",19206],[3,"after",19206],[3,"first",19206],[3,"last",19206],[3,"id",19271],[3,"interface",19271],[3,"version",19271],[3,"content",19271],[3,"createdAt",19271],[3,"updatedAt",19271],[3,"publishedBy",19271],[3,"packageVersions",19271],[3,"__typename",19271],[3,"offset",19389],[3,"before",19389],[3,"after",19389],[3,"first",19389],[3,"last",19389],[3,"pageInfo",19454],[3,"edges",19454],[3,"totalCount",19454],[3,"__typename",19454],[3,"node",19506],[3,"cursor",19506],[3,"__typename",19506],[3,"namespaceId",19545],[3,"role",19545],[3,"username",19545],[3,"email",19545],[3,"clientMutationId",19545],[3,"invite",19610],[3,"namespace",19610],[3,"clientMutationId",19610],[3,"__typename",19610],[3,"packageName",19662],[3,"role",19662],[3,"username",19662],[3,"email",19662],[3,"clientMutationId",19662],[3,"invite",19727],[3,"package",19727],[3,"clientMutationId",19727],[3,"__typename",19727],[3,"name",19779],[3,"clientMutationId",19779],[3,"waitlistMember",19805],[3,"clientMutationId",19805],[3,"__typename",19805],[3,"packageId",19844],[3,"clientMutationId",19844],[3,"package",19870],[3,"clientMutationId",19870],[3,"__typename",19870],[3,"id",19909],[3,"likersCount",19909],[3,"viewerHasLiked",19909],[3,"__typename",19909],[3,"timestamp",19961],[3,"datetime",19961],[3,"message",19961],[3,"stream",19961],[3,"instanceId",19961],[3,"__typename",19961],[3,"pageInfo",20039],[3,"edges",20039],[3,"__typename",20039],[3,"node",20078],[3,"cursor",20078],[3,"__typename",20078],[3,"success",20117],[3,"token",20117],[3,"refreshToken",20117],[3,"username",20117],[3,"refreshTokenExpiresIn",20117],[3,"__typename",20117],[3,"username",20195],[3,"otp",20195],[3,"clientMutationId",20195],[3,"success",20234],[3,"__typename",20234],[3,"clientMutationId",20260],[3,"clientMutationId",20273],[3,"username",20286],[3,"otp",20286],[3,"clientMutationId",20286],[3,"codes",20325],[3,"__typename",20325],[3,"username",20351],[3,"otp",20351],[3,"clientMutationId",20351],[3,"clientMutationId",20390],[3,"qr",20403],[3,"secretKey",20403],[3,"__typename",20403],[3,"answer",20442],[3,"secretKey",20442],[3,"clientMutationId",20442],[3,"status",20481],[3,"clientMutationId",20481],[3,"__typename",20481],[3,"createdAt",20520],[3,"updatedAt",20520],[3,"deletedAt",20520],[3,"preference",20520],[3,"exchange",20520],[3,"id",20520],[3,"name",20520],[3,"ttl",20520],[3,"dnsClass",20520],[3,"text",20520],[3,"domain",20520],[3,"__typename",20520],[3,"id",20676],[3,"clientMutationId",20676],[3,"package",20702],[3,"clientMutationId",20702],[3,"__typename",20702],[3,"appVersion",20741],[3,"clientMutationId",20741],[3,"app",20767],[3,"clientMutationId",20767],[3,"__typename",20767],[3,"acceptTOS",20806],[3,"publishDeployApp",20806],[3,"deleteApp",20806],[3,"joinWaitlist",20806],[3,"addPayment",20806],[3,"markAppVersionAsActive",20806],[3,"makePaymentDefault",20806],[3,"detachPaymentMethod",20806],[3,"generateDeployConfigToken",20806],[3,"renameApp",20806],[3,"renameAppAlias",20806],[3,"purgeCacheForAppVersion",20806],[3,"requestAppTransfer",20806],[3,"acceptAppTransferRequest",20806],[3,"removeAppTransferRequest",20806],[3,"createRepoForAppTemplate",20806],[3,"registerDomain",20806],[3,"upsertDNSRecord",20806],[3,"deleteDNSRecord",20806],[3,"upsertDomainFromZoneFile",20806],[3,"deleteDomain",20806],[3,"tokenAuth",20806],[3,"generateDeployToken",20806],[3,"verifyAccessToken",20806],[3,"refreshAccessToken",20806],[3,"revokeAccessToken",20806],[3,"registerUser",20806],[3,"socialAuth",20806],[3,"validateUserEmail",20806],[3,"requestPasswordReset",20806],[3,"requestValidationEmail",20806],[3,"changeUserPassword",20806],[3,"changeUserUsername",20806],[3,"changeUserEmail",20806],[3,"updateUserInfo",20806],[3,"validateUserPassword",20806],[3,"generateApiToken",20806],[3,"revokeApiToken",20806],[3,"checkUserExists",20806],[3,"readNotification",20806],[3,"seePendingNotifications",20806],[3,"newNonce",20806],[3,"validateNonce",20806],[3,"mfa2totpGetToken",20806],[3,"mfa2totpVerify",20806],[3,"mfa2totpAuth",20806],[3,"mfa2RecoveryGetToken",20806],[3,"mfa2RecoveryAuth",20806],[3,"mfa2EmailAuth",20806],[3,"mfa2EmailGetToken",20806],[3,"publishPublicKey",20806],[3,"publishPackage",20806],[3,"pushPackageRelease",20806],[3,"tagPackageRelease",20806],[3,"updatePackage",20806],[3,"likePackage",20806],[3,"unlikePackage",20806],[3,"watchPackage",20806],[3,"unwatchPackage",20806],[3,"archivePackage",20806],[3,"renamePackage",20806],[3,"changePackageVersionArchivedStatus",20806],[3,"createNamespace",20806],[3,"updateNamespace",20806],[3,"deleteNamespace",20806],[3,"inviteNamespaceCollaborator",20806],[3,"acceptNamespaceCollaboratorInvite",20806],[3,"removeNamespaceCollaboratorInvite",20806],[3,"removeNamespaceCollaborator",20806],[3,"updateNamespaceCollaboratorRole",20806],[3,"updateNamespaceCollaboratorInviteRole",20806],[3,"invitePackageCollaborator",20806],[3,"acceptPackageCollaboratorInvite",20806],[3,"removePackageCollaboratorInvite",20806],[3,"updatePackageCollaboratorRole",20806],[3,"updatePackageCollaboratorInviteRole",20806],[3,"removePackageCollaborator",20806],[3,"requestPackageTransfer",20806],[3,"acceptPackageTransferRequest",20806],[3,"removePackageTransferRequest",20806],[3,"generateBindingsForAllPackages",20806],[3,"makePackagePublic",20806],[3,"__typename",20806],[3,"input",21967],[3,"input",21980],[3,"input",21993],[3,"input",22006],[3,"input",22019],[3,"input",22032],[3,"input",22045],[3,"input",22058],[3,"input",22071],[3,"input",22084],[3,"input",22097],[3,"input",22110],[3,"input",22123],[3,"input",22136],[3,"input",22149],[3,"input",22162],[3,"input",22175],[3,"input",22188],[3,"input",22201],[3,"input",22214],[3,"input",22227],[3,"input",22240],[3,"input",22253],[3,"input",22266],[3,"input",22279],[3,"input",22292],[3,"input",22305],[3,"input",22318],[3,"input",22331],[3,"input",22344],[3,"input",22357],[3,"input",22370],[3,"input",22383],[3,"input",22396],[3,"input",22409],[3,"input",22422],[3,"input",22435],[3,"input",22448],[3,"input",22461],[3,"input",22474],[3,"input",22487],[3,"input",22500],[3,"input",22513],[3,"input",22526],[3,"refreshToken",22539],[3,"input",22552],[3,"input",22565],[3,"input",22578],[3,"input",22591],[3,"input",22604],[3,"input",22617],[3,"input",22630],[3,"input",22643],[3,"input",22656],[3,"input",22669],[3,"input",22682],[3,"input",22695],[3,"input",22708],[3,"input",22721],[3,"input",22734],[3,"refreshToken",22747],[3,"input",22760],[3,"input",22773],[3,"input",22786],[3,"input",22799],[3,"input",22812],[3,"input",22825],[3,"input",22838],[3,"input",22851],[3,"input",22864],[3,"input",22877],[3,"input",22890],[3,"input",22903],[3,"input",22916],[3,"input",22929],[3,"input",22942],[3,"input",22955],[3,"input",22968],[3,"input",22981],[3,"input",22994],[3,"token",23007],[3,"input",23020],[3,"createdAt",23033],[3,"updatedAt",23033],[3,"deletedAt",23033],[3,"nsdname",23033],[3,"id",23033],[3,"name",23033],[3,"ttl",23033],[3,"dnsClass",23033],[3,"text",23033],[3,"domain",23033],[3,"__typename",23033],[3,"id",23176],[3,"name",23176],[3,"displayName",23176],[3,"description",23176],[3,"avatar",23176],[3,"avatarUpdatedAt",23176],[3,"twitterHandle",23176],[3,"githubHandle",23176],[3,"websiteUrl",23176],[3,"createdAt",23176],[3,"updatedAt",23176],[3,"wasmerInternal",23176],[3,"maintainerInvites",23176],[3,"userSet",23176],[3,"globalName",23176],[3,"globalId",23176],[3,"packages",23176],[3,"apps",23176],[3,"packageVersions",23176],[3,"collaborators",23176],[3,"publicActivity",23176],[3,"pendingInvites",23176],[3,"viewerHasRole",23176],[3,"viewerAsCollaborator",23176],[3,"viewerIsInvited",23176],[3,"viewerInvitation",23176],[3,"packageTransfersIncoming",23176],[3,"usageMetrics",23176],[3,"domains",23176],[3,"__typename",23176],[3,"sortBy",23579],[3,"offset",23579],[3,"before",23579],[3,"after",23579],[3,"first",23579],[3,"last",23579],[3,"offset",23657],[3,"before",23657],[3,"after",23657],[3,"first",23657],[3,"last",23657],[3,"offset",23722],[3,"before",23722],[3,"after",23722],[3,"first",23722],[3,"last",23722],[3,"offset",23787],[3,"before",23787],[3,"after",23787],[3,"first",23787],[3,"last",23787],[3,"offset",23852],[3,"before",23852],[3,"after",23852],[3,"first",23852],[3,"last",23852],[3,"offset",23917],[3,"before",23917],[3,"after",23917],[3,"first",23917],[3,"last",23917],[3,"offset",23982],[3,"before",23982],[3,"after",23982],[3,"first",23982],[3,"last",23982],[3,"offset",24047],[3,"before",24047],[3,"after",24047],[3,"first",24047],[3,"last",24047],[3,"before",24112],[3,"after",24112],[3,"first",24112],[3,"last",24112],[3,"forRange",24164],[3,"variant",24164],[3,"offset",24190],[3,"before",24190],[3,"after",24190],[3,"first",24190],[3,"last",24190],[3,"role",24255],[3,"role",24268],[3,"id",24281],[3,"user",24281],[3,"role",24281],[3,"namespace",24281],[3,"createdAt",24281],[3,"updatedAt",24281],[3,"invite",24281],[3,"__typename",24281],[3,"pageInfo",24385],[3,"edges",24385],[3,"totalCount",24385],[3,"__typename",24385],[3,"node",24437],[3,"cursor",24437],[3,"__typename",24437],[3,"id",24476],[3,"requestedBy",24476],[3,"user",24476],[3,"inviteEmail",24476],[3,"namespace",24476],[3,"role",24476],[3,"accepted",24476],[3,"approvedBy",24476],[3,"declinedBy",24476],[3,"createdAt",24476],[3,"expiresAt",24476],[3,"closedAt",24476],[3,"__typename",24476],[3,"pageInfo",24645],[3,"edges",24645],[3,"totalCount",24645],[3,"__typename",24645],[3,"node",24697],[3,"cursor",24697],[3,"__typename",24697],[3,"pageInfo",24736],[3,"edges",24736],[3,"totalCount",24736],[3,"__typename",24736],[3,"node",24788],[3,"cursor",24788],[3,"__typename",24788],[3,"count",24827],[3,"sortBy",24827],[3,"packageCount",24827],[3,"createdAfter",24827],[3,"createdBefore",24827],[3,"userCount",24827],[3,"collaborator",24827],[3,"orderBy",24827],[3,"id",24931],[3,"module",24931],[3,"filename",24931],[3,"filesize",24931],[3,"targetTriple",24931],[3,"downloadUrl",24931],[3,"__typename",24931],[3,"pageInfo",25022],[3,"edges",25022],[3,"totalCount",25022],[3,"__typename",25022],[3,"node",25074],[3,"cursor",25074],[3,"__typename",25074],[3,"allowAllHosts",25113],[3,"hosts",25113],[3,"regexPatterns",25113],[3,"wildcardPatterns",25113],[3,"enabled",25165],[3,"name",25178],[3,"callbackUrl",25178],[3,"clientMutationId",25178],[3,"nonce",25217],[3,"clientMutationId",25217],[3,"__typename",25217],[3,"id",25256],[3,"__typename",25256],[3,"entity",25282],[3,"offset",25282],[3,"length",25282],[3,"__typename",25282],[3,"id",25334],[3,"name",25334],[3,"callbackUrl",25334],[3,"createdAt",25334],[3,"isValidated",25334],[3,"secret",25334],[3,"token",25334],[3,"expired",25334],[3,"authUrl",25334],[3,"__typename",25334],[3,"pageInfo",25464],[3,"edges",25464],[3,"totalCount",25464],[3,"__typename",25464],[3,"node",25516],[3,"cursor",25516],[3,"__typename",25516],[3,"clientMutationId",25555],[3,"username",25555],[3,"password",25555],[3,"payload",25594],[3,"refreshExpiresIn",25594],[3,"username",25594],[3,"clientMutationId",25594],[3,"token",25594],[3,"refreshToken",25594],[3,"__typename",25594],[3,"globalName",25685],[3,"globalId",25685],[3,"__typename",25685],[3,"createdAt",25724],[3,"updatedAt",25724],[3,"deletedAt",25724],[3,"ptrdname",25724],[3,"id",25724],[3,"name",25724],[3,"ttl",25724],[3,"dnsClass",25724],[3,"text",25724],[3,"domain",25724],[3,"__typename",25724],[3,"id",25867],[3,"name",25867],[3,"private",25867],[3,"createdAt",25867],[3,"updatedAt",25867],[3,"maintainers",25867],[3,"curated",25867],[3,"ownerObjectId",25867],[3,"lastVersion",25867],[3,"icon",25867],[3,"totalDownloads",25867],[3,"iconUpdatedAt",25867],[3,"watchersCount",25867],[3,"webcs",25867],[3,"appTemplates",25867],[3,"packagewebcSet",25867],[3,"versions",25867],[3,"collectionSet",25867],[3,"categories",25867],[3,"keywords",25867],[3,"likersCount",25867],[3,"viewerHasLiked",25867],[3,"globalName",25867],[3,"globalId",25867],[3,"alias",25867],[3,"namespace",25867],[3,"displayName",25867],[3,"packageName",25867],[3,"appIcon",25867],[3,"downloadsCount",25867],[3,"publicKeys",25867],[3,"collaborators",25867],[3,"pendingInvites",25867],[3,"viewerHasRole",25867],[3,"viewerAsCollaborator",25867],[3,"owner",25867],[3,"isTransferring",25867],[3,"activeTransferRequest",25867],[3,"isArchived",25867],[3,"viewerIsWatching",25867],[3,"showDeployButton",25867],[3,"similarPackageVersions",25867],[3,"viewerIsInvited",25867],[3,"viewerInvitation",25867],[3,"__typename",25867],[3,"offset",26462],[3,"before",26462],[3,"after",26462],[3,"first",26462],[3,"last",26462],[3,"offset",26527],[3,"before",26527],[3,"after",26527],[3,"first",26527],[3,"last",26527],[3,"offset",26592],[3,"before",26592],[3,"after",26592],[3,"first",26592],[3,"last",26592],[3,"offset",26657],[3,"before",26657],[3,"after",26657],[3,"first",26657],[3,"last",26657],[3,"offset",26722],[3,"before",26722],[3,"after",26722],[3,"first",26722],[3,"last",26722],[3,"offset",26787],[3,"before",26787],[3,"after",26787],[3,"first",26787],[3,"last",26787],[3,"before",26852],[3,"after",26852],[3,"first",26852],[3,"last",26852],[3,"role",26904],[3,"role",26917],[3,"offset",26930],[3,"before",26930],[3,"after",26930],[3,"first",26930],[3,"last",26930],[3,"id",26995],[3,"user",26995],[3,"role",26995],[3,"package",26995],[3,"createdAt",26995],[3,"updatedAt",26995],[3,"invite",26995],[3,"__typename",26995],[3,"pageInfo",27099],[3,"edges",27099],[3,"totalCount",27099],[3,"__typename",27099],[3,"node",27151],[3,"cursor",27151],[3,"__typename",27151],[3,"id",27190],[3,"requestedBy",27190],[3,"user",27190],[3,"inviteEmail",27190],[3,"package",27190],[3,"role",27190],[3,"accepted",27190],[3,"approvedBy",27190],[3,"declinedBy",27190],[3,"createdAt",27190],[3,"expiresAt",27190],[3,"closedAt",27190],[3,"__typename",27190],[3,"pageInfo",27359],[3,"edges",27359],[3,"totalCount",27359],[3,"__typename",27359],[3,"node",27411],[3,"cursor",27411],[3,"__typename",27411],[3,"pageInfo",27450],[3,"edges",27450],[3,"totalCount",27450],[3,"__typename",27450],[3,"downloadUrl",27502],[3,"expiresInSeconds",27502],[3,"size",27502],[3,"piritaDownloadUrl",27502],[3,"piritaExpiresInSeconds",27502],[3,"piritaSize",27502],[3,"piritaSha256Hash",27502],[3,"webcDownloadUrl",27502],[3,"webcExpiresInSeconds",27502],[3,"webcSize",27502],[3,"webcSha256Hash",27502],[3,"webcVersion",27502],[3,"__typename",27502],[3,"node",27671],[3,"cursor",27671],[3,"__typename",27671],[3,"versionsPublishedThisMonth",27710],[3,"newPackagesThisMonth",27710],[3,"packageDownloadsThisMonth",27710],[3,"__typename",27710],[3,"piritaManifest",27762],[3,"piritaOffsets",27762],[3,"piritaVolumes",27762],[3,"isArchived",27762],[3,"clientName",27762],[3,"publishedBy",27762],[3,"createdAt",27762],[3,"updatedAt",27762],[3,"package",27762],[3,"webc",27762],[3,"webcV3",27762],[3,"tag",27762],[3,"__typename",27762],[3,"id",27931],[3,"name",27931],[3,"__typename",27931],[3,"pageInfo",27970],[3,"edges",27970],[3,"totalCount",27970],[3,"__typename",27970],[3,"node",28022],[3,"cursor",28022],[3,"__typename",28022],[3,"globalName",28061],[3,"globalId",28061],[3,"__typename",28061],[3,"piritaManifest",28100],[3,"piritaOffsets",28100],[3,"piritaVolumes",28100],[3,"isArchived",28100],[3,"clientName",28100],[3,"publishedBy",28100],[3,"createdAt",28100],[3,"updatedAt",28100],[3,"package",28100],[3,"webc",28100],[3,"webcV3",28100],[3,"tag",28100],[3,"__typename",28100],[3,"pageInfo",28269],[3,"edges",28269],[3,"totalCount",28269],[3,"__typename",28269],[3,"node",28321],[3,"cursor",28321],[3,"__typename",28321],[3,"id",28360],[3,"requestedBy",28360],[3,"previousOwnerObjectId",28360],[3,"newOwnerObjectId",28360],[3,"package",28360],[3,"approvedBy",28360],[3,"declinedBy",28360],[3,"createdAt",28360],[3,"expiresAt",28360],[3,"closedAt",28360],[3,"previousOwner",28360],[3,"newOwner",28360],[3,"__typename",28360],[3,"pageInfo",28529],[3,"edges",28529],[3,"totalCount",28529],[3,"__typename",28529],[3,"node",28581],[3,"cursor",28581],[3,"__typename",28581],[3,"id",28620],[3,"createdAt",28620],[3,"updatedAt",28620],[3,"deletedAt",28620],[3,"package",28620],[3,"webc",28620],[3,"webcV3",28620],[3,"dependencies",28620],[3,"publishedBy",28620],[3,"tag",28620],[3,"clientName",28620],[3,"webcGenerationErrors",28620],[3,"version",28620],[3,"description",28620],[3,"manifest",28620],[3,"license",28620],[3,"licenseFile",28620],[3,"readme",28620],[3,"witMd",28620],[3,"repository",28620],[3,"homepage",28620],[3,"staticObjectsCompiled",28620],[3,"nativeExecutablesCompiled",28620],[3,"signature",28620],[3,"isArchived",28620],[3,"file",28620],[3,"fileSize",28620],[3,"totalDownloads",28620],[3,"bindingsState",28620],[3,"nativeExecutablesState",28620],[3,"deployappversionSet",28620],[3,"packagewebcSet",28620],[3,"lastversionPackage",28620],[3,"commands",28620],[3,"nativeexecutableSet",28620],[3,"bindingsgeneratorSet",28620],[3,"javascriptlanguagebindingSet",28620],[3,"pythonlanguagebindingSet",28620],[3,"piritaManifest",28620],[3,"piritaOffsets",28620],[3,"piritaVolumes",28620],[3,"piritaFile",28620],[3,"piritaFileSize",28620],[3,"pirita256hash",28620],[3,"distribution",28620],[3,"filesystem",28620],[3,"isLastVersion",28620],[3,"witFile",28620],[3,"isSigned",28620],[3,"moduleInterfaces",28620],[3,"modules",28620],[3,"getPiritaContents",28620],[3,"getWebcContents",28620],[3,"nativeExecutables",28620],[3,"bindings",28620],[3,"npmBindings",28620],[3,"pythonBindings",28620],[3,"bindingsSet",28620],[3,"hasBindings",28620],[3,"hasCommands",28620],[3,"showDeployButton",28620],[3,"isCorrupt",28620],[3,"__typename",28620],[3,"before",29452],[3,"after",29452],[3,"first",29452],[3,"last",29452],[3,"offset",29504],[3,"before",29504],[3,"after",29504],[3,"first",29504],[3,"last",29504],[3,"offset",29569],[3,"before",29569],[3,"after",29569],[3,"first",29569],[3,"last",29569],[3,"offset",29634],[3,"before",29634],[3,"after",29634],[3,"first",29634],[3,"last",29634],[3,"version",29699],[3,"volume",29712],[3,"base",29712],[3,"volume",29738],[3,"base",29738],[3,"offset",29764],[3,"before",29764],[3,"after",29764],[3,"first",29764],[3,"last",29764],[3,"offset",29829],[3,"before",29829],[3,"after",29829],[3,"first",29829],[3,"last",29829],[3,"triple",29894],[3,"wasmerCompilerVersion",29894],[3,"offset",29920],[3,"before",29920],[3,"after",29920],[3,"first",29920],[3,"last",29920],[3,"offset",29985],[3,"before",29985],[3,"after",29985],[3,"first",29985],[3,"last",29985],[3,"offset",30050],[3,"before",30050],[3,"after",30050],[3,"first",30050],[3,"last",30050],[3,"pageInfo",30115],[3,"edges",30115],[3,"totalCount",30115],[3,"__typename",30115],[3,"node",30167],[3,"cursor",30167],[3,"__typename",30167],[3,"pageInfo",30206],[3,"edges",30206],[3,"totalCount",30206],[3,"__typename",30206],[3,"node",30258],[3,"cursor",30258],[3,"__typename",30258],[3,"wasm",30297],[3,"host",30297],[3,"__typename",30297],[3,"id",30336],[3,"language",30336],[3,"url",30336],[3,"createdAt",30336],[3,"generator",30336],[3,"name",30336],[3,"kind",30336],[3,"packageName",30336],[3,"importablePackageName",30336],[3,"codeSnippetExample",30336],[3,"module",30336],[3,"__typename",30336],[3,"name",30492],[3,"source",30492],[3,"abi",30492],[3,"publicUrl",30492],[3,"atom",30492],[3,"rangeHeader",30492],[3,"__typename",30492],[3,"id",30583],[3,"language",30583],[3,"url",30583],[3,"createdAt",30583],[3,"generator",30583],[3,"name",30583],[3,"kind",30583],[3,"packageName",30583],[3,"importablePackageName",30583],[3,"codeSnippetExample",30583],[3,"module",30583],[3,"npmDefaultInstallPackageName",30583],[3,"__typename",30583],[3,"url",30753],[3,"pageInfo",30766],[3,"edges",30766],[3,"totalCount",30766],[3,"__typename",30766],[3,"node",30818],[3,"cursor",30818],[3,"__typename",30818],[3,"id",30857],[3,"language",30857],[3,"url",30857],[3,"createdAt",30857],[3,"generator",30857],[3,"name",30857],[3,"kind",30857],[3,"packageName",30857],[3,"importablePackageName",30857],[3,"codeSnippetExample",30857],[3,"module",30857],[3,"pythonDefaultInstallPackageName",30857],[3,"__typename",30857],[3,"url",31027],[3,"pageInfo",31040],[3,"edges",31040],[3,"totalCount",31040],[3,"__typename",31040],[3,"node",31092],[3,"cursor",31092],[3,"__typename",31092],[3,"state",31131],[3,"packageVersion",31131],[3,"success",31131],[3,"__typename",31131],[3,"id",31183],[3,"createdAt",31183],[3,"updatedAt",31183],[3,"package",31183],[3,"webc",31183],[3,"piritaManifest",31183],[3,"piritaOffsets",31183],[3,"piritaVolumes",31183],[3,"isArchived",31183],[3,"clientName",31183],[3,"publishedBy",31183],[3,"webcV3",31183],[3,"tag",31183],[3,"webcUrl",31183],[3,"__typename",31183],[3,"pageInfo",31378],[3,"edges",31378],[3,"totalCount",31378],[3,"__typename",31378],[3,"node",31430],[3,"cursor",31430],[3,"__typename",31430],[3,"count",31469],[3,"sortBy",31469],[3,"curated",31469],[3,"publishDate",31469],[3,"hasBindings",31469],[3,"isStandalone",31469],[3,"hasCommands",31469],[3,"withInterfaces",31469],[3,"deployable",31469],[3,"license",31469],[3,"createdAfter",31469],[3,"createdBefore",31469],[3,"lastPublishedAfter",31469],[3,"lastPublishedBefore",31469],[3,"size",31469],[3,"downloads",31469],[3,"likes",31469],[3,"owner",31469],[3,"publishedBy",31469],[3,"orderBy",31469],[3,"hasNextPage",31729],[3,"hasPreviousPage",31729],[3,"startCursor",31729],[3,"endCursor",31729],[3,"__typename",31729],[3,"id",31794],[3,"amount",31794],[3,"paidOn",31794],[3,"__typename",31794],[3,"created",31846],[3,"currency",31846],[3,"status",31846],[3,"id",31846],[3,"amount",31846],[3,"__typename",31846],[3,"name",31924],[3,"__typename",31924],[3,"display",31951],[3,"name",31964],[3,"size",31964],[3,"offset",31964],[3,"__typename",31964],[3,"display",32017],[3,"id",32030],[3,"owner",32030],[3,"keyId",32030],[3,"key",32030],[3,"revokedAt",32030],[3,"uploadedAt",32030],[3,"verifyingSignature",32030],[3,"revoked",32030],[3,"__typename",32030],[3,"config",32147],[3,"name",32147],[3,"owner",32147],[3,"description",32147],[3,"makeDefault",32147],[3,"strict",32147],[3,"clientMutationId",32147],[3,"deployAppVersion",32238],[3,"clientMutationId",32238],[3,"__typename",32238],[3,"manifest",32277],[3,"name",32277],[3,"namespace",32277],[3,"version",32277],[3,"description",32277],[3,"license",32277],[3,"licenseFile",32277],[3,"readme",32277],[3,"repository",32277],[3,"homepage",32277],[3,"file",32277],[3,"signedUrl",32277],[3,"signature",32277],[3,"icon",32277],[3,"private",32277],[3,"uploadFormat",32277],[3,"wait",32277],[3,"clientMutationId",32277],[3,"success",32511],[3,"packageVersion",32511],[3,"packageWebc",32511],[3,"clientMutationId",32511],[3,"__typename",32511],[3,"keyId",32576],[3,"key",32576],[3,"verifyingSignatureId",32576],[3,"clientMutationId",32576],[3,"success",32628],[3,"publicKey",32628],[3,"clientMutationId",32628],[3,"__typename",32628],[3,"id",32680],[3,"clientMutationId",32680],[3,"appVersion",32706],[3,"clientMutationId",32706],[3,"__typename",32706],[3,"namespace",32745],[3,"signedUrl",32745],[3,"name",32745],[3,"private",32745],[3,"clientMutationId",32745],[3,"success",32810],[3,"packageWebc",32810],[3,"clientMutationId",32810],[3,"__typename",32810],[3,"latestTOS",32862],[3,"getDeployAppVersion",32862],[3,"getAllDomains",32862],[3,"getAllDNSRecords",32862],[3,"getDomain",32862],[3,"getDeployApp",32862],[3,"getAppByGlobalAlias",32862],[3,"getDeployApps",32862],[3,"getAppVersions",32862],[3,"getAppTemplates",32862],[3,"getAppTemplate",32862],[3,"getAppTemplateCategories",32862],[3,"viewer",32862],[3,"getUser",32862],[3,"getPasswordResetToken",32862],[3,"getAuthNonce",32862],[3,"canDeployAppToGithub",32862],[3,"checkRepoExists",32862],[3,"newRepoName",32862],[3,"packages",32862],[3,"recentPackageVersions",32862],[3,"allPackageVersions",32862],[3,"allPackageReleases",32862],[3,"getWebcImage",32862],[3,"getNamespace",32862],[3,"getPackage",32862],[3,"getPackages",32862],[3,"getPackageVersion",32862],[3,"getPackageVersions",32862],[3,"getPackageVersionByHash",32862],[3,"getInterface",32862],[3,"getInterfaces",32862],[3,"getInterfaceVersion",32862],[3,"getContract",32862],[3,"getContracts",32862],[3,"getContractVersion",32862],[3,"getCommand",32862],[3,"getCommands",32862],[3,"getCollections",32862],[3,"getSignedUrlForPackageUpload",32862],[3,"getPackageHash",32862],[3,"getPackageRelease",32862],[3,"categories",32862],[3,"blogposts",32862],[3,"getBlogpost",32862],[3,"allBlogpostTags",32862],[3,"search",32862],[3,"searchAutocomplete",32862],[3,"getGlobalObject",32862],[3,"node",32862],[3,"nodes",32862],[3,"info",32862],[3,"__typename",32862],[3,"offset",33599],[3,"before",33599],[3,"after",33599],[3,"first",33599],[3,"last",33599],[3,"sortBy",33664],[3,"createdAfter",33664],[3,"updatedAfter",33664],[3,"offset",33664],[3,"before",33664],[3,"after",33664],[3,"first",33664],[3,"last",33664],[3,"sortBy",33768],[3,"createdAfter",33768],[3,"updatedAfter",33768],[3,"offset",33768],[3,"before",33768],[3,"after",33768],[3,"first",33768],[3,"last",33768],[3,"tags",33872],[3,"before",33872],[3,"after",33872],[3,"first",33872],[3,"last",33872],[3,"offset",33937],[3,"before",33937],[3,"after",33937],[3,"first",33937],[3,"last",33937],[3,"namespace",34002],[3,"name",34002],[3,"sortBy",34028],[3,"updatedAfter",34028],[3,"before",34028],[3,"after",34028],[3,"first",34028],[3,"last",34028],[3,"namespace",34106],[3,"offset",34106],[3,"before",34106],[3,"after",34106],[3,"first",34106],[3,"last",34106],[3,"alias",34184],[3,"slug",34197],[3,"offset",34210],[3,"before",34210],[3,"after",34210],[3,"first",34210],[3,"last",34210],[3,"categorySlug",34275],[3,"sortBy",34275],[3,"offset",34275],[3,"before",34275],[3,"after",34275],[3,"first",34275],[3,"last",34275],[3,"sortBy",34366],[3,"updatedAfter",34366],[3,"offset",34366],[3,"before",34366],[3,"after",34366],[3,"first",34366],[3,"last",34366],[3,"name",34457],[3,"slug",34470],[3,"featured",34470],[3,"before",34496],[3,"after",34496],[3,"first",34496],[3,"last",34496],[3,"name",34548],[3,"names",34561],[3,"name",34574],[3,"name",34587],[3,"version",34587],[3,"names",34613],[3,"name",34626],[3,"owner",34626],[3,"name",34652],[3,"owner",34652],[3,"version",34652],[3,"sortBy",34691],[3,"updatedAfter",34691],[3,"offset",34691],[3,"before",34691],[3,"after",34691],[3,"first",34691],[3,"last",34691],[3,"name",34782],[3,"slug",34795],[3,"name",34808],[3,"name",34821],[3,"version",34821],[3,"names",34847],[3,"name",34860],[3,"name",34873],[3,"name",34886],[3,"hash",34886],[3,"hash",34912],[3,"name",34925],[3,"version",34925],[3,"name",34951],[3,"hash",34951],[3,"names",34977],[3,"names",34990],[3,"token",35003],[3,"name",35016],[3,"version",35016],[3,"filename",35016],[3,"expiresAfterSeconds",35016],[3,"username",35068],[3,"hash",35081],[3,"namespace",35094],[3,"templateSlug",35094],[3,"id",35120],[3,"ids",35133],[3,"offset",35146],[3,"before",35146],[3,"after",35146],[3,"first",35146],[3,"last",35146],[3,"curated",35211],[3,"offset",35211],[3,"before",35211],[3,"after",35211],[3,"first",35211],[3,"last",35211],[3,"query",35289],[3,"packages",35289],[3,"namespaces",35289],[3,"users",35289],[3,"apps",35289],[3,"blogposts",35289],[3,"appTemplates",35289],[3,"before",35289],[3,"after",35289],[3,"first",35289],[3,"last",35289],[3,"kind",35432],[3,"query",35432],[3,"before",35432],[3,"after",35432],[3,"first",35432],[3,"last",35432],[3,"notificationId",35510],[3,"clientMutationId",35510],[3,"notification",35536],[3,"clientMutationId",35536],[3,"__typename",35536],[3,"payload",35575],[3,"refreshExpiresIn",35575],[3,"token",35575],[3,"refreshToken",35575],[3,"__typename",35575],[3,"name",35640],[3,"namespace",35640],[3,"importRecords",35640],[3,"clientMutationId",35640],[3,"success",35692],[3,"domain",35692],[3,"clientMutationId",35692],[3,"__typename",35692],[3,"fullName",35744],[3,"email",35744],[3,"username",35744],[3,"password",35744],[3,"acceptedTos",35744],[3,"clientMutationId",35744],[3,"token",35822],[3,"clientMutationId",35822],[3,"__typename",35822],[3,"baseUrl",35861],[3,"defaultFrontend",35861],[3,"graphqlUrl",35861],[3,"createBlogpostUrl",35861],[3,"packages",35861],[3,"schema",35861],[3,"__typename",35861],[3,"appTransferRequestId",35952],[3,"clientMutationId",35952],[3,"app",35978],[3,"clientMutationId",35978],[3,"__typename",35978],[3,"namespaceCollaboratorId",36017],[3,"clientMutationId",36017],[3,"inviteId",36043],[3,"clientMutationId",36043],[3,"namespace",36069],[3,"clientMutationId",36069],[3,"__typename",36069],[3,"namespace",36108],[3,"clientMutationId",36108],[3,"__typename",36108],[3,"packageCollaboratorId",36147],[3,"clientMutationId",36147],[3,"inviteId",36173],[3,"clientMutationId",36173],[3,"package",36199],[3,"clientMutationId",36199],[3,"__typename",36199],[3,"package",36238],[3,"clientMutationId",36238],[3,"__typename",36238],[3,"packageTransferRequestId",36277],[3,"clientMutationId",36277],[3,"package",36303],[3,"clientMutationId",36303],[3,"__typename",36303],[3,"id",36342],[3,"name",36342],[3,"clientMutationId",36342],[3,"success",36381],[3,"alias",36381],[3,"clientMutationId",36381],[3,"__typename",36381],[3,"id",36433],[3,"name",36433],[3,"clientMutationId",36433],[3,"success",36472],[3,"app",36472],[3,"clientMutationId",36472],[3,"__typename",36472],[3,"packageId",36524],[3,"newName",36524],[3,"clientMutationId",36524],[3,"package",36563],[3,"clientMutationId",36563],[3,"__typename",36563],[3,"appId",36602],[3,"newOwnerId",36602],[3,"clientMutationId",36602],[3,"appTransferRequest",36641],[3,"wasInstantlyTransferred",36641],[3,"clientMutationId",36641],[3,"__typename",36641],[3,"packageId",36693],[3,"newOwnerId",36693],[3,"clientMutationId",36693],[3,"package",36732],[3,"wasInstantlyTransferred",36732],[3,"packageTransferRequest",36732],[3,"clientMutationId",36732],[3,"__typename",36732],[3,"email",36797],[3,"clientMutationId",36797],[3,"email",36823],[3,"errors",36823],[3,"clientMutationId",36823],[3,"__typename",36823],[3,"userId",36875],[3,"clientMutationId",36875],[3,"user",36901],[3,"success",36901],[3,"clientMutationId",36901],[3,"__typename",36901],[3,"revoked",36953],[3,"__typename",36953],[3,"tokenId",36979],[3,"clientMutationId",36979],[3,"token",37005],[3,"success",37005],[3,"clientMutationId",37005],[3,"__typename",37005],[3,"source",37057],[3,"dialect",37057],[3,"source",37083],[3,"createdAt",37096],[3,"updatedAt",37096],[3,"deletedAt",37096],[3,"mname",37096],[3,"rname",37096],[3,"serial",37096],[3,"refresh",37096],[3,"retry",37096],[3,"expire",37096],[3,"minimum",37096],[3,"id",37096],[3,"name",37096],[3,"ttl",37096],[3,"dnsClass",37096],[3,"text",37096],[3,"domain",37096],[3,"__typename",37096],[3,"createdAt",37317],[3,"updatedAt",37317],[3,"deletedAt",37317],[3,"service",37317],[3,"protocol",37317],[3,"priority",37317],[3,"weight",37317],[3,"port",37317],[3,"target",37317],[3,"id",37317],[3,"name",37317],[3,"ttl",37317],[3,"dnsClass",37317],[3,"text",37317],[3,"domain",37317],[3,"__typename",37317],[3,"createdAt",37525],[3,"updatedAt",37525],[3,"deletedAt",37525],[3,"algorithm",37525],[3,"type",37525],[3,"fingerprint",37525],[3,"id",37525],[3,"name",37525],[3,"ttl",37525],[3,"dnsClass",37525],[3,"text",37525],[3,"domain",37525],[3,"__typename",37525],[3,"downloadUrl",37694],[3,"SHA256Hash",37694],[3,"lastUpdated",37694],[3,"__typename",37694],[3,"pageInfo",37746],[3,"edges",37746],[3,"totalCount",37746],[3,"__typename",37746],[3,"node",37798],[3,"cursor",37798],[3,"__typename",37798],[3,"clientMutationId",37837],[3,"success",37850],[3,"clientMutationId",37850],[3,"__typename",37850],[3,"paymentMethod",37889],[3,"clientMutationId",37889],[3,"success",37915],[3,"billing",37915],[3,"clientMutationId",37915],[3,"__typename",37915],[3,"id",37967],[3,"publicKey",37967],[3,"data",37967],[3,"createdAt",37967],[3,"__typename",37967],[3,"url",38032],[3,"__typename",38032],[3,"id",38058],[3,"user",38058],[3,"provider",38058],[3,"uid",38058],[3,"extraData",38058],[3,"created",38058],[3,"modified",38058],[3,"username",38058],[3,"__typename",38058],[3,"provider",38175],[3,"accessToken",38175],[3,"register",38175],[3,"clientMutationId",38175],[3,"social",38227],[3,"token",38227],[3,"clientMutationId",38227],[3,"__typename",38227],[3,"id",38279],[3,"__typename",38279],[3,"streamLogs",38305],[3,"waitOnRepoCreation",38305],[3,"appIsPublishedFromRepo",38305],[3,"packageVersionCreated",38305],[3,"packageVersionReady",38305],[3,"userNotificationCreated",38305],[3,"__typename",38305],[3,"repoId",38402],[3,"publishedBy",38415],[3,"ownerId",38415],[3,"packageVersionId",38441],[3,"appVersionId",38454],[3,"startingFromISO",38454],[3,"untilISO",38454],[3,"streams",38454],[3,"instanceIds",38454],[3,"searchTerm",38454],[3,"userId",38532],[3,"repoId",38545],[3,"createdAt",38558],[3,"updatedAt",38558],[3,"deletedAt",38558],[3,"data",38558],[3,"id",38558],[3,"name",38558],[3,"ttl",38558],[3,"dnsClass",38558],[3,"text",38558],[3,"domain",38558],[3,"__typename",38558],[3,"packageReleaseId",38701],[3,"version",38701],[3,"name",38701],[3,"manifest",38701],[3,"namespace",38701],[3,"description",38701],[3,"license",38701],[3,"licenseFile",38701],[3,"readme",38701],[3,"repository",38701],[3,"homepage",38701],[3,"signature",38701],[3,"icon",38701],[3,"private",38701],[3,"clientMutationId",38701],[3,"success",38896],[3,"packageVersion",38896],[3,"clientMutationId",38896],[3,"__typename",38896],[3,"id",38948],[3,"content",38948],[3,"createdAt",38948],[3,"viewerHasAccepted",38948],[3,"__typename",38948],[3,"packageId",39013],[3,"clientMutationId",39013],[3,"package",39039],[3,"clientMutationId",39039],[3,"__typename",39039],[3,"packageId",39078],[3,"clientMutationId",39078],[3,"package",39104],[3,"clientMutationId",39104],[3,"__typename",39104],[3,"namespaceCollaboratorInviteId",39143],[3,"role",39143],[3,"clientMutationId",39143],[3,"collaboratorInvite",39182],[3,"clientMutationId",39182],[3,"__typename",39182],[3,"namespaceCollaboratorId",39221],[3,"role",39221],[3,"clientMutationId",39221],[3,"collaborator",39260],[3,"clientMutationId",39260],[3,"__typename",39260],[3,"namespaceId",39299],[3,"name",39299],[3,"displayName",39299],[3,"description",39299],[3,"avatar",39299],[3,"twitter",39299],[3,"github",39299],[3,"websiteUrl",39299],[3,"clientMutationId",39299],[3,"namespace",39416],[3,"clientMutationId",39416],[3,"__typename",39416],[3,"packageCollaboratorInviteId",39455],[3,"role",39455],[3,"clientMutationId",39455],[3,"collaboratorInvite",39494],[3,"clientMutationId",39494],[3,"__typename",39494],[3,"packageCollaboratorId",39533],[3,"role",39533],[3,"clientMutationId",39533],[3,"collaborator",39572],[3,"clientMutationId",39572],[3,"__typename",39572],[3,"packageId",39611],[3,"icon",39611],[3,"clientMutationId",39611],[3,"package",39650],[3,"clientMutationId",39650],[3,"__typename",39650],[3,"userId",39689],[3,"fullName",39689],[3,"bio",39689],[3,"avatar",39689],[3,"twitter",39689],[3,"github",39689],[3,"websiteUrl",39689],[3,"location",39689],[3,"clientMutationId",39689],[3,"user",39806],[3,"clientMutationId",39806],[3,"__typename",39806],[3,"kind",39845],[3,"domainId",39845],[3,"name",39845],[3,"value",39845],[3,"ttl",39845],[3,"recordId",39845],[3,"mx",39845],[3,"clientMutationId",39845],[3,"success",39949],[3,"record",39949],[3,"clientMutationId",39949],[3,"__typename",39949],[3,"zoneFile",40001],[3,"deleteMissingRecords",40001],[3,"clientMutationId",40001],[3,"success",40040],[3,"domain",40040],[3,"clientMutationId",40040],[3,"__typename",40040],[3,"variant",40092],[3,"value",40092],[3,"unit",40092],[3,"timestamp",40092],[3,"__typename",40092],[3,"firstName",40157],[3,"lastName",40157],[3,"email",40157],[3,"dateJoined",40157],[3,"username",40157],[3,"isEmailValidated",40157],[3,"bio",40157],[3,"location",40157],[3,"websiteUrl",40157],[3,"wasmerInternal",40157],[3,"id",40157],[3,"globalName",40157],[3,"globalId",40157],[3,"avatar",40157],[3,"isViewer",40157],[3,"hasUsablePassword",40157],[3,"fullName",40157],[3,"githubUrl",40157],[3,"twitterUrl",40157],[3,"companyRole",40157],[3,"companyDescription",40157],[3,"publicActivity",40157],[3,"billing",40157],[3,"waitlist",40157],[3,"namespaces",40157],[3,"packages",40157],[3,"apps",40157],[3,"usageMetrics",40157],[3,"domains",40157],[3,"isStaff",40157],[3,"packageVersions",40157],[3,"packageTransfersIncoming",40157],[3,"packageInvitesIncoming",40157],[3,"namespaceInvitesIncoming",40157],[3,"apiTokens",40157],[3,"notifications",40157],[3,"dashboardActivity",40157],[3,"loginMethods",40157],[3,"githubUser",40157],[3,"githubScopes",40157],[3,"__typename",40157],[3,"before",40705],[3,"after",40705],[3,"first",40705],[3,"last",40705],[3,"collaborating",40757],[3,"sortBy",40757],[3,"offset",40757],[3,"before",40757],[3,"after",40757],[3,"first",40757],[3,"last",40757],[3,"size",40848],[3,"offset",40861],[3,"before",40861],[3,"after",40861],[3,"first",40861],[3,"last",40861],[3,"offset",40926],[3,"before",40926],[3,"after",40926],[3,"first",40926],[3,"last",40926],[3,"offset",40991],[3,"before",40991],[3,"after",40991],[3,"first",40991],[3,"last",40991],[3,"role",41056],[3,"offset",41056],[3,"before",41056],[3,"after",41056],[3,"first",41056],[3,"last",41056],[3,"before",41134],[3,"after",41134],[3,"first",41134],[3,"last",41134],[3,"offset",41186],[3,"before",41186],[3,"after",41186],[3,"first",41186],[3,"last",41186],[3,"offset",41251],[3,"before",41251],[3,"after",41251],[3,"first",41251],[3,"last",41251],[3,"offset",41316],[3,"before",41316],[3,"after",41316],[3,"first",41316],[3,"last",41316],[3,"collaborating",41381],[3,"offset",41381],[3,"before",41381],[3,"after",41381],[3,"first",41381],[3,"last",41381],[3,"offset",41459],[3,"before",41459],[3,"after",41459],[3,"first",41459],[3,"last",41459],[3,"forRange",41524],[3,"variant",41524],[3,"name",41550],[3,"pageInfo",41563],[3,"edges",41563],[3,"totalCount",41563],[3,"__typename",41563],[3,"node",41615],[3,"cursor",41615],[3,"__typename",41615],[3,"id",41654],[3,"icon",41654],[3,"body",41654],[3,"seenState",41654],[3,"kind",41654],[3,"createdAt",41654],[3,"__typename",41654],[3,"pageInfo",41745],[3,"edges",41745],[3,"hasPendingNotifications",41745],[3,"pendingNotificationsCount",41745],[3,"__typename",41745],[3,"notification",41810],[3,"notificationDeletedId",41810],[3,"__typename",41810],[3,"node",41849],[3,"cursor",41849],[3,"__typename",41849],[3,"namespaceInvite",41888],[3,"__typename",41888],[3,"packageInvite",41914],[3,"__typename",41914],[3,"packageTransferRequest",41940],[3,"__typename",41940],[3,"packageVersion",41966],[3,"__typename",41966],[3,"user",41992],[3,"__typename",41992],[3,"count",42018],[3,"sortBy",42018],[3,"packageCount",42018],[3,"namespaceCount",42018],[3,"joinedAfter",42018],[3,"joinedBefore",42018],[3,"orderBy",42018],[3,"id",42109],[3,"secret",42109],[3,"clientMutationId",42109],[3,"nonce",42148],[3,"clientMutationId",42148],[3,"__typename",42148],[3,"userId",42187],[3,"challenge",42187],[3,"clientMutationId",42187],[3,"user",42226],[3,"clientMutationId",42226],[3,"__typename",42226],[3,"password",42265],[3,"clientMutationId",42265],[3,"success",42291],[3,"clientMutationId",42291],[3,"__typename",42291],[3,"payload",42330],[3,"__typename",42330],[3,"name",42356],[3,"checksum",42356],[3,"size",42356],[3,"offset",42356],[3,"__typename",42356],[3,"name",42421],[3,"createdAt",42421],[3,"updatedAt",42421],[3,"id",42421],[3,"__typename",42421],[3,"waitlist",42486],[3,"joinedAt",42486],[3,"approvedAt",42486],[3,"id",42486],[3,"member",42486],[3,"approved",42486],[3,"__typename",42486],[3,"packageId",42577],[3,"clientMutationId",42577],[3,"package",42603],[3,"clientMutationId",42603],[3,"__typename",42603],[3,"id",42642],[3,"version",42642],[3,"fileSize",42642],[3,"manifest",42642],[3,"volumes",42642],[3,"offsets",42642],[3,"webcSha256",42642],[3,"targzSha256",42642],[3,"createdAt",42642],[3,"updatedAt",42642],[3,"webcUrl",42642],[3,"__typename",42642],[3,"pageInfo",42798],[3,"edges",42798],[3,"totalCount",42798],[3,"__typename",42798],[3,"node",42850],[3,"cursor",42850],[3,"__typename",42850],[3,"name",42889],[3,"namespace",42889],[3,"repository",42889],[3,"tag",42889],[3,"authToken",42889],[3,"webProxy",42954],[3,"wcgi",42954],[3,"webc",42980],[3,"capability",42993],[3,"name",42993],[3,"runner",42993],[3,"source",43032],[8,"Variable",43045]]},\ "wasmer_argus":{"doc":"","t":"AFDLLLMLLAMLLLLLLLLLLLLALLALLLLLLLLDENNNLLLLMLLLLMLLLLLLMLLLLLLLLLLLLLLLFFFLLLLLMMMLLLLLLLLLLLLLLLLLMDILLLALLMLLLLLLLLKLMMMMKMMLMLLLLLLDLLMLLLLLLLLLLLLMMLLMLLLL","n":["argus","main","Argus","__clone_box","borrow","borrow_mut","client","clone","clone_into","config","config","deref","deref_mut","download_package","download_webcs","drop","fetch_packages","fmt","from","get_package_id","get_path","init","into","packages","run","test","tester","to_owned","to_test","try_from","try_from","try_into","type_id","vzip","write_report","ArgusConfig","Backend","Cranelift","Llvm","Singlepass","__clone_box","__clone_box","augment_args","augment_args_for_update","auth_token","borrow","borrow","borrow_mut","borrow_mut","cli_path","clone","clone","clone_into","clone_into","command","command_for_update","compiler_backend","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","get_default_jobs","get_default_out_path","get_default_token","group_id","init","init","into","into","jobs","outdir","registry_url","serialize","serialize","to_owned","to_owned","to_possible_value","to_string","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches_mut","value_variants","vzip","vzip","webhook_url","TestReport","Tester","__clone_box","borrow","borrow_mut","cli_tester","clone","clone_into","compiler_backend","deref","deref_mut","deserialize","drop","fmt","from","init","into","is_to_test","new","outcome","package_name","package_namespace","package_version","run_test","runner_id","runner_version","serialize","time","to_owned","to_test","try_from","try_into","type_id","vzip","CLIRunner","borrow","borrow_mut","config","deref","deref_mut","drop","err","from","get_id","get_version","init","into","is_to_test","new","ok","p","package","run_test","test_atom","test_id","try_from","try_into","type_id","vzip"],"q":[[0,"wasmer_argus"],[2,"wasmer_argus::argus"],[35,"wasmer_argus::argus::config"],[101,"wasmer_argus::argus::tester"],[135,"wasmer_argus::argus::tester::cli_tester"],[160,"anyhow"],[161,"dyn_clone::sealed"],[162,"std::path"],[163,"url"],[164,"indicatif::progress_bar"],[165,"wasmer_api::types::queries"],[166,"tokio::sync::mpsc::unbounded"],[167,"alloc::sync"],[168,"tokio::sync::mpsc::unbounded"],[169,"core::fmt"],[170,"core::result"],[171,"core::any"],[172,"std::path"],[173,"serde::de"],[174,"clap_builder::parser::matches::arg_matches"],[175,"clap_builder"],[176,"clap_builder::util::id"],[177,"core::option"],[178,"serde::ser"],[179,"clap_builder::builder::possible_value"],[180,"core::future::future"],[181,"alloc::boxed"],[182,"core::pin"],[183,"core::time"],[184,"tokio::time::instant"]],"d":["","","","","","","","","","","","","","","","","Fetch all packages from the registry","","Returns the argument unchanged.","","Return the complete path to the folder of the test for the …","","Calls U::from(self).","","Start the testsuite using the configuration in Self::config","Perform the test for a single package","","","Checks whether or not the package should be tested","","","","","","","Fetch and test packages from a WebContainer registry.","","","","","","","","","The authorization token needed to see packages","","","","","The path to the CLI command to use. [default will be …","","","","","","","The backend to test the compilation against","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","The number of concurrent tests (jobs) to perform","The output directory","The GraphQL endpoint of the registry to test","","","","","","","","","","","","","","","","","","The webhook to use when sending the test outcome.","The result of a test run.","","","","","","","","The unique identifier of the compiler backend used to …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","The unique identifier of the test runner.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","",""],"i":[0,0,0,4,4,4,4,4,4,0,4,4,4,4,4,4,4,4,4,4,4,4,4,0,4,4,0,4,4,4,4,4,4,4,4,0,0,24,24,24,24,12,12,12,12,24,12,24,12,12,24,12,24,12,12,12,12,24,12,24,12,24,12,24,12,24,24,12,24,12,12,12,0,0,0,12,24,12,24,12,12,12,12,24,12,24,12,24,24,24,12,24,12,24,12,12,12,24,24,12,12,0,0,22,22,22,0,22,22,22,22,22,22,22,22,22,22,22,40,22,22,22,22,22,40,22,22,22,22,22,22,22,22,22,22,0,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37],"f":[0,[[],[[2,[1]]]],0,[[-1,3],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[4,4],[[-1,-2],1,[],[]],0,0,[5,-1,[]],[5,-1,[]],[[6,7,8,9],[[2,[1]]]],[[6,7,8,8,9],[[2,[1]]]],[5,1],[[4,[11,[10]],9,[13,[12]],[14,[1]],[14,[1]]],[[2,[1]]]],[[4,15],16],[-1,-1,[]],[10,17],[[[13,[12]],10],7],[[],5],[-1,-2,[],[]],0,[4,[[2,[1]]]],[[6,[13,[12]],10,9,[11,[1]],[11,[1]]],[[2,[18]]]],0,[-1,-2,[],[]],[[4,10],18],[12,[[19,[4]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,20,[]],[-1,-2,[],[]],[[21,22],[[2,[1]]]],0,0,0,0,0,[[-1,3],1,[]],[[-1,3],1,[]],[23,23],[23,23],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[24,24],[12,12],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],23],[[],23],0,[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[-1,[[19,[24]]],25],[-1,[[19,[12]]],25],[5,1],[5,1],[[24,15],16],[[24,15],16],[[12,15],16],[-1,-1,[]],[-1,-1,[]],[26,[[19,[12,27]]]],[26,[[19,[12,27]]]],[[],5],[[],7],[[],17],[[],[[29,[28]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[24,-1],19,30],[[12,-1],19,30],[-1,-2,[],[]],[-1,-2,[],[]],[24,[[29,[31]]]],[-1,17,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,20,[]],[-1,20,[]],[[12,26],[[19,[1,27]]]],[[12,26],[[19,[1,27]]]],[[],[[32,[24]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[-1,3],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[22,22],[[-1,-2],1,[],[]],0,[5,-1,[]],[5,-1,[]],[-1,[[19,[22]]],25],[5,1],[[22,15],16],[-1,-1,[]],[[],5],[-1,-2,[],[]],[-1,[[35,[[34,[33]]]]],[]],[[10,17,17,17,36,[19,[17,17]]],22],0,0,0,0,[-1,[[35,[[34,[33]]]]],[]],0,0,[[22,-1],19,30],0,[-1,-2,[],[]],[[22,[13,[12]]],18],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,20,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[5,-1,[]],[5,-1,[]],[5,1],[[37,17,38,17],[[2,[22]]]],[-1,-1,[]],[37,17],[37,[[2,[17]]]],[[],5],[-1,-2,[],[]],[37,[[35,[[34,[33]]]]]],[[6,[13,[12]],9,10],37],[[37,17,38],[[2,[22]]]],0,0,[37,[[35,[[34,[33]]]]]],[[37,17,[32,[39]],21,5],[[2,[[19,[1,17]]]]]],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,20,[]],[-1,-2,[],[]]],"c":[],"p":[[15,"tuple"],[6,"Result",160],[3,"Private",161],[3,"Argus",2],[15,"usize"],[15,"u64"],[3,"PathBuf",162],[3,"Url",163],[3,"ProgressBar",164],[3,"PackageVersionWithPackage",165],[3,"UnboundedSender",166],[3,"ArgusConfig",35],[3,"Arc",167],[3,"UnboundedReceiver",166],[3,"Formatter",168],[6,"Result",168],[3,"String",169],[15,"bool"],[4,"Result",170],[3,"TypeId",171],[3,"Path",162],[3,"TestReport",101],[3,"Command",172],[4,"Backend",35],[8,"Deserializer",173],[3,"ArgMatches",174],[6,"Error",175],[3,"Id",176],[4,"Option",177],[8,"Serializer",178],[3,"PossibleValue",179],[15,"slice"],[8,"Future",180],[3,"Box",181],[3,"Pin",182],[3,"Duration",183],[3,"CLIRunner",135],[3,"Instant",184],[15,"u8"],[8,"Tester",101]]},\ -"wasmer_c_api":{"doc":"Wasmer C API.","t":"AAAFFFFAAAAAAAAAAAANNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFCFFCCDFFFDEECLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGFFFFFFDFFFFFDFFGGFFFFFFDFFFFFFFFDFFFFFFFFFFDFFFFFFFFDLLLLLLLLLLLLLLLFFFDLLLLLLLLLLLLLLLLLLLLLLFFFFFFDFDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFDLLLLLLLLLLLLLLLLLLLFFFFDFDNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGFFFFFDFFFFDFFFFFFDFFEGFFFFFFFFFFFDFFFFFFFFDFFFFFDFFFFFFFDFFFFFDFFFFFFDFFFFFDFFFFFDFFFFFFDDFFFFFDFFFFFDGEGFGDGFFFFFFDFFFFFDEFFFDFFFFFDAAAAAAAFFFFFFLLLLLLLLLLLLLLLLLLLLLLFFFFFFFFFDFFLLLLLLLLLLLALLLLLLLLLLLFDLLLLLLLLLLLLLLLLLLFGFFFFFDFFFANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFDFFDFFFDLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLFFFDFFFFFFDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLFFTDFFFFFDGFFFFFNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFFFFFFFFDFFFFFFDFFDFFCFEF","n":["error","tracing","wasm_c_api","update_last_error","wasmer_last_error_length","wasmer_last_error_message","wasmer_setup_tracing","engine","externals","instance","module","store","trap","types","unstable","value","version","wasi","wat","CRANELIFT","LLVM","SINGLEPASS","UNIVERSAL","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","wasm_config_delete","wasm_config_new","wasm_config_push_middleware","wasm_config_set_compiler","wasm_config_set_engine","wasm_config_set_features","wasm_config_set_target","wasm_config_t","wasm_engine_delete","wasm_engine_new","wasm_engine_new_with_config","wasm_engine_t","wasmer_compiler_t","wasmer_engine_t","wasmer_is_compiler_available","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_slice","as_uninit_slice","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","data","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","set_buffer","size","take","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","vzip","vzip","vzip","vzip","vzip","vzip","wasm_env_finalizer_t","wasm_extern_as_func","wasm_extern_as_global","wasm_extern_as_memory","wasm_extern_as_table","wasm_extern_copy","wasm_extern_delete","wasm_extern_t","wasm_extern_vec_copy","wasm_extern_vec_delete","wasm_extern_vec_new","wasm_extern_vec_new_empty","wasm_extern_vec_new_uninitialized","wasm_extern_vec_t","wasm_func_as_extern","wasm_func_call","wasm_func_callback_t","wasm_func_callback_with_env_t","wasm_func_copy","wasm_func_delete","wasm_func_new","wasm_func_new_with_env","wasm_func_param_arity","wasm_func_result_arity","wasm_func_t","wasm_func_type","wasm_global_as_extern","wasm_global_copy","wasm_global_delete","wasm_global_get","wasm_global_new","wasm_global_same","wasm_global_set","wasm_global_t","wasm_global_type","wasm_memory_as_extern","wasm_memory_copy","wasm_memory_data","wasm_memory_data_size","wasm_memory_delete","wasm_memory_grow","wasm_memory_new","wasm_memory_same","wasm_memory_size","wasm_memory_t","wasm_memory_type","wasm_table_as_extern","wasm_table_copy","wasm_table_delete","wasm_table_grow","wasm_table_new","wasm_table_same","wasm_table_size","wasm_table_t","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","vzip","wasm_instance_delete","wasm_instance_exports","wasm_instance_new","wasm_instance_t","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","wasm_module_delete","wasm_module_deserialize","wasm_module_exports","wasm_module_imports","wasm_module_new","wasm_module_serialize","wasm_module_t","wasm_module_validate","StoreRef","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","from","from","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","store","store_mut","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","wasm_store_delete","wasm_store_new","wasm_store_t","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","wasm_trap_delete","wasm_trap_message","wasm_trap_new","wasm_trap_origin","wasm_trap_t","wasm_trap_trace","ExternTypeConversionError","WASM_ANYREF","WASM_CONST","WASM_EXTERN_FUNC","WASM_EXTERN_GLOBAL","WASM_EXTERN_MEMORY","WASM_EXTERN_TABLE","WASM_F32","WASM_F64","WASM_FUNCREF","WASM_I32","WASM_I64","WASM_VAR","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_error","as_slice","as_slice","as_slice","as_slice","as_slice","as_slice","as_slice","as_slice","as_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","borrow","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","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","data","data","data","data","data","data","data","data","data","data","data","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","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","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","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","max","min","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","size","size","size","size","size","size","size","size","size","size","size","take","take","take","take","take","take","take","take","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasm_byte_t","wasm_byte_vec_copy","wasm_byte_vec_delete","wasm_byte_vec_new","wasm_byte_vec_new_empty","wasm_byte_vec_new_uninitialized","wasm_byte_vec_t","wasm_exporttype_copy","wasm_exporttype_delete","wasm_exporttype_name","wasm_exporttype_new","wasm_exporttype_t","wasm_exporttype_type","wasm_exporttype_vec_copy","wasm_exporttype_vec_delete","wasm_exporttype_vec_new","wasm_exporttype_vec_new_empty","wasm_exporttype_vec_new_uninitialized","wasm_exporttype_vec_t","wasm_extern_kind","wasm_extern_type","wasm_externkind_enum","wasm_externkind_t","wasm_externtype_as_functype","wasm_externtype_as_functype_const","wasm_externtype_as_globaltype","wasm_externtype_as_globaltype_const","wasm_externtype_as_memorytype","wasm_externtype_as_memorytype_const","wasm_externtype_as_tabletype","wasm_externtype_as_tabletype_const","wasm_externtype_copy","wasm_externtype_delete","wasm_externtype_kind","wasm_externtype_t","wasm_frame_copy","wasm_frame_delete","wasm_frame_func_index","wasm_frame_func_name","wasm_frame_func_offset","wasm_frame_instance","wasm_frame_module_name","wasm_frame_module_offset","wasm_frame_t","wasm_frame_vec_copy","wasm_frame_vec_delete","wasm_frame_vec_new","wasm_frame_vec_new_empty","wasm_frame_vec_new_uninitialized","wasm_frame_vec_t","wasm_functype_as_externtype","wasm_functype_as_externtype_const","wasm_functype_copy","wasm_functype_delete","wasm_functype_new","wasm_functype_params","wasm_functype_results","wasm_functype_t","wasm_functype_vec_copy","wasm_functype_vec_delete","wasm_functype_vec_new","wasm_functype_vec_new_empty","wasm_functype_vec_new_uninitialized","wasm_functype_vec_t","wasm_globaltype_as_externtype","wasm_globaltype_as_externtype_const","wasm_globaltype_content","wasm_globaltype_delete","wasm_globaltype_mutability","wasm_globaltype_new","wasm_globaltype_t","wasm_globaltype_vec_copy","wasm_globaltype_vec_delete","wasm_globaltype_vec_new","wasm_globaltype_vec_new_empty","wasm_globaltype_vec_new_uninitialized","wasm_globaltype_vec_t","wasm_importtype_copy","wasm_importtype_delete","wasm_importtype_module","wasm_importtype_name","wasm_importtype_new","wasm_importtype_t","wasm_importtype_type","wasm_importtype_vec_copy","wasm_importtype_vec_delete","wasm_importtype_vec_new","wasm_importtype_vec_new_empty","wasm_importtype_vec_new_uninitialized","wasm_importtype_vec_t","wasm_limits_t","wasm_memorytype_as_externtype","wasm_memorytype_as_externtype_const","wasm_memorytype_delete","wasm_memorytype_limits","wasm_memorytype_new","wasm_memorytype_t","wasm_memorytype_vec_copy","wasm_memorytype_vec_delete","wasm_memorytype_vec_new","wasm_memorytype_vec_new_empty","wasm_memorytype_vec_new_uninitialized","wasm_memorytype_vec_t","wasm_message_t","wasm_mutability_enum","wasm_mutability_t","wasm_name_delete","wasm_name_t","wasm_ref_t","wasm_table_size_t","wasm_tabletype_as_externtype","wasm_tabletype_as_externtype_const","wasm_tabletype_delete","wasm_tabletype_element","wasm_tabletype_limits","wasm_tabletype_new","wasm_tabletype_t","wasm_tabletype_vec_copy","wasm_tabletype_vec_delete","wasm_tabletype_vec_new","wasm_tabletype_vec_new_empty","wasm_tabletype_vec_new_uninitialized","wasm_tabletype_vec_t","wasm_valkind_enum","wasm_valtype_delete","wasm_valtype_kind","wasm_valtype_new","wasm_valtype_t","wasm_valtype_vec_copy","wasm_valtype_vec_delete","wasm_valtype_vec_new","wasm_valtype_vec_new_empty","wasm_valtype_vec_new_uninitialized","wasm_valtype_vec_t","engine","features","middlewares","module","parser","target_lexicon","wasi","wasm_config_canonicalize_nans","wasm_config_set_features","wasm_config_set_target","wasmer_is_compiler_available","wasmer_is_engine_available","wasmer_is_headless","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wasmer_features_bulk_memory","wasmer_features_delete","wasmer_features_memory64","wasmer_features_module_linking","wasmer_features_multi_memory","wasmer_features_multi_value","wasmer_features_new","wasmer_features_reference_types","wasmer_features_simd","wasmer_features_t","wasmer_features_tail_call","wasmer_features_threads","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","metering","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wasm_config_push_middleware","wasmer_middleware_t","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","wasmer_metering_as_middleware","wasmer_metering_cost_function_t","wasmer_metering_delete","wasmer_metering_get_remaining_points","wasmer_metering_new","wasmer_metering_points_are_exhausted","wasmer_metering_set_remaining_points","wasmer_metering_t","wasmer_module_name","wasmer_module_new","wasmer_module_set_name","operator","AtomicFence","Block","Br","BrIf","BrTable","Call","CallIndirect","Catch","CatchAll","DataDrop","Delegate","Drop","ElemDrop","Else","End","F32Abs","F32Add","F32Ceil","F32Const","F32ConvertI32S","F32ConvertI32U","F32ConvertI64S","F32ConvertI64U","F32Copysign","F32DemoteF64","F32Div","F32Eq","F32Floor","F32Ge","F32Gt","F32Le","F32Load","F32Lt","F32Max","F32Min","F32Mul","F32Ne","F32Nearest","F32Neg","F32ReinterpretI32","F32Sqrt","F32Store","F32Sub","F32Trunc","F32x4Abs","F32x4Add","F32x4Ceil","F32x4ConvertI32x4S","F32x4ConvertI32x4U","F32x4DemoteF64x2Zero","F32x4Div","F32x4Eq","F32x4ExtractLane","F32x4Floor","F32x4Fma","F32x4Fms","F32x4Ge","F32x4Gt","F32x4Le","F32x4Lt","F32x4Max","F32x4Min","F32x4Mul","F32x4Ne","F32x4Nearest","F32x4Neg","F32x4PMax","F32x4PMin","F32x4RelaxedDotBf16x8AddF32x4","F32x4RelaxedMax","F32x4RelaxedMin","F32x4ReplaceLane","F32x4Splat","F32x4Sqrt","F32x4Sub","F32x4Trunc","F64Abs","F64Add","F64Ceil","F64Const","F64ConvertI32S","F64ConvertI32U","F64ConvertI64S","F64ConvertI64U","F64Copysign","F64Div","F64Eq","F64Floor","F64Ge","F64Gt","F64Le","F64Load","F64Lt","F64Max","F64Min","F64Mul","F64Ne","F64Nearest","F64Neg","F64PromoteF32","F64ReinterpretI64","F64Sqrt","F64Store","F64Sub","F64Trunc","F64x2Abs","F64x2Add","F64x2Ceil","F64x2ConvertLowI32x4S","F64x2ConvertLowI32x4U","F64x2Div","F64x2Eq","F64x2ExtractLane","F64x2Floor","F64x2Fma","F64x2Fms","F64x2Ge","F64x2Gt","F64x2Le","F64x2Lt","F64x2Max","F64x2Min","F64x2Mul","F64x2Ne","F64x2Nearest","F64x2Neg","F64x2PMax","F64x2PMin","F64x2PromoteLowF32x4","F64x2RelaxedMax","F64x2RelaxedMin","F64x2ReplaceLane","F64x2Splat","F64x2Sqrt","F64x2Sub","F64x2Trunc","GlobalGet","GlobalSet","I16x8Abs","I16x8Add","I16x8AddSatS","I16x8AddSatU","I16x8AllTrue","I16x8Bitmask","I16x8DotI8x16I7x16S","I16x8Eq","I16x8ExtAddPairwiseI8x16S","I16x8ExtAddPairwiseI8x16U","I16x8ExtMulHighI8x16S","I16x8ExtMulHighI8x16U","I16x8ExtMulLowI8x16S","I16x8ExtMulLowI8x16U","I16x8ExtendHighI8x16S","I16x8ExtendHighI8x16U","I16x8ExtendLowI8x16S","I16x8ExtendLowI8x16U","I16x8ExtractLaneS","I16x8ExtractLaneU","I16x8GeS","I16x8GeU","I16x8GtS","I16x8GtU","I16x8LaneSelect","I16x8LeS","I16x8LeU","I16x8LtS","I16x8LtU","I16x8MaxS","I16x8MaxU","I16x8MinS","I16x8MinU","I16x8Mul","I16x8NarrowI32x4S","I16x8NarrowI32x4U","I16x8Ne","I16x8Neg","I16x8Q15MulrSatS","I16x8RelaxedQ15mulrS","I16x8ReplaceLane","I16x8RoundingAverageU","I16x8Shl","I16x8ShrS","I16x8ShrU","I16x8Splat","I16x8Sub","I16x8SubSatS","I16x8SubSatU","I32Add","I32And","I32AtomicLoad","I32AtomicLoad16U","I32AtomicLoad8U","I32AtomicRmw16AddU","I32AtomicRmw16AndU","I32AtomicRmw16CmpxchgU","I32AtomicRmw16OrU","I32AtomicRmw16SubU","I32AtomicRmw16XchgU","I32AtomicRmw16XorU","I32AtomicRmw8AddU","I32AtomicRmw8AndU","I32AtomicRmw8CmpxchgU","I32AtomicRmw8OrU","I32AtomicRmw8SubU","I32AtomicRmw8XchgU","I32AtomicRmw8XorU","I32AtomicRmwAdd","I32AtomicRmwAnd","I32AtomicRmwCmpxchg","I32AtomicRmwOr","I32AtomicRmwSub","I32AtomicRmwXchg","I32AtomicRmwXor","I32AtomicStore","I32AtomicStore16","I32AtomicStore8","I32Clz","I32Const","I32Ctz","I32DivS","I32DivU","I32Eq","I32Eqz","I32Extend16S","I32Extend8S","I32GeS","I32GeU","I32GtS","I32GtU","I32LeS","I32LeU","I32Load","I32Load16S","I32Load16U","I32Load8S","I32Load8U","I32LtS","I32LtU","I32Mul","I32Ne","I32Or","I32Popcnt","I32ReinterpretF32","I32RemS","I32RemU","I32Rotl","I32Rotr","I32Shl","I32ShrS","I32ShrU","I32Store","I32Store16","I32Store8","I32Sub","I32TruncF32S","I32TruncF32U","I32TruncF64S","I32TruncF64U","I32TruncSatF32S","I32TruncSatF32U","I32TruncSatF64S","I32TruncSatF64U","I32WrapI64","I32Xor","I32x4Abs","I32x4Add","I32x4AllTrue","I32x4Bitmask","I32x4DotI16x8S","I32x4DotI8x16I7x16AddS","I32x4Eq","I32x4ExtAddPairwiseI16x8S","I32x4ExtAddPairwiseI16x8U","I32x4ExtMulHighI16x8S","I32x4ExtMulHighI16x8U","I32x4ExtMulLowI16x8S","I32x4ExtMulLowI16x8U","I32x4ExtendHighI16x8S","I32x4ExtendHighI16x8U","I32x4ExtendLowI16x8S","I32x4ExtendLowI16x8U","I32x4ExtractLane","I32x4GeS","I32x4GeU","I32x4GtS","I32x4GtU","I32x4LaneSelect","I32x4LeS","I32x4LeU","I32x4LtS","I32x4LtU","I32x4MaxS","I32x4MaxU","I32x4MinS","I32x4MinU","I32x4Mul","I32x4Ne","I32x4Neg","I32x4RelaxedTruncSatF32x4S","I32x4RelaxedTruncSatF32x4U","I32x4RelaxedTruncSatF64x2SZero","I32x4RelaxedTruncSatF64x2UZero","I32x4ReplaceLane","I32x4Shl","I32x4ShrS","I32x4ShrU","I32x4Splat","I32x4Sub","I32x4TruncSatF32x4S","I32x4TruncSatF32x4U","I32x4TruncSatF64x2SZero","I32x4TruncSatF64x2UZero","I64Add","I64And","I64AtomicLoad","I64AtomicLoad16U","I64AtomicLoad32U","I64AtomicLoad8U","I64AtomicRmw16AddU","I64AtomicRmw16AndU","I64AtomicRmw16CmpxchgU","I64AtomicRmw16OrU","I64AtomicRmw16SubU","I64AtomicRmw16XchgU","I64AtomicRmw16XorU","I64AtomicRmw32AddU","I64AtomicRmw32AndU","I64AtomicRmw32CmpxchgU","I64AtomicRmw32OrU","I64AtomicRmw32SubU","I64AtomicRmw32XchgU","I64AtomicRmw32XorU","I64AtomicRmw8AddU","I64AtomicRmw8AndU","I64AtomicRmw8CmpxchgU","I64AtomicRmw8OrU","I64AtomicRmw8SubU","I64AtomicRmw8XchgU","I64AtomicRmw8XorU","I64AtomicRmwAdd","I64AtomicRmwAnd","I64AtomicRmwCmpxchg","I64AtomicRmwOr","I64AtomicRmwSub","I64AtomicRmwXchg","I64AtomicRmwXor","I64AtomicStore","I64AtomicStore16","I64AtomicStore32","I64AtomicStore8","I64Clz","I64Const","I64Ctz","I64DivS","I64DivU","I64Eq","I64Eqz","I64Extend16S","I64Extend32S","I64Extend8S","I64ExtendI32S","I64ExtendI32U","I64GeS","I64GeU","I64GtS","I64GtU","I64LeS","I64LeU","I64Load","I64Load16S","I64Load16U","I64Load32S","I64Load32U","I64Load8S","I64Load8U","I64LtS","I64LtU","I64Mul","I64Ne","I64Or","I64Popcnt","I64ReinterpretF64","I64RemS","I64RemU","I64Rotl","I64Rotr","I64Shl","I64ShrS","I64ShrU","I64Store","I64Store16","I64Store32","I64Store8","I64Sub","I64TruncF32S","I64TruncF32U","I64TruncF64S","I64TruncF64U","I64TruncSatF32S","I64TruncSatF32U","I64TruncSatF64S","I64TruncSatF64U","I64Xor","I64x2Abs","I64x2Add","I64x2AllTrue","I64x2Bitmask","I64x2Eq","I64x2ExtMulHighI32x4S","I64x2ExtMulHighI32x4U","I64x2ExtMulLowI32x4S","I64x2ExtMulLowI32x4U","I64x2ExtendHighI32x4S","I64x2ExtendHighI32x4U","I64x2ExtendLowI32x4S","I64x2ExtendLowI32x4U","I64x2ExtractLane","I64x2GeS","I64x2GtS","I64x2LaneSelect","I64x2LeS","I64x2LtS","I64x2Mul","I64x2Ne","I64x2Neg","I64x2ReplaceLane","I64x2Shl","I64x2ShrS","I64x2ShrU","I64x2Splat","I64x2Sub","I8x16Abs","I8x16Add","I8x16AddSatS","I8x16AddSatU","I8x16AllTrue","I8x16Bitmask","I8x16Eq","I8x16ExtractLaneS","I8x16ExtractLaneU","I8x16GeS","I8x16GeU","I8x16GtS","I8x16GtU","I8x16LaneSelect","I8x16LeS","I8x16LeU","I8x16LtS","I8x16LtU","I8x16MaxS","I8x16MaxU","I8x16MinS","I8x16MinU","I8x16NarrowI16x8S","I8x16NarrowI16x8U","I8x16Ne","I8x16Neg","I8x16Popcnt","I8x16RelaxedSwizzle","I8x16ReplaceLane","I8x16RoundingAverageU","I8x16Shl","I8x16ShrS","I8x16ShrU","I8x16Shuffle","I8x16Splat","I8x16Sub","I8x16SubSatS","I8x16SubSatU","I8x16Swizzle","If","LocalGet","LocalSet","LocalTee","Loop","MemoryAtomicNotify","MemoryAtomicWait32","MemoryAtomicWait64","MemoryCopy","MemoryFill","MemoryGrow","MemoryInit","MemorySize","Nop","RefFunc","RefIsNull","RefNull","Rethrow","Return","ReturnCall","ReturnCallIndirect","Select","TableCopy","TableFill","TableGet","TableGrow","TableInit","TableSet","TableSize","Throw","Try","TypedSelect","Unreachable","Unwind","V128And","V128AndNot","V128AnyTrue","V128Bitselect","V128Const","V128Load","V128Load16Lane","V128Load16Splat","V128Load16x4S","V128Load16x4U","V128Load32Lane","V128Load32Splat","V128Load32Zero","V128Load32x2S","V128Load32x2U","V128Load64Lane","V128Load64Splat","V128Load64Zero","V128Load8Lane","V128Load8Splat","V128Load8x8S","V128Load8x8U","V128Not","V128Or","V128Store","V128Store16Lane","V128Store32Lane","V128Store64Lane","V128Store8Lane","V128Xor","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","wasmer_parser_operator_t","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","fmt","from","from","from","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","wasmer_cpu_features_add","wasmer_cpu_features_delete","wasmer_cpu_features_new","wasmer_cpu_features_t","wasmer_target_delete","wasmer_target_new","wasmer_target_t","wasmer_triple_delete","wasmer_triple_new","wasmer_triple_new_from_host","wasmer_triple_t","__clone_box","__clone_box","as_slice","as_uninit_slice","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","data","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","from","from","from","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","set_buffer","size","take","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","wasi_get_unordered_imports","wasmer_named_extern_module","wasmer_named_extern_name","wasmer_named_extern_t","wasmer_named_extern_unwrap","wasmer_named_extern_vec_copy","wasmer_named_extern_vec_delete","wasmer_named_extern_vec_new","wasmer_named_extern_vec_new_empty","wasmer_named_extern_vec_new_uninitialized","wasmer_named_extern_vec_t","__clone_box","__clone_box","__clone_box","as_slice","as_uninit_slice","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","data","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","from","from","from","from","init","init","init","into","into","into","kind","layout_raw","layout_raw","layout_raw","of","pointer_metadata","pointer_metadata","pointer_metadata","set_buffer","size","take","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","vzip","vzip","wasm_val_copy","wasm_val_delete","wasm_val_inner","wasm_val_t","wasm_val_vec_copy","wasm_val_vec_delete","wasm_val_vec_new","wasm_val_vec_new_empty","wasm_val_vec_new_uninitialized","wasm_val_vec_t","wasm_valkind_t","wasmer_version","wasmer_version_major","wasmer_version_minor","wasmer_version_patch","wasmer_version_pre","INVALID_VERSION","LATEST","SNAPSHOT0","SNAPSHOT1","WASIX32V1","WASIX64V1","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","wasi_config_arg","wasi_config_capture_stderr","wasi_config_capture_stdout","wasi_config_env","wasi_config_inherit_stderr","wasi_config_inherit_stdin","wasi_config_inherit_stdout","wasi_config_mapdir","wasi_config_new","wasi_config_preopen_dir","wasi_config_t","wasi_env_delete","wasi_env_initialize_instance","wasi_env_new","wasi_env_read_stderr","wasi_env_read_stdout","wasi_env_set_memory","wasi_env_t","wasi_filesystem_delete","wasi_filesystem_init_static_memory","wasi_filesystem_t","wasi_get_imports","wasi_get_start_function","wasi_get_unordered_imports","wasi_get_wasi_version","wasi_version_t","wat2wasm"],"q":[[0,"wasmer_c_api"],[3,"wasmer_c_api::error"],[6,"wasmer_c_api::tracing"],[7,"wasmer_c_api::wasm_c_api"],[19,"wasmer_c_api::wasm_c_api::engine"],[133,"wasmer_c_api::wasm_c_api::externals"],[309,"wasmer_c_api::wasm_c_api::instance"],[328,"wasmer_c_api::wasm_c_api::module"],[358,"wasmer_c_api::wasm_c_api::store"],[398,"wasmer_c_api::wasm_c_api::trap"],[423,"wasmer_c_api::wasm_c_api::types"],[1200,"wasmer_c_api::wasm_c_api::unstable"],[1207,"wasmer_c_api::wasm_c_api::unstable::engine"],[1213,"wasmer_c_api::wasm_c_api::unstable::features"],[1247,"wasmer_c_api::wasm_c_api::unstable::middlewares"],[1272,"wasmer_c_api::wasm_c_api::unstable::middlewares::metering"],[1298,"wasmer_c_api::wasm_c_api::unstable::module"],[1301,"wasmer_c_api::wasm_c_api::unstable::parser"],[1302,"wasmer_c_api::wasm_c_api::unstable::parser::operator"],[1856,"wasmer_c_api::wasm_c_api::unstable::target_lexicon"],[1925,"wasmer_c_api::wasm_c_api::unstable::wasi"],[1982,"wasmer_c_api::wasm_c_api::value"],[2067,"wasmer_c_api::wasm_c_api::version"],[2072,"wasmer_c_api::wasm_c_api::wasi"],[2185,"wasmer_c_api::wasm_c_api::wat"],[2186,"core::fmt"],[2187,"libc::unix"],[2188,"libc::unix::linux_like::linux::gnu::b64::x86_64"],[2189,"core::ptr::non_null"],[2190,"core::option"],[2191,"core::ffi"],[2192,"dyn_clone::sealed"],[2193,"rkyv::with"],[2194,"core::result"],[2195,"core::fmt"],[2196,"core::alloc::layout"],[2197,"alloc::alloc"],[2198,"alloc::boxed"],[2199,"core::any"],[2200,"alloc::vec"],[2201,"core::ffi"],[2202,"wasmer::store"],[2203,"core::error"],[2204,"wasmer_types::types"],[2205,"alloc::string"],[2206,"wasmer_types::types"],[2207,"wasmer_types::types"],[2208,"wasmer::value"],[2209,"std::os::raw"],[2210,"wasmer_wasix::utils"]],"d":["Utilities to read errors.","Utilities to set up tracing and logging.","Implementation of the official WebAssembly C API for …","Rust function to register a new error.","Gets the length in bytes of the last error if any, zero …","Gets the last error message if any into the provided buffer","","An engine drives the compilation and the runtime.","cbindgen:ignore","A WebAssembly instance is a stateful, executable instance …","A WebAssembly module contains stateless WebAssembly code …","A store represents all global state that can be …","A trap represents an error which stores trace message with …","cbindgen:ignore","This module contains unstable non-standard C API.","Possible runtime values that a WebAssembly module can …","Wasmer-specific API to get or query the version of this …","Unofficial API for WASI integrating with the standard Wasm …","Wasmer-specific API to transform the WAT format into Wasm …","Variant to represent the Cranelift compiler. See the …","Variant to represent the LLVM compiler. See the […","Variant to represent the Singlepass compiler. See the […","Variant to represent the Universal engine. See the […","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Delete a Wasmer config object.","Create a new default Wasmer configuration.","","Updates the configuration to specify a particular compiler …","Updates the configuration to specify a particular engine …","","","A configuration holds the compiler and the engine used by …","Deletes an engine.","Creates a new Universal engine with the default compiler.","Creates an engine with a particular configuration.","An engine is used by the store to drive the compilation …","Kind of compilers that can be used by the engines.","Kind of engines that can be used by the store.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Copy a wasm_extern_t.","Delete an extern.","","Performs a deep copy of a vector of [wasm_extern_t *].","Deletes a vector of [wasm_extern_t *].","Creates a new vector of [wasm_extern_t *].","Creates an empty vector of [wasm_extern_t *].","Creates a new uninitialized vector of [wasm_extern_t *].","Represents a vector of wasm_extern_t *.","","","","","","","","","","","","","","","","","","","Note: This function returns nothing by design but it can …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","Deletes an instance.","Gets the exports of the instance.","Creates a new instance from a WebAssembly module and a set …","Opaque type representing a WebAssembly instance.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Deletes a WebAssembly module.","Deserializes a serialized module binary into a …","Returns an array of the exported types in the module.","Returns an array of the imported types in the module.","A WebAssembly module contains stateless WebAssembly code …","Serializes a module into a binary representation that the …","Opaque type representing a WebAssembly module.","Validates a new WebAssembly module given the configuration …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Deletes a WebAssembly store.","Creates a new WebAssembly store given a specific engine.","Opaque type representing a WebAssembly store.","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","Deletes a trap.","Gets the message attached to the trap.","Create a new trap message.","Gets the origin frame attached to the trap.","","Gets the trace (as a list of frames) attached to the trap.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs a deep copy of a vector of wasm_byte_t.","Deletes a vector of wasm_byte_t.","Creates a new vector of wasm_byte_t.","Creates an empty vector of wasm_byte_t.","Creates a new uninitialized vector of wasm_byte_t.","Represents a vector of wasm_byte_t.","","","","","","","Performs a deep copy of a vector of [wasm_exporttype_t *].","Deletes a vector of [wasm_exporttype_t *].","Creates a new vector of [wasm_exporttype_t *].","Creates an empty vector of [wasm_exporttype_t *].","Creates a new uninitialized vector of [wasm_exporttype_t *]…","Represents a vector of wasm_exporttype_t *.","","","","","","","","","","","","","","","","","","","","","","","","","","Performs a deep copy of a vector of [wasm_frame_t *].","Deletes a vector of [wasm_frame_t *].","Creates a new vector of [wasm_frame_t *].","Creates an empty vector of [wasm_frame_t *].","Creates a new uninitialized vector of [wasm_frame_t *].","Represents a vector of wasm_frame_t *.","","","","","","","","","Performs a deep copy of a vector of [wasm_functype_t *].","Deletes a vector of [wasm_functype_t *].","Creates a new vector of [wasm_functype_t *].","Creates an empty vector of [wasm_functype_t *].","Creates a new uninitialized vector of [wasm_functype_t *].","Represents a vector of wasm_functype_t *.","","","","","","","","Performs a deep copy of a vector of [wasm_globaltype_t *].","Deletes a vector of [wasm_globaltype_t *].","Creates a new vector of [wasm_globaltype_t *].","Creates an empty vector of [wasm_globaltype_t *].","Creates a new uninitialized vector of [wasm_globaltype_t *]…","Represents a vector of wasm_globaltype_t *.","","","","","","","","Performs a deep copy of a vector of [wasm_importtype_t *].","Deletes a vector of [wasm_importtype_t *].","Creates a new vector of [wasm_importtype_t *].","Creates an empty vector of [wasm_importtype_t *].","Creates a new uninitialized vector of [wasm_importtype_t *]…","Represents a vector of wasm_importtype_t *.","","","","","","","","Performs a deep copy of a vector of [wasm_memorytype_t *].","Deletes a vector of [wasm_memorytype_t *].","Creates a new vector of [wasm_memorytype_t *].","Creates an empty vector of [wasm_memorytype_t *].","Creates a new uninitialized vector of [wasm_memorytype_t *]…","Represents a vector of wasm_memorytype_t *.","","","","","","","","","","","","","","","Performs a deep copy of a vector of [wasm_tabletype_t *].","Deletes a vector of [wasm_tabletype_t *].","Creates a new vector of [wasm_tabletype_t *].","Creates an empty vector of [wasm_tabletype_t *].","Creates a new uninitialized vector of [wasm_tabletype_t *].","Represents a vector of wasm_tabletype_t *.","","","","","","Performs a deep copy of a vector of [wasm_valtype_t *].","Deletes a vector of [wasm_valtype_t *].","Creates a new vector of [wasm_valtype_t *].","Creates an empty vector of [wasm_valtype_t *].","Creates a new uninitialized vector of [wasm_valtype_t *].","Represents a vector of wasm_valtype_t *.","Unstable non-standard Wasmer-specific types for the …","Unstable non-standard Wasmer-specific API that contains a …","Unstable non-standard Wasmer-specific types to manipulate …","Unstable non-standard Wasmer-specific extensions to the …","Unstable non-standard Wasmer-specific types about …","Unstable non-standard Wasmer-specific API that contains …","Unstable non-standard Wasmer-specific API that contains …","Updates the configuration to enable NaN canonicalization.","Unstable non-standard Wasmer-specific API to update the …","Unstable non-standard Wasmer-specific API to update the …","Check whether the given compiler is available, i.e. part …","Check whether the given engine is available, i.e. part of …","Check whether there is no compiler available in this …","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Configures whether the WebAssembly bulk memory operations …","Delete a wasmer_features_t.","Configures whether the WebAssembly 64-bit memory proposal …","Configures whether the WebAssembly tail-call proposal will …","Configures whether the WebAssembly multi-memory proposal …","Configures whether the WebAssembly multi-value proposal …","Creates a new wasmer_features_t.","Configures whether the WebAssembly reference types …","Configures whether the WebAssembly SIMD proposal will be …","Controls which experimental features will be enabled. …","Configures whether the WebAssembly tail-call proposal will …","Configures whether the WebAssembly threads proposal will …","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Unstable non-standard Wasmer-specific API that contains …","","","","","","","","","","","","Updates the configuration to add a module middleware.","Opaque representing any kind of middleware.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","Transforms a wasmer_metering_t into a generic …","Function type to represent a user-defined cost function …","Deletes a wasmer_metering_t.","Returns the remaining metering points. u64::MAX means …","Creates a new metering middleware with an initial limit, …","Returns true if the remaning points are exhausted, false …","Set a new amount of points for the given metering …","Opaque type representing a metering middleware.","Unstable non-standard Wasmer-specific API to get the module…","A WebAssembly module contains stateless WebAssembly code …","Unstable non-standard Wasmer-specific API to set the module…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Add a new CPU feature into the set represented by …","Delete a wasmer_cpu_features_t.","Create a new wasmer_cpu_features_t.","Unstable non-standard Wasmer-specific API to represent a …","Delete a wasmer_target_t.","Creates a new wasmer_target_t.","Unstable non-standard Wasmer-specific API to represent a …","Delete a wasmer_triple_t.","Create a new wasmer_triple_t based on a triple string.","Create the wasmer_triple_t for the current host.","Unstable non-standard Wasmer-specific API to represent a …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Non-standard function to get the imports needed for the …","Non-standard function to get the module name of a …","Non-standard function to get the name of a …","Unstable non-standard type wrapping wasm_extern_t with the …","Non-standard function to get the wrapped extern of a …","Performs a deep copy of a vector of […","Deletes a vector of [wasmer_named_extern_t *].","Creates a new vector of [wasmer_named_extern_t *].","Creates an empty vector of [wasmer_named_extern_t *].","Creates a new uninitialized vector of […","Represents a vector of wasmer_named_extern_t *.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","The kind of the value.","","","","The real value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Rust union, compatible with C, that holds a value of kind","A WebAssembly value composed of its type and its value.","Performs a deep copy of a vector of wasm_val_t.","Deletes a vector of wasm_val_t.","Creates a new vector of wasm_val_t.","Creates an empty vector of wasm_val_t.","Creates a new uninitialized vector of wasm_val_t.","Represents a vector of wasm_val_t.","Represents the kind of values. The variants of this C enum …","Get the version of the Wasmer C API.","Get the major version of the Wasmer C API.","Get the minor version of the Wasmer C API.","Get the patch version of the Wasmer C API.","Get the minor version of the Wasmer C API.","An invalid version.","Latest version.","wasi_unstable.","wasi_snapshot_preview1.","wasix_32v1.","wasix_64v1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Delete a wasi_env_t.","","Create a new WASI environment.","","","Set the memory on a wasi_env_t.","","","","","Non-standard function to get the imports needed for the …","","","","The version of WASI. This is determined by the imports …","Parses in-memory bytes as either the WAT format, or a …"],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,10,9,10,23,9,10,11,23,9,10,11,9,10,9,10,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,9,10,23,9,10,11,23,9,10,11,23,9,10,11,23,9,9,10,10,11,11,23,9,9,10,10,11,11,23,9,9,10,10,11,11,23,9,10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,29,30,31,25,24,24,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,24,28,29,30,31,25,24,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,24,24,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,0,0,0,0,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,0,0,0,0,0,0,0,0,55,35,55,35,55,55,55,35,55,35,55,35,55,35,55,35,55,35,55,35,55,35,55,35,55,55,55,55,35,55,35,55,35,55,35,55,0,0,0,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,0,0,0,0,0,0,0,76,75,78,78,78,78,76,76,76,76,76,75,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,73,53,61,64,65,54,67,68,69,52,53,61,64,65,54,67,68,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,81,59,53,61,64,65,54,67,68,69,52,70,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,53,72,73,60,61,61,36,64,64,42,65,65,66,54,54,46,67,67,74,75,49,68,68,76,70,69,69,52,52,75,76,75,75,75,75,76,76,76,76,72,73,73,60,36,42,46,74,75,49,76,70,78,78,78,79,81,48,63,63,63,53,53,72,72,72,73,73,60,60,60,61,61,36,64,64,42,65,65,66,66,66,54,54,46,67,67,74,75,75,49,68,68,76,76,70,70,69,69,52,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,74,74,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,53,61,64,65,54,67,68,69,52,81,59,53,61,64,65,54,67,68,69,52,53,61,64,65,54,67,68,69,52,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,73,78,48,63,53,72,73,60,61,36,36,64,42,42,65,66,54,46,46,67,74,75,75,49,49,68,76,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,72,73,73,60,60,36,42,46,74,74,75,75,49,76,76,70,70,78,48,72,73,73,60,60,36,42,46,74,74,75,75,49,76,76,70,70,78,48,72,73,73,60,60,36,42,46,74,74,75,75,49,76,76,70,70,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,0,0,0,0,0,0,0,0,0,0,0,0,92,92,92,92,92,92,92,92,92,92,92,0,92,92,92,92,92,92,92,92,92,92,92,0,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,0,0,0,0,0,0,0,0,0,0,0,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,0,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,91,99,98,91,91,99,98,91,91,99,98,91,0,0,0,0,0,0,0,0,0,0,0,101,100,100,100,101,100,101,100,101,100,101,100,100,101,100,101,100,101,100,101,100,100,101,100,100,101,100,101,100,101,100,101,100,100,100,100,101,100,101,100,101,100,101,100,101,100,0,0,0,0,0,0,0,0,0,0,0,41,103,33,33,33,41,103,33,41,103,33,41,103,33,41,103,33,33,41,41,103,33,41,103,33,41,103,33,41,103,33,33,41,41,103,33,33,41,103,33,41,103,33,41,41,103,33,41,41,103,33,33,33,33,41,103,33,41,41,41,103,33,41,103,33,41,103,33,41,41,41,41,103,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,106,106,106,106,106,106,110,102,107,106,110,102,107,106,106,106,110,102,107,106,110,102,107,106,110,102,107,106,110,102,107,106,106,106,106,106,106,107,106,110,102,107,106,106,110,102,107,106,110,102,107,106,110,102,107,106,110,102,107,106,106,110,102,107,106,110,102,107,106,110,102,107,106,107,106,106,107,106,106,107,106,106,110,102,107,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"f":[0,0,0,[-1,1,2],[[],3],[[[6,[[5,[4]]]],3],3],[[7,7],1],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,8],1,[]],[[-1,8],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[9,9],[10,10],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],9],[[],10],[[],11],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[12,1],[[9,15],16],[[10,15],16],[[11,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],12],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[6,[[21,[11]]]]],1],[[],[[21,[11]]]],0,[[11,9],1],[[11,10],1],0,0,0,[[[6,[[21,[23]]]]],1],[[],[[21,[23]]]],[[[6,[[21,[11]]]]],[[6,[[21,[23]]]]]],0,0,0,0,[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[24,[[26,[[6,[[21,[25]]]]]]]],[24,[[26,[[27,[[6,[[21,[25]]]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[28,28],[29,29],[30,30],[31,31],[25,25],[24,24],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[12,1],[12,1],[24,1],[12,1],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[25]]]]]]],24],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[24,[32,[[6,[[21,[25]]]]]]],1],0,[24,[[32,[[6,[[21,[25]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[6,[25]]],[[6,[28]]]],[[[6,[25]]],[[6,[29]]]],[[[6,[25]]],[[6,[30]]]],[[[6,[25]]],[[6,[31]]]],[25,[[21,[25]]]],[[[6,[[21,[25]]]]],1],0,[[24,24],1],[24,1],[[24,12,6],1],[24,1],[[24,12],1],0,[[[6,[28]]],[[6,[25]]]],[[[6,[28]],[6,[33]],33],[[6,[[21,[34]]]]]],0,0,[28,[[21,[28]]]],[[[6,[[21,[28]]]]],1],[[[6,[35]],[6,[36]],[6,[37]]],[[6,[[21,[28]]]]]],[[[6,[35]],[6,[36]],[6,[38]],39,[6,[40]]],[[6,[[21,[28]]]]]],[28,12],[28,12],0,[[[6,[28]]],[[6,[[21,[36]]]]]],[[[6,[29]]],[[6,[25]]]],[29,[[21,[29]]]],[[[6,[[21,[29]]]]],1],[[29,41],1],[[[6,[35]],[6,[42]],[6,[41]]],[[6,[[21,[29]]]]]],[[29,29],43],[[29,41],1],0,[[[6,[29]]],[[6,[[21,[42]]]]]],[[[6,[30]]],[[6,[25]]]],[30,[[21,[30]]]],[30,44],[30,12],[[[6,[[21,[30]]]]],1],[[30,45],43],[[[6,[35]],[6,[46]]],[[6,[[21,[30]]]]]],[[30,30],43],[30,45],0,[[[6,[30]]],[[6,[[21,[46]]]]]],[[[6,[31]]],[[6,[25]]]],[31,[[21,[31]]]],[[[6,[[21,[31]]]]],1],[[31,47,48],43],[[[6,[35]],[6,[49]],48],[[6,[[21,[31]]]]]],[[31,31],43],[31,12],0,[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[[[6,[[21,[50]]]]],1],[[50,24],1],[[[6,[35]],[6,[51]],[6,[24]],[6,[34]]],[[6,[[21,[50]]]]]],0,[[-1,8],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,51],[[-1,-2],1,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[[6,[[21,[51]]]]],1],[[35,[6,[52]]],[[6,[[5,[51]]]]]],[[51,53],1],[[51,54],1],[[[6,[35]],[6,[52]]],[[6,[[21,[51]]]]]],[[51,52],1],0,[[[6,[35]],[6,[52]]],43],0,[[-1,8],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[55,55],[[-1,-2],1,[],[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[-1,-1,[]],[-1,-1,[]],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[55,56],[55,57],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[6,[[21,[35]]]]],1],[[[6,[23]]],[[6,[[21,[35]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[58,34],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[[6,[[21,[34]]]]],1],[[34,52],1],[[35,59],[[6,[[21,[34]]]]]],[34,[[6,[[21,[60]]]]]],0,[[34,61],1],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[-1,62,[]],[53,[[26,[[6,[[21,[63]]]]]]]],[61,[[26,[[6,[[21,[60]]]]]]]],[64,[[26,[[6,[[21,[36]]]]]]]],[65,[[26,[[6,[[21,[42]]]]]]]],[54,[[26,[[6,[[21,[66]]]]]]]],[67,[[26,[[6,[[21,[46]]]]]]]],[68,[[26,[[6,[[21,[49]]]]]]]],[69,[[26,[[6,[[21,[70]]]]]]]],[52,[[26,[71]]]],[53,[[26,[[27,[[6,[[21,[63]]]]]]]]]],[61,[[26,[[27,[[6,[[21,[60]]]]]]]]]],[64,[[26,[[27,[[6,[[21,[36]]]]]]]]]],[65,[[26,[[27,[[6,[[21,[42]]]]]]]]]],[54,[[26,[[27,[[6,[[21,[66]]]]]]]]]],[67,[[26,[[27,[[6,[[21,[46]]]]]]]]]],[68,[[26,[[27,[[6,[[21,[49]]]]]]]]]],[69,[[26,[[27,[[6,[[21,[70]]]]]]]]]],[52,[[26,[[27,[71]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[63,63],[53,53],[72,72],[73,73],[60,60],[61,61],[36,36],[64,64],[42,42],[65,65],[66,66],[54,54],[46,46],[67,67],[74,74],[75,75],[49,49],[68,68],[76,76],[70,70],[69,69],[52,52],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,0,0,0,0,0,0,0,0,0,0,[[],70],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[53,1],[12,1],[12,1],[12,1],[12,1],[61,1],[12,1],[12,1],[12,1],[64,1],[12,1],[12,1],[65,1],[12,1],[12,1],[54,1],[12,1],[67,1],[12,1],[12,1],[12,1],[12,1],[12,1],[68,1],[12,1],[12,1],[12,1],[69,1],[52,1],[12,1],[[75,75],43],[[76,76],43],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[72,15],16],[[73,15],16],[[73,15],16],[[60,15],16],[[36,15],16],[[42,15],16],[[46,15],16],[[74,15],16],[[75,15],16],[[49,15],16],[[76,15],16],[[70,15],16],[-1,-1,[]],[77,78],[77,78],[75,79],[80,81],[-1,-1,[]],[82,63],[-1,-1,[]],[82,63],[[[32,[[6,[[21,[63]]]]]]],53],[-1,-1,[]],[77,72],[-1,-1,[]],[77,72],[83,73],[-1,-1,[]],[84,60],[-1,-1,[]],[84,60],[[[32,[[6,[[21,[60]]]]]]],61],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[36]]]]]]],64],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[42]]]]]]],65],[85,66],[-1,-1,[]],[85,66],[-1,-1,[]],[[[32,[[6,[[21,[66]]]]]]],54],[-1,-1,[]],[[[32,[[6,[[21,[46]]]]]]],67],[-1,-1,[]],[-1,-1,[]],[86,75],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[49]]]]]]],68],[-1,-1,[]],[87,76],[-1,-1,[]],[87,70],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[70]]]]]]],69],[-1,-1,[]],[[[32,[71]]],52],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[53,[32,[[6,[[21,[63]]]]]]],1],[[61,[32,[[6,[[21,[60]]]]]]],1],[[64,[32,[[6,[[21,[36]]]]]]],1],[[65,[32,[[6,[[21,[42]]]]]]],1],[[54,[32,[[6,[[21,[66]]]]]]],1],[[67,[32,[[6,[[21,[46]]]]]]],1],[[68,[32,[[6,[[21,[49]]]]]]],1],[[69,[32,[[6,[[21,[70]]]]]]],1],[[52,[32,[71]]],1],0,0,0,0,0,0,0,0,0,0,0,[53,[[32,[[6,[[21,[63]]]]]]]],[61,[[32,[[6,[[21,[60]]]]]]]],[64,[[32,[[6,[[21,[36]]]]]]]],[65,[[32,[[6,[[21,[42]]]]]]]],[54,[[32,[[6,[[21,[66]]]]]]]],[67,[[32,[[6,[[21,[46]]]]]]]],[68,[[32,[[6,[[21,[49]]]]]]]],[69,[[32,[[6,[[21,[70]]]]]]]],[52,[[32,[71]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,80,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[72,[[14,[36]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[72,[[14,[42]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[72,[[14,[46]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[79,[[14,[75]]]],[72,[[14,[49]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[88,[[14,[76]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,52],1],[52,1],[[52,12,71],1],[52,1],[[52,12],1],0,[[[6,[63]]],[[6,[[21,[63]]]]]],[[[6,[[21,[63]]]]],1],[63,81],[[81,[21,[72]]],[[21,[63]]]],0,[63,72],[[53,53],1],[53,1],[[53,12,6],1],[53,1],[[53,12],1],0,[25,89],[25,[[21,[72]]]],0,0,[72,[[6,[36]]]],[72,[[6,[36]]]],[72,[[6,[42]]]],[72,[[6,[42]]]],[72,[[6,[46]]]],[72,[[6,[46]]]],[72,[[6,[49]]]],[72,[[6,[49]]]],[72,[[21,[72]]]],[[[6,[[21,[72]]]]],1],[72,89],0,[60,[[21,[60]]]],[[[6,[[21,[60]]]]],1],[60,45],0,[60,12],[60,50],0,[60,12],0,[[61,61],1],[61,1],[[61,12,6],1],[61,1],[[61,12],1],0,[36,72],[36,72],[[[6,[36]]],[[6,[[21,[36]]]]]],[[[6,[[21,[36]]]]],1],[[[6,[69]],[6,[69]]],[[6,[[21,[36]]]]]],[[[6,[36]]],[[6,[69]]]],[[[6,[36]]],[[6,[69]]]],0,[[64,64],1],[64,1],[[64,12,6],1],[64,1],[[64,12],1],0,[42,72],[42,72],[42,70],[[[6,[[21,[42]]]]],1],[42,79],[[[6,[[21,[70]]]],79],[[6,[[21,[42]]]]]],0,[[65,65],1],[65,1],[[65,12,6],1],[65,1],[[65,12],1],0,[[[6,[66]]],[[6,[[21,[66]]]]]],[[[6,[[21,[66]]]]],1],[66,81],[66,81],[[[6,[81]],[6,[81]],[6,[[21,[72]]]]],[[6,[[21,[66]]]]]],0,[66,72],[[54,54],1],[54,1],[[54,12,6],1],[54,1],[[54,12],1],0,0,[46,72],[46,72],[[[6,[[21,[46]]]]],1],[46,74],[74,[[21,[46]]]],0,[[67,67],1],[67,1],[[67,12,6],1],[67,1],[[67,12],1],0,0,0,0,[[[6,[0]]],1],0,0,0,[49,72],[49,72],[[[6,[[21,[49]]]]],1],[49,70],[49,74],[[[6,[[21,[70]]]],74],[[6,[[21,[49]]]]]],0,[[68,68],1],[68,1],[[68,12,6],1],[68,1],[[68,12],1],0,0,[[[6,[[21,[70]]]]],1],[[[6,[70]]],88],[88,[[6,[[21,[70]]]]]],0,[[69,69],1],[69,1],[[69,12,6],1],[69,1],[[69,12],1],0,0,0,0,0,0,0,0,[[11,43],1],[[11,[21,[90]]],1],[[11,[21,[91]]],1],[9,43],[10,43],[[],43],[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[[90,15],16],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[[6,[90]],43],43],[[[6,[[21,[90]]]]],1],[[[6,[90]],43],43],[[[6,[90]],43],43],[[[6,[90]],43],43],[[[6,[90]],43],43],[[],[[21,[90]]]],[[[6,[90]],43],43],[[[6,[90]],43],43],0,[[[6,[90]],43],43],[[[6,[90]],43],43],[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[[92,15],16],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],0,[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[11,[21,[92]]],1],0,[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[[6,[[21,[93]]]]],[[6,[[21,[92]]]]]],0,[[[6,[[21,[93]]]]],1],[50,94],[[94,95],[[21,[93]]]],[50,43],[[50,94],1],0,[[51,81],1],[[[6,[23]],[6,[52]]],[[6,[[21,[51]]]]]],[[51,81],43],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[96,97],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[[91,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[6,[98]],[6,[81]]],43],[[[6,[[21,[98]]]]],1],[[],[[21,[98]]]],0,[[[6,[[21,[91]]]]],1],[[[6,[[21,[99]]]],[6,[[21,[98]]]]],[[6,[[21,[91]]]]]],0,[[[6,[[21,[99]]]]],1],[[[6,[81]]],[[6,[[21,[99]]]]]],[[],[[21,[99]]]],0,[[-1,8],1,[]],[[-1,8],1,[]],[100,[[26,[[6,[[21,[101]]]]]]]],[100,[[26,[[27,[[6,[[21,[101]]]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[101,101],[100,100],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[100,1],[-1,-1,[]],[[[32,[[6,[[21,[101]]]]]]],100],[-1,-1,[]],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[100,[32,[[6,[[21,[101]]]]]]],1],0,[100,[[32,[[6,[[21,[101]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[6,[102]],[6,[51]],100],43],[[[6,[101]]],[[6,[81]]]],[[[6,[101]]],[[6,[81]]]],0,[[[6,[101]]],[[6,[25]]]],[[100,100],1],[100,1],[[100,12,6],1],[100,1],[[100,12],1],0,[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[33,[[26,[41]]]],[33,[[26,[[27,[41]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[41,41],[103,103],[33,33],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[[],41],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[33,1],[[41,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[32,[41]]],33],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],0,[[]],[[]],[[]],[[33,[32,[41]]],1],0,[33,[[32,[41]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[104,[[14,[41]]]],[-1,[[14,[-2]]],[],[]],[104,[[14,[41]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[41,41],1],[[[6,[[21,[41]]]]],1],0,0,[[33,33],1],[33,1],[[33,12,41],1],[33,1],[[33,12],1],0,0,[[],105],[[],44],[[],44],[[],44],[[],105],0,0,0,0,0,0,[[-1,8],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[106,106],[[-1,-2],1,[],[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[12,1],[[106,106],43],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[107,15],16],[[106,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[108,106],[[],12],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[]],[[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[107,105],1],[107,1],[107,1],[[107,105,105],1],[107,1],[107,1],[107,1],[[107,105,105],43],[105,[[6,[[21,[107]]]]]],[[107,105],43],0,[[[6,[[21,[102]]]]],1],[[102,35,50],43],[[[6,[35]],[21,[107]]],[[6,[[21,[102]]]]]],[[102,105,12],109],[[102,105,12],109],[[102,30],1],0,[110,1],[[[6,[52]]],[[6,[[21,[110]]]]]],0,[[[6,[35]],[6,[102]],[6,[51]],24],43],[50,[[6,[[21,[28]]]]]],0,[51,106],0,[[52,52],1]],"c":[2175],"p":[[15,"tuple"],[8,"Display",2186],[6,"c_int",2187],[6,"c_char",2188],[3,"NonNull",2189],[4,"Option",2190],[6,"c_int",2191],[3,"Private",2192],[4,"wasmer_compiler_t",19],[4,"wasmer_engine_t",19],[3,"wasm_config_t",19],[15,"usize"],[3,"With",2193],[4,"Result",2194],[3,"Formatter",2186],[6,"Result",2186],[3,"Layout",2195],[3,"LayoutError",2195],[3,"TypeId",2196],[3,"Global",2197],[3,"Box",2198],[8,"Any",2196],[3,"wasm_engine_t",19],[3,"wasm_extern_vec_t",133],[3,"wasm_extern_t",133],[15,"slice"],[19,"MaybeUninit",2199],[3,"wasm_func_t",133],[3,"wasm_global_t",133],[3,"wasm_memory_t",133],[3,"wasm_table_t",133],[3,"Vec",2200],[3,"wasm_val_vec_t",1982],[3,"wasm_trap_t",398],[3,"wasm_store_t",358],[3,"wasm_functype_t",423],[6,"wasm_func_callback_t",133],[6,"wasm_func_callback_with_env_t",133],[4,"c_void",2191],[6,"wasm_env_finalizer_t",133],[3,"wasm_val_t",1982],[3,"wasm_globaltype_t",423],[15,"bool"],[15,"u8"],[15,"u32"],[3,"wasm_memorytype_t",423],[6,"wasm_table_size_t",423],[3,"wasm_ref_t",423],[3,"wasm_tabletype_t",423],[3,"wasm_instance_t",309],[3,"wasm_module_t",328],[3,"wasm_byte_vec_t",423],[3,"wasm_exporttype_vec_t",423],[3,"wasm_importtype_vec_t",423],[3,"StoreRef",358],[3,"StoreRef",2201],[3,"StoreMut",2201],[3,"RuntimeError",2202],[6,"wasm_message_t",423],[3,"wasm_frame_t",423],[3,"wasm_frame_vec_t",423],[8,"Error",2203],[3,"wasm_exporttype_t",423],[3,"wasm_functype_vec_t",423],[3,"wasm_globaltype_vec_t",423],[3,"wasm_importtype_t",423],[3,"wasm_memorytype_vec_t",423],[3,"wasm_tabletype_vec_t",423],[3,"wasm_valtype_vec_t",423],[3,"wasm_valtype_t",423],[6,"wasm_byte_t",423],[3,"wasm_externtype_t",423],[3,"ExternTypeConversionError",423],[3,"wasm_limits_t",423],[4,"wasm_mutability_enum",423],[4,"wasm_valkind_enum",423],[4,"ExternType",2204],[4,"wasm_externkind_enum",423],[6,"wasm_mutability_t",423],[3,"String",2205],[6,"wasm_name_t",423],[3,"ExportType",2204],[15,"str"],[3,"FrameInfo",2206],[3,"ImportType",2204],[4,"Mutability",2204],[4,"Type",2204],[6,"wasm_valkind_t",1982],[6,"wasm_externkind_t",423],[3,"wasmer_features_t",1213],[3,"wasmer_target_t",1856],[3,"wasmer_middleware_t",1247],[3,"wasmer_metering_t",1272],[15,"u64"],[6,"wasmer_metering_cost_function_t",1272],[4,"Operator",2207],[4,"wasmer_parser_operator_t",1302],[3,"wasmer_cpu_features_t",1856],[3,"wasmer_triple_t",1856],[3,"wasmer_named_extern_vec_t",1925],[3,"wasmer_named_extern_t",1925],[3,"wasi_env_t",2072],[19,"wasm_val_inner",1982],[4,"Value",2208],[6,"c_char",2209],[4,"wasi_version_t",2072],[3,"wasi_config_t",2072],[4,"WasiVersion",2210],[15,"isize"],[3,"wasi_filesystem_t",2072]]},\ +"wasmer_c_api":{"doc":"Wasmer C API.","t":"AAAFFFFAAAAAAAAAAAANNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFCFFCCDFFFDEECLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGFFFFFFDFFFFFDFFGGFFFFFFDFFFFFFFFDFFFFFFFFFFDFFFFFFFFDLLLLLLLLLLLLLLLFFFDLLLLLLLLLLLLLLLLLLLLLLFFFFFFDFDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFDLLLLLLLLLLLLLLLLLLLFFFFDFDNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGFFFFFDFFFFDFFFFFFDFFEGFFFFFFFFFFFDFFFFFFFFDFFFFFDFFFFFFFDFFFFFDFFFFFFDFFFFFDFFFFFDFFFFFFDDFFFFFDFFFFFDGEGFGDGFFFFFFDFFFFFDEFFFDFFFFFDAAAAAAAFFFFFFLLLLLLLLLLLLLLLLLLLLLLFFFFFFFFFDFFLLLLLLLLLLLALLLLLLLLLLLFDLLLLLLLLLLLLLLLLLLFGFFFFFDFFFANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFDFFDFFFDLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLFFFDFFFFFFDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLFFTDFFFFFDGFFFFFNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFFFFFFFFDFFFFFFDFFDFFCFEF","n":["error","tracing","wasm_c_api","update_last_error","wasmer_last_error_length","wasmer_last_error_message","wasmer_setup_tracing","engine","externals","instance","module","store","trap","types","unstable","value","version","wasi","wat","CRANELIFT","LLVM","SINGLEPASS","UNIVERSAL","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","wasm_config_delete","wasm_config_new","wasm_config_push_middleware","wasm_config_set_compiler","wasm_config_set_engine","wasm_config_set_features","wasm_config_set_target","wasm_config_t","wasm_engine_delete","wasm_engine_new","wasm_engine_new_with_config","wasm_engine_t","wasmer_compiler_t","wasmer_engine_t","wasmer_is_compiler_available","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_slice","as_uninit_slice","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","data","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","from","from","from","from","from","from","from","init","init","init","init","init","init","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","set_buffer","size","take","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","vzip","vzip","vzip","vzip","vzip","vzip","wasm_env_finalizer_t","wasm_extern_as_func","wasm_extern_as_global","wasm_extern_as_memory","wasm_extern_as_table","wasm_extern_copy","wasm_extern_delete","wasm_extern_t","wasm_extern_vec_copy","wasm_extern_vec_delete","wasm_extern_vec_new","wasm_extern_vec_new_empty","wasm_extern_vec_new_uninitialized","wasm_extern_vec_t","wasm_func_as_extern","wasm_func_call","wasm_func_callback_t","wasm_func_callback_with_env_t","wasm_func_copy","wasm_func_delete","wasm_func_new","wasm_func_new_with_env","wasm_func_param_arity","wasm_func_result_arity","wasm_func_t","wasm_func_type","wasm_global_as_extern","wasm_global_copy","wasm_global_delete","wasm_global_get","wasm_global_new","wasm_global_same","wasm_global_set","wasm_global_t","wasm_global_type","wasm_memory_as_extern","wasm_memory_copy","wasm_memory_data","wasm_memory_data_size","wasm_memory_delete","wasm_memory_grow","wasm_memory_new","wasm_memory_same","wasm_memory_size","wasm_memory_t","wasm_memory_type","wasm_table_as_extern","wasm_table_copy","wasm_table_delete","wasm_table_grow","wasm_table_new","wasm_table_same","wasm_table_size","wasm_table_t","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","vzip","wasm_instance_delete","wasm_instance_exports","wasm_instance_new","wasm_instance_t","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","wasm_module_delete","wasm_module_deserialize","wasm_module_exports","wasm_module_imports","wasm_module_new","wasm_module_serialize","wasm_module_t","wasm_module_validate","StoreRef","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","from","from","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","store","store_mut","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","wasm_store_delete","wasm_store_new","wasm_store_t","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","wasm_trap_delete","wasm_trap_message","wasm_trap_new","wasm_trap_origin","wasm_trap_t","wasm_trap_trace","ExternTypeConversionError","WASM_ANYREF","WASM_CONST","WASM_EXTERN_FUNC","WASM_EXTERN_GLOBAL","WASM_EXTERN_MEMORY","WASM_EXTERN_TABLE","WASM_F32","WASM_F64","WASM_FUNCREF","WASM_I32","WASM_I64","WASM_VAR","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_error","as_slice","as_slice","as_slice","as_slice","as_slice","as_slice","as_slice","as_slice","as_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","as_uninit_slice","borrow","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","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","data","data","data","data","data","data","data","data","data","data","data","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","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","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","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","max","min","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","set_buffer","size","size","size","size","size","size","size","size","size","size","size","take","take","take","take","take","take","take","take","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasm_byte_t","wasm_byte_vec_copy","wasm_byte_vec_delete","wasm_byte_vec_new","wasm_byte_vec_new_empty","wasm_byte_vec_new_uninitialized","wasm_byte_vec_t","wasm_exporttype_copy","wasm_exporttype_delete","wasm_exporttype_name","wasm_exporttype_new","wasm_exporttype_t","wasm_exporttype_type","wasm_exporttype_vec_copy","wasm_exporttype_vec_delete","wasm_exporttype_vec_new","wasm_exporttype_vec_new_empty","wasm_exporttype_vec_new_uninitialized","wasm_exporttype_vec_t","wasm_extern_kind","wasm_extern_type","wasm_externkind_enum","wasm_externkind_t","wasm_externtype_as_functype","wasm_externtype_as_functype_const","wasm_externtype_as_globaltype","wasm_externtype_as_globaltype_const","wasm_externtype_as_memorytype","wasm_externtype_as_memorytype_const","wasm_externtype_as_tabletype","wasm_externtype_as_tabletype_const","wasm_externtype_copy","wasm_externtype_delete","wasm_externtype_kind","wasm_externtype_t","wasm_frame_copy","wasm_frame_delete","wasm_frame_func_index","wasm_frame_func_name","wasm_frame_func_offset","wasm_frame_instance","wasm_frame_module_name","wasm_frame_module_offset","wasm_frame_t","wasm_frame_vec_copy","wasm_frame_vec_delete","wasm_frame_vec_new","wasm_frame_vec_new_empty","wasm_frame_vec_new_uninitialized","wasm_frame_vec_t","wasm_functype_as_externtype","wasm_functype_as_externtype_const","wasm_functype_copy","wasm_functype_delete","wasm_functype_new","wasm_functype_params","wasm_functype_results","wasm_functype_t","wasm_functype_vec_copy","wasm_functype_vec_delete","wasm_functype_vec_new","wasm_functype_vec_new_empty","wasm_functype_vec_new_uninitialized","wasm_functype_vec_t","wasm_globaltype_as_externtype","wasm_globaltype_as_externtype_const","wasm_globaltype_content","wasm_globaltype_delete","wasm_globaltype_mutability","wasm_globaltype_new","wasm_globaltype_t","wasm_globaltype_vec_copy","wasm_globaltype_vec_delete","wasm_globaltype_vec_new","wasm_globaltype_vec_new_empty","wasm_globaltype_vec_new_uninitialized","wasm_globaltype_vec_t","wasm_importtype_copy","wasm_importtype_delete","wasm_importtype_module","wasm_importtype_name","wasm_importtype_new","wasm_importtype_t","wasm_importtype_type","wasm_importtype_vec_copy","wasm_importtype_vec_delete","wasm_importtype_vec_new","wasm_importtype_vec_new_empty","wasm_importtype_vec_new_uninitialized","wasm_importtype_vec_t","wasm_limits_t","wasm_memorytype_as_externtype","wasm_memorytype_as_externtype_const","wasm_memorytype_delete","wasm_memorytype_limits","wasm_memorytype_new","wasm_memorytype_t","wasm_memorytype_vec_copy","wasm_memorytype_vec_delete","wasm_memorytype_vec_new","wasm_memorytype_vec_new_empty","wasm_memorytype_vec_new_uninitialized","wasm_memorytype_vec_t","wasm_message_t","wasm_mutability_enum","wasm_mutability_t","wasm_name_delete","wasm_name_t","wasm_ref_t","wasm_table_size_t","wasm_tabletype_as_externtype","wasm_tabletype_as_externtype_const","wasm_tabletype_delete","wasm_tabletype_element","wasm_tabletype_limits","wasm_tabletype_new","wasm_tabletype_t","wasm_tabletype_vec_copy","wasm_tabletype_vec_delete","wasm_tabletype_vec_new","wasm_tabletype_vec_new_empty","wasm_tabletype_vec_new_uninitialized","wasm_tabletype_vec_t","wasm_valkind_enum","wasm_valtype_delete","wasm_valtype_kind","wasm_valtype_new","wasm_valtype_t","wasm_valtype_vec_copy","wasm_valtype_vec_delete","wasm_valtype_vec_new","wasm_valtype_vec_new_empty","wasm_valtype_vec_new_uninitialized","wasm_valtype_vec_t","engine","features","middlewares","module","parser","target_lexicon","wasi","wasm_config_canonicalize_nans","wasm_config_set_features","wasm_config_set_target","wasmer_is_compiler_available","wasmer_is_engine_available","wasmer_is_headless","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wasmer_features_bulk_memory","wasmer_features_delete","wasmer_features_memory64","wasmer_features_module_linking","wasmer_features_multi_memory","wasmer_features_multi_value","wasmer_features_new","wasmer_features_reference_types","wasmer_features_simd","wasmer_features_t","wasmer_features_tail_call","wasmer_features_threads","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","metering","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wasm_config_push_middleware","wasmer_middleware_t","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","wasmer_metering_as_middleware","wasmer_metering_cost_function_t","wasmer_metering_delete","wasmer_metering_get_remaining_points","wasmer_metering_new","wasmer_metering_points_are_exhausted","wasmer_metering_set_remaining_points","wasmer_metering_t","wasmer_module_name","wasmer_module_new","wasmer_module_set_name","operator","AtomicFence","Block","Br","BrIf","BrTable","Call","CallIndirect","Catch","CatchAll","DataDrop","Delegate","Drop","ElemDrop","Else","End","F32Abs","F32Add","F32Ceil","F32Const","F32ConvertI32S","F32ConvertI32U","F32ConvertI64S","F32ConvertI64U","F32Copysign","F32DemoteF64","F32Div","F32Eq","F32Floor","F32Ge","F32Gt","F32Le","F32Load","F32Lt","F32Max","F32Min","F32Mul","F32Ne","F32Nearest","F32Neg","F32ReinterpretI32","F32Sqrt","F32Store","F32Sub","F32Trunc","F32x4Abs","F32x4Add","F32x4Ceil","F32x4ConvertI32x4S","F32x4ConvertI32x4U","F32x4DemoteF64x2Zero","F32x4Div","F32x4Eq","F32x4ExtractLane","F32x4Floor","F32x4Fma","F32x4Fms","F32x4Ge","F32x4Gt","F32x4Le","F32x4Lt","F32x4Max","F32x4Min","F32x4Mul","F32x4Ne","F32x4Nearest","F32x4Neg","F32x4PMax","F32x4PMin","F32x4RelaxedDotBf16x8AddF32x4","F32x4RelaxedMax","F32x4RelaxedMin","F32x4ReplaceLane","F32x4Splat","F32x4Sqrt","F32x4Sub","F32x4Trunc","F64Abs","F64Add","F64Ceil","F64Const","F64ConvertI32S","F64ConvertI32U","F64ConvertI64S","F64ConvertI64U","F64Copysign","F64Div","F64Eq","F64Floor","F64Ge","F64Gt","F64Le","F64Load","F64Lt","F64Max","F64Min","F64Mul","F64Ne","F64Nearest","F64Neg","F64PromoteF32","F64ReinterpretI64","F64Sqrt","F64Store","F64Sub","F64Trunc","F64x2Abs","F64x2Add","F64x2Ceil","F64x2ConvertLowI32x4S","F64x2ConvertLowI32x4U","F64x2Div","F64x2Eq","F64x2ExtractLane","F64x2Floor","F64x2Fma","F64x2Fms","F64x2Ge","F64x2Gt","F64x2Le","F64x2Lt","F64x2Max","F64x2Min","F64x2Mul","F64x2Ne","F64x2Nearest","F64x2Neg","F64x2PMax","F64x2PMin","F64x2PromoteLowF32x4","F64x2RelaxedMax","F64x2RelaxedMin","F64x2ReplaceLane","F64x2Splat","F64x2Sqrt","F64x2Sub","F64x2Trunc","GlobalGet","GlobalSet","I16x8Abs","I16x8Add","I16x8AddSatS","I16x8AddSatU","I16x8AllTrue","I16x8Bitmask","I16x8DotI8x16I7x16S","I16x8Eq","I16x8ExtAddPairwiseI8x16S","I16x8ExtAddPairwiseI8x16U","I16x8ExtMulHighI8x16S","I16x8ExtMulHighI8x16U","I16x8ExtMulLowI8x16S","I16x8ExtMulLowI8x16U","I16x8ExtendHighI8x16S","I16x8ExtendHighI8x16U","I16x8ExtendLowI8x16S","I16x8ExtendLowI8x16U","I16x8ExtractLaneS","I16x8ExtractLaneU","I16x8GeS","I16x8GeU","I16x8GtS","I16x8GtU","I16x8LaneSelect","I16x8LeS","I16x8LeU","I16x8LtS","I16x8LtU","I16x8MaxS","I16x8MaxU","I16x8MinS","I16x8MinU","I16x8Mul","I16x8NarrowI32x4S","I16x8NarrowI32x4U","I16x8Ne","I16x8Neg","I16x8Q15MulrSatS","I16x8RelaxedQ15mulrS","I16x8ReplaceLane","I16x8RoundingAverageU","I16x8Shl","I16x8ShrS","I16x8ShrU","I16x8Splat","I16x8Sub","I16x8SubSatS","I16x8SubSatU","I32Add","I32And","I32AtomicLoad","I32AtomicLoad16U","I32AtomicLoad8U","I32AtomicRmw16AddU","I32AtomicRmw16AndU","I32AtomicRmw16CmpxchgU","I32AtomicRmw16OrU","I32AtomicRmw16SubU","I32AtomicRmw16XchgU","I32AtomicRmw16XorU","I32AtomicRmw8AddU","I32AtomicRmw8AndU","I32AtomicRmw8CmpxchgU","I32AtomicRmw8OrU","I32AtomicRmw8SubU","I32AtomicRmw8XchgU","I32AtomicRmw8XorU","I32AtomicRmwAdd","I32AtomicRmwAnd","I32AtomicRmwCmpxchg","I32AtomicRmwOr","I32AtomicRmwSub","I32AtomicRmwXchg","I32AtomicRmwXor","I32AtomicStore","I32AtomicStore16","I32AtomicStore8","I32Clz","I32Const","I32Ctz","I32DivS","I32DivU","I32Eq","I32Eqz","I32Extend16S","I32Extend8S","I32GeS","I32GeU","I32GtS","I32GtU","I32LeS","I32LeU","I32Load","I32Load16S","I32Load16U","I32Load8S","I32Load8U","I32LtS","I32LtU","I32Mul","I32Ne","I32Or","I32Popcnt","I32ReinterpretF32","I32RemS","I32RemU","I32Rotl","I32Rotr","I32Shl","I32ShrS","I32ShrU","I32Store","I32Store16","I32Store8","I32Sub","I32TruncF32S","I32TruncF32U","I32TruncF64S","I32TruncF64U","I32TruncSatF32S","I32TruncSatF32U","I32TruncSatF64S","I32TruncSatF64U","I32WrapI64","I32Xor","I32x4Abs","I32x4Add","I32x4AllTrue","I32x4Bitmask","I32x4DotI16x8S","I32x4DotI8x16I7x16AddS","I32x4Eq","I32x4ExtAddPairwiseI16x8S","I32x4ExtAddPairwiseI16x8U","I32x4ExtMulHighI16x8S","I32x4ExtMulHighI16x8U","I32x4ExtMulLowI16x8S","I32x4ExtMulLowI16x8U","I32x4ExtendHighI16x8S","I32x4ExtendHighI16x8U","I32x4ExtendLowI16x8S","I32x4ExtendLowI16x8U","I32x4ExtractLane","I32x4GeS","I32x4GeU","I32x4GtS","I32x4GtU","I32x4LaneSelect","I32x4LeS","I32x4LeU","I32x4LtS","I32x4LtU","I32x4MaxS","I32x4MaxU","I32x4MinS","I32x4MinU","I32x4Mul","I32x4Ne","I32x4Neg","I32x4RelaxedTruncSatF32x4S","I32x4RelaxedTruncSatF32x4U","I32x4RelaxedTruncSatF64x2SZero","I32x4RelaxedTruncSatF64x2UZero","I32x4ReplaceLane","I32x4Shl","I32x4ShrS","I32x4ShrU","I32x4Splat","I32x4Sub","I32x4TruncSatF32x4S","I32x4TruncSatF32x4U","I32x4TruncSatF64x2SZero","I32x4TruncSatF64x2UZero","I64Add","I64And","I64AtomicLoad","I64AtomicLoad16U","I64AtomicLoad32U","I64AtomicLoad8U","I64AtomicRmw16AddU","I64AtomicRmw16AndU","I64AtomicRmw16CmpxchgU","I64AtomicRmw16OrU","I64AtomicRmw16SubU","I64AtomicRmw16XchgU","I64AtomicRmw16XorU","I64AtomicRmw32AddU","I64AtomicRmw32AndU","I64AtomicRmw32CmpxchgU","I64AtomicRmw32OrU","I64AtomicRmw32SubU","I64AtomicRmw32XchgU","I64AtomicRmw32XorU","I64AtomicRmw8AddU","I64AtomicRmw8AndU","I64AtomicRmw8CmpxchgU","I64AtomicRmw8OrU","I64AtomicRmw8SubU","I64AtomicRmw8XchgU","I64AtomicRmw8XorU","I64AtomicRmwAdd","I64AtomicRmwAnd","I64AtomicRmwCmpxchg","I64AtomicRmwOr","I64AtomicRmwSub","I64AtomicRmwXchg","I64AtomicRmwXor","I64AtomicStore","I64AtomicStore16","I64AtomicStore32","I64AtomicStore8","I64Clz","I64Const","I64Ctz","I64DivS","I64DivU","I64Eq","I64Eqz","I64Extend16S","I64Extend32S","I64Extend8S","I64ExtendI32S","I64ExtendI32U","I64GeS","I64GeU","I64GtS","I64GtU","I64LeS","I64LeU","I64Load","I64Load16S","I64Load16U","I64Load32S","I64Load32U","I64Load8S","I64Load8U","I64LtS","I64LtU","I64Mul","I64Ne","I64Or","I64Popcnt","I64ReinterpretF64","I64RemS","I64RemU","I64Rotl","I64Rotr","I64Shl","I64ShrS","I64ShrU","I64Store","I64Store16","I64Store32","I64Store8","I64Sub","I64TruncF32S","I64TruncF32U","I64TruncF64S","I64TruncF64U","I64TruncSatF32S","I64TruncSatF32U","I64TruncSatF64S","I64TruncSatF64U","I64Xor","I64x2Abs","I64x2Add","I64x2AllTrue","I64x2Bitmask","I64x2Eq","I64x2ExtMulHighI32x4S","I64x2ExtMulHighI32x4U","I64x2ExtMulLowI32x4S","I64x2ExtMulLowI32x4U","I64x2ExtendHighI32x4S","I64x2ExtendHighI32x4U","I64x2ExtendLowI32x4S","I64x2ExtendLowI32x4U","I64x2ExtractLane","I64x2GeS","I64x2GtS","I64x2LaneSelect","I64x2LeS","I64x2LtS","I64x2Mul","I64x2Ne","I64x2Neg","I64x2ReplaceLane","I64x2Shl","I64x2ShrS","I64x2ShrU","I64x2Splat","I64x2Sub","I8x16Abs","I8x16Add","I8x16AddSatS","I8x16AddSatU","I8x16AllTrue","I8x16Bitmask","I8x16Eq","I8x16ExtractLaneS","I8x16ExtractLaneU","I8x16GeS","I8x16GeU","I8x16GtS","I8x16GtU","I8x16LaneSelect","I8x16LeS","I8x16LeU","I8x16LtS","I8x16LtU","I8x16MaxS","I8x16MaxU","I8x16MinS","I8x16MinU","I8x16NarrowI16x8S","I8x16NarrowI16x8U","I8x16Ne","I8x16Neg","I8x16Popcnt","I8x16RelaxedSwizzle","I8x16ReplaceLane","I8x16RoundingAverageU","I8x16Shl","I8x16ShrS","I8x16ShrU","I8x16Shuffle","I8x16Splat","I8x16Sub","I8x16SubSatS","I8x16SubSatU","I8x16Swizzle","If","LocalGet","LocalSet","LocalTee","Loop","MemoryAtomicNotify","MemoryAtomicWait32","MemoryAtomicWait64","MemoryCopy","MemoryFill","MemoryGrow","MemoryInit","MemorySize","Nop","RefFunc","RefIsNull","RefNull","Rethrow","Return","ReturnCall","ReturnCallIndirect","Select","TableCopy","TableFill","TableGet","TableGrow","TableInit","TableSet","TableSize","Throw","Try","TypedSelect","Unreachable","Unwind","V128And","V128AndNot","V128AnyTrue","V128Bitselect","V128Const","V128Load","V128Load16Lane","V128Load16Splat","V128Load16x4S","V128Load16x4U","V128Load32Lane","V128Load32Splat","V128Load32Zero","V128Load32x2S","V128Load32x2U","V128Load64Lane","V128Load64Splat","V128Load64Zero","V128Load8Lane","V128Load8Splat","V128Load8x8S","V128Load8x8U","V128Not","V128Or","V128Store","V128Store16Lane","V128Store32Lane","V128Store64Lane","V128Store8Lane","V128Xor","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","wasmer_parser_operator_t","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","fmt","from","from","from","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","wasmer_cpu_features_add","wasmer_cpu_features_delete","wasmer_cpu_features_new","wasmer_cpu_features_t","wasmer_target_delete","wasmer_target_new","wasmer_target_t","wasmer_triple_delete","wasmer_triple_new","wasmer_triple_new_from_host","wasmer_triple_t","__clone_box","__clone_box","as_slice","as_uninit_slice","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","data","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","from","from","from","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","set_buffer","size","take","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","wasi_get_unordered_imports","wasmer_named_extern_module","wasmer_named_extern_name","wasmer_named_extern_t","wasmer_named_extern_unwrap","wasmer_named_extern_vec_copy","wasmer_named_extern_vec_delete","wasmer_named_extern_vec_new","wasmer_named_extern_vec_new_empty","wasmer_named_extern_vec_new_uninitialized","wasmer_named_extern_vec_t","__clone_box","__clone_box","__clone_box","as_slice","as_uninit_slice","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","data","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","from","from","from","from","init","init","init","into","into","into","kind","layout_raw","layout_raw","layout_raw","of","pointer_metadata","pointer_metadata","pointer_metadata","set_buffer","size","take","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","vzip","vzip","wasm_val_copy","wasm_val_delete","wasm_val_inner","wasm_val_t","wasm_val_vec_copy","wasm_val_vec_delete","wasm_val_vec_new","wasm_val_vec_new_empty","wasm_val_vec_new_uninitialized","wasm_val_vec_t","wasm_valkind_t","wasmer_version","wasmer_version_major","wasmer_version_minor","wasmer_version_patch","wasmer_version_pre","INVALID_VERSION","LATEST","SNAPSHOT0","SNAPSHOT1","WASIX32V1","WASIX64V1","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","wasi_config_arg","wasi_config_capture_stderr","wasi_config_capture_stdout","wasi_config_env","wasi_config_inherit_stderr","wasi_config_inherit_stdin","wasi_config_inherit_stdout","wasi_config_mapdir","wasi_config_new","wasi_config_preopen_dir","wasi_config_t","wasi_env_delete","wasi_env_initialize_instance","wasi_env_new","wasi_env_read_stderr","wasi_env_read_stdout","wasi_env_set_memory","wasi_env_t","wasi_filesystem_delete","wasi_filesystem_init_static_memory","wasi_filesystem_t","wasi_get_imports","wasi_get_start_function","wasi_get_unordered_imports","wasi_get_wasi_version","wasi_version_t","wat2wasm"],"q":[[0,"wasmer_c_api"],[3,"wasmer_c_api::error"],[6,"wasmer_c_api::tracing"],[7,"wasmer_c_api::wasm_c_api"],[19,"wasmer_c_api::wasm_c_api::engine"],[133,"wasmer_c_api::wasm_c_api::externals"],[309,"wasmer_c_api::wasm_c_api::instance"],[328,"wasmer_c_api::wasm_c_api::module"],[358,"wasmer_c_api::wasm_c_api::store"],[398,"wasmer_c_api::wasm_c_api::trap"],[423,"wasmer_c_api::wasm_c_api::types"],[1200,"wasmer_c_api::wasm_c_api::unstable"],[1207,"wasmer_c_api::wasm_c_api::unstable::engine"],[1213,"wasmer_c_api::wasm_c_api::unstable::features"],[1247,"wasmer_c_api::wasm_c_api::unstable::middlewares"],[1272,"wasmer_c_api::wasm_c_api::unstable::middlewares::metering"],[1298,"wasmer_c_api::wasm_c_api::unstable::module"],[1301,"wasmer_c_api::wasm_c_api::unstable::parser"],[1302,"wasmer_c_api::wasm_c_api::unstable::parser::operator"],[1856,"wasmer_c_api::wasm_c_api::unstable::target_lexicon"],[1925,"wasmer_c_api::wasm_c_api::unstable::wasi"],[1982,"wasmer_c_api::wasm_c_api::value"],[2067,"wasmer_c_api::wasm_c_api::version"],[2072,"wasmer_c_api::wasm_c_api::wasi"],[2185,"wasmer_c_api::wasm_c_api::wat"],[2186,"core::fmt"],[2187,"libc::unix"],[2188,"libc::unix::linux_like::linux::gnu::b64::x86_64"],[2189,"core::ptr::non_null"],[2190,"core::option"],[2191,"core::ffi"],[2192,"dyn_clone::sealed"],[2193,"rkyv::with"],[2194,"core::result"],[2195,"core::fmt"],[2196,"core::alloc::layout"],[2197,"alloc::alloc"],[2198,"alloc::boxed"],[2199,"core::any"],[2200,"alloc::vec"],[2201,"core::ffi"],[2202,"wasmer::store"],[2203,"core::error"],[2204,"wasmer_types::types"],[2205,"alloc::string"],[2206,"wasmer_types::types"],[2207,"wasmer_types::types"],[2208,"wasmer::value"],[2209,"std::os::raw"],[2210,"wasmer_wasix::utils"]],"d":["Utilities to read errors.","Utilities to set up tracing and logging.","Implementation of the official WebAssembly C API for …","Rust function to register a new error.","Gets the length in bytes of the last error if any, zero …","Gets the last error message if any into the provided buffer","","An engine drives the compilation and the runtime.","cbindgen:ignore","A WebAssembly instance is a stateful, executable instance …","A WebAssembly module contains stateless WebAssembly code …","A store represents all global state that can be …","A trap represents an error which stores trace message with …","cbindgen:ignore","This module contains unstable non-standard C API.","Possible runtime values that a WebAssembly module can …","Wasmer-specific API to get or query the version of this …","Unofficial API for WASI integrating with the standard Wasm …","Wasmer-specific API to transform the WAT format into Wasm …","Variant to represent the Cranelift compiler. See the …","Variant to represent the LLVM compiler. See the […","Variant to represent the Singlepass compiler. See the […","Variant to represent the Universal engine. See the […","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Delete a Wasmer config object.","Create a new default Wasmer configuration.","","Updates the configuration to specify a particular compiler …","Updates the configuration to specify a particular engine …","","","A configuration holds the compiler and the engine used by …","Deletes an engine.","Creates a new Universal engine with the default compiler.","Creates an engine with a particular configuration.","An engine is used by the store to drive the compilation …","Kind of compilers that can be used by the engines.","Kind of engines that can be used by the store.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Copy a wasm_extern_t.","Delete an extern.","","Performs a deep copy of a vector of [wasm_extern_t *].","Deletes a vector of [wasm_extern_t *].","Creates a new vector of [wasm_extern_t *].","Creates an empty vector of [wasm_extern_t *].","Creates a new uninitialized vector of [wasm_extern_t *].","Represents a vector of wasm_extern_t *.","","","","","","","","","","","","","","","","","","","Note: This function returns nothing by design but it can …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","Deletes an instance.","Gets the exports of the instance.","Creates a new instance from a WebAssembly module and a set …","Opaque type representing a WebAssembly instance.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Deletes a WebAssembly module.","Deserializes a serialized module binary into a …","Returns an array of the exported types in the module.","Returns an array of the imported types in the module.","A WebAssembly module contains stateless WebAssembly code …","Serializes a module into a binary representation that the …","Opaque type representing a WebAssembly module.","Validates a new WebAssembly module given the configuration …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Deletes a WebAssembly store.","Creates a new WebAssembly store given a specific engine.","Opaque type representing a WebAssembly store.","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","Deletes a trap.","Gets the message attached to the trap.","Create a new trap message.","Gets the origin frame attached to the trap.","","Gets the trace (as a list of frames) attached to the trap.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs a deep copy of a vector of wasm_byte_t.","Deletes a vector of wasm_byte_t.","Creates a new vector of wasm_byte_t.","Creates an empty vector of wasm_byte_t.","Creates a new uninitialized vector of wasm_byte_t.","Represents a vector of wasm_byte_t.","","","","","","","Performs a deep copy of a vector of [wasm_exporttype_t *].","Deletes a vector of [wasm_exporttype_t *].","Creates a new vector of [wasm_exporttype_t *].","Creates an empty vector of [wasm_exporttype_t *].","Creates a new uninitialized vector of [wasm_exporttype_t *]…","Represents a vector of wasm_exporttype_t *.","","","","","","","","","","","","","","","","","","","","","","","","","","Performs a deep copy of a vector of [wasm_frame_t *].","Deletes a vector of [wasm_frame_t *].","Creates a new vector of [wasm_frame_t *].","Creates an empty vector of [wasm_frame_t *].","Creates a new uninitialized vector of [wasm_frame_t *].","Represents a vector of wasm_frame_t *.","","","","","","","","","Performs a deep copy of a vector of [wasm_functype_t *].","Deletes a vector of [wasm_functype_t *].","Creates a new vector of [wasm_functype_t *].","Creates an empty vector of [wasm_functype_t *].","Creates a new uninitialized vector of [wasm_functype_t *].","Represents a vector of wasm_functype_t *.","","","","","","","","Performs a deep copy of a vector of [wasm_globaltype_t *].","Deletes a vector of [wasm_globaltype_t *].","Creates a new vector of [wasm_globaltype_t *].","Creates an empty vector of [wasm_globaltype_t *].","Creates a new uninitialized vector of [wasm_globaltype_t *]…","Represents a vector of wasm_globaltype_t *.","","","","","","","","Performs a deep copy of a vector of [wasm_importtype_t *].","Deletes a vector of [wasm_importtype_t *].","Creates a new vector of [wasm_importtype_t *].","Creates an empty vector of [wasm_importtype_t *].","Creates a new uninitialized vector of [wasm_importtype_t *]…","Represents a vector of wasm_importtype_t *.","","","","","","","","Performs a deep copy of a vector of [wasm_memorytype_t *].","Deletes a vector of [wasm_memorytype_t *].","Creates a new vector of [wasm_memorytype_t *].","Creates an empty vector of [wasm_memorytype_t *].","Creates a new uninitialized vector of [wasm_memorytype_t *]…","Represents a vector of wasm_memorytype_t *.","","","","","","","","","","","","","","","Performs a deep copy of a vector of [wasm_tabletype_t *].","Deletes a vector of [wasm_tabletype_t *].","Creates a new vector of [wasm_tabletype_t *].","Creates an empty vector of [wasm_tabletype_t *].","Creates a new uninitialized vector of [wasm_tabletype_t *].","Represents a vector of wasm_tabletype_t *.","","","","","","Performs a deep copy of a vector of [wasm_valtype_t *].","Deletes a vector of [wasm_valtype_t *].","Creates a new vector of [wasm_valtype_t *].","Creates an empty vector of [wasm_valtype_t *].","Creates a new uninitialized vector of [wasm_valtype_t *].","Represents a vector of wasm_valtype_t *.","Unstable non-standard Wasmer-specific types for the …","Unstable non-standard Wasmer-specific API that contains a …","Unstable non-standard Wasmer-specific types to manipulate …","Unstable non-standard Wasmer-specific extensions to the …","Unstable non-standard Wasmer-specific types about …","Unstable non-standard Wasmer-specific API that contains …","Unstable non-standard Wasmer-specific API that contains …","Updates the configuration to enable NaN canonicalization.","Unstable non-standard Wasmer-specific API to update the …","Unstable non-standard Wasmer-specific API to update the …","Check whether the given compiler is available, i.e. part …","Check whether the given engine is available, i.e. part of …","Check whether there is no compiler available in this …","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","Configures whether the WebAssembly bulk memory operations …","Delete a wasmer_features_t.","Configures whether the WebAssembly 64-bit memory proposal …","Configures whether the WebAssembly tail-call proposal will …","Configures whether the WebAssembly multi-memory proposal …","Configures whether the WebAssembly multi-value proposal …","Creates a new wasmer_features_t.","Configures whether the WebAssembly reference types …","Configures whether the WebAssembly SIMD proposal will be …","Controls which experimental features will be enabled. …","Configures whether the WebAssembly tail-call proposal will …","Configures whether the WebAssembly threads proposal will …","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Unstable non-standard Wasmer-specific API that contains …","","","","","","","","","","","","Updates the configuration to add a module middleware.","Opaque representing any kind of middleware.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","Transforms a wasmer_metering_t into a generic …","Function type to represent a user-defined cost function …","Deletes a wasmer_metering_t.","Returns the remaining metering points. u64::MAX means …","Creates a new metering middleware with an initial limit, …","Returns true if the remaning points are exhausted, false …","Set a new amount of points for the given metering …","Opaque type representing a metering middleware.","Unstable non-standard Wasmer-specific API to get the module…","A WebAssembly module contains stateless WebAssembly code …","Unstable non-standard Wasmer-specific API to set the module…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Add a new CPU feature into the set represented by …","Delete a wasmer_cpu_features_t.","Create a new wasmer_cpu_features_t.","Unstable non-standard Wasmer-specific API to represent a …","Delete a wasmer_target_t.","Creates a new wasmer_target_t.","Unstable non-standard Wasmer-specific API to represent a …","Delete a wasmer_triple_t.","Create a new wasmer_triple_t based on a triple string.","Create the wasmer_triple_t for the current host.","Unstable non-standard Wasmer-specific API to represent a …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Non-standard function to get the imports needed for the …","Non-standard function to get the module name of a …","Non-standard function to get the name of a …","Unstable non-standard type wrapping wasm_extern_t with the …","Non-standard function to get the wrapped extern of a …","Performs a deep copy of a vector of […","Deletes a vector of [wasmer_named_extern_t *].","Creates a new vector of [wasmer_named_extern_t *].","Creates an empty vector of [wasmer_named_extern_t *].","Creates a new uninitialized vector of […","Represents a vector of wasmer_named_extern_t *.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","The kind of the value.","","","","The real value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Rust union, compatible with C, that holds a value of kind","A WebAssembly value composed of its type and its value.","Performs a deep copy of a vector of wasm_val_t.","Deletes a vector of wasm_val_t.","Creates a new vector of wasm_val_t.","Creates an empty vector of wasm_val_t.","Creates a new uninitialized vector of wasm_val_t.","Represents a vector of wasm_val_t.","Represents the kind of values. The variants of this C enum …","Get the version of the Wasmer C API.","Get the major version of the Wasmer C API.","Get the minor version of the Wasmer C API.","Get the patch version of the Wasmer C API.","Get the minor version of the Wasmer C API.","An invalid version.","Latest version.","wasi_unstable.","wasi_snapshot_preview1.","wasix_32v1.","wasix_64v1.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Delete a wasi_env_t.","","Create a new WASI environment.","","","Set the memory on a wasi_env_t.","","","","","Non-standard function to get the imports needed for the …","","","","The version of WASI. This is determined by the imports …","Parses in-memory bytes as either the WAT format, or a …"],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,9,9,10,9,10,23,9,10,11,23,9,10,11,9,10,9,10,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,23,9,10,11,9,10,23,9,10,11,23,9,10,11,23,9,10,11,23,9,9,10,10,11,11,23,9,9,10,10,11,11,23,9,9,10,10,11,11,23,9,10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,29,30,31,25,24,24,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,24,28,29,30,31,25,24,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,24,24,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,28,29,30,31,25,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,0,0,0,0,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,0,0,0,0,0,0,0,0,55,35,55,35,55,55,55,35,55,35,55,35,55,35,55,35,55,35,55,35,55,35,55,35,55,55,55,55,35,55,35,55,35,55,35,55,0,0,0,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,0,0,0,0,0,0,0,76,75,78,78,78,78,76,76,76,76,76,75,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,73,53,61,64,65,54,67,68,69,52,53,61,64,65,54,67,68,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,81,59,53,61,64,65,54,67,68,69,52,70,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,53,72,73,60,61,61,36,64,64,42,65,65,66,54,54,46,67,67,74,75,49,68,68,76,70,69,69,52,52,75,76,75,75,75,75,76,76,76,76,72,73,73,60,36,42,46,74,75,49,76,70,78,78,78,79,81,48,63,63,63,53,53,72,72,72,73,73,60,60,60,61,61,36,64,64,42,65,65,66,66,66,54,54,46,67,67,74,75,75,49,68,68,76,76,70,70,69,69,52,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,74,74,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,53,61,64,65,54,67,68,69,52,81,59,53,61,64,65,54,67,68,69,52,53,61,64,65,54,67,68,69,52,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,73,78,48,63,53,72,73,60,61,36,36,64,42,42,65,66,54,46,46,67,74,75,75,49,49,68,76,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,78,48,72,73,73,60,60,36,42,46,74,74,75,75,49,76,76,70,70,78,48,72,73,73,60,60,36,42,46,74,74,75,75,49,76,76,70,70,78,48,72,73,73,60,60,36,42,46,74,74,75,75,49,76,76,70,70,78,48,63,53,72,73,60,61,36,64,42,65,66,54,46,67,74,75,49,68,76,70,69,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,0,0,0,0,0,0,0,0,0,0,0,0,92,92,92,92,92,92,92,92,92,92,92,0,92,92,92,92,92,92,92,92,92,92,92,0,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,0,0,0,0,0,0,0,0,0,0,0,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,97,0,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,99,98,91,91,99,98,91,91,99,98,91,91,99,98,91,0,0,0,0,0,0,0,0,0,0,0,101,100,100,100,101,100,101,100,101,100,101,100,100,101,100,101,100,101,100,101,100,100,101,100,100,101,100,101,100,101,100,101,100,100,100,100,101,100,101,100,101,100,101,100,101,100,0,0,0,0,0,0,0,0,0,0,0,41,103,33,33,33,41,103,33,41,103,33,41,103,33,41,103,33,33,41,41,103,33,41,103,33,41,103,33,41,103,33,33,41,41,103,33,33,41,103,33,41,103,33,41,41,103,33,41,41,103,33,33,33,33,41,103,33,41,41,41,103,33,41,103,33,41,103,33,41,41,41,41,103,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,106,106,106,106,106,106,110,102,107,106,110,102,107,106,106,106,110,102,107,106,110,102,107,106,110,102,107,106,110,102,107,106,106,106,106,106,106,107,106,110,102,107,106,106,110,102,107,106,110,102,107,106,110,102,107,106,110,102,107,106,106,110,102,107,106,110,102,107,106,110,102,107,106,107,106,106,107,106,106,107,106,106,110,102,107,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"f":[0,0,0,[-1,1,2],[[],3],[[[6,[[5,[4]]]],3],3],[[7,7],1],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,8],1,[]],[[-1,8],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[9,9],[10,10],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],9],[[],10],[[],11],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[12,1],[[9,15],16],[[10,15],16],[[11,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],12],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[6,[[21,[11]]]]],1],[[],[[21,[11]]]],0,[[11,9],1],[[11,10],1],0,0,0,[[[6,[[21,[23]]]]],1],[[],[[21,[23]]]],[[[6,[[21,[11]]]]],[[6,[[21,[23]]]]]],0,0,0,0,[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[24,[[26,[[6,[[21,[25]]]]]]]],[24,[[26,[[27,[[6,[[21,[25]]]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[28,28],[29,29],[30,30],[31,31],[25,25],[24,24],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[12,1],[12,1],[24,1],[12,1],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[25]]]]]]],24],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[24,[32,[[6,[[21,[25]]]]]]],1],0,[24,[[32,[[6,[[21,[25]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[6,[25]]],[[6,[28]]]],[[[6,[25]]],[[6,[29]]]],[[[6,[25]]],[[6,[30]]]],[[[6,[25]]],[[6,[31]]]],[25,[[21,[25]]]],[[[6,[[21,[25]]]]],1],0,[[24,24],1],[24,1],[[24,12,6],1],[24,1],[[24,12],1],0,[[[6,[28]]],[[6,[25]]]],[[[6,[28]],[6,[33]],33],[[6,[[21,[34]]]]]],0,0,[28,[[21,[28]]]],[[[6,[[21,[28]]]]],1],[[[6,[35]],[6,[36]],[6,[37]]],[[6,[[21,[28]]]]]],[[[6,[35]],[6,[36]],[6,[38]],39,[6,[40]]],[[6,[[21,[28]]]]]],[28,12],[28,12],0,[[[6,[28]]],[[6,[[21,[36]]]]]],[[[6,[29]]],[[6,[25]]]],[29,[[21,[29]]]],[[[6,[[21,[29]]]]],1],[[29,41],1],[[[6,[35]],[6,[42]],[6,[41]]],[[6,[[21,[29]]]]]],[[29,29],43],[[29,41],1],0,[[[6,[29]]],[[6,[[21,[42]]]]]],[[[6,[30]]],[[6,[25]]]],[30,[[21,[30]]]],[30,44],[30,12],[[[6,[[21,[30]]]]],1],[[30,45],43],[[[6,[35]],[6,[46]]],[[6,[[21,[30]]]]]],[[30,30],43],[30,45],0,[[[6,[30]]],[[6,[[21,[46]]]]]],[[[6,[31]]],[[6,[25]]]],[31,[[21,[31]]]],[[[6,[[21,[31]]]]],1],[[31,47,48],43],[[[6,[35]],[6,[49]],48],[[6,[[21,[31]]]]]],[[31,31],43],[31,12],0,[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,-2,[],[]],[[[6,[[21,[50]]]]],1],[[50,24],1],[[[6,[35]],[6,[51]],[6,[24]],[6,[34]]],[[6,[[21,[50]]]]]],0,[[-1,8],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[51,51],[[-1,-2],1,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[[6,[[21,[51]]]]],1],[[35,[6,[52]]],[[6,[[5,[51]]]]]],[[51,53],1],[[51,54],1],[[[6,[35]],[6,[52]]],[[6,[[21,[51]]]]]],[[51,52],1],0,[[[6,[35]],[6,[52]]],43],0,[[-1,8],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[55,55],[[-1,-2],1,[],[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[-1,-1,[]],[-1,-1,[]],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[55,56],[55,57],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[6,[[21,[35]]]]],1],[[[6,[23]]],[[6,[[21,[35]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[58,34],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[[6,[[21,[34]]]]],1],[[34,52],1],[[35,59],[[6,[[21,[34]]]]]],[34,[[6,[[21,[60]]]]]],0,[[34,61],1],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[-1,62,[]],[53,[[26,[[6,[[21,[63]]]]]]]],[61,[[26,[[6,[[21,[60]]]]]]]],[64,[[26,[[6,[[21,[36]]]]]]]],[65,[[26,[[6,[[21,[42]]]]]]]],[54,[[26,[[6,[[21,[66]]]]]]]],[67,[[26,[[6,[[21,[46]]]]]]]],[68,[[26,[[6,[[21,[49]]]]]]]],[69,[[26,[[6,[[21,[70]]]]]]]],[52,[[26,[71]]]],[53,[[26,[[27,[[6,[[21,[63]]]]]]]]]],[61,[[26,[[27,[[6,[[21,[60]]]]]]]]]],[64,[[26,[[27,[[6,[[21,[36]]]]]]]]]],[65,[[26,[[27,[[6,[[21,[42]]]]]]]]]],[54,[[26,[[27,[[6,[[21,[66]]]]]]]]]],[67,[[26,[[27,[[6,[[21,[46]]]]]]]]]],[68,[[26,[[27,[[6,[[21,[49]]]]]]]]]],[69,[[26,[[27,[[6,[[21,[70]]]]]]]]]],[52,[[26,[[27,[71]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[63,63],[53,53],[72,72],[73,73],[60,60],[61,61],[36,36],[64,64],[42,42],[65,65],[66,66],[54,54],[46,46],[67,67],[74,74],[75,75],[49,49],[68,68],[76,76],[70,70],[69,69],[52,52],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,0,0,0,0,0,0,0,0,0,0,[[],70],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[12,1],[53,1],[12,1],[12,1],[12,1],[12,1],[61,1],[12,1],[64,1],[12,1],[12,1],[65,1],[12,1],[12,1],[12,1],[54,1],[12,1],[67,1],[12,1],[12,1],[12,1],[12,1],[68,1],[12,1],[12,1],[12,1],[69,1],[12,1],[52,1],[12,1],[[75,75],43],[[76,76],43],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[72,15],16],[[73,15],16],[[73,15],16],[[60,15],16],[[36,15],16],[[42,15],16],[[46,15],16],[[74,15],16],[[75,15],16],[[49,15],16],[[76,15],16],[[70,15],16],[77,78],[77,78],[-1,-1,[]],[75,79],[80,81],[-1,-1,[]],[82,63],[82,63],[-1,-1,[]],[[[32,[[6,[[21,[63]]]]]]],53],[-1,-1,[]],[77,72],[-1,-1,[]],[77,72],[-1,-1,[]],[83,73],[84,60],[-1,-1,[]],[84,60],[[[32,[[6,[[21,[60]]]]]]],61],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[36]]]]]]],64],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[42]]]]]]],65],[85,66],[-1,-1,[]],[85,66],[-1,-1,[]],[[[32,[[6,[[21,[66]]]]]]],54],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[46]]]]]]],67],[-1,-1,[]],[86,75],[-1,-1,[]],[-1,-1,[]],[[[32,[[6,[[21,[49]]]]]]],68],[-1,-1,[]],[87,76],[-1,-1,[]],[-1,-1,[]],[87,70],[-1,-1,[]],[[[32,[[6,[[21,[70]]]]]]],69],[-1,-1,[]],[[[32,[71]]],52],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[53,[32,[[6,[[21,[63]]]]]]],1],[[61,[32,[[6,[[21,[60]]]]]]],1],[[64,[32,[[6,[[21,[36]]]]]]],1],[[65,[32,[[6,[[21,[42]]]]]]],1],[[54,[32,[[6,[[21,[66]]]]]]],1],[[67,[32,[[6,[[21,[46]]]]]]],1],[[68,[32,[[6,[[21,[49]]]]]]],1],[[69,[32,[[6,[[21,[70]]]]]]],1],[[52,[32,[71]]],1],0,0,0,0,0,0,0,0,0,0,0,[53,[[32,[[6,[[21,[63]]]]]]]],[61,[[32,[[6,[[21,[60]]]]]]]],[64,[[32,[[6,[[21,[36]]]]]]]],[65,[[32,[[6,[[21,[42]]]]]]]],[54,[[32,[[6,[[21,[66]]]]]]]],[67,[[32,[[6,[[21,[46]]]]]]]],[68,[[32,[[6,[[21,[49]]]]]]]],[69,[[32,[[6,[[21,[70]]]]]]]],[52,[[32,[71]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,80,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[72,[[14,[36]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[72,[[14,[42]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[72,[[14,[46]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[79,[[14,[75]]]],[-1,[[14,[-2]]],[],[]],[72,[[14,[49]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[88,[[14,[76]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[52,52],1],[52,1],[[52,12,71],1],[52,1],[[52,12],1],0,[[[6,[63]]],[[6,[[21,[63]]]]]],[[[6,[[21,[63]]]]],1],[63,81],[[81,[21,[72]]],[[21,[63]]]],0,[63,72],[[53,53],1],[53,1],[[53,12,6],1],[53,1],[[53,12],1],0,[25,89],[25,[[21,[72]]]],0,0,[72,[[6,[36]]]],[72,[[6,[36]]]],[72,[[6,[42]]]],[72,[[6,[42]]]],[72,[[6,[46]]]],[72,[[6,[46]]]],[72,[[6,[49]]]],[72,[[6,[49]]]],[72,[[21,[72]]]],[[[6,[[21,[72]]]]],1],[72,89],0,[60,[[21,[60]]]],[[[6,[[21,[60]]]]],1],[60,45],0,[60,12],[60,50],0,[60,12],0,[[61,61],1],[61,1],[[61,12,6],1],[61,1],[[61,12],1],0,[36,72],[36,72],[[[6,[36]]],[[6,[[21,[36]]]]]],[[[6,[[21,[36]]]]],1],[[[6,[69]],[6,[69]]],[[6,[[21,[36]]]]]],[[[6,[36]]],[[6,[69]]]],[[[6,[36]]],[[6,[69]]]],0,[[64,64],1],[64,1],[[64,12,6],1],[64,1],[[64,12],1],0,[42,72],[42,72],[42,70],[[[6,[[21,[42]]]]],1],[42,79],[[[6,[[21,[70]]]],79],[[6,[[21,[42]]]]]],0,[[65,65],1],[65,1],[[65,12,6],1],[65,1],[[65,12],1],0,[[[6,[66]]],[[6,[[21,[66]]]]]],[[[6,[[21,[66]]]]],1],[66,81],[66,81],[[[6,[81]],[6,[81]],[6,[[21,[72]]]]],[[6,[[21,[66]]]]]],0,[66,72],[[54,54],1],[54,1],[[54,12,6],1],[54,1],[[54,12],1],0,0,[46,72],[46,72],[[[6,[[21,[46]]]]],1],[46,74],[74,[[21,[46]]]],0,[[67,67],1],[67,1],[[67,12,6],1],[67,1],[[67,12],1],0,0,0,0,[[[6,[0]]],1],0,0,0,[49,72],[49,72],[[[6,[[21,[49]]]]],1],[49,70],[49,74],[[[6,[[21,[70]]]],74],[[6,[[21,[49]]]]]],0,[[68,68],1],[68,1],[[68,12,6],1],[68,1],[[68,12],1],0,0,[[[6,[[21,[70]]]]],1],[[[6,[70]]],88],[88,[[6,[[21,[70]]]]]],0,[[69,69],1],[69,1],[[69,12,6],1],[69,1],[[69,12],1],0,0,0,0,0,0,0,0,[[11,43],1],[[11,[21,[90]]],1],[[11,[21,[91]]],1],[9,43],[10,43],[[],43],[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[[90,15],16],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[[6,[90]],43],43],[[[6,[[21,[90]]]]],1],[[[6,[90]],43],43],[[[6,[90]],43],43],[[[6,[90]],43],43],[[[6,[90]],43],43],[[],[[21,[90]]]],[[[6,[90]],43],43],[[[6,[90]],43],43],0,[[[6,[90]],43],43],[[[6,[90]],43],43],[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[[92,15],16],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],0,[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[11,[21,[92]]],1],0,[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[-1,-1,[]],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[[6,[[21,[93]]]]],[[6,[[21,[92]]]]]],0,[[[6,[[21,[93]]]]],1],[50,94],[[94,95],[[21,[93]]]],[50,43],[[50,94],1],0,[[51,81],1],[[[6,[23]],[6,[52]]],[[6,[[21,[51]]]]]],[[51,81],43],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[-1,-1,[]],[96,97],[[],12],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[[91,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[6,[98]],[6,[81]]],43],[[[6,[[21,[98]]]]],1],[[],[[21,[98]]]],0,[[[6,[[21,[91]]]]],1],[[[6,[[21,[99]]]],[6,[[21,[98]]]]],[[6,[[21,[91]]]]]],0,[[[6,[[21,[99]]]]],1],[[[6,[81]]],[[6,[[21,[99]]]]]],[[],[[21,[99]]]],0,[[-1,8],1,[]],[[-1,8],1,[]],[100,[[26,[[6,[[21,[101]]]]]]]],[100,[[26,[[27,[[6,[[21,[101]]]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[101,101],[100,100],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[100,1],[-1,-1,[]],[[[32,[[6,[[21,[101]]]]]]],100],[-1,-1,[]],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[100,[32,[[6,[[21,[101]]]]]]],1],0,[100,[[32,[[6,[[21,[101]]]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[6,[102]],[6,[51]],100],43],[[[6,[101]]],[[6,[81]]]],[[[6,[101]]],[[6,[81]]]],0,[[[6,[101]]],[[6,[25]]]],[[100,100],1],[100,1],[[100,12,6],1],[100,1],[[100,12],1],0,[[-1,8],1,[]],[[-1,8],1,[]],[[-1,8],1,[]],[33,[[26,[41]]]],[33,[[26,[[27,[41]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[41,41],[103,103],[33,33],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[[],41],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[33,1],[[41,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[32,[41]]],33],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],0,[[]],[[]],[[]],[[33,[32,[41]]],1],0,[33,[[32,[41]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[104,[[14,[41]]]],[104,[[14,[41]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[41,41],1],[[[6,[[21,[41]]]]],1],0,0,[[33,33],1],[33,1],[[33,12,41],1],[33,1],[[33,12],1],0,0,[[],105],[[],44],[[],44],[[],44],[[],105],0,0,0,0,0,0,[[-1,8],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[106,106],[[-1,-2],1,[],[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[12,-1,[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[14,[[13,[-3,-4]]]]],[],[],[],[]],[12,1],[12,1],[12,1],[12,1],[[106,106],43],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[-1,-2],43,[],[]],[[107,15],16],[[106,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[108,106],[-1,-1,[]],[[],12],[[],12],[[],12],[[],12],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[],[[14,[17,18]]]],[[]],[[]],[[]],[[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[107,105],1],[107,1],[107,1],[[107,105,105],1],[107,1],[107,1],[107,1],[[107,105,105],43],[105,[[6,[[21,[107]]]]]],[[107,105],43],0,[[[6,[[21,[102]]]]],1],[[102,35,50],43],[[[6,[35]],[21,[107]]],[[6,[[21,[102]]]]]],[[102,105,12],109],[[102,105,12],109],[[102,30],1],0,[110,1],[[[6,[52]]],[[6,[[21,[110]]]]]],0,[[[6,[35]],[6,[102]],[6,[51]],24],43],[50,[[6,[[21,[28]]]]]],0,[51,106],0,[[52,52],1]],"c":[2175],"p":[[15,"tuple"],[8,"Display",2186],[6,"c_int",2187],[6,"c_char",2188],[3,"NonNull",2189],[4,"Option",2190],[6,"c_int",2191],[3,"Private",2192],[4,"wasmer_compiler_t",19],[4,"wasmer_engine_t",19],[3,"wasm_config_t",19],[15,"usize"],[3,"With",2193],[4,"Result",2194],[3,"Formatter",2186],[6,"Result",2186],[3,"Layout",2195],[3,"LayoutError",2195],[3,"TypeId",2196],[3,"Global",2197],[3,"Box",2198],[8,"Any",2196],[3,"wasm_engine_t",19],[3,"wasm_extern_vec_t",133],[3,"wasm_extern_t",133],[15,"slice"],[19,"MaybeUninit",2199],[3,"wasm_func_t",133],[3,"wasm_global_t",133],[3,"wasm_memory_t",133],[3,"wasm_table_t",133],[3,"Vec",2200],[3,"wasm_val_vec_t",1982],[3,"wasm_trap_t",398],[3,"wasm_store_t",358],[3,"wasm_functype_t",423],[6,"wasm_func_callback_t",133],[6,"wasm_func_callback_with_env_t",133],[4,"c_void",2191],[6,"wasm_env_finalizer_t",133],[3,"wasm_val_t",1982],[3,"wasm_globaltype_t",423],[15,"bool"],[15,"u8"],[15,"u32"],[3,"wasm_memorytype_t",423],[6,"wasm_table_size_t",423],[3,"wasm_ref_t",423],[3,"wasm_tabletype_t",423],[3,"wasm_instance_t",309],[3,"wasm_module_t",328],[3,"wasm_byte_vec_t",423],[3,"wasm_exporttype_vec_t",423],[3,"wasm_importtype_vec_t",423],[3,"StoreRef",358],[3,"StoreRef",2201],[3,"StoreMut",2201],[3,"RuntimeError",2202],[6,"wasm_message_t",423],[3,"wasm_frame_t",423],[3,"wasm_frame_vec_t",423],[8,"Error",2203],[3,"wasm_exporttype_t",423],[3,"wasm_functype_vec_t",423],[3,"wasm_globaltype_vec_t",423],[3,"wasm_importtype_t",423],[3,"wasm_memorytype_vec_t",423],[3,"wasm_tabletype_vec_t",423],[3,"wasm_valtype_vec_t",423],[3,"wasm_valtype_t",423],[6,"wasm_byte_t",423],[3,"wasm_externtype_t",423],[3,"ExternTypeConversionError",423],[3,"wasm_limits_t",423],[4,"wasm_mutability_enum",423],[4,"wasm_valkind_enum",423],[4,"ExternType",2204],[4,"wasm_externkind_enum",423],[6,"wasm_mutability_t",423],[3,"String",2205],[6,"wasm_name_t",423],[3,"ExportType",2204],[15,"str"],[3,"FrameInfo",2206],[3,"ImportType",2204],[4,"Mutability",2204],[4,"Type",2204],[6,"wasm_valkind_t",1982],[6,"wasm_externkind_t",423],[3,"wasmer_features_t",1213],[3,"wasmer_target_t",1856],[3,"wasmer_middleware_t",1247],[3,"wasmer_metering_t",1272],[15,"u64"],[6,"wasmer_metering_cost_function_t",1272],[4,"Operator",2207],[4,"wasmer_parser_operator_t",1302],[3,"wasmer_cpu_features_t",1856],[3,"wasmer_triple_t",1856],[3,"wasmer_named_extern_vec_t",1925],[3,"wasmer_named_extern_t",1925],[3,"wasi_env_t",2072],[19,"wasm_val_inner",1982],[4,"Value",2208],[6,"c_char",2209],[4,"wasi_version_t",2072],[3,"wasi_config_t",2072],[4,"WasiVersion",2210],[15,"isize"],[3,"wasi_filesystem_t",2072]]},\ "wasmer_c_api_test_runner":{"doc":"","t":"RDDLLLLLLFLLLLLLMLLLLLLM","n":["CAPI_BASE_TESTS_NOT_WORKING","Config","RemoveTestsOnDrop","borrow","borrow","borrow_mut","borrow_mut","default","drop","find_wasmer_base_dir","fmt","from","from","get","into","into","root_dir","try_from","try_from","try_into","try_into","type_id","type_id","wasmer_dir"],"q":[[0,"wasmer_c_api_test_runner"],[24,"alloc::string"],[25,"core::fmt"],[26,"core::fmt"],[27,"core::any"]],"d":["","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","",""],"i":[0,0,0,4,1,4,1,1,1,0,4,4,1,4,4,1,4,4,1,4,1,4,1,4],"f":[0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],1],[1,2],[[],3],[[4,5],6],[-1,-1,[]],[-1,-1,[]],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,8,[]],[-1,8,[]],0],"c":[],"p":[[3,"RemoveTestsOnDrop",0],[15,"tuple"],[3,"String",24],[3,"Config",0],[3,"Formatter",25],[6,"Result",25],[4,"Result",26],[3,"TypeId",27]]},\ "wasmer_cache":{"doc":"The wasmer-cache crate provides the necessary abstractions …","t":"INNEQDNNDNNNNEQLLLLLLALLLLLLLLMALLLLLLLLLALLLLLLKMLLLLKLLLLLLLLLLLLLLMMIQQKKDLLLLLLLLLMLLLLLLLMLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Cache","Compiler","CorruptedBinary","DeserializeError","DeserializeError","FileSystemCache","Generic","Generic","Hash","Incompatible","InvalidByteLength","Io","Io","SerializeError","SerializeError","as_error","as_error","borrow","borrow","borrow_mut","borrow_mut","cache","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","ext","filesystem","fmt","fmt","fmt","fmt","from","from","from","from","from","hash","init","init","into","into","layout_raw","layout_raw","load","path","pointer_metadata","pointer_metadata","source","source","store","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","expected","got","Cache","DeserializeError","SerializeError","load","store","FileSystemCache","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","ext","fmt","from","init","into","layout_raw","load","new","path","pointer_metadata","set_cache_extension","store","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Hash","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_str","generate","get_hash","hash","init","into","layout_raw","new","pointer_metadata","to_owned","to_string","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref"],"q":[[0,"wasmer_cache"],[69,"wasmer_cache::DeserializeError"],[71,"wasmer_cache::cache"],[76,"wasmer_cache::filesystem"],[105,"wasmer_cache::hash"],[140,"core::error"],[141,"rkyv::with"],[142,"core::result"],[143,"core::fmt"],[144,"core::fmt"],[145,"wasmer_types::error"],[146,"core::alloc::layout"],[147,"core::alloc::layout"],[148,"wasmer::engine"],[149,"core::option"],[150,"alloc::string"],[151,"core::any"],[152,"alloc::alloc"],[153,"alloc::boxed"],[154,"core::any"],[155,"core::fmt"],[156,"core::convert"],[157,"alloc::string"],[158,"core::marker"],[159,"core::hash"]],"d":["A generic cache for storing and loading compiled wasm …","The binary was valid, but we got an error when trying to …","The provided binary is corrupted","The Deserialize error can occur when loading a compiled …","The deserialization error for the implementation","Representation of a directory that contains compiled wasm …","A generic serialization error","A generic deserialization error","A hash used as a key when loading and storing modules in a …","Incompatible serialized binary","Input artifact bytes have an invalid length","An IO error","An IO error","The Serialize error can occur when serializing a compiled …","The serialization error for the implementation","","","","","","","The cache module provides the common data structures used …","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","Loads a module using the provided wasmer::Store and …","","","","","","Store a Module into the cache with the given crate::Hash.","","","","","","","","","","","","","","","How many bytes were expected","How many bytes the artifact contained","A generic cache for storing and loading compiled wasm …","The deserialization error for the implementation","The serialization error for the implementation","Loads a module using the provided wasmer::Store and …","Store a Module into the cache with the given crate::Hash.","Representation of a directory that contains compiled wasm …","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","Construct a new FileSystemCache around the specified …","","","Set the extension for this cached file.","","","","","","","","","A hash used as a key when loading and storing modules in a …","","","","","","","","","","","","","","","Print the hexadecimal representation of the stored hash.","","Returns the argument unchanged.","Create hash from hexadecimal representation","Creates a new hash from a slice of bytes.","","","","Calls U::from(self).","","Creates a new instance from 32 raw bytes. Does not perform …","","","","","","","","",""],"i":[0,9,9,0,40,0,6,9,0,9,9,6,9,0,40,6,9,6,9,6,9,0,6,9,6,9,6,9,6,9,24,0,6,6,9,9,6,6,9,9,9,0,6,9,6,9,6,9,40,24,6,9,6,9,40,6,9,6,9,6,9,6,9,6,9,6,9,6,9,41,41,0,40,40,40,40,0,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,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,1,[]],[-1,1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[2,-1,[]],[2,-1,[]],[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],[2,5],0,0,[[6,7],[[4,[5,8]]]],[[6,7],[[4,[5,8]]]],[[9,7],[[4,[5,8]]]],[[9,7],[[4,[5,8]]]],[-1,-1,[]],[10,6],[11,9],[10,9],[-1,-1,[]],0,[[],2],[[],2],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[4,[12,13]]]],[[],[[4,[12,13]]]],[[-1,-2,14],[[4,[15]]],[],16],0,[[]],[[]],[6,[[17,[1]]]],[9,[[17,[1]]]],[[-1,14,15],[[4,[5]]],[]],[-1,18,[]],[-1,18,[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,19,[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],0,0,0,0,0,[[-1,-2,14],[[4,[15]]],[],16],[[-1,14,15],[[4,[5]]],[]],0,[[-1,23],5,[]],[-1,-2,[],[]],[-1,-2,[],[]],[24,24],[[-1,-2],5,[],[]],[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],0,[[24,7],25],[-1,-1,[]],[[],2],[-1,-2,[],[]],[[],[[4,[12,13]]]],[[24,-1,14],[[4,[15]]],16],[-1,[[26,[24]]],[[28,[27]]]],0,[[]],[[24,[17,[-1]]],5,29],[[24,14,15],[[4,[5]]]],[-1,-2,[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]],0,[[-1,23],5,[]],[-1,-2,[],[]],[-1,-2,[],[]],[14,14],[[-1,-2],5,[],[]],[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],[[14,14],30],[[-1,-2],30,[],[]],[[-1,-2],30,[],[]],[[-1,-2],30,[],[]],[[-1,-2],30,[],[]],[[14,7],25],[[14,7],25],[-1,-1,[]],[31,[[4,[14]]]],[[[33,[32]]],14],[[-1,-2],34,[35,36],37],[[14,-1],5,38],[[],2],[-1,-2,[],[]],[[],[[4,[12,13]]]],[[[39,[32]]],14],[[]],[-1,-2,[],[]],[-1,18,[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,19,[]],[[[21,[-1,20]]],[[21,[22,20]]],[]],[-1,22,[]],[-1,22,[]]],"c":[],"p":[[8,"Error",140],[15,"usize"],[3,"With",141],[4,"Result",142],[15,"tuple"],[4,"SerializeError",0],[3,"Formatter",143],[3,"Error",143],[4,"DeserializeError",0],[3,"Error",144],[4,"CompileError",145],[3,"Layout",146],[3,"LayoutError",146],[3,"Hash",105],[3,"Module",147],[8,"AsEngineRef",148],[4,"Option",149],[3,"String",150],[3,"TypeId",151],[3,"Global",152],[3,"Box",153],[8,"Any",151],[3,"Private",154],[3,"FileSystemCache",76],[6,"Result",143],[6,"Result",144],[3,"PathBuf",155],[8,"Into",156],[8,"ToString",150],[15,"bool"],[15,"str"],[15,"u8"],[15,"slice"],[15,"u64"],[8,"Hash",157],[8,"Sized",158],[8,"BuildHasher",157],[8,"Hasher",157],[15,"array"],[8,"Cache",71],[13,"InvalidByteLength",69]]},\ "wasmer_capi_examples_runner":{"doc":"","t":"DDLLLLLLFLLLLLLFMLLLLLLM","n":["Config","RemoveTestsOnDrop","borrow","borrow","borrow_mut","borrow_mut","default","drop","find_wasmer_base_dir","fmt","from","from","get","into","into","make_package","root_dir","try_from","try_from","try_into","try_into","type_id","type_id","wasmer_dir"],"q":[[0,"wasmer_capi_examples_runner"],[24,"alloc::string"],[25,"core::fmt"],[26,"core::fmt"],[27,"core::any"]],"d":["","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","","","","",""],"i":[0,0,1,4,1,4,1,1,0,4,1,4,4,1,4,0,4,1,4,1,4,1,4,4],"f":[0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],1],[1,2],[[],3],[[4,5],6],[-1,-1,[]],[-1,-1,[]],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[[],2],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,8,[]],[-1,8,[]],0],"c":[],"p":[[3,"RemoveTestsOnDrop",0],[15,"tuple"],[3,"String",24],[3,"Config",0],[3,"Formatter",25],[6,"Result",25],[4,"Result",26],[3,"TypeId",27]]},\ -"wasmer_cli":{"doc":"The Wasmer binary lib","t":"RAAAAAAAAFAAAONGEENNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLMLLLMMMMMMMMMMMMMMMMFFNNINNIENNNNNNNNNNNNNNNQQNNCNNNNDNNAALLLLALLLLAMLLLLAAAAAALLLLLLALLLLLLLLLLLAAALLALLALLFALLAAMALLFAKLKLAALLLLLLLLLLLLLLLLLLLLLLAMLLAADNNNENLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLFMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMENNNNNNNNNLLLLAAALLLLLLLLALALLLAALALLLLLLLLLLLLAALDMMMLLLLLLLLLMLLLLMLLMLLLLLLLLLLLLMMMMMMMLLMLMLLLLLLLLLLLLMLFDMLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLLLLDDNNELLMMMFMLLLLLLLLMLLLLLLLFLLLLLLLLLMLLLMLLLLLLLLMLLLLLLLLLLLLLLLLMMMMMMMMMMLLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMFDMLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLDMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLDMMLLLLLLLLLLLMLLLLLLLMMMLLLLLLLLLLLLLLDENNLMLLLLLLLLLLFLLLLLLLLLLLLLLLMLLMLLLMLLLLLLMLLLMLLLLLLLLMLLLLLLLLLLLLLLLLLMDMLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLNEDNNNNNELMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMNENNALLLLLLLLLLLLALLLLALLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLDMLLLLLLLLLLLMLLLLMLLLMLLLLLLLLLLLLLLDNNELMMMLLMLLLLLLLLLLLLLLLLLLMLLLLLMLLLLLLMMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLEDSNNNLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLDNENLLLLLLLLLFLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLMLLLLLLLLLLMLLLLMMLMMLLLLLLLLLLLLDDDNENNNNNNENDDDDDENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLMLLLLLLLLLLLMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLDMLLLLLLLLLLLLLLLLLMLMMLMMLLLLLLLLLLLLMLECNLLLLLLLLLLLLLLLLLLLLALLLLLLLLLHHDLLLLLLLLLLLLLLLLLLLMMMLMLLLLLLLLLLLLNEDDDDDRRDNNENDLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMFFMMFMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLFFLLLMLMALLLLLLLLLMLLLLLLLLLLLLLLLLLLMMMFFMMMMMMMLLLLLLLLLMFFLLLLFLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMALFMLLLLLLLLLFFMMFFFFFFFFFFFFFFFFFFFDMLLLLLLMMMLLLLLLLLLLLLLMMLMMLLLLLLLLLLLLENNNNNLLLLLLLLLLLLALLLLALALLLLLLLLLLLLLADMLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLMLLLMMLLLLLLLLLLLLLLDDMMLLLLLLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDMLLLLLLMLLLLLLLLLLLLLLMMLMMLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLDDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLNENEDNNDNRHNNEHLLLLLMLLLLLLLLLLMMLLLLLLLLFLLLLLLLLLLMLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLMMMMMMMMMFLLLLLMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLMLDLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLENNNNNNLLLLALLLLAAALLLLLALALLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLEDDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDNNENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLDENENNDNNGENNDRNLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLLLLLLLLLLLMLLLLLLFMLMFLMLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLENNLLLLALLLLLLLLALLLLALLLLLLLLLLLLLLDMLLLLLLLLMLLLMLLLLLLLMLLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLNNECNCNNLLLLAALLLALLLLLLLLLLAAALLLLLLLLLLLLHDHHHLLLLLMLLLLLLLLLLLLLLLLMMLMLLLLLLLLLLLLFFFAFFFAOOOONNNNNEDLLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFHHDHHHMLLLLLLLLLLMLLLLLLLLLMMLMLLLLLLLLLLLMLDMLLLLMLLLLLLMMLLLLLLLLMMMMMMLLMLMLLLLLLLLLLLLMDMLLLLLLLLLLLMMLLLLLLLLLLMMMLLMLLMLLLLLLLLLLLLDMLLLLMLLLLLLLMMLLLLLLLLLLLLMMMMMMLMLLLLMLLLLLLLLLLLLLLMNDNENNDDDNNEDRENDNNLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLMLLFLLLLLLLLLMMMLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLMMMLLLLLLLMLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMMMDRDLMLLLLLLLLLLLLLLMLMLLLLLLLLMMMMLLMLLLLLLLLMMLLLLLMMLLMLMMMFMLLMLLLLLMMLFLLLLLLLLLLLLLLLLLMLLMMDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDGGFMLLLLLLFLLLLLLLLLMLLLMLMMMLMLLLLLLLLLLLMLDLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLDLLLLLLLLLLLMLLLLLMLLLLMLMLLLLLLLLLLLLDLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLENDNLLMMLLLLLLMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMFLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLRRDDSLLLLLLLMLFLLLLLLLLLLLLLLLLLLLLLLLLFMMLLLLLLMLLLLLFLLLLLLLLLLLMLLDDLLLLLLLLLLLLMLLLLLMLLMLLLMLLLMLLLLLLLLLLLLLLLLLLNEDNRLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLLDDDDDSDDDLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLMNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDENNNNDDLLLMMLLLLLLLLLLLLLLMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLMLLLLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRDLLLLLLLLLLLLLLLLFFMLMAFFLAAFLLLLLLLLLLMLLLNNELLLLLLLLLLLFFFFFFFLLLLLLLIENNNENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLKLLLLLLLLLLLLLLLLLLLLLL","n":["VERSION","c_gen","commands","common","edge_config","error","logging","opts","package_source","run_cli","store","types","utils","warning","Array","CIdent","CStatement","CType","Cast","Declaration","Function","I16","I32","I64","I8","ISize","LiteralArray","LiteralConstant","PointerTo","TypeDef","TypeDef","U16","U32","U64","U8","USize","Void","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","const_void_ptr","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","generate_c","generate_c","generate_c","generate_c_with_name","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","staticlib_header","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vec","void_ptr","vzip","vzip","ctype","definition","expression","is_const","is_extern","items","name","new_name","source_type","target_type","value","arguments","inner","inner","is_const","return_value","gen_helper_functions","generate_header_file","Add","App","AsyncCliCommand","Binfmt","Cache","CliCommand","Cmd","Compile","Config","Container","CreateExe","CreateObj","Deploy","Domain","GenCHeader","GenCompletions","GenManPage","Init","Inspect","Journal","Login","Namespace","Output","Output","Package","Publish","Run","Run","SelfUpdate","Ssh","Validate","WasmerCmd","Wast","Whoami","add","app","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","binfmt","borrow","borrow","borrow_mut","borrow_mut","cache","cmd","command","command","command_for_update","command_for_update","compile","config","connect","container","create_exe","create_obj","deref","deref","deref_mut","deref_mut","deserialize","deserialize","domain","drop","drop","execute","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","gen_c_header","gen_completions","gen_manpage","group_id","has_subcommand","init","init","init","inspect","into","into","is_binfmt_interpreter","journal","layout_raw","layout_raw","login","namespace","output","package","pointer_metadata","pointer_metadata","print_version","run","run","run","run_async","run_inner","self_update","ssh","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","validate","version","vzip","vzip","wast","whoami","Add","Npm","Pip","Pnpm","Target","Yarn","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dev","drop","drop","env","execute","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","group_id","init","init","into","into","language","layout_raw","layout_raw","lookup_bindings","lookup_bindings_for_package","npm","packages","pip","pnpm","pointer_metadata","pointer_metadata","target","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","yarn","dev","dev","dev","CmdApp","Create","Delete","Deploy","Get","Info","List","Logs","PurgeCache","Version","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","create","delete","deploy","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","get","has_subcommand","info","init","into","layout_raw","list","logs","pointer_metadata","purge_cache","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","util","version","vzip","CmdAppCreate","api","app_dir_path","app_name","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","create_from_local_manifest","create_from_package","create_from_template","deploy_app","deref","deref_mut","deserialize","drop","env","fetch_templates_cached","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","get_app_config","get_app_name","get_owner","get_template_url","group_id","init","into","layout_raw","load_cached_templates","new_package_name","no_validate","no_wait","non_interactive","offline","owner","package","persist_template_cache","pointer_metadata","quiet","run_async","template","try_deploy","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","use_local_manifest","vzip","write_app_config","CmdAppDelete","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","non_interactive","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppDeploy","DeployAppOpts","Deployed","Reachable","WaitMode","__clone_box","__clone_box","allow_create","api","app","app_config_from_api","app_name","augment_args","augment_args_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bump","clone","clone","clone_into","clone_into","command","command_for_update","create","deploy_app","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","dir","drop","drop","drop","env","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches_mut","get_owner","group_id","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","make_default","no_default","no_persist_id","no_validate","no_wait","non_interactive","original_config","owner","owner","package","pointer_metadata","pointer_metadata","pointer_metadata","publish","publish_package","quiet","run_async","template","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","use_local_manifest","vzip","vzip","vzip","wait","wait_app","CmdAppGet","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppInfo","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppList","all","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","max","namespace","paging_mode","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppLogs","LogStreamArg","Stderr","Stdout","__clone_box","api","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","datetime_from_unix","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","init","into","into","layout_raw","layout_raw","max","pointer_metadata","pointer_metadata","run_async","streams","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","until","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","vzip","vzip","watch","CmdAppPurgeCache","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","AppId","AppIdent","AppIdentOpts","AppVersionId","Config","Ident","Name","NamespacedName","ResolvedAppIdent","__clone_box","app","augment_args","augment_args_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches_mut","from_str","get_app_config_from_current_dir","group_id","ident","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","load_app","login_user","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve_static","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","vzip","config","ident","path","Activate","CmdAppVersion","Get","List","activate","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","get","has_subcommand","init","into","layout_raw","list","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppVersionActivate","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","version","vzip","CmdAppVersionGet","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","name","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppVersionList","Newest","Oldest","Sort","__clone_box","after","all","api","augment_args","augment_args_for_update","before","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","init","into","into","layout_raw","layout_raw","max","offset","pointer_metadata","pointer_metadata","run_async","sort","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","vzip","vzip","Action","Binfmt","FILENAME","Register","Reregister","Unregister","__clone_box","action","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","binfmt_misc","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command","command_for_update","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","execute","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","group_id","has_subcommand","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","seccheck","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","Cache","Clean","Cmd","Dir","__clone_box","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clean","clone","clone_into","cmd","command","command","command_for_update","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","env","execute","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","group_id","has_subcommand","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","Compile","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","cpu_features","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","hash_algorithm","init","inner_execute","into","layout_raw","output","path","pointer_metadata","store","target_triple","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","BoolString","Config","Flags","Get","GetOrSet","ProxyUrl","ProxyUrl","RegistryToken","RegistryToken","RegistryUrl","RegistryUrl","RetrievableConfigField","Set","SetProxyUrl","SetRegistryToken","SetRegistryUrl","SetTelemetryEnabled","SetUpdateNotificationsEnabled","StorableConfigField","TelemetryEnabled","TelemetryEnabled","UpdateNotificationsEnabled","UpdateNotificationsEnabled","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","augment_args","augment_args","augment_args","augment_args","augment_args","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_subcommands","augment_subcommands","augment_subcommands","augment_subcommands_for_update","augment_subcommands_for_update","augment_subcommands_for_update","bindir","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","cflags","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","command","command","command","command","command","command","command","command","command","command","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","compare","compare","compare","compare","compare","compare","compare","compare","compare","config_path","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enabled","enabled","env","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","execute","execute","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_str","group_id","group_id","group_id","group_id","group_id","group_id","group_id","has_subcommand","has_subcommand","has_subcommand","includedir","init","init","init","init","init","init","init","init","init","init","init","inner_execute","into","into","into","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","libdir","libs","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pkg_config","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","prefix","set","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","token","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","url","url","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","CmdConnect","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","ip","layout_raw","leave_down","leave_postfix","pointer_metadata","print","promiscuous","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","url","vzip","Container","PackageUnpack","Unpack","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","unpack","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","EXTRACTED_TO_EMOJI","PACKAGE_EMOJI","PackageUnpack","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","out_dir","overwrite","package_path","pointer_metadata","quiet","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","Allow","AllowMultiWasm","CommandEntrypoint","CreateExe","CrossCompile","CrossCompileSetup","Entrypoint","LINK_SYSTEM_LIBRARIES_UNIX","LINK_SYSTEM_LIBRARIES_WINDOWS","PrefixMapCompilation","Reject","Url","UrlOrVersion","Version","Volume","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","atom","atoms","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","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","command","command","command","command_for_update","command_for_update","compilation_objects","compile_atoms","compile_pirita_into_directory","compiler","cpu_features","create_header_files_in_dir","cross_compile","debug_dir","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","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","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","equivalent","execute","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_input","from_str","generate_wasmer_main_c","get_compilation_object_for_atom","get_entrypoint","get_module_infos","get_prefix_for_atom","group_id","group_id","hash_algorithm","hash_for_bytes","header","http_fetch","init","init","init","init","init","init","init","init","init","input_hashes","into","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","libraries","library","library_path","link_exe_from_dir","link_objects_system_linker","manual_prefixes","module_info","name","obj_file","output","path","path","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","precompiled_atom","prepare_directory_from_single_wasm_file","run_c_compile","serialize","serialize","serialize","serialize","serialize_volume_to_webc_v1","split_prefix","tarball","target","target_triple","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","use_system_linker","use_wasmer_release","utils","validate","volume_file_block","volumes","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_entrypoint","write_volume_obj","zig_binary_path","zig_binary_path","download_release","download_url","get_release","list_dir","untar","filter_tarball","filter_tarball_internal","find_filename","find_libwasmer_in_files","find_zig_binary","get_cross_compile_setup","get_libwasmer_cache_path","get_libwasmer_path","get_wasmer_dir","get_wasmer_include_directory","get_zig_exe_str","normalize_atom_name","target_triple_to_target","triple_to_zig_triple","CreateObj","atom","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","compiler","cpu_features","debug_dir","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","output","path","pointer_metadata","prefix","target_triple","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdDomain","Get","GetZoneFile","List","Register","SyncZoneFile","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","get","has_subcommand","init","into","layout_raw","list","pointer_metadata","register","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","zonefile","CmdDomainGet","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","name","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdDomainList","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","namespace","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdDomainRegister","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","import_records","init","into","layout_raw","name","namespace","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdZoneFileGet","CmdZoneFileSync","api","api","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","command","command","command_for_update","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","domain_name","drop","drop","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","group_id","group_id","init","init","into","into","layout_raw","layout_raw","no_delete_missing_records","pointer_metadata","pointer_metadata","run_async","run_async","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","zone_file_path","zone_file_path","GenCHeader","atom","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","cpu_features","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","get_atom","group_id","init","into","layout_raw","output","path","pointer_metadata","prefix","target_triple","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdGenCompletions","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","out","pointer_metadata","shell","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdGenManPage","DEFAULT_MAN_DIR_PATH","__clone_box","__private_field","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","execute","fmt","from","from","from_arg_matches","from_arg_matches_mut","group_id","init","init","into","into","layout_raw","layout_raw","out","pointer_metadata","pointer_metadata","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","Bin","BinOrLib","Empty","GetBindingsResult","Init","Js","Lib","MiniCargoTomlPackage","MultiBindings","NEWLINE","NOTE","OneBinding","Python","Template","WASMER_TOML_NAME","__clone_box","__clone_box","__clone_box","augment_args","augment_args_for_update","bin","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_dir","cargo_toml_path","clone","clone","clone","clone_into","clone_into","clone_into","command","command_for_update","construct_manifest","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","empty","env","eq","eq","equivalent","equivalent","equivalent","equivalent","execute","first_binding","fmt","fmt","fmt","fmt","from","from","from","from","from","from_arg_matches","from_arg_matches_mut","get_bin_or_lib","get_bindings","get_command","get_dependencies","get_filesystem_mapping","group_id","homepage","include","init","init","init","init","init","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lib","license","license_file","manifest_path","name","namespace","out","overwrite","package_name","parse_cargo_toml","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","quiet","readme","repository","target_file","template","to_owned","to_owned","to_owned","to_possible_value","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","version","version","vzip","vzip","vzip","vzip","vzip","workspace_root","write_wasmer_toml","Inspect","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inner_execute","into","layout_raw","path","pointer_metadata","store","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdJournal","Compact","Export","Extract","Filter","Import","Inspect","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","compact","deref","deref_mut","deserialize","drop","export","extract","filter","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","import","init","inspect","into","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdJournalCompact","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","journal_path","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdJournalExport","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","journal_path","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdExtractWhat","CmdExtractWhatMemory","CmdJournalExtract","Memory","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","command","command","command_for_update","command_for_update","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","group_id","group_id","has_subcommand","init","init","init","into","into","into","journal_path","layout_raw","layout_raw","layout_raw","memory_file_path","pointer_metadata","pointer_metadata","pointer_metadata","run","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","what","CmdJournalFilter","Core","FileSystem","FilterOut","Memory","Networking","Snapshots","Threads","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cmp","command","command_for_update","compare","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","filters","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_str","get_hash","group_id","hash","init","init","into","into","layout_raw","layout_raw","partial_cmp","pointer_metadata","pointer_metadata","run","source_path","target_path","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","CmdJournalImport","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","journal_path","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdJournalInspect","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","journal_path","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","AppContext","AuthorizationState","Authorized","BoolPromptOptions","Cancelled","Cancelled","Login","No","TimedOut","Token","TokenStatus","TokenSuccess","UnknownMethod","ValidatedNonceOutput","WASMER_CLI","Yes","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cache_dir","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","command","command_for_update","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","eq","execute","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_arg_matches","from_arg_matches_mut","from_str","get_token_from_browser","get_token_or_ask_user","group_id","handle_post_save_token","handle_unknown_method","init","init","init","init","init","init","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","no_browser","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preflight","registry","run_async","server_shutdown_tx","service_router","setup_listener","status","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","token","token","token_tx","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vec","vzip","vzip","vzip","vzip","vzip","vzip","wasmer_dir","wasmer_env","CmdNamespace","Get","List","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","create","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","get","has_subcommand","init","into","layout_raw","list","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdNamespaceCreate","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","description","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","name","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdNamespaceGet","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","name","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdNamespaceList","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","Build","Download","Package","PackageBuild","Publish","PublishWait","Push","Tag","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","build","common","deref","deref_mut","deserialize","download","drop","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","init","into","layout_raw","pointer_metadata","publish","push","tag","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CREATING_OUTPUT_DIRECTORY_EMOJI","PackageBuild","READING_MANIFEST_EMOJI","SPARKLE","WRITING_PACKAGE_EMOJI","augment_args","augment_args_for_update","borrow","borrow_mut","check","check","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","manifest_path","out","package","pointer_metadata","quiet","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","get_manifest","invalidate_graphql_query_cache","login_user","macros","make_package_url","on_error","upload","wait","bin_name","make_spinner","spinner_err","spinner_ok","All","Bindings","Container","NativeExecutables","None","PublishWait","WaitPackageState","__clone_box","__clone_box","bindings","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","container","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","init","init","into","into","is_any","layout_raw","layout_raw","native_executables","new_all","new_bindings","new_container","new_exe","new_none","pointer_metadata","pointer_metadata","to_owned","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value_variants","vzip","vzip","wait_package","CREATING_OUTPUT_DIRECTORY_EMOJI","DOWNLOADING_PACKAGE_EMOJI","PackageDownload","RETRIEVING_PACKAGE_INFORMATION_EMOJI","VALIDATING_PACKAGE_EMOJI","WRITING_PACKAGE_EMOJI","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","env","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","out_path","package","pointer_metadata","quiet","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","validate","vzip","PackagePublish","api","augment_args","augment_args_for_update","borrow","borrow_mut","bump","command","command_for_update","deref","deref_mut","deserialize","drop","dry_run","env","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","no_validate","non_interactive","package_name","package_namespace","package_path","package_version","pointer_metadata","publish","quiet","run_async","timeout","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","wait","PackagePush","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","do_push","drop","dry_run","env","fmt","from","from_arg_matches","from_arg_matches_mut","get_namespace","get_privacy","group_id","init","into","layout_raw","non_interactive","package_namespace","package_path","pointer_metadata","push","quiet","run_async","should_push","timeout","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","PackageTag","api","augment_args","augment_args_for_update","borrow","borrow_mut","bump","command","command_for_update","deref","deref_mut","deserialize","do_tag","drop","dry_run","env","fmt","from","from_arg_matches","from_arg_matches_mut","get_name","get_namespace","get_package_id","get_version","group_id","init","into","layout_raw","non_interactive","package_hash","package_name","package_namespace","package_path","package_version","pointer_metadata","quiet","run_async","should_tag","synthesize_id","tag","timeout","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","update_manifest_name","update_manifest_version","vzip","wait","Artifact","Callbacks","Dir","ExecutableTarget","File","LocalWebc","MonitoringPackageLoader","MonitoringRuntime","MonitoringSource","Package","Package","PackageSource","Run","TICK","TargetOnDisk","Wat","WcgiOptions","WebAssembly","WebAssemblyBinary","__clone_box","__clone_box","__clone_box","__clone_box","addr","addr","args","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_wasi_runner","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","command","command","command_for_update","command_for_update","config_wcgi","coredump_on_trap","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","engine","entrypoint","env","eq","execute","execute_emscripten_module","execute_inner","execute_pure_wasm_module","execute_wasi_module","execute_wasm","execute_webc","exit_with_wasi_exit_code","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_binfmt_args","from_binfmt_args_fallible","from_dir","from_file","from_file","get_exit_code","group_id","group_id","hash_algorithm","http_client","infer","infer_webc_entrypoint","init","init","init","init","init","init","init","init","init","inner","inner","input","into","into","into","into","into","into","into","into","into","invoke_function","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","load","load_injected_packages","load_package_tree","maybe_save_coredump","module_cache","networking","new","new","new_store","on_stderr","package_loader","parse_value","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","progress","progress","progress","query","resolve_target","run_dcgi","run_dproxy","run_emscripten","run_wasi","run_wcgi","runtime","source","stack_size","started","stderr","store","task_manager","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasi","wasi","wcgi","module","module_hash","path","RunProperties","WAPM_SOURCE_CACHE_TIMEOUT","Wasi","__clone_box","args","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","build_journals","build_mapped_commands","build_mapped_directories","capabilities","clone","clone_into","command","command_for_update","ctx","default","deny_multiple_wasi_versions","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","enable_async_threads","enable_compaction","enable_cpu_backoff","env_vars","fmt","for_binfmt_interpreter","forward_host_env","from","from","from_arg_matches","from_arg_matches_mut","get_versions","graphql_endpoint","group_id","has_wasi_imports","http_client","include_webcs","init","init","instantiate","into","into","invoke","journals","layout_raw","layout_raw","map_commands","map_dir","mapped_dirs","networking","no_tty","parse_registry","path","pointer_metadata","pointer_metadata","pre_opened_directories","prepare","prepare_package_loader","prepare_runtime","prepare_source","set_env","snapshot_interval","snapshot_on","to_owned","tokens_by_authority","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","uses","vzip","vzip","with_compact_on_growth","without_compact_on_drop","SelfUpdate","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inner_execute","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdSsh","IsNew","RawToken","acquire_ssh_token","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","create_ssh_token","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","host","init","into","layout_raw","map_port","pointer_metadata","print","run","run_args","run_async","ssh_port","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vec","vzip","Validate","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inner_execute","into","layout_raw","path","pointer_metadata","store","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","Wast","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fail_fast","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","hash_algorithm","init","inner_execute","into","layout_raw","path","pointer_metadata","store","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","Whoami","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","env","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","HashAlgorithm","Sha256","WasmFeatures","XXHash","__clone_box","__clone_box","_threads","all","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","bulk_memory","clone","clone","clone_into","clone_into","command","command_for_update","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","disable_threads","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","get_hash","group_id","hash","init","init","into","into","layout_raw","layout_raw","multi_value","normalize_path","pointer_metadata","pointer_metadata","reference_types","simd","to_owned","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","vzip","vzip","CONFIG_FILE_NAME","CONFIG_PATH_ENV_VAR","EdgeConfig","LoadedEdgeConfig","VERSION","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","config","default","default_config_path","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from_slice","init","init","into","into","layout_raw","layout_raw","load_config","network_token","path","pointer_metadata","pointer_metadata","save","serialize","set_network_token","set_ssh_token","ssh_token","to_owned","try_from","try_from","try_into","try_into","try_load_config","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","version","vzip","vzip","Indented","PrettyError","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","error","fmt","from","from","init","init","inner","into","into","is_last","layout_raw","layout_raw","new","number","pointer_metadata","pointer_metadata","report","started","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","write_str","Json","LogFormat","Output","Text","WHITELISTED_LOG_TARGETS","__clone_box","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","color","command","command_for_update","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","draw_target","drop","drop","eq","eq","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","group_id","init","init","initialize_logging","into","into","is_verbose","layout_raw","layout_raw","log_filter","log_format","pointer_metadata","pointer_metadata","quiet","should_emit_colors","to_owned","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","verbose","vzip","vzip","ApiOpts","ItemFormatOpts","ItemTableFormatOpts","ListFormatOpts","Login","PROD_REGISTRY","WASMER_CACHE_DIR","WASMER_DIR","WasmerEnv","__clone_box","__clone_box","__private_field","__private_field","augment_args","augment_args","augment_args","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","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_login","cache_dir","client","client_unauthennticated","clone","clone","clone_into","clone_into","command","command","command","command","command","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","default","default","default","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","eq","fmt","fmt","fmt","fmt","fmt","format","format","format","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","group_id","group_id","group_id","group_id","group_id","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","load_config","parse_registry_url","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","registry","to_owned","to_owned","token","token","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","url","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasmer_dir","File","Package","PackageSource","Url","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_str","init","into","layout_raw","parse","partial_cmp","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","CompilerOptions","CompilerType","Cranelift","Headless","LLVM","Singlepass","StoreOptions","WasmFeatures","__clone_box","__clone_box","__clone_box","_threads","all","augment_args","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bulk_memory","clone","clone","clone","clone_into","clone_into","clone_into","command","command","command","command_for_update","command_for_update","command_for_update","compiler","cranelift","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","disable_threads","drop","drop","drop","drop","enable_verifier","enabled","eq","equivalent","equivalent","equivalent","equivalent","features","fmt","fmt","fmt","fmt","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","get_compiler","get_compiler_config","get_engine","get_engine_for_target","get_engine_with_compiler","get_features","get_store","get_store_for_target","get_store_for_target","group_id","group_id","group_id","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","llvm","llvm_debug_dir","multi_value","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reference_types","simd","singlepass","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","vzip","DEFAULT_PACKAGE_MANIFEST_FILE","Identifier","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","fmt","from","from_str","init","into","layout_raw","load_package_manifest","merge_yaml_values","name","new","owner","package_wizard","parse_envvar","parse_mapdir","pointer_metadata","prompts","render","retrieve_alias_pathbuf","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","version","vzip","with_owner","with_version","MustExist","MustNotExist","PackageCheckMode","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","prompt_for_ident","prompt_for_namespace","prompt_for_package","prompt_for_package_ident","prompt_for_package_version","prompt_new_app_alias","prompt_new_app_name","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","CliRender","ItemFormat","ItemTable","Json","Json","ListFormat","Table","Table","Yaml","Yaml","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_str","from_str","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","render","render","render_item","render_item_table","render_list","render_list_table","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip"],"q":[[0,"wasmer_cli"],[14,"wasmer_cli::c_gen"],[98,"wasmer_cli::c_gen::CStatement"],[109,"wasmer_cli::c_gen::CType"],[114,"wasmer_cli::c_gen::staticlib_header"],[116,"wasmer_cli::commands"],[248,"wasmer_cli::commands::add"],[324,"wasmer_cli::commands::add::Target"],[327,"wasmer_cli::commands::app"],[377,"wasmer_cli::commands::app::create"],[438,"wasmer_cli::commands::app::delete"],[474,"wasmer_cli::commands::app::deploy"],[597,"wasmer_cli::commands::app::get"],[633,"wasmer_cli::commands::app::info"],[668,"wasmer_cli::commands::app::list"],[707,"wasmer_cli::commands::app::logs"],[785,"wasmer_cli::commands::app::purge_cache"],[821,"wasmer_cli::commands::app::util"],[918,"wasmer_cli::commands::app::util::ResolvedAppIdent"],[921,"wasmer_cli::commands::app::version"],[958,"wasmer_cli::commands::app::version::activate"],[994,"wasmer_cli::commands::app::version::get"],[1031,"wasmer_cli::commands::app::version::list"],[1104,"wasmer_cli::commands::binfmt"],[1180,"wasmer_cli::commands::cache"],[1254,"wasmer_cli::commands::compile"],[1294,"wasmer_cli::commands::config"],[1777,"wasmer_cli::commands::connect"],[1817,"wasmer_cli::commands::container"],[1850,"wasmer_cli::commands::container::unpack"],[1889,"wasmer_cli::commands::create_exe"],[2229,"wasmer_cli::commands::create_exe::http_fetch"],[2234,"wasmer_cli::commands::create_exe::utils"],[2248,"wasmer_cli::commands::create_obj"],[2289,"wasmer_cli::commands::domain"],[2329,"wasmer_cli::commands::domain::get"],[2365,"wasmer_cli::commands::domain::list"],[2401,"wasmer_cli::commands::domain::register"],[2439,"wasmer_cli::commands::domain::zonefile"],[2512,"wasmer_cli::commands::gen_c_header"],[2552,"wasmer_cli::commands::gen_completions"],[2591,"wasmer_cli::commands::gen_manpage"],[2650,"wasmer_cli::commands::init"],[2835,"wasmer_cli::commands::inspect"],[2871,"wasmer_cli::commands::journal"],[2914,"wasmer_cli::commands::journal::compact"],[2948,"wasmer_cli::commands::journal::export"],[2982,"wasmer_cli::commands::journal::extract"],[3081,"wasmer_cli::commands::journal::filter"],[3161,"wasmer_cli::commands::journal::import"],[3195,"wasmer_cli::commands::journal::inspect"],[3229,"wasmer_cli::commands::login"],[3431,"wasmer_cli::commands::namespace"],[3467,"wasmer_cli::commands::namespace::create"],[3504,"wasmer_cli::commands::namespace::get"],[3540,"wasmer_cli::commands::namespace::list"],[3575,"wasmer_cli::commands::package"],[3618,"wasmer_cli::commands::package::build"],[3661,"wasmer_cli::commands::package::common"],[3669,"wasmer_cli::commands::package::common::macros"],[3673,"wasmer_cli::commands::package::common::wait"],[3755,"wasmer_cli::commands::package::download"],[3799,"wasmer_cli::commands::package::publish"],[3846,"wasmer_cli::commands::package::push"],[3892,"wasmer_cli::commands::package::tag"],[3948,"wasmer_cli::commands::run"],[4267,"wasmer_cli::commands::run::ExecutableTarget"],[4270,"wasmer_cli::commands::run::wasi"],[4367,"wasmer_cli::commands::self_update"],[4401,"wasmer_cli::commands::ssh"],[4446,"wasmer_cli::commands::validate"],[4482,"wasmer_cli::commands::wast"],[4520,"wasmer_cli::commands::whoami"],[4554,"wasmer_cli::common"],[4638,"wasmer_cli::edge_config"],[4707,"wasmer_cli::error"],[4757,"wasmer_cli::logging"],[4838,"wasmer_cli::opts"],[5087,"wasmer_cli::package_source"],[5128,"wasmer_cli::store"],[5296,"wasmer_cli::utils"],[5340,"wasmer_cli::utils::prompts"],[5368,"wasmer_cli::utils::render"],[5450,"dyn_clone::sealed"],[5451,"rkyv::with"],[5452,"core::result"],[5453,"core::fmt"],[5454,"core::fmt"],[5455,"core::alloc::layout"],[5456,"core::alloc::layout"],[5457,"alloc::alloc"],[5458,"alloc::boxed"],[5459,"core::any"],[5460,"wasmer_types::compilation::symbols"],[5461,"clap_builder::builder::command"],[5462,"anyhow"],[5463,"clap_builder::parser::matches::arg_matches"],[5464,"clap_builder"],[5465,"clap_builder::util::id"],[5466,"core::option"],[5467,"core::future::future"],[5468,"core::pin"],[5469,"wasmer_registry"],[5470,"std::process"],[5471,"wasmer_registry::graphql::queries::get_bindings_query"],[5472,"alloc::vec"],[5473,"wasmer_registry::package"],[5474,"anyhow"],[5475,"std::path"],[5476,"wasmer_api::types::queries"],[5477,"wasmer_config::app"],[5478,"url"],[5479,"core::time"],[5480,"std::path"],[5481,"wasmer_config::package::package_ident"],[5482,"wasmer_api::types::queries"],[5483,"clap_builder::builder::possible_value"],[5484,"core::cmp"],[5485,"wasmer_registry::wasmer_env"],[5486,"wasmer_types::compilation::target"],[5487,"alloc::collections::btree::map"],[5488,"webc::container"],[5489,"wasmer_types::compilation::target"],[5490,"serde::de"],[5491,"wasmer::store"],[5492,"serde::ser"],[5493,"webc::volume"],[5494,"shared_buffer::owned"],[5495,"serde_json::value"],[5496,"semver"],[5497,"wasmer_config::package"],[5498,"wasmer_config::package"],[5499,"core::iter::traits::iterator"],[5500,"core::hash"],[5501,"core::marker"],[5502,"core::hash"],[5503,"http::request"],[5504,"http::response"],[5505,"std::net::tcp"],[5506,"webc::wasmer_package::package"],[5507,"wasmer_config::package::package_hash"],[5508,"wasmer_config::package::named_package_ident"],[5509,"humantime::wrapper"],[5510,"indicatif::progress_bar"],[5511,"cynic::id"],[5512,"wasmer_config::package::package_id"],[5513,"wasmer_wasix::runtime"],[5514,"alloc::sync"],[5515,"wasmer_wasix::runners::wasi"],[5516,"wasmer_wasix::runners::wcgi::runner"],[5517,"wasmer_wasix::bin_factory::binary_package"],[5518,"wasmer::engine"],[5519,"core::marker"],[5520,"wasmer_types::module_hash"],[5521,"core::fmt"],[5522,"wasmer_wasix_types::wasi::wasix_manual"],[5523,"wasmer_wasix::http::client"],[5524,"wasmer::instance"],[5525,"wasmer::externals::function"],[5526,"wasmer::value"],[5527,"wasmer_wasix::runtime::resolver::inputs"],[5528,"wasmer_wasix::runtime::resolver::outputs"],[5529,"wasmer_wasix::runtime::module_cache::types"],[5530,"virtual_net"],[5531,"core::net::socket_addr"],[5532,"wasmer_wasix::runtime::package_loader::types"],[5533,"wasmer_types::types"],[5534,"wasmer_config::package::package_source"],[5535,"wasmer_wasix::runtime::resolver::source"],[5536,"futures_util::abortable"],[5537,"wasmer_wasix::runtime::task_manager"],[5538,"wasmer_wasix::os::tty"],[5539,"wasmer_journal"],[5540,"wasmer_wasix::runners::wasi_common"],[5541,"wasmer_wasix::runners::wasi_common"],[5542,"wasmer_wasix::utils"],[5543,"alloc::collections::btree::set"],[5544,"wasmer_wasix::state::func_env"],[5545,"wasmer_wasix::state::builder"],[5546,"wasmer_wasix::http::client"],[5547,"wasmer_wasix::runtime::task_manager::tokio"],[5548,"core::convert"],[5549,"core::fmt"],[5550,"tracing_subscriber::filter::env"],[5551,"wasmer_registry::config"],[5552,"wasmer_compiler::compiler"],[5553,"wasmer_compiler::engine::inner"],[5554,"wasmer_types::features"],[5555,"wasmer_api::types::queries"]],"d":["Version number of this crate.","A convenient little abstraction for building up C …","The commands available in the Wasmer binary.","Common module with common used structures across different …","","Implements PretyError to print pretty errors in the CLI …","Logging functions for the debug feature.","","Module for parsing and installing packages","Run the Wasmer CLI.","Common module with common used structures across different …","","Utility functions for the WebAssembly module","A macro that prints a warning with nice colors","C constant array.","An identifier in C.","A statement in the C programming language. This may not be …","A Type in the C language.","A C-style cast","A declaration of some kind.","A function or function pointer.","C 16 bit signed integer type.","C 32 bit signed integer type.","C 64 bit signed integer type.","C 8 bit signed integer type.","C pointer sized signed integer type.","A literal array of CStatements.","A literal constant value, passed through directly as a …","A pointer to some other type.","A user defined type.","Typedef one type to another.","C 16 bit unsigned integer type.","C 32 bit unsigned integer type.","C 64 bit unsigned integer type.","C 8 bit unsigned integer type.","C pointer sized unsigned integer type.","C void type.","","","","","","","","","","","Convenience function to get a const void pointer type.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Generate C source code from some CStatements into a String.","Generate the C source code for a type into the given String…","Generate C source code for the given CStatement.","Generate the C source code for a type with a nameinto the …","","","Calls U::from(self).","Calls U::from(self).","","","","","Generate a header file for the static object file produced.","","","","","","","","","","","","","","","","","","","","","","Convenience function to get a mutable void pointer type.","","","The type of the thing being declared.","The definition of the thing being declared.","The thing being cast.","Whether the thing being declared is const.","Whether the thing being declared is extern.","The contents of the array.","The name of the thing being declared.","The new name by which this type may be called.","The type of the thing being typedef’d.","The type to cast to.","The raw value acting as a constant.","The arguments the function takes.","The type that the pointer points to.","The type of the array.","Whether the pointer is const.","The return value if it has one","Helper functions to simplify the usage of the static …","Generate the header file that goes with the generated …","Add a Wasmer package’s bindings to your application","Manage deployed Edge apps","An executable CLI command that runs in an async context.","Unregister and/or register wasmer as binfmt interpreter","Manage the local Wasmer cache","An executable CLI command.","The options for the wasmer Command Line Interface","Compile a WebAssembly binary","Get various configuration information needed to compile …","","Compile a WebAssembly binary into a native executable","Compile a WebAssembly binary into an object file","Deploy apps to Wasmer Edge [alias: app deploy]","Manage DNS records","Generate the C static_defs.h header file for the input …","Generate autocompletion for different shells","Generate man pages","Initializes a new wasmer.toml file","Inspect a WebAssembly file","Manage journals (compacting, inspecting, filtering, …)","Login into a wasmer.io-like registry","Manage Wasmer namespaces","","","","Publish a package to a registry [alias: package publish]","","Run a WebAssembly file or Wasmer container","Update wasmer to the latest version","Run commands/packages on Wasmer Edge in an interactive …","Validate a WebAssembly binary","Command-line arguments for the Wasmer CLI.","Run spec testsuite","Shows the current logged in user for the current active …","","Edge app commands.","","","","","","","","","","","","","","","","","","","","Create a standalone native executable for a given Wasm …","Create a standalone native executable for a given Wasm …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","The main function for the Wasmer CLI tool.","","","","Edge SSH command.","","","","","","","","","","","","","","","","","","","","","","","","Print version info and exit.","","","Runs a .wast WebAssembly test suites","","Add a Wasmer package’s bindings to your application.","","","","","","","","","","","","","","","","Construct a command which we can run to add packages.","","","","","","","","Add the package as a dev-dependency.","","","","Execute Add.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","Add the JavaScript bindings using “npm install”.","The packages to add (e.g. “wasmer/wasmer-pack@0.5.0” …","Add the Python bindings using “pip install”.","Add the JavaScript bindings using “pnpm add”.","","","","","","","","","","","","","","","","","","","","","","","","","","","Add the JavaScript bindings using “yarn add”.","","","","Manage Wasmer Deploy apps.","","","","","","","","","","","","","","Create a new Edge app.","Delete an Edge app.","","","","","","","Returns the argument unchanged.","","","Get information about an edge app.","","Show short information about an Edge app.","","Calls U::from(self).","","List Edge apps.","Show logs for an Edge app.","","Get information about an edge app.","","","","","","","","","","","","","","Edge app version management.","","Create a new Edge app.","","The path to the directory where the config file for the …","The name of the app (can be changed later)","","","","","","","","","","Whether or not to deploy the application once it is …","","","","","","Tries to retrieve templates from a local file cache. …","","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","","Load cached templates from a file.","Name to use when creating a new package from a template.","Skip local schema validation.","Do not wait for the app to become reachable if deployed.","Do not prompt for user input.","Do not interact with any APIs.","The owner of the app.","Name of the package to use.","","","Don’t print any message.","","A reference to the template to use.","","","","","","","","","","","","","Whether or not to search (and use) a local manifest.","","","Delete an existing Edge app","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Deploy an app to Wasmer Edge.","","Wait for the app to be deployed.","Wait for the app to be deployed and ready.","","","","","","","","Specify the name (user or namespace) of the app to be …","","","","","","","","","Whether or not to automatically bump the package version …","","","","","","","","","","","","","","","","","","The path to the directory containing the app.yaml file.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Do not make the new app version the default (active) …","Do not persist the app version ID in the app.yaml.","Skip local schema validation.","Do not wait for the app to become reachable.","Do not prompt for user input.","","Specify the owner (user or namespace) of the app.","","Name of the package to use when creating an app to deploy.","","","","","Automatically publish the package referenced by this app.","Don’t print any message.","","A reference to the template to use when creating an app to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether or not to search (and use) a local manifest when …","","","","","Same as [Self::deploy], but also prints verbose …","Retrieve detailed informations about an app","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","Show short information about an Edge app.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","List apps belonging to a namespace","Get all apps that are accessible by the current user, …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Maximum number of apps to display","Get apps in a specific namespace.","Asks whether to display the next page or not","","","","","","","","","","","","","","","Retrieve the logs of an app","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","The date of the earliest log entry.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Maximum log lines to fetch. Defaults to 1000.","","","","Streams of logs to display","","","","","","","","","The date of the latest log entry.","","","","","","","","","","","","","","","","","","","Purge caches for applications.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","Backend app id like “da_xxysw34234”","App identifier.","Options for identifying an app.","Backend app VERSION id like “dav_xxysw34234”","","","","","","","Identifier of the application.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Load the specified app from the API.","","","","","Resolve an app identifier through the API.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Manage app versions.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Switch the active version of an app. (rollback / …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","App version ID to activate.","","Show information for a specific app version.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","Name of the version - NOT the unique version id!","","","","","","","","","","","","","","","List versions of an app.","","","","","Pagination cursor - get versions after this version.","Get all versions of the app. Overrides pagination flags (…","","","","Pagination cursor - get versions before this version.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Maximum number of items to return.","Pagination offset - get versions after this offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unregister and/or register wasmer as binfmt interpreter","The filename used to register the wasmer CLI as a binfmt …","Register wasmer as binfmt interpreter","Soft unregister, and register","Unregister a binfmt interpreter for wasm32","","","","","","","Mount point of binfmt_misc fs","","","","","","","","","","","","","","","","","","","execute Binfmt","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The options for the wasmer cache subcommand","Clear the cache","","Display the location of the cache","","","","","","","","","","","","","The operation to perform.","","","","","","","","","","","","","","Execute the cache command","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The options for the wasmer compile subcommand","","","","","","","","","","","","Runs logic for the compile subcommand","","Returns the argument unchanged.","","","","Hashing algorithm to be used for module hash","","","Calls U::from(self).","","Output file","Input file","","","Compilation Target triple","","","","","","","","","","","","","“true” or “false” for handling input in the CLI","The options for the wasmer config subcommand: …","Normal configuration","wasmer config get $KEY","Subcommand for wasmer config set","Print the proxy URL","Set the active proxy URL","Print the token for the currently active registry or …","Set the token for the currently active registry or nothing …","Print the registry URL of the currently active registry","Set the registry URL of the currently active registry","Subcommand for wasmer config get","wasmer config set $KEY $VALUE","Set if a proxy URL should be used","Set or change the token for the current active registry","Set the current active registry URL","Set if telemetry is enabled","Set if update notifications are enabled","Setting that can be stored in the wasmer config","Print whether telemetry is currently enabled","Set whether telemetry is currently enabled","Print whether update notifications are enabled","Set whether update notifications are enabled","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Directory containing Wasmer executables.","","","","","","","","","","","","","","","","","","","","","","","C compiler flags for files that include Wasmer headers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Print the path to the wasmer configuration file where all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether to enable update notifications","Whether to enable telemetry","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runs logic for the config subcommand","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Directory containing Wasmer headers.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Directory containing Wasmer libraries.","Libraries needed to link against Wasmer components.","","","","","","","","","","Outputs the necessary details for compiling and linking a …","","","","","","","","","","","","Print the installation prefix.","Subcommand for wasmer config get | set","","","","","","","","","","Token to set","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Url of the registry","Set if a proxy URL should be used (empty = unset proxy)","","","","","","","","","","","","Connects to the Wasmer Edge distributed network.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","One or more static IP address to assign the interface","","Skips bringing the interface up using the ip tool.","Do not modify the postfix of the URL before connecting","","Prints the network token rather than connecting","Runs in promiscuous mode","","","","","","","","","","","","","Thr URL we will be connecting to","","Container related commands. (inspecting, unpacking, …)","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Extract contents of a container to a directory.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","The output directory.","Overwrite existing directories/files.","Path to the package.","","Run the unpack command without any output","","","","","","","","","","","","","allow","In pirita mode, specifies whether multi-atom pirita files …","Command entrypoint for multiple commands","The options for the wasmer create-exe subcommand","","","Given a pirita file, determines whether the file has one …","","","Prefix map used during compilation of object files","reject","URL to download","Url or version to download the release from","Release version to download","Volume object file (name + path to object file)","","","","","","","Atom name","Compiled atom files to link into the final binary","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Command name","","","Cached compilation objects for files on disk","","Given a pirita file, compiles the .wasm files into the …","","","Create the static_defs.h header files in the /include …","","Optional directorey used for debugging: if present, will …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runs logic for the compile subcommand","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 up the prefix map from a collection like “sha123123…","","Generate the wasmer_main.c that links all object files …","","","","","","","Hashing algorithm to be used for module hash","","Optional path to the static_defs.h header file, relative …","","","","","","","","","","","Sha256 hashes for the input files","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Additional libraries to link against. This is useful for …","","Cross-compilation library path (path to libwasmer.a / …","Given a directory, links all the objects from the …","Link compiled objects using the system linker","Manual prefixes for input files (file:prefix)","Module info, set when the wasm file is compiled","Volume name","Path to volume fileblock object file","Output file","Input file","Path to the object file, relative to the entrypoint.json …","","","","","","","","","","Prefix for every input file, e.g. “wat2wasm:sha256abc123…","Given a .wasm file, compiles the .wasm file into the …","Compile the C code.","","","","","","","Cross-compilation tarball library path","","Compilation Target triple","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Use the system linker instead of zig for linking","Can specify either a release version (such as “3.0.1”) …","","","Serialize a set of volumes so they can be read by the C …","Volume objects (if any) to link into the final binary","","","","","","","","","","","","Specify zig binary path (defaults to zig in $PATH if not …","","","","","","","","","","","","","path to library tarball cache dir","path to the static libwasmer","","","","","","","The options for the wasmer create-exe subcommand","Atom name to compile when compiling multi-atom pirita files","","","","","","","","","Optional directorey used for debugging: if present, will …","","","","","Runs logic for the create-obj subcommand","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Output file or directory if the input is a pirita file","Input file","","Prefix for the function names in the input file in the …","Compilation Target triple","","","","","","","","","","","","","Manage DNS records","Get a domain","Get zone file for a domain","List domains","Register new domain","Sync local zone file with remotex","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Show a domain","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Name of the domain.","","","","","","","","","","","","","","","List domains.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Name of the namespace.","","","","","","","","","","","","","","","Show a domain","","","","","","","","","","","","","","Returns the argument unchanged.","","","","auto update DNS records for this domain.","","Calls U::from(self).","","Name of the domain.","owner under which the domain will live.","","","","","","","","","","","","","","","Show a zone file","Show a zone file","","","","","","","","","","","","","","","","","","","","","Name of the domain.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Do not delete records that are not present in the zone file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","output file name to store zone file","filename of zone-file to sync","The options for the wasmer gen-c-header subcommand","For pirita files: optional atom name to compile","","","","","","","","","","","","Runs logic for the gen-c-header subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","Output file","Input file","","Prefix hash (default: SHA256 of input .wasm file)","Compilation Target triple","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Where to store the generated file(s) to. Defaults to …","","The shell to generate the autocompletions script for.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","Where to store the generated file(s) to.","","","","","","","","","","","","","","","","","","","","","","","","","","","CLI args for the wasmer init command","Add dependency on JS","","","","","","","Add dependency on Python","What template to use for the initialized wasmer.toml","","","","","","","Initialize wasmer.toml for a binary package","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Initialize an empty wasmer.toml","","","","","","","","wasmer init execution","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Get bindings returns the first .wai / .wit file found and …","","Returns the dependencies based on the --template flag","","","","Include file paths into the target container filesystem","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","Initialize wasmer.toml for a library package","","","If the manifest-path is a Cargo.toml, use that file to …","","Namespace to init with, default = current logged in user …","Directory of the output file name. wasmer init will error …","Force overwriting the wasmer.toml, even if it already …","Package name to init with, default = Cargo.toml name or …","","","","","","","Don’t display debug output","","","","Add default dependencies for common packages","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Version of the initialized package","","","","","","","","Writes the metadata to a wasmer.toml file, making sure we …","The options for the wasmer validate subcommand","","","","","","","","","","","Runs logic for the validate subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","File to validate as WebAssembly","","","","","","","","","","","","","","","Manage Journal files.","Compacts a journal into a smaller size by removed …","Exports the contents of a journal to stdout as JSON objects","Extracts an element of a journal","Filters out certain events from a journal","Imports the events into a journal as JSON objects","Inspects the contents of a journal and summarizes it to …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","Compacts a journal by removing duplicate or redundant …","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Path to the journal that will be compacted","","","","","","","","","","","","","","","","Exports all the events in a journal to STDOUT as JSON data","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Path to the journal that will be printed","","","","","","","","","","","","","","","","What to extract from the journal","","Extracts an element from the journal","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Path to the journal that will be compacted","","","","Path to the memory file that will be updated using this …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Rewrites a journal log removing events that match the …","Filters out all core syscalls","Filters out all the file system operations","Flags that specify what should be filtered out","Filters out all the memory events","Filters out the networking","Filters out the snapshots","Filters out all the thread stacks","","","","","","","","","","","","","","","","","","","","","","","","","","","Filters to be applied to the output journal, filter …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","Path to the journal that will be read","Path to the journal that will be the output of the filter","","","","","","","","","","","","","","","","","","","","","","","","Imports events into a journal file. Events are streamed as …","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Path to the journal that will be printed","","","","","","","","","","","","","","","","Prints a summarized version of contents of a journal to …","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Path to the journal that will be printed","","","","","","","","","","","","","","","","","","Signifying that the token is authorized","Enum for the boolean like prompt options","Signifying that the token is cancelled","","Subcommand for log in a user into Wasmer (using a browser …","Signifying a No/false - using n/N","","","Payload from the frontend after the user has authenticated.","","","Payload from the frontend after the user has authenticated.","","Signifying a yes/true - using y/Y","","","","","","","","","","","","","","","","","","","","","The directory cached artefacts are saved to.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","execute [List]","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Variable to login without opening a browser","","","","","","","","The registry to fetch packages from (inferred from the …","","","Handle the preflight headers first - OPTIONS request Then …","","Status of the token , whether it is authorized or cancelled","","","","","","","","Token Received from the frontend","The API token to use when communicating with the registry …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set Wasmer’s home directory","","Manage namespaces.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Create a new namespace.","","","","","","","","","","Description of the namespace.","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Name of the namespace.","","","","","","","","","","","","","","","Show a namespace.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Name of the namespace.","","","","","","","","","","","","","","","List namespaces.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Package related commands.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Build a container from a package manifest.","","","","","","","","","Only checks whether the package could be built successfully","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","Output path for the package file. Defaults to current …","Path of the package or wasmer.toml manifest.","","Run the publish command without any output","","","","","","","","","","","","","Read and return a manifest given a path.","","","","","","","","","","","","","","","","","Different conditions that can be “awaited” when …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Download a package from the registry.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Path where the package file should be written to. If not …","The package to download.","","Run the download command without any output","","","","","","","","","","","","Verify that the downloaded file is a valid package.","","Publish (push and tag) a package to the registry.","","","","","","Whether or not the patch field of the version of the …","","","","","","","Run the publish logic without sending anything to the …","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Skip validation of the uploaded package","Do not prompt for user input.","Override the name of the package to upload","Override the namespace of the package to upload","Directory containing the wasmer.toml, or a custom *.toml …","Override the package version of the uploaded package in …","","","Run the publish command without any output","","Timeout (in seconds) for the publish query to the registry.","","","","","","","","","","","","","Wait for package to be available on the registry before …","Push a package to the registry.","","","","","","","","","","","","","Run the publish logic without sending anything to the …","","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","","Do not prompt for user input.","Override the namespace of the package to upload","Directory containing the wasmer.toml, or a custom *.toml …","","","Run the publish command without any output","","","Timeout (in seconds) for the publish query to the registry.","","","","","","","","","","","","","Tag an existing package.","","","","","","Whether or not the patch field of the version of the …","","","","","","","","Run the publish logic without sending anything to the …","","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","","Do not prompt for user input.","The hash of the package to tag","Override the name of the package to upload","Override the namespace of the package to upload","Directory containing the wasmer.toml, or a custom *.toml …","Override the package version of the uploaded package in …","","Run the publish command without any output","","","","","Timeout (in seconds) for the publish query to the registry.","","","","","","","","","","","","","","","Wait for package to be available on the registry before …","","","A directory containing a wasmer.toml file","","A file on disk (*.wasm, *.webc, etc.).","","","","","A package to be downloaded (a URL, package name, etc.)","","The input that was passed in via the command-line.","The unstable wasmer run subcommand.","","We’ve been given the path for a file… What does it …","","","","","","","","","The address to serve on.","","Command-line arguments passed to the package","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Generate a coredump at this path if a WebAssembly trap …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The function or command to invoke.","","","","","","","","","","Exit the current process, using the WASI exit code if the …","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Create Run instance for arguments/env, assuming we’re …","","Try to load a Wasmer package from a directory containing a …","","Try to load a file into something that can be used to run …","","","","Hashing algorithm to be used for module hash","","","","","","","","","","","","","","","The file, URL, or package to run.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to resolve the PackageSource to an executable artifact.","","","","","","","","Set the default stack size (default is 1048576)","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","WASI Options","","","","","","","","","","","","","","","","","","","Require WASI modules to only import 1 version of WASI.","","","","","","","","","Enables asynchronous threading","Flag that indicates if the journal will be automatically …","Enables an exponential backoff (measured in milli-seconds) …","Pass custom environment variables","","","Forward all host env variables to guest","Returns the argument unchanged.","Returns the argument unchanged.","","","Gets the WASI version (if any) for the provided module","","","Checks if a given module has any WASI imports at all.","Allow instances to send http requests.","List of webc packages that are explicitly included for …","","","Helper function for instantiating a module with Wasi …","Calls U::from(self).","Calls U::from(self).","","Specifies one or more journal files that Wasmer will use …","","","List of injected atoms","","Map a host directory to a different location for the Wasm …","Enable networking with the host network.","Disables the TTY bridge","","","","","WASI pre-opened directory","","","","","","Adds a periodic interval (measured in milli-seconds) that …","Indicates what events will cause a snapshot to be taken …","","","","","","","","","","","","","","","","","","","","List of other containers this module depends on","","","Tells the compactor to compact when it grows by a certain …","Tells the compactor not to compact when the journal log …","The options for the wasmer self-update subcommand","","","","","","","","","","","Runs logic for the self-update subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","Start a remote SSH session.","","","","","","","","","","","Create a new token for SSH access through the backend API.","","","","","","Returns the argument unchanged.","","","","SSH Host","","Calls U::from(self).","","Local port mapping to the package that’s running, this …","","Prints the SSH command rather than executing it","Package to run on the Deploy servers","Arguments to pass the package running on Deploy","","SSH port to use.","","","","","","","","","","","","","","The options for the wasmer validate subcommand","","","","","","","","","","","Runs logic for the validate subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","File to validate as WebAssembly","","","","","","","","","","","","","","","The options for the wasmer wast subcommand","","","","","","","","","","","Runs logic for the validate subcommand","A flag to indicate wast stop at the first error or …","","Returns the argument unchanged.","","","","Hashing algorithm to be used for module hash","","","Calls U::from(self).","","Wast file to run","","","","","","","","","","","","","","","The options for the wasmer whoami subcommand","","","","","","","","","","","","Execute wasmer whoami","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","Hashing algorithm to be used for the module info","Sha256","The WebAssembly features that can be passed through the …","XXHash","","","Deprecated, threads are enabled by default.","Enable support for all pre-standard proposals.","","","","","","","Enable support for the bulk memory proposal.","","","","","","","","","","","","","","","Disable support for the threads proposal.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Enable support for the multi value proposal.","","","","Enable support for the reference types proposal.","Enable support for the SIMD proposal.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","Token used for network access.","","","","","","","","Token used for ssh access.","","","","","","","","","","","","","","","","","","","","","","A PrettyError for printing anyhow::Error nicely.","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","Create a new PrettyError.","","","","Process a Result printing any errors and exiting the …","","","","","","","","","","","","","","","","","","","","Machine-readable logs.","The format used when generating logs.","Control the output generated by the CLI.","Human-readable logs.","","","","","","","","","","","","","","When to display colored output.","","","","","","","","","","","Get the draw target to be used with the indicatif crate.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Initialize logging based on the $RUST_LOG environment …","Calls U::from(self).","Calls U::from(self).","Has the --verbose flag been set?","","","","The format to use when generating logs.","","","Do not print progress messages.","Check whether we should emit ANSI escape codes for log …","","","","","","","","","","","","","","","","","","","","","","","","","Generate verbose output (repeat for more verbosity)","","","","Formatting options for a single item.","Formatting options for a single item.","Formatting options for a list of items.","","","The default value for $WASMER_DIR.","The default value for $WASMER_DIR.","Command-line flags for determining the local “Wasmer …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The directory cached artefacts are saved to.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Output format. (yaml, json, table)","Output format. (yaml, json, table)","Output format. (yaml, json, table, item-table)","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set Wasmer’s home directory","Run a local file","Download from a package","Source of a package","Download from a URL","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","Parses a package source and transforms it to a URL or a …","","","","","","","","","","","","","","The compiler options","The compiler used for the store","Cranelift compiler","Headless compiler","LLVM compiler","Singlepass compiler","The compiler options","The WebAssembly features that can be passed through the …","","","","Deprecated, threads are enabled by default.","Enable support for all pre-standard proposals.","","","","","","","","","","","","","","","Enable support for the bulk memory proposal.","","","","","","","","","","","","","","Use Cranelift compiler.","","","","","","","","","","","","","","","","Disable support for the threads proposal.","","","","","Enable compiler internal verification.","Return all enabled compilers","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Get the Compiler Config for the current options","","Gets the Engine for a given target.","","Get the enaled Wasm features.","Gets the store for the host target, with the compiler name …","Gets the store for a given target, with the compiler name …","Gets the Store for a given target.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Use LLVM compiler.","LLVM debug directory, where IR and object files will be …","Enable support for the multi value proposal.","","","","","Enable support for the reference types proposal.","Enable support for the SIMD proposal.","Use Singlepass compiler.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The identifier for an app or package in the form, …","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","Load a package manifest from the manifest file.","Merge two yaml values by recursively merging maps from b …","The package’s name.","","The package’s owner, typically a username or namespace.","","Parses an environment variable.","Parses a mapdir from a string","","","","","","","","","","","","","","","The package’s version number.","","","","The package must exist in the registry.","The package must NOT exist in the registry.","Defines how to check for a package.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Prompt for a namespace.","Ask for a package name.","Ask a user for a package name.","Ask a user for a package version.","Prompt for an app name. If an api provided, will check if …","Prompt for an app name. If an api provided, will check if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,4,4,3,3,3,3,3,3,4,4,3,3,4,3,3,3,3,3,3,3,4,3,4,3,4,3,4,3,4,3,3,3,4,3,4,3,4,3,4,3,4,3,4,0,3,4,3,3,4,3,4,3,4,3,4,0,3,4,3,4,3,4,3,4,3,3,4,4,3,3,4,4,3,3,4,4,277,3,3,4,278,278,279,278,278,280,278,281,281,279,282,283,284,285,284,283,0,0,24,24,0,24,24,0,0,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,286,287,24,24,0,24,24,24,24,0,24,24,0,0,22,22,24,24,0,22,24,22,24,0,22,22,24,22,24,0,0,0,0,0,0,22,24,22,24,22,24,0,22,24,22,22,24,22,24,22,24,22,24,0,0,0,22,24,0,22,24,0,22,24,0,0,22,24,0,0,22,0,22,24,0,0,286,22,287,22,0,0,22,24,22,24,22,24,22,22,24,24,22,22,24,24,22,22,24,24,22,24,22,24,0,22,22,24,0,0,0,32,32,32,0,32,32,35,35,35,32,35,32,32,32,35,32,35,35,32,35,32,35,32,35,35,32,35,35,35,32,35,32,35,35,35,35,32,35,32,32,35,32,35,0,35,35,35,35,35,32,35,32,35,32,35,32,35,32,35,35,32,32,35,35,32,32,35,35,32,32,35,35,35,32,35,288,289,290,0,39,39,39,39,39,39,39,39,39,39,39,39,39,0,0,0,39,39,39,39,39,39,39,39,0,39,0,39,39,39,0,0,39,0,39,39,39,39,39,39,39,39,39,39,39,39,0,0,39,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,0,0,52,52,0,51,52,51,53,51,0,53,53,53,53,51,52,53,51,52,53,51,52,51,52,53,53,53,0,53,51,52,53,51,52,53,51,52,53,53,51,52,53,52,52,52,52,52,53,51,52,53,53,51,52,53,53,53,53,53,51,52,53,51,52,53,51,52,51,53,53,53,53,53,51,53,51,53,53,51,52,53,53,53,53,53,51,52,53,51,52,53,51,52,53,51,52,53,53,51,51,52,52,53,53,51,51,52,52,53,53,51,51,52,52,53,53,53,53,51,52,51,0,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,0,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,0,0,60,60,60,63,63,63,60,63,60,63,60,60,63,63,0,60,63,60,63,60,63,60,63,60,60,60,60,60,60,63,63,60,63,63,63,63,63,63,60,63,60,63,60,63,63,60,63,63,63,60,60,60,63,60,63,60,63,63,60,60,63,63,60,60,63,63,60,60,63,63,63,63,60,60,63,63,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,66,0,0,66,68,68,66,66,0,66,67,67,67,68,66,67,68,66,67,66,66,67,67,68,66,67,68,66,67,68,66,67,68,66,67,66,66,66,66,66,66,67,68,66,67,67,67,66,0,67,68,68,66,67,68,66,67,68,66,67,67,0,68,66,67,66,67,66,68,66,67,68,66,67,68,66,67,68,66,66,67,67,68,66,66,67,67,68,66,66,67,67,67,67,68,66,67,291,291,291,71,0,71,71,0,71,71,71,71,71,71,71,71,71,71,71,71,0,71,71,71,71,0,71,71,71,71,71,71,71,71,71,71,71,71,71,71,0,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,0,74,74,0,74,75,75,75,75,75,75,75,74,75,74,74,74,75,75,75,74,75,74,75,74,75,74,75,74,75,75,74,75,75,75,75,75,74,75,74,75,74,75,75,75,74,75,75,74,74,75,74,75,74,75,74,75,75,74,74,75,75,74,74,75,75,74,74,75,75,74,75,74,0,0,77,76,76,76,76,77,77,77,76,76,77,76,77,76,77,76,76,76,77,76,77,76,77,76,77,76,77,76,77,77,76,77,76,77,76,77,76,77,77,76,76,77,76,77,76,77,76,77,0,76,76,77,76,77,76,77,76,76,77,77,76,76,77,77,76,76,77,77,76,77,76,77,76,77,0,78,0,78,78,79,79,78,78,79,78,79,78,0,78,78,79,79,78,79,78,79,78,79,78,79,78,79,78,79,79,79,78,79,78,79,78,79,78,79,78,79,78,79,78,79,78,79,78,78,79,78,79,78,79,78,79,79,78,78,79,79,78,78,79,79,78,78,79,78,79,78,79,78,0,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,0,0,0,81,0,82,83,82,83,82,83,0,81,0,0,0,0,0,0,82,83,82,83,81,82,83,84,85,86,87,88,89,91,93,84,85,86,88,89,91,93,84,85,86,88,89,81,82,83,81,82,83,93,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,93,81,82,83,84,85,86,87,88,89,81,82,83,84,85,86,87,88,89,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,88,89,91,93,81,82,83,84,85,86,88,89,81,82,83,84,85,86,87,88,89,93,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,86,88,91,81,82,83,84,85,86,87,88,89,81,81,81,81,82,82,82,82,83,83,83,83,84,84,84,84,85,85,85,85,86,86,86,86,87,87,87,87,88,88,88,88,89,89,89,89,91,81,91,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,88,89,91,93,81,82,83,84,85,86,88,89,87,91,93,84,85,86,88,89,81,82,83,93,91,93,81,82,83,84,85,86,87,88,89,91,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,93,93,81,82,83,84,85,86,87,88,89,93,91,93,81,82,83,84,85,86,87,88,89,93,91,81,82,83,84,85,86,87,88,89,85,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,91,93,93,81,81,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,91,91,93,93,81,81,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,91,91,93,93,81,81,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,91,93,81,82,83,84,85,86,88,89,91,93,81,82,83,84,85,86,88,89,84,89,91,93,81,82,83,84,85,86,87,88,89,0,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,0,0,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,0,95,95,95,95,95,95,95,95,95,0,0,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,102,0,0,0,0,0,0,0,0,0,102,97,0,97,0,97,98,99,100,101,102,100,99,112,98,112,98,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,97,98,99,100,101,102,97,98,99,100,101,102,112,98,100,112,98,106,0,0,112,112,0,112,112,98,106,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,97,97,98,113,99,99,100,100,101,101,102,106,112,97,98,113,99,100,101,102,106,99,100,101,102,106,99,99,99,99,100,100,100,100,101,101,101,101,102,102,102,102,112,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,98,112,98,106,97,0,106,0,0,106,112,98,112,106,100,0,112,97,98,113,99,100,101,102,106,106,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,113,98,0,0,106,100,101,101,112,112,100,112,97,98,113,99,100,101,102,106,112,0,0,97,99,100,101,0,106,98,113,112,97,98,99,100,101,102,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,112,97,97,98,98,113,113,99,99,100,100,101,101,102,102,106,106,112,112,97,97,98,98,113,113,99,99,100,100,101,101,102,102,106,106,112,112,97,97,98,98,113,113,99,99,100,100,101,101,102,102,106,106,112,98,112,98,98,112,0,102,0,99,112,97,98,113,99,100,101,102,106,0,0,98,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,0,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,0,121,121,121,121,0,121,0,121,121,121,121,121,121,121,121,121,121,121,121,121,0,0,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,0,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,0,125,126,125,126,125,126,125,126,125,126,125,126,125,126,125,126,125,126,125,126,125,125,126,125,126,125,125,126,125,126,125,126,125,126,125,126,125,126,125,126,126,125,126,125,126,125,126,125,126,125,126,125,125,126,126,125,125,126,126,125,125,126,126,125,126,125,126,125,126,125,126,0,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,129,130,129,129,130,129,130,129,129,129,129,129,130,130,129,130,129,130,129,130,129,129,129,130,129,129,129,129,130,129,130,129,130,129,129,130,129,129,130,129,130,129,130,129,130,129,129,130,129,129,130,129,129,129,129,130,129,132,0,132,0,0,131,132,0,136,0,0,136,131,0,0,131,132,133,135,135,135,136,135,131,132,133,136,135,131,132,133,133,133,131,132,133,131,132,133,135,135,0,136,135,131,132,133,136,135,131,132,133,133,136,135,131,132,133,136,135,131,132,133,135,135,131,132,131,131,131,131,135,136,135,131,132,133,136,135,131,132,133,135,135,135,135,135,135,135,135,133,135,136,135,131,132,133,136,135,131,132,133,136,135,131,132,133,135,133,133,135,133,135,135,135,135,0,136,135,131,132,133,135,133,133,135,135,131,132,133,131,136,135,131,132,133,136,135,131,132,133,136,135,131,132,133,136,135,135,131,131,132,132,133,133,136,135,135,131,131,132,132,133,133,136,135,135,131,131,132,132,133,133,135,135,131,135,133,136,135,131,132,133,133,135,0,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,0,144,144,144,144,144,144,144,144,144,144,0,144,144,144,144,0,0,0,144,144,144,144,144,0,144,0,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,0,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,0,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,0,0,0,148,147,149,147,149,148,148,147,148,149,147,148,149,147,149,147,149,147,148,149,147,148,149,147,148,149,147,148,149,147,148,149,147,148,149,147,148,149,147,148,149,147,149,148,147,148,149,147,148,149,149,147,148,149,147,147,148,149,149,147,148,149,147,148,149,147,148,149,147,147,148,148,149,149,147,147,148,148,149,149,147,147,148,148,149,149,147,148,149,147,148,149,147,148,149,149,0,150,150,0,150,150,150,150,150,151,151,150,151,150,151,150,150,150,151,151,150,150,151,150,151,150,151,150,151,150,150,150,150,150,151,150,151,150,151,151,151,150,150,151,150,150,151,150,151,150,151,150,150,151,151,151,151,150,150,151,150,151,150,151,150,150,151,151,150,150,151,151,150,150,151,151,151,151,150,151,0,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,0,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,0,0,159,0,159,162,0,161,162,0,0,162,162,0,0,161,159,160,161,162,163,164,164,164,159,160,161,162,163,164,159,160,161,162,163,164,164,159,160,161,162,163,164,159,160,161,162,163,164,164,164,159,160,161,162,163,164,159,160,161,162,163,164,159,159,160,160,161,162,163,164,159,160,161,162,163,164,161,164,159,160,161,162,164,159,160,161,162,163,164,164,164,161,164,164,164,0,0,159,160,161,162,163,164,159,160,161,162,163,164,159,160,161,162,163,164,164,159,160,161,162,163,164,0,164,164,163,0,164,160,159,160,161,162,163,164,161,160,164,163,159,160,161,162,163,164,159,160,161,162,163,164,159,160,161,162,163,164,159,159,160,160,161,161,162,162,163,164,164,159,159,160,160,161,161,162,162,163,164,164,159,159,160,160,161,161,162,162,163,164,164,164,164,292,159,160,161,162,163,164,164,164,0,169,169,169,169,169,169,0,169,169,169,169,169,169,169,169,0,169,169,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,0,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,0,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,0,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,173,173,0,0,173,0,173,173,173,173,173,173,0,0,173,173,173,0,173,173,173,173,173,173,173,173,173,173,0,0,0,173,173,173,173,173,173,173,173,173,173,173,173,0,0,0,0,0,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,0,0,0,0,0,0,0,0,0,0,0,0,180,180,180,180,180,0,0,180,181,181,180,181,180,181,180,181,180,181,181,180,181,180,181,180,181,180,181,180,181,180,180,180,180,181,181,181,181,180,181,180,181,181,180,181,180,181,181,180,181,181,181,181,181,181,181,180,181,180,181,180,180,181,180,181,180,181,180,180,181,181,180,180,181,181,180,180,181,181,180,180,181,0,0,0,0,0,0,0,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,0,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,0,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,0,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,193,0,192,0,192,193,0,0,0,192,194,0,0,0,0,193,0,194,193,192,193,194,195,195,206,188,188,195,188,195,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,188,192,193,194,195,192,193,194,195,188,195,188,195,188,188,195,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,198,188,188,192,188,188,188,188,188,188,188,0,188,192,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,188,195,188,195,188,188,194,193,194,0,188,195,188,198,192,0,188,192,193,194,195,206,198,208,209,208,209,188,188,192,193,194,195,206,198,208,209,0,188,192,193,194,195,206,198,208,209,209,188,209,188,198,198,206,198,198,206,198,0,188,192,193,194,195,206,198,208,209,198,208,209,208,192,188,188,188,188,188,198,198,188,206,206,188,198,192,193,194,195,192,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,198,188,192,193,194,195,206,198,208,209,188,188,192,192,193,193,194,194,195,195,206,206,198,198,208,208,209,209,188,188,192,192,193,193,194,194,195,195,206,206,198,198,208,208,209,209,188,188,192,192,193,193,194,194,195,195,206,206,198,198,208,208,209,209,188,195,188,195,188,192,193,194,195,206,198,208,209,0,188,188,293,293,293,0,0,0,228,294,228,228,294,228,294,228,228,228,228,228,228,228,228,228,294,228,228,294,228,294,228,294,228,294,228,228,228,228,228,228,228,228,294,228,228,228,228,228,228,228,228,228,294,228,228,294,228,294,228,294,228,228,228,228,228,228,0,294,294,228,228,228,228,228,228,228,228,228,228,0,294,228,294,228,294,228,294,228,228,294,228,228,294,228,228,228,228,228,294,228,228,228,0,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,0,0,0,0,243,243,243,243,243,243,243,0,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,295,243,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,0,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,0,248,0,248,247,248,247,247,247,247,247,248,247,248,247,247,248,247,248,247,247,247,248,247,248,247,248,247,248,247,247,248,248,248,248,248,248,247,248,247,248,247,247,248,247,248,247,248,247,248,247,248,247,0,247,248,247,247,247,248,248,247,248,247,248,247,248,247,247,248,248,247,247,248,248,247,247,248,248,247,247,248,247,248,0,0,0,0,242,242,249,242,249,242,242,242,249,242,0,249,242,249,242,249,242,242,249,242,242,242,242,242,242,242,249,242,242,249,242,249,242,249,242,0,242,249,249,242,249,242,249,249,242,242,249,242,249,242,0,249,242,249,242,242,249,242,242,249,242,242,242,249,242,0,0,250,251,250,251,250,251,250,251,250,251,250,251,250,250,250,251,250,251,251,250,251,251,250,251,250,251,250,251,250,251,250,251,250,251,250,251,250,250,251,250,250,251,250,250,251,250,251,251,253,0,0,253,0,202,253,202,202,202,253,202,253,202,253,202,253,202,202,202,202,253,202,253,202,253,202,253,202,202,253,202,253,202,253,202,253,202,202,202,202,253,202,202,253,202,202,253,202,202,202,253,202,202,202,253,253,202,253,202,253,202,253,202,202,253,253,202,202,253,253,202,202,253,253,202,202,253,202,202,253,0,0,0,0,0,69,0,0,0,69,70,259,260,69,70,257,258,261,69,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,69,70,69,69,69,70,69,70,69,70,257,258,261,69,70,257,258,261,69,70,257,258,256,69,259,259,260,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,70,69,70,257,258,261,257,258,261,256,69,259,260,70,257,258,261,69,70,257,258,261,69,70,257,258,261,69,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,69,0,256,69,259,260,70,257,258,261,69,69,70,256,69,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,69,259,260,70,70,257,257,258,258,261,261,256,69,69,259,260,70,70,257,257,258,258,261,261,256,69,69,259,260,70,70,257,257,258,258,261,261,69,70,257,258,261,69,70,257,258,261,256,256,69,259,260,70,257,258,261,70,263,263,0,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,0,0,266,266,266,266,0,0,264,265,104,265,265,264,265,104,264,265,104,264,265,104,266,264,265,104,266,265,264,265,104,264,265,104,264,265,104,264,265,104,264,104,264,265,104,264,265,104,266,264,265,104,266,264,265,104,266,265,264,265,104,266,104,266,266,266,266,266,266,104,264,265,104,266,264,265,104,266,264,265,104,264,265,104,104,104,104,104,264,104,264,264,104,264,265,104,264,265,104,266,264,265,104,266,264,265,104,266,104,104,265,264,265,104,266,265,265,104,264,265,104,266,264,265,104,266,264,265,104,266,264,265,104,266,264,264,265,265,104,104,266,266,264,264,265,265,104,104,266,266,264,264,265,265,104,104,266,266,264,265,104,264,265,104,264,265,104,266,0,0,270,270,270,270,270,270,270,270,270,270,270,270,270,270,270,270,0,0,270,270,270,0,0,0,270,0,0,0,270,270,270,270,270,270,270,270,270,270,270,270,270,270,272,272,0,272,272,272,272,272,272,272,272,272,272,272,0,0,0,0,0,0,0,272,272,272,272,272,272,272,0,0,275,274,275,0,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,274,274,274,275,275,275,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,276,276,276,276,274,275,274,275,274,275,274,275,274,274,275,275,274,274,275,275,274,274,275,275,274,275],"f":[0,0,0,0,0,0,0,0,0,[[],1],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[3,3],[4,4],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],3],[[],3],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[3,8],9],[[4,8],9],[-1,-1,[]],[-1,-1,[]],[[[10,[4]]],11],[[3,11],1],[[4,11],1],[[3,12,11],1],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],0,[[],3],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,12],11],[[12,19,20,5],11],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[21,21],[21,21],[21,21],[21,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],21],[[],21],[[],21],[[],21],0,0,0,0,0,0,[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[22,[[7,[1,23]]]],[[22,8],9],[[24,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[22,26]]]],[25,[[7,[24,26]]]],[25,[[7,[22,26]]]],[25,[[7,[24,26]]]],0,0,0,[[],[[28,[27]]]],[12,29],0,[[],5],[[],5],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],29],0,[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,0,[[]],[[]],[29,[[7,[1,23]]]],0,[-1,[[7,[1,23]]],[]],[[],1],[-1,[[31,[[17,[30]]]]],[]],[[],[[7,[1,23]]]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[22,25],[[7,[1,26]]]],[[24,25],[[7,[1,26]]]],[[22,25],[[7,[1,26]]]],[[24,25],[[7,[1,26]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[32,32],[[-1,-2],1,[],[]],[[],21],[[32,[10,[33]]],[[7,[34,23]]]],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],0,[35,[[7,[1,23]]]],[[35,8],9],[[32,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[35,26]]]],[25,[[7,[35,26]]]],[[],[[28,[27]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[32,36],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[35,12],[[7,[[37,[33]],23]]]],[[12,38,36],[[7,[33,23]]]],0,0,0,0,[[]],[[]],[35,[[7,[32,23]]]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[35,25],[[7,[1,26]]]],[[35,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[39,8],9],[-1,-1,[]],[25,[[7,[39,26]]]],[25,[[7,[39,26]]]],0,[12,29],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,[39,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[39,25],[[7,[1,26]]]],[[39,25],[[7,[1,26]]]],0,0,[-1,-2,[],[]],0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[[40,12,12],[[41,[29]]]],[[40,[28,[42]],12,12],[[41,[29]]]],[[40,[28,[42]],12,12],[[41,[29]]]],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,[[42,43],[[7,[[37,[44]],23]]]],[[40,8],9],0,[-1,-1,[]],[25,[[7,[40,26]]]],[25,[[7,[40,26]]]],[[40,12,12,12],45],[40,[[41,[11]]]],[[40,[28,[42]]],[[41,[11]]]],[[40,42],[[41,[46]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[43,[[7,[[1,[[37,[44]],47]],23]]]],0,0,0,0,0,0,0,[[43,[10,[44]]],[[7,[1,23]]]],[[]],0,[40,[[31,[[17,[30]]]]]],0,[[40,12,12],[[41,[1]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[40,25],[[7,[1,26]]]],[[40,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[[45,[28,[48]]],[[41,[1]]]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[49,8],9],[-1,-1,[]],[25,[[7,[49,26]]]],[25,[[7,[49,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[49,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[49,25],[[7,[1,26]]]],[[49,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],0,0,0,[50,[[7,[45,23]]]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[51,51],[52,52],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[53,[[41,[1]]]],[[42,51],[[7,[50,23]]]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[5,1],0,[[52,52],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[53,8],9],[[51,8],9],[[52,8],9],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[53,26]]]],[25,[[7,[53,26]]]],[[53,42,54,48],[[41,[[1,[11,11]]]]]],[[],[[28,[27]]]],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[53,42,11,48],[[41,[55]]]],0,0,[53,[[31,[[17,[30]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[53,25],[[7,[1,26]]]],[[53,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[42,51,50,29],[[7,[[1,[56,50]],23]]]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[57,8],9],0,[-1,-1,[]],[25,[[7,[57,26]]]],[25,[[7,[57,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[57,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[57,25],[[7,[1,26]]]],[[57,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[58,8],9],[-1,-1,[]],[25,[[7,[58,26]]]],[25,[[7,[58,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[58,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[58,25],[[7,[1,26]]]],[[58,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[59,8],9],0,[-1,-1,[]],[25,[[7,[59,26]]]],[25,[[7,[59,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,[[]],[59,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[59,25],[[7,[1,26]]]],[[59,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[[-1,2],1,[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[60,60],[[-1,-2],1,[],[]],[[],21],[[],21],[61,62],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[60,60],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[60,8],9],[[63,8],9],0,[-1,-1,[]],[-1,-1,[]],0,[25,[[7,[63,26]]]],[25,[[7,[63,26]]]],[[],[[28,[27]]]],0,[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[63,[[31,[[17,[30]]]]]],0,[-1,-2,[],[]],[60,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],0,[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[63,25],[[7,[1,26]]]],[[63,25],[[7,[1,26]]]],[[],[[10,[60]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[65,8],9],0,[-1,-1,[]],[25,[[7,[65,26]]]],[25,[[7,[65,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[65,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[65,25],[[7,[1,26]]]],[[65,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[66,66],[[-1,-2],1,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[[66,66],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[66,8],9],[[67,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[67,26]]]],[25,[[7,[67,26]]]],[12,[[7,[66]]]],[[],[[7,[[1,[45,48]],23]]]],[[],[[28,[27]]]],[68,66],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[67,42],[[7,[[1,[68,56]],23]]]],[[69,70,29,12],[[41,[42]]]],[[]],[[]],[[]],[[66,42],[[7,[56,23]]]],[67,[[7,[68,23]]]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[67,25],[[7,[1,26]]]],[[67,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[71,8],9],[-1,-1,[]],[25,[[7,[71,26]]]],[25,[[7,[71,26]]]],0,[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[71,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[71,25],[[7,[1,26]]]],[[71,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[72,8],9],0,[-1,-1,[]],[25,[[7,[72,26]]]],[25,[[7,[72,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[72,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[72,25],[[7,[1,26]]]],[[72,25],[[7,[1,26]]]],0,[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[73,8],9],0,[-1,-1,[]],[25,[[7,[73,26]]]],[25,[[7,[73,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[73,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[73,25],[[7,[1,26]]]],[[73,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[[-1,2],1,[]],0,0,0,[21,21],[21,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[74,74],[[-1,-2],1,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[75,8],9],[[74,8],9],0,[-1,-1,[]],[-1,-1,[]],[25,[[7,[75,26]]]],[25,[[7,[75,26]]]],[[],[[28,[27]]]],0,[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,[[]],[[]],[75,[[31,[[17,[30]]]]]],0,[-1,-2,[],[]],[74,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[75,25],[[7,[1,26]]]],[[75,25],[[7,[1,26]]]],[[],[[10,[74]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[[-1,2],1,[]],0,[21,21],[21,21],[21,21],[21,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[76,76],[[-1,-2],1,[],[]],[[],21],[[],21],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[77,[[41,[1]]]],[[76,8],9],[[77,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[76,26]]]],[25,[[7,[77,26]]]],[25,[[7,[76,26]]]],[25,[[7,[77,26]]]],[[],[[28,[27]]]],[12,29],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[]],[[]],[43,[[41,[1]]]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[76,25],[[7,[1,26]]]],[[77,25],[[7,[1,26]]]],[[76,25],[[7,[1,26]]]],[[77,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[-1,2],1,[]],[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[43,[[41,[1]]]],[78,78],[[-1,-2],1,[],[]],0,[[],21],[[],21],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],0,[79,[[41,[1]]]],[[79,8],9],[[78,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[79,26]]]],[25,[[7,[78,26]]]],[25,[[7,[79,26]]]],[25,[[7,[78,26]]]],[[],[[28,[27]]]],[12,29],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[]],[[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[79,25],[[7,[1,26]]]],[[78,25],[[7,[1,26]]]],[[79,25],[[7,[1,26]]]],[[78,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[80,[[41,[1]]]],[[80,8],9],[-1,-1,[]],[25,[[7,[80,26]]]],[25,[[7,[80,26]]]],[[],[[28,[27]]]],0,[[],5],[80,[[41,[1]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[80,25],[[7,[1,26]]]],[[80,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[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,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[81,81],[82,82],[83,83],[84,84],[85,85],[86,86],[87,87],[88,88],[89,89],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[81,81],90],[[82,82],90],[[83,83],90],[[84,84],90],[[85,85],90],[[86,86],90],[[87,87],90],[[88,88],90],[[89,89],90],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],0,[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],0,0,0,[[81,81],29],[[82,82],29],[[83,83],29],[[84,84],29],[[85,85],29],[[86,86],29],[[87,87],29],[[88,88],29],[[89,89],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[91,[[41,[1]]]],[[81,92],[[41,[1]]]],0,[[91,8],9],[[93,8],9],[[81,8],9],[[82,8],9],[[83,8],9],[[84,8],9],[[85,8],9],[[86,8],9],[[87,8],9],[[88,8],9],[[89,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[91,26]]]],[25,[[7,[93,26]]]],[25,[[7,[81,26]]]],[25,[[7,[82,26]]]],[25,[[7,[83,26]]]],[25,[[7,[84,26]]]],[25,[[7,[85,26]]]],[25,[[7,[86,26]]]],[25,[[7,[88,26]]]],[25,[[7,[89,26]]]],[25,[[7,[91,26]]]],[25,[[7,[93,26]]]],[25,[[7,[81,26]]]],[25,[[7,[82,26]]]],[25,[[7,[83,26]]]],[25,[[7,[84,26]]]],[25,[[7,[85,26]]]],[25,[[7,[86,26]]]],[25,[[7,[88,26]]]],[25,[[7,[89,26]]]],[12,[[41,[87]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[12,29],[12,29],[12,29],0,[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[91,[[41,[1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,[[81,81],[[28,[90]]]],[[82,82],[[28,[90]]]],[[83,83],[[28,[90]]]],[[84,84],[[28,[90]]]],[[85,85],[[28,[90]]]],[[86,86],[[28,[90]]]],[[87,87],[[28,[90]]]],[[88,88],[[28,[90]]]],[[89,89],[[28,[90]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[91,25],[[7,[1,26]]]],[[93,25],[[7,[1,26]]]],[[81,25],[[7,[1,26]]]],[[82,25],[[7,[1,26]]]],[[83,25],[[7,[1,26]]]],[[84,25],[[7,[1,26]]]],[[85,25],[[7,[1,26]]]],[[86,25],[[7,[1,26]]]],[[88,25],[[7,[1,26]]]],[[89,25],[[7,[1,26]]]],[[91,25],[[7,[1,26]]]],[[93,25],[[7,[1,26]]]],[[81,25],[[7,[1,26]]]],[[82,25],[[7,[1,26]]]],[[83,25],[[7,[1,26]]]],[[84,25],[[7,[1,26]]]],[[85,25],[[7,[1,26]]]],[[86,25],[[7,[1,26]]]],[[88,25],[[7,[1,26]]]],[[89,25],[[7,[1,26]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[94,8],9],[-1,-1,[]],[25,[[7,[94,26]]]],[25,[[7,[94,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],0,0,[[]],0,0,[94,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[94,25],[[7,[1,26]]]],[[94,25],[[7,[1,26]]]],0,[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[95,8],9],[-1,-1,[]],[25,[[7,[95,26]]]],[25,[[7,[95,26]]]],[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],0,[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[95,25],[[7,[1,26]]]],[[95,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[96,[[7,[1,23]]]],[[96,8],9],[-1,-1,[]],[25,[[7,[96,26]]]],[25,[[7,[96,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[96,25],[[7,[1,26]]]],[[96,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],0,0,[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[97,97],[98,98],[99,99],[100,100],[101,101],[102,102],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],0,[[],21],[[],21],0,[[[10,[[1,[11,[37,[103]]]]]],43,104,105,106,29],[[41,[[107,[11,19]],23]]]],[[108,43,104,[10,[109]],110,[10,[11]],102,29],[[41,[[37,[[1,[11,[37,[103]]]]]]]]]],0,0,[[43,99,[10,[[1,[11,[37,[103]]]]]],[10,[11]]],[[41,[1]]]],0,0,[[],98],[[],106],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[97]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[99]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[100]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[101]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[[99,99],29],[[100,100],29],[[101,101],29],[[102,102],29],[[106,106],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[112,[[41,[1]]]],[[112,8],9],[[97,8],9],[[98,8],9],[[113,8],9],[[99,8],9],[[100,8],9],[[101,8],9],[[102,8],9],[[106,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[112,26]]]],[25,[[7,[98,26]]]],[25,[[7,[112,26]]]],[25,[[7,[98,26]]]],[[[10,[[1,[11,[37,[103]]]]]],[10,[11]],29],[[41,[106,23]]]],[12,[[41,[97,23]]]],[[99,106],[[41,[11,23]]]],[[106,12],[[28,[[10,[103]]]]]],[43,[[41,[99,23]]]],[[114,43,[10,[[1,[11,[37,[103]]]]]]],[[41,[[107,[11,19]],23]]]],[[106,12],[[28,[11]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],0,[[[10,[103]]],11],0,0,[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,[[43,48,113,[10,[11]],29,[10,[[1,[11,[37,[103]]]]]],[10,[11]]],[[41,[1]]]],[[43,12,12,[10,[48]],[10,[48]],110,[10,[11]],43,29],[[41,[1,23]]]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[43,43,104,110,[10,[109]],[10,[11]],29],[[41,[[37,[[1,[11,[37,[103]]]]]],23]]]],[[43,43,110,29,[10,[48]]],[[41,[1]]]],[[97,-1],7,115],[[99,-1],7,115],[[100,-1],7,115],[[101,-1],7,115],[116,[[37,[103]]]],[12,[[37,[11]]]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[112,25],[[7,[1,26]]]],[[98,25],[[7,[1,26]]]],[[112,25],[[7,[1,26]]]],[[98,25],[[7,[1,26]]]],0,0,0,[[102,[37,[[1,[11,117]]]]],[[41,[1,23]]]],[[[107,[11,116]]],[[37,[103]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[43,99],[[41,[1,23]]]],[[[10,[103]],12,43,105],[[41,[1]]]],0,0,[[118,110],[[41,[48]]]],[12,[[41,[48,23]]]],[[[28,[119]]],[[41,[118]]]],[43,[[37,[48]]]],[[43,43],[[41,[[37,[48]]]]]],[[43,110],29],[[43,110],[[28,[29]]]],[[43,110],[[7,[[1,[48,48]],23]]]],[[110,[10,[48]]],[[7,[48,23]]]],[[[28,[48]]],[[7,[48,23]]]],[[98,110,43,[28,[97]]],[[7,[113,23]]]],[[],[[41,[48]]]],[[],[[41,[48]]]],[[],[[41,[48]]]],[[],[[41,[48]]]],[[],12],[12,11],[[110,[10,[109]]],105],[110,11],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],0,0,0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[120,[[41,[1]]]],[[120,8],9],[-1,-1,[]],[25,[[7,[120,26]]]],[25,[[7,[120,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[120,25],[[7,[1,26]]]],[[120,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[121,8],9],[-1,-1,[]],[25,[[7,[121,26]]]],[25,[[7,[121,26]]]],0,[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[121,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[121,25],[[7,[1,26]]]],[[121,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[122,8],9],0,[-1,-1,[]],[25,[[7,[122,26]]]],[25,[[7,[122,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[122,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[122,25],[[7,[1,26]]]],[[122,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[123,8],9],0,[-1,-1,[]],[25,[[7,[123,26]]]],[25,[[7,[123,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[123,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[123,25],[[7,[1,26]]]],[[123,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[124,8],9],0,[-1,-1,[]],[25,[[7,[124,26]]]],[25,[[7,[124,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],[124,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[124,25],[[7,[1,26]]]],[[124,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[[125,8],9],[[126,8],9],0,[-1,-1,[]],[-1,-1,[]],[25,[[7,[125,26]]]],[25,[[7,[126,26]]]],[25,[[7,[125,26]]]],[25,[[7,[126,26]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[125,[[31,[[17,[30]]]]]],[126,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[125,25],[[7,[1,26]]]],[[126,25],[[7,[1,26]]]],[[125,25],[[7,[1,26]]]],[[126,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[127,[[7,[1,23]]]],[[127,8],9],[-1,-1,[]],[25,[[7,[127,26]]]],[25,[[7,[127,26]]]],[[127,108],[[7,[117,23]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[127,25],[[7,[1,26]]]],[[127,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[128,128],[[-1,-2],1,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[128,[[41,[1]]]],[[128,8],9],[-1,-1,[]],[25,[[7,[128,26]]]],[25,[[7,[128,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[128,25],[[7,[1,26]]]],[[128,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[[-1,2],1,[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[129,129],[[-1,-2],1,[],[]],[[],21],[[],21],[5,-1,[]],[130,48],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[129,[[41,[1]]]],[[129,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[129,26]]]],[25,[[7,[129,26]]]],[[],[[28,[27]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[129,25],[[7,[1,26]]]],[[129,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[21,21],[21,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[131,131],[132,132],[133,133],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[[28,[133]],11,[28,[12]],43,43,132,[28,[11]],[28,[119]],[28,[131]],[10,[11]],29,43],[[7,[134,23]]]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],0,[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],0,0,[[131,131],29],[[132,132],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[135,[[7,[1,23]]]],[136,[[28,[137]]]],[[135,8],9],[[131,8],9],[[132,8],9],[[133,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[135,26]]]],[25,[[7,[135,26]]]],[135,[[7,[132,23]]]],[[43,132],[[28,[136]]]],[[[10,[138]],132],[[37,[139]]]],[[[28,[131]]],[[141,[11,140]]]],[[[10,[11]]],[[0,[142]]]],[[],[[28,[27]]]],0,0,[[],5],[[],5],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,0,0,0,0,0,0,[48,[[7,[133,23]]]],[[]],[[]],[[]],[[]],[[]],0,0,0,[135,[[7,[[1,[11,48]],23]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[131,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[135,25],[[7,[1,26]]]],[[135,25],[[7,[1,26]]]],[[],[[10,[131]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[48,134],[[7,[1,23]]]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[143,[[41,[1]]]],[[143,8],9],[-1,-1,[]],[25,[[7,[143,26]]]],[25,[[7,[143,26]]]],[[],[[28,[27]]]],[[],5],[143,[[41,[1]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[143,25],[[7,[1,26]]]],[[143,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,0,0,[[144,8],9],[-1,-1,[]],[25,[[7,[144,26]]]],[25,[[7,[144,26]]]],[12,29],0,[[],5],0,[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[144,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[144,25],[[7,[1,26]]]],[[144,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[145,8],9],[-1,-1,[]],[25,[[7,[145,26]]]],[25,[[7,[145,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[]],[145,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[145,25],[[7,[1,26]]]],[[145,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[146,8],9],[-1,-1,[]],[25,[[7,[146,26]]]],[25,[[7,[146,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[]],[146,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[146,25],[[7,[1,26]]]],[[146,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[[147,8],9],[[148,8],9],[[149,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[147,26]]]],[25,[[7,[148,26]]]],[25,[[7,[149,26]]]],[25,[[7,[147,26]]]],[25,[[7,[148,26]]]],[25,[[7,[149,26]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[12,29],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[[]],[149,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[147,25],[[7,[1,26]]]],[[148,25],[[7,[1,26]]]],[[149,25],[[7,[1,26]]]],[[147,25],[[7,[1,26]]]],[[148,25],[[7,[1,26]]]],[[149,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[150,150],[[-1,-2],1,[],[]],[[150,150],90],[[],21],[[],21],[[-1,-2],90,[],[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[150,150],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],0,[[150,8],9],[[151,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[151,26]]]],[25,[[7,[151,26]]]],[12,[[7,[150]]]],[[-1,-2],152,[153,154],155],[[],[[28,[27]]]],[[150,-1],1,156],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[150,150],[[28,[90]]]],[[]],[[]],[151,[[7,[1,23]]]],0,0,[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[151,25],[[7,[1,26]]]],[[151,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[157,8],9],[-1,-1,[]],[25,[[7,[157,26]]]],[25,[[7,[157,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[]],[157,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[157,25],[[7,[1,26]]]],[[157,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[158,8],9],[-1,-1,[]],[25,[[7,[158,26]]]],[25,[[7,[158,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[]],[158,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[158,25],[[7,[1,26]]]],[[158,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[159,159],[160,160],[161,161],[162,162],[163,163],[164,164],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[-1,[[7,[159]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[160]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[[161,161],29],[164,[[7,[1,23]]]],[[159,8],9],[[160,8],9],[[161,8],9],[[162,8],9],[[164,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[164,26]]]],[25,[[7,[164,26]]]],[12,[[7,[161]]]],[[164,92],[[7,[162,23]]]],[[164,92],[[7,[162,23]]]],[[],[[28,[27]]]],[[163,[166,[165]]],[[7,[[167,[165]],23]]]],[163,[[7,[[167,[165]],23]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[[166,[165]]],[[7,[[167,[165]],23]]]],0,[164,[[7,[1,23]]]],0,[[163,[166,[165]]],[[7,[[167,[165]],23]]]],[[],[[7,[[1,[168,11]],23]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[161,11],0,0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[164,25],[[7,[1,26]]]],[[164,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[164,92],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[169,8],9],[-1,-1,[]],[25,[[7,[169,26]]]],[25,[[7,[169,26]]]],0,[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[169,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[169,25],[[7,[1,26]]]],[[169,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],0,[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[170,8],9],0,[-1,-1,[]],[25,[[7,[170,26]]]],[25,[[7,[170,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[170,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[170,25],[[7,[1,26]]]],[[170,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[171,8],9],0,[-1,-1,[]],[25,[[7,[171,26]]]],[25,[[7,[171,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[171,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[171,25],[[7,[1,26]]]],[[171,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[172,8],9],0,[-1,-1,[]],[25,[[7,[172,26]]]],[25,[[7,[172,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[172,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[172,25],[[7,[1,26]]]],[[172,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[[173,8],9],[-1,-1,[]],[25,[[7,[173,26]]]],[25,[[7,[173,26]]]],[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],0,0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[173,25],[[7,[1,26]]]],[[173,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[48,174],0,[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[174,[[7,[[1,[175,176]],23]]]],[[174,8],9],[-1,-1,[]],[25,[[7,[174,26]]]],[25,[[7,[174,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[174,[[7,[48,23]]]],0,0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[174,25],[[7,[1,26]]]],[[174,25],[[7,[1,26]]]],[-1,-2,[],[]],[43,[[41,[[1,[48,134]]]]]],[43,[[7,[1,23]]]],[[69,70,29,12],[[41,[42]]]],0,[[42,177],11],[23,23],[[42,176,178,175,179],[[41,[11]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[180,180],[181,181],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[180,180],29],[[181,181],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[180,8],9],[[181,8],9],[-1,-1,[]],[-1,-1,[]],[180,181],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[181,29],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[],181],[[],181],[[],181],[[],181],[[],181],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[180,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[],[[10,[180]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[42,180,182,178],[[41,[1]]]],0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,[183,[[7,[1,23]]]],[[183,8],9],[-1,-1,[]],[25,[[7,[183,26]]]],[25,[[7,[183,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[183,25],[[7,[1,26]]]],[[183,25],[[7,[1,26]]]],0,[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,0,[[184,8],9],[-1,-1,[]],[25,[[7,[184,26]]]],[25,[[7,[184,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,0,0,0,[[]],[[184,42,43,134,29],[[41,[55]]]],0,[184,[[31,[[17,[30]]]]]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[184,25],[[7,[1,26]]]],[[184,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[185,42,12,175,176,29],[[41,[1]]]],[5,1],0,0,[[185,8],9],[-1,-1,[]],[25,[[7,[185,26]]]],[25,[[7,[185,26]]]],[[185,42,134],[[41,[11]]]],[[185,134],29],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,[[]],[[185,42,134,43],[[41,[[1,[11,176]]]]]],0,[185,[[31,[[17,[30]]]]]],[[185,42,176],[[41,[29]]]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[185,25],[[7,[1,26]]]],[[185,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[186,42,187,134,182],[[41,[1]]]],[5,1],0,0,[[186,8],9],[-1,-1,[]],[25,[[7,[186,26]]]],[25,[[7,[186,26]]]],[[186,134,29],[[41,[[28,[11]]]]]],[[186,42,134],[[41,[11]]]],[[186,42,176,29],[[41,[182]]]],[[186,42,134,43,12],[[41,[119]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,0,0,0,[[]],0,[186,[[31,[[17,[30]]]]]],[[186,42,187],[[41,[29]]]],[[186,42,134,43,29],[[41,[[28,[187]]]]]],[[186,42,134,43,29,29],[[41,[55]]]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[186,25],[[7,[1,26]]]],[[186,25],[[7,[1,26]]]],[[186,43,134,12],[[41,[134]]]],[[186,43,134,119],[[41,[134]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],0,0,0,[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[188,[190,[189]]],[[7,[191,23]]]],[192,192],[193,193],[194,194],[195,195],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[],21],[[],21],[[188,196,[37,[197]]],[[7,[1,23]]]],0,[[],195],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[[[198,[-1]]],199,[189,200,201]],0,0,[[192,192],29],[[188,202],203],[188,[[7,[1,23]]]],[[188,202],[[7,[1,23]]]],[[188,204,114],[[7,[1,23]]]],[[188,43,204,205,[190,[189]],114],[[7,[1,23]]]],[[188,43,204,205,114,[190,[189]]],[[7,[1,23]]]],[[188,197,[190,[189]]],[[7,[1,23]]]],[[[7,[1,23]]],203],[[188,8],9],[[192,8],9],[[192,8],9],[[193,8],9],[[194,8],9],[[195,8],9],[[206,8],9],[[[198,[-1]],8],9,207],[[208,8],9],[[209,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[188,26]]]],[25,[[7,[195,26]]]],[25,[[7,[188,26]]]],[25,[[7,[195,26]]]],[[],188],[[],[[7,[188,23]]]],[[43,[190,[189]],179],[[7,[194,23]]]],[43,[[7,[193,23]]]],[[43,[190,[189]],179],[[7,[194,23]]]],[210,[[28,[211]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],0,[[[198,[-1]]],[[28,[212]]],[189,200,201]],[12,[[7,[192,23]]]],[197,[[7,[12,23]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[213,114,214,[10,[11]]],[[7,[[17,[[10,[215]]]],23]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[209,216],[[31,[[17,[30]]]]]],[[188,[190,[189]]],[[7,[[37,[197]],23]]]],[[209,108,217],[[31,[[17,[30]]]]]],[[188,23],1],[[[198,[-1]]],[[190,[218]]],[189,200,201]],[[[198,[-1]]],219,[189,200,201]],[220,206],[[-1,179],[[198,[-1]]],[]],[[[198,[-1]]],114,[189,200,201]],[[206,[10,[103]]],1],[[[198,[-1]]],[[190,[221]]],[189,200,201]],[[12,222],[[7,[215,23]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[208,223],[[31,[[17,[30]]]]]],[[192,[190,[189]],179],[[7,[194,23]]]],[[188,12,197,[37,[197]],[190,[189]]],[[7,[1,23]]]],[[188,12,197,[190,[189]]],[[7,[1,23]]]],[[188,12,197,[190,[189]]],[[7,[1,23]]]],[[188,12,197,[37,[197]],[190,[189]]],[[7,[1,23]]]],[[188,12,197,[37,[197]],[190,[189]]],[[7,[1,23]]]],0,[[[198,[-1]]],[[190,[224]]],[189,200,201]],0,[[206,225],1],0,0,[[[198,[-1]]],[[190,[226]]],[189,200,201]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,11,[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[[[198,[-1]]],[[28,[227]]],[189,200,201]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[188,25],[[7,[1,26]]]],[[195,25],[[7,[1,26]]]],[[188,25],[[7,[1,26]]]],[[195,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[228,[[41,[[37,[[190,[229]]]]]]]],[228,[[41,[[37,[230]],23]]]],[228,[[41,[[1,[29,29,[37,[231]]]],23]]]],[228,232],[228,228],[[-1,-2],1,[],[]],[[],21],[[],21],0,[[],228],0,[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],0,0,0,0,[[228,8],9],[[],[[41,[228]]]],0,[-1,-1,[]],[-1,-1,[]],[25,[[7,[228,26]]]],[25,[[7,[228,26]]]],[204,[[28,[[234,[233]]]]]],[[228,92],[[41,[46]]]],[[],[[28,[27]]]],[204,29],0,0,[[],5],[[],5],[[228,204,205,11,[37,[11]],[190,[189]],114],[[41,[[1,[235,213]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[228,12,48],1],0,0,0,[12,[[41,[46]]]],0,[[]],[[]],0,[[228,204,11,[37,[11]],[190,[189]]],[[41,[236]]]],[[228,92,[190,[237]]],[[41,[[0,[221,200,201]]]]]],[[228,199,92,-1,238],[[41,[[0,[189,200,201]]]]],[[240,[239]]]],[[228,92,[190,[237]],238],[[41,[[0,[224,200,201]]]]]],[[228,12,12],1],0,0,[-1,-2,[],[]],[92,[[41,[[141,[11,11]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[228,25],[[7,[1,26]]]],[[228,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[241,[[7,[1,23]]]],[[241,8],9],[-1,-1,[]],[25,[[7,[241,26]]]],[25,[[7,[241,26]]]],[[],[[28,[27]]]],[[],5],[241,[[7,[1,23]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[241,25],[[7,[1,26]]]],[[241,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[[42,242],[[7,[[1,[11,29]],23]]]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[42,[[7,[11,23]]]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[243,8],9],[-1,-1,[]],[25,[[7,[243,26]]]],[25,[[7,[243,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,0,0,[243,[[31,[[17,[30]]]]]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[243,25],[[7,[1,26]]]],[[243,25],[[7,[1,26]]]],0,[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[244,[[41,[1]]]],[[244,8],9],[-1,-1,[]],[25,[[7,[244,26]]]],[25,[[7,[244,26]]]],[[],[[28,[27]]]],[[],5],[244,[[41,[1]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[244,25],[[7,[1,26]]]],[[244,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[245,[[41,[1]]]],0,[[245,8],9],[-1,-1,[]],[25,[[7,[245,26]]]],[25,[[7,[245,26]]]],[[],[[28,[27]]]],0,[[],5],[245,[[41,[1]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[245,25],[[7,[1,26]]]],[[245,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,[246,[[7,[1,23]]]],[[246,8],9],[-1,-1,[]],[25,[[7,[246,26]]]],[25,[[7,[246,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[246,25],[[7,[1,26]]]],[[246,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[247,247],[248,248],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[],247],[[],248],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[[248,248],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[247,8],9],[[248,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[247,26]]]],[25,[[7,[247,26]]]],[[-1,-2],152,[153,154],155],[[],[[28,[27]]]],[[248,-1],1,156],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[12,11],[[]],[[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[248,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[247,25],[[7,[1,26]]]],[[247,25],[[7,[1,26]]]],[[],[[10,[248]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[242,242],[[-1,-2],1,[],[]],0,[[],242],[[],[[7,[48,23]]]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[242]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[242,242],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[242,8],9],[-1,-1,[]],[-1,-1,[]],[[[10,[103]]],[[7,[242,23]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[[28,[48]]],[[7,[249,23]]]],0,0,[[]],[[]],[249,[[7,[1,23]]]],[[242,-1],7,115],[[249,11],[[7,[1,23]]]],[[249,11],[[7,[1,23]]]],0,[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[43,[[7,[242,23]]]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],0,[[250,8],9],[-1,-1,[]],[-1,-1,[]],[[],5],[[],5],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[23,250],0,[[]],[[]],[[[7,[-1,23]]],203,[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[251,[-1]],12],9,252],0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[202,202],[253,253],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[[],21],[[],21],[[],202],[[],253],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[202,254],[5,1],[5,1],[[202,202],29],[[253,253],29],[[202,8],9],[[253,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[202,26]]]],[25,[[7,[202,26]]]],[[],[[28,[27]]]],[[],5],[[],5],[202,1],[-1,-2,[],[]],[-1,-2,[],[]],[202,29],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[202,255],0,[[]],[[]],0,[202,29],[-1,-2,[],[]],[-1,-2,[],[]],[253,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[202,25],[[7,[1,26]]]],[[202,25],[[7,[1,26]]]],[[],[[10,[253]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],0,0,[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[69,[[7,[256,23]]]],0,[69,[[7,[42,23]]]],[69,[[7,[42,23]]]],[69,69],[70,70],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],69],[[],70],[[],257],[[],258],[5,-1,[]],[5,-1,[]],[259,48],[5,-1,[]],[5,-1,[]],[260,48],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[[70,70],29],[[69,8],9],[[70,8],9],[[257,8],9],[[258,8],9],[[261,8],9],0,0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[69,26]]]],[25,[[7,[70,26]]]],[25,[[7,[257,26]]]],[25,[[7,[258,26]]]],[25,[[7,[261,26]]]],[25,[[7,[69,26]]]],[25,[[7,[70,26]]]],[25,[[7,[257,26]]]],[25,[[7,[258,26]]]],[25,[[7,[261,26]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[262,23]]]],[12,[[7,[46,11]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[69,25],[[7,[1,26]]]],[[70,25],[[7,[1,26]]]],[[257,25],[[7,[1,26]]]],[[258,25],[[7,[1,26]]]],[[261,25],[[7,[1,26]]]],[[69,25],[[7,[1,26]]]],[[70,25],[[7,[1,26]]]],[[257,25],[[7,[1,26]]]],[[258,25],[[7,[1,26]]]],[[261,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[263,263],[[-1,-2],1,[],[]],[[263,263],90],[[-1,-2],90,[],[]],[[],263],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[263,263],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[263,8],9],[-1,-1,[]],[12,[[7,[263]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[12,[[7,[263,11]]]],[[263,263],[[28,[90]]]],[[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],0,0,[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[264,264],[265,265],[104,104],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],0,0,[[],264],[[],265],[[],104],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[5,1],[5,1],0,[[],[[37,[266]]]],[[266,266],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],0,[[264,8],9],[[265,8],9],[[104,8],9],[[266,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[264,26]]]],[25,[[7,[265,26]]]],[25,[[7,[104,26]]]],[25,[[7,[264,26]]]],[25,[[7,[265,26]]]],[25,[[7,[104,26]]]],[104,[[41,[266]]]],[104,[[41,[[1,[[17,[267]],266]]]]]],[[104,105,[17,[267]]],[[41,[268]]]],[[104,105],[[41,[[1,[268,266]]]]]],[[264,105,[17,[267]]],[[41,[268]]]],[[104,269],[[41,[269]]]],[264,[[41,[[1,[114,266]]]]]],[[264,105],[[41,[[1,[114,266]]]]]],[[104,105],[[41,[[1,[114,266]]]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],5],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,[[]],[[]],[[]],[[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[266,11],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[264,25],[[7,[1,26]]]],[[265,25],[[7,[1,26]]]],[[104,25],[[7,[1,26]]]],[[264,25],[[7,[1,26]]]],[[265,25],[[7,[1,26]]]],[[104,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[270,270],[[-1,-2],1,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[270,270],29],[[270,8],9],[-1,-1,[]],[12,[[41,[270]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[43,[[41,[[28,[[1,[48,134]]]],23]]]],[[54,54],54],0,[-1,270,[[240,[11]]]],0,0,[12,[[41,[[1,[11,11]]]]]],[12,[[41,[231]]]],[[]],0,0,[[12,12],[[41,[231]]]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],0,[-1,-2,[],[]],[[270,-1],270,[[240,[11]]]],[[270,-1],270,[[240,[11]]]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[-1,-1,[]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[[12,[28,[12]]],[[7,[11,23]]]],[[12,[28,[12]],[28,[271]]],[[7,[11,23]]]],[[12,[28,[12]],[28,[272]],[28,[42]]],[[7,[[1,[177,[28,[273]]]],23]]]],[[12,[28,[12]]],[[7,[177,23]]]],[[12,[28,[12]]],[[7,[119,23]]]],[[12,[28,[12]],[28,[42]]],[[7,[11,23]]]],[[12,[28,[12]],12,[28,[42]]],[[7,[11,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[274,274],[275,275],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],274],[[],275],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[274,274],29],[[275,275],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[274,8],9],[[275,8],9],[-1,-1,[]],[-1,-1,[]],[12,[[7,[274]]]],[12,[[7,[275]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[]],[[]],[[274,-1],11,276],[[275,[10,[-1]]],11,276],[[-1,274],11,[]],[-1,11,[]],[[[10,[-1]],275],11,[]],[[[10,[-1]]],11,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],[-1,-2,[],[]]],"c":[],"p":[[15,"tuple"],[3,"Private",5450],[4,"CType",14],[4,"CStatement",14],[15,"usize"],[3,"With",5451],[4,"Result",5452],[3,"Formatter",5453],[6,"Result",5453],[15,"slice"],[3,"String",5454],[15,"str"],[3,"Layout",5455],[3,"LayoutError",5455],[3,"TypeId",5456],[3,"Global",5457],[3,"Box",5458],[8,"Any",5456],[3,"ModuleInfo",5459],[8,"SymbolRegistry",5460],[3,"Command",5461],[3,"WasmerCmd",116],[3,"Error",5462],[4,"Cmd",116],[3,"ArgMatches",5463],[6,"Error",5464],[3,"Id",5465],[4,"Option",5466],[15,"bool"],[8,"Future",5467],[3,"Pin",5468],[4,"Target",248],[3,"Bindings",5469],[3,"Command",5470],[3,"Add",248],[4,"ProgrammingLanguage",5471],[3,"Vec",5472],[3,"Package",5473],[4,"CmdApp",327],[3,"CmdAppCreate",377],[6,"Result",5462],[3,"WasmerClient",5474],[3,"Path",5475],[3,"AppTemplate",5476],[3,"AppConfigV1",5477],[3,"Url",5478],[3,"Duration",5479],[3,"PathBuf",5475],[3,"CmdAppDelete",438],[3,"DeployAppVersion",5476],[3,"DeployAppOpts",474],[4,"WaitMode",474],[3,"CmdAppDeploy",474],[4,"Value",5480],[4,"PackageIdent",5481],[3,"DeployApp",5476],[3,"CmdAppGet",597],[3,"CmdAppInfo",633],[3,"CmdAppList",668],[4,"LogStreamArg",707],[15,"f64"],[3,"OffsetDateTime",5482],[3,"CmdAppLogs",707],[3,"PossibleValue",5483],[3,"CmdAppPurgeCache",785],[4,"AppIdent",821],[3,"AppIdentOpts",821],[4,"ResolvedAppIdent",821],[3,"ApiOpts",4838],[3,"WasmerEnv",4838],[4,"CmdAppVersion",921],[3,"CmdAppVersionActivate",958],[3,"CmdAppVersionGet",994],[4,"Sort",1031],[3,"CmdAppVersionList",1031],[4,"Action",1104],[3,"Binfmt",1104],[4,"Cmd",1180],[3,"Cache",1180],[3,"Compile",1254],[4,"GetOrSet",1294],[4,"RetrievableConfigField",1294],[4,"StorableConfigField",1294],[3,"SetRegistryUrl",1294],[3,"SetRegistryToken",1294],[3,"SetUpdateNotificationsEnabled",1294],[3,"BoolString",1294],[3,"SetTelemetryEnabled",1294],[3,"SetProxyUrl",1294],[4,"Ordering",5484],[3,"Config",1294],[3,"WasmerEnv",5485],[3,"Flags",1294],[3,"CmdConnect",1777],[4,"Container",1817],[3,"PackageUnpack",1850],[4,"UrlOrVersion",1889],[3,"CrossCompile",1889],[3,"Entrypoint",1889],[3,"CommandEntrypoint",1889],[3,"Volume",1889],[4,"AllowMultiWasm",1889],[15,"u8"],[3,"CompilerOptions",5128],[3,"Target",5486],[3,"PrefixMapCompilation",1889],[3,"BTreeMap",5487],[3,"Container",5488],[4,"CpuFeature",5486],[3,"Triple",5489],[8,"Deserializer",5490],[3,"CreateExe",1889],[3,"CrossCompileSetup",1889],[3,"Store",5491],[8,"Serializer",5492],[3,"Volume",5493],[3,"OwnedBuffer",5494],[4,"Value",5495],[3,"Version",5496],[3,"CreateObj",2248],[4,"CmdDomain",2289],[3,"CmdDomainGet",2329],[3,"CmdDomainList",2365],[3,"CmdDomainRegister",2401],[3,"CmdZoneFileGet",2439],[3,"CmdZoneFileSync",2439],[3,"GenCHeader",2512],[3,"CmdGenCompletions",2552],[3,"CmdGenManPage",2591],[3,"DEFAULT_MAN_DIR_PATH",2591],[4,"Template",2650],[4,"BinOrLib",2650],[3,"MiniCargoTomlPackage",2650],[3,"Manifest",5497],[3,"Init",2650],[4,"GetBindingsResult",2650],[4,"Bindings",5497],[3,"Module",5497],[4,"Command",5497],[3,"VersionReq",5496],[3,"HashMap",5498],[8,"Iterator",5499],[3,"Inspect",2835],[4,"CmdJournal",2871],[3,"CmdJournalCompact",2914],[3,"CmdJournalExport",2948],[3,"CmdExtractWhatMemory",2982],[4,"CmdExtractWhat",2982],[3,"CmdJournalExtract",2982],[4,"FilterOut",3081],[3,"CmdJournalFilter",3081],[15,"u64"],[8,"Hash",5500],[8,"Sized",5501],[8,"BuildHasher",5500],[8,"Hasher",5500],[3,"CmdJournalImport",3161],[3,"CmdJournalInspect",3195],[4,"TokenStatus",3229],[3,"ValidatedNonceOutput",3229],[4,"BoolPromptOptions",3229],[4,"AuthorizationState",3229],[3,"AppContext",3229],[3,"Login",3229],[3,"Body",5502],[3,"Request",5503],[3,"Response",5504],[3,"TcpListener",5505],[4,"CmdNamespace",3431],[3,"CmdNamespaceCreate",3467],[3,"CmdNamespaceGet",3504],[3,"CmdNamespaceList",3540],[4,"Package",3575],[3,"PackageBuild",3618],[3,"Package",5506],[4,"PackageHash",5507],[3,"NamedPackageIdent",5508],[3,"Duration",5509],[3,"ProgressBar",5510],[4,"PublishWait",3673],[3,"WaitPackageState",3673],[3,"Id",5511],[3,"PackageDownload",3755],[3,"PackagePublish",3799],[3,"PackagePush",3846],[3,"PackageTag",3892],[3,"NamedPackageId",5512],[3,"Run",3948],[8,"Runtime",5513],[3,"Arc",5514],[3,"WasiRunner",5515],[4,"PackageSource",3948],[4,"TargetOnDisk",3948],[4,"ExecutableTarget",3948],[3,"WcgiOptions",3948],[3,"Config",5516],[3,"BinaryPackage",5517],[3,"MonitoringRuntime",3948],[3,"Engine",5518],[8,"Send",5501],[8,"Sync",5501],[3,"Output",4757],[15,"never"],[3,"Module",5519],[4,"ModuleHash",5520],[3,"Callbacks",3948],[8,"Debug",5453],[3,"MonitoringSource",3948],[3,"MonitoringPackageLoader",3948],[8,"Error",5521],[4,"ExitCode",5522],[6,"DynHttpClient",5523],[3,"Instance",5524],[3,"Function",5525],[4,"Value",5526],[3,"PackageSummary",5527],[3,"Resolution",5528],[8,"ModuleCache",5529],[6,"DynVirtualNetworking",5530],[4,"SocketAddr",5531],[8,"PackageLoader",5532],[4,"Type",5533],[4,"PackageSource",5534],[8,"Source",5535],[3,"AbortHandle",5536],[8,"VirtualTaskManager",5537],[8,"TtyBridge",5538],[3,"Wasi",4270],[6,"DynJournal",5539],[3,"MappedCommand",5540],[3,"MappedDirectory",5540],[3,"Capabilities",5541],[4,"WasiVersion",5542],[3,"BTreeSet",5543],[3,"WasiFunctionEnv",5544],[3,"WasiEnvBuilder",5545],[8,"HttpClient",5523],[3,"Version",5546],[4,"RuntimeOrHandle",5547],[8,"Into",5548],[3,"SelfUpdate",4367],[3,"EdgeConfig",4638],[3,"CmdSsh",4401],[3,"Validate",4446],[3,"Wast",4482],[3,"Whoami",4520],[3,"WasmFeatures",4554],[4,"HashAlgorithm",4554],[3,"LoadedEdgeConfig",4638],[3,"PrettyError",4707],[3,"Indented",4707],[8,"Write",5453],[4,"LogFormat",4757],[3,"ProgressDrawTarget",5549],[3,"EnvFilter",5550],[3,"Login",4838],[3,"ItemFormatOpts",4838],[3,"ItemTableFormatOpts",4838],[3,"WASMER_DIR",4838],[3,"WASMER_CACHE_DIR",4838],[3,"ListFormatOpts",4838],[3,"WasmerConfig",5551],[4,"PackageSource",5087],[3,"StoreOptions",5128],[3,"WasmFeatures",5128],[4,"CompilerType",5128],[8,"CompilerConfig",5552],[3,"Engine",5553],[3,"Features",5554],[3,"Identifier",5296],[3,"UserWithNamespaces",5476],[4,"PackageCheckMode",5340],[3,"Package",5476],[4,"ItemFormat",5368],[4,"ListFormat",5368],[8,"CliRender",5368],[6,"CIdent",14],[13,"Declaration",98],[13,"Cast",98],[13,"LiteralArray",98],[13,"TypeDef",98],[13,"LiteralConstant",98],[13,"Function",109],[13,"PointerTo",109],[13,"Array",109],[8,"CliCommand",116],[8,"AsyncCliCommand",116],[13,"Yarn",324],[13,"Npm",324],[13,"Pnpm",324],[13,"Config",918],[6,"Token",3229],[13,"WebAssembly",4267],[3,"RunProperties",4270],[6,"RawToken",4401]]},\ -"wasmer_compiler":{"doc":"The wasmer-compiler crate provides the necessary …","t":"GNNDDDIDDGEIINDDDCCDDEIDDIDNENEDDDDIIDNQQNNNNIIRLMMKMALLLMKMMLLLMMMKAKMMKMKKKKKKMKMMLLLLLLLMAMKLLLLLMMKMMLMLFMKKFKFMMMLMMLMLMAFFFLMKKMMKLMMMLMLMKMLMKMLMKKKKKLMFMLFLMKLLLLKMLMMMMMKKLMMMLMLAFALLMLMKLKLKLMOCFFCCCAADDDSDLLLLLLLLLLLMLLMMLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLMLLFLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLRRRFFFFIILLKKLLLLLLLLLLKKKLLCCCCCCCCCAAAAAACCAAAADNNNDEDEENNNLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLMLLMMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLMLLLLLLMLMLLLLLLLLLLMLLLRDRLLLLLLLLMLLLLLMLLLLFMLLLMLLLLLNNENENENNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLMLLLMLLLLMLLLLLLLLLMLLLLLLLLLLLLMLMLLLLLLLLLMLLLLLLLLLLLFFFFFFCCCCCCACCANNNNNEDEEEDDDDDNNNNNEMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLMMLLMLLLLLLLLLLLLMMFMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFDILLLLLLLLLKLKLLLLLKLKLLLLLMLLLLLKLLMMKLLLLLLLLLLADFFLLLLLLLLLLLLLLMLLMLLLLLLAAAAAAAAAOIINENQILLLLLLLLLLLLLKLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLDDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNDDDENNDDNDDENDLLLLLLLLLLMLLLLLLLLLMMLLLLLLLLLLLLLLLLLMMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAALLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMMMALLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLMDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMMLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDEDDDDDDDNDDDDNDDDLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLDDDDDDDDDLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDEDDDDDDDDNNDDDDDEDDNNDDDLLLLLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLDDDDDDDDDLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLMLLLLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMMMMMMLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEDINIYDDDDDINDDNIIINIGNIIILLLLMLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLMLLLLLLLMKKKKKKKKKLLLLLMMMMFLLLLLLLLLLMMMLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLLLLKLLDDDDQDDDIDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFKFFFFMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMDDDDDNININIEIQDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLKLLLLLLMMLLLLLLLLLLLLLLKLLLLLLLLLLMMKLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDDDGDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLDDDDNNDDGDDRNNDDDDNDDDEGDDNLLLLMMMLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLMLLLLLLLLLLLLLLLLLLLLMMMMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLRRRNNDDDDDDDDDDDDENNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMNNNNNDDDDEDDDNDEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMLLLLLLMMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLIQQIKKKLLKKKKKKKKKCCCCCCCCCAACAAAACCCIDDLLLLKKLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLMLLLLLLLLMMMLKLLKKKKLLLLLLLLLLLLLLLLLLLLLLLFFIDDIIKLLLLLMLLLLLLLLLLLLLLLLLLKKLLMLLLLLLMLLLLLLLLMLLLLLLLLLLLFFFFFFFFFFFFFFFFNDNNNNEEGLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMMM","n":["Addend","Archived","Archived","Artifact","ArtifactBuild","ArtifactBuildFromArchive","ArtifactCreate","BaseTunables","CodeMemory","CodeOffset","CompiledFunctionFrameInfoVariant","Compiler","CompilerConfig","CpuFeature","Engine","EngineBuilder","EngineInner","FRAME_INFO","FRAME_INFO","FRAME_INFO","Features","FrameInfosVariant","FunctionBinaryReader","FunctionBodyData","FunctionExtent","FunctionMiddleware","GlobalFrameInfoRegistration","Import","InstantiationError","Link","LinkError","MiddlewareBinaryReader","MiddlewareReaderState","ModuleEnvironment","ModuleFromArchive","ModuleMiddleware","ModuleMiddlewareChain","ModuleTranslationState","Owned","OwnedDataInitializer","OwnedDataInitializerIterator","Ref","Resource","Start","Trap","Tunables","Upcastable","VERSION","__clone_box","__private_field","allocated","apply_on_module_info","artifact","artifact_builders","borrow","borrow_mut","bulk_memory","bulk_memory","bytes_remaining","cell","chain","check_bytes","clone","clone_into","code_memory","compilation","compile_info","compile_module","compiler","compiler","compiler","compiler_config","cpu_features","cpu_features","create_host_memory","create_host_table","create_module_info","create_vm_memory","create_vm_table","current_position","data","data_initializers","data_initializers","data_initializers","default","deref","deref_mut","deserialize","deserialize","deserialize","drop","dynamic_memory_offset_guard_size","engine","engine_id","eof","eq","equivalent","equivalent","equivalent","equivalent","exceptions","extended_const","features","features","features","fmt","frame_info_registration","from","from_binaryreadererror_wasmerror","function_body_inputs","generate_function_middleware","generate_function_middleware_chain","get_libcall_trampoline","get_middlewares","get_trace_and_trapcode","hash_algorithm","hash_algorithm","id","init","inner","inner","into","key","layout_raw","length","lib","libcall_trampoline_len","link_module","make_libcall_trampolines","memory64","memory64","memory_style","memory_styles","mmap","module","module_info","module_linking","module_linking","module_offset","module_translation_state","multi_memory","multi_memory","multi_value","multi_value","name","name","new","original_module","original_position","pending_operations","pointer_metadata","ptr","push_middleware","range","read_local_count","read_local_decl","read_operator","reference_types","reference_types","register_frame_info","relaxed_simd","resolve","resolve_imports","resolve_metadata","serializable","serialize","serialize","serialize","serialize_metadata","serialize_unsized","set_module_info_name","signatures","simd","simd","start_of_nonexecutable_pages","state","static_memory_bound","static_memory_offset_guard_size","table_style","table_styles","tail_call","tail_call","target","target","threads","threads","to_owned","traits","translate_module","translator","try_from","try_into","tunables","type_id","unwind_registry","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","wasm_types","wasm_unsupported","wasmparser","wpheaptype_to_type","wptype_to_type","ArtifactBuild","ArtifactBuildFromArchive","ModuleFromArchive","artifact_builder","trampoline","ArtifactBuild","ArtifactBuildFromArchive","ArtifactBuildFromArchiveCell","MAGIC_HEADER","ModuleFromArchive","__clone_box","borrow","borrow","borrow","borrow","borrow_dependent","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_owner","cell","clone","clone_into","compilation","compile_info","cpu_features","cpu_features","cpu_features","create_module_info","create_module_info","data_initializers","data_initializers","data_initializers","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize_frame_info_ref","drop","drop","drop","drop","drop","features","features","fmt","fmt","fmt","from","from","from","from","from_serializable","from_serializable_module","get_custom_section_relocations_ref","get_custom_section_relocations_ref","get_custom_sections_ref","get_custom_sections_ref","get_debug_ref","get_debug_ref","get_dynamic_function_trampolines_ref","get_dynamic_function_trampolines_ref","get_frame_info_ref","get_frame_info_ref","get_function_bodies_ref","get_function_bodies_ref","get_function_call_trampolines_ref","get_function_call_trampolines_ref","get_function_relocations","get_function_relocations","get_libcall_trampoline_len","get_libcall_trampoline_len","get_libcall_trampolines","get_libcall_trampolines","init","init","init","init","into","into","into","into","into_owner","is_deserializable","layout_raw","layout_raw","layout_raw","layout_raw","memory_styles","memory_styles","module_info","module_info","new","new","original_module","owned_buffer","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","serializable","serialize","serialize","serialize_module","set_module_info_name","set_module_info_name","table_styles","table_styles","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_new","try_new","try_new_or_recover","type_id","type_id","type_id","type_id","unsafe_self_cell","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","with_dependent","with_dependent_mut","AARCH64_TRAMPOLINE","RISCV64_TRAMPOLINE","X86_64_TRAMPOLINE","get_libcall_trampoline","libcall_trampoline_len","make_libcall_trampolines","make_trampoline","Compiler","CompilerConfig","canonicalize_nans","canonicalize_nans","compile_module","compiler","default_features_for_target","default_features_for_target","enable_pic","enable_pic","enable_verifier","enable_verifier","experimental_native_compile_module","experimental_native_compile_module","get_cpu_features_used","get_cpu_features_used","get_middlewares","name","push_middleware","validate_module","validate_module","Artifact","BaseTunables","CodeMemory","Engine","EngineBuilder","EngineInner","InstantiationError","LinkError","Tunables","artifact","builder","code_memory","error","inner","link","link_module","resolve_imports","resolver","trap","tunables","unwind","AllocatedArtifact","Archived","Archived","Archived","Artifact","ArtifactBuildVariant","ArtifactId","DataInitializerLocationVariant","OwnedDataInitializerVariant","Plain","Plain","Plain","__clone_box","__clone_box","__clone_box","allocated","allocated","artifact","base","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_plain","cmp","compare","cpu_features","cpu_features","create_module_info","create_module_info","data","data_initializers","data_initializers","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_object","deserialize_unchecked","drop","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","features","features","finish_instantiation","finished_dynamic_function_trampolines","finished_dynamic_function_trampolines","finished_function_call_trampolines","finished_function_call_trampolines","finished_function_lengths","finished_functions","finished_functions","fmt","fmt","frame_info_registered","frame_info_registration","from","from","from","from","from","from","from_parts","generate_metadata","generate_object","get_byte_slice","id","id","id","id","init","init","init","init","init","init","instantiate","internal_register_frame_info","internal_take_frame_info_registration","into","into","into","into","into","into","is_deserializable","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","location","memory_index","memory_styles","memory_styles","metadata","module_info","module_info","new","offset","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preinstantiate","register_frame_info","serialize","serialize","set_module_info_name","set_module_info_name","signatures","signatures","table_styles","table_styles","take_frame_info_registration","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","EngineBuilder","borrow","borrow_mut","compiler_config","deref","deref_mut","deserialize","drop","engine","features","features","from","hash_algorithm","headless","init","into","layout_raw","new","pointer_metadata","set_features","set_hash_algorithm","set_target","target","target","try_from","try_into","type_id","ARCH_FUNCTION_ALIGNMENT","CodeMemory","DATA_SECTION_ALIGNMENT","allocate","borrow","borrow_mut","copy_function","deref","deref_mut","deserialize","drop","frame_info_registration","from","function_allocation_size","init","into","layout_raw","mmap","new","pointer_metadata","publish","register_frame_info","round_up","start_of_nonexecutable_pages","try_from","try_into","type_id","unwind_registry","unwind_registry_mut","upcast_any_box","upcast_any_mut","upcast_any_ref","view_as_mut_vmfunc_slice","CpuFeature","Import","ImportError","IncompatibleType","InstantiationError","Link","LinkError","MemoryError","Resource","Start","Trap","UnknownImport","__clone_box","as_error","as_error","as_error","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","source","source","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","Engine","EngineId","EngineInner","__clone_box","__clone_box","allocate","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cloned","cmp","code_memory","compare","compile","compiler","compiler","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_unchecked","deterministic_id","drop","drop","drop","engine_id","eq","equivalent","equivalent","equivalent","equivalent","features","features","fmt","fmt","from","from","from","from","from","from","hash_algorithm","hash_algorithm","headless","id","id","id","init","init","init","inner","inner","inner_mut","into","into","into","layout_raw","layout_raw","layout_raw","lookup_signature","name","name","new","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","publish_compiled_code","publish_eh_frame","register_frame_info","register_signature","set_hash_algorithm","set_tunables","signatures","signatures","target","target","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tunables","tunables","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","validate","validate","apply_relocation","link_module","get_extern_from_import","get_extern_type","get_runtime_size","resolve_imports","CompiledFunctionFrameInfoVariant","FRAME_INFO","FRAME_INFO","FrameInfosVariant","FunctionExtent","GlobalFrameInfoRegistration","frame_info","get_trace_and_trapcode","register_frame_info","stack","Archived","Archived","Archived","Archived","Archived","CompiledFunctionFrameInfoVariant","FRAME_INFO","FrameInfosVariant","FunctionAddressMapInstructionVariant","FunctionAddressMapVariant","FunctionExtent","FunctionInfo","GlobalFrameInfo","GlobalFrameInfoRegistration","ModuleInfoFrameInfo","Owned","Owned","Ref","Ref","Ref","VecTrapInformationVariant","__private_field","address_map","body_len","body_offset","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","code_offset_by_key","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end_srcloc","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","frame_infos","from","from","from","from","from","from","from","from","from","from","from","function_debug_info","function_info","functions","get","get","init","init","init","init","init","init","init","init","init","init","init","instructions","into","into","into","into","into","into","into","into","into","into","into","key","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","length","local_index","lookup_frame_info","lookup_trap_info","module","module_info","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","ranges","register","start","start","start_srcloc","traps","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","get_trace_and_trapcode","wasm_trace","BaseTunables","Tunables","__clone_box","borrow","borrow_mut","clone","clone_into","create_global","create_global","create_globals","create_globals","create_host_memory","create_host_memory","create_host_table","create_host_table","create_memories","create_memories","create_tables","create_tables","create_vm_memory","create_vm_memory","create_vm_table","create_vm_table","deref","deref_mut","deserialize","drop","dynamic_memory_offset_guard_size","for_target","from","init","into","layout_raw","memory_style","memory_style","pointer_metadata","static_memory_bound","static_memory_offset_guard_size","table_style","table_style","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vmconfig","vmconfig","systemv","UnwindRegistry","__deregister_frame","__register_frame","borrow","borrow_mut","deref","deref_mut","deserialize","drop","drop","from","init","into","layout_raw","new","pointer_metadata","publish","published","register","register_frames","registrations","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","std","borrow","boxed","collections","fmt","str","string","sync","vec","vec","Borrow","BorrowMut","Borrowed","Cow","Owned","Owned","ToOwned","__clone_box","add","add","add_assign","add_assign","as_cow_c_str","as_cow_c_str","as_cow_c_str","as_ref","as_ref","as_str","as_str","as_str","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone_from","clone_into","clone_into","cmp","compare","default","deref","deref","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","encode_hex","encode_hex_upper","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","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_iter","from_iter","from_iter","get_hash","hash","init","into","into_c_str","into_c_str","into_c_str","into_deserializer","into_owned","into_with_c_str","into_with_c_str","into_with_c_str","is_borrowed","is_owned","is_referenceable","json_schema","layout_raw","ne","ne","ne","ne","ne","ne","ne","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","schema_id","schema_name","serialize","serialize","serialize","to_mut","to_owned","to_owned","to_string","to_string_lossy","to_string_lossy","to_string_lossy","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Box","ThinBox","__clone_box","_marker","advance","advance_mut","allocator","as_error","as_error","as_fd","as_mut","as_raw_fd","as_ref","assume_init","assume_init","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call","call_mut","call_once","cause","chunk","chunk_mut","chunks_vectored","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_from","clone_from","clone_into","cmp","compare","consume","contains_token","contains_token","copy_to_bytes","copy_to_slice","create_host_memory","create_host_table","create_vm_memory","create_vm_table","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast_unchecked","downcast_unchecked","downcast_unchecked","drop","drop","drop","drop","enabled","encode_hex","encode_hex_upper","eq","equivalent","equivalent","equivalent","equivalent","fill_buf","finish","flush","flush","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_iter","from_raw","from_raw_in","ge","get_hash","get_i16","get_i16_le","get_i16_ne","get_i32","get_i32_le","get_i32_ne","get_i64","get_i64_le","get_i64_ne","get_i8","get_int","get_int_le","get_int_ne","get_u16","get_u16_le","get_u16_ne","get_u32","get_u32_le","get_u32_ne","get_u64","get_u64_le","get_u64_ne","get_u8","get_uint","get_uint_le","get_uint_ne","gt","has_remaining","hash","init","init","into","into","into_boxed_slice","into_future","into_inner","into_iter","into_iter","into_iter","into_pin","into_raw","into_raw_with_allocator","into_searcher","is_contained_in","is_empty","is_prefix_of","is_read_vectored","is_referenceable","is_suffix_of","is_write_vectored","json_schema","last","layout_raw","layout_raw","le","leak","len","log","lt","memory_style","ne","new","new","new_in","new_uninit","new_uninit_in","new_uninit_slice","new_uninit_slice_in","new_unsize","new_zeroed","new_zeroed_in","new_zeroed_slice","new_zeroed_slice_in","next","next_back","nfc","nfd","nfkc","nfkd","nth","nth_back","parse_next","parse_next","parse_next","parse_next","partial_cmp","pin","pin_in","pointer_metadata","pointer_metadata","poll","poll_next","ptr","put_i16","put_i16_le","put_i16_ne","put_i32","put_i32_le","put_i32_ne","put_i64","put_i64_le","put_i64_ne","put_i8","put_slice","put_u16","put_u16_le","put_u16_ne","put_u32","put_u32_le","put_u32_ne","put_u64","put_u64_le","put_u64_ne","put_u8","read","read_buf","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","remaining","remaining_mut","resolve","resolve_metadata","resume","schema_id","schema_name","seek","serialize","serialize","serialize","serialize_metadata","serialize_unsized","size_hint","size_hint","source","source","stream_position","stream_safe","strip_prefix_of","strip_suffix_of","table_style","to_owned","to_path_segments","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_new","try_new_in","try_new_uninit","try_new_uninit_in","try_new_uninit_slice","try_new_zeroed","try_new_zeroed_in","try_new_zeroed_slice","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","visit_any_convert_extern","visit_array_copy","visit_array_fill","visit_array_get","visit_array_get_s","visit_array_get_u","visit_array_init_data","visit_array_init_elem","visit_array_len","visit_array_new","visit_array_new_data","visit_array_new_default","visit_array_new_elem","visit_array_new_fixed","visit_array_set","visit_atomic_fence","visit_block","visit_br","visit_br_if","visit_br_on_cast","visit_br_on_cast_fail","visit_br_on_non_null","visit_br_on_null","visit_br_table","visit_call","visit_call_indirect","visit_call_ref","visit_catch","visit_catch_all","visit_data_drop","visit_delegate","visit_drop","visit_elem_drop","visit_else","visit_end","visit_extern_convert_any","visit_f32_abs","visit_f32_add","visit_f32_ceil","visit_f32_const","visit_f32_convert_i32_s","visit_f32_convert_i32_u","visit_f32_convert_i64_s","visit_f32_convert_i64_u","visit_f32_copysign","visit_f32_demote_f64","visit_f32_div","visit_f32_eq","visit_f32_floor","visit_f32_ge","visit_f32_gt","visit_f32_le","visit_f32_load","visit_f32_lt","visit_f32_max","visit_f32_min","visit_f32_mul","visit_f32_ne","visit_f32_nearest","visit_f32_neg","visit_f32_reinterpret_i32","visit_f32_sqrt","visit_f32_store","visit_f32_sub","visit_f32_trunc","visit_f32x4_abs","visit_f32x4_add","visit_f32x4_ceil","visit_f32x4_convert_i32x4_s","visit_f32x4_convert_i32x4_u","visit_f32x4_demote_f64x2_zero","visit_f32x4_div","visit_f32x4_eq","visit_f32x4_extract_lane","visit_f32x4_floor","visit_f32x4_ge","visit_f32x4_gt","visit_f32x4_le","visit_f32x4_lt","visit_f32x4_max","visit_f32x4_min","visit_f32x4_mul","visit_f32x4_ne","visit_f32x4_nearest","visit_f32x4_neg","visit_f32x4_pmax","visit_f32x4_pmin","visit_f32x4_relaxed_madd","visit_f32x4_relaxed_max","visit_f32x4_relaxed_min","visit_f32x4_relaxed_nmadd","visit_f32x4_replace_lane","visit_f32x4_splat","visit_f32x4_sqrt","visit_f32x4_sub","visit_f32x4_trunc","visit_f64_abs","visit_f64_add","visit_f64_ceil","visit_f64_const","visit_f64_convert_i32_s","visit_f64_convert_i32_u","visit_f64_convert_i64_s","visit_f64_convert_i64_u","visit_f64_copysign","visit_f64_div","visit_f64_eq","visit_f64_floor","visit_f64_ge","visit_f64_gt","visit_f64_le","visit_f64_load","visit_f64_lt","visit_f64_max","visit_f64_min","visit_f64_mul","visit_f64_ne","visit_f64_nearest","visit_f64_neg","visit_f64_promote_f32","visit_f64_reinterpret_i64","visit_f64_sqrt","visit_f64_store","visit_f64_sub","visit_f64_trunc","visit_f64x2_abs","visit_f64x2_add","visit_f64x2_ceil","visit_f64x2_convert_low_i32x4_s","visit_f64x2_convert_low_i32x4_u","visit_f64x2_div","visit_f64x2_eq","visit_f64x2_extract_lane","visit_f64x2_floor","visit_f64x2_ge","visit_f64x2_gt","visit_f64x2_le","visit_f64x2_lt","visit_f64x2_max","visit_f64x2_min","visit_f64x2_mul","visit_f64x2_ne","visit_f64x2_nearest","visit_f64x2_neg","visit_f64x2_pmax","visit_f64x2_pmin","visit_f64x2_promote_low_f32x4","visit_f64x2_relaxed_madd","visit_f64x2_relaxed_max","visit_f64x2_relaxed_min","visit_f64x2_relaxed_nmadd","visit_f64x2_replace_lane","visit_f64x2_splat","visit_f64x2_sqrt","visit_f64x2_sub","visit_f64x2_trunc","visit_global_get","visit_global_set","visit_i16x8_abs","visit_i16x8_add","visit_i16x8_add_sat_s","visit_i16x8_add_sat_u","visit_i16x8_all_true","visit_i16x8_avgr_u","visit_i16x8_bitmask","visit_i16x8_eq","visit_i16x8_extadd_pairwise_i8x16_s","visit_i16x8_extadd_pairwise_i8x16_u","visit_i16x8_extend_high_i8x16_s","visit_i16x8_extend_high_i8x16_u","visit_i16x8_extend_low_i8x16_s","visit_i16x8_extend_low_i8x16_u","visit_i16x8_extmul_high_i8x16_s","visit_i16x8_extmul_high_i8x16_u","visit_i16x8_extmul_low_i8x16_s","visit_i16x8_extmul_low_i8x16_u","visit_i16x8_extract_lane_s","visit_i16x8_extract_lane_u","visit_i16x8_ge_s","visit_i16x8_ge_u","visit_i16x8_gt_s","visit_i16x8_gt_u","visit_i16x8_le_s","visit_i16x8_le_u","visit_i16x8_lt_s","visit_i16x8_lt_u","visit_i16x8_max_s","visit_i16x8_max_u","visit_i16x8_min_s","visit_i16x8_min_u","visit_i16x8_mul","visit_i16x8_narrow_i32x4_s","visit_i16x8_narrow_i32x4_u","visit_i16x8_ne","visit_i16x8_neg","visit_i16x8_q15mulr_sat_s","visit_i16x8_relaxed_dot_i8x16_i7x16_s","visit_i16x8_relaxed_laneselect","visit_i16x8_relaxed_q15mulr_s","visit_i16x8_replace_lane","visit_i16x8_shl","visit_i16x8_shr_s","visit_i16x8_shr_u","visit_i16x8_splat","visit_i16x8_sub","visit_i16x8_sub_sat_s","visit_i16x8_sub_sat_u","visit_i31_get_s","visit_i31_get_u","visit_i32_add","visit_i32_and","visit_i32_atomic_load","visit_i32_atomic_load16_u","visit_i32_atomic_load8_u","visit_i32_atomic_rmw16_add_u","visit_i32_atomic_rmw16_and_u","visit_i32_atomic_rmw16_cmpxchg_u","visit_i32_atomic_rmw16_or_u","visit_i32_atomic_rmw16_sub_u","visit_i32_atomic_rmw16_xchg_u","visit_i32_atomic_rmw16_xor_u","visit_i32_atomic_rmw8_add_u","visit_i32_atomic_rmw8_and_u","visit_i32_atomic_rmw8_cmpxchg_u","visit_i32_atomic_rmw8_or_u","visit_i32_atomic_rmw8_sub_u","visit_i32_atomic_rmw8_xchg_u","visit_i32_atomic_rmw8_xor_u","visit_i32_atomic_rmw_add","visit_i32_atomic_rmw_and","visit_i32_atomic_rmw_cmpxchg","visit_i32_atomic_rmw_or","visit_i32_atomic_rmw_sub","visit_i32_atomic_rmw_xchg","visit_i32_atomic_rmw_xor","visit_i32_atomic_store","visit_i32_atomic_store16","visit_i32_atomic_store8","visit_i32_clz","visit_i32_const","visit_i32_ctz","visit_i32_div_s","visit_i32_div_u","visit_i32_eq","visit_i32_eqz","visit_i32_extend16_s","visit_i32_extend8_s","visit_i32_ge_s","visit_i32_ge_u","visit_i32_gt_s","visit_i32_gt_u","visit_i32_le_s","visit_i32_le_u","visit_i32_load","visit_i32_load16_s","visit_i32_load16_u","visit_i32_load8_s","visit_i32_load8_u","visit_i32_lt_s","visit_i32_lt_u","visit_i32_mul","visit_i32_ne","visit_i32_or","visit_i32_popcnt","visit_i32_reinterpret_f32","visit_i32_rem_s","visit_i32_rem_u","visit_i32_rotl","visit_i32_rotr","visit_i32_shl","visit_i32_shr_s","visit_i32_shr_u","visit_i32_store","visit_i32_store16","visit_i32_store8","visit_i32_sub","visit_i32_trunc_f32_s","visit_i32_trunc_f32_u","visit_i32_trunc_f64_s","visit_i32_trunc_f64_u","visit_i32_trunc_sat_f32_s","visit_i32_trunc_sat_f32_u","visit_i32_trunc_sat_f64_s","visit_i32_trunc_sat_f64_u","visit_i32_wrap_i64","visit_i32_xor","visit_i32x4_abs","visit_i32x4_add","visit_i32x4_all_true","visit_i32x4_bitmask","visit_i32x4_dot_i16x8_s","visit_i32x4_eq","visit_i32x4_extadd_pairwise_i16x8_s","visit_i32x4_extadd_pairwise_i16x8_u","visit_i32x4_extend_high_i16x8_s","visit_i32x4_extend_high_i16x8_u","visit_i32x4_extend_low_i16x8_s","visit_i32x4_extend_low_i16x8_u","visit_i32x4_extmul_high_i16x8_s","visit_i32x4_extmul_high_i16x8_u","visit_i32x4_extmul_low_i16x8_s","visit_i32x4_extmul_low_i16x8_u","visit_i32x4_extract_lane","visit_i32x4_ge_s","visit_i32x4_ge_u","visit_i32x4_gt_s","visit_i32x4_gt_u","visit_i32x4_le_s","visit_i32x4_le_u","visit_i32x4_lt_s","visit_i32x4_lt_u","visit_i32x4_max_s","visit_i32x4_max_u","visit_i32x4_min_s","visit_i32x4_min_u","visit_i32x4_mul","visit_i32x4_ne","visit_i32x4_neg","visit_i32x4_relaxed_dot_i8x16_i7x16_add_s","visit_i32x4_relaxed_laneselect","visit_i32x4_relaxed_trunc_f32x4_s","visit_i32x4_relaxed_trunc_f32x4_u","visit_i32x4_relaxed_trunc_f64x2_s_zero","visit_i32x4_relaxed_trunc_f64x2_u_zero","visit_i32x4_replace_lane","visit_i32x4_shl","visit_i32x4_shr_s","visit_i32x4_shr_u","visit_i32x4_splat","visit_i32x4_sub","visit_i32x4_trunc_sat_f32x4_s","visit_i32x4_trunc_sat_f32x4_u","visit_i32x4_trunc_sat_f64x2_s_zero","visit_i32x4_trunc_sat_f64x2_u_zero","visit_i64_add","visit_i64_and","visit_i64_atomic_load","visit_i64_atomic_load16_u","visit_i64_atomic_load32_u","visit_i64_atomic_load8_u","visit_i64_atomic_rmw16_add_u","visit_i64_atomic_rmw16_and_u","visit_i64_atomic_rmw16_cmpxchg_u","visit_i64_atomic_rmw16_or_u","visit_i64_atomic_rmw16_sub_u","visit_i64_atomic_rmw16_xchg_u","visit_i64_atomic_rmw16_xor_u","visit_i64_atomic_rmw32_add_u","visit_i64_atomic_rmw32_and_u","visit_i64_atomic_rmw32_cmpxchg_u","visit_i64_atomic_rmw32_or_u","visit_i64_atomic_rmw32_sub_u","visit_i64_atomic_rmw32_xchg_u","visit_i64_atomic_rmw32_xor_u","visit_i64_atomic_rmw8_add_u","visit_i64_atomic_rmw8_and_u","visit_i64_atomic_rmw8_cmpxchg_u","visit_i64_atomic_rmw8_or_u","visit_i64_atomic_rmw8_sub_u","visit_i64_atomic_rmw8_xchg_u","visit_i64_atomic_rmw8_xor_u","visit_i64_atomic_rmw_add","visit_i64_atomic_rmw_and","visit_i64_atomic_rmw_cmpxchg","visit_i64_atomic_rmw_or","visit_i64_atomic_rmw_sub","visit_i64_atomic_rmw_xchg","visit_i64_atomic_rmw_xor","visit_i64_atomic_store","visit_i64_atomic_store16","visit_i64_atomic_store32","visit_i64_atomic_store8","visit_i64_clz","visit_i64_const","visit_i64_ctz","visit_i64_div_s","visit_i64_div_u","visit_i64_eq","visit_i64_eqz","visit_i64_extend16_s","visit_i64_extend32_s","visit_i64_extend8_s","visit_i64_extend_i32_s","visit_i64_extend_i32_u","visit_i64_ge_s","visit_i64_ge_u","visit_i64_gt_s","visit_i64_gt_u","visit_i64_le_s","visit_i64_le_u","visit_i64_load","visit_i64_load16_s","visit_i64_load16_u","visit_i64_load32_s","visit_i64_load32_u","visit_i64_load8_s","visit_i64_load8_u","visit_i64_lt_s","visit_i64_lt_u","visit_i64_mul","visit_i64_ne","visit_i64_or","visit_i64_popcnt","visit_i64_reinterpret_f64","visit_i64_rem_s","visit_i64_rem_u","visit_i64_rotl","visit_i64_rotr","visit_i64_shl","visit_i64_shr_s","visit_i64_shr_u","visit_i64_store","visit_i64_store16","visit_i64_store32","visit_i64_store8","visit_i64_sub","visit_i64_trunc_f32_s","visit_i64_trunc_f32_u","visit_i64_trunc_f64_s","visit_i64_trunc_f64_u","visit_i64_trunc_sat_f32_s","visit_i64_trunc_sat_f32_u","visit_i64_trunc_sat_f64_s","visit_i64_trunc_sat_f64_u","visit_i64_xor","visit_i64x2_abs","visit_i64x2_add","visit_i64x2_all_true","visit_i64x2_bitmask","visit_i64x2_eq","visit_i64x2_extend_high_i32x4_s","visit_i64x2_extend_high_i32x4_u","visit_i64x2_extend_low_i32x4_s","visit_i64x2_extend_low_i32x4_u","visit_i64x2_extmul_high_i32x4_s","visit_i64x2_extmul_high_i32x4_u","visit_i64x2_extmul_low_i32x4_s","visit_i64x2_extmul_low_i32x4_u","visit_i64x2_extract_lane","visit_i64x2_ge_s","visit_i64x2_gt_s","visit_i64x2_le_s","visit_i64x2_lt_s","visit_i64x2_mul","visit_i64x2_ne","visit_i64x2_neg","visit_i64x2_relaxed_laneselect","visit_i64x2_replace_lane","visit_i64x2_shl","visit_i64x2_shr_s","visit_i64x2_shr_u","visit_i64x2_splat","visit_i64x2_sub","visit_i8x16_abs","visit_i8x16_add","visit_i8x16_add_sat_s","visit_i8x16_add_sat_u","visit_i8x16_all_true","visit_i8x16_avgr_u","visit_i8x16_bitmask","visit_i8x16_eq","visit_i8x16_extract_lane_s","visit_i8x16_extract_lane_u","visit_i8x16_ge_s","visit_i8x16_ge_u","visit_i8x16_gt_s","visit_i8x16_gt_u","visit_i8x16_le_s","visit_i8x16_le_u","visit_i8x16_lt_s","visit_i8x16_lt_u","visit_i8x16_max_s","visit_i8x16_max_u","visit_i8x16_min_s","visit_i8x16_min_u","visit_i8x16_narrow_i16x8_s","visit_i8x16_narrow_i16x8_u","visit_i8x16_ne","visit_i8x16_neg","visit_i8x16_popcnt","visit_i8x16_relaxed_laneselect","visit_i8x16_relaxed_swizzle","visit_i8x16_replace_lane","visit_i8x16_shl","visit_i8x16_shr_s","visit_i8x16_shr_u","visit_i8x16_shuffle","visit_i8x16_splat","visit_i8x16_sub","visit_i8x16_sub_sat_s","visit_i8x16_sub_sat_u","visit_i8x16_swizzle","visit_if","visit_local_get","visit_local_set","visit_local_tee","visit_loop","visit_memory_atomic_notify","visit_memory_atomic_wait32","visit_memory_atomic_wait64","visit_memory_copy","visit_memory_discard","visit_memory_fill","visit_memory_grow","visit_memory_init","visit_memory_size","visit_nop","visit_operator","visit_ref_as_non_null","visit_ref_cast_non_null","visit_ref_cast_nullable","visit_ref_eq","visit_ref_func","visit_ref_i31","visit_ref_is_null","visit_ref_null","visit_ref_test_non_null","visit_ref_test_nullable","visit_rethrow","visit_return","visit_return_call","visit_return_call_indirect","visit_return_call_ref","visit_select","visit_struct_get","visit_struct_get_s","visit_struct_get_u","visit_struct_new","visit_struct_new_default","visit_struct_set","visit_table_copy","visit_table_fill","visit_table_get","visit_table_grow","visit_table_init","visit_table_set","visit_table_size","visit_throw","visit_throw_ref","visit_try","visit_try_table","visit_typed_select","visit_unreachable","visit_v128_and","visit_v128_andnot","visit_v128_any_true","visit_v128_bitselect","visit_v128_const","visit_v128_load","visit_v128_load16_lane","visit_v128_load16_splat","visit_v128_load16x4_s","visit_v128_load16x4_u","visit_v128_load32_lane","visit_v128_load32_splat","visit_v128_load32_zero","visit_v128_load32x2_s","visit_v128_load32x2_u","visit_v128_load64_lane","visit_v128_load64_splat","visit_v128_load64_zero","visit_v128_load8_lane","visit_v128_load8_splat","visit_v128_load8x8_s","visit_v128_load8x8_u","visit_v128_not","visit_v128_or","visit_v128_store","visit_v128_store16_lane","visit_v128_store32_lane","visit_v128_store64_lane","visit_v128_store8_lane","visit_v128_xor","write","write","write","write_all","write_fmt","write_i128","write_i16","write_i32","write_i64","write_i8","write_isize","write_length_prefix","write_str","write_u128","write_u16","write_u32","write_u64","write_u8","write_usize","write_vectored","AllocError","BTreeMap","BTreeSet","BinaryHeap","Bound","CapacityOverflow","Excluded","HashMap","HashSet","Included","LinkedList","TryReserveError","TryReserveErrorKind","Unbounded","VecDeque","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_marker","accumulate","accumulate","accumulate","accumulate","accumulate","accumulate","accumulate","accumulate","advance","alloc","alloc","allocator","allocator","append","append","append","append","append","as_error","as_mut","as_mut_slices","as_ref","as_slice","as_slices","back","back","back_mut","back_mut","base","base","binary_heap","binary_search","binary_search_by","binary_search_by_key","bitand","bitand","bitor","bitor","bitxor","bitxor","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","btree_map","btree_set","buf","capacity","capacity","capacity","capacity","chunk","clear","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_from","clone_from","clone_from","clone_from","clone_from","clone_from","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cloned","cmp","cmp","cmp","cmp","compare","compare","compare","compare","contains","contains","contains","contains","contains_key","contains_key","cursor_back","cursor_back_mut","cursor_front","cursor_front_mut","data","default","default","default","default","default","default","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","difference","drain","drain","drain","drain","drain_sorted","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","entry","entry","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","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extract_if","extract_if","extract_if","extract_if","extract_if","first","first_entry","first_key_value","flush","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_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","front","front","front_mut","front_mut","get","get","get","get","get","get_hash","get_hash","get_hash","get_hash","get_hash","get_key_value","get_key_value","get_many_mut","get_many_unchecked_mut","get_mut","get_mut","get_mut","get_or_insert","get_or_insert_owned","get_or_insert_with","hash","hash","hash","hash","hash","hash_map","hash_set","hasher","hasher","head","head","index","index","index","index_mut","init","init","init","init","init","init","init","init","init","init","initial","initial","initial","initial","initial","initial","initial","initial","insert","insert","insert","insert","insert","intersection","intersection","into","into","into","into","into","into","into","into","into","into","into_deserializer","into_deserializer","into_deserializer","into_deserializer","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter_sorted","into_keys","into_keys","into_sorted_vec","into_values","into_values","into_vec","is_disjoint","is_disjoint","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_subset","is_subset","is_superset","is_superset","is_write_vectored","iter","iter","iter","iter","iter","iter","iter","iter_mut","iter_mut","iter_mut","iter_mut","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","keys","keys","kind","kind","last","last_entry","last_key_value","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","len","len","len","length","linked_list","lower_bound","lower_bound_mut","make_contiguous","map","map","marker","ne","new","new","new","new","new","new","new","new_in","new_in","new_in","new_in","new_in","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partition_point","peek","peek_mut","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","pop_back","pop_back","pop_first","pop_first","pop_front","pop_front","pop_last","pop_last","push","push_back","push_back","push_front","push_front","range","range","range","range_mut","range_mut","raw_entry","raw_entry_mut","read","read_buf","read_to_end","read_to_string","remaining","remove","remove","remove","remove","remove","remove","remove_entry","remove_entry","replace","replace","reserve","reserve","reserve","reserve","reserve_exact","reserve_exact","resize","resize_with","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","retain","retain","retain","retain","retain","retain","retain_mut","root","rotate_left","rotate_right","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","shrink_to","shrink_to","shrink_to","shrink_to","shrink_to_fit","shrink_to_fit","shrink_to_fit","shrink_to_fit","split_off","split_off","split_off","split_off","sub","sub","swap","swap_remove_back","swap_remove_front","symmetric_difference","symmetric_difference","tail","take","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","truncate","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_insert","try_insert","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_reserve","try_reserve","try_reserve","try_reserve","try_reserve_exact","try_reserve_exact","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upper_bound","upper_bound_mut","values","values","values_mut","values_mut","vec_deque","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity_and_hasher","with_capacity_and_hasher","with_capacity_in","with_capacity_in","with_hasher","with_hasher","write","write_all","write_vectored","layout","BinaryHeap","Drain","DrainSorted","IntoIter","IntoIterSorted","Iter","PeekMut","__clone_box","__clone_box","__clone_box","allocator","allocator","allocator","allocator","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone_into","clone_into","clone_into","data","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","heap","init","init","init","init","init","init","inner","inner","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","is_empty","is_empty","is_empty","iter","iter","iter","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","next","next","next","next","next","next_back","next_back","next_back","nfc","nfc","nfc","nfc","nfd","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","nfkd","original_len","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","stream_safe","stream_safe","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","BTreeMap","Cursor","CursorMut","Entry","ExtractIf","IntoIter","IntoKeys","IntoValues","Iter","IterMut","Keys","Occupied","OccupiedEntry","OccupiedError","Range","RangeMut","Vacant","VacantEntry","Values","ValuesMut","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_marker","_marker","_marker","_marker","_marker","alloc","alloc","alloc","alloc","alloc","alloc","and_modify","as_cursor","as_error","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","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","current","current","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dormant_map","dormant_map","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","entry","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","get","get_mut","handle","handle","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","inner","inner","inner","insert","insert","insert_after","insert_after_unchecked","insert_before","insert_before_unchecked","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_key","into_mut","key","key","key","key","key","key","key_mut_unchecked","key_value","key_value","key_value_mut","last","last","last","last","last","last","last","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","len","len","length","length","length","length","length","max","max","max","max","max","max","min","min","min","min","min","min","move_next","move_next","move_prev","move_prev","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","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","or_default","or_insert","or_insert_with","or_insert_with_key","peek_next","peek_next","peek_prev","peek_prev","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pred","range","range","range","remove","remove_current","remove_current_and_move_back","remove_entry","root","root","root","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value","value","value","value_mut","BTreeSet","Difference","ExtractIf","Intersection","IntoIter","Iter","Range","SymmetricDifference","Union","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alloc","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","inner","inner","inner","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","iter","iter","iter","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","map","max","max","min","min","min","min","min","min","next","next","next","next","next","next","next","next","next_back","next_back","next_back","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pred","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","DefaultHasher","Drain","Entry","ExtractIf","HashMap","IntoIter","IntoKeys","IntoValues","Iter","IterMut","Keys","Occupied","Occupied","OccupiedEntry","OccupiedError","RandomState","RawEntryBuilder","RawEntryBuilderMut","RawEntryMut","RawOccupiedEntryMut","RawVacantEntryMut","Vacant","Vacant","VacantEntry","Values","ValuesMut","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","and_modify","and_modify","as_error","base","base","base","base","base","base","base","base","base","base","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","build_hasher","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","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","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","entry","finish","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_hash","from_hash","from_key","from_key","from_key_hashed_nocheck","from_key_hashed_nocheck","get","get","get_key_value","get_key_value_mut","get_mut","get_mut","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","insert","insert","insert","insert","insert_entry","insert_entry","insert_hashed_nocheck","insert_key","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_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_key","into_key","into_key_value","into_mut","into_mut","k0","k1","key","key","key","key","key_mut","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","len","len","len","map","map","new","new","next","next","next","next","next","next","next","next","next","next","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","or_default","or_insert","or_insert","or_insert_with","or_insert_with","or_insert_with_key","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","remove","remove","remove_entry","remove_entry","replace_entry","replace_key","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value","write","write_str","Difference","Drain","ExtractIf","HashSet","Intersection","IntoIter","Iter","SymmetricDifference","Union","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","base","base","base","base","base","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","iter","iter","iter","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","next","next","next","next","next","next","next","next","nfc","nfc","nfc","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","other","other","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","stream_safe","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","Cursor","CursorMut","ExtractIf","IntoIter","Iter","IterMut","LinkedList","__clone_box","__clone_box","__clone_box","alloc","as_cursor","back","back","back_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone_into","clone_into","clone_into","current","current","current","current","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","front","front","front_mut","head","head","head","idx","index","index","index","index","init","init","init","init","init","init","insert_after","insert_before","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","it","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","list","list","list","list","marker","marker","marker","move_next","move_next","move_prev","move_prev","next","next","next","next","next_back","next_back","next_back","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","old_len","peek_next","peek_next","peek_prev","peek_prev","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop_back","pop_front","pred","push_back","push_front","remove_current","remove_current_as_list","size_hint","size_hint","size_hint","size_hint","splice_after","splice_before","split_after","split_before","stream_safe","stream_safe","tail","tail","tail","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","Drain","IntoIter","Iter","IterMut","VecDeque","__clone_box","__clone_box","_marker","advance_back_by","advance_back_by","advance_back_by","advance_by","advance_by","advance_by","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","cjk_compat_variants","cjk_compat_variants","clone","clone","clone_into","clone_into","count","deque","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drain_len","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fold","fold","fold","from","from","from","from","head","i1","i1","i2","i2","idx","init","init","init","init","inner","into","into","into","into","into_iter","into_iter","into_iter","into_iter","is_empty","is_empty","is_empty","last","last","last","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","next","next","next","next","next_back","next_back","next_back","next_back","next_chunk","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","remaining","rfold","rfold","rfold","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","tail_len","to_owned","to_owned","try_fold","try_fold","try_fold","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_rfold","try_rfold","try_rfold","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","Alignment","Arguments","Binary","Center","Debug","Debug","DebugList","DebugMap","DebugSet","DebugStruct","DebugTuple","Display","Err","Error","Formatter","Left","LowerExp","LowerHex","Octal","Ok","Pointer","Result","Right","UpperExp","UpperHex","Write","__clone_box","__clone_box","__clone_box","align","align","alternate","args","as_error","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","clone","clone","clone","clone_into","clone_into","clone_into","cmp","collect_str","compare","custom","debug_list","debug_map","debug_set","debug_struct","debug_tuple","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","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty_name","entries","entries","entries","entry","entry","entry","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","field","field","fields","fill","fill","finish","finish","finish","finish","finish","finish_non_exhaustive","flags","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","get_hash","has_fields","has_fields","has_key","hash","init","init","init","init","init","init","init","init","init","inner","inner","into","into","into","into","into","into","into","into","into","is_referenceable","json_schema","key","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","pad","pad_integral","partial_cmp","pieces","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","precision","precision","result","result","result","schema_id","schema_name","serialize","serialize_bool","serialize_bytes","serialize_char","serialize_f32","serialize_f64","serialize_i128","serialize_i16","serialize_i32","serialize_i64","serialize_i8","serialize_map","serialize_newtype_struct","serialize_newtype_variant","serialize_none","serialize_seq","serialize_some","serialize_str","serialize_struct","serialize_struct_variant","serialize_tuple","serialize_tuple_struct","serialize_tuple_variant","serialize_u128","serialize_u16","serialize_u32","serialize_u64","serialize_u8","serialize_unit","serialize_unit_struct","serialize_unit_variant","sign_aware_zero_pad","sign_minus","sign_plus","state","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","value","width","width","write","write_char","write_char","write_fmt","write_fmt","write_fmt","write_str","write_str","write_str","Bytes","CharIndices","Chars","EncodeUtf16","Err","EscapeDebug","EscapeDefault","EscapeUnicode","FromStr","Lines","LinesAny","MatchIndices","Matches","ParseBoolError","RMatchIndices","RMatches","RSplit","RSplitN","RSplitTerminator","Split","SplitAsciiWhitespace","SplitInclusive","SplitN","SplitTerminator","SplitWhitespace","Utf8Chunk","Utf8Chunks","Utf8Error","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","all","any","as_error","as_error","as_str","as_str","borrow","borrow","borrow","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","chars","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","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","count","count","count","deref","deref","deref","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","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error_len","error_len","extra","find","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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","fold","fold","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_boxed_utf8_unchecked","from_str","from_utf8","from_utf8_mut","from_utf8_unchecked","from_utf8_unchecked_mut","front_offset","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","into","into","into","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_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","invalid","invalid","is_empty","iter","iter","last","last","last","last","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","new","next","next","next","next","next","next","next","next","next","next","next","next","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","next_back","next_back","next_back","next_back","next_back","nfc","nfc","nfc","nfc","nfd","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","nfkd","nth","nth_back","offset","pattern","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","position","remainder","remainder","remainder","remainder","remainder","remainder","remainder","remainder","remainder","rfind","rposition","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","source","stream_safe","stream_safe","stream_safe","stream_safe","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","try_fold","try_fold","try_fold","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","valid","valid","valid_up_to","valid_up_to","CharArrayRefSearcher","CharArraySearcher","CharPredicateSearcher","CharSearcher","CharSliceSearcher","Done","DoubleEndedSearcher","Match","Pattern","Reject","ReverseSearcher","SearchStep","Searcher","Searcher","StrSearcher","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","finger","finger_back","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","haystack","haystack","haystack","haystack","haystack","haystack","haystack","haystack","haystack","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_searcher","is_contained_in","is_prefix_of","is_suffix_of","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","needle","needle","next","next","next","next","next","next","next","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_match","next_match","next_match","next_match","next_match","next_match","next_match","next_match_back","next_match_back","next_match_back","next_match_back","next_match_back","next_match_back","next_match_back","next_reject","next_reject","next_reject","next_reject","next_reject","next_reject_back","next_reject_back","next_reject_back","next_reject_back","next_reject_back","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","searcher","strip_prefix_of","strip_suffix_of","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_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","utf8_encoded","utf8_size","Drain","FromUtf16Error","FromUtf8Error","ParseError","String","ToString","__clone_box","__clone_box","accumulate","accumulate","accumulate","accumulate","add","add_assign","as_bytes","as_bytes","as_cow_c_str","as_cow_c_str","as_error","as_error","as_mut","as_mut_str","as_mut_string","as_mut_string","as_mut_vec","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_str","as_str","as_str","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bytes","capacity","cjk_compat_variants","clear","clone","clone","clone_from","clone_into","clone_into","cmp","compare","consume","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","drain","drop","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","end","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","extend","extend","extend","extend","extend","extend","extend","extend_from_within","extend_one","extend_one","extend_one","extend_one","extend_one","extend_reserve","extend_reserve","finish","finish","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_raw_parts","from_str","from_utf16","from_utf16_lossy","from_utf8","from_utf8_lossy","from_utf8_unchecked","get_hash","hash","index","index","index","index","index","index","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","init","init","init","init","initial","initial","initial","initial","insert","insert_str","into","into","into","into","into_boxed_str","into_bytes","into_bytes","into_c_str","into_c_str","into_deserializer","into_iter","into_raw_parts","into_searcher","into_with_c_str","into_with_c_str","is_contained_in","is_empty","is_prefix_of","is_referenceable","is_suffix_of","iter","json_schema","last","layout_raw","layout_raw","layout_raw","layout_raw","leak","len","ne","ne","ne","new","next","next_back","nfc","nfd","nfkc","nfkd","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","push","push_str","remove","remove_matches","replace_range","reserve","reserve_exact","resolve","resolve_metadata","retain","schema_id","schema_name","serialize","serialize","serialize_metadata","serialize_unsized","shrink_to","shrink_to_fit","size_hint","split_off","start","stream_safe","string","strip_prefix_of","strip_suffix_of","to_owned","to_owned","to_path_segments","to_socket_addrs","to_string","to_string","to_string","to_string","to_string_lossy","to_string_lossy","truncate","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_reserve","try_reserve_exact","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","utf8_error","vec","with_capacity","write_char","write_str","Arc","Barrier","BarrierWaitResult","Condvar","Err","Err","Exclusive","LazyLock","LockResult","Mutex","MutexGuard","ONCE_INIT","Ok","Ok","Once","OnceLock","OnceState","PoisonError","Poisoned","RwLock","RwLockReadGuard","RwLockWriteGuard","TryLockError","TryLockResult","WaitTimeoutResult","Weak","WouldBlock","__clone_box","__clone_box","__clone_box","__clone_box","_marker","alloc","alloc","allocator","as_error","as_error","as_error","as_fd","as_ptr","as_ptr","as_raw_fd","as_ref","assume_init","assume_init","atomic","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","call_mut","call_once","call_once","call_once_force","cause","cause","check_heap_type","clear_poison","clear_poison","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","create_host_memory","create_host_table","create_vm_memory","create_vm_table","cvar","data","data","data","data","data_address","data_count","decrement_strong_count","decrement_strong_count_in","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","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","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast_unchecked","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","element_count","element_type_at","enabled","encode_hex","encode_hex_upper","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","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","force","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_mut","from_pin_mut","from_raw","from_raw","from_raw_in","from_raw_in","ge","get","get_hash","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut_unchecked","get_or_init","get_or_try_init","get_pin_mut","get_ref","global_at","gt","guard","hash","increment_strong_count","increment_strong_count_in","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","inner","inner_lock","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_raw","into_raw","into_searcher","is_completed","is_contained_in","is_function_referenced","is_leader","is_poisoned","is_poisoned","is_poisoned","is_prefix_of","is_read_vectored","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_subtype","is_suffix_of","is_write_vectored","json_schema","json_schema","json_schema","json_schema","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","le","lock","lock","lock","lock","log","lt","make_mut","memory_at","memory_style","mpsc","ne","new","new","new","new","new","new","new","new","new","new","new","new_cyclic","new_in","new_in","new_uninit","new_uninit_in","new_uninit_slice","new_uninit_slice_in","new_zeroed","new_zeroed_in","new_zeroed_slice","new_zeroed_slice_in","notify_all","notify_one","num_threads","once","once","parse_next","parse_next","partial_cmp","phantom","pin","pin_in","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poison","poison","poison","poison","poll","provide","ptr","ptr","ptr_eq","ptr_eq","read","read","read_buf","read_to_end","read_to_string","read_vectored","resolve","resolve","resolve_metadata","resolve_metadata","resume","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","seek","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","set","source","strip_prefix_of","strip_suffix_of","strong_count","strong_count","sub_type_at","table_at","table_style","tag_at","take","timed_out","to_owned","to_owned","to_owned","to_owned","to_path_segments","to_string","to_string","to_string","to_string","to_string","to_string","top_type","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_lock","try_new","try_new_in","try_new_uninit","try_new_uninit_in","try_new_zeroed","try_new_zeroed_in","try_pin","try_pin_in","try_read","try_unwrap","try_write","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id_of_function","type_of_function","unlock","unwrap_or_clone","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upgrade","value","wait","wait","wait_timeout","wait_timeout_ms","wait_timeout_while","wait_while","weak_count","weak_count","write","write","write_vectored","ATOMIC_BOOL_INIT","ATOMIC_ISIZE_INIT","ATOMIC_USIZE_INIT","AcqRel","Acquire","AtomicBool","AtomicI16","AtomicI32","AtomicI64","AtomicI8","AtomicIsize","AtomicPtr","AtomicU16","AtomicU32","AtomicU64","AtomicU8","AtomicUsize","Ordering","Relaxed","Release","SeqCst","__clone_box","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","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","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","clone","clone_into","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compiler_fence","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_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","failure","fence","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_byte_add","fetch_byte_sub","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_not","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_ptr_add","fetch_ptr_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","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_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","get_hash","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_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","hash","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_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","load","load","load","load","load","load","load","load","load","load","load","load","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","new","new","new","new","new","new","new","new","new","new","new","new","p","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","spin_loop_hint","store","store","store","store","store","store","store","store","store","store","store","store","success","swap","swap","swap","swap","swap","swap","swap","swap","swap","swap","swap","swap","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_into","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","v","v","v","v","v","v","v","v","v","v","v","Disconnected","Disconnected","Disconnected","Empty","Full","IntoIter","Iter","Receiver","RecvError","RecvTimeoutError","SendError","Sender","SyncSender","Timeout","TryIter","TryRecvError","TrySendError","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_error","as_error","as_error","as_error","as_error","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","channel","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","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","description","description","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","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","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","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","next","next","next","nfc","nfc","nfc","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","recv","recv_deadline","recv_timeout","rx","rx","rx","send","send","stream_safe","stream_safe","stream_safe","sync_channel","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","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_iter","try_recv","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","Drain","ExtractIf","IntoIter","Splice","Vec","__clone_box","__clone_box","accumulate","accumulate","accumulate","accumulate","advance_back_by","advance_by","advance_mut","alloc","allocator","allocator","allocator","allocator","append","as_cow_c_str","as_cow_c_str","as_mut","as_mut","as_mut_ptr","as_mut_slice","as_mut_slice","as_ptr","as_ref","as_ref","as_ref","as_ref","as_slice","as_slice","as_slice","as_str","as_str","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","buf","buf","cap","capacity","chunk_mut","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clear","clone","clone","clone_from","clone_into","clone_into","cmp","compare","count","dedup","dedup_by","dedup_by_key","default","default","del","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drain","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","encode_hex_upper","end","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","extend","extend","extend_from_slice","extend_from_within","extend_one","extend_one","extend_reserve","extend_reserve","extract_if","flush","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_hex","from_iter","from_raw_parts","from_raw_parts_in","get_hash","hash","idx","index","index","index","index","index","index","index","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","init","init","init","init","init","initial","initial","initial","initial","insert","into","into","into","into","into","into_boxed_slice","into_c_str","into_c_str","into_deserializer","into_flattened","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_raw_parts","into_raw_parts_with_alloc","into_with_c_str","into_with_c_str","is_empty","is_empty","is_empty","is_referenceable","is_write_vectored","iter","json_schema","keep_rest","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","leak","len","len","len","ne","ne","ne","ne","ne","ne","new","new_in","next","next","next","next","next_back","next_back","next_back","next_chunk","nfc","nfc","nfc","nfc","nfd","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","nfkd","old_len","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","phantom","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","pred","ptr","push","push_within_capacity","put","put_bytes","put_slice","remaining_mut","remove","replace_with","reserve","reserve","reserve_exact","resize","resize","resize_with","resolve","resolve_metadata","retain","retain_mut","schema_id","schema_name","serialize","serialize","serialize","serialize_metadata","serialize_unsized","set_len","shrink_to","shrink_to_fit","size_hint","size_hint","size_hint","size_hint","spare_capacity_mut","splice","split_at_spare_mut","split_off","stream_safe","stream_safe","stream_safe","stream_safe","swap_remove","tail_len","tail_start","to_owned","to_owned","to_path_segments","to_string_lossy","to_string_lossy","truncate","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_reserve","try_reserve_exact","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vec","vec","with_capacity","with_capacity_in","write","write_all","write_bytes","write_vectored","ArtifactCreate","OwnedDataInitializer","OwnedDataInitializerIterator","Upcastable","cpu_features","create_module_info","data_initializers","downcast_mut","downcast_ref","features","memory_styles","module_info","serialize","set_module_info_name","table_styles","upcast_any_box","upcast_any_mut","upcast_any_ref","FunctionBinaryReader","FunctionBodyData","FunctionMiddleware","MiddlewareBinaryReader","MiddlewareReaderState","ModuleEnvironment","ModuleMiddleware","ModuleMiddlewareChain","ModuleTranslationState","environ","error","from_binaryreadererror_wasmerror","middleware","module","sections","state","translate_module","wpheaptype_to_type","wptype_to_type","FunctionBinaryReader","FunctionBodyData","ModuleEnvironment","borrow","borrow","borrow_mut","borrow_mut","bytes_remaining","current_position","custom_section","data","data_initializers","declare_data_initialization","declare_export","declare_func_export","declare_func_import","declare_func_type","declare_function_name","declare_global","declare_global_export","declare_global_import","declare_import","declare_memory","declare_memory_export","declare_memory_import","declare_module_name","declare_passive_data","declare_passive_element","declare_signature","declare_start_function","declare_table","declare_table_export","declare_table_import","declare_table_initializers","define_function_body","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eof","finish_exports","finish_imports","from","from","function_body_inputs","get_hash","hash","init","init","into","into","layout_raw","layout_raw","module","module_offset","module_translation_state","new","original_position","pointer_metadata","pointer_metadata","range","read_local_count","read_local_decl","read_operator","reserve_data_initializers","reserve_exports","reserve_func_types","reserve_globals","reserve_imports","reserve_memories","reserve_passive_data","reserve_signatures","reserve_table_initializers","reserve_tables","translate","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","from_binaryreadererror_compileerror","from_binaryreadererror_wasmerror","FunctionMiddleware","MiddlewareBinaryReader","MiddlewareReaderState","ModuleMiddleware","ModuleMiddlewareChain","apply_on_module_info","borrow","borrow","borrow_mut","borrow_mut","bytes_remaining","chain","current_position","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eof","extend","extend","feed","feed","fmt","fmt","from","from","generate_function_middleware","generate_function_middleware_chain","init","init","inner","into","into","layout_raw","layout_raw","new_with_offset","original_position","pending_operations","pointer_metadata","pointer_metadata","push_operator","range","read_local_count","read_local_decl","read_operator","set_middleware_chain","state","transform_module_info","transform_module_info","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","translate_module","parse_data_section","parse_element_section","parse_export_section","parse_function_section","parse_global_section","parse_import_section","parse_memory_section","parse_name_section","parse_start_section","parse_table_section","parse_type_section","read_elems","wpheaptype_to_type","wpreftype_to_type","wptype_to_type","Done","ModuleTranslationState","Multi","Multi","Single","Single","SingleOrMultiValue","SingleOrMultiValueIterator","WasmTypes","blocktype_params_results","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","elems","eq","fmt","from","from","from","init","init","init","into","into","into","into_iter","is_empty","iter","layout_raw","layout_raw","layout_raw","len","new","next","pointer_metadata","pointer_metadata","pointer_metadata","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unused","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","wasm_types","index","values"],"q":[[0,"wasmer_compiler"],[206,"wasmer_compiler::artifact_builders"],[211,"wasmer_compiler::artifact_builders::artifact_builder"],[354,"wasmer_compiler::artifact_builders::trampoline"],[361,"wasmer_compiler::compiler"],[382,"wasmer_compiler::engine"],[403,"wasmer_compiler::engine::artifact"],[604,"wasmer_compiler::engine::builder"],[631,"wasmer_compiler::engine::code_memory"],[664,"wasmer_compiler::engine::error"],[745,"wasmer_compiler::engine::inner"],[859,"wasmer_compiler::engine::link"],[861,"wasmer_compiler::engine::resolver"],[865,"wasmer_compiler::engine::trap"],[875,"wasmer_compiler::engine::trap::frame_info"],[1122,"wasmer_compiler::engine::trap::stack"],[1124,"wasmer_compiler::engine::tunables"],[1173,"wasmer_compiler::engine::unwind"],[1174,"wasmer_compiler::engine::unwind::systemv"],[1201,"wasmer_compiler::lib"],[1202,"wasmer_compiler::lib::std"],[1211,"wasmer_compiler::lib::std::borrow"],[1362,"wasmer_compiler::lib::std::boxed"],[2283,"wasmer_compiler::lib::std::collections"],[3072,"wasmer_compiler::lib::std::collections::TryReserveErrorKind"],[3073,"wasmer_compiler::lib::std::collections::binary_heap"],[3264,"wasmer_compiler::lib::std::collections::btree_map"],[3785,"wasmer_compiler::lib::std::collections::btree_set"],[4024,"wasmer_compiler::lib::std::collections::hash_map"],[4576,"wasmer_compiler::lib::std::collections::hash_set"],[4805,"wasmer_compiler::lib::std::collections::linked_list"],[5017,"wasmer_compiler::lib::std::collections::vec_deque"],[5173,"wasmer_compiler::lib::std::fmt"],[5480,"wasmer_compiler::lib::std::str"],[6270,"wasmer_compiler::lib::std::str::pattern"],[6504,"wasmer_compiler::lib::std::string"],[6807,"wasmer_compiler::lib::std::sync"],[7489,"wasmer_compiler::lib::std::sync::atomic"],[8222,"wasmer_compiler::lib::std::sync::mpsc"],[8544,"wasmer_compiler::lib::std::vec"],[8924,"wasmer_compiler::traits"],[8942,"wasmer_compiler::translator"],[8961,"wasmer_compiler::translator::environ"],[9052,"wasmer_compiler::translator::error"],[9054,"wasmer_compiler::translator::middleware"],[9116,"wasmer_compiler::translator::module"],[9117,"wasmer_compiler::translator::sections"],[9132,"wasmer_compiler::translator::state"],[9204,"wasmer_compiler::translator::state::SingleOrMultiValueIterator"],[9206,"dyn_clone::sealed"],[9207,"wasmer_types::module"],[9208,"bytecheck"],[9209,"core::result"],[9210,"core::marker"],[9211,"wasmer_types::compilation::target"],[9212,"wasmer_types::compilation::module"],[9213,"wasmer_types::indexes"],[9214,"wasmer_types::entity::primary_map"],[9215,"wasmer_types::compilation::function"],[9216,"wasmer_types::error"],[9217,"wasmer_types::compilation::target"],[9218,"wasmer_types::types"],[9219,"wasmer_types::memory"],[9220,"wasmer_vm::memory"],[9221,"wasmer_types::error"],[9222,"wasmer_vm::table"],[9223,"wasmer_vm::vmcontext"],[9224,"core::ptr::non_null"],[9225,"wasmer_vm::vmcontext"],[9226,"rkyv"],[9227,"rkyv::with"],[9228,"wasmparser::binary_reader"],[9229,"wasmer_types::error"],[9230,"wasmer_vm::trap::trap"],[9231,"wasmer_types::stack::frame"],[9232,"wasmer_types::trapcode"],[9233,"core::option"],[9234,"core::alloc::layout"],[9235,"core::alloc::layout"],[9236,"wasmer_vm"],[9237,"core::iter::traits::iterator"],[9238,"wasmer_types::compilation::section"],[9239,"wasmer_types::error"],[9240,"wasmparser::readers::core::operators"],[9241,"wasmer_types::entity::boxed_slice"],[9242,"wasmer_vm::export"],[9243,"wasmer_vm::store"],[9244,"wasmer_types::indexes"],[9245,"wasmer_types::error"],[9246,"core::any"],[9247,"core::any"],[9248,"wasmparser::readers::core::types"],[9249,"wasmer_types::compilation::function"],[9250,"wasmer_types::serialize"],[9251,"wasmer_types::entity::primary_map"],[9252,"core::ops::function"],[9253,"wasmer_types::compilation::symbols"],[9254,"wasmer_types::indexes"],[9255,"core::cmp"],[9256,"wasmer_vm::trap::traphandlers"],[9257,"wasmer_vm::trap::traphandlers"],[9258,"wasmer_vm::vmcontext"],[9259,"wasmer_types::compilation::symbols"],[9260,"wasmer_vm"],[9261,"core::iter::traits::exact_size"],[9262,"core::clone"],[9263,"std::path"],[9264,"wasmer_types::types"],[9265,"wasmer_types::compilation::relocation"],[9266,"wasmer_types::compilation::address_map"],[9267,"wasmer_types::stack::trap"],[9268,"backtrace::capture"],[9269,"wasmer_types::types"],[9270,"wasmer_types::indexes"],[9271,"core::ffi::c_str"],[9272,"rustix::backend::io::errno"],[9273,"std::ffi::os_str"],[9274,"core::cmp"],[9275,"core::iter::traits::collect"],[9276,"bstr::bstr"],[9277,"std::ffi::os_str"],[9278,"std::path"],[9279,"allocator_api2::stable::alloc"],[9280,"percent_encoding"],[9281,"alloc::ffi::c_str"],[9282,"bstr::bstring"],[9283,"percent_encoding"],[9284,"core::hash"],[9285,"serde::de"],[9286,"schemars::schema"],[9287,"serde::ser"],[9288,"bytes::buf::buf_mut"],[9289,"std::os::fd::owned"],[9290,"std::os::fd::owned"],[9291,"core::mem::maybe_uninit"],[9292,"core::marker"],[9293,"std::io"],[9294,"unicode_normalization::replace"],[9295,"indexmap::map::slice"],[9296,"dyn_clone"],[9297,"digest::digest"],[9298,"schemars::gen"],[9299,"std::io"],[9300,"core::default"],[9301,"serde::de"],[9302,"log"],[9303,"std::io"],[9304,"core::pin"],[9305,"std::io"],[9306,"unicode_normalization::recompose"],[9307,"unicode_normalization::decompose"],[9308,"winnow::error"],[9309,"winnow::parser"],[9310,"winnow::error"],[9311,"core::task::poll"],[9312,"core::future::future"],[9313,"core::marker"],[9314,"std::io::readbuf"],[9315,"std::io"],[9316,"core::ops::generator"],[9317,"rkyv"],[9318,"webc::path_segments"],[9319,"webc::path_segments"],[9320,"rkyv::collections::btree_map"],[9321,"rkyv::collections::hash_set"],[9322,"rkyv::collections::btree_set"],[9323,"rkyv::vec"],[9324,"serde::de"],[9325,"rkyv::ser"],[9326,"core::array::iter"],[9327,"core::ops::try_trait"],[9328,"rkyv::string"],[9329,"bytes::bytes_mut"],[9330,"serde_json::value"],[9331,"url"],[9332,"uuid"],[9333,"wasmparser::validator::names"],[9334,"wasmparser::validator::names"],[9335,"bstr::ext_vec"],[9336,"bstr::utf8"],[9337,"wasmparser::resources"],[9338,"std::fs"],[9339,"wasmparser::readers::core::types"],[9340,"core::time"],[9341,"std::time"],[9342,"winnow::stream"],[9343,"winnow::stream"],[9344,"core::convert"],[9345,"aho_corasick::util::primitives"],[9346,"aho_corasick::util::primitives"],[9347,"webc::path_segments"],[9348,"wasmparser::readers::core::elements"],[9349,"wasmparser::readers::core::exports"],[9350,"wasmparser::readers::core::functions"],[9351,"wasmparser::readers::core::globals"],[9352,"wasmparser::readers::core::imports"],[9353,"wasmparser::readers::core::memories"],[9354,"wasmparser::readers::core::names"],[9355,"wasmparser::readers::core::tables"],[9356,"wasmparser::readers::core::types"]],"d":["Addend to add to the symbol value.","Archived frame infos","An archived frame info","A compiled wasm module, ready to be instantiated.","A compiled wasm module, ready to be instantiated.","A compiled wasm module that was loaded from a serialized …","An Artifact is the product that the Engine implementation …","Tunable parameters for WebAssembly compilation. This is …","Memory manager for executable code.","Offset in bytes from the beginning of the function.","The variant of the compiled function frame info which can …","An implementation of a Compiler from parsed WebAssembly …","The compiler configuration options.","The module was compiled with a CPU feature that is not …","A WebAssembly Universal Engine.","The Builder contents of Engine","The inner contents of Engine","","","This is a global cache of backtrace frame information for …","Controls which experimental features will be enabled. …","The variant of the frame information which can be an owned …","Trait for iterating over the operators of a Wasm Function","Contains function data: bytecode and its offset in the …","Represents a continuous region of executable memory …","A function middleware specialized for a single function.","An RAII structure used to unregister a module’s frame …","An error occurred when checking the import types.","An error while instantiating a module.","A linking ocurred during instantiation.","The WebAssembly.LinkError object indicates an error during …","A Middleware binary reader of the WebAssembly structures …","The state of the binary reader. Exposed to middlewares to …","The result of translating via ModuleEnvironment. Function …","Module loaded from an archive. Since CompileModuleInfo is …","A shared builder for function middlewares.","Trait for generating middleware chains from “prototype”…","Contains information decoded from the Wasm module that …","Owned frame infos","Type of OwnedDataInitializer returned by the …","Type of iterator returned by the data_initializers method","A reference to the frame info","Insufficient resources available for linking.","A runtime error occured while invoking the start function","A trap ocurred during linking.","An engine delegates the creation of memories, tables, and …","Trait needed to get downcasting of Engines to work.","Version number of this crate.","","","","Applies the chain on a ModuleInfo struct.","","Generic Artifact abstraction for Wasmer Engines.","","","Configures whether the WebAssembly bulk memory operations …","Bulk Memory proposal should be enabled","Returns the number of bytes remaining.","","The backing middleware chain for this reader.","","","","The code memory is responsible of publishing the compiled …","The main serializable compilation object","Compilation informations","Compiles a parsed module.","This module mainly outputs the Compiler trait that custom …","Gets the custom compiler config","The compiler and cpu features","The compiler","Returns the CPU features for this Artifact","CPU Feature flags for this compilation","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Create a ModuleInfo for instantiation","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","Returns the current position.","Function body bytecode.","Returns data initializers to pass to VMInstance::initialize","References to the data initializers.","Datas initializers","","","","","","","","The size in bytes of the offset guard for dynamic heaps.","The Wasmer Engine.","","Returns whether the readers has reached the end of the …","","","","","","Wasm exceptions proposal should be enabled","Extended constant expressions proposal should be enabled","Returns the features for this Artifact","The features to compile the Wasm module with","The compiler and cpu features","","","Returns the argument unchanged.","","References to the function bodies.","Generates a FunctionMiddleware for a given function.","Generates a function middleware chain.","Returns the address of a trampoline in the libcall …","Get the middlewares for this compiler","Given a Trap, this function returns the Wasm trace and the …","The hashing algorithm","","","","","Raw binary reader.","Calls U::from(self).","The key that will be removed from the global ranges map …","","Length in bytes.","","Returns the length of a libcall trampoline.","Links a module, patching the allocated functions with the …","Creates a custom section containing the libcall …","Configures whether the WebAssembly 64-bit memory proposal …","64-bit Memory proposal should be enabled","Construct a MemoryStyle for the provided MemoryType","Returns the memory styles associated with this Artifact.","","ModuleInfo information.","Returns the ModuleInfo for instantiation","Configures whether the WebAssembly module linking proposal …","Module Linking proposal should be enabled","Body offset relative to the module file.","The decoded Wasm types for the module.","Configures whether the WebAssembly multi-memory proposal …","Multi Memory proposal should be enabled","Configures whether the WebAssembly multi-value proposal …","Multi Value proposal should be enabled","Returns a descriptive name for this compiler.","","Create a new feature","","Returns the original position (with the offset)","The pending operations added by the middleware.","","Entry point for normal entry of the function. All …","Pushes a middleware onto the back of the middleware chain.","Return the range (original offset, original offset + data …","Read a count indicating the number of times to call …","Read a (count, value_type) declaration of local variables …","Reads the next available Operator.","Configures whether the WebAssembly reference types …","Reference Types proposal should be enabled","Registers a new compiled module’s frame information.","Relaxed SIMD proposal should be enabled","","This function allows to match all imports of a ModuleInfo …","","","Serializes an artifact into bytes","","","","","Sets the ModuleInfo name","The signature registry is used mainly to operate with …","Configures whether the WebAssembly SIMD proposal will be …","SIMD proposal should be enabled","","Parsing state.","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","Construct a TableStyle for the provided TableType","Returns the table plans associated with this Artifact.","Configures whether the WebAssembly tail-call proposal will …","Tail call proposal should be enabled","The machine target","The target for the compiler","Configures whether the WebAssembly threads proposal will …","Threads proposal should be enabled","","Generic Artifact abstraction for Wasmer Engines.","Translate a sequence of bytes forming a valid Wasm binary …","This module defines the parser and translator from …","","","","","","upcast boxed dyn","","upcast mut ref","","upcast ref","","A map containing a Wasm module’s original, raw …","Return an Err(WasmError::Unsupported(msg)) where msg the …","wasmparser is exported as a module to slim compiler …","Converts a wasmparser heap type to a Wasm Type.","Helper function translating wasmparser types to Wasm Type.","","","","Define ArtifactBuild to allow compiling and instantiating …","Trampolines for libcalls.","A compiled wasm module, ready to be instantiated.","A compiled wasm module that was loaded from a serialized …","","Header signature for wasmu binary","Module loaded from an archive. Since CompileModuleInfo is …","","","","","","Borrows dependent.","","","","","Borrows owner.","","","","The main serializable compilation object","Compilation informations","","","CPU Feature flags for this compilation","","","","","Datas initializers","","","","","","","","","","","","","Get Function Relocations ref","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Create a new ArtifactBuild from a SerializableModule","Create a new ModuleFromArchive from the archived version …","Get Function Relocations ref","Get Function Relocations ref","Get Custom Sections ref","Get Custom Sections ref","Get Debug optional Dwarf ref","Get Debug optional Dwarf ref","Get Dynamic Functions Call Trampolines ref","Get Dynamic Functions Call Trampolines ref","Get Function Relocations ref","Get Function Relocations ref","Get Functions Bodies ref","Get Functions Bodies ref","Get Functions Call Trampolines ref","Get Functions Call Trampolines ref","Get Function Relocations","Get Function Relocations","Get LibCall Trampoline Length","Get LibCall Trampoline Length","Get LibCall Trampoline Section Index","Get LibCall Trampoline Section Index","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self and returns the the owner.","Check if the provided bytes look like a serialized …","","","","","","","","","Compile a data buffer into a ArtifactBuild, which may then …","Constructs a new self-referential struct.","","Gets the owned buffer","","","","","","","","","","","","","","","","","","","","","","Tries to create a new structure with a given dependent …","","Tries to create a new structure with a given dependent …","","","","","","","","","","","","","","","","","","Calls given closure func with a shared reference to …","Calls given closure func with an unique reference to …","","","","Returns the address of a trampoline in the libcall …","Returns the length of a libcall trampoline.","Creates a custom section containing the libcall …","","An implementation of a Compiler from parsed WebAssembly …","The compiler configuration options.","Enable NaN canonicalization.","Enable NaN canonicalization.","Compiles a parsed module.","Gets the custom compiler config","Gets the default features for this compiler in the given …","Gets the default features for this compiler in the given …","Enable Position Independent Code (PIC).","Enable Position Independent Code (PIC).","Enable compiler IR verification.","Enable compiler IR verification.","Compiles a module into a native object file.","Compiles a module into a native object file.","Get the CpuFeatues used by the compiler","Get the CpuFeatues used by the compiler","Get the middlewares for this compiler","Returns a descriptive name for this compiler.","Pushes a middleware onto the back of the middleware chain.","Validates a module.","Validates a module.","","","","","","","","","","Define Artifact, based on ArtifactBuild to allow compiling …","","Memory management for executable code.","The WebAssembly possible errors","Universal compilation.","Linking for Universal-compiled code.","","","Custom resolution for external references.","","","","","","","","A compiled wasm module, ready to be instantiated.","Artifacts may be created as the result of the compilation …","A unique identifier for an Artifact.","","","","","","","","","This indicates if the Artifact is allocated and can be run …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Deserialize a serialized artifact.","","","","","","Deserialize a ArtifactBuild from an object file","Deserialize a serialized artifact.","","","","","","","","","","","","","","","","","","","Finishes the instantiation of a just created VMInstance.","Returns the dynamic function trampolines allocated in …","","Returns the function call trampolines allocated in memory …","","","Returns the functions allocated in memory or this Artifact …","","","","","","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 ArtifactBuild from component parts.","Generate a compilation","Compile a module into an object file, which can be …","","A unique identifier for this object.","Format this identifier as a string.","","","","","","","","","Crate an Instance from this Artifact.","","","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 provided bytes look like a serialized …","","","","","","","","","","","Generate the metadata object for the module","","","Compile a data buffer into a ArtifactBuild, which may then …","","","","","","","","","Do preinstantiation logic that is executed before …","Register thie Artifact stack frame information into the …","","","","","Returns the associated VM signatures for this Artifact.","","","","The GlobalFrameInfoRegistration needs to be transfered to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Builder contents of Engine","","","The compiler","","","","","Build the Engine for this configuration","The Wasm features","The features to compile the Wasm module with","Returns the argument unchanged.","The hashing algorithm","Create a new headless Backend","","Calls U::from(self).","","Create a new builder with pre-made components","","Set the features","Set the hashing algorithm","Set the target","The target","The machine target","","","","The optimal alignment for functions.","Memory manager for executable code.","The optimal alignment for data.","Allocate a single contiguous block of memory at a fixed …","","","Copies the data of the compiled function to the given …","","","","","","Returns the argument unchanged.","Calculates the allocation size of the given compiled …","","Calls U::from(self).","","","Create a new CodeMemory instance.","","Apply the page permissions.","Register the frame info, so it’s free when the mememory …","","","","","","","Mutably get the UnwindRegistry.","","","","Convert mut a slice from u8 to VMFunctionBody.","The module was compiled with a CPU feature that is not …","An error occurred when checking the import types.","An ImportError.","Incompatible Import Type. This error occurs when the …","An error while instantiating a module.","A linking ocurred during instantiation.","The WebAssembly.LinkError object indicates an error during …","Memory Error","Insufficient resources available for linking.","A runtime error occured while invoking the start function","A trap ocurred during linking.","Unknown Import. This error occurs when an import was …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 WebAssembly Universal Engine.","A unique identifier for an Engine.","The inner contents of Engine","","","Allocate compiled functions into memory","","","","","","","","","","","Clone the engine","","The code memory is responsible of publishing the compiled …","","Compile a WebAssembly binary","Gets the compiler associated to this engine.","The compiler and cpu features","","","","","","","","","","Deserializes a WebAssembly module which was previously …","","Deserializes a WebAssembly module from a path.","Deserialize from a file path.","Deserializes a WebAssembly module which was previously …","Returns the deterministic id of this engine","","","","","","","","","","The Wasm features","The compiler and cpu features","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the hash algorithm","","Create a headless Engine","A unique identifier for this object.","Format this identifier as a string.","","","","","Get reference to EngineInner.","","Get mutable reference to EngineInner.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Lookup a signature","Returns the name of this engine","","Create a new Engine with the given config","","","","","Make memory containing compiled code executable.","Register DWARF-type exception handling information …","Register the frame info for the code memory","Register a signature","Sets the hash algorithm","Attach a Tunable to this engine","Shared signature registry.","The signature registry is used mainly to operate with …","Gets the target","The target for the compiler","","","","","","","","","Get a reference to attached Tunable of this engine","","","","","","","","","","","Validate the module","Validates a WebAssembly module","","Links a module, patching the allocated functions with the …","Get an ExternType given a import index.","Get an ExternType given an export (and Engine signatures …","","This function allows to match all imports of a ModuleInfo …","","","","","","","This module is used for having backtraces in the Wasm …","","","","Archived frame infos","An archived frame info","","","","The variant of the compiled function frame info which can …","This is a global cache of backtrace frame information for …","The variant of the frame information which can be an owned …","","","Represents a continuous region of executable memory …","","","An RAII structure used to unregister a module’s frame …","","Owned frame infos","","A reference to the frame info","","","The variant of the trap information which can be an owned …","","Gets the address map for the frame info","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a function given a pc","","Gets the frame info for a given local function index","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 key that will be removed from the global ranges map …","","","","","","","","","","","","Length in bytes.","","Fetches frame information about a program counter in a …","Fetches trap information about a program counter in a …","","Gets a module given a pc","","","","","","","","","","","","Entry point for normal entry of the function. All …","An internal map that keeps track of backtrace frame …","Registers a new compiled module’s frame information.","","","","Gets the traps for the frame info","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Given a Trap, this function returns the Wasm trace and the …","","Tunable parameters for WebAssembly compilation. This is …","An engine delegates the creation of memories, tables, and …","","","","","","Create a global with an unset value.","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","Create a table owned by the VM given a TableType and a …","","","","","The size in bytes of the offset guard for dynamic heaps.","Get the BaseTunables for a specific Target","Returns the argument unchanged.","","Calls U::from(self).","","Construct a MemoryStyle for the provided MemoryType","Get a MemoryStyle for the provided MemoryType","","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","Construct a TableStyle for the provided TableType","Get a TableStyle for the provided TableType.","","","","","","","","Get the VMConfig for this tunables Currently, VMConfig …","Get the VMConfig for this tunables Currently, VMConfig …","Module for System V ABI unwind registry.","Represents a registry of function unwind information for …","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Creates a new unwind registry with the given base address.","","Publishes all registered functions.","","Registers a function given the start offset, length, and …","","","","","","","","","","A module for working with borrowed data.","The Box<T> type for heap allocation.","Collection types.","Utilities for formatting and printing Strings.","Utilities for the str primitive type.","A UTF-8–encoded, growable string.","Useful synchronization primitives.","A contiguous growable array type with heap-allocated …","Creates a Vec containing the arguments.","A trait for borrowing data.","A trait for mutably borrowing data.","Borrowed data.","A clone-on-write smart pointer.","Owned data.","The resulting type after obtaining ownership.","A generalization of Clone to borrowed data.","","","","","","","","","","","","","","Immutably borrows from an owned value.","","","Mutably borrows from an owned value.","","","","Uses borrowed data to replace owned data, usually by …","","","","Creates an owned Cow<’a, B> with the default value for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts the string reference into a Cow::Borrowed.","Creates a Borrowed variant of Cow from a reference to Vec.","","Creates a Borrowed variant of Cow from a slice.","Returns the argument unchanged.","Converts a CStr into a borrowed Cow without copying or …","Creates an Owned variant of Cow from an owned instance of …","Converts a String reference into a Borrowed variant. No …","Converts a CString into an owned Cow without copying or …","","Converts the string reference into a Cow::Borrowed.","Converts a string slice into a Borrowed variant. No heap …","Converts a &CString into a borrowed Cow without copying or …","Creates a clone-on-write pointer from an owned instance of …","","Creates a clone-on-write pointer from a reference to …","Creates a clone-on-write pointer from a reference to Path.","","Moves the string into a Cow::Owned.","Converts a String into an Owned variant. No heap …","","","","","","","","Calls U::from(self).","","","","","Extracts the owned data.","","","","Returns true if the data is borrowed, i.e. if to_mut would …","Returns true if the data is owned, i.e. if to_mut would be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Acquires a mutable reference to the owned form of the data.","Creates owned data from borrowed data, usually by cloning.","","","","","","","","","","","","A pointer type that uniquely owns a heap allocation of …","ThinBox.","","","","","Returns a reference to the underlying allocator.","","","","","","","Converts to Box<[T], A>.","Converts to Box<T, A>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a new box with a clone() of this box’s contents.","","","Copies source’s contents into self without creating a …","","","","","","","","","","","","","","","Creates a Box<T>, with the Default value for T.","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to downcast the box to a concrete type.","Attempt to downcast the box to a concrete type.","Attempt to downcast the box to a concrete type.","Downcasts the box to a concrete type.","Downcasts the box to a concrete type.","Downcasts the box to a concrete type.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts a type of Error + Send + Sync into a box of dyn …","Converts a Cow into a box of dyn Error.","","","","","Converts a Cow<'a, CStr> into a Box<CStr>, by copying the …","","","Converts a &str into a Box<str>","","Converts a &[T] into a Box<[T]>","Converts a CString into a Box<CStr> without copying or …","Converts the given String to a boxed str slice that is …","Convert a vector into a boxed slice.","Converts a String into a box of dyn Error + Send + Sync.","Converts a String into a box of dyn Error.","Converts a str into a box of dyn Error + Send + Sync.","Converts a [T; N] into a Box<[T]>","Converts a str into a box of dyn Error.","Converts a &CStr into a Box<CStr>, by copying the contents …","","Copies the string into a newly allocated Box<OsStr>.","Converts a Cow into a box of dyn Error + Send + Sync.","Creates a boxed Path from a reference.","Converts an OsString into a Box<OsStr> without copying or …","Converts a Cow<'_, [T]> into a Box<[T]>","Converts a Cow<'_, str> into a Box<str>","","Converts a T into a Box<T>","Converts a Box<str> into a Box<[u8]>","Converts a Cow<'a, OsStr> into a Box<OsStr>, by copying …","Converts a PathBuf into a Box<Path>.","Returns the argument unchanged.","","Converts a type of Error into a box of dyn Error.","Creates a boxed Path from a clone-on-write pointer.","","Constructs a box from a raw pointer.","Constructs a box from a raw pointer in the given allocator.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Converts a Box<T> into a Box<[T]>","","Consumes the Box, returning the wrapped value.","","","","Converts a Box<T> into a Pin<Box<T>>. If T does not …","Consumes the Box, returning a wrapped raw pointer.","Consumes the Box, returning a wrapped raw pointer and the …","","","","","","","","","","","","","","Consumes and leaks the Box, returning a mutable reference, …","","","","","","Moves a type to the heap with its Metadata stored in the …","Allocates memory on the heap and then places x into it.","Allocates memory in the given allocator then places x into …","Constructs a new box with uninitialized contents.","Constructs a new box with uninitialized contents in the …","Constructs a new boxed slice with uninitialized contents.","Constructs a new boxed slice with uninitialized contents …","Moves a type to the heap with its Metadata stored in the …","Constructs a new Box with uninitialized contents, with the …","Constructs a new Box with uninitialized contents, with the …","Constructs a new boxed slice with uninitialized contents, …","Constructs a new boxed slice with uninitialized contents …","","","","","","","","","","","","","","Constructs a new Pin<Box<T>>. If T does not implement Unpin…","Constructs a new Pin<Box<T, A>>. If T does not implement …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to convert a Vec<T> into a Box<[T; N]>.","","Attempts to convert a Box<[T]> into a Box<[T; N]>.","","","Allocates memory on the heap then places x into it, …","Allocates memory in the given allocator then places x into …","Constructs a new box with uninitialized contents on the …","Constructs a new box with uninitialized contents in the …","Constructs a new boxed slice with uninitialized contents. …","Constructs a new Box with uninitialized contents, with the …","Constructs a new Box with uninitialized contents, with the …","Constructs a new boxed slice with uninitialized contents, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Writes the value and converts to Box<T, A>.","","","","","","","","","","","","","","","","","","The memory allocator returned an error","An ordered map based on a B-Tree.","An ordered set based on a B-Tree.","A priority queue implemented with a binary heap.","An endpoint of a range of keys.","Error due to the computed capacity exceeding the collection…","An exclusive bound.","A hash map implemented with quadratic probing and SIMD …","A hash set implemented as a HashMap where the value is ().","An inclusive bound.","A doubly-linked list with owned nodes.","The error type for try_reserve methods.","Details of the allocation that caused a TryReserveError","An infinite endpoint. Indicates that there is no bound in …","A double-ended queue implemented with a growable ring …","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Moves all the elements of other into self, leaving other …","Moves all elements from other into self, leaving other …","Moves all elements from other into self, leaving other …","Moves all elements from other to the end of the list.","Moves all the elements of other into self, leaving other …","","Converts from &mut Bound<T> to Bound<&mut T>.","Returns a pair of slices which contain, in order, the …","Converts from &Bound<T> to Bound<&T>.","Returns a slice of all values in the underlying vector, in …","Returns a pair of slices which contain, in order, the …","Provides a reference to the back element, or None if the …","Provides a reference to the back element, or None if the …","Provides a mutable reference to the back element, or None …","Provides a mutable reference to the back element, or None …","","","A priority queue implemented with a binary heap.","Binary searches this VecDeque for a given element. If the …","Binary searches this VecDeque with a comparator function.","Binary searches this VecDeque with a key extraction …","Returns the intersection of self and rhs as a new …","Returns the intersection of self and rhs as a new …","Returns the union of self and rhs as a new HashSet<T, S>.","Returns the union of self and rhs as a new BTreeSet<T>.","Returns the symmetric difference of self and rhs as a new …","Returns the symmetric difference of self and rhs as a new …","","","","","","","","","","","","","","","","","","","","","An ordered map based on a B-Tree.","An ordered set based on a B-Tree.","","Returns the number of elements the map can hold without …","Returns the number of elements the binary heap can hold …","Returns the number of elements the set can hold without …","Returns the number of elements the deque can hold without …","","Clears the map, removing all key-value pairs. Keeps the …","Drops all items from the binary heap.","Clears the map, removing all elements.","Clears the set, removing all values.","Clears the set, removing all elements.","Removes all elements from the LinkedList.","Clears the deque, removing all values.","","","","","","","","","","","","","","","","","","","","","","","","","","","Map a Bound<&T> to a Bound<T> by cloning the contents of …","","","","","","","","","Returns true if the set contains a value.","Returns true if the set contains an element equal to the …","Returns true if the LinkedList contains an element equal …","Returns true if the deque contains an element equal to the …","Returns true if the map contains a value for the specified …","Returns true if the map contains a value for the specified …","Provides a cursor at the back element.","Provides a cursor with editing operations at the back …","Provides a cursor at the front element.","Provides a cursor with editing operations at the front …","","Creates an empty HashMap<K, V, S>, with the Default value …","Creates an empty BinaryHeap<T>.","Creates an empty BTreeMap.","Creates an empty HashSet<T, S> with the Default value for …","Creates an empty BTreeSet.","Creates an empty LinkedList<T>.","Creates an empty deque.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Visits the values representing the difference, i.e., the …","Visits the elements representing the difference, i.e., the …","Clears the map, returning all key-value pairs as an …","Clears the binary heap, returning an iterator over the …","Clears the set, returning all elements as an iterator. …","Removes the specified range from the deque in bulk, …","Clears the binary heap, returning an iterator over the …","","","","","","","","","","","","","","Gets the given key’s corresponding entry in the map for …","Gets the given key’s corresponding entry in the map for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an iterator which uses a closure to determine if …","Creates an iterator that visits all elements (key-value …","Creates an iterator which uses a closure to determine if a …","Creates an iterator that visits all elements in ascending …","Creates an iterator which uses a closure to determine if …","Returns a reference to the first element in the set, if …","Returns the first entry in the map for in-place …","Returns the first key-value pair in the map. The key in …","","","","","","","","","","","","","Examples","Returns the argument unchanged.","Converts a Vec<T> into a BinaryHeap<T>.","","Returns the argument unchanged.","Converts a [(K, V); N] into a BTreeMap<(K, V)>.","Returns the argument unchanged.","Returns the argument unchanged.","Examples","Converts a [T; N] into a BTreeSet<T>.","Returns the argument unchanged.","Returns the argument unchanged.","Converts a [T; N] into a LinkedList<T>.","Returns the argument unchanged.","Turn a Vec<T> into a VecDeque<T>.","Converts a [T; N] into a VecDeque<T>.","Returns the argument unchanged.","","Returns the argument unchanged.","Always evaluates to TryReserveErrorKind::CapacityOverflow.","Returns the argument unchanged.","","","","","","","","Provides a reference to the front element, or None if the …","Provides a reference to the front element, or None if the …","Provides a mutable reference to the front element, or None …","Provides a mutable reference to the front element, or None …","Returns a reference to the value corresponding to the key.","Returns a reference to the value corresponding to the key.","Returns a reference to the value in the set, if any, that …","Returns a reference to the element in the set, if any, …","Provides a reference to the element at the given index.","","","","","","Returns the key-value pair corresponding to the supplied …","Returns the key-value pair corresponding to the supplied …","Attempts to get mutable references to N values in the map …","Attempts to get mutable references to N values in the map …","Returns a mutable reference to the value corresponding to …","Returns a mutable reference to the value corresponding to …","Provides a mutable reference to the element at the given …","Inserts the given value into the set if it is not present, …","Inserts an owned copy of the given value into the set if …","Inserts a value computed from f into the set if the given …","","","","","","A hash map implemented with quadratic probing and SIMD …","A hash set implemented as a HashMap where the value is ().","Returns a reference to the map’s BuildHasher.","Returns a reference to the set’s BuildHasher.","","","Returns a reference to the value corresponding to the …","Returns a reference to the value corresponding to the …","","","","","","","","","","","","","","","","","","","","","Inserts a key-value pair into the map.","Inserts a key-value pair into the map.","Adds a value to the set.","Adds a value to the set.","Inserts an element at index within the deque, shifting all …","Visits the values representing the intersection, i.e., the …","Visits the elements representing the intersection, i.e., …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 consuming iterator, that is, one that moves each …","Creates a consuming iterator, that is, one that moves each …","","","","","Creates a consuming iterator, that is, one that moves each …","","","Gets an iterator for moving out the BTreeSet’s contents.","","","Consumes the list into an iterator yielding elements by …","","Consumes the deque into a front-to-back iterator yielding …","","Returns an iterator which retrieves elements in heap order.","Creates a consuming iterator visiting all the keys in …","Creates a consuming iterator visiting all the keys, in …","Consumes the BinaryHeap and returns a vector in sorted …","Creates a consuming iterator visiting all the values in …","Creates a consuming iterator visiting all the values, in …","Consumes the BinaryHeap and returns the underlying vector …","Returns true if self has no elements in common with other. …","Returns true if self has no elements in common with other. …","Returns true if the map contains no elements.","Checks if the binary heap is empty.","Returns true if the map contains no elements.","Returns true if the set contains no elements.","Returns true if the set contains no elements.","Returns true if the LinkedList is empty.","Returns true if the deque is empty.","","","","","","","","Returns true if the set is a subset of another, i.e., other…","Returns true if the set is a subset of another, i.e., other…","Returns true if the set is a superset of another, i.e., …","Returns true if the set is a superset of another, i.e., …","","An iterator visiting all key-value pairs in arbitrary …","Returns an iterator visiting all values in the underlying …","Gets an iterator over the entries of the map, sorted by …","An iterator visiting all elements in arbitrary order. The …","Gets an iterator that visits the elements in the BTreeSet …","Provides a forward iterator.","Returns a front-to-back iterator.","An iterator visiting all key-value pairs in arbitrary …","Gets a mutable iterator over the entries of the map, …","Provides a forward iterator with mutable references.","Returns a front-to-back iterator that returns mutable …","","","","","","","","","An iterator visiting all keys in arbitrary order. The …","Gets an iterator over the keys of the map, in sorted order.","Details about the allocation that caused the error","","Returns a reference to the last element in the set, if any.","Returns the last entry in the map for in-place …","Returns the last key-value pair in the map. The key in …","","","","","","","","","","","Returns the number of elements in the map.","Returns the length of the binary heap.","Returns the number of elements in the map.","Returns the number of elements in the set.","Returns the number of elements in the set.","Returns the length of the LinkedList.","Returns the number of elements in the deque.","","","","A doubly-linked list with owned nodes.","Returns a Cursor pointing at the first element that is …","Returns a CursorMut pointing at the first element that is …","Rearranges the internal storage of this deque so it is one …","Maps a Bound<T> to a Bound<U> by applying a function to …","","","","Creates an empty HashMap.","Creates an empty BinaryHeap as a max-heap.","Makes a new, empty BTreeMap.","Creates an empty HashSet.","Makes a new, empty BTreeSet.","Creates an empty LinkedList.","Creates an empty deque.","Creates an empty BinaryHeap as a max-heap, using A as …","Makes a new empty BTreeMap with a reasonable choice for B.","Makes a new BTreeSet with a reasonable choice of B.","Constructs an empty LinkedList<T, A>.","Creates an empty deque.","","","","","","Returns the index of the partition point according to the …","Returns the greatest item in the binary heap, or None if …","Returns a mutable reference to the greatest item in the …","","","","","","","","","","","Removes the greatest item from the binary heap and returns …","Removes the last element from a list and returns it, or …","Removes the last element from the deque and returns it, or …","Removes and returns the first element in the map. The key …","Removes the first element from the set and returns it, if …","Removes the first element and returns it, or None if the …","Removes the first element and returns it, or None if the …","Removes and returns the last element in the map. The key …","Removes the last element from the set and returns it, if …","Pushes an item onto the binary heap.","Appends an element to the back of a list.","Appends an element to the back of the deque.","Adds an element first in the list.","Prepends an element to the deque.","Constructs a double-ended iterator over a sub-range of …","Constructs a double-ended iterator over a sub-range of …","Creates an iterator that covers the specified range in the …","Constructs a mutable double-ended iterator over a …","Creates an iterator that covers the specified mutable …","Creates a raw immutable entry builder for the HashMap.","Creates a raw entry builder for the HashMap.","Fill buf with the contents of the “front” slice as …","","","","","Removes a key from the map, returning the value at the key …","Removes a key from the map, returning the value at the key …","Removes a value from the set. Returns whether the value was","If the set contains an element equal to the value, removes …","Removes the element at the given index and returns it.","Removes and returns the element at index from the deque. …","Removes a key from the map, returning the stored key and …","Removes a key from the map, returning the stored key and …","Adds a value to the set, replacing the existing value, if …","Adds a value to the set, replacing the existing element, …","Reserves capacity for at least additional more elements to …","Reserves capacity for at least additional elements more …","Reserves capacity for at least additional more elements to …","Reserves capacity for at least additional more elements to …","Reserves the minimum capacity for at least additional …","Reserves the minimum capacity for at least additional more …","Modifies the deque in-place so that len() is equal to …","Modifies the deque in-place so that len() is equal to …","","","","","","","","","","","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","","Rotates the double-ended queue n places to the left.","Rotates the double-ended queue n places to the right.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Shrinks the capacity of the map with a lower limit. It …","Discards capacity with a lower bound.","Shrinks the capacity of the set with a lower limit. It …","Shrinks the capacity of the deque with a lower bound.","Shrinks the capacity of the map as much as possible. It …","Discards as much additional capacity as possible.","Shrinks the capacity of the set as much as possible. It …","Shrinks the capacity of the deque as much as possible.","Splits the collection into two at the given key. Returns …","Splits the collection into two at the value. Returns a new …","Splits the list into two at the given index. Returns …","Splits the deque into two at the given index.","Returns the difference of self and rhs as a new …","Returns the difference of self and rhs as a new BTreeSet<T>…","Swaps elements at indices i and j.","Removes an element from anywhere in the deque and returns …","Removes an element from anywhere in the deque and returns …","Visits the values representing the symmetric difference, …","Visits the elements representing the symmetric difference, …","","Removes and returns the value in the set, if any, that is …","Removes and returns the element in the set, if any, that …","","","","","","","","","","","","Shortens the deque, keeping the first len elements and …","","","","","","","","","","","Tries to insert a key-value pair into the map, and returns …","Tries to insert a key-value pair into the map, and returns …","","","","","","","","","","","Tries to reserve capacity for at least additional more …","Tries to reserve capacity for at least additional elements …","Tries to reserve capacity for at least additional more …","Tries to reserve capacity for at least additional more …","Tries to reserve the minimum capacity for at least …","Tries to reserve the minimum capacity for at least …","","","","","","","","","","","Visits the values representing the union, i.e., all the …","Visits the elements representing the union, i.e., all the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a Cursor pointing at the last element that is …","Returns a CursorMut pointing at the last element that is …","An iterator visiting all values in arbitrary order. The …","Gets an iterator over the values of the map, in order by …","An iterator visiting all values mutably in arbitrary order.","Gets a mutable iterator over the values of the map, in …","A double-ended queue (deque) implemented with a growable …","Creates an empty HashMap with at least the specified …","Creates an empty BinaryHeap with at least the specified …","Creates an empty HashSet with at least the specified …","Creates an empty deque with space for at least capacity …","Creates an empty HashMap with at least the specified …","Creates an empty HashSet with at least the specified …","Creates an empty BinaryHeap with at least the specified …","Creates an empty deque with space for at least capacity …","Creates an empty HashMap which will use the given hash …","Creates a new empty hash set which will use the given …","","","","The layout of allocation request that failed","A priority queue implemented with a binary heap.","A draining iterator over the elements of a BinaryHeap.","A draining iterator over the elements of a BinaryHeap.","An owning iterator over the elements of a BinaryHeap.","","An iterator over the elements of a BinaryHeap.","Structure wrapping a mutable reference to the greatest …","","","","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","","","","","","","","","","","","","","","","","","","","","","","","Creates an empty binary_heap::IntoIter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Removes heap elements in heap order.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Removes the peeked value from the heap and returns it.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An ordered map based on a B-Tree.","A cursor over a BTreeMap.","A cursor over a BTreeMap with editing operations.","A view into a single entry in a map, which may either be …","An iterator produced by calling extract_if on BTreeMap.","An owning iterator over the entries of a BTreeMap.","An owning iterator over the keys of a BTreeMap.","An owning iterator over the values of a BTreeMap.","An iterator over the entries of a BTreeMap.","A mutable iterator over the entries of a BTreeMap.","An iterator over the keys of a BTreeMap.","An occupied entry.","A view into an occupied entry in a BTreeMap. It is part of …","The error returned by try_insert when the key already …","An iterator over a sub-range of entries in a BTreeMap.","A mutable iterator over a sub-range of entries in a …","A vacant entry.","A view into a vacant entry in a BTreeMap. It is part of …","An iterator over the values of a BTreeMap.","A mutable iterator over the values of a BTreeMap.","","","","","","","","","","","","","","","","","Provides in-place mutable access to an occupied entry …","Returns a read-only cursor pointing to the current element.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an empty btree_map::Iter.","Creates an empty btree_map::IterMut.","Creates an empty btree_map::IntoIter.","Creates an empty btree_map::Keys.","Creates an empty btree_map::Values.","Creates an empty btree_map::IntoKeys.","Creates an empty btree_map::IntoValues.","Creates an empty btree_map::Range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The entry in the map that was already occupied.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a reference to the value in the entry.","Gets a mutable reference to the value in the entry.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry with the OccupiedEntry’s key,","Inserts a new element into the BTreeMap after the current …","Inserts a new element into the BTreeMap after the current …","Inserts a new element into the BTreeMap before the current …","Inserts a new element into the BTreeMap before the current …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Take ownership of the key.","Converts the entry into a mutable reference to its value.","Returns a reference to this entry’s key.","Gets a reference to the key that would be used when …","Gets a reference to the key in the entry.","Returns a reference to the key of the element that the …","Returns a reference to the key of the element that the …","","Returns a mutable reference to the key of the element that …","Returns a reference to the key and value of the element …","Returns a reference to the key and value of the element …","Returns a reference to the key and mutable reference to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Moves the cursor to the next element of the BTreeMap.","Moves the cursor to the next element of the BTreeMap.","Moves the cursor to the previous element of the BTreeMap.","Moves the cursor to the previous element of the BTreeMap.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the result of …","Ensures a value is in the entry by inserting, if empty, …","Returns a reference to the next element.","Returns a reference to the key and value of the next …","Returns a reference to the previous element.","Returns a reference to the key and value of the previous …","","","","","","","","","","","","","","","","","","","","","","Takes the value of the entry out of the map, and returns …","Removes the current element from the BTreeMap.","Removes the current element from the BTreeMap.","Take ownership of the key and value from the map.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the value of the element that the …","Returns a reference to the value of the element that the …","The value which was not inserted, because the entry was …","Returns a mutable reference to the value of the element …","An ordered set based on a B-Tree.","A lazy iterator producing elements in the difference of …","An iterator produced by calling extract_if on BTreeSet.","A lazy iterator producing elements in the intersection of …","An owning iterator over the items of a BTreeSet.","An iterator over the items of a BTreeSet.","An iterator over a sub-range of items in a BTreeSet.","A lazy iterator producing elements in the symmetric …","A lazy iterator producing elements in the union of BTreeSet…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an empty btree_set::Iter.","Creates an empty btree_set::IntoIter.","Creates an empty btree_set::Range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","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 default Hasher used by RandomState.","A draining iterator over the entries of a HashMap.","A view into a single entry in a map, which may either be …","A draining, filtering iterator over the entries of a …","A hash map implemented with quadratic probing and SIMD …","An owning iterator over the entries of a HashMap.","An owning iterator over the keys of a HashMap.","An owning iterator over the values of a HashMap.","An iterator over the entries of a HashMap.","A mutable iterator over the entries of a HashMap.","An iterator over the keys of a HashMap.","An occupied entry.","An occupied entry.","A view into an occupied entry in a HashMap. It is part of …","The error returned by try_insert when the key already …","RandomState is the default state for HashMap types.","A builder for computing where in a HashMap a key-value …","A builder for computing where in a HashMap a key-value …","A view into a single entry in a map, which may either be …","A view into an occupied entry in a HashMap. It is part of …","A view into a vacant entry in a HashMap. It is part of the …","A vacant entry.","A vacant entry.","A view into a vacant entry in a HashMap. It is part of the …","An iterator over the values of a HashMap.","A mutable iterator over the values of a HashMap.","","","","","","Provides in-place mutable access to an occupied entry …","Provides in-place mutable access to an occupied entry …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Constructs a new RandomState.","Creates a new DefaultHasher using new. See its …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The entry in the map that was already occupied.","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 RawEntryMut from the given hash.","Access an entry by hash.","Creates a RawEntryMut from the given key.","Access an entry by key.","Creates a RawEntryMut from the given key and its hash.","Access an entry by a key and its hash.","Gets a reference to the value in the entry.","Gets a reference to the value in the entry.","Gets a reference to the key and value in the entry.","Gets a mutable reference to the key and value in the entry.","Gets a mutable reference to the value in the entry.","Gets a mutable reference to the value in the entry.","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the value of the entry, and returns the entry’s old …","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry, and returns the entry’s old …","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry, and returns an OccupiedEntry.","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry, and returns the entry’s old …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 entry into a mutable reference to the key in …","Take ownership of the key.","Converts the OccupiedEntry into a mutable reference to the …","Converts the OccupiedEntry into a mutable reference to the …","Converts the OccupiedEntry into a mutable reference to the …","","","Gets a reference to the key in the entry.","Returns a reference to this entry’s key.","Gets a reference to the key in the entry.","Gets a reference to the key that would be used when …","Gets a mutable reference to the key in the entry.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Constructs a new RandomState that is initialized with …","Creates a new DefaultHasher.","","","","","","","","","","","","","","","","","","","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the result of …","Ensures a value is in the entry by inserting the result of …","Ensures a value is in the entry by inserting, if empty, …","","","","","","","","","","","","","","","","","","","","","","Takes the value out of the entry, and returns it.","Takes the value out of the entry, and returns it.","Take the ownership of the key and value from the map.","Take the ownership of the key and value from the map.","Replaces the entry, returning the old key and value. The …","Replaces the key in the hash map with the key used to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value which was not inserted, because the entry was …","","","A lazy iterator producing elements in the difference of …","A draining iterator over the items of a HashSet.","A draining, filtering iterator over the items of a HashSet.","A hash set implemented as a HashMap where the value is ().","A lazy iterator producing elements in the intersection of …","An owning iterator over the items of a HashSet.","An iterator over the items of a HashSet.","A lazy iterator producing elements in the symmetric …","A lazy iterator producing elements in the union of HashSet…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","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 cursor over a LinkedList.","A cursor over a LinkedList with editing operations.","An iterator produced by calling extract_if on LinkedList.","An owning iterator over the elements of a LinkedList.","An iterator over the elements of a LinkedList.","A mutable iterator over the elements of a LinkedList.","A doubly-linked list with owned nodes.","","","","","Returns a read-only cursor pointing to the current element.","Provides a reference to the back element of the cursor’s …","Provides a reference to the back element of the cursor’s …","Provides a mutable reference to back element of the cursor…","","","","","","","","","","","","","","","","","","","","","Returns a reference to the element that the cursor is …","Returns a reference to the element that the cursor is …","","","Creates an empty linked_list::Iter.","","Creates an empty linked_list::IntoIter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Provides a reference to the front element of the cursor’…","Provides a reference to the front element of the cursor’…","Provides a mutable reference to the front element of the …","","","","","Returns the cursor position index within the LinkedList.","Returns the cursor position index within the LinkedList.","","","","","","","","","Inserts a new element into the LinkedList after the …","Inserts a new element into the LinkedList before 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).","","","","","","","","","","","","","","","","","","","","","","","","Moves the cursor to the next element of the LinkedList.","Moves the cursor to the next element of the LinkedList.","Moves the cursor to the previous element of the LinkedList.","Moves the cursor to the previous element of the LinkedList.","","","","","","","","","","","","","","","","","Returns a reference to the next element.","Returns a reference to the next element.","Returns a reference to the previous element.","Returns a reference to the previous element.","","","","","","","Removes the last element from the cursor’s parent list …","Removes the first element from the cursor’s parent list …","","Appends an element to the back of the cursor’s parent …","Appends an element to the front of the cursor’s parent …","Removes the current element from the LinkedList.","Removes the current element from the LinkedList without …","","","","","Inserts the elements from the given LinkedList after the …","Inserts the elements from the given LinkedList before the …","Splits the list into two after the current element. This …","Splits the list into two before the current element. This …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A draining iterator over the elements of a VecDeque.","An owning iterator over the elements of a VecDeque.","An iterator over the elements of a VecDeque.","A mutable iterator over the elements of a VecDeque.","A double-ended queue implemented with a growable ring …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Possible alignments returned by Formatter::align","This structure represents a safely precompiled version of …","b formatting.","Indication that contents should be center-aligned.","? formatting.","Derive macro generating an impl of the trait Debug.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","Format trait for an empty format, {}.","Contains the error value","The error type which is returned from formatting a message …","Configuration for formatting.","Indication that contents should be left-aligned.","e formatting.","x formatting.","o formatting.","Contains the success value","p formatting.","The type returned by formatter methods.","Indication that contents should be right-aligned.","E formatting.","X formatting.","A trait for writing or formatting into Unicode-accepting …","","","","Flag indicating what form of alignment was requested.","","Determines if the # flag was specified.","","","Get the formatted string, if it has no arguments to be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a DebugList builder designed to assist with …","Creates a DebugMap builder designed to assist with …","Creates a DebugSet builder designed to assist with …","Creates a DebugStruct builder designed to assist with …","Creates a DebugTuple builder designed to assist with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds the contents of an iterator of entries to the set …","Adds the contents of an iterator of entries to the list …","Adds the contents of an iterator of entries to the map …","Adds a new entry to the set output.","Adds a new entry to the list output.","Adds a new entry to the map output.","","","","","","","","","","","Adds a new field to the generated struct output.","Adds a new field to the generated tuple struct output.","","Character used as ‘fill’ whenever there is alignment.","","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Marks the struct as non-exhaustive, indicating to the …","Flags for formatting","","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","","","","","","","","","","The format function takes an Arguments struct and returns …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","Adds the key part of a new entry to the map output.","","","","","","","","","","This function takes a string slice and emits it to the …","Performs the correct padding for an integer which has …","","","","","","","","","","","","Optionally specified precision for numeric types. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Determines if the 0 flag was specified.","Determines if the - flag was specified.","Determines if the + flag was specified.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds the value part of a new entry to the map output.","Optionally specified integer width that the output should …","","The write function takes an output stream, and an Arguments…","Writes a char into this writer, returning whether the …","","Glue for usage of the write! macro with implementors of …","","Writes some formatted information into this instance.","Writes a string slice into this writer, returning whether …","Writes some data to the underlying buffer contained within …","","An iterator over the bytes of a string slice.","An iterator over the chars of a string slice, and their …","An iterator over the chars of a string slice.","An iterator of u16 over the string encoded as UTF-16.","The associated error which can be returned from parsing.","The return type of str::escape_debug.","The return type of str::escape_default.","The return type of str::escape_unicode.","Parse a value from a string","An iterator over the lines of a string, as string slices.","Created with the method lines_any.","Created with the method match_indices.","Created with the method matches.","An error returned when parsing a bool using from_str fails","Created with the method rmatch_indices.","Created with the method rmatches.","Created with the method rsplit.","Created with the method rsplitn.","Created with the method rsplit_terminator.","Created with the method split.","An iterator over the non-ASCII-whitespace substrings of a …","An iterator over the substrings of a string, terminated by …","Created with the method splitn.","Created with the method split_terminator.","An iterator over the non-whitespace substrings of a string,","An item returned by the Utf8Chunks iterator.","An iterator used to decode a slice of mostly UTF-8 bytes …","Errors which can occur when attempting to interpret a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Views the underlying data as a subslice of the original …","Views the underlying data as a subslice of the original …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Provides more information about the failure:","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a boxed slice of bytes to a boxed string slice …","Parses a string s to return a value of this type.","Converts a slice of bytes to a string slice.","Converts a mutable slice of bytes to a mutable string …","Converts a slice of bytes to a string slice without …","Converts a slice of bytes to a string slice without …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 invalid sequence that caused a failure.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new iterator to decode the bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the byte position of the next character, or the …","The string Pattern API.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string","Returns remainder of the split string.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the next validated UTF-8 substring.","","Returns the index in the given string up to which valid …","","Associated type for <&[char; N] as Pattern<'a>>::Searcher.","Associated type for <[char; N] as Pattern<'a>>::Searcher.","Associated type for <F as Pattern<'a>>::Searcher.","Associated type for <char as Pattern<'a>>::Searcher.","Associated type for <&[char] as Pattern<'a>>::Searcher.","Expresses that every byte of the haystack has been …","A marker trait to express that a ReverseSearcher can be …","Expresses that a match of the pattern has been found at …","A string pattern.","Expresses that haystack[a..b] has been rejected as a …","A reverse searcher for a string pattern.","Result of calling Searcher::next() or …","A searcher for a string pattern.","Associated searcher for this pattern","Associated type for <&str as Pattern<'a>>::Searcher.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Getter for the underlying string to be searched in","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Constructs the associated searcher from self and the …","Checks whether the pattern matches anywhere in the haystack","Checks whether the pattern matches at the front of the …","Checks whether the pattern matches at the back of the …","","","","","","","","","","Performs the next search step starting from the front.","","","","","","","Performs the next search step starting from the back.","","","","","","","Finds the next Match result. See next().","","","","","","","Finds the next Match result. See next_back().","","","","","","","Finds the next Reject result. See next() and next_match().","","","","","Finds the next Reject result. See next_back().","","","","","","","","","","","","","Removes the pattern from the front of haystack, if it …","Removes the pattern from the back of haystack, if it …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A draining iterator for String.","A possible error value when converting a String from a …","A possible error value when converting a String from a …","A type alias for Infallible.","A UTF-8–encoded, growable string.","A trait for converting a value to a String.","","","","","","","","","Returns a byte slice of this String’s contents.","Returns a slice of u8s bytes that were attempted to …","","","","","","Converts a String into a mutable string slice.","","","Returns a mutable reference to the contents of this String.","","","","","","","Returns the remaining (sub)string of this iterator as a …","","Extracts a string slice containing the entire String.","","","","","","","","","","","","","","Returns this String’s capacity, in bytes.","","Truncates this String, removing all contents.","","","","","","","","","Creates an empty String.","","","","","","","","","","","","","","","","","","Removes the specified range from the string in bulk, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Copies elements from src range to the end of the string.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts the given boxed str slice to a String. It is …","","Converts a clone-on-write string to an owned instance of …","","Converts a &String into a String.","Converts a &mut str into a String.","Allocates an owned String from a single character.","Returns the argument unchanged.","Converts a &str into a String.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Creates a new String from a length, capacity, and pointer.","","Decode a UTF-16–encoded vector v into a String, …","Decode a UTF-16–encoded slice v into a String, replacing …","Converts a vector of bytes to a String.","Converts a slice of bytes to a string, including invalid …","Converts a vector of bytes to a String without checking …","","","","","","","","","","","","","","","","","","","","","","","Inserts a character into this String at a byte position.","Inserts a string slice into this String at a byte position.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Converts this String into a Box<str>.","Converts a String into a byte vector.","Returns the bytes that were attempted to convert to a …","","","","","Decomposes a String into its raw components.","","","","","Returns true if this String has a length of zero, and false…","","","","","","","","","","","Consumes and leaks the String, returning a mutable …","Returns the length of this String, in bytes, not chars or …","","","","Creates a new empty String.","","","","","","","","","","","","","","","","","","Removes the last character from the string buffer and …","Appends the given char to the end of this String.","Appends a given string slice onto the end of this String.","Removes a char from this String at a byte position and …","Remove all matches of pattern pat in the String.","Removes the specified range in the string, and replaces it …","Reserves capacity for at least additional bytes more than …","Reserves the minimum capacity for at least additional …","","","Retains only the characters specified by the predicate.","","","","","","","Shrinks the capacity of this String with a lower bound.","Shrinks the capacity of this String to match its length.","","Splits the string into two at the given byte index.","","","","","","","","","","Converts the given value to a String.","","","","","","Shortens this String to the specified length.","","","","","","","","","","","Tries to reserve capacity for at least additional bytes …","Tries to reserve the minimum capacity for at least …","","","","","","","","","","","","","","","","","Fetch a Utf8Error to get more details about the conversion …","","Creates a new empty String with at least the specified …","","","A thread-safe reference-counting pointer. ‘Arc’ stands …","A barrier enables multiple threads to synchronize the …","A BarrierWaitResult is returned by Barrier::wait() when …","A Condition Variable","Contains the error value","Contains the error value","Exclusive provides only mutable access, also referred to …","A value which is initialized on the first access.","A type alias for the result of a lock method which can be …","A mutual exclusion primitive useful for protecting shared …","An RAII implementation of a “scoped lock” of a mutex. …","Initialization value for static Once values.","Contains the success value","Contains the success value","A synchronization primitive which can be used to run a …","A synchronization primitive which can be written to only …","State yielded to Once::call_once_force()’s closure …","A type of error which can be returned whenever a lock is …","The lock could not be acquired because another thread …","A reader-writer lock","RAII structure used to release the shared read access of a …","RAII structure used to release the exclusive write access …","An enumeration of possible errors associated with a …","A type alias for the result of a nonblocking locking …","A type indicating whether a timed wait on a condition …","Weak is a version of Arc that holds a non-owning reference …","The lock could not be acquired at this time because the …","","","","","","","","Returns a reference to the underlying allocator.","","","","","Provides a raw pointer to the data.","Returns a raw pointer to the object T pointed to by this …","","","Converts to Arc<[T]>.","Converts to Arc<T>.","Atomic types","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs an initialization routine once and only once. The …","","Performs the same function as call_once() except ignores …","","","","Clear the poisoned state from a mutex","Clear the poisoned state from a lock","Makes a clone of the Arc pointer.","Makes a clone of the Weak pointer that points to the same …","","","","","","","Comparison for two Arcs.","","","","","","","","","","","","","Decrements the strong reference count on the Arc<T> …","Decrements the strong reference count on the Arc<T> …","Creates a Condvar which is ready to be waited on and …","Creates a new lazy value using Default as the initializing …","Creates a new Arc<T>, with the Default value for T.","Constructs a new Weak<T>, without allocating memory. …","Creates a Mutex<T>, with the Default value for T.","Creates a new empty cell.","Creates a new RwLock<T>, with the Default value for T.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to downcast the Arc<dyn Any + Send + Sync> to a …","Downcasts the Arc<dyn Any + Send + Sync> to a concrete …","Creates a new Weak pointer to this allocation.","","","","","","","Drops the Arc.","Drops the Weak pointer.","","","","","","","","","","","","","","","","","","","","","","","Equality for two Arcs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Forces the evaluation of this lazy value and returns a …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Copies the string into a newly allocated Arc<OsStr>.","Converts a PathBuf into an Arc<Path> by moving the PathBuf …","Allocate a reference-counted str and copy v into it.","Converts an atomically reference-counted string slice into …","Create an atomically reference-counted pointer from a …","Converts a T into an Arc<T>","Allocate a reference-counted str and copy v into it.","Allocate a reference-counted slice and move v’s items …","Converts a &CStr into a Arc<CStr>, by copying the contents …","Allocate a reference-counted slice and fill it by cloning v…","","Converts a Path into an Arc by copying the Path data into …","Move a boxed object to a new, reference-counted allocation.","Converts a [T; N] into an Arc<[T]>.","Converts a CString into an Arc<CStr> by moving the CString …","Converts an OsString into an Arc<OsStr> by moving the …","Returns the argument unchanged.","Returns the argument unchanged.","Creates a new mutex in an unlocked state ready for use. …","","Returns the argument unchanged.","Returns the argument unchanged.","","Create a new cell with its contents set to value.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Creates a new instance of an RwLock<T> which is unlocked. …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Takes each element in the Iterator and collects it into an …","Build a mutable reference to an Exclusive<T> from a mutable…","Build a pinned mutable reference to an Exclusive<T> from a …","Constructs an Arc<T> from a raw pointer.","Converts a raw pointer previously created by into_raw back …","Constructs an Arc<T, A> from a raw pointer.","Converts a raw pointer previously created by into_raw back …","‘Greater than or equal to’ comparison for two Arcs.","Gets the reference to the underlying value.","","Returns a mutable reference into the given Arc, if there …","Returns a mutable reference to the underlying data.","Gets the mutable reference to the underlying value.","Reaches into this error indicating that a lock is …","Returns a mutable reference to the underlying data.","Get exclusive access to the underlying value.","Returns a mutable reference into the given Arc, without …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Get pinned exclusive access to the underlying value.","Reaches into this error indicating that a lock is …","","Greater-than comparison for two Arcs.","","","Increments the strong reference count on the Arc<T> …","Increments the strong reference count on the Arc<T> …","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 LazyLock returning the stored value.","Returns the inner value, if the Arc has exactly one strong …","Consumes this mutex, returning the underlying data.","Consumes the OnceLock, returning the wrapped value. Returns","Consumes this error indicating that a lock is poisoned, …","Consumes this RwLock, returning the underlying data.","Unwrap the value contained in the Exclusive","Consumes the Arc, returning the wrapped pointer.","Consumes the Weak<T> and turns it into a raw pointer.","","Returns true if some call_once() call has completed …","","","Returns true if this thread is the “leader thread” for …","Determines whether the mutex is poisoned.","Returns true if the associated Once was poisoned prior to …","Determines whether the lock is poisoned.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","‘Less than or equal to’ comparison for two Arcs.","Acquires a mutex, blocking the current thread until it is …","","","","","Less-than comparison for two Arcs.","Makes a mutable reference into the given Arc.","","","Multi-producer, single-consumer FIFO queue communication …","Inequality for two Arcs.","Creates a new barrier that can block a given number of …","Creates a new condition variable which is ready to be …","Creates a new lazy value with the given initializing …","Constructs a new Arc<T>.","Constructs a new Weak<T>, without allocating any memory. …","Creates a new mutex in an unlocked state ready for use.","Creates a new Once value.","Creates a new empty cell.","Creates a PoisonError.","Creates a new instance of an RwLock<T> which is unlocked.","Wrap a value in an Exclusive","Constructs a new Arc<T> while giving you a Weak<T> to the …","Constructs a new Arc<T> in the provided allocator.","Constructs a new Weak<T, A>, without allocating any …","Constructs a new Arc with uninitialized contents.","Constructs a new Arc with uninitialized contents in the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Wakes up all blocked threads on this condvar.","Wakes up one blocked thread on this condvar.","","","","","","Partial comparison for two Arcs.","","Constructs a new Pin<Arc<T>>. If T does not implement Unpin…","Constructs a new Pin<Arc<T, A>> in the provided allocator. …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns true if the two Arcs point to the same allocation …","Returns true if the two Weaks point to the same allocation …","","Locks this RwLock with shared read access, blocking the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the contents of this cell to value.","","","","Gets the number of strong (Arc) pointers to this …","Gets the number of strong (Arc) pointers pointing to this …","","","","","Takes the value out of this OnceLock, moving it back to an …","Returns true if the wait was known to have timed out.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to acquire this lock.","Constructs a new Arc<T>, returning an error if allocation …","Constructs a new Arc<T, A> in the provided allocator, …","Constructs a new Arc with uninitialized contents, …","Constructs a new Arc with uninitialized contents, in the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Pin<Arc<T>>, return an error if …","Constructs a new Pin<Arc<T, A>> in the provided allocator, …","Attempts to acquire this RwLock with shared read access.","Returns the inner value, if the Arc has exactly one strong …","Attempts to lock this RwLock with exclusive write access.","","","","","","","","","","","","","","","","","","","","","Immediately drops the guard, and consequently unlocks the …","If we have the only reference to T then unwrap it. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to upgrade the Weak pointer to an Arc, delaying …","","Blocks the current thread until all threads have …","Blocks the current thread until this condition variable …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Blocks the current thread until this condition variable …","Gets the number of Weak pointers to this allocation.","Gets an approximation of the number of Weak pointers …","","Locks this RwLock with exclusive write access, blocking …","","An AtomicBool initialized to false.","An AtomicIsize initialized to 0.","An AtomicUsize initialized to 0.","Has the effects of both Acquire and Release together: For …","When coupled with a load, if the loaded value was written …","A boolean type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","A raw pointer type which can be safely shared between …","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","Atomic memory orderings","No ordering constraints, only atomic operations.","When coupled with a store, all previous operations become …","Like Acquire/Release/AcqRel (for load, store, and …","","Returns a mutable pointer to the underlying bool.","Returns a mutable pointer to the underlying pointer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Stores a value into the bool if the current value is the …","Stores a value into the pointer if the current value is …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the pointer if the current value is …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the pointer if the current value is …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","A compiler memory fence.","Creates an AtomicBool initialized to false.","Creates a null AtomicPtr<T>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An atomic fence.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Logical “and” with a boolean value.","Performs a bitwise “and” operation on the address of …","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Offsets the pointer’s address by adding val bytes, …","Offsets the pointer’s address by subtracting val bytes, …","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Logical “nand” with a boolean value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Logical “not” with a boolean value.","Logical “or” with a boolean value.","Performs a bitwise “or” operation on the address of …","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Offsets the pointer’s address by adding val (in units of …","Offsets the pointer’s address by subtracting val (in …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Logical “xor” with a boolean value.","Performs a bitwise “xor” operation on the address of …","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","","","","","","","","","","","","","","","Converts a bool into an AtomicBool.","Returns the argument unchanged.","Converts a *mut T into an AtomicPtr<T>.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i8 into an AtomicI8.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an u8 into an AtomicU8.","Returns the argument unchanged.","Converts an i16 into an AtomicI16.","Returns the argument unchanged.","Converts an u16 into an AtomicU16.","Converts an i32 into an AtomicI32.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an u32 into an AtomicU32.","Converts an i64 into an AtomicI64.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an u64 into an AtomicU64.","Converts an isize into an AtomicIsize.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an usize into an AtomicUsize.","Get atomic access to a &mut bool.","Get atomic access to a pointer.","Get atomic access to a &mut i8.","Get atomic access to a &mut u8.","Get atomic access to a &mut i16.","Get atomic access to a &mut u16.","Get atomic access to a &mut i32.","Get atomic access to a &mut u32.","Get atomic access to a &mut i64.","Get atomic access to a &mut u64.","Get atomic access to a &mut isize.","Get atomic access to a &mut usize.","Get atomic access to a &mut [bool] slice.","Get atomic access to a slice of pointers.","Get atomic access to a &mut [i8] slice.","Get atomic access to a &mut [u8] slice.","Get atomic access to a &mut [i16] slice.","Get atomic access to a &mut [u16] slice.","Get atomic access to a &mut [i32] slice.","Get atomic access to a &mut [u32] slice.","Get atomic access to a &mut [i64] slice.","Get atomic access to a &mut [u64] slice.","Get atomic access to a &mut [isize] slice.","Get atomic access to a &mut [usize] slice.","Creates a new AtomicBool from a pointer.","Creates a new AtomicPtr from a pointer.","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","","Returns a mutable reference to the underlying bool.","Returns a mutable reference to the underlying pointer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Get non-atomic access to a &mut [AtomicBool] slice.","Get non-atomic access to a &mut [AtomicPtr] slice.","Get non-atomic access to a &mut [AtomicI8] slice","Get non-atomic access to a &mut [AtomicU8] slice","Get non-atomic access to a &mut [AtomicI16] slice","Get non-atomic access to a &mut [AtomicU16] slice","Get non-atomic access to a &mut [AtomicI32] slice","Get non-atomic access to a &mut [AtomicU32] slice","Get non-atomic access to a &mut [AtomicI64] slice","Get non-atomic access to a &mut [AtomicU64] slice","Get non-atomic access to a &mut [AtomicIsize] slice","Get non-atomic access to a &mut [AtomicUsize] slice","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Loads a value from the bool.","Loads a value from the pointer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","","","","","","","","","","","","","Creates a new AtomicBool.","Creates a new AtomicPtr.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Signals the processor that it is inside a busy-wait …","Stores a value into the bool.","Stores a value into the pointer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","","Stores a value into the bool, returning the previous value.","Stores a value into the pointer, returning the previous …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The channel’s sending half has become disconnected, and …","The channel’s sending half has become disconnected, and …","This sync_channel’s receiving half has disconnected, so …","This channel is currently empty, but the Sender(s) have …","The data could not be sent on the sync_channel because it …","An owning iterator over messages on a Receiver, created by …","An iterator over messages on a Receiver, created by iter.","The receiving half of Rust’s channel (or sync_channel) …","An error returned from the recv function on a Receiver.","This enumeration is the list of possible errors that made …","An error returned from the Sender::send or SyncSender::send","The sending-half of Rust’s asynchronous channel type.","The sending-half of Rust’s synchronous sync_channel type.","This channel is currently empty, but the Sender(s) have …","An iterator that attempts to yield all pending values for …","This enumeration is the list of the possible reasons that …","This enumeration is the list of the possible error …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new asynchronous channel, returning the …","","","","Clone a sender to send to other threads.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a RecvError into a TryRecvError.","Converts a RecvError into a RecvTimeoutError.","Returns the argument unchanged.","Converts a SendError<T> into a TrySendError<T>.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 that will block waiting for messages, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","","","","Attempts to send a value on this channel, returning it …","Sends a value on this synchronous channel.","","","","Creates a new synchronous, bounded channel. All data sent …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator that will attempt to yield all pending …","Attempts to return a pending value on this receiver …","Attempts to send a value on this channel without blocking.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A draining iterator for Vec<T>.","An iterator which uses a closure to determine if an …","An iterator that moves out of a vector.","A splicing iterator for Vec.","A contiguous growable array type, written as Vec<T>, short …","","","","","","","","","","","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Moves all the elements of other into self, leaving other …","","","","","Returns an unsafe mutable pointer to the vector’s …","Returns the remaining items of this iterator as a mutable …","Extracts a mutable slice of the entire vector.","Returns a raw pointer to the vector’s buffer, or a …","","","","","Returns the remaining items of this iterator as a slice.","Returns the remaining items of this iterator as a slice.","Extracts a slice containing the entire vector.","","","","","","","","","","","","","","","","","","","","","","","","Returns the total number of elements the vector can hold …","","","","","","Clears the vector, removing all values.","","","","","","","","","Removes consecutive repeated elements in the vector …","Removes all but the first of consecutive elements in the …","Removes all but the first of consecutive elements in the …","Creates an empty vec::IntoIter.","Creates an empty Vec<T>.","","","","","","","","","","","","","","","","","","","","","Removes the specified range from the vector in bulk, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Clones and appends all elements in a slice to the Vec.","Copies elements from src range to the end of the vector.","","","","","Creates an iterator which uses a closure to determine if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Allocate a Vec<T> and fill it by cloning s’s items.","","Converts the given String to a vector Vec that holds …","","Allocate a Vec<T> and fill it by cloning s’s items.","Allocate a Vec<u8> and fill it with a UTF-8 string.","","Convert a boxed slice into a vector by transferring …","Turn a VecDeque<T> into a Vec<T>.","Converts a CString into a Vec<u8>.","","Converts a BinaryHeap<T> into a Vec<T>.","Allocate a Vec<T> and fill it by cloning s’s items.","Allocate a Vec<T> and fill it by cloning s’s items.","Allocate a Vec<T> and move s’s items into it.","","","Convert a clone-on-write slice into a vector.","Returns the argument unchanged.","Returns the argument unchanged.","","","Creates a Vec<T> directly from a pointer, a capacity, and …","Creates a Vec<T, A> directly from a pointer, a capacity, a …","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts an element at position index within the vector, …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Converts the vector into Box<[T]>.","","","","Takes a Vec<[T; N]> and flattens it into a Vec<T>.","","","","Creates a consuming iterator, that is, one that moves each …","","","","Decomposes a Vec<T> into its raw components.","Decomposes a Vec<T> into its raw components.","","","","","Returns true if the vector contains no elements.","","","","","Keep unyielded elements in the source Vec.","","","","","","Consumes and leaks the Vec, returning a mutable reference …","Returns the number of elements in the vector, also …","","","","","","","","","Constructs a new, empty Vec<T>.","Constructs a new, empty Vec<T, A>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Removes the last element from a vector and returns it, or …","","","Appends an element to the back of a collection.","Appends an element if there is sufficient spare capacity, …","","","","","Removes and returns the element at position index within …","","Reserves capacity for at least additional more elements to …","","Reserves the minimum capacity for at least additional more …","Resizes the Vec in-place so that len is equal to new_len.","","Resizes the Vec in-place so that len is equal to new_len.","","","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate, …","","","","","","","","Forces the length of the vector to new_len.","Shrinks the capacity of the vector with a lower bound.","Shrinks the capacity of the vector as much as possible.","","","","","Returns the remaining spare capacity of the vector as a …","Creates a splicing iterator that replaces the specified …","Returns vector content as a slice of T, along with the …","Splits the collection into two at the given index.","","","","","Removes an element from the vector and returns it.","","","","","","","","Shortens the vector, keeping the first len elements and …","","","","","","","","","","","Tries to reserve capacity for at least additional more …","Tries to reserve the minimum capacity for at least …","","","","","","","","","","","","","","","","","","","","","","","Constructs a new, empty Vec<T> with at least the specified …","Constructs a new, empty Vec<T, A> with at least the …","","","","","An Artifact is the product that the Engine implementation …","Type of OwnedDataInitializer returned by the …","Type of iterator returned by the data_initializers method","Trait needed to get downcasting of Engines to work.","Returns the CPU features for this Artifact","Create a ModuleInfo for instantiation","Returns data initializers to pass to VMInstance::initialize","Try to downcast the artifact into a given type mutably.","Try to downcast the artifact into a given type.","Returns the features for this Artifact","Returns the memory styles associated with this Artifact.","Returns the ModuleInfo for instantiation","Serializes an artifact into bytes","Sets the ModuleInfo name","Returns the table plans associated with this Artifact.","upcast boxed dyn","upcast mut ref","upcast ref","","","","","","","","","","","","","The middleware parses the function binary bytecodes and …","Translation skeleton that traverses the whole WebAssembly …","Helper functions to gather information for each of the …","","","","","Trait for iterating over the operators of a Wasm Function","Contains function data: bytecode and its offset in the …","The result of translating via ModuleEnvironment. Function …","","","","","Returns the number of bytes remaining.","Returns the current position.","Indicates that a custom section has been found in the wasm …","Function body bytecode.","References to the data initializers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the readers has reached the end of the …","Notifies the implementation that all exports have been …","","Returns the argument unchanged.","Returns the argument unchanged.","References to the function bodies.","","","","","Calls U::from(self).","Calls U::from(self).","","","ModuleInfo information.","Body offset relative to the module file.","The decoded Wasm types for the module.","Allocates the environment data structures.","Returns the original position (with the offset)","","","Return the range (original offset, original offset + data …","Read a count indicating the number of times to call …","Read a (count, value_type) declaration of local variables …","Reads the next available Operator.","","","","","Provides the number of imports up front. By default this …","","","","","","Translate a wasm module using this environment. This …","","","","","","","","","","","","","","","A function middleware specialized for a single function.","A Middleware binary reader of the WebAssembly structures …","The state of the binary reader. Exposed to middlewares to …","A shared builder for function middlewares.","Trait for generating middleware chains from “prototype”…","Applies the chain on a ModuleInfo struct.","","","","","","The backing middleware chain for this reader.","","","","","","","","","","","","","Processes the given operator.","Processes the given operator.","","","Returns the argument unchanged.","Returns the argument unchanged.","Generates a FunctionMiddleware for a given function.","Generates a function middleware chain.","","","Raw binary reader.","Calls U::from(self).","Calls U::from(self).","","","Constructs a MiddlewareBinaryReader with an explicit …","","The pending operations added by the middleware.","","","Push an operator.","","","","","Replaces the middleware chain with a new one.","Parsing state.","Transforms a ModuleInfo struct in-place. This is called …","Transforms a ModuleInfo struct in-place. This is called …","","","","","","","","","","Translate a sequence of bytes forming a valid Wasm binary …","Parses the Data section of the wasm module.","Parses the Element section of the wasm module.","Parses the Export section of the wasm module.","Parses the Function section of the wasm module.","Parses the Global section of the wasm module.","Parses the Import section of the wasm module.","Parses the Memory section of the wasm module.","Parses the Name section of the wasm module.","Parses the Start section of the wasm module.","Parses the Table section of the wasm module.","Parses the Type section of the wasm module.","","Converts a wasmparser heap type to a Wasm Type.","Converts a wasmparser ref type to a Wasm Type.","Helper function translating wasmparser types to Wasm Type.","","Contains information decoded from the Wasm module that …","Multiple values.","","A single value.","","A helper enum for representing either a single or multiple …","","Map of signatures to a function’s parameter and return …","Get the parameter and result types for the given Wasm …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","True if empty.","Iterate ofer the value types.","","","","Count of values.","Creates a new empty ModuleTranslationState.","","","","","","","","","","","","","","","","","","","","","","","","A map containing a Wasm module’s original, raw …","",""],"i":[0,65,144,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,114,0,0,0,0,0,0,0,0,65,501,501,144,73,114,73,0,0,0,4,148,102,522,102,0,4,4,4,4,523,86,506,4,4,4,98,84,86,19,0,122,98,121,501,84,116,116,501,116,116,523,14,501,77,84,4,4,4,4,4,4,4,157,0,110,523,4,4,4,4,4,4,4,501,121,98,4,124,4,0,77,44,522,0,19,0,121,110,102,4,110,507,4,66,4,52,0,0,0,0,4,4,116,501,124,77,501,4,4,14,77,4,4,4,4,19,110,4,84,523,507,4,52,122,523,523,523,523,4,4,0,4,4,0,4,87,501,4,4,4,4,501,98,4,4,124,506,157,157,116,501,4,4,121,110,4,4,4,0,0,0,4,4,110,4,124,524,4,524,4,524,4,12,0,0,0,0,0,0,0,0,0,0,0,0,87,0,86,87,84,83,86,83,87,84,83,86,83,86,86,86,84,86,87,86,84,87,86,87,86,84,87,84,83,86,87,84,83,86,87,84,83,86,86,87,84,83,83,86,87,86,84,83,86,87,84,83,86,87,84,87,86,87,86,87,86,87,86,87,86,87,86,87,86,87,86,87,86,87,86,87,84,83,86,87,84,83,86,83,87,87,84,83,86,87,86,87,86,87,83,84,86,87,84,83,86,87,87,86,0,87,86,87,86,86,87,84,83,86,87,84,83,86,83,86,83,87,84,83,86,83,87,84,83,86,87,84,83,86,87,84,83,86,83,83,0,0,0,0,0,0,0,0,0,122,122,19,122,122,122,122,122,122,122,19,19,19,19,19,19,122,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,106,103,0,0,0,0,0,109,106,103,105,106,103,102,102,102,103,525,102,109,105,106,103,525,102,109,105,106,103,105,106,103,105,106,103,103,105,105,102,109,102,109,106,102,109,105,525,102,109,105,106,103,525,102,109,105,106,103,525,102,102,109,105,106,103,102,102,525,102,109,105,106,103,102,105,102,102,102,102,105,105,105,105,102,109,102,102,525,102,525,525,102,525,102,105,525,525,525,102,109,105,106,103,102,102,102,102,102,105,102,105,525,102,109,105,106,103,102,102,102,525,102,109,105,106,103,102,525,102,109,105,106,103,106,103,102,109,102,102,109,102,103,105,525,102,109,105,106,103,102,102,102,109,102,109,102,525,102,109,102,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,0,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,0,0,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,124,124,124,124,124,124,124,124,124,124,114,73,0,130,0,114,0,130,73,114,73,130,130,73,114,130,73,114,130,73,114,130,130,130,73,114,130,73,114,130,73,114,130,73,114,130,73,73,114,114,130,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,0,0,0,110,133,98,98,110,133,98,110,133,110,133,110,133,110,133,98,133,110,98,98,133,98,110,133,98,110,133,98,110,110,133,110,110,110,110,98,110,133,110,133,133,133,133,133,98,98,110,133,98,110,110,110,110,133,110,110,110,110,133,133,98,110,133,110,110,110,98,110,133,98,110,133,110,110,110,110,133,98,110,133,98,98,98,110,110,110,98,98,110,110,110,133,98,110,133,98,110,133,110,110,98,110,133,110,133,110,133,110,133,98,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,144,150,145,146,0,0,0,0,0,0,0,0,0,0,65,146,144,150,145,0,148,144,145,145,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,146,147,66,148,148,147,152,153,52,65,144,150,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,66,148,147,152,153,52,65,144,150,145,146,145,152,153,52,65,144,150,145,146,152,66,148,147,152,153,52,65,144,150,145,146,152,152,152,65,146,66,148,147,152,153,52,65,144,150,145,146,145,66,148,147,152,153,52,65,144,150,145,146,66,66,148,147,152,153,52,65,144,150,145,146,52,153,147,147,152,147,66,148,147,152,153,52,65,144,150,145,146,52,147,0,152,153,145,144,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,0,0,0,0,157,157,157,157,157,116,116,116,116,116,157,116,157,116,116,116,116,116,157,116,157,157,157,157,157,157,157,157,157,157,157,116,157,157,157,157,116,157,157,157,157,157,157,157,157,116,116,0,0,0,0,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0,165,0,165,169,0,165,165,165,165,165,165,165,165,165,165,165,165,165,286,165,165,526,165,165,165,169,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,169,165,165,165,165,165,165,165,165,165,165,165,0,0,18,218,18,18,18,218,18,18,18,18,18,18,18,218,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,218,18,18,218,218,18,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,218,18,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,18,18,18,18,18,18,18,18,218,18,18,18,18,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,18,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,18,18,18,18,18,18,18,18,218,18,218,18,18,18,218,18,18,18,18,18,18,18,18,18,218,18,218,18,218,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,285,0,0,0,0,285,283,0,0,283,0,0,0,283,0,140,281,277,278,279,282,280,284,285,283,277,140,140,277,277,278,278,279,279,280,277,282,281,280,281,277,279,282,280,284,283,280,283,281,280,282,280,282,280,140,278,0,280,280,280,278,279,278,279,278,279,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,284,285,283,0,0,280,140,281,278,280,280,140,281,277,278,279,282,280,140,281,277,278,279,282,280,284,285,283,140,281,278,279,282,280,140,281,277,278,279,282,280,284,285,283,283,277,279,282,280,277,279,282,280,278,279,282,280,140,277,282,282,282,282,281,140,281,277,278,279,282,280,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,284,285,283,140,140,281,281,277,277,278,278,279,279,282,282,280,280,284,285,283,283,278,279,140,281,278,280,281,140,281,277,277,278,279,282,282,280,280,284,285,283,140,277,140,140,277,277,278,278,279,279,282,280,280,280,280,280,280,280,280,284,285,283,140,140,140,140,277,277,277,277,278,278,278,278,279,279,279,279,282,282,282,282,280,280,280,280,284,284,284,284,285,285,285,285,283,283,283,283,140,140,281,281,277,277,278,278,279,279,282,282,280,280,140,140,281,281,277,277,278,278,279,279,282,282,280,280,140,140,281,281,278,278,280,280,140,277,278,279,282,279,277,277,280,140,281,277,278,279,282,280,284,284,285,283,140,140,281,281,281,277,277,278,278,279,279,282,282,280,280,280,284,284,285,285,283,140,281,277,278,279,282,280,282,280,282,280,140,277,278,279,280,277,279,282,280,283,140,277,140,140,140,277,280,278,278,278,277,279,282,280,283,0,0,140,278,282,280,140,277,280,280,140,281,277,278,279,282,280,284,285,283,140,140,277,277,278,278,279,279,140,277,278,279,280,278,279,140,281,277,278,279,282,280,284,285,283,140,277,278,279,140,140,140,281,281,277,277,277,278,278,279,279,282,282,282,280,280,280,281,140,277,281,140,277,281,278,279,140,281,277,278,279,282,280,140,281,277,278,279,282,280,278,279,278,279,280,140,281,277,278,279,282,280,140,277,282,280,140,281,277,278,279,282,280,283,140,277,284,284,279,277,277,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,282,280,277,0,277,277,280,283,279,282,282,140,281,277,278,279,282,280,281,277,279,282,280,277,279,282,280,280,280,281,281,140,281,277,278,279,282,280,284,285,283,281,282,280,277,279,282,280,277,279,281,282,280,282,280,277,279,280,277,280,140,140,280,280,280,280,280,140,277,278,279,282,280,140,277,278,279,140,281,278,280,281,280,280,280,140,277,278,279,280,140,277,278,279,280,140,281,277,278,279,280,280,277,280,280,140,281,277,278,279,282,280,283,140,281,277,278,279,282,280,283,140,140,281,277,277,278,278,279,279,282,280,280,283,140,277,278,279,280,140,277,278,279,280,140,281,278,280,140,281,278,280,277,279,282,280,278,279,280,280,280,278,279,282,278,279,140,281,277,278,279,282,280,284,285,283,284,280,140,281,277,278,279,282,280,284,285,283,140,277,140,281,277,278,279,282,280,284,285,283,140,281,278,280,281,280,140,281,277,278,279,282,280,284,285,283,278,279,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,284,285,283,277,277,140,277,140,277,0,140,281,278,280,140,278,281,280,140,278,280,280,280,527,0,0,0,0,0,0,0,318,317,332,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,317,332,292,296,318,317,332,318,317,332,281,317,341,341,318,317,332,292,296,341,341,318,317,332,292,296,341,318,317,332,292,296,341,341,318,317,332,292,296,296,341,318,317,332,292,296,341,318,317,332,292,296,341,341,318,317,332,292,296,332,296,341,318,317,332,292,296,318,317,332,292,296,318,317,292,318,317,292,318,341,318,317,332,292,296,318,317,332,292,296,318,317,292,317,332,292,296,317,332,292,296,317,332,292,296,317,332,292,296,341,341,318,317,332,292,296,341,318,317,332,292,296,317,332,292,296,318,317,332,341,318,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,298,0,0,0,320,338,358,342,339,361,310,277,321,344,361,310,277,319,306,340,298,340,354,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,334,336,320,338,358,342,339,320,338,358,342,339,339,340,320,321,319,338,358,334,336,342,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,354,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,361,310,298,361,310,354,320,321,319,319,338,358,360,334,336,342,344,306,339,340,354,298,361,310,354,354,320,321,319,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,310,310,361,310,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,338,358,360,334,336,342,344,306,361,310,340,340,340,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,320,321,319,338,358,360,334,336,342,344,306,361,310,298,361,310,339,340,361,340,339,340,340,320,321,338,358,360,334,336,342,344,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,320,321,319,338,358,360,334,336,277,320,321,319,340,320,321,338,334,342,344,320,321,338,334,342,344,339,340,339,340,320,321,319,338,358,360,334,336,342,344,306,320,321,319,338,358,360,334,336,342,344,334,336,334,336,334,336,334,336,298,298,298,298,339,340,339,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,306,320,321,319,310,340,340,310,277,339,340,320,321,319,338,358,360,334,336,306,334,336,320,338,358,342,339,354,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,321,319,338,358,360,334,336,342,344,306,339,340,339,340,354,340,0,0,0,0,0,0,0,0,0,324,290,352,312,356,343,308,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,308,325,324,290,352,312,356,343,324,290,352,312,356,343,324,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,290,312,308,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,325,343,324,343,324,290,352,312,356,308,325,343,324,325,279,324,343,324,290,352,312,356,343,324,290,352,312,356,308,325,343,324,325,343,308,325,308,325,308,325,308,325,324,290,352,312,356,308,325,343,308,324,290,352,312,356,308,325,308,325,324,290,352,312,356,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,324,290,352,312,356,308,325,343,0,0,0,0,0,0,0,0,0,0,0,362,297,0,0,0,0,0,0,0,0,362,297,0,0,0,315,337,357,299,363,362,297,353,140,315,314,316,291,305,364,365,366,367,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,299,333,335,315,337,357,299,363,315,337,357,299,363,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,353,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,353,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,353,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,346,345,346,345,346,345,364,366,364,364,364,366,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,337,357,359,333,335,364,365,366,367,297,367,365,364,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,305,359,333,335,364,367,364,364,366,299,299,364,297,366,367,364,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,359,333,335,346,345,299,363,315,314,316,337,357,291,305,359,333,335,333,335,333,335,333,335,333,335,297,362,297,362,297,297,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,364,366,364,366,366,366,315,314,316,337,357,291,305,359,333,335,333,335,315,337,357,299,363,353,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,314,316,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,353,363,363,0,0,0,0,0,0,0,0,0,323,311,289,351,355,278,323,322,293,307,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,322,293,307,323,311,289,351,355,323,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,323,322,293,307,311,289,351,355,322,293,307,322,293,307,322,293,307,322,293,307,311,289,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,322,293,307,323,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,323,322,293,307,311,289,351,355,0,0,0,0,0,0,0,327,287,328,282,288,287,288,288,327,326,287,288,309,328,327,326,287,288,309,328,309,328,327,287,328,327,287,328,287,288,287,288,327,326,328,327,326,287,288,309,328,327,326,287,288,309,328,327,326,287,288,309,328,327,326,287,288,309,328,327,326,287,288,309,328,327,326,287,288,309,328,287,288,288,282,327,326,309,287,288,287,288,327,326,287,288,309,328,288,288,327,326,287,288,309,328,327,326,309,328,309,327,326,327,326,287,288,309,328,282,327,326,287,288,309,328,282,327,326,287,288,287,288,327,326,309,328,327,326,328,309,328,309,328,309,328,309,328,309,287,288,287,288,327,326,287,288,309,328,288,288,309,288,288,288,288,327,326,309,328,288,288,288,288,309,328,282,327,326,327,287,328,327,326,287,288,309,328,327,326,287,288,309,328,327,326,287,288,309,328,327,326,287,288,328,327,326,287,288,328,327,326,287,288,328,0,0,0,0,0,329,330,294,331,329,330,331,329,330,294,331,329,330,294,331,329,330,280,294,330,329,330,329,330,330,294,294,331,329,330,294,331,329,330,294,331,329,330,294,294,294,331,329,330,294,331,329,330,331,329,330,294,331,329,330,280,331,329,331,329,294,294,331,329,330,330,294,331,329,330,294,331,329,330,331,329,330,331,329,330,294,331,329,330,331,329,280,294,331,329,330,294,331,329,330,330,294,330,294,330,294,330,294,330,294,331,329,330,294,331,329,330,294,331,329,330,294,330,294,329,330,331,329,330,294,331,329,330,294,331,329,330,331,329,330,294,331,329,330,294,331,329,330,294,331,329,330,294,331,329,330,0,0,0,371,0,0,0,0,0,0,0,0,90,0,0,371,0,0,0,90,0,0,371,0,0,0,371,38,272,37,37,37,272,38,272,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,37,371,38,272,371,38,272,38,37,38,38,37,37,37,37,37,38,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,38,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,376,374,372,373,374,372,373,371,38,371,371,371,371,38,38,38,38,375,376,376,37,37,375,376,374,372,373,375,37,37,181,182,528,529,530,531,532,533,534,371,38,38,272,272,375,376,373,272,0,375,376,374,372,373,37,371,38,272,38,375,373,373,38,375,376,374,372,373,37,371,38,272,374,372,375,376,374,372,373,37,371,38,272,272,272,373,375,376,374,372,373,37,371,38,272,37,37,38,272,375,376,374,372,373,37,371,38,272,37,37,375,376,373,272,272,272,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,373,371,38,272,38,272,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,371,38,371,38,371,38,373,37,37,0,379,37,379,37,37,379,37,37,0,0,0,0,535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,380,380,385,386,381,382,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,401,381,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,381,382,380,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,385,386,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,385,386,405,385,385,385,385,386,386,386,386,405,405,405,405,385,385,401,380,383,385,385,386,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,402,403,403,404,404,405,406,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,0,535,0,0,0,0,382,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,399,400,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,405,405,380,381,382,381,382,380,397,399,400,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,380,406,383,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,383,381,382,380,387,388,389,390,393,394,395,396,397,398,399,400,381,402,403,404,381,402,403,404,381,402,403,404,381,402,403,404,380,380,382,0,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,380,383,387,388,389,390,391,392,399,400,380,380,381,382,380,397,398,399,400,401,402,403,404,406,381,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,385,386,402,403,404,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,405,405,385,385,0,0,0,0,0,407,0,407,0,407,0,0,0,384,0,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,407,407,407,407,408,408,407,408,409,410,411,233,412,407,408,409,410,411,233,412,536,408,409,410,411,233,412,408,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,384,384,384,384,407,408,409,410,411,233,412,408,412,536,408,409,410,411,233,412,537,408,409,410,411,233,412,536,408,409,410,411,233,412,537,408,409,410,411,233,412,536,409,410,411,233,537,409,410,411,233,407,408,409,410,411,233,412,412,384,384,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,408,408,0,0,0,0,0,0,29,413,29,29,29,29,29,29,29,413,29,29,413,415,29,29,29,29,29,414,414,29,29,29,29,414,29,29,29,414,29,29,29,413,415,414,29,29,413,415,413,29,414,29,29,413,29,29,413,29,29,29,29,414,29,29,413,415,414,29,29,413,415,413,415,414,29,29,413,415,29,414,414,29,413,415,414,29,414,29,414,29,29,29,29,29,29,29,29,29,29,29,413,29,29,29,29,413,413,413,413,413,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,414,29,29,413,413,415,415,414,29,29,29,29,29,29,29,29,29,29,29,413,415,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,414,29,413,415,29,29,29,29,29,29,414,29,413,415,29,29,413,29,29,29,414,29,29,29,29,29,29,29,29,29,414,29,414,414,29,413,415,29,29,29,29,29,29,414,414,414,414,414,414,29,29,29,29,29,29,29,414,29,413,415,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,414,29,414,414,414,29,29,29,413,29,29,538,29,413,415,29,29,29,414,29,29,29,413,415,414,29,413,415,29,29,414,29,413,415,414,29,413,415,414,29,413,415,414,29,413,415,413,29,29,29,29,0,0,0,0,539,540,0,0,0,0,0,0,539,540,0,0,0,0,436,0,0,0,0,0,0,0,436,30,433,439,440,439,30,433,30,30,445,436,30,30,433,30,30,30,30,0,447,448,441,442,30,30,433,438,435,449,439,445,436,149,440,135,443,444,434,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,434,435,434,435,30,436,30,438,149,30,433,439,440,30,433,439,440,30,30,30,30,30,30,447,442,438,149,443,30,30,30,30,441,442,30,433,438,439,149,434,447,448,441,442,442,30,30,433,438,435,449,439,445,436,149,440,135,135,443,443,444,444,434,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,135,443,444,444,434,30,445,436,447,448,441,442,30,30,433,433,438,438,435,449,439,445,436,149,149,440,135,443,444,434,30,30,30,447,448,441,442,442,30,30,433,433,438,435,449,439,439,445,436,149,440,135,135,443,443,444,444,434,30,30,30,30,30,30,439,440,30,30,30,30,439,439,439,439,440,440,440,440,30,30,447,448,441,442,30,30,30,433,438,435,449,439,445,445,436,436,149,440,135,135,443,443,444,444,434,442,447,448,441,442,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,433,438,438,438,435,449,439,439,439,445,436,436,149,149,149,440,135,443,444,434,434,434,30,434,434,30,433,30,433,30,439,30,30,438,439,445,149,434,30,439,439,434,445,30,30,445,30,30,30,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,441,438,435,449,149,434,443,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,434,442,30,438,439,445,149,434,30,433,434,435,434,30,448,438,449,149,434,30,30,433,438,149,30,434,30,30,433,438,149,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,30,438,447,135,444,30,30,30,30,30,0,30,447,441,442,30,433,438,435,439,445,149,434,30,30,433,30,30,30,30,30,30,30,30,441,441,447,442,439,434,434,30,30,30,30,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,438,149,135,444,434,30,30,433,30,433,30,149,30,30,30,30,30,433,30,433,434,30,433,438,149,30,433,438,149,30,30,30,433,433,438,149,30,433,30,433,439,30,434,434,30,433,30,30,30,30,439,440,30,433,439,440,30,30,445,436,135,443,444,30,447,448,441,442,30,30,433,438,435,449,439,445,436,149,440,135,443,444,434,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,438,30,30,30,30,30,30,30,30,149,30,149,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,30,30,438,30,447,448,441,442,30,433,438,435,439,445,436,149,440,434,447,448,441,442,30,433,438,435,439,445,436,149,440,434,447,448,441,442,30,433,438,435,439,445,436,149,440,434,433,439,447,441,441,441,441,441,30,433,30,149,30,0,0,0,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,471,471,471,471,459,460,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,471,471,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,0,459,460,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,459,459,460,471,461,461,461,462,462,462,463,463,463,464,464,464,465,465,465,466,466,466,467,467,467,468,468,468,469,469,469,470,470,470,459,460,471,461,462,463,464,465,466,467,468,469,470,471,471,471,471,471,471,0,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,460,460,461,462,463,464,465,466,467,468,469,470,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,459,460,461,462,463,464,465,466,467,468,469,470,460,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,460,471,461,462,463,464,465,466,467,468,469,470,459,459,460,460,471,461,461,462,462,463,463,464,464,465,465,466,466,467,467,468,468,469,469,470,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,471,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,471,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,460,459,460,471,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,459,461,461,462,462,463,463,464,464,465,465,466,466,467,467,468,468,469,469,470,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,0,459,460,461,462,463,464,465,466,467,468,469,470,471,459,460,461,462,463,464,465,466,467,468,469,470,471,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,477,478,479,477,479,0,0,0,0,0,0,0,0,478,0,0,0,472,474,475,476,477,478,479,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,0,480,481,482,472,474,475,476,477,478,479,472,474,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,475,476,477,478,479,475,475,475,475,476,476,476,476,477,477,477,477,478,478,478,478,479,479,479,479,473,472,474,480,481,482,475,475,476,476,477,477,478,478,479,479,473,472,474,480,481,482,475,476,477,477,478,478,479,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,473,472,474,480,481,482,475,476,477,478,479,473,473,480,481,482,473,473,472,474,480,481,482,475,476,477,478,479,480,481,482,480,481,482,480,481,482,480,481,482,480,481,482,473,472,474,480,481,482,475,476,477,478,479,473,473,473,480,481,482,472,474,480,481,482,0,472,474,475,476,477,478,479,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,473,474,473,472,474,480,481,482,475,476,477,478,479,472,474,475,476,477,478,479,472,474,475,476,477,478,479,472,474,475,476,477,478,479,0,0,0,0,0,430,42,42,42,42,42,430,430,42,430,484,430,42,485,42,42,42,42,42,42,430,42,42,484,430,42,42,484,430,42,42,42,484,430,42,42,42,42,42,42,42,485,490,484,430,42,42,42,485,490,430,42,430,42,42,484,430,485,490,42,430,42,42,430,42,42,42,430,42,42,42,430,42,485,484,430,42,42,485,490,484,430,42,42,485,490,484,430,42,42,42,485,490,42,490,484,484,430,430,42,42,485,485,490,490,484,430,42,484,430,42,430,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,484,430,42,485,490,484,430,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,485,490,42,42,42,42,42,42,485,42,42,42,42,42,42,42,42,42,42,42,42,42,42,484,430,42,485,490,42,42,42,42,42,484,430,42,485,490,42,42,42,42,42,484,430,42,42,42,485,490,42,42,42,42,484,430,42,42,42,484,42,484,484,430,42,485,490,42,42,42,42,42,42,42,42,42,42,42,42,484,430,485,490,484,430,490,430,484,430,485,490,484,430,485,490,484,430,485,490,484,430,485,490,485,42,42,42,42,42,42,42,430,484,430,42,485,490,42,485,430,42,42,42,42,42,42,42,490,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,484,430,485,490,42,42,42,42,484,430,485,490,42,484,484,430,42,42,42,42,42,484,430,42,485,490,484,430,42,485,490,42,42,484,430,42,485,490,484,430,42,485,490,484,430,42,485,490,484,430,42,485,490,484,485,42,42,42,42,42,42,0,501,501,0,501,501,501,501,501,501,501,501,501,501,501,524,524,524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,14,77,14,523,523,77,14,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,14,77,14,77,14,77,14,523,77,77,77,14,77,14,14,77,14,77,14,77,14,77,14,77,77,523,77,14,523,523,523,523,77,77,77,77,77,77,77,77,77,77,77,77,14,77,14,77,14,77,14,77,14,77,14,0,0,0,0,0,0,0,522,506,507,506,507,506,506,506,506,507,506,507,506,507,506,507,506,507,507,41,41,506,507,506,507,44,522,506,507,507,506,507,506,507,506,506,507,506,507,507,506,506,506,506,506,506,44,44,506,507,506,507,506,507,507,507,507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,520,521,520,521,0,0,0,12,520,521,12,520,521,12,520,521,12,520,521,12,520,521,12,520,521,12,541,520,12,520,521,12,520,521,12,520,521,12,521,520,520,520,521,12,520,12,521,520,521,12,520,521,12,520,521,12,520,521,12,541,520,521,12,520,521,12,520,521,12,12,542,542],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[[-1,3],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[4,5],4],0,[-1,6,[]],0,0,[[4,-1],[[8,[4,7]]],9],[4,4],[[-1,-2],2,[],[]],0,0,0,[[-1,10,11,12,[15,[13,14]]],[[8,[16,17]]],[]],0,[[[18,[-1]]],[[18,[19]]],[]],0,0,[-1,[[21,[20]]],[]],0,[[-1,22,23],[[8,[24,25]]],[]],[[-1,26,27],[[8,[28,29]]],[]],[-1,[[30,[3]]],[]],[[-1,22,23,[32,[31]]],[[8,[24,25]]],[]],[[-1,26,27,[32,[33]]],[[8,[28,29]]],[]],[-1,6,[]],0,[-1,[],[]],0,0,[[],4],[6,-1,[]],[6,-1,[]],[-1,[[8,[4]]],34],[-1,[[8,[4]]],[35,9]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],0,0,0,[-1,5,[]],[[4,4],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,[-1,4,[]],0,0,[[4,37],[[8,[2,38]]]],0,[-1,-1,[]],[39,40],0,[[-1,13],[[18,[41]]],[]],[[-1,13],[[42,[[18,[41]]]]],[]],[[43,6,6],6],[-1,[[45,[[30,[44]]]]],[]],[46,[[2,[[42,[47]],[49,[48]]]]]],0,0,0,[[],6],0,0,[-1,-2,[],[]],0,[[],[[8,[50,51]]]],0,0,[10,6],[[3,[15,[13,52]],-1,[15,[53,54]],-2,53,6],2,55,55],[10,56],[[4,5],4],0,[[-1,22],23,[]],[-1,[[15,[57,23]]],[]],0,0,[-1,3,[]],[[4,5],4],0,0,0,[[4,5],4],0,[[4,5],4],0,[-1,58,[]],0,[[],4],0,[-1,6,[]],0,[[]],0,[[-1,[30,[44]]],2,[]],[-1,[[59,[6]]],[]],[-1,[[61,[60]]],[]],[-1,[[61,[[2,[60,62]]]]],[]],[-1,[[61,[63]]],[]],[[4,5],4],0,[[[30,[3]],[64,[13,52]],65],[[49,[66]]]],0,[[4,6],2],[[3,[45,[67]],68,[64,[69,70]],[15,[57,23]],[15,[71,27]]],[[8,[72,73]]]],[[-1,6],2,[]],0,[-1,[[8,[[42,[74]],75]]],[]],[[4,-1],8,[35,9]],[[4,-1],8,76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,29],5,[]],0,[[4,5],4],0,0,0,0,0,[[-1,26],27,[]],[-1,[[15,[71,27]]],[]],[[4,5],4],0,0,0,[[4,5],4],0,[-1,-2,[],[]],0,[[[45,[74]],77],[[61,[12]]]],0,[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],0,[-1,78,[]],0,[[[18,[-1]]],[[18,[79]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,[81,[[61,[82]]]],[62,[[61,[82]]]],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[83,84],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[83,85],0,[86,86],[[-1,-2],2,[],[]],0,0,[87,[[21,[20]]]],[86,[[21,[20]]]],0,[87,[[30,[3]]]],[86,[[30,[3]]]],[87],[86],0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[86,[[8,[[15,[13,88]],89]]]],[6,2],[6,2],[83,2],[6,2],[6,2],[87,4],[86,4],[[84,37],90],[[83,37],[[8,[2,38]]]],[[86,37],90],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[91,87],[92,[[8,[84,89]]]],[87,[[15,[53,[42,[93]]]]]],[86,[[94,[53,[42,[93]]]]]],[87,[[15,[53,56]]]],[86,[[94,[53,56]]]],[87,[[49,[95]]]],[86,[[49,[95]]]],[87,[[15,[69,96]]]],[86,[[94,[69,96]]]],[87,[[15,[13,88]]]],[86,[[94,[13,88]]]],[87,[[15,[13,96]]]],[86,[[94,[13,96]]]],[87,[[15,[97,96]]]],[86,[[94,[97,96]]]],[87,[[15,[13,[42,[93]]]]]],[86,[[94,[13,[42,[93]]]]]],[87,6],[86,6],[87,53],[86,53],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[83,85],[[[45,[74]]],5],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[87,[[15,[57,23]]]],[86,[[15,[57,23]]]],[87,3],[86,3],[[98,[45,[74]],10,[15,[57,23]],[15,[71,27]],[49,[99]]],[[8,[87,17]]]],[[85,-1],83,100],0,[86,85],[[]],[[]],[[]],[[]],0,[87,[[8,[[42,[74]],75]]]],[86,[[8,[[42,[74]],75]]]],[91,[[8,[[42,[74]],75]]]],[[87,29],5],[[86,29],5],[87,[[15,[71,27]]]],[86,[[15,[71,27]]]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[85,-1],[[8,[83,-2]]],100,[]],[[85,-1],[[8,[86,89]]],100],[[85,-1],[[8,[83,[2,[85,-2]]]]],100,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],0,[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[83,-1],-2,100,[]],[[83,-1],-2,100,[]],0,0,0,[[43,6,6],6],[10,6],[10,56],[[10,43,[42,[74]],[42,[93]]],2],0,0,[[-1,5],2,[]],[[-1,5],2,[]],[[-1,10,11,12,[15,[13,14]]],[[8,[16,17]]],[]],[[[18,[-1]]],[[18,[19]]],[]],[[-1,10],4,[]],[[-1,10],4,[]],[-1,2,[]],[-1,2,[]],[-1,2,[]],[-1,2,[]],[[-1,10,11,12,[15,[13,14]],101,[45,[74]]],[[49,[[8,[[42,[74]],17]]]]],[]],[[-1,10,11,12,[15,[13,14]],101,[45,[74]]],[[49,[[8,[[42,[74]],17]]]]],[]],[[-1,[21,[20]]],[[21,[20]]],[]],[[-1,[21,[20]]],[[21,[20]]],[]],[-1,[[45,[[30,[44]]]]],[]],[-1,58,[]],[[-1,[30,[44]]],2,[]],[[-1,4,[45,[74]]],[[8,[2,17]]],[]],[[-1,4,[45,[74]]],[[8,[2,17]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[102,5],0,0,[103,[[49,[104]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[105,105],[106,106],[103,103],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[103,107],[[105,105],108],[[-1,-2],108,[],[]],[102,[[21,[20]]]],[109,[[21,[20]]]],[102,[[30,[3]]]],[109,[[30,[3]]]],[106,[[45,[74]]]],[102],[109],[[],105],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[110,85],[[8,[102,89]]]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[110,85],[[8,[102,89]]]],[[110,85],[[8,[102,89]]]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[102,102],5],[[105,105],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[102,4],[109,4],[[102,111,[49,[112]],113],[[8,[2,114]]]],[102,[[64,[69,70]]]],0,[102,[[64,[97,115]]]],0,0,[102,[[64,[13,70]]]],0,[[102,37],90],[[105,37],90],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[98,109,10],[[8,[102,89]]]],[[[45,[74]],19,116,4],[[8,[[2,[11,[15,[13,14]],[42,[117]],[49,[12]]]],17]]]],[[19,[45,[74]],[49,[58]],10,116,4],[[8,[[2,[3,118,6,[18,[101]]]],17]]]],[[[45,[74]],6,6],[[8,[[45,[74]],89]]]],[102,105],[105,29],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[102,116,[45,[67]],68],[[8,[113,114]]]],[102,[[8,[2,89]]]],[102,[[49,[66]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[45,[74]]],5],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[106],[103,57],[102,[[15,[57,23]]]],[109,[[15,[57,23]]]],[[19,[45,[74]],[49,[58]],10,116,4],[[8,[[2,[119,[49,[12]],[15,[13,14]]]],17]]]],[102,3],[109,3],[[110,[45,[74]],116,[49,[99]]],[[8,[102,17]]]],[103,6],[[105,105],[[49,[108]]]],[[]],[[]],[[]],[[]],[[]],[[]],[102,[[8,[2,114]]]],[102,[[8,[2,89]]]],[102,[[8,[[42,[74]],75]]]],[109,[[8,[[42,[74]],75]]]],[[102,29],5],[[109,29],5],[102,[[64,[97,120]]]],0,[102,[[15,[71,27]]]],[109,[[15,[71,27]]]],[102,[[49,[66]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[121,110],[121,[[49,[4]]]],0,[-1,-1,[]],0,[[],121],[[],6],[-1,-2,[],[]],[[],[[8,[50,51]]]],[-1,121,[[123,[[18,[122]]]]]],[[]],[[121,[49,[4]]],121],[[121,[49,[99]]],121],[[121,[49,[10]]],121],[121,[[49,[10]]]],0,[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],0,0,0,[[124,[45,[-1]],[45,[-2]],[45,[-2]]],[[8,[[2,[[42,[[45,[125]]]],[42,[[45,[74]]]],[42,[[45,[74]]]]]],29]]],126,127],[-1,-2,[],[]],[-1,-2,[],[]],[[128,-1,[45,[74]]],[[45,[125]]],126],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],0,[-1,-1,[]],[-1,6,126],[[],6],[-1,-2,[],[]],[[],[[8,[50,51]]]],0,[[],124],[[]],[124,2],[[124,66],2],[[6,6],6],0,[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],0,[124,128],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[[[45,[74]]],[[45,[125]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,129,[]],[-1,129,[]],[-1,129,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[130,130],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[[73,37],90],[[73,37],90],[[114,37],90],[[114,37],90],[[130,37],[[8,[2,38]]]],[[130,37],[[8,[2,38]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[]],[[]],[[]],[73,[[49,[129]]]],[114,[[49,[129]]]],[-1,-2,[],[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[98,3,-1,-2,-3,-4],[[8,[[2,[[15,[13,52]],[15,[97,115]],[15,[69,70]],[15,[53,54]]]],17]]],131,131,131,[131,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[110,110],[133,133],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[110,110],[[133,133],108],0,[[-1,-2],108,[],[]],[[110,[45,[74]]],[[8,[[30,[102]],17]]]],[98,[[8,[19,17]]]],0,[[],133],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[110,85],[[8,[[30,[102]],89]]]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[110,134],[[8,[[30,[102]],89]]]],[[110,134],[[8,[[30,[102]],89]]]],[[110,85],[[8,[[30,[102]],89]]]],[110,58],[6,2],[6,2],[6,2],0,[[133,133],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[98,4],0,[[110,37],90],[[133,37],90],[-1,-1,[]],[[[18,[122]]],110],[-1,-1,[]],[121,110],[110,110],[-1,-1,[]],[110,[[49,[99]]]],0,[[],110],[110,133],[133,29],0,[[],6],[[],6],[[],6],[110,[[135,[98]]]],0,[110,[[135,[98]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[110,120],[[49,[136]]]],[110,58],0,[[[18,[122]],10,4],110],[[133,133],[[49,[108]]]],[[]],[[]],[[]],[98,2],[[98,[49,[[45,[74]]]]],[[8,[2,17]]]],[[98,66],2],[[110,136],120],[[110,[49,[99]]],2],[[110,-1],2,[116,137,138]],[98,139],0,[110,10],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[110,116],0,[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[98,[45,[74]]],[[8,[2,17]]]],[[110,[45,[74]]],[[8,[2,17]]]],[[6,-1,[15,[13,52]],[15,[53,54]],53,6,[140,[6,60]]],2,141],[[3,[15,[13,52]],-1,[15,[53,54]],-2,53,6],2,55,55],[[3,142],143],[[68,67],143],[[68,67],[[49,[60]]]],[[3,[45,[67]],68,[64,[69,70]],[15,[57,23]],[15,[71,27]]],[[8,[72,73]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[144,145],[145,6],[145,6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[146,6],[[8,[6,6]]]],[[],147],[6,-1,[]],[148,[[149,[147]]]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[150],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[66,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[145,151],[[152,37],90],[[153,37],90],[[52,37],90],[[65,37],90],[[144,37],90],[[150,37],90],[[145,37],90],[[146,37],90],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[152,13],144],[[152,6],[[49,[153]]]],0,[[65,13],[[49,[144]]]],[[146,6],154],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[145,146],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],0,0,[[147,6],[[49,[47]]]],[[147,6],[[49,[155]]]],0,[[147,6],[[49,[152]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[[30,[3]],[64,[13,52]],65],[[49,[66]]]],0,0,[145,151],[144,150],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[46,[[2,[[42,[47]],[49,[48]]]]]],[[147,[49,[6]],156],[[42,[47]]]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[157,157],[[-1,-2],2,[],[]],[[-1,158],[[8,[159,29]]],[]],[[-1,158],[[8,[159,29]]],[]],[[-1,68,3],[[8,[[15,[160,[161,[159]]]],73]]],[]],[[-1,68,3],[[8,[[15,[160,[161,[159]]]],73]]],[]],[[-1,22,23],[[8,[24,25]]],[]],[[157,22,23],[[8,[24,25]]]],[[-1,26,27],[[8,[28,29]]],[]],[[157,26,27],[[8,[28,29]]]],[[-1,68,3,[15,[57,23]],[45,[[32,[31]]]]],[[8,[[15,[162,[161,[24]]]],73]]],[]],[[-1,68,3,[15,[57,23]],[45,[[32,[31]]]]],[[8,[[15,[162,[161,[24]]]],73]]],[]],[[-1,68,3,[15,[71,27]],[45,[[32,[33]]]]],[[8,[[15,[163,[161,[28]]]],73]]],[]],[[-1,68,3,[15,[71,27]],[45,[[32,[33]]]]],[[8,[[15,[163,[161,[28]]]],73]]],[]],[[-1,22,23,[32,[31]]],[[8,[24,25]]],[]],[[157,22,23,[32,[31]]],[[8,[24,25]]]],[[-1,26,27,[32,[33]]],[[8,[28,29]]],[]],[[157,26,27,[32,[33]]],[[8,[28,29]]]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],0,[10,157],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[-1,22],23,[]],[[157,22],23],[[]],0,0,[[-1,26],27,[]],[[157,26],27],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,111,[]],[-1,111,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[128,2],[6,2],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],128],[[]],[[128,[49,[[45,[74]]]]],[[8,[2,29]]]],0,[[128,6,60,60,164],[[8,[2,29]]]],[[128,[45,[74]]],2],0,[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[[165,[58]],[165,[58]]]],[[[165,[58]],58]],[[[165,[58]],58],2],[[[165,[58]],[165,[58]]],2],[[[165,[166]]],[[8,[[165,[166]],167]]]],[[[165,[58]]],[[8,[[165,[166]],167]]]],[[[165,[168]]],[[8,[[165,[166]],167]]]],[[[165,[168]]],134],[[[165,[-1]]],-1,[169,9]],[[[165,[166]]],[[8,[58,167]]]],[[[165,[58]]],[[8,[58,167]]]],[[[165,[168]]],[[8,[58,167]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[165,[-1]]],-1,[169,9]],[-1,-2,[],[]],[-1,-2,[],[]],[[[165,[-1]]],[[165,[-1]]],[169,9]],[[[165,[-1]],[165,[-1]]],2,[169,9]],[-1,2,[]],[[-1,-2],2,[],[]],[[[165,[-1]],[165,[-1]]],108,[170,169,9]],[[-1,-2],108,[],[]],[[],[[165,[-1]]],[169,9]],[[[165,[-1]]],-1,[169,9]],[6,-1,[]],[6,-1,[]],[-1,[[8,[[165,[171]]]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[165,[-2]]]]],34,[169,9]],[-1,[[8,[[165,[[45,[74]]]]]]],34],[6,2],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[[[165,[168]],134],5],[[[165,[168]],134],5],[[[165,[[45,[74]]]],174],5],[[[165,[168]],168],5],[[[165,[174]],174],5],[[[165,[168]],175],5],[[[165,[58]],58],5],[[[165,[168]],168],5],[[[165,[[45,[-2]]]],[42,[-1,-3]]],5,[],[[176,[-1]],132],177],[[[165,[134]],168],5],[[[165,[[45,[-2]]]],[45,[-1]]],5,[],[[176,[-1]],132]],[[[165,[168]],178],5],[[[165,[58]],29],5],[[[165,[134]],175],5],[[[165,[58]],58],5],[[[165,[134]],134],5],[[[165,[[45,[-2]]]],[45,[-1]]],5,[],[[176,[-1]],132]],[[[165,[134]],168],5],[[[165,[-2]],[165,[-1]]],5,[169,9],[[176,[-1]],169,9]],[[[165,[58]],174],5],[[[165,[134]],134],5],[[[165,[134]],178],5],[[[165,[[45,[-2]]]],[179,[-1,-3]]],5,[],[[176,[-1]],132],180],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[165,[-1]],37],[[8,[2,38]]],[181,169,9]],[[[165,[-1]],37],[[8,[2,38]]],[182,169,9]],[175,[[165,[168]]]],[[[42,[-1,80]]],[[165,[[45,[-1]]]]],132],[183,[[165,[[45,[74]]]]]],[[[45,[-1]]],[[165,[[45,[-1]]]]],132],[-1,-1,[]],[166,[[165,[166]]]],[[[42,[-1,80]]],[[165,[[45,[-1]]]]],132],[29,[[165,[58]]]],[184,[[165,[166]]]],[185,[[165,[174]]]],[168,[[165,[168]]]],[58,[[165,[58]]]],[184,[[165,[166]]]],[178,[[165,[134]]]],[186,[[165,[58]]]],[178,[[165,[134]]]],[134,[[165,[134]]]],[174,[[165,[174]]]],[175,[[165,[168]]]],[29,[[165,[58]]]],[-1,[[165,[58]]],187],[-1,[[165,[58]]],187],[-1,[[165,[58]]],187],[-1,[[165,[[45,[-2]]]]],187,132],[[-1,-2],188,[189,9],190],[[[165,[-1]],-2],2,[189,169,9],191],[[],6],[-1,-2,[],[]],[[[165,[166]]],[[8,[[165,[166]],167]]]],[[[165,[168]]],[[8,[[165,[166]],167]]]],[[[165,[58]]],[[8,[[165,[166]],167]]]],[[[165,[58]]],[[192,[-1]]],193],[[[165,[-1]]],[],[169,9]],[[[165,[166]],-1],[[8,[-2,167]]],100,[]],[[[165,[58]],-1],[[8,[-2,167]]],100,[]],[[[165,[168]],-1],[[8,[-2,167]]],100,[]],[[[165,[-1]]],5,[169,9]],[[[165,[-1]]],5,[169,9]],[[],5],[194,195],[[],[[8,[50,51]]]],[[[165,[58]],58],5],[[[165,[[45,[-2]]]],[42,[-1,-3]]],5,[],[[176,[-1]],132],177],[[[165,[[45,[-2]]]],[45,[-1]]],5,[],[[176,[-1]],132]],[[[165,[58]],29],5],[[[165,[58]],58],5],[[[165,[[45,[-2]]]],[45,[-1]]],5,[],[[176,[-1]],132]],[[[165,[[45,[-2]]]],[179,[-1,-3]]],5,[],[[176,[-1]],132],180],[[[165,[168]],178],[[49,[108]]]],[[[165,[134]],134],[[49,[108]]]],[[[165,[134]],168],[[49,[108]]]],[[[165,[134]],175],[[49,[108]]]],[[[165,[168]],168],[[49,[108]]]],[[[165,[168]],134],[[49,[108]]]],[[[165,[168]],175],[[49,[108]]]],[[[165,[168]],134],[[49,[108]]]],[[[165,[168]],168],[[49,[108]]]],[[[165,[134]],168],[[49,[108]]]],[[[165,[134]],178],[[49,[108]]]],[[[165,[134]],134],[[49,[108]]]],[[[165,[-1]],[165,[-1]]],[[49,[108]]],[]],[[]],[[],[[165,[58]]]],[[],29],[[[165,[-1]],-2],8,[196,169,9],76],[[[165,[[45,[74]]]],-1],8,76],[[[165,[171]],-1],8,76],[[[165,[-1]]],[],[169,9]],[-1,[],[]],[-1,-2,[],[]],[-1,29,[]],[[[165,[166]]],[[165,[58]]]],[[[165,[58]]],[[165,[58]]]],[[[165,[168]]],[[165,[58]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],0,0,[[-1,1],2,[]],0,[[[18,[-1,80]],6],2,[197,9]],[[[18,[-1,80]],6],2,[198,9]],[[[18,[-1,-2]]],-2,9,177],[-1,129,[]],[-1,129,[]],[[[18,[-1,80]]],199,200],[[[18,[-1,-2]]],-1,9,177],[[[18,[-1,80]]],201,202],[[[18,[-1,-2]]],-1,9,177],[[[18,[[45,[[203,[-1]]]],-2]]],[[18,[[45,[-1]],-2]]],[],177],[[[18,[[203,[-1]],-2]]],[[18,[-1,-2]]],[],177],[-1,-2,[],[]],[-1,-2,[],[]],[[[18,[-1,-2]]],-1,9,177],[-1,-2,[],[]],[-1,-2,[],[]],[[[18,[-1,-2]]],-1,9,177],[[[18,[-2,-3]],-1],[],204,[[205,[-1]],9],177],[[[18,[-2,-3]],-1],[],204,[[206,[-1]],9],177],[[[18,[-2,-3]],-1],[],204,[[100,[-1]],9],177],[[[18,[-1,80]]],[[49,[129]]],129],[[[18,[-1,80]]],[[45,[74]]],[197,9]],[[[18,[-1,80]]],207,[198,9]],[[[18,[-1,80]],[45,[208]]],6,[197,9]],[-1,[[209,[-2]]],[],[]],[[[18,[[210,[-1,-2]],80]]],[[18,[[210,[-1,-2]],80]]],132,132],[[[18,[174,80]]],[[18,[174,80]]]],[[[18,[58,80]]],[[18,[58,80]]]],[[[18,[166,80]]],[[18,[166,80]]]],[[[18,[168,80]]],[[18,[168,80]]]],[[[18,[211,80]]],[[18,[211,80]]]],[[[18,[211,80]]],[[18,[211,80]]]],[[[18,[212,80]]],[[18,[212,80]]]],[[[18,[211,80]]],[[18,[211,80]]]],[[[18,[213,80]]],[[18,[213,80]]]],[[[18,[213,80]]],[[18,[213,80]]]],[[[18,[213,80]]],[[18,[213,80]]]],[[[18,[213,80]]],[[18,[213,80]]]],[[[18,[[214,[-1]],80]]],[[18,[[214,[-1]],80]]],132],[[[18,[134,80]]],[[18,[134,80]]]],[[[18,[-1,-2]]],[[18,[-1,-2]]],132,[177,132]],[[[18,[[45,[-1]],-2]]],[[18,[[45,[-1]],-2]]],132,[177,132]],[[[18,[211,80]]],[[18,[211,80]]]],[[[18,[-1,-2]],[18,[-1,-2]]],2,132,[177,132]],[[[18,[[45,[-1]],-2]],[18,[[45,[-1]],-2]]],2,132,[177,132]],[[-1,-2],2,[],[]],[[[18,[-1,-2]],[18,[-1,-2]]],108,[170,9],177],[[-1,-2],108,[],[]],[[[18,[-1,80]],6],2,[215,9]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[18,[-1,80]],6],216,[197,9]],[[[18,[-1,80]],[45,[74]]],2,[197,9]],[[[18,[116]],22,23],[[8,[24,25]]]],[[[18,[116]],26,27],[[8,[28,29]]]],[[[18,[116]],22,23,[32,[31]]],[[8,[24,25]]]],[[[18,[116]],26,27,[32,[33]]],[[8,[28,29]]]],[[],[[18,[[214,[-1]],80]]],[]],[[],[[18,[-1,80]]],217],[[],[[18,[171,80]]]],[[],[[18,[168,80]]]],[[],[[18,[[45,[-1]],80]]],[]],[[],[[18,[[210,[-1,-2]],80]]],[],[]],[[],[[18,[166,80]]]],[[],[[18,[58,80]]]],[[[218,[-1]]],-1,9],[6,-1,[]],[[[18,[-1,-2]]],-1,9,177],[6,-1,[]],[[[218,[-1]]],-1,9],[6,-1,[]],[[[18,[-1,-2]]],-1,9,177],[6,-1,[]],[[[18,[-1,80]]],58,129],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[18,[171,80]]]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[18,[168,80]]]]],34],[-1,[[8,[[18,[166,80]]]]],34],[-1,[[8,[[18,[[45,[74]],80]]]]],34],[-1,[[8,[[18,[58,80]]]]],34],[-1,[[8,[[18,[-2,80]]]]],34,219],[-1,[[8,[[18,[134,80]]]]],34],[-1,[[8,[[18,[[45,[-2]],80]]]]],34,219],[[[18,[79,-1]]],[[8,[[18,[-2,-1]],[18,[79,-1]]]]],177,79],[[[18,[79,-1]]],[[8,[[18,[-2,-1]],[18,[79,-1]]]]],177,79],[[[18,[79,-1]]],[[8,[[18,[-2,-1]],[18,[79,-1]]]]],177,79],[[[18,[79,-1]]],[[18,[-2,-1]]],177,79],[[[18,[79,-1]]],[[18,[-2,-1]]],177,79],[[[18,[79,-1]]],[[18,[-2,-1]]],177,79],[6,2],[[[218,[-1]]],2,9],[6,2],[[[18,[-1,-2]]],2,9,177],[[[18,[-1,80]],220],5,[221,9]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],177],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[18,[-1,80]]],[[8,[[45,[74]],222]]],[215,9]],[[[18,[-1,-2]]],188,[191,9],177],[[[18,[-1,80]]],[[8,[2,222]]],[223,9]],[[[18,[-1,80]]],2,[221,9]],[[[218,[-1]],37],[[8,[2,38]]],[181,9]],[[[218,[-1]],37],[[8,[2,38]]],[182,9]],[[[18,[-1,-2]],37],[[8,[2,38]]],[182,9],177],[[[18,[-1,-2]],37],[[8,[2,38]]],[181,9],177],[[[18,[-1,-2]],37],[[8,[2,38]]],9,177],[-1,-1,[]],[-1,[[18,[129,80]]],[129,137,138]],[[[165,[58]]],[[18,[129,80]]]],[-1,[[18,[122]]],122],[[[214,[-1]]],[[18,[[214,[-1]],80]]],224],[[[210,[-1,-2]]],[[18,[[210,[-1,-2]],80]]],224,224],[[[18,[174,80]]],[[18,[[45,[74]],80]]]],[[[165,[166]]],[[18,[166,80]]]],[225,[[18,[129,80]]]],[225,[[18,[129,80]]]],[58,[[18,[58,80]]]],[225,[[18,[129,80]]]],[[[45,[-1]]],[[18,[[45,[-1]],80]]],132],[184,[[18,[166,80]]]],[29,[[18,[58,80]]]],[[[42,[-1,-2]]],[[18,[[45,[-1]],-2]]],[],177],[29,[[18,[129,80]]]],[29,[[18,[129,80]]]],[58,[[18,[129,80]]]],[[[226,[-1]]],[[18,[[45,[-1]],80]]],[]],[58,[[18,[129,80]]]],[166,[[18,[166,80]]]],[[[18,[[45,[74]],80]]],[[18,[174,80]]]],[168,[[18,[168,80]]]],[[[165,[58]]],[[18,[129,80]]]],[134,[[18,[134,80]]]],[175,[[18,[168,80]]]],[[[165,[[45,[-1]]]]],[[18,[[45,[-1]],80]]],132],[[[165,[58]]],[[18,[58,80]]]],[[[18,[[45,[74]],80]]],[[18,[171,80]]]],[-1,[[18,[-1,80]]],[]],[[[18,[58,-1]]],[[18,[[45,[74]],-1]]],177],[[[165,[168]]],[[18,[168,80]]]],[178,[[18,[134,80]]]],[-1,-1,[]],[227,-1,[]],[-1,[[18,[129,80]]],129],[[[165,[134]]],[[18,[134,80]]]],[-1,[[18,[[45,[-2]],80]]],187,[]],[[],[[18,[-1,80]]],9],[-1,[[18,[-2,-1]]],177,9],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],177],[[-1,-2],188,[189,9],190],[[[18,[-1,80]]],228,[197,9]],[[[18,[-1,80]]],228,[197,9]],[[[18,[-1,80]]],228,[197,9]],[[[18,[-1,80]]],201,[197,9]],[[[18,[-1,80]]],201,[197,9]],[[[18,[-1,80]]],201,[197,9]],[[[18,[-1,80]]],229,[197,9]],[[[18,[-1,80]]],229,[197,9]],[[[18,[-1,80]]],229,[197,9]],[[[18,[-1,80]]],230,[197,9]],[[[18,[-1,80]],6],229,[197,9]],[[[18,[-1,80]],6],229,[197,9]],[[[18,[-1,80]],6],229,[197,9]],[[[18,[-1,80]]],231,[197,9]],[[[18,[-1,80]]],231,[197,9]],[[[18,[-1,80]]],231,[197,9]],[[[18,[-1,80]]],60,[197,9]],[[[18,[-1,80]]],60,[197,9]],[[[18,[-1,80]]],60,[197,9]],[[[18,[-1,80]]],188,[197,9]],[[[18,[-1,80]]],188,[197,9]],[[[18,[-1,80]]],188,[197,9]],[[[18,[-1,80]]],74,[197,9]],[[[18,[-1,80]],6],188,[197,9]],[[[18,[-1,80]],6],188,[197,9]],[[[18,[-1,80]],6],188,[197,9]],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],177],[[[18,[-1,80]]],5,[197,9]],[[[18,[-1,-2]],-3],2,[189,9],177,191],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[[[18,[-1,-2]]],[[18,[[45,[-1]],-2]]],[],177],[-1,[],[]],[[[18,[-1,-2]]],-1,[],177],[-1,-2,[],[]],[[[18,[[214,[-1]],80]]],[],[]],[[[18,[[210,[-1,-2]],80]]],[],[],[]],[[[18,[-1,-2]]],[[232,[[18,[-1,-2]]]]],9,177],[[[18,[-1,-2]]],[],9,177],[[[18,[-1,-2]]],[[2,[-2]]],9,177],[[-1,58],[[233,[-2]]],[],[]],[[-1,58],5,[]],[[[18,[-1,-2]]],5,[131,9],177],[[-1,58],5,[]],[[[18,[-1,80]]],5,[234,9]],[[],5],[[-1,58],5,[]],[[[18,[-1,80]]],5,[223,9]],[194,195],[[[18,[-1,-2]]],49,[55,9],177],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],177],[[[18,[-1,-2]]],-1,9,177],[[[18,[-1,-2]]],6,[131,9],177],[[[18,[-1,80]],235],2,[221,9]],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],177],[[[18,[116]],22],23],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],177],[-1,[[218,[-1]]],[]],[-1,[[18,[-1,80]]],[]],[[-1,-2],[[18,[-1,-2]]],[],[177,177]],[[],[[18,[[203,[-1]],80]]],[]],[-1,[[18,[[203,[-2]],-1]]],[177,177],[]],[6,[[18,[[45,[[203,[-1]]]],80]]],[]],[[6,-1],[[18,[[45,[[203,[-2]]]],-1]]],177,[]],[-2,[[218,[-1]]],9,[[236,[-1]]]],[[],[[18,[[203,[-1]],80]]],[]],[-1,[[18,[[203,[-2]],-1]]],[177,177],[]],[6,[[18,[[45,[[203,[-1]]]],80]]],[]],[[6,-1],[[18,[[45,[[203,[-2]]]],-1]]],177,[]],[[[18,[-1,-2]]],49,[55,9],177],[[[18,[-1,-2]]],49,[237,9],177],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[[18,[-1,-2]],6],49,[55,9],177],[[[18,[-1,-2]],6],49,[237,9],177],[[-1,-2],[[8,[-3,[240,[-4]]]]],[],[],[],[]],[[[18,[241,80]],-1],[[8,[-2,[242,[-3]]]]],[],[],[]],[[[18,[243,80]],-1],[[8,[-2,[240,[-3]]]]],[],[],[]],[[-1,-2],[[8,[-3,[242,[-4]]]]],[],[],[],[]],[[[18,[-1,-2]],[18,[-1,-2]]],[[49,[108]]],[],177],[-1,[[232,[[18,[-1,80]]]]],[]],[[-1,-2],[[232,[[18,[-1,-2]]]]],[],[177,177]],[[]],[[]],[[[232,[[18,[-1,-2]]]],244],245,[246,247,9],177],[[[232,[[18,[-1,80]]]],244],[[245,[49]]],[248,247,9]],0,[[[18,[-1,80]],228],2,[198,9]],[[[18,[-1,80]],228],2,[198,9]],[[[18,[-1,80]],228],2,[198,9]],[[[18,[-1,80]],201],2,[198,9]],[[[18,[-1,80]],201],2,[198,9]],[[[18,[-1,80]],201],2,[198,9]],[[[18,[-1,80]],229],2,[198,9]],[[[18,[-1,80]],229],2,[198,9]],[[[18,[-1,80]],229],2,[198,9]],[[[18,[-1,80]],230],2,[198,9]],[[[18,[-1,80]],[45,[74]]],2,[198,9]],[[[18,[-1,80]],231],2,[198,9]],[[[18,[-1,80]],231],2,[198,9]],[[[18,[-1,80]],231],2,[198,9]],[[[18,[-1,80]],60],2,[198,9]],[[[18,[-1,80]],60],2,[198,9]],[[[18,[-1,80]],60],2,[198,9]],[[[18,[-1,80]],188],2,[198,9]],[[[18,[-1,80]],188],2,[198,9]],[[[18,[-1,80]],188],2,[198,9]],[[[18,[-1,80]],74],2,[198,9]],[[[18,[-1,80]],[45,[74]]],[[8,[6,222]]],[234,9]],[[[18,[-1,80]],249],[[8,[2,222]]],[234,9]],[[[18,[-1,80]],[45,[74]]],[[8,[2,222]]],[234,9]],[[[18,[-1,80]],29],[[8,[6,222]]],[215,9]],[[[18,[-1,80]],[42,[74,80]]],[[8,[6,222]]],[234,9]],[[[18,[-1,80]],29],[[8,[6,222]]],[234,9]],[[[18,[-1,80]],74,[42,[74,80]]],[[8,[6,222]]],[215,9]],[[[18,[-1,80]],[45,[250]]],[[8,[6,222]]],[234,9]],[[[18,[-1,80]]],6,[197,9]],[[[18,[-1,80]]],6,[198,9]],[[[18,[-1,80]],6],2,[251,9]],[[-1,6],2,[]],[[[232,[[18,[-2,-3]]]],-1],252,[],[[253,[-1]],247,9],177],[[],[[165,[58]]]],[[],29],[[[18,[-1,80]],254],[[8,[188,222]]],[255,9]],[[[18,[-1,80]],-2],8,[196,9],76],[[[18,[-1,80]],-2],8,[256,9],76],[[[18,[-2,80]],-1],8,[35,9],[[257,[-1]],9]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[[18,[-1,80]]],[[2,[6,[49,[6]]]]],[248,247,9]],[[[18,[-1,-2]]],[[2,[6,[49,[6]]]]],[55,9],177],[[[218,[-1]]],[[49,[129]]],[129,9]],[[[18,[-1,80]]],[[49,[129]]],129],[[[18,[-1,80]]],[[8,[188,222]]],[255,9]],[-1,[[258,[-2]]],[],[]],[[-1,58],[[49,[58]]],[]],[[-1,58],[[49,[58]]],[]],[[[18,[116]],26],27],[-1,-2,[],[]],[[[18,[-1,80]]],[[8,[259,260]]],[261,9]],[-1,29,[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[[[42,[-1,80]]],[[8,[[18,[[226,[-1]],80]]]]],[]],[-1,[[8,[-2]]],[],[]],[[[18,[[45,[-1]],80]]],[[8,[[18,[[226,[-1]],80]]]]],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[[18,[-1,80]],262]]],[]],[[-1,-2],[[8,[[18,[-1,-2]],262]]],[],[177,177]],[[],[[8,[[18,[[203,[-1]],80]],262]]],[]],[-1,[[8,[[18,[[203,[-2]],-1]],262]]],[177,177],[]],[6,[[8,[[18,[[45,[[203,[-1]]]],80]],262]]],[]],[[],[[8,[[18,[[203,[-1]],80]],262]]],[]],[-1,[[8,[[18,[[203,[-2]],-1]],262]]],[177,177],[]],[6,[[8,[[18,[[45,[[203,[-1]]]],80]],262]]],[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],264],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,265,265],[],[263,9]],[[[18,[-1,80]],60,265,265],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],266],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60,74],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],267],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],269],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],201],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],229],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],[226,[74]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],264],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],264],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,74],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],63],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],264],[],[263,9]],[[[18,[-1,80]],270],[],[263,9]],[[[18,[-1,80]],62],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],271],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],[45,[74]]],[[8,[6,222]]],[223,9]],[[[18,[-1,-2]],[45,[74]]],2,[191,9],177],[[[18,[[203,[-1]],-2]],-1],[[18,[-1,-2]]],[],177],[[[18,[-1,80]],[45,[74]]],[[8,[2,222]]],[223,9]],[[[18,[-1,80]],272],[[8,[2,222]]],[223,9]],[[[18,[-1,-2]],273],2,[191,9],177],[[[18,[-1,-2]],228],2,[191,9],177],[[[18,[-1,-2]],201],2,[191,9],177],[[[18,[-1,-2]],229],2,[191,9],177],[[[18,[-1,-2]],230],2,[191,9],177],[[[18,[-1,-2]],274],2,[191,9],177],[[[18,[-1,-2]],6],2,[191,9],177],[[[18,[-1,-2]],58],2,[191,9],177],[[[18,[-1,-2]],275],2,[191,9],177],[[[18,[-1,-2]],231],2,[191,9],177],[[[18,[-1,-2]],60],2,[191,9],177],[[[18,[-1,-2]],188],2,[191,9],177],[[[18,[-1,-2]],74],2,[191,9],177],[[[18,[-1,-2]],6],2,[191,9],177],[[[18,[-1,80]],[45,[208]]],[[8,[6,222]]],[223,9]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[[[140,[-1,-2,-3]],[2,[-1,-2]]],2,[276,189],[],[190,217]],[[[140,[-1,-2,-3]],[2,[-1,-2]]],2,[276,189],[],[190,217]],[[[277,[-1,-2,80]],[2,[-1,-2]]],2,170,[]],[[[277,[-1,-2,80]],[2,[-1,-2]]],2,170,[]],[[[278,[-1,-2]],-1],2,[276,189],[190,217]],[[[278,[-1,-2]],-1],2,[276,189],[190,217]],[[[279,[-1,80]],-1],2,170],[[[279,[-1,80]],-1],2,170],[[[280,[74,80]],6],2],0,0,[[[281,[-1,-2]]],-2,[],177],[[[280,[-1,-2]]],-2,[],177],[[[281,[-1,-2]],[281,[-1,-2]]],2,170,177],[[[277,[-1,-2,-3]],[277,[-1,-2,-3]]],2,170,[],[132,177,132]],[[[279,[-1,-2]],[279,[-1,-2]]],2,170,[132,177,132]],[[[282,[-1,80]],[282,[-1,80]]],2,[]],[[[280,[-1,-2]],[280,[-1,-2]]],2,[],177],[-1,129,[]],[[[283,[-1]]],[[283,[-1]]],[]],[[[280,[-1,-2]]],[[2,[[45,[-1]],[45,[-1]]]]],[],177],[[[283,[-1]]],[[283,[-1]]],[]],[[[281,[-1,-2]]],[[45,[-1]]],[],177],[[[280,[-1,-2]]],[[2,[[45,[-1]],[45,[-1]]]]],[],177],[[[282,[-1,-2]]],[[49,[-1]]],[],177],[[[280,[-1,-2]]],[[49,[-1]]],[],177],[[[282,[-1,-2]]],[[49,[-1]]],[],177],[[[280,[-1,-2]]],[[49,[-1]]],[],177],0,0,0,[[[280,[-1,-2]],-1],[[8,[6,6]]],170,177],[[[280,[-1,-2]],-3],[[8,[6,6]]],[],177,206],[[[280,[-1,-2]],-3,-4],[[8,[6,6]]],[],177,170,206],[[[278,[-1,-2]],[278,[-1,-2]]],[[278,[-1,-2]]],[276,189,132],[190,217]],[[[279,[-1,-2]],[279,[-1,-2]]],[[279,[-1,-2]]],[170,132],[177,132]],[[[278,[-1,-2]],[278,[-1,-2]]],[[278,[-1,-2]]],[276,189,132],[190,217]],[[[279,[-1,-2]],[279,[-1,-2]]],[[279,[-1,-2]]],[170,132],[177,132]],[[[278,[-1,-2]],[278,[-1,-2]]],[[278,[-1,-2]]],[276,189,132],[190,217]],[[[279,[-1,-2]],[279,[-1,-2]]],[[279,[-1,-2]]],[170,132],[177,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[[140,[-1,-2,-3]]],6,[],[],[]],[[[281,[-1,-2]]],6,[],177],[[[278,[-1,-2]]],6,[],[]],[[[280,[-1,-2]]],6,[],177],[[[280,[74,80]]],[[45,[74]]]],[[[140,[-1,-2,-3]]],2,[],[],[]],[[[281,[-1,-2]]],2,[],177],[[[277,[-1,-2,-3]]],2,[],[],[177,132]],[[[278,[-1,-2]]],2,[],[]],[[[279,[-1,-2]]],2,[],[132,177,132]],[[[282,[-1,-2]]],2,[],177],[[[280,[-1,-2]]],2,[],177],[[[140,[-1,-2,-3]]],[[140,[-1,-2,-3]]],132,132,132],[[[281,[-1,-2]]],[[281,[-1,-2]]],132,[177,132]],[[[277,[-1,-2,-3]]],[[277,[-1,-2,-3]]],132,132,[177,132]],[[[278,[-1,-2]]],[[278,[-1,-2]]],132,132],[[[279,[-1,-2]]],[[279,[-1,-2]]],132,[177,132]],[[[282,[-1,-2]]],[[282,[-1,-2]]],132,[177,132]],[[[280,[-1,-2]]],[[280,[-1,-2]]],132,[177,132]],[284,284],[285,285],[[[283,[-1]]],[[283,[-1]]],132],[[[140,[-1,-2,-3]],[140,[-1,-2,-3]]],2,132,132,132],[[[281,[-1,-2]],[281,[-1,-2]]],2,132,[177,132]],[[[278,[-1,-2]],[278,[-1,-2]]],2,132,132],[[[279,[-1,-2]],[279,[-1,-2]]],2,132,[177,132]],[[[282,[-1,-2]],[282,[-1,-2]]],2,132,[177,132]],[[[280,[-1,-2]],[280,[-1,-2]]],2,132,[177,132]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[283,[-1]]],[[283,[-1]]],132],[[[277,[-1,-2,-3]],[277,[-1,-2,-3]]],108,170,170,[177,132]],[[[279,[-1,-2]],[279,[-1,-2]]],108,170,[177,132]],[[[282,[-1,-2]],[282,[-1,-2]]],108,170,177],[[[280,[-1,-2]],[280,[-1,-2]]],108,170,177],[[-1,-2],108,[],[]],[[-1,-2],108,[],[]],[[-1,-2],108,[],[]],[[-1,-2],108,[],[]],[[[278,[-2,-3]],-1],5,[189,276,9],[[286,[-1]],276,189],190],[[[279,[-2,-3]],-1],5,[170,9],[[286,[-1]],170],[177,132]],[[[282,[-1,-2]],-1],5,[],177],[[[280,[-1,-2]],-1],5,[],177],[[[140,[-2,-3,-4]],-1],5,[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],5,[170,9],[[286,[-1]],170],[],[177,132]],[[[282,[-1,-2]]],[[287,[-1,-2]]],[],177],[[[282,[-1,-2]]],[[288,[-1,-2]]],[],177],[[[282,[-1,-2]]],[[287,[-1,-2]]],[],177],[[[282,[-1,-2]]],[[288,[-1,-2]]],[],177],0,[[],[[140,[-1,-2,-3]]],[],[],217],[[],[[281,[-1,80]]],170],[[],[[277,[-1,-2,80]]],[],[]],[[],[[278,[-1,-2]]],[],217],[[],[[279,[-1,80]]],[]],[[],[[282,[-1,80]]],[]],[[],[[280,[-1,80]]],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[-1,[[8,[[140,[-2,-3,-4]]]]],34,[219,276,189],219,[190,217]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[281,[-2,80]]]]],34,[219,170]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[277,[-2,-3,80]]]]],34,[219,170],219],[-1,[[8,[[278,[-2,-3]]]]],34,[219,276,189],[190,217]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[279,[-2,80]]]]],34,[219,276,170]],[-1,[[8,[[282,[-2,80]]]]],34,219],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[280,[-2,80]]]]],34,219],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[283,[-2]]]]],34,219],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[[278,[-1,-2]],[278,[-1,-2]]],[[289,[-1,-2]]],[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],[[290,[-1,-2]]],170,[177,132]],[[[140,[-1,-2,-3]]],[[291,[-1,-2]]],[],[],[]],[[[281,[-1,-2]]],[[292,[-1,-2]]],[],177],[[[278,[-1,-2]]],[[293,[-1]]],[],[]],[[[280,[-1,-2]],-3],[[294,[-1,-2]]],[],177,[[295,[6]]]],[[[281,[-1,-2]]],[[296,[-1,-2]]],170,177],[6,2],[6,2],[6,2],[[[277,[-1,-2,-3]]],2,[],[],[177,132]],[6,2],[6,2],[6,2],[[[282,[-1,-2]]],2,[],177],[6,2],[[[280,[-1,-2]]],2,[],177],[6,2],[6,2],[6,2],[[[140,[-1,-2,-3]],-1],[[297,[-1,-2]]],[276,189],[],190],[[[277,[-1,-2,-3]],-1],[[298,[-1,-2,-3]]],170,[],[177,132]],[[[140,[-2,-3,299]],[300,[-1,-4]]],5,[189,276],[189,276,[286,[-1]]],[],[[176,[-3]]]],[[[140,[-1,-2,-3]],[140,[-1,-2,-3]]],5,[276,189],[],190],[[[277,[-1,-2,80]],[301,[-3,-4]]],5,[],[],[[176,[-1]]],[[176,[-2]]]],[[[277,[-1,-2,-3]],[277,[-1,-2,-3]]],5,[],[],[177,132]],[[[278,[-2,-3]],[302,[-1]]],5,[189,276],[189,276,[286,[-1]]],190],[[[278,[-1,-2]],[278,[-1,-2]]],5,[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],5,[],[177,132]],[[[279,[-1,80]],[303,[-2]]],5,[],[[176,[-1]]]],[[[282,[-1,-2]],[282,[-1,-2]]],5,[],177],[[[280,[-2,-3]],[42,[-1,-3]]],5,[],[[176,[-1]]],177],[[[280,[-2,-3]],[45,[-1]]],5,[],[[176,[-1]]],177],[[[280,[-2,-3]],[226,[-1]]],5,[],[[176,[-1]]],177],[[[280,[-2,-3]],[226,[-1]]],5,[],[[176,[-1]]],177],[[[280,[-2,-3]],[45,[-1]]],5,[],[[176,[-1]]],177],[[[280,[-1,-2]],[280,[-1,-2]]],5,[],177],[[[280,[-2,-3]],[226,[-1]]],5,[],[[176,[-1]]],177],[[[280,[-2,80]],[304,[-1]]],5,[],[[176,[-1]]]],[[284,284],5],[[285,285],5],[[[283,[-1]],[283,[-1]]],5,[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[140,[-1,-2,-3]],-4],2,[276,189],[],190,187],[[[140,[-1,-2,-3]],-4],2,[276,189,224],224,190,187],[[[281,[-1,-2]],-3],2,[170,224],177,187],[[[281,[-1,-2]],-3],2,170,177,187],[[[277,[-1,-2,-3]],-4],2,170,[],[177,132],187],[[[277,[-1,-2,-3]],-4],2,[170,224],224,[177,132],187],[[[278,[-1,-2]],-3],2,[276,189],190,187],[[[278,[-1,-2]],-3],2,[276,189,224],190,187],[[[279,[-1,-2]],-3],2,[170,224],[177,132],187],[[[279,[-1,-2]],-3],2,170,[177,132],187],[[[282,[-1,-2]],-3],2,[],177,187],[[[282,[-1,-2]],-3],2,224,177,187],[[[280,[-1,-2]],-3],2,224,177,187],[[[280,[-1,-2]],-3],2,[],177,187],[[[140,[-1,-2,-3]],[2,[-1,-2]]],2,[276,189],[],190],[[[140,[-1,-2,-3]],[2,[-1,-2]]],2,[276,189,224],224,190],[[[281,[-1,-2]],-1],2,[170,224],177],[[[281,[-1,-2]],-1],2,170,177],[[[277,[-1,-2,-3]],[2,[-1,-2]]],2,[170,224],224,[177,132]],[[[277,[-1,-2,-3]],[2,[-1,-2]]],2,170,[],[177,132]],[[[278,[-1,-2]],-1],2,[276,189],190],[[[278,[-1,-2]],-1],2,[276,189,224],190],[[[279,[-1,-2]],-1],2,[170,224],[177,132]],[[[279,[-1,-2]],-1],2,170,[177,132]],[[[282,[-1,-2]],-1],2,[],177],[[[282,[-1,-2]],-1],2,224,177],[[[280,[-1,-2]],-1],2,[],177],[[[280,[-1,-2]],-1],2,224,177],[[[140,[-1,-2,-3]],6],2,[276,189,224],224,190],[[[140,[-1,-2,-3]],6],2,[276,189],[],190],[[[281,[-1,-2]],6],2,170,177],[[[281,[-1,-2]],6],2,[170,224],177],[[[278,[-1,-2]],6],2,[276,189],190],[[[278,[-1,-2]],6],2,[276,189,224],190],[[[280,[-1,-2]],6],2,[],177],[[[280,[-1,-2]],6],2,224,177],[[[140,[-1,-2,-3]],-4],[[305,[-1,-2,-4]]],[],[],[],206],[[[277,[-1,-2,-3]],-4],[[306,[-1,-2,-4,-3]]],170,[],[177,132],206],[[[278,[-1,-2]],-3],[[307,[-1,-3]]],[],[],206],[[[279,[-1,-2]],-3],[[308,[-1,-3,-2]]],170,[177,132],206],[[[282,[-1,-2]],-3],[[309,[-1,-3,-2]]],[],177,206],[[[279,[-1,-2]]],[[49,[-1]]],170,[177,132]],[[[277,[-1,-2,-3]]],[[49,[[310,[-1,-2,-3]]]]],170,[],[177,132]],[[[277,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[177,132]],[[[280,[74,-1]]],[[8,[2,222]]],177],[[[140,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[]],[[[281,[-1,-2]],37],[[8,[2,38]]],181,177],[[[277,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[177,132]],[[[278,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[279,[-1,-2]],37],[[8,[2,38]]],181,[177,132]],[[[282,[-1,-2]],37],[[8,[2,38]]],181,177],[[[280,[-1,-2]],37],[[8,[2,38]]],181,177],[[284,37],[[8,[2,38]]]],[[284,37],[[8,[2,38]]]],[[285,37],[[8,[2,38]]]],[[[283,[-1]],37],[[8,[2,38]]],181],[[[226,[[2,[-1,-2]]]]],[[140,[-1,-2,299]]],[276,189],[]],[-1,-1,[]],[[[42,[-1,-2]]],[[281,[-1,-2]]],170,177],[[[226,[-1]]],[[281,[-1,80]]],170],[-1,-1,[]],[[[226,[[2,[-1,-2]]]]],[[277,[-1,-2,80]]],170,[]],[-1,-1,[]],[-1,-1,[]],[[[226,[-1]]],[[278,[-1,299]]],[276,189]],[[[226,[-1]]],[[279,[-1,80]]],170],[-1,-1,[]],[-1,-1,[]],[[[226,[-1]]],[[282,[-1,80]]],[]],[-1,-1,[]],[[[42,[-1,-2]]],[[280,[-1,-2]]],[],177],[[[226,[-1]]],[[280,[-1,80]]],[]],[-1,-1,[]],[285,284],[-1,-1,[]],[51,285],[-1,-1,[]],[-1,[[140,[-2,-3,-4]]],187,[276,189],[],[190,217]],[-1,[[281,[-2,80]]],187,170],[-1,[[277,[-2,-3,80]]],187,170,[]],[-1,[[278,[-2,-3]]],187,[276,189],[190,217]],[-1,[[279,[-2,80]]],187,170],[-1,[[282,[-2,80]]],187,[]],[-1,[[280,[-2,80]]],187,[]],[[[282,[-1,-2]]],[[49,[-1]]],[],177],[[[280,[-1,-2]]],[[49,[-1]]],[],177],[[[282,[-1,-2]]],[[49,[-1]]],[],177],[[[280,[-1,-2]]],[[49,[-1]]],[],177],[[[140,[-2,-3,-4]],-1],[[49,[-3]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[-3]]],[170,9],[[286,[-1]],170],[],[177,132]],[[[278,[-2,-3]],-1],[[49,[-2]]],[189,276,9],[[286,[-1]],276,189],190],[[[279,[-2,-3]],-1],[[49,[-2]]],[170,9],[[286,[-1]],170],[177,132]],[[[280,[-1,-2]],6],[[49,[-1]]],[],177],[[-1,-2],188,[189,9],190],[[-1,-2],188,[189,9],190],[[-1,-2],188,[189,9],190],[[-1,-2],188,[189,9],190],[[-1,-2],188,[189,9],190],[[[140,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[170,9],[[286,[-1]],170],[],[177,132]],[[[140,[-2,-3,-4]],[226,[-1]]],[[49,[[226,[-3]]]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[140,[-2,-3,-4]],[226,[-1]]],[[49,[[226,[-3]]]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[140,[-2,-3,-4]],-1],[[49,[-3]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[-3]]],[170,9],[[286,[-1]],170],[],[177,132]],[[[280,[-1,-2]],6],[[49,[-1]]],[],177],[[[278,[-1,-2]],-1],-1,[276,189],190],[[[278,[-2,-3]],-1],-2,[189,276,169,9],[[286,[-1]],276,189],190],[[[278,[-2,-3]],-1,-4],-2,[189,276,9],[[286,[-1]],276,189],190,100],[[[277,[-1,-2,-3]],-4],2,189,189,[177,132],191],[[[279,[-1,-2]],-3],2,189,[177,132],191],[[[282,[-1,-2]],-3],2,189,177,191],[[[280,[-1,-2]],-3],2,189,177,191],[[[283,[-1]],-2],2,189,191],0,0,[[[140,[-1,-2,-3]]],-3,[],[],[]],[[[278,[-1,-2]]],-2,[],[]],0,0,[[[140,[-2,-3,-4]],-1],-3,[276,189,9],[276,189,[286,[-1]]],[],190],[[[277,[-2,-3,-4]],-1],-3,[170,9],[[286,[-1]],170],[],[177,132]],[[[280,[-1,-2]],6],-1,[],177],[[[280,[-1,-2]],6],-1,[],177],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[[49,[6]]],[[140,[-1,-2,-3]]],[276,189],[],[190,217]],[[[49,[6]]],[[140,[-1,-2,-3]]],[276,189],[],[190,217]],[[[49,[6]]],[[277,[-1,-2,80]]],170,[]],[[[49,[6]]],[[277,[-1,-2,80]]],170,[]],[[[49,[6]]],[[278,[-1,-2]]],[276,189],[190,217]],[[[49,[6]]],[[278,[-1,-2]]],[276,189],[190,217]],[[[49,[6]]],[[279,[-1,80]]],170],[[[49,[6]]],[[279,[-1,80]]],170],[[[140,[-1,-2,-3]],-1,-2],[[49,[-2]]],[276,189],[],190],[[[277,[-1,-2,-3]],-1,-2],[[49,[-2]]],170,[],[177,132]],[[[278,[-1,-2]],-1],5,[276,189],190],[[[279,[-1,-2]],-1],5,170,[177,132]],[[[280,[-1,-2]],6,-1],2,[],177],[[[278,[-1,-2]],[278,[-1,-2]]],[[311,[-1,-2]]],[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],[[312,[-1,-2]]],170,[177,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[140,[-2,-3,-4]]],[],193,[[313,[-1]],276,189],[[313,[-1]]],190],[[[277,[-2,-3,80]]],[],193,[[313,[-1]],276,170],[[313,[-1]]]],[[[278,[-2,-3]]],[],193,[[313,[-1]],276,189],190],[[[279,[-2,80]]],[],193,[[313,[-1]],276,170]],[[[140,[-1,-2,-3]]],[[314,[-1,-2]]],[],[],[]],[[[140,[-1,-2,-3]]],[[315,[-1,-2]]],[],[],[]],[[[140,[-1,-2,-3]]],[[316,[-1,-2]]],[],[],[]],[[[281,[-1,-2]]],[[317,[-1,-2]]],[],177],[[[281,[-1,-2]]],[[318,[-1]]],[],177],[[[277,[-1,-2,-3]]],[[319,[-1,-2,-3]]],[],[],[177,132]],[[[277,[-1,-2,-3]]],[[320,[-1,-2]]],[],[],[177,132]],[[[277,[-1,-2,-3]]],[[321,[-1,-2]]],[],[],[177,132]],[[[278,[-1,-2]]],[[322,[-1]]],[],[]],[[[278,[-1,-2]]],[[323,[-1]]],[],[]],[[[279,[-1,-2]]],[[324,[-1]]],[],[177,132]],[[[279,[-1,-2]]],[[325,[-1,-2]]],[],[177,132]],[[[282,[-1,-2]]],[[326,[-1]]],[],177],[[[282,[-1,-2]]],[[327,[-1]]],[],177],[[[282,[-1,-2]]],[[328,[-1,-2]]],[],177],[[[280,[-1,-2]]],[[329,[-1]]],[],177],[[[280,[-1,-2]]],[[330,[-1,-2]]],[],177],[[[280,[-1,-2]]],[[331,[-1]]],[],177],[[[281,[-1,-2]]],[[332,[-1,-2]]],[],177],[[[140,[-1,-2,-3]]],[[333,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[334,[-1,-2,-3]]],[],[],[177,132]],[[[281,[-1,-2]]],[[42,[-1,-2]]],170,177],[[[140,[-1,-2,-3]]],[[335,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[336,[-1,-2,-3]]],[],[],[177,132]],[[[281,[-1,-2]]],[[42,[-1,-2]]],[],177],[[[278,[-1,-2]],[278,[-1,-2]]],5,[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],5,170,[177,132]],[[[140,[-1,-2,-3]]],5,[],[],[]],[[[281,[-1,-2]]],5,[],177],[[[277,[-1,-2,-3]]],5,[],[],[177,132]],[[[278,[-1,-2]]],5,[],[]],[[[279,[-1,-2]]],5,[],[177,132]],[[[282,[-1,-2]]],5,[],177],[[[280,[-1,-2]]],5,[],177],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[[278,[-1,-2]],[278,[-1,-2]]],5,[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],5,170,[177,132]],[[[278,[-1,-2]],[278,[-1,-2]]],5,[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],5,170,[177,132]],[[[280,[74,-1]]],5,177],[[[140,[-1,-2,-3]]],[[315,[-1,-2]]],[],[],[]],[[[281,[-1,-2]]],[[318,[-1]]],[],177],[[[277,[-1,-2,-3]]],[[320,[-1,-2]]],[],[],[177,132]],[[[278,[-1,-2]]],[[323,[-1]]],[],[]],[[[279,[-1,-2]]],[[324,[-1]]],[],[177,132]],[[[282,[-1,-2]]],[[327,[-1]]],[],177],[[[280,[-1,-2]]],[[329,[-1]]],[],177],[[[140,[-1,-2,-3]]],[[314,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[321,[-1,-2]]],[],[],[177,132]],[[[282,[-1,-2]]],[[326,[-1]]],[],177],[[[280,[-1,-2]]],[[331,[-1]]],[],177],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[[[140,[-1,-2,-3]]],[[337,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[338,[-1,-2]]],[],[],[177,132]],[284,285],0,[[[279,[-1,-2]]],[[49,[-1]]],170,[177,132]],[[[277,[-1,-2,-3]]],[[49,[[310,[-1,-2,-3]]]]],170,[],[177,132]],[[[277,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[177,132]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[140,[-1,-2,-3]]],6,[],[],[]],[[[281,[-1,-2]]],6,[],177],[[[277,[-1,-2,-3]]],6,[],[],[177,132]],[[[278,[-1,-2]]],6,[],[]],[[[279,[-1,-2]]],6,[],[177,132]],[[[282,[-1,-2]]],6,[],177],[[[280,[-1,-2]]],6,[],177],0,0,0,0,[[[277,[-2,-3,-4]],[283,[-1]]],[[339,[-2,-3]]],170,[[286,[-1]],170],[],[177,132]],[[[277,[-2,-3,-4]],[283,[-1]]],[[340,[-2,-3,-4]]],170,[[286,[-1]],170],[],[177,132]],[[[280,[-1,-2]]],[[45,[-1]]],[],177],[[[283,[-1]],-2],[[283,[-3]]],[],100,[]],0,0,[[[282,[-1,-2]],[282,[-1,-2]]],5,[],177],[[],[[140,[-1,-2,299]]],[],[]],[[],[[281,[-1,80]]],170],[[],[[277,[-1,-2,80]]],[],[]],[[],[[278,[-1,299]]],[]],[[],[[279,[-1,80]]],[]],[[],[[282,[-1,80]]],[]],[[],[[280,[-1,80]]],[]],[-1,[[281,[-2,-1]]],177,170],[-1,[[277,[-2,-3,-1]]],[177,132],[],[]],[-1,[[279,[-2,-1]]],[177,132],[]],[-1,[[282,[-2,-1]]],177,[]],[-1,[[280,[-2,-1]]],177,[]],[[[277,[-1,-2,-3]],[277,[-1,-2,-3]]],[[49,[108]]],[],[],[177,132]],[[[279,[-1,-2]],[279,[-1,-2]]],[[49,[108]]],[],[177,132]],[[[282,[-1,-2]],[282,[-1,-2]]],[[49,[108]]],[],177],[[[280,[-1,80]],[304,[-1]]],[[49,[108]]],[]],[[[280,[-1,-2]],[280,[-1,-2]]],[[49,[108]]],[],177],[[[280,[-1,-2]],-3],6,[],177,206],[[[281,[-1,-2]]],[[49,[-1]]],[],177],[[[281,[-1,-2]]],[[49,[[341,[-1,-2]]]]],170,177],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[281,[-1,-2]]],[[49,[-1]]],170,177],[[[282,[-1,-2]]],[[49,[-1]]],[],177],[[[280,[-1,-2]]],[[49,[-1]]],[],177],[[[277,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[177,132]],[[[279,[-1,-2]]],[[49,[-1]]],170,[177,132]],[[[282,[-1,-2]]],[[49,[-1]]],[],177],[[[280,[-1,-2]]],[[49,[-1]]],[],177],[[[277,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[177,132]],[[[279,[-1,-2]]],[[49,[-1]]],170,[177,132]],[[[281,[-1,-2]],-1],2,170,177],[[[282,[-1,-2]],-1],2,[],177],[[[280,[-1,-2]],-1],2,[],177],[[[282,[-1,-2]],-1],2,[],177],[[[280,[-1,-2]],-1],2,[],177],[[[277,[-2,-3,-4]],-5],[[342,[-2,-3]]],[170,9],[[286,[-1]],170],[],[177,132],[[295,[-1]]]],[[[279,[-2,-3]],-4],[[343,[-2]]],[170,9],[[286,[-1]],170],[177,132],[[295,[-1]]]],[[[280,[-1,-2]],-3],[[329,[-1]]],[],177,[[295,[6]]]],[[[277,[-2,-3,-4]],-5],[[344,[-2,-3]]],[170,9],[[286,[-1]],170],[],[177,132],[[295,[-1]]]],[[[280,[-1,-2]],-3],[[331,[-1]]],[],177,[[295,[6]]]],[[[140,[-1,-2,-3]]],[[345,[-1,-2,-3]]],[],[],190],[[[140,[-1,-2,-3]]],[[346,[-1,-2,-3]]],[],[],190],[[[280,[74,-1]],[45,[74]]],[[8,[6,222]]],177],[[[280,[74,-1]],249],[[8,[2,222]]],177],[[[280,[74,-1]],[42,[74,80]]],[[8,[6,222]]],177],[[[280,[74,-1]],29],[[8,[6,222]]],177],[[[280,[74,80]]],6],[[[140,[-2,-3,-4]],-1],[[49,[-3]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[-3]]],[170,9],[[286,[-1]],170],[],[177,132]],[[[278,[-2,-3]],-1],5,[189,276,9],[[286,[-1]],276,189],190],[[[279,[-2,-3]],-1],5,[170,9],[[286,[-1]],170],[177,132]],[[[282,[-1,-2]],6],-1,[],177],[[[280,[-1,-2]],6],[[49,[-1]]],[],177],[[[140,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[170,9],[[286,[-1]],170],[],[177,132]],[[[278,[-1,-2]],-1],[[49,[-1]]],[276,189],190],[[[279,[-1,-2]],-1],[[49,[-1]]],170,[177,132]],[[[140,[-1,-2,-3]],6],2,[276,189],[],190],[[[281,[-1,-2]],6],2,[],177],[[[278,[-1,-2]],6],2,[276,189],190],[[[280,[-1,-2]],6],2,[],177],[[[281,[-1,-2]],6],2,[],177],[[[280,[-1,-2]],6],2,[],177],[[[280,[-1,-2]],6,-1],2,132,177],[[[280,[-1,-2]],6,-3],2,[],177,206],[[[140,[-1,-2,-3]],6],2,[347,189,276],347,[]],[[[277,[-1,-2,80]],6],2,[347,170],347],[[[278,[-1,-2]],6],2,[347,189,276],[]],[[[279,[-1,80]],6],2,[347,170]],[[[280,[-1,80]],6],2,347],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[[140,[-1,-2,-3]],-4],2,[],[],[],206],[[[281,[-1,-2]],-3],2,170,177,206],[[[277,[-1,-2,-3]],-4],2,170,[],[177,132],206],[[[278,[-1,-2]],-3],2,[],[],206],[[[279,[-1,-2]],-3],2,170,[177,132],206],[[[280,[-1,-2]],-3],2,[],177,206],[[[280,[-1,-2]],-3],2,[],177,206],0,[[[280,[-1,-2]],6],2,[],177],[[[280,[-1,-2]],6],2,[],177],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[[140,[-1,-2,-3]],-4],8,196,196,[],76],[[[140,[-2,-3,-4]],-1],8,[348,349,9],[[350,[-1]],189,276],[[350,[-1]]],[]],[[[281,[-1,80]],-2],8,196,76],[[[277,[-1,-2,80]],-3],8,196,196,76],[[[277,[-2,-3,80]],-1],8,[348,9],[[350,[-1]],170],[[350,[-1]]]],[[[278,[-2,-3]],-1],8,[349,348,9],[[350,[-1]],189,276],[]],[[[278,[-1,-2]],-3],8,196,[],76],[[[279,[-2,80]],-1],8,[348,9],[[350,[-1]],170]],[[[279,[-1,80]],-2],8,196,76],[[[282,[-1,80]],-2],8,196,76],[[[280,[-1,80]],-2],8,196,76],[[[280,[-2,80]],-1],8,[349,348,9],[[350,[-1]]]],[[[283,[-1]],-2],8,196,76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[[140,[-1,-2,-3]],6],2,[276,189],[],190],[[[281,[-1,-2]],6],2,[],177],[[[278,[-1,-2]],6],2,[276,189],190],[[[280,[-1,-2]],6],2,[],177],[[[140,[-1,-2,-3]]],2,[276,189],[],190],[[[281,[-1,-2]]],2,[],177],[[[278,[-1,-2]]],2,[276,189],190],[[[280,[-1,-2]]],2,[],177],[[[277,[-2,-3,-4]],-1],[[277,[-2,-3,-4]]],[170,9],[[286,[-1]],170],[],[132,177,132]],[[[279,[-2,-3]],-1],[[279,[-2,-3]]],[170,9],[[286,[-1]],170],[132,177,132]],[[[282,[-1,-2]],6],[[282,[-1,-2]]],[],[132,177]],[[[280,[-1,-2]],6],[[280,[-1,-2]]],[],[132,177]],[[[278,[-1,-2]],[278,[-1,-2]]],[[278,[-1,-2]]],[276,189,132],[190,217]],[[[279,[-1,-2]],[279,[-1,-2]]],[[279,[-1,-2]]],[170,132],[177,132]],[[[280,[-1,-2]],6,6],2,[],177],[[[280,[-1,-2]],6],[[49,[-1]]],[],177],[[[280,[-1,-2]],6],[[49,[-1]]],[],177],[[[278,[-1,-2]],[278,[-1,-2]]],[[351,[-1,-2]]],[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],[[352,[-1]]],170,[177,132]],0,[[[278,[-2,-3]],-1],[[49,[-2]]],[189,276,9],[[286,[-1]],276,189],190],[[[279,[-2,-3]],-1],[[49,[-2]]],[170,9],[[286,[-1]],170],[177,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[[[280,[-1,-2]],6],2,[],177],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[140,[-1,-2,-3]],-1,-2],[[8,[-2,[353,[-1,-2]]]]],[276,189],[],190],[[[277,[-1,-2,-3]],-1,-2],[[8,[-2,[354,[-1,-2,-3]]]]],170,[],[177,132]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[140,[-1,-2,-3]],6],[[8,[2,284]]],[276,189],[],190],[[[281,[-1,-2]],6],[[8,[2,284]]],[],177],[[[278,[-1,-2]],6],[[8,[2,284]]],[276,189],190],[[[280,[-1,-2]],6],[[8,[2,284]]],[],177],[[[281,[-1,-2]],6],[[8,[2,284]]],[],177],[[[280,[-1,-2]],6],[[8,[2,284]]],[],177],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[278,[-1,-2]],[278,[-1,-2]]],[[355,[-1,-2]]],[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],[[356,[-1]]],170,[177,132]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[[277,[-2,-3,-4]],[283,[-1]]],[[339,[-2,-3]]],170,[[286,[-1]],170],[],[177,132]],[[[277,[-2,-3,-4]],[283,[-1]]],[[340,[-2,-3,-4]]],170,[[286,[-1]],170],[],[177,132]],[[[140,[-1,-2,-3]]],[[357,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[358,[-1,-2]]],[],[],[177,132]],[[[140,[-1,-2,-3]]],[[359,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[360,[-1,-2]]],[],[],[177,132]],0,[6,[[140,[-1,-2,299]]],[],[]],[6,[[281,[-1,80]]],170],[6,[[278,[-1,299]]],[]],[6,[[280,[-1,80]]],[]],[[6,-1],[[140,[-2,-3,-1]]],[],[],[]],[[6,-1],[[278,[-2,-1]]],[],[]],[[6,-1],[[281,[-2,-1]]],177,170],[[6,-1],[[280,[-2,-1]]],177,[]],[-1,[[140,[-2,-3,-1]]],[],[],[]],[-1,[[278,[-2,-1]]],[],[]],[[[280,[74,-1]],[45,[74]]],[[8,[6,222]]],177],[[[280,[74,-1]],[45,[74]]],[[8,[2,222]]],177],[[[280,[74,-1]],[45,[208]]],[[8,[6,222]]],177],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[317,[-1,-2]]],-2,[],177],[[[332,[-1,-2]]],-2,[],177],[[[292,[-1,-2]]],-2,[],177],[[[296,[-1,-2]]],-2,170,177],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[318,[-1]]],[[318,[-1]]],[]],[[[317,[-1,-2]]],[[317,[-1,-2]]],132,[132,177]],[[[332,[-1,-2]]],[[332,[-1,-2]]],132,[132,177]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[[],[[317,[-1,80]]],[]],[6,-1,[]],[[[341,[-1,-2]]],-1,170,177],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[341,[-1,-2]]],-1,170,177],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[[[341,[-1,-2]]],2,170,177],[6,2],[6,2],[6,2],[6,2],[6,2],[[[296,[-1,-2]]],2,170,177],[[[341,[-1,-2]],37],[[8,[2,38]]],[170,181],177],[[[318,[-1]],37],[[8,[2,38]]],181],[[[317,[-1,-2]],37],[[8,[2,38]]],181,177],[[[332,[-1,-2]],37],[[8,[2,38]]],181,[181,177]],[[[292,[-1,-2]],37],[[8,[2,38]]],181,[181,177]],[[[296,[-1,-2]],37],[[8,[2,38]]],[181,170],[181,177]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],5,[]],[[[317,[-1,-2]]],5,[],177],[[[292,[-1,-2]]],5,[],177],0,0,0,[[[318,[-1]]],[[49,[-1]]],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[318,[-1]]],[[49,[-1]]],[]],[[[317,[-1,-2]]],[[49,[-1]]],[],177],[[[332,[-1,-2]]],[[49,[-1]]],170,177],[[[292,[-1,-2]]],[[49,[-1]]],[],177],[[[296,[-1,-2]]],[[49,[-1]]],170,177],[[[318,[-1]]],[[49,[-1]]],[]],[[[317,[-1,-2]]],[[49,[-1]]],[],177],[[[292,[-1,-2]]],[[49,[-1]]],[],177],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[[341,[-1,-2]]],-1,170,177],[[[318,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[317,[-1,-2]]],[[2,[6,[49,[6]]]]],[],177],[[[332,[-1,-2]]],[[2,[6,[49,[6]]]]],170,177],[[[292,[-1,-2]]],[[2,[6,[49,[6]]]]],[],177],[[[296,[-1,-2]]],[[2,[6,[49,[6]]]]],170,177],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1,-2,-3]],-4],[[298,[-1,-2,-3]]],170,[],[177,132],100],[[[340,[-1,-2,-3]]],[[339,[-1,-2]]],[],[],[]],[-1,129,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[320,[-1,-2]]],[[320,[-1,-2]]],[],[]],[[[338,[-1,-2]]],[[338,[-1,-2]]],[],[]],[[[358,[-1,-2]]],[[358,[-1,-2]]],[],[]],[[[342,[-1,-2]]],[[342,[-1,-2]]],[],[]],[[[339,[-1,-2]]],[[339,[-1,-2]]],[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[],[[320,[-1,-2]]],[],[]],[[],[[321,[-1,-2]]],[],[]],[[],[[319,[-1,-2,-3]]],[],[],[177,217,132]],[[],[[338,[-1,-2]]],[],[]],[[],[[358,[-1,-2]]],[],[]],[[],[[334,[-1,-2,-3]]],[],[],[177,217,132]],[[],[[336,[-1,-2,-3]]],[],[],[177,217,132]],[[],[[342,[-1,-2]]],[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[354,[-1,-2,80]]],58,[181,170],181],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],0,0,[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[319,[-1,-2,-3]]],2,[],[],[177,132]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,[[[298,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],181,[177,132]],[[[361,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],[],[177,132]],[[[310,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],181,[177,132]],[[[354,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],181,[177,132]],[[[354,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],181,[177,132]],[[[320,[-1,-2]],37],[[8,[2,38]]],181,181],[[[321,[-1,-2]],37],[[8,[2,38]]],181,181],[[[319,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[177,132]],[[[338,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[358,[-1,-2]],37],[[8,[2,38]]],[],181],[[[360,[-1,-2]],37],[[8,[2,38]]],[],181],[[[334,[-1,-2,-3]],37],[[8,[2,38]]],181,[],[177,132]],[[[336,[-1,-2,-3]],37],[[8,[2,38]]],[],181,[177,132]],[[[342,[-1,-2]],37],[[8,[2,38]]],181,181],[[[344,[-1,-2]],37],[[8,[2,38]]],181,181],[[[306,[-1,-2,-3,80]],37],[[8,[2,38]]],181,181,206],[[[339,[-1,-2]],37],[[8,[2,38]]],181,181],[[[340,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[310,[-1,-2,-3]]],-2,170,[],[177,132]],[[[310,[-1,-2,-3]]],-2,170,[],[177,132]],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,0,0,0,0,0,[[[361,[-1,-2,-3]],-2],-2,170,[],[177,132]],[[[310,[-1,-2,-3]],-2],-2,170,[],[177,132]],[[[340,[-1,-2,-3]],-1,-2],2,170,[],[177,132]],[[[340,[-1,-2,-3]],-1,-2],2,170,[],[177,132]],[[[340,[-1,-2,-3]],-1,-2],2,170,[],[177,132]],[[[340,[-1,-2,-3]],-1,-2],2,170,[],[177,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[361,[-1,-2,-3]]],-1,170,[],[177,132]],[[[310,[-1,-2,-3]]],-2,170,[],[177,132]],[[[298,[-1,-2,-3]]],-1,170,[],[177,132]],[[[361,[-1,-2,-3]]],-1,170,[],[177,132]],[[[310,[-1,-2,-3]]],-1,170,[],[177,132]],[[[339,[-1,-2]]],[[49,[-1]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[-1]]],[],[],[]],0,[[[340,[-1,-2,-3]]],[[49,[-1]]],[],[],[]],[[[339,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[]],[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[321,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[358,[-1,-2]]],[[49,[-2]]],[],[]],[[[360,[-1,-2]]],[[49,[-2]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],[],[],[177,132]],[[[336,[-1,-2,-3]]],[[49,[-2]]],[],[],[177,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[320,[-1,-2]]],6,[],[]],[[[321,[-1,-2]]],6,[],[]],[[[319,[-1,-2,-3]]],6,[],[],[177,132]],[[[338,[-1,-2]]],6,[],[]],[[[358,[-1,-2]]],6,[],[]],[[[360,[-1,-2]]],6,[],[]],[[[334,[-1,-2,-3]]],6,[],[],[177,132]],[[[336,[-1,-2,-3]]],6,[],[],[177,132]],0,0,0,0,0,[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[321,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],170,[],[177,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[321,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],170,[],[177,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[339,[-1,-2]]],2,[],[]],[[[340,[-1,-2,-3]]],2,[],[],[]],[[[339,[-1,-2]]],2,[],[]],[[[340,[-1,-2,-3]]],2,[],[],[]],[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[321,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[319,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[177,132]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[358,[-1,-2]]],[[49,[-2]]],[],[]],[[[360,[-1,-2]]],[[49,[-2]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],[],[],[177,132]],[[[336,[-1,-2,-3]]],[[49,[-2]]],[],[],[177,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[306,[-1,-2,-3,-4]]],[[49,[[2,[-1,-2]]]]],[],[],206,[177,132]],[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[321,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[319,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[177,132]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[358,[-1,-2]]],[[49,[-2]]],[],[]],[[[360,[-1,-2]]],[[49,[-2]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],[],[],[177,132]],[[[336,[-1,-2,-3]]],[[49,[-2]]],[],[],[177,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[[298,[-1,-2,-3]]],-2,170,217,[177,132]],[[[298,[-1,-2,-3]],-2],-2,170,[],[177,132]],[[[298,[-1,-2,-3]],-4],-2,170,[],[177,132],100],[[[298,[-1,-2,-3]],-4],-2,170,[],[177,132],100],[[[339,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[]],[[[339,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[[310,[-1,-2,-3]]],-2,170,[],[177,132]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[177,132]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[177,132]],[[[310,[-1,-2,-3]]],[[2,[-1,-2]]],170,[],[177,132]],0,0,0,[[[320,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[321,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[319,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],[],[177,132]],[[[338,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[358,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[360,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[334,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],[],[177,132]],[[[336,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],[],[177,132]],[[[306,[-1,-2,-3,-4]]],[[2,[6,[49,[6]]]]],[],[],206,[177,132]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[[339,[-1,-2]]],[[49,[-2]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[-2]]],[],[],[]],0,[[[340,[-1,-2,-3]]],[[49,[-2]]],[],[],[]],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[324,[-1]]],[[324,[-1]]],[]],[[[290,[-1,-2]]],[[290,[-1,-2]]],[],[177,132]],[[[352,[-1]]],[[352,[-1]]],[]],[[[312,[-1,-2]]],[[312,[-1,-2]]],[],[177,132]],[[[356,[-1]]],[[356,[-1]]],[]],[[[343,[-1]]],[[343,[-1]]],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],[[324,[-1]]],[]],[[],[[325,[-1,-2]]],[],[177,217,132]],[[],[[343,[-1]]],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[324,[-1]],37],[[8,[2,38]]],181],[[[290,[-1,-2]],37],[[8,[2,38]]],181,[177,132]],[[[352,[-1]],37],[[8,[2,38]]],181],[[[312,[-1,-2]],37],[[8,[2,38]]],181,[177,132]],[[[356,[-1]],37],[[8,[2,38]]],181],[[[308,[-1,-2,-3]],37],[[8,[2,38]]],181,206,[177,132]],[[[325,[-1,-2]],37],[[8,[2,38]]],181,[181,177,132]],[[[343,[-1]],37],[[8,[2,38]]],181],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[[324,[-1]]],[[49,[-1]]],[]],[[[343,[-1]]],[[49,[-1]]],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[324,[-1]]],6,[]],[[[325,[-1,-2]]],6,[],[177,132]],0,[[[324,[-1]]],[[49,[-1]]],[]],[[[343,[-1]]],[[49,[-1]]],[]],[[[324,[-1]]],[[49,[-1]]],[]],[[[290,[-1,-2]]],[[49,[-1]]],170,[177,132]],[[[352,[-1]]],[[49,[-1]]],170],[[[312,[-1,-2]]],[[49,[-1]]],170,[177,132]],[[[356,[-1]]],[[49,[-1]]],170],[[[343,[-1]]],[[49,[-1]]],[]],[[[324,[-1]]],[[49,[-1]]],[]],[[[290,[-1,-2]]],[[49,[-1]]],170,[177,132]],[[[352,[-1]]],[[49,[-1]]],170],[[[312,[-1,-2]]],[[49,[-1]]],170,[177,132]],[[[356,[-1]]],[[49,[-1]]],170],[[[308,[-1,-2,-3]]],[[49,[-1]]],[],206,[177,132]],[[[325,[-1,-2]]],[[49,[-1]]],[],[177,132]],[[[343,[-1]]],[[49,[-1]]],[]],[[[324,[-1]]],[[49,[-1]]],[]],[[[325,[-1,-2]]],[[49,[-1]]],[],[177,132]],[[[343,[-1]]],[[49,[-1]]],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[324,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[290,[-1,-2]]],[[2,[6,[49,[6]]]]],170,[177,132]],[[[352,[-1]]],[[2,[6,[49,[6]]]]],170],[[[312,[-1,-2]]],[[2,[6,[49,[6]]]]],170,[177,132]],[[[356,[-1]]],[[2,[6,[49,[6]]]]],170],[[[308,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],206,[177,132]],[[[325,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[177,132]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[362,[-1,-2,-3]],-4],[[362,[-1,-2,-3]]],[],[],[],100],[[[297,[-1,-2]],-3],[[297,[-1,-2]]],[],[],100],[-1,129,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[299,363],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[315,[-1,-2]]],[[315,[-1,-2]]],[],[]],[[[337,[-1,-2]]],[[337,[-1,-2]]],[],[]],[[[357,[-1,-2]]],[[357,[-1,-2]]],[],[]],[299,299],[363,363],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],299],[[],363],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[353,[-1,-2]]],58,181,181],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,[363,188],[[[315,[-1,-2]],37],[[8,[2,38]]],181,181],[[[314,[-1,-2]],37],[[8,[2,38]]],181,181],[[[316,[-1,-2]],37],[[8,[2,38]]],181,181],[[[337,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[357,[-1,-2]],37],[[8,[2,38]]],[],181],[[[291,[-1,-2]],37],[[8,[2,38]]],181,181],[[[305,[-1,-2,-3]],37],[[8,[2,38]]],[],[],206],[[[359,[-1,-2]],37],[[8,[2,38]]],[],181],[[[333,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[335,[-1,-2]],37],[[8,[2,38]]],[],181],[[[346,[-1,-2,-3]],37],[[8,[2,38]]],[],[],[]],[[[362,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[]],[[[364,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[]],[[[365,[-1,-2,-3]],37],[[8,[2,38]]],[],[],[]],[[[345,[-1,-2,-3]],37],[[8,[2,38]]],[],[],[]],[[[297,[-1,-2]],37],[[8,[2,38]]],181,181],[[[366,[-1,-2]],37],[[8,[2,38]]],181,181],[[[367,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[353,[-1,-2]],37],[[8,[2,38]]],181,181],[[[353,[-1,-2]],37],[[8,[2,38]]],181,181],[[299,37],[[8,[2,38]]]],[[363,37],[[8,[2,38]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[346,[-1,-2,-3]],188,-4],[[362,[-1,-2,-3]]],[],[],190,206],[[[345,[-1,-2,-3]],188,-4],[[49,[[2,[-1,-2]]]]],[],[],190,206],[[[346,[-2,-3,-4]],-1],[[362,[-2,-3,-4]]],[189,276,9],[[286,[-1]]],[],190],[[[345,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[189,276,9],[[286,[-1]]],[],190],[[[346,[-2,-3,-4]],188,-1],[[362,[-2,-3,-4]]],[276,9],[[286,[-1]]],[],190],[[[345,[-2,-3,-4]],188,-1],[[49,[[2,[-2,-3]]]]],[189,276,9],[[286,[-1]]],[],190],[[[364,[-1,-2,-3]]],-2,[],[],[]],[[[366,[-1,-2]]],-2,[],[]],[[[364,[-1,-2,-3]]],[[2,[-1,-2]]],[],[],[]],[[[364,[-1,-2,-3]]],[[2,[-1,-2]]],[],[],[]],[[[364,[-1,-2,-3]]],-2,[],[],[]],[[[366,[-1,-2]]],-2,[],[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,0,0,[[[364,[-1,-2,-3]],-2],-2,[],[],[]],[[[365,[-1,-2,-3]],-1,-2],[[2,[-1,-2]]],189,[],190],[[[366,[-1,-2]],-2],-2,[],[]],[[[367,[-1,-2]],-2],-2,[],[]],[[[297,[-1,-2]],-2],[[366,[-1,-2]]],[],[]],[[[367,[-1,-2]],-2],[[366,[-1,-2]]],[],[]],[[[365,[-1,-2,-3]],188,-1,-2],[[2,[-1,-2]]],189,[],190],[[[364,[-1,-2,-3]],-1],-1,[],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[364,[-1,-2,-3]]],-1,[],[],[]],[[[367,[-1,-2]]],-1,[],[]],[[[364,[-1,-2,-3]]],[[2,[-1,-2]]],[],[],[]],[[[364,[-1,-2,-3]]],-2,[],[],[]],[[[366,[-1,-2]]],-2,[],[]],0,0,[[[364,[-1,-2,-3]]],-1,[],[],[]],[[[297,[-1,-2]]],-1,[],[]],[[[366,[-1,-2]]],-1,[],[]],[[[367,[-1,-2]]],-1,[],[]],[[[364,[-1,-2,-3]]],-1,[],[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[315,[-1,-2]]],6,[],[]],[[[314,[-1,-2]]],6,[],[]],[[[316,[-1,-2]]],6,[],[]],[[[337,[-1,-2]]],6,[],[]],[[[357,[-1,-2]]],6,[],[]],[[[291,[-1,-2]]],6,[],[]],[[[359,[-1,-2]]],6,[],[]],[[[333,[-1,-2]]],6,[],[]],[[[335,[-1,-2]]],6,[],[]],0,0,[[],299],[[],363],[[[315,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[314,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[316,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[337,[-1,-2]]],[[49,[-1]]],[],[]],[[[357,[-1,-2]]],[[49,[-2]]],[],[]],[[[291,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[305,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],206],[[[359,[-1,-2]]],[[49,[-2]]],[],[]],[[[333,[-1,-2]]],[[49,[-1]]],[],[]],[[[335,[-1,-2]]],[[49,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[[297,[-1,-2]]],-2,[],217],[[[362,[-1,-2,-3]],-1,-2],[[2,[-1,-2]]],189,[],190],[[[297,[-1,-2]],-2],-2,[],[]],[[[362,[-1,-2,-3]],-4],[[2,[-1,-2]]],189,[],190,100],[[[297,[-1,-2]],-3],-2,[],[],100],[[[297,[-1,-2]],-3],-2,[],[],100],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[364,[-1,-2,-3]]],-2,[],[],[]],[[[366,[-1,-2]]],-2,[],[]],[[[364,[-1,-2,-3]]],[[2,[-1,-2]]],[],[],[]],[[[366,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[[366,[-1,-2]],-2],[[2,[-1,-2]]],[],[]],[[[366,[-1,-2]]],-1,[],[]],[[[315,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[314,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[316,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[337,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[357,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[291,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[305,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],[],206],[[[359,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[333,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[335,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,[[363,[45,[74]]],2],[[363,58],2],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[323,[-1]]],[[323,[-1]]],[]],[[[311,[-1,-2]]],[[311,[-1,-2]]],[],[]],[[[289,[-1,-2]]],[[289,[-1,-2]]],[],[]],[[[351,[-1,-2]]],[[351,[-1,-2]]],[],[]],[[[355,[-1,-2]]],[[355,[-1,-2]]],[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[323,[-1]],37],[[8,[2,38]]],181],[[[322,[-1]],37],[[8,[2,38]]],181],[[[293,[-1]],37],[[8,[2,38]]],181],[[[307,[-1,-2]],37],[[8,[2,38]]],[],206],[[[311,[-1,-2]],37],[[8,[2,38]]],[181,276,189],190],[[[289,[-1,-2]],37],[[8,[2,38]]],[181,276,189],190],[[[351,[-1,-2]],37],[[8,[2,38]]],[181,276,189],190],[[[355,[-1,-2]],37],[[8,[2,38]]],[181,276,189],190],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[323,[-1]]],6,[]],[[[322,[-1]]],6,[]],[[[293,[-1]]],6,[]],[[[323,[-1]]],[[49,[-1]]],[]],[[[322,[-1]]],[[49,[-1]]],[]],[[[293,[-1]]],[[49,[-1]]],[]],[[[307,[-1,-2]]],[[49,[-1]]],[],206],[[[311,[-1,-2]]],[[49,[-1]]],[276,189],190],[[[289,[-1,-2]]],[[49,[-1]]],[276,189],190],[[[351,[-1,-2]]],[[49,[-1]]],[276,189],190],[[[355,[-1,-2]]],[[49,[-1]]],[276,189],190],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[323,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[322,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[293,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[307,[-1,-2]]],[[2,[6,[49,[6]]]]],[],206],[[[311,[-1,-2]]],[[2,[6,[49,[6]]]]],[276,189],190],[[[289,[-1,-2]]],[[2,[6,[49,[6]]]]],[276,189],190],[[[351,[-1,-2]]],[[2,[6,[49,[6]]]]],[276,189],190],[[[355,[-1,-2]]],[[2,[6,[49,[6]]]]],[276,189],190],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[[[288,[-1,-2]]],[[287,[-1,-2]]],[],177],[[[287,[-1,-2]]],[[49,[-1]]],[],177],[[[288,[-1,-2]]],[[49,[-1]]],[],177],[[[288,[-1,-2]]],[[49,[-1]]],[],177],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[327,[-1]]],[[327,[-1]]],[]],[[[287,[-1,-2]]],[[287,[-1,-2]]],[],177],[[[328,[-1,-2]]],[[328,[-1,-2]]],132,[132,177]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[287,[-1,-2]]],[[49,[-1]]],[],177],[[[288,[-1,-2]]],[[49,[-1]]],[],177],0,0,[[],[[327,[-1]]],[]],[[],[[326,[-1]]],[]],[[],[[328,[-1,80]]],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[327,[-1]],37],[[8,[2,38]]],181],[[[326,[-1]],37],[[8,[2,38]]],181],[[[287,[-1,-2]],37],[[8,[2,38]]],181,177],[[[288,[-1,-2]],37],[[8,[2,38]]],181,177],[[[309,[-1,-2,80]],37],[[8,[2,38]]],181,206],[[[328,[-1,-2]],37],[[8,[2,38]]],181,177],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[287,[-1,-2]]],[[49,[-1]]],[],177],[[[288,[-1,-2]]],[[49,[-1]]],[],177],[[[288,[-1,-2]]],[[49,[-1]]],[],177],0,0,0,0,[[[287,[-1,-2]]],[[49,[6]]],[],177],[[[288,[-1,-2]]],[[49,[6]]],[],177],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[[288,[-1,-2]],-1],2,[],177],[[[288,[-1,-2]],-1],2,[],177],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[327,[-1]]],[[49,[-1]]],[]],[[[326,[-1]]],[[49,[-1]]],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],0,0,0,0,0,0,0,0,0,0,[[[287,[-1,-2]]],2,[],177],[[[288,[-1,-2]]],2,[],177],[[[287,[-1,-2]]],2,[],177],[[[288,[-1,-2]]],2,[],177],[[[327,[-1]]],[[49,[-1]]],[]],[[[326,[-1]]],[[49,[-1]]],[]],[[[309,[-1,-2,-3]]],[[49,[-1]]],[],206,177],[[[328,[-1,-2]]],[[49,[-1]]],[],177],[[[327,[-1]]],[[49,[-1]]],[]],[[[326,[-1]]],[[49,[-1]]],[]],[[[328,[-1,-2]]],[[49,[-1]]],[],177],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],0,[[[287,[-1,-2]]],[[49,[-1]]],[],177],[[[288,[-1,-2]]],[[49,[-1]]],[],177],[[[287,[-1,-2]]],[[49,[-1]]],[],177],[[[288,[-1,-2]]],[[49,[-1]]],[],177],[[]],[[]],[[]],[[]],[[]],[[]],[[[288,[-1,-2]]],[[49,[-1]]],[],177],[[[288,[-1,-2]]],[[49,[-1]]],[],177],0,[[[288,[-1,-2]],-1],2,[],177],[[[288,[-1,-2]],-1],2,[],177],[[[288,[-1,-2]]],[[49,[-1]]],[],177],[[[288,[-1,-2]]],[[49,[[282,[-1,-2]]]]],[],[132,177]],[[[327,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[326,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[309,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],206,177],[[[328,[-1,-2]]],[[2,[6,[49,[6]]]]],[],177],[[[288,[-1,80]],[282,[-1,80]]],2,[]],[[[288,[-1,80]],[282,[-1,80]]],2,[]],[[[288,[-1,-2]]],[[282,[-1,-2]]],[],[132,177]],[[[288,[-1,-2]]],[[282,[-1,-2]]],[],[132,177]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[[[331,[-1]],6],[[8,[2,368]]],[]],[[[329,[-1]],6],[[8,[2,368]]],[]],[[[330,[-1,-2]],6],[[8,[2,368]]],[],177],[[[331,[-1]],6],[[8,[2,368]]],[]],[[[329,[-1]],6],[[8,[2,368]]],[]],[[[330,[-1,-2]],6],[[8,[2,368]]],[],177],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[329,[-1]]],[[329,[-1]]],[]],[[[330,[-1,-2]]],[[330,[-1,-2]]],132,[132,177]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[330,[-1,-2]]],6,[],177],0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],0,[[[294,[-1,-2]]],2,[],177],[6,2],[6,2],[6,2],[6,2],[[[294,[-1,-2]],37],[[8,[2,38]]],181,177],[[[331,[-1]],37],[[8,[2,38]]],181],[[[329,[-1]],37],[[8,[2,38]]],181],[[[330,[-1,-2]],37],[[8,[2,38]]],181,177],[[[331,[-1]],-2,-3],-2,[],[],206],[[[329,[-1]],-2,-3],-2,[],[],206],[[[330,[-1,-2]],-3,-4],-3,[],177,[],206],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,[[],6],[[],6],[[],6],[[],6],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[331,[-1]]],5,[]],[[[329,[-1]]],5,[]],[[[330,[-1,-2]]],5,[],177],[[[331,[-1]]],[[49,[-1]]],[]],[[[329,[-1]]],[[49,[-1]]],[]],[[[330,[-1,-2]]],49,[],177],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[331,[-1]]],6,[]],[[[329,[-1]]],6,[]],0,[[[294,[-1,-2]]],[[49,[-1]]],[],177],[[[331,[-1]]],[[49,[-1]]],[]],[[[329,[-1]]],[[49,[-1]]],[]],[[[330,[-1,-2]]],[[49,[-1]]],[],177],[[[294,[-1,-2]]],[[49,[-1]]],[],177],[[[331,[-1]]],[[49,[-1]]],[]],[[[329,[-1]]],[[49,[-1]]],[]],[[[330,[-1,-2]]],[[49,[-1]]],[],177],[[[330,[-1,-2]]],[[8,[226,369]]],[],177],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[]],[[]],[[]],[[]],0,[[[331,[-1]],-2,-3],-2,[],[],206],[[[329,[-1]],-2,-3],-2,[],[],206],[[[330,[-1,-2]],-3,-4],-3,[],177,[],206],[[[294,[-1,-2]]],[[2,[6,[49,[6]]]]],[],177],[[[331,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[329,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[330,[-1,-2]]],[[2,[6,[49,[6]]]]],[],177],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[331,[-1]],-2,-3],-4,[],[],206,370],[[[329,[-1]],-2,-3],-4,[],[],206,370],[[[330,[-1,-2]],-3,-4],-5,[],177,[],206,370],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[331,[-1]],-2,-3],-4,[],[],206,370],[[[329,[-1]],-2,-3],-4,[],[],206,370],[[[330,[-1,-2]],-3,-4],-5,[],177,[],206,370],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[37,[[49,[371]]]],0,[37,5],0,[-1,129,[]],[272,[[49,[58]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[371,371],[38,38],[272,272],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[38,38],108],[[37,-1],[[8,[2,38]]],[182,9]],[[-1,-2],108,[],[]],[-1,38,182],[37,372],[37,373],[37,374],[[37,58],375],[[37,58],376],[[],38],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[38,58],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,[[374,-1],374,187],[[372,-1],372,187],[[373,-1],373,187],[[374,181],374],[[372,181],372],[[373,181,181],373],[[371,371],5],[[38,38],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[375,58,181],375],[[376,181],376],0,[37,172],0,[375,[[8,[2,38]]]],[376,[[8,[2,38]]]],[374,[[8,[2,38]]]],[372,[[8,[2,38]]]],[373,[[8,[2,38]]]],[375,[[8,[2,38]]]],[37,60],0,[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[371,37],[[8,[2,38]]]],[[38,37],[[8,[2,38]]]],[[38,37],[[8,[2,38]]]],[[272,37],[[8,[2,38]]]],[[272,37],[[8,[2,38]]]],0,0,0,0,[272,29],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],188,[189,9],190],0,0,0,[[38,-1],2,191],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],5],[194,195],[[373,181],373],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[37,58],[[8,[2,38]]]],[[37,5,58,58],[[8,[2,38]]]],[[38,38],[[49,[108]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[49,[6]]]],0,0,0,0,[[],[[165,[58]]]],[[],29],[[272,-1],8,76],[[37,5],[[8,[2,38]]]],[[37,[45,[74]]],[[8,[2,38]]]],[[37,172],[[8,[2,38]]]],[[37,377],[[8,[2,38]]]],[[37,378],[[8,[2,38]]]],[[37,273],[[8,[2,38]]]],[[37,228],[[8,[2,38]]]],[[37,201],[[8,[2,38]]]],[[37,229],[[8,[2,38]]]],[[37,230],[[8,[2,38]]]],[[37,[49,[6]]],[[8,[38]]]],[[37,58,-1],[[8,[2,38]]],[196,9]],[[37,58,60,58,-1],[[8,[2,38]]],[196,9]],[37,[[8,[2,38]]]],[[37,[49,[6]]],[[8,[38]]]],[[37,-1],[[8,[2,38]]],[196,9]],[[37,58],[[8,[2,38]]]],[[37,58,6],[[8,[38]]]],[[37,58,60,58,6],[[8,[38]]]],[[37,6],[[8,[38]]]],[[37,58,6],[[8,[38]]]],[[37,58,60,58,6],[[8,[38]]]],[[37,275],[[8,[2,38]]]],[[37,231],[[8,[2,38]]]],[[37,60],[[8,[2,38]]]],[[37,188],[[8,[2,38]]]],[[37,74],[[8,[2,38]]]],[37,[[8,[2,38]]]],[[37,58],[[8,[2,38]]]],[[37,58,60,58],[[8,[2,38]]]],[37,5],[37,5],[37,5],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[373,181],373],[37,[[49,[6]]]],0,[[379,272],[[8,[2,38]]]],[[-1,172],[[8,[2,38]]],[]],[[37,172],[[8,[2,38]]]],[[-1,272],[[8,[2,38]]],[]],[[37,272],[[8,[2,38]]]],[[37,272],[[8,[2,38]]]],[[-1,58],[[8,[2,38]]],[]],[[37,58],[[8,[2,38]]]],[[37,58],[[8,[2,38]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[380,-1],5,206],[[380,-1],5,206],[-1,129,[]],[-1,129,[]],[381,58],[382,58],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[383,[-1]]],[[383,[-1]]],384],[385,385],[386,386],[381,381],[382,382],[380,380],[[[387,[-1]]],[[387,[-1]]],384],[[[388,[-1]]],[[388,[-1]]],384],[[[389,[-1]]],[[389,[-1]]],384],[[[390,[-1]]],[[390,[-1]]],384],[[[391,[-1]]],[[391,[-1]]],384],[[[392,[-1]]],[[392,[-1]]],384],[[[393,[-1]]],[[393,[-1]]],384],[[[394,[-1]]],[[394,[-1]]],384],[[[395,[-1]]],[[395,[-1]]],384],[[[396,[-1]]],[[396,[-1]]],384],[397,397],[398,398],[399,399],[400,400],[401,401],[402,402],[403,403],[404,404],[405,405],[406,406],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[381,6],[382,6],[380,6],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[385,58],[386,58],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[385,385],5],[[386,386],5],[[405,405],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[385,[[49,[6]]]],0,0,[[380,-1],49,206],[[[383,[-1]],37],[[8,[2,38]]],384],[[385,37],[[8,[2,38]]]],[[385,37],[[8,[2,38]]]],[[386,37],[[8,[2,38]]]],[[386,37],[[8,[2,38]]]],[[381,37],[[8,[2,38]]]],[[382,37],[[8,[2,38]]]],[[380,37],[[8,[2,38]]]],[[[387,[-1]],37],[[8,[2,38]]],384],[[[388,[-1]],37],[[8,[2,38]]],384],[[[389,[-1]],37],[[8,[2,38]]],384],[[[390,[-1]],37],[[8,[2,38]]],384],[[[391,[-1]],37],[[8,[2,38]]],384],[[[392,[-1]],37],[[8,[2,38]]],384],[[[393,[-1]],37],[[8,[2,38]]],384],[[[394,[-1]],37],[[8,[2,38]]],384],[[[395,[-1]],37],[[8,[2,38]]],384],[[[396,[-1]],37],[[8,[2,38]]],384],[[397,37],[[8,[2,38]]]],[[398,37],[[8,[2,38]]]],[[399,37],[[8,[2,38]]]],[[400,37],[[8,[2,38]]]],[[401,37],[[8,[2,38]]]],[[402,37],[[8,[2,38]]]],[[402,37],[[8,[2,38]]]],[[403,37],[[8,[2,38]]]],[[403,37],[[8,[2,38]]]],[[404,37],[[8,[2,38]]]],[[404,37],[[8,[2,38]]]],[[405,37],[[8,[2,38]]]],[[406,37],[[8,[2,38]]]],[[402,-1,-2],-1,[],206],[[403,-1,-2],-1,[],206],[[404,-1,-2],-1,[],206],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[18,[[45,[74]],80]]],[[18,[58,80]]]],[58,[[8,[-1]]],[]],[[[45,[74]]],[[8,[58,385]]]],[[[45,[74]]],[[8,[58,385]]]],[[[45,[74]]],58],[[[45,[74]]],58],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[405,[[45,[74]]]],0,[380,5],0,0,[381,[[49,[172]]]],[382,[[49,[[2,[6,172]]]]]],[380,49],[397,[[49,[58]]]],[399,[[49,[58]]]],[400,[[49,[58]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[380,6],[[[45,[74]]],406],[[[383,[-1]]],[[49,[58]]],384],[381,[[49,[172]]]],[382,[[49,[[2,[6,172]]]]]],[380,[[49,[74]]]],[[[387,[-1]]],[[49,[58]]],384],[[[388,[-1]]],[[49,[58]]],384],[[[389,[-1]]],[[49,[58]]],384],[[[390,[-1]]],[[49,[58]]],384],[[[391,[-1]]],[[49,[58]]],384],[[[392,[-1]]],[[49,[58]]],384],[[[393,[-1]]],[[49,[[2,[6,58]]]]],384],[[[394,[-1]]],[[49,[[2,[6,58]]]]],384],[[[395,[-1]]],[[49,[58]]],384],[[[396,[-1]]],[[49,[58]]],384],[397,[[49,[58]]]],[398,[[49,[58]]]],[399,[[49,[58]]]],[400,[[49,[58]]]],[401,[[49,[231]]]],[402,[[49,[172]]]],[403,[[49,[172]]]],[404,[[49,[172]]]],[406,[[49,[405]]]],[[[383,[-1]]],[[49,[58]]],384],[381,[[49,[172]]]],[382,[[49,[[2,[6,172]]]]]],[380,[[49,[74]]]],[[[387,[-1]]],[[49,[58]]],384],[[[388,[-1]]],[[49,[58]]],384],[[[389,[-1]]],[[49,[58]]],384],[[[390,[-1]]],[[49,[58]]],384],[[[393,[-1]]],[[49,[[2,[6,58]]]]],384],[[[394,[-1]]],[[49,[[2,[6,58]]]]],384],[[[395,[-1]]],[[49,[58]]],384],[[[396,[-1]]],[[49,[58]]],384],[397,[[49,[58]]]],[398,[[49,[58]]]],[399,[[49,[58]]]],[400,[[49,[58]]]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[380,6],49],[[380,6],49],[382,6],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[380,-1],[[49,[6]]],206],[[[383,[-1]]],[[49,[58]]],384],[[[387,[-1]]],[[49,[58]]],384],[[[388,[-1]]],[[49,[58]]],384],[[[389,[-1]]],[[49,[58]]],384],[[[390,[-1]]],[[49,[58]]],384],[[[391,[-1]]],[[49,[58]]],384],[[[392,[-1]]],[[49,[58]]],384],[399,[[49,[58]]]],[400,[[49,[58]]]],[[380,-1],49,206],[[380,-1],[[49,[6]]],206],[381,[[2,[6,[49,[6]]]]]],[382,[[2,[6,[49,[6]]]]]],[380,[[2,[6,[49,[6]]]]]],[397,[[2,[6,[49,[6]]]]]],[398,[[2,[6,[49,[6]]]]]],[399,[[2,[6,[49,[6]]]]]],[400,[[2,[6,[49,[6]]]]]],[401,[[2,[6,[49,[6]]]]]],[402,[[2,[6,[49,[6]]]]]],[403,[[2,[6,[49,[6]]]]]],[404,[[2,[6,[49,[6]]]]]],0,[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[[402,-1,-2],-3,[],206,370],[[403,-1,-2],-3,[],206,370],[[404,-1,-2],-3,[],206,370],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[405,58],0,[385,6],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[407,407],[408,408],[409,409],[410,410],[411,411],[[[233,[-1]]],[[233,[-1]]],[132,206]],[412,412],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[407,407],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,[[407,37],[[8,[2,38]]]],[[408,37],[[8,[2,38]]]],[[409,37],[[8,[2,38]]]],[[410,37],[[8,[2,38]]]],[[411,37],[[8,[2,38]]]],[[[233,[-1]],37],[[8,[2,38]]],206],[[412,37],[[8,[2,38]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,58,[]],[408,58],[409,58],[410,58],[411,58],[[[233,[-1]]],58,206],[412,58],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,58],[],[]],[[-1,58],5,[]],[[-1,58],5,[]],[[-1,58],5,[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],0,0,[-1,407,[]],[408,407],[409,407],[410,407],[411,407],[[[233,[-1]]],407,206],[412,407],[-1,407,[]],[408,407],[409,407],[410,407],[411,407],[[[233,[-1]]],407,206],[412,407],[-1,[[49,[[2,[6,6]]]]],[]],[408,[[49,[[2,[6,6]]]]]],[409,[[49,[[2,[6,6]]]]]],[410,[[49,[[2,[6,6]]]]]],[411,[[49,[[2,[6,6]]]]]],[[[233,[-1]]],[[49,[[2,[6,6]]]]],206],[412,[[49,[[2,[6,6]]]]]],[-1,[[49,[[2,[6,6]]]]],[]],[408,[[49,[[2,[6,6]]]]]],[409,[[49,[[2,[6,6]]]]]],[410,[[49,[[2,[6,6]]]]]],[411,[[49,[[2,[6,6]]]]]],[[[233,[-1]]],[[49,[[2,[6,6]]]]],206],[412,[[49,[[2,[6,6]]]]]],[-1,[[49,[[2,[6,6]]]]],[]],[409,[[49,[[2,[6,6]]]]]],[410,[[49,[[2,[6,6]]]]]],[411,[[49,[[2,[6,6]]]]]],[[[233,[-1]]],[[49,[[2,[6,6]]]]],206],[-1,[[49,[[2,[6,6]]]]],[]],[409,[[49,[[2,[6,6]]]]]],[410,[[49,[[2,[6,6]]]]]],[411,[[49,[[2,[6,6]]]]]],[[[233,[-1]]],[[49,[[2,[6,6]]]]],206],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[-1,58],[[49,[58]]],[]],[[-1,58],[[49,[58]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[29,58],2],[[29,58],2],[[29,172],2],[[29,172],2],[[29,58],29],[[29,58],2],[29,[[45,[74]]]],[413,[[45,[74]]]],[29,[[8,[[165,[166]],167]]]],[29,[[8,[[165,[166]],167]]]],[-1,129,[]],[-1,129,[]],[29,58],[29,58],[29,29],[29,29],[29,[[42,[74,80]]]],[414,58],[414,[[45,[74]]]],[29,134],[29,168],[29,58],[29,[[45,[74]]]],[414,58],[29,[[8,[58,167]]]],[29,58],[29,[[8,[58,167]]]],[-1,-2,[],[]],[-1,-2,[],[]],[29,174],[29,58],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,58],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[29,6],[-1,[[209,[-2]]],[],[]],[29,2],[29,29],[413,413],[[29,29],2],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[29,29],108],[[-1,-2],108,[],[]],[[29,58],2],[[],29],[6,-1,[]],[29,58],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[29,58],[6,-1,[]],[6,-1,[]],[413,58],[415,58],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[29]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[29,-1],414,[[295,[6]]]],[6,2],[414,2],[6,2],[6,2],[6,2],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],0,[[29,[165,[58]]],5],[[29,416],5],[[29,58],5],[[29,174],5],[[29,174],5],[[29,417],5],[[29,418],5],[[29,58],5],[[29,29],5],[[29,216],5],[[29,185],5],[[413,413],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,[[295,[6]]]],[[29,29],2],[[29,[165,[58]]],2],[[29,172],2],[[29,172],2],[[29,58],2],[[29,6],2],[[29,6],2],[29,29],[29,29],[[414,37],[[8,[2,38]]]],[[29,37],[[8,[2,38]]]],[[29,37],[[8,[2,38]]]],[[413,37],[[8,[2,38]]]],[[413,37],[[8,[2,38]]]],[[415,37],[[8,[2,38]]]],[[415,37],[[8,[2,38]]]],[-1,-1,[]],[[[18,[58,80]]],29],[419,29],[[[165,[58]]],29],[420,29],[29,29],[58,29],[172,29],[-1,-1,[]],[58,29],[421,29],[422,29],[-1,-1,[]],[-1,-1,[]],[-1,29,187],[-1,29,187],[-1,29,187],[-1,29,187],[-1,29,187],[-1,29,187],[[74,6,6],29],[58,[[8,[29]]]],[[[45,[231]]],[[8,[29,415]]]],[[[45,[231]]],29],[[[42,[74,80]]],[[8,[29,413]]]],[[[45,[74]]],[[165,[58]]]],[[[42,[74,80]]],29],[[-1,-2],188,[189,9],190],[[29,-1],2,191],[[29,[423,[6]]],58],[[29,[424,[6]]],58],[[29,[425,[6]]],58],[[29,[59,[6]]],58],[[29,[426,[6]]],58],[[29,427],58],[[29,427],58],[[29,[424,[6]]],58],[[29,[59,[6]]],58],[[29,[423,[6]]],58],[[29,[425,[6]]],58],[[29,[426,[6]]],58],[[],6],[[],6],[[],6],[[],6],[[[49,[6]]],29],[[[49,[6]]],29],[[[49,[6]]],29],[[[49,[6]]],29],[[29,6,172],2],[[29,6,58],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,[[18,[58,80]]]],[29,[[42,[74,80]]]],[413,[[42,[74,80]]]],[29,[[8,[[165,[166]],167]]]],[29,[[8,[[165,[166]],167]]]],[29,[[428,[-1]]],193],[-1,-2,[],[]],[29,[[2,[74,6,6]]]],[[29,58]],[[29,-1],[[8,[-2,167]]],100,[]],[[29,-1],[[8,[-2,167]]],100,[]],[[29,58],5],[29,5],[[29,58],5],[[],5],[[29,58],5],0,[194,195],[414,[[49,[172]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[29,58],[29,6],[[29,[165,[58]]],5],[[29,58],5],[[29,58],5],[[],29],[414,[[49,[172]]]],[414,[[49,[172]]]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[29,416],[[49,[108]]]],[[29,185],[[49,[108]]]],[[29,174],[[49,[108]]]],[[29,29],[[49,[108]]]],[[29,174],[[49,[108]]]],[[29,417],[[49,[108]]]],[[29,216],[[49,[108]]]],[[]],[[]],[[]],[[]],[29,[[49,[172]]]],[[29,172],2],[[29,58],2],[[29,6],172],[[29,-1],2,384],[[29,-1,58],2,[[295,[6]]]],[[29,6],2],[[29,6],2],[[29,6],2],[[-1,6],2,[]],[[29,-1],2,206],[[],[[165,[58]]]],[[],29],[[29,-1],8,[35,9]],[[29,-1],8,76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[29,6],2],[29,2],[414,[[2,[6,[49,[6]]]]]],[[29,6],29],0,[-1,[[258,[-2]]],[],[]],0,[[29,58],[[49,[58]]]],[[29,58],[[49,[58]]]],[-1,-2,[],[]],[-1,-2,[],[]],[29,[[8,[259,260]]]],[29,[[8,[[430,[429,80]],222]]]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[29,[[165,[58]]]],[29,[[165,[58]]]],[[29,6],2],[-1,[[8,[-2]]],[],[]],[185,[[8,[29,431]]]],[174,[[8,[29,432]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[29,6],[[8,[2,284]]]],[[29,6],[[8,[2,284]]]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[413,385],0,[6,29],[[29,172],[[8,[2,38]]]],[[29,58],[[8,[2,38]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,[[[30,[-1,-2]]],-2,[],177],[-1,129,[]],[-1,129,[]],[-1,129,[]],[[[30,[-1,80]]],199,200],[[[30,[-1,-2]]],[],9,177],[[[433,[-1,-2]]],[],9,177],[[[30,[-1,80]]],201,202],[[[30,[-1,-2]]],-1,9,177],[[[30,[[45,[[203,[-1]]]],-2]]],[[30,[[45,[-1]],-2]]],[],[132,177]],[[[30,[[203,[-1]],-2]]],[[30,[-1,-2]]],[],[132,177]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[30,[-1,-2]]],-1,9,177],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[434,[-2]],-1],[],204,[[206,[-1]]]],[[435,-1],2,100],[[[434,[-2]],-1],[],204,[[100,[-1]]]],[[435,-1],2,100],[[[30,[-1,80]]],[[49,[129]]],[129,9]],[[[436,[-1]]],[[49,[129]]],[]],[[[30,[-1,80]],81,6],[[8,[2,39]]],437],[[[438,[-1]]],2,9],[[[149,[-1]]],2,9],[[[30,[-1,-2]]],[[30,[-1,-2]]],9,[177,132]],[[[433,[-1,-2]]],[[433,[-1,-2]]],9,[177,132]],[[[439,[-1]]],[[439,[-1]]],132],[440,440],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[30,[-1,-2]],[30,[-1,-2]]],108,[170,9],177],[[-1,-2],108,[],[]],[[[30,[116]],22,23],[[8,[24,25]]]],[[[30,[116]],26,27],[[8,[28,29]]]],[[[30,[116]],22,23,[32,[31]]],[[8,[24,25]]]],[[[30,[116]],26,27,[32,[33]]],[[8,[28,29]]]],0,0,0,0,0,[[[30,[-1,80]]],2,9],[[[30,[-1,80]]],[[49,[60]]],437],[[],2],[-1,2,177],[[],441],[[],[[442,[-1]]],217],[[],[[30,[-1,80]]],217],[[],[[433,[-1,80]]],[]],[[],[[438,[-1]]],[217,9]],[[],[[439,[-1]]],[]],[[],[[149,[-1]]],217],[[],[[434,[-1]]],[217,9]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[442,[-1,-2]]],-1,[],100],[[[30,[-1,-2]]],-1,9,177],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[135,[-1]]],-1,9],[6,-1,[]],[[[443,[-1]]],-1,9],[[[444,[-1]]],-1,9],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[135,[-1]]],-1,9],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[444,[-1]]],-1,9],[6,-1,[]],[[[30,[-1,80]]],58,[129,9]],[[[445,[-1]]],58,[]],[[[436,[-1]]],58,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[30,[-2,80]]]]],34,9],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[433,[-2,80]]]]],34,219],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[438,[-2]]]]],34,219],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[149,[-2]]]]],34,219],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[[30,[79,-1]]],[[8,[[30,[-2,-1]],[30,[79,-1]]]]],[177,132],[79,137,138]],[[[30,[79,-1]]],[[30,[-2,-1]]],[177,132],[79,137,138]],[[[30,[-1,-2]]],[[433,[-1,-2]]],9,[132,177]],[6,2],[6,2],[6,2],[[[442,[-1,-2]]],2,[],[]],[6,2],[6,2],[[[30,[-1,-2]]],2,9,177],[[[433,[-1,-2]]],2,9,177],[6,2],[6,2],[6,2],[6,2],[6,2],[[[439,[-1]]],2,[]],[6,2],[6,2],[6,2],[6,2],[[[135,[-1]]],2,9],[6,2],[[[443,[-1]]],2,9],[6,2],[6,2],[[[444,[-1]]],2,9],[6,2],[[[30,[-1,80]]],60,437],[[[30,[-1,80]],60],[[49,[265]]],437],[[[30,[-1,80]],220],5,[221,9]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],177],[[[439,[-1]],[439,[-1]]],5,[]],[[440,440],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[30,[446,80]]],[[8,[2,222]]]],[[[30,[-1,80]]],2,[221,9]],[[447,37],[[8,[2,38]]]],[[448,37],[[8,[2,38]]]],[[441,37],[[8,[2,38]]]],[[[442,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[30,[-1,-2]],37],[[8,[2,38]]],[181,9],177],[[[30,[-1,-2]],37],[[8,[2,38]]],[182,9],177],[[[30,[-1,-2]],37],[[8,[2,38]]],9,177],[[[433,[-1,80]],37],[[8,[2,38]]],9],[[[438,[-1]],37],[[8,[2,38]]],[181,9]],[[435,37],[[8,[2,38]]]],[[449,37],[[8,[2,38]]]],[[[439,[-1]],37],[[8,[2,38]]],181],[[[445,[-1]],37],[[8,[2,38]]],[]],[[[445,[-1]],37],[[8,[2,38]]],[]],[[[436,[-1]],37],[[8,[2,38]]],[]],[[[436,[-1]],37],[[8,[2,38]]],[]],[[[149,[-1]],37],[[8,[2,38]]],[181,9]],[[440,37],[[8,[2,38]]]],[[[135,[-1]],37],[[8,[2,38]]],[182,9]],[[[135,[-1]],37],[[8,[2,38]]],[181,9]],[[[443,[-1]],37],[[8,[2,38]]],[182,9]],[[[443,[-1]],37],[[8,[2,38]]],181],[[[444,[-1]],37],[[8,[2,38]]],181],[[[444,[-1]],37],[[8,[2,38]]],[182,9]],[[[434,[-1]],37],[[8,[2,38]]],9],[[[442,[-1,-2]]],-1,[],100],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[168,[[30,[168,80]]]],[178,[[30,[134,80]]]],[58,[[30,[58,80]]]],[[[30,[58,80]]],[[30,[[45,[74]],80]]]],[[[165,[-1]]],[[30,[-1,80]]],[169,9]],[-1,[[30,[-1,80]]],[]],[29,[[30,[58,80]]]],[[[42,[-1,-2]]],[[30,[[45,[-1]],-2]]],[],[177,132]],[166,[[30,[166,80]]]],[[[45,[-1]]],[[30,[[45,[-1]],80]]],132],[227,-1,[]],[134,[[30,[134,80]]]],[[[18,[-1,-2]]],[[30,[-1,-2]]],9,177],[[[226,[-1]]],[[30,[[45,[-1]],80]]],[]],[184,[[30,[166,80]]]],[175,[[30,[168,80]]]],[-1,-1,[]],[-1,-1,[]],[-1,[[438,[-1]]],[]],[227,-1,[]],[-1,-1,[]],[-1,-1,[]],[227,-1,[]],[-1,[[439,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[445,[-1]]],[[436,[-1]]],[]],[-1,[[149,[-1]]],[]],[227,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[434,[-1]]],[]],[227,-1,[]],[-1,-1,[]],[-1,[[30,[[45,[-2]],80]]],187,[]],[-1,[[434,[-1]]],9],[[[232,[-1]]],[[232,[[434,[-1]]]]],9],[[],[[30,[-1,80]]],9],[[],[[433,[-1,80]]],9],[-1,[[30,[-2,-1]]],177,9],[-1,[[433,[-2,-1]]],177,9],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],177],[[[439,[-1]]],[[49,[-1]]],[]],[[-1,-2],188,[189,9],190],[[[30,[-1,-2]]],[[49,[-1]]],9,177],[[[438,[-1]]],[[8,[-1,[445,[-1]]]]],9],[[[439,[-1]]],[[49,[-1]]],[]],[[[445,[-1]]],-1,[]],[[[149,[-1]]],[[8,[-1,[445,[-1]]]]],9],[[[434,[-1]]],-1,9],[[[30,[-1,-2]]],-1,9,177],[[[439,[-1]],-2],-1,[],100],[[[439,[-1]],-2],[[8,[-1,-3]]],[],100,[]],[[[232,[[434,[-1]]]]],[[232,[-1]]],9],[[[445,[-1]]],-1,[]],[[[30,[-1,80]],60],[[49,[450]]],437],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],177],0,[[[30,[-1,-2]],-3],2,[189,9],177,191],[[],2],[-1,2,[132,177]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[[442,[-1,-2]]],[[8,[-1,-2]]],[],100],[[[30,[-1,-2]]],[[49,[-1]]],[],177],[[[438,[-1]]],[[8,[-1,[445,[-1]]]]],9],[[[439,[-1]]],[[49,[-1]]],[]],[[[445,[-1]]],-1,[]],[[[149,[-1]]],[[8,[-1,[445,[-1]]]]],9],[[[434,[-1]]],-1,[]],[[[30,[-1,-2]]],[],9,177],[[[433,[-1,-2]]],[],9,177],[[-1,58],[[233,[-2]]],[],[]],[435,5],[[-1,58],5,[]],[[[30,[-1,80]],60],5,437],[448,5],[[[438,[-1]]],5,9],[449,5],[[[149,[-1]]],5,9],[[-1,58],5,[]],[[[30,[446,80]]],5],[[],5],[[],5],[[],5],[[],5],[[[30,[-1,80]],62,62],5,437],[[-1,58],5,[]],[[[30,[446,80]]],5],[194,195],[194,195],[194,195],[194,195],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],177],[[[438,[-1]]],[[8,[[135,[-1]],[445,[[135,[-1]]]]]]],9],0,0,0,[[[30,[-1,80]],235],2,[221,9]],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],177],[[[30,[-1,-2]]],-1,132,[177,132]],[[[30,[-1,80]],60],[[49,[451]]],437],[[[30,[116]],22],23],0,[[[30,[-1,-2]],[30,[-1,-2]]],5,[],177],[6,447],[[],441],[-1,[[442,[-2,-1]]],100,[]],[-1,[[30,[-1,80]]],[]],[[],[[433,[-1,80]]],[]],[-1,[[438,[-1]]],[]],[[],435],[[],[[439,[-1]]],[]],[-1,[[445,[-1]]],[]],[-1,[[149,[-1]]],[]],[-1,[[434,[-1]]],[]],[-1,[[30,[-2,80]]],100,[]],[[-1,-2],[[30,[-1,-2]]],[],177],[-1,[[433,[-2,-1]]],177,[]],[[],[[30,[[203,[-1]],80]]],[]],[-1,[[30,[[203,[-2]],-1]]],177,[]],[6,[[30,[[45,[[203,[-1]]]],80]]],[]],[[6,-1],[[30,[[45,[[203,[-2]]]],-1]]],177,[]],[[],[[30,[[203,[-1]],80]]],[]],[-1,[[30,[[203,[-2]],-1]]],177,[]],[6,[[30,[[45,[[203,[-1]]]],80]]],[]],[[6,-1],[[30,[[45,[[203,[-2]]]],-1]]],177,[]],[441,2],[441,2],0,0,0,[[-1,-2],[[8,[-3,[240,[-4]]]]],[],[],[],[]],[[-1,-2],[[8,[-3,[242,[-4]]]]],[],[],[],[]],[[[30,[-1,-2]],[30,[-1,-2]]],[[49,[108]]],[],177],0,[-1,[[232,[[30,[-1,80]]]]],[]],[[-1,-2],[[232,[[30,[-1,-2]]]]],[],177],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[[232,[[434,[-1]]]],244],245,[246,9]],[[[30,[-1,80]],452],2,[129,9]],0,0,[[[30,[-1,-2]],[30,[-1,-2]]],5,9,177],[[[433,[-1,-2]],[433,[-1,-2]]],5,9,177],[[[30,[446,80]],[45,[74]]],[[8,[6,222]]]],[[[149,[-1]]],[[8,[[443,[-1]],[445,[[443,[-1]]]]]]],9],[[[30,[446,80]],249],[[8,[2,222]]]],[[[30,[446,80]],[42,[74,80]]],[[8,[6,222]]]],[[[30,[446,80]],29],[[8,[6,222]]]],[[[30,[446,80]],[45,[250]]],[[8,[6,222]]]],[[[30,[-1,80]],6],2,[251,9]],[[[433,[-1,80]],6],2,[251,9]],[[-1,6],2,[]],[[-1,6],2,[]],[[[232,[[434,[-2]]]],-1],252,[],[[253,[-1]],9]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],29],[[],29],[[],29],[[],29],[[[30,[446,80]],254],[[8,[188,222]]]],[[[30,[-1,80]],-2],8,[196,9],76],[[[30,[-2,80]],-1],8,[348,453,9],[[257,[-1]],9]],[[[433,[-1,80]],-2],8,[196,9],76],[[[433,[-2,80]],-1],8,[348,453,9],[[257,[-1]],9]],[[[438,[-1]],-2],8,[196,9],76],[[[149,[-1]],-2],8,[196,9],76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[[439,[-1]],-1],[[8,[2,-1]]],[]],[[[30,[-1,80]]],[[49,[129]]],[129,9]],[[-1,58],[[49,[58]]],[]],[[-1,58],[[49,[58]]],[]],[[[30,[-1,-2]]],6,9,177],[[[433,[-1,-2]]],6,9,177],[[[30,[-1,80]],60],[[49,[454]]],437],[[[30,[-1,80]],60],[[49,[455]]],437],[[[30,[116]],26],27],[[[30,[-1,80]],60],[[49,[456]]],437],[[[439,[-1]]],[[49,[-1]]],[]],[440,5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[30,[-1,80]]],[[8,[259,260]]],[261,9]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[[[30,[-1,80]],81],81,437],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[30,[[45,[-1]],-2]]],[[8,[[30,[[226,[-1]],-2]]]]],[],[177,132]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[438,[-1]]],[[8,[[135,[-1]],[436,[[135,[-1]]]]]]],9],[-1,[[8,[[30,[-1,80]],262]]],[]],[[-1,-2],[[8,[[30,[-1,-2]],262]]],[],177],[[],[[8,[[30,[[203,[-1]],80]],262]]],[]],[-1,[[8,[[30,[[203,[-2]],-1]],262]]],177,[]],[[],[[8,[[30,[[203,[-1]],80]],262]]],[]],[-1,[[8,[[30,[[203,[-2]],-1]],262]]],177,[]],[-1,[[8,[[232,[[30,[-1,80]]]],262]]],[]],[[-1,-2],[[8,[[232,[[30,[-1,-2]]]],262]]],[],177],[[[149,[-1]]],[[8,[[443,[-1]],[436,[[443,[-1]]]]]]],9],[[[30,[-1,-2]]],[[8,[-1,[30,[-1,-2]]]]],[],177],[[[149,[-1]]],[[8,[[444,[-1]],[436,[[444,[-1]]]]]]],9],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[30,[-1,80]],60],[[49,[457]]],437],[[[30,[-1,80]],60],[[49,[456]]],437],[[[135,[-1]]],2,9],[[[30,[-1,-2]]],-1,132,[177,132]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[[433,[-1,-2]]],[[49,[[30,[-1,-2]]]]],9,[132,177]],0,[447,448],[[441,[135,[-1]]],[[8,[[135,[-1]],[445,[[135,[-1]]]]]]],[]],[[441,[135,[-1]],458],[[8,[[2,[[135,[-1]],440]],[445,[[2,[[135,[-1]],440]]]]]]],[]],[[441,[135,[-1]],60],[[8,[[2,[[135,[-1]],5]],[445,[[2,[[135,[-1]],5]]]]]]],[]],[[441,[135,[-1]],458,-2],[[8,[[2,[[135,[-1]],440]],[445,[[2,[[135,[-1]],440]]]]]]],[],206],[[441,[135,[-1]],-2],[[8,[[135,[-1]],[445,[[135,[-1]]]]]]],[],206],[[[30,[-1,-2]]],6,9,177],[[[433,[-1,-2]]],6,9,177],[[[30,[446,80]],[45,[74]]],[[8,[6,222]]]],[[[149,[-1]]],[[8,[[444,[-1]],[445,[[444,[-1]]]]]]],9],[[[30,[446,80]],[45,[208]]],[[8,[6,222]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[459,5],[[[460,[-1]]],[],[]],[461,230],[462,74],[463,228],[464,231],[465,201],[466,60],[467,229],[468,188],[469,274],[470,6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[459,-1],[[8,[459]]],9],[[461,-1],[[8,[461]]],9],[[462,-1],[[8,[462]]],9],[[463,-1],[[8,[463]]],9],[[464,-1],[[8,[464]]],9],[[465,-1],[[8,[465]]],9],[[466,-1],[[8,[466]]],9],[[467,-1],[[8,[467]]],9],[[468,-1],[[8,[468]]],9],[471,471],[[-1,-2],2,[],[]],[[459,5,5,471],5],[[[460,[-1]],471],[],[]],[[461,230,230,471],230],[[462,74,74,471],74],[[463,228,228,471],228],[[464,231,231,471],231],[[465,201,201,471],201],[[466,60,60,471],60],[[467,229,229,471],229],[[468,188,188,471],188],[[469,274,274,471],274],[[470,6,6,471],6],[[459,5,5,471,471],[[8,[5,5]]]],[[[460,[-1]],471,471],8,[]],[[461,230,230,471,471],[[8,[230,230]]]],[[462,74,74,471,471],[[8,[74,74]]]],[[463,228,228,471,471],[[8,[228,228]]]],[[464,231,231,471,471],[[8,[231,231]]]],[[465,201,201,471,471],[[8,[201,201]]]],[[466,60,60,471,471],[[8,[60,60]]]],[[467,229,229,471,471],[[8,[229,229]]]],[[468,188,188,471,471],[[8,[188,188]]]],[[469,274,274,471,471],[[8,[274,274]]]],[[470,6,6,471,471],[[8,[6,6]]]],[[459,5,5,471,471],[[8,[5,5]]]],[[[460,[-1]],471,471],8,[]],[[461,230,230,471,471],[[8,[230,230]]]],[[462,74,74,471,471],[[8,[74,74]]]],[[463,228,228,471,471],[[8,[228,228]]]],[[464,231,231,471,471],[[8,[231,231]]]],[[465,201,201,471,471],[[8,[201,201]]]],[[466,60,60,471,471],[[8,[60,60]]]],[[467,229,229,471,471],[[8,[229,229]]]],[[468,188,188,471,471],[[8,[188,188]]]],[[469,274,274,471,471],[[8,[274,274]]]],[[470,6,6,471,471],[[8,[6,6]]]],[471,2],[[],459],[[],[[460,[-1]]],[]],[[],461],[[],462],[[],463],[[],464],[[],465],[[],466],[[],467],[[],468],[[],469],[[],470],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[-1,[[8,[459]]],[35,9]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[459]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[461]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[461]]],[35,9]],[-1,[[8,[462]]],34],[-1,[[8,[462]]],[35,9]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[463]]],34],[-1,[[8,[463]]],[35,9]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[464]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[464]]],[35,9]],[-1,[[8,[465]]],34],[-1,[[8,[465]]],[35,9]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[466]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[466]]],[35,9]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[467]]],[35,9]],[-1,[[8,[467]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[468]]],34],[-1,[[8,[468]]],[35,9]],[-1,[[8,[469]]],[35,9]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[469]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[470]]],34],[-1,[[8,[470]]],[35,9]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[471,471],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[471,471],[471,2],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,5,471],5],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[[460,[-1]],6,471],[],[]],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,5,471],5],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,471],5],[[459,5,471],5],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[[460,[-1]],6,471],[],[]],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,471,471,-1],[[8,[5,5]]],206],[[[460,[-1]],471,471,-2],8,[],206],[[461,471,471,-1],[[8,[230,230]]],206],[[462,471,471,-1],[[8,[74,74]]],206],[[463,471,471,-1],[[8,[228,228]]],206],[[464,471,471,-1],[[8,[231,231]]],206],[[465,471,471,-1],[[8,[201,201]]],206],[[466,471,471,-1],[[8,[60,60]]],206],[[467,471,471,-1],[[8,[229,229]]],206],[[468,471,471,-1],[[8,[188,188]]],206],[[469,471,471,-1],[[8,[274,274]]],206],[[470,471,471,-1],[[8,[6,6]]],206],[[459,5,471],5],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,37],[[8,[2,38]]]],[[[460,[-1]],37],[[8,[2,38]]],[]],[[[460,[-1]],37],[[8,[2,38]]],[]],[[471,37],[[8,[2,38]]]],[[461,37],[[8,[2,38]]]],[[462,37],[[8,[2,38]]]],[[463,37],[[8,[2,38]]]],[[464,37],[[8,[2,38]]]],[[465,37],[[8,[2,38]]]],[[466,37],[[8,[2,38]]]],[[467,37],[[8,[2,38]]]],[[468,37],[[8,[2,38]]]],[[469,37],[[8,[2,38]]]],[[470,37],[[8,[2,38]]]],[5,459],[-1,-1,[]],[[],[[460,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[230,461],[-1,-1,[]],[-1,-1,[]],[74,462],[-1,-1,[]],[228,463],[-1,-1,[]],[231,464],[201,465],[-1,-1,[]],[-1,-1,[]],[60,466],[229,467],[-1,-1,[]],[-1,-1,[]],[188,468],[274,469],[-1,-1,[]],[-1,-1,[]],[6,470],[5,459],[[],[[460,[-1]]],[]],[230,461],[74,462],[228,463],[231,464],[201,465],[60,466],[229,467],[188,468],[274,469],[6,470],[[[45,[5]]],[[45,[459]]]],[45,[[45,[[460,[-1]]]]],[]],[[[45,[230]]],[[45,[461]]]],[[[45,[74]]],[[45,[462]]]],[[[45,[228]]],[[45,[463]]]],[[[45,[231]]],[[45,[464]]]],[[[45,[201]]],[[45,[465]]]],[[[45,[60]]],[[45,[466]]]],[[[45,[229]]],[[45,[467]]]],[[[45,[188]]],[[45,[468]]]],[[[45,[274]]],[[45,[469]]]],[[[45,[6]]],[[45,[470]]]],[5,459],[[],[[460,[-1]]],[]],[230,461],[74,462],[228,463],[231,464],[201,465],[60,466],[229,467],[188,468],[274,469],[6,470],[[-1,-2],188,[189,9],190],[459,5],[[[460,[-1]]],[],[]],[461,230],[462,74],[463,228],[464,231],[465,201],[466,60],[467,229],[468,188],[469,274],[470,6],[[[45,[459]]],[[45,[5]]]],[[[45,[[460,[-1]]]]],45,[]],[[[45,[461]]],[[45,[230]]]],[[[45,[462]]],[[45,[74]]]],[[[45,[463]]],[[45,[228]]]],[[[45,[464]]],[[45,[231]]]],[[[45,[465]]],[[45,[201]]]],[[[45,[466]]],[[45,[60]]]],[[[45,[467]]],[[45,[229]]]],[[[45,[468]]],[[45,[188]]]],[[[45,[469]]],[[45,[274]]]],[[[45,[470]]],[[45,[6]]]],[[471,-1],2,191],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[459,5],[[[460,[-1]]],[],[]],[461,230],[462,74],[463,228],[464,231],[465,201],[466,60],[467,229],[468,188],[469,274],[470,6],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[459,471],5],[[[460,[-1]],471],[],[]],[[461,471],230],[[462,471],74],[[463,471],228],[[464,471],231],[[465,471],201],[[466,471],60],[[467,471],229],[[468,471],188],[[469,471],274],[[470,471],6],[459],[[[460,[-1]]],[],[]],[461],[462],[463],[464],[465],[466],[467],[468],[469],[470],[5,459],[[],[[460,[-1]]],[]],[230,461],[74,462],[228,463],[231,464],[201,465],[60,466],[229,467],[188,468],[274,469],[6,470],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[459,6],2],[[461,6],2],[[462,6],2],[[463,6],2],[[464,6],2],[[465,6],2],[[466,6],2],[[467,6],2],[[468,6],2],[[469,6],2],[[470,6],2],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[459,-1],8,76],[[459,-1],8,[35,9]],[[461,-1],8,[35,9]],[[461,-1],8,76],[[462,-1],8,76],[[462,-1],8,[35,9]],[[463,-1],8,76],[[463,-1],8,[35,9]],[[464,-1],8,[35,9]],[[464,-1],8,76],[[465,-1],8,[35,9]],[[465,-1],8,76],[[466,-1],8,76],[[466,-1],8,[35,9]],[[467,-1],8,76],[[467,-1],8,[35,9]],[[468,-1],8,[35,9]],[[468,-1],8,76],[[469,-1],8,76],[[469,-1],8,[35,9]],[[470,-1],8,[35,9]],[[470,-1],8,76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[],2],[[459,5,471],2],[[[460,[-1]],471],2,[]],[[461,230,471],2],[[462,74,471],2],[[463,228,471],2],[[464,231,471],2],[[465,201,471],2],[[466,60,471],2],[[467,229,471],2],[[468,188,471],2],[[469,274,471],2],[[470,6,471],2],[471,471],[[459,5,471],5],[[[460,[-1]],471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,129,[]],[-1,129,[]],[-1,129,[]],[-1,129,[]],[-1,129,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[2,[[472,[-1]],[473,[-1]]]]],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[472,[-1]]],[[472,[-1]]],[]],[[[474,[-1]]],[[474,[-1]]],[]],[[[475,[-1]]],[[475,[-1]]],132],[476,476],[477,477],[478,478],[[[479,[-1]]],[[479,[-1]]],132],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[475,[-1]]],58,[]],[476,58],[477,58],[478,58],[[[479,[-1]]],58,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[475,[-1]],[475,[-1]]],5,[]],[[476,476],5],[[477,477],5],[[478,478],5],[[[479,[-1]],[479,[-1]]],5,[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[473,[-1]],37],[[8,[2,38]]],[]],[[[472,[-1]],37],[[8,[2,38]]],[]],[[[474,[-1]],37],[[8,[2,38]]],[]],[[[480,[-1]],37],[[8,[2,38]]],181],[[[481,[-1]],37],[[8,[2,38]]],181],[[[482,[-1]],37],[[8,[2,38]]],181],[[[475,[-1]],37],[[8,[2,38]]],[]],[[[475,[-1]],37],[[8,[2,38]]],[]],[[476,37],[[8,[2,38]]]],[[476,37],[[8,[2,38]]]],[[477,37],[[8,[2,38]]]],[[477,37],[[8,[2,38]]]],[[478,37],[[8,[2,38]]]],[[478,37],[[8,[2,38]]]],[[[479,[-1]],37],[[8,[2,38]]],[]],[[[479,[-1]],37],[[8,[2,38]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[476,477],[476,478],[-1,-1,[]],[[[475,[-1]]],[[479,[-1]]],[]],[-1,-1,[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[473,[-1]]],[[482,[-1]]],[]],[[[473,[-1]]],[[480,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[473,[-1]]],[[480,[-1]]],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[480,[-1]]],[[49,[-1]]],[]],[[[481,[-1]]],[[49,[-1]]],[]],[[[482,[-1]]],[[49,[-1]]],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[473,[-1]]],[[8,[-1,476]]],[]],[[[473,[-1]],483],[[8,[-1,478]]],[]],[[[473,[-1]],458],[[8,[-1,478]]],[]],0,0,0,[[[472,[-1]],-1],[[8,[2,[475,[-1]]]]],[]],[[[474,[-1]],-1],[[8,[2,[475,[-1]]]]],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[6,[[2,[[474,[-1]],[473,[-1]]]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[473,[-1]]],[[481,[-1]]],[]],[[[473,[-1]]],[[8,[-1,477]]],[]],[[[474,[-1]],-1],[[8,[2,[479,[-1]]]]],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[[42,[-1,80]],-1],2,[]],[[[42,[-1,80]],[45,[-1]]],2,132],[[[42,[-1,80]],-1],2,[]],[[[42,[-1,80]],[45,[-1]]],2,132],[[[430,[-1,-2]],6],[[8,[2,368]]],[],177],[[[430,[-1,-2]],6],[[8,[2,368]]],[],177],[[[42,[74,80]],6],2],0,[[[484,[-1,-2]]],-2,[],177],[[[430,[-1,-2]]],-2,[],177],[[[42,[-1,-2]]],-2,[],177],[[[485,[-1,-2,-3]]],-3,[],206,177],[[[42,[-1,-2]],[42,[-1,-2]]],2,[],177],[[[42,[74,80]]],[[8,[[165,[166]],167]]]],[[[42,[74,80]]],[[8,[[165,[166]],167]]]],[[[42,[-1,-2]]],[[45,[-1]]],[],177],[[[42,[-1,-2]]],[[42,[-1,-2]]],[],177],[[[42,[-1,-2]]],[],[],177],[[[430,[-1,-2]]],[[45,[-1]]],[],177],[[[42,[-1,-2]]],[[45,[-1]]],[],177],[[[42,[-1,-2]]],[],[],177],[[[484,[-1,-2]]],[[45,[-1]]],[],177],[[[430,[-1,-2]]],[[45,[-1]]],[],177],[[[42,[-1,-2]]],[[42,[-1,-2]]],[],177],[[[42,[-1,-2]]],[[45,[-1]]],[],177],[[[484,[-1,-2]]],[[45,[-1]]],[],177],[[[430,[-1,-2]]],[[45,[-1]]],[],177],[[[42,[-1,-2]]],[[45,[-1]]],[],177],[[[42,[74,80]]],[[8,[58,167]]]],[[[42,[74,80]]],[[8,[58,167]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[74,80]]],486],[[[42,[74,80]]],487],[[[42,[-1,-2]]],[[45,[-1]]],[],177],[-1,-2,[],[]],[[[42,[74,80]]],174],[[[42,[74,80]]],488],[[[42,[74,80]]],489],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[74,80]]],174],[[[42,[-1,-2]]],[[45,[-1]]],[],177],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[[42,[-1,-2]]],6,[],177],[[[42,[74,80]]],207],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[42,[-1,-2]]],2,[],177],[[[430,[-1,-2]]],[[430,[-1,-2]]],132,[177,132]],[[[42,[-1,-2]]],[[42,[-1,-2]]],132,[177,132]],[[[42,[-1,-2]],[42,[-1,-2]]],2,132,[177,132]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[42,[-1,-2]],[42,[-1,-2]]],108,170,177],[[-1,-2],108,[],[]],[[[430,[-1,-2]]],6,[],177],[[[42,[-1,-2]]],2,[],177],[[[42,[-1,-2]],-3],2,[],177,206],[[[42,[-1,-2]],-3],2,[],177,206],[[],[[430,[-1,-2]]],[],[177,217]],[[],[[42,[-1,80]]],[]],0,[6,-1,[]],[6,-1,[]],[[[42,[-1,-2]]],[[45,[-1]]],[],177],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[42,[-1,-2]]],[[45,[-1]]],[],177],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[42,[74,80]]]]],34],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[42,[-2,80]]]]],34,219],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[[42,[-1,-2]],-3],[[484,[-1,-2]]],[],177,[[295,[6]]]],0,[6,2],[[[484,[-1,-2]]],2,[],177],[6,2],[[[430,[-1,-2]]],2,[],177],[6,2],[[[42,[-1,-2]]],2,[],177],[[[485,[-1,-2,-3]]],2,[],206,177],[6,2],[[[490,[-1,-2]]],2,55,177],[6,2],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],0,[[[42,[74,80]],417],5],[[[42,[-2,-3]],[42,[-1,-4]]],5,[],[[176,[-1]]],177,177],[[[42,[74,80]],216],5],[[[42,[-2,-3]],[45,[-1]]],5,[],[[176,[-1]]],177],[[[42,[74,80]],85],5],[[[42,[-2,-3]],[226,[-1]]],5,[],[[176,[-1]]],177],[[[42,[74,80]],174],5],[[[42,[-2,-3]],[226,[-1]]],5,[],[[176,[-1]]],177],[[[42,[-2,-3]],[45,[-1]]],5,[],[[176,[-1]]],177],[[[42,[74,80]],174],5],[[[42,[74,80]],185],5],[[[42,[-2,-3]],[45,[-1]]],5,[],[[176,[-1]]],177],[[[42,[-2,80]],[304,[-1]]],5,[],[[176,[-1]]]],[[[42,[74,80]],85],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[42,[-1,-2]],-3],2,[],177,187],[[[42,[-1,-2]],-3],2,224,177,187],[[[42,[-1,-2]],[45,[-1]]],2,132,177],[[[42,[-1,-2]],-3],2,132,177,[[295,[6]]]],[[[42,[-1,-2]],-1],2,[],177],[[[42,[-1,-2]],-1],2,224,177],[[[42,[-1,-2]],6],2,224,177],[[[42,[-1,-2]],6],2,[],177],[[[42,[-1,-2]],-3],[[485,[-1,-3,-2]]],[],177,206],[[[42,[74,-1]]],[[8,[2,222]]],177],[[[484,[-1,-2]],37],[[8,[2,38]]],181,177],[[[430,[-1,-2]],37],[[8,[2,38]]],181,177],[[[42,[-1,-2]],37],[[8,[2,38]]],181,177],[[[485,[-1,-2,-3]],37],[[8,[2,38]]],181,[181,206],[181,177]],[[[490,[-1,-2]],37],[[8,[2,38]]],[181,55],[181,177]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[226,[-1]]],[[42,[-1,80]]],132],[216,[[42,[74,80]]]],[29,[[42,[74,80]]]],[185,[[42,[74,80]]]],[[[45,[-1]]],[[42,[-1,80]]],132],[58,[[42,[74,80]]]],[491,[[42,[74,80]]]],[[[18,[[45,[-1]],-2]]],[[42,[-1,-2]]],[],177],[[[280,[-1,-2]]],[[42,[-1,-2]]],[],177],[184,[[42,[74,80]]]],[420,[[42,[74,80]]]],[[[281,[-1,-2]]],[[42,[-1,-2]]],[],177],[[[226,[-1]]],[[42,[-1,80]]],132],[[[45,[-1]]],[[42,[-1,80]]],132],[[[226,[-1]]],[[42,[-1,80]]],[]],[417,[[42,[74,80]]]],[85,[[42,[74,80]]]],[[[165,[[45,[-1]]]]],[[42,[-1,80]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,[[8,[[42,[74,80]]]]],[[492,[[45,[74]]]]]],[-1,[[42,[-2,80]]],187,[]],[[6,6],[[42,[-1,80]]],[]],[[6,6,-1],[[42,[-2,-1]]],177,[]],[[-1,-2],188,[189,9],190],[[[42,[-1,-2]],-3],2,189,177,191],0,[[[42,[-1,80]],493],-1,[]],[[[42,[-1,80]],494],-1,[]],[[[42,[-1,80]],495],-1,[]],[[[42,[-1,80]],496],-1,[]],[[[42,[-1,80]],497],-1,[]],[[[42,[-1,80]],498],-1,[]],[[[42,[-1,-2]],-3],[],[],177,[[499,[[45,[-1]]]]]],[[[42,[-1,80]],494],-1,[]],[[[42,[-1,80]],498],-1,[]],[[[42,[-1,80]],493],-1,[]],[[[42,[-1,80]],495],-1,[]],[[[42,[-1,80]],497],-1,[]],[[[42,[-1,80]],496],-1,[]],[[[42,[-1,-2]],-3],[],[],177,[[499,[[45,[-1]]]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[[49,[6]]],[[42,[-1,80]]],[]],[[[49,[6]]],[[42,[-1,80]]],132],[[[49,[6]]],[[42,[-1,80]]],[]],[[[49,[6]]],[[42,[-1,80]]],132],[[[42,[-1,-2]],6,-1],2,[],177],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[-1,-2]]],[[18,[[45,[-1]],-2]]],[],177],[[[42,[74,80]]],[[8,[[165,[166]],167]]]],[[[42,[74,80]]],[[8,[[165,[166]],167]]]],[[[42,[-2,80]]],[],193,[[313,[-1]]]],[[[42,[[226,[-1]],-2]]],[[42,[-1,-2]]],[],177],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[-1,-2]]],[],[],177],[[[42,[-1,-2]]],[],[],177],[[[42,[-1,-2]]],[],[],177],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[-1,-2]]],[[2,[6,6]]],[],177],[[[42,[-1,-2]]],[[2,[6,6,-2]]],[],177],[[[42,[74,80]],-1],[[8,[-2,167]]],100,[]],[[[42,[74,80]],-1],[[8,[-2,167]]],100,[]],[[[484,[-1,-2]]],5,[],177],[[[430,[-1,-2]]],5,[],177],[[[42,[-1,-2]]],5,[],177],[[],5],[[[42,[74,-1]]],5,177],0,[194,195],[[[484,[-1,-2]]],2,[],177],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[42,[-1,-2]]],[[45,[-1]]],[],177],[[[42,[-1,-2]]],6,[],177],[[[42,[74,80]]],6],0,[[[42,[-2,-3]],[45,[-1]]],5,[],[[176,[-1]]],177],[[[42,[-2,-3]],[45,[-1]]],5,[],[[176,[-1]]],177],[[[42,[-2,-3]],[42,[-1,-4]]],5,[],[[176,[-1]]],177,177],[[[42,[-2,-3]],[226,[-1]]],5,[],[[176,[-1]]],177],[[[42,[-2,-3]],[226,[-1]]],5,[],[[176,[-1]]],177],[[[42,[-2,-3]],[45,[-1]]],5,[],[[176,[-1]]],177],[[],[[42,[-1,80]]],[]],[-1,[[42,[-2,-1]]],177,[]],[[[484,[-1,-2]]],[[49,[-1]]],[],177],[[[430,[-1,-2]]],[[49,[-1]]],[],177],[[[485,[-1,-2,-3]]],[[49,[-1]]],[],206,177],[[[490,[-1,-2]]],49,55,177],[[[484,[-1,-2]]],[[49,[-1]]],[],177],[[[430,[-1,-2]]],[[49,[-1]]],[],177],[[[490,[-1,-2]]],49,55,177],[[[430,[-1,-2]]],[[8,[[226,[-1]],[369,[-1]]]]],[],177],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],0,[[[42,[-1,-2]],[42,[-1,-3]]],[[49,[108]]],[],177,177],[[[42,[74,80]],185],[[49,[108]]]],[[[42,[74,80]],417],[[49,[108]]]],[[[42,[74,80]],174],[[49,[108]]]],[[[42,[74,80]],216],[[49,[108]]]],[[[42,[-1,80]],[304,[-1]]],[[49,[108]]],[]],[[[42,[74,80]],174],[[49,[108]]]],0,[[]],[[]],[[]],[[]],[[]],[[[42,[-1,-2]]],[[49,[-1]]],[],177],0,0,[[[42,[-1,-2]],-1],2,[],177],[[[42,[-1,-2]],-1],[[8,[2,-1]]],[],177],[[[42,[74,80]],-1],2,197],[[[42,[74,80]],74,6],2],[[[42,[74,80]],[45,[74]]],2],[[[42,[74,80]]],6],[[[42,[-1,-2]],6],-1,[],177],0,[[[42,[-1,-2]],6],2,[],177],[[[42,[74,80]],6],[[8,[2,2]]]],[[[42,[-1,-2]],6],2,[],177],[[[42,[-1,-2]],6,-1],2,132,177],[[[42,[74,80]],6],2],[[[42,[-1,-2]],6,-3],2,[],177,206],[[[42,[-1,80]],6],2,347],[[-1,6],2,[]],[[[42,[-1,-2]],-3],2,[],177,206],[[[42,[-1,-2]],-3],2,[],177,206],[[],[[165,[58]]]],[[],29],[[[42,[74,80]],-1],8,76],[[[42,[-2,80]],-1],8,[349,348,9],[[350,[-1]]]],[[[42,[-1,80]],-2],8,196,76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[[42,[-1,-2]],6],2,[],177],[[[42,[-1,-2]],6],2,[],177],[[[42,[-1,-2]]],2,[],177],[[[484,[-1,-2]]],[[2,[6,[49,[6]]]]],[],177],[[[430,[-1,-2]]],[[2,[6,[49,[6]]]]],[],177],[[[485,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],206,177],[[[490,[-1,-2]]],[[2,[6,[49,[6]]]]],55,177],[[[42,[-1,-2]]],[[45,[[203,[-1]]]]],[],177],[[[42,[-1,-2]],-3,-4],[[490,[-2]]],[],177,[[295,[6]]],187],[[[42,[-1,-2]]],[[2,[[45,[-1]],[45,[[203,[-1]]]]]]],[],177],[[[42,[-1,-2]],6],[[42,[-1,-2]]],[],[132,177]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[[[42,[-1,-2]],6],-1,[],177],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[500,80]]],[[8,[259,260]]]],[[[42,[74,80]]],[[165,[58]]]],[[[42,[74,80]]],[[165,[58]]]],[[[42,[-1,-2]],6],2,[],177],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[42,[-1,-2]],6],[[8,[2,284]]],[],177],[[[42,[-1,-2]],6],[[8,[2,284]]],[],177],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,[6,[[42,[-1,80]]],[]],[[6,-1],[[42,[-2,-1]]],177,[]],[[[42,[74,-1]],[45,[74]]],[[8,[6,222]]],177],[[[42,[74,-1]],[45,[74]]],[[8,[2,222]]],177],[[[42,[74,80]],[45,[74]]],2],[[[42,[74,-1]],[45,[208]]],[[8,[6,222]]],177],0,0,0,0,[-1,[[21,[20]]],[]],[-1,[[30,[3]]],[]],[-1,[],[]],[501,[[49,[-1]]],[]],[501,[[49,[-1]]],[]],[-1,4,[]],[-1,[[15,[57,23]]],[]],[-1,3,[]],[-1,[[8,[[42,[74]],75]]],[]],[[-1,29],5,[]],[-1,[[15,[71,27]]],[]],[[[18,[-1]]],[[18,[79]]],[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,6,[]],[-1,6,[]],[[77,58,[45,[74]]],[[61,[2]]]],0,0,[[77,57,[49,[104]],6,[45,[74]]],[[61,[2]]]],[[77,502,58],[[61,[2]]]],[[77,69,58],[[61,[2]]]],[[77,97,58,58],[[61,[2]]]],[[77,97],[[61,[2]]]],[[77,69,58],[[61,[2]]]],[[77,158,503],[[61,[2]]]],[[77,104,58],[[61,[2]]]],[[77,158,58,58],[[61,[2]]]],[[77,142,58,58],[[61,[2]]]],[[77,22],[[61,[2]]]],[[77,57,58],[[61,[2]]]],[[77,22,58,58],[[61,[2]]]],[[77,58],[[61,[2]]]],[[77,504,[45,[74]]],[[61,[2]]]],[[77,505,[18,[[45,[69]]]]],[[61,[2]]]],[[77,136],[[61,[2]]]],[[77,69],[[61,[2]]]],[[77,26],[[61,[2]]]],[[77,71,58],[[61,[2]]]],[[77,26,58,58],[[61,[2]]]],[[77,71,[49,[104]],6,[18,[[45,[69]]]]],[[61,[2]]]],[[77,12,[45,[74]],6],[[61,[2]]]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[-1,5,[]],[77,[[61,[2]]]],[77,[[61,[2]]]],[-1,-1,[]],[-1,-1,[]],0,[[-1,-2],188,[189,9],190],[[14,-1],2,191],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],0,0,0,[[],77],[-1,6,[]],[[]],[[]],[-1,[[59,[6]]],[]],[-1,[[61,[60]]],[]],[-1,[[61,[[2,[60,62]]]]],[]],[-1,[[61,[63]]],[]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,[45,[74]]],[[61,[77]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[39,17],[39,40],0,0,0,0,0,[[-1,3],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[506,6],0,[506,6],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[506,5],[[507,-1],2,187],[[507,-1],2,187],[[-1,63,507],[[8,[2,508]]],[]],[[-1,63,507],[[8,[2,508]]],[]],[[506,37],90],[[507,37],90],[-1,-1,[]],[-1,-1,[]],[[-1,13],[[18,[41]]],[]],[[-1,13],[[42,[[18,[41]]]]],[]],[[],6],[[],6],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[45,[74]],6],506],[506,6],0,[[]],[[]],[[507,63],2],[506,[[59,[6]]]],[506,[[61,[60]]]],[506,[[61,[[2,[60,62]]]]]],[506,[[61,[63]]]],[[506,[42,[[18,[41]]]]],2],0,[[-1,3],2,[]],[[-1,3],2,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[[[45,[74]],77],[[61,[12]]]],[[509,77],[[61,[2]]]],[[510,77],[[61,[2]]]],[[511,77],[[61,[2]]]],[[512,77],[[61,[2]]]],[[513,77],[[61,[2]]]],[[514,77],[[61,[2]]]],[[515,77],[[61,[2]]]],[[516,77],[[61,[2]]]],[[60,77],[[61,[2]]]],[[517,77],[[61,[2]]]],[[518,12,77],[[61,[2]]]],[519,[[61,[[18,[[45,[69]]]]]]]],[81,[[61,[82]]]],[265,[[61,[82]]]],[62,[[61,[82]]]],0,0,0,0,0,0,0,0,0,[[12,264],[[61,[[2,[[45,[62]],520]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[36,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],0,[[520,[45,[62]]],5],[[12,37],90],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[520,5],[520,521],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[520,6],[[],12],[521,49],[[]],[[]],[[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],0,[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0],"c":[555,564,5308,5490,6818,7481,7489,7490,7491,7560,7561,7562,7563,7564,7565,7566,7567,7568,7569,7570,7571,8106],"p":[[3,"Private",9206],[15,"tuple"],[3,"ModuleInfo",9207],[3,"Features",0],[15,"bool"],[15,"usize"],[3,"StructCheckError",9208],[4,"Result",9209],[8,"Sized",9210],[3,"Target",9211],[3,"CompileModuleInfo",9212],[3,"ModuleTranslationState",9132],[3,"LocalFunctionIndex",9213],[3,"FunctionBodyData",8961],[3,"PrimaryMap",9214],[3,"Compilation",9215],[4,"CompileError",9216],[3,"Box",1362],[8,"Compiler",361],[4,"CpuFeature",9211],[3,"EnumSet",9217],[3,"MemoryType",9218],[4,"MemoryStyle",9219],[3,"VMMemory",9220],[4,"MemoryError",9216],[3,"TableType",9218],[4,"TableStyle",9221],[3,"VMTable",9222],[3,"String",6504],[3,"Arc",6807],[3,"VMMemoryDefinition",9223],[3,"NonNull",9224],[3,"VMTableDefinition",9223],[8,"Deserializer",9225],[8,"Fallible",9226],[3,"With",9227],[3,"Formatter",5173],[3,"Error",5173],[3,"BinaryReaderError",9228],[4,"WasmError",9216],[8,"FunctionMiddleware",9054],[3,"Vec",8544],[4,"LibCall",9229],[8,"ModuleMiddleware",9054],[15,"slice"],[4,"Trap",9230],[3,"FrameInfo",9231],[4,"TrapCode",9232],[4,"Option",9233],[3,"Layout",9234],[3,"LayoutError",9234],[3,"FunctionExtent",875],[3,"SectionIndex",9235],[3,"SectionBodyPtr",9236],[8,"Iterator",9237],[3,"CustomSection",9235],[3,"MemoryIndex",9213],[15,"str"],[3,"Range",9238],[15,"u32"],[6,"WasmResult",9216],[4,"ValType",9239],[4,"Operator",9240],[3,"BoxedSlice",9241],[4,"FrameInfosVariant",875],[3,"GlobalFrameInfoRegistration",875],[4,"VMExtern",9242],[3,"StoreObjects",9243],[3,"FunctionIndex",9213],[3,"FunctionBodyPtr",9236],[3,"TableIndex",9213],[3,"Imports",9244],[4,"LinkError",664],[15,"u8"],[4,"SerializeError",9216],[8,"Serializer",9245],[3,"ModuleEnvironment",8961],[3,"TypeId",9246],[8,"Any",9246],[3,"Global",9247],[4,"HeapType",9239],[4,"Type",9218],[3,"ArtifactBuildFromArchiveCell",211],[3,"ModuleFromArchive",211],[3,"OwnedBuffer",9248],[3,"ArtifactBuildFromArchive",211],[3,"ArtifactBuild",211],[3,"CompiledFunctionFrameInfo",9215],[4,"DeserializeError",9216],[6,"Result",5173],[3,"SerializableModule",9249],[3,"ArchivedSerializableModule",9249],[3,"Relocation",9250],[3,"ArchivedPrimaryMap",9214],[3,"Dwarf",9215],[3,"FunctionBody",9215],[3,"SignatureIndex",9213],[3,"EngineInner",745],[4,"HashAlgorithm",9251],[8,"FnOnce",9252],[8,"SymbolRegistry",9253],[3,"Artifact",403],[4,"DataInitializerLocationVariant",403],[3,"GlobalIndex",9213],[3,"ArtifactId",403],[4,"OwnedDataInitializerVariant",403],[3,"DataInitializerLocation",9254],[4,"Ordering",9255],[4,"ArtifactBuildVariant",403],[3,"Engine",745],[3,"VMConfig",9256],[6,"TrapHandlerFn",9256],[3,"VMInstance",9257],[4,"InstantiationError",664],[6,"VMTrampoline",9223],[8,"Tunables",1124],[3,"DataInitializer",9254],[3,"Object",9258],[3,"ModuleMetadata",9253],[3,"VMSharedSignatureIndex",9223],[3,"EngineBuilder",604],[8,"CompilerConfig",361],[8,"Into",9259],[3,"CodeMemory",631],[3,"VMFunctionBody",9236],[8,"FunctionBodyLike",9215],[8,"CustomSectionLike",9235],[3,"UnwindRegistry",1174],[8,"Error",9260],[4,"ImportError",664],[8,"ExactSizeIterator",9261],[8,"Clone",9262],[3,"EngineId",745],[3,"Path",9263],[3,"MutexGuard",6807],[3,"FunctionType",9218],[8,"Send",9210],[8,"Sync",9210],[3,"SignatureRegistry",9264],[3,"HashMap",2283],[8,"RelocationLike",9250],[4,"ImportIndex",9213],[4,"ExternType",9218],[4,"CompiledFunctionFrameInfoVariant",875],[4,"FunctionAddressMapVariant",875],[4,"FunctionAddressMapInstructionVariant",875],[3,"GlobalFrameInfo",875],[3,"FRAME_INFO",875],[3,"RwLock",6807],[4,"VecTrapInformationVariant",875],[3,"SourceLoc",9265],[3,"ModuleInfoFrameInfo",875],[3,"FunctionInfo",875],[3,"InstructionAddressMap",9266],[3,"TrapInformation",9267],[3,"Backtrace",9268],[3,"BaseTunables",1124],[3,"GlobalType",9218],[3,"VMGlobal",9269],[3,"LocalGlobalIndex",9213],[3,"InternalStoreHandle",9243],[3,"LocalMemoryIndex",9213],[3,"LocalTableIndex",9213],[4,"CompiledFunctionUnwindInfoReference",9270],[4,"Cow",1211],[3,"CStr",9271],[3,"Errno",9272],[3,"OsStr",9273],[8,"ToOwned",1211],[8,"Ord",9255],[3,"Bytes",9274],[15,"char"],[8,"FromIterator",9275],[3,"BStr",9276],[3,"OsString",9273],[8,"PartialEq",9255],[8,"Allocator",9277],[3,"PathBuf",9263],[3,"Vec",9278],[8,"Allocator",9279],[8,"Debug",5173],[8,"Display",5173],[3,"PercentDecode",9280],[3,"CString",9281],[3,"BString",9282],[3,"PercentEncode",9280],[8,"IntoIterator",9275],[15,"u64"],[8,"Hash",9283],[8,"BuildHasher",9283],[8,"Hasher",9283],[3,"CowStrDeserializer",9284],[8,"Error",9225],[3,"SchemaGenerator",9285],[4,"Schema",9286],[8,"Serialize",9245],[8,"Buf",9287],[8,"BufMut",9288],[3,"BorrowedFd",9289],[8,"AsFd",9289],[15,"i32"],[8,"AsRawFd",9290],[19,"MaybeUninit",9291],[8,"Tuple",9210],[8,"Fn",9252],[8,"FnMut",9252],[3,"UninitSlice",9292],[3,"IoSlice",9293],[3,"Replacements",9294],[3,"Slice",9295],[8,"DynClone",9296],[8,"DynDigest",9297],[8,"GenVisitor",9285],[3,"Slice",9298],[8,"BufRead",9293],[3,"Bytes",9299],[8,"Default",9300],[3,"ThinBox",1362],[8,"Deserialize",9225],[3,"Metadata",9301],[8,"Log",9301],[3,"Error",9302],[8,"Write",9293],[8,"Copy",9210],[3,"Error",9303],[15,"array"],[15,"never"],[15,"i16"],[15,"i64"],[15,"i8"],[15,"u16"],[3,"Pin",9304],[3,"CharPredicateSearcher",6270],[8,"Read",9293],[3,"Record",9301],[8,"Unsize",9210],[8,"DoubleEndedIterator",9305],[3,"Recompositions",9306],[3,"Decompositions",9307],[4,"ErrMode",9308],[8,"Parser",9309],[4,"ErrMode",9308],[8,"Parser",9309],[3,"Context",9310],[4,"Poll",9311],[8,"Future",9312],[8,"Unpin",9210],[8,"AsyncIterator",9313],[3,"BorrowedCursor",9314],[3,"IoSliceMut",9293],[8,"ArchiveUnsized",9226],[4,"GeneratorState",9315],[8,"Generator",9315],[4,"SeekFrom",9293],[8,"Seek",9293],[8,"Serialize",9316],[8,"SerializeUnsized",9226],[3,"StreamSafe",9317],[3,"PathSegments",9318],[4,"PathSegmentError",9318],[8,"ToPathSegments",9318],[3,"AllocError",9277],[8,"VisitOperator",9240],[4,"BlockType",9240],[3,"RefType",9239],[3,"BrTable",9240],[3,"Ieee32",9240],[3,"MemArg",9240],[3,"Ieee64",9240],[3,"TryTable",9240],[3,"V128",9240],[3,"Arguments",5173],[15,"i128"],[15,"isize"],[15,"u128"],[8,"Eq",9255],[3,"BTreeMap",2283],[3,"HashSet",2283],[3,"BTreeSet",2283],[3,"VecDeque",2283],[3,"BinaryHeap",2283],[3,"LinkedList",2283],[4,"Bound",2283],[3,"TryReserveError",2283],[4,"TryReserveErrorKind",2283],[8,"Borrow",1211],[3,"Cursor",4805],[3,"CursorMut",4805],[3,"Difference",4576],[3,"Difference",3785],[3,"Drain",4024],[3,"Drain",3073],[3,"Drain",4576],[3,"Drain",5017],[8,"RangeBounds",9238],[3,"DrainSorted",3073],[4,"Entry",4024],[4,"Entry",3264],[3,"RandomState",4024],[3,"ArchivedHashMap",9319],[3,"ArchivedBTreeMap",9320],[3,"ArchivedHashSet",9321],[3,"ArchivedBTreeSet",9322],[3,"ArchivedVec",9323],[3,"ExtractIf",4024],[3,"ExtractIf",3264],[3,"ExtractIf",4576],[3,"ExtractIf",3785],[3,"ExtractIf",4805],[3,"OccupiedEntry",3264],[3,"Intersection",4576],[3,"Intersection",3785],[8,"IntoDeserializer",9225],[3,"IterMut",4024],[3,"Iter",4024],[3,"IntoIter",4024],[3,"IntoIter",3073],[3,"Iter",3073],[3,"IntoIter",3264],[3,"Iter",3264],[3,"IterMut",3264],[3,"IntoIter",4576],[3,"Iter",4576],[3,"Iter",3785],[3,"IntoIter",3785],[3,"IterMut",4805],[3,"Iter",4805],[3,"IntoIter",4805],[3,"Iter",5017],[3,"IntoIter",5017],[3,"IterMut",5017],[3,"IntoIterSorted",3073],[3,"IntoKeys",4024],[3,"IntoKeys",3264],[3,"IntoValues",4024],[3,"IntoValues",3264],[3,"Keys",4024],[3,"Keys",3264],[3,"Cursor",3264],[3,"CursorMut",3264],[3,"PeekMut",3073],[3,"Range",3264],[3,"Range",3785],[3,"RangeMut",3264],[3,"RawEntryBuilder",4024],[3,"RawEntryBuilderMut",4024],[8,"Archive",9226],[8,"Serializer",9324],[8,"ScratchSpace",9324],[8,"Serialize",9226],[3,"SymmetricDifference",4576],[3,"SymmetricDifference",3785],[3,"OccupiedError",4024],[3,"OccupiedError",3264],[3,"Union",4576],[3,"Union",3785],[3,"Values",4024],[3,"Values",3264],[3,"ValuesMut",4024],[3,"ValuesMut",3264],[3,"VacantEntry",3264],[4,"RawEntryMut",4024],[3,"DefaultHasher",4024],[3,"RawOccupiedEntryMut",4024],[3,"RawVacantEntryMut",4024],[3,"OccupiedEntry",4024],[3,"VacantEntry",4024],[3,"NonZeroUsize",9325],[3,"IntoIter",9326],[8,"Try",9327],[4,"Alignment",5173],[3,"DebugList",5173],[3,"DebugMap",5173],[3,"DebugSet",5173],[3,"DebugStruct",5173],[3,"DebugTuple",5173],[15,"f32"],[15,"f64"],[8,"Write",5173],[3,"Bytes",5480],[3,"Chars",5480],[3,"CharIndices",5480],[3,"SplitInclusive",5480],[8,"Pattern",6270],[3,"Utf8Error",5480],[3,"ParseBoolError",5480],[3,"Split",5480],[3,"RSplit",5480],[3,"SplitTerminator",5480],[3,"RSplitTerminator",5480],[3,"SplitN",5480],[3,"RSplitN",5480],[3,"MatchIndices",5480],[3,"RMatchIndices",5480],[3,"Matches",5480],[3,"RMatches",5480],[3,"Lines",5480],[3,"LinesAny",5480],[3,"SplitWhitespace",5480],[3,"SplitAsciiWhitespace",5480],[3,"EncodeUtf16",5480],[3,"EscapeDebug",5480],[3,"EscapeDefault",5480],[3,"EscapeUnicode",5480],[3,"Utf8Chunk",5480],[3,"Utf8Chunks",5480],[4,"SearchStep",6270],[3,"CharSearcher",6270],[3,"CharArraySearcher",6270],[3,"CharArrayRefSearcher",6270],[3,"CharSliceSearcher",6270],[3,"StrSearcher",6270],[3,"FromUtf8Error",6504],[3,"Drain",6504],[3,"FromUtf16Error",6504],[3,"ArchivedString",9328],[3,"BytesMut",9329],[4,"Value",9330],[3,"Url",9331],[3,"Uuid",9332],[3,"ComponentName",9333],[3,"KebabString",9333],[3,"RangeInclusive",9238],[3,"RangeFrom",9238],[3,"RangeTo",9238],[3,"RangeToInclusive",9238],[3,"RangeFull",9238],[3,"StringDeserializer",9284],[4,"SocketAddr",9334],[3,"IntoIter",8544],[3,"FromUtf8Error",9335],[3,"Utf8Error",9336],[3,"Weak",6807],[3,"Exclusive",6807],[3,"Once",6807],[4,"TryLockError",6807],[8,"WasmModuleResources",9337],[3,"Mutex",6807],[3,"OnceLock",6807],[3,"WaitTimeoutResult",6807],[3,"Condvar",6807],[3,"LazyLock",6807],[3,"RwLockReadGuard",6807],[3,"RwLockWriteGuard",6807],[3,"PoisonError",6807],[3,"File",9338],[3,"Barrier",6807],[3,"BarrierWaitResult",6807],[3,"OnceState",6807],[3,"GlobalType",9239],[3,"MemoryType",9239],[3,"Request",9260],[8,"SharedSerializeRegistry",9324],[3,"SubType",9239],[3,"TableType",9239],[3,"FuncType",9239],[3,"CoreTypeId",9339],[3,"Duration",9340],[3,"AtomicBool",7489],[3,"AtomicPtr",7489],[3,"AtomicI8",7489],[3,"AtomicU8",7489],[3,"AtomicI16",7489],[3,"AtomicU16",7489],[3,"AtomicI32",7489],[3,"AtomicU32",7489],[3,"AtomicI64",7489],[3,"AtomicU64",7489],[3,"AtomicIsize",7489],[3,"AtomicUsize",7489],[4,"Ordering",7489],[3,"Sender",8222],[3,"Receiver",8222],[3,"SyncSender",8222],[3,"SendError",8222],[3,"RecvError",8222],[4,"TryRecvError",8222],[4,"RecvTimeoutError",8222],[4,"TrySendError",8222],[3,"Iter",8222],[3,"TryIter",8222],[3,"IntoIter",8222],[3,"Instant",9341],[3,"Drain",8544],[3,"ExtractIf",8544],[3,"BStr",9342],[3,"BStr",9342],[3,"Bytes",9342],[3,"Bytes",9342],[3,"Splice",8544],[3,"AlignedVec",9343],[8,"AsRef",9259],[3,"StateID",9344],[3,"PatternID",9345],[3,"SmallIndex",9345],[3,"StateID",9345],[3,"PatternID",9344],[3,"SmallIndex",9344],[8,"SliceIndex",9346],[3,"PathSegment",9318],[8,"ArtifactCreate",8924],[4,"ExportIndex",9213],[4,"GlobalInit",9218],[3,"DataIndex",9213],[3,"ElemIndex",9213],[3,"MiddlewareBinaryReader",9054],[3,"MiddlewareReaderState",9054],[3,"MiddlewareError",9216],[6,"DataSectionReader",9347],[6,"ElementSectionReader",9348],[6,"ExportSectionReader",9349],[6,"FunctionSectionReader",9350],[6,"GlobalSectionReader",9351],[6,"ImportSectionReader",9352],[6,"MemorySectionReader",9353],[6,"NameSectionReader",9354],[6,"TableSectionReader",9355],[6,"TypeSectionReader",9239],[4,"ElementItems",9348],[4,"SingleOrMultiValue",9132],[4,"SingleOrMultiValueIterator",9132],[8,"ModuleMiddlewareChain",9054],[8,"FunctionBinaryReader",8961],[8,"Upcastable",8924],[3,"AllocatedArtifact",403],[8,"BorrowMut",1211],[13,"AllocError",3072],[8,"Octal",5173],[8,"Binary",5173],[8,"LowerHex",5173],[8,"UpperHex",5173],[8,"Pointer",5173],[8,"LowerExp",5173],[8,"UpperExp",5173],[8,"FromStr",5480],[8,"Searcher",6270],[8,"ReverseSearcher",6270],[8,"ToString",6504],[6,"LockResult",6807],[6,"TryLockResult",6807],[6,"WasmTypes",9132],[13,"Multi",9204]],"a":{"compare_and_swap":[7572,7584],"synccell":[6813],"syncwrapper":[6813],"unique":[6813],"{:?}":[5177],"{}":[5184]}},\ +"wasmer_cli":{"doc":"The Wasmer binary lib","t":"RAAAAAAAAFAAAONGEENNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLMLLLMMMMMMMMMMMMMMMMFFNNINNIENNNNNNNNNNNNNNNQQNNCNNNNDNNAALLLLALLLLAMLLLLAAAAAALLLLLLALLLLLLLLLLLAAALLALLALLFALLAAMALLFAKLKLAALLLLLLLLLLLLLLLLLLLLLLAMLLAADNNNENLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLFMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMENNNNNNNNNLLLLAAALLLLLLLLALALLLAALALLLLLLLLLLLLAALDMMMLLLLLLLLLMLLLLMLLMLLLLLLLLLLLLMMMMMMMLLMLMLLLLLLLLLLLLMLFDMLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLLLLDDNNELLMMMFMLLLLLLLLMLLLLLLLFLLLLLLLLLMLLLMLLLLLLLLMLLLLLLLLLLLLLLLLMMMMMMMMMMLLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMFDMLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLDMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLDMMLLLLLLLLLLLMLLLLLLLMMMLLLLLLLLLLLLLLDENNLMLLLLLLLLLLFLLLLLLLLLLLLLLLMLLMLLLMLLLLLLMLLLMLLLLLLLLMLLLLLLLLLLLLLLLLLMDMLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLNEDNNNNNELMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMNENNALLLLLLLLLLLLALLLLALLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLDMLLLLLLLLLLLMLLLLMLLLMLLLLLLLLLLLLLLDNNELMMMLLMLLLLLLLLLLLLLLLLLLMLLLLLMLLLLLLMMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLEDSNNNLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLDNENLLLLLLLLLFLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLMLLLLLLLLLLMLLLLMMLMMLLLLLLLLLLLLDDDNENNNNNNENDDDDDENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLMLLLLLLLLLLLMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLDMLLLLLLLLLLLLLLLLLMLMMLMMLLLLLLLLLLLLMLECNLLLLLLLLLLLLLLLLLLLLALLLLLLLLLHHDLLLLLLLLLLLLLLLLLLLMMMLMLLLLLLLLLLLLNEDDDDDRRDNNENDLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMFFMMFMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLFFLLLMLMALLLLLLLLLMLLLLLLLLLLLLLLLLLLMMMFFMMMMMMMLLLLLLLLLMFFLLLLFLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMALFMLLLLLLLLLFFMMFFFFFFFFFFFFFFFFFFFDMLLLLLLMMMLLLLLLLLLLLLLMMLMMLLLLLLLLLLLLENNNNNLLLLLLLLLLLLALLLLALALLLLLLLLLLLLLADMLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLMLLLMMLLLLLLLLLLLLLLDDMMLLLLLLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDMLLLLLLMLLLLLLLLLLLLLLMMLMMLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLDDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLNENEDNNDNRHNNEHLLLLLMLLLLLLLLLLMMLLLLLLLLFLLLLLLLLLLMLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLMMMMMMMMMFLLLLLMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLMLDLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLENNNNNNLLLLALLLLAAALLLLLALALLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLEDDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDNNENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLDENENNDNNGENNDRNLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLLLLLLLLLLLMLLLLLLFMLMFLMLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLENNLLLLALLLLLLLLALLLLALLLLLLLLLLLLLLDMLLLLLLLLMLLLMLLLLLLLMLLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLDMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLNNECNCNNLLLLAALLLALLLLLLLLLLAAALLLLLLLLLLLLHDHHHLLLLLMLLLLLLLLLLLLLLLLMMLMLLLLLLLLLLLLFFFAFFFAOOOONNNNNEDLLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFHHDHHHMLLLLLLLLLLMLLLLLLLLLMMLMLLLLLLLLLLLMLDMLLLLMLLLLLLMMLLLLLLLLMMMMMMLLMLMLLLLLLLLLLLLMDMLLLLLLLLLLLMMLLLLLLLLLLMMMLLMLLMLLLLLLLLLLLLDMLLLLMLLLLLLLMMLLLLLLLLLLLLMMMMMMLMLLLLMLLLLLLLLLLLLLLMNDNENNDDDNNEDRENDNNLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLMLLFLLLLLLLLLMMMLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLMMMLLLLLLLMLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMMMDRDLMLLLLLLLLLLLLLLMLMLLLLLLLLMMMMLLMLLLLLLLLMMLLLLLMMLLMLMMMFMLLMLLLLLMMLFLLLLLLLLLLLLLLLLLMLLMMDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDGGFMLLLLLLFLLLLLLLLLMLLLMLMMMLMLLLLLLLLLLLMLDLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLDLLLLLLLLLLLMLLLLLMLLLLMLMLLLLLLLLLLLLDLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLENDNLLMMLLLLLLMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMFLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLRRDDSLLLLLLLMLFLLLLLLLLLLLLLLLLLLLLLLLLFMMLLLLLLMLLLLLFLLLLLLLLLLLMLLDDLLLLLLLLLLLLMLLLLLMLLMLLLMLLLMLLLLLLLLLLLLLLLLLLNEDNRLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLLDDDDDSDDDLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLMNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDENNNNDDLLLMMLLLLLLLLLLLLLLMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLMLLLLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRDLLLLLLLLLLLLLLLLFFMLMAFFLAAFLLLLLLLLLLMLLLNNELLLLLLLLLLLFFFFFFFLLLLLLLIENNNENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLKLLLLLLLLLLLLLLLLLLLLLL","n":["VERSION","c_gen","commands","common","edge_config","error","logging","opts","package_source","run_cli","store","types","utils","warning","Array","CIdent","CStatement","CType","Cast","Declaration","Function","I16","I32","I64","I8","ISize","LiteralArray","LiteralConstant","PointerTo","TypeDef","TypeDef","U16","U32","U64","U8","USize","Void","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","const_void_ptr","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","generate_c","generate_c","generate_c","generate_c_with_name","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","staticlib_header","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vec","void_ptr","vzip","vzip","ctype","definition","expression","is_const","is_extern","items","name","new_name","source_type","target_type","value","arguments","inner","inner","is_const","return_value","gen_helper_functions","generate_header_file","Add","App","AsyncCliCommand","Binfmt","Cache","CliCommand","Cmd","Compile","Config","Container","CreateExe","CreateObj","Deploy","Domain","GenCHeader","GenCompletions","GenManPage","Init","Inspect","Journal","Login","Namespace","Output","Output","Package","Publish","Run","Run","SelfUpdate","Ssh","Validate","WasmerCmd","Wast","Whoami","add","app","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","binfmt","borrow","borrow","borrow_mut","borrow_mut","cache","cmd","command","command","command_for_update","command_for_update","compile","config","connect","container","create_exe","create_obj","deref","deref","deref_mut","deref_mut","deserialize","deserialize","domain","drop","drop","execute","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","gen_c_header","gen_completions","gen_manpage","group_id","has_subcommand","init","init","init","inspect","into","into","is_binfmt_interpreter","journal","layout_raw","layout_raw","login","namespace","output","package","pointer_metadata","pointer_metadata","print_version","run","run","run","run_async","run_inner","self_update","ssh","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","validate","version","vzip","vzip","wast","whoami","Add","Npm","Pip","Pnpm","Target","Yarn","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dev","drop","drop","env","execute","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","group_id","init","init","into","into","language","layout_raw","layout_raw","lookup_bindings","lookup_bindings_for_package","npm","packages","pip","pnpm","pointer_metadata","pointer_metadata","target","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","yarn","dev","dev","dev","CmdApp","Create","Delete","Deploy","Get","Info","List","Logs","PurgeCache","Version","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","create","delete","deploy","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","get","has_subcommand","info","init","into","layout_raw","list","logs","pointer_metadata","purge_cache","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","util","version","vzip","CmdAppCreate","api","app_dir_path","app_name","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","create_from_local_manifest","create_from_package","create_from_template","deploy_app","deref","deref_mut","deserialize","drop","env","fetch_templates_cached","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","get_app_config","get_app_name","get_owner","get_template_url","group_id","init","into","layout_raw","load_cached_templates","new_package_name","no_validate","no_wait","non_interactive","offline","owner","package","persist_template_cache","pointer_metadata","quiet","run_async","template","try_deploy","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","use_local_manifest","vzip","write_app_config","CmdAppDelete","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","non_interactive","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppDeploy","DeployAppOpts","Deployed","Reachable","WaitMode","__clone_box","__clone_box","allow_create","api","app","app_config_from_api","app_name","augment_args","augment_args_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","bump","clone","clone","clone_into","clone_into","command","command_for_update","create","deploy_app","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","dir","drop","drop","drop","env","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches_mut","get_owner","group_id","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","make_default","no_default","no_persist_id","no_validate","no_wait","non_interactive","original_config","owner","owner","package","pointer_metadata","pointer_metadata","pointer_metadata","publish","publish_package","quiet","run_async","template","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","use_local_manifest","vzip","vzip","vzip","wait","wait_app","CmdAppGet","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppInfo","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppList","all","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","max","namespace","paging_mode","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppLogs","LogStreamArg","Stderr","Stdout","__clone_box","api","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","datetime_from_unix","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","init","into","into","layout_raw","layout_raw","max","pointer_metadata","pointer_metadata","run_async","streams","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","until","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","vzip","vzip","watch","CmdAppPurgeCache","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","AppId","AppIdent","AppIdentOpts","AppVersionId","Config","Ident","Name","NamespacedName","ResolvedAppIdent","__clone_box","app","augment_args","augment_args_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches_mut","from_str","get_app_config_from_current_dir","group_id","ident","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","load_app","login_user","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve_static","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","vzip","config","ident","path","Activate","CmdAppVersion","Get","List","activate","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","get","has_subcommand","init","into","layout_raw","list","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppVersionActivate","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","version","vzip","CmdAppVersionGet","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","into","layout_raw","name","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdAppVersionList","Newest","Oldest","Sort","__clone_box","after","all","api","augment_args","augment_args_for_update","before","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","group_id","ident","init","init","into","into","layout_raw","layout_raw","max","offset","pointer_metadata","pointer_metadata","run_async","sort","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","vzip","vzip","Action","Binfmt","FILENAME","Register","Reregister","Unregister","__clone_box","action","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","binfmt_misc","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command","command_for_update","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","execute","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","group_id","has_subcommand","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","seccheck","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","Cache","Clean","Cmd","Dir","__clone_box","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","clean","clone","clone_into","cmd","command","command","command_for_update","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","env","execute","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","group_id","has_subcommand","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","Compile","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","cpu_features","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","hash_algorithm","init","inner_execute","into","layout_raw","output","path","pointer_metadata","store","target_triple","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","BoolString","Config","Flags","Get","GetOrSet","ProxyUrl","ProxyUrl","RegistryToken","RegistryToken","RegistryUrl","RegistryUrl","RetrievableConfigField","Set","SetProxyUrl","SetRegistryToken","SetRegistryUrl","SetTelemetryEnabled","SetUpdateNotificationsEnabled","StorableConfigField","TelemetryEnabled","TelemetryEnabled","UpdateNotificationsEnabled","UpdateNotificationsEnabled","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","augment_args","augment_args","augment_args","augment_args","augment_args","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_subcommands","augment_subcommands","augment_subcommands","augment_subcommands_for_update","augment_subcommands_for_update","augment_subcommands_for_update","bindir","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","cflags","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","command","command","command","command","command","command","command","command","command","command","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","compare","compare","compare","compare","compare","compare","compare","compare","compare","config_path","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enabled","enabled","env","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","execute","execute","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_str","group_id","group_id","group_id","group_id","group_id","group_id","group_id","has_subcommand","has_subcommand","has_subcommand","includedir","init","init","init","init","init","init","init","init","init","init","init","inner_execute","into","into","into","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","libdir","libs","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pkg_config","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","prefix","set","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","token","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","url","url","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","CmdConnect","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","ip","layout_raw","leave_down","leave_postfix","pointer_metadata","print","promiscuous","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","url","vzip","Container","PackageUnpack","Unpack","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","unpack","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","EXTRACTED_TO_EMOJI","PACKAGE_EMOJI","PackageUnpack","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","out_dir","overwrite","package_path","pointer_metadata","quiet","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","Allow","AllowMultiWasm","CommandEntrypoint","CreateExe","CrossCompile","CrossCompileSetup","Entrypoint","LINK_SYSTEM_LIBRARIES_UNIX","LINK_SYSTEM_LIBRARIES_WINDOWS","PrefixMapCompilation","Reject","Url","UrlOrVersion","Version","Volume","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","atom","atoms","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","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","command","command","command","command_for_update","command_for_update","compilation_objects","compile_atoms","compile_pirita_into_directory","compiler","cpu_features","create_header_files_in_dir","cross_compile","debug_dir","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","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","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","equivalent","execute","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_input","from_str","generate_wasmer_main_c","get_compilation_object_for_atom","get_entrypoint","get_module_infos","get_prefix_for_atom","group_id","group_id","hash_algorithm","hash_for_bytes","header","http_fetch","init","init","init","init","init","init","init","init","init","input_hashes","into","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","libraries","library","library_path","link_exe_from_dir","link_objects_system_linker","manual_prefixes","module_info","name","obj_file","output","path","path","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","precompiled_atom","prepare_directory_from_single_wasm_file","run_c_compile","serialize","serialize","serialize","serialize","serialize_volume_to_webc_v1","split_prefix","tarball","target","target_triple","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","use_system_linker","use_wasmer_release","utils","validate","volume_file_block","volumes","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_entrypoint","write_volume_obj","zig_binary_path","zig_binary_path","download_release","download_url","get_release","list_dir","untar","filter_tarball","filter_tarball_internal","find_filename","find_libwasmer_in_files","find_zig_binary","get_cross_compile_setup","get_libwasmer_cache_path","get_libwasmer_path","get_wasmer_dir","get_wasmer_include_directory","get_zig_exe_str","normalize_atom_name","target_triple_to_target","triple_to_zig_triple","CreateObj","atom","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","compiler","cpu_features","debug_dir","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","output","path","pointer_metadata","prefix","target_triple","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdDomain","Get","GetZoneFile","List","Register","SyncZoneFile","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","get","has_subcommand","init","into","layout_raw","list","pointer_metadata","register","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","zonefile","CmdDomainGet","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","name","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdDomainList","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","namespace","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdDomainRegister","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","import_records","init","into","layout_raw","name","namespace","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdZoneFileGet","CmdZoneFileSync","api","api","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","command","command","command_for_update","command_for_update","deref","deref","deref_mut","deref_mut","deserialize","deserialize","domain_name","drop","drop","fmt","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","group_id","group_id","init","init","into","into","layout_raw","layout_raw","no_delete_missing_records","pointer_metadata","pointer_metadata","run_async","run_async","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","zone_file_path","zone_file_path","GenCHeader","atom","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","cpu_features","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","get_atom","group_id","init","into","layout_raw","output","path","pointer_metadata","prefix","target_triple","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdGenCompletions","__clone_box","augment_args","augment_args_for_update","borrow","borrow_mut","clone","clone_into","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","out","pointer_metadata","shell","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdGenManPage","DEFAULT_MAN_DIR_PATH","__clone_box","__private_field","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","execute","fmt","from","from","from_arg_matches","from_arg_matches_mut","group_id","init","init","into","into","layout_raw","layout_raw","out","pointer_metadata","pointer_metadata","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","Bin","BinOrLib","Empty","GetBindingsResult","Init","Js","Lib","MiniCargoTomlPackage","MultiBindings","NEWLINE","NOTE","OneBinding","Python","Template","WASMER_TOML_NAME","__clone_box","__clone_box","__clone_box","augment_args","augment_args_for_update","bin","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_dir","cargo_toml_path","clone","clone","clone","clone_into","clone_into","clone_into","command","command_for_update","construct_manifest","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","empty","env","eq","eq","equivalent","equivalent","equivalent","equivalent","execute","first_binding","fmt","fmt","fmt","fmt","from","from","from","from","from","from_arg_matches","from_arg_matches_mut","get_bin_or_lib","get_bindings","get_command","get_dependencies","get_filesystem_mapping","group_id","homepage","include","init","init","init","init","init","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lib","license","license_file","manifest_path","name","namespace","out","overwrite","package_name","parse_cargo_toml","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","quiet","readme","repository","target_file","template","to_owned","to_owned","to_owned","to_possible_value","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","version","version","vzip","vzip","vzip","vzip","vzip","workspace_root","write_wasmer_toml","Inspect","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inner_execute","into","layout_raw","path","pointer_metadata","store","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdJournal","Compact","Export","Extract","Filter","Import","Inspect","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","compact","deref","deref_mut","deserialize","drop","export","extract","filter","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","import","init","inspect","into","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdJournalCompact","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","journal_path","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdJournalExport","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","journal_path","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdExtractWhat","CmdExtractWhatMemory","CmdJournalExtract","Memory","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","command","command","command_for_update","command_for_update","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","group_id","group_id","has_subcommand","init","init","init","into","into","into","journal_path","layout_raw","layout_raw","layout_raw","memory_file_path","pointer_metadata","pointer_metadata","pointer_metadata","run","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","what","CmdJournalFilter","Core","FileSystem","FilterOut","Memory","Networking","Snapshots","Threads","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cmp","command","command_for_update","compare","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","filters","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_str","get_hash","group_id","hash","init","init","into","into","layout_raw","layout_raw","partial_cmp","pointer_metadata","pointer_metadata","run","source_path","target_path","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","CmdJournalImport","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","journal_path","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdJournalInspect","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","journal_path","layout_raw","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","AppContext","AuthorizationState","Authorized","BoolPromptOptions","Cancelled","Cancelled","Login","No","TimedOut","Token","TokenStatus","TokenSuccess","UnknownMethod","ValidatedNonceOutput","WASMER_CLI","Yes","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cache_dir","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","command","command_for_update","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","eq","execute","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_arg_matches","from_arg_matches_mut","from_str","get_token_from_browser","get_token_or_ask_user","group_id","handle_post_save_token","handle_unknown_method","init","init","init","init","init","init","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","no_browser","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preflight","registry","run_async","server_shutdown_tx","service_router","setup_listener","status","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","token","token","token_tx","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vec","vzip","vzip","vzip","vzip","vzip","vzip","wasmer_dir","wasmer_env","CmdNamespace","Get","List","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","create","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","get","has_subcommand","init","into","layout_raw","list","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdNamespaceCreate","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","description","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","name","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdNamespaceGet","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","name","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdNamespaceList","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","fmt","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","pointer_metadata","run_async","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","Build","Download","Package","PackageBuild","Publish","PublishWait","Push","Tag","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","build","common","deref","deref_mut","deserialize","download","drop","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","init","into","layout_raw","pointer_metadata","publish","push","tag","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CREATING_OUTPUT_DIRECTORY_EMOJI","PackageBuild","READING_MANIFEST_EMOJI","SPARKLE","WRITING_PACKAGE_EMOJI","augment_args","augment_args_for_update","borrow","borrow_mut","check","check","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","manifest_path","out","package","pointer_metadata","quiet","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","get_manifest","invalidate_graphql_query_cache","login_user","macros","make_package_url","on_error","upload","wait","bin_name","make_spinner","spinner_err","spinner_ok","All","Bindings","Container","NativeExecutables","None","PublishWait","WaitPackageState","__clone_box","__clone_box","bindings","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","container","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","init","init","into","into","is_any","layout_raw","layout_raw","native_executables","new_all","new_bindings","new_container","new_exe","new_none","pointer_metadata","pointer_metadata","to_owned","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value_variants","vzip","vzip","wait_package","CREATING_OUTPUT_DIRECTORY_EMOJI","DOWNLOADING_PACKAGE_EMOJI","PackageDownload","RETRIEVING_PACKAGE_INFORMATION_EMOJI","VALIDATING_PACKAGE_EMOJI","WRITING_PACKAGE_EMOJI","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","env","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","out_path","package","pointer_metadata","quiet","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","validate","vzip","PackagePublish","api","augment_args","augment_args_for_update","borrow","borrow_mut","bump","command","command_for_update","deref","deref_mut","deserialize","drop","dry_run","env","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","no_validate","non_interactive","package_name","package_namespace","package_path","package_version","pointer_metadata","publish","quiet","run_async","timeout","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","wait","PackagePush","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","do_push","drop","dry_run","env","fmt","from","from_arg_matches","from_arg_matches_mut","get_namespace","get_privacy","group_id","init","into","layout_raw","non_interactive","package_namespace","package_path","pointer_metadata","push","quiet","run_async","should_push","timeout","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","PackageTag","api","augment_args","augment_args_for_update","borrow","borrow_mut","bump","command","command_for_update","deref","deref_mut","deserialize","do_tag","drop","dry_run","env","fmt","from","from_arg_matches","from_arg_matches_mut","get_name","get_namespace","get_package_id","get_version","group_id","init","into","layout_raw","non_interactive","package_hash","package_name","package_namespace","package_path","package_version","pointer_metadata","quiet","run_async","should_tag","synthesize_id","tag","timeout","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","update_manifest_name","update_manifest_version","vzip","wait","Artifact","Callbacks","Dir","ExecutableTarget","File","LocalWebc","MonitoringPackageLoader","MonitoringRuntime","MonitoringSource","Package","Package","PackageSource","Run","TICK","TargetOnDisk","Wat","WcgiOptions","WebAssembly","WebAssemblyBinary","__clone_box","__clone_box","__clone_box","__clone_box","addr","addr","args","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_wasi_runner","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","command","command","command_for_update","command_for_update","config_wcgi","coredump_on_trap","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","engine","entrypoint","env","eq","execute","execute_emscripten_module","execute_inner","execute_pure_wasm_module","execute_wasi_module","execute_wasm","execute_webc","exit_with_wasi_exit_code","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_binfmt_args","from_binfmt_args_fallible","from_dir","from_file","from_file","get_exit_code","group_id","group_id","hash_algorithm","http_client","infer","infer_webc_entrypoint","init","init","init","init","init","init","init","init","init","inner","inner","input","into","into","into","into","into","into","into","into","into","invoke_function","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","load","load_injected_packages","load_package_tree","maybe_save_coredump","module_cache","networking","new","new","new_store","on_stderr","package_loader","parse_value","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","progress","progress","progress","query","resolve_target","run_dcgi","run_dproxy","run_emscripten","run_wasi","run_wcgi","runtime","source","stack_size","started","stderr","store","task_manager","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasi","wasi","wcgi","module","module_hash","path","RunProperties","WAPM_SOURCE_CACHE_TIMEOUT","Wasi","__clone_box","args","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","build_journals","build_mapped_commands","build_mapped_directories","capabilities","clone","clone_into","command","command_for_update","ctx","default","deny_multiple_wasi_versions","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","enable_async_threads","enable_compaction","enable_cpu_backoff","env_vars","fmt","for_binfmt_interpreter","forward_host_env","from","from","from_arg_matches","from_arg_matches_mut","get_versions","graphql_endpoint","group_id","has_wasi_imports","http_client","include_webcs","init","init","instantiate","into","into","invoke","journals","layout_raw","layout_raw","map_commands","map_dir","mapped_dirs","networking","no_tty","parse_registry","path","pointer_metadata","pointer_metadata","pre_opened_directories","prepare","prepare_package_loader","prepare_runtime","prepare_source","set_env","snapshot_interval","snapshot_on","to_owned","tokens_by_authority","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","uses","vzip","vzip","with_compact_on_growth","without_compact_on_drop","SelfUpdate","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inner_execute","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","CmdSsh","IsNew","RawToken","acquire_ssh_token","api","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","create_ssh_token","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","host","init","into","layout_raw","map_port","pointer_metadata","print","run","run_args","run_async","ssh_port","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vec","vzip","Validate","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inner_execute","into","layout_raw","path","pointer_metadata","store","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","Wast","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fail_fast","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","hash_algorithm","init","inner_execute","into","layout_raw","path","pointer_metadata","store","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","Whoami","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","env","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","vzip","HashAlgorithm","Sha256","WasmFeatures","XXHash","__clone_box","__clone_box","_threads","all","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","bulk_memory","clone","clone","clone_into","clone_into","command","command_for_update","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","disable_threads","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","get_hash","group_id","hash","init","init","into","into","layout_raw","layout_raw","multi_value","normalize_path","pointer_metadata","pointer_metadata","reference_types","simd","to_owned","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","vzip","vzip","CONFIG_FILE_NAME","CONFIG_PATH_ENV_VAR","EdgeConfig","LoadedEdgeConfig","VERSION","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","config","default","default_config_path","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from_slice","init","init","into","into","layout_raw","layout_raw","load_config","network_token","path","pointer_metadata","pointer_metadata","save","serialize","set_network_token","set_ssh_token","ssh_token","to_owned","try_from","try_from","try_into","try_into","try_load_config","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","version","vzip","vzip","Indented","PrettyError","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","error","fmt","from","from","init","init","inner","into","into","is_last","layout_raw","layout_raw","new","number","pointer_metadata","pointer_metadata","report","started","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","write_str","Json","LogFormat","Output","Text","WHITELISTED_LOG_TARGETS","__clone_box","__clone_box","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","color","command","command_for_update","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","draw_target","drop","drop","eq","eq","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","group_id","init","init","initialize_logging","into","into","is_verbose","layout_raw","layout_raw","log_filter","log_format","pointer_metadata","pointer_metadata","quiet","should_emit_colors","to_owned","to_owned","to_possible_value","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","value_variants","verbose","vzip","vzip","ApiOpts","ItemFormatOpts","ItemTableFormatOpts","ListFormatOpts","Login","PROD_REGISTRY","WASMER_CACHE_DIR","WASMER_DIR","WasmerEnv","__clone_box","__clone_box","__private_field","__private_field","augment_args","augment_args","augment_args","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","augment_args_for_update","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_login","cache_dir","client","client_unauthennticated","clone","clone","clone_into","clone_into","command","command","command","command","command","command_for_update","command_for_update","command_for_update","command_for_update","command_for_update","default","default","default","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","eq","fmt","fmt","fmt","fmt","fmt","format","format","format","from","from","from","from","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","group_id","group_id","group_id","group_id","group_id","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","load_config","parse_registry_url","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","registry","to_owned","to_owned","token","token","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","url","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasmer_dir","File","Package","PackageSource","Url","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from_str","init","into","layout_raw","parse","partial_cmp","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","CompilerOptions","CompilerType","Cranelift","Headless","LLVM","Singlepass","StoreOptions","WasmFeatures","__clone_box","__clone_box","__clone_box","_threads","all","augment_args","augment_args","augment_args","augment_args_for_update","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bulk_memory","clone","clone","clone","clone_into","clone_into","clone_into","command","command","command","command_for_update","command_for_update","command_for_update","compiler","cranelift","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","disable_threads","drop","drop","drop","drop","enable_verifier","enabled","eq","equivalent","equivalent","equivalent","equivalent","features","fmt","fmt","fmt","fmt","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_arg_matches_mut","get_compiler","get_compiler_config","get_engine","get_engine_for_target","get_engine_with_compiler","get_features","get_store","get_store_for_target","get_store_for_target","group_id","group_id","group_id","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","llvm","llvm_debug_dir","multi_value","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reference_types","simd","singlepass","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","vzip","vzip","DEFAULT_PACKAGE_MANIFEST_FILE","Identifier","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","fmt","from","from_str","init","into","layout_raw","load_package_manifest","merge_yaml_values","name","new","owner","package_wizard","parse_envvar","parse_mapdir","pointer_metadata","prompts","render","retrieve_alias_pathbuf","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","version","vzip","with_owner","with_version","MustExist","MustNotExist","PackageCheckMode","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","prompt_for_ident","prompt_for_namespace","prompt_for_package","prompt_for_package_ident","prompt_for_package_version","prompt_new_app_alias","prompt_new_app_name","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","CliRender","ItemFormat","ItemTable","Json","Json","ListFormat","Table","Table","Yaml","Yaml","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_str","from_str","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","render","render","render_item","render_item_table","render_list","render_list_table","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip"],"q":[[0,"wasmer_cli"],[14,"wasmer_cli::c_gen"],[98,"wasmer_cli::c_gen::CStatement"],[109,"wasmer_cli::c_gen::CType"],[114,"wasmer_cli::c_gen::staticlib_header"],[116,"wasmer_cli::commands"],[248,"wasmer_cli::commands::add"],[324,"wasmer_cli::commands::add::Target"],[327,"wasmer_cli::commands::app"],[377,"wasmer_cli::commands::app::create"],[438,"wasmer_cli::commands::app::delete"],[474,"wasmer_cli::commands::app::deploy"],[597,"wasmer_cli::commands::app::get"],[633,"wasmer_cli::commands::app::info"],[668,"wasmer_cli::commands::app::list"],[707,"wasmer_cli::commands::app::logs"],[785,"wasmer_cli::commands::app::purge_cache"],[821,"wasmer_cli::commands::app::util"],[918,"wasmer_cli::commands::app::util::ResolvedAppIdent"],[921,"wasmer_cli::commands::app::version"],[958,"wasmer_cli::commands::app::version::activate"],[994,"wasmer_cli::commands::app::version::get"],[1031,"wasmer_cli::commands::app::version::list"],[1104,"wasmer_cli::commands::binfmt"],[1180,"wasmer_cli::commands::cache"],[1254,"wasmer_cli::commands::compile"],[1294,"wasmer_cli::commands::config"],[1777,"wasmer_cli::commands::connect"],[1817,"wasmer_cli::commands::container"],[1850,"wasmer_cli::commands::container::unpack"],[1889,"wasmer_cli::commands::create_exe"],[2229,"wasmer_cli::commands::create_exe::http_fetch"],[2234,"wasmer_cli::commands::create_exe::utils"],[2248,"wasmer_cli::commands::create_obj"],[2289,"wasmer_cli::commands::domain"],[2329,"wasmer_cli::commands::domain::get"],[2365,"wasmer_cli::commands::domain::list"],[2401,"wasmer_cli::commands::domain::register"],[2439,"wasmer_cli::commands::domain::zonefile"],[2512,"wasmer_cli::commands::gen_c_header"],[2552,"wasmer_cli::commands::gen_completions"],[2591,"wasmer_cli::commands::gen_manpage"],[2650,"wasmer_cli::commands::init"],[2835,"wasmer_cli::commands::inspect"],[2871,"wasmer_cli::commands::journal"],[2914,"wasmer_cli::commands::journal::compact"],[2948,"wasmer_cli::commands::journal::export"],[2982,"wasmer_cli::commands::journal::extract"],[3081,"wasmer_cli::commands::journal::filter"],[3161,"wasmer_cli::commands::journal::import"],[3195,"wasmer_cli::commands::journal::inspect"],[3229,"wasmer_cli::commands::login"],[3431,"wasmer_cli::commands::namespace"],[3467,"wasmer_cli::commands::namespace::create"],[3504,"wasmer_cli::commands::namespace::get"],[3540,"wasmer_cli::commands::namespace::list"],[3575,"wasmer_cli::commands::package"],[3618,"wasmer_cli::commands::package::build"],[3661,"wasmer_cli::commands::package::common"],[3669,"wasmer_cli::commands::package::common::macros"],[3673,"wasmer_cli::commands::package::common::wait"],[3755,"wasmer_cli::commands::package::download"],[3799,"wasmer_cli::commands::package::publish"],[3846,"wasmer_cli::commands::package::push"],[3892,"wasmer_cli::commands::package::tag"],[3948,"wasmer_cli::commands::run"],[4267,"wasmer_cli::commands::run::ExecutableTarget"],[4270,"wasmer_cli::commands::run::wasi"],[4367,"wasmer_cli::commands::self_update"],[4401,"wasmer_cli::commands::ssh"],[4446,"wasmer_cli::commands::validate"],[4482,"wasmer_cli::commands::wast"],[4520,"wasmer_cli::commands::whoami"],[4554,"wasmer_cli::common"],[4638,"wasmer_cli::edge_config"],[4707,"wasmer_cli::error"],[4757,"wasmer_cli::logging"],[4838,"wasmer_cli::opts"],[5087,"wasmer_cli::package_source"],[5128,"wasmer_cli::store"],[5296,"wasmer_cli::utils"],[5340,"wasmer_cli::utils::prompts"],[5368,"wasmer_cli::utils::render"],[5450,"dyn_clone::sealed"],[5451,"rkyv::with"],[5452,"core::result"],[5453,"core::fmt"],[5454,"core::fmt"],[5455,"core::alloc::layout"],[5456,"core::alloc::layout"],[5457,"alloc::alloc"],[5458,"alloc::boxed"],[5459,"core::any"],[5460,"wasmer_types::compilation::symbols"],[5461,"clap_builder::builder::command"],[5462,"anyhow"],[5463,"clap_builder::parser::matches::arg_matches"],[5464,"clap_builder"],[5465,"clap_builder::util::id"],[5466,"core::option"],[5467,"core::future::future"],[5468,"core::pin"],[5469,"wasmer_registry"],[5470,"std::process"],[5471,"wasmer_registry::graphql::queries::get_bindings_query"],[5472,"alloc::vec"],[5473,"wasmer_registry::package"],[5474,"anyhow"],[5475,"std::path"],[5476,"wasmer_api::types::queries"],[5477,"wasmer_config::app"],[5478,"url"],[5479,"core::time"],[5480,"std::path"],[5481,"wasmer_config::package::package_ident"],[5482,"wasmer_api::types::queries"],[5483,"clap_builder::builder::possible_value"],[5484,"core::cmp"],[5485,"wasmer_registry::wasmer_env"],[5486,"wasmer_types::compilation::target"],[5487,"alloc::collections::btree::map"],[5488,"webc::container"],[5489,"wasmer_types::compilation::target"],[5490,"serde::de"],[5491,"wasmer::store"],[5492,"serde::ser"],[5493,"webc::volume"],[5494,"shared_buffer::owned"],[5495,"serde_json::value"],[5496,"semver"],[5497,"wasmer_config::package"],[5498,"wasmer_config::package"],[5499,"core::iter::traits::iterator"],[5500,"core::hash"],[5501,"core::marker"],[5502,"core::hash"],[5503,"http::request"],[5504,"http::response"],[5505,"std::net::tcp"],[5506,"webc::wasmer_package::package"],[5507,"wasmer_config::package::package_hash"],[5508,"wasmer_config::package::named_package_ident"],[5509,"humantime::wrapper"],[5510,"indicatif::progress_bar"],[5511,"cynic::id"],[5512,"wasmer_config::package::package_id"],[5513,"wasmer_wasix::runtime"],[5514,"alloc::sync"],[5515,"wasmer_wasix::runners::wasi"],[5516,"wasmer_wasix::runners::wcgi::runner"],[5517,"wasmer_wasix::bin_factory::binary_package"],[5518,"wasmer::engine"],[5519,"core::marker"],[5520,"wasmer_types::module_hash"],[5521,"core::fmt"],[5522,"wasmer_wasix_types::wasi::wasix_manual"],[5523,"wasmer_wasix::http::client"],[5524,"wasmer::instance"],[5525,"wasmer::externals::function"],[5526,"wasmer::value"],[5527,"wasmer_wasix::runtime::resolver::inputs"],[5528,"wasmer_wasix::runtime::resolver::outputs"],[5529,"wasmer_wasix::runtime::module_cache::types"],[5530,"virtual_net"],[5531,"core::net::socket_addr"],[5532,"wasmer_wasix::runtime::package_loader::types"],[5533,"wasmer_types::types"],[5534,"wasmer_config::package::package_source"],[5535,"wasmer_wasix::runtime::resolver::source"],[5536,"futures_util::abortable"],[5537,"wasmer_wasix::runtime::task_manager"],[5538,"wasmer_wasix::os::tty"],[5539,"wasmer_journal"],[5540,"wasmer_wasix::runners::wasi_common"],[5541,"wasmer_wasix::runners::wasi_common"],[5542,"wasmer_wasix::utils"],[5543,"alloc::collections::btree::set"],[5544,"wasmer_wasix::state::func_env"],[5545,"wasmer_wasix::state::builder"],[5546,"wasmer_wasix::http::client"],[5547,"wasmer_wasix::runtime::task_manager::tokio"],[5548,"core::convert"],[5549,"core::fmt"],[5550,"tracing_subscriber::filter::env"],[5551,"wasmer_registry::config"],[5552,"wasmer_compiler::compiler"],[5553,"wasmer_compiler::engine::inner"],[5554,"wasmer_types::features"],[5555,"wasmer_api::types::queries"]],"d":["Version number of this crate.","A convenient little abstraction for building up C …","The commands available in the Wasmer binary.","Common module with common used structures across different …","","Implements PretyError to print pretty errors in the CLI …","Logging functions for the debug feature.","","Module for parsing and installing packages","Run the Wasmer CLI.","Common module with common used structures across different …","","Utility functions for the WebAssembly module","A macro that prints a warning with nice colors","C constant array.","An identifier in C.","A statement in the C programming language. This may not be …","A Type in the C language.","A C-style cast","A declaration of some kind.","A function or function pointer.","C 16 bit signed integer type.","C 32 bit signed integer type.","C 64 bit signed integer type.","C 8 bit signed integer type.","C pointer sized signed integer type.","A literal array of CStatements.","A literal constant value, passed through directly as a …","A pointer to some other type.","A user defined type.","Typedef one type to another.","C 16 bit unsigned integer type.","C 32 bit unsigned integer type.","C 64 bit unsigned integer type.","C 8 bit unsigned integer type.","C pointer sized unsigned integer type.","C void type.","","","","","","","","","","","Convenience function to get a const void pointer type.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Generate C source code from some CStatements into a String.","Generate the C source code for a type into the given String…","Generate C source code for the given CStatement.","Generate the C source code for a type with a nameinto the …","","","Calls U::from(self).","Calls U::from(self).","","","","","Generate a header file for the static object file produced.","","","","","","","","","","","","","","","","","","","","","","Convenience function to get a mutable void pointer type.","","","The type of the thing being declared.","The definition of the thing being declared.","The thing being cast.","Whether the thing being declared is const.","Whether the thing being declared is extern.","The contents of the array.","The name of the thing being declared.","The new name by which this type may be called.","The type of the thing being typedef’d.","The type to cast to.","The raw value acting as a constant.","The arguments the function takes.","The type that the pointer points to.","The type of the array.","Whether the pointer is const.","The return value if it has one","Helper functions to simplify the usage of the static …","Generate the header file that goes with the generated …","Add a Wasmer package’s bindings to your application","Manage deployed Edge apps","An executable CLI command that runs in an async context.","Unregister and/or register wasmer as binfmt interpreter","Manage the local Wasmer cache","An executable CLI command.","The options for the wasmer Command Line Interface","Compile a WebAssembly binary","Get various configuration information needed to compile …","","Compile a WebAssembly binary into a native executable","Compile a WebAssembly binary into an object file","Deploy apps to Wasmer Edge [alias: app deploy]","Manage DNS records","Generate the C static_defs.h header file for the input …","Generate autocompletion for different shells","Generate man pages","Initializes a new wasmer.toml file","Inspect a WebAssembly file","Manage journals (compacting, inspecting, filtering, …)","Login into a wasmer.io-like registry","Manage Wasmer namespaces","","","","Publish a package to a registry [alias: package publish]","","Run a WebAssembly file or Wasmer container","Update wasmer to the latest version","Run commands/packages on Wasmer Edge in an interactive …","Validate a WebAssembly binary","Command-line arguments for the Wasmer CLI.","Run spec testsuite","Shows the current logged in user for the current active …","","Edge app commands.","","","","","","","","","","","","","","","","","","","","Create a standalone native executable for a given Wasm …","Create a standalone native executable for a given Wasm …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","The main function for the Wasmer CLI tool.","","","","Edge SSH command.","","","","","","","","","","","","","","","","","","","","","","","","Print version info and exit.","","","Runs a .wast WebAssembly test suites","","Add a Wasmer package’s bindings to your application.","","","","","","","","","","","","","","","","Construct a command which we can run to add packages.","","","","","","","","Add the package as a dev-dependency.","","","","Execute Add.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","Add the JavaScript bindings using “npm install”.","The packages to add (e.g. “wasmer/wasmer-pack@0.5.0” …","Add the Python bindings using “pip install”.","Add the JavaScript bindings using “pnpm add”.","","","","","","","","","","","","","","","","","","","","","","","","","","","Add the JavaScript bindings using “yarn add”.","","","","Manage Wasmer Deploy apps.","","","","","","","","","","","","","","Create a new Edge app.","Delete an Edge app.","","","","","","","Returns the argument unchanged.","","","Get information about an edge app.","","Show short information about an Edge app.","","Calls U::from(self).","","List Edge apps.","Show logs for an Edge app.","","Get information about an edge app.","","","","","","","","","","","","","","Edge app version management.","","Create a new Edge app.","","The path to the directory where the config file for the …","The name of the app (can be changed later)","","","","","","","","","","Whether or not to deploy the application once it is …","","","","","","Tries to retrieve templates from a local file cache. …","","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","","Load cached templates from a file.","Name to use when creating a new package from a template.","Skip local schema validation.","Do not wait for the app to become reachable if deployed.","Do not prompt for user input.","Do not interact with any APIs.","The owner of the app.","Name of the package to use.","","","Don’t print any message.","","A reference to the template to use.","","","","","","","","","","","","","Whether or not to search (and use) a local manifest.","","","Delete an existing Edge app","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Deploy an app to Wasmer Edge.","","Wait for the app to be deployed.","Wait for the app to be deployed and ready.","","","","","","","","Specify the name (user or namespace) of the app to be …","","","","","","","","","Whether or not to automatically bump the package version …","","","","","","","","","","","","","","","","","","The path to the directory containing the app.yaml file.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Do not make the new app version the default (active) …","Do not persist the app version ID in the app.yaml.","Skip local schema validation.","Do not wait for the app to become reachable.","Do not prompt for user input.","","Specify the owner (user or namespace) of the app.","","Name of the package to use when creating an app to deploy.","","","","","Automatically publish the package referenced by this app.","Don’t print any message.","","A reference to the template to use when creating an app to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether or not to search (and use) a local manifest when …","","","","","Same as [Self::deploy], but also prints verbose …","Retrieve detailed informations about an app","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","Show short information about an Edge app.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","List apps belonging to a namespace","Get all apps that are accessible by the current user, …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Maximum number of apps to display","Get apps in a specific namespace.","Asks whether to display the next page or not","","","","","","","","","","","","","","","Retrieve the logs of an app","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","The date of the earliest log entry.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Maximum log lines to fetch. Defaults to 1000.","","","","Streams of logs to display","","","","","","","","","The date of the latest log entry.","","","","","","","","","","","","","","","","","","","Purge caches for applications.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","Backend app id like “da_xxysw34234”","App identifier.","Options for identifying an app.","Backend app VERSION id like “dav_xxysw34234”","","","","","","","Identifier of the application.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Load the specified app from the API.","","","","","Resolve an app identifier through the API.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Manage app versions.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Switch the active version of an app. (rollback / …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","App version ID to activate.","","Show information for a specific app version.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","Name of the version - NOT the unique version id!","","","","","","","","","","","","","","","List versions of an app.","","","","","Pagination cursor - get versions after this version.","Get all versions of the app. Overrides pagination flags (…","","","","Pagination cursor - get versions before this version.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Maximum number of items to return.","Pagination offset - get versions after this offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Unregister and/or register wasmer as binfmt interpreter","The filename used to register the wasmer CLI as a binfmt …","Register wasmer as binfmt interpreter","Soft unregister, and register","Unregister a binfmt interpreter for wasm32","","","","","","","Mount point of binfmt_misc fs","","","","","","","","","","","","","","","","","","","execute Binfmt","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The options for the wasmer cache subcommand","Clear the cache","","Display the location of the cache","","","","","","","","","","","","","The operation to perform.","","","","","","","","","","","","","","Execute the cache command","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The options for the wasmer compile subcommand","","","","","","","","","","","","Runs logic for the compile subcommand","","Returns the argument unchanged.","","","","Hashing algorithm to be used for module hash","","","Calls U::from(self).","","Output file","Input file","","","Compilation Target triple","","","","","","","","","","","","","“true” or “false” for handling input in the CLI","The options for the wasmer config subcommand: …","Normal configuration","wasmer config get $KEY","Subcommand for wasmer config set","Print the proxy URL","Set the active proxy URL","Print the token for the currently active registry or …","Set the token for the currently active registry or nothing …","Print the registry URL of the currently active registry","Set the registry URL of the currently active registry","Subcommand for wasmer config get","wasmer config set $KEY $VALUE","Set if a proxy URL should be used","Set or change the token for the current active registry","Set the current active registry URL","Set if telemetry is enabled","Set if update notifications are enabled","Setting that can be stored in the wasmer config","Print whether telemetry is currently enabled","Set whether telemetry is currently enabled","Print whether update notifications are enabled","Set whether update notifications are enabled","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Directory containing Wasmer executables.","","","","","","","","","","","","","","","","","","","","","","","C compiler flags for files that include Wasmer headers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Print the path to the wasmer configuration file where all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether to enable update notifications","Whether to enable telemetry","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runs logic for the config subcommand","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Directory containing Wasmer headers.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Directory containing Wasmer libraries.","Libraries needed to link against Wasmer components.","","","","","","","","","","Outputs the necessary details for compiling and linking a …","","","","","","","","","","","","Print the installation prefix.","Subcommand for wasmer config get | set","","","","","","","","","","Token to set","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Url of the registry","Set if a proxy URL should be used (empty = unset proxy)","","","","","","","","","","","","Connects to the Wasmer Edge distributed network.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","One or more static IP address to assign the interface","","Skips bringing the interface up using the ip tool.","Do not modify the postfix of the URL before connecting","","Prints the network token rather than connecting","Runs in promiscuous mode","","","","","","","","","","","","","Thr URL we will be connecting to","","Container related commands. (inspecting, unpacking, …)","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Extract contents of a container to a directory.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","The output directory.","Overwrite existing directories/files.","Path to the package.","","Run the unpack command without any output","","","","","","","","","","","","","allow","In pirita mode, specifies whether multi-atom pirita files …","Command entrypoint for multiple commands","The options for the wasmer create-exe subcommand","","","Given a pirita file, determines whether the file has one …","","","Prefix map used during compilation of object files","reject","URL to download","Url or version to download the release from","Release version to download","Volume object file (name + path to object file)","","","","","","","Atom name","Compiled atom files to link into the final binary","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Command name","","","Cached compilation objects for files on disk","","Given a pirita file, compiles the .wasm files into the …","","","Create the static_defs.h header files in the /include …","","Optional directorey used for debugging: if present, will …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runs logic for the compile subcommand","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 up the prefix map from a collection like “sha123123…","","Generate the wasmer_main.c that links all object files …","","","","","","","Hashing algorithm to be used for module hash","","Optional path to the static_defs.h header file, relative …","","","","","","","","","","","Sha256 hashes for the input files","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Additional libraries to link against. This is useful for …","","Cross-compilation library path (path to libwasmer.a / …","Given a directory, links all the objects from the …","Link compiled objects using the system linker","Manual prefixes for input files (file:prefix)","Module info, set when the wasm file is compiled","Volume name","Path to volume fileblock object file","Output file","Input file","Path to the object file, relative to the entrypoint.json …","","","","","","","","","","Prefix for every input file, e.g. “wat2wasm:sha256abc123…","Given a .wasm file, compiles the .wasm file into the …","Compile the C code.","","","","","","","Cross-compilation tarball library path","","Compilation Target triple","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Use the system linker instead of zig for linking","Can specify either a release version (such as “3.0.1”) …","","","Serialize a set of volumes so they can be read by the C …","Volume objects (if any) to link into the final binary","","","","","","","","","","","","Specify zig binary path (defaults to zig in $PATH if not …","","","","","","","","","","","","","path to library tarball cache dir","path to the static libwasmer","","","","","","","The options for the wasmer create-exe subcommand","Atom name to compile when compiling multi-atom pirita files","","","","","","","","","Optional directorey used for debugging: if present, will …","","","","","Runs logic for the create-obj subcommand","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Output file or directory if the input is a pirita file","Input file","","Prefix for the function names in the input file in the …","Compilation Target triple","","","","","","","","","","","","","Manage DNS records","Get a domain","Get zone file for a domain","List domains","Register new domain","Sync local zone file with remotex","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Show a domain","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Name of the domain.","","","","","","","","","","","","","","","List domains.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Name of the namespace.","","","","","","","","","","","","","","","Show a domain","","","","","","","","","","","","","","Returns the argument unchanged.","","","","auto update DNS records for this domain.","","Calls U::from(self).","","Name of the domain.","owner under which the domain will live.","","","","","","","","","","","","","","","Show a zone file","Show a zone file","","","","","","","","","","","","","","","","","","","","","Name of the domain.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Do not delete records that are not present in the zone file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","output file name to store zone file","filename of zone-file to sync","The options for the wasmer gen-c-header subcommand","For pirita files: optional atom name to compile","","","","","","","","","","","","Runs logic for the gen-c-header subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","Output file","Input file","","Prefix hash (default: SHA256 of input .wasm file)","Compilation Target triple","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Where to store the generated file(s) to. Defaults to …","","The shell to generate the autocompletions script for.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","Where to store the generated file(s) to.","","","","","","","","","","","","","","","","","","","","","","","","","","","CLI args for the wasmer init command","Add dependency on JS","","","","","","","Add dependency on Python","What template to use for the initialized wasmer.toml","","","","","","","Initialize wasmer.toml for a binary package","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Initialize an empty wasmer.toml","","","","","","","","wasmer init execution","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Get bindings returns the first .wai / .wit file found and …","","Returns the dependencies based on the --template flag","","","","Include file paths into the target container filesystem","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","Initialize wasmer.toml for a library package","","","If the manifest-path is a Cargo.toml, use that file to …","","Namespace to init with, default = current logged in user …","Directory of the output file name. wasmer init will error …","Force overwriting the wasmer.toml, even if it already …","Package name to init with, default = Cargo.toml name or …","","","","","","","Don’t display debug output","","","","Add default dependencies for common packages","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Version of the initialized package","","","","","","","","Writes the metadata to a wasmer.toml file, making sure we …","The options for the wasmer validate subcommand","","","","","","","","","","","Runs logic for the validate subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","File to validate as WebAssembly","","","","","","","","","","","","","","","Manage Journal files.","Compacts a journal into a smaller size by removed …","Exports the contents of a journal to stdout as JSON objects","Extracts an element of a journal","Filters out certain events from a journal","Imports the events into a journal as JSON objects","Inspects the contents of a journal and summarizes it to …","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","Compacts a journal by removing duplicate or redundant …","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Path to the journal that will be compacted","","","","","","","","","","","","","","","","Exports all the events in a journal to STDOUT as JSON data","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Path to the journal that will be printed","","","","","","","","","","","","","","","","What to extract from the journal","","Extracts an element from the journal","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Path to the journal that will be compacted","","","","Path to the memory file that will be updated using this …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Rewrites a journal log removing events that match the …","Filters out all core syscalls","Filters out all the file system operations","Flags that specify what should be filtered out","Filters out all the memory events","Filters out the networking","Filters out the snapshots","Filters out all the thread stacks","","","","","","","","","","","","","","","","","","","","","","","","","","","Filters to be applied to the output journal, filter …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","Path to the journal that will be read","Path to the journal that will be the output of the filter","","","","","","","","","","","","","","","","","","","","","","","","Imports events into a journal file. Events are streamed as …","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Path to the journal that will be printed","","","","","","","","","","","","","","","","Prints a summarized version of contents of a journal to …","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Path to the journal that will be printed","","","","","","","","","","","","","","","","","","Signifying that the token is authorized","Enum for the boolean like prompt options","Signifying that the token is cancelled","","Subcommand for log in a user into Wasmer (using a browser …","Signifying a No/false - using n/N","","","Payload from the frontend after the user has authenticated.","","","Payload from the frontend after the user has authenticated.","","Signifying a yes/true - using y/Y","","","","","","","","","","","","","","","","","","","","","The directory cached artefacts are saved to.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","execute [List]","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Variable to login without opening a browser","","","","","","","","The registry to fetch packages from (inferred from the …","","","Handle the preflight headers first - OPTIONS request Then …","","Status of the token , whether it is authorized or cancelled","","","","","","","","Token Received from the frontend","The API token to use when communicating with the registry …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set Wasmer’s home directory","","Manage namespaces.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Create a new namespace.","","","","","","","","","","Description of the namespace.","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Name of the namespace.","","","","","","","","","","","","","","","Show a namespace.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Name of the namespace.","","","","","","","","","","","","","","","List namespaces.","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Package related commands.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Build a container from a package manifest.","","","","","","","","","Only checks whether the package could be built successfully","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","Output path for the package file. Defaults to current …","Path of the package or wasmer.toml manifest.","","Run the publish command without any output","","","","","","","","","","","","","Read and return a manifest given a path.","","","","","","","","","","","","","","","","","Different conditions that can be “awaited” when …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Download a package from the registry.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Path where the package file should be written to. If not …","The package to download.","","Run the download command without any output","","","","","","","","","","","","Verify that the downloaded file is a valid package.","","Publish (push and tag) a package to the registry.","","","","","","Whether or not the patch field of the version of the …","","","","","","","Run the publish logic without sending anything to the …","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","Skip validation of the uploaded package","Do not prompt for user input.","Override the name of the package to upload","Override the namespace of the package to upload","Directory containing the wasmer.toml, or a custom *.toml …","Override the package version of the uploaded package in …","","","Run the publish command without any output","","Timeout (in seconds) for the publish query to the registry.","","","","","","","","","","","","","Wait for package to be available on the registry before …","Push a package to the registry.","","","","","","","","","","","","","Run the publish logic without sending anything to the …","","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","","Do not prompt for user input.","Override the namespace of the package to upload","Directory containing the wasmer.toml, or a custom *.toml …","","","Run the publish command without any output","","","Timeout (in seconds) for the publish query to the registry.","","","","","","","","","","","","","Tag an existing package.","","","","","","Whether or not the patch field of the version of the …","","","","","","","","Run the publish logic without sending anything to the …","","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","","Do not prompt for user input.","The hash of the package to tag","Override the name of the package to upload","Override the namespace of the package to upload","Directory containing the wasmer.toml, or a custom *.toml …","Override the package version of the uploaded package in …","","Run the publish command without any output","","","","","Timeout (in seconds) for the publish query to the registry.","","","","","","","","","","","","","","","Wait for package to be available on the registry before …","","","A directory containing a wasmer.toml file","","A file on disk (*.wasm, *.webc, etc.).","","","","","A package to be downloaded (a URL, package name, etc.)","","The input that was passed in via the command-line.","The unstable wasmer run subcommand.","","We’ve been given the path for a file… What does it …","","","","","","","","","The address to serve on.","","Command-line arguments passed to the package","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Generate a coredump at this path if a WebAssembly trap …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The function or command to invoke.","","","","","","","","","","Exit the current process, using the WASI exit code if the …","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Create Run instance for arguments/env, assuming we’re …","","Try to load a Wasmer package from a directory containing a …","","Try to load a file into something that can be used to run …","","","","Hashing algorithm to be used for module hash","","","","","","","","","","","","","","","The file, URL, or package to run.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Try to resolve the PackageSource to an executable artifact.","","","","","","","","Set the default stack size (default is 1048576)","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","WASI Options","","","","","","","","","","","","","","","","","","","Require WASI modules to only import 1 version of WASI.","","","","","","","","","Enables asynchronous threading","Flag that indicates if the journal will be automatically …","Enables an exponential backoff (measured in milli-seconds) …","Pass custom environment variables","","","Forward all host env variables to guest","Returns the argument unchanged.","Returns the argument unchanged.","","","Gets the WASI version (if any) for the provided module","","","Checks if a given module has any WASI imports at all.","Allow instances to send http requests.","List of webc packages that are explicitly included for …","","","Helper function for instantiating a module with Wasi …","Calls U::from(self).","Calls U::from(self).","","Specifies one or more journal files that Wasmer will use …","","","List of injected atoms","","Map a host directory to a different location for the Wasm …","Enable networking with the host network.","Disables the TTY bridge","","","","","WASI pre-opened directory","","","","","","Adds a periodic interval (measured in milli-seconds) that …","Indicates what events will cause a snapshot to be taken …","","","","","","","","","","","","","","","","","","","","List of other containers this module depends on","","","Tells the compactor to compact when it grows by a certain …","Tells the compactor not to compact when the journal log …","The options for the wasmer self-update subcommand","","","","","","","","","","","Runs logic for the self-update subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","Start a remote SSH session.","","","","","","","","","","","Create a new token for SSH access through the backend API.","","","","","","Returns the argument unchanged.","","","","SSH Host","","Calls U::from(self).","","Local port mapping to the package that’s running, this …","","Prints the SSH command rather than executing it","Package to run on the Deploy servers","Arguments to pass the package running on Deploy","","SSH port to use.","","","","","","","","","","","","","","The options for the wasmer validate subcommand","","","","","","","","","","","Runs logic for the validate subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","File to validate as WebAssembly","","","","","","","","","","","","","","","The options for the wasmer wast subcommand","","","","","","","","","","","Runs logic for the validate subcommand","A flag to indicate wast stop at the first error or …","","Returns the argument unchanged.","","","","Hashing algorithm to be used for module hash","","","Calls U::from(self).","","Wast file to run","","","","","","","","","","","","","","","The options for the wasmer whoami subcommand","","","","","","","","","","","","Execute wasmer whoami","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","Hashing algorithm to be used for the module info","Sha256","The WebAssembly features that can be passed through the …","XXHash","","","Deprecated, threads are enabled by default.","Enable support for all pre-standard proposals.","","","","","","","Enable support for the bulk memory proposal.","","","","","","","","","","","","","","","Disable support for the threads proposal.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Enable support for the multi value proposal.","","","","Enable support for the reference types proposal.","Enable support for the SIMD proposal.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","Token used for network access.","","","","","","","","Token used for ssh access.","","","","","","","","","","","","","","","","","","","","","","A PrettyError for printing anyhow::Error nicely.","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","Create a new PrettyError.","","","","Process a Result printing any errors and exiting the …","","","","","","","","","","","","","","","","","","","","Machine-readable logs.","The format used when generating logs.","Control the output generated by the CLI.","Human-readable logs.","","","","","","","","","","","","","","When to display colored output.","","","","","","","","","","","Get the draw target to be used with the indicatif crate.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Initialize logging based on the $RUST_LOG environment …","Calls U::from(self).","Calls U::from(self).","Has the --verbose flag been set?","","","","The format to use when generating logs.","","","Do not print progress messages.","Check whether we should emit ANSI escape codes for log …","","","","","","","","","","","","","","","","","","","","","","","","","Generate verbose output (repeat for more verbosity)","","","","Formatting options for a single item.","Formatting options for a single item.","Formatting options for a list of items.","","","The default value for $WASMER_DIR.","The default value for $WASMER_DIR.","Command-line flags for determining the local “Wasmer …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The directory cached artefacts are saved to.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Output format. (yaml, json, table)","Output format. (yaml, json, table)","Output format. (yaml, json, table, item-table)","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set Wasmer’s home directory","Run a local file","Download from a package","Source of a package","Download from a URL","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","Parses a package source and transforms it to a URL or a …","","","","","","","","","","","","","","The compiler options","The compiler used for the store","Cranelift compiler","Headless compiler","LLVM compiler","Singlepass compiler","The compiler options","The WebAssembly features that can be passed through the …","","","","Deprecated, threads are enabled by default.","Enable support for all pre-standard proposals.","","","","","","","","","","","","","","","Enable support for the bulk memory proposal.","","","","","","","","","","","","","","Use Cranelift compiler.","","","","","","","","","","","","","","","","Disable support for the threads proposal.","","","","","Enable compiler internal verification.","Return all enabled compilers","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Get the Compiler Config for the current options","","Gets the Engine for a given target.","","Get the enaled Wasm features.","Gets the store for the host target, with the compiler name …","Gets the store for a given target, with the compiler name …","Gets the Store for a given target.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Use LLVM compiler.","LLVM debug directory, where IR and object files will be …","Enable support for the multi value proposal.","","","","","Enable support for the reference types proposal.","Enable support for the SIMD proposal.","Use Singlepass compiler.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The identifier for an app or package in the form, …","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","Load a package manifest from the manifest file.","Merge two yaml values by recursively merging maps from b …","The package’s name.","","The package’s owner, typically a username or namespace.","","Parses an environment variable.","Parses a mapdir from a string","","","","","","","","","","","","","","","The package’s version number.","","","","The package must exist in the registry.","The package must NOT exist in the registry.","Defines how to check for a package.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Prompt for a namespace.","Ask for a package name.","Ask a user for a package name.","Ask a user for a package version.","Prompt for an app name. If an api provided, will check if …","Prompt for an app name. If an api provided, will check if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,4,4,3,3,3,3,3,3,4,4,3,3,4,3,3,3,3,3,3,3,4,3,4,3,4,3,4,3,4,3,3,3,4,3,4,3,4,3,4,3,4,3,4,0,3,4,3,3,4,3,4,3,4,3,4,0,3,4,3,4,3,4,3,4,3,3,4,4,3,3,4,4,3,3,4,4,277,3,3,4,278,278,279,278,278,280,278,281,281,279,282,283,284,285,284,283,0,0,24,24,0,24,24,0,0,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,286,287,24,24,0,24,24,24,24,0,24,24,0,0,22,22,24,24,0,22,24,22,24,0,22,22,24,22,24,0,0,0,0,0,0,22,24,22,24,22,24,0,22,24,22,22,24,22,24,22,24,22,24,0,0,0,22,24,0,22,24,0,22,24,0,0,22,24,0,0,22,0,22,24,0,0,286,22,287,22,0,0,22,24,22,24,22,24,22,22,24,24,22,22,24,24,22,22,24,24,22,24,22,24,0,22,22,24,0,0,0,32,32,32,0,32,32,35,35,35,32,35,32,32,32,35,32,35,35,32,35,32,35,32,35,35,32,35,35,35,32,35,32,35,35,35,35,32,35,32,32,35,32,35,0,35,35,35,35,35,32,35,32,35,32,35,32,35,32,35,35,32,32,35,35,32,32,35,35,32,32,35,35,35,32,35,288,289,290,0,39,39,39,39,39,39,39,39,39,39,39,39,39,0,0,0,39,39,39,39,39,39,39,39,0,39,0,39,39,39,0,0,39,0,39,39,39,39,39,39,39,39,39,39,39,39,0,0,39,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,0,0,52,52,0,51,52,51,53,51,0,53,53,53,53,51,52,53,51,52,53,51,52,51,52,53,53,53,0,53,51,52,53,51,52,53,51,52,53,53,51,52,53,52,52,52,52,52,53,51,52,53,53,51,52,53,53,53,53,53,51,52,53,51,52,53,51,52,51,53,53,53,53,53,51,53,51,53,53,51,52,53,53,53,53,53,51,52,53,51,52,53,51,52,53,51,52,53,53,51,51,52,52,53,53,51,51,52,52,53,53,51,51,52,52,53,53,53,53,51,52,51,0,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,0,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,0,0,60,60,60,63,63,63,60,63,60,63,60,60,63,63,0,60,63,60,63,60,63,60,63,60,60,60,60,60,60,63,63,60,63,63,63,63,63,63,60,63,60,63,60,63,63,60,63,63,63,60,60,60,63,60,63,60,63,63,60,60,63,63,60,60,63,63,60,60,63,63,63,63,60,60,63,63,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,66,0,0,66,68,68,66,66,0,66,67,67,67,68,66,67,68,66,67,66,66,67,67,68,66,67,68,66,67,68,66,67,68,66,67,66,66,66,66,66,66,67,68,66,67,67,67,66,0,67,68,68,66,67,68,66,67,68,66,67,67,0,68,66,67,66,67,66,68,66,67,68,66,67,68,66,67,68,66,66,67,67,68,66,66,67,67,68,66,66,67,67,67,67,68,66,67,291,291,291,71,0,71,71,0,71,71,71,71,71,71,71,71,71,71,71,71,0,71,71,71,71,0,71,71,71,71,71,71,71,71,71,71,71,71,71,71,0,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,72,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,0,74,74,0,74,75,75,75,75,75,75,75,74,75,74,74,74,75,75,75,74,75,74,75,74,75,74,75,74,75,75,74,75,75,75,75,75,74,75,74,75,74,75,75,75,74,75,75,74,74,75,74,75,74,75,74,75,75,74,74,75,75,74,74,75,75,74,74,75,75,74,75,74,0,0,77,76,76,76,76,77,77,77,76,76,77,76,77,76,77,76,76,76,77,76,77,76,77,76,77,76,77,76,77,77,76,77,76,77,76,77,76,77,77,76,76,77,76,77,76,77,76,77,0,76,76,77,76,77,76,77,76,76,77,77,76,76,77,77,76,76,77,77,76,77,76,77,76,77,0,78,0,78,78,79,79,78,78,79,78,79,78,0,78,78,79,79,78,79,78,79,78,79,78,79,78,79,78,79,79,79,78,79,78,79,78,79,78,79,78,79,78,79,78,79,78,79,78,78,79,78,79,78,79,78,79,79,78,78,79,79,78,78,79,79,78,78,79,78,79,78,79,78,0,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,0,0,0,81,0,82,83,82,83,82,83,0,81,0,0,0,0,0,0,82,83,82,83,81,82,83,84,85,86,87,88,89,91,93,84,85,86,88,89,91,93,84,85,86,88,89,81,82,83,81,82,83,93,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,93,81,82,83,84,85,86,87,88,89,81,82,83,84,85,86,87,88,89,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,88,89,91,93,81,82,83,84,85,86,88,89,81,82,83,84,85,86,87,88,89,93,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,86,88,91,81,82,83,84,85,86,87,88,89,81,81,81,81,82,82,82,82,83,83,83,83,84,84,84,84,85,85,85,85,86,86,86,86,87,87,87,87,88,88,88,88,89,89,89,89,91,81,91,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,88,89,91,93,81,82,83,84,85,86,88,89,87,91,93,84,85,86,88,89,81,82,83,93,91,93,81,82,83,84,85,86,87,88,89,91,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,93,93,81,82,83,84,85,86,87,88,89,93,91,93,81,82,83,84,85,86,87,88,89,93,91,81,82,83,84,85,86,87,88,89,85,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,93,81,82,83,84,85,86,87,88,89,91,91,93,93,81,81,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,91,91,93,93,81,81,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,91,91,93,93,81,81,82,82,83,83,84,84,85,85,86,86,87,87,88,88,89,89,91,93,81,82,83,84,85,86,88,89,91,93,81,82,83,84,85,86,88,89,84,89,91,93,81,82,83,84,85,86,87,88,89,0,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,94,0,0,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,95,0,95,95,95,95,95,95,95,95,95,0,0,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,102,0,0,0,0,0,0,0,0,0,102,97,0,97,0,97,98,99,100,101,102,100,99,112,98,112,98,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,97,98,99,100,101,102,97,98,99,100,101,102,112,98,100,112,98,106,0,0,112,112,0,112,112,98,106,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,97,97,98,113,99,99,100,100,101,101,102,106,112,97,98,113,99,100,101,102,106,99,100,101,102,106,99,99,99,99,100,100,100,100,101,101,101,101,102,102,102,102,112,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,98,112,98,106,97,0,106,0,0,106,112,98,112,106,100,0,112,97,98,113,99,100,101,102,106,106,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,113,98,0,0,106,100,101,101,112,112,100,112,97,98,113,99,100,101,102,106,112,0,0,97,99,100,101,0,106,98,113,112,97,98,99,100,101,102,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,97,98,113,99,100,101,102,106,112,112,97,97,98,98,113,113,99,99,100,100,101,101,102,102,106,106,112,112,97,97,98,98,113,113,99,99,100,100,101,101,102,102,106,106,112,112,97,97,98,98,113,113,99,99,100,100,101,101,102,102,106,106,112,98,112,98,98,112,0,102,0,99,112,97,98,113,99,100,101,102,106,0,0,98,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,0,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,0,121,121,121,121,0,121,0,121,121,121,121,121,121,121,121,121,121,121,121,121,0,0,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,0,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,0,125,126,125,126,125,126,125,126,125,126,125,126,125,126,125,126,125,126,125,126,125,125,126,125,126,125,125,126,125,126,125,126,125,126,125,126,125,126,125,126,126,125,126,125,126,125,126,125,126,125,126,125,125,126,126,125,125,126,126,125,125,126,126,125,126,125,126,125,126,125,126,0,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,129,130,129,129,130,129,130,129,129,129,129,129,130,130,129,130,129,130,129,130,129,129,129,130,129,129,129,129,130,129,130,129,130,129,129,130,129,129,130,129,130,129,130,129,130,129,129,130,129,129,130,129,129,129,129,130,129,132,0,132,0,0,131,132,0,136,0,0,136,131,0,0,131,132,133,135,135,135,136,135,131,132,133,136,135,131,132,133,133,133,131,132,133,131,132,133,135,135,0,136,135,131,132,133,136,135,131,132,133,133,136,135,131,132,133,136,135,131,132,133,135,135,131,132,131,131,131,131,135,136,135,131,132,133,136,135,131,132,133,135,135,135,135,135,135,135,135,133,135,136,135,131,132,133,136,135,131,132,133,136,135,131,132,133,135,133,133,135,133,135,135,135,135,0,136,135,131,132,133,135,133,133,135,135,131,132,133,131,136,135,131,132,133,136,135,131,132,133,136,135,131,132,133,136,135,135,131,131,132,132,133,133,136,135,135,131,131,132,132,133,133,136,135,135,131,131,132,132,133,133,135,135,131,135,133,136,135,131,132,133,133,135,0,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,143,0,144,144,144,144,144,144,144,144,144,144,0,144,144,144,144,0,0,0,144,144,144,144,144,0,144,0,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,0,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,0,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,146,0,0,0,148,147,149,147,149,148,148,147,148,149,147,148,149,147,149,147,149,147,148,149,147,148,149,147,148,149,147,148,149,147,148,149,147,148,149,147,148,149,147,148,149,147,149,148,147,148,149,147,148,149,149,147,148,149,147,147,148,149,149,147,148,149,147,148,149,147,148,149,147,147,148,148,149,149,147,147,148,148,149,149,147,147,148,148,149,149,147,148,149,147,148,149,147,148,149,149,0,150,150,0,150,150,150,150,150,151,151,150,151,150,151,150,150,150,151,151,150,150,151,150,151,150,151,150,151,150,150,150,150,150,151,150,151,150,151,151,151,150,150,151,150,150,151,150,151,150,151,150,150,151,151,151,151,150,150,151,150,151,150,151,150,150,151,151,150,150,151,151,150,150,151,151,151,151,150,151,0,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,0,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,158,0,0,159,0,159,162,0,161,162,0,0,162,162,0,0,161,159,160,161,162,163,164,164,164,159,160,161,162,163,164,159,160,161,162,163,164,164,159,160,161,162,163,164,159,160,161,162,163,164,164,164,159,160,161,162,163,164,159,160,161,162,163,164,159,159,160,160,161,162,163,164,159,160,161,162,163,164,161,164,159,160,161,162,164,159,160,161,162,163,164,164,164,161,164,164,164,0,0,159,160,161,162,163,164,159,160,161,162,163,164,159,160,161,162,163,164,164,159,160,161,162,163,164,0,164,164,163,0,164,160,159,160,161,162,163,164,161,160,164,163,159,160,161,162,163,164,159,160,161,162,163,164,159,160,161,162,163,164,159,159,160,160,161,161,162,162,163,164,164,159,159,160,160,161,161,162,162,163,164,164,159,159,160,160,161,161,162,162,163,164,164,164,164,292,159,160,161,162,163,164,164,164,0,169,169,169,169,169,169,0,169,169,169,169,169,169,169,169,0,169,169,169,169,0,169,169,169,169,169,169,169,169,169,169,169,169,169,169,0,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,0,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,171,0,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,173,173,0,0,173,0,173,173,173,173,173,173,0,0,173,173,173,0,173,173,173,173,173,173,173,173,173,173,0,0,0,173,173,173,173,173,173,173,173,173,173,173,173,0,0,0,0,0,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,0,0,0,0,0,0,0,0,0,0,0,0,180,180,180,180,180,0,0,180,181,181,180,181,180,181,180,181,180,181,181,180,181,180,181,180,181,180,181,180,181,180,180,180,180,181,181,181,181,180,181,180,181,181,180,181,180,181,181,180,181,181,181,181,181,181,181,180,181,180,181,180,180,181,180,181,180,181,180,180,181,181,180,180,181,181,180,180,181,181,180,180,181,0,0,0,0,0,0,0,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,183,0,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,184,0,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,185,0,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,186,193,0,192,0,192,193,0,0,0,192,194,0,0,0,0,193,0,194,193,192,193,194,195,195,206,188,188,195,188,195,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,188,192,193,194,195,192,193,194,195,188,195,188,195,188,188,195,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,198,188,188,192,188,188,188,188,188,188,188,0,188,192,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,188,195,188,195,188,188,194,193,194,0,188,195,188,198,192,0,188,192,193,194,195,206,198,208,209,208,209,188,188,192,193,194,195,206,198,208,209,0,188,192,193,194,195,206,198,208,209,209,188,209,188,198,198,206,198,198,206,198,0,188,192,193,194,195,206,198,208,209,198,208,209,208,192,188,188,188,188,188,198,198,188,206,206,188,198,192,193,194,195,192,188,192,193,194,195,206,198,208,209,188,192,193,194,195,206,198,208,209,198,188,192,193,194,195,206,198,208,209,188,188,192,192,193,193,194,194,195,195,206,206,198,198,208,208,209,209,188,188,192,192,193,193,194,194,195,195,206,206,198,198,208,208,209,209,188,188,192,192,193,193,194,194,195,195,206,206,198,198,208,208,209,209,188,195,188,195,188,192,193,194,195,206,198,208,209,0,188,188,293,293,293,0,0,0,228,294,228,228,294,228,294,228,228,228,228,228,228,228,228,228,294,228,228,294,228,294,228,294,228,294,228,228,228,228,228,228,228,228,294,228,228,228,228,228,228,228,228,228,294,228,228,294,228,294,228,294,228,228,228,228,228,228,0,294,294,228,228,228,228,228,228,228,228,228,228,0,294,228,294,228,294,228,294,228,228,294,228,228,294,228,228,228,228,228,294,228,228,228,0,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,241,0,0,0,0,243,243,243,243,243,243,243,0,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,295,243,0,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,244,0,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,245,0,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,246,0,248,0,248,247,248,247,247,247,247,247,248,247,248,247,247,248,247,248,247,247,247,248,247,248,247,248,247,248,247,247,248,248,248,248,248,248,247,248,247,248,247,247,248,247,248,247,248,247,248,247,248,247,0,247,248,247,247,247,248,248,247,248,247,248,247,248,247,247,248,248,247,247,248,248,247,247,248,248,247,247,248,247,248,0,0,0,0,242,242,249,242,249,242,242,242,249,242,0,249,242,249,242,249,242,242,249,242,242,242,242,242,242,242,249,242,242,249,242,249,242,249,242,0,242,249,249,242,249,242,249,249,242,242,249,242,249,242,0,249,242,249,242,242,249,242,242,249,242,242,242,249,242,0,0,250,251,250,251,250,251,250,251,250,251,250,251,250,250,250,251,250,251,251,250,251,251,250,251,250,251,250,251,250,251,250,251,250,251,250,251,250,250,251,250,250,251,250,250,251,250,251,251,253,0,0,253,0,202,253,202,202,202,253,202,253,202,253,202,253,202,202,202,202,253,202,253,202,253,202,253,202,202,253,202,253,202,253,202,253,202,202,202,202,253,202,202,253,202,202,253,202,202,202,253,202,202,202,253,253,202,253,202,253,202,253,202,202,253,253,202,202,253,253,202,202,253,253,202,202,253,202,202,253,0,0,0,0,0,69,0,0,0,69,70,259,260,69,70,257,258,261,69,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,69,70,69,69,69,70,69,70,69,70,257,258,261,69,70,257,258,261,69,70,257,258,256,69,259,259,260,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,70,69,70,257,258,261,257,258,261,256,69,259,260,70,257,258,261,69,70,257,258,261,69,70,257,258,261,69,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,69,0,256,69,259,260,70,257,258,261,69,69,70,256,69,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,259,260,70,257,258,261,256,69,69,259,260,70,70,257,257,258,258,261,261,256,69,69,259,260,70,70,257,257,258,258,261,261,256,69,69,259,260,70,70,257,257,258,258,261,261,69,70,257,258,261,69,70,257,258,261,256,256,69,259,260,70,257,258,261,70,263,263,0,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,263,0,0,266,266,266,266,0,0,264,265,104,265,265,264,265,104,264,265,104,264,265,104,266,264,265,104,266,265,264,265,104,264,265,104,264,265,104,264,265,104,264,104,264,265,104,264,265,104,266,264,265,104,266,264,265,104,266,265,264,265,104,266,104,266,266,266,266,266,266,104,264,265,104,266,264,265,104,266,264,265,104,264,265,104,104,104,104,104,264,104,264,264,104,264,265,104,264,265,104,266,264,265,104,266,264,265,104,266,104,104,265,264,265,104,266,265,265,104,264,265,104,266,264,265,104,266,264,265,104,266,264,265,104,266,264,264,265,265,104,104,266,266,264,264,265,265,104,104,266,266,264,264,265,265,104,104,266,266,264,265,104,264,265,104,264,265,104,266,0,0,270,270,270,270,270,270,270,270,270,270,270,270,270,270,270,270,0,0,270,270,270,0,0,0,270,0,0,0,270,270,270,270,270,270,270,270,270,270,270,270,270,270,272,272,0,272,272,272,272,272,272,272,272,272,272,272,0,0,0,0,0,0,0,272,272,272,272,272,272,272,0,0,275,274,275,0,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,274,274,274,275,275,275,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,274,275,276,276,276,276,274,275,274,275,274,275,274,275,274,274,275,275,274,274,275,275,274,274,275,275,274,275],"f":[0,0,0,0,0,0,0,0,0,[[],1],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[3,3],[4,4],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],3],[[],3],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[3,8],9],[[4,8],9],[-1,-1,[]],[-1,-1,[]],[[[10,[4]]],11],[[3,11],1],[[4,11],1],[[3,12,11],1],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],0,[[],3],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[12,12],11],[[12,19,20,5],11],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[21,21],[21,21],[21,21],[21,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],21],[[],21],[[],21],[[],21],0,0,0,0,0,0,[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[22,[[7,[1,23]]]],[[22,8],9],[[24,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[22,26]]]],[25,[[7,[24,26]]]],[25,[[7,[22,26]]]],[25,[[7,[24,26]]]],0,0,0,[[],[[28,[27]]]],[12,29],0,[[],5],[[],5],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],29],0,[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,0,[[]],[[]],[29,[[7,[1,23]]]],0,[-1,[[7,[1,23]]],[]],[[],1],[-1,[[31,[[17,[30]]]]],[]],[[],[[7,[1,23]]]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[22,25],[[7,[1,26]]]],[[24,25],[[7,[1,26]]]],[[22,25],[[7,[1,26]]]],[[24,25],[[7,[1,26]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[32,32],[[-1,-2],1,[],[]],[[],21],[[32,[10,[33]]],[[7,[34,23]]]],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],0,[35,[[7,[1,23]]]],[[35,8],9],[[32,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[35,26]]]],[25,[[7,[35,26]]]],[[],[[28,[27]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[32,36],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[35,12],[[7,[[37,[33]],23]]]],[[12,38,36],[[7,[33,23]]]],0,0,0,0,[[]],[[]],[35,[[7,[32,23]]]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[35,25],[[7,[1,26]]]],[[35,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[39,8],9],[-1,-1,[]],[25,[[7,[39,26]]]],[25,[[7,[39,26]]]],0,[12,29],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,[39,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[39,25],[[7,[1,26]]]],[[39,25],[[7,[1,26]]]],0,0,[-1,-2,[],[]],0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[[40,12,12],[[41,[29]]]],[[40,[28,[42]],12,12],[[41,[29]]]],[[40,[28,[42]],12,12],[[41,[29]]]],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,[[42,43],[[7,[[37,[44]],23]]]],[[40,8],9],0,[-1,-1,[]],[25,[[7,[40,26]]]],[25,[[7,[40,26]]]],[[40,12,12,12],45],[40,[[41,[11]]]],[[40,[28,[42]]],[[41,[11]]]],[[40,42],[[41,[46]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[43,[[7,[[1,[[37,[44]],47]],23]]]],0,0,0,0,0,0,0,[[43,[10,[44]]],[[7,[1,23]]]],[[]],0,[40,[[31,[[17,[30]]]]]],0,[[40,12,12],[[41,[1]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[40,25],[[7,[1,26]]]],[[40,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[[45,[28,[48]]],[[41,[1]]]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[49,8],9],[-1,-1,[]],[25,[[7,[49,26]]]],[25,[[7,[49,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[49,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[49,25],[[7,[1,26]]]],[[49,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],0,0,0,[50,[[7,[45,23]]]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[51,51],[52,52],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[53,[[41,[1]]]],[[42,51],[[7,[50,23]]]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[5,1],0,[[52,52],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[53,8],9],[[51,8],9],[[52,8],9],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[53,26]]]],[25,[[7,[53,26]]]],[[53,42,54,48],[[41,[[1,[11,11]]]]]],[[],[[28,[27]]]],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[53,42,11,48],[[41,[55]]]],0,0,[53,[[31,[[17,[30]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[53,25],[[7,[1,26]]]],[[53,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[42,51,50,29],[[7,[[1,[56,50]],23]]]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[57,8],9],0,[-1,-1,[]],[25,[[7,[57,26]]]],[25,[[7,[57,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[57,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[57,25],[[7,[1,26]]]],[[57,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[58,8],9],[-1,-1,[]],[25,[[7,[58,26]]]],[25,[[7,[58,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[58,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[58,25],[[7,[1,26]]]],[[58,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[59,8],9],0,[-1,-1,[]],[25,[[7,[59,26]]]],[25,[[7,[59,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,[[]],[59,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[59,25],[[7,[1,26]]]],[[59,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[[-1,2],1,[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[60,60],[[-1,-2],1,[],[]],[[],21],[[],21],[61,62],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[60,60],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[60,8],9],[[63,8],9],0,[-1,-1,[]],[-1,-1,[]],0,[25,[[7,[63,26]]]],[25,[[7,[63,26]]]],[[],[[28,[27]]]],0,[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[63,[[31,[[17,[30]]]]]],0,[-1,-2,[],[]],[60,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],0,[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[63,25],[[7,[1,26]]]],[[63,25],[[7,[1,26]]]],[[],[[10,[60]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[65,8],9],0,[-1,-1,[]],[25,[[7,[65,26]]]],[25,[[7,[65,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[65,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[65,25],[[7,[1,26]]]],[[65,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[66,66],[[-1,-2],1,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[[66,66],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[66,8],9],[[67,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[67,26]]]],[25,[[7,[67,26]]]],[12,[[7,[66]]]],[[],[[7,[[1,[45,48]],23]]]],[[],[[28,[27]]]],[68,66],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[67,42],[[7,[[1,[68,56]],23]]]],[[69,70,29,12],[[41,[42]]]],[[]],[[]],[[]],[[66,42],[[7,[56,23]]]],[67,[[7,[68,23]]]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[67,25],[[7,[1,26]]]],[[67,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[71,8],9],[-1,-1,[]],[25,[[7,[71,26]]]],[25,[[7,[71,26]]]],0,[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[71,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[71,25],[[7,[1,26]]]],[[71,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[72,8],9],0,[-1,-1,[]],[25,[[7,[72,26]]]],[25,[[7,[72,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[72,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[72,25],[[7,[1,26]]]],[[72,25],[[7,[1,26]]]],0,[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[73,8],9],0,[-1,-1,[]],[25,[[7,[73,26]]]],[25,[[7,[73,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[73,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[73,25],[[7,[1,26]]]],[[73,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[[-1,2],1,[]],0,0,0,[21,21],[21,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[74,74],[[-1,-2],1,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[75,8],9],[[74,8],9],0,[-1,-1,[]],[-1,-1,[]],[25,[[7,[75,26]]]],[25,[[7,[75,26]]]],[[],[[28,[27]]]],0,[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,[[]],[[]],[75,[[31,[[17,[30]]]]]],0,[-1,-2,[],[]],[74,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[75,25],[[7,[1,26]]]],[[75,25],[[7,[1,26]]]],[[],[[10,[74]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[[-1,2],1,[]],0,[21,21],[21,21],[21,21],[21,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[76,76],[[-1,-2],1,[],[]],[[],21],[[],21],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[77,[[41,[1]]]],[[76,8],9],[[77,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[76,26]]]],[25,[[7,[77,26]]]],[25,[[7,[76,26]]]],[25,[[7,[77,26]]]],[[],[[28,[27]]]],[12,29],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[]],[[]],[43,[[41,[1]]]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[76,25],[[7,[1,26]]]],[[77,25],[[7,[1,26]]]],[[76,25],[[7,[1,26]]]],[[77,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[-1,2],1,[]],[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[43,[[41,[1]]]],[78,78],[[-1,-2],1,[],[]],0,[[],21],[[],21],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],0,[79,[[41,[1]]]],[[79,8],9],[[78,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[79,26]]]],[25,[[7,[78,26]]]],[25,[[7,[79,26]]]],[25,[[7,[78,26]]]],[[],[[28,[27]]]],[12,29],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[]],[[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[79,25],[[7,[1,26]]]],[[78,25],[[7,[1,26]]]],[[79,25],[[7,[1,26]]]],[[78,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[80,[[41,[1]]]],[[80,8],9],[-1,-1,[]],[25,[[7,[80,26]]]],[25,[[7,[80,26]]]],[[],[[28,[27]]]],0,[[],5],[80,[[41,[1]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[80,25],[[7,[1,26]]]],[[80,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[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,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[81,81],[82,82],[83,83],[84,84],[85,85],[86,86],[87,87],[88,88],[89,89],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[81,81],90],[[82,82],90],[[83,83],90],[[84,84],90],[[85,85],90],[[86,86],90],[[87,87],90],[[88,88],90],[[89,89],90],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],[[-1,-2],90,[],[]],0,[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],0,0,0,[[81,81],29],[[82,82],29],[[83,83],29],[[84,84],29],[[85,85],29],[[86,86],29],[[87,87],29],[[88,88],29],[[89,89],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[91,[[41,[1]]]],[[81,92],[[41,[1]]]],0,[[91,8],9],[[93,8],9],[[81,8],9],[[82,8],9],[[83,8],9],[[84,8],9],[[85,8],9],[[86,8],9],[[87,8],9],[[88,8],9],[[89,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[91,26]]]],[25,[[7,[93,26]]]],[25,[[7,[81,26]]]],[25,[[7,[82,26]]]],[25,[[7,[83,26]]]],[25,[[7,[84,26]]]],[25,[[7,[85,26]]]],[25,[[7,[86,26]]]],[25,[[7,[88,26]]]],[25,[[7,[89,26]]]],[25,[[7,[91,26]]]],[25,[[7,[93,26]]]],[25,[[7,[81,26]]]],[25,[[7,[82,26]]]],[25,[[7,[83,26]]]],[25,[[7,[84,26]]]],[25,[[7,[85,26]]]],[25,[[7,[86,26]]]],[25,[[7,[88,26]]]],[25,[[7,[89,26]]]],[12,[[41,[87]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[12,29],[12,29],[12,29],0,[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[91,[[41,[1]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,[[81,81],[[28,[90]]]],[[82,82],[[28,[90]]]],[[83,83],[[28,[90]]]],[[84,84],[[28,[90]]]],[[85,85],[[28,[90]]]],[[86,86],[[28,[90]]]],[[87,87],[[28,[90]]]],[[88,88],[[28,[90]]]],[[89,89],[[28,[90]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[91,25],[[7,[1,26]]]],[[93,25],[[7,[1,26]]]],[[81,25],[[7,[1,26]]]],[[82,25],[[7,[1,26]]]],[[83,25],[[7,[1,26]]]],[[84,25],[[7,[1,26]]]],[[85,25],[[7,[1,26]]]],[[86,25],[[7,[1,26]]]],[[88,25],[[7,[1,26]]]],[[89,25],[[7,[1,26]]]],[[91,25],[[7,[1,26]]]],[[93,25],[[7,[1,26]]]],[[81,25],[[7,[1,26]]]],[[82,25],[[7,[1,26]]]],[[83,25],[[7,[1,26]]]],[[84,25],[[7,[1,26]]]],[[85,25],[[7,[1,26]]]],[[86,25],[[7,[1,26]]]],[[88,25],[[7,[1,26]]]],[[89,25],[[7,[1,26]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[94,8],9],[-1,-1,[]],[25,[[7,[94,26]]]],[25,[[7,[94,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],0,0,[[]],0,0,[94,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[94,25],[[7,[1,26]]]],[[94,25],[[7,[1,26]]]],0,[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[95,8],9],[-1,-1,[]],[25,[[7,[95,26]]]],[25,[[7,[95,26]]]],[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],0,[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[95,25],[[7,[1,26]]]],[[95,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[96,[[7,[1,23]]]],[[96,8],9],[-1,-1,[]],[25,[[7,[96,26]]]],[25,[[7,[96,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[96,25],[[7,[1,26]]]],[[96,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],0,0,[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[97,97],[98,98],[99,99],[100,100],[101,101],[102,102],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],0,[[],21],[[],21],0,[[[10,[[1,[11,[37,[103]]]]]],43,104,105,106,29],[[41,[[107,[11,19]],23]]]],[[108,43,104,[10,[109]],110,[10,[11]],102,29],[[41,[[37,[[1,[11,[37,[103]]]]]]]]]],0,0,[[43,99,[10,[[1,[11,[37,[103]]]]]],[10,[11]]],[[41,[1]]]],0,0,[[],98],[[],106],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[97]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[99]]],111],[-1,[[7,[100]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[101]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[[99,99],29],[[100,100],29],[[101,101],29],[[102,102],29],[[106,106],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[112,[[41,[1]]]],[[112,8],9],[[97,8],9],[[98,8],9],[[113,8],9],[[99,8],9],[[100,8],9],[[101,8],9],[[102,8],9],[[106,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[112,26]]]],[25,[[7,[98,26]]]],[25,[[7,[112,26]]]],[25,[[7,[98,26]]]],[[[10,[[1,[11,[37,[103]]]]]],[10,[11]],29],[[41,[106,23]]]],[12,[[41,[97,23]]]],[[99,106],[[41,[11,23]]]],[[106,12],[[28,[[10,[103]]]]]],[43,[[41,[99,23]]]],[[114,43,[10,[[1,[11,[37,[103]]]]]]],[[41,[[107,[11,19]],23]]]],[[106,12],[[28,[11]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],0,[[[10,[103]]],11],0,0,[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,[[43,48,113,[10,[11]],29,[10,[[1,[11,[37,[103]]]]]],[10,[11]]],[[41,[1]]]],[[43,12,12,[10,[48]],[10,[48]],110,[10,[11]],43,29],[[41,[1,23]]]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[43,43,104,110,[10,[109]],[10,[11]],29],[[41,[[37,[[1,[11,[37,[103]]]]]],23]]]],[[43,43,110,29,[10,[48]]],[[41,[1]]]],[[97,-1],7,115],[[99,-1],7,115],[[100,-1],7,115],[[101,-1],7,115],[116,[[37,[103]]]],[12,[[37,[11]]]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[112,25],[[7,[1,26]]]],[[98,25],[[7,[1,26]]]],[[112,25],[[7,[1,26]]]],[[98,25],[[7,[1,26]]]],0,0,0,[[102,[37,[[1,[11,117]]]]],[[41,[1,23]]]],[[[107,[11,116]]],[[37,[103]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[43,99],[[41,[1,23]]]],[[[10,[103]],12,43,105],[[41,[1]]]],0,0,[[118,110],[[41,[48]]]],[12,[[41,[48,23]]]],[[[28,[119]]],[[41,[118]]]],[43,[[37,[48]]]],[[43,43],[[41,[[37,[48]]]]]],[[43,110],29],[[43,110],[[28,[29]]]],[[43,110],[[7,[[1,[48,48]],23]]]],[[110,[10,[48]]],[[7,[48,23]]]],[[[28,[48]]],[[7,[48,23]]]],[[98,110,43,[28,[97]]],[[7,[113,23]]]],[[],[[41,[48]]]],[[],[[41,[48]]]],[[],[[41,[48]]]],[[],[[41,[48]]]],[[],12],[12,11],[[110,[10,[109]]],105],[110,11],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],0,0,0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[120,[[41,[1]]]],[[120,8],9],[-1,-1,[]],[25,[[7,[120,26]]]],[25,[[7,[120,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[120,25],[[7,[1,26]]]],[[120,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[121,8],9],[-1,-1,[]],[25,[[7,[121,26]]]],[25,[[7,[121,26]]]],0,[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[121,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[121,25],[[7,[1,26]]]],[[121,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[122,8],9],0,[-1,-1,[]],[25,[[7,[122,26]]]],[25,[[7,[122,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[122,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[122,25],[[7,[1,26]]]],[[122,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[123,8],9],0,[-1,-1,[]],[25,[[7,[123,26]]]],[25,[[7,[123,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[123,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[123,25],[[7,[1,26]]]],[[123,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[124,8],9],0,[-1,-1,[]],[25,[[7,[124,26]]]],[25,[[7,[124,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],[124,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[124,25],[[7,[1,26]]]],[[124,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[[125,8],9],[[126,8],9],0,[-1,-1,[]],[-1,-1,[]],[25,[[7,[125,26]]]],[25,[[7,[126,26]]]],[25,[[7,[125,26]]]],[25,[[7,[126,26]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[125,[[31,[[17,[30]]]]]],[126,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[125,25],[[7,[1,26]]]],[[126,25],[[7,[1,26]]]],[[125,25],[[7,[1,26]]]],[[126,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[127,[[7,[1,23]]]],[[127,8],9],[-1,-1,[]],[25,[[7,[127,26]]]],[25,[[7,[127,26]]]],[[127,108],[[7,[117,23]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[127,25],[[7,[1,26]]]],[[127,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[128,128],[[-1,-2],1,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[128,[[41,[1]]]],[[128,8],9],[-1,-1,[]],[25,[[7,[128,26]]]],[25,[[7,[128,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[128,25],[[7,[1,26]]]],[[128,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[[-1,2],1,[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[129,129],[[-1,-2],1,[],[]],[[],21],[[],21],[130,48],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[129,[[41,[1]]]],[[129,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[129,26]]]],[25,[[7,[129,26]]]],[[],[[28,[27]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[129,25],[[7,[1,26]]]],[[129,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[21,21],[21,21],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[131,131],[132,132],[133,133],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[[28,[133]],11,[28,[12]],43,43,132,[28,[11]],[28,[119]],[28,[131]],[10,[11]],29,43],[[7,[134,23]]]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],0,[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],0,0,[[131,131],29],[[132,132],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[135,[[7,[1,23]]]],[136,[[28,[137]]]],[[135,8],9],[[131,8],9],[[132,8],9],[[133,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[135,26]]]],[25,[[7,[135,26]]]],[135,[[7,[132,23]]]],[[43,132],[[28,[136]]]],[[[10,[138]],132],[[37,[139]]]],[[[28,[131]]],[[141,[11,140]]]],[[[10,[11]]],[[0,[142]]]],[[],[[28,[27]]]],0,0,[[],5],[[],5],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,0,0,0,0,0,0,[48,[[7,[133,23]]]],[[]],[[]],[[]],[[]],[[]],0,0,0,[135,[[7,[[1,[11,48]],23]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[131,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[135,25],[[7,[1,26]]]],[[135,25],[[7,[1,26]]]],[[],[[10,[131]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[48,134],[[7,[1,23]]]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[143,[[41,[1]]]],[[143,8],9],[-1,-1,[]],[25,[[7,[143,26]]]],[25,[[7,[143,26]]]],[[],[[28,[27]]]],[[],5],[143,[[41,[1]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[143,25],[[7,[1,26]]]],[[143,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,0,0,[[144,8],9],[-1,-1,[]],[25,[[7,[144,26]]]],[25,[[7,[144,26]]]],[12,29],0,[[],5],0,[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[144,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[144,25],[[7,[1,26]]]],[[144,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[145,8],9],[-1,-1,[]],[25,[[7,[145,26]]]],[25,[[7,[145,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[]],[145,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[145,25],[[7,[1,26]]]],[[145,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[146,8],9],[-1,-1,[]],[25,[[7,[146,26]]]],[25,[[7,[146,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[]],[146,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[146,25],[[7,[1,26]]]],[[146,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[[147,8],9],[[148,8],9],[[149,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[147,26]]]],[25,[[7,[148,26]]]],[25,[[7,[149,26]]]],[25,[[7,[147,26]]]],[25,[[7,[148,26]]]],[25,[[7,[149,26]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[12,29],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[[]],[149,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[147,25],[[7,[1,26]]]],[[148,25],[[7,[1,26]]]],[[149,25],[[7,[1,26]]]],[[147,25],[[7,[1,26]]]],[[148,25],[[7,[1,26]]]],[[149,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[150,150],[[-1,-2],1,[],[]],[[150,150],90],[[],21],[[],21],[[-1,-2],90,[],[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[150,150],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],0,[[150,8],9],[[151,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[151,26]]]],[25,[[7,[151,26]]]],[12,[[7,[150]]]],[[-1,-2],152,[153,154],155],[[],[[28,[27]]]],[[150,-1],1,156],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[150,150],[[28,[90]]]],[[]],[[]],[151,[[7,[1,23]]]],0,0,[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[151,25],[[7,[1,26]]]],[[151,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[157,8],9],[-1,-1,[]],[25,[[7,[157,26]]]],[25,[[7,[157,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[]],[157,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[157,25],[[7,[1,26]]]],[[157,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[158,8],9],[-1,-1,[]],[25,[[7,[158,26]]]],[25,[[7,[158,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[]],[158,[[7,[1,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[158,25],[[7,[1,26]]]],[[158,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[159,159],[160,160],[161,161],[162,162],[163,163],[164,164],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[-1,[[7,[159]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[160]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[[161,161],29],[164,[[7,[1,23]]]],[[159,8],9],[[160,8],9],[[161,8],9],[[162,8],9],[[164,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[164,26]]]],[25,[[7,[164,26]]]],[12,[[7,[161]]]],[[164,92],[[7,[162,23]]]],[[164,92],[[7,[162,23]]]],[[],[[28,[27]]]],[[163,[166,[165]]],[[7,[[167,[165]],23]]]],[163,[[7,[[167,[165]],23]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[[166,[165]]],[[7,[[167,[165]],23]]]],0,[164,[[7,[1,23]]]],0,[[163,[166,[165]]],[[7,[[167,[165]],23]]]],[[],[[7,[[1,[168,11]],23]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[161,11],0,0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[164,25],[[7,[1,26]]]],[[164,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[164,92],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[169,8],9],[-1,-1,[]],[25,[[7,[169,26]]]],[25,[[7,[169,26]]]],0,[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[169,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[169,25],[[7,[1,26]]]],[[169,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],0,[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[170,8],9],0,[-1,-1,[]],[25,[[7,[170,26]]]],[25,[[7,[170,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[170,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[170,25],[[7,[1,26]]]],[[170,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[171,8],9],0,[-1,-1,[]],[25,[[7,[171,26]]]],[25,[[7,[171,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],[171,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[171,25],[[7,[1,26]]]],[[171,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[172,8],9],0,[-1,-1,[]],[25,[[7,[172,26]]]],[25,[[7,[172,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[172,[[31,[[17,[30]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[172,25],[[7,[1,26]]]],[[172,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[[173,8],9],[-1,-1,[]],[25,[[7,[173,26]]]],[25,[[7,[173,26]]]],[12,29],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],0,0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[173,25],[[7,[1,26]]]],[[173,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[48,174],0,[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[174,[[7,[[1,[175,176]],23]]]],[[174,8],9],[-1,-1,[]],[25,[[7,[174,26]]]],[25,[[7,[174,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[174,[[7,[48,23]]]],0,0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[174,25],[[7,[1,26]]]],[[174,25],[[7,[1,26]]]],[-1,-2,[],[]],[43,[[41,[[1,[48,134]]]]]],[43,[[7,[1,23]]]],[[69,70,29,12],[[41,[42]]]],0,[[42,177],11],[23,23],[[42,176,178,175,179],[[41,[11]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[180,180],[181,181],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[180,180],29],[[181,181],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[180,8],9],[[181,8],9],[-1,-1,[]],[180,181],[-1,-1,[]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[181,29],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[],181],[[],181],[[],181],[[],181],[[],181],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[180,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[],[[10,[180]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[42,180,182,178],[[41,[1]]]],0,0,0,0,0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,[183,[[7,[1,23]]]],[[183,8],9],[-1,-1,[]],[25,[[7,[183,26]]]],[25,[[7,[183,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[183,25],[[7,[1,26]]]],[[183,25],[[7,[1,26]]]],0,[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,0,[[184,8],9],[-1,-1,[]],[25,[[7,[184,26]]]],[25,[[7,[184,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,0,0,0,[[]],[[184,42,43,134,29],[[41,[55]]]],0,[184,[[31,[[17,[30]]]]]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[184,25],[[7,[1,26]]]],[[184,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[185,42,12,175,176,29],[[41,[1]]]],[5,1],0,0,[[185,8],9],[-1,-1,[]],[25,[[7,[185,26]]]],[25,[[7,[185,26]]]],[[185,42,134],[[41,[11]]]],[[185,134],29],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,[[]],[[185,42,134,43],[[41,[[1,[11,176]]]]]],0,[185,[[31,[[17,[30]]]]]],[[185,42,176],[[41,[29]]]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[185,25],[[7,[1,26]]]],[[185,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[186,42,187,134,182],[[41,[1]]]],[5,1],0,0,[[186,8],9],[-1,-1,[]],[25,[[7,[186,26]]]],[25,[[7,[186,26]]]],[[186,134,29],[[41,[[28,[11]]]]]],[[186,42,134],[[41,[11]]]],[[186,42,176,29],[[41,[182]]]],[[186,42,134,43,12],[[41,[119]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,0,0,0,0,0,[[]],0,[186,[[31,[[17,[30]]]]]],[[186,42,187],[[41,[29]]]],[[186,42,134,43,29],[[41,[[28,[187]]]]]],[[186,42,134,43,29,29],[[41,[55]]]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[186,25],[[7,[1,26]]]],[[186,25],[[7,[1,26]]]],[[186,43,134,12],[[41,[134]]]],[[186,43,134,119],[[41,[134]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],0,0,0,[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[188,[190,[189]]],[[7,[191,23]]]],[192,192],[193,193],[194,194],[195,195],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[],21],[[],21],[[188,196,[37,[197]]],[[7,[1,23]]]],0,[[],195],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[[[198,[-1]]],199,[189,200,201]],0,0,[[192,192],29],[[188,202],203],[188,[[7,[1,23]]]],[[188,202],[[7,[1,23]]]],[[188,204,114],[[7,[1,23]]]],[[188,43,204,205,[190,[189]],114],[[7,[1,23]]]],[[188,43,204,205,114,[190,[189]]],[[7,[1,23]]]],[[188,197,[190,[189]]],[[7,[1,23]]]],[[[7,[1,23]]],203],[[188,8],9],[[192,8],9],[[192,8],9],[[193,8],9],[[194,8],9],[[195,8],9],[[206,8],9],[[[198,[-1]],8],9,207],[[208,8],9],[[209,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[188,26]]]],[25,[[7,[195,26]]]],[25,[[7,[188,26]]]],[25,[[7,[195,26]]]],[[],188],[[],[[7,[188,23]]]],[[43,[190,[189]],179],[[7,[194,23]]]],[43,[[7,[193,23]]]],[[43,[190,[189]],179],[[7,[194,23]]]],[210,[[28,[211]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],0,[[[198,[-1]]],[[28,[212]]],[189,200,201]],[12,[[7,[192,23]]]],[197,[[7,[12,23]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[213,114,214,[10,[11]]],[[7,[[17,[[10,[215]]]],23]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[209,216],[[31,[[17,[30]]]]]],[[188,[190,[189]]],[[7,[[37,[197]],23]]]],[[209,108,217],[[31,[[17,[30]]]]]],[[188,23],1],[[[198,[-1]]],[[190,[218]]],[189,200,201]],[[[198,[-1]]],219,[189,200,201]],[220,206],[[-1,179],[[198,[-1]]],[]],[[[198,[-1]]],114,[189,200,201]],[[206,[10,[103]]],1],[[[198,[-1]]],[[190,[221]]],[189,200,201]],[[12,222],[[7,[215,23]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[208,223],[[31,[[17,[30]]]]]],[[192,[190,[189]],179],[[7,[194,23]]]],[[188,12,197,[37,[197]],[190,[189]]],[[7,[1,23]]]],[[188,12,197,[190,[189]]],[[7,[1,23]]]],[[188,12,197,[190,[189]]],[[7,[1,23]]]],[[188,12,197,[37,[197]],[190,[189]]],[[7,[1,23]]]],[[188,12,197,[37,[197]],[190,[189]]],[[7,[1,23]]]],0,[[[198,[-1]]],[[190,[224]]],[189,200,201]],0,[[206,225],1],0,0,[[[198,[-1]]],[[190,[226]]],[189,200,201]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,11,[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[[[198,[-1]]],[[28,[227]]],[189,200,201]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[188,25],[[7,[1,26]]]],[[195,25],[[7,[1,26]]]],[[188,25],[[7,[1,26]]]],[[195,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[228,[[41,[[37,[[190,[229]]]]]]]],[228,[[41,[[37,[230]],23]]]],[228,[[41,[[1,[29,29,[37,[231]]]],23]]]],[228,232],[228,228],[[-1,-2],1,[],[]],[[],21],[[],21],0,[[],228],0,[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],0,0,0,0,[[228,8],9],[[],[[41,[228]]]],0,[-1,-1,[]],[-1,-1,[]],[25,[[7,[228,26]]]],[25,[[7,[228,26]]]],[204,[[28,[[234,[233]]]]]],[[228,92],[[41,[46]]]],[[],[[28,[27]]]],[204,29],0,0,[[],5],[[],5],[[228,204,205,11,[37,[11]],[190,[189]],114],[[41,[[1,[235,213]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[[228,12,48],1],0,0,0,[12,[[41,[46]]]],0,[[]],[[]],0,[[228,204,11,[37,[11]],[190,[189]]],[[41,[236]]]],[[228,92,[190,[237]]],[[41,[[0,[221,200,201]]]]]],[[228,199,92,-1,238],[[41,[[0,[189,200,201]]]]],[[240,[239]]]],[[228,92,[190,[237]],238],[[41,[[0,[224,200,201]]]]]],[[228,12,12],1],0,0,[-1,-2,[],[]],[92,[[41,[[141,[11,11]]]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[228,25],[[7,[1,26]]]],[[228,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[241,[[7,[1,23]]]],[[241,8],9],[-1,-1,[]],[25,[[7,[241,26]]]],[25,[[7,[241,26]]]],[[],[[28,[27]]]],[[],5],[241,[[7,[1,23]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[241,25],[[7,[1,26]]]],[[241,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,[[42,242],[[7,[[1,[11,29]],23]]]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[42,[[7,[11,23]]]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[243,8],9],[-1,-1,[]],[25,[[7,[243,26]]]],[25,[[7,[243,26]]]],[[],[[28,[27]]]],0,[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,0,0,[243,[[31,[[17,[30]]]]]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[243,25],[[7,[1,26]]]],[[243,25],[[7,[1,26]]]],0,[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[244,[[41,[1]]]],[[244,8],9],[-1,-1,[]],[25,[[7,[244,26]]]],[25,[[7,[244,26]]]],[[],[[28,[27]]]],[[],5],[244,[[41,[1]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[244,25],[[7,[1,26]]]],[[244,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[245,[[41,[1]]]],0,[[245,8],9],[-1,-1,[]],[25,[[7,[245,26]]]],[25,[[7,[245,26]]]],[[],[[28,[27]]]],0,[[],5],[245,[[41,[1]]]],[-1,-2,[],[]],[[],[[7,[13,14]]]],0,[[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[245,25],[[7,[1,26]]]],[[245,25],[[7,[1,26]]]],[-1,-2,[],[]],0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[[],21],[[],21],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],0,[246,[[7,[1,23]]]],[[246,8],9],[-1,-1,[]],[25,[[7,[246,26]]]],[25,[[7,[246,26]]]],[[],[[28,[27]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[246,25],[[7,[1,26]]]],[[246,25],[[7,[1,26]]]],[-1,-2,[],[]],0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],0,0,[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[247,247],[248,248],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[],247],[[],248],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[[248,248],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[247,8],9],[[248,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[247,26]]]],[25,[[7,[247,26]]]],[[-1,-2],152,[153,154],155],[[],[[28,[27]]]],[[248,-1],1,156],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,[12,11],[[]],[[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[248,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[247,25],[[7,[1,26]]]],[[247,25],[[7,[1,26]]]],[[],[[10,[248]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[242,242],[[-1,-2],1,[],[]],0,[[],242],[[],[[7,[48,23]]]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[-1,[[7,[242]]],111],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[242,242],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[242,8],9],[-1,-1,[]],[-1,-1,[]],[[[10,[103]]],[[7,[242,23]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[[28,[48]]],[[7,[249,23]]]],0,0,[[]],[[]],[249,[[7,[1,23]]]],[[242,-1],7,115],[[249,11],[[7,[1,23]]]],[[249,11],[[7,[1,23]]]],0,[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[43,[[7,[242,23]]]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],0,[[250,8],9],[-1,-1,[]],[-1,-1,[]],[[],5],[[],5],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[23,250],0,[[]],[[]],[[[7,[-1,23]]],203,[]],0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[251,[-1]],12],9,252],0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[202,202],[253,253],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],0,[[],21],[[],21],[[],202],[[],253],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[202,254],[5,1],[5,1],[[202,202],29],[[253,253],29],[[202,8],9],[[253,8],9],[-1,-1,[]],[-1,-1,[]],[25,[[7,[202,26]]]],[25,[[7,[202,26]]]],[[],[[28,[27]]]],[[],5],[[],5],[202,1],[-1,-2,[],[]],[-1,-2,[],[]],[202,29],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[202,255],0,[[]],[[]],0,[202,29],[-1,-2,[],[]],[-1,-2,[],[]],[253,[[28,[64]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[202,25],[[7,[1,26]]]],[[202,25],[[7,[1,26]]]],[[],[[10,[253]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],0,0,[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[69,[[7,[256,23]]]],0,[69,[[7,[42,23]]]],[69,[[7,[42,23]]]],[69,69],[70,70],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],69],[[],70],[[],257],[[],258],[5,-1,[]],[5,-1,[]],[5,-1,[]],[259,48],[5,-1,[]],[260,48],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[5,1],[[70,70],29],[[69,8],9],[[70,8],9],[[257,8],9],[[258,8],9],[[261,8],9],0,0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[69,26]]]],[25,[[7,[70,26]]]],[25,[[7,[257,26]]]],[25,[[7,[258,26]]]],[25,[[7,[261,26]]]],[25,[[7,[69,26]]]],[25,[[7,[70,26]]]],[25,[[7,[257,26]]]],[25,[[7,[258,26]]]],[25,[[7,[261,26]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[262,23]]]],[12,[[7,[46,11]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[69,25],[[7,[1,26]]]],[[70,25],[[7,[1,26]]]],[[257,25],[[7,[1,26]]]],[[258,25],[[7,[1,26]]]],[[261,25],[[7,[1,26]]]],[[69,25],[[7,[1,26]]]],[[70,25],[[7,[1,26]]]],[[257,25],[[7,[1,26]]]],[[258,25],[[7,[1,26]]]],[[261,25],[[7,[1,26]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[263,263],[[-1,-2],1,[],[]],[[263,263],90],[[-1,-2],90,[],[]],[[],263],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[263,263],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[263,8],9],[-1,-1,[]],[12,[[7,[263]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[12,[[7,[263,11]]]],[[263,263],[[28,[90]]]],[[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[[-1,2],1,[]],0,0,[21,21],[21,21],[21,21],[21,21],[21,21],[21,21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[264,264],[265,265],[104,104],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],0,0,[[],264],[[],265],[[],104],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],0,[5,1],[5,1],[5,1],[5,1],0,[[],[[37,[266]]]],[[266,266],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],0,[[264,8],9],[[265,8],9],[[104,8],9],[[266,8],9],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[25,[[7,[264,26]]]],[25,[[7,[265,26]]]],[25,[[7,[104,26]]]],[25,[[7,[264,26]]]],[25,[[7,[265,26]]]],[25,[[7,[104,26]]]],[104,[[41,[266]]]],[104,[[41,[[1,[[17,[267]],266]]]]]],[[104,105,[17,[267]]],[[41,[268]]]],[[104,105],[[41,[[1,[268,266]]]]]],[[264,105,[17,[267]]],[[41,[268]]]],[[104,269],[[41,[269]]]],[264,[[41,[[1,[114,266]]]]]],[[264,105],[[41,[[1,[114,266]]]]]],[[104,105],[[41,[[1,[114,266]]]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],[[28,[27]]]],[[],5],[[],5],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],0,0,0,[[]],[[]],[[]],[[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[266,11],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[[264,25],[[7,[1,26]]]],[[265,25],[[7,[1,26]]]],[[104,25],[[7,[1,26]]]],[[264,25],[[7,[1,26]]]],[[265,25],[[7,[1,26]]]],[[104,25],[[7,[1,26]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[270,270],[[-1,-2],1,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[[270,270],29],[[270,8],9],[-1,-1,[]],[12,[[41,[270]]]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[43,[[41,[[28,[[1,[48,134]]]],23]]]],[[54,54],54],0,[-1,270,[[240,[11]]]],0,0,[12,[[41,[[1,[11,11]]]]]],[12,[[41,[231]]]],[[]],0,0,[[12,12],[[41,[231]]]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],0,[-1,-2,[],[]],[[270,-1],270,[[240,[11]]]],[[270,-1],270,[[240,[11]]]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[-1,-1,[]],[[],5],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[]],[[12,[28,[12]]],[[7,[11,23]]]],[[12,[28,[12]],[28,[271]]],[[7,[11,23]]]],[[12,[28,[12]],[28,[272]],[28,[42]]],[[7,[[1,[177,[28,[273]]]],23]]]],[[12,[28,[12]]],[[7,[177,23]]]],[[12,[28,[12]]],[[7,[119,23]]]],[[12,[28,[12]],[28,[42]]],[[7,[11,23]]]],[[12,[28,[12]],12,[28,[42]]],[[7,[11,23]]]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[-1,2],1,[]],[[-1,2],1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[274,274],[275,275],[[-1,-2],1,[],[]],[[-1,-2],1,[],[]],[[],274],[[],275],[5,-1,[]],[5,-1,[]],[5,-1,[]],[5,-1,[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[7,[[6,[-3,-4]]]]],[],[],[],[]],[5,1],[5,1],[[274,274],29],[[275,275],29],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[-1,-2],29,[],[]],[[274,8],9],[[275,8],9],[-1,-1,[]],[-1,-1,[]],[12,[[7,[274]]]],[12,[[7,[275]]]],[[],5],[[],5],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[7,[13,14]]]],[[],[[7,[13,14]]]],[[]],[[]],[[274,-1],11,276],[[275,[10,[-1]]],11,276],[[-1,274],11,[]],[-1,11,[]],[[[10,[-1]],275],11,[]],[[[10,[-1]]],11,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],[-1,-2,[],[]]],"c":[],"p":[[15,"tuple"],[3,"Private",5450],[4,"CType",14],[4,"CStatement",14],[15,"usize"],[3,"With",5451],[4,"Result",5452],[3,"Formatter",5453],[6,"Result",5453],[15,"slice"],[3,"String",5454],[15,"str"],[3,"Layout",5455],[3,"LayoutError",5455],[3,"TypeId",5456],[3,"Global",5457],[3,"Box",5458],[8,"Any",5456],[3,"ModuleInfo",5459],[8,"SymbolRegistry",5460],[3,"Command",5461],[3,"WasmerCmd",116],[3,"Error",5462],[4,"Cmd",116],[3,"ArgMatches",5463],[6,"Error",5464],[3,"Id",5465],[4,"Option",5466],[15,"bool"],[8,"Future",5467],[3,"Pin",5468],[4,"Target",248],[3,"Bindings",5469],[3,"Command",5470],[3,"Add",248],[4,"ProgrammingLanguage",5471],[3,"Vec",5472],[3,"Package",5473],[4,"CmdApp",327],[3,"CmdAppCreate",377],[6,"Result",5462],[3,"WasmerClient",5474],[3,"Path",5475],[3,"AppTemplate",5476],[3,"AppConfigV1",5477],[3,"Url",5478],[3,"Duration",5479],[3,"PathBuf",5475],[3,"CmdAppDelete",438],[3,"DeployAppVersion",5476],[3,"DeployAppOpts",474],[4,"WaitMode",474],[3,"CmdAppDeploy",474],[4,"Value",5480],[4,"PackageIdent",5481],[3,"DeployApp",5476],[3,"CmdAppGet",597],[3,"CmdAppInfo",633],[3,"CmdAppList",668],[4,"LogStreamArg",707],[15,"f64"],[3,"OffsetDateTime",5482],[3,"CmdAppLogs",707],[3,"PossibleValue",5483],[3,"CmdAppPurgeCache",785],[4,"AppIdent",821],[3,"AppIdentOpts",821],[4,"ResolvedAppIdent",821],[3,"ApiOpts",4838],[3,"WasmerEnv",4838],[4,"CmdAppVersion",921],[3,"CmdAppVersionActivate",958],[3,"CmdAppVersionGet",994],[4,"Sort",1031],[3,"CmdAppVersionList",1031],[4,"Action",1104],[3,"Binfmt",1104],[4,"Cmd",1180],[3,"Cache",1180],[3,"Compile",1254],[4,"GetOrSet",1294],[4,"RetrievableConfigField",1294],[4,"StorableConfigField",1294],[3,"SetRegistryUrl",1294],[3,"SetRegistryToken",1294],[3,"SetUpdateNotificationsEnabled",1294],[3,"BoolString",1294],[3,"SetTelemetryEnabled",1294],[3,"SetProxyUrl",1294],[4,"Ordering",5484],[3,"Config",1294],[3,"WasmerEnv",5485],[3,"Flags",1294],[3,"CmdConnect",1777],[4,"Container",1817],[3,"PackageUnpack",1850],[4,"UrlOrVersion",1889],[3,"CrossCompile",1889],[3,"Entrypoint",1889],[3,"CommandEntrypoint",1889],[3,"Volume",1889],[4,"AllowMultiWasm",1889],[15,"u8"],[3,"CompilerOptions",5128],[3,"Target",5486],[3,"PrefixMapCompilation",1889],[3,"BTreeMap",5487],[3,"Container",5488],[4,"CpuFeature",5486],[3,"Triple",5489],[8,"Deserializer",5490],[3,"CreateExe",1889],[3,"CrossCompileSetup",1889],[3,"Store",5491],[8,"Serializer",5492],[3,"Volume",5493],[3,"OwnedBuffer",5494],[4,"Value",5495],[3,"Version",5496],[3,"CreateObj",2248],[4,"CmdDomain",2289],[3,"CmdDomainGet",2329],[3,"CmdDomainList",2365],[3,"CmdDomainRegister",2401],[3,"CmdZoneFileGet",2439],[3,"CmdZoneFileSync",2439],[3,"GenCHeader",2512],[3,"CmdGenCompletions",2552],[3,"CmdGenManPage",2591],[3,"DEFAULT_MAN_DIR_PATH",2591],[4,"Template",2650],[4,"BinOrLib",2650],[3,"MiniCargoTomlPackage",2650],[3,"Manifest",5497],[3,"Init",2650],[4,"GetBindingsResult",2650],[4,"Bindings",5497],[3,"Module",5497],[4,"Command",5497],[3,"VersionReq",5496],[3,"HashMap",5498],[8,"Iterator",5499],[3,"Inspect",2835],[4,"CmdJournal",2871],[3,"CmdJournalCompact",2914],[3,"CmdJournalExport",2948],[3,"CmdExtractWhatMemory",2982],[4,"CmdExtractWhat",2982],[3,"CmdJournalExtract",2982],[4,"FilterOut",3081],[3,"CmdJournalFilter",3081],[15,"u64"],[8,"Hash",5500],[8,"Sized",5501],[8,"BuildHasher",5500],[8,"Hasher",5500],[3,"CmdJournalImport",3161],[3,"CmdJournalInspect",3195],[4,"TokenStatus",3229],[3,"ValidatedNonceOutput",3229],[4,"BoolPromptOptions",3229],[4,"AuthorizationState",3229],[3,"AppContext",3229],[3,"Login",3229],[3,"Body",5502],[3,"Request",5503],[3,"Response",5504],[3,"TcpListener",5505],[4,"CmdNamespace",3431],[3,"CmdNamespaceCreate",3467],[3,"CmdNamespaceGet",3504],[3,"CmdNamespaceList",3540],[4,"Package",3575],[3,"PackageBuild",3618],[3,"Package",5506],[4,"PackageHash",5507],[3,"NamedPackageIdent",5508],[3,"Duration",5509],[3,"ProgressBar",5510],[4,"PublishWait",3673],[3,"WaitPackageState",3673],[3,"Id",5511],[3,"PackageDownload",3755],[3,"PackagePublish",3799],[3,"PackagePush",3846],[3,"PackageTag",3892],[3,"NamedPackageId",5512],[3,"Run",3948],[8,"Runtime",5513],[3,"Arc",5514],[3,"WasiRunner",5515],[4,"PackageSource",3948],[4,"TargetOnDisk",3948],[4,"ExecutableTarget",3948],[3,"WcgiOptions",3948],[3,"Config",5516],[3,"BinaryPackage",5517],[3,"MonitoringRuntime",3948],[3,"Engine",5518],[8,"Send",5501],[8,"Sync",5501],[3,"Output",4757],[15,"never"],[3,"Module",5519],[4,"ModuleHash",5520],[3,"Callbacks",3948],[8,"Debug",5453],[3,"MonitoringSource",3948],[3,"MonitoringPackageLoader",3948],[8,"Error",5521],[4,"ExitCode",5522],[6,"DynHttpClient",5523],[3,"Instance",5524],[3,"Function",5525],[4,"Value",5526],[3,"PackageSummary",5527],[3,"Resolution",5528],[8,"ModuleCache",5529],[6,"DynVirtualNetworking",5530],[4,"SocketAddr",5531],[8,"PackageLoader",5532],[4,"Type",5533],[4,"PackageSource",5534],[8,"Source",5535],[3,"AbortHandle",5536],[8,"VirtualTaskManager",5537],[8,"TtyBridge",5538],[3,"Wasi",4270],[6,"DynJournal",5539],[3,"MappedCommand",5540],[3,"MappedDirectory",5540],[3,"Capabilities",5541],[4,"WasiVersion",5542],[3,"BTreeSet",5543],[3,"WasiFunctionEnv",5544],[3,"WasiEnvBuilder",5545],[8,"HttpClient",5523],[3,"Version",5546],[4,"RuntimeOrHandle",5547],[8,"Into",5548],[3,"SelfUpdate",4367],[3,"EdgeConfig",4638],[3,"CmdSsh",4401],[3,"Validate",4446],[3,"Wast",4482],[3,"Whoami",4520],[3,"WasmFeatures",4554],[4,"HashAlgorithm",4554],[3,"LoadedEdgeConfig",4638],[3,"PrettyError",4707],[3,"Indented",4707],[8,"Write",5453],[4,"LogFormat",4757],[3,"ProgressDrawTarget",5549],[3,"EnvFilter",5550],[3,"Login",4838],[3,"ItemFormatOpts",4838],[3,"ItemTableFormatOpts",4838],[3,"WASMER_DIR",4838],[3,"WASMER_CACHE_DIR",4838],[3,"ListFormatOpts",4838],[3,"WasmerConfig",5551],[4,"PackageSource",5087],[3,"StoreOptions",5128],[3,"WasmFeatures",5128],[4,"CompilerType",5128],[8,"CompilerConfig",5552],[3,"Engine",5553],[3,"Features",5554],[3,"Identifier",5296],[3,"UserWithNamespaces",5476],[4,"PackageCheckMode",5340],[3,"Package",5476],[4,"ItemFormat",5368],[4,"ListFormat",5368],[8,"CliRender",5368],[6,"CIdent",14],[13,"Declaration",98],[13,"Cast",98],[13,"LiteralArray",98],[13,"TypeDef",98],[13,"LiteralConstant",98],[13,"Function",109],[13,"PointerTo",109],[13,"Array",109],[8,"CliCommand",116],[8,"AsyncCliCommand",116],[13,"Yarn",324],[13,"Npm",324],[13,"Pnpm",324],[13,"Config",918],[6,"Token",3229],[13,"WebAssembly",4267],[3,"RunProperties",4270],[6,"RawToken",4401]]},\ +"wasmer_compiler":{"doc":"The wasmer-compiler crate provides the necessary …","t":"GNNDDDIDDGEIINDDDCCDDEIDDIDNENEDDDDIIDNQQNNNNIIRLMMKMALLLMKMMLLLMMMKAKMMKMKKKKKKMKMMLLLLLLLMAMKLLLLLMMKMMLMLFMKKFKFMMMLMMLMLMAFFFLMKKMMKLMMMLMLMKMLMKMLMKKKKKLMFMLFLMKLLLLKMLMMMMMKKLMMMLMLAFALLMLMKLKLKLMOCFFCCCAADDDSDLLLLLLLLLLLMLLMMLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLMLLFLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLRRRFFFFIILLKKLLLLLLLLLLKKKLLCCCCCCCCCAAAAAACCAAAADNNNDEDEENNNLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLMLLMMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLMLLLLLLMLMLLLLLLLLLLMLLLRDRLLLLLLLLMLLLLLMLLLLFMLLLMLLLLLNNENENENNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLMLLLMLLLLMLLLLLLLLLMLLLLLLLLLLLLMLMLLLLLLLLLMLLLLLLLLLLLFFFFFFCCCCCCACCANNNNNEDEEEDDDDDNNNNNEMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLMMLLMLLLLLLLLLLLLMMFMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFDILLLLLLLLLKLKLLLLLKLKLLLLLMLLLLLKLLMMKLLLLLLLLLLADFFLLLLLLLLLLLLLLMLLMLLLLLLFAAAAAAAAAOIINENQILLLLLLLLLLLLLKLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLDDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNDDDENNDDNDDENDLLLLLLLLLLMLLLLLLLLLMMLLLLLLLLLLLLLLLLLMMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAALLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMMMALLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLMDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMMLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDEDDDDDDDNDDDDNDDDLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLDDDDDDDDDLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDEDDDDDDDDNNDDDDDEDDNNDDDLLLLLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLDDDDDDDDDLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLMLLLLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMMMMMMLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEDINIYDDDDDINDDNIIINIGNIIILLLLMLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLMLLLLLLLMKKKKKKKKKLLLLLMMMMFLLLLLLLLLLMMMLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLLLLKLLDDDDQDDDIDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFKFFFFMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMDDDDDNININIEIQDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLKLLLLLLMMLLLLLLLLLLLLLLKLLLLLLLLLLMMKLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDDDGDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLDDDDNNDDGDDRNNDDDDNDDDEGDDNLLLLMMMLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLMLLLLLLLLLLLLLLLLLLLLMMMMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLRRRNNDDDDDDDDDDDDENNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMNNNNNDDDDEDDDNDEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMLLLLLLMMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLIQQIKKKLLKKKKKKKKKCCCCCCCCCAACAAAACCCIDDLLLLKKLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLMLLLLLLLLMMMLKLLKKKKLLLLLLLLLLLLLLLLLLLLLLLFFIDDIIKLLLLLMLLLLLLLLLLLLLLLLLLKKLLMLLLLLLMLLLLLLLLMLLLLLLLLLLLFFFFFFFFFFFFFFFFNDNNNNEEGLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMMM","n":["Addend","Archived","Archived","Artifact","ArtifactBuild","ArtifactBuildFromArchive","ArtifactCreate","BaseTunables","CodeMemory","CodeOffset","CompiledFunctionFrameInfoVariant","Compiler","CompilerConfig","CpuFeature","Engine","EngineBuilder","EngineInner","FRAME_INFO","FRAME_INFO","FRAME_INFO","Features","FrameInfosVariant","FunctionBinaryReader","FunctionBodyData","FunctionExtent","FunctionMiddleware","GlobalFrameInfoRegistration","Import","InstantiationError","Link","LinkError","MiddlewareBinaryReader","MiddlewareReaderState","ModuleEnvironment","ModuleFromArchive","ModuleMiddleware","ModuleMiddlewareChain","ModuleTranslationState","Owned","OwnedDataInitializer","OwnedDataInitializerIterator","Ref","Resource","Start","Trap","Tunables","Upcastable","VERSION","__clone_box","__private_field","allocated","apply_on_module_info","artifact","artifact_builders","borrow","borrow_mut","bulk_memory","bulk_memory","bytes_remaining","cell","chain","check_bytes","clone","clone_into","code_memory","compilation","compile_info","compile_module","compiler","compiler","compiler","compiler_config","cpu_features","cpu_features","create_host_memory","create_host_table","create_module_info","create_vm_memory","create_vm_table","current_position","data","data_initializers","data_initializers","data_initializers","default","deref","deref_mut","deserialize","deserialize","deserialize","drop","dynamic_memory_offset_guard_size","engine","engine_id","eof","eq","equivalent","equivalent","equivalent","equivalent","exceptions","extended_const","features","features","features","fmt","frame_info_registration","from","from_binaryreadererror_wasmerror","function_body_inputs","generate_function_middleware","generate_function_middleware_chain","get_libcall_trampoline","get_middlewares","get_trace_and_trapcode","hash_algorithm","hash_algorithm","id","init","inner","inner","into","key","layout_raw","length","lib","libcall_trampoline_len","link_module","make_libcall_trampolines","memory64","memory64","memory_style","memory_styles","mmap","module","module_info","module_linking","module_linking","module_offset","module_translation_state","multi_memory","multi_memory","multi_value","multi_value","name","name","new","original_module","original_position","pending_operations","pointer_metadata","ptr","push_middleware","range","read_local_count","read_local_decl","read_operator","reference_types","reference_types","register_frame_info","relaxed_simd","resolve","resolve_imports","resolve_metadata","serializable","serialize","serialize","serialize","serialize_metadata","serialize_unsized","set_module_info_name","signatures","simd","simd","start_of_nonexecutable_pages","state","static_memory_bound","static_memory_offset_guard_size","table_style","table_styles","tail_call","tail_call","target","target","threads","threads","to_owned","traits","translate_module","translator","try_from","try_into","tunables","type_id","unwind_registry","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","wasm_types","wasm_unsupported","wasmparser","wpheaptype_to_type","wptype_to_type","ArtifactBuild","ArtifactBuildFromArchive","ModuleFromArchive","artifact_builder","trampoline","ArtifactBuild","ArtifactBuildFromArchive","ArtifactBuildFromArchiveCell","MAGIC_HEADER","ModuleFromArchive","__clone_box","borrow","borrow","borrow","borrow","borrow_dependent","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_owner","cell","clone","clone_into","compilation","compile_info","cpu_features","cpu_features","cpu_features","create_module_info","create_module_info","data_initializers","data_initializers","data_initializers","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize_frame_info_ref","drop","drop","drop","drop","drop","features","features","fmt","fmt","fmt","from","from","from","from","from_serializable","from_serializable_module","get_custom_section_relocations_ref","get_custom_section_relocations_ref","get_custom_sections_ref","get_custom_sections_ref","get_debug_ref","get_debug_ref","get_dynamic_function_trampolines_ref","get_dynamic_function_trampolines_ref","get_frame_info_ref","get_frame_info_ref","get_function_bodies_ref","get_function_bodies_ref","get_function_call_trampolines_ref","get_function_call_trampolines_ref","get_function_relocations","get_function_relocations","get_libcall_trampoline_len","get_libcall_trampoline_len","get_libcall_trampolines","get_libcall_trampolines","init","init","init","init","into","into","into","into","into_owner","is_deserializable","layout_raw","layout_raw","layout_raw","layout_raw","memory_styles","memory_styles","module_info","module_info","new","new","original_module","owned_buffer","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","serializable","serialize","serialize","serialize_module","set_module_info_name","set_module_info_name","table_styles","table_styles","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_new","try_new","try_new_or_recover","type_id","type_id","type_id","type_id","unsafe_self_cell","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","with_dependent","with_dependent_mut","AARCH64_TRAMPOLINE","RISCV64_TRAMPOLINE","X86_64_TRAMPOLINE","get_libcall_trampoline","libcall_trampoline_len","make_libcall_trampolines","make_trampoline","Compiler","CompilerConfig","canonicalize_nans","canonicalize_nans","compile_module","compiler","default_features_for_target","default_features_for_target","enable_pic","enable_pic","enable_verifier","enable_verifier","experimental_native_compile_module","experimental_native_compile_module","get_cpu_features_used","get_cpu_features_used","get_middlewares","name","push_middleware","validate_module","validate_module","Artifact","BaseTunables","CodeMemory","Engine","EngineBuilder","EngineInner","InstantiationError","LinkError","Tunables","artifact","builder","code_memory","error","inner","link","link_module","resolve_imports","resolver","trap","tunables","unwind","AllocatedArtifact","Archived","Archived","Archived","Artifact","ArtifactBuildVariant","ArtifactId","DataInitializerLocationVariant","OwnedDataInitializerVariant","Plain","Plain","Plain","__clone_box","__clone_box","__clone_box","allocated","allocated","artifact","base","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","clone_to_plain","cmp","compare","cpu_features","cpu_features","create_module_info","create_module_info","data","data_initializers","data_initializers","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_object","deserialize_unchecked","drop","drop","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","features","features","finish_instantiation","finished_dynamic_function_trampolines","finished_dynamic_function_trampolines","finished_function_call_trampolines","finished_function_call_trampolines","finished_function_lengths","finished_functions","finished_functions","fmt","fmt","frame_info_registered","frame_info_registration","from","from","from","from","from","from","from_parts","generate_metadata","generate_object","get_byte_slice","id","id","id","id","init","init","init","init","init","init","instantiate","internal_register_frame_info","internal_take_frame_info_registration","into","into","into","into","into","into","is_deserializable","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","location","memory_index","memory_styles","memory_styles","metadata","module_info","module_info","new","offset","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preinstantiate","register_frame_info","serialize","serialize","set_module_info_name","set_module_info_name","signatures","signatures","table_styles","table_styles","take_frame_info_registration","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","EngineBuilder","borrow","borrow_mut","compiler_config","deref","deref_mut","deserialize","drop","engine","features","features","from","hash_algorithm","headless","init","into","layout_raw","new","pointer_metadata","set_features","set_hash_algorithm","set_target","target","target","try_from","try_into","type_id","ARCH_FUNCTION_ALIGNMENT","CodeMemory","DATA_SECTION_ALIGNMENT","allocate","borrow","borrow_mut","copy_function","deref","deref_mut","deserialize","drop","frame_info_registration","from","function_allocation_size","init","into","layout_raw","mmap","new","pointer_metadata","publish","register_frame_info","round_up","start_of_nonexecutable_pages","try_from","try_into","type_id","unwind_registry","unwind_registry_mut","upcast_any_box","upcast_any_mut","upcast_any_ref","view_as_mut_vmfunc_slice","CpuFeature","Import","ImportError","IncompatibleType","InstantiationError","Link","LinkError","MemoryError","Resource","Start","Trap","UnknownImport","__clone_box","as_error","as_error","as_error","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","source","source","to_owned","to_string","to_string","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","Engine","EngineId","EngineInner","__clone_box","__clone_box","allocate","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cloned","cmp","code_memory","compare","compile","compiler","compiler","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_unchecked","deterministic_id","drop","drop","drop","engine_id","eq","equivalent","equivalent","equivalent","equivalent","features","features","fmt","fmt","from","from","from","from","from","from","hash_algorithm","hash_algorithm","headless","id","id","id","init","init","init","inner","inner","inner_mut","into","into","into","layout_raw","layout_raw","layout_raw","lookup_signature","name","name","new","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","publish_compiled_code","publish_eh_frame","register_frame_info","register_signature","set_hash_algorithm","set_tunables","signatures","signatures","target","target","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","tunables","tunables","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","validate","validate","apply_relocation","link_module","get_extern_from_import","get_extern_type","get_runtime_size","resolve_imports","CompiledFunctionFrameInfoVariant","FRAME_INFO","FRAME_INFO","FrameInfosVariant","FunctionExtent","GlobalFrameInfoRegistration","frame_info","get_trace_and_trapcode","register_frame_info","stack","Archived","Archived","Archived","Archived","Archived","CompiledFunctionFrameInfoVariant","FRAME_INFO","FrameInfosVariant","FunctionAddressMapInstructionVariant","FunctionAddressMapVariant","FunctionExtent","FunctionInfo","GlobalFrameInfo","GlobalFrameInfoRegistration","ModuleInfoFrameInfo","Owned","Owned","Ref","Ref","Ref","VecTrapInformationVariant","__private_field","address_map","body_len","body_offset","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","code_offset_by_key","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end_srcloc","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","frame_infos","from","from","from","from","from","from","from","from","from","from","from","function_debug_info","function_info","functions","get","get","init","init","init","init","init","init","init","init","init","init","init","instructions","into","into","into","into","into","into","into","into","into","into","into","key","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","length","local_index","lookup_frame_info","lookup_trap_info","module","module_info","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","ranges","register","start","start","start_srcloc","traps","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","get_trace_and_trapcode","wasm_trace","BaseTunables","Tunables","__clone_box","borrow","borrow_mut","clone","clone_into","create_global","create_global","create_globals","create_globals","create_host_memory","create_host_memory","create_host_table","create_host_table","create_memories","create_memories","create_tables","create_tables","create_vm_memory","create_vm_memory","create_vm_table","create_vm_table","deref","deref_mut","deserialize","drop","dynamic_memory_offset_guard_size","for_target","from","init","into","layout_raw","memory_style","memory_style","pointer_metadata","static_memory_bound","static_memory_offset_guard_size","table_style","table_style","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vmconfig","vmconfig","systemv","UnwindRegistry","__deregister_frame","__register_frame","borrow","borrow_mut","deref","deref_mut","deserialize","drop","drop","from","init","into","layout_raw","new","pointer_metadata","publish","published","register","register_frames","registrations","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","using_libunwind","std","borrow","boxed","collections","fmt","str","string","sync","vec","vec","Borrow","BorrowMut","Borrowed","Cow","Owned","Owned","ToOwned","__clone_box","add","add","add_assign","add_assign","as_cow_c_str","as_cow_c_str","as_cow_c_str","as_ref","as_ref","as_str","as_str","as_str","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone_from","clone_into","clone_into","cmp","compare","default","deref","deref","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","encode_hex","encode_hex_upper","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","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_iter","from_iter","from_iter","get_hash","hash","init","into","into_c_str","into_c_str","into_c_str","into_deserializer","into_owned","into_with_c_str","into_with_c_str","into_with_c_str","is_borrowed","is_owned","is_referenceable","json_schema","layout_raw","ne","ne","ne","ne","ne","ne","ne","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","schema_id","schema_name","serialize","serialize","serialize","to_mut","to_owned","to_owned","to_string","to_string_lossy","to_string_lossy","to_string_lossy","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Box","ThinBox","__clone_box","_marker","advance","advance_mut","allocator","as_error","as_error","as_fd","as_mut","as_raw_fd","as_ref","assume_init","assume_init","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call","call_mut","call_once","cause","chunk","chunk_mut","chunks_vectored","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_from","clone_from","clone_into","cmp","compare","consume","contains_token","contains_token","copy_to_bytes","copy_to_slice","create_host_memory","create_host_table","create_vm_memory","create_vm_table","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast_unchecked","downcast_unchecked","downcast_unchecked","drop","drop","drop","drop","enabled","encode_hex","encode_hex_upper","eq","equivalent","equivalent","equivalent","equivalent","fill_buf","finish","flush","flush","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_iter","from_raw","from_raw_in","ge","get_hash","get_i16","get_i16_le","get_i16_ne","get_i32","get_i32_le","get_i32_ne","get_i64","get_i64_le","get_i64_ne","get_i8","get_int","get_int_le","get_int_ne","get_u16","get_u16_le","get_u16_ne","get_u32","get_u32_le","get_u32_ne","get_u64","get_u64_le","get_u64_ne","get_u8","get_uint","get_uint_le","get_uint_ne","gt","has_remaining","hash","init","init","into","into","into_boxed_slice","into_future","into_inner","into_iter","into_iter","into_iter","into_pin","into_raw","into_raw_with_allocator","into_searcher","is_contained_in","is_empty","is_prefix_of","is_read_vectored","is_referenceable","is_suffix_of","is_write_vectored","json_schema","last","layout_raw","layout_raw","le","leak","len","log","lt","memory_style","ne","new","new","new_in","new_uninit","new_uninit_in","new_uninit_slice","new_uninit_slice_in","new_unsize","new_zeroed","new_zeroed_in","new_zeroed_slice","new_zeroed_slice_in","next","next_back","nfc","nfd","nfkc","nfkd","nth","nth_back","parse_next","parse_next","parse_next","parse_next","partial_cmp","pin","pin_in","pointer_metadata","pointer_metadata","poll","poll_next","ptr","put_i16","put_i16_le","put_i16_ne","put_i32","put_i32_le","put_i32_ne","put_i64","put_i64_le","put_i64_ne","put_i8","put_slice","put_u16","put_u16_le","put_u16_ne","put_u32","put_u32_le","put_u32_ne","put_u64","put_u64_le","put_u64_ne","put_u8","read","read_buf","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","remaining","remaining_mut","resolve","resolve_metadata","resume","schema_id","schema_name","seek","serialize","serialize","serialize","serialize_metadata","serialize_unsized","size_hint","size_hint","source","source","stream_position","stream_safe","strip_prefix_of","strip_suffix_of","table_style","to_owned","to_path_segments","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_new","try_new_in","try_new_uninit","try_new_uninit_in","try_new_uninit_slice","try_new_zeroed","try_new_zeroed_in","try_new_zeroed_slice","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","visit_any_convert_extern","visit_array_copy","visit_array_fill","visit_array_get","visit_array_get_s","visit_array_get_u","visit_array_init_data","visit_array_init_elem","visit_array_len","visit_array_new","visit_array_new_data","visit_array_new_default","visit_array_new_elem","visit_array_new_fixed","visit_array_set","visit_atomic_fence","visit_block","visit_br","visit_br_if","visit_br_on_cast","visit_br_on_cast_fail","visit_br_on_non_null","visit_br_on_null","visit_br_table","visit_call","visit_call_indirect","visit_call_ref","visit_catch","visit_catch_all","visit_data_drop","visit_delegate","visit_drop","visit_elem_drop","visit_else","visit_end","visit_extern_convert_any","visit_f32_abs","visit_f32_add","visit_f32_ceil","visit_f32_const","visit_f32_convert_i32_s","visit_f32_convert_i32_u","visit_f32_convert_i64_s","visit_f32_convert_i64_u","visit_f32_copysign","visit_f32_demote_f64","visit_f32_div","visit_f32_eq","visit_f32_floor","visit_f32_ge","visit_f32_gt","visit_f32_le","visit_f32_load","visit_f32_lt","visit_f32_max","visit_f32_min","visit_f32_mul","visit_f32_ne","visit_f32_nearest","visit_f32_neg","visit_f32_reinterpret_i32","visit_f32_sqrt","visit_f32_store","visit_f32_sub","visit_f32_trunc","visit_f32x4_abs","visit_f32x4_add","visit_f32x4_ceil","visit_f32x4_convert_i32x4_s","visit_f32x4_convert_i32x4_u","visit_f32x4_demote_f64x2_zero","visit_f32x4_div","visit_f32x4_eq","visit_f32x4_extract_lane","visit_f32x4_floor","visit_f32x4_ge","visit_f32x4_gt","visit_f32x4_le","visit_f32x4_lt","visit_f32x4_max","visit_f32x4_min","visit_f32x4_mul","visit_f32x4_ne","visit_f32x4_nearest","visit_f32x4_neg","visit_f32x4_pmax","visit_f32x4_pmin","visit_f32x4_relaxed_madd","visit_f32x4_relaxed_max","visit_f32x4_relaxed_min","visit_f32x4_relaxed_nmadd","visit_f32x4_replace_lane","visit_f32x4_splat","visit_f32x4_sqrt","visit_f32x4_sub","visit_f32x4_trunc","visit_f64_abs","visit_f64_add","visit_f64_ceil","visit_f64_const","visit_f64_convert_i32_s","visit_f64_convert_i32_u","visit_f64_convert_i64_s","visit_f64_convert_i64_u","visit_f64_copysign","visit_f64_div","visit_f64_eq","visit_f64_floor","visit_f64_ge","visit_f64_gt","visit_f64_le","visit_f64_load","visit_f64_lt","visit_f64_max","visit_f64_min","visit_f64_mul","visit_f64_ne","visit_f64_nearest","visit_f64_neg","visit_f64_promote_f32","visit_f64_reinterpret_i64","visit_f64_sqrt","visit_f64_store","visit_f64_sub","visit_f64_trunc","visit_f64x2_abs","visit_f64x2_add","visit_f64x2_ceil","visit_f64x2_convert_low_i32x4_s","visit_f64x2_convert_low_i32x4_u","visit_f64x2_div","visit_f64x2_eq","visit_f64x2_extract_lane","visit_f64x2_floor","visit_f64x2_ge","visit_f64x2_gt","visit_f64x2_le","visit_f64x2_lt","visit_f64x2_max","visit_f64x2_min","visit_f64x2_mul","visit_f64x2_ne","visit_f64x2_nearest","visit_f64x2_neg","visit_f64x2_pmax","visit_f64x2_pmin","visit_f64x2_promote_low_f32x4","visit_f64x2_relaxed_madd","visit_f64x2_relaxed_max","visit_f64x2_relaxed_min","visit_f64x2_relaxed_nmadd","visit_f64x2_replace_lane","visit_f64x2_splat","visit_f64x2_sqrt","visit_f64x2_sub","visit_f64x2_trunc","visit_global_get","visit_global_set","visit_i16x8_abs","visit_i16x8_add","visit_i16x8_add_sat_s","visit_i16x8_add_sat_u","visit_i16x8_all_true","visit_i16x8_avgr_u","visit_i16x8_bitmask","visit_i16x8_eq","visit_i16x8_extadd_pairwise_i8x16_s","visit_i16x8_extadd_pairwise_i8x16_u","visit_i16x8_extend_high_i8x16_s","visit_i16x8_extend_high_i8x16_u","visit_i16x8_extend_low_i8x16_s","visit_i16x8_extend_low_i8x16_u","visit_i16x8_extmul_high_i8x16_s","visit_i16x8_extmul_high_i8x16_u","visit_i16x8_extmul_low_i8x16_s","visit_i16x8_extmul_low_i8x16_u","visit_i16x8_extract_lane_s","visit_i16x8_extract_lane_u","visit_i16x8_ge_s","visit_i16x8_ge_u","visit_i16x8_gt_s","visit_i16x8_gt_u","visit_i16x8_le_s","visit_i16x8_le_u","visit_i16x8_lt_s","visit_i16x8_lt_u","visit_i16x8_max_s","visit_i16x8_max_u","visit_i16x8_min_s","visit_i16x8_min_u","visit_i16x8_mul","visit_i16x8_narrow_i32x4_s","visit_i16x8_narrow_i32x4_u","visit_i16x8_ne","visit_i16x8_neg","visit_i16x8_q15mulr_sat_s","visit_i16x8_relaxed_dot_i8x16_i7x16_s","visit_i16x8_relaxed_laneselect","visit_i16x8_relaxed_q15mulr_s","visit_i16x8_replace_lane","visit_i16x8_shl","visit_i16x8_shr_s","visit_i16x8_shr_u","visit_i16x8_splat","visit_i16x8_sub","visit_i16x8_sub_sat_s","visit_i16x8_sub_sat_u","visit_i31_get_s","visit_i31_get_u","visit_i32_add","visit_i32_and","visit_i32_atomic_load","visit_i32_atomic_load16_u","visit_i32_atomic_load8_u","visit_i32_atomic_rmw16_add_u","visit_i32_atomic_rmw16_and_u","visit_i32_atomic_rmw16_cmpxchg_u","visit_i32_atomic_rmw16_or_u","visit_i32_atomic_rmw16_sub_u","visit_i32_atomic_rmw16_xchg_u","visit_i32_atomic_rmw16_xor_u","visit_i32_atomic_rmw8_add_u","visit_i32_atomic_rmw8_and_u","visit_i32_atomic_rmw8_cmpxchg_u","visit_i32_atomic_rmw8_or_u","visit_i32_atomic_rmw8_sub_u","visit_i32_atomic_rmw8_xchg_u","visit_i32_atomic_rmw8_xor_u","visit_i32_atomic_rmw_add","visit_i32_atomic_rmw_and","visit_i32_atomic_rmw_cmpxchg","visit_i32_atomic_rmw_or","visit_i32_atomic_rmw_sub","visit_i32_atomic_rmw_xchg","visit_i32_atomic_rmw_xor","visit_i32_atomic_store","visit_i32_atomic_store16","visit_i32_atomic_store8","visit_i32_clz","visit_i32_const","visit_i32_ctz","visit_i32_div_s","visit_i32_div_u","visit_i32_eq","visit_i32_eqz","visit_i32_extend16_s","visit_i32_extend8_s","visit_i32_ge_s","visit_i32_ge_u","visit_i32_gt_s","visit_i32_gt_u","visit_i32_le_s","visit_i32_le_u","visit_i32_load","visit_i32_load16_s","visit_i32_load16_u","visit_i32_load8_s","visit_i32_load8_u","visit_i32_lt_s","visit_i32_lt_u","visit_i32_mul","visit_i32_ne","visit_i32_or","visit_i32_popcnt","visit_i32_reinterpret_f32","visit_i32_rem_s","visit_i32_rem_u","visit_i32_rotl","visit_i32_rotr","visit_i32_shl","visit_i32_shr_s","visit_i32_shr_u","visit_i32_store","visit_i32_store16","visit_i32_store8","visit_i32_sub","visit_i32_trunc_f32_s","visit_i32_trunc_f32_u","visit_i32_trunc_f64_s","visit_i32_trunc_f64_u","visit_i32_trunc_sat_f32_s","visit_i32_trunc_sat_f32_u","visit_i32_trunc_sat_f64_s","visit_i32_trunc_sat_f64_u","visit_i32_wrap_i64","visit_i32_xor","visit_i32x4_abs","visit_i32x4_add","visit_i32x4_all_true","visit_i32x4_bitmask","visit_i32x4_dot_i16x8_s","visit_i32x4_eq","visit_i32x4_extadd_pairwise_i16x8_s","visit_i32x4_extadd_pairwise_i16x8_u","visit_i32x4_extend_high_i16x8_s","visit_i32x4_extend_high_i16x8_u","visit_i32x4_extend_low_i16x8_s","visit_i32x4_extend_low_i16x8_u","visit_i32x4_extmul_high_i16x8_s","visit_i32x4_extmul_high_i16x8_u","visit_i32x4_extmul_low_i16x8_s","visit_i32x4_extmul_low_i16x8_u","visit_i32x4_extract_lane","visit_i32x4_ge_s","visit_i32x4_ge_u","visit_i32x4_gt_s","visit_i32x4_gt_u","visit_i32x4_le_s","visit_i32x4_le_u","visit_i32x4_lt_s","visit_i32x4_lt_u","visit_i32x4_max_s","visit_i32x4_max_u","visit_i32x4_min_s","visit_i32x4_min_u","visit_i32x4_mul","visit_i32x4_ne","visit_i32x4_neg","visit_i32x4_relaxed_dot_i8x16_i7x16_add_s","visit_i32x4_relaxed_laneselect","visit_i32x4_relaxed_trunc_f32x4_s","visit_i32x4_relaxed_trunc_f32x4_u","visit_i32x4_relaxed_trunc_f64x2_s_zero","visit_i32x4_relaxed_trunc_f64x2_u_zero","visit_i32x4_replace_lane","visit_i32x4_shl","visit_i32x4_shr_s","visit_i32x4_shr_u","visit_i32x4_splat","visit_i32x4_sub","visit_i32x4_trunc_sat_f32x4_s","visit_i32x4_trunc_sat_f32x4_u","visit_i32x4_trunc_sat_f64x2_s_zero","visit_i32x4_trunc_sat_f64x2_u_zero","visit_i64_add","visit_i64_and","visit_i64_atomic_load","visit_i64_atomic_load16_u","visit_i64_atomic_load32_u","visit_i64_atomic_load8_u","visit_i64_atomic_rmw16_add_u","visit_i64_atomic_rmw16_and_u","visit_i64_atomic_rmw16_cmpxchg_u","visit_i64_atomic_rmw16_or_u","visit_i64_atomic_rmw16_sub_u","visit_i64_atomic_rmw16_xchg_u","visit_i64_atomic_rmw16_xor_u","visit_i64_atomic_rmw32_add_u","visit_i64_atomic_rmw32_and_u","visit_i64_atomic_rmw32_cmpxchg_u","visit_i64_atomic_rmw32_or_u","visit_i64_atomic_rmw32_sub_u","visit_i64_atomic_rmw32_xchg_u","visit_i64_atomic_rmw32_xor_u","visit_i64_atomic_rmw8_add_u","visit_i64_atomic_rmw8_and_u","visit_i64_atomic_rmw8_cmpxchg_u","visit_i64_atomic_rmw8_or_u","visit_i64_atomic_rmw8_sub_u","visit_i64_atomic_rmw8_xchg_u","visit_i64_atomic_rmw8_xor_u","visit_i64_atomic_rmw_add","visit_i64_atomic_rmw_and","visit_i64_atomic_rmw_cmpxchg","visit_i64_atomic_rmw_or","visit_i64_atomic_rmw_sub","visit_i64_atomic_rmw_xchg","visit_i64_atomic_rmw_xor","visit_i64_atomic_store","visit_i64_atomic_store16","visit_i64_atomic_store32","visit_i64_atomic_store8","visit_i64_clz","visit_i64_const","visit_i64_ctz","visit_i64_div_s","visit_i64_div_u","visit_i64_eq","visit_i64_eqz","visit_i64_extend16_s","visit_i64_extend32_s","visit_i64_extend8_s","visit_i64_extend_i32_s","visit_i64_extend_i32_u","visit_i64_ge_s","visit_i64_ge_u","visit_i64_gt_s","visit_i64_gt_u","visit_i64_le_s","visit_i64_le_u","visit_i64_load","visit_i64_load16_s","visit_i64_load16_u","visit_i64_load32_s","visit_i64_load32_u","visit_i64_load8_s","visit_i64_load8_u","visit_i64_lt_s","visit_i64_lt_u","visit_i64_mul","visit_i64_ne","visit_i64_or","visit_i64_popcnt","visit_i64_reinterpret_f64","visit_i64_rem_s","visit_i64_rem_u","visit_i64_rotl","visit_i64_rotr","visit_i64_shl","visit_i64_shr_s","visit_i64_shr_u","visit_i64_store","visit_i64_store16","visit_i64_store32","visit_i64_store8","visit_i64_sub","visit_i64_trunc_f32_s","visit_i64_trunc_f32_u","visit_i64_trunc_f64_s","visit_i64_trunc_f64_u","visit_i64_trunc_sat_f32_s","visit_i64_trunc_sat_f32_u","visit_i64_trunc_sat_f64_s","visit_i64_trunc_sat_f64_u","visit_i64_xor","visit_i64x2_abs","visit_i64x2_add","visit_i64x2_all_true","visit_i64x2_bitmask","visit_i64x2_eq","visit_i64x2_extend_high_i32x4_s","visit_i64x2_extend_high_i32x4_u","visit_i64x2_extend_low_i32x4_s","visit_i64x2_extend_low_i32x4_u","visit_i64x2_extmul_high_i32x4_s","visit_i64x2_extmul_high_i32x4_u","visit_i64x2_extmul_low_i32x4_s","visit_i64x2_extmul_low_i32x4_u","visit_i64x2_extract_lane","visit_i64x2_ge_s","visit_i64x2_gt_s","visit_i64x2_le_s","visit_i64x2_lt_s","visit_i64x2_mul","visit_i64x2_ne","visit_i64x2_neg","visit_i64x2_relaxed_laneselect","visit_i64x2_replace_lane","visit_i64x2_shl","visit_i64x2_shr_s","visit_i64x2_shr_u","visit_i64x2_splat","visit_i64x2_sub","visit_i8x16_abs","visit_i8x16_add","visit_i8x16_add_sat_s","visit_i8x16_add_sat_u","visit_i8x16_all_true","visit_i8x16_avgr_u","visit_i8x16_bitmask","visit_i8x16_eq","visit_i8x16_extract_lane_s","visit_i8x16_extract_lane_u","visit_i8x16_ge_s","visit_i8x16_ge_u","visit_i8x16_gt_s","visit_i8x16_gt_u","visit_i8x16_le_s","visit_i8x16_le_u","visit_i8x16_lt_s","visit_i8x16_lt_u","visit_i8x16_max_s","visit_i8x16_max_u","visit_i8x16_min_s","visit_i8x16_min_u","visit_i8x16_narrow_i16x8_s","visit_i8x16_narrow_i16x8_u","visit_i8x16_ne","visit_i8x16_neg","visit_i8x16_popcnt","visit_i8x16_relaxed_laneselect","visit_i8x16_relaxed_swizzle","visit_i8x16_replace_lane","visit_i8x16_shl","visit_i8x16_shr_s","visit_i8x16_shr_u","visit_i8x16_shuffle","visit_i8x16_splat","visit_i8x16_sub","visit_i8x16_sub_sat_s","visit_i8x16_sub_sat_u","visit_i8x16_swizzle","visit_if","visit_local_get","visit_local_set","visit_local_tee","visit_loop","visit_memory_atomic_notify","visit_memory_atomic_wait32","visit_memory_atomic_wait64","visit_memory_copy","visit_memory_discard","visit_memory_fill","visit_memory_grow","visit_memory_init","visit_memory_size","visit_nop","visit_operator","visit_ref_as_non_null","visit_ref_cast_non_null","visit_ref_cast_nullable","visit_ref_eq","visit_ref_func","visit_ref_i31","visit_ref_is_null","visit_ref_null","visit_ref_test_non_null","visit_ref_test_nullable","visit_rethrow","visit_return","visit_return_call","visit_return_call_indirect","visit_return_call_ref","visit_select","visit_struct_get","visit_struct_get_s","visit_struct_get_u","visit_struct_new","visit_struct_new_default","visit_struct_set","visit_table_copy","visit_table_fill","visit_table_get","visit_table_grow","visit_table_init","visit_table_set","visit_table_size","visit_throw","visit_throw_ref","visit_try","visit_try_table","visit_typed_select","visit_unreachable","visit_v128_and","visit_v128_andnot","visit_v128_any_true","visit_v128_bitselect","visit_v128_const","visit_v128_load","visit_v128_load16_lane","visit_v128_load16_splat","visit_v128_load16x4_s","visit_v128_load16x4_u","visit_v128_load32_lane","visit_v128_load32_splat","visit_v128_load32_zero","visit_v128_load32x2_s","visit_v128_load32x2_u","visit_v128_load64_lane","visit_v128_load64_splat","visit_v128_load64_zero","visit_v128_load8_lane","visit_v128_load8_splat","visit_v128_load8x8_s","visit_v128_load8x8_u","visit_v128_not","visit_v128_or","visit_v128_store","visit_v128_store16_lane","visit_v128_store32_lane","visit_v128_store64_lane","visit_v128_store8_lane","visit_v128_xor","write","write","write","write_all","write_fmt","write_i128","write_i16","write_i32","write_i64","write_i8","write_isize","write_length_prefix","write_str","write_u128","write_u16","write_u32","write_u64","write_u8","write_usize","write_vectored","AllocError","BTreeMap","BTreeSet","BinaryHeap","Bound","CapacityOverflow","Excluded","HashMap","HashSet","Included","LinkedList","TryReserveError","TryReserveErrorKind","Unbounded","VecDeque","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_marker","accumulate","accumulate","accumulate","accumulate","accumulate","accumulate","accumulate","accumulate","advance","alloc","alloc","allocator","allocator","append","append","append","append","append","as_error","as_mut","as_mut_slices","as_ref","as_slice","as_slices","back","back","back_mut","back_mut","base","base","binary_heap","binary_search","binary_search_by","binary_search_by_key","bitand","bitand","bitor","bitor","bitxor","bitxor","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","btree_map","btree_set","buf","capacity","capacity","capacity","capacity","chunk","clear","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_from","clone_from","clone_from","clone_from","clone_from","clone_from","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cloned","cmp","cmp","cmp","cmp","compare","compare","compare","compare","contains","contains","contains","contains","contains_key","contains_key","cursor_back","cursor_back_mut","cursor_front","cursor_front_mut","data","default","default","default","default","default","default","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","difference","drain","drain","drain","drain","drain_sorted","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","entry","entry","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","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_one","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extract_if","extract_if","extract_if","extract_if","extract_if","first","first_entry","first_key_value","flush","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_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","front","front","front_mut","front_mut","get","get","get","get","get","get_hash","get_hash","get_hash","get_hash","get_hash","get_key_value","get_key_value","get_many_mut","get_many_unchecked_mut","get_mut","get_mut","get_mut","get_or_insert","get_or_insert_owned","get_or_insert_with","hash","hash","hash","hash","hash","hash_map","hash_set","hasher","hasher","head","head","index","index","index","index_mut","init","init","init","init","init","init","init","init","init","init","initial","initial","initial","initial","initial","initial","initial","initial","insert","insert","insert","insert","insert","intersection","intersection","into","into","into","into","into","into","into","into","into","into","into_deserializer","into_deserializer","into_deserializer","into_deserializer","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter_sorted","into_keys","into_keys","into_sorted_vec","into_values","into_values","into_vec","is_disjoint","is_disjoint","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_subset","is_subset","is_superset","is_superset","is_write_vectored","iter","iter","iter","iter","iter","iter","iter","iter_mut","iter_mut","iter_mut","iter_mut","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","keys","keys","kind","kind","last","last_entry","last_key_value","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","len","len","len","length","linked_list","lower_bound","lower_bound_mut","make_contiguous","map","map","marker","ne","new","new","new","new","new","new","new","new_in","new_in","new_in","new_in","new_in","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partition_point","peek","peek_mut","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","pop_back","pop_back","pop_first","pop_first","pop_front","pop_front","pop_last","pop_last","push","push_back","push_back","push_front","push_front","range","range","range","range_mut","range_mut","raw_entry","raw_entry_mut","read","read_buf","read_to_end","read_to_string","remaining","remove","remove","remove","remove","remove","remove","remove_entry","remove_entry","replace","replace","reserve","reserve","reserve","reserve","reserve_exact","reserve_exact","resize","resize_with","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","retain","retain","retain","retain","retain","retain","retain_mut","root","rotate_left","rotate_right","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","shrink_to","shrink_to","shrink_to","shrink_to","shrink_to_fit","shrink_to_fit","shrink_to_fit","shrink_to_fit","split_off","split_off","split_off","split_off","sub","sub","swap","swap_remove_back","swap_remove_front","symmetric_difference","symmetric_difference","tail","take","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","truncate","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_insert","try_insert","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_reserve","try_reserve","try_reserve","try_reserve","try_reserve_exact","try_reserve_exact","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","union","union","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upper_bound","upper_bound_mut","values","values","values_mut","values_mut","vec_deque","with_capacity","with_capacity","with_capacity","with_capacity","with_capacity_and_hasher","with_capacity_and_hasher","with_capacity_in","with_capacity_in","with_hasher","with_hasher","write","write_all","write_vectored","layout","BinaryHeap","Drain","DrainSorted","IntoIter","IntoIterSorted","Iter","PeekMut","__clone_box","__clone_box","__clone_box","allocator","allocator","allocator","allocator","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone_into","clone_into","clone_into","data","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","heap","init","init","init","init","init","init","inner","inner","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","is_empty","is_empty","is_empty","iter","iter","iter","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","next","next","next","next","next","next_back","next_back","next_back","nfc","nfc","nfc","nfc","nfd","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","nfkd","original_len","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","stream_safe","stream_safe","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","BTreeMap","Cursor","CursorMut","Entry","ExtractIf","IntoIter","IntoKeys","IntoValues","Iter","IterMut","Keys","Occupied","OccupiedEntry","OccupiedError","Range","RangeMut","Vacant","VacantEntry","Values","ValuesMut","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_marker","_marker","_marker","_marker","_marker","alloc","alloc","alloc","alloc","alloc","alloc","and_modify","as_cursor","as_error","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","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","current","current","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dormant_map","dormant_map","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","entry","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","get","get_mut","handle","handle","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","inner","inner","inner","insert","insert","insert_after","insert_after_unchecked","insert_before","insert_before_unchecked","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_key","into_mut","key","key","key","key","key","key","key_mut_unchecked","key_value","key_value","key_value_mut","last","last","last","last","last","last","last","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","len","len","length","length","length","length","length","max","max","max","max","max","max","min","min","min","min","min","min","move_next","move_next","move_prev","move_prev","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","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","or_default","or_insert","or_insert_with","or_insert_with_key","peek_next","peek_next","peek_prev","peek_prev","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pred","range","range","range","remove","remove_current","remove_current_and_move_back","remove_entry","root","root","root","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value","value","value","value_mut","BTreeSet","Difference","ExtractIf","Intersection","IntoIter","Iter","Range","SymmetricDifference","Union","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alloc","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","inner","inner","inner","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","iter","iter","iter","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","map","max","max","min","min","min","min","min","min","next","next","next","next","next","next","next","next","next_back","next_back","next_back","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pred","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","DefaultHasher","Drain","Entry","ExtractIf","HashMap","IntoIter","IntoKeys","IntoValues","Iter","IterMut","Keys","Occupied","Occupied","OccupiedEntry","OccupiedError","RandomState","RawEntryBuilder","RawEntryBuilderMut","RawEntryMut","RawOccupiedEntryMut","RawVacantEntryMut","Vacant","Vacant","VacantEntry","Values","ValuesMut","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","and_modify","and_modify","as_error","base","base","base","base","base","base","base","base","base","base","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","build_hasher","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","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","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","entry","finish","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_hash","from_hash","from_key","from_key","from_key_hashed_nocheck","from_key_hashed_nocheck","get","get","get_key_value","get_key_value_mut","get_mut","get_mut","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","insert","insert","insert","insert","insert_entry","insert_entry","insert_hashed_nocheck","insert_key","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_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_key","into_key","into_key_value","into_mut","into_mut","k0","k1","key","key","key","key","key_mut","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","len","len","len","map","map","new","new","next","next","next","next","next","next","next","next","next","next","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","or_default","or_insert","or_insert","or_insert_with","or_insert_with","or_insert_with_key","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","remove","remove","remove_entry","remove_entry","replace_entry","replace_key","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value","write","write_str","Difference","Drain","ExtractIf","HashSet","Intersection","IntoIter","Iter","SymmetricDifference","Union","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","base","base","base","base","base","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","iter","iter","iter","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","next","next","next","next","next","next","next","next","nfc","nfc","nfc","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","other","other","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","stream_safe","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","Cursor","CursorMut","ExtractIf","IntoIter","Iter","IterMut","LinkedList","__clone_box","__clone_box","__clone_box","alloc","as_cursor","back","back","back_mut","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone_into","clone_into","clone_into","current","current","current","current","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","front","front","front_mut","head","head","head","idx","index","index","index","index","init","init","init","init","init","init","insert_after","insert_before","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","it","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","list","list","list","list","marker","marker","marker","move_next","move_next","move_prev","move_prev","next","next","next","next","next_back","next_back","next_back","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","old_len","peek_next","peek_next","peek_prev","peek_prev","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop_back","pop_front","pred","push_back","push_front","remove_current","remove_current_as_list","size_hint","size_hint","size_hint","size_hint","splice_after","splice_before","split_after","split_before","stream_safe","stream_safe","tail","tail","tail","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","Drain","IntoIter","Iter","IterMut","VecDeque","__clone_box","__clone_box","_marker","advance_back_by","advance_back_by","advance_back_by","advance_by","advance_by","advance_by","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","cjk_compat_variants","cjk_compat_variants","clone","clone","clone_into","clone_into","count","deque","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drain_len","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fold","fold","fold","from","from","from","from","head","i1","i1","i2","i2","idx","init","init","init","init","inner","into","into","into","into","into_iter","into_iter","into_iter","into_iter","is_empty","is_empty","is_empty","last","last","last","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","next","next","next","next","next_back","next_back","next_back","next_back","next_chunk","nfc","nfc","nfd","nfd","nfkc","nfkc","nfkd","nfkd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","remaining","rfold","rfold","rfold","size_hint","size_hint","size_hint","size_hint","stream_safe","stream_safe","tail_len","to_owned","to_owned","try_fold","try_fold","try_fold","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_rfold","try_rfold","try_rfold","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","Alignment","Arguments","Binary","Center","Debug","Debug","DebugList","DebugMap","DebugSet","DebugStruct","DebugTuple","Display","Err","Error","Formatter","Left","LowerExp","LowerHex","Octal","Ok","Pointer","Result","Right","UpperExp","UpperHex","Write","__clone_box","__clone_box","__clone_box","align","align","alternate","args","as_error","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","clone","clone","clone","clone_into","clone_into","clone_into","cmp","collect_str","compare","custom","debug_list","debug_map","debug_set","debug_struct","debug_tuple","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","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty_name","entries","entries","entries","entry","entry","entry","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","field","field","fields","fill","fill","finish","finish","finish","finish","finish","finish_non_exhaustive","flags","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","get_hash","has_fields","has_fields","has_key","hash","init","init","init","init","init","init","init","init","init","inner","inner","into","into","into","into","into","into","into","into","into","is_referenceable","json_schema","key","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","pad","pad_integral","partial_cmp","pieces","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","precision","precision","result","result","result","schema_id","schema_name","serialize","serialize_bool","serialize_bytes","serialize_char","serialize_f32","serialize_f64","serialize_i128","serialize_i16","serialize_i32","serialize_i64","serialize_i8","serialize_map","serialize_newtype_struct","serialize_newtype_variant","serialize_none","serialize_seq","serialize_some","serialize_str","serialize_struct","serialize_struct_variant","serialize_tuple","serialize_tuple_struct","serialize_tuple_variant","serialize_u128","serialize_u16","serialize_u32","serialize_u64","serialize_u8","serialize_unit","serialize_unit_struct","serialize_unit_variant","sign_aware_zero_pad","sign_minus","sign_plus","state","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","value","width","width","write","write_char","write_char","write_fmt","write_fmt","write_fmt","write_str","write_str","write_str","Bytes","CharIndices","Chars","EncodeUtf16","Err","EscapeDebug","EscapeDefault","EscapeUnicode","FromStr","Lines","LinesAny","MatchIndices","Matches","ParseBoolError","RMatchIndices","RMatches","RSplit","RSplitN","RSplitTerminator","Split","SplitAsciiWhitespace","SplitInclusive","SplitN","SplitTerminator","SplitWhitespace","Utf8Chunk","Utf8Chunks","Utf8Error","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","all","any","as_error","as_error","as_str","as_str","borrow","borrow","borrow","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","chars","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","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","count","count","count","deref","deref","deref","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","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error_len","error_len","extra","find","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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","fold","fold","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_boxed_utf8_unchecked","from_str","from_utf8","from_utf8_mut","from_utf8_unchecked","from_utf8_unchecked_mut","front_offset","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","into","into","into","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_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","invalid","invalid","is_empty","iter","iter","last","last","last","last","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","new","next","next","next","next","next","next","next","next","next","next","next","next","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","next_back","next_back","next_back","next_back","next_back","nfc","nfc","nfc","nfc","nfd","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","nfkd","nth","nth_back","offset","pattern","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","position","remainder","remainder","remainder","remainder","remainder","remainder","remainder","remainder","remainder","rfind","rposition","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","size_hint","source","stream_safe","stream_safe","stream_safe","stream_safe","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","try_fold","try_fold","try_fold","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","valid","valid","valid_up_to","valid_up_to","CharArrayRefSearcher","CharArraySearcher","CharPredicateSearcher","CharSearcher","CharSliceSearcher","Done","DoubleEndedSearcher","Match","Pattern","Reject","ReverseSearcher","SearchStep","Searcher","Searcher","StrSearcher","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","finger","finger_back","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","haystack","haystack","haystack","haystack","haystack","haystack","haystack","haystack","haystack","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_searcher","is_contained_in","is_prefix_of","is_suffix_of","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","needle","needle","next","next","next","next","next","next","next","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_match","next_match","next_match","next_match","next_match","next_match","next_match","next_match_back","next_match_back","next_match_back","next_match_back","next_match_back","next_match_back","next_match_back","next_reject","next_reject","next_reject","next_reject","next_reject","next_reject_back","next_reject_back","next_reject_back","next_reject_back","next_reject_back","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","searcher","strip_prefix_of","strip_suffix_of","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_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","utf8_encoded","utf8_size","Drain","FromUtf16Error","FromUtf8Error","ParseError","String","ToString","__clone_box","__clone_box","accumulate","accumulate","accumulate","accumulate","add","add_assign","as_bytes","as_bytes","as_cow_c_str","as_cow_c_str","as_error","as_error","as_mut","as_mut_str","as_mut_string","as_mut_string","as_mut_vec","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_str","as_str","as_str","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bytes","capacity","cjk_compat_variants","clear","clone","clone","clone_from","clone_into","clone_into","cmp","compare","consume","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","drain","drop","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","end","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","extend","extend","extend","extend","extend","extend","extend","extend_from_within","extend_one","extend_one","extend_one","extend_one","extend_one","extend_reserve","extend_reserve","finish","finish","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_raw_parts","from_str","from_utf16","from_utf16_lossy","from_utf8","from_utf8_lossy","from_utf8_unchecked","get_hash","hash","index","index","index","index","index","index","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","init","init","init","init","initial","initial","initial","initial","insert","insert_str","into","into","into","into","into_boxed_str","into_bytes","into_bytes","into_c_str","into_c_str","into_deserializer","into_iter","into_raw_parts","into_searcher","into_with_c_str","into_with_c_str","is_contained_in","is_empty","is_prefix_of","is_referenceable","is_suffix_of","iter","json_schema","last","layout_raw","layout_raw","layout_raw","layout_raw","leak","len","ne","ne","ne","new","next","next_back","nfc","nfd","nfkc","nfkd","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","push","push_str","remove","remove_matches","replace_range","reserve","reserve_exact","resolve","resolve_metadata","retain","schema_id","schema_name","serialize","serialize","serialize_metadata","serialize_unsized","shrink_to","shrink_to_fit","size_hint","split_off","start","stream_safe","string","strip_prefix_of","strip_suffix_of","to_owned","to_owned","to_path_segments","to_socket_addrs","to_string","to_string","to_string","to_string","to_string_lossy","to_string_lossy","truncate","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_reserve","try_reserve_exact","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","utf8_error","vec","with_capacity","write_char","write_str","Arc","Barrier","BarrierWaitResult","Condvar","Err","Err","Exclusive","LazyLock","LockResult","Mutex","MutexGuard","ONCE_INIT","Ok","Ok","Once","OnceLock","OnceState","PoisonError","Poisoned","RwLock","RwLockReadGuard","RwLockWriteGuard","TryLockError","TryLockResult","WaitTimeoutResult","Weak","WouldBlock","__clone_box","__clone_box","__clone_box","__clone_box","_marker","alloc","alloc","allocator","as_error","as_error","as_error","as_fd","as_ptr","as_ptr","as_raw_fd","as_ref","assume_init","assume_init","atomic","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","call_mut","call_once","call_once","call_once_force","cause","cause","check_heap_type","clear_poison","clear_poison","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","create_host_memory","create_host_table","create_vm_memory","create_vm_table","cvar","data","data","data","data","data_address","data_count","decrement_strong_count","decrement_strong_count_in","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","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","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast_unchecked","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","element_count","element_type_at","enabled","encode_hex","encode_hex_upper","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","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","force","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_mut","from_pin_mut","from_raw","from_raw","from_raw_in","from_raw_in","ge","get","get_hash","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut_unchecked","get_or_init","get_or_try_init","get_pin_mut","get_ref","global_at","gt","guard","hash","increment_strong_count","increment_strong_count_in","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","inner","inner_lock","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_raw","into_raw","into_searcher","is_completed","is_contained_in","is_function_referenced","is_leader","is_poisoned","is_poisoned","is_poisoned","is_prefix_of","is_read_vectored","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_subtype","is_suffix_of","is_write_vectored","json_schema","json_schema","json_schema","json_schema","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","le","lock","lock","lock","lock","log","lt","make_mut","memory_at","memory_style","mpsc","ne","new","new","new","new","new","new","new","new","new","new","new","new_cyclic","new_in","new_in","new_uninit","new_uninit_in","new_uninit_slice","new_uninit_slice_in","new_zeroed","new_zeroed_in","new_zeroed_slice","new_zeroed_slice_in","notify_all","notify_one","num_threads","once","once","parse_next","parse_next","partial_cmp","phantom","pin","pin_in","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poison","poison","poison","poison","poll","provide","ptr","ptr","ptr_eq","ptr_eq","read","read","read_buf","read_to_end","read_to_string","read_vectored","resolve","resolve","resolve_metadata","resolve_metadata","resume","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","seek","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","set","source","strip_prefix_of","strip_suffix_of","strong_count","strong_count","sub_type_at","table_at","table_style","tag_at","take","timed_out","to_owned","to_owned","to_owned","to_owned","to_path_segments","to_string","to_string","to_string","to_string","to_string","to_string","top_type","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_lock","try_new","try_new_in","try_new_uninit","try_new_uninit_in","try_new_zeroed","try_new_zeroed_in","try_pin","try_pin_in","try_read","try_unwrap","try_write","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id_of_function","type_of_function","unlock","unwrap_or_clone","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upgrade","value","wait","wait","wait_timeout","wait_timeout_ms","wait_timeout_while","wait_while","weak_count","weak_count","write","write","write_vectored","ATOMIC_BOOL_INIT","ATOMIC_ISIZE_INIT","ATOMIC_USIZE_INIT","AcqRel","Acquire","AtomicBool","AtomicI16","AtomicI32","AtomicI64","AtomicI8","AtomicIsize","AtomicPtr","AtomicU16","AtomicU32","AtomicU64","AtomicU8","AtomicUsize","Ordering","Relaxed","Release","SeqCst","__clone_box","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","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","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","clone","clone_into","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compiler_fence","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_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","failure","fence","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_byte_add","fetch_byte_sub","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_not","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_ptr_add","fetch_ptr_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","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_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","get_hash","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_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","hash","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_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","load","load","load","load","load","load","load","load","load","load","load","load","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","new","new","new","new","new","new","new","new","new","new","new","new","p","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","spin_loop_hint","store","store","store","store","store","store","store","store","store","store","store","store","success","swap","swap","swap","swap","swap","swap","swap","swap","swap","swap","swap","swap","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_into","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","v","v","v","v","v","v","v","v","v","v","v","Disconnected","Disconnected","Disconnected","Empty","Full","IntoIter","Iter","Receiver","RecvError","RecvTimeoutError","SendError","Sender","SyncSender","Timeout","TryIter","TryRecvError","TrySendError","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_error","as_error","as_error","as_error","as_error","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","channel","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","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","description","description","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","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","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","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","next","next","next","nfc","nfc","nfc","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","recv","recv_deadline","recv_timeout","rx","rx","rx","send","send","stream_safe","stream_safe","stream_safe","sync_channel","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","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_iter","try_recv","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","Drain","ExtractIf","IntoIter","Splice","Vec","__clone_box","__clone_box","accumulate","accumulate","accumulate","accumulate","advance_back_by","advance_by","advance_mut","alloc","allocator","allocator","allocator","allocator","append","as_cow_c_str","as_cow_c_str","as_mut","as_mut","as_mut_ptr","as_mut_slice","as_mut_slice","as_ptr","as_ref","as_ref","as_ref","as_ref","as_slice","as_slice","as_slice","as_str","as_str","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","buf","buf","cap","capacity","chunk_mut","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clear","clone","clone","clone_from","clone_into","clone_into","cmp","compare","count","dedup","dedup_by","dedup_by_key","default","default","del","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drain","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","encode_hex_upper","end","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","extend","extend","extend_from_slice","extend_from_within","extend_one","extend_one","extend_reserve","extend_reserve","extract_if","flush","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_hex","from_iter","from_raw_parts","from_raw_parts_in","get_hash","hash","idx","index","index","index","index","index","index","index","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","init","init","init","init","init","initial","initial","initial","initial","insert","into","into","into","into","into","into_boxed_slice","into_c_str","into_c_str","into_deserializer","into_flattened","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_raw_parts","into_raw_parts_with_alloc","into_with_c_str","into_with_c_str","is_empty","is_empty","is_empty","is_referenceable","is_write_vectored","iter","json_schema","keep_rest","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","leak","len","len","len","ne","ne","ne","ne","ne","ne","new","new_in","next","next","next","next","next_back","next_back","next_back","next_chunk","nfc","nfc","nfc","nfc","nfd","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","nfkd","old_len","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","phantom","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","pred","ptr","push","push_within_capacity","put","put_bytes","put_slice","remaining_mut","remove","replace_with","reserve","reserve","reserve_exact","resize","resize","resize_with","resolve","resolve_metadata","retain","retain_mut","schema_id","schema_name","serialize","serialize","serialize","serialize_metadata","serialize_unsized","set_len","shrink_to","shrink_to_fit","size_hint","size_hint","size_hint","size_hint","spare_capacity_mut","splice","split_at_spare_mut","split_off","stream_safe","stream_safe","stream_safe","stream_safe","swap_remove","tail_len","tail_start","to_owned","to_owned","to_path_segments","to_string_lossy","to_string_lossy","truncate","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_reserve","try_reserve_exact","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vec","vec","with_capacity","with_capacity_in","write","write_all","write_bytes","write_vectored","ArtifactCreate","OwnedDataInitializer","OwnedDataInitializerIterator","Upcastable","cpu_features","create_module_info","data_initializers","downcast_mut","downcast_ref","features","memory_styles","module_info","serialize","set_module_info_name","table_styles","upcast_any_box","upcast_any_mut","upcast_any_ref","FunctionBinaryReader","FunctionBodyData","FunctionMiddleware","MiddlewareBinaryReader","MiddlewareReaderState","ModuleEnvironment","ModuleMiddleware","ModuleMiddlewareChain","ModuleTranslationState","environ","error","from_binaryreadererror_wasmerror","middleware","module","sections","state","translate_module","wpheaptype_to_type","wptype_to_type","FunctionBinaryReader","FunctionBodyData","ModuleEnvironment","borrow","borrow","borrow_mut","borrow_mut","bytes_remaining","current_position","custom_section","data","data_initializers","declare_data_initialization","declare_export","declare_func_export","declare_func_import","declare_func_type","declare_function_name","declare_global","declare_global_export","declare_global_import","declare_import","declare_memory","declare_memory_export","declare_memory_import","declare_module_name","declare_passive_data","declare_passive_element","declare_signature","declare_start_function","declare_table","declare_table_export","declare_table_import","declare_table_initializers","define_function_body","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eof","finish_exports","finish_imports","from","from","function_body_inputs","get_hash","hash","init","init","into","into","layout_raw","layout_raw","module","module_offset","module_translation_state","new","original_position","pointer_metadata","pointer_metadata","range","read_local_count","read_local_decl","read_operator","reserve_data_initializers","reserve_exports","reserve_func_types","reserve_globals","reserve_imports","reserve_memories","reserve_passive_data","reserve_signatures","reserve_table_initializers","reserve_tables","translate","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","from_binaryreadererror_compileerror","from_binaryreadererror_wasmerror","FunctionMiddleware","MiddlewareBinaryReader","MiddlewareReaderState","ModuleMiddleware","ModuleMiddlewareChain","apply_on_module_info","borrow","borrow","borrow_mut","borrow_mut","bytes_remaining","chain","current_position","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eof","extend","extend","feed","feed","fmt","fmt","from","from","generate_function_middleware","generate_function_middleware_chain","init","init","inner","into","into","layout_raw","layout_raw","new_with_offset","original_position","pending_operations","pointer_metadata","pointer_metadata","push_operator","range","read_local_count","read_local_decl","read_operator","set_middleware_chain","state","transform_module_info","transform_module_info","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","translate_module","parse_data_section","parse_element_section","parse_export_section","parse_function_section","parse_global_section","parse_import_section","parse_memory_section","parse_name_section","parse_start_section","parse_table_section","parse_type_section","read_elems","wpheaptype_to_type","wpreftype_to_type","wptype_to_type","Done","ModuleTranslationState","Multi","Multi","Single","Single","SingleOrMultiValue","SingleOrMultiValueIterator","WasmTypes","blocktype_params_results","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","elems","eq","fmt","from","from","from","init","init","init","into","into","into","into_iter","is_empty","iter","layout_raw","layout_raw","layout_raw","len","new","next","pointer_metadata","pointer_metadata","pointer_metadata","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unused","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","wasm_types","index","values"],"q":[[0,"wasmer_compiler"],[206,"wasmer_compiler::artifact_builders"],[211,"wasmer_compiler::artifact_builders::artifact_builder"],[354,"wasmer_compiler::artifact_builders::trampoline"],[361,"wasmer_compiler::compiler"],[382,"wasmer_compiler::engine"],[403,"wasmer_compiler::engine::artifact"],[604,"wasmer_compiler::engine::builder"],[631,"wasmer_compiler::engine::code_memory"],[664,"wasmer_compiler::engine::error"],[745,"wasmer_compiler::engine::inner"],[859,"wasmer_compiler::engine::link"],[861,"wasmer_compiler::engine::resolver"],[865,"wasmer_compiler::engine::trap"],[875,"wasmer_compiler::engine::trap::frame_info"],[1122,"wasmer_compiler::engine::trap::stack"],[1124,"wasmer_compiler::engine::tunables"],[1173,"wasmer_compiler::engine::unwind"],[1174,"wasmer_compiler::engine::unwind::systemv"],[1202,"wasmer_compiler::lib"],[1203,"wasmer_compiler::lib::std"],[1212,"wasmer_compiler::lib::std::borrow"],[1363,"wasmer_compiler::lib::std::boxed"],[2284,"wasmer_compiler::lib::std::collections"],[3073,"wasmer_compiler::lib::std::collections::TryReserveErrorKind"],[3074,"wasmer_compiler::lib::std::collections::binary_heap"],[3265,"wasmer_compiler::lib::std::collections::btree_map"],[3786,"wasmer_compiler::lib::std::collections::btree_set"],[4025,"wasmer_compiler::lib::std::collections::hash_map"],[4577,"wasmer_compiler::lib::std::collections::hash_set"],[4806,"wasmer_compiler::lib::std::collections::linked_list"],[5018,"wasmer_compiler::lib::std::collections::vec_deque"],[5174,"wasmer_compiler::lib::std::fmt"],[5481,"wasmer_compiler::lib::std::str"],[6271,"wasmer_compiler::lib::std::str::pattern"],[6505,"wasmer_compiler::lib::std::string"],[6808,"wasmer_compiler::lib::std::sync"],[7490,"wasmer_compiler::lib::std::sync::atomic"],[8223,"wasmer_compiler::lib::std::sync::mpsc"],[8545,"wasmer_compiler::lib::std::vec"],[8925,"wasmer_compiler::traits"],[8943,"wasmer_compiler::translator"],[8962,"wasmer_compiler::translator::environ"],[9053,"wasmer_compiler::translator::error"],[9055,"wasmer_compiler::translator::middleware"],[9117,"wasmer_compiler::translator::module"],[9118,"wasmer_compiler::translator::sections"],[9133,"wasmer_compiler::translator::state"],[9205,"wasmer_compiler::translator::state::SingleOrMultiValueIterator"],[9207,"dyn_clone::sealed"],[9208,"wasmer_types::module"],[9209,"bytecheck"],[9210,"core::result"],[9211,"core::marker"],[9212,"wasmer_types::compilation::target"],[9213,"wasmer_types::compilation::module"],[9214,"wasmer_types::indexes"],[9215,"wasmer_types::entity::primary_map"],[9216,"wasmer_types::compilation::function"],[9217,"wasmer_types::error"],[9218,"wasmer_types::compilation::target"],[9219,"wasmer_types::types"],[9220,"wasmer_types::memory"],[9221,"wasmer_vm::memory"],[9222,"wasmer_types::error"],[9223,"wasmer_vm::table"],[9224,"wasmer_vm::vmcontext"],[9225,"core::ptr::non_null"],[9226,"wasmer_vm::vmcontext"],[9227,"serde::de"],[9228,"rkyv"],[9229,"wasmparser::binary_reader"],[9230,"wasmer_types::error"],[9231,"wasmer_vm::trap::trap"],[9232,"wasmer_types::stack::frame"],[9233,"wasmer_types::trapcode"],[9234,"core::option"],[9235,"core::alloc::layout"],[9236,"core::alloc::layout"],[9237,"wasmer_vm"],[9238,"core::iter::traits::iterator"],[9239,"wasmer_types::compilation::section"],[9240,"wasmer_types::error"],[9241,"wasmparser::readers::core::operators"],[9242,"wasmer_types::entity::boxed_slice"],[9243,"wasmer_vm::export"],[9244,"wasmer_vm::store"],[9245,"wasmer_types::indexes"],[9246,"wasmer_types::error"],[9247,"core::any"],[9248,"core::any"],[9249,"wasmparser::readers::core::types"],[9250,"wasmer_types::compilation::function"],[9251,"wasmer_types::serialize"],[9252,"wasmer_types::entity::primary_map"],[9253,"core::ops::function"],[9254,"wasmer_types::compilation::symbols"],[9255,"wasmer_types::indexes"],[9256,"core::cmp"],[9257,"wasmer_vm::trap::traphandlers"],[9258,"wasmer_vm::trap::traphandlers"],[9259,"wasmer_vm::vmcontext"],[9260,"wasmer_types::compilation::symbols"],[9261,"wasmer_vm"],[9262,"core::iter::traits::exact_size"],[9263,"core::clone"],[9264,"std::path"],[9265,"wasmer_types::types"],[9266,"wasmer_types::compilation::relocation"],[9267,"wasmer_types::compilation::address_map"],[9268,"wasmer_types::stack::trap"],[9269,"backtrace::capture"],[9270,"wasmer_types::types"],[9271,"wasmer_types::indexes"],[9272,"core::ffi::c_str"],[9273,"rustix::backend::io::errno"],[9274,"std::ffi::os_str"],[9275,"core::cmp"],[9276,"core::iter::traits::collect"],[9277,"bstr::bstr"],[9278,"std::ffi::os_str"],[9279,"allocator_api2::stable::vec"],[9280,"allocator_api2::stable::alloc"],[9281,"bstr::bstring"],[9282,"percent_encoding"],[9283,"alloc::ffi::c_str"],[9284,"percent_encoding"],[9285,"core::hash"],[9286,"serde::de"],[9287,"schemars::schema"],[9288,"serde::ser"],[9289,"bytes::buf::buf_mut"],[9290,"std::os::fd::owned"],[9291,"std::os::fd::owned"],[9292,"core::mem::maybe_uninit"],[9293,"core::marker"],[9294,"std::io"],[9295,"unicode_normalization::replace"],[9296,"digest::digest"],[9297,"dyn_clone"],[9298,"indexmap::map::slice"],[9299,"schemars::gen"],[9300,"std::io"],[9301,"core::default"],[9302,"serde::de"],[9303,"log"],[9304,"std::io"],[9305,"core::pin"],[9306,"std::io"],[9307,"unicode_normalization::recompose"],[9308,"unicode_normalization::decompose"],[9309,"winnow::error"],[9310,"winnow::error"],[9311,"winnow::parser"],[9312,"core::task::poll"],[9313,"core::future::future"],[9314,"core::marker"],[9315,"std::io::readbuf"],[9316,"std::io"],[9317,"core::ops::generator"],[9318,"unicode_normalization::stream_safe"],[9319,"webc::path_segments"],[9320,"webc::path_segments"],[9321,"rkyv::collections::btree_map"],[9322,"rkyv::collections::hash_set"],[9323,"rkyv::collections::btree_set"],[9324,"rkyv::vec"],[9325,"serde::de"],[9326,"rkyv::ser"],[9327,"core::array::iter"],[9328,"core::ops::try_trait"],[9329,"rkyv::string"],[9330,"serde_json::value"],[9331,"bytes::bytes_mut"],[9332,"url"],[9333,"uuid"],[9334,"wasmparser::validator::names"],[9335,"wasmparser::validator::names"],[9336,"bstr::utf8"],[9337,"bstr::ext_vec"],[9338,"wasmparser::resources"],[9339,"std::fs"],[9340,"wasmparser::readers::core::types"],[9341,"core::time"],[9342,"std::time"],[9343,"winnow::stream"],[9344,"winnow::stream"],[9345,"core::convert"],[9346,"regex_automata::util::primitives"],[9347,"aho_corasick::util::primitives"],[9348,"aho_corasick::util::primitives"],[9349,"wasmparser::readers::core::elements"],[9350,"wasmparser::readers::core::exports"],[9351,"wasmparser::readers::core::functions"],[9352,"wasmparser::readers::core::globals"],[9353,"wasmparser::readers::core::imports"],[9354,"wasmparser::readers::core::memories"],[9355,"wasmparser::readers::core::names"],[9356,"wasmparser::readers::core::tables"],[9357,"wasmparser::readers::core::types"]],"d":["Addend to add to the symbol value.","Archived frame infos","An archived frame info","A compiled wasm module, ready to be instantiated.","A compiled wasm module, ready to be instantiated.","A compiled wasm module that was loaded from a serialized …","An Artifact is the product that the Engine implementation …","Tunable parameters for WebAssembly compilation. This is …","Memory manager for executable code.","Offset in bytes from the beginning of the function.","The variant of the compiled function frame info which can …","An implementation of a Compiler from parsed WebAssembly …","The compiler configuration options.","The module was compiled with a CPU feature that is not …","A WebAssembly Universal Engine.","The Builder contents of Engine","The inner contents of Engine","","","This is a global cache of backtrace frame information for …","Controls which experimental features will be enabled. …","The variant of the frame information which can be an owned …","Trait for iterating over the operators of a Wasm Function","Contains function data: bytecode and its offset in the …","Represents a continuous region of executable memory …","A function middleware specialized for a single function.","An RAII structure used to unregister a module’s frame …","An error occurred when checking the import types.","An error while instantiating a module.","A linking ocurred during instantiation.","The WebAssembly.LinkError object indicates an error during …","A Middleware binary reader of the WebAssembly structures …","The state of the binary reader. Exposed to middlewares to …","The result of translating via ModuleEnvironment. Function …","Module loaded from an archive. Since CompileModuleInfo is …","A shared builder for function middlewares.","Trait for generating middleware chains from “prototype”…","Contains information decoded from the Wasm module that …","Owned frame infos","Type of OwnedDataInitializer returned by the …","Type of iterator returned by the data_initializers method","A reference to the frame info","Insufficient resources available for linking.","A runtime error occured while invoking the start function","A trap ocurred during linking.","An engine delegates the creation of memories, tables, and …","Trait needed to get downcasting of Engines to work.","Version number of this crate.","","","","Applies the chain on a ModuleInfo struct.","","Generic Artifact abstraction for Wasmer Engines.","","","Configures whether the WebAssembly bulk memory operations …","Bulk Memory proposal should be enabled","Returns the number of bytes remaining.","","The backing middleware chain for this reader.","","","","The code memory is responsible of publishing the compiled …","The main serializable compilation object","Compilation informations","Compiles a parsed module.","This module mainly outputs the Compiler trait that custom …","Gets the custom compiler config","The compiler and cpu features","The compiler","Returns the CPU features for this Artifact","CPU Feature flags for this compilation","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Create a ModuleInfo for instantiation","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","Returns the current position.","Function body bytecode.","Returns data initializers to pass to VMInstance::initialize","References to the data initializers.","Datas initializers","","","","","","","","The size in bytes of the offset guard for dynamic heaps.","The Wasmer Engine.","","Returns whether the readers has reached the end of the …","","","","","","Wasm exceptions proposal should be enabled","Extended constant expressions proposal should be enabled","Returns the features for this Artifact","The features to compile the Wasm module with","The compiler and cpu features","","","Returns the argument unchanged.","","References to the function bodies.","Generates a FunctionMiddleware for a given function.","Generates a function middleware chain.","Returns the address of a trampoline in the libcall …","Get the middlewares for this compiler","Given a Trap, this function returns the Wasm trace and the …","The hashing algorithm","","","","","Raw binary reader.","Calls U::from(self).","The key that will be removed from the global ranges map …","","Length in bytes.","","Returns the length of a libcall trampoline.","Links a module, patching the allocated functions with the …","Creates a custom section containing the libcall …","Configures whether the WebAssembly 64-bit memory proposal …","64-bit Memory proposal should be enabled","Construct a MemoryStyle for the provided MemoryType","Returns the memory styles associated with this Artifact.","","ModuleInfo information.","Returns the ModuleInfo for instantiation","Configures whether the WebAssembly module linking proposal …","Module Linking proposal should be enabled","Body offset relative to the module file.","The decoded Wasm types for the module.","Configures whether the WebAssembly multi-memory proposal …","Multi Memory proposal should be enabled","Configures whether the WebAssembly multi-value proposal …","Multi Value proposal should be enabled","Returns a descriptive name for this compiler.","","Create a new feature","","Returns the original position (with the offset)","The pending operations added by the middleware.","","Entry point for normal entry of the function. All …","Pushes a middleware onto the back of the middleware chain.","Return the range (original offset, original offset + data …","Read a count indicating the number of times to call …","Read a (count, value_type) declaration of local variables …","Reads the next available Operator.","Configures whether the WebAssembly reference types …","Reference Types proposal should be enabled","Registers a new compiled module’s frame information.","Relaxed SIMD proposal should be enabled","","This function allows to match all imports of a ModuleInfo …","","","Serializes an artifact into bytes","","","","","Sets the ModuleInfo name","The signature registry is used mainly to operate with …","Configures whether the WebAssembly SIMD proposal will be …","SIMD proposal should be enabled","","Parsing state.","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","Construct a TableStyle for the provided TableType","Returns the table plans associated with this Artifact.","Configures whether the WebAssembly tail-call proposal will …","Tail call proposal should be enabled","The machine target","The target for the compiler","Configures whether the WebAssembly threads proposal will …","Threads proposal should be enabled","","Generic Artifact abstraction for Wasmer Engines.","Translate a sequence of bytes forming a valid Wasm binary …","This module defines the parser and translator from …","","","","","","upcast boxed dyn","","upcast mut ref","","upcast ref","","A map containing a Wasm module’s original, raw …","Return an Err(WasmError::Unsupported(msg)) where msg the …","wasmparser is exported as a module to slim compiler …","Converts a wasmparser heap type to a Wasm Type.","Helper function translating wasmparser types to Wasm Type.","","","","Define ArtifactBuild to allow compiling and instantiating …","Trampolines for libcalls.","A compiled wasm module, ready to be instantiated.","A compiled wasm module that was loaded from a serialized …","","Header signature for wasmu binary","Module loaded from an archive. Since CompileModuleInfo is …","","","","","","Borrows dependent.","","","","","Borrows owner.","","","","The main serializable compilation object","Compilation informations","","","CPU Feature flags for this compilation","","","","","Datas initializers","","","","","","","","","","","","","Get Function Relocations ref","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Create a new ArtifactBuild from a SerializableModule","Create a new ModuleFromArchive from the archived version …","Get Function Relocations ref","Get Function Relocations ref","Get Custom Sections ref","Get Custom Sections ref","Get Debug optional Dwarf ref","Get Debug optional Dwarf ref","Get Dynamic Functions Call Trampolines ref","Get Dynamic Functions Call Trampolines ref","Get Function Relocations ref","Get Function Relocations ref","Get Functions Bodies ref","Get Functions Bodies ref","Get Functions Call Trampolines ref","Get Functions Call Trampolines ref","Get Function Relocations","Get Function Relocations","Get LibCall Trampoline Length","Get LibCall Trampoline Length","Get LibCall Trampoline Section Index","Get LibCall Trampoline Section Index","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes self and returns the the owner.","Check if the provided bytes look like a serialized …","","","","","","","","","Compile a data buffer into a ArtifactBuild, which may then …","Constructs a new self-referential struct.","","Gets the owned buffer","","","","","","","","","","","","","","","","","","","","","","Tries to create a new structure with a given dependent …","","Tries to create a new structure with a given dependent …","","","","","","","","","","","","","","","","","","Calls given closure func with a shared reference to …","Calls given closure func with an unique reference to …","","","","Returns the address of a trampoline in the libcall …","Returns the length of a libcall trampoline.","Creates a custom section containing the libcall …","","An implementation of a Compiler from parsed WebAssembly …","The compiler configuration options.","Enable NaN canonicalization.","Enable NaN canonicalization.","Compiles a parsed module.","Gets the custom compiler config","Gets the default features for this compiler in the given …","Gets the default features for this compiler in the given …","Enable Position Independent Code (PIC).","Enable Position Independent Code (PIC).","Enable compiler IR verification.","Enable compiler IR verification.","Compiles a module into a native object file.","Compiles a module into a native object file.","Get the CpuFeatues used by the compiler","Get the CpuFeatues used by the compiler","Get the middlewares for this compiler","Returns a descriptive name for this compiler.","Pushes a middleware onto the back of the middleware chain.","Validates a module.","Validates a module.","","","","","","","","","","Define Artifact, based on ArtifactBuild to allow compiling …","","Memory management for executable code.","The WebAssembly possible errors","Universal compilation.","Linking for Universal-compiled code.","","","Custom resolution for external references.","","","","","","","","A compiled wasm module, ready to be instantiated.","Artifacts may be created as the result of the compilation …","A unique identifier for an Artifact.","","","","","","","","","This indicates if the Artifact is allocated and can be run …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Deserialize a serialized artifact.","","","","","Deserialize a ArtifactBuild from an object file","Deserialize a serialized artifact.","","","","","","","","","","","","","","","","","","","Finishes the instantiation of a just created VMInstance.","Returns the dynamic function trampolines allocated in …","","Returns the function call trampolines allocated in memory …","","","Returns the functions allocated in memory or this Artifact …","","","","","","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 ArtifactBuild from component parts.","Generate a compilation","Compile a module into an object file, which can be …","","A unique identifier for this object.","Format this identifier as a string.","","","","","","","","","Crate an Instance from this Artifact.","","","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 provided bytes look like a serialized …","","","","","","","","","","","Generate the metadata object for the module","","","Compile a data buffer into a ArtifactBuild, which may then …","","","","","","","","","Do preinstantiation logic that is executed before …","Register thie Artifact stack frame information into the …","","","","","Returns the associated VM signatures for this Artifact.","","","","The GlobalFrameInfoRegistration needs to be transfered to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The Builder contents of Engine","","","The compiler","","","","","Build the Engine for this configuration","The Wasm features","The features to compile the Wasm module with","Returns the argument unchanged.","The hashing algorithm","Create a new headless Backend","","Calls U::from(self).","","Create a new builder with pre-made components","","Set the features","Set the hashing algorithm","Set the target","The target","The machine target","","","","The optimal alignment for functions.","Memory manager for executable code.","The optimal alignment for data.","Allocate a single contiguous block of memory at a fixed …","","","Copies the data of the compiled function to the given …","","","","","","Returns the argument unchanged.","Calculates the allocation size of the given compiled …","","Calls U::from(self).","","","Create a new CodeMemory instance.","","Apply the page permissions.","Register the frame info, so it’s free when the mememory …","","","","","","","Mutably get the UnwindRegistry.","","","","Convert mut a slice from u8 to VMFunctionBody.","The module was compiled with a CPU feature that is not …","An error occurred when checking the import types.","An ImportError.","Incompatible Import Type. This error occurs when the …","An error while instantiating a module.","A linking ocurred during instantiation.","The WebAssembly.LinkError object indicates an error during …","Memory Error","Insufficient resources available for linking.","A runtime error occured while invoking the start function","A trap ocurred during linking.","Unknown Import. This error occurs when an import was …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 WebAssembly Universal Engine.","A unique identifier for an Engine.","The inner contents of Engine","","","Allocate compiled functions into memory","","","","","","","","","","","Clone the engine","","The code memory is responsible of publishing the compiled …","","Compile a WebAssembly binary","Gets the compiler associated to this engine.","The compiler and cpu features","","","","","","","","","Deserializes a WebAssembly module which was previously …","","","Deserializes a WebAssembly module from a path.","Deserialize from a file path.","Deserializes a WebAssembly module which was previously …","Returns the deterministic id of this engine","","","","","","","","","","The Wasm features","The compiler and cpu features","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Returns the hash algorithm","","Create a headless Engine","A unique identifier for this object.","Format this identifier as a string.","","","","","Get reference to EngineInner.","","Get mutable reference to EngineInner.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Lookup a signature","Returns the name of this engine","","Create a new Engine with the given config","","","","","Make memory containing compiled code executable.","Register DWARF-type exception handling information …","Register the frame info for the code memory","Register a signature","Sets the hash algorithm","Attach a Tunable to this engine","Shared signature registry.","The signature registry is used mainly to operate with …","Gets the target","The target for the compiler","","","","","","","","","Get a reference to attached Tunable of this engine","","","","","","","","","","","Validate the module","Validates a WebAssembly module","","Links a module, patching the allocated functions with the …","Get an ExternType given a import index.","Get an ExternType given an export (and Engine signatures …","","This function allows to match all imports of a ModuleInfo …","","","","","","","This module is used for having backtraces in the Wasm …","","","","Archived frame infos","An archived frame info","","","","The variant of the compiled function frame info which can …","This is a global cache of backtrace frame information for …","The variant of the frame information which can be an owned …","","","Represents a continuous region of executable memory …","","","An RAII structure used to unregister a module’s frame …","","Owned frame infos","","A reference to the frame info","","","The variant of the trap information which can be an owned …","","Gets the address map for the frame info","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a function given a pc","","Gets the frame info for a given local function index","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 key that will be removed from the global ranges map …","","","","","","","","","","","","Length in bytes.","","Fetches frame information about a program counter in a …","Fetches trap information about a program counter in a …","","Gets a module given a pc","","","","","","","","","","","","Entry point for normal entry of the function. All …","An internal map that keeps track of backtrace frame …","Registers a new compiled module’s frame information.","","","","Gets the traps for the frame info","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Given a Trap, this function returns the Wasm trace and the …","","Tunable parameters for WebAssembly compilation. This is …","An engine delegates the creation of memories, tables, and …","","","","","","Create a global with an unset value.","Create a global with an unset value.","Allocate memory for just the globals of the current module,","Allocate memory for just the globals of the current module,","Create a memory owned by the host given a MemoryType and a …","Create a memory owned by the host given a MemoryType and a …","Create a table owned by the host given a TableType and a …","Create a table owned by the host given a TableType and a …","Allocate memory for just the memories of the current …","Allocate memory for just the memories of the current …","Allocate memory for just the tables of the current module.","Allocate memory for just the tables of the current module.","Create a memory owned by the VM given a MemoryType and a …","Create a memory owned by the VM given a MemoryType and a …","Create a table owned by the VM given a TableType and a …","Create a table owned by the VM given a TableType and a …","","","","","The size in bytes of the offset guard for dynamic heaps.","Get the BaseTunables for a specific Target","Returns the argument unchanged.","","Calls U::from(self).","","Construct a MemoryStyle for the provided MemoryType","Get a MemoryStyle for the provided MemoryType","","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","Construct a TableStyle for the provided TableType","Get a TableStyle for the provided TableType.","","","","","","","","Get the VMConfig for this tunables Currently, VMConfig …","Get the VMConfig for this tunables Currently, VMConfig …","Module for System V ABI unwind registry.","Represents a registry of function unwind information for …","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Creates a new unwind registry with the given base address.","","Publishes all registered functions.","","Registers a function given the start offset, length, and …","","","","","","","","","There are two primary unwinders on Unix platforms: …","","A module for working with borrowed data.","The Box<T> type for heap allocation.","Collection types.","Utilities for formatting and printing Strings.","Utilities for the str primitive type.","A UTF-8–encoded, growable string.","Useful synchronization primitives.","A contiguous growable array type with heap-allocated …","Creates a Vec containing the arguments.","A trait for borrowing data.","A trait for mutably borrowing data.","Borrowed data.","A clone-on-write smart pointer.","Owned data.","The resulting type after obtaining ownership.","A generalization of Clone to borrowed data.","","","","","","","","","","","","","","Immutably borrows from an owned value.","","","Mutably borrows from an owned value.","","","","Uses borrowed data to replace owned data, usually by …","","","","Creates an owned Cow<’a, B> with the default value for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts the string reference into a Cow::Borrowed.","","Converts a string slice into a Borrowed variant. No heap …","Converts a &CString into a borrowed Cow without copying or …","Creates an Owned variant of Cow from an owned instance of …","Creates a Borrowed variant of Cow from a slice.","Converts a CString into an owned Cow without copying or …","Converts a String into an Owned variant. No heap …","Converts the string reference into a Cow::Borrowed.","Returns the argument unchanged.","Creates a clone-on-write pointer from an owned instance of …","","","Creates a Borrowed variant of Cow from a reference to Vec.","Converts a String reference into a Borrowed variant. No …","Creates a clone-on-write pointer from a reference to …","Creates a clone-on-write pointer from a reference to Path.","Converts a CStr into a borrowed Cow without copying or …","Moves the string into a Cow::Owned.","","","","","","","","Calls U::from(self).","","","","","Extracts the owned data.","","","","Returns true if the data is borrowed, i.e. if to_mut would …","Returns true if the data is owned, i.e. if to_mut would be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Acquires a mutable reference to the owned form of the data.","Creates owned data from borrowed data, usually by cloning.","","","","","","","","","","","","A pointer type that uniquely owns a heap allocation of …","ThinBox.","","","","","Returns a reference to the underlying allocator.","","","","","","","Converts to Box<[T], A>.","Converts to Box<T, A>.","","","","","","","","","","","","","","","Returns a new box with a clone() of this box’s contents.","","","","","","","","","","","","","","","","","","","Copies source’s contents into self without creating a …","","","","","","","","","","","","","","","","","","Creates a Box<T>, with the Default value for T.","","","","","","","","","","","","","","","","","","","","","","Attempt to downcast the box to a concrete type.","Attempt to downcast the box to a concrete type.","Attempt to downcast the box to a concrete type.","Downcasts the box to a concrete type.","Downcasts the box to a concrete type.","Downcasts the box to a concrete type.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts a &[T] into a Box<[T]>","","","Converts a CString into a Box<CStr> without copying or …","Creates a boxed Path from a clone-on-write pointer.","","Converts a str into a box of dyn Error + Send + Sync.","Converts a Cow into a box of dyn Error.","Converts a String into a box of dyn Error + Send + Sync.","Convert a vector into a boxed slice.","Converts a String into a box of dyn Error.","Converts a Cow<'a, CStr> into a Box<CStr>, by copying the …","","","Converts a str into a box of dyn Error.","Converts a Cow<'_, str> into a Box<str>","Converts a T into a Box<T>","Converts a Box<str> into a Box<[u8]>","Converts a [T; N] into a Box<[T]>","Converts a &CStr into a Box<CStr>, by copying the contents …","Copies the string into a newly allocated Box<OsStr>.","Converts a Cow<'_, [T]> into a Box<[T]>","Converts a type of Error + Send + Sync into a box of dyn …","Converts a &str into a Box<str>","","Converts the given String to a boxed str slice that is …","","","","Converts a PathBuf into a Box<Path>.","","Returns the argument unchanged.","Converts a Cow<'a, OsStr> into a Box<OsStr>, by copying …","Creates a boxed Path from a reference.","Converts a type of Error into a box of dyn Error.","Converts a Cow into a box of dyn Error + Send + Sync.","Converts an OsString into a Box<OsStr> without copying or …","","Constructs a box from a raw pointer.","Constructs a box from a raw pointer in the given allocator.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Converts a Box<T> into a Box<[T]>","","Consumes the Box, returning the wrapped value.","","","","Converts a Box<T> into a Pin<Box<T>>. If T does not …","Consumes the Box, returning a wrapped raw pointer.","Consumes the Box, returning a wrapped raw pointer and the …","","","","","","","","","","","","","","Consumes and leaks the Box, returning a mutable reference, …","","","","","","Moves a type to the heap with its Metadata stored in the …","Allocates memory on the heap and then places x into it.","Allocates memory in the given allocator then places x into …","Constructs a new box with uninitialized contents.","Constructs a new box with uninitialized contents in the …","Constructs a new boxed slice with uninitialized contents.","Constructs a new boxed slice with uninitialized contents …","Moves a type to the heap with its Metadata stored in the …","Constructs a new Box with uninitialized contents, with the …","Constructs a new Box with uninitialized contents, with the …","Constructs a new boxed slice with uninitialized contents, …","Constructs a new boxed slice with uninitialized contents …","","","","","","","","","","","","","","Constructs a new Pin<Box<T>>. If T does not implement Unpin…","Constructs a new Pin<Box<T, A>>. If T does not implement …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to convert a Vec<T> into a Box<[T; N]>.","","Attempts to convert a Box<[T]> into a Box<[T; N]>.","","","Allocates memory on the heap then places x into it, …","Allocates memory in the given allocator then places x into …","Constructs a new box with uninitialized contents on the …","Constructs a new box with uninitialized contents in the …","Constructs a new boxed slice with uninitialized contents. …","Constructs a new Box with uninitialized contents, with the …","Constructs a new Box with uninitialized contents, with the …","Constructs a new boxed slice with uninitialized contents, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Writes the value and converts to Box<T, A>.","","","","","","","","","","","","","","","","","","The memory allocator returned an error","An ordered map based on a B-Tree.","An ordered set based on a B-Tree.","A priority queue implemented with a binary heap.","An endpoint of a range of keys.","Error due to the computed capacity exceeding the collection…","An exclusive bound.","A hash map implemented with quadratic probing and SIMD …","A hash set implemented as a HashMap where the value is ().","An inclusive bound.","A doubly-linked list with owned nodes.","The error type for try_reserve methods.","Details of the allocation that caused a TryReserveError","An infinite endpoint. Indicates that there is no bound in …","A double-ended queue implemented with a growable ring …","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Moves all the elements of other into self, leaving other …","Moves all elements from other into self, leaving other …","Moves all elements from other into self, leaving other …","Moves all elements from other to the end of the list.","Moves all the elements of other into self, leaving other …","","Converts from &mut Bound<T> to Bound<&mut T>.","Returns a pair of slices which contain, in order, the …","Converts from &Bound<T> to Bound<&T>.","Returns a slice of all values in the underlying vector, in …","Returns a pair of slices which contain, in order, the …","Provides a reference to the back element, or None if the …","Provides a reference to the back element, or None if the …","Provides a mutable reference to the back element, or None …","Provides a mutable reference to the back element, or None …","","","A priority queue implemented with a binary heap.","Binary searches this VecDeque for a given element. If the …","Binary searches this VecDeque with a comparator function.","Binary searches this VecDeque with a key extraction …","Returns the intersection of self and rhs as a new …","Returns the intersection of self and rhs as a new …","Returns the union of self and rhs as a new HashSet<T, S>.","Returns the union of self and rhs as a new BTreeSet<T>.","Returns the symmetric difference of self and rhs as a new …","Returns the symmetric difference of self and rhs as a new …","","","","","","","","","","","","","","","","","","","","","An ordered map based on a B-Tree.","An ordered set based on a B-Tree.","","Returns the number of elements the map can hold without …","Returns the number of elements the binary heap can hold …","Returns the number of elements the set can hold without …","Returns the number of elements the deque can hold without …","","Clears the map, removing all key-value pairs. Keeps the …","Drops all items from the binary heap.","Clears the map, removing all elements.","Clears the set, removing all values.","Clears the set, removing all elements.","Removes all elements from the LinkedList.","Clears the deque, removing all values.","","","","","","","","","","","","","","","","","","","","","","","","","","","Map a Bound<&T> to a Bound<T> by cloning the contents of …","","","","","","","","","Returns true if the set contains a value.","Returns true if the set contains an element equal to the …","Returns true if the LinkedList contains an element equal …","Returns true if the deque contains an element equal to the …","Returns true if the map contains a value for the specified …","Returns true if the map contains a value for the specified …","Provides a cursor at the back element.","Provides a cursor with editing operations at the back …","Provides a cursor at the front element.","Provides a cursor with editing operations at the front …","","Creates an empty HashMap<K, V, S>, with the Default value …","Creates an empty BinaryHeap<T>.","Creates an empty BTreeMap.","Creates an empty HashSet<T, S> with the Default value for …","Creates an empty BTreeSet.","Creates an empty LinkedList<T>.","Creates an empty deque.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Visits the values representing the difference, i.e., the …","Visits the elements representing the difference, i.e., the …","Clears the map, returning all key-value pairs as an …","Clears the binary heap, returning an iterator over the …","Clears the set, returning all elements as an iterator. …","Removes the specified range from the deque in bulk, …","Clears the binary heap, returning an iterator over the …","","","","","","","","","","","","","","Gets the given key’s corresponding entry in the map for …","Gets the given key’s corresponding entry in the map for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an iterator which uses a closure to determine if …","Creates an iterator that visits all elements (key-value …","Creates an iterator which uses a closure to determine if a …","Creates an iterator that visits all elements in ascending …","Creates an iterator which uses a closure to determine if …","Returns a reference to the first element in the set, if …","Returns the first entry in the map for in-place …","Returns the first key-value pair in the map. The key in …","","","","","","","","","","","","","Examples","Returns the argument unchanged.","Converts a Vec<T> into a BinaryHeap<T>.","","Returns the argument unchanged.","Converts a [(K, V); N] into a BTreeMap<(K, V)>.","Returns the argument unchanged.","Examples","Returns the argument unchanged.","Returns the argument unchanged.","Converts a [T; N] into a BTreeSet<T>.","Converts a [T; N] into a LinkedList<T>.","Returns the argument unchanged.","Returns the argument unchanged.","Turn a Vec<T> into a VecDeque<T>.","Converts a [T; N] into a VecDeque<T>.","Returns the argument unchanged.","","Always evaluates to TryReserveErrorKind::CapacityOverflow.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Provides a reference to the front element, or None if the …","Provides a reference to the front element, or None if the …","Provides a mutable reference to the front element, or None …","Provides a mutable reference to the front element, or None …","Returns a reference to the value corresponding to the key.","Returns a reference to the value corresponding to the key.","Returns a reference to the value in the set, if any, that …","Returns a reference to the element in the set, if any, …","Provides a reference to the element at the given index.","","","","","","Returns the key-value pair corresponding to the supplied …","Returns the key-value pair corresponding to the supplied …","Attempts to get mutable references to N values in the map …","Attempts to get mutable references to N values in the map …","Returns a mutable reference to the value corresponding to …","Returns a mutable reference to the value corresponding to …","Provides a mutable reference to the element at the given …","Inserts the given value into the set if it is not present, …","Inserts an owned copy of the given value into the set if …","Inserts a value computed from f into the set if the given …","","","","","","A hash map implemented with quadratic probing and SIMD …","A hash set implemented as a HashMap where the value is ().","Returns a reference to the map’s BuildHasher.","Returns a reference to the set’s BuildHasher.","","","Returns a reference to the value corresponding to the …","Returns a reference to the value corresponding to the …","","","","","","","","","","","","","","","","","","","","","Inserts a key-value pair into the map.","Inserts a key-value pair into the map.","Adds a value to the set.","Adds a value to the set.","Inserts an element at index within the deque, shifting all …","Visits the values representing the intersection, i.e., the …","Visits the elements representing the intersection, i.e., …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 consuming iterator, that is, one that moves each …","","","Creates a consuming iterator, that is, one that moves each …","","","","","","Creates a consuming iterator, that is, one that moves each …","Gets an iterator for moving out the BTreeSet’s contents.","","","","Consumes the list into an iterator yielding elements by …","Consumes the deque into a front-to-back iterator yielding …","","","Returns an iterator which retrieves elements in heap order.","Creates a consuming iterator visiting all the keys in …","Creates a consuming iterator visiting all the keys, in …","Consumes the BinaryHeap and returns a vector in sorted …","Creates a consuming iterator visiting all the values in …","Creates a consuming iterator visiting all the values, in …","Consumes the BinaryHeap and returns the underlying vector …","Returns true if self has no elements in common with other. …","Returns true if self has no elements in common with other. …","Returns true if the map contains no elements.","Checks if the binary heap is empty.","Returns true if the map contains no elements.","Returns true if the set contains no elements.","Returns true if the set contains no elements.","Returns true if the LinkedList is empty.","Returns true if the deque is empty.","","","","","","","","Returns true if the set is a subset of another, i.e., other…","Returns true if the set is a subset of another, i.e., other…","Returns true if the set is a superset of another, i.e., …","Returns true if the set is a superset of another, i.e., …","","An iterator visiting all key-value pairs in arbitrary …","Returns an iterator visiting all values in the underlying …","Gets an iterator over the entries of the map, sorted by …","An iterator visiting all elements in arbitrary order. The …","Gets an iterator that visits the elements in the BTreeSet …","Provides a forward iterator.","Returns a front-to-back iterator.","An iterator visiting all key-value pairs in arbitrary …","Gets a mutable iterator over the entries of the map, …","Provides a forward iterator with mutable references.","Returns a front-to-back iterator that returns mutable …","","","","","","","","","An iterator visiting all keys in arbitrary order. The …","Gets an iterator over the keys of the map, in sorted order.","Details about the allocation that caused the error","","Returns a reference to the last element in the set, if any.","Returns the last entry in the map for in-place …","Returns the last key-value pair in the map. The key in …","","","","","","","","","","","Returns the number of elements in the map.","Returns the length of the binary heap.","Returns the number of elements in the map.","Returns the number of elements in the set.","Returns the number of elements in the set.","Returns the length of the LinkedList.","Returns the number of elements in the deque.","","","","A doubly-linked list with owned nodes.","Returns a Cursor pointing at the first element that is …","Returns a CursorMut pointing at the first element that is …","Rearranges the internal storage of this deque so it is one …","Maps a Bound<T> to a Bound<U> by applying a function to …","","","","Creates an empty HashMap.","Creates an empty BinaryHeap as a max-heap.","Makes a new, empty BTreeMap.","Creates an empty HashSet.","Makes a new, empty BTreeSet.","Creates an empty LinkedList.","Creates an empty deque.","Creates an empty BinaryHeap as a max-heap, using A as …","Makes a new empty BTreeMap with a reasonable choice for B.","Makes a new BTreeSet with a reasonable choice of B.","Constructs an empty LinkedList<T, A>.","Creates an empty deque.","","","","","","Returns the index of the partition point according to the …","Returns the greatest item in the binary heap, or None if …","Returns a mutable reference to the greatest item in the …","","","","","","","","","","","Removes the greatest item from the binary heap and returns …","Removes the last element from a list and returns it, or …","Removes the last element from the deque and returns it, or …","Removes and returns the first element in the map. The key …","Removes the first element from the set and returns it, if …","Removes the first element and returns it, or None if the …","Removes the first element and returns it, or None if the …","Removes and returns the last element in the map. The key …","Removes the last element from the set and returns it, if …","Pushes an item onto the binary heap.","Appends an element to the back of a list.","Appends an element to the back of the deque.","Adds an element first in the list.","Prepends an element to the deque.","Constructs a double-ended iterator over a sub-range of …","Constructs a double-ended iterator over a sub-range of …","Creates an iterator that covers the specified range in the …","Constructs a mutable double-ended iterator over a …","Creates an iterator that covers the specified mutable …","Creates a raw immutable entry builder for the HashMap.","Creates a raw entry builder for the HashMap.","Fill buf with the contents of the “front” slice as …","","","","","Removes a key from the map, returning the value at the key …","Removes a key from the map, returning the value at the key …","Removes a value from the set. Returns whether the value was","If the set contains an element equal to the value, removes …","Removes the element at the given index and returns it.","Removes and returns the element at index from the deque. …","Removes a key from the map, returning the stored key and …","Removes a key from the map, returning the stored key and …","Adds a value to the set, replacing the existing value, if …","Adds a value to the set, replacing the existing element, …","Reserves capacity for at least additional more elements to …","Reserves capacity for at least additional elements more …","Reserves capacity for at least additional more elements to …","Reserves capacity for at least additional more elements to …","Reserves the minimum capacity for at least additional …","Reserves the minimum capacity for at least additional more …","Modifies the deque in-place so that len() is equal to …","Modifies the deque in-place so that len() is equal to …","","","","","","","","","","","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","","Rotates the double-ended queue n places to the left.","Rotates the double-ended queue n places to the right.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Shrinks the capacity of the map with a lower limit. It …","Discards capacity with a lower bound.","Shrinks the capacity of the set with a lower limit. It …","Shrinks the capacity of the deque with a lower bound.","Shrinks the capacity of the map as much as possible. It …","Discards as much additional capacity as possible.","Shrinks the capacity of the set as much as possible. It …","Shrinks the capacity of the deque as much as possible.","Splits the collection into two at the given key. Returns …","Splits the collection into two at the value. Returns a new …","Splits the list into two at the given index. Returns …","Splits the deque into two at the given index.","Returns the difference of self and rhs as a new …","Returns the difference of self and rhs as a new BTreeSet<T>…","Swaps elements at indices i and j.","Removes an element from anywhere in the deque and returns …","Removes an element from anywhere in the deque and returns …","Visits the values representing the symmetric difference, …","Visits the elements representing the symmetric difference, …","","Removes and returns the value in the set, if any, that is …","Removes and returns the element in the set, if any, that …","","","","","","","","","","","","Shortens the deque, keeping the first len elements and …","","","","","","","","","","","Tries to insert a key-value pair into the map, and returns …","Tries to insert a key-value pair into the map, and returns …","","","","","","","","","","","Tries to reserve capacity for at least additional more …","Tries to reserve capacity for at least additional elements …","Tries to reserve capacity for at least additional more …","Tries to reserve capacity for at least additional more …","Tries to reserve the minimum capacity for at least …","Tries to reserve the minimum capacity for at least …","","","","","","","","","","","Visits the values representing the union, i.e., all the …","Visits the elements representing the union, i.e., all the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a Cursor pointing at the last element that is …","Returns a CursorMut pointing at the last element that is …","An iterator visiting all values in arbitrary order. The …","Gets an iterator over the values of the map, in order by …","An iterator visiting all values mutably in arbitrary order.","Gets a mutable iterator over the values of the map, in …","A double-ended queue (deque) implemented with a growable …","Creates an empty HashMap with at least the specified …","Creates an empty BinaryHeap with at least the specified …","Creates an empty HashSet with at least the specified …","Creates an empty deque with space for at least capacity …","Creates an empty HashMap with at least the specified …","Creates an empty HashSet with at least the specified …","Creates an empty BinaryHeap with at least the specified …","Creates an empty deque with space for at least capacity …","Creates an empty HashMap which will use the given hash …","Creates a new empty hash set which will use the given …","","","","The layout of allocation request that failed","A priority queue implemented with a binary heap.","A draining iterator over the elements of a BinaryHeap.","A draining iterator over the elements of a BinaryHeap.","An owning iterator over the elements of a BinaryHeap.","","An iterator over the elements of a BinaryHeap.","Structure wrapping a mutable reference to the greatest …","","","","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","","","","","","","","","","","","","","","","","","","","","","","","Creates an empty binary_heap::IntoIter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Removes heap elements in heap order.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Removes the peeked value from the heap and returns it.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An ordered map based on a B-Tree.","A cursor over a BTreeMap.","A cursor over a BTreeMap with editing operations.","A view into a single entry in a map, which may either be …","An iterator produced by calling extract_if on BTreeMap.","An owning iterator over the entries of a BTreeMap.","An owning iterator over the keys of a BTreeMap.","An owning iterator over the values of a BTreeMap.","An iterator over the entries of a BTreeMap.","A mutable iterator over the entries of a BTreeMap.","An iterator over the keys of a BTreeMap.","An occupied entry.","A view into an occupied entry in a BTreeMap. It is part of …","The error returned by try_insert when the key already …","An iterator over a sub-range of entries in a BTreeMap.","A mutable iterator over a sub-range of entries in a …","A vacant entry.","A view into a vacant entry in a BTreeMap. It is part of …","An iterator over the values of a BTreeMap.","A mutable iterator over the values of a BTreeMap.","","","","","","","","","","","","","","","","","Provides in-place mutable access to an occupied entry …","Returns a read-only cursor pointing to the current element.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an empty btree_map::Iter.","Creates an empty btree_map::IterMut.","Creates an empty btree_map::IntoIter.","Creates an empty btree_map::Keys.","Creates an empty btree_map::Values.","Creates an empty btree_map::IntoKeys.","Creates an empty btree_map::IntoValues.","Creates an empty btree_map::Range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The entry in the map that was already occupied.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a reference to the value in the entry.","Gets a mutable reference to the value in the entry.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry with the OccupiedEntry’s key,","Inserts a new element into the BTreeMap after the current …","Inserts a new element into the BTreeMap after the current …","Inserts a new element into the BTreeMap before the current …","Inserts a new element into the BTreeMap before the current …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Take ownership of the key.","Converts the entry into a mutable reference to its value.","Returns a reference to this entry’s key.","Gets a reference to the key that would be used when …","Gets a reference to the key in the entry.","Returns a reference to the key of the element that the …","Returns a reference to the key of the element that the …","","Returns a mutable reference to the key of the element that …","Returns a reference to the key and value of the element …","Returns a reference to the key and value of the element …","Returns a reference to the key and mutable reference to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Moves the cursor to the next element of the BTreeMap.","Moves the cursor to the next element of the BTreeMap.","Moves the cursor to the previous element of the BTreeMap.","Moves the cursor to the previous element of the BTreeMap.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the result of …","Ensures a value is in the entry by inserting, if empty, …","Returns a reference to the next element.","Returns a reference to the key and value of the next …","Returns a reference to the previous element.","Returns a reference to the key and value of the previous …","","","","","","","","","","","","","","","","","","","","","","Takes the value of the entry out of the map, and returns …","Removes the current element from the BTreeMap.","Removes the current element from the BTreeMap.","Take ownership of the key and value from the map.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the value of the element that the …","Returns a reference to the value of the element that the …","The value which was not inserted, because the entry was …","Returns a mutable reference to the value of the element …","An ordered set based on a B-Tree.","A lazy iterator producing elements in the difference of …","An iterator produced by calling extract_if on BTreeSet.","A lazy iterator producing elements in the intersection of …","An owning iterator over the items of a BTreeSet.","An iterator over the items of a BTreeSet.","An iterator over a sub-range of items in a BTreeSet.","A lazy iterator producing elements in the symmetric …","A lazy iterator producing elements in the union of BTreeSet…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an empty btree_set::Iter.","Creates an empty btree_set::IntoIter.","Creates an empty btree_set::Range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","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 default Hasher used by RandomState.","A draining iterator over the entries of a HashMap.","A view into a single entry in a map, which may either be …","A draining, filtering iterator over the entries of a …","A hash map implemented with quadratic probing and SIMD …","An owning iterator over the entries of a HashMap.","An owning iterator over the keys of a HashMap.","An owning iterator over the values of a HashMap.","An iterator over the entries of a HashMap.","A mutable iterator over the entries of a HashMap.","An iterator over the keys of a HashMap.","An occupied entry.","An occupied entry.","A view into an occupied entry in a HashMap. It is part of …","The error returned by try_insert when the key already …","RandomState is the default state for HashMap types.","A builder for computing where in a HashMap a key-value …","A builder for computing where in a HashMap a key-value …","A view into a single entry in a map, which may either be …","A view into an occupied entry in a HashMap. It is part of …","A view into a vacant entry in a HashMap. It is part of the …","A vacant entry.","A vacant entry.","A view into a vacant entry in a HashMap. It is part of the …","An iterator over the values of a HashMap.","A mutable iterator over the values of a HashMap.","","","","","","Provides in-place mutable access to an occupied entry …","Provides in-place mutable access to an occupied entry …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Constructs a new RandomState.","Creates a new DefaultHasher using new. See its …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The entry in the map that was already occupied.","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 RawEntryMut from the given hash.","Access an entry by hash.","Creates a RawEntryMut from the given key.","Access an entry by key.","Creates a RawEntryMut from the given key and its hash.","Access an entry by a key and its hash.","Gets a reference to the value in the entry.","Gets a reference to the value in the entry.","Gets a reference to the key and value in the entry.","Gets a mutable reference to the key and value in the entry.","Gets a mutable reference to the value in the entry.","Gets a mutable reference to the value in the entry.","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the value of the entry, and returns the entry’s old …","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry, and returns the entry’s old …","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry, and returns an OccupiedEntry.","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry with the VacantEntry’s key, …","Sets the value of the entry, and returns the entry’s old …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 entry into a mutable reference to the key in …","Take ownership of the key.","Converts the OccupiedEntry into a mutable reference to the …","Converts the OccupiedEntry into a mutable reference to the …","Converts the OccupiedEntry into a mutable reference to the …","","","Gets a reference to the key in the entry.","Returns a reference to this entry’s key.","Gets a reference to the key in the entry.","Gets a reference to the key that would be used when …","Gets a mutable reference to the key in the entry.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Constructs a new RandomState that is initialized with …","Creates a new DefaultHasher.","","","","","","","","","","","","","","","","","","","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the result of …","Ensures a value is in the entry by inserting the result of …","Ensures a value is in the entry by inserting, if empty, …","","","","","","","","","","","","","","","","","","","","","","Takes the value out of the entry, and returns it.","Takes the value out of the entry, and returns it.","Take the ownership of the key and value from the map.","Take the ownership of the key and value from the map.","Replaces the entry, returning the old key and value. The …","Replaces the key in the hash map with the key used to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The value which was not inserted, because the entry was …","","","A lazy iterator producing elements in the difference of …","A draining iterator over the items of a HashSet.","A draining, filtering iterator over the items of a HashSet.","A hash set implemented as a HashMap where the value is ().","A lazy iterator producing elements in the intersection of …","An owning iterator over the items of a HashSet.","An iterator over the items of a HashSet.","A lazy iterator producing elements in the symmetric …","A lazy iterator producing elements in the union of HashSet…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","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 cursor over a LinkedList.","A cursor over a LinkedList with editing operations.","An iterator produced by calling extract_if on LinkedList.","An owning iterator over the elements of a LinkedList.","An iterator over the elements of a LinkedList.","A mutable iterator over the elements of a LinkedList.","A doubly-linked list with owned nodes.","","","","","Returns a read-only cursor pointing to the current element.","Provides a reference to the back element of the cursor’s …","Provides a reference to the back element of the cursor’s …","Provides a mutable reference to back element of the cursor…","","","","","","","","","","","","","","","","","","","","","Returns a reference to the element that the cursor is …","Returns a reference to the element that the cursor is …","","","Creates an empty linked_list::Iter.","","Creates an empty linked_list::IntoIter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Provides a reference to the front element of the cursor’…","Provides a reference to the front element of the cursor’…","Provides a mutable reference to the front element of the …","","","","","Returns the cursor position index within the LinkedList.","Returns the cursor position index within the LinkedList.","","","","","","","","","Inserts a new element into the LinkedList after the …","Inserts a new element into the LinkedList before 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).","","","","","","","","","","","","","","","","","","","","","","","","Moves the cursor to the next element of the LinkedList.","Moves the cursor to the next element of the LinkedList.","Moves the cursor to the previous element of the LinkedList.","Moves the cursor to the previous element of the LinkedList.","","","","","","","","","","","","","","","","","Returns a reference to the next element.","Returns a reference to the next element.","Returns a reference to the previous element.","Returns a reference to the previous element.","","","","","","","Removes the last element from the cursor’s parent list …","Removes the first element from the cursor’s parent list …","","Appends an element to the back of the cursor’s parent …","Appends an element to the front of the cursor’s parent …","Removes the current element from the LinkedList.","Removes the current element from the LinkedList without …","","","","","Inserts the elements from the given LinkedList after the …","Inserts the elements from the given LinkedList before the …","Splits the list into two after the current element. This …","Splits the list into two before the current element. This …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A draining iterator over the elements of a VecDeque.","An owning iterator over the elements of a VecDeque.","An iterator over the elements of a VecDeque.","A mutable iterator over the elements of a VecDeque.","A double-ended queue implemented with a growable ring …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Possible alignments returned by Formatter::align","This structure represents a safely precompiled version of …","b formatting.","Indication that contents should be center-aligned.","? formatting.","Derive macro generating an impl of the trait Debug.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","Format trait for an empty format, {}.","Contains the error value","The error type which is returned from formatting a message …","Configuration for formatting.","Indication that contents should be left-aligned.","e formatting.","x formatting.","o formatting.","Contains the success value","p formatting.","The type returned by formatter methods.","Indication that contents should be right-aligned.","E formatting.","X formatting.","A trait for writing or formatting into Unicode-accepting …","","","","Flag indicating what form of alignment was requested.","","Determines if the # flag was specified.","","","Get the formatted string, if it has no arguments to be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a DebugList builder designed to assist with …","Creates a DebugMap builder designed to assist with …","Creates a DebugSet builder designed to assist with …","Creates a DebugStruct builder designed to assist with …","Creates a DebugTuple builder designed to assist with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds the contents of an iterator of entries to the set …","Adds the contents of an iterator of entries to the list …","Adds the contents of an iterator of entries to the map …","Adds a new entry to the set output.","Adds a new entry to the list output.","Adds a new entry to the map output.","","","","","","","","","","","Adds a new field to the generated struct output.","Adds a new field to the generated tuple struct output.","","Character used as ‘fill’ whenever there is alignment.","","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Marks the struct as non-exhaustive, indicating to the …","Flags for formatting","","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","","","","","","","","","","The format function takes an Arguments struct and returns …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","Adds the key part of a new entry to the map output.","","","","","","","","","","This function takes a string slice and emits it to the …","Performs the correct padding for an integer which has …","","","","","","","","","","","","Optionally specified precision for numeric types. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Determines if the 0 flag was specified.","Determines if the - flag was specified.","Determines if the + flag was specified.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds the value part of a new entry to the map output.","Optionally specified integer width that the output should …","","The write function takes an output stream, and an Arguments…","Writes a char into this writer, returning whether the …","","Glue for usage of the write! macro with implementors of …","","Writes some formatted information into this instance.","Writes a string slice into this writer, returning whether …","Writes some data to the underlying buffer contained within …","","An iterator over the bytes of a string slice.","An iterator over the chars of a string slice, and their …","An iterator over the chars of a string slice.","An iterator of u16 over the string encoded as UTF-16.","The associated error which can be returned from parsing.","The return type of str::escape_debug.","The return type of str::escape_default.","The return type of str::escape_unicode.","Parse a value from a string","An iterator over the lines of a string, as string slices.","Created with the method lines_any.","Created with the method match_indices.","Created with the method matches.","An error returned when parsing a bool using from_str fails","Created with the method rmatch_indices.","Created with the method rmatches.","Created with the method rsplit.","Created with the method rsplitn.","Created with the method rsplit_terminator.","Created with the method split.","An iterator over the non-ASCII-whitespace substrings of a …","An iterator over the substrings of a string, terminated by …","Created with the method splitn.","Created with the method split_terminator.","An iterator over the non-whitespace substrings of a string,","An item returned by the Utf8Chunks iterator.","An iterator used to decode a slice of mostly UTF-8 bytes …","Errors which can occur when attempting to interpret a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Views the underlying data as a subslice of the original …","Views the underlying data as a subslice of the original …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Provides more information about the failure:","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a boxed slice of bytes to a boxed string slice …","Parses a string s to return a value of this type.","Converts a slice of bytes to a string slice.","Converts a mutable slice of bytes to a mutable string …","Converts a slice of bytes to a string slice without …","Converts a slice of bytes to a string slice without …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 invalid sequence that caused a failure.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new iterator to decode the bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the byte position of the next character, or the …","The string Pattern API.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string.","Returns remainder of the split string","Returns remainder of the split string.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the next validated UTF-8 substring.","","Returns the index in the given string up to which valid …","","Associated type for <&[char; N] as Pattern<'a>>::Searcher.","Associated type for <[char; N] as Pattern<'a>>::Searcher.","Associated type for <F as Pattern<'a>>::Searcher.","Associated type for <char as Pattern<'a>>::Searcher.","Associated type for <&[char] as Pattern<'a>>::Searcher.","Expresses that every byte of the haystack has been …","A marker trait to express that a ReverseSearcher can be …","Expresses that a match of the pattern has been found at …","A string pattern.","Expresses that haystack[a..b] has been rejected as a …","A reverse searcher for a string pattern.","Result of calling Searcher::next() or …","A searcher for a string pattern.","Associated searcher for this pattern","Associated type for <&str as Pattern<'a>>::Searcher.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Getter for the underlying string to be searched in","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Constructs the associated searcher from self and the …","Checks whether the pattern matches anywhere in the haystack","Checks whether the pattern matches at the front of the …","Checks whether the pattern matches at the back of the …","","","","","","","","","","Performs the next search step starting from the front.","","","","","","","Performs the next search step starting from the back.","","","","","","","Finds the next Match result. See next().","","","","","","","Finds the next Match result. See next_back().","","","","","","","Finds the next Reject result. See next() and next_match().","","","","","Finds the next Reject result. See next_back().","","","","","","","","","","","","","Removes the pattern from the front of haystack, if it …","Removes the pattern from the back of haystack, if it …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A draining iterator for String.","A possible error value when converting a String from a …","A possible error value when converting a String from a …","A type alias for Infallible.","A UTF-8–encoded, growable string.","A trait for converting a value to a String.","","","","","","","","","Returns a byte slice of this String’s contents.","Returns a slice of u8s bytes that were attempted to …","","","","","","Converts a String into a mutable string slice.","","","Returns a mutable reference to the contents of this String.","","","","","","","Returns the remaining (sub)string of this iterator as a …","","Extracts a string slice containing the entire String.","","","","","","","","","","","","","","Returns this String’s capacity, in bytes.","","Truncates this String, removing all contents.","","","","","","","","","Creates an empty String.","","","","","","","","","","","","","","","","","","Removes the specified range from the string in bulk, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Copies elements from src range to the end of the string.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Converts a &str into a String.","","Converts the given boxed str slice to a String. It is …","","","Converts a clone-on-write string to an owned instance of …","Returns the argument unchanged.","Converts a &String into a String.","Allocates an owned String from a single character.","Converts a &mut str into a String.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Creates a new String from a length, capacity, and pointer.","","Decode a UTF-16–encoded vector v into a String, …","Decode a UTF-16–encoded slice v into a String, replacing …","Converts a vector of bytes to a String.","Converts a slice of bytes to a string, including invalid …","Converts a vector of bytes to a String without checking …","","","","","","","","","","","","","","","","","","","","","","","Inserts a character into this String at a byte position.","Inserts a string slice into this String at a byte position.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Converts this String into a Box<str>.","Converts a String into a byte vector.","Returns the bytes that were attempted to convert to a …","","","","","Decomposes a String into its raw components.","","","","","Returns true if this String has a length of zero, and false…","","","","","","","","","","","Consumes and leaks the String, returning a mutable …","Returns the length of this String, in bytes, not chars or …","","","","Creates a new empty String.","","","","","","","","","","","","","","","","","","Removes the last character from the string buffer and …","Appends the given char to the end of this String.","Appends a given string slice onto the end of this String.","Removes a char from this String at a byte position and …","Remove all matches of pattern pat in the String.","Removes the specified range in the string, and replaces it …","Reserves capacity for at least additional bytes more than …","Reserves the minimum capacity for at least additional …","","","Retains only the characters specified by the predicate.","","","","","","","Shrinks the capacity of this String with a lower bound.","Shrinks the capacity of this String to match its length.","","Splits the string into two at the given byte index.","","","","","","","","","","Converts the given value to a String.","","","","","","Shortens this String to the specified length.","","","","","","","","","","","Tries to reserve capacity for at least additional bytes …","Tries to reserve the minimum capacity for at least …","","","","","","","","","","","","","","","","","Fetch a Utf8Error to get more details about the conversion …","","Creates a new empty String with at least the specified …","","","A thread-safe reference-counting pointer. ‘Arc’ stands …","A barrier enables multiple threads to synchronize the …","A BarrierWaitResult is returned by Barrier::wait() when …","A Condition Variable","Contains the error value","Contains the error value","Exclusive provides only mutable access, also referred to …","A value which is initialized on the first access.","A type alias for the result of a lock method which can be …","A mutual exclusion primitive useful for protecting shared …","An RAII implementation of a “scoped lock” of a mutex. …","Initialization value for static Once values.","Contains the success value","Contains the success value","A synchronization primitive which can be used to run a …","A synchronization primitive which can be written to only …","State yielded to Once::call_once_force()’s closure …","A type of error which can be returned whenever a lock is …","The lock could not be acquired because another thread …","A reader-writer lock","RAII structure used to release the shared read access of a …","RAII structure used to release the exclusive write access …","An enumeration of possible errors associated with a …","A type alias for the result of a nonblocking locking …","A type indicating whether a timed wait on a condition …","Weak is a version of Arc that holds a non-owning reference …","The lock could not be acquired at this time because the …","","","","","","","","Returns a reference to the underlying allocator.","","","","","Provides a raw pointer to the data.","Returns a raw pointer to the object T pointed to by this …","","","Converts to Arc<[T]>.","Converts to Arc<T>.","Atomic types","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs an initialization routine once and only once. The …","","Performs the same function as call_once() except ignores …","","","","Clear the poisoned state from a mutex","Clear the poisoned state from a lock","Makes a clone of the Arc pointer.","Makes a clone of the Weak pointer that points to the same …","","","","","","","Comparison for two Arcs.","","","","","","","","","","","","","Decrements the strong reference count on the Arc<T> …","Decrements the strong reference count on the Arc<T> …","Creates a Condvar which is ready to be waited on and …","Creates a new lazy value using Default as the initializing …","Creates a new Arc<T>, with the Default value for T.","Constructs a new Weak<T>, without allocating memory. …","Creates a Mutex<T>, with the Default value for T.","Creates a new empty cell.","Creates a new RwLock<T>, with the Default value for T.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to downcast the Arc<dyn Any + Send + Sync> to a …","Downcasts the Arc<dyn Any + Send + Sync> to a concrete …","Creates a new Weak pointer to this allocation.","","","","","","Drops the Arc.","","Drops the Weak pointer.","","","","","","","","","","","","","","","","","","","","","","","Equality for two Arcs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Forces the evaluation of this lazy value and returns a …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Allocate a reference-counted str and copy v into it.","Converts a Path into an Arc by copying the Path data into …","Converts a [T; N] into an Arc<[T]>.","Converts an OsString into an Arc<OsStr> by moving the …","Converts an atomically reference-counted string slice into …","Converts a CString into an Arc<CStr> by moving the CString …","Allocate a reference-counted slice and move v’s items …","Move a boxed object to a new, reference-counted allocation.","Copies the string into a newly allocated Arc<OsStr>.","Allocate a reference-counted str and copy v into it.","Returns the argument unchanged.","","Converts a PathBuf into an Arc<Path> by moving the PathBuf …","Converts a T into an Arc<T>","Create an atomically reference-counted pointer from a …","Allocate a reference-counted slice and fill it by cloning v…","Converts a &CStr into a Arc<CStr>, by copying the contents …","Returns the argument unchanged.","Creates a new mutex in an unlocked state ready for use. …","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Create a new cell with its contents set to value.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Creates a new instance of an RwLock<T> which is unlocked. …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Takes each element in the Iterator and collects it into an …","Build a mutable reference to an Exclusive<T> from a mutable…","Build a pinned mutable reference to an Exclusive<T> from a …","Constructs an Arc<T> from a raw pointer.","Converts a raw pointer previously created by into_raw back …","Constructs an Arc<T, A> from a raw pointer.","Converts a raw pointer previously created by into_raw back …","‘Greater than or equal to’ comparison for two Arcs.","Gets the reference to the underlying value.","","Returns a mutable reference into the given Arc, if there …","Returns a mutable reference to the underlying data.","Gets the mutable reference to the underlying value.","Reaches into this error indicating that a lock is …","Returns a mutable reference to the underlying data.","Get exclusive access to the underlying value.","Returns a mutable reference into the given Arc, without …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Get pinned exclusive access to the underlying value.","Reaches into this error indicating that a lock is …","","Greater-than comparison for two Arcs.","","","Increments the strong reference count on the Arc<T> …","Increments the strong reference count on the Arc<T> …","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 LazyLock returning the stored value.","Returns the inner value, if the Arc has exactly one strong …","Consumes this mutex, returning the underlying data.","Consumes the OnceLock, returning the wrapped value. Returns","Consumes this error indicating that a lock is poisoned, …","Consumes this RwLock, returning the underlying data.","Unwrap the value contained in the Exclusive","Consumes the Arc, returning the wrapped pointer.","Consumes the Weak<T> and turns it into a raw pointer.","","Returns true if some call_once() call has completed …","","","Returns true if this thread is the “leader thread” for …","Determines whether the mutex is poisoned.","Returns true if the associated Once was poisoned prior to …","Determines whether the lock is poisoned.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","‘Less than or equal to’ comparison for two Arcs.","Acquires a mutex, blocking the current thread until it is …","","","","","Less-than comparison for two Arcs.","Makes a mutable reference into the given Arc.","","","Multi-producer, single-consumer FIFO queue communication …","Inequality for two Arcs.","Creates a new barrier that can block a given number of …","Creates a new condition variable which is ready to be …","Creates a new lazy value with the given initializing …","Constructs a new Arc<T>.","Constructs a new Weak<T>, without allocating any memory. …","Creates a new mutex in an unlocked state ready for use.","Creates a new Once value.","Creates a new empty cell.","Creates a PoisonError.","Creates a new instance of an RwLock<T> which is unlocked.","Wrap a value in an Exclusive","Constructs a new Arc<T> while giving you a Weak<T> to the …","Constructs a new Arc<T> in the provided allocator.","Constructs a new Weak<T, A>, without allocating any …","Constructs a new Arc with uninitialized contents.","Constructs a new Arc with uninitialized contents in the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Wakes up all blocked threads on this condvar.","Wakes up one blocked thread on this condvar.","","","","","","Partial comparison for two Arcs.","","Constructs a new Pin<Arc<T>>. If T does not implement Unpin…","Constructs a new Pin<Arc<T, A>> in the provided allocator. …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns true if the two Arcs point to the same allocation …","Returns true if the two Weaks point to the same allocation …","","Locks this RwLock with shared read access, blocking the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the contents of this cell to value.","","","","Gets the number of strong (Arc) pointers to this …","Gets the number of strong (Arc) pointers pointing to this …","","","","","Takes the value out of this OnceLock, moving it back to an …","Returns true if the wait was known to have timed out.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to acquire this lock.","Constructs a new Arc<T>, returning an error if allocation …","Constructs a new Arc<T, A> in the provided allocator, …","Constructs a new Arc with uninitialized contents, …","Constructs a new Arc with uninitialized contents, in the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Pin<Arc<T>>, return an error if …","Constructs a new Pin<Arc<T, A>> in the provided allocator, …","Attempts to acquire this RwLock with shared read access.","Returns the inner value, if the Arc has exactly one strong …","Attempts to lock this RwLock with exclusive write access.","","","","","","","","","","","","","","","","","","","","","Immediately drops the guard, and consequently unlocks the …","If we have the only reference to T then unwrap it. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to upgrade the Weak pointer to an Arc, delaying …","","Blocks the current thread until all threads have …","Blocks the current thread until this condition variable …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Blocks the current thread until this condition variable …","Gets the number of Weak pointers to this allocation.","Gets an approximation of the number of Weak pointers …","","Locks this RwLock with exclusive write access, blocking …","","An AtomicBool initialized to false.","An AtomicIsize initialized to 0.","An AtomicUsize initialized to 0.","Has the effects of both Acquire and Release together: For …","When coupled with a load, if the loaded value was written …","A boolean type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","A raw pointer type which can be safely shared between …","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","Atomic memory orderings","No ordering constraints, only atomic operations.","When coupled with a store, all previous operations become …","Like Acquire/Release/AcqRel (for load, store, and …","","Returns a mutable pointer to the underlying bool.","Returns a mutable pointer to the underlying pointer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Stores a value into the bool if the current value is the …","Stores a value into the pointer if the current value is …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the pointer if the current value is …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the pointer if the current value is …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","A compiler memory fence.","Creates an AtomicBool initialized to false.","Creates a null AtomicPtr<T>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An atomic fence.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Logical “and” with a boolean value.","Performs a bitwise “and” operation on the address of …","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Offsets the pointer’s address by adding val bytes, …","Offsets the pointer’s address by subtracting val bytes, …","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Logical “nand” with a boolean value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Logical “not” with a boolean value.","Logical “or” with a boolean value.","Performs a bitwise “or” operation on the address of …","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Offsets the pointer’s address by adding val (in units of …","Offsets the pointer’s address by subtracting val (in …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Logical “xor” with a boolean value.","Performs a bitwise “xor” operation on the address of …","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts a bool into an AtomicBool.","Converts a *mut T into an AtomicPtr<T>.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i8 into an AtomicI8.","Converts an u8 into an AtomicU8.","Returns the argument unchanged.","Converts an i16 into an AtomicI16.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an u16 into an AtomicU16.","Returns the argument unchanged.","Converts an i32 into an AtomicI32.","Returns the argument unchanged.","Converts an u32 into an AtomicU32.","Returns the argument unchanged.","Converts an i64 into an AtomicI64.","Converts an u64 into an AtomicU64.","Returns the argument unchanged.","Converts an isize into an AtomicIsize.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an usize into an AtomicUsize.","Get atomic access to a &mut bool.","Get atomic access to a pointer.","Get atomic access to a &mut i8.","Get atomic access to a &mut u8.","Get atomic access to a &mut i16.","Get atomic access to a &mut u16.","Get atomic access to a &mut i32.","Get atomic access to a &mut u32.","Get atomic access to a &mut i64.","Get atomic access to a &mut u64.","Get atomic access to a &mut isize.","Get atomic access to a &mut usize.","Get atomic access to a &mut [bool] slice.","Get atomic access to a slice of pointers.","Get atomic access to a &mut [i8] slice.","Get atomic access to a &mut [u8] slice.","Get atomic access to a &mut [i16] slice.","Get atomic access to a &mut [u16] slice.","Get atomic access to a &mut [i32] slice.","Get atomic access to a &mut [u32] slice.","Get atomic access to a &mut [i64] slice.","Get atomic access to a &mut [u64] slice.","Get atomic access to a &mut [isize] slice.","Get atomic access to a &mut [usize] slice.","Creates a new AtomicBool from a pointer.","Creates a new AtomicPtr from a pointer.","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","","Returns a mutable reference to the underlying bool.","Returns a mutable reference to the underlying pointer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Get non-atomic access to a &mut [AtomicBool] slice.","Get non-atomic access to a &mut [AtomicPtr] slice.","Get non-atomic access to a &mut [AtomicI8] slice","Get non-atomic access to a &mut [AtomicU8] slice","Get non-atomic access to a &mut [AtomicI16] slice","Get non-atomic access to a &mut [AtomicU16] slice","Get non-atomic access to a &mut [AtomicI32] slice","Get non-atomic access to a &mut [AtomicU32] slice","Get non-atomic access to a &mut [AtomicI64] slice","Get non-atomic access to a &mut [AtomicU64] slice","Get non-atomic access to a &mut [AtomicIsize] slice","Get non-atomic access to a &mut [AtomicUsize] slice","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Loads a value from the bool.","Loads a value from the pointer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","","","","","","","","","","","","","Creates a new AtomicBool.","Creates a new AtomicPtr.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Signals the processor that it is inside a busy-wait …","Stores a value into the bool.","Stores a value into the pointer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","","Stores a value into the bool, returning the previous value.","Stores a value into the pointer, returning the previous …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The channel’s sending half has become disconnected, and …","The channel’s sending half has become disconnected, and …","This sync_channel’s receiving half has disconnected, so …","This channel is currently empty, but the Sender(s) have …","The data could not be sent on the sync_channel because it …","An owning iterator over messages on a Receiver, created by …","An iterator over messages on a Receiver, created by iter.","The receiving half of Rust’s channel (or sync_channel) …","An error returned from the recv function on a Receiver.","This enumeration is the list of possible errors that made …","An error returned from the Sender::send or SyncSender::send","The sending-half of Rust’s asynchronous channel type.","The sending-half of Rust’s synchronous sync_channel type.","This channel is currently empty, but the Sender(s) have …","An iterator that attempts to yield all pending values for …","This enumeration is the list of the possible reasons that …","This enumeration is the list of the possible error …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new asynchronous channel, returning the …","","","","Clone a sender to send to other threads.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","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 a RecvError into a TryRecvError.","Returns the argument unchanged.","Converts a RecvError into a RecvTimeoutError.","Returns the argument unchanged.","Converts a SendError<T> into a TrySendError<T>.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 that will block waiting for messages, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","","","","Attempts to send a value on this channel, returning it …","Sends a value on this synchronous channel.","","","","Creates a new synchronous, bounded channel. All data sent …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator that will attempt to yield all pending …","Attempts to return a pending value on this receiver …","Attempts to send a value on this channel without blocking.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A draining iterator for Vec<T>.","An iterator which uses a closure to determine if an …","An iterator that moves out of a vector.","A splicing iterator for Vec.","A contiguous growable array type, written as Vec<T>, short …","","","","","","","","","","","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Moves all the elements of other into self, leaving other …","","","","","Returns an unsafe mutable pointer to the vector’s …","Returns the remaining items of this iterator as a mutable …","Extracts a mutable slice of the entire vector.","Returns a raw pointer to the vector’s buffer, or a …","","","","","Returns the remaining items of this iterator as a slice.","Returns the remaining items of this iterator as a slice.","Extracts a slice containing the entire vector.","","","","","","","","","","","","","","","","","","","","","","","","Returns the total number of elements the vector can hold …","","","","","","Clears the vector, removing all values.","","","","","","","","","Removes consecutive repeated elements in the vector …","Removes all but the first of consecutive elements in the …","Removes all but the first of consecutive elements in the …","Creates an empty vec::IntoIter.","Creates an empty Vec<T>.","","","","","","","","","","","","","","","","","","","","","Removes the specified range from the vector in bulk, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Clones and appends all elements in a slice to the Vec.","Copies elements from src range to the end of the vector.","","","","","Creates an iterator which uses a closure to determine if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Allocate a Vec<T> and fill it by cloning s’s items.","Turn a VecDeque<T> into a Vec<T>.","Allocate a Vec<u8> and fill it with a UTF-8 string.","","Allocate a Vec<T> and move s’s items into it.","Returns the argument unchanged.","Allocate a Vec<T> and fill it by cloning s’s items.","","Allocate a Vec<T> and fill it by cloning s’s items.","Converts the given String to a vector Vec that holds …","","Convert a clone-on-write slice into a vector.","Converts a CString into a Vec<u8>.","","Converts a BinaryHeap<T> into a Vec<T>.","","Allocate a Vec<T> and fill it by cloning s’s items.","","Convert a boxed slice into a vector by transferring …","Returns the argument unchanged.","Returns the argument unchanged.","","","Creates a Vec<T> directly from a pointer, a capacity, and …","Creates a Vec<T, A> directly from a pointer, a capacity, a …","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts an element at position index within the vector, …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Converts the vector into Box<[T]>.","","","","Takes a Vec<[T; N]> and flattens it into a Vec<T>.","","","","","Creates a consuming iterator, that is, one that moves each …","","","Decomposes a Vec<T> into its raw components.","Decomposes a Vec<T> into its raw components.","","","","","Returns true if the vector contains no elements.","","","","","Keep unyielded elements in the source Vec.","","","","","","Consumes and leaks the Vec, returning a mutable reference …","Returns the number of elements in the vector, also …","","","","","","","","","Constructs a new, empty Vec<T>.","Constructs a new, empty Vec<T, A>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Removes the last element from a vector and returns it, or …","","","Appends an element to the back of a collection.","Appends an element if there is sufficient spare capacity, …","","","","","Removes and returns the element at position index within …","","Reserves capacity for at least additional more elements to …","","Reserves the minimum capacity for at least additional more …","","Resizes the Vec in-place so that len is equal to new_len.","Resizes the Vec in-place so that len is equal to new_len.","","","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate, …","","","","","","","","Forces the length of the vector to new_len.","Shrinks the capacity of the vector with a lower bound.","Shrinks the capacity of the vector as much as possible.","","","","","Returns the remaining spare capacity of the vector as a …","Creates a splicing iterator that replaces the specified …","Returns vector content as a slice of T, along with the …","Splits the collection into two at the given index.","","","","","Removes an element from the vector and returns it.","","","","","","","","Shortens the vector, keeping the first len elements and …","","","","","","","","","","","Tries to reserve capacity for at least additional more …","Tries to reserve the minimum capacity for at least …","","","","","","","","","","","","","","","","","","","","","","","Constructs a new, empty Vec<T> with at least the specified …","Constructs a new, empty Vec<T, A> with at least the …","","","","","An Artifact is the product that the Engine implementation …","Type of OwnedDataInitializer returned by the …","Type of iterator returned by the data_initializers method","Trait needed to get downcasting of Engines to work.","Returns the CPU features for this Artifact","Create a ModuleInfo for instantiation","Returns data initializers to pass to VMInstance::initialize","Try to downcast the artifact into a given type mutably.","Try to downcast the artifact into a given type.","Returns the features for this Artifact","Returns the memory styles associated with this Artifact.","Returns the ModuleInfo for instantiation","Serializes an artifact into bytes","Sets the ModuleInfo name","Returns the table plans associated with this Artifact.","upcast boxed dyn","upcast mut ref","upcast ref","","","","","","","","","","","","","The middleware parses the function binary bytecodes and …","Translation skeleton that traverses the whole WebAssembly …","Helper functions to gather information for each of the …","","","","","Trait for iterating over the operators of a Wasm Function","Contains function data: bytecode and its offset in the …","The result of translating via ModuleEnvironment. Function …","","","","","Returns the number of bytes remaining.","Returns the current position.","Indicates that a custom section has been found in the wasm …","Function body bytecode.","References to the data initializers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns whether the readers has reached the end of the …","Notifies the implementation that all exports have been …","","Returns the argument unchanged.","Returns the argument unchanged.","References to the function bodies.","","","","","Calls U::from(self).","Calls U::from(self).","","","ModuleInfo information.","Body offset relative to the module file.","The decoded Wasm types for the module.","Allocates the environment data structures.","Returns the original position (with the offset)","","","Return the range (original offset, original offset + data …","Read a count indicating the number of times to call …","Read a (count, value_type) declaration of local variables …","Reads the next available Operator.","","","","","Provides the number of imports up front. By default this …","","","","","","Translate a wasm module using this environment. This …","","","","","","","","","","","","","","","A function middleware specialized for a single function.","A Middleware binary reader of the WebAssembly structures …","The state of the binary reader. Exposed to middlewares to …","A shared builder for function middlewares.","Trait for generating middleware chains from “prototype”…","Applies the chain on a ModuleInfo struct.","","","","","","The backing middleware chain for this reader.","","","","","","","","","","","","","Processes the given operator.","Processes the given operator.","","","Returns the argument unchanged.","Returns the argument unchanged.","Generates a FunctionMiddleware for a given function.","Generates a function middleware chain.","","","Raw binary reader.","Calls U::from(self).","Calls U::from(self).","","","Constructs a MiddlewareBinaryReader with an explicit …","","The pending operations added by the middleware.","","","Push an operator.","","","","","Replaces the middleware chain with a new one.","Parsing state.","Transforms a ModuleInfo struct in-place. This is called …","Transforms a ModuleInfo struct in-place. This is called …","","","","","","","","","","Translate a sequence of bytes forming a valid Wasm binary …","Parses the Data section of the wasm module.","Parses the Element section of the wasm module.","Parses the Export section of the wasm module.","Parses the Function section of the wasm module.","Parses the Global section of the wasm module.","Parses the Import section of the wasm module.","Parses the Memory section of the wasm module.","Parses the Name section of the wasm module.","Parses the Start section of the wasm module.","Parses the Table section of the wasm module.","Parses the Type section of the wasm module.","","Converts a wasmparser heap type to a Wasm Type.","Converts a wasmparser ref type to a Wasm Type.","Helper function translating wasmparser types to Wasm Type.","","Contains information decoded from the Wasm module that …","Multiple values.","","A single value.","","A helper enum for representing either a single or multiple …","","Map of signatures to a function’s parameter and return …","Get the parameter and result types for the given Wasm …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","True if empty.","Iterate ofer the value types.","","","","Count of values.","Creates a new empty ModuleTranslationState.","","","","","","","","","","","","","","","","","","","","","","","","A map containing a Wasm module’s original, raw …","",""],"i":[0,65,144,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,114,0,0,0,0,0,0,0,0,65,501,501,144,73,114,73,0,0,0,4,148,102,522,102,0,4,4,4,4,523,86,506,4,4,4,98,84,86,19,0,122,98,121,501,84,116,116,501,116,116,523,14,501,77,84,4,4,4,4,4,4,4,157,0,110,523,4,4,4,4,4,4,4,501,121,98,4,124,4,0,77,44,522,0,19,0,121,110,102,4,110,507,4,66,4,52,0,0,0,0,4,4,116,501,124,77,501,4,4,14,77,4,4,4,4,19,110,4,84,523,507,4,52,122,523,523,523,523,4,4,0,4,4,0,4,87,501,4,4,4,4,501,98,4,4,124,506,157,157,116,501,4,4,121,110,4,4,4,0,0,0,4,4,110,4,124,524,4,524,4,524,4,12,0,0,0,0,0,0,0,0,0,0,0,0,87,0,86,87,84,83,86,83,87,84,83,86,83,86,86,86,84,86,87,86,84,87,86,87,86,84,87,84,83,86,87,84,83,86,87,84,83,86,86,87,84,83,83,86,87,86,84,83,86,87,84,83,86,87,84,87,86,87,86,87,86,87,86,87,86,87,86,87,86,87,86,87,86,87,86,87,84,83,86,87,84,83,86,83,87,87,84,83,86,87,86,87,86,87,83,84,86,87,84,83,86,87,87,86,0,87,86,87,86,86,87,84,83,86,87,84,83,86,83,86,83,87,84,83,86,83,87,84,83,86,87,84,83,86,87,84,83,86,83,83,0,0,0,0,0,0,0,0,0,122,122,19,122,122,122,122,122,122,122,19,19,19,19,19,19,122,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,106,103,0,0,0,0,0,109,106,103,105,106,103,102,102,102,103,525,102,109,105,106,103,525,102,109,105,106,103,105,106,103,105,106,103,103,105,105,102,109,102,109,106,102,109,105,525,102,109,105,106,103,525,102,109,105,106,103,525,102,102,109,105,106,103,102,102,525,102,109,105,106,103,102,105,102,102,102,102,105,105,105,105,102,109,102,102,525,102,525,525,102,525,102,105,525,525,525,102,109,105,106,103,102,102,102,102,102,105,102,105,525,102,109,105,106,103,102,102,102,525,102,109,105,106,103,102,525,102,109,105,106,103,106,103,102,109,102,102,109,102,103,105,525,102,109,105,106,103,102,102,102,109,102,109,102,525,102,109,102,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,525,102,109,105,106,103,0,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,0,0,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,124,124,124,124,124,124,124,124,124,124,114,73,0,130,0,114,0,130,73,114,73,130,130,73,114,130,73,114,130,73,114,130,130,130,73,114,130,73,114,130,73,114,130,73,114,130,73,73,114,114,130,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,73,114,130,0,0,0,110,133,98,98,110,133,98,110,133,110,133,110,133,110,133,98,133,110,98,98,133,98,110,133,98,110,133,98,110,110,133,110,110,110,110,98,110,133,110,133,133,133,133,133,98,98,110,133,98,110,110,110,110,133,110,110,110,110,133,133,98,110,133,110,110,110,98,110,133,98,110,133,110,110,110,110,133,98,110,133,98,98,98,110,110,110,98,98,110,110,110,133,98,110,133,98,110,133,110,110,98,110,133,110,133,110,133,110,133,98,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,144,150,145,146,0,0,0,0,0,0,0,0,0,0,65,146,144,150,145,0,148,144,145,145,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,146,147,66,148,148,147,152,153,52,65,144,150,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,66,148,147,152,153,52,65,144,150,145,146,145,152,153,52,65,144,150,145,146,152,66,148,147,152,153,52,65,144,150,145,146,152,152,152,65,146,66,148,147,152,153,52,65,144,150,145,146,145,66,148,147,152,153,52,65,144,150,145,146,66,66,148,147,152,153,52,65,144,150,145,146,52,153,147,147,152,147,66,148,147,152,153,52,65,144,150,145,146,52,147,0,152,153,145,144,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,66,148,147,152,153,52,65,144,150,145,146,0,0,0,0,157,157,157,157,157,116,116,116,116,116,157,116,157,116,116,116,116,116,157,116,157,157,157,157,157,157,157,157,157,157,157,116,157,157,157,157,116,157,157,157,157,157,157,157,157,116,116,0,0,0,0,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,165,169,0,165,165,165,165,165,165,165,165,165,165,165,165,165,286,165,165,526,165,165,165,169,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,165,169,165,165,165,165,165,165,165,165,165,165,165,0,0,18,218,18,18,18,218,18,18,18,18,18,18,18,218,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,218,18,18,218,218,18,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,218,18,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,18,18,18,18,18,18,18,18,218,18,18,18,18,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,18,18,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,218,18,18,18,18,18,18,18,18,218,18,218,18,18,18,218,18,18,18,18,18,18,18,18,18,218,18,218,18,218,18,218,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,285,0,0,0,0,285,283,0,0,283,0,0,0,283,0,140,281,277,278,279,282,280,284,285,283,277,140,140,277,277,278,278,279,279,280,277,282,281,280,281,277,279,282,280,284,283,280,283,281,280,282,280,282,280,140,278,0,280,280,280,278,279,278,279,278,279,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,284,285,283,0,0,280,140,281,278,280,280,140,281,277,278,279,282,280,140,281,277,278,279,282,280,284,285,283,140,281,278,279,282,280,140,281,277,278,279,282,280,284,285,283,283,277,279,282,280,277,279,282,280,278,279,282,280,140,277,282,282,282,282,281,140,281,277,278,279,282,280,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,284,285,283,140,140,281,281,277,277,278,278,279,279,282,282,280,280,284,285,283,283,278,279,140,281,278,280,281,140,281,277,277,278,279,282,282,280,280,284,285,283,140,277,140,140,277,277,278,278,279,279,282,280,280,280,280,280,280,280,280,284,285,283,140,140,140,140,277,277,277,277,278,278,278,278,279,279,279,279,282,282,282,282,280,280,280,280,284,284,284,284,285,285,285,285,283,283,283,283,140,140,281,281,277,277,278,278,279,279,282,282,280,280,140,140,281,281,277,277,278,278,279,279,282,282,280,280,140,140,281,281,278,278,280,280,140,277,278,279,282,279,277,277,280,140,281,277,278,279,282,280,284,284,285,283,140,140,281,281,281,277,277,278,278,279,279,282,282,280,280,280,284,284,285,285,283,140,281,277,278,279,282,280,282,280,282,280,140,277,278,279,280,277,279,282,280,283,140,277,140,140,140,277,280,278,278,278,277,279,282,280,283,0,0,140,278,282,280,140,277,280,280,140,281,277,278,279,282,280,284,285,283,140,140,277,277,278,278,279,279,140,277,278,279,280,278,279,140,281,277,278,279,282,280,284,285,283,140,277,278,279,140,140,140,281,281,277,277,277,278,278,279,279,282,282,282,280,280,280,281,140,277,281,140,277,281,278,279,140,281,277,278,279,282,280,140,281,277,278,279,282,280,278,279,278,279,280,140,281,277,278,279,282,280,140,277,282,280,140,281,277,278,279,282,280,283,140,277,284,284,279,277,277,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,282,280,277,0,277,277,280,283,279,282,282,140,281,277,278,279,282,280,281,277,279,282,280,277,279,282,280,280,280,281,281,140,281,277,278,279,282,280,284,285,283,281,282,280,277,279,282,280,277,279,281,282,280,282,280,277,279,280,277,280,140,140,280,280,280,280,280,140,277,278,279,282,280,140,277,278,279,140,281,278,280,281,280,280,280,140,277,278,279,280,140,277,278,279,280,140,281,277,278,279,280,280,277,280,280,140,281,277,278,279,282,280,283,140,281,277,278,279,282,280,283,140,140,281,277,277,278,278,279,279,282,280,280,283,140,277,278,279,280,140,277,278,279,280,140,281,278,280,140,281,278,280,277,279,282,280,278,279,280,280,280,278,279,282,278,279,140,281,277,278,279,282,280,284,285,283,284,280,140,281,277,278,279,282,280,284,285,283,140,277,140,281,277,278,279,282,280,284,285,283,140,281,278,280,281,280,140,281,277,278,279,282,280,284,285,283,278,279,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,284,285,283,140,281,277,278,279,282,280,284,285,283,277,277,140,277,140,277,0,140,281,278,280,140,278,281,280,140,278,280,280,280,527,0,0,0,0,0,0,0,318,317,332,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,317,332,292,296,318,317,332,318,317,332,281,317,341,341,318,317,332,292,296,341,341,318,317,332,292,296,341,318,317,332,292,296,341,341,318,317,332,292,296,296,341,318,317,332,292,296,341,318,317,332,292,296,341,341,318,317,332,292,296,332,296,341,318,317,332,292,296,318,317,332,292,296,318,317,292,318,317,292,318,341,318,317,332,292,296,318,317,332,292,296,318,317,292,317,332,292,296,317,332,292,296,317,332,292,296,317,332,292,296,341,341,318,317,332,292,296,341,318,317,332,292,296,317,332,292,296,318,317,332,341,318,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,341,318,317,332,292,296,0,0,0,0,0,0,0,0,0,0,0,298,0,0,0,0,298,0,0,0,320,338,358,342,339,361,310,277,319,344,361,310,277,321,306,340,298,340,354,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,334,336,320,338,358,342,339,320,338,358,342,339,339,340,320,319,321,338,358,334,336,342,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,354,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,361,310,298,361,310,354,320,319,321,321,338,358,360,334,336,342,344,306,339,340,354,298,361,310,354,354,320,319,321,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,310,310,361,310,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,338,358,360,334,336,342,344,306,361,310,340,340,340,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,320,319,321,338,358,360,334,336,342,344,306,361,310,298,361,310,339,340,361,340,339,340,340,320,319,338,358,360,334,336,342,344,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,320,319,321,338,358,360,334,336,277,320,319,321,340,320,319,338,334,342,344,320,319,338,334,342,344,339,340,339,340,320,319,321,338,358,360,334,336,342,344,306,320,319,321,338,358,360,334,336,342,344,334,336,334,336,334,336,334,336,298,298,298,298,339,340,339,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,306,320,319,321,310,340,340,310,277,339,340,320,319,321,338,358,360,334,336,306,334,336,320,338,358,342,339,354,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,298,361,310,354,320,319,321,338,358,360,334,336,342,344,306,339,340,339,340,354,340,0,0,0,0,0,0,0,0,0,325,290,352,312,356,343,308,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,308,324,325,290,352,312,356,343,325,290,352,312,356,343,325,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,290,312,308,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,324,343,325,343,325,290,352,312,356,308,324,343,325,324,279,325,343,325,290,352,312,356,343,325,290,352,312,356,308,324,343,325,324,343,308,324,308,324,308,324,308,324,325,290,352,312,356,308,324,343,308,325,290,352,312,356,308,324,308,324,325,290,352,312,356,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,325,290,352,312,356,308,324,343,0,0,0,0,0,0,0,0,0,0,0,362,297,0,0,0,0,0,0,0,0,362,297,0,0,0,315,337,357,299,363,362,297,353,140,315,316,314,291,305,364,365,366,367,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,299,333,335,315,337,357,299,363,315,337,357,299,363,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,353,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,353,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,353,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,346,345,346,345,346,345,364,366,364,364,364,366,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,337,357,359,333,335,364,365,366,367,297,367,365,364,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,305,359,333,335,364,367,364,364,366,299,299,364,297,366,367,364,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,359,333,335,346,345,299,363,315,316,314,337,357,291,305,359,333,335,333,335,333,335,333,335,333,335,297,362,297,362,297,297,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,364,366,364,366,366,366,315,316,314,337,357,291,305,359,333,335,333,335,315,337,357,299,363,353,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,315,316,314,337,357,291,305,359,333,335,346,362,364,365,345,297,366,367,353,299,363,353,363,363,0,0,0,0,0,0,0,0,0,322,311,289,351,355,278,322,323,293,307,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,323,293,307,322,311,289,351,355,322,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,322,323,293,307,311,289,351,355,323,293,307,323,293,307,323,293,307,323,293,307,311,289,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,323,293,307,322,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,322,323,293,307,311,289,351,355,0,0,0,0,0,0,0,326,287,328,282,288,287,288,288,326,327,287,288,309,328,326,327,287,288,309,328,309,328,326,287,328,326,287,328,287,288,287,288,326,327,328,326,327,287,288,309,328,326,327,287,288,309,328,326,327,287,288,309,328,326,327,287,288,309,328,326,327,287,288,309,328,326,327,287,288,309,328,287,288,288,282,326,327,309,287,288,287,288,326,327,287,288,309,328,288,288,326,327,287,288,309,328,326,327,309,328,309,326,327,326,327,287,288,309,328,282,326,327,287,288,309,328,282,326,327,287,288,287,288,326,327,309,328,326,327,328,309,328,309,328,309,328,309,328,309,287,288,287,288,326,327,287,288,309,328,288,288,309,288,288,288,288,326,327,309,328,288,288,288,288,309,328,282,326,327,326,287,328,326,327,287,288,309,328,326,327,287,288,309,328,326,327,287,288,309,328,326,327,287,288,328,326,327,287,288,328,326,327,287,288,328,0,0,0,0,0,330,329,294,331,330,329,331,330,329,294,331,330,329,294,331,330,329,280,294,329,330,329,330,329,329,294,294,331,330,329,294,331,330,329,294,331,330,329,294,294,294,331,330,329,294,331,330,329,331,330,329,294,331,330,329,280,331,330,331,330,294,294,331,330,329,329,294,331,330,329,294,331,330,329,331,330,329,331,330,329,294,331,330,329,331,330,280,294,331,330,329,294,331,330,329,329,294,329,294,329,294,329,294,329,294,331,330,329,294,331,330,329,294,331,330,329,294,329,294,330,329,331,330,329,294,331,330,329,294,331,330,329,331,330,329,294,331,330,329,294,331,330,329,294,331,330,329,294,331,330,329,0,0,0,371,0,0,0,0,0,0,0,0,90,0,0,371,0,0,0,90,0,0,371,0,0,0,371,38,272,37,37,37,272,38,272,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,37,371,38,272,371,38,272,38,37,38,38,37,37,37,37,37,38,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,38,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,376,374,372,373,374,372,373,371,38,371,371,371,371,38,38,38,38,375,376,376,37,37,375,376,374,372,373,375,37,37,181,182,528,529,530,531,532,533,534,371,38,38,272,272,375,376,373,272,0,375,376,374,372,373,37,371,38,272,38,375,373,373,38,375,376,374,372,373,37,371,38,272,374,372,375,376,374,372,373,37,371,38,272,272,272,373,375,376,374,372,373,37,371,38,272,37,37,38,272,375,376,374,372,373,37,371,38,272,37,37,375,376,373,272,272,272,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,373,371,38,272,38,272,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,375,376,374,372,373,37,371,38,272,371,38,371,38,371,38,373,37,37,0,379,37,379,37,37,379,37,37,0,0,0,0,535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,380,380,385,386,381,382,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,401,381,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,381,382,380,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,385,386,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,385,386,405,385,385,385,385,386,386,386,386,405,405,405,405,385,385,401,380,383,385,385,386,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,402,403,403,404,404,405,406,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,0,535,0,0,0,0,382,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,399,400,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,405,405,380,381,382,381,382,380,397,399,400,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,380,406,383,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,406,383,381,382,380,387,388,389,390,393,394,395,396,397,398,399,400,381,402,403,404,381,402,403,404,381,402,403,404,381,402,403,404,380,380,382,0,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,380,383,387,388,389,390,391,392,399,400,380,380,381,382,380,397,398,399,400,401,402,403,404,406,381,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,385,386,402,403,404,402,403,404,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,383,385,386,381,382,380,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,405,405,385,385,0,0,0,0,0,407,0,407,0,407,0,0,0,384,0,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,407,407,407,407,408,408,407,408,409,410,411,233,412,407,408,409,410,411,233,412,536,408,409,410,411,233,412,408,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,384,384,384,384,407,408,409,410,411,233,412,408,412,536,408,409,410,411,233,412,537,408,409,410,411,233,412,536,408,409,410,411,233,412,537,408,409,410,411,233,412,536,409,410,411,233,537,409,410,411,233,407,408,409,410,411,233,412,412,384,384,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,407,408,409,410,411,233,412,408,408,0,0,0,0,0,0,29,413,29,29,29,29,29,29,29,413,29,29,413,415,29,29,29,29,29,414,414,29,29,29,29,414,29,29,29,414,29,29,29,413,415,414,29,29,413,415,413,29,414,29,29,413,29,29,413,29,29,29,29,414,29,29,413,415,414,29,29,413,415,413,415,414,29,29,413,415,29,414,414,29,413,415,414,29,414,29,414,29,29,29,29,29,29,29,29,29,29,29,413,29,29,29,29,413,413,413,413,413,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,414,29,29,413,413,415,415,414,29,29,29,29,29,29,29,29,29,29,29,413,415,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,414,29,413,415,29,29,29,29,29,29,414,29,413,415,29,29,413,29,29,29,414,29,29,29,29,29,29,29,29,29,414,29,414,414,29,413,415,29,29,29,29,29,29,414,414,414,414,414,414,29,29,29,29,29,29,29,414,29,413,415,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,414,29,414,414,414,29,29,29,413,29,29,538,29,413,415,29,29,29,414,29,29,29,413,415,414,29,413,415,29,29,414,29,413,415,414,29,413,415,414,29,413,415,414,29,413,415,413,29,29,29,29,0,0,0,0,539,540,0,0,0,0,0,0,539,540,0,0,0,0,436,0,0,0,0,0,0,0,436,30,433,439,440,439,30,433,30,30,445,436,30,30,433,30,30,30,30,0,447,448,441,442,30,30,433,438,435,449,439,445,436,149,440,135,443,444,434,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,434,435,434,435,30,436,30,438,149,30,433,439,440,30,433,439,440,30,30,30,30,30,30,447,442,438,149,443,30,30,30,30,441,442,30,433,438,439,149,434,447,448,441,442,442,30,30,433,438,435,449,439,445,436,149,440,135,135,443,443,444,444,434,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,135,443,444,444,434,30,445,436,447,448,441,442,30,30,433,433,438,438,435,449,439,445,436,149,149,440,135,443,444,434,30,30,30,447,448,441,442,442,30,30,433,433,438,435,449,439,439,445,436,149,440,135,135,443,443,444,444,434,30,30,30,30,30,30,439,440,30,30,30,30,439,439,439,439,440,440,440,440,30,30,447,448,441,442,30,30,30,433,438,435,449,439,445,445,436,436,149,440,135,135,443,443,444,444,434,442,447,448,441,442,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,433,438,438,438,435,449,439,439,439,445,436,436,149,149,149,440,135,443,444,434,434,434,30,434,434,30,433,30,433,30,439,30,30,438,439,445,149,434,30,439,439,434,445,30,30,445,30,30,30,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,441,438,435,449,149,434,443,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,434,442,30,438,439,445,149,434,30,433,434,435,434,30,448,438,449,149,434,30,30,433,438,149,30,434,30,30,433,438,149,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,30,438,447,135,444,30,30,30,30,30,0,30,447,441,442,30,433,438,435,439,445,149,434,30,30,433,30,30,30,30,30,30,30,30,441,441,447,442,439,434,434,30,30,30,30,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,438,149,135,444,434,30,30,433,30,433,30,149,30,30,30,30,30,433,30,433,434,30,433,438,149,30,433,438,149,30,30,30,433,433,438,149,30,433,30,433,439,30,434,434,30,433,30,30,30,30,439,440,30,433,439,440,30,30,445,436,135,443,444,30,447,448,441,442,30,30,433,438,435,449,439,445,436,149,440,135,443,444,434,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,438,30,30,30,30,30,30,30,30,149,30,149,447,448,441,442,30,433,438,435,449,439,445,436,149,440,135,443,444,434,30,30,438,30,447,448,441,442,30,433,438,435,439,445,436,149,440,434,447,448,441,442,30,433,438,435,439,445,436,149,440,434,447,448,441,442,30,433,438,435,439,445,436,149,440,434,433,439,447,441,441,441,441,441,30,433,30,149,30,0,0,0,471,471,0,0,0,0,0,0,0,0,0,0,0,0,0,471,471,471,471,459,460,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,471,471,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,0,459,460,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,459,459,460,471,461,461,461,462,462,462,463,463,463,464,464,464,465,465,465,466,466,466,467,467,467,468,468,468,469,469,469,470,470,470,459,460,471,461,462,463,464,465,466,467,468,469,470,471,471,471,471,471,471,0,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,460,460,461,462,463,464,465,466,467,468,469,470,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,459,460,461,462,463,464,465,466,467,468,469,470,460,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,460,471,461,462,463,464,465,466,467,468,469,470,459,459,460,460,471,461,461,462,462,463,463,464,464,465,465,466,466,467,467,468,468,469,469,470,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,471,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,471,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,459,460,461,462,463,464,465,466,467,468,469,470,460,459,460,471,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,459,459,461,461,462,462,463,463,464,464,465,465,466,466,467,467,468,468,469,469,470,470,459,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,0,459,460,461,462,463,464,465,466,467,468,469,470,471,459,460,461,462,463,464,465,466,467,468,469,470,471,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,460,471,461,462,463,464,465,466,467,468,469,470,459,461,462,463,464,465,466,467,468,469,470,477,478,479,477,479,0,0,0,0,0,0,0,0,478,0,0,0,472,474,475,476,477,478,479,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,0,480,481,482,472,474,475,476,477,478,479,472,474,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,475,476,477,478,479,475,475,475,475,476,476,476,476,477,477,477,477,478,478,478,478,479,479,479,479,473,472,474,480,481,482,475,475,476,476,477,477,478,478,479,479,473,472,474,480,481,482,475,476,477,477,478,478,479,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,473,472,474,480,481,482,475,476,477,478,479,473,473,480,481,482,473,473,472,474,480,481,482,475,476,477,478,479,480,481,482,480,481,482,480,481,482,480,481,482,480,481,482,473,472,474,480,481,482,475,476,477,478,479,473,473,473,480,481,482,472,474,480,481,482,0,472,474,475,476,477,478,479,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,472,474,480,481,482,475,476,477,478,479,473,473,474,473,472,474,480,481,482,475,476,477,478,479,472,474,475,476,477,478,479,472,474,475,476,477,478,479,472,474,475,476,477,478,479,0,0,0,0,0,430,42,42,42,42,42,430,430,42,430,484,430,42,485,42,42,42,42,42,42,430,42,42,484,430,42,42,484,430,42,42,42,484,430,42,42,42,42,42,42,42,485,490,484,430,42,42,42,485,490,430,42,430,42,42,484,430,485,490,42,430,42,42,430,42,42,42,430,42,42,42,430,42,485,484,430,42,42,485,490,484,430,42,42,485,490,484,430,42,42,42,485,490,42,490,484,484,430,430,42,42,485,485,490,490,484,430,42,484,430,42,430,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,484,430,42,485,490,484,430,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,485,490,42,42,42,42,42,42,485,42,42,42,42,42,42,42,42,42,42,42,42,42,42,484,430,42,485,490,42,42,42,42,42,484,430,42,485,490,42,42,42,42,42,484,430,42,42,42,485,490,42,42,42,42,484,430,42,42,42,484,42,484,484,430,42,485,490,42,42,42,42,42,42,42,42,42,42,42,42,484,430,485,490,484,430,490,430,484,430,485,490,484,430,485,490,484,430,485,490,484,430,485,490,485,42,42,42,42,42,42,42,430,484,430,42,485,490,42,485,430,42,42,42,42,42,42,42,490,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,484,430,485,490,42,42,42,42,484,430,485,490,42,484,484,430,42,42,42,42,42,484,430,42,485,490,484,430,42,485,490,42,42,484,430,42,485,490,484,430,42,485,490,484,430,42,485,490,484,430,42,485,490,484,485,42,42,42,42,42,42,0,501,501,0,501,501,501,501,501,501,501,501,501,501,501,524,524,524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,14,77,14,523,523,77,14,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,14,77,14,77,14,77,14,523,77,77,77,14,77,14,14,77,14,77,14,77,14,77,14,77,77,523,77,14,523,523,523,523,77,77,77,77,77,77,77,77,77,77,77,77,14,77,14,77,14,77,14,77,14,77,14,0,0,0,0,0,0,0,522,506,507,506,507,506,506,506,506,507,506,507,506,507,506,507,506,507,507,41,41,506,507,506,507,44,522,506,507,507,506,507,506,507,506,506,507,506,507,507,506,506,506,506,506,506,44,44,506,507,506,507,506,507,507,507,507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,0,520,521,520,521,0,0,0,12,520,521,12,520,521,12,520,521,12,520,521,12,520,521,12,520,521,12,541,520,12,520,521,12,520,521,12,520,521,12,521,520,520,520,521,12,520,12,521,520,521,12,520,521,12,520,521,12,520,521,12,541,520,521,12,520,521,12,520,521,12,12,542,542],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[[-1,3],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[4,5],4],0,[-1,6,[]],0,0,[[4,-1],[[8,[4,7]]],9],[4,4],[[-1,-2],2,[],[]],0,0,0,[[-1,10,11,12,[15,[13,14]]],[[8,[16,17]]],[]],0,[[[18,[-1]]],[[18,[19]]],[]],0,0,[-1,[[21,[20]]],[]],0,[[-1,22,23],[[8,[24,25]]],[]],[[-1,26,27],[[8,[28,29]]],[]],[-1,[[30,[3]]],[]],[[-1,22,23,[32,[31]]],[[8,[24,25]]],[]],[[-1,26,27,[32,[33]]],[[8,[28,29]]],[]],[-1,6,[]],0,[-1,[],[]],0,0,[[],4],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[4]]],35],[-1,[[8,[4]]],[36,9]],[6,2],0,0,0,[-1,5,[]],[[4,4],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,[-1,4,[]],0,0,[[4,37],[[8,[2,38]]]],0,[-1,-1,[]],[39,40],0,[[-1,13],[[18,[41]]],[]],[[-1,13],[[42,[[18,[41]]]]],[]],[[43,6,6],6],[-1,[[45,[[30,[44]]]]],[]],[46,[[2,[[42,[47]],[49,[48]]]]]],0,0,0,[[],6],0,0,[-1,-2,[],[]],0,[[],[[8,[50,51]]]],0,0,[10,6],[[3,[15,[13,52]],-1,[15,[53,54]],-2,53,6],2,55,55],[10,56],[[4,5],4],0,[[-1,22],23,[]],[-1,[[15,[57,23]]],[]],0,0,[-1,3,[]],[[4,5],4],0,0,0,[[4,5],4],0,[[4,5],4],0,[-1,58,[]],0,[[],4],0,[-1,6,[]],0,[[]],0,[[-1,[30,[44]]],2,[]],[-1,[[59,[6]]],[]],[-1,[[61,[60]]],[]],[-1,[[61,[[2,[60,62]]]]],[]],[-1,[[61,[63]]],[]],[[4,5],4],0,[[[30,[3]],[64,[13,52]],65],[[49,[66]]]],0,[[4,6],2],[[3,[45,[67]],68,[64,[69,70]],[15,[57,23]],[15,[71,27]]],[[8,[72,73]]]],[[-1,6],2,[]],0,[-1,[[8,[[42,[74]],75]]],[]],[[4,-1],8,76],[[4,-1],8,[36,9]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,29],5,[]],0,[[4,5],4],0,0,0,0,0,[[-1,26],27,[]],[-1,[[15,[71,27]]],[]],[[4,5],4],0,0,0,[[4,5],4],0,[-1,-2,[],[]],0,[[[45,[74]],77],[[61,[12]]]],0,[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],0,[-1,78,[]],0,[[[18,[-1]]],[[18,[79]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,[81,[[61,[82]]]],[62,[[61,[82]]]],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[83,84],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[83,85],0,[86,86],[[-1,-2],2,[],[]],0,0,[87,[[21,[20]]]],[86,[[21,[20]]]],0,[87,[[30,[3]]]],[86,[[30,[3]]]],[87],[86],0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[86,[[8,[[15,[13,88]],89]]]],[6,2],[6,2],[6,2],[83,2],[6,2],[87,4],[86,4],[[84,37],90],[[83,37],[[8,[2,38]]]],[[86,37],90],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[91,87],[92,[[8,[84,89]]]],[87,[[15,[53,[42,[93]]]]]],[86,[[94,[53,[42,[93]]]]]],[87,[[15,[53,56]]]],[86,[[94,[53,56]]]],[87,[[49,[95]]]],[86,[[49,[95]]]],[87,[[15,[69,96]]]],[86,[[94,[69,96]]]],[87,[[15,[13,88]]]],[86,[[94,[13,88]]]],[87,[[15,[13,96]]]],[86,[[94,[13,96]]]],[87,[[15,[97,96]]]],[86,[[94,[97,96]]]],[87,[[15,[13,[42,[93]]]]]],[86,[[94,[13,[42,[93]]]]]],[87,6],[86,6],[87,53],[86,53],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[83,85],[[[45,[74]]],5],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[87,[[15,[57,23]]]],[86,[[15,[57,23]]]],[87,3],[86,3],[[98,[45,[74]],10,[15,[57,23]],[15,[71,27]],[49,[99]]],[[8,[87,17]]]],[[85,-1],83,100],0,[86,85],[[]],[[]],[[]],[[]],0,[87,[[8,[[42,[74]],75]]]],[86,[[8,[[42,[74]],75]]]],[91,[[8,[[42,[74]],75]]]],[[87,29],5],[[86,29],5],[87,[[15,[71,27]]]],[86,[[15,[71,27]]]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[85,-1],[[8,[83,-2]]],100,[]],[[85,-1],[[8,[86,89]]],100],[[85,-1],[[8,[83,[2,[85,-2]]]]],100,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],0,[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[83,-1],-2,100,[]],[[83,-1],-2,100,[]],0,0,0,[[43,6,6],6],[10,6],[10,56],[[10,43,[42,[74]],[42,[93]]],2],0,0,[[-1,5],2,[]],[[-1,5],2,[]],[[-1,10,11,12,[15,[13,14]]],[[8,[16,17]]],[]],[[[18,[-1]]],[[18,[19]]],[]],[[-1,10],4,[]],[[-1,10],4,[]],[-1,2,[]],[-1,2,[]],[-1,2,[]],[-1,2,[]],[[-1,10,11,12,[15,[13,14]],101,[45,[74]]],[[49,[[8,[[42,[74]],17]]]]],[]],[[-1,10,11,12,[15,[13,14]],101,[45,[74]]],[[49,[[8,[[42,[74]],17]]]]],[]],[[-1,[21,[20]]],[[21,[20]]],[]],[[-1,[21,[20]]],[[21,[20]]],[]],[-1,[[45,[[30,[44]]]]],[]],[-1,58,[]],[[-1,[30,[44]]],2,[]],[[-1,4,[45,[74]]],[[8,[2,17]]],[]],[[-1,4,[45,[74]]],[[8,[2,17]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[102,5],0,0,[103,[[49,[104]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[105,105],[106,106],[103,103],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[103,107],[[105,105],108],[[-1,-2],108,[],[]],[102,[[21,[20]]]],[109,[[21,[20]]]],[102,[[30,[3]]]],[109,[[30,[3]]]],[106,[[45,[74]]]],[102],[109],[[],105],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[110,85],[[8,[102,89]]]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[110,85],[[8,[102,89]]]],[[110,85],[[8,[102,89]]]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[102,102],5],[[105,105],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[102,4],[109,4],[[102,111,[49,[112]],113],[[8,[2,114]]]],[102,[[64,[69,70]]]],0,[102,[[64,[97,115]]]],0,0,[102,[[64,[13,70]]]],0,[[102,37],90],[[105,37],90],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[98,109,10],[[8,[102,89]]]],[[[45,[74]],19,116,4],[[8,[[2,[11,[15,[13,14]],[42,[117]],[49,[12]]]],17]]]],[[19,[45,[74]],[49,[58]],10,116,4],[[8,[[2,[3,118,6,[18,[101]]]],17]]]],[[[45,[74]],6,6],[[8,[[45,[74]],89]]]],[102,105],[105,29],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[102,116,[45,[67]],68],[[8,[113,114]]]],[102,[[8,[2,89]]]],[102,[[49,[66]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[45,[74]]],5],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[106],[103,57],[102,[[15,[57,23]]]],[109,[[15,[57,23]]]],[[19,[45,[74]],[49,[58]],10,116,4],[[8,[[2,[119,[49,[12]],[15,[13,14]]]],17]]]],[102,3],[109,3],[[110,[45,[74]],116,[49,[99]]],[[8,[102,17]]]],[103,6],[[105,105],[[49,[108]]]],[[]],[[]],[[]],[[]],[[]],[[]],[102,[[8,[2,114]]]],[102,[[8,[2,89]]]],[102,[[8,[[42,[74]],75]]]],[109,[[8,[[42,[74]],75]]]],[[102,29],5],[[109,29],5],[102,[[64,[97,120]]]],0,[102,[[15,[71,27]]]],[109,[[15,[71,27]]]],[102,[[49,[66]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[121,110],[121,[[49,[4]]]],0,[-1,-1,[]],0,[[],121],[[],6],[-1,-2,[],[]],[[],[[8,[50,51]]]],[-1,121,[[123,[[18,[122]]]]]],[[]],[[121,[49,[4]]],121],[[121,[49,[99]]],121],[[121,[49,[10]]],121],[121,[[49,[10]]]],0,[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],0,0,0,[[124,[45,[-1]],[45,[-2]],[45,[-2]]],[[8,[[2,[[42,[[45,[125]]]],[42,[[45,[74]]]],[42,[[45,[74]]]]]],29]]],126,127],[-1,-2,[],[]],[-1,-2,[],[]],[[128,-1,[45,[74]]],[[45,[125]]],126],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],0,[-1,-1,[]],[-1,6,126],[[],6],[-1,-2,[],[]],[[],[[8,[50,51]]]],0,[[],124],[[]],[124,2],[[124,66],2],[[6,6],6],0,[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],0,[124,128],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[[[45,[74]]],[[45,[125]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,129,[]],[-1,129,[]],[-1,129,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[130,130],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[[73,37],90],[[73,37],90],[[114,37],90],[[114,37],90],[[130,37],[[8,[2,38]]]],[[130,37],[[8,[2,38]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[]],[[]],[[]],[73,[[49,[129]]]],[114,[[49,[129]]]],[-1,-2,[],[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[98,3,-1,-2,-3,-4],[[8,[[2,[[15,[13,52]],[15,[97,115]],[15,[69,70]],[15,[53,54]]]],17]]],131,131,131,[131,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[110,110],[133,133],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[110,110],[[133,133],108],0,[[-1,-2],108,[],[]],[[110,[45,[74]]],[[8,[[30,[102]],17]]]],[98,[[8,[19,17]]]],0,[[],133],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[110,85],[[8,[[30,[102]],89]]]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[110,134],[[8,[[30,[102]],89]]]],[[110,134],[[8,[[30,[102]],89]]]],[[110,85],[[8,[[30,[102]],89]]]],[110,58],[6,2],[6,2],[6,2],0,[[133,133],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[98,4],0,[[110,37],90],[[133,37],90],[-1,-1,[]],[-1,-1,[]],[110,110],[121,110],[[[18,[122]]],110],[-1,-1,[]],[110,[[49,[99]]]],0,[[],110],[110,133],[133,29],0,[[],6],[[],6],[[],6],[110,[[135,[98]]]],0,[110,[[135,[98]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[110,120],[[49,[136]]]],[110,58],0,[[[18,[122]],10,4],110],[[133,133],[[49,[108]]]],[[]],[[]],[[]],[98,2],[[98,[49,[[45,[74]]]]],[[8,[2,17]]]],[[98,66],2],[[110,136],120],[[110,[49,[99]]],2],[[110,-1],2,[116,137,138]],[98,139],0,[110,10],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[110,116],0,[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[98,[45,[74]]],[[8,[2,17]]]],[[110,[45,[74]]],[[8,[2,17]]]],[[6,-1,[15,[13,52]],[15,[53,54]],53,6,[140,[6,60]]],2,141],[[3,[15,[13,52]],-1,[15,[53,54]],-2,53,6],2,55,55],[[3,142],143],[[68,67],143],[[68,67],[[49,[60]]]],[[3,[45,[67]],68,[64,[69,70]],[15,[57,23]],[15,[71,27]]],[[8,[72,73]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[144,145],[145,6],[145,6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[146,6],[[8,[6,6]]]],[[],147],[6,-1,[]],[6,-1,[]],[148,[[149,[147]]]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[150],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[66,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[145,151],[[152,37],90],[[153,37],90],[[52,37],90],[[65,37],90],[[144,37],90],[[150,37],90],[[145,37],90],[[146,37],90],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[152,13],144],[[152,6],[[49,[153]]]],0,[[65,13],[[49,[144]]]],[[146,6],154],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[145,146],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],0,0,[[147,6],[[49,[47]]]],[[147,6],[[49,[155]]]],0,[[147,6],[[49,[152]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[[30,[3]],[64,[13,52]],65],[[49,[66]]]],0,0,[145,151],[144,150],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[46,[[2,[[42,[47]],[49,[48]]]]]],[[147,[49,[6]],156],[[42,[47]]]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[157,157],[[-1,-2],2,[],[]],[[-1,158],[[8,[159,29]]],[]],[[-1,158],[[8,[159,29]]],[]],[[-1,68,3],[[8,[[15,[160,[161,[159]]]],73]]],[]],[[-1,68,3],[[8,[[15,[160,[161,[159]]]],73]]],[]],[[-1,22,23],[[8,[24,25]]],[]],[[157,22,23],[[8,[24,25]]]],[[-1,26,27],[[8,[28,29]]],[]],[[157,26,27],[[8,[28,29]]]],[[-1,68,3,[15,[57,23]],[45,[[32,[31]]]]],[[8,[[15,[162,[161,[24]]]],73]]],[]],[[-1,68,3,[15,[57,23]],[45,[[32,[31]]]]],[[8,[[15,[162,[161,[24]]]],73]]],[]],[[-1,68,3,[15,[71,27]],[45,[[32,[33]]]]],[[8,[[15,[163,[161,[28]]]],73]]],[]],[[-1,68,3,[15,[71,27]],[45,[[32,[33]]]]],[[8,[[15,[163,[161,[28]]]],73]]],[]],[[-1,22,23,[32,[31]]],[[8,[24,25]]],[]],[[157,22,23,[32,[31]]],[[8,[24,25]]]],[[-1,26,27,[32,[33]]],[[8,[28,29]]],[]],[[157,26,27,[32,[33]]],[[8,[28,29]]]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],0,[10,157],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[-1,22],23,[]],[[157,22],23],[[]],0,0,[[-1,26],27,[]],[[157,26],27],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,111,[]],[-1,111,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[128,2],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],128],[[]],[[128,[49,[[45,[74]]]]],[[8,[2,29]]]],0,[[128,6,60,60,164],[[8,[2,29]]]],[[128,[45,[74]]],2],0,[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[[],5],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[[165,[58]],[165,[58]]]],[[[165,[58]],58]],[[[165,[58]],58],2],[[[165,[58]],[165,[58]]],2],[[[165,[166]]],[[8,[[165,[166]],167]]]],[[[165,[58]]],[[8,[[165,[166]],167]]]],[[[165,[168]]],[[8,[[165,[166]],167]]]],[[[165,[168]]],134],[[[165,[-1]]],-1,[169,9]],[[[165,[58]]],[[8,[58,167]]]],[[[165,[168]]],[[8,[58,167]]]],[[[165,[166]]],[[8,[58,167]]]],[-1,-2,[],[]],[[[165,[-1]]],-1,[169,9]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[165,[-1]]],[[165,[-1]]],[169,9]],[[[165,[-1]],[165,[-1]]],2,[169,9]],[-1,2,[]],[[-1,-2],2,[],[]],[[[165,[-1]],[165,[-1]]],108,[170,169,9]],[[-1,-2],108,[],[]],[[],[[165,[-1]]],[169,9]],[[[165,[-1]]],-1,[169,9]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[165,[171]]]]],35],[-1,[[8,[[165,[[45,[74]]]]]]],35],[-1,[[8,[[165,[-2]]]]],35,[169,9]],[6,2],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[[[165,[58]],174],5],[[[165,[134]],175],5],[[[165,[134]],134],5],[[[165,[134]],176],5],[[[165,[[45,[74]]]],174],5],[[[165,[134]],134],5],[[[165,[174]],174],5],[[[165,[168]],176],5],[[[165,[134]],168],5],[[[165,[168]],168],5],[[[165,[58]],58],5],[[[165,[168]],175],5],[[[165,[[45,[-2]]]],[42,[-1,-3]]],5,[],[[177,[-1]],132],178],[[[165,[168]],168],5],[[[165,[[45,[-2]]]],[45,[-1]]],5,[],[[177,[-1]],132]],[[[165,[[45,[-2]]]],[179,[-1,-3]]],5,[],[[177,[-1]],132],180],[[[165,[58]],29],5],[[[165,[168]],134],5],[[[165,[168]],134],5],[[[165,[134]],168],5],[[[165,[58]],58],5],[[[165,[-2]],[165,[-1]]],5,[169,9],[[177,[-1]],169,9]],[[[165,[[45,[-2]]]],[45,[-1]]],5,[],[[177,[-1]],132]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[165,[-1]],37],[[8,[2,38]]],[181,169,9]],[[[165,[-1]],37],[[8,[2,38]]],[182,169,9]],[183,[[165,[174]]]],[168,[[165,[168]]]],[184,[[165,[[45,[74]]]]]],[58,[[165,[58]]]],[185,[[165,[166]]]],[[[42,[-1,80]]],[[165,[[45,[-1]]]]],132],[[[45,[-1]]],[[165,[[45,[-1]]]]],132],[185,[[165,[166]]]],[29,[[165,[58]]]],[175,[[165,[168]]]],[-1,-1,[]],[176,[[165,[134]]]],[186,[[165,[58]]]],[174,[[165,[174]]]],[[[42,[-1,80]]],[[165,[[45,[-1]]]]],132],[29,[[165,[58]]]],[176,[[165,[134]]]],[134,[[165,[134]]]],[166,[[165,[166]]]],[175,[[165,[168]]]],[-1,[[165,[58]]],187],[-1,[[165,[58]]],187],[-1,[[165,[[45,[-2]]]]],187,132],[-1,[[165,[58]]],187],[[-1,-2],188,[189,9],190],[[[165,[-1]],-2],2,[189,169,9],191],[[],6],[-1,-2,[],[]],[[[165,[168]]],[[8,[[165,[166]],167]]]],[[[165,[166]]],[[8,[[165,[166]],167]]]],[[[165,[58]]],[[8,[[165,[166]],167]]]],[[[165,[58]]],[[192,[-1]]],193],[[[165,[-1]]],[],[169,9]],[[[165,[166]],-1],[[8,[-2,167]]],100,[]],[[[165,[168]],-1],[[8,[-2,167]]],100,[]],[[[165,[58]],-1],[[8,[-2,167]]],100,[]],[[[165,[-1]]],5,[169,9]],[[[165,[-1]]],5,[169,9]],[[],5],[194,195],[[],[[8,[50,51]]]],[[[165,[[45,[-2]]]],[45,[-1]]],5,[],[[177,[-1]],132]],[[[165,[58]],58],5],[[[165,[58]],58],5],[[[165,[[45,[-2]]]],[42,[-1,-3]]],5,[],[[177,[-1]],132],178],[[[165,[[45,[-2]]]],[179,[-1,-3]]],5,[],[[177,[-1]],132],180],[[[165,[[45,[-2]]]],[45,[-1]]],5,[],[[177,[-1]],132]],[[[165,[58]],29],5],[[[165,[134]],168],[[49,[108]]]],[[[165,[168]],168],[[49,[108]]]],[[[165,[134]],134],[[49,[108]]]],[[[165,[134]],175],[[49,[108]]]],[[[165,[168]],134],[[49,[108]]]],[[[165,[134]],168],[[49,[108]]]],[[[165,[134]],176],[[49,[108]]]],[[[165,[-1]],[165,[-1]]],[[49,[108]]],[]],[[[165,[168]],176],[[49,[108]]]],[[[165,[134]],134],[[49,[108]]]],[[[165,[168]],134],[[49,[108]]]],[[[165,[168]],175],[[49,[108]]]],[[[165,[168]],168],[[49,[108]]]],[[]],[[],[[165,[58]]]],[[],29],[[[165,[-1]],-2],8,[196,169,9],76],[[[165,[[45,[74]]]],-1],8,76],[[[165,[171]],-1],8,76],[[[165,[-1]]],[],[169,9]],[-1,[],[]],[-1,-2,[],[]],[-1,29,[]],[[[165,[168]]],[[165,[58]]]],[[[165,[166]]],[[165,[58]]]],[[[165,[58]]],[[165,[58]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],0,0,[[-1,1],2,[]],0,[[[18,[-1,80]],6],2,[197,9]],[[[18,[-1,80]],6],2,[198,9]],[[[18,[-1,-2]]],-2,9,178],[-1,129,[]],[-1,129,[]],[[[18,[-1,80]]],199,200],[[[18,[-1,-2]]],-1,9,178],[[[18,[-1,80]]],201,202],[[[18,[-1,-2]]],-1,9,178],[[[18,[[45,[[203,[-1]]]],-2]]],[[18,[[45,[-1]],-2]]],[],178],[[[18,[[203,[-1]],-2]]],[[18,[-1,-2]]],[],178],[-1,-2,[],[]],[-1,-2,[],[]],[[[18,[-1,-2]]],-1,9,178],[-1,-2,[],[]],[-1,-2,[],[]],[[[18,[-1,-2]]],-1,9,178],[[[18,[-2,-3]],-1],[],204,[[205,[-1]],9],178],[[[18,[-2,-3]],-1],[],204,[[206,[-1]],9],178],[[[18,[-2,-3]],-1],[],204,[[100,[-1]],9],178],[[[18,[-1,80]]],[[49,[129]]],129],[[[18,[-1,80]]],[[45,[74]]],[197,9]],[[[18,[-1,80]]],207,[198,9]],[[[18,[-1,80]],[45,[208]]],6,[197,9]],[-1,[[209,[-2]]],[],[]],[[[18,[-1,-2]]],[[18,[-1,-2]]],132,[178,132]],[[[18,[174,80]]],[[18,[174,80]]]],[[[18,[210,80]]],[[18,[210,80]]]],[[[18,[211,80]]],[[18,[211,80]]]],[[[18,[211,80]]],[[18,[211,80]]]],[[[18,[211,80]]],[[18,[211,80]]]],[[[18,[[212,[-1,-2]],80]]],[[18,[[212,[-1,-2]],80]]],132,132],[[[18,[211,80]]],[[18,[211,80]]]],[[[18,[213,80]]],[[18,[213,80]]]],[[[18,[134,80]]],[[18,[134,80]]]],[[[18,[168,80]]],[[18,[168,80]]]],[[[18,[213,80]]],[[18,[213,80]]]],[[[18,[[214,[-1]],80]]],[[18,[[214,[-1]],80]]],132],[[[18,[213,80]]],[[18,[213,80]]]],[[[18,[213,80]]],[[18,[213,80]]]],[[[18,[58,80]]],[[18,[58,80]]]],[[[18,[166,80]]],[[18,[166,80]]]],[[[18,[[45,[-1]],-2]]],[[18,[[45,[-1]],-2]]],132,[178,132]],[[[18,[[45,[-1]],-2]],[18,[[45,[-1]],-2]]],2,132,[178,132]],[[[18,[-1,-2]],[18,[-1,-2]]],2,132,[178,132]],[[-1,-2],2,[],[]],[[[18,[-1,-2]],[18,[-1,-2]]],108,[170,9],178],[[-1,-2],108,[],[]],[[[18,[-1,80]],6],2,[215,9]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[18,[-1,80]],6],216,[197,9]],[[[18,[-1,80]],[45,[74]]],2,[197,9]],[[[18,[116]],22,23],[[8,[24,25]]]],[[[18,[116]],26,27],[[8,[28,29]]]],[[[18,[116]],22,23,[32,[31]]],[[8,[24,25]]]],[[[18,[116]],26,27,[32,[33]]],[[8,[28,29]]]],[[],[[18,[166,80]]]],[[],[[18,[168,80]]]],[[],[[18,[[45,[-1]],80]]],[]],[[],[[18,[[212,[-1,-2]],80]]],[],[]],[[],[[18,[58,80]]]],[[],[[18,[-1,80]]],217],[[],[[18,[[214,[-1]],80]]],[]],[[],[[18,[171,80]]]],[[[218,[-1]]],-1,9],[6,-1,[]],[[[18,[-1,-2]]],-1,9,178],[6,-1,[]],[[[218,[-1]]],-1,9],[6,-1,[]],[6,-1,[]],[[[18,[-1,-2]]],-1,9,178],[[[18,[-1,80]]],58,129],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[18,[166,80]]]]],35],[-1,[[8,[[18,[168,80]]]]],35],[-1,[[8,[[18,[58,80]]]]],35],[-1,[[8,[[18,[-2,80]]]]],35,219],[-1,[[8,[[18,[134,80]]]]],35],[-1,[[8,[[18,[[45,[-2]],80]]]]],35,219],[-1,[[8,[[18,[171,80]]]]],35],[-1,[[8,[[18,[[45,[74]],80]]]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[[18,[79,-1]]],[[8,[[18,[-2,-1]],[18,[79,-1]]]]],178,79],[[[18,[79,-1]]],[[8,[[18,[-2,-1]],[18,[79,-1]]]]],178,79],[[[18,[79,-1]]],[[8,[[18,[-2,-1]],[18,[79,-1]]]]],178,79],[[[18,[79,-1]]],[[18,[-2,-1]]],178,79],[[[18,[79,-1]]],[[18,[-2,-1]]],178,79],[[[18,[79,-1]]],[[18,[-2,-1]]],178,79],[[[218,[-1]]],2,9],[6,2],[[[18,[-1,-2]]],2,9,178],[6,2],[[[18,[-1,80]],220],5,[221,9]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],178],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[18,[-1,80]]],[[8,[[45,[74]],222]]],[215,9]],[[[18,[-1,-2]]],188,[191,9],178],[[[18,[-1,80]]],[[8,[2,222]]],[223,9]],[[[18,[-1,80]]],2,[221,9]],[[[218,[-1]],37],[[8,[2,38]]],[181,9]],[[[218,[-1]],37],[[8,[2,38]]],[182,9]],[[[18,[-1,-2]],37],[[8,[2,38]]],9,178],[[[18,[-1,-2]],37],[[8,[2,38]]],[181,9],178],[[[18,[-1,-2]],37],[[8,[2,38]]],[182,9],178],[-1,-1,[]],[[[45,[-1]]],[[18,[[45,[-1]],80]]],132],[[[214,[-1]]],[[18,[[214,[-1]],80]]],224],[-1,[[18,[122]]],122],[185,[[18,[166,80]]]],[[[165,[134]]],[[18,[134,80]]]],[[[18,[[45,[74]],80]]],[[18,[171,80]]]],[58,[[18,[129,80]]]],[[[165,[58]]],[[18,[129,80]]]],[29,[[18,[129,80]]]],[[[42,[-1,-2]]],[[18,[[45,[-1]],-2]]],[],178],[29,[[18,[129,80]]]],[[[165,[166]]],[[18,[166,80]]]],[[[18,[[45,[74]],80]]],[[18,[174,80]]]],[[[18,[174,80]]],[[18,[[45,[74]],80]]]],[58,[[18,[129,80]]]],[[[165,[58]]],[[18,[58,80]]]],[-1,[[18,[-1,80]]],[]],[[[18,[58,-1]]],[[18,[[45,[74]],-1]]],178],[[[225,[-1]]],[[18,[[45,[-1]],80]]],[]],[166,[[18,[166,80]]]],[168,[[18,[168,80]]]],[[[165,[[45,[-1]]]]],[[18,[[45,[-1]],80]]],132],[-1,[[18,[129,80]]],[129,137,138]],[58,[[18,[58,80]]]],[[[212,[-1,-2]]],[[18,[[212,[-1,-2]],80]]],224,224],[29,[[18,[58,80]]]],[226,[[18,[129,80]]]],[226,[[18,[129,80]]]],[226,[[18,[129,80]]]],[176,[[18,[134,80]]]],[227,-1,[]],[-1,-1,[]],[[[165,[168]]],[[18,[168,80]]]],[134,[[18,[134,80]]]],[-1,[[18,[129,80]]],129],[[[165,[58]]],[[18,[129,80]]]],[175,[[18,[168,80]]]],[-1,[[18,[[45,[-2]],80]]],187,[]],[[],[[18,[-1,80]]],9],[-1,[[18,[-2,-1]]],178,9],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],178],[[-1,-2],188,[189,9],190],[[[18,[-1,80]]],228,[197,9]],[[[18,[-1,80]]],228,[197,9]],[[[18,[-1,80]]],228,[197,9]],[[[18,[-1,80]]],201,[197,9]],[[[18,[-1,80]]],201,[197,9]],[[[18,[-1,80]]],201,[197,9]],[[[18,[-1,80]]],229,[197,9]],[[[18,[-1,80]]],229,[197,9]],[[[18,[-1,80]]],229,[197,9]],[[[18,[-1,80]]],230,[197,9]],[[[18,[-1,80]],6],229,[197,9]],[[[18,[-1,80]],6],229,[197,9]],[[[18,[-1,80]],6],229,[197,9]],[[[18,[-1,80]]],231,[197,9]],[[[18,[-1,80]]],231,[197,9]],[[[18,[-1,80]]],231,[197,9]],[[[18,[-1,80]]],60,[197,9]],[[[18,[-1,80]]],60,[197,9]],[[[18,[-1,80]]],60,[197,9]],[[[18,[-1,80]]],188,[197,9]],[[[18,[-1,80]]],188,[197,9]],[[[18,[-1,80]]],188,[197,9]],[[[18,[-1,80]]],74,[197,9]],[[[18,[-1,80]],6],188,[197,9]],[[[18,[-1,80]],6],188,[197,9]],[[[18,[-1,80]],6],188,[197,9]],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],178],[[[18,[-1,80]]],5,[197,9]],[[[18,[-1,-2]],-3],2,[189,9],178,191],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[[[18,[-1,-2]]],[[18,[[45,[-1]],-2]]],[],178],[-1,[],[]],[[[18,[-1,-2]]],-1,[],178],[-1,-2,[],[]],[[[18,[[212,[-1,-2]],80]]],[],[],[]],[[[18,[[214,[-1]],80]]],[],[]],[[[18,[-1,-2]]],[[232,[[18,[-1,-2]]]]],9,178],[[[18,[-1,-2]]],[],9,178],[[[18,[-1,-2]]],[[2,[-2]]],9,178],[[-1,58],[[233,[-2]]],[],[]],[[-1,58],5,[]],[[[18,[-1,-2]]],5,[131,9],178],[[-1,58],5,[]],[[[18,[-1,80]]],5,[234,9]],[[],5],[[-1,58],5,[]],[[[18,[-1,80]]],5,[223,9]],[194,195],[[[18,[-1,-2]]],49,[55,9],178],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],178],[[[18,[-1,-2]]],-1,9,178],[[[18,[-1,-2]]],6,[131,9],178],[[[18,[-1,80]],235],2,[221,9]],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],178],[[[18,[116]],22],23],[[[18,[-1,-2]],[18,[-1,-2]]],5,[],178],[-1,[[218,[-1]]],[]],[-1,[[18,[-1,80]]],[]],[[-1,-2],[[18,[-1,-2]]],[],[178,178]],[[],[[18,[[203,[-1]],80]]],[]],[-1,[[18,[[203,[-2]],-1]]],[178,178],[]],[6,[[18,[[45,[[203,[-1]]]],80]]],[]],[[6,-1],[[18,[[45,[[203,[-2]]]],-1]]],178,[]],[-2,[[218,[-1]]],9,[[236,[-1]]]],[[],[[18,[[203,[-1]],80]]],[]],[-1,[[18,[[203,[-2]],-1]]],[178,178],[]],[6,[[18,[[45,[[203,[-1]]]],80]]],[]],[[6,-1],[[18,[[45,[[203,[-2]]]],-1]]],178,[]],[[[18,[-1,-2]]],49,[55,9],178],[[[18,[-1,-2]]],49,[237,9],178],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[[18,[-1,-2]],6],49,[55,9],178],[[[18,[-1,-2]],6],49,[237,9],178],[[-1,-2],[[8,[-3,[240,[-4]]]]],[],[],[],[]],[[-1,-2],[[8,[-3,[241,[-4]]]]],[],[],[],[]],[[[18,[242,80]],-1],[[8,[-2,[241,[-3]]]]],[],[],[]],[[[18,[243,80]],-1],[[8,[-2,[240,[-3]]]]],[],[],[]],[[[18,[-1,-2]],[18,[-1,-2]]],[[49,[108]]],[],178],[-1,[[232,[[18,[-1,80]]]]],[]],[[-1,-2],[[232,[[18,[-1,-2]]]]],[],[178,178]],[[]],[[]],[[[232,[[18,[-1,-2]]]],244],245,[246,247,9],178],[[[232,[[18,[-1,80]]]],244],[[245,[49]]],[248,247,9]],0,[[[18,[-1,80]],228],2,[198,9]],[[[18,[-1,80]],228],2,[198,9]],[[[18,[-1,80]],228],2,[198,9]],[[[18,[-1,80]],201],2,[198,9]],[[[18,[-1,80]],201],2,[198,9]],[[[18,[-1,80]],201],2,[198,9]],[[[18,[-1,80]],229],2,[198,9]],[[[18,[-1,80]],229],2,[198,9]],[[[18,[-1,80]],229],2,[198,9]],[[[18,[-1,80]],230],2,[198,9]],[[[18,[-1,80]],[45,[74]]],2,[198,9]],[[[18,[-1,80]],231],2,[198,9]],[[[18,[-1,80]],231],2,[198,9]],[[[18,[-1,80]],231],2,[198,9]],[[[18,[-1,80]],60],2,[198,9]],[[[18,[-1,80]],60],2,[198,9]],[[[18,[-1,80]],60],2,[198,9]],[[[18,[-1,80]],188],2,[198,9]],[[[18,[-1,80]],188],2,[198,9]],[[[18,[-1,80]],188],2,[198,9]],[[[18,[-1,80]],74],2,[198,9]],[[[18,[-1,80]],[45,[74]]],[[8,[6,222]]],[234,9]],[[[18,[-1,80]],249],[[8,[2,222]]],[234,9]],[[[18,[-1,80]],[45,[74]]],[[8,[2,222]]],[234,9]],[[[18,[-1,80]],29],[[8,[6,222]]],[215,9]],[[[18,[-1,80]],[42,[74,80]]],[[8,[6,222]]],[234,9]],[[[18,[-1,80]],29],[[8,[6,222]]],[234,9]],[[[18,[-1,80]],74,[42,[74,80]]],[[8,[6,222]]],[215,9]],[[[18,[-1,80]],[45,[250]]],[[8,[6,222]]],[234,9]],[[[18,[-1,80]]],6,[197,9]],[[[18,[-1,80]]],6,[198,9]],[[[18,[-1,80]],6],2,[251,9]],[[-1,6],2,[]],[[[232,[[18,[-2,-3]]]],-1],252,[],[[253,[-1]],247,9],178],[[],[[165,[58]]]],[[],29],[[[18,[-1,80]],254],[[8,[188,222]]],[255,9]],[[[18,[-2,80]],-1],8,[36,9],[[256,[-1]],9]],[[[18,[-1,80]],-2],8,[257,9],76],[[[18,[-1,80]],-2],8,[196,9],76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[[18,[-1,80]]],[[2,[6,[49,[6]]]]],[248,247,9]],[[[18,[-1,-2]]],[[2,[6,[49,[6]]]]],[55,9],178],[[[218,[-1]]],[[49,[129]]],[129,9]],[[[18,[-1,80]]],[[49,[129]]],129],[[[18,[-1,80]]],[[8,[188,222]]],[255,9]],[-1,[[258,[-2]]],[],[]],[[-1,58],[[49,[58]]],[]],[[-1,58],[[49,[58]]],[]],[[[18,[116]],26],27],[-1,-2,[],[]],[[[18,[-1,80]]],[[8,[259,260]]],[261,9]],[-1,29,[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[[[42,[-1,80]]],[[8,[[18,[[225,[-1]],80]]]]],[]],[-1,[[8,[-2]]],[],[]],[[[18,[[45,[-1]],80]]],[[8,[[18,[[225,[-1]],80]]]]],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[[18,[-1,80]],262]]],[]],[[-1,-2],[[8,[[18,[-1,-2]],262]]],[],[178,178]],[[],[[8,[[18,[[203,[-1]],80]],262]]],[]],[-1,[[8,[[18,[[203,[-2]],-1]],262]]],[178,178],[]],[6,[[8,[[18,[[45,[[203,[-1]]]],80]],262]]],[]],[[],[[8,[[18,[[203,[-1]],80]],262]]],[]],[-1,[[8,[[18,[[203,[-2]],-1]],262]]],[178,178],[]],[6,[[8,[[18,[[45,[[203,[-1]]]],80]],262]]],[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],264],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,265,265],[],[263,9]],[[[18,[-1,80]],60,265,265],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],266],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60,74],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],267],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],269],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],201],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],229],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],[225,[74]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],264],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],264],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,74],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],63],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]],81],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60,60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]],60],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],264],[],[263,9]],[[[18,[-1,80]],270],[],[263,9]],[[[18,[-1,80]],62],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],271],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],268],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]],268,74],[],[263,9]],[[[18,[-1,80]]],[],[263,9]],[[[18,[-1,80]],[45,[74]]],[[8,[6,222]]],[223,9]],[[[18,[-1,-2]],[45,[74]]],2,[191,9],178],[[[18,[[203,[-1]],-2]],-1],[[18,[-1,-2]]],[],178],[[[18,[-1,80]],[45,[74]]],[[8,[2,222]]],[223,9]],[[[18,[-1,80]],272],[[8,[2,222]]],[223,9]],[[[18,[-1,-2]],273],2,[191,9],178],[[[18,[-1,-2]],228],2,[191,9],178],[[[18,[-1,-2]],201],2,[191,9],178],[[[18,[-1,-2]],229],2,[191,9],178],[[[18,[-1,-2]],230],2,[191,9],178],[[[18,[-1,-2]],274],2,[191,9],178],[[[18,[-1,-2]],6],2,[191,9],178],[[[18,[-1,-2]],58],2,[191,9],178],[[[18,[-1,-2]],275],2,[191,9],178],[[[18,[-1,-2]],231],2,[191,9],178],[[[18,[-1,-2]],60],2,[191,9],178],[[[18,[-1,-2]],188],2,[191,9],178],[[[18,[-1,-2]],74],2,[191,9],178],[[[18,[-1,-2]],6],2,[191,9],178],[[[18,[-1,80]],[45,[208]]],[[8,[6,222]]],[223,9]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[[[140,[-1,-2,-3]],[2,[-1,-2]]],2,[276,189],[],[190,217]],[[[140,[-1,-2,-3]],[2,[-1,-2]]],2,[276,189],[],[190,217]],[[[277,[-1,-2,80]],[2,[-1,-2]]],2,170,[]],[[[277,[-1,-2,80]],[2,[-1,-2]]],2,170,[]],[[[278,[-1,-2]],-1],2,[276,189],[190,217]],[[[278,[-1,-2]],-1],2,[276,189],[190,217]],[[[279,[-1,80]],-1],2,170],[[[279,[-1,80]],-1],2,170],[[[280,[74,80]],6],2],0,0,[[[281,[-1,-2]]],-2,[],178],[[[280,[-1,-2]]],-2,[],178],[[[281,[-1,-2]],[281,[-1,-2]]],2,170,178],[[[277,[-1,-2,-3]],[277,[-1,-2,-3]]],2,170,[],[132,178,132]],[[[279,[-1,-2]],[279,[-1,-2]]],2,170,[132,178,132]],[[[282,[-1,80]],[282,[-1,80]]],2,[]],[[[280,[-1,-2]],[280,[-1,-2]]],2,[],178],[-1,129,[]],[[[283,[-1]]],[[283,[-1]]],[]],[[[280,[-1,-2]]],[[2,[[45,[-1]],[45,[-1]]]]],[],178],[[[283,[-1]]],[[283,[-1]]],[]],[[[281,[-1,-2]]],[[45,[-1]]],[],178],[[[280,[-1,-2]]],[[2,[[45,[-1]],[45,[-1]]]]],[],178],[[[282,[-1,-2]]],[[49,[-1]]],[],178],[[[280,[-1,-2]]],[[49,[-1]]],[],178],[[[282,[-1,-2]]],[[49,[-1]]],[],178],[[[280,[-1,-2]]],[[49,[-1]]],[],178],0,0,0,[[[280,[-1,-2]],-1],[[8,[6,6]]],170,178],[[[280,[-1,-2]],-3],[[8,[6,6]]],[],178,206],[[[280,[-1,-2]],-3,-4],[[8,[6,6]]],[],178,170,206],[[[278,[-1,-2]],[278,[-1,-2]]],[[278,[-1,-2]]],[276,189,132],[190,217]],[[[279,[-1,-2]],[279,[-1,-2]]],[[279,[-1,-2]]],[170,132],[178,132]],[[[278,[-1,-2]],[278,[-1,-2]]],[[278,[-1,-2]]],[276,189,132],[190,217]],[[[279,[-1,-2]],[279,[-1,-2]]],[[279,[-1,-2]]],[170,132],[178,132]],[[[278,[-1,-2]],[278,[-1,-2]]],[[278,[-1,-2]]],[276,189,132],[190,217]],[[[279,[-1,-2]],[279,[-1,-2]]],[[279,[-1,-2]]],[170,132],[178,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[[140,[-1,-2,-3]]],6,[],[],[]],[[[281,[-1,-2]]],6,[],178],[[[278,[-1,-2]]],6,[],[]],[[[280,[-1,-2]]],6,[],178],[[[280,[74,80]]],[[45,[74]]]],[[[140,[-1,-2,-3]]],2,[],[],[]],[[[281,[-1,-2]]],2,[],178],[[[277,[-1,-2,-3]]],2,[],[],[178,132]],[[[278,[-1,-2]]],2,[],[]],[[[279,[-1,-2]]],2,[],[132,178,132]],[[[282,[-1,-2]]],2,[],178],[[[280,[-1,-2]]],2,[],178],[[[140,[-1,-2,-3]]],[[140,[-1,-2,-3]]],132,132,132],[[[281,[-1,-2]]],[[281,[-1,-2]]],132,[178,132]],[[[277,[-1,-2,-3]]],[[277,[-1,-2,-3]]],132,132,[178,132]],[[[278,[-1,-2]]],[[278,[-1,-2]]],132,132],[[[279,[-1,-2]]],[[279,[-1,-2]]],132,[178,132]],[[[282,[-1,-2]]],[[282,[-1,-2]]],132,[178,132]],[[[280,[-1,-2]]],[[280,[-1,-2]]],132,[178,132]],[284,284],[285,285],[[[283,[-1]]],[[283,[-1]]],132],[[[140,[-1,-2,-3]],[140,[-1,-2,-3]]],2,132,132,132],[[[281,[-1,-2]],[281,[-1,-2]]],2,132,[178,132]],[[[278,[-1,-2]],[278,[-1,-2]]],2,132,132],[[[279,[-1,-2]],[279,[-1,-2]]],2,132,[178,132]],[[[282,[-1,-2]],[282,[-1,-2]]],2,132,[178,132]],[[[280,[-1,-2]],[280,[-1,-2]]],2,132,[178,132]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[283,[-1]]],[[283,[-1]]],132],[[[277,[-1,-2,-3]],[277,[-1,-2,-3]]],108,170,170,[178,132]],[[[279,[-1,-2]],[279,[-1,-2]]],108,170,[178,132]],[[[282,[-1,-2]],[282,[-1,-2]]],108,170,178],[[[280,[-1,-2]],[280,[-1,-2]]],108,170,178],[[-1,-2],108,[],[]],[[-1,-2],108,[],[]],[[-1,-2],108,[],[]],[[-1,-2],108,[],[]],[[[278,[-2,-3]],-1],5,[189,276,9],[[286,[-1]],276,189],190],[[[279,[-2,-3]],-1],5,[170,9],[[286,[-1]],170],[178,132]],[[[282,[-1,-2]],-1],5,[],178],[[[280,[-1,-2]],-1],5,[],178],[[[140,[-2,-3,-4]],-1],5,[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],5,[170,9],[[286,[-1]],170],[],[178,132]],[[[282,[-1,-2]]],[[287,[-1,-2]]],[],178],[[[282,[-1,-2]]],[[288,[-1,-2]]],[],178],[[[282,[-1,-2]]],[[287,[-1,-2]]],[],178],[[[282,[-1,-2]]],[[288,[-1,-2]]],[],178],0,[[],[[140,[-1,-2,-3]]],[],[],217],[[],[[281,[-1,80]]],170],[[],[[277,[-1,-2,80]]],[],[]],[[],[[278,[-1,-2]]],[],217],[[],[[279,[-1,80]]],[]],[[],[[282,[-1,80]]],[]],[[],[[280,[-1,80]]],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[-1,[[8,[[140,[-2,-3,-4]]]]],35,[219,276,189],219,[190,217]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[281,[-2,80]]]]],35,[219,170]],[-1,[[8,[[277,[-2,-3,80]]]]],35,[219,170],219],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[278,[-2,-3]]]]],35,[219,276,189],[190,217]],[-1,[[8,[[279,[-2,80]]]]],35,[219,276,170]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[282,[-2,80]]]]],35,219],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[280,[-2,80]]]]],35,219],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[283,[-2]]]]],35,219],[[[278,[-1,-2]],[278,[-1,-2]]],[[289,[-1,-2]]],[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],[[290,[-1,-2]]],170,[178,132]],[[[140,[-1,-2,-3]]],[[291,[-1,-2]]],[],[],[]],[[[281,[-1,-2]]],[[292,[-1,-2]]],[],178],[[[278,[-1,-2]]],[[293,[-1]]],[],[]],[[[280,[-1,-2]],-3],[[294,[-1,-2]]],[],178,[[295,[6]]]],[[[281,[-1,-2]]],[[296,[-1,-2]]],170,178],[6,2],[6,2],[[[277,[-1,-2,-3]]],2,[],[],[178,132]],[6,2],[6,2],[6,2],[6,2],[[[282,[-1,-2]]],2,[],178],[6,2],[[[280,[-1,-2]]],2,[],178],[6,2],[6,2],[6,2],[[[140,[-1,-2,-3]],-1],[[297,[-1,-2]]],[276,189],[],190],[[[277,[-1,-2,-3]],-1],[[298,[-1,-2,-3]]],170,[],[178,132]],[[[140,[-1,-2,-3]],[140,[-1,-2,-3]]],5,[276,189],[],190],[[[140,[-2,-3,299]],[300,[-1,-4]]],5,[189,276],[189,276,[286,[-1]]],[],[[177,[-3]]]],[[[277,[-1,-2,-3]],[277,[-1,-2,-3]]],5,[],[],[178,132]],[[[277,[-1,-2,80]],[301,[-3,-4]]],5,[],[],[[177,[-1]]],[[177,[-2]]]],[[[278,[-1,-2]],[278,[-1,-2]]],5,[276,189],190],[[[278,[-2,-3]],[302,[-1]]],5,[189,276],[189,276,[286,[-1]]],190],[[[279,[-1,-2]],[279,[-1,-2]]],5,[],[178,132]],[[[279,[-1,80]],[303,[-2]]],5,[],[[177,[-1]]]],[[[282,[-1,-2]],[282,[-1,-2]]],5,[],178],[[[280,[-2,-3]],[225,[-1]]],5,[],[[177,[-1]]],178],[[[280,[-2,80]],[304,[-1]]],5,[],[[177,[-1]]]],[[[280,[-2,-3]],[45,[-1]]],5,[],[[177,[-1]]],178],[[[280,[-2,-3]],[45,[-1]]],5,[],[[177,[-1]]],178],[[[280,[-2,-3]],[42,[-1,-3]]],5,[],[[177,[-1]]],178],[[[280,[-2,-3]],[225,[-1]]],5,[],[[177,[-1]]],178],[[[280,[-2,-3]],[225,[-1]]],5,[],[[177,[-1]]],178],[[[280,[-1,-2]],[280,[-1,-2]]],5,[],178],[[284,284],5],[[285,285],5],[[[283,[-1]],[283,[-1]]],5,[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[140,[-1,-2,-3]],-4],2,[276,189,224],224,190,187],[[[140,[-1,-2,-3]],-4],2,[276,189],[],190,187],[[[281,[-1,-2]],-3],2,[170,224],178,187],[[[281,[-1,-2]],-3],2,170,178,187],[[[277,[-1,-2,-3]],-4],2,[170,224],224,[178,132],187],[[[277,[-1,-2,-3]],-4],2,170,[],[178,132],187],[[[278,[-1,-2]],-3],2,[276,189,224],190,187],[[[278,[-1,-2]],-3],2,[276,189],190,187],[[[279,[-1,-2]],-3],2,[170,224],[178,132],187],[[[279,[-1,-2]],-3],2,170,[178,132],187],[[[282,[-1,-2]],-3],2,[],178,187],[[[282,[-1,-2]],-3],2,224,178,187],[[[280,[-1,-2]],-3],2,[],178,187],[[[280,[-1,-2]],-3],2,224,178,187],[[[140,[-1,-2,-3]],[2,[-1,-2]]],2,[276,189],[],190],[[[140,[-1,-2,-3]],[2,[-1,-2]]],2,[276,189,224],224,190],[[[281,[-1,-2]],-1],2,170,178],[[[281,[-1,-2]],-1],2,[170,224],178],[[[277,[-1,-2,-3]],[2,[-1,-2]]],2,170,[],[178,132]],[[[277,[-1,-2,-3]],[2,[-1,-2]]],2,[170,224],224,[178,132]],[[[278,[-1,-2]],-1],2,[276,189,224],190],[[[278,[-1,-2]],-1],2,[276,189],190],[[[279,[-1,-2]],-1],2,170,[178,132]],[[[279,[-1,-2]],-1],2,[170,224],[178,132]],[[[282,[-1,-2]],-1],2,224,178],[[[282,[-1,-2]],-1],2,[],178],[[[280,[-1,-2]],-1],2,224,178],[[[280,[-1,-2]],-1],2,[],178],[[[140,[-1,-2,-3]],6],2,[276,189,224],224,190],[[[140,[-1,-2,-3]],6],2,[276,189],[],190],[[[281,[-1,-2]],6],2,170,178],[[[281,[-1,-2]],6],2,[170,224],178],[[[278,[-1,-2]],6],2,[276,189],190],[[[278,[-1,-2]],6],2,[276,189,224],190],[[[280,[-1,-2]],6],2,224,178],[[[280,[-1,-2]],6],2,[],178],[[[140,[-1,-2,-3]],-4],[[305,[-1,-2,-4]]],[],[],[],206],[[[277,[-1,-2,-3]],-4],[[306,[-1,-2,-4,-3]]],170,[],[178,132],206],[[[278,[-1,-2]],-3],[[307,[-1,-3]]],[],[],206],[[[279,[-1,-2]],-3],[[308,[-1,-3,-2]]],170,[178,132],206],[[[282,[-1,-2]],-3],[[309,[-1,-3,-2]]],[],178,206],[[[279,[-1,-2]]],[[49,[-1]]],170,[178,132]],[[[277,[-1,-2,-3]]],[[49,[[310,[-1,-2,-3]]]]],170,[],[178,132]],[[[277,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[178,132]],[[[280,[74,-1]]],[[8,[2,222]]],178],[[[140,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[]],[[[281,[-1,-2]],37],[[8,[2,38]]],181,178],[[[277,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[178,132]],[[[278,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[279,[-1,-2]],37],[[8,[2,38]]],181,[178,132]],[[[282,[-1,-2]],37],[[8,[2,38]]],181,178],[[[280,[-1,-2]],37],[[8,[2,38]]],181,178],[[284,37],[[8,[2,38]]]],[[284,37],[[8,[2,38]]]],[[285,37],[[8,[2,38]]]],[[[283,[-1]],37],[[8,[2,38]]],181],[[[225,[[2,[-1,-2]]]]],[[140,[-1,-2,299]]],[276,189],[]],[-1,-1,[]],[[[42,[-1,-2]]],[[281,[-1,-2]]],170,178],[[[225,[-1]]],[[281,[-1,80]]],170],[-1,-1,[]],[[[225,[[2,[-1,-2]]]]],[[277,[-1,-2,80]]],170,[]],[-1,-1,[]],[[[225,[-1]]],[[278,[-1,299]]],[276,189]],[-1,-1,[]],[-1,-1,[]],[[[225,[-1]]],[[279,[-1,80]]],170],[[[225,[-1]]],[[282,[-1,80]]],[]],[-1,-1,[]],[-1,-1,[]],[[[42,[-1,-2]]],[[280,[-1,-2]]],[],178],[[[225,[-1]]],[[280,[-1,80]]],[]],[-1,-1,[]],[285,284],[51,285],[-1,-1,[]],[-1,-1,[]],[-1,[[140,[-2,-3,-4]]],187,[276,189],[],[190,217]],[-1,[[281,[-2,80]]],187,170],[-1,[[277,[-2,-3,80]]],187,170,[]],[-1,[[278,[-2,-3]]],187,[276,189],[190,217]],[-1,[[279,[-2,80]]],187,170],[-1,[[282,[-2,80]]],187,[]],[-1,[[280,[-2,80]]],187,[]],[[[282,[-1,-2]]],[[49,[-1]]],[],178],[[[280,[-1,-2]]],[[49,[-1]]],[],178],[[[282,[-1,-2]]],[[49,[-1]]],[],178],[[[280,[-1,-2]]],[[49,[-1]]],[],178],[[[140,[-2,-3,-4]],-1],[[49,[-3]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[-3]]],[170,9],[[286,[-1]],170],[],[178,132]],[[[278,[-2,-3]],-1],[[49,[-2]]],[189,276,9],[[286,[-1]],276,189],190],[[[279,[-2,-3]],-1],[[49,[-2]]],[170,9],[[286,[-1]],170],[178,132]],[[[280,[-1,-2]],6],[[49,[-1]]],[],178],[[-1,-2],188,[189,9],190],[[-1,-2],188,[189,9],190],[[-1,-2],188,[189,9],190],[[-1,-2],188,[189,9],190],[[-1,-2],188,[189,9],190],[[[140,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[170,9],[[286,[-1]],170],[],[178,132]],[[[140,[-2,-3,-4]],[225,[-1]]],[[49,[[225,[-3]]]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[140,[-2,-3,-4]],[225,[-1]]],[[49,[[225,[-3]]]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[140,[-2,-3,-4]],-1],[[49,[-3]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[-3]]],[170,9],[[286,[-1]],170],[],[178,132]],[[[280,[-1,-2]],6],[[49,[-1]]],[],178],[[[278,[-1,-2]],-1],-1,[276,189],190],[[[278,[-2,-3]],-1],-2,[189,276,169,9],[[286,[-1]],276,189],190],[[[278,[-2,-3]],-1,-4],-2,[189,276,9],[[286,[-1]],276,189],190,100],[[[277,[-1,-2,-3]],-4],2,189,189,[178,132],191],[[[279,[-1,-2]],-3],2,189,[178,132],191],[[[282,[-1,-2]],-3],2,189,178,191],[[[280,[-1,-2]],-3],2,189,178,191],[[[283,[-1]],-2],2,189,191],0,0,[[[140,[-1,-2,-3]]],-3,[],[],[]],[[[278,[-1,-2]]],-2,[],[]],0,0,[[[140,[-2,-3,-4]],-1],-3,[276,189,9],[276,189,[286,[-1]]],[],190],[[[277,[-2,-3,-4]],-1],-3,[170,9],[[286,[-1]],170],[],[178,132]],[[[280,[-1,-2]],6],-1,[],178],[[[280,[-1,-2]],6],-1,[],178],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[[49,[6]]],[[140,[-1,-2,-3]]],[276,189],[],[190,217]],[[[49,[6]]],[[140,[-1,-2,-3]]],[276,189],[],[190,217]],[[[49,[6]]],[[277,[-1,-2,80]]],170,[]],[[[49,[6]]],[[277,[-1,-2,80]]],170,[]],[[[49,[6]]],[[278,[-1,-2]]],[276,189],[190,217]],[[[49,[6]]],[[278,[-1,-2]]],[276,189],[190,217]],[[[49,[6]]],[[279,[-1,80]]],170],[[[49,[6]]],[[279,[-1,80]]],170],[[[140,[-1,-2,-3]],-1,-2],[[49,[-2]]],[276,189],[],190],[[[277,[-1,-2,-3]],-1,-2],[[49,[-2]]],170,[],[178,132]],[[[278,[-1,-2]],-1],5,[276,189],190],[[[279,[-1,-2]],-1],5,170,[178,132]],[[[280,[-1,-2]],6,-1],2,[],178],[[[278,[-1,-2]],[278,[-1,-2]]],[[311,[-1,-2]]],[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],[[312,[-1,-2]]],170,[178,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[140,[-2,-3,-4]]],[],193,[[313,[-1]],276,189],[[313,[-1]]],190],[[[277,[-2,-3,80]]],[],193,[[313,[-1]],276,170],[[313,[-1]]]],[[[278,[-2,-3]]],[],193,[[313,[-1]],276,189],190],[[[279,[-2,80]]],[],193,[[313,[-1]],276,170]],[[[140,[-1,-2,-3]]],[[314,[-1,-2]]],[],[],[]],[[[140,[-1,-2,-3]]],[[315,[-1,-2]]],[],[],[]],[[[140,[-1,-2,-3]]],[[316,[-1,-2]]],[],[],[]],[[[281,[-1,-2]]],[[317,[-1,-2]]],[],178],[[[281,[-1,-2]]],[[318,[-1]]],[],178],[[[277,[-1,-2,-3]]],[[319,[-1,-2]]],[],[],[178,132]],[[[277,[-1,-2,-3]]],[[320,[-1,-2]]],[],[],[178,132]],[[[277,[-1,-2,-3]]],[[321,[-1,-2,-3]]],[],[],[178,132]],[[[278,[-1,-2]]],[[322,[-1]]],[],[]],[[[278,[-1,-2]]],[[323,[-1]]],[],[]],[[[279,[-1,-2]]],[[324,[-1,-2]]],[],[178,132]],[[[279,[-1,-2]]],[[325,[-1]]],[],[178,132]],[[[282,[-1,-2]]],[[326,[-1]]],[],178],[[[282,[-1,-2]]],[[327,[-1]]],[],178],[[[282,[-1,-2]]],[[328,[-1,-2]]],[],178],[[[280,[-1,-2]]],[[329,[-1,-2]]],[],178],[[[280,[-1,-2]]],[[330,[-1]]],[],178],[[[280,[-1,-2]]],[[331,[-1]]],[],178],[[[281,[-1,-2]]],[[332,[-1,-2]]],[],178],[[[140,[-1,-2,-3]]],[[333,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[334,[-1,-2,-3]]],[],[],[178,132]],[[[281,[-1,-2]]],[[42,[-1,-2]]],170,178],[[[140,[-1,-2,-3]]],[[335,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[336,[-1,-2,-3]]],[],[],[178,132]],[[[281,[-1,-2]]],[[42,[-1,-2]]],[],178],[[[278,[-1,-2]],[278,[-1,-2]]],5,[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],5,170,[178,132]],[[[140,[-1,-2,-3]]],5,[],[],[]],[[[281,[-1,-2]]],5,[],178],[[[277,[-1,-2,-3]]],5,[],[],[178,132]],[[[278,[-1,-2]]],5,[],[]],[[[279,[-1,-2]]],5,[],[178,132]],[[[282,[-1,-2]]],5,[],178],[[[280,[-1,-2]]],5,[],178],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[[278,[-1,-2]],[278,[-1,-2]]],5,[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],5,170,[178,132]],[[[278,[-1,-2]],[278,[-1,-2]]],5,[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],5,170,[178,132]],[[[280,[74,-1]]],5,178],[[[140,[-1,-2,-3]]],[[315,[-1,-2]]],[],[],[]],[[[281,[-1,-2]]],[[318,[-1]]],[],178],[[[277,[-1,-2,-3]]],[[320,[-1,-2]]],[],[],[178,132]],[[[278,[-1,-2]]],[[322,[-1]]],[],[]],[[[279,[-1,-2]]],[[325,[-1]]],[],[178,132]],[[[282,[-1,-2]]],[[326,[-1]]],[],178],[[[280,[-1,-2]]],[[330,[-1]]],[],178],[[[140,[-1,-2,-3]]],[[316,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[319,[-1,-2]]],[],[],[178,132]],[[[282,[-1,-2]]],[[327,[-1]]],[],178],[[[280,[-1,-2]]],[[331,[-1]]],[],178],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[[[140,[-1,-2,-3]]],[[337,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[338,[-1,-2]]],[],[],[178,132]],[284,285],0,[[[279,[-1,-2]]],[[49,[-1]]],170,[178,132]],[[[277,[-1,-2,-3]]],[[49,[[310,[-1,-2,-3]]]]],170,[],[178,132]],[[[277,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[178,132]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[140,[-1,-2,-3]]],6,[],[],[]],[[[281,[-1,-2]]],6,[],178],[[[277,[-1,-2,-3]]],6,[],[],[178,132]],[[[278,[-1,-2]]],6,[],[]],[[[279,[-1,-2]]],6,[],[178,132]],[[[282,[-1,-2]]],6,[],178],[[[280,[-1,-2]]],6,[],178],0,0,0,0,[[[277,[-2,-3,-4]],[283,[-1]]],[[339,[-2,-3]]],170,[[286,[-1]],170],[],[178,132]],[[[277,[-2,-3,-4]],[283,[-1]]],[[340,[-2,-3,-4]]],170,[[286,[-1]],170],[],[178,132]],[[[280,[-1,-2]]],[[45,[-1]]],[],178],[[[283,[-1]],-2],[[283,[-3]]],[],100,[]],0,0,[[[282,[-1,-2]],[282,[-1,-2]]],5,[],178],[[],[[140,[-1,-2,299]]],[],[]],[[],[[281,[-1,80]]],170],[[],[[277,[-1,-2,80]]],[],[]],[[],[[278,[-1,299]]],[]],[[],[[279,[-1,80]]],[]],[[],[[282,[-1,80]]],[]],[[],[[280,[-1,80]]],[]],[-1,[[281,[-2,-1]]],178,170],[-1,[[277,[-2,-3,-1]]],[178,132],[],[]],[-1,[[279,[-2,-1]]],[178,132],[]],[-1,[[282,[-2,-1]]],178,[]],[-1,[[280,[-2,-1]]],178,[]],[[[277,[-1,-2,-3]],[277,[-1,-2,-3]]],[[49,[108]]],[],[],[178,132]],[[[279,[-1,-2]],[279,[-1,-2]]],[[49,[108]]],[],[178,132]],[[[282,[-1,-2]],[282,[-1,-2]]],[[49,[108]]],[],178],[[[280,[-1,-2]],[280,[-1,-2]]],[[49,[108]]],[],178],[[[280,[-1,80]],[304,[-1]]],[[49,[108]]],[]],[[[280,[-1,-2]],-3],6,[],178,206],[[[281,[-1,-2]]],[[49,[-1]]],[],178],[[[281,[-1,-2]]],[[49,[[341,[-1,-2]]]]],170,178],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[281,[-1,-2]]],[[49,[-1]]],170,178],[[[282,[-1,-2]]],[[49,[-1]]],[],178],[[[280,[-1,-2]]],[[49,[-1]]],[],178],[[[277,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[178,132]],[[[279,[-1,-2]]],[[49,[-1]]],170,[178,132]],[[[282,[-1,-2]]],[[49,[-1]]],[],178],[[[280,[-1,-2]]],[[49,[-1]]],[],178],[[[277,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[178,132]],[[[279,[-1,-2]]],[[49,[-1]]],170,[178,132]],[[[281,[-1,-2]],-1],2,170,178],[[[282,[-1,-2]],-1],2,[],178],[[[280,[-1,-2]],-1],2,[],178],[[[282,[-1,-2]],-1],2,[],178],[[[280,[-1,-2]],-1],2,[],178],[[[277,[-2,-3,-4]],-5],[[342,[-2,-3]]],[170,9],[[286,[-1]],170],[],[178,132],[[295,[-1]]]],[[[279,[-2,-3]],-4],[[343,[-2]]],[170,9],[[286,[-1]],170],[178,132],[[295,[-1]]]],[[[280,[-1,-2]],-3],[[330,[-1]]],[],178,[[295,[6]]]],[[[277,[-2,-3,-4]],-5],[[344,[-2,-3]]],[170,9],[[286,[-1]],170],[],[178,132],[[295,[-1]]]],[[[280,[-1,-2]],-3],[[331,[-1]]],[],178,[[295,[6]]]],[[[140,[-1,-2,-3]]],[[345,[-1,-2,-3]]],[],[],190],[[[140,[-1,-2,-3]]],[[346,[-1,-2,-3]]],[],[],190],[[[280,[74,-1]],[45,[74]]],[[8,[6,222]]],178],[[[280,[74,-1]],249],[[8,[2,222]]],178],[[[280,[74,-1]],[42,[74,80]]],[[8,[6,222]]],178],[[[280,[74,-1]],29],[[8,[6,222]]],178],[[[280,[74,80]]],6],[[[140,[-2,-3,-4]],-1],[[49,[-3]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[-3]]],[170,9],[[286,[-1]],170],[],[178,132]],[[[278,[-2,-3]],-1],5,[189,276,9],[[286,[-1]],276,189],190],[[[279,[-2,-3]],-1],5,[170,9],[[286,[-1]],170],[178,132]],[[[282,[-1,-2]],6],-1,[],178],[[[280,[-1,-2]],6],[[49,[-1]]],[],178],[[[140,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[189,276,9],[[286,[-1]],276,189],[],190],[[[277,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[170,9],[[286,[-1]],170],[],[178,132]],[[[278,[-1,-2]],-1],[[49,[-1]]],[276,189],190],[[[279,[-1,-2]],-1],[[49,[-1]]],170,[178,132]],[[[140,[-1,-2,-3]],6],2,[276,189],[],190],[[[281,[-1,-2]],6],2,[],178],[[[278,[-1,-2]],6],2,[276,189],190],[[[280,[-1,-2]],6],2,[],178],[[[281,[-1,-2]],6],2,[],178],[[[280,[-1,-2]],6],2,[],178],[[[280,[-1,-2]],6,-1],2,132,178],[[[280,[-1,-2]],6,-3],2,[],178,206],[[[140,[-1,-2,-3]],6],2,[347,189,276],347,[]],[[[277,[-1,-2,80]],6],2,[347,170],347],[[[278,[-1,-2]],6],2,[347,189,276],[]],[[[279,[-1,80]],6],2,[347,170]],[[[280,[-1,80]],6],2,347],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[[140,[-1,-2,-3]],-4],2,[],[],[],206],[[[281,[-1,-2]],-3],2,170,178,206],[[[277,[-1,-2,-3]],-4],2,170,[],[178,132],206],[[[278,[-1,-2]],-3],2,[],[],206],[[[279,[-1,-2]],-3],2,170,[178,132],206],[[[280,[-1,-2]],-3],2,[],178,206],[[[280,[-1,-2]],-3],2,[],178,206],0,[[[280,[-1,-2]],6],2,[],178],[[[280,[-1,-2]],6],2,[],178],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[[140,[-2,-3,-4]],-1],8,[348,349,9],[[350,[-1]],189,276],[[350,[-1]]],[]],[[[140,[-1,-2,-3]],-4],8,196,196,[],76],[[[281,[-1,80]],-2],8,196,76],[[[277,[-1,-2,80]],-3],8,196,196,76],[[[277,[-2,-3,80]],-1],8,[348,9],[[350,[-1]],170],[[350,[-1]]]],[[[278,[-1,-2]],-3],8,196,[],76],[[[278,[-2,-3]],-1],8,[349,348,9],[[350,[-1]],189,276],[]],[[[279,[-2,80]],-1],8,[348,9],[[350,[-1]],170]],[[[279,[-1,80]],-2],8,196,76],[[[282,[-1,80]],-2],8,196,76],[[[280,[-1,80]],-2],8,196,76],[[[280,[-2,80]],-1],8,[349,348,9],[[350,[-1]]]],[[[283,[-1]],-2],8,196,76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[[140,[-1,-2,-3]],6],2,[276,189],[],190],[[[281,[-1,-2]],6],2,[],178],[[[278,[-1,-2]],6],2,[276,189],190],[[[280,[-1,-2]],6],2,[],178],[[[140,[-1,-2,-3]]],2,[276,189],[],190],[[[281,[-1,-2]]],2,[],178],[[[278,[-1,-2]]],2,[276,189],190],[[[280,[-1,-2]]],2,[],178],[[[277,[-2,-3,-4]],-1],[[277,[-2,-3,-4]]],[170,9],[[286,[-1]],170],[],[132,178,132]],[[[279,[-2,-3]],-1],[[279,[-2,-3]]],[170,9],[[286,[-1]],170],[132,178,132]],[[[282,[-1,-2]],6],[[282,[-1,-2]]],[],[132,178]],[[[280,[-1,-2]],6],[[280,[-1,-2]]],[],[132,178]],[[[278,[-1,-2]],[278,[-1,-2]]],[[278,[-1,-2]]],[276,189,132],[190,217]],[[[279,[-1,-2]],[279,[-1,-2]]],[[279,[-1,-2]]],[170,132],[178,132]],[[[280,[-1,-2]],6,6],2,[],178],[[[280,[-1,-2]],6],[[49,[-1]]],[],178],[[[280,[-1,-2]],6],[[49,[-1]]],[],178],[[[278,[-1,-2]],[278,[-1,-2]]],[[351,[-1,-2]]],[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],[[352,[-1]]],170,[178,132]],0,[[[278,[-2,-3]],-1],[[49,[-2]]],[189,276,9],[[286,[-1]],276,189],190],[[[279,[-2,-3]],-1],[[49,[-2]]],[170,9],[[286,[-1]],170],[178,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[[[280,[-1,-2]],6],2,[],178],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[140,[-1,-2,-3]],-1,-2],[[8,[-2,[353,[-1,-2]]]]],[276,189],[],190],[[[277,[-1,-2,-3]],-1,-2],[[8,[-2,[354,[-1,-2,-3]]]]],170,[],[178,132]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[140,[-1,-2,-3]],6],[[8,[2,284]]],[276,189],[],190],[[[281,[-1,-2]],6],[[8,[2,284]]],[],178],[[[278,[-1,-2]],6],[[8,[2,284]]],[276,189],190],[[[280,[-1,-2]],6],[[8,[2,284]]],[],178],[[[281,[-1,-2]],6],[[8,[2,284]]],[],178],[[[280,[-1,-2]],6],[[8,[2,284]]],[],178],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[278,[-1,-2]],[278,[-1,-2]]],[[355,[-1,-2]]],[276,189],190],[[[279,[-1,-2]],[279,[-1,-2]]],[[356,[-1]]],170,[178,132]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[[277,[-2,-3,-4]],[283,[-1]]],[[339,[-2,-3]]],170,[[286,[-1]],170],[],[178,132]],[[[277,[-2,-3,-4]],[283,[-1]]],[[340,[-2,-3,-4]]],170,[[286,[-1]],170],[],[178,132]],[[[140,[-1,-2,-3]]],[[357,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[358,[-1,-2]]],[],[],[178,132]],[[[140,[-1,-2,-3]]],[[359,[-1,-2]]],[],[],[]],[[[277,[-1,-2,-3]]],[[360,[-1,-2]]],[],[],[178,132]],0,[6,[[140,[-1,-2,299]]],[],[]],[6,[[281,[-1,80]]],170],[6,[[278,[-1,299]]],[]],[6,[[280,[-1,80]]],[]],[[6,-1],[[140,[-2,-3,-1]]],[],[],[]],[[6,-1],[[278,[-2,-1]]],[],[]],[[6,-1],[[281,[-2,-1]]],178,170],[[6,-1],[[280,[-2,-1]]],178,[]],[-1,[[140,[-2,-3,-1]]],[],[],[]],[-1,[[278,[-2,-1]]],[],[]],[[[280,[74,-1]],[45,[74]]],[[8,[6,222]]],178],[[[280,[74,-1]],[45,[74]]],[[8,[2,222]]],178],[[[280,[74,-1]],[45,[208]]],[[8,[6,222]]],178],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[317,[-1,-2]]],-2,[],178],[[[332,[-1,-2]]],-2,[],178],[[[292,[-1,-2]]],-2,[],178],[[[296,[-1,-2]]],-2,170,178],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[318,[-1]]],[[318,[-1]]],[]],[[[317,[-1,-2]]],[[317,[-1,-2]]],132,[132,178]],[[[332,[-1,-2]]],[[332,[-1,-2]]],132,[132,178]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[[],[[317,[-1,80]]],[]],[6,-1,[]],[[[341,[-1,-2]]],-1,170,178],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[341,[-1,-2]]],-1,170,178],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[[[341,[-1,-2]]],2,170,178],[6,2],[6,2],[6,2],[6,2],[6,2],[[[296,[-1,-2]]],2,170,178],[[[341,[-1,-2]],37],[[8,[2,38]]],[170,181],178],[[[318,[-1]],37],[[8,[2,38]]],181],[[[317,[-1,-2]],37],[[8,[2,38]]],181,178],[[[332,[-1,-2]],37],[[8,[2,38]]],181,[181,178]],[[[292,[-1,-2]],37],[[8,[2,38]]],181,[181,178]],[[[296,[-1,-2]],37],[[8,[2,38]]],[181,170],[181,178]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[318,[-1]]],5,[]],[[[317,[-1,-2]]],5,[],178],[[[292,[-1,-2]]],5,[],178],0,0,0,[[[318,[-1]]],[[49,[-1]]],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[318,[-1]]],[[49,[-1]]],[]],[[[317,[-1,-2]]],[[49,[-1]]],[],178],[[[332,[-1,-2]]],[[49,[-1]]],170,178],[[[292,[-1,-2]]],[[49,[-1]]],[],178],[[[296,[-1,-2]]],[[49,[-1]]],170,178],[[[318,[-1]]],[[49,[-1]]],[]],[[[317,[-1,-2]]],[[49,[-1]]],[],178],[[[292,[-1,-2]]],[[49,[-1]]],[],178],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[[341,[-1,-2]]],-1,170,178],[[[318,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[317,[-1,-2]]],[[2,[6,[49,[6]]]]],[],178],[[[332,[-1,-2]]],[[2,[6,[49,[6]]]]],170,178],[[[292,[-1,-2]]],[[2,[6,[49,[6]]]]],[],178],[[[296,[-1,-2]]],[[2,[6,[49,[6]]]]],170,178],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,0,0,0,0,0,0,[[[298,[-1,-2,-3]],-4],[[298,[-1,-2,-3]]],170,[],[178,132],100],[[[340,[-1,-2,-3]]],[[339,[-1,-2]]],[],[],[]],[-1,129,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[320,[-1,-2]]],[[320,[-1,-2]]],[],[]],[[[338,[-1,-2]]],[[338,[-1,-2]]],[],[]],[[[358,[-1,-2]]],[[358,[-1,-2]]],[],[]],[[[342,[-1,-2]]],[[342,[-1,-2]]],[],[]],[[[339,[-1,-2]]],[[339,[-1,-2]]],[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[],[[320,[-1,-2]]],[],[]],[[],[[319,[-1,-2]]],[],[]],[[],[[321,[-1,-2,-3]]],[],[],[178,217,132]],[[],[[338,[-1,-2]]],[],[]],[[],[[358,[-1,-2]]],[],[]],[[],[[334,[-1,-2,-3]]],[],[],[178,217,132]],[[],[[336,[-1,-2,-3]]],[],[],[178,217,132]],[[],[[342,[-1,-2]]],[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[354,[-1,-2,80]]],58,[181,170],181],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],0,0,[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[321,[-1,-2,-3]]],2,[],[],[178,132]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,[[[298,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],181,[178,132]],[[[361,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],[],[178,132]],[[[310,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],181,[178,132]],[[[354,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],181,[178,132]],[[[354,[-1,-2,-3]],37],[[8,[2,38]]],[181,170],181,[178,132]],[[[320,[-1,-2]],37],[[8,[2,38]]],181,181],[[[319,[-1,-2]],37],[[8,[2,38]]],181,181],[[[321,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[178,132]],[[[338,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[358,[-1,-2]],37],[[8,[2,38]]],[],181],[[[360,[-1,-2]],37],[[8,[2,38]]],[],181],[[[334,[-1,-2,-3]],37],[[8,[2,38]]],181,[],[178,132]],[[[336,[-1,-2,-3]],37],[[8,[2,38]]],[],181,[178,132]],[[[342,[-1,-2]],37],[[8,[2,38]]],181,181],[[[344,[-1,-2]],37],[[8,[2,38]]],181,181],[[[306,[-1,-2,-3,80]],37],[[8,[2,38]]],181,181,206],[[[339,[-1,-2]],37],[[8,[2,38]]],181,181],[[[340,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[310,[-1,-2,-3]]],-2,170,[],[178,132]],[[[310,[-1,-2,-3]]],-2,170,[],[178,132]],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,0,0,0,0,0,[[[361,[-1,-2,-3]],-2],-2,170,[],[178,132]],[[[310,[-1,-2,-3]],-2],-2,170,[],[178,132]],[[[340,[-1,-2,-3]],-1,-2],2,170,[],[178,132]],[[[340,[-1,-2,-3]],-1,-2],2,170,[],[178,132]],[[[340,[-1,-2,-3]],-1,-2],2,170,[],[178,132]],[[[340,[-1,-2,-3]],-1,-2],2,170,[],[178,132]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[361,[-1,-2,-3]]],-1,170,[],[178,132]],[[[310,[-1,-2,-3]]],-2,170,[],[178,132]],[[[298,[-1,-2,-3]]],-1,170,[],[178,132]],[[[361,[-1,-2,-3]]],-1,170,[],[178,132]],[[[310,[-1,-2,-3]]],-1,170,[],[178,132]],[[[339,[-1,-2]]],[[49,[-1]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[-1]]],[],[],[]],0,[[[340,[-1,-2,-3]]],[[49,[-1]]],[],[],[]],[[[339,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[]],[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[319,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[358,[-1,-2]]],[[49,[-2]]],[],[]],[[[360,[-1,-2]]],[[49,[-2]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],[],[],[178,132]],[[[336,[-1,-2,-3]]],[[49,[-2]]],[],[],[178,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[320,[-1,-2]]],6,[],[]],[[[319,[-1,-2]]],6,[],[]],[[[321,[-1,-2,-3]]],6,[],[],[178,132]],[[[338,[-1,-2]]],6,[],[]],[[[358,[-1,-2]]],6,[],[]],[[[360,[-1,-2]]],6,[],[]],[[[334,[-1,-2,-3]]],6,[],[],[178,132]],[[[336,[-1,-2,-3]]],6,[],[],[178,132]],0,0,0,0,0,[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[319,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],170,[],[178,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[319,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],170,[],[178,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[339,[-1,-2]]],2,[],[]],[[[340,[-1,-2,-3]]],2,[],[],[]],[[[339,[-1,-2]]],2,[],[]],[[[340,[-1,-2,-3]]],2,[],[],[]],[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[319,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[321,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[178,132]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[358,[-1,-2]]],[[49,[-2]]],[],[]],[[[360,[-1,-2]]],[[49,[-2]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],[],[],[178,132]],[[[336,[-1,-2,-3]]],[[49,[-2]]],[],[],[178,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[306,[-1,-2,-3,-4]]],[[49,[[2,[-1,-2]]]]],[],[],206,[178,132]],[[[320,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[319,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[321,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[178,132]],[[[338,[-1,-2]]],[[49,[-1]]],[],[]],[[[358,[-1,-2]]],[[49,[-2]]],[],[]],[[[360,[-1,-2]]],[[49,[-2]]],[],[]],[[[334,[-1,-2,-3]]],[[49,[-1]]],[],[],[178,132]],[[[336,[-1,-2,-3]]],[[49,[-2]]],[],[],[178,132]],[[[342,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[344,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[[298,[-1,-2,-3]]],-2,170,217,[178,132]],[[[298,[-1,-2,-3]],-2],-2,170,[],[178,132]],[[[298,[-1,-2,-3]],-4],-2,170,[],[178,132],100],[[[298,[-1,-2,-3]],-4],-2,170,[],[178,132],100],[[[339,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[]],[[[339,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[[310,[-1,-2,-3]]],-2,170,[],[178,132]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[178,132]],[[[340,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],170,[],[178,132]],[[[310,[-1,-2,-3]]],[[2,[-1,-2]]],170,[],[178,132]],0,0,0,[[[320,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[319,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[321,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],[],[178,132]],[[[338,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[358,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[360,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[334,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],[],[178,132]],[[[336,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],[],[178,132]],[[[306,[-1,-2,-3,-4]]],[[2,[6,[49,[6]]]]],[],[],206,[178,132]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[[339,[-1,-2]]],[[49,[-2]]],[],[]],[[[340,[-1,-2,-3]]],[[49,[-2]]],[],[],[]],0,[[[340,[-1,-2,-3]]],[[49,[-2]]],[],[],[]],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[325,[-1]]],[[325,[-1]]],[]],[[[290,[-1,-2]]],[[290,[-1,-2]]],[],[178,132]],[[[352,[-1]]],[[352,[-1]]],[]],[[[312,[-1,-2]]],[[312,[-1,-2]]],[],[178,132]],[[[356,[-1]]],[[356,[-1]]],[]],[[[343,[-1]]],[[343,[-1]]],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],[[325,[-1]]],[]],[[],[[324,[-1,-2]]],[],[178,217,132]],[[],[[343,[-1]]],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[325,[-1]],37],[[8,[2,38]]],181],[[[290,[-1,-2]],37],[[8,[2,38]]],181,[178,132]],[[[352,[-1]],37],[[8,[2,38]]],181],[[[312,[-1,-2]],37],[[8,[2,38]]],181,[178,132]],[[[356,[-1]],37],[[8,[2,38]]],181],[[[308,[-1,-2,-3]],37],[[8,[2,38]]],181,206,[178,132]],[[[324,[-1,-2]],37],[[8,[2,38]]],181,[181,178,132]],[[[343,[-1]],37],[[8,[2,38]]],181],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[[325,[-1]]],[[49,[-1]]],[]],[[[343,[-1]]],[[49,[-1]]],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[325,[-1]]],6,[]],[[[324,[-1,-2]]],6,[],[178,132]],0,[[[325,[-1]]],[[49,[-1]]],[]],[[[343,[-1]]],[[49,[-1]]],[]],[[[325,[-1]]],[[49,[-1]]],[]],[[[290,[-1,-2]]],[[49,[-1]]],170,[178,132]],[[[352,[-1]]],[[49,[-1]]],170],[[[312,[-1,-2]]],[[49,[-1]]],170,[178,132]],[[[356,[-1]]],[[49,[-1]]],170],[[[343,[-1]]],[[49,[-1]]],[]],[[[325,[-1]]],[[49,[-1]]],[]],[[[290,[-1,-2]]],[[49,[-1]]],170,[178,132]],[[[352,[-1]]],[[49,[-1]]],170],[[[312,[-1,-2]]],[[49,[-1]]],170,[178,132]],[[[356,[-1]]],[[49,[-1]]],170],[[[308,[-1,-2,-3]]],[[49,[-1]]],[],206,[178,132]],[[[324,[-1,-2]]],[[49,[-1]]],[],[178,132]],[[[343,[-1]]],[[49,[-1]]],[]],[[[325,[-1]]],[[49,[-1]]],[]],[[[324,[-1,-2]]],[[49,[-1]]],[],[178,132]],[[[343,[-1]]],[[49,[-1]]],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[325,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[290,[-1,-2]]],[[2,[6,[49,[6]]]]],170,[178,132]],[[[352,[-1]]],[[2,[6,[49,[6]]]]],170],[[[312,[-1,-2]]],[[2,[6,[49,[6]]]]],170,[178,132]],[[[356,[-1]]],[[2,[6,[49,[6]]]]],170],[[[308,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],206,[178,132]],[[[324,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[178,132]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[362,[-1,-2,-3]],-4],[[362,[-1,-2,-3]]],[],[],[],100],[[[297,[-1,-2]],-3],[[297,[-1,-2]]],[],[],100],[-1,129,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[299,363],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[315,[-1,-2]]],[[315,[-1,-2]]],[],[]],[[[337,[-1,-2]]],[[337,[-1,-2]]],[],[]],[[[357,[-1,-2]]],[[357,[-1,-2]]],[],[]],[299,299],[363,363],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],299],[[],363],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[353,[-1,-2]]],58,181,181],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,[363,188],[[[315,[-1,-2]],37],[[8,[2,38]]],181,181],[[[316,[-1,-2]],37],[[8,[2,38]]],181,181],[[[314,[-1,-2]],37],[[8,[2,38]]],181,181],[[[337,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[357,[-1,-2]],37],[[8,[2,38]]],[],181],[[[291,[-1,-2]],37],[[8,[2,38]]],181,181],[[[305,[-1,-2,-3]],37],[[8,[2,38]]],[],[],206],[[[359,[-1,-2]],37],[[8,[2,38]]],[],181],[[[333,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[335,[-1,-2]],37],[[8,[2,38]]],[],181],[[[346,[-1,-2,-3]],37],[[8,[2,38]]],[],[],[]],[[[362,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[]],[[[364,[-1,-2,-3]],37],[[8,[2,38]]],181,181,[]],[[[365,[-1,-2,-3]],37],[[8,[2,38]]],[],[],[]],[[[345,[-1,-2,-3]],37],[[8,[2,38]]],[],[],[]],[[[297,[-1,-2]],37],[[8,[2,38]]],181,181],[[[366,[-1,-2]],37],[[8,[2,38]]],181,181],[[[367,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[353,[-1,-2]],37],[[8,[2,38]]],181,181],[[[353,[-1,-2]],37],[[8,[2,38]]],181,181],[[299,37],[[8,[2,38]]]],[[363,37],[[8,[2,38]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[346,[-1,-2,-3]],188,-4],[[362,[-1,-2,-3]]],[],[],190,206],[[[345,[-1,-2,-3]],188,-4],[[49,[[2,[-1,-2]]]]],[],[],190,206],[[[346,[-2,-3,-4]],-1],[[362,[-2,-3,-4]]],[189,276,9],[[286,[-1]]],[],190],[[[345,[-2,-3,-4]],-1],[[49,[[2,[-2,-3]]]]],[189,276,9],[[286,[-1]]],[],190],[[[346,[-2,-3,-4]],188,-1],[[362,[-2,-3,-4]]],[276,9],[[286,[-1]]],[],190],[[[345,[-2,-3,-4]],188,-1],[[49,[[2,[-2,-3]]]]],[189,276,9],[[286,[-1]]],[],190],[[[364,[-1,-2,-3]]],-2,[],[],[]],[[[366,[-1,-2]]],-2,[],[]],[[[364,[-1,-2,-3]]],[[2,[-1,-2]]],[],[],[]],[[[364,[-1,-2,-3]]],[[2,[-1,-2]]],[],[],[]],[[[364,[-1,-2,-3]]],-2,[],[],[]],[[[366,[-1,-2]]],-2,[],[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,0,0,[[[364,[-1,-2,-3]],-2],-2,[],[],[]],[[[365,[-1,-2,-3]],-1,-2],[[2,[-1,-2]]],189,[],190],[[[366,[-1,-2]],-2],-2,[],[]],[[[367,[-1,-2]],-2],-2,[],[]],[[[297,[-1,-2]],-2],[[366,[-1,-2]]],[],[]],[[[367,[-1,-2]],-2],[[366,[-1,-2]]],[],[]],[[[365,[-1,-2,-3]],188,-1,-2],[[2,[-1,-2]]],189,[],190],[[[364,[-1,-2,-3]],-1],-1,[],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[364,[-1,-2,-3]]],-1,[],[],[]],[[[367,[-1,-2]]],-1,[],[]],[[[364,[-1,-2,-3]]],[[2,[-1,-2]]],[],[],[]],[[[364,[-1,-2,-3]]],-2,[],[],[]],[[[366,[-1,-2]]],-2,[],[]],0,0,[[[364,[-1,-2,-3]]],-1,[],[],[]],[[[297,[-1,-2]]],-1,[],[]],[[[366,[-1,-2]]],-1,[],[]],[[[367,[-1,-2]]],-1,[],[]],[[[364,[-1,-2,-3]]],-1,[],[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[315,[-1,-2]]],6,[],[]],[[[316,[-1,-2]]],6,[],[]],[[[314,[-1,-2]]],6,[],[]],[[[337,[-1,-2]]],6,[],[]],[[[357,[-1,-2]]],6,[],[]],[[[291,[-1,-2]]],6,[],[]],[[[359,[-1,-2]]],6,[],[]],[[[333,[-1,-2]]],6,[],[]],[[[335,[-1,-2]]],6,[],[]],0,0,[[],299],[[],363],[[[315,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[316,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[314,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[337,[-1,-2]]],[[49,[-1]]],[],[]],[[[357,[-1,-2]]],[[49,[-2]]],[],[]],[[[291,[-1,-2]]],[[49,[[2,[-1,-2]]]]],[],[]],[[[305,[-1,-2,-3]]],[[49,[[2,[-1,-2]]]]],[],[],206],[[[359,[-1,-2]]],[[49,[-2]]],[],[]],[[[333,[-1,-2]]],[[49,[-1]]],[],[]],[[[335,[-1,-2]]],[[49,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[[297,[-1,-2]]],-2,[],217],[[[362,[-1,-2,-3]],-1,-2],[[2,[-1,-2]]],189,[],190],[[[297,[-1,-2]],-2],-2,[],[]],[[[362,[-1,-2,-3]],-4],[[2,[-1,-2]]],189,[],190,100],[[[297,[-1,-2]],-3],-2,[],[],100],[[[297,[-1,-2]],-3],-2,[],[],100],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[364,[-1,-2,-3]]],-2,[],[],[]],[[[366,[-1,-2]]],-2,[],[]],[[[364,[-1,-2,-3]]],[[2,[-1,-2]]],[],[],[]],[[[366,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[[366,[-1,-2]],-2],[[2,[-1,-2]]],[],[]],[[[366,[-1,-2]]],-1,[],[]],[[[315,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[316,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[314,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[337,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[357,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[291,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[305,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],[],206],[[[359,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[333,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[[[335,[-1,-2]]],[[2,[6,[49,[6]]]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,[[363,[45,[74]]],2],[[363,58],2],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[322,[-1]]],[[322,[-1]]],[]],[[[311,[-1,-2]]],[[311,[-1,-2]]],[],[]],[[[289,[-1,-2]]],[[289,[-1,-2]]],[],[]],[[[351,[-1,-2]]],[[351,[-1,-2]]],[],[]],[[[355,[-1,-2]]],[[355,[-1,-2]]],[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[322,[-1]],37],[[8,[2,38]]],181],[[[323,[-1]],37],[[8,[2,38]]],181],[[[293,[-1]],37],[[8,[2,38]]],181],[[[307,[-1,-2]],37],[[8,[2,38]]],[],206],[[[311,[-1,-2]],37],[[8,[2,38]]],[181,276,189],190],[[[289,[-1,-2]],37],[[8,[2,38]]],[181,276,189],190],[[[351,[-1,-2]],37],[[8,[2,38]]],[181,276,189],190],[[[355,[-1,-2]],37],[[8,[2,38]]],[181,276,189],190],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[322,[-1]]],6,[]],[[[323,[-1]]],6,[]],[[[293,[-1]]],6,[]],[[[322,[-1]]],[[49,[-1]]],[]],[[[323,[-1]]],[[49,[-1]]],[]],[[[293,[-1]]],[[49,[-1]]],[]],[[[307,[-1,-2]]],[[49,[-1]]],[],206],[[[311,[-1,-2]]],[[49,[-1]]],[276,189],190],[[[289,[-1,-2]]],[[49,[-1]]],[276,189],190],[[[351,[-1,-2]]],[[49,[-1]]],[276,189],190],[[[355,[-1,-2]]],[[49,[-1]]],[276,189],190],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[322,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[323,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[293,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[307,[-1,-2]]],[[2,[6,[49,[6]]]]],[],206],[[[311,[-1,-2]]],[[2,[6,[49,[6]]]]],[276,189],190],[[[289,[-1,-2]]],[[2,[6,[49,[6]]]]],[276,189],190],[[[351,[-1,-2]]],[[2,[6,[49,[6]]]]],[276,189],190],[[[355,[-1,-2]]],[[2,[6,[49,[6]]]]],[276,189],190],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[[[288,[-1,-2]]],[[287,[-1,-2]]],[],178],[[[287,[-1,-2]]],[[49,[-1]]],[],178],[[[288,[-1,-2]]],[[49,[-1]]],[],178],[[[288,[-1,-2]]],[[49,[-1]]],[],178],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[326,[-1]]],[[326,[-1]]],[]],[[[287,[-1,-2]]],[[287,[-1,-2]]],[],178],[[[328,[-1,-2]]],[[328,[-1,-2]]],132,[132,178]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[287,[-1,-2]]],[[49,[-1]]],[],178],[[[288,[-1,-2]]],[[49,[-1]]],[],178],0,0,[[],[[326,[-1]]],[]],[[],[[327,[-1]]],[]],[[],[[328,[-1,80]]],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[326,[-1]],37],[[8,[2,38]]],181],[[[327,[-1]],37],[[8,[2,38]]],181],[[[287,[-1,-2]],37],[[8,[2,38]]],181,178],[[[288,[-1,-2]],37],[[8,[2,38]]],181,178],[[[309,[-1,-2,80]],37],[[8,[2,38]]],181,206],[[[328,[-1,-2]],37],[[8,[2,38]]],181,178],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[287,[-1,-2]]],[[49,[-1]]],[],178],[[[288,[-1,-2]]],[[49,[-1]]],[],178],[[[288,[-1,-2]]],[[49,[-1]]],[],178],0,0,0,0,[[[287,[-1,-2]]],[[49,[6]]],[],178],[[[288,[-1,-2]]],[[49,[6]]],[],178],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[[288,[-1,-2]],-1],2,[],178],[[[288,[-1,-2]],-1],2,[],178],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[326,[-1]]],[[49,[-1]]],[]],[[[327,[-1]]],[[49,[-1]]],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],0,0,0,0,0,0,0,0,0,0,[[[287,[-1,-2]]],2,[],178],[[[288,[-1,-2]]],2,[],178],[[[287,[-1,-2]]],2,[],178],[[[288,[-1,-2]]],2,[],178],[[[326,[-1]]],[[49,[-1]]],[]],[[[327,[-1]]],[[49,[-1]]],[]],[[[309,[-1,-2,-3]]],[[49,[-1]]],[],206,178],[[[328,[-1,-2]]],[[49,[-1]]],[],178],[[[326,[-1]]],[[49,[-1]]],[]],[[[327,[-1]]],[[49,[-1]]],[]],[[[328,[-1,-2]]],[[49,[-1]]],[],178],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],0,[[[287,[-1,-2]]],[[49,[-1]]],[],178],[[[288,[-1,-2]]],[[49,[-1]]],[],178],[[[287,[-1,-2]]],[[49,[-1]]],[],178],[[[288,[-1,-2]]],[[49,[-1]]],[],178],[[]],[[]],[[]],[[]],[[]],[[]],[[[288,[-1,-2]]],[[49,[-1]]],[],178],[[[288,[-1,-2]]],[[49,[-1]]],[],178],0,[[[288,[-1,-2]],-1],2,[],178],[[[288,[-1,-2]],-1],2,[],178],[[[288,[-1,-2]]],[[49,[-1]]],[],178],[[[288,[-1,-2]]],[[49,[[282,[-1,-2]]]]],[],[132,178]],[[[326,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[327,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[309,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],206,178],[[[328,[-1,-2]]],[[2,[6,[49,[6]]]]],[],178],[[[288,[-1,80]],[282,[-1,80]]],2,[]],[[[288,[-1,80]],[282,[-1,80]]],2,[]],[[[288,[-1,-2]]],[[282,[-1,-2]]],[],[132,178]],[[[288,[-1,-2]]],[[282,[-1,-2]]],[],[132,178]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[[[331,[-1]],6],[[8,[2,368]]],[]],[[[330,[-1]],6],[[8,[2,368]]],[]],[[[329,[-1,-2]],6],[[8,[2,368]]],[],178],[[[331,[-1]],6],[[8,[2,368]]],[]],[[[330,[-1]],6],[[8,[2,368]]],[]],[[[329,[-1,-2]],6],[[8,[2,368]]],[],178],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[330,[-1]]],[[330,[-1]]],[]],[[[329,[-1,-2]]],[[329,[-1,-2]]],132,[132,178]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[329,[-1,-2]]],6,[],178],0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],0,[[[294,[-1,-2]]],2,[],178],[6,2],[6,2],[6,2],[6,2],[[[294,[-1,-2]],37],[[8,[2,38]]],181,178],[[[331,[-1]],37],[[8,[2,38]]],181],[[[330,[-1]],37],[[8,[2,38]]],181],[[[329,[-1,-2]],37],[[8,[2,38]]],181,178],[[[331,[-1]],-2,-3],-2,[],[],206],[[[330,[-1]],-2,-3],-2,[],[],206],[[[329,[-1,-2]],-3,-4],-3,[],178,[],206],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,[[],6],[[],6],[[],6],[[],6],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[331,[-1]]],5,[]],[[[330,[-1]]],5,[]],[[[329,[-1,-2]]],5,[],178],[[[331,[-1]]],[[49,[-1]]],[]],[[[330,[-1]]],[[49,[-1]]],[]],[[[329,[-1,-2]]],49,[],178],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[331,[-1]]],6,[]],[[[330,[-1]]],6,[]],0,[[[294,[-1,-2]]],[[49,[-1]]],[],178],[[[331,[-1]]],[[49,[-1]]],[]],[[[330,[-1]]],[[49,[-1]]],[]],[[[329,[-1,-2]]],[[49,[-1]]],[],178],[[[294,[-1,-2]]],[[49,[-1]]],[],178],[[[331,[-1]]],[[49,[-1]]],[]],[[[330,[-1]]],[[49,[-1]]],[]],[[[329,[-1,-2]]],[[49,[-1]]],[],178],[[[329,[-1,-2]]],[[8,[225,369]]],[],178],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[]],[[]],[[]],[[]],0,[[[331,[-1]],-2,-3],-2,[],[],206],[[[330,[-1]],-2,-3],-2,[],[],206],[[[329,[-1,-2]],-3,-4],-3,[],178,[],206],[[[294,[-1,-2]]],[[2,[6,[49,[6]]]]],[],178],[[[331,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[330,[-1]]],[[2,[6,[49,[6]]]]],[]],[[[329,[-1,-2]]],[[2,[6,[49,[6]]]]],[],178],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[331,[-1]],-2,-3],-4,[],[],206,370],[[[330,[-1]],-2,-3],-4,[],[],206,370],[[[329,[-1,-2]],-3,-4],-5,[],178,[],206,370],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[331,[-1]],-2,-3],-4,[],[],206,370],[[[330,[-1]],-2,-3],-4,[],[],206,370],[[[329,[-1,-2]],-3,-4],-5,[],178,[],206,370],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[37,[[49,[371]]]],0,[37,5],0,[-1,129,[]],[272,[[49,[58]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[371,371],[38,38],[272,272],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[38,38],108],[[37,-1],[[8,[2,38]]],[182,9]],[[-1,-2],108,[],[]],[-1,38,182],[37,372],[37,373],[37,374],[[37,58],375],[[37,58],376],[[],38],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[38,58],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,[[374,-1],374,187],[[372,-1],372,187],[[373,-1],373,187],[[374,181],374],[[372,181],372],[[373,181,181],373],[[371,371],5],[[38,38],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[375,58,181],375],[[376,181],376],0,[37,172],0,[375,[[8,[2,38]]]],[376,[[8,[2,38]]]],[374,[[8,[2,38]]]],[372,[[8,[2,38]]]],[373,[[8,[2,38]]]],[375,[[8,[2,38]]]],[37,60],0,[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[-1,37],[[8,[2,38]]],[]],[[371,37],[[8,[2,38]]]],[[38,37],[[8,[2,38]]]],[[38,37],[[8,[2,38]]]],[[272,37],[[8,[2,38]]]],[[272,37],[[8,[2,38]]]],0,0,0,0,[272,29],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],188,[189,9],190],0,0,0,[[38,-1],2,191],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],5],[194,195],[[373,181],373],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[37,58],[[8,[2,38]]]],[[37,5,58,58],[[8,[2,38]]]],[[38,38],[[49,[108]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[37,[[49,[6]]]],0,0,0,0,[[],[[165,[58]]]],[[],29],[[272,-1],8,76],[[37,5],[[8,[2,38]]]],[[37,[45,[74]]],[[8,[2,38]]]],[[37,172],[[8,[2,38]]]],[[37,377],[[8,[2,38]]]],[[37,378],[[8,[2,38]]]],[[37,273],[[8,[2,38]]]],[[37,228],[[8,[2,38]]]],[[37,201],[[8,[2,38]]]],[[37,229],[[8,[2,38]]]],[[37,230],[[8,[2,38]]]],[[37,[49,[6]]],[[8,[38]]]],[[37,58,-1],[[8,[2,38]]],[196,9]],[[37,58,60,58,-1],[[8,[2,38]]],[196,9]],[37,[[8,[2,38]]]],[[37,[49,[6]]],[[8,[38]]]],[[37,-1],[[8,[2,38]]],[196,9]],[[37,58],[[8,[2,38]]]],[[37,58,6],[[8,[38]]]],[[37,58,60,58,6],[[8,[38]]]],[[37,6],[[8,[38]]]],[[37,58,6],[[8,[38]]]],[[37,58,60,58,6],[[8,[38]]]],[[37,275],[[8,[2,38]]]],[[37,231],[[8,[2,38]]]],[[37,60],[[8,[2,38]]]],[[37,188],[[8,[2,38]]]],[[37,74],[[8,[2,38]]]],[37,[[8,[2,38]]]],[[37,58],[[8,[2,38]]]],[[37,58,60,58],[[8,[2,38]]]],[37,5],[37,5],[37,5],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[373,181],373],[37,[[49,[6]]]],0,[[379,272],[[8,[2,38]]]],[[-1,172],[[8,[2,38]]],[]],[[37,172],[[8,[2,38]]]],[[-1,272],[[8,[2,38]]],[]],[[37,272],[[8,[2,38]]]],[[37,272],[[8,[2,38]]]],[[-1,58],[[8,[2,38]]],[]],[[37,58],[[8,[2,38]]]],[[37,58],[[8,[2,38]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[380,-1],5,206],[[380,-1],5,206],[-1,129,[]],[-1,129,[]],[381,58],[382,58],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[383,[-1]]],[[383,[-1]]],384],[385,385],[386,386],[381,381],[382,382],[380,380],[[[387,[-1]]],[[387,[-1]]],384],[[[388,[-1]]],[[388,[-1]]],384],[[[389,[-1]]],[[389,[-1]]],384],[[[390,[-1]]],[[390,[-1]]],384],[[[391,[-1]]],[[391,[-1]]],384],[[[392,[-1]]],[[392,[-1]]],384],[[[393,[-1]]],[[393,[-1]]],384],[[[394,[-1]]],[[394,[-1]]],384],[[[395,[-1]]],[[395,[-1]]],384],[[[396,[-1]]],[[396,[-1]]],384],[397,397],[398,398],[399,399],[400,400],[401,401],[402,402],[403,403],[404,404],[405,405],[406,406],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[381,6],[382,6],[380,6],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[385,58],[386,58],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[385,385],5],[[386,386],5],[[405,405],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[385,[[49,[6]]]],0,0,[[380,-1],49,206],[[[383,[-1]],37],[[8,[2,38]]],384],[[385,37],[[8,[2,38]]]],[[385,37],[[8,[2,38]]]],[[386,37],[[8,[2,38]]]],[[386,37],[[8,[2,38]]]],[[381,37],[[8,[2,38]]]],[[382,37],[[8,[2,38]]]],[[380,37],[[8,[2,38]]]],[[[387,[-1]],37],[[8,[2,38]]],384],[[[388,[-1]],37],[[8,[2,38]]],384],[[[389,[-1]],37],[[8,[2,38]]],384],[[[390,[-1]],37],[[8,[2,38]]],384],[[[391,[-1]],37],[[8,[2,38]]],384],[[[392,[-1]],37],[[8,[2,38]]],384],[[[393,[-1]],37],[[8,[2,38]]],384],[[[394,[-1]],37],[[8,[2,38]]],384],[[[395,[-1]],37],[[8,[2,38]]],384],[[[396,[-1]],37],[[8,[2,38]]],384],[[397,37],[[8,[2,38]]]],[[398,37],[[8,[2,38]]]],[[399,37],[[8,[2,38]]]],[[400,37],[[8,[2,38]]]],[[401,37],[[8,[2,38]]]],[[402,37],[[8,[2,38]]]],[[402,37],[[8,[2,38]]]],[[403,37],[[8,[2,38]]]],[[403,37],[[8,[2,38]]]],[[404,37],[[8,[2,38]]]],[[404,37],[[8,[2,38]]]],[[405,37],[[8,[2,38]]]],[[406,37],[[8,[2,38]]]],[[402,-1,-2],-1,[],206],[[403,-1,-2],-1,[],206],[[404,-1,-2],-1,[],206],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[18,[[45,[74]],80]]],[[18,[58,80]]]],[58,[[8,[-1]]],[]],[[[45,[74]]],[[8,[58,385]]]],[[[45,[74]]],[[8,[58,385]]]],[[[45,[74]]],58],[[[45,[74]]],58],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[405,[[45,[74]]]],0,[380,5],0,0,[381,[[49,[172]]]],[382,[[49,[[2,[6,172]]]]]],[380,49],[397,[[49,[58]]]],[399,[[49,[58]]]],[400,[[49,[58]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[380,6],[[[45,[74]]],406],[[[383,[-1]]],[[49,[58]]],384],[381,[[49,[172]]]],[382,[[49,[[2,[6,172]]]]]],[380,[[49,[74]]]],[[[387,[-1]]],[[49,[58]]],384],[[[388,[-1]]],[[49,[58]]],384],[[[389,[-1]]],[[49,[58]]],384],[[[390,[-1]]],[[49,[58]]],384],[[[391,[-1]]],[[49,[58]]],384],[[[392,[-1]]],[[49,[58]]],384],[[[393,[-1]]],[[49,[[2,[6,58]]]]],384],[[[394,[-1]]],[[49,[[2,[6,58]]]]],384],[[[395,[-1]]],[[49,[58]]],384],[[[396,[-1]]],[[49,[58]]],384],[397,[[49,[58]]]],[398,[[49,[58]]]],[399,[[49,[58]]]],[400,[[49,[58]]]],[401,[[49,[231]]]],[402,[[49,[172]]]],[403,[[49,[172]]]],[404,[[49,[172]]]],[406,[[49,[405]]]],[[[383,[-1]]],[[49,[58]]],384],[381,[[49,[172]]]],[382,[[49,[[2,[6,172]]]]]],[380,[[49,[74]]]],[[[387,[-1]]],[[49,[58]]],384],[[[388,[-1]]],[[49,[58]]],384],[[[389,[-1]]],[[49,[58]]],384],[[[390,[-1]]],[[49,[58]]],384],[[[393,[-1]]],[[49,[[2,[6,58]]]]],384],[[[394,[-1]]],[[49,[[2,[6,58]]]]],384],[[[395,[-1]]],[[49,[58]]],384],[[[396,[-1]]],[[49,[58]]],384],[397,[[49,[58]]]],[398,[[49,[58]]]],[399,[[49,[58]]]],[400,[[49,[58]]]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[380,6],49],[[380,6],49],[382,6],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[380,-1],[[49,[6]]],206],[[[383,[-1]]],[[49,[58]]],384],[[[387,[-1]]],[[49,[58]]],384],[[[388,[-1]]],[[49,[58]]],384],[[[389,[-1]]],[[49,[58]]],384],[[[390,[-1]]],[[49,[58]]],384],[[[391,[-1]]],[[49,[58]]],384],[[[392,[-1]]],[[49,[58]]],384],[399,[[49,[58]]]],[400,[[49,[58]]]],[[380,-1],49,206],[[380,-1],[[49,[6]]],206],[381,[[2,[6,[49,[6]]]]]],[382,[[2,[6,[49,[6]]]]]],[380,[[2,[6,[49,[6]]]]]],[397,[[2,[6,[49,[6]]]]]],[398,[[2,[6,[49,[6]]]]]],[399,[[2,[6,[49,[6]]]]]],[400,[[2,[6,[49,[6]]]]]],[401,[[2,[6,[49,[6]]]]]],[402,[[2,[6,[49,[6]]]]]],[403,[[2,[6,[49,[6]]]]]],[404,[[2,[6,[49,[6]]]]]],0,[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[[402,-1,-2],-3,[],206,370],[[403,-1,-2],-3,[],206,370],[[404,-1,-2],-3,[],206,370],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[405,58],0,[385,6],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[407,407],[408,408],[409,409],[410,410],[411,411],[[[233,[-1]]],[[233,[-1]]],[132,206]],[412,412],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[407,407],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,[[407,37],[[8,[2,38]]]],[[408,37],[[8,[2,38]]]],[[409,37],[[8,[2,38]]]],[[410,37],[[8,[2,38]]]],[[411,37],[[8,[2,38]]]],[[[233,[-1]],37],[[8,[2,38]]],206],[[412,37],[[8,[2,38]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,58,[]],[408,58],[409,58],[410,58],[411,58],[[[233,[-1]]],58,206],[412,58],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,58],[],[]],[[-1,58],5,[]],[[-1,58],5,[]],[[-1,58],5,[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],0,0,[-1,407,[]],[408,407],[409,407],[410,407],[411,407],[[[233,[-1]]],407,206],[412,407],[-1,407,[]],[408,407],[409,407],[410,407],[411,407],[[[233,[-1]]],407,206],[412,407],[-1,[[49,[[2,[6,6]]]]],[]],[408,[[49,[[2,[6,6]]]]]],[409,[[49,[[2,[6,6]]]]]],[410,[[49,[[2,[6,6]]]]]],[411,[[49,[[2,[6,6]]]]]],[[[233,[-1]]],[[49,[[2,[6,6]]]]],206],[412,[[49,[[2,[6,6]]]]]],[-1,[[49,[[2,[6,6]]]]],[]],[408,[[49,[[2,[6,6]]]]]],[409,[[49,[[2,[6,6]]]]]],[410,[[49,[[2,[6,6]]]]]],[411,[[49,[[2,[6,6]]]]]],[[[233,[-1]]],[[49,[[2,[6,6]]]]],206],[412,[[49,[[2,[6,6]]]]]],[-1,[[49,[[2,[6,6]]]]],[]],[409,[[49,[[2,[6,6]]]]]],[410,[[49,[[2,[6,6]]]]]],[411,[[49,[[2,[6,6]]]]]],[[[233,[-1]]],[[49,[[2,[6,6]]]]],206],[-1,[[49,[[2,[6,6]]]]],[]],[409,[[49,[[2,[6,6]]]]]],[410,[[49,[[2,[6,6]]]]]],[411,[[49,[[2,[6,6]]]]]],[[[233,[-1]]],[[49,[[2,[6,6]]]]],206],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[-1,58],[[49,[58]]],[]],[[-1,58],[[49,[58]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[29,58],2],[[29,172],2],[[29,58],2],[[29,172],2],[[29,58],29],[[29,58],2],[29,[[45,[74]]]],[413,[[45,[74]]]],[29,[[8,[[165,[166]],167]]]],[29,[[8,[[165,[166]],167]]]],[-1,129,[]],[-1,129,[]],[29,58],[29,58],[29,29],[29,29],[29,[[42,[74,80]]]],[414,58],[414,[[45,[74]]]],[29,58],[29,134],[29,[[45,[74]]]],[29,168],[414,58],[29,[[8,[58,167]]]],[29,58],[29,[[8,[58,167]]]],[-1,-2,[],[]],[-1,-2,[],[]],[29,58],[29,174],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,58],[-1,-2,[],[]],[-1,-2,[],[]],0,[29,6],[-1,[[209,[-2]]],[],[]],[29,2],[29,29],[413,413],[[29,29],2],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[29,29],108],[[-1,-2],108,[],[]],[[29,58],2],[[],29],[6,-1,[]],[6,-1,[]],[29,58],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[29,58],[6,-1,[]],[6,-1,[]],[413,58],[415,58],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[29]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[29,-1],414,[[295,[6]]]],[6,2],[414,2],[6,2],[6,2],[6,2],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],0,[[29,416],5],[[29,417],5],[[29,29],5],[[29,[165,[58]]],5],[[29,58],5],[[29,216],5],[[29,418],5],[[29,174],5],[[29,183],5],[[29,174],5],[[29,58],5],[[413,413],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,187],[[29,-1],2,[[295,[6]]]],[[29,172],2],[[29,172],2],[[29,[165,[58]]],2],[[29,29],2],[[29,58],2],[[29,6],2],[[29,6],2],[29,29],[29,29],[[414,37],[[8,[2,38]]]],[[29,37],[[8,[2,38]]]],[[29,37],[[8,[2,38]]]],[[413,37],[[8,[2,38]]]],[[413,37],[[8,[2,38]]]],[[415,37],[[8,[2,38]]]],[[415,37],[[8,[2,38]]]],[-1,-1,[]],[419,29],[58,29],[420,29],[[[18,[58,80]]],29],[421,29],[422,29],[[[165,[58]]],29],[-1,-1,[]],[29,29],[172,29],[58,29],[-1,-1,[]],[-1,-1,[]],[-1,29,187],[-1,29,187],[-1,29,187],[-1,29,187],[-1,29,187],[-1,29,187],[[74,6,6],29],[58,[[8,[29]]]],[[[45,[231]]],[[8,[29,415]]]],[[[45,[231]]],29],[[[42,[74,80]]],[[8,[29,413]]]],[[[45,[74]]],[[165,[58]]]],[[[42,[74,80]]],29],[[-1,-2],188,[189,9],190],[[29,-1],2,191],[[29,423],58],[[29,[424,[6]]],58],[[29,[59,[6]]],58],[[29,[425,[6]]],58],[[29,[426,[6]]],58],[[29,[427,[6]]],58],[[29,[427,[6]]],58],[[29,[424,[6]]],58],[[29,423],58],[[29,[59,[6]]],58],[[29,[426,[6]]],58],[[29,[425,[6]]],58],[[],6],[[],6],[[],6],[[],6],[[[49,[6]]],29],[[[49,[6]]],29],[[[49,[6]]],29],[[[49,[6]]],29],[[29,6,172],2],[[29,6,58],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,[[18,[58,80]]]],[29,[[42,[74,80]]]],[413,[[42,[74,80]]]],[29,[[8,[[165,[166]],167]]]],[29,[[8,[[165,[166]],167]]]],[29,[[428,[-1]]],193],[-1,-2,[],[]],[29,[[2,[74,6,6]]]],[[29,58]],[[29,-1],[[8,[-2,167]]],100,[]],[[29,-1],[[8,[-2,167]]],100,[]],[[29,58],5],[29,5],[[29,58],5],[[],5],[[29,58],5],0,[194,195],[414,[[49,[172]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[29,58],[29,6],[[29,58],5],[[29,58],5],[[29,[165,[58]]],5],[[],29],[414,[[49,[172]]]],[414,[[49,[172]]]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[29,183],[[49,[108]]]],[[29,29],[[49,[108]]]],[[29,174],[[49,[108]]]],[[29,418],[[49,[108]]]],[[29,416],[[49,[108]]]],[[29,216],[[49,[108]]]],[[29,174],[[49,[108]]]],[[]],[[]],[[]],[[]],[29,[[49,[172]]]],[[29,172],2],[[29,58],2],[[29,6],172],[[29,-1],2,384],[[29,-1,58],2,[[295,[6]]]],[[29,6],2],[[29,6],2],[[29,6],2],[[-1,6],2,[]],[[29,-1],2,206],[[],[[165,[58]]]],[[],29],[[29,-1],8,76],[[29,-1],8,[36,9]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[29,6],2],[29,2],[414,[[2,[6,[49,[6]]]]]],[[29,6],29],0,[-1,[[258,[-2]]],[],[]],0,[[29,58],[[49,[58]]]],[[29,58],[[49,[58]]]],[-1,-2,[],[]],[-1,-2,[],[]],[29,[[8,[259,260]]]],[29,[[8,[[430,[429,80]],222]]]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[29,[[165,[58]]]],[29,[[165,[58]]]],[[29,6],2],[-1,[[8,[-2]]],[],[]],[174,[[8,[29,431]]]],[183,[[8,[29,432]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[29,6],[[8,[2,284]]]],[[29,6],[[8,[2,284]]]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[413,385],0,[6,29],[[29,172],[[8,[2,38]]]],[[29,58],[[8,[2,38]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,[[[30,[-1,-2]]],-2,[],178],[-1,129,[]],[-1,129,[]],[-1,129,[]],[[[30,[-1,80]]],199,200],[[[30,[-1,-2]]],[],9,178],[[[433,[-1,-2]]],[],9,178],[[[30,[-1,80]]],201,202],[[[30,[-1,-2]]],-1,9,178],[[[30,[[45,[[203,[-1]]]],-2]]],[[30,[[45,[-1]],-2]]],[],[132,178]],[[[30,[[203,[-1]],-2]]],[[30,[-1,-2]]],[],[132,178]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[30,[-1,-2]]],-1,9,178],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[434,[-2]],-1],[],204,[[206,[-1]]]],[[435,-1],2,100],[[[434,[-2]],-1],[],204,[[100,[-1]]]],[[435,-1],2,100],[[[30,[-1,80]]],[[49,[129]]],[129,9]],[[[436,[-1]]],[[49,[129]]],[]],[[[30,[-1,80]],81,6],[[8,[2,39]]],437],[[[438,[-1]]],2,9],[[[149,[-1]]],2,9],[[[30,[-1,-2]]],[[30,[-1,-2]]],9,[178,132]],[[[433,[-1,-2]]],[[433,[-1,-2]]],9,[178,132]],[[[439,[-1]]],[[439,[-1]]],132],[440,440],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[30,[-1,-2]],[30,[-1,-2]]],108,[170,9],178],[[-1,-2],108,[],[]],[[[30,[116]],22,23],[[8,[24,25]]]],[[[30,[116]],26,27],[[8,[28,29]]]],[[[30,[116]],22,23,[32,[31]]],[[8,[24,25]]]],[[[30,[116]],26,27,[32,[33]]],[[8,[28,29]]]],0,0,0,0,0,[[[30,[-1,80]]],2,9],[[[30,[-1,80]]],[[49,[60]]],437],[[],2],[-1,2,178],[[],441],[[],[[442,[-1]]],217],[[],[[30,[-1,80]]],217],[[],[[433,[-1,80]]],[]],[[],[[438,[-1]]],[217,9]],[[],[[439,[-1]]],[]],[[],[[149,[-1]]],217],[[],[[434,[-1]]],[217,9]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[442,[-1,-2]]],-1,[],100],[6,-1,[]],[6,-1,[]],[[[30,[-1,-2]]],-1,9,178],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[135,[-1]]],-1,9],[6,-1,[]],[[[443,[-1]]],-1,9],[6,-1,[]],[[[444,[-1]]],-1,9],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[135,[-1]]],-1,9],[6,-1,[]],[[[444,[-1]]],-1,9],[6,-1,[]],[6,-1,[]],[[[30,[-1,80]]],58,[129,9]],[[[445,[-1]]],58,[]],[[[436,[-1]]],58,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[30,[-2,80]]]]],35,9],[-1,[[8,[[433,[-2,80]]]]],35,219],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[438,[-2]]]]],35,219],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[149,[-2]]]]],35,219],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[[30,[79,-1]]],[[8,[[30,[-2,-1]],[30,[79,-1]]]]],[178,132],[79,137,138]],[[[30,[79,-1]]],[[30,[-2,-1]]],[178,132],[79,137,138]],[[[30,[-1,-2]]],[[433,[-1,-2]]],9,[132,178]],[6,2],[6,2],[6,2],[[[442,[-1,-2]]],2,[],[]],[6,2],[[[30,[-1,-2]]],2,9,178],[6,2],[[[433,[-1,-2]]],2,9,178],[6,2],[6,2],[6,2],[6,2],[6,2],[[[439,[-1]]],2,[]],[6,2],[6,2],[6,2],[6,2],[6,2],[[[135,[-1]]],2,9],[6,2],[[[443,[-1]]],2,9],[6,2],[[[444,[-1]]],2,9],[6,2],[[[30,[-1,80]]],60,437],[[[30,[-1,80]],60],[[49,[265]]],437],[[[30,[-1,80]],220],5,[221,9]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],178],[[[439,[-1]],[439,[-1]]],5,[]],[[440,440],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[30,[-1,80]]],2,[221,9]],[[[30,[446,80]]],[[8,[2,222]]]],[[447,37],[[8,[2,38]]]],[[448,37],[[8,[2,38]]]],[[441,37],[[8,[2,38]]]],[[[442,[-1,-2]],37],[[8,[2,38]]],181,[]],[[[30,[-1,-2]],37],[[8,[2,38]]],[181,9],178],[[[30,[-1,-2]],37],[[8,[2,38]]],9,178],[[[30,[-1,-2]],37],[[8,[2,38]]],[182,9],178],[[[433,[-1,80]],37],[[8,[2,38]]],9],[[[438,[-1]],37],[[8,[2,38]]],[181,9]],[[435,37],[[8,[2,38]]]],[[449,37],[[8,[2,38]]]],[[[439,[-1]],37],[[8,[2,38]]],181],[[[445,[-1]],37],[[8,[2,38]]],[]],[[[445,[-1]],37],[[8,[2,38]]],[]],[[[436,[-1]],37],[[8,[2,38]]],[]],[[[436,[-1]],37],[[8,[2,38]]],[]],[[[149,[-1]],37],[[8,[2,38]]],[181,9]],[[440,37],[[8,[2,38]]]],[[[135,[-1]],37],[[8,[2,38]]],[182,9]],[[[135,[-1]],37],[[8,[2,38]]],[181,9]],[[[443,[-1]],37],[[8,[2,38]]],[182,9]],[[[443,[-1]],37],[[8,[2,38]]],181],[[[444,[-1]],37],[[8,[2,38]]],[182,9]],[[[444,[-1]],37],[[8,[2,38]]],181],[[[434,[-1]],37],[[8,[2,38]]],9],[[[442,[-1,-2]]],-1,[],100],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[29,[[30,[58,80]]]],[134,[[30,[134,80]]]],[[[225,[-1]]],[[30,[[45,[-1]],80]]],[]],[175,[[30,[168,80]]]],[[[30,[58,80]]],[[30,[[45,[74]],80]]]],[185,[[30,[166,80]]]],[[[42,[-1,-2]]],[[30,[[45,[-1]],-2]]],[],[178,132]],[[[18,[-1,-2]]],[[30,[-1,-2]]],9,178],[168,[[30,[168,80]]]],[58,[[30,[58,80]]]],[-1,-1,[]],[227,-1,[]],[176,[[30,[134,80]]]],[-1,[[30,[-1,80]]],[]],[[[165,[-1]]],[[30,[-1,80]]],[169,9]],[[[45,[-1]]],[[30,[[45,[-1]],80]]],132],[166,[[30,[166,80]]]],[-1,-1,[]],[-1,[[438,[-1]]],[]],[-1,-1,[]],[227,-1,[]],[-1,-1,[]],[-1,-1,[]],[227,-1,[]],[-1,[[439,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[445,[-1]]],[[436,[-1]]],[]],[-1,-1,[]],[227,-1,[]],[-1,[[149,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[227,-1,[]],[-1,-1,[]],[-1,[[434,[-1]]],[]],[-1,[[30,[[45,[-2]],80]]],187,[]],[-1,[[434,[-1]]],9],[[[232,[-1]]],[[232,[[434,[-1]]]]],9],[[],[[30,[-1,80]]],9],[[],[[433,[-1,80]]],9],[-1,[[30,[-2,-1]]],178,9],[-1,[[433,[-2,-1]]],178,9],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],178],[[[439,[-1]]],[[49,[-1]]],[]],[[-1,-2],188,[189,9],190],[[[30,[-1,-2]]],[[49,[-1]]],9,178],[[[438,[-1]]],[[8,[-1,[445,[-1]]]]],9],[[[439,[-1]]],[[49,[-1]]],[]],[[[445,[-1]]],-1,[]],[[[149,[-1]]],[[8,[-1,[445,[-1]]]]],9],[[[434,[-1]]],-1,9],[[[30,[-1,-2]]],-1,9,178],[[[439,[-1]],-2],-1,[],100],[[[439,[-1]],-2],[[8,[-1,-3]]],[],100,[]],[[[232,[[434,[-1]]]]],[[232,[-1]]],9],[[[445,[-1]]],-1,[]],[[[30,[-1,80]],60],[[49,[450]]],437],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],178],0,[[[30,[-1,-2]],-3],2,[189,9],178,191],[[],2],[-1,2,[132,178]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[[442,[-1,-2]]],[[8,[-1,-2]]],[],100],[[[30,[-1,-2]]],[[49,[-1]]],[],178],[[[438,[-1]]],[[8,[-1,[445,[-1]]]]],9],[[[439,[-1]]],[[49,[-1]]],[]],[[[445,[-1]]],-1,[]],[[[149,[-1]]],[[8,[-1,[445,[-1]]]]],9],[[[434,[-1]]],-1,[]],[[[30,[-1,-2]]],[],9,178],[[[433,[-1,-2]]],[],9,178],[[-1,58],[[233,[-2]]],[],[]],[435,5],[[-1,58],5,[]],[[[30,[-1,80]],60],5,437],[448,5],[[[438,[-1]]],5,9],[449,5],[[[149,[-1]]],5,9],[[-1,58],5,[]],[[[30,[446,80]]],5],[[],5],[[],5],[[],5],[[],5],[[[30,[-1,80]],62,62],5,437],[[-1,58],5,[]],[[[30,[446,80]]],5],[194,195],[194,195],[194,195],[194,195],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],178],[[[438,[-1]]],[[8,[[135,[-1]],[445,[[135,[-1]]]]]]],9],0,0,0,[[[30,[-1,80]],235],2,[221,9]],[[[30,[-1,-2]],[30,[-1,-2]]],5,[],178],[[[30,[-1,-2]]],-1,132,[178,132]],[[[30,[-1,80]],60],[[49,[451]]],437],[[[30,[116]],22],23],0,[[[30,[-1,-2]],[30,[-1,-2]]],5,[],178],[6,447],[[],441],[-1,[[442,[-2,-1]]],100,[]],[-1,[[30,[-1,80]]],[]],[[],[[433,[-1,80]]],[]],[-1,[[438,[-1]]],[]],[[],435],[[],[[439,[-1]]],[]],[-1,[[445,[-1]]],[]],[-1,[[149,[-1]]],[]],[-1,[[434,[-1]]],[]],[-1,[[30,[-2,80]]],100,[]],[[-1,-2],[[30,[-1,-2]]],[],178],[-1,[[433,[-2,-1]]],178,[]],[[],[[30,[[203,[-1]],80]]],[]],[-1,[[30,[[203,[-2]],-1]]],178,[]],[6,[[30,[[45,[[203,[-1]]]],80]]],[]],[[6,-1],[[30,[[45,[[203,[-2]]]],-1]]],178,[]],[[],[[30,[[203,[-1]],80]]],[]],[-1,[[30,[[203,[-2]],-1]]],178,[]],[6,[[30,[[45,[[203,[-1]]]],80]]],[]],[[6,-1],[[30,[[45,[[203,[-2]]]],-1]]],178,[]],[441,2],[441,2],0,0,0,[[-1,-2],[[8,[-3,[240,[-4]]]]],[],[],[],[]],[[-1,-2],[[8,[-3,[241,[-4]]]]],[],[],[],[]],[[[30,[-1,-2]],[30,[-1,-2]]],[[49,[108]]],[],178],0,[-1,[[232,[[30,[-1,80]]]]],[]],[[-1,-2],[[232,[[30,[-1,-2]]]]],[],178],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[[232,[[434,[-1]]]],244],245,[246,9]],[[[30,[-1,80]],452],2,[129,9]],0,0,[[[30,[-1,-2]],[30,[-1,-2]]],5,9,178],[[[433,[-1,-2]],[433,[-1,-2]]],5,9,178],[[[30,[446,80]],[45,[74]]],[[8,[6,222]]]],[[[149,[-1]]],[[8,[[443,[-1]],[445,[[443,[-1]]]]]]],9],[[[30,[446,80]],249],[[8,[2,222]]]],[[[30,[446,80]],[42,[74,80]]],[[8,[6,222]]]],[[[30,[446,80]],29],[[8,[6,222]]]],[[[30,[446,80]],[45,[250]]],[[8,[6,222]]]],[[[30,[-1,80]],6],2,[251,9]],[[[433,[-1,80]],6],2,[251,9]],[[-1,6],2,[]],[[-1,6],2,[]],[[[232,[[434,[-2]]]],-1],252,[],[[253,[-1]],9]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],29],[[],29],[[],29],[[],29],[[[30,[446,80]],254],[[8,[188,222]]]],[[[30,[-2,80]],-1],8,[348,453,9],[[256,[-1]],9]],[[[30,[-1,80]],-2],8,[196,9],76],[[[433,[-2,80]],-1],8,[348,453,9],[[256,[-1]],9]],[[[433,[-1,80]],-2],8,[196,9],76],[[[438,[-1]],-2],8,[196,9],76],[[[149,[-1]],-2],8,[196,9],76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[[439,[-1]],-1],[[8,[2,-1]]],[]],[[[30,[-1,80]]],[[49,[129]]],[129,9]],[[-1,58],[[49,[58]]],[]],[[-1,58],[[49,[58]]],[]],[[[30,[-1,-2]]],6,9,178],[[[433,[-1,-2]]],6,9,178],[[[30,[-1,80]],60],[[49,[454]]],437],[[[30,[-1,80]],60],[[49,[455]]],437],[[[30,[116]],26],27],[[[30,[-1,80]],60],[[49,[456]]],437],[[[439,[-1]]],[[49,[-1]]],[]],[440,5],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[30,[-1,80]]],[[8,[259,260]]],[261,9]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[[[30,[-1,80]],81],81,437],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[30,[[45,[-1]],-2]]],[[8,[[30,[[225,[-1]],-2]]]]],[],[178,132]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[438,[-1]]],[[8,[[135,[-1]],[436,[[135,[-1]]]]]]],9],[-1,[[8,[[30,[-1,80]],262]]],[]],[[-1,-2],[[8,[[30,[-1,-2]],262]]],[],178],[[],[[8,[[30,[[203,[-1]],80]],262]]],[]],[-1,[[8,[[30,[[203,[-2]],-1]],262]]],178,[]],[[],[[8,[[30,[[203,[-1]],80]],262]]],[]],[-1,[[8,[[30,[[203,[-2]],-1]],262]]],178,[]],[-1,[[8,[[232,[[30,[-1,80]]]],262]]],[]],[[-1,-2],[[8,[[232,[[30,[-1,-2]]]],262]]],[],178],[[[149,[-1]]],[[8,[[443,[-1]],[436,[[443,[-1]]]]]]],9],[[[30,[-1,-2]]],[[8,[-1,[30,[-1,-2]]]]],[],178],[[[149,[-1]]],[[8,[[444,[-1]],[436,[[444,[-1]]]]]]],9],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[30,[-1,80]],60],[[49,[457]]],437],[[[30,[-1,80]],60],[[49,[456]]],437],[[[135,[-1]]],2,9],[[[30,[-1,-2]]],-1,132,[178,132]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[[[433,[-1,-2]]],[[49,[[30,[-1,-2]]]]],9,[132,178]],0,[447,448],[[441,[135,[-1]]],[[8,[[135,[-1]],[445,[[135,[-1]]]]]]],[]],[[441,[135,[-1]],458],[[8,[[2,[[135,[-1]],440]],[445,[[2,[[135,[-1]],440]]]]]]],[]],[[441,[135,[-1]],60],[[8,[[2,[[135,[-1]],5]],[445,[[2,[[135,[-1]],5]]]]]]],[]],[[441,[135,[-1]],458,-2],[[8,[[2,[[135,[-1]],440]],[445,[[2,[[135,[-1]],440]]]]]]],[],206],[[441,[135,[-1]],-2],[[8,[[135,[-1]],[445,[[135,[-1]]]]]]],[],206],[[[30,[-1,-2]]],6,9,178],[[[433,[-1,-2]]],6,9,178],[[[30,[446,80]],[45,[74]]],[[8,[6,222]]]],[[[149,[-1]]],[[8,[[444,[-1]],[445,[[444,[-1]]]]]]],9],[[[30,[446,80]],[45,[208]]],[[8,[6,222]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[459,5],[[[460,[-1]]],[],[]],[461,230],[462,74],[463,228],[464,231],[465,201],[466,60],[467,229],[468,188],[469,274],[470,6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[459,-1],[[8,[459]]],9],[[461,-1],[[8,[461]]],9],[[462,-1],[[8,[462]]],9],[[463,-1],[[8,[463]]],9],[[464,-1],[[8,[464]]],9],[[465,-1],[[8,[465]]],9],[[466,-1],[[8,[466]]],9],[[467,-1],[[8,[467]]],9],[[468,-1],[[8,[468]]],9],[471,471],[[-1,-2],2,[],[]],[[459,5,5,471],5],[[[460,[-1]],471],[],[]],[[461,230,230,471],230],[[462,74,74,471],74],[[463,228,228,471],228],[[464,231,231,471],231],[[465,201,201,471],201],[[466,60,60,471],60],[[467,229,229,471],229],[[468,188,188,471],188],[[469,274,274,471],274],[[470,6,6,471],6],[[459,5,5,471,471],[[8,[5,5]]]],[[[460,[-1]],471,471],8,[]],[[461,230,230,471,471],[[8,[230,230]]]],[[462,74,74,471,471],[[8,[74,74]]]],[[463,228,228,471,471],[[8,[228,228]]]],[[464,231,231,471,471],[[8,[231,231]]]],[[465,201,201,471,471],[[8,[201,201]]]],[[466,60,60,471,471],[[8,[60,60]]]],[[467,229,229,471,471],[[8,[229,229]]]],[[468,188,188,471,471],[[8,[188,188]]]],[[469,274,274,471,471],[[8,[274,274]]]],[[470,6,6,471,471],[[8,[6,6]]]],[[459,5,5,471,471],[[8,[5,5]]]],[[[460,[-1]],471,471],8,[]],[[461,230,230,471,471],[[8,[230,230]]]],[[462,74,74,471,471],[[8,[74,74]]]],[[463,228,228,471,471],[[8,[228,228]]]],[[464,231,231,471,471],[[8,[231,231]]]],[[465,201,201,471,471],[[8,[201,201]]]],[[466,60,60,471,471],[[8,[60,60]]]],[[467,229,229,471,471],[[8,[229,229]]]],[[468,188,188,471,471],[[8,[188,188]]]],[[469,274,274,471,471],[[8,[274,274]]]],[[470,6,6,471,471],[[8,[6,6]]]],[471,2],[[],459],[[],[[460,[-1]]],[]],[[],461],[[],462],[[],463],[[],464],[[],465],[[],466],[[],467],[[],468],[[],469],[[],470],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[-1,[[8,[459]]],[36,9]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[459]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[461]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[461]]],[36,9]],[-1,[[8,[462]]],[36,9]],[-1,[[8,[462]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[463]]],[36,9]],[-1,[[8,[463]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[464]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[464]]],[36,9]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[465]]],[36,9]],[-1,[[8,[465]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[466]]],[36,9]],[-1,[[8,[466]]],35],[-1,[[8,[467]]],35],[-1,[[8,[467]]],[36,9]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[468]]],[36,9]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[468]]],35],[-1,[[8,[469]]],[36,9]],[-1,[[8,[469]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[470]]],35],[-1,[[8,[470]]],[36,9]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[471,471],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[471,471],[471,2],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,5,471],5],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[[460,[-1]],6,471],[],[]],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,5,471],5],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,471],5],[[459,5,471],5],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[[460,[-1]],6,471],[],[]],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,471,471,-1],[[8,[5,5]]],206],[[[460,[-1]],471,471,-2],8,[],206],[[461,471,471,-1],[[8,[230,230]]],206],[[462,471,471,-1],[[8,[74,74]]],206],[[463,471,471,-1],[[8,[228,228]]],206],[[464,471,471,-1],[[8,[231,231]]],206],[[465,471,471,-1],[[8,[201,201]]],206],[[466,471,471,-1],[[8,[60,60]]],206],[[467,471,471,-1],[[8,[229,229]]],206],[[468,471,471,-1],[[8,[188,188]]],206],[[469,471,471,-1],[[8,[274,274]]],206],[[470,471,471,-1],[[8,[6,6]]],206],[[459,5,471],5],[[[460,[-1]],6,471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[[459,37],[[8,[2,38]]]],[[[460,[-1]],37],[[8,[2,38]]],[]],[[[460,[-1]],37],[[8,[2,38]]],[]],[[471,37],[[8,[2,38]]]],[[461,37],[[8,[2,38]]]],[[462,37],[[8,[2,38]]]],[[463,37],[[8,[2,38]]]],[[464,37],[[8,[2,38]]]],[[465,37],[[8,[2,38]]]],[[466,37],[[8,[2,38]]]],[[467,37],[[8,[2,38]]]],[[468,37],[[8,[2,38]]]],[[469,37],[[8,[2,38]]]],[[470,37],[[8,[2,38]]]],[-1,-1,[]],[5,459],[[],[[460,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[230,461],[74,462],[-1,-1,[]],[228,463],[-1,-1,[]],[-1,-1,[]],[231,464],[-1,-1,[]],[201,465],[-1,-1,[]],[60,466],[-1,-1,[]],[229,467],[188,468],[-1,-1,[]],[274,469],[-1,-1,[]],[-1,-1,[]],[6,470],[5,459],[[],[[460,[-1]]],[]],[230,461],[74,462],[228,463],[231,464],[201,465],[60,466],[229,467],[188,468],[274,469],[6,470],[[[45,[5]]],[[45,[459]]]],[45,[[45,[[460,[-1]]]]],[]],[[[45,[230]]],[[45,[461]]]],[[[45,[74]]],[[45,[462]]]],[[[45,[228]]],[[45,[463]]]],[[[45,[231]]],[[45,[464]]]],[[[45,[201]]],[[45,[465]]]],[[[45,[60]]],[[45,[466]]]],[[[45,[229]]],[[45,[467]]]],[[[45,[188]]],[[45,[468]]]],[[[45,[274]]],[[45,[469]]]],[[[45,[6]]],[[45,[470]]]],[5,459],[[],[[460,[-1]]],[]],[230,461],[74,462],[228,463],[231,464],[201,465],[60,466],[229,467],[188,468],[274,469],[6,470],[[-1,-2],188,[189,9],190],[459,5],[[[460,[-1]]],[],[]],[461,230],[462,74],[463,228],[464,231],[465,201],[466,60],[467,229],[468,188],[469,274],[470,6],[[[45,[459]]],[[45,[5]]]],[[[45,[[460,[-1]]]]],45,[]],[[[45,[461]]],[[45,[230]]]],[[[45,[462]]],[[45,[74]]]],[[[45,[463]]],[[45,[228]]]],[[[45,[464]]],[[45,[231]]]],[[[45,[465]]],[[45,[201]]]],[[[45,[466]]],[[45,[60]]]],[[[45,[467]]],[[45,[229]]]],[[[45,[468]]],[[45,[188]]]],[[[45,[469]]],[[45,[274]]]],[[[45,[470]]],[[45,[6]]]],[[471,-1],2,191],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[459,5],[[[460,[-1]]],[],[]],[461,230],[462,74],[463,228],[464,231],[465,201],[466,60],[467,229],[468,188],[469,274],[470,6],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[[],5],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[194,195],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[459,471],5],[[[460,[-1]],471],[],[]],[[461,471],230],[[462,471],74],[[463,471],228],[[464,471],231],[[465,471],201],[[466,471],60],[[467,471],229],[[468,471],188],[[469,471],274],[[470,471],6],[459],[[[460,[-1]]],[],[]],[461],[462],[463],[464],[465],[466],[467],[468],[469],[470],[5,459],[[],[[460,[-1]]],[]],[230,461],[74,462],[228,463],[231,464],[201,465],[60,466],[229,467],[188,468],[274,469],[6,470],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[459,6],2],[[461,6],2],[[462,6],2],[[463,6],2],[[464,6],2],[[465,6],2],[[466,6],2],[[467,6],2],[[468,6],2],[[469,6],2],[[470,6],2],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[-1,6],2,[]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],[[165,[58]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[459,-1],8,76],[[459,-1],8,[36,9]],[[461,-1],8,76],[[461,-1],8,[36,9]],[[462,-1],8,[36,9]],[[462,-1],8,76],[[463,-1],8,76],[[463,-1],8,[36,9]],[[464,-1],8,[36,9]],[[464,-1],8,76],[[465,-1],8,[36,9]],[[465,-1],8,76],[[466,-1],8,[36,9]],[[466,-1],8,76],[[467,-1],8,76],[[467,-1],8,[36,9]],[[468,-1],8,[36,9]],[[468,-1],8,76],[[469,-1],8,76],[[469,-1],8,[36,9]],[[470,-1],8,[36,9]],[[470,-1],8,76],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[],2],[[459,5,471],2],[[[460,[-1]],471],2,[]],[[461,230,471],2],[[462,74,471],2],[[463,228,471],2],[[464,231,471],2],[[465,201,471],2],[[466,60,471],2],[[467,229,471],2],[[468,188,471],2],[[469,274,471],2],[[470,6,471],2],[471,471],[[459,5,471],5],[[[460,[-1]],471],[],[]],[[461,230,471],230],[[462,74,471],74],[[463,228,471],228],[[464,231,471],231],[[465,201,471],201],[[466,60,471],60],[[467,229,471],229],[[468,188,471],188],[[469,274,471],274],[[470,6,471],6],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,129,[]],[-1,129,[]],[-1,129,[]],[-1,129,[]],[-1,129,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[2,[[472,[-1]],[473,[-1]]]]],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[472,[-1]]],[[472,[-1]]],[]],[[[474,[-1]]],[[474,[-1]]],[]],[[[475,[-1]]],[[475,[-1]]],132],[476,476],[477,477],[478,478],[[[479,[-1]]],[[479,[-1]]],132],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[475,[-1]]],58,[]],[476,58],[477,58],[478,58],[[[479,[-1]]],58,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[[475,[-1]],[475,[-1]]],5,[]],[[476,476],5],[[477,477],5],[[478,478],5],[[[479,[-1]],[479,[-1]]],5,[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[473,[-1]],37],[[8,[2,38]]],[]],[[[472,[-1]],37],[[8,[2,38]]],[]],[[[474,[-1]],37],[[8,[2,38]]],[]],[[[480,[-1]],37],[[8,[2,38]]],181],[[[481,[-1]],37],[[8,[2,38]]],181],[[[482,[-1]],37],[[8,[2,38]]],181],[[[475,[-1]],37],[[8,[2,38]]],[]],[[[475,[-1]],37],[[8,[2,38]]],[]],[[476,37],[[8,[2,38]]]],[[476,37],[[8,[2,38]]]],[[477,37],[[8,[2,38]]]],[[477,37],[[8,[2,38]]]],[[478,37],[[8,[2,38]]]],[[478,37],[[8,[2,38]]]],[[[479,[-1]],37],[[8,[2,38]]],[]],[[[479,[-1]],37],[[8,[2,38]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[476,477],[-1,-1,[]],[476,478],[-1,-1,[]],[[[475,[-1]]],[[479,[-1]]],[]],[-1,-1,[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[473,[-1]]],[[480,[-1]]],[]],[[[473,[-1]]],[[482,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[473,[-1]]],[[480,[-1]]],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[480,[-1]]],[[49,[-1]]],[]],[[[481,[-1]]],[[49,[-1]]],[]],[[[482,[-1]]],[[49,[-1]]],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[473,[-1]]],[[8,[-1,476]]],[]],[[[473,[-1]],483],[[8,[-1,478]]],[]],[[[473,[-1]],458],[[8,[-1,478]]],[]],0,0,0,[[[472,[-1]],-1],[[8,[2,[475,[-1]]]]],[]],[[[474,[-1]],-1],[[8,[2,[475,[-1]]]]],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[6,[[2,[[474,[-1]],[473,[-1]]]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[473,[-1]]],[[481,[-1]]],[]],[[[473,[-1]]],[[8,[-1,477]]],[]],[[[474,[-1]],-1],[[8,[2,[479,[-1]]]]],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[[42,[-1,80]],-1],2,[]],[[[42,[-1,80]],[45,[-1]]],2,132],[[[42,[-1,80]],[45,[-1]]],2,132],[[[42,[-1,80]],-1],2,[]],[[[430,[-1,-2]],6],[[8,[2,368]]],[],178],[[[430,[-1,-2]],6],[[8,[2,368]]],[],178],[[[42,[74,80]],6],2],0,[[[484,[-1,-2]]],-2,[],178],[[[430,[-1,-2]]],-2,[],178],[[[42,[-1,-2]]],-2,[],178],[[[485,[-1,-2,-3]]],-3,[],206,178],[[[42,[-1,-2]],[42,[-1,-2]]],2,[],178],[[[42,[74,80]]],[[8,[[165,[166]],167]]]],[[[42,[74,80]]],[[8,[[165,[166]],167]]]],[[[42,[-1,-2]]],[[42,[-1,-2]]],[],178],[[[42,[-1,-2]]],[[45,[-1]]],[],178],[[[42,[-1,-2]]],[],[],178],[[[430,[-1,-2]]],[[45,[-1]]],[],178],[[[42,[-1,-2]]],[[45,[-1]]],[],178],[[[42,[-1,-2]]],[],[],178],[[[484,[-1,-2]]],[[45,[-1]]],[],178],[[[430,[-1,-2]]],[[45,[-1]]],[],178],[[[42,[-1,-2]]],[[42,[-1,-2]]],[],178],[[[42,[-1,-2]]],[[45,[-1]]],[],178],[[[484,[-1,-2]]],[[45,[-1]]],[],178],[[[430,[-1,-2]]],[[45,[-1]]],[],178],[[[42,[-1,-2]]],[[45,[-1]]],[],178],[[[42,[74,80]]],[[8,[58,167]]]],[[[42,[74,80]]],[[8,[58,167]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[-1,-2]]],[[45,[-1]]],[],178],[[[42,[74,80]]],174],[[[42,[74,80]]],486],[[[42,[74,80]]],487],[[[42,[74,80]]],488],[[[42,[74,80]]],489],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[-1,-2]]],[[45,[-1]]],[],178],[[[42,[74,80]]],174],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[[42,[-1,-2]]],6,[],178],[[[42,[74,80]]],207],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[-1,[[209,[-2]]],[],[]],[[[42,[-1,-2]]],2,[],178],[[[430,[-1,-2]]],[[430,[-1,-2]]],132,[178,132]],[[[42,[-1,-2]]],[[42,[-1,-2]]],132,[178,132]],[[[42,[-1,-2]],[42,[-1,-2]]],2,132,[178,132]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[42,[-1,-2]],[42,[-1,-2]]],108,170,178],[[-1,-2],108,[],[]],[[[430,[-1,-2]]],6,[],178],[[[42,[-1,-2]]],2,[],178],[[[42,[-1,-2]],-3],2,[],178,206],[[[42,[-1,-2]],-3],2,[],178,206],[[],[[430,[-1,-2]]],[],[178,217]],[[],[[42,[-1,80]]],[]],0,[6,-1,[]],[6,-1,[]],[[[42,[-1,-2]]],[[45,[-1]]],[],178],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[[42,[-1,-2]]],[[45,[-1]]],[],178],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[42,[74,80]]]]],35],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[[42,[-2,80]]]]],35,219],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[[42,[-1,-2]],-3],[[484,[-1,-2]]],[],178,[[295,[6]]]],0,[[[484,[-1,-2]]],2,[],178],[6,2],[[[430,[-1,-2]]],2,[],178],[6,2],[[[42,[-1,-2]]],2,[],178],[6,2],[6,2],[[[485,[-1,-2,-3]]],2,[],206,178],[[[490,[-1,-2]]],2,55,178],[6,2],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],[-1,-2,[],[[173,[172]]]],0,[[[42,[74,80]],85],5],[[[42,[74,80]],85],5],[[[42,[74,80]],174],5],[[[42,[-2,80]],[304,[-1]]],5,[],[[177,[-1]]]],[[[42,[74,80]],174],5],[[[42,[-2,-3]],[225,[-1]]],5,[],[[177,[-1]]],178],[[[42,[74,80]],183],5],[[[42,[74,80]],216],5],[[[42,[-2,-3]],[45,[-1]]],5,[],[[177,[-1]]],178],[[[42,[74,80]],418],5],[[[42,[-2,-3]],[45,[-1]]],5,[],[[177,[-1]]],178],[[[42,[-2,-3]],[225,[-1]]],5,[],[[177,[-1]]],178],[[[42,[-2,-3]],[42,[-1,-4]]],5,[],[[177,[-1]]],178,178],[[[42,[-2,-3]],[45,[-1]]],5,[],[[177,[-1]]],178],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[[42,[-1,-2]],-3],2,224,178,187],[[[42,[-1,-2]],-3],2,[],178,187],[[[42,[-1,-2]],[45,[-1]]],2,132,178],[[[42,[-1,-2]],-3],2,132,178,[[295,[6]]]],[[[42,[-1,-2]],-1],2,224,178],[[[42,[-1,-2]],-1],2,[],178],[[[42,[-1,-2]],6],2,224,178],[[[42,[-1,-2]],6],2,[],178],[[[42,[-1,-2]],-3],[[485,[-1,-3,-2]]],[],178,206],[[[42,[74,-1]]],[[8,[2,222]]],178],[[[484,[-1,-2]],37],[[8,[2,38]]],181,178],[[[430,[-1,-2]],37],[[8,[2,38]]],181,178],[[[42,[-1,-2]],37],[[8,[2,38]]],181,178],[[[485,[-1,-2,-3]],37],[[8,[2,38]]],181,[181,206],[181,178]],[[[490,[-1,-2]],37],[[8,[2,38]]],[181,55],[181,178]],[-1,-1,[]],[-1,-1,[]],[[[45,[-1]]],[[42,[-1,80]]],132],[[[280,[-1,-2]]],[[42,[-1,-2]]],[],178],[58,[[42,[74,80]]]],[418,[[42,[74,80]]]],[[[225,[-1]]],[[42,[-1,80]]],[]],[-1,-1,[]],[[[225,[-1]]],[[42,[-1,80]]],132],[216,[[42,[74,80]]]],[[[45,[-1]]],[[42,[-1,80]]],132],[29,[[42,[74,80]]]],[491,[[42,[74,80]]]],[[[165,[[45,[-1]]]]],[[42,[-1,80]]],[]],[185,[[42,[74,80]]]],[85,[[42,[74,80]]]],[[[281,[-1,-2]]],[[42,[-1,-2]]],[],178],[420,[[42,[74,80]]]],[[[225,[-1]]],[[42,[-1,80]]],132],[183,[[42,[74,80]]]],[[[18,[[45,[-1]],-2]]],[[42,[-1,-2]]],[],178],[-1,-1,[]],[-1,-1,[]],[-1,[[8,[[42,[74,80]]]]],[[492,[[45,[74]]]]]],[-1,[[42,[-2,80]]],187,[]],[[6,6],[[42,[-1,80]]],[]],[[6,6,-1],[[42,[-2,-1]]],178,[]],[[-1,-2],188,[189,9],190],[[[42,[-1,-2]],-3],2,189,178,191],0,[[[42,[-1,80]],493],-1,[]],[[[42,[-1,80]],494],-1,[]],[[[42,[-1,80]],495],-1,[]],[[[42,[-1,-2]],-3],[],[],178,[[496,[[45,[-1]]]]]],[[[42,[-1,80]],497],-1,[]],[[[42,[-1,80]],498],-1,[]],[[[42,[-1,80]],499],-1,[]],[[[42,[-1,80]],494],-1,[]],[[[42,[-1,-2]],-3],[],[],178,[[496,[[45,[-1]]]]]],[[[42,[-1,80]],495],-1,[]],[[[42,[-1,80]],493],-1,[]],[[[42,[-1,80]],499],-1,[]],[[[42,[-1,80]],497],-1,[]],[[[42,[-1,80]],498],-1,[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[[49,[6]]],[[42,[-1,80]]],132],[[[49,[6]]],[[42,[-1,80]]],132],[[[49,[6]]],[[42,[-1,80]]],[]],[[[49,[6]]],[[42,[-1,80]]],[]],[[[42,[-1,-2]],6,-1],2,[],178],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[-1,-2]]],[[18,[[45,[-1]],-2]]],[],178],[[[42,[74,80]]],[[8,[[165,[166]],167]]]],[[[42,[74,80]]],[[8,[[165,[166]],167]]]],[[[42,[-2,80]]],[],193,[[313,[-1]]]],[[[42,[[225,[-1]],-2]]],[[42,[-1,-2]]],[],178],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[-1,-2]]],[],[],178],[[[42,[-1,-2]]],[],[],178],[[[42,[-1,-2]]],[],[],178],[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[-1,-2]]],[[2,[6,6]]],[],178],[[[42,[-1,-2]]],[[2,[6,6,-2]]],[],178],[[[42,[74,80]],-1],[[8,[-2,167]]],100,[]],[[[42,[74,80]],-1],[[8,[-2,167]]],100,[]],[[[484,[-1,-2]]],5,[],178],[[[430,[-1,-2]]],5,[],178],[[[42,[-1,-2]]],5,[],178],[[],5],[[[42,[74,-1]]],5,178],0,[194,195],[[[484,[-1,-2]]],2,[],178],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[42,[-1,-2]]],[[45,[-1]]],[],178],[[[42,[-1,-2]]],6,[],178],[[[42,[74,80]]],6],0,[[[42,[-2,-3]],[45,[-1]]],5,[],[[177,[-1]]],178],[[[42,[-2,-3]],[42,[-1,-4]]],5,[],[[177,[-1]]],178,178],[[[42,[-2,-3]],[225,[-1]]],5,[],[[177,[-1]]],178],[[[42,[-2,-3]],[45,[-1]]],5,[],[[177,[-1]]],178],[[[42,[-2,-3]],[45,[-1]]],5,[],[[177,[-1]]],178],[[[42,[-2,-3]],[225,[-1]]],5,[],[[177,[-1]]],178],[[],[[42,[-1,80]]],[]],[-1,[[42,[-2,-1]]],178,[]],[[[484,[-1,-2]]],[[49,[-1]]],[],178],[[[430,[-1,-2]]],[[49,[-1]]],[],178],[[[485,[-1,-2,-3]]],[[49,[-1]]],[],206,178],[[[490,[-1,-2]]],49,55,178],[[[484,[-1,-2]]],[[49,[-1]]],[],178],[[[430,[-1,-2]]],[[49,[-1]]],[],178],[[[490,[-1,-2]]],49,55,178],[[[430,[-1,-2]]],[[8,[[225,[-1]],[369,[-1]]]]],[],178],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[238,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],[-1,[[239,[-2]]],[],[]],0,[[[42,[74,80]],174],[[49,[108]]]],[[[42,[74,80]],418],[[49,[108]]]],[[[42,[-1,80]],[304,[-1]]],[[49,[108]]],[]],[[[42,[74,80]],183],[[49,[108]]]],[[[42,[74,80]],216],[[49,[108]]]],[[[42,[74,80]],174],[[49,[108]]]],[[[42,[-1,-2]],[42,[-1,-3]]],[[49,[108]]],[],178,178],0,[[]],[[]],[[]],[[]],[[]],[[[42,[-1,-2]]],[[49,[-1]]],[],178],0,0,[[[42,[-1,-2]],-1],2,[],178],[[[42,[-1,-2]],-1],[[8,[2,-1]]],[],178],[[[42,[74,80]],-1],2,197],[[[42,[74,80]],74,6],2],[[[42,[74,80]],[45,[74]]],2],[[[42,[74,80]]],6],[[[42,[-1,-2]],6],-1,[],178],0,[[[42,[-1,-2]],6],2,[],178],[[[42,[74,80]],6],[[8,[2,2]]]],[[[42,[-1,-2]],6],2,[],178],[[[42,[74,80]],6],2],[[[42,[-1,-2]],6,-1],2,132,178],[[[42,[-1,-2]],6,-3],2,[],178,206],[[[42,[-1,80]],6],2,347],[[-1,6],2,[]],[[[42,[-1,-2]],-3],2,[],178,206],[[[42,[-1,-2]],-3],2,[],178,206],[[],[[165,[58]]]],[[],29],[[[42,[-1,80]],-2],8,196,76],[[[42,[74,80]],-1],8,76],[[[42,[-2,80]],-1],8,[349,348,9],[[350,[-1]]]],[[-1,-2],[[8,[2]]],[],[]],[[-1,-2],[[8,[6]]],[],[]],[[[42,[-1,-2]],6],2,[],178],[[[42,[-1,-2]],6],2,[],178],[[[42,[-1,-2]]],2,[],178],[[[484,[-1,-2]]],[[2,[6,[49,[6]]]]],[],178],[[[430,[-1,-2]]],[[2,[6,[49,[6]]]]],[],178],[[[485,[-1,-2,-3]]],[[2,[6,[49,[6]]]]],[],206,178],[[[490,[-1,-2]]],[[2,[6,[49,[6]]]]],55,178],[[[42,[-1,-2]]],[[45,[[203,[-1]]]]],[],178],[[[42,[-1,-2]],-3,-4],[[490,[-2]]],[],178,[[295,[6]]],187],[[[42,[-1,-2]]],[[2,[[45,[-1]],[45,[[203,[-1]]]]]]],[],178],[[[42,[-1,-2]],6],[[42,[-1,-2]]],[],[132,178]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[-1,[[258,[-2]]],[],[]],[[[42,[-1,-2]],6],-1,[],178],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[42,[500,80]]],[[8,[259,260]]]],[[[42,[74,80]]],[[165,[58]]]],[[[42,[74,80]]],[[165,[58]]]],[[[42,[-1,-2]],6],2,[],178],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[[42,[-1,-2]],6],[[8,[2,284]]],[],178],[[[42,[-1,-2]],6],[[8,[2,284]]],[],178],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,[6,[[42,[-1,80]]],[]],[[6,-1],[[42,[-2,-1]]],178,[]],[[[42,[74,-1]],[45,[74]]],[[8,[6,222]]],178],[[[42,[74,-1]],[45,[74]]],[[8,[2,222]]],178],[[[42,[74,80]],[45,[74]]],2],[[[42,[74,-1]],[45,[208]]],[[8,[6,222]]],178],0,0,0,0,[-1,[[21,[20]]],[]],[-1,[[30,[3]]],[]],[-1,[],[]],[501,[[49,[-1]]],[]],[501,[[49,[-1]]],[]],[-1,4,[]],[-1,[[15,[57,23]]],[]],[-1,3,[]],[-1,[[8,[[42,[74]],75]]],[]],[[-1,29],5,[]],[-1,[[15,[71,27]]],[]],[[[18,[-1]]],[[18,[79]]],[]],[-1,79,[]],[-1,79,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,6,[]],[-1,6,[]],[[77,58,[45,[74]]],[[61,[2]]]],0,0,[[77,57,[49,[104]],6,[45,[74]]],[[61,[2]]]],[[77,502,58],[[61,[2]]]],[[77,69,58],[[61,[2]]]],[[77,97,58,58],[[61,[2]]]],[[77,97],[[61,[2]]]],[[77,69,58],[[61,[2]]]],[[77,158,503],[[61,[2]]]],[[77,104,58],[[61,[2]]]],[[77,158,58,58],[[61,[2]]]],[[77,142,58,58],[[61,[2]]]],[[77,22],[[61,[2]]]],[[77,57,58],[[61,[2]]]],[[77,22,58,58],[[61,[2]]]],[[77,58],[[61,[2]]]],[[77,504,[45,[74]]],[[61,[2]]]],[[77,505,[18,[[45,[69]]]]],[[61,[2]]]],[[77,136],[[61,[2]]]],[[77,69],[[61,[2]]]],[[77,26],[[61,[2]]]],[[77,71,58],[[61,[2]]]],[[77,26,58,58],[[61,[2]]]],[[77,71,[49,[104]],6,[18,[[45,[69]]]]],[[61,[2]]]],[[77,12,[45,[74]],6],[[61,[2]]]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[-1,5,[]],[77,[[61,[2]]]],[77,[[61,[2]]]],[-1,-1,[]],[-1,-1,[]],0,[[-1,-2],188,[189,9],190],[[14,-1],2,191],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],0,0,0,[[],77],[-1,6,[]],[[]],[[]],[-1,[[59,[6]]],[]],[-1,[[61,[60]]],[]],[-1,[[61,[[2,[60,62]]]]],[]],[-1,[[61,[63]]],[]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,60],[[61,[2]]]],[[77,[45,[74]]],[[61,[77]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[39,17],[39,40],0,0,0,0,0,[[-1,3],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[506,6],0,[506,6],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[506,5],[[507,-1],2,187],[[507,-1],2,187],[[-1,63,507],[[8,[2,508]]],[]],[[-1,63,507],[[8,[2,508]]],[]],[[506,37],90],[[507,37],90],[-1,-1,[]],[-1,-1,[]],[[-1,13],[[18,[41]]],[]],[[-1,13],[[42,[[18,[41]]]]],[]],[[],6],[[],6],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[[45,[74]],6],506],[506,6],0,[[]],[[]],[[507,63],2],[506,[[59,[6]]]],[506,[[61,[60]]]],[506,[[61,[[2,[60,62]]]]]],[506,[[61,[63]]]],[[506,[42,[[18,[41]]]]],2],0,[[-1,3],2,[]],[[-1,3],2,[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[[[45,[74]],77],[[61,[12]]]],[[509,77],[[61,[2]]]],[[510,77],[[61,[2]]]],[[511,77],[[61,[2]]]],[[512,77],[[61,[2]]]],[[513,77],[[61,[2]]]],[[514,77],[[61,[2]]]],[[515,77],[[61,[2]]]],[[516,77],[[61,[2]]]],[[60,77],[[61,[2]]]],[[517,77],[[61,[2]]]],[[518,12,77],[[61,[2]]]],[519,[[61,[[18,[[45,[69]]]]]]]],[81,[[61,[82]]]],[265,[[61,[82]]]],[62,[[61,[82]]]],0,0,0,0,0,0,0,0,0,[[12,264],[[61,[[2,[[45,[62]],520]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[34,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],0,[[520,[45,[62]]],5],[[12,37],90],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[520,5],[520,521],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[[],[[8,[50,51]]]],[520,6],[[],12],[521,49],[[]],[[]],[[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,78,[]],[-1,78,[]],[-1,78,[]],0,[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[[[18,[-1,80]]],[[18,[79,80]]],[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],[-1,79,[]],0,0,0],"c":[555,564,5309,5491,6819,7482,7490,7491,7492,7561,7562,7563,7564,7565,7566,7567,7568,7569,7570,7571,7572,8107],"p":[[3,"Private",9207],[15,"tuple"],[3,"ModuleInfo",9208],[3,"Features",0],[15,"bool"],[15,"usize"],[3,"StructCheckError",9209],[4,"Result",9210],[8,"Sized",9211],[3,"Target",9212],[3,"CompileModuleInfo",9213],[3,"ModuleTranslationState",9133],[3,"LocalFunctionIndex",9214],[3,"FunctionBodyData",8962],[3,"PrimaryMap",9215],[3,"Compilation",9216],[4,"CompileError",9217],[3,"Box",1363],[8,"Compiler",361],[4,"CpuFeature",9212],[3,"EnumSet",9218],[3,"MemoryType",9219],[4,"MemoryStyle",9220],[3,"VMMemory",9221],[4,"MemoryError",9217],[3,"TableType",9219],[4,"TableStyle",9222],[3,"VMTable",9223],[3,"String",6505],[3,"Arc",6808],[3,"VMMemoryDefinition",9224],[3,"NonNull",9225],[3,"VMTableDefinition",9224],[3,"With",9226],[8,"Deserializer",9227],[8,"Fallible",9228],[3,"Formatter",5174],[3,"Error",5174],[3,"BinaryReaderError",9229],[4,"WasmError",9217],[8,"FunctionMiddleware",9055],[3,"Vec",8545],[4,"LibCall",9230],[8,"ModuleMiddleware",9055],[15,"slice"],[4,"Trap",9231],[3,"FrameInfo",9232],[4,"TrapCode",9233],[4,"Option",9234],[3,"Layout",9235],[3,"LayoutError",9235],[3,"FunctionExtent",875],[3,"SectionIndex",9236],[3,"SectionBodyPtr",9237],[8,"Iterator",9238],[3,"CustomSection",9236],[3,"MemoryIndex",9214],[15,"str"],[3,"Range",9239],[15,"u32"],[6,"WasmResult",9217],[4,"ValType",9240],[4,"Operator",9241],[3,"BoxedSlice",9242],[4,"FrameInfosVariant",875],[3,"GlobalFrameInfoRegistration",875],[4,"VMExtern",9243],[3,"StoreObjects",9244],[3,"FunctionIndex",9214],[3,"FunctionBodyPtr",9237],[3,"TableIndex",9214],[3,"Imports",9245],[4,"LinkError",664],[15,"u8"],[4,"SerializeError",9217],[8,"Serializer",9246],[3,"ModuleEnvironment",8962],[3,"TypeId",9247],[8,"Any",9247],[3,"Global",9248],[4,"HeapType",9240],[4,"Type",9219],[3,"ArtifactBuildFromArchiveCell",211],[3,"ModuleFromArchive",211],[3,"OwnedBuffer",9249],[3,"ArtifactBuildFromArchive",211],[3,"ArtifactBuild",211],[3,"CompiledFunctionFrameInfo",9216],[4,"DeserializeError",9217],[6,"Result",5174],[3,"SerializableModule",9250],[3,"ArchivedSerializableModule",9250],[3,"Relocation",9251],[3,"ArchivedPrimaryMap",9215],[3,"Dwarf",9216],[3,"FunctionBody",9216],[3,"SignatureIndex",9214],[3,"EngineInner",745],[4,"HashAlgorithm",9252],[8,"FnOnce",9253],[8,"SymbolRegistry",9254],[3,"Artifact",403],[4,"DataInitializerLocationVariant",403],[3,"GlobalIndex",9214],[3,"ArtifactId",403],[4,"OwnedDataInitializerVariant",403],[3,"DataInitializerLocation",9255],[4,"Ordering",9256],[4,"ArtifactBuildVariant",403],[3,"Engine",745],[3,"VMConfig",9257],[6,"TrapHandlerFn",9257],[3,"VMInstance",9258],[4,"InstantiationError",664],[6,"VMTrampoline",9224],[8,"Tunables",1124],[3,"DataInitializer",9255],[3,"Object",9259],[3,"ModuleMetadata",9254],[3,"VMSharedSignatureIndex",9224],[3,"EngineBuilder",604],[8,"CompilerConfig",361],[8,"Into",9260],[3,"CodeMemory",631],[3,"VMFunctionBody",9237],[8,"FunctionBodyLike",9216],[8,"CustomSectionLike",9236],[3,"UnwindRegistry",1174],[8,"Error",9261],[4,"ImportError",664],[8,"ExactSizeIterator",9262],[8,"Clone",9263],[3,"EngineId",745],[3,"Path",9264],[3,"MutexGuard",6808],[3,"FunctionType",9219],[8,"Send",9211],[8,"Sync",9211],[3,"SignatureRegistry",9265],[3,"HashMap",2284],[8,"RelocationLike",9251],[4,"ImportIndex",9214],[4,"ExternType",9219],[4,"CompiledFunctionFrameInfoVariant",875],[4,"FunctionAddressMapVariant",875],[4,"FunctionAddressMapInstructionVariant",875],[3,"GlobalFrameInfo",875],[3,"FRAME_INFO",875],[3,"RwLock",6808],[4,"VecTrapInformationVariant",875],[3,"SourceLoc",9266],[3,"ModuleInfoFrameInfo",875],[3,"FunctionInfo",875],[3,"InstructionAddressMap",9267],[3,"TrapInformation",9268],[3,"Backtrace",9269],[3,"BaseTunables",1124],[3,"GlobalType",9219],[3,"VMGlobal",9270],[3,"LocalGlobalIndex",9214],[3,"InternalStoreHandle",9244],[3,"LocalMemoryIndex",9214],[3,"LocalTableIndex",9214],[4,"CompiledFunctionUnwindInfoReference",9271],[4,"Cow",1212],[3,"CStr",9272],[3,"Errno",9273],[3,"OsStr",9274],[8,"ToOwned",1212],[8,"Ord",9256],[3,"Bytes",9275],[15,"char"],[8,"FromIterator",9276],[3,"BStr",9277],[3,"OsString",9274],[3,"PathBuf",9264],[8,"PartialEq",9256],[8,"Allocator",9278],[3,"Vec",9279],[8,"Allocator",9280],[8,"Debug",5174],[8,"Display",5174],[3,"BString",9281],[3,"PercentDecode",9282],[3,"CString",9283],[3,"PercentEncode",9282],[8,"IntoIterator",9276],[15,"u64"],[8,"Hash",9284],[8,"BuildHasher",9284],[8,"Hasher",9284],[3,"CowStrDeserializer",9285],[8,"Error",9227],[3,"SchemaGenerator",9286],[4,"Schema",9287],[8,"Serialize",9246],[8,"Buf",9288],[8,"BufMut",9289],[3,"BorrowedFd",9290],[8,"AsFd",9290],[15,"i32"],[8,"AsRawFd",9291],[19,"MaybeUninit",9292],[8,"Tuple",9211],[8,"Fn",9253],[8,"FnMut",9253],[3,"UninitSlice",9293],[3,"IoSlice",9294],[3,"Replacements",9295],[8,"DynDigest",9296],[8,"DynClone",9297],[3,"Slice",9298],[8,"GenVisitor",9286],[3,"Slice",9299],[8,"BufRead",9294],[3,"Bytes",9300],[8,"Default",9301],[3,"ThinBox",1363],[8,"Deserialize",9227],[3,"Metadata",9302],[8,"Log",9302],[3,"Error",9303],[8,"Write",9294],[8,"Copy",9211],[15,"array"],[3,"Error",9304],[15,"never"],[15,"i16"],[15,"i64"],[15,"i8"],[15,"u16"],[3,"Pin",9305],[3,"CharPredicateSearcher",6271],[8,"Read",9294],[3,"Record",9302],[8,"Unsize",9211],[8,"DoubleEndedIterator",9306],[3,"Recompositions",9307],[3,"Decompositions",9308],[4,"ErrMode",9309],[4,"ErrMode",9309],[8,"Parser",9310],[8,"Parser",9310],[3,"Context",9311],[4,"Poll",9312],[8,"Future",9313],[8,"Unpin",9211],[8,"AsyncIterator",9314],[3,"BorrowedCursor",9315],[3,"IoSliceMut",9294],[8,"ArchiveUnsized",9228],[4,"GeneratorState",9316],[8,"Generator",9316],[4,"SeekFrom",9294],[8,"Seek",9294],[8,"SerializeUnsized",9228],[8,"Serialize",9317],[3,"StreamSafe",9318],[3,"PathSegments",9319],[4,"PathSegmentError",9319],[8,"ToPathSegments",9319],[3,"AllocError",9278],[8,"VisitOperator",9241],[4,"BlockType",9241],[3,"RefType",9240],[3,"BrTable",9241],[3,"Ieee32",9241],[3,"MemArg",9241],[3,"Ieee64",9241],[3,"TryTable",9241],[3,"V128",9241],[3,"Arguments",5174],[15,"i128"],[15,"isize"],[15,"u128"],[8,"Eq",9256],[3,"BTreeMap",2284],[3,"HashSet",2284],[3,"BTreeSet",2284],[3,"VecDeque",2284],[3,"BinaryHeap",2284],[3,"LinkedList",2284],[4,"Bound",2284],[3,"TryReserveError",2284],[4,"TryReserveErrorKind",2284],[8,"Borrow",1212],[3,"Cursor",4806],[3,"CursorMut",4806],[3,"Difference",4577],[3,"Difference",3786],[3,"Drain",4025],[3,"Drain",3074],[3,"Drain",4577],[3,"Drain",5018],[8,"RangeBounds",9239],[3,"DrainSorted",3074],[4,"Entry",4025],[4,"Entry",3265],[3,"RandomState",4025],[3,"ArchivedHashMap",9320],[3,"ArchivedBTreeMap",9321],[3,"ArchivedHashSet",9322],[3,"ArchivedBTreeSet",9323],[3,"ArchivedVec",9324],[3,"ExtractIf",4025],[3,"ExtractIf",3265],[3,"ExtractIf",4577],[3,"ExtractIf",3786],[3,"ExtractIf",4806],[3,"OccupiedEntry",3265],[3,"Intersection",4577],[3,"Intersection",3786],[8,"IntoDeserializer",9227],[3,"IntoIter",4025],[3,"Iter",4025],[3,"IterMut",4025],[3,"IntoIter",3074],[3,"Iter",3074],[3,"IterMut",3265],[3,"Iter",3265],[3,"IntoIter",3265],[3,"Iter",4577],[3,"IntoIter",4577],[3,"IntoIter",3786],[3,"Iter",3786],[3,"Iter",4806],[3,"IterMut",4806],[3,"IntoIter",4806],[3,"IntoIter",5018],[3,"Iter",5018],[3,"IterMut",5018],[3,"IntoIterSorted",3074],[3,"IntoKeys",4025],[3,"IntoKeys",3265],[3,"IntoValues",4025],[3,"IntoValues",3265],[3,"Keys",4025],[3,"Keys",3265],[3,"Cursor",3265],[3,"CursorMut",3265],[3,"PeekMut",3074],[3,"Range",3265],[3,"Range",3786],[3,"RangeMut",3265],[3,"RawEntryBuilder",4025],[3,"RawEntryBuilderMut",4025],[8,"Archive",9228],[8,"Serializer",9325],[8,"ScratchSpace",9325],[8,"Serialize",9228],[3,"SymmetricDifference",4577],[3,"SymmetricDifference",3786],[3,"OccupiedError",4025],[3,"OccupiedError",3265],[3,"Union",4577],[3,"Union",3786],[3,"Values",4025],[3,"Values",3265],[3,"ValuesMut",4025],[3,"ValuesMut",3265],[3,"VacantEntry",3265],[4,"RawEntryMut",4025],[3,"DefaultHasher",4025],[3,"RawOccupiedEntryMut",4025],[3,"RawVacantEntryMut",4025],[3,"OccupiedEntry",4025],[3,"VacantEntry",4025],[3,"NonZeroUsize",9326],[3,"IntoIter",9327],[8,"Try",9328],[4,"Alignment",5174],[3,"DebugList",5174],[3,"DebugMap",5174],[3,"DebugSet",5174],[3,"DebugStruct",5174],[3,"DebugTuple",5174],[15,"f32"],[15,"f64"],[8,"Write",5174],[3,"Bytes",5481],[3,"Chars",5481],[3,"CharIndices",5481],[3,"SplitInclusive",5481],[8,"Pattern",6271],[3,"Utf8Error",5481],[3,"ParseBoolError",5481],[3,"Split",5481],[3,"RSplit",5481],[3,"SplitTerminator",5481],[3,"RSplitTerminator",5481],[3,"SplitN",5481],[3,"RSplitN",5481],[3,"MatchIndices",5481],[3,"RMatchIndices",5481],[3,"Matches",5481],[3,"RMatches",5481],[3,"Lines",5481],[3,"LinesAny",5481],[3,"SplitWhitespace",5481],[3,"SplitAsciiWhitespace",5481],[3,"EncodeUtf16",5481],[3,"EscapeDebug",5481],[3,"EscapeDefault",5481],[3,"EscapeUnicode",5481],[3,"Utf8Chunk",5481],[3,"Utf8Chunks",5481],[4,"SearchStep",6271],[3,"CharSearcher",6271],[3,"CharArraySearcher",6271],[3,"CharArrayRefSearcher",6271],[3,"CharSliceSearcher",6271],[3,"StrSearcher",6271],[3,"FromUtf8Error",6505],[3,"Drain",6505],[3,"FromUtf16Error",6505],[3,"ArchivedString",9329],[4,"Value",9330],[3,"BytesMut",9331],[3,"Url",9332],[3,"Uuid",9333],[3,"KebabString",9334],[3,"ComponentName",9334],[3,"RangeFull",9239],[3,"RangeToInclusive",9239],[3,"RangeInclusive",9239],[3,"RangeFrom",9239],[3,"RangeTo",9239],[3,"StringDeserializer",9285],[4,"SocketAddr",9335],[3,"IntoIter",8545],[3,"Utf8Error",9336],[3,"FromUtf8Error",9337],[3,"Weak",6808],[3,"Exclusive",6808],[3,"Once",6808],[4,"TryLockError",6808],[8,"WasmModuleResources",9338],[3,"Mutex",6808],[3,"OnceLock",6808],[3,"WaitTimeoutResult",6808],[3,"Condvar",6808],[3,"LazyLock",6808],[3,"RwLockReadGuard",6808],[3,"RwLockWriteGuard",6808],[3,"PoisonError",6808],[3,"File",9339],[3,"Barrier",6808],[3,"BarrierWaitResult",6808],[3,"OnceState",6808],[3,"GlobalType",9240],[3,"MemoryType",9240],[3,"Request",9261],[8,"SharedSerializeRegistry",9325],[3,"SubType",9240],[3,"TableType",9240],[3,"FuncType",9240],[3,"CoreTypeId",9340],[3,"Duration",9341],[3,"AtomicBool",7490],[3,"AtomicPtr",7490],[3,"AtomicI8",7490],[3,"AtomicU8",7490],[3,"AtomicI16",7490],[3,"AtomicU16",7490],[3,"AtomicI32",7490],[3,"AtomicU32",7490],[3,"AtomicI64",7490],[3,"AtomicU64",7490],[3,"AtomicIsize",7490],[3,"AtomicUsize",7490],[4,"Ordering",7490],[3,"Sender",8223],[3,"Receiver",8223],[3,"SyncSender",8223],[3,"SendError",8223],[3,"RecvError",8223],[4,"TryRecvError",8223],[4,"RecvTimeoutError",8223],[4,"TrySendError",8223],[3,"Iter",8223],[3,"TryIter",8223],[3,"IntoIter",8223],[3,"Instant",9342],[3,"Drain",8545],[3,"ExtractIf",8545],[3,"BStr",9343],[3,"Bytes",9343],[3,"Bytes",9343],[3,"BStr",9343],[3,"Splice",8545],[3,"AlignedVec",9344],[8,"AsRef",9260],[3,"PatternID",9345],[3,"StateID",9345],[3,"SmallIndex",9345],[8,"SliceIndex",9346],[3,"SmallIndex",9347],[3,"StateID",9347],[3,"PatternID",9347],[3,"PathSegment",9319],[8,"ArtifactCreate",8925],[4,"ExportIndex",9214],[4,"GlobalInit",9219],[3,"DataIndex",9214],[3,"ElemIndex",9214],[3,"MiddlewareBinaryReader",9055],[3,"MiddlewareReaderState",9055],[3,"MiddlewareError",9217],[6,"DataSectionReader",9348],[6,"ElementSectionReader",9349],[6,"ExportSectionReader",9350],[6,"FunctionSectionReader",9351],[6,"GlobalSectionReader",9352],[6,"ImportSectionReader",9353],[6,"MemorySectionReader",9354],[6,"NameSectionReader",9355],[6,"TableSectionReader",9356],[6,"TypeSectionReader",9240],[4,"ElementItems",9349],[4,"SingleOrMultiValue",9133],[4,"SingleOrMultiValueIterator",9133],[8,"ModuleMiddlewareChain",9055],[8,"FunctionBinaryReader",8962],[8,"Upcastable",8925],[3,"AllocatedArtifact",403],[8,"BorrowMut",1212],[13,"AllocError",3073],[8,"Octal",5174],[8,"Binary",5174],[8,"LowerHex",5174],[8,"UpperHex",5174],[8,"Pointer",5174],[8,"LowerExp",5174],[8,"UpperExp",5174],[8,"FromStr",5481],[8,"Searcher",6271],[8,"ReverseSearcher",6271],[8,"ToString",6505],[6,"LockResult",6808],[6,"TryLockResult",6808],[6,"WasmTypes",9133],[13,"Multi",9205]],"a":{"compare_and_swap":[7573,7585],"synccell":[6814],"syncwrapper":[6814],"unique":[6814],"{:?}":[5178],"{}":[5185]}},\ "wasmer_compiler_cli":{"doc":"The Wasmer binary lib","t":"RAAAAAAONNNELLLLLLLLLLLLLLLLLLLLLLLLLLLFDDDMMAAMMMMMMMMMMMMADLLLLLLMLLLLLLLLLLLLLLMMLMMLLLLLLLLDLLMLLMLLLLLLLLLLLLMLLLLMMMLMLLLLLLLLDLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLDLMLLLLMLLLLLLLLLLLLLFLLLLMLMMMLLLLLLLLLDDLLLLLLLLLLLLMLLLLLMLLMLLMLLLMLLLLLLLLLLLLLDENNNNDDLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFF","n":["VERSION","cli","commands","common","error","store","utils","warning","Compile","Config","Validate","WasmerCLIOptions","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","from","from_arg_matches","from_arg_matches_mut","has_subcommand","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","wasmer_main","Compile","Config","Validate","bindir","cflags","compile","config","cpu_features","includedir","libdir","libs","output","path","path","pkg_config","prefix","store","store","target_triple","validate","Compile","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","cpu_features","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inner_execute","into","layout_raw","output","path","pointer_metadata","store","target_triple","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","Config","augment_args","augment_args_for_update","bindir","borrow","borrow_mut","cflags","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","includedir","init","inner_execute","into","layout_raw","libdir","libs","pkg_config","pointer_metadata","prefix","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","Validate","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","deserialize","drop","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inner_execute","into","layout_raw","path","pointer_metadata","store","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","WasmFeatures","__clone_box","all","augment_args","augment_args_for_update","borrow","borrow_mut","bulk_memory","clone","clone_into","command","command_for_update","default","deref","deref_mut","deserialize","drop","fmt","from","from_arg_matches","from_arg_matches_mut","get_cache_dir","group_id","init","into","layout_raw","multi_value","pointer_metadata","reference_types","simd","threads","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","update_from_arg_matches","update_from_arg_matches_mut","Indented","PrettyError","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","error","fmt","from","from","init","init","inner","into","into","is_last","layout_raw","layout_raw","number","pointer_metadata","pointer_metadata","report","started","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","write_str","CompilerOptions","CompilerType","Cranelift","Headless","LLVM","Singlepass","StoreOptions","SubsetTunables","__clone_box","__clone_box","__clone_box","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","command","command","command_for_update","command_for_update","compiler","cranelift","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","dynamic_memory_offset_guard_size","enable_verifier","enabled","eq","equivalent","equivalent","equivalent","equivalent","features","fmt","fmt","fmt","for_target","from","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","get_compiler","get_compiler_config","get_engine_by_type","get_engine_for_target","get_engine_with_compiler","get_features","get_tunables_for_target","group_id","group_id","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","llvm","memory_style","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","singlepass","static_memory_bound","static_memory_offset_guard_size","table_style","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","parse_envvar","parse_mapdir","retrieve_alias_pathbuf","wasmer_should_print_color"],"q":[[0,"wasmer_compiler_cli"],[8,"wasmer_compiler_cli::cli"],[40,"wasmer_compiler_cli::commands"],[60,"wasmer_compiler_cli::commands::compile"],[95,"wasmer_compiler_cli::commands::config"],[132,"wasmer_compiler_cli::commands::validate"],[164,"wasmer_compiler_cli::common"],[204,"wasmer_compiler_cli::error"],[248,"wasmer_compiler_cli::store"],[385,"wasmer_compiler_cli::utils"],[389,"clap_builder::builder::command"],[390,"rkyv::with"],[391,"core::result"],[392,"anyhow"],[393,"clap_builder::parser::matches::arg_matches"],[394,"clap_builder"],[395,"core::alloc::layout"],[396,"core::alloc::layout"],[397,"alloc::alloc"],[398,"alloc::boxed"],[399,"core::any"],[400,"core::fmt"],[401,"core::option"],[402,"dyn_clone::sealed"],[403,"std::path"],[404,"anyhow"],[405,"wasmer_types::compilation::target"],[406,"wasmer_compiler::compiler"],[407,"wasmer_compiler::engine::builder"],[408,"wasmer_types::features"],[409,"wasmer_types::types"],[410,"wasmer_types::memory"],[411,"wasmer_types::types"],[412,"alloc::string"]],"d":["Version number of this crate.","The logic for the Wasmer CLI tool.","The commands available in the Wasmer binary.","Common module with common used structures across different …","Implements PretyError to print pretty errors in the CLI …","Common module with common used structures across different …","Utility functions for the WebAssembly module","A macro that prints a warning with nice colors","Compile a WebAssembly binary","Get various configuration information needed to compile …","Validate a WebAssembly binary","The options for the wasmer Command Line Interface","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","The main function for the Wasmer CLI tool.","The options for the wasmer compile subcommand","The options for the wasmer config subcommand","The options for the wasmer validate subcommand","Directory containing Wasmer executables.","C compiler flags for files that include Wasmer headers.","","","","Directory containing Wasmer headers.","Directory containing Wasmer libraries.","Libraries needed to link against Wasmer components.","Output file","Input file","File to validate as WebAssembly","It outputs the necessary details for compiling and linking …","Print the installation prefix.","","","Compilation Target triple","","The options for the wasmer compile subcommand","","","","","","","","","","","","Runs logic for the compile subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","Output file","Input file","","","Compilation Target triple","","","","","","","","","The options for the wasmer config subcommand","","","Directory containing Wasmer executables.","","","C compiler flags for files that include Wasmer headers.","","","","","","","Runs logic for the config subcommand","","Returns the argument unchanged.","","","","Directory containing Wasmer headers.","","","Calls U::from(self).","","Directory containing Wasmer libraries.","Libraries needed to link against Wasmer components.","It outputs the necessary details for compiling and linking …","","Print the installation prefix.","","","","","","","","","The options for the wasmer validate subcommand","","","","","","","","","","","Runs logic for the validate subcommand","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","File to validate as WebAssembly","","","","","","","","","","","The WebAssembly features that can be passed through the …","","Enable support for all pre-standard proposals.","","","","","Enable support for the bulk memory proposal.","","","","","","","","","","","Returns the argument unchanged.","","","Get the cache dir","","","Calls U::from(self).","","Enable support for the multi value proposal.","","Enable support for the reference types proposal.","Enable support for the SIMD proposal.","Enable support for the threads proposal.","","","","","","","","","","","A PrettyError for printing anyhow::Error nicely.","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","Process a Result printing any errors and exiting the …","","","","","","","","","","","","","","","The compiler options","The compiler used for the store","Cranelift compiler","Headless compiler","LLVM compiler","Singlepass compiler","The compiler and engine options","Minimul Subset of Tunable parameters for WebAssembly …","","","","","","","","","","","","","","","","","","","","","","","","","","","Use Cranelift compiler.","","","","","","","","","","","","","","","","","","","The size in bytes of the offset guard for dynamic heaps.","Enable compiler internal verification.","Return all enabled compilers","","","","","","","","","","Get the BaseTunables for a specific Target","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Get the Compiler Config for the current options","","Get a EngineBulder for the Target","","Get the enaled Wasm features.","Get (Subset)Tunables for the Target","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Use LLVM compiler.","Get a MemoryStyle for the provided MemoryType","","","","","Use Singlepass compiler.","For static heaps, the size in wasm pages of the heap …","The size in bytes of the offset guard for static heaps.","Get a TableStyle for the provided TableType.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Parses an environment variable.","Parses a mapdir from a string","","Whether or not Wasmer should print with color"],"i":[0,0,0,0,0,0,0,0,6,6,6,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,0,0,0,23,23,0,0,18,23,23,23,18,18,24,23,23,18,24,18,0,0,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,0,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,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,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,0,28,31,28,31,28,31,28,31,28,31,28,31,28,28,28,31,28,31,31,28,31,31,28,31,31,28,31,28,31,28,31,28,31,28,31,28,31,28,31,28,31,31,0,0,36,36,36,36,0,0,33,34,35,34,35,34,35,33,34,35,36,33,34,35,36,33,34,35,33,34,35,34,35,34,35,34,35,34,35,33,34,35,36,33,34,35,36,33,34,35,36,33,34,35,36,33,35,36,36,36,36,36,36,35,34,35,36,33,33,34,35,36,34,35,34,35,35,35,35,34,34,35,34,34,35,33,34,35,36,33,34,35,36,33,34,35,36,35,33,33,34,35,36,35,33,33,33,33,34,35,36,33,34,35,36,33,34,35,36,33,34,35,36,33,34,35,36,33,34,35,36,33,34,35,36,34,35,34,35,0,0,0,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,[1,1],[1,1],[-1,-2,[],[]],[-1,-2,[],[]],[[],1],[[],1],[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],[6,[[7,[5]]]],[-1,-1,[]],[8,[[4,[6,9]]]],[8,[[4,[6,9]]]],[10,11],[[],2],[-1,-2,[],[]],[[],[[4,[12,13]]]],[[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,14,[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[-1,17,[]],[-1,17,[]],[[6,8],[[4,[5,9]]]],[[6,8],[[4,[5,9]]]],[[],5],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1,1],[1,1],[-1,-2,[],[]],[-1,-2,[],[]],[[],1],[[],1],0,[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],[18,[[7,[5]]]],[[18,19],20],[-1,-1,[]],[8,[[4,[18,9]]]],[8,[[4,[18,9]]]],[[],[[22,[21]]]],[[],2],[18,[[7,[5]]]],[-1,-2,[],[]],[[],[[4,[12,13]]]],0,0,[[]],0,0,[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,14,[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[-1,17,[]],[-1,17,[]],[[18,8],[[4,[5,9]]]],[[18,8],[[4,[5,9]]]],0,[1,1],[1,1],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],1],[[],1],[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],[23,[[7,[5]]]],[[23,19],20],[-1,-1,[]],[8,[[4,[23,9]]]],[8,[[4,[23,9]]]],[[],[[22,[21]]]],0,[[],2],[23,[[7,[5]]]],[-1,-2,[],[]],[[],[[4,[12,13]]]],0,0,0,[[]],0,[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,14,[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[-1,17,[]],[-1,17,[]],[[23,8],[[4,[5,9]]]],[[23,8],[[4,[5,9]]]],0,[1,1],[1,1],[-1,-2,[],[]],[-1,-2,[],[]],[[],1],[[],1],[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],[24,[[7,[5]]]],[[24,19],20],[-1,-1,[]],[8,[[4,[24,9]]]],[8,[[4,[24,9]]]],[[],[[22,[21]]]],[[],2],[24,[[7,[5]]]],[-1,-2,[],[]],[[],[[4,[12,13]]]],0,[[]],0,[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,14,[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[-1,17,[]],[-1,17,[]],[[24,8],[[4,[5,9]]]],[[24,8],[[4,[5,9]]]],0,[[-1,25],5,[]],0,[1,1],[1,1],[-1,-2,[],[]],[-1,-2,[],[]],0,[26,26],[[-1,-2],5,[],[]],[[],1],[[],1],[[],26],[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],[[26,19],20],[-1,-1,[]],[8,[[4,[26,9]]]],[8,[[4,[26,9]]]],[[],27],[[],[[22,[21]]]],[[],2],[-1,-2,[],[]],[[],[[4,[12,13]]]],0,[[]],0,0,0,[-1,-2,[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,14,[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[-1,17,[]],[-1,17,[]],[[26,8],[[4,[5,9]]]],[[26,8],[[4,[5,9]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[2,-1,[]],[2,-1,[]],[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],[2,5],0,[[28,19],20],[-1,-1,[]],[-1,-1,[]],[[],2],[[],2],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[4,[12,13]]]],[[],[[4,[12,13]]]],0,[[]],[[]],[[[4,[-1,29]]],30,[]],0,[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,14,[]],[-1,14,[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[[[31,[-1]],10],20,32],0,0,0,0,0,0,0,0,[[-1,25],5,[]],[[-1,25],5,[]],[[-1,25],5,[]],[1,1],[1,1],[1,1],[1,1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[33,33],[34,34],[35,35],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[],1],[[],1],[[],1],[[],1],0,0,[[],34],[[],35],[2,-1,[]],[2,-1,[]],[2,-1,[]],[2,-1,[]],[2,-1,[]],[2,-1,[]],[2,-1,[]],[2,-1,[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[4,[[3,[-3,-4]]]]],[],[],[],[]],[2,5],[2,5],[2,5],[2,5],0,0,[[],[[37,[36]]]],[[36,36],11],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],0,[[34,19],20],[[35,19],20],[[36,19],20],[38,33],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[8,[[4,[34,9]]]],[8,[[4,[35,9]]]],[8,[[4,[34,9]]]],[8,[[4,[35,9]]]],[35,[[7,[36]]]],[35,[[7,[[5,[[16,[39]],36]]]]]],[[35,38,[16,[39]]],[[7,[40]]]],[[34,38],[[7,[[5,[40,36]]]]]],[[34,38,[16,[39]]],[[7,[40]]]],[[35,41],[[7,[41]]]],[[34,38],[[7,[33]]]],[[],[[22,[21]]]],[[],[[22,[21]]]],[[],2],[[],2],[[],2],[[],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[4,[12,13]]]],[[],[[4,[12,13]]]],[[],[[4,[12,13]]]],[[],[[4,[12,13]]]],0,[[33,42],43],[[]],[[]],[[]],[[]],0,0,0,[[33,44],45],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[36,46],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[[[16,[-1,15]]],[[16,[17,15]]],[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[[34,8],[[4,[5,9]]]],[[35,8],[[4,[5,9]]]],[[34,8],[[4,[5,9]]]],[[35,8],[[4,[5,9]]]],[10,[[7,[[5,[46,46]]]]]],[10,[[7,[[5,[46,27]]]]]],[[10,10],[[7,[[5,[46,27]]]]]],[[],11]],"c":[],"p":[[3,"Command",389],[15,"usize"],[3,"With",390],[4,"Result",391],[15,"tuple"],[4,"WasmerCLIOptions",8],[6,"Result",392],[3,"ArgMatches",393],[6,"Error",394],[15,"str"],[15,"bool"],[3,"Layout",395],[3,"LayoutError",395],[3,"TypeId",396],[3,"Global",397],[3,"Box",398],[8,"Any",396],[3,"Compile",60],[3,"Formatter",399],[6,"Result",399],[3,"Id",400],[4,"Option",401],[3,"Config",95],[3,"Validate",132],[3,"Private",402],[3,"WasmFeatures",164],[3,"PathBuf",403],[3,"PrettyError",204],[3,"Error",392],[15,"never"],[3,"Indented",204],[8,"Write",399],[3,"SubsetTunables",248],[3,"StoreOptions",248],[3,"CompilerOptions",248],[4,"CompilerType",248],[3,"Vec",404],[3,"Target",405],[8,"CompilerConfig",406],[3,"EngineBuilder",407],[3,"Features",408],[3,"MemoryType",409],[4,"MemoryStyle",410],[3,"TableType",409],[4,"TableStyle",411],[3,"String",412]]},\ -"wasmer_compiler_cranelift":{"doc":"A WebAssembly Compiler implementation using Cranelift.","t":"DDENNEDNNNNRGAAAMAAMMMMAFMMMMAAMFDLLLLMLLLLLLLLLFFLLLFLLLLLLDENNNLLLLLLLLLLLLLLLLLLLLLLMLMLMLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLCCCANNEDNGGLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLMLLMLLLLLLLLMMLLLLLLSDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMDLLMLLLLMLMLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMLMLLLLMMMMMMMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLFMLLLLMDLLLLLLLALALLLCCLLMMLLLMLLLFFCCCCAAAACCCACAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNNIENNEILLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKKLLLLLLLLKKKKKLLLLKKLLKLLKKLKKKKKLKKKKKKLKKKKKKKKLLLLLLLLLLLLMMMNEEDNNNNLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLMMLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLMLMMMLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMDLLFFFLLLLLMLLLLFFLMLLLLLLLLFFFFFFFFFENNNLLFLLLLLLLLLLLLLLLL","n":["Cranelift","CraneliftCompiler","CraneliftOptLevel","Defined","Imported","ModuleInfoMemoryOffset","ModuleInfoVmctxInfo","None","None","Speed","SpeedAndSize","VERSION","ValueLabelsRanges","address_map","compiler","config","config","debug","dwarf","elems","enable_nan_canonicalization","enable_pic","enable_verifier","func_environ","make_trampoline_function_call","memory_offset","middlewares","opt_level","stack_slots","trampoline","translator","unused","get_function_address_map","CraneliftCompiler","borrow","borrow_mut","compile_module","config","config","deref","deref_mut","deserialize","drop","from","get_middlewares","init","into","layout_raw","mach_reloc_to_reloc","mach_trap_to_trap","name","new","pointer_metadata","translate_ir_trapcode","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Cranelift","CraneliftOptLevel","None","Speed","SpeedAndSize","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","canonicalize_nans","canonicalize_nans","clone","clone","clone_into","clone_into","compiler","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","enable_nan_canonicalization","enable_pic","enable_pic","enable_verifier","enable_verifier","flags","fmt","fmt","from","from","init","init","into","into","isa","layout_raw","layout_raw","middlewares","new","opt_level","opt_level","pointer_metadata","pointer_metadata","push_middleware","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","ModuleInfoMemoryOffset","ModuleInfoVmctxInfo","ValueLabelsRanges","address_map","Defined","Imported","ModuleInfoMemoryOffset","ModuleInfoVmctxInfo","None","StackSlots","ValueLabelsRanges","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","elems","elems","fmt","fmt","from","from","init","init","into","into","layout_raw","layout_raw","memory_offset","pointer_metadata","pointer_metadata","stack_slots","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unused","unused","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","FUNCTION_SYMBOL","WriterRelocate","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","endian","fmt","from","init","into","into_section","layout_raw","len","new","pointer_metadata","relocs","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","write","write_address","write_at","write_offset","write_offset_at","writer","FuncEnvironment","borrow","borrow_mut","data_drop_sig","deref","deref_mut","deserialize","drop","elem_drop_sig","from","func_ref_sig","get_data_drop_func","get_data_drop_sig","get_elem_drop_func","get_elem_drop_sig","get_func_ref_func","get_func_ref_sig","get_function_name","get_function_sig","get_function_type","get_global_type","get_local_type","get_local_types","get_memory32_atomic_notify_sig","get_memory32_atomic_wait32_sig","get_memory32_atomic_wait64_sig","get_memory32_size_sig","get_memory_atomic_notify_func","get_memory_atomic_wait32_func","get_memory_atomic_wait64_func","get_memory_copy_func","get_memory_copy_sig","get_memory_fill_func","get_memory_fill_sig","get_memory_grow_func","get_memory_grow_sig","get_memory_init_func","get_memory_init_sig","get_memory_size_func","get_table_copy_func","get_table_copy_sig","get_table_fill_func","get_table_fill_sig","get_table_get_func","get_table_get_sig","get_table_grow_func","get_table_grow_sig","get_table_init_func","get_table_init_sig","get_table_set_func","get_table_set_sig","get_table_size_func","get_table_size_sig","init","into","is_wasm_parameter","layout_raw","make_direct_func","make_global","make_heap","make_indirect_sig","make_table","memory32_atomic_notify_sig","memory32_atomic_wait32_sig","memory32_atomic_wait64_sig","memory32_size_sig","memory_copy_sig","memory_fill_sig","memory_grow_sig","memory_init_sig","memory_styles","module","new","offsets","pointer_metadata","pointer_type","push_local_decl_on_stack","push_params_on_stack","signatures","table_copy_sig","table_fill_sig","table_get_sig","table_grow_sig","table_init_sig","table_set_sig","table_size_sig","table_styles","target_config","target_config","translate_atomic_notify","translate_atomic_wait","translate_call","translate_call_indirect","translate_custom_global_get","translate_custom_global_set","translate_data_drop","translate_elem_drop","translate_load_builtin_function_address","translate_memory_copy","translate_memory_fill","translate_memory_grow","translate_memory_init","translate_memory_size","translate_ref_func","translate_ref_is_null","translate_ref_null","translate_table_copy","translate_table_fill","translate_table_get","translate_table_grow","translate_table_init","translate_table_set","translate_table_size","try_from","try_into","type_id","type_of_vmtable_definition_current_elements","type_stack","upcast_any_box","upcast_any_mut","upcast_any_ref","vmctx","vmctx","FunctionBuilderContext","borrow","borrow_mut","default","deref","deref_mut","deserialize","drop","dynamic_function","from","function_call","init","into","layout_raw","make_trampoline_dynamic_function","make_trampoline_function_call","new","pointer_metadata","ssa","status","try_from","try_into","type_id","types","upcast_any_box","upcast_any_mut","upcast_any_ref","make_trampoline_dynamic_function","make_trampoline_function_call","FuncEnvironment","FuncTranslator","GlobalVariable","TargetEnvironment","code_translator","func_environ","func_state","func_translator","irlibcall_to_libcall","irreloc_to_relocationkind","signature_to_cranelift_ir","translation_utils","type_to_irtype","unwind","bitcast_arguments","canonicalise_then_brnz","canonicalise_then_brz","canonicalise_then_jump","canonicalise_v128_values","finalise_atomic_mem_addr","fold_atomic_mem_addr","get_heap_addr","is_non_canonical_v128","mem_op_size","optionally_bitcast_vector","pop1_with_bitcast","pop2_with_bitcast","prepare_load","translate_atomic_cas","translate_atomic_load","translate_atomic_rmw","translate_atomic_store","translate_br_if","translate_br_if_args","translate_fcmp","translate_icmp","translate_load","translate_operator","translate_store","translate_unreachable_operator","translate_vector_fcmp","translate_vector_icmp","type_of","wasm_param_types","Const","Custom","FuncEnvironment","GlobalVariable","Memory","NormalReturns","ReturnMode","TargetEnvironment","__clone_box","__clone_box","after_translate_operator","before_translate_operator","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_function_sig","get_function_type","get_global_type","get_local_type","get_local_types","init","init","into","into","is_wasm_parameter","is_wasm_return","layout_raw","layout_raw","make_direct_func","make_global","make_heap","make_indirect_sig","make_table","pointer_bytes","pointer_metadata","pointer_metadata","pointer_type","push_local_decl_on_stack","push_params_on_stack","reference_type","return_mode","target_config","to_owned","to_owned","translate_atomic_notify","translate_atomic_wait","translate_call","translate_call_indirect","translate_custom_global_get","translate_custom_global_set","translate_data_drop","translate_elem_drop","translate_loop_header","translate_memory_copy","translate_memory_fill","translate_memory_grow","translate_memory_init","translate_memory_size","translate_ref_func","translate_ref_is_null","translate_ref_null","translate_table_copy","translate_table_fill","translate_table_get","translate_table_grow","translate_table_init","translate_table_set","translate_table_size","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","gv","offset","ty","Block","ControlStackFrame","ElseData","FuncTranslationState","If","Loop","NoElse","WithElse","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","br_destination","clear","control_stack","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","ensure_length_is_at_least","exit_is_branched_to","fmt","fmt","following_code","from","from","from","functions","get_direct_func","get_global","get_heap","get_indirect_sig","get_or_create_table","globals","heaps","init","init","init","initialize","into","into","into","is_loop","layout_raw","layout_raw","layout_raw","new","num_param_values","num_return_values","num_wasm_parameters","original_stack_size","peek1","peekn","peekn_mut","pointer_metadata","pointer_metadata","pointer_metadata","pop1","pop2","pop3","popn","push1","push_block","push_if","push_loop","pushn","reachable","reachable","set_branched_to_exit","signatures","stack","tables","truncate_value_stack_to_else_params","truncate_value_stack_to_original_size","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","blocktype","consequent_ends_reachable","destination","destination","destination","else_data","exit_is_branched_to","exit_is_branched_to","head_is_reachable","header","num_param_values","num_param_values","num_param_values","num_return_values","num_return_values","num_return_values","original_stack_size","original_stack_size","original_stack_size","branch_inst","else_block","FuncTranslator","borrow","borrow_mut","cur_srcloc","declare_locals","declare_wasm_parameters","deref","deref_mut","deserialize","drop","from","func_ctx","init","into","layout_raw","new","parse_function_body","parse_local_decls","pointer_metadata","state","translate","translate_from_reader","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","block_with_params","f32_translation","f64_translation","get_vmctx_value_label","irlibcall_to_libcall","irreloc_to_relocationkind","reference_type","signature_to_cranelift_ir","type_to_irtype","CraneliftUnwindInfo","Fde","None","WindowsX64","borrow","borrow_mut","compiled_function_unwind_info","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","maybe_into_to_windows_unwind","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref"],"q":[[0,"wasmer_compiler_cranelift"],[32,"wasmer_compiler_cranelift::address_map"],[33,"wasmer_compiler_cranelift::compiler"],[60,"wasmer_compiler_cranelift::config"],[125,"wasmer_compiler_cranelift::debug"],[129,"wasmer_compiler_cranelift::debug::address_map"],[186,"wasmer_compiler_cranelift::dwarf"],[221,"wasmer_compiler_cranelift::func_environ"],[344,"wasmer_compiler_cranelift::trampoline"],[371,"wasmer_compiler_cranelift::trampoline::dynamic_function"],[372,"wasmer_compiler_cranelift::trampoline::function_call"],[373,"wasmer_compiler_cranelift::translator"],[387,"wasmer_compiler_cranelift::translator::code_translator"],[417,"wasmer_compiler_cranelift::translator::func_environ"],[518,"wasmer_compiler_cranelift::translator::func_environ::GlobalVariable"],[521,"wasmer_compiler_cranelift::translator::func_state"],[623,"wasmer_compiler_cranelift::translator::func_state::ControlStackFrame"],[642,"wasmer_compiler_cranelift::translator::func_state::ElseData"],[644,"wasmer_compiler_cranelift::translator::func_translator"],[672,"wasmer_compiler_cranelift::translator::translation_utils"],[681,"wasmer_compiler_cranelift::translator::unwind"],[704,"cranelift_codegen::isa"],[705,"wasmer_types::types"],[706,"wasmer_types::compilation::function"],[707,"wasmer_types::error"],[708,"core::result"],[709,"cranelift_codegen::context"],[710,"core::ops::range"],[711,"wasmer_types::compilation::address_map"],[712,"wasmer_types::compilation::target"],[713,"wasmer_types::compilation::module"],[714,"wasmer_compiler::translator::state"],[715,"wasmer_types::indexes"],[716,"wasmer_compiler::translator::environ"],[717,"wasmer_types::entity::primary_map"],[718,"wasmer_types::compilation::function"],[719,"wasmer_compiler::translator::middleware"],[720,"alloc::sync"],[721,"core::alloc::layout"],[722,"core::alloc::layout"],[723,"cranelift_codegen::machinst::buffer"],[724,"wasmer_types::compilation::relocation"],[725,"cranelift_codegen::machinst::buffer"],[726,"cranelift_codegen::ir::trapcode"],[727,"wasmer_types::trapcode"],[728,"core::any"],[729,"alloc::alloc"],[730,"alloc::boxed"],[731,"core::any"],[732,"wasmer_compiler::compiler"],[733,"cranelift_codegen::settings"],[734,"core::fmt"],[735,"core::fmt"],[736,"wasmer_types::compilation::section"],[737,"target_lexicon::triple"],[738,"core::option"],[739,"gimli::write"],[740,"gimli::write"],[741,"cranelift_codegen::ir::function"],[742,"cranelift_codegen::ir::entities"],[743,"wasmer_types::vmoffsets"],[744,"wasmer_types::indexes"],[745,"wasmer_types::indexes"],[746,"cranelift_codegen::ir::entities"],[747,"wasmer_types::table"],[748,"cranelift_codegen::ir::types"],[749,"cranelift_codegen::cursor"],[750,"cranelift_codegen::ir::entities"],[751,"cranelift_frontend::frontend"],[752,"wasmer_types::vmoffsets"],[753,"wasmparser::readers::core::operators"],[754,"core::marker"],[755,"cranelift_codegen::ir::instructions"],[756,"cranelift_codegen::ir::memflags"],[757,"cranelift_codegen::ir::immediates"],[758,"cranelift_codegen::ir::atomic_rmw_op"],[759,"cranelift_codegen::ir::condcodes"],[760,"cranelift_codegen::ir::condcodes"],[761,"core::ops::function"],[762,"wasmparser::readers::core::operators"],[763,"wasmparser::readers::core::types"],[764,"wasmparser::readers::core::operators"],[765,"cranelift_codegen::ir::libcall"],[766,"wasmer_types::libcalls"],[767,"cranelift_codegen::binemit"],[768,"wasmer_types::compilation::relocation"]],"d":["Global configuration options used to create an …","A compiler that compiles a WebAssembly module with …","Possible optimization levels for the Cranelift codegen …","Offset to the defined memory.","Offset to the imported memory.","Memory definition offset in the VMContext structure.","ModuleInfo vmctx related info.","No optimizations performed, minimizes compilation time by …","Not available.","Generates the fastest possible code, but may take longer.","Similar to speed, but also performs transformations aimed …","Version number of this crate.","Value ranges for functions.","","Support for compiling with Cranelift.","","","","","","","","","","Create a trampoline for invoking a WebAssembly function.","The memory definition offset in the VMContext structure.","The middleware chain.","","The functions stack slots.","","Tools for translating wasm function bytecode to Cranelift …","","","A compiler that compiles a WebAssembly module with …","","","Compile the module using Cranelift, producing a …","Gets the WebAssembly features for this Compiler","","","","","","Returns the argument unchanged.","Get the middlewares for this compiler","","Calls U::from(self).","","","","","Creates a new Cranelift compiler","","Translates the Cranelift IR TrapCode into generic Trap Code","","","","","","","Global configuration options used to create an …","Possible optimization levels for the Cranelift codegen …","No optimizations performed, minimizes compilation time by …","Generates the fastest possible code, but may take longer.","Similar to speed, but also performs transformations aimed …","","","","","","","Enable NaN canonicalization.","","","","","","Transform it into the compiler","","","","","","","","","","","","","","","Generates the flags for the compiler","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Generates the ISA for the provided target","","","The middleware chain.","Creates a new configuration object with the default …","The optimization levels when optimizing the IR.","","","","Pushes a middleware onto the back of the middleware chain.","","","","","","","","","","","","","","","","","","Data structures to provide transformation of the source","Offset to the defined memory.","Offset to the imported memory.","Memory definition offset in the VMContext structure.","ModuleInfo vmctx related info.","Not available.","Stack slots for functions.","Value ranges for functions.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","The memory definition offset in the VMContext structure.","","","The functions stack slots.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","The FuncEnvironment implementation for use by the …","","","The external function signature for implementing wasm’s …","","","","","The external function signature for implementing wasm’s …","Returns the argument unchanged.","The external function signature for implementing wasm’s …","","","","","","","Compute an ir::ExternalName for a given wasm function …","","","","","","","","","","Return the memory.atomic.notify function signature to call …","Return the memory.atomic.wait32 function signature to call …","Return the memory.atomic.wait64 function signature to call …","","","","","Return the memory.grow function signature to call for the …","","","","Return the memory.size function signature to call for the …","","","","","","","Return the table.grow function signature to call for the …","","","","","","Return the memory.size function signature to call for the …","","","Calls U::from(self).","","","","","","","","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The memory styles","The module-level environment which this function-level …","","Offsets to struct fields accessed by JIT code.","","","","","The module function signatures","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The table styles","","Target-specified configuration.","","","","","","","","","Translates load of builtin function and returns a pair of …","","","","","","","","","","","","","","","","","","","The type of the current_elements field.","A stack tracking the type of local variables.","","","","","The Cranelift global holding the vmctx address.","Structure used for translating a series of functions into …","","","","","","","","A trampoline generator for calling dynamic host functions …","Returns the argument unchanged.","A trampoline generator for calling Wasm functions easily.","","Calls U::from(self).","","","","Creates a FunctionBuilderContext structure. The structure …","","","","","","","","","","","Create a trampoline for invoking a WebAssembly function.","Create a trampoline for invoking a WebAssembly function.","","","","","This module contains the bulk of the interesting code …","All the runtime support necessary for the wasm to …","WebAssembly module and function translation state.","Standalone WebAssembly to Cranelift IR translator.","","","","Helper functions and structures for the translation.","","A Compilation contains the compiled function bodies for a …","A helper for bitcasting a sequence of values (e.g. …","The same but for a brnz instruction.","The same but for a brz instruction.","Generate a jump instruction, but first cast all 128-bit …","Cast to I8X16, any vector values in values that are of “…","","","Get the address+offset to use for a heap access.","","","Some SIMD operations only operate on I8X16 in CLIF; this …","A helper for popping and bitcasting a single value; since …","A helper for popping and bitcasting two values; since SIMD …","Prepare for a load; factors out common functionality …","","","","","","","","","Translate a load instruction.","Translates wasm operators into Cranelift IR instructions. …","Translate a store instruction.","Deals with a Wasm instruction located in an unreachable …","","","Determine the returned value type of a WebAssembly operator","A helper to extract all the Type listings of each variable …","This is a constant global with a value known at compile …","This is a global variable that needs to be handled by the …","Environment affecting the translation of a single …","The value of a WebAssembly global variable.","This is a variable in memory that should be referenced …","Use normal return instructions as needed.","How to return from functions.","Environment affecting the translation of a WebAssembly.","","","Optional callback for the FunctionEnvMutironment …","Optional callback for the FunctionEnvMutironment …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Get the type of a function with the given signature index.","Get the type of the local at the given index.","Get the type of the global at the given index.","Get the type of the local at the given index.","Get the types of all the current locals.","","","Calls U::from(self).","Calls U::from(self).","Is the given parameter of the given function a wasm-level …","Is the given return of the given function a wasm-level …","","","Set up an external function definition in the preamble of …","Set up the necessary preamble definitions in func to …","Set up the necessary preamble definitions in func to …","Set up a signature definition in the preamble of func that …","Set up the necessary preamble definitions in func to …","Get the size of a native pointer, in bytes.","","","Get the Cranelift integer type to use for native pointers.","Push a local declaration on to the stack to track the type …","Push locals for a the params of a function on to the stack.","Get the Cranelift reference type to use for native …","Should the code be structured to use a single …","Get the information needed to produce Cranelift IR for the …","","","Translate an atomic.notify WebAssembly instruction. The …","Translate an i32.atomic.wait or i64.atomic.wait …","Translate a call WebAssembly instruction at pos.","Translate a call_indirect WebAssembly instruction at pos.","Translate a global.get WebAssembly instruction at pos for …","Translate a global.set WebAssembly instruction at pos for …","Translate a data.drop WebAssembly instruction.","Translate a elem.drop WebAssembly instruction.","Emit code at the beginning of every wasm loop.","Translate a memory.copy WebAssembly instruction.","Translate a memory.fill WebAssembly instruction.","Translate a memory.grow WebAssembly instruction.","Translate a memory.init WebAssembly instruction.","Translates a memory.size WebAssembly instruction.","Translate a ref.func WebAssembly instruction.","Translate a ref.is_null WebAssembly instruction.","Translate a ref.null T WebAssembly instruction.","Translate a table.copy WebAssembly instruction.","Translate a table.fill WebAssembly instruction.","Translate a table.get WebAssembly instruction.","Translate a table.grow WebAssembly instruction.","Translate a table.init WebAssembly instruction.","Translate a table.set WebAssembly instruction.","Translate a table.size WebAssembly instruction.","","","","","","","","","","","","","The address of the global variable storage.","An offset to add to the address.","The global variable’s type.","","A control stack frame can be an if, a block or a loop, …","Information about the presence of an associated else for …","Contains information passed along during a function’s …","","","The if does not already have an else block.","We have already allocated an else block.","","","","","","","","","A stack of active control flow operations at this point in …","","","","","","","","","","","","","Helper to ensure the stack size is at least as big as n; …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get the FuncRef reference that should be used to make a …","Get the GlobalVariable reference that should be used to …","Get the Heap reference that should be used to access …","Get the SigRef reference that should be used to make an …","Get the Table reference that should be used to access …","","","","","","Initialize the state for compiling a function with the …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Construct a new, empty, FuncTranslationState","","","","Private helper. Use truncate_value_stack_to_else_params() …","Peek at the top of the stack without popping it.","Peek at the top n values on the stack in the order they …","Peek at the top n values on the stack in the order they …","","","","Pop one value.","Pop two values. Return them in the order they were pushed.","Pop three values. Return them in the order they were …","Pop the top n values on the stack.","Push a value.","Push a block on the control stack.","Push an if on the control stack.","Push a loop on the control stack.","Push multiple values.","True if the current translation state expresses reachable …","Is the current translation state still reachable? This is …","","","A stack of values corresponding to the active values in …","","Pop values from the value stack so that it is left at the …","Pop values from the value stack so that it is left at the …","","","","","","","","","","","","","","","","","","","","What was the reachability at the end of the consequent?","","","","","","","Was the head of the if reachable?","","","","","","","","","","","If we discover that we need an else block, this is the jump","This is the else block.","WebAssembly to Cranelift IR function translator.","","","Get the current source location from a reader.","Declare count local variables of the same type, starting …","Declare local variables for the signature parameters that …","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","Create a new translator.","Parse the function body in reader.","Parse the local variable declarations that precede the …","","","Translate a binary WebAssembly function.","Translate a binary WebAssembly function from a …","","","","","","","Create a Block with the given Wasm parameters.","Turns a wasmparser f32 into a Cranelift one.","Turns a wasmparser f64 into a Cranelift one.","Special VMContext value label. It is tracked as …","Transform Cranelift LibCall into runtime LibCall","Transform Cranelift Reloc to compiler Relocation","Helper function translating wasmparser types to Cranelift …","Helper function translate a Function signature into …","Helper function translating wasmparser types to Cranelift …","Cranelift specific unwind info","Dwarf FDE","No Unwind info attached","Windows Unwind info","","","Constructs unwind info object from Cranelift IR","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Transform the CraneliftUnwindInfo to the Windows format.","","","","","","",""],"i":[0,0,0,47,47,0,0,41,47,41,41,0,0,0,0,0,11,0,0,125,19,19,19,0,0,48,19,19,48,0,0,125,0,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,0,11,11,11,0,11,11,11,11,11,11,0,0,41,41,41,41,19,41,19,41,19,19,19,41,19,41,19,19,19,41,19,41,19,41,19,41,19,19,19,19,19,19,19,41,19,41,19,41,19,41,19,19,41,19,19,19,19,19,41,19,19,41,19,41,19,41,19,41,19,41,19,41,19,41,19,0,0,0,0,47,47,0,0,47,0,0,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,125,126,47,48,47,48,47,48,47,48,47,48,48,47,48,48,47,48,47,48,47,48,47,48,125,126,47,48,47,48,47,48,49,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,57,57,57,57,57,57,0,2,2,2,2,2,2,2,0,2,0,2,2,2,0,0,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,72,0,0,72,104,0,0,72,104,91,91,72,104,72,104,72,104,72,104,72,104,72,104,72,104,72,104,104,104,104,104,104,104,72,104,91,91,91,91,91,72,104,72,104,91,91,72,104,91,91,91,91,91,113,72,104,113,91,91,113,91,113,72,104,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,72,104,72,104,72,104,72,104,72,104,72,104,127,127,127,105,0,0,0,105,105,106,106,90,106,105,90,106,105,105,90,90,90,106,105,90,106,105,90,106,105,90,106,105,90,105,106,105,105,90,106,105,90,90,90,90,90,90,90,90,90,106,105,90,90,106,105,105,90,106,105,90,105,105,0,105,90,90,90,90,106,105,90,90,90,90,90,90,90,90,90,90,90,105,90,90,90,105,105,90,106,105,90,106,105,90,106,105,90,106,105,90,106,105,90,106,105,128,128,128,129,130,128,128,129,128,130,128,129,130,128,129,130,128,129,130,131,132,0,111,111,0,0,0,111,111,111,111,111,111,111,111,111,111,0,0,111,111,111,111,111,111,111,111,111,111,0,0,0,0,0,0,0,0,0,0,123,123,123,123,123,0,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[1,2,3],[[6,[4,5]]]],0,0,0,0,0,0,0,[[7,[9,[8]],8],10],0,[-1,-2,[],[]],[-1,-2,[],[]],[[11,12,13,14,[17,[15,16]]],[[6,[18,5]]]],[11,19],0,[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[-1,-1,[]],[11,[[24,[[23,[22]]]]]],[[],8],[-1,-2,[],[]],[[],[[6,[25,26]]]],[[27,28],29],[30,31],[11,32],[19,11],[[]],[33,34],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],0,0,0,0,0,[[-1,39],21,[]],[[-1,39],21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[19,40],19],[[19,40],21],[41,41],[19,19],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[37,[19]]],[[37,[42]]]],[[],19],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[8,21],0,[19,21],0,[19,21],0,[[19,12],43],[[41,44],45],[[19,44],45],[-1,-1,[]],[-1,-1,[]],[[],8],[[],8],[-1,-2,[],[]],[-1,-2,[],[]],[[19,12],[[46,[[37,[1]]]]]],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],0,[[],19],[[19,41],19],0,[[]],[[]],[[19,[23,[22]]],21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],0,0,0,0,0,0,0,0,0,0,0,[[-1,39],21,[]],[[-1,39],21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[47,47],[48,48],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[8,21],0,0,[[47,44],45],[[48,44],45],[-1,-1,[]],[-1,-1,[]],[[],8],[[],8],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],0,[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[-1,35,[]],0,0,[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],0,0,[[-1,39],21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[49,49],[[-1,-2],21,[],[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[49],[[49,44],45],[-1,-1,[]],[[],8],[-1,-2,[],[]],[49,50],[[],[[6,[25,26]]]],[49,8],[[[52,[51]]],49],[[]],0,[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[[49,[24,[53]]],[[54,[21]]]],[[49,55,53],[[54,[21]]]],[[49,8,[24,[53]]],[[54,[21]]]],[[49,8,56,53],[[54,[21]]]],[[49,8,8,56,53],[[54,[21]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],0,[-1,-1,[]],0,[[57,58],[[21,[59,60]]]],[[57,58],59],[[57,58],[[21,[59,60]]]],[[57,58],59],[[57,58,61],[[21,[59,8,60]]]],[[57,58],59],[61,62],[[57,63],[[52,[3]]]],[[57,61],[[52,[3]]]],[[57,64],[[52,[65]]]],[[57,66],[[52,[65]]]],[57,[[24,[65]]]],[[57,58],59],[[57,58],59],[[57,58],59],[[57,58],59],[[57,58,67],[[21,[59,8,60]]]],[[57,58,67],[[21,[59,8,60]]]],[[57,58,67],[[21,[59,8,60]]]],[[57,58,67],[[21,[59,8,60]]]],[[57,58],59],[[57,58,67],[[21,[59,8,60]]]],[[57,58],59],[[57,58,67],[[21,[59,8,60]]]],[[57,58],59],[[57,58],[[21,[59,60]]]],[[57,58],59],[[57,58,67],[[21,[59,8,60]]]],[[57,58,68,68],[[21,[59,8,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[],8],[-1,-2,[],[]],[[57,69,8],40],[[],[[6,[25,26]]]],[[57,58,61],[[71,[70]]]],[[57,58,64],[[71,[72]]]],[[57,58,67],[[71,[73]]]],[[57,58,63],[[71,[59]]]],[[57,58,68],[[71,[74]]]],0,0,0,0,0,0,0,0,0,0,[[75,27,[17,[63,69]],[17,[67,76]],[17,[68,77]]],57],0,[[]],[57,78],[[57,65],21],[[57,15],21],0,0,0,0,0,0,0,0,0,[57,75],0,[[57,79,67,73,80,80],[[71,[80]]]],[[57,79,67,73,80,80,80],[[71,[80]]]],[[57,79,61,70,[24,[80]]],[[71,[81]]]],[[57,79,68,74,63,59,80,[24,[80]]],[[71,[81]]]],[[57,79,64],[[71,[80]]]],[[57,79,64,80],[[71,[21]]]],[[57,79,66],[[71,[21]]]],[[57,79,66],[[71,[21]]]],[[57,79,60],[[21,[80,80]]]],[[57,79,67,73,67,73,80,80,80],[[71,[21]]]],[[57,79,67,73,80,80,80],[[71,[21]]]],[[57,79,67,73,80],[[71,[80]]]],[[57,79,67,73,66,80,80,80],[[71,[21]]]],[[57,79,67,73],[[71,[80]]]],[[57,79,61],[[71,[80]]]],[[57,79,80],[[71,[80]]]],[[57,79,82],[[71,[80]]]],[[57,79,68,74,68,74,80,80,80],[[71,[21]]]],[[57,79,68,80,80,80],[[71,[21]]]],[[57,83,68,74,80],[[71,[80]]]],[[57,79,68,74,80,80],[[71,[80]]]],[[57,79,66,68,74,80,80,80],[[71,[21]]]],[[57,83,68,74,80,80],[[71,[21]]]],[[57,79,68,74],[[71,[80]]]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[84,78],0,[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[[57,58],85],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[],2],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],0,[-1,-1,[]],0,[[],8],[-1,-2,[],[]],[[],[[6,[25,26]]]],0,0,[[],2],[[]],0,0,[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],0,[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[[1,84,2,3],[[6,[4,5]]]],[[1,2,3],[[6,[4,5]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[24,[80]],[24,[78]],83],21],[[83,80,86,[24,[80]]],81],[[83,80,86,[24,[80]]],81],[[83,86,[24,[80]]],81],[[[88,[[87,[80]]]],83,[24,[80]]],[[24,[80]]]],[[80,89,78,83,90,-1],[[71,[80]]],[91,92]],[[80,89,78,83],80],[[73,80,66,66,78,83],[[21,[80,93]]]],[78,40],[[94,78],66],[[80,78,83],80],[[90,78,83],80],[[90,78,83],[[21,[80,80]]]],[[89,66,83,90,-1],[[71,[[21,[95,80,96]]]]],[91,92]],[[78,78,89,83,90,-1],[[71,[21]]],[91,92]],[[78,78,89,83,90,-1],[[71,[21]]],[91,92]],[[78,78,97,89,83,90,-1],[[71,[21]]],[91,92]],[[78,89,83,90,-1],[[71,[21]]],[91,92]],[[66,83,90],21],[[66,90],[[21,[86,[24,[80]]]]]],[[98,83,90],21],[[99,83,90],21],[[89,94,78,83,90,-1],[[71,[21]]],[91,92]],[[14,100,83,90,-1],[[71,[21]]],[91,92]],[[89,94,83,90,-1],[[71,[21]]],[91,92]],[[14,100,83,90,-1],[[71,[21]]],[91,92]],[[98,78,83,90],21],[[99,78,83,90],21],[100,78],[[[24,[101]],-1],[[102,[78]]],103],0,0,0,0,0,0,0,0,[[-1,39],21,[]],[[-1,39],21,[]],[[-1,100,83,90],[[71,[21]]],[]],[[-1,100,83,90],[[71,[21]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[72,72],[104,104],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[8,21],[[104,104],40],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[104,44],45],[-1,-1,[]],[-1,-1,[]],[[-1,63],[[52,[3]]],[]],[[-1,61],[[52,[3]]],[]],[[-1,64],[[52,[65]]],[]],[[-1,66],[[52,[65]]],[]],[-1,[[24,[65]]],[]],[[],8],[[],8],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,69,8],40,[]],[[-1,69,8],40,[]],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],[[-1,58,61],[[71,[70]]],[]],[[-1,58,64],[[71,[72]]],[]],[[-1,58,67],[[71,[73]]],[]],[[-1,58,63],[[71,[59]]],[]],[[-1,58,68],[[71,[74]]],[]],[-1,53,[]],[[]],[[]],[-1,78,[]],[[-1,65],21,[]],[[-1,15],21,[]],[-1,78,[]],[-1,104,[]],[-1,75,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,79,67,73,80,80],[[71,[80]]],[]],[[-1,79,67,73,80,80,80],[[71,[80]]],[]],[[-1,79,61,70,[24,[80]]],[[71,[81]]],[]],[[-1,79,68,74,63,59,80,[24,[80]]],[[71,[81]]],[]],[[-1,79,64],[[71,[80]]],[]],[[-1,79,64,80],[[71,[21]]],[]],[[-1,79,66],[[71,[21]]],[]],[[-1,79,66],[[71,[21]]],[]],[[-1,79],[[71,[21]]],[]],[[-1,79,67,73,67,73,80,80,80],[[71,[21]]],[]],[[-1,79,67,73,80,80,80],[[71,[21]]],[]],[[-1,79,67,73,80],[[71,[80]]],[]],[[-1,79,67,73,66,80,80,80],[[71,[21]]],[]],[[-1,79,67,73],[[71,[80]]],[]],[[-1,79,61],[[71,[80]]],[]],[[-1,79,80],[[71,[80]]],[]],[[-1,79,82],[[71,[80]]],[]],[[-1,79,68,74,68,74,80,80,80],[[71,[21]]],[]],[[-1,79,68,80,80,80],[[71,[21]]],[]],[[-1,83,68,74,80],[[71,[80]]],[]],[[-1,79,68,74,80,80],[[71,[80]]],[]],[[-1,79,66,68,74,80,80,80],[[71,[21]]],[]],[[-1,83,68,74,80,80],[[71,[21]]],[]],[[-1,79,68,74],[[71,[80]]],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[105,86],[90,21],0,[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[8,21],[8,21],[[90,8],21],[105,40],[[106,44],45],[[105,44],45],[105,86],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[90,58,66,-1],[[71,[[21,[70,8]]]]],[91,92]],[[90,58,66,-1],[[71,[72]]],[91,92]],[[90,58,66,-1],[[71,[73]]],[91,92]],[[90,58,66,-1],[[71,[[21,[59,8]]]]],[91,92]],[[90,58,66,-1],[[71,[74]]],[91,92]],0,0,[[],8],[[],8],[[],8],[[90,69,86],21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[105,40],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],[[],90],[105,8],[105,8],[[-1,69],8,[91,92]],[105,8],[90,80],[[90,8],[[24,[80]]]],[[90,8],[[24,[80]]]],[[]],[[]],[[]],[90,80],[90,[[21,[80,80]]]],[90,[[21,[80,80,80]]]],[[90,8],21],[[90,80],21],[[90,86,8,8],21],[[90,86,106,8,8,107],21],[[90,86,86,8,8],21],[[90,[24,[80]]],21],[90,40],0,[105,21],0,0,0,[[105,[102,[80]]],21],[[105,[102,[80]]],21],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[108,109],[[83,66,110,8,-1],[[71,[21]]],[91,92]],[[83,86,-1],8,[91,92]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[-1,-1,[]],0,[[],8],[-1,-2,[],[]],[[],[[6,[25,26]]]],[[],111],[[14,108,83,90,-1],[[71,[21]]],[91,92]],[[108,83,8,-1],[[71,[21]]],[91,92]],[[]],0,[[111,14,108,58,-1,15],[[71,[21]]],[91,92]],[[111,14,108,58,-1],[[71,[21]]],[91,92]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[[83,-1,-2],[[71,[86]]],112,[113,92]],[114,115],[116,117],[[],118],[119,120],[121,122],[75,[[71,[78]]]],[[3,75],69],[[65,75],[[71,[78]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[1,7],[[6,[123,5]]]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[-1,-1,[]],[[],8],[-1,-2,[],[]],[[],[[6,[25,26]]]],[123,[[52,[124]]]],[[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]]],"c":[],"p":[[8,"TargetIsa",704],[3,"FunctionBuilderContext",344],[3,"FunctionType",705],[3,"FunctionBody",706],[4,"CompileError",707],[4,"Result",708],[3,"Context",709],[15,"usize"],[3,"Range",710],[3,"FunctionAddressMap",711],[3,"CraneliftCompiler",33],[3,"Target",712],[3,"CompileModuleInfo",713],[3,"ModuleTranslationState",714],[3,"LocalFunctionIndex",715],[3,"FunctionBodyData",716],[3,"PrimaryMap",717],[3,"Compilation",706],[3,"Cranelift",60],[3,"With",718],[15,"tuple"],[8,"ModuleMiddleware",719],[3,"Arc",720],[15,"slice"],[3,"Layout",721],[3,"LayoutError",721],[3,"ModuleInfo",722],[3,"MachReloc",723],[3,"Relocation",724],[3,"MachTrap",723],[3,"TrapInformation",725],[15,"str"],[4,"TrapCode",726],[4,"TrapCode",727],[3,"TypeId",728],[3,"Global",729],[3,"Box",730],[8,"Any",728],[3,"Private",731],[15,"bool"],[4,"CraneliftOptLevel",60],[8,"Compiler",732],[3,"Flags",733],[3,"Formatter",734],[6,"Result",734],[6,"CodegenResult",735],[4,"ModuleInfoMemoryOffset",129],[3,"ModuleInfoVmctxInfo",129],[3,"WriterRelocate",186],[3,"CustomSection",736],[4,"Endianness",737],[4,"Option",738],[15,"u8"],[6,"Result",739],[4,"Address",739],[4,"SectionId",740],[3,"FuncEnvironment",221],[3,"Function",741],[3,"SigRef",742],[3,"VMBuiltinFunctionIndex",743],[3,"FunctionIndex",715],[4,"ExternalName",744],[3,"SignatureIndex",715],[3,"GlobalIndex",715],[4,"Type",705],[15,"u32"],[3,"MemoryIndex",715],[3,"TableIndex",715],[3,"Signature",745],[3,"FuncRef",742],[6,"WasmResult",707],[4,"GlobalVariable",417],[3,"Heap",742],[3,"Table",742],[3,"TargetFrontendConfig",704],[4,"MemoryStyle",746],[4,"TableStyle",747],[3,"Type",748],[3,"FuncCursor",749],[3,"Value",742],[3,"Inst",742],[4,"HeapType",750],[3,"FunctionBuilder",751],[3,"VMOffsets",743],[3,"GlobalValue",742],[3,"Block",742],[15,"array"],[3,"SmallVec",752],[3,"MemArg",753],[3,"FuncTranslationState",521],[8,"FuncEnvironment",417],[8,"Sized",754],[15,"i32"],[4,"Opcode",755],[3,"MemFlags",756],[3,"Offset32",757],[4,"AtomicRmwOp",758],[4,"FloatCC",759],[4,"IntCC",759],[4,"Operator",753],[3,"AbiParam",745],[3,"Vec",760],[8,"Fn",761],[4,"ReturnMode",417],[4,"ControlStackFrame",521],[4,"ElseData",521],[4,"BlockType",753],[8,"FunctionBinaryReader",716],[3,"SourceLoc",762],[4,"ValType",750],[3,"FuncTranslator",644],[8,"Iterator",763],[8,"TargetEnvironment",417],[3,"Ieee32",753],[3,"Ieee32",757],[3,"Ieee64",753],[3,"Ieee64",757],[3,"ValueLabel",764],[4,"LibCall",765],[4,"LibCall",766],[4,"Reloc",767],[4,"RelocationKind",724],[4,"CraneliftUnwindInfo",681],[4,"CompiledFunctionUnwindInfo",768],[6,"ValueLabelsRanges",129],[6,"StackSlots",129],[13,"Memory",518],[13,"If",623],[13,"Block",623],[13,"Loop",623],[13,"NoElse",642],[13,"WithElse",642]]},\ +"wasmer_compiler_cranelift":{"doc":"A WebAssembly Compiler implementation using Cranelift.","t":"DDENNEDNNNNRGAAAMAAMMMMAFMMMMAAMFDLLLLMLLLLLLLLLFFLLLFLLLLLLDENNNLLLLLLLLLLLLLLLLLLLLLLMLMLMLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLCCCANNEDNGGLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLMLLMLLLLLLLLMMLLLLLLSDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMDLLMLLLLMLMLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMLMLLLLMMMMMMMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLFMLLLLMDLLLLLLLALALLLCCLLMMLLLMLLLFFCCCCAAAACCCACAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNNIENNEILLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKKLLLLLLLLKKKKKLLLLKKLLKLLKKLKKKKKLKKKKKKLKKKKKKKKLLLLLLLLLLLLMMMNEEDNNNNLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLMMLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLMLMMMLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMDLLFFFLLLLLMLLLLFFLMLLLLLLLLFFFFFFFFFENNNLLFLLLLLLLLLLLLLLLL","n":["Cranelift","CraneliftCompiler","CraneliftOptLevel","Defined","Imported","ModuleInfoMemoryOffset","ModuleInfoVmctxInfo","None","None","Speed","SpeedAndSize","VERSION","ValueLabelsRanges","address_map","compiler","config","config","debug","dwarf","elems","enable_nan_canonicalization","enable_pic","enable_verifier","func_environ","make_trampoline_function_call","memory_offset","middlewares","opt_level","stack_slots","trampoline","translator","unused","get_function_address_map","CraneliftCompiler","borrow","borrow_mut","compile_module","config","config","deref","deref_mut","deserialize","drop","from","get_middlewares","init","into","layout_raw","mach_reloc_to_reloc","mach_trap_to_trap","name","new","pointer_metadata","translate_ir_trapcode","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Cranelift","CraneliftOptLevel","None","Speed","SpeedAndSize","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","canonicalize_nans","canonicalize_nans","clone","clone","clone_into","clone_into","compiler","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","enable_nan_canonicalization","enable_pic","enable_pic","enable_verifier","enable_verifier","flags","fmt","fmt","from","from","init","init","into","into","isa","layout_raw","layout_raw","middlewares","new","opt_level","opt_level","pointer_metadata","pointer_metadata","push_middleware","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","ModuleInfoMemoryOffset","ModuleInfoVmctxInfo","ValueLabelsRanges","address_map","Defined","Imported","ModuleInfoMemoryOffset","ModuleInfoVmctxInfo","None","StackSlots","ValueLabelsRanges","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","elems","elems","fmt","fmt","from","from","init","init","into","into","layout_raw","layout_raw","memory_offset","pointer_metadata","pointer_metadata","stack_slots","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unused","unused","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","FUNCTION_SYMBOL","WriterRelocate","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","endian","fmt","from","init","into","into_section","layout_raw","len","new","pointer_metadata","relocs","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","write","write_address","write_at","write_offset","write_offset_at","writer","FuncEnvironment","borrow","borrow_mut","data_drop_sig","deref","deref_mut","deserialize","drop","elem_drop_sig","from","func_ref_sig","get_data_drop_func","get_data_drop_sig","get_elem_drop_func","get_elem_drop_sig","get_func_ref_func","get_func_ref_sig","get_function_name","get_function_sig","get_function_type","get_global_type","get_local_type","get_local_types","get_memory32_atomic_notify_sig","get_memory32_atomic_wait32_sig","get_memory32_atomic_wait64_sig","get_memory32_size_sig","get_memory_atomic_notify_func","get_memory_atomic_wait32_func","get_memory_atomic_wait64_func","get_memory_copy_func","get_memory_copy_sig","get_memory_fill_func","get_memory_fill_sig","get_memory_grow_func","get_memory_grow_sig","get_memory_init_func","get_memory_init_sig","get_memory_size_func","get_table_copy_func","get_table_copy_sig","get_table_fill_func","get_table_fill_sig","get_table_get_func","get_table_get_sig","get_table_grow_func","get_table_grow_sig","get_table_init_func","get_table_init_sig","get_table_set_func","get_table_set_sig","get_table_size_func","get_table_size_sig","init","into","is_wasm_parameter","layout_raw","make_direct_func","make_global","make_heap","make_indirect_sig","make_table","memory32_atomic_notify_sig","memory32_atomic_wait32_sig","memory32_atomic_wait64_sig","memory32_size_sig","memory_copy_sig","memory_fill_sig","memory_grow_sig","memory_init_sig","memory_styles","module","new","offsets","pointer_metadata","pointer_type","push_local_decl_on_stack","push_params_on_stack","signatures","table_copy_sig","table_fill_sig","table_get_sig","table_grow_sig","table_init_sig","table_set_sig","table_size_sig","table_styles","target_config","target_config","translate_atomic_notify","translate_atomic_wait","translate_call","translate_call_indirect","translate_custom_global_get","translate_custom_global_set","translate_data_drop","translate_elem_drop","translate_load_builtin_function_address","translate_memory_copy","translate_memory_fill","translate_memory_grow","translate_memory_init","translate_memory_size","translate_ref_func","translate_ref_is_null","translate_ref_null","translate_table_copy","translate_table_fill","translate_table_get","translate_table_grow","translate_table_init","translate_table_set","translate_table_size","try_from","try_into","type_id","type_of_vmtable_definition_current_elements","type_stack","upcast_any_box","upcast_any_mut","upcast_any_ref","vmctx","vmctx","FunctionBuilderContext","borrow","borrow_mut","default","deref","deref_mut","deserialize","drop","dynamic_function","from","function_call","init","into","layout_raw","make_trampoline_dynamic_function","make_trampoline_function_call","new","pointer_metadata","ssa","status","try_from","try_into","type_id","types","upcast_any_box","upcast_any_mut","upcast_any_ref","make_trampoline_dynamic_function","make_trampoline_function_call","FuncEnvironment","FuncTranslator","GlobalVariable","TargetEnvironment","code_translator","func_environ","func_state","func_translator","irlibcall_to_libcall","irreloc_to_relocationkind","signature_to_cranelift_ir","translation_utils","type_to_irtype","unwind","bitcast_arguments","canonicalise_then_brnz","canonicalise_then_brz","canonicalise_then_jump","canonicalise_v128_values","finalise_atomic_mem_addr","fold_atomic_mem_addr","get_heap_addr","is_non_canonical_v128","mem_op_size","optionally_bitcast_vector","pop1_with_bitcast","pop2_with_bitcast","prepare_load","translate_atomic_cas","translate_atomic_load","translate_atomic_rmw","translate_atomic_store","translate_br_if","translate_br_if_args","translate_fcmp","translate_icmp","translate_load","translate_operator","translate_store","translate_unreachable_operator","translate_vector_fcmp","translate_vector_icmp","type_of","wasm_param_types","Const","Custom","FuncEnvironment","GlobalVariable","Memory","NormalReturns","ReturnMode","TargetEnvironment","__clone_box","__clone_box","after_translate_operator","before_translate_operator","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_function_sig","get_function_type","get_global_type","get_local_type","get_local_types","init","init","into","into","is_wasm_parameter","is_wasm_return","layout_raw","layout_raw","make_direct_func","make_global","make_heap","make_indirect_sig","make_table","pointer_bytes","pointer_metadata","pointer_metadata","pointer_type","push_local_decl_on_stack","push_params_on_stack","reference_type","return_mode","target_config","to_owned","to_owned","translate_atomic_notify","translate_atomic_wait","translate_call","translate_call_indirect","translate_custom_global_get","translate_custom_global_set","translate_data_drop","translate_elem_drop","translate_loop_header","translate_memory_copy","translate_memory_fill","translate_memory_grow","translate_memory_init","translate_memory_size","translate_ref_func","translate_ref_is_null","translate_ref_null","translate_table_copy","translate_table_fill","translate_table_get","translate_table_grow","translate_table_init","translate_table_set","translate_table_size","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","gv","offset","ty","Block","ControlStackFrame","ElseData","FuncTranslationState","If","Loop","NoElse","WithElse","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","br_destination","clear","control_stack","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","ensure_length_is_at_least","exit_is_branched_to","fmt","fmt","following_code","from","from","from","functions","get_direct_func","get_global","get_heap","get_indirect_sig","get_or_create_table","globals","heaps","init","init","init","initialize","into","into","into","is_loop","layout_raw","layout_raw","layout_raw","new","num_param_values","num_return_values","num_wasm_parameters","original_stack_size","peek1","peekn","peekn_mut","pointer_metadata","pointer_metadata","pointer_metadata","pop1","pop2","pop3","popn","push1","push_block","push_if","push_loop","pushn","reachable","reachable","set_branched_to_exit","signatures","stack","tables","truncate_value_stack_to_else_params","truncate_value_stack_to_original_size","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","blocktype","consequent_ends_reachable","destination","destination","destination","else_data","exit_is_branched_to","exit_is_branched_to","head_is_reachable","header","num_param_values","num_param_values","num_param_values","num_return_values","num_return_values","num_return_values","original_stack_size","original_stack_size","original_stack_size","branch_inst","else_block","FuncTranslator","borrow","borrow_mut","cur_srcloc","declare_locals","declare_wasm_parameters","deref","deref_mut","deserialize","drop","from","func_ctx","init","into","layout_raw","new","parse_function_body","parse_local_decls","pointer_metadata","state","translate","translate_from_reader","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","block_with_params","f32_translation","f64_translation","get_vmctx_value_label","irlibcall_to_libcall","irreloc_to_relocationkind","reference_type","signature_to_cranelift_ir","type_to_irtype","CraneliftUnwindInfo","Fde","None","WindowsX64","borrow","borrow_mut","compiled_function_unwind_info","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","maybe_into_to_windows_unwind","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref"],"q":[[0,"wasmer_compiler_cranelift"],[32,"wasmer_compiler_cranelift::address_map"],[33,"wasmer_compiler_cranelift::compiler"],[60,"wasmer_compiler_cranelift::config"],[125,"wasmer_compiler_cranelift::debug"],[129,"wasmer_compiler_cranelift::debug::address_map"],[186,"wasmer_compiler_cranelift::dwarf"],[221,"wasmer_compiler_cranelift::func_environ"],[344,"wasmer_compiler_cranelift::trampoline"],[371,"wasmer_compiler_cranelift::trampoline::dynamic_function"],[372,"wasmer_compiler_cranelift::trampoline::function_call"],[373,"wasmer_compiler_cranelift::translator"],[387,"wasmer_compiler_cranelift::translator::code_translator"],[417,"wasmer_compiler_cranelift::translator::func_environ"],[518,"wasmer_compiler_cranelift::translator::func_environ::GlobalVariable"],[521,"wasmer_compiler_cranelift::translator::func_state"],[623,"wasmer_compiler_cranelift::translator::func_state::ControlStackFrame"],[642,"wasmer_compiler_cranelift::translator::func_state::ElseData"],[644,"wasmer_compiler_cranelift::translator::func_translator"],[672,"wasmer_compiler_cranelift::translator::translation_utils"],[681,"wasmer_compiler_cranelift::translator::unwind"],[704,"cranelift_codegen::isa"],[705,"wasmer_types::types"],[706,"wasmer_types::compilation::function"],[707,"wasmer_types::error"],[708,"core::result"],[709,"cranelift_codegen::context"],[710,"core::ops::range"],[711,"wasmer_types::compilation::address_map"],[712,"wasmer_types::compilation::target"],[713,"wasmer_types::compilation::module"],[714,"wasmer_compiler::translator::state"],[715,"wasmer_types::indexes"],[716,"wasmer_compiler::translator::environ"],[717,"wasmer_types::entity::primary_map"],[718,"wasmer_types::compilation::function"],[719,"wasmer_compiler::translator::middleware"],[720,"alloc::sync"],[721,"core::alloc::layout"],[722,"core::alloc::layout"],[723,"cranelift_codegen::machinst::buffer"],[724,"wasmer_types::compilation::relocation"],[725,"cranelift_codegen::machinst::buffer"],[726,"cranelift_codegen::ir::trapcode"],[727,"wasmer_types::trapcode"],[728,"core::any"],[729,"alloc::alloc"],[730,"alloc::boxed"],[731,"core::any"],[732,"wasmer_compiler::compiler"],[733,"cranelift_codegen::settings"],[734,"core::fmt"],[735,"core::fmt"],[736,"wasmer_types::compilation::section"],[737,"target_lexicon::triple"],[738,"core::option"],[739,"gimli::write"],[740,"gimli::write"],[741,"cranelift_codegen::ir::function"],[742,"cranelift_codegen::ir::entities"],[743,"wasmer_types::vmoffsets"],[744,"wasmer_types::indexes"],[745,"wasmer_types::indexes"],[746,"cranelift_codegen::ir::entities"],[747,"wasmer_types::table"],[748,"cranelift_codegen::ir::types"],[749,"cranelift_codegen::cursor"],[750,"cranelift_codegen::ir::entities"],[751,"cranelift_frontend::frontend"],[752,"wasmer_types::vmoffsets"],[753,"wasmparser::readers::core::operators"],[754,"core::marker"],[755,"cranelift_codegen::ir::instructions"],[756,"cranelift_codegen::ir::memflags"],[757,"cranelift_codegen::ir::immediates"],[758,"cranelift_codegen::ir::atomic_rmw_op"],[759,"cranelift_codegen::ir::condcodes"],[760,"cranelift_codegen::ir::condcodes"],[761,"core::ops::function"],[762,"wasmparser::readers::core::operators"],[763,"wasmparser::readers::core::types"],[764,"wasmparser::readers::core::operators"],[765,"cranelift_codegen::ir::libcall"],[766,"wasmer_types::libcalls"],[767,"cranelift_codegen::binemit"],[768,"wasmer_types::compilation::relocation"]],"d":["Global configuration options used to create an …","A compiler that compiles a WebAssembly module with …","Possible optimization levels for the Cranelift codegen …","Offset to the defined memory.","Offset to the imported memory.","Memory definition offset in the VMContext structure.","ModuleInfo vmctx related info.","No optimizations performed, minimizes compilation time by …","Not available.","Generates the fastest possible code, but may take longer.","Similar to speed, but also performs transformations aimed …","Version number of this crate.","Value ranges for functions.","","Support for compiling with Cranelift.","","","","","","","","","","Create a trampoline for invoking a WebAssembly function.","The memory definition offset in the VMContext structure.","The middleware chain.","","The functions stack slots.","","Tools for translating wasm function bytecode to Cranelift …","","","A compiler that compiles a WebAssembly module with …","","","Compile the module using Cranelift, producing a …","Gets the WebAssembly features for this Compiler","","","","","","Returns the argument unchanged.","Get the middlewares for this compiler","","Calls U::from(self).","","","","","Creates a new Cranelift compiler","","Translates the Cranelift IR TrapCode into generic Trap Code","","","","","","","Global configuration options used to create an …","Possible optimization levels for the Cranelift codegen …","No optimizations performed, minimizes compilation time by …","Generates the fastest possible code, but may take longer.","Similar to speed, but also performs transformations aimed …","","","","","","","","Enable NaN canonicalization.","","","","","Transform it into the compiler","","","","","","","","","","","","","","","Generates the flags for the compiler","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Generates the ISA for the provided target","","","The middleware chain.","Creates a new configuration object with the default …","The optimization levels when optimizing the IR.","","","","Pushes a middleware onto the back of the middleware chain.","","","","","","","","","","","","","","","","","","Data structures to provide transformation of the source","Offset to the defined memory.","Offset to the imported memory.","Memory definition offset in the VMContext structure.","ModuleInfo vmctx related info.","Not available.","Stack slots for functions.","Value ranges for functions.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","The memory definition offset in the VMContext structure.","","","The functions stack slots.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","The FuncEnvironment implementation for use by the …","","","The external function signature for implementing wasm’s …","","","","","The external function signature for implementing wasm’s …","Returns the argument unchanged.","The external function signature for implementing wasm’s …","","","","","","","Compute an ir::ExternalName for a given wasm function …","","","","","","","","","","Return the memory.atomic.notify function signature to call …","Return the memory.atomic.wait32 function signature to call …","Return the memory.atomic.wait64 function signature to call …","","","","","Return the memory.grow function signature to call for the …","","","","Return the memory.size function signature to call for the …","","","","","","","Return the table.grow function signature to call for the …","","","","","","Return the memory.size function signature to call for the …","","","Calls U::from(self).","","","","","","","","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The memory styles","The module-level environment which this function-level …","","Offsets to struct fields accessed by JIT code.","","","","","The module function signatures","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The external function signature for implementing wasm’s …","The table styles","","Target-specified configuration.","","","","","","","","","Translates load of builtin function and returns a pair of …","","","","","","","","","","","","","","","","","","","The type of the current_elements field.","A stack tracking the type of local variables.","","","","","The Cranelift global holding the vmctx address.","Structure used for translating a series of functions into …","","","","","","","","A trampoline generator for calling dynamic host functions …","Returns the argument unchanged.","A trampoline generator for calling Wasm functions easily.","","Calls U::from(self).","","","","Creates a FunctionBuilderContext structure. The structure …","","","","","","","","","","","Create a trampoline for invoking a WebAssembly function.","Create a trampoline for invoking a WebAssembly function.","","","","","This module contains the bulk of the interesting code …","All the runtime support necessary for the wasm to …","WebAssembly module and function translation state.","Standalone WebAssembly to Cranelift IR translator.","","","","Helper functions and structures for the translation.","","A Compilation contains the compiled function bodies for a …","A helper for bitcasting a sequence of values (e.g. …","The same but for a brnz instruction.","The same but for a brz instruction.","Generate a jump instruction, but first cast all 128-bit …","Cast to I8X16, any vector values in values that are of “…","","","Get the address+offset to use for a heap access.","","","Some SIMD operations only operate on I8X16 in CLIF; this …","A helper for popping and bitcasting a single value; since …","A helper for popping and bitcasting two values; since SIMD …","Prepare for a load; factors out common functionality …","","","","","","","","","Translate a load instruction.","Translates wasm operators into Cranelift IR instructions. …","Translate a store instruction.","Deals with a Wasm instruction located in an unreachable …","","","Determine the returned value type of a WebAssembly operator","A helper to extract all the Type listings of each variable …","This is a constant global with a value known at compile …","This is a global variable that needs to be handled by the …","Environment affecting the translation of a single …","The value of a WebAssembly global variable.","This is a variable in memory that should be referenced …","Use normal return instructions as needed.","How to return from functions.","Environment affecting the translation of a WebAssembly.","","","Optional callback for the FunctionEnvMutironment …","Optional callback for the FunctionEnvMutironment …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Get the type of a function with the given signature index.","Get the type of the local at the given index.","Get the type of the global at the given index.","Get the type of the local at the given index.","Get the types of all the current locals.","","","Calls U::from(self).","Calls U::from(self).","Is the given parameter of the given function a wasm-level …","Is the given return of the given function a wasm-level …","","","Set up an external function definition in the preamble of …","Set up the necessary preamble definitions in func to …","Set up the necessary preamble definitions in func to …","Set up a signature definition in the preamble of func that …","Set up the necessary preamble definitions in func to …","Get the size of a native pointer, in bytes.","","","Get the Cranelift integer type to use for native pointers.","Push a local declaration on to the stack to track the type …","Push locals for a the params of a function on to the stack.","Get the Cranelift reference type to use for native …","Should the code be structured to use a single …","Get the information needed to produce Cranelift IR for the …","","","Translate an atomic.notify WebAssembly instruction. The …","Translate an i32.atomic.wait or i64.atomic.wait …","Translate a call WebAssembly instruction at pos.","Translate a call_indirect WebAssembly instruction at pos.","Translate a global.get WebAssembly instruction at pos for …","Translate a global.set WebAssembly instruction at pos for …","Translate a data.drop WebAssembly instruction.","Translate a elem.drop WebAssembly instruction.","Emit code at the beginning of every wasm loop.","Translate a memory.copy WebAssembly instruction.","Translate a memory.fill WebAssembly instruction.","Translate a memory.grow WebAssembly instruction.","Translate a memory.init WebAssembly instruction.","Translates a memory.size WebAssembly instruction.","Translate a ref.func WebAssembly instruction.","Translate a ref.is_null WebAssembly instruction.","Translate a ref.null T WebAssembly instruction.","Translate a table.copy WebAssembly instruction.","Translate a table.fill WebAssembly instruction.","Translate a table.get WebAssembly instruction.","Translate a table.grow WebAssembly instruction.","Translate a table.init WebAssembly instruction.","Translate a table.set WebAssembly instruction.","Translate a table.size WebAssembly instruction.","","","","","","","","","","","","","The address of the global variable storage.","An offset to add to the address.","The global variable’s type.","","A control stack frame can be an if, a block or a loop, …","Information about the presence of an associated else for …","Contains information passed along during a function’s …","","","The if does not already have an else block.","We have already allocated an else block.","","","","","","","","","A stack of active control flow operations at this point in …","","","","","","","","","","","","","Helper to ensure the stack size is at least as big as n; …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get the FuncRef reference that should be used to make a …","Get the GlobalVariable reference that should be used to …","Get the Heap reference that should be used to access …","Get the SigRef reference that should be used to make an …","Get the Table reference that should be used to access …","","","","","","Initialize the state for compiling a function with the …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Construct a new, empty, FuncTranslationState","","","","Private helper. Use truncate_value_stack_to_else_params() …","Peek at the top of the stack without popping it.","Peek at the top n values on the stack in the order they …","Peek at the top n values on the stack in the order they …","","","","Pop one value.","Pop two values. Return them in the order they were pushed.","Pop three values. Return them in the order they were …","Pop the top n values on the stack.","Push a value.","Push a block on the control stack.","Push an if on the control stack.","Push a loop on the control stack.","Push multiple values.","True if the current translation state expresses reachable …","Is the current translation state still reachable? This is …","","","A stack of values corresponding to the active values in …","","Pop values from the value stack so that it is left at the …","Pop values from the value stack so that it is left at the …","","","","","","","","","","","","","","","","","","","","What was the reachability at the end of the consequent?","","","","","","","Was the head of the if reachable?","","","","","","","","","","","If we discover that we need an else block, this is the jump","This is the else block.","WebAssembly to Cranelift IR function translator.","","","Get the current source location from a reader.","Declare count local variables of the same type, starting …","Declare local variables for the signature parameters that …","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","Create a new translator.","Parse the function body in reader.","Parse the local variable declarations that precede the …","","","Translate a binary WebAssembly function.","Translate a binary WebAssembly function from a …","","","","","","","Create a Block with the given Wasm parameters.","Turns a wasmparser f32 into a Cranelift one.","Turns a wasmparser f64 into a Cranelift one.","Special VMContext value label. It is tracked as …","Transform Cranelift LibCall into runtime LibCall","Transform Cranelift Reloc to compiler Relocation","Helper function translating wasmparser types to Cranelift …","Helper function translate a Function signature into …","Helper function translating wasmparser types to Cranelift …","Cranelift specific unwind info","Dwarf FDE","No Unwind info attached","Windows Unwind info","","","Constructs unwind info object from Cranelift IR","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Transform the CraneliftUnwindInfo to the Windows format.","","","","","","",""],"i":[0,0,0,47,47,0,0,41,47,41,41,0,0,0,0,0,11,0,0,125,19,19,19,0,0,48,19,19,48,0,0,125,0,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,0,11,11,11,0,11,11,11,11,11,11,0,0,41,41,41,41,19,41,19,41,19,19,19,41,19,41,19,19,19,41,19,41,19,41,19,41,19,19,19,19,19,19,19,41,19,41,19,41,19,41,19,19,41,19,19,19,19,19,41,19,19,41,19,41,19,41,19,41,19,41,19,41,19,41,19,0,0,0,0,47,47,0,0,47,0,0,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,47,48,125,126,47,48,47,48,47,48,47,48,47,48,48,47,48,48,47,48,47,48,47,48,47,48,125,126,47,48,47,48,47,48,49,0,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,49,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,57,57,57,57,57,57,0,2,2,2,2,2,2,2,0,2,0,2,2,2,0,0,2,2,2,2,2,2,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,72,0,0,72,104,0,0,72,104,91,91,72,104,72,104,72,104,72,104,72,104,72,104,72,104,72,104,104,104,104,104,104,104,72,104,91,91,91,91,91,72,104,72,104,91,91,72,104,91,91,91,91,91,113,72,104,113,91,91,113,91,113,72,104,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,72,104,72,104,72,104,72,104,72,104,72,104,127,127,127,105,0,0,0,105,105,106,106,90,106,105,90,106,105,105,90,90,90,106,105,90,106,105,90,106,105,90,106,105,90,105,106,105,105,90,106,105,90,90,90,90,90,90,90,90,90,106,105,90,90,106,105,105,90,106,105,90,105,105,0,105,90,90,90,90,106,105,90,90,90,90,90,90,90,90,90,90,90,105,90,90,90,105,105,90,106,105,90,106,105,90,106,105,90,106,105,90,106,105,90,106,105,128,128,128,129,130,128,128,129,128,130,128,129,130,128,129,130,128,129,130,131,132,0,111,111,0,0,0,111,111,111,111,111,111,111,111,111,111,0,0,111,111,111,111,111,111,111,111,111,111,0,0,0,0,0,0,0,0,0,0,123,123,123,123,123,0,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[1,2,3],[[6,[4,5]]]],0,0,0,0,0,0,0,[[7,[9,[8]],8],10],0,[-1,-2,[],[]],[-1,-2,[],[]],[[11,12,13,14,[17,[15,16]]],[[6,[18,5]]]],[11,19],0,[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[-1,-1,[]],[11,[[24,[[23,[22]]]]]],[[],8],[-1,-2,[],[]],[[],[[6,[25,26]]]],[[27,28],29],[30,31],[11,32],[19,11],[[]],[33,34],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],0,0,0,0,0,[[-1,39],21,[]],[[-1,39],21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[19,40],21],[[19,40],19],[41,41],[19,19],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[37,[19]]],[[37,[42]]]],[[],19],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[8,21],0,[19,21],0,[19,21],0,[[19,12],43],[[41,44],45],[[19,44],45],[-1,-1,[]],[-1,-1,[]],[[],8],[[],8],[-1,-2,[],[]],[-1,-2,[],[]],[[19,12],[[46,[[37,[1]]]]]],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],0,[[],19],[[19,41],19],0,[[]],[[]],[[19,[23,[22]]],21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],0,0,0,0,0,0,0,0,0,0,0,[[-1,39],21,[]],[[-1,39],21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[47,47],[48,48],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[8,21],0,0,[[47,44],45],[[48,44],45],[-1,-1,[]],[-1,-1,[]],[[],8],[[],8],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],0,[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[-1,35,[]],0,0,[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],0,0,[[-1,39],21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[49,49],[[-1,-2],21,[],[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[49],[[49,44],45],[-1,-1,[]],[[],8],[-1,-2,[],[]],[49,50],[[],[[6,[25,26]]]],[49,8],[[[52,[51]]],49],[[]],0,[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[[49,[24,[53]]],[[54,[21]]]],[[49,55,53],[[54,[21]]]],[[49,8,[24,[53]]],[[54,[21]]]],[[49,8,56,53],[[54,[21]]]],[[49,8,8,56,53],[[54,[21]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],0,[-1,-1,[]],0,[[57,58],[[21,[59,60]]]],[[57,58],59],[[57,58],[[21,[59,60]]]],[[57,58],59],[[57,58,61],[[21,[59,8,60]]]],[[57,58],59],[61,62],[[57,63],[[52,[3]]]],[[57,61],[[52,[3]]]],[[57,64],[[52,[65]]]],[[57,66],[[52,[65]]]],[57,[[24,[65]]]],[[57,58],59],[[57,58],59],[[57,58],59],[[57,58],59],[[57,58,67],[[21,[59,8,60]]]],[[57,58,67],[[21,[59,8,60]]]],[[57,58,67],[[21,[59,8,60]]]],[[57,58,67],[[21,[59,8,60]]]],[[57,58],59],[[57,58,67],[[21,[59,8,60]]]],[[57,58],59],[[57,58,67],[[21,[59,8,60]]]],[[57,58],59],[[57,58],[[21,[59,60]]]],[[57,58],59],[[57,58,67],[[21,[59,8,60]]]],[[57,58,68,68],[[21,[59,8,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[57,58,68],[[21,[59,8,60]]]],[[57,58],59],[[],8],[-1,-2,[],[]],[[57,69,8],40],[[],[[6,[25,26]]]],[[57,58,61],[[71,[70]]]],[[57,58,64],[[71,[72]]]],[[57,58,67],[[71,[73]]]],[[57,58,63],[[71,[59]]]],[[57,58,68],[[71,[74]]]],0,0,0,0,0,0,0,0,0,0,[[75,27,[17,[63,69]],[17,[67,76]],[17,[68,77]]],57],0,[[]],[57,78],[[57,65],21],[[57,15],21],0,0,0,0,0,0,0,0,0,[57,75],0,[[57,79,67,73,80,80],[[71,[80]]]],[[57,79,67,73,80,80,80],[[71,[80]]]],[[57,79,61,70,[24,[80]]],[[71,[81]]]],[[57,79,68,74,63,59,80,[24,[80]]],[[71,[81]]]],[[57,79,64],[[71,[80]]]],[[57,79,64,80],[[71,[21]]]],[[57,79,66],[[71,[21]]]],[[57,79,66],[[71,[21]]]],[[57,79,60],[[21,[80,80]]]],[[57,79,67,73,67,73,80,80,80],[[71,[21]]]],[[57,79,67,73,80,80,80],[[71,[21]]]],[[57,79,67,73,80],[[71,[80]]]],[[57,79,67,73,66,80,80,80],[[71,[21]]]],[[57,79,67,73],[[71,[80]]]],[[57,79,61],[[71,[80]]]],[[57,79,80],[[71,[80]]]],[[57,79,82],[[71,[80]]]],[[57,79,68,74,68,74,80,80,80],[[71,[21]]]],[[57,79,68,80,80,80],[[71,[21]]]],[[57,83,68,74,80],[[71,[80]]]],[[57,79,68,74,80,80],[[71,[80]]]],[[57,79,66,68,74,80,80,80],[[71,[21]]]],[[57,83,68,74,80,80],[[71,[21]]]],[[57,79,68,74],[[71,[80]]]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[84,78],0,[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[[57,58],85],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[],2],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],0,[-1,-1,[]],0,[[],8],[-1,-2,[],[]],[[],[[6,[25,26]]]],0,0,[[],2],[[]],0,0,[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],0,[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[[1,84,2,3],[[6,[4,5]]]],[[1,2,3],[[6,[4,5]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[24,[80]],[24,[78]],83],21],[[83,80,86,[24,[80]]],81],[[83,80,86,[24,[80]]],81],[[83,86,[24,[80]]],81],[[[88,[[87,[80]]]],83,[24,[80]]],[[24,[80]]]],[[80,89,78,83,90,-1],[[71,[80]]],[91,92]],[[80,89,78,83],80],[[73,80,66,66,78,83],[[21,[80,93]]]],[78,40],[[94,78],66],[[80,78,83],80],[[90,78,83],80],[[90,78,83],[[21,[80,80]]]],[[89,66,83,90,-1],[[71,[[21,[95,80,96]]]]],[91,92]],[[78,78,89,83,90,-1],[[71,[21]]],[91,92]],[[78,78,89,83,90,-1],[[71,[21]]],[91,92]],[[78,78,97,89,83,90,-1],[[71,[21]]],[91,92]],[[78,89,83,90,-1],[[71,[21]]],[91,92]],[[66,83,90],21],[[66,90],[[21,[86,[24,[80]]]]]],[[98,83,90],21],[[99,83,90],21],[[89,94,78,83,90,-1],[[71,[21]]],[91,92]],[[14,100,83,90,-1],[[71,[21]]],[91,92]],[[89,94,83,90,-1],[[71,[21]]],[91,92]],[[14,100,83,90,-1],[[71,[21]]],[91,92]],[[98,78,83,90],21],[[99,78,83,90],21],[100,78],[[[24,[101]],-1],[[102,[78]]],103],0,0,0,0,0,0,0,0,[[-1,39],21,[]],[[-1,39],21,[]],[[-1,100,83,90],[[71,[21]]],[]],[[-1,100,83,90],[[71,[21]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[72,72],[104,104],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[8,21],[[104,104],40],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[104,44],45],[-1,-1,[]],[-1,-1,[]],[[-1,63],[[52,[3]]],[]],[[-1,61],[[52,[3]]],[]],[[-1,64],[[52,[65]]],[]],[[-1,66],[[52,[65]]],[]],[-1,[[24,[65]]],[]],[[],8],[[],8],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,69,8],40,[]],[[-1,69,8],40,[]],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],[[-1,58,61],[[71,[70]]],[]],[[-1,58,64],[[71,[72]]],[]],[[-1,58,67],[[71,[73]]],[]],[[-1,58,63],[[71,[59]]],[]],[[-1,58,68],[[71,[74]]],[]],[-1,53,[]],[[]],[[]],[-1,78,[]],[[-1,65],21,[]],[[-1,15],21,[]],[-1,78,[]],[-1,104,[]],[-1,75,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,79,67,73,80,80],[[71,[80]]],[]],[[-1,79,67,73,80,80,80],[[71,[80]]],[]],[[-1,79,61,70,[24,[80]]],[[71,[81]]],[]],[[-1,79,68,74,63,59,80,[24,[80]]],[[71,[81]]],[]],[[-1,79,64],[[71,[80]]],[]],[[-1,79,64,80],[[71,[21]]],[]],[[-1,79,66],[[71,[21]]],[]],[[-1,79,66],[[71,[21]]],[]],[[-1,79],[[71,[21]]],[]],[[-1,79,67,73,67,73,80,80,80],[[71,[21]]],[]],[[-1,79,67,73,80,80,80],[[71,[21]]],[]],[[-1,79,67,73,80],[[71,[80]]],[]],[[-1,79,67,73,66,80,80,80],[[71,[21]]],[]],[[-1,79,67,73],[[71,[80]]],[]],[[-1,79,61],[[71,[80]]],[]],[[-1,79,80],[[71,[80]]],[]],[[-1,79,82],[[71,[80]]],[]],[[-1,79,68,74,68,74,80,80,80],[[71,[21]]],[]],[[-1,79,68,80,80,80],[[71,[21]]],[]],[[-1,83,68,74,80],[[71,[80]]],[]],[[-1,79,68,74,80,80],[[71,[80]]],[]],[[-1,79,66,68,74,80,80,80],[[71,[21]]],[]],[[-1,83,68,74,80,80],[[71,[21]]],[]],[[-1,79,68,74],[[71,[80]]],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[105,86],[90,21],0,[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[8,21],[8,21],[[90,8],21],[105,40],[[106,44],45],[[105,44],45],[105,86],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[90,58,66,-1],[[71,[[21,[70,8]]]]],[91,92]],[[90,58,66,-1],[[71,[72]]],[91,92]],[[90,58,66,-1],[[71,[73]]],[91,92]],[[90,58,66,-1],[[71,[[21,[59,8]]]]],[91,92]],[[90,58,66,-1],[[71,[74]]],[91,92]],0,0,[[],8],[[],8],[[],8],[[90,69,86],21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[105,40],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],[[],[[6,[25,26]]]],[[],90],[105,8],[105,8],[[-1,69],8,[91,92]],[105,8],[90,80],[[90,8],[[24,[80]]]],[[90,8],[[24,[80]]]],[[]],[[]],[[]],[90,80],[90,[[21,[80,80]]]],[90,[[21,[80,80,80]]]],[[90,8],21],[[90,80],21],[[90,86,8,8],21],[[90,86,106,8,8,107],21],[[90,86,86,8,8],21],[[90,[24,[80]]],21],[90,40],0,[105,21],0,0,0,[[105,[102,[80]]],21],[[105,[102,[80]]],21],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],[-1,38,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[108,109],[[83,66,110,8,-1],[[71,[21]]],[91,92]],[[83,86,-1],8,[91,92]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[-1,-1,[]],0,[[],8],[-1,-2,[],[]],[[],[[6,[25,26]]]],[[],111],[[14,108,83,90,-1],[[71,[21]]],[91,92]],[[108,83,8,-1],[[71,[21]]],[91,92]],[[]],0,[[111,14,108,58,-1,15],[[71,[21]]],[91,92]],[[111,14,108,58,-1],[[71,[21]]],[91,92]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]],[[83,-1,-2],[[71,[86]]],112,[113,92]],[114,115],[116,117],[[],118],[119,120],[121,122],[75,[[71,[78]]]],[[3,75],69],[[65,75],[[71,[78]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[1,7],[[6,[123,5]]]],[8,-1,[]],[8,-1,[]],[[-1,-2],[[6,[[20,[-3,-4]]]]],[],[],[],[]],[8,21],[-1,-1,[]],[[],8],[-1,-2,[],[]],[[],[[6,[25,26]]]],[123,[[52,[124]]]],[[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,35,[]],[[[37,[-1,36]]],[[37,[38,36]]],[]],[-1,38,[]],[-1,38,[]]],"c":[],"p":[[8,"TargetIsa",704],[3,"FunctionBuilderContext",344],[3,"FunctionType",705],[3,"FunctionBody",706],[4,"CompileError",707],[4,"Result",708],[3,"Context",709],[15,"usize"],[3,"Range",710],[3,"FunctionAddressMap",711],[3,"CraneliftCompiler",33],[3,"Target",712],[3,"CompileModuleInfo",713],[3,"ModuleTranslationState",714],[3,"LocalFunctionIndex",715],[3,"FunctionBodyData",716],[3,"PrimaryMap",717],[3,"Compilation",706],[3,"Cranelift",60],[3,"With",718],[15,"tuple"],[8,"ModuleMiddleware",719],[3,"Arc",720],[15,"slice"],[3,"Layout",721],[3,"LayoutError",721],[3,"ModuleInfo",722],[3,"MachReloc",723],[3,"Relocation",724],[3,"MachTrap",723],[3,"TrapInformation",725],[15,"str"],[4,"TrapCode",726],[4,"TrapCode",727],[3,"TypeId",728],[3,"Global",729],[3,"Box",730],[8,"Any",728],[3,"Private",731],[15,"bool"],[4,"CraneliftOptLevel",60],[8,"Compiler",732],[3,"Flags",733],[3,"Formatter",734],[6,"Result",734],[6,"CodegenResult",735],[4,"ModuleInfoMemoryOffset",129],[3,"ModuleInfoVmctxInfo",129],[3,"WriterRelocate",186],[3,"CustomSection",736],[4,"Endianness",737],[4,"Option",738],[15,"u8"],[6,"Result",739],[4,"Address",739],[4,"SectionId",740],[3,"FuncEnvironment",221],[3,"Function",741],[3,"SigRef",742],[3,"VMBuiltinFunctionIndex",743],[3,"FunctionIndex",715],[4,"ExternalName",744],[3,"SignatureIndex",715],[3,"GlobalIndex",715],[4,"Type",705],[15,"u32"],[3,"MemoryIndex",715],[3,"TableIndex",715],[3,"Signature",745],[3,"FuncRef",742],[6,"WasmResult",707],[4,"GlobalVariable",417],[3,"Heap",742],[3,"Table",742],[3,"TargetFrontendConfig",704],[4,"MemoryStyle",746],[4,"TableStyle",747],[3,"Type",748],[3,"FuncCursor",749],[3,"Value",742],[3,"Inst",742],[4,"HeapType",750],[3,"FunctionBuilder",751],[3,"VMOffsets",743],[3,"GlobalValue",742],[3,"Block",742],[15,"array"],[3,"SmallVec",752],[3,"MemArg",753],[3,"FuncTranslationState",521],[8,"FuncEnvironment",417],[8,"Sized",754],[15,"i32"],[4,"Opcode",755],[3,"MemFlags",756],[3,"Offset32",757],[4,"AtomicRmwOp",758],[4,"FloatCC",759],[4,"IntCC",759],[4,"Operator",753],[3,"AbiParam",745],[3,"Vec",760],[8,"Fn",761],[4,"ReturnMode",417],[4,"ControlStackFrame",521],[4,"ElseData",521],[4,"BlockType",753],[8,"FunctionBinaryReader",716],[3,"SourceLoc",762],[4,"ValType",750],[3,"FuncTranslator",644],[8,"Iterator",763],[8,"TargetEnvironment",417],[3,"Ieee32",753],[3,"Ieee32",757],[3,"Ieee64",753],[3,"Ieee64",757],[3,"ValueLabel",764],[4,"LibCall",765],[4,"LibCall",766],[4,"Reloc",767],[4,"RelocationKind",724],[4,"CraneliftUnwindInfo",681],[4,"CompiledFunctionUnwindInfo",768],[6,"ValueLabelsRanges",129],[6,"StackSlots",129],[13,"Memory",518],[13,"If",623],[13,"Block",623],[13,"Loop",623],[13,"NoElse",642],[13,"WithElse",642]]},\ "wasmer_compiler_llvm":{"doc":"","t":"NENNNGGDIDENNNNLMALLMLLAAMMLLLLLMMLLLLLLLLLMLMMMKAMMLKKLAALLLLLLIAKKFKKKKADLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNENNNGGDIENNNNLLMLLLLLMLLLLLLLMLLLLLLLLLMLLMLLLLLLLLMLLMMMLKLMMLLKKLLLLLLLLLLLLLLLLLLDLLMMLLLLMLLLLFFFLLLLLLLCARDMLLMLLLLLLLLLLLLLLMLLLLLCAAARDRRRRRRRRRRRRRRRRDMMMMLLLLLLMLMMMMLLLLLLLLLLLMLLLLMFFLLMLMMMLLLLLLMMMFLLLLLLLLLLLLLLLLMLLLLLLLMNDNDEDENNDLLLMMMMMLMMMLLLLLLLLLLLLLMMMMMMMMMMMMLLLLLLMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLMMMLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLMMMLLLLLLMLLMMMMMMMLMMLMMLMLMMLMMMMMMMMMMLMMLLLLLLMMMMMMMMMMMMMMMMLMMMMMLMMFMLLLMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLFFMMMMMMMMMMMMMMMMMMMMMNENDNNENDLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMM","n":["Aggressive","CompiledKind","Default","DynamicFunctionTrampoline","FunctionCallTrampoline","InkwellMemoryBuffer","InkwellModule","LLVM","LLVMCallbacks","LLVMCompiler","LLVMOptLevel","Less","Local","Module","None","__clone_box","_marker","abi","borrow","borrow_mut","callbacks","clone","clone_into","compiler","config","config","data_layout","default","deref","deref_mut","deserialize","drop","enable_nan_canonicalization","enable_verifier","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","init","into","is_pic","layout_raw","memory_buffer","middlewares","module","obj_memory_buffer","object_file","opt_level","owned_by_ee","pointer_metadata","postopt_ir","preopt_ir","to_owned","trampoline","translator","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Abi","aarch64_systemv","args_to_call","func_type_to_llvm","get_abi","get_vmctx_ptr_param","is_sret","pack_values_for_register_return","rets_from_call","x86_64_systemv","Aarch64SystemV","args_to_call","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","func_type_to_llvm","get_vmctx_ptr_param","init","into","is_sret","layout_raw","pack_values_for_register_return","pointer_metadata","rets_from_call","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","X86_64SystemV","args_to_call","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","func_type_to_llvm","get_vmctx_ptr_param","init","into","is_sret","layout_raw","pack_values_for_register_return","pointer_metadata","rets_from_call","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","LLVMCompiler","ShortNames","borrow","borrow","borrow_mut","borrow_mut","compile_module","compile_native_object","config","config","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","experimental_native_compile_module","from","from","get_middlewares","init","init","into","into","layout_raw","layout_raw","name","name_to_symbol","new","pointer_metadata","pointer_metadata","symbol_to_name","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","Aggressive","CompiledKind","Default","DynamicFunctionTrampoline","FunctionCallTrampoline","InkwellMemoryBuffer","InkwellModule","LLVM","LLVMCallbacks","LLVMOptLevel","Less","Local","Module","None","__clone_box","__clone_box","_marker","borrow","borrow","borrow_mut","borrow_mut","callbacks","callbacks","canonicalize_nans","clone","clone","clone_into","clone_into","code_model","compiler","data_layout","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","enable_nan_canonicalization","enable_pic","enable_verifier","enable_verifier","fmt","fmt","from","from","init","init","into","into","is_pic","layout_raw","layout_raw","memory_buffer","middlewares","module","new","obj_memory_buffer","opt_level","opt_level","owned_by_ee","pointer_metadata","pointer_metadata","postopt_ir","preopt_ir","push_middleware","reloc_mode","target_machine","target_triple","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","CompiledFunction","borrow","borrow_mut","compiled_function","custom_sections","deref","deref_mut","deserialize","drop","eh_frame_section_indices","from","init","into","layout_raw","load_object_file","map_object_err","map_tryfromint_err","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","FuncTrampoline","wasm","FUNCTION_SECTION","FuncTrampoline","abi","borrow","borrow_mut","ctx","deref","deref_mut","deserialize","drop","dynamic_trampoline","dynamic_trampoline_to_module","from","generate_dynamic_trampoline","generate_trampoline","init","into","layout_raw","new","pointer_metadata","target_machine","trampoline","trampoline_to_module","try_from","try_into","type_id","FuncTranslator","code","intrinsics","state","FUNCTION_SECTION","FuncTranslator","GEF32_LEQ_I32_MAX","GEF32_LEQ_I64_MAX","GEF32_LEQ_U32_MAX","GEF32_LEQ_U64_MAX","GEF64_LEQ_I32_MAX","GEF64_LEQ_I64_MAX","GEF64_LEQ_U32_MAX","GEF64_LEQ_U64_MAX","LEF32_GEQ_I32_MIN","LEF32_GEQ_I64_MIN","LEF32_GEQ_U32_MIN","LEF32_GEQ_U64_MIN","LEF64_GEQ_I32_MIN","LEF64_GEQ_I64_MIN","LEF64_GEQ_U32_MIN","LEF64_GEQ_U64_MIN","LLVMFunctionCodeGenerator","_table_styles","abi","abi","alloca_builder","annotate_user_memaccess","apply_pending_canonicalization","borrow","borrow","borrow_mut","borrow_mut","builder","canonicalize_nans","config","context","ctx","ctx","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","finalize","from","from","function","init","init","into","into","intrinsics","is_f32_arithmetic","is_f64_arithmetic","layout_raw","layout_raw","locals","mark_memaccess_nodelete","memory_styles","module","module_translation","new","pointer_metadata","pointer_metadata","quiet_nan","resolve_memory_ptr","splat_vector","state","symbol_registry","target_machine","to_compile_error","translate","translate_operator","translate_to_module","trap_if_misaligned","trap_if_not_representable_as_int","trap_if_zero","trap_if_zero_or_overflow","trunc_sat","trunc_sat_into_int","trunc_sat_scalar","try_from","try_from","try_into","try_into","type_id","type_id","unreachable_depth","v128_into_f32x4","v128_into_f64x2","v128_into_i16x8","v128_into_i32x4","v128_into_i64x2","v128_into_i8x16","v128_into_int_vec","wasm_module","Const","CtxType","Dynamic","FunctionCache","GlobalCache","Intrinsics","MemoryCache","Mut","Static","TableCache","__clone_box","__clone_box","__clone_box","abi","add_f32","add_f32x4","add_f64","add_f64x2","add_func","anyfunc_ty","anyref_ty","attrs","basic","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cache_builder","cached_functions","cached_globals","cached_memories","cached_memory_grow","cached_memory_size","cached_sigindices","cached_tables","ceil_f32","ceil_f32x4","ceil_f64","ceil_f64x2","clone","clone","clone","clone_into","clone_into","clone_into","cmp_f32","cmp_f32x4","cmp_f64","cmp_f64x2","copysign_f32","copysign_f32x4","copysign_f64","copysign_f64x2","ctlz_i32","ctlz_i64","ctpop_i32","ctpop_i64","ctpop_i8x16","cttz_i32","cttz_i64","ctx_ptr_ty","ctx_ptr_value","data_drop","debug_trap","declare","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","div_f32","div_f32x4","div_f64","div_f64x2","drop","drop","drop","drop","drop","drop","dynamic_sigindex","elem_drop","expect_i1","experimental_stackmap","externref_ty","f32_ptr_ty","f32_ty","f32_zero","f32x4_ty","f32x4_zero","f64_ptr_ty","f64_ty","f64_zero","f64x2_ty","f64x2_zero","fabs_f32","fabs_f32x4","fabs_f64","fabs_f64x2","floor_f32","floor_f32x4","floor_f64","floor_f64x2","fp_exception_md","fp_ogt_md","fp_olt_md","fp_rounding_md","fp_uno_md","fpext_f32","fptrunc_f64","from","from","from","from","from","from","func","func","func_ref","funcref_ty","get_offsets","global","i128_ptr_ty","i128_ty","i128_zero","i16_ptr_ty","i16_ty","i16x8_ty","i1_ty","i1_zero","i1x128_ty","i2_ty","i32_consts","i32_ptr_ty","i32_ty","i32_zero","i32x4_ty","i32x8_ty","i4_ty","i64_ptr_ty","i64_ty","i64_zero","i64x2_ty","i8_ptr_ty","i8_ty","i8_zero","i8x16_ty","imported_memory32_grow_ptr_ty","imported_memory32_notify_ptr_ty","imported_memory32_size_ptr_ty","imported_memory32_wait32_ptr_ty","imported_memory32_wait64_ptr_ty","imported_memory_copy","imported_memory_fill","imported_memory_notify","imported_memory_wait32","imported_memory_wait64","imported_table_get","imported_table_grow","imported_table_set","imported_table_size","init","init","init","init","init","init","into","into","into","into","into","into","isize_ptr_ty","isize_ty","isize_zero","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","llvm_func_type","local_func","memory","memory32_grow_ptr_ty","memory32_notify_ptr_ty","memory32_size_ptr_ty","memory32_wait32_ptr_ty","memory32_wait64_ptr_ty","memory_copy","memory_fill","memory_grow","memory_grow_ty","memory_init","memory_notify","memory_notify","memory_notify_ty","memory_size","memory_size_ty","memory_wait32","memory_wait32","memory_wait32_ty","memory_wait64","memory_wait64","memory_wait64_ty","mul_f32","mul_f32x4","mul_f64","mul_f64x2","nearbyint_f32","nearbyint_f32x4","nearbyint_f64","nearbyint_f64x2","new","offsets","personality","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr_to_base_ptr","ptr_to_bounds","readonly","sadd_sat_i16x8","sadd_sat_i8x16","sqrt_f32","sqrt_f32x4","sqrt_f64","sqrt_f64x2","ssub_sat_i16x8","ssub_sat_i8x16","stack_probe","sub_f32","sub_f32x4","sub_f64","sub_f64x2","table","table_copy","table_fill","table_get","table_grow","table_init","table_prepare","table_set","table_size","tbaa_label","throw_trap","to_owned","to_owned","to_owned","trap","trap_bad_conversion_to_integer","trap_call_indirect_null","trap_call_indirect_sig","trap_illegal_arithmetic","trap_integer_division_by_zero","trap_memory_oob","trap_table_access_oob","trap_unaligned_atomic","trap_unreachable","trunc_f32","trunc_f32x4","trunc_f64","trunc_f64x2","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","type_to_llvm","type_to_llvm_ptr","uadd_sat_i16x8","uadd_sat_i8x16","usub_sat_i16x8","usub_sat_i8x16","vmctx","vmfunction_import_body_element","vmfunction_import_ptr_ty","vmfunction_import_ty","vmfunction_import_vmctx_element","vmmemory_definition_base_element","vmmemory_definition_current_length_element","vmmemory_definition_ptr_ty","vmmemory_definition_ty","void_ty","wasm_module","ptr_to_value","value","value_type","base_ptr","ptr_to_base_ptr","ptr_to_current_length","Block","ControlFrame","Else","ExtraInfo","If","IfElse","IfElseState","Loop","State","__clone_box","arithmetic_f32","arithmetic_f64","bitand","bitor","bitor_assign","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","br_dest","clone","clone_into","code_after","control_stack","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","frame_at_depth","frame_at_depth_mut","from","from","from","from","get_hash","has_control_frames","has_pending_f32_nan","has_pending_f64_nan","hash","init","init","init","init","into","into","into","into","is_arithmetic_f32","is_arithmetic_f64","is_loop","layout_raw","layout_raw","layout_raw","layout_raw","loop_body_phis","new","outermost_frame","peek1_extra","peekn","peekn_extra","pending_f32_nan","pending_f64_nan","phis","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop1","pop1_extra","pop2","pop2_extra","pop3","pop3_extra","pop_frame","popn","popn_save_extra","push1","push1_extra","push_block","push_if","push_loop","reachable","reset_stack","stack","state","strip_pending","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","body","else_phis","if_else","if_else_state","if_then","loop_body_phis","next","next","next","next_phis","phis","phis","stack_size_snapshot","stack_size_snapshot","stack_size_snapshot","then_phis"],"q":[[0,"wasmer_compiler_llvm"],[64,"wasmer_compiler_llvm::abi"],[74,"wasmer_compiler_llvm::abi::aarch64_systemv"],[98,"wasmer_compiler_llvm::abi::x86_64_systemv"],[122,"wasmer_compiler_llvm::compiler"],[168,"wasmer_compiler_llvm::config"],[253,"wasmer_compiler_llvm::object_file"],[277,"wasmer_compiler_llvm::trampoline"],[279,"wasmer_compiler_llvm::trampoline::wasm"],[305,"wasmer_compiler_llvm::translator"],[309,"wasmer_compiler_llvm::translator::code"],[405,"wasmer_compiler_llvm::translator::intrinsics"],[728,"wasmer_compiler_llvm::translator::intrinsics::GlobalCache"],[731,"wasmer_compiler_llvm::translator::intrinsics::MemoryCache"],[734,"wasmer_compiler_llvm::translator::state"],[865,"wasmer_compiler_llvm::translator::state::ControlFrame"],[881,"dyn_clone::sealed"],[882,"rkyv::with"],[883,"core::result"],[884,"core::fmt"],[885,"core::fmt"],[886,"core::alloc::layout"],[887,"alloc::alloc"],[888,"alloc::boxed"],[889,"core::any"],[890,"wasmer_types::types"],[891,"inkwell::types::fn_type"],[892,"inkwell::values::ptr_value"],[893,"inkwell::values::enums"],[894,"alloc::vec"],[895,"inkwell::context"],[896,"wasmer_types::vmoffsets"],[897,"core::option"],[898,"inkwell::attributes"],[899,"inkwell::attributes"],[900,"inkwell::targets"],[901,"inkwell::values::fn_value"],[902,"inkwell::values::call_site_value"],[903,"wasmer_types::compilation::target"],[904,"wasmer_types::compilation::module"],[905,"wasmer_compiler::translator::state"],[906,"wasmer_types::indexes"],[907,"wasmer_compiler::translator::environ"],[908,"wasmer_types::entity::primary_map"],[909,"wasmer_types::compilation::function"],[910,"wasmer_types::compilation::symbols"],[911,"wasmer_compiler::translator::middleware"],[912,"alloc::sync"],[913,"wasmer_types::compilation::symbols"],[914,"inkwell::targets"],[915,"core::fmt"],[916,"core::ops::function"],[917,"object::read"],[918,"core::num::error"],[919,"wasmer_types::compilation::function"],[920,"wasmer_types::indexes"],[921,"inkwell::values::instruction_value"],[922,"inkwell::types::ptr_type"],[923,"inkwell::values::int_value"],[924,"inkwell::types::vec_type"],[925,"inkwell::values::vec_value"],[926,"core::error"],[927,"wasmer_types::module"],[928,"wasmer_types::memory"],[929,"wasmer_types::indexes"],[930,"wasmparser::readers::core::operators"],[931,"inkwell::types::traits"],[932,"inkwell::types::int_type"],[933,"wasmer_types::indexes"],[934,"inkwell::basic_block"],[935,"core::hash"],[936,"core::marker"],[937,"core::hash"],[938,"inkwell::values::traits"],[939,"smallvec"]],"d":["","The compiled function kind, used for debugging in the …","","","","The InkWell MemoryBuffer type","The InkWell ModuleInfo type","","Callbacks to the different LLVM compilation phases.","A compiler that compiles a WebAssembly module with LLVM, …","Defines the optimization level used to compile a Module.","","","","","","","","","","","","","","","","","Returns the default value for OptimizationLevel, namely …","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","The middleware chain.","","","","","","","","","","","","","","","","","","We need to produce different LLVM IR for different …","","Marshall wasm stack values into function parameters.","Given a wasm function type, produce an llvm function …","","Given a function definition, retrieve the parameter that …","Whether the llvm equivalent of this wasm function has an …","Pack LLVM IR values representing individual wasm values …","Given a CallSite, extract the returned values and return …","","Implementation of the Abi trait for the Aarch64 ABI on …","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","Implementation of the Abi trait for the AMD64 SystemV ABI.","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","A compiler that compiles a WebAssembly module with LLVM, …","","","","","","Compile the module using LLVM, producing a compilation …","","Gets the config for this Compiler","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Get the middlewares for this compiler","","","Calls U::from(self).","Calls U::from(self).","","","","","Creates a new LLVM compiler","","","","","","","","","","","","","","","","","The compiled function kind, used for debugging in the …","","","","The InkWell MemoryBuffer type","The InkWell ModuleInfo type","","Callbacks to the different LLVM compilation phases.","Defines the optimization level used to compile a Module.","","","","","","","","","","","","Callbacks that will triggered in the different compilation …","","","","","","","","Transform it into the compiler.","","","","","","","","","","","","Emit code suitable for dlopen.","Whether to verify compiler IR.","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","The middleware chain.","","Creates a new configuration object with the default …","","The optimization levels when optimizing the IR.","","","","","","","Pushes a middleware onto the back of the middleware chain.","","Generates the target machine for the current target","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","Code for dealing with LLVM and VM intrinsics.","","","","Greatest Exact Float (32 bits) less-than-or-equal-to …","Greatest Exact Float (32 bits) less-than-or-equal-to …","Greatest Exact Float (32 bits) less-than-or-equal-to …","Greatest Exact Float (32 bits) less-than-or-equal-to …","Greatest Exact Float (64 bits) less-than-or-equal-to …","Greatest Exact Float (64 bits) less-than-or-equal-to …","Greatest Exact Float (64 bits) less-than-or-equal-to …","Greatest Exact Float (64 bits) less-than-or-equal-to …","Least Exact Float (32 bits) greater-than-or-equal-to …","Least Exact Float (32 bits) greater-than-or-equal-to …","Least Exact Float (32 bits) greater-than-or-equal-to …","Least Exact Float (32 bits) greater-than-or-equal-to …","Least Exact Float (64 bits) greater-than-or-equal-to …","Least Exact Float (64 bits) greater-than-or-equal-to …","Least Exact Float (64 bits) greater-than-or-equal-to …","Least Exact Float (64 bits) greater-than-or-equal-to …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The memory moves around.","","","Struct containing LLVM and VM intrinsics.","","","The memory is always in the same place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create an Intrinsics for the given Context.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","PHI nodes for stack values in the loop body.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[3,0,3,12,12,0,0,0,0,0,0,3,12,12,3,3,14,0,3,3,49,3,3,0,0,39,14,3,3,3,3,3,49,49,3,3,3,3,3,3,3,3,3,49,3,13,49,14,56,0,49,14,3,56,56,3,0,0,3,3,3,3,3,3,0,0,34,34,0,34,34,34,34,0,0,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,0,0,39,53,39,53,39,39,39,39,39,53,39,53,39,53,39,53,39,39,53,39,39,53,39,53,39,53,39,53,39,39,53,53,39,53,39,53,39,53,39,53,39,53,39,53,3,0,3,12,12,0,0,0,0,0,3,12,12,3,12,49,14,12,49,12,49,49,49,49,12,49,12,49,49,49,14,49,12,49,12,49,12,49,12,49,49,49,49,49,12,49,12,49,12,49,12,49,49,12,49,13,49,14,49,56,49,49,14,12,49,56,56,49,49,49,49,12,49,12,49,12,49,12,49,12,49,12,49,12,49,0,63,63,63,63,63,63,63,63,63,63,63,63,63,0,0,0,63,63,63,63,63,63,63,0,0,0,0,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,77,70,70,70,70,77,70,77,70,70,70,70,70,77,70,77,70,77,70,77,70,77,70,70,77,70,70,77,70,77,70,70,0,0,77,70,70,70,70,70,70,77,77,70,70,70,70,70,70,77,0,77,70,77,70,70,70,70,70,70,70,77,70,77,70,77,70,70,70,70,70,70,70,70,70,70,94,0,93,0,0,0,0,94,93,0,93,94,95,91,25,25,25,25,91,25,25,95,91,25,113,91,93,94,95,25,113,91,93,94,95,91,91,91,91,91,91,91,91,25,25,25,25,93,94,95,93,94,95,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,91,25,25,25,25,113,91,93,94,95,25,113,91,93,94,95,25,113,91,93,94,95,25,25,25,25,25,113,91,93,94,95,91,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,113,91,93,94,95,91,95,25,25,91,91,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,25,25,113,91,93,94,95,25,113,91,93,94,95,25,25,25,25,113,91,93,94,95,95,91,91,25,25,25,25,25,25,25,91,25,25,91,25,25,91,25,91,25,25,91,25,25,25,25,25,25,25,25,25,25,91,91,25,25,113,91,93,94,95,113,113,25,25,25,25,25,25,25,25,25,25,25,25,25,25,91,25,25,25,25,25,91,25,25,0,25,93,94,95,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,113,91,93,94,95,25,113,91,93,94,95,25,113,91,93,94,95,0,0,25,25,25,25,95,25,25,25,25,25,25,25,25,25,91,114,115,114,116,117,117,101,0,103,0,103,101,0,101,0,75,75,75,75,75,75,101,103,75,104,101,103,75,104,101,75,75,101,104,75,101,103,75,104,101,103,75,104,101,103,75,104,101,103,75,104,75,75,75,75,75,101,103,75,104,104,104,101,103,75,104,75,104,75,75,75,101,103,75,104,101,103,75,104,75,75,101,101,103,75,104,101,104,104,104,104,104,75,75,101,101,103,75,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,75,75,75,101,103,75,104,101,103,75,104,101,103,75,104,103,75,103,75,103,75,118,119,119,119,119,118,120,118,119,119,120,118,120,118,119,119],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[3,3],[[-1,-2],2,[],[]],0,0,0,0,[[],3],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],0,0,[[3,3],7],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[3,8],[[6,[2,9]]]],[-1,-1,[]],[[],4],[-1,-2,[],[]],0,[[],[[6,[10,11]]]],0,0,0,[[-1,12,13],2,[]],0,0,0,[[]],[[-1,12,14],2,[]],[[-1,12,14],2,[]],[-1,-2,[],[]],0,0,[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],0,0,[[-1,19,20,21,22,[24,[23]],25],[[26,[23]]],[]],[[-1,27,25,[29,[28]],20],[[6,[[2,[21,[26,[[2,[30,31]]]]]],32]]],[]],[33,[[17,[34]]]],[[-1,35],22,[]],[[-1,20],[[6,[7,32]]],[]],[[-1,25,19,[24,[23]],21],[[6,[23,32]]],[]],[[-1,19,25,36,20],[[26,[23]]],[]],0,0,[[37,19,20,21,22,[24,[23]],25],[[26,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],[-1,-1,[]],[[37,27,25,[29,[28]],20],[[6,[[2,[21,[26,[[2,[30,31]]]]]],32]]]],[[37,35],22],[[],4],[-1,-2,[],[]],[[37,20],[[6,[7,32]]]],[[],[[6,[10,11]]]],[[37,25,19,[24,[23]],21],[[6,[23,32]]]],[[]],[[37,19,25,36,20],[[26,[23]]]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],0,[[38,19,20,21,22,[24,[23]],25],[[26,[23]]]],[-1,-2,[],[]],[-1,-2,[],[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],[-1,-1,[]],[[38,27,25,[29,[28]],20],[[6,[[2,[21,[26,[[2,[30,31]]]]]],32]]]],[[38,35],22],[[],4],[-1,-2,[],[]],[[38,20],[[6,[7,32]]]],[[],[[6,[10,11]]]],[[38,25,19,[24,[23]],21],[[6,[23,32]]]],[[]],[[38,19,25,36,20],[[26,[23]]]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[39,40,41,42,[45,[43,44]]],[[6,[46,32]]]],[[39,40,41,42,[45,[43,44]],47,[24,[48]]],[[6,[[26,[48]],32]]]],[39,49],0,[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],[4,2],[[39,40,41,42,[45,[43,44]],47,[24,[48]]],[[29,[[6,[[26,[48]],32]]]]]],[-1,-1,[]],[-1,-1,[]],[39,[[24,[[51,[50]]]]]],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],[39,52],[[53,52],[[29,[54]]]],[49,39],[[]],[[]],[[53,54],55],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[49,[29,[[51,[56]]]]],49],0,[[49,7],2],[12,12],[49,49],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[49,57],[[[17,[49]]],[[17,[58]]]],0,[[],49],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],[4,2],0,[49,2],[49,2],0,[[12,8],59],[[49,8],59],[-1,-1,[]],[-1,-1,[]],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],0,0,0,[[],49],[[-1,12,13],2,[]],[[49,3],49],0,0,[[]],[[]],[[-1,12,14],2,[]],[[-1,12,14],2,[]],[[49,[51,[50]]],2],[49,60],[[49,40],33],[[49,40],61],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],0,[-1,-1,[]],[[],4],[-1,-2,[],[]],[[],[[6,[10,11]]]],[[[24,[48]],52,62,-1],[[6,[63,32]]],64],[65,32],[66,32],[[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],[[67,20,49,52],[[6,[68,32]]]],[[67,20,49,52],[[6,[69,32]]]],[-1,-1,[]],[[67,35,20,27,25],[[6,[2,32]]]],[[67,35,20,21,[24,[[2,[30,31]]]],27,25],[[6,[2,32]]]],[[],4],[-1,-2,[],[]],[[],[[6,[10,11]]]],[33,67],[[]],0,[[67,20,49,52],[[6,[68,32]]]],[[67,20,49,52],[[6,[69,32]]]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[70,71,72,73,74],[[6,[2,32]]]],[[70,23,75],23],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[70,23],23],0,0,0,0,[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],[4,2],[[70,20],[[6,[2,32]]]],[-1,-1,[]],[-1,-1,[]],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],0,[73,7],[76,7],[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],0,[[70,71,74],[[6,[2,32]]]],0,0,0,[33,77],[[]],[[]],[[70,23],23],[[70,71,72,78,79,4],[[6,[22,32]]]],[[70,23,80],81],0,0,0,[-1,32,82],[[77,83,42,43,44,49,[45,[71,84]],[45,[85,86]],47],[[6,[63,32]]]],[[70,87,73],[[6,[2,32]]]],[[77,83,42,43,44,49,[45,[71,84]],[45,[85,86]],47],[[6,[69,32]]]],[[70,72,22,48],2],[[70,76,76,88],2],[[70,79],2],[[70,79,79],2],[[70,-1,76,76,76,76,79],81,89],[[70,-1,76,76,76,76,79],79,89],[[70,90,76,76,76,76,88],79],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],0,[[70,23,75],[[2,[81,75]]]],[[70,23,75],[[2,[81,75]]]],[[70,23,75],[[2,[81,75]]]],[[70,23,75],[[2,[81,75]]]],[[70,23,75],[[2,[81,75]]]],[[70,23,75],[[2,[81,75]]]],[[70,23,75,80],[[2,[81,75]]]],0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,[[91,92,22,21,23,[24,[[2,[30,31]]]]],2],0,0,0,[91,23],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[93,93],[94,94],[95,95],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[69,27,96],25],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],0,0,0,0,[4,2],[4,2],[4,2],[4,2],[4,2],[4,2],[[91,97,25,69],79],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[91,92,25,27,20],[[6,[95,32]]]],0,0,0,[91,28],[[91,98,25,69],[[6,[94,32]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],0,[[91,43,92,25,69,27,20,52],[[6,[95,32]]]],[[91,71,25,69,[45,[71,84]]],93],0,0,0,0,0,0,0,[[91,71,25],22],0,0,[[91,71,25],22],0,0,[[91,71,25],22],0,[[91,71,25],22],0,0,[[91,71,25],22],0,0,0,0,0,0,0,0,0,0,[[83,35,19,34],91],0,0,[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[91,85,25,69],[[2,[22,79]]]],0,0,0,0,0,[[91,85,25,69],[[2,[22,22]]]],0,0,[[69,25,55,74],2],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[25,99],[[6,[100,32]]]],[[25,99],[[6,[78,32]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[],75],[[],75],[[75,75],75],[[75,75],75],[[75,75],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[101,102],[75,75],[[-1,-2],2,[],[]],[101,102],0,[[],75],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],[4,2],[4,2],[4,2],[[75,75],7],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[101,8],59],[[103,8],59],[[75,8],59],[[104,8],59],[[104,73],[[6,[101,32]]]],[[104,73],[[6,[101,32]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],76,[105,106],107],[104,7],[75,7],[75,7],[[75,-1],2,108],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[75,7],[75,7],[101,7],[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],[[],[[6,[10,11]]]],[101,[[24,[109]]]],[[],104],[104,[[6,[101,32]]]],[104,[[6,[[2,[23,75]],32]]]],[[104,4],[[6,[[26,[23]],32]]]],[[104,4],[[6,[[24,[[2,[23,75]]]],32]]]],[[],75],[[],75],[101,[[24,[109]]]],[[]],[[]],[[]],[[]],[104,[[6,[23,32]]]],[104,[[6,[[2,[23,75]],32]]]],[104,[[6,[[2,[23,23]],32]]]],[104,[[6,[[2,[[2,[23,75]],[2,[23,75]]]],32]]]],[104,[[6,[[2,[23,23,23]],32]]]],[104,[[6,[[2,[[2,[23,75]],[2,[23,75]],[2,[23,75]]]],32]]]],[104,[[6,[101,32]]]],[[104,4],[[6,[2,32]]]],[[104,4],[[6,[[26,[[2,[23,75]]]],32]]]],[[104,-1],2,110],[[104,-1,75],2,110],[[104,102,[112,[[111,[109]]]]],2],[[104,102,102,102,[112,[[111,[109]]]],[112,[[111,[109]]]],[112,[[111,[109]]]]],2],[[104,102,102,[112,[[111,[109]]]],[112,[[111,[109]]]]],2],0,[[104,101],2],0,0,[75,75],[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"c":[],"p":[[3,"Private",881],[15,"tuple"],[4,"LLVMOptLevel",0],[15,"usize"],[3,"With",882],[4,"Result",883],[15,"bool"],[3,"Formatter",884],[3,"Error",884],[3,"Layout",885],[3,"LayoutError",885],[4,"CompiledKind",168],[6,"InkwellMemoryBuffer",168],[6,"InkwellModule",168],[3,"TypeId",886],[3,"Global",887],[3,"Box",888],[8,"Any",886],[3,"Builder",889],[3,"FunctionType",890],[3,"FunctionType",891],[3,"PointerValue",892],[4,"BasicValueEnum",893],[15,"slice"],[3,"Intrinsics",405],[3,"Vec",894],[3,"Context",895],[3,"VMOffsets",896],[4,"Option",897],[3,"Attribute",898],[4,"AttributeLoc",898],[4,"CompileError",899],[3,"TargetMachine",900],[8,"Abi",64],[3,"FunctionValue",901],[3,"CallSiteValue",902],[3,"Aarch64SystemV",74],[3,"X86_64SystemV",98],[3,"LLVMCompiler",122],[3,"Target",903],[3,"CompileModuleInfo",904],[3,"ModuleTranslationState",905],[3,"LocalFunctionIndex",906],[3,"FunctionBodyData",907],[3,"PrimaryMap",908],[3,"Compilation",909],[8,"SymbolRegistry",910],[15,"u8"],[3,"LLVM",168],[8,"ModuleMiddleware",911],[3,"Arc",912],[15,"str"],[3,"ShortNames",122],[4,"Symbol",910],[3,"String",913],[8,"LLVMCallbacks",168],[4,"CodeModel",900],[8,"Compiler",914],[6,"Result",884],[4,"RelocMode",900],[3,"TargetTriple",900],[4,"RelocationTarget",915],[3,"CompiledFunction",253],[8,"FnMut",916],[3,"Error",917],[3,"TryFromIntError",918],[3,"FuncTrampoline",279],[3,"FunctionBody",909],[3,"Module",919],[3,"LLVMFunctionCodeGenerator",309],[3,"MemoryIndex",906],[3,"MemArg",920],[15,"u32"],[3,"InstructionValue",921],[3,"ExtraInfo",734],[15,"u64"],[3,"FuncTranslator",309],[3,"PointerType",922],[3,"IntValue",923],[3,"VectorType",924],[3,"VectorValue",925],[8,"Error",926],[3,"ModuleInfo",927],[4,"MemoryStyle",928],[3,"TableIndex",906],[4,"TableStyle",929],[4,"Operator",920],[3,"FloatValue",930],[8,"FloatMathType",931],[3,"IntType",932],[3,"CtxType",405],[3,"FunctionIndex",906],[4,"MemoryCache",405],[4,"GlobalCache",405],[3,"FunctionCache",405],[3,"TargetData",900],[3,"SignatureIndex",906],[3,"GlobalIndex",906],[4,"Type",890],[4,"BasicTypeEnum",933],[4,"ControlFrame",734],[3,"BasicBlock",934],[4,"IfElseState",734],[3,"State",734],[8,"Hash",935],[8,"Sized",936],[8,"BuildHasher",935],[8,"Hasher",935],[3,"PhiValue",937],[8,"BasicValue",938],[15,"array"],[3,"SmallVec",939],[3,"TableCache",405],[13,"Mut",728],[13,"Const",728],[13,"Static",731],[13,"Dynamic",731],[13,"Loop",865],[13,"IfElse",865],[13,"Block",865]]},\ -"wasmer_compiler_singlepass":{"doc":"A WebAssembly Compiler implementation using Singlepass.","t":"DDAAAOAAAMAAAMAAAAMAAAFEDENENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEDNNNDDDNENIDILLLLLLMLLLLLLLLLLLLLLMMLLLLLLLLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLMLLLLMLMMLLLLLLLLMMLLLLLLLKMLLLLLLLMMMMMMLLMMLLLKLLLLLLLKKLLLLLLLLMMMMLMLMMMMMMLLLLLMLLLLLLLLLLLLLLLLLLLLLFMMLLLLLLLLLLLLLLLLLLLLLMMMNNNNDDDEDNDNNNNNEENNNENNNNNLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLMMMLLLLLLLLLLLMMMMMMMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMIQDLLLLMLLLLLLLLLKLLLLLLLLLLDLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLSDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMCNCGNENINCNNENNNNNNCNGNNNNNNNCCNNENCNCNNNLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLOKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKFFLLLLLLLLLLMKLLLLLLFFFKKKLLLLLLMLLLMLLLMLLLLLLLLLLLLLLLLLLLLLNNNNNENINCNNENNNNNCNNGNNNNCNNNCENNNCNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOOOOOOOOOOOOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKLLLLLLLLLLLLLLLLLLKKKKLLLLLLLLOLLLLFLLLLOOOOLLLLLLLLLLLLLLLOOOLLLLLLLLLLLLSIISSNNSNNNNENNENNINSSNSSNLLKLLLLKKKKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKLLLLLLLLLKKKKLLLLLLKKKLLLLLLLLLLLLLLNNRRRRRRRRQNNNRRRRRRRRGIDIDRGQDELLLKKKMKKKKKKLLLLLLLLKLLLLLLKKKKKKKKKKKLLLLLLLLLLLLLLLLLKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKLKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKLLLLLLKFKFKFKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKLLLLKKKLLLLLKKKKKKKKLLLLKKKKKKKKKKKKKKKKKMMKKKKKMMKKKKLLLLKKKKKKKKKKKKKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLKGNNNNNNEGNNDNNNNNNNNNNNNNNNLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLMLLLLLLLLLLLMLMLLLLLLMLLLLLLMLLLMLLLLGDNNNNGDNNNNLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMLLLLLLLMMMMLLLLLLMLLLLLLMLLLMLLLLNNNNNEDELLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMRNRNNNNREDDLLLLLLLLMLLLLFLLLLLLLLLLLLLLLFLLLLLLLLLLMLLMMLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLMLLLLLLLLLLLLMMMMMMMMMMMDENNNNNNNNNNNNNNNNNEENNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Singlepass","SinglepassCompiler","address_map","arm64_decl","codegen","codegen_error","common_decl","compiler","config","config","dwarf","emitter_arm64","emitter_x64","enable_nan_canonicalization","location","machine","machine_arm64","machine_x64","middlewares","unwind","unwind_winx64","x64_decl","get_function_address_map","ARM64Register","ArgumentRegisterAllocator","GPR","GPR","NEON","NEON","V0","V1","V10","V11","V12","V13","V14","V15","V16","V17","V18","V19","V2","V20","V21","V22","V23","V24","V25","V26","V27","V28","V29","V3","V30","V31","V4","V5","V6","V7","V8","V9","X0","X1","X10","X11","X12","X13","X14","X15","X16","X17","X18","X19","X2","X20","X21","X22","X23","X24","X25","X26","X27","X28","X29","X3","X30","X4","X5","X6","X7","X8","X9","XzrSp","__clone_box","__clone_box","__clone_box","_from_dwarf_regnum","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from_gpr","from_index","from_index","from_simd","get_hash","get_hash","hash","hash","init","init","init","init","into","into","into","into","into_index","into_index","is_callee_save","is_callee_save","is_reserved","is_reserved","iterator","iterator","layout_raw","layout_raw","layout_raw","layout_raw","n_gprs","n_neons","new_machine_state","next","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","to_dwarf","to_dwarf","to_index","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","CanonicalizeType","ControlFrame","Else","F32","F64","FloatValue","FuncGen","I2O1","If","IfElseState","None","PopMany","SpecialLabelSet","WpTypeExt","__clone_box","__clone_box","__clone_box","__clone_box","_emit_call_native_label","acquire_locations","bad_signature","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","calling_convention","canonicalization","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cncl_f32","cncl_f64","config","control_stack","demote","depth","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","emit_call_native","emit_head","feed_operator","finalize","finalize_locals","fmt","fmt","fmt","fmt","fp_stack","fp_stack_depth","from","from","from","from","from","from","from","fsm","get_location_released","get_stack_offset","get_state_diff","has_control_frames","heap_access_oob","i2o1_prepare","if_else","indirect_call_null","init","init","init","init","init","init","init","init_locals","integer_division_by_zero","integer_overflow","into","into","into","into","into","into","into","is_float","label","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","loc_a","loc_b","local_types","locals","loop_like","machine","mark_offset_trappable","mark_trappable","memory_styles","module","new","new","op_memory","peek1","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop1","pop2","pop_value_released","promote","release_locations","release_locations_keep_state","release_locations_only_osr_state","release_locations_only_regs","release_locations_only_stack","release_locations_value","relocations","ret","returns","save_area_offset","set_srcloc","signature","sort_call_movs","special_labels","stack_offset","state","state","state_diff_id","table_access_oob","to_owned","to_owned","to_owned","to_owned","to_size","track_state","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_to_wp_type","unaligned_atomic","unreachable_depth","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value_stack","value_stack_depth","vmoffsets","Call","Const","CopyStackBPRelative","ExplicitShadow","FunctionStateMap","MachineState","MachineStateDiff","MachineValue","OffsetInfo","PreserveRegister","RegisterIndex","Runtime","S16","S32","S64","S8","Size","SuspendOffset","Trappable","Undefined","Vmctx","WasmAbstractValue","WasmLocal","WasmStack","_Loop","_TwoHalves","_VmctxDeref","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_build_state","activate_offset","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call_offsets","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","diff","diff_id","diffs","drop","drop","drop","drop","drop","drop","drop","drop","drop","end_offset","eq","eq","eq","eq","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","from","from","from","from","from","from","from","from","from","get_hash","get_hash","get_hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","initial","into","into","into","into","into","into","into","into","into","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","local_function_id","locals","loop_offsets","new","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","prev_frame","prev_frame_diff","reg_diff","register_values","shadow_size","stack_pop","stack_push","stack_values","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","trappable_offsets","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","wasm_function_header_target_offset","wasm_inst_offset","wasm_inst_offset","wasm_offset_to_target_offset","wasm_stack","wasm_stack_pop","wasm_stack_push","IntoParIterIfRayon","Output","SinglepassCompiler","borrow","borrow_mut","compile_module","config","config","deref","deref_mut","deserialize","drop","from","get_cpu_features_used","get_middlewares","init","into","into_par_iter_if_rayon","layout_raw","name","new","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Singlepass","__clone_box","borrow","borrow_mut","canonicalize_nans","clone","clone_into","compiler","default","default_features_for_target","deref","deref_mut","deserialize","drop","enable_nan_canonicalization","enable_pic","fmt","from","init","into","layout_raw","middlewares","new","pointer_metadata","push_middleware","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","FUNCTION_SYMBOL","WriterRelocate","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","endian","fmt","from","init","into","into_section","layout_raw","len","new","pointer_metadata","relocs","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","write","write_address","write_at","write_offset","write_offset_at","writer","ARM64Register","Al","ArgumentRegisterAllocator","Assembler","Cc","Condition","Cs","EmitterARM64","Eq","GPR","GPR","GPR","GPROrMemory","Ge","Gt","Hi","Imm32","Imm64","Imm8","Label","Le","Location","Ls","Lt","Memory","Memory","Memory","Memory2","Mi","Multiplier","NEON","NEON","Ne","NeonOrMemory","None","Offset","Pl","Reg","SIMD","Vc","Vs","__clone_box","__clone_box","__clone_box","arch_emit_indirect_call_with_trampoline","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","baseaddr","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","dynasm","emit_add","emit_add_lsl","emit_adds","emit_addv","emit_and","emit_asr","emit_b_label","emit_b_register","emit_bcond_label","emit_bcond_label_far","emit_bfc","emit_bfi","emit_brk","emit_call_label","emit_call_register","emit_cbnz_label","emit_cbz_label","emit_cbz_label_far","emit_cinc","emit_clz","emit_cmp","emit_cnt","emit_cset","emit_csetm","emit_dmb","emit_eor","emit_fadd","emit_fcmp","emit_fcvt","emit_fcvtzs","emit_fcvtzu","emit_fdiv","emit_fmax","emit_fmin","emit_fmov","emit_fmul","emit_fneg","emit_frintm","emit_frintn","emit_frintp","emit_frintz","emit_fsqrt","emit_fsub","emit_label","emit_ldaxr","emit_ldaxrb","emit_ldaxrh","emit_ldpia","emit_ldr","emit_ldrb","emit_ldrh","emit_ldria","emit_ldrsb","emit_ldrsh","emit_ldrsw","emit_ldur","emit_load_label","emit_lsl","emit_lsr","emit_mov","emit_mov_imm","emit_movk","emit_movn","emit_movz","emit_msub","emit_mul","emit_or","emit_rbit","emit_read_fpcr","emit_read_fpsr","emit_ret","emit_ror","emit_scvtf","emit_sdiv","emit_stlxr","emit_stlxrb","emit_stlxrh","emit_stpdb","emit_str","emit_strb","emit_strdb","emit_strh","emit_stria","emit_stur","emit_sub","emit_subs","emit_sxtb","emit_sxth","emit_sxtw","emit_tbnz_label","emit_tbz_label","emit_tst","emit_ucvtf","emit_udf","emit_udiv","emit_uxtb","emit_uxth","emit_write_fpcr","emit_write_fpsr","encode_logical_immediate_32bit","encode_logical_immediate_64bit","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","finalize_function","fmt","fmt","fmt","from","from","from","gen_import_call_trampoline_arm64","gen_std_dynamic_import_trampoline_arm64","gen_std_trampoline_arm64","get_jmp_instr_size","get_label","get_offset","init","init","init","into","into","into","labels","layout_raw","layout_raw","layout_raw","ops","pointer_metadata","pointer_metadata","pointer_metadata","relocs","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","Above","AboveEqual","Below","BelowEqual","Carry","Condition","Double","EmitterX64","Equal","GPR","GPR","GPR","GPROrMemory","Greater","GreaterEqual","Imm32","Imm64","Imm8","Label","Less","LessEqual","Location","Memory","Memory","Memory","Memory2","Multiplier","None","None","NotEqual","Offset","Precision","SIMD","Signed","Single","XMM","XMM","XMMOrMemory","__clone_box","__clone_box","__clone_box","arch_emit_entry_trampoline","arch_emit_f32_convert_si32","arch_emit_f32_convert_si64","arch_emit_f32_convert_ui32","arch_emit_f32_convert_ui64","arch_emit_f32_neg","arch_emit_f64_convert_si32","arch_emit_f64_convert_si64","arch_emit_f64_convert_ui32","arch_emit_f64_convert_ui64","arch_emit_f64_neg","arch_emit_i32_trunc_sf32","arch_emit_i32_trunc_sf64","arch_emit_i32_trunc_uf32","arch_emit_i32_trunc_uf64","arch_emit_i64_trunc_sf32","arch_emit_i64_trunc_sf64","arch_emit_i64_trunc_uf32","arch_emit_i64_trunc_uf64","arch_emit_indirect_call_with_trampoline","arch_emit_lzcnt","arch_emit_tzcnt","arch_has_fconverti","arch_has_fneg","arch_has_itruncf","arch_has_xzcnt","arch_mov64_imm_offset","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","avx_fn","avx_i2f_32_fn","avx_i2f_64_fn","avx_round_fn","binop_all_nofp","binop_gpr_gpr","binop_gpr_mem","binop_imm32_gpr","binop_imm32_mem","binop_imm64_gpr","binop_mem_gpr","binop_shift","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","dynasm","emit_add","emit_and","emit_bkpt","emit_bsf","emit_bsr","emit_btc_gpr_imm8_32","emit_btc_gpr_imm8_64","emit_bytes","emit_call_label","emit_call_location","emit_call_register","emit_cdq","emit_cmovae_gpr_32","emit_cmovae_gpr_64","emit_cmp","emit_cqo","emit_cvttsd2si_32","emit_cvttsd2si_64","emit_cvttss2si_32","emit_cvttss2si_64","emit_div","emit_host_redirection","emit_idiv","emit_imul","emit_imul_imm32_gpr64","emit_jmp","emit_jmp_location","emit_label","emit_lea","emit_lea_label","emit_lock_cmpxchg","emit_lock_xadd","emit_mov","emit_movsx","emit_movzx","emit_neg","emit_nop","emit_nop_n","emit_or","emit_pop","emit_popcnt","emit_push","emit_rep_stosq","emit_ret","emit_rol","emit_ror","emit_sar","emit_set","emit_shl","emit_shr","emit_sub","emit_test","emit_test_gpr_64","emit_u64","emit_ucomisd","emit_ucomiss","emit_ud1_payload","emit_ud2","emit_vaddsd","emit_vaddss","emit_vblendvpd","emit_vblendvps","emit_vcmpeqsd","emit_vcmpeqss","emit_vcmpgesd","emit_vcmpgess","emit_vcmpgtsd","emit_vcmpgtss","emit_vcmplesd","emit_vcmpless","emit_vcmpltsd","emit_vcmpltss","emit_vcmpneqsd","emit_vcmpneqss","emit_vcmpordsd","emit_vcmpordss","emit_vcmpunordsd","emit_vcmpunordss","emit_vcvtsd2ss","emit_vcvtsi2sd_32","emit_vcvtsi2sd_64","emit_vcvtsi2ss_32","emit_vcvtsi2ss_64","emit_vcvtss2sd","emit_vdivsd","emit_vdivss","emit_vmaxsd","emit_vmaxss","emit_vminsd","emit_vminss","emit_vmovapd","emit_vmovaps","emit_vmulsd","emit_vmulss","emit_vroundsd_ceil","emit_vroundsd_floor","emit_vroundsd_nearest","emit_vroundsd_trunc","emit_vroundss_ceil","emit_vroundss_floor","emit_vroundss_nearest","emit_vroundss_trunc","emit_vsqrtsd","emit_vsqrtss","emit_vsubsd","emit_vsubss","emit_vxorpd","emit_vxorps","emit_xchg","emit_xor","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finalize_function","fmt","fmt","fmt","from","from","from","from","get_jmp_instr_size","get_label","get_offset","get_simd_arch","init","init","init","init","into","into","into","into","jmp_op","layout_raw","layout_raw","layout_raw","layout_raw","move_src_to_dst","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","sse_fn","sse_i2f_32_fn","sse_i2f_64_fn","sse_round_fn","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unop_gpr","unop_gpr_or_mem","unop_mem","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","ARG_REG_COUNT","CombinedRegister","Descriptor","FP","FP_STACK_ARG_OFFSET","Four","GPR","GPR_COUNT","Height","Imm32","Imm64","Imm8","Location","Memory","Memory2","Multiplier","None","One","Reg","SIMD","SIMD_COUNT","STACK_GROWS_DOWN","Two","VMCTX","WORD_SIZE","Zero","__clone_box","__clone_box","_from_dwarf_regnum","borrow","borrow","borrow_mut","borrow_mut","callee_param_location","callee_save_gprs","callee_save_simd","caller_arg_location","caller_save_gprs","caller_save_simd","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_gpr","from_index","from_simd","get_hash","get_hash","hash","hash","imm_value","init","init","into","into","into_index","is_callee_save","is_reserved","iterator","layout_raw","layout_raw","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","return_location","to_dwarf","to_index","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","F32","F64","GEF32_LT_I32_MIN","GEF32_LT_I64_MIN","GEF32_LT_U32_MIN","GEF32_LT_U64_MIN","GEF64_LT_I32_MIN","GEF64_LT_I64_MIN","GEF64_LT_U32_MIN","GEF64_LT_U64_MIN","GPR","I32","I64","I8","LEF32_GT_I32_MAX","LEF32_GT_I64_MAX","LEF32_GT_U32_MAX","LEF32_GT_U64_MAX","LEF64_GT_I32_MAX","LEF64_GT_I64_MAX","LEF64_GT_U32_MAX","LEF64_GT_U64_MAX","Label","Machine","MachineStackOffset","MaybeImmediate","MemArg","NATIVE_PAGE_SIZE","Offset","SIMD","TrapTable","Value","__clone_box","__clone_box","__clone_box","acquire_temp_gpr","acquire_temp_simd","adjust_stack","align","align_for_loop","arch_emit_indirect_call_with_trampoline","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","assembler_finalize","assembler_get_offset","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","canonicalize_nan","clone","clone","clone","clone_into","clone_into","clone_into","collect_trap_information","convert_f32_f64","convert_f32_i32","convert_f32_i64","convert_f64_f32","convert_f64_i32","convert_f64_i64","convert_i32_f32","convert_i32_f64","convert_i64_f32","convert_i64_f64","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","emit_binop_add32","emit_binop_add64","emit_binop_and32","emit_binop_and64","emit_binop_mul32","emit_binop_mul64","emit_binop_or32","emit_binop_or64","emit_binop_sdiv32","emit_binop_sdiv64","emit_binop_srem32","emit_binop_srem64","emit_binop_sub32","emit_binop_sub64","emit_binop_udiv32","emit_binop_udiv64","emit_binop_urem32","emit_binop_urem64","emit_binop_xor32","emit_binop_xor64","emit_call_label","emit_call_location","emit_call_register","emit_call_with_reloc","emit_debug_breakpoint","emit_function_epilog","emit_function_prolog","emit_function_return_float","emit_function_return_value","emit_i32_copysign","emit_i64_copysign","emit_illegal_op","emit_imul_imm32","emit_jmp_to_jumptable","emit_label","emit_memory_fence","emit_pop","emit_push","emit_relaxed_cmp","emit_relaxed_mov","emit_relaxed_sign_extension","emit_relaxed_zero_extension","emit_ret","eq","f32_abs","f32_add","f32_ceil","f32_cmp_eq","f32_cmp_ge","f32_cmp_gt","f32_cmp_le","f32_cmp_lt","f32_cmp_ne","f32_div","f32_floor","f32_load","f32_max","f32_min","f32_mul","f32_nearest","f32_neg","f32_save","f32_sqrt","f32_sub","f32_trunc","f64_abs","f64_add","f64_ceil","f64_cmp_eq","f64_cmp_ge","f64_cmp_gt","f64_cmp_le","f64_cmp_lt","f64_cmp_ne","f64_div","f64_floor","f64_load","f64_max","f64_min","f64_mul","f64_nearest","f64_neg","f64_save","f64_sqrt","f64_sub","f64_trunc","finalize_function","fmt","fmt","from","from","from","from","gen_dwarf_unwind_info","gen_import_call_trampoline","gen_import_call_trampoline","gen_std_dynamic_import_trampoline","gen_std_dynamic_import_trampoline","gen_std_trampoline","gen_std_trampoline","gen_windows_unwind_info","get_call_param_location","get_gpr_for_ret","get_grp_for_call","get_label","get_local_location","get_offset","get_param_location","get_simd_for_ret","get_simple_param_location","get_used_gprs","get_used_simd","get_vmctx_reg","i32_atomic_add","i32_atomic_add_16u","i32_atomic_add_8u","i32_atomic_and","i32_atomic_and_16u","i32_atomic_and_8u","i32_atomic_cmpxchg","i32_atomic_cmpxchg_16u","i32_atomic_cmpxchg_8u","i32_atomic_load","i32_atomic_load_16u","i32_atomic_load_8u","i32_atomic_or","i32_atomic_or_16u","i32_atomic_or_8u","i32_atomic_save","i32_atomic_save_16","i32_atomic_save_8","i32_atomic_sub","i32_atomic_sub_16u","i32_atomic_sub_8u","i32_atomic_xchg","i32_atomic_xchg_16u","i32_atomic_xchg_8u","i32_atomic_xor","i32_atomic_xor_16u","i32_atomic_xor_8u","i32_clz","i32_cmp_eq","i32_cmp_ge_s","i32_cmp_ge_u","i32_cmp_gt_s","i32_cmp_gt_u","i32_cmp_le_s","i32_cmp_le_u","i32_cmp_lt_s","i32_cmp_lt_u","i32_cmp_ne","i32_ctz","i32_load","i32_load_16s","i32_load_16u","i32_load_8s","i32_load_8u","i32_popcnt","i32_rol","i32_ror","i32_sar","i32_save","i32_save_16","i32_save_8","i32_shl","i32_shr","i64_atomic_add","i64_atomic_add_16u","i64_atomic_add_32u","i64_atomic_add_8u","i64_atomic_and","i64_atomic_and_16u","i64_atomic_and_32u","i64_atomic_and_8u","i64_atomic_cmpxchg","i64_atomic_cmpxchg_16u","i64_atomic_cmpxchg_32u","i64_atomic_cmpxchg_8u","i64_atomic_load","i64_atomic_load_16u","i64_atomic_load_32u","i64_atomic_load_8u","i64_atomic_or","i64_atomic_or_16u","i64_atomic_or_32u","i64_atomic_or_8u","i64_atomic_save","i64_atomic_save_16","i64_atomic_save_32","i64_atomic_save_8","i64_atomic_sub","i64_atomic_sub_16u","i64_atomic_sub_32u","i64_atomic_sub_8u","i64_atomic_xchg","i64_atomic_xchg_16u","i64_atomic_xchg_32u","i64_atomic_xchg_8u","i64_atomic_xor","i64_atomic_xor_16u","i64_atomic_xor_32u","i64_atomic_xor_8u","i64_clz","i64_cmp_eq","i64_cmp_ge_s","i64_cmp_ge_u","i64_cmp_gt_s","i64_cmp_gt_u","i64_cmp_le_s","i64_cmp_le_u","i64_cmp_lt_s","i64_cmp_lt_u","i64_cmp_ne","i64_ctz","i64_load","i64_load_16s","i64_load_16u","i64_load_32s","i64_load_32u","i64_load_8s","i64_load_8u","i64_popcnt","i64_rol","i64_ror","i64_sar","i64_save","i64_save_16","i64_save_32","i64_save_8","i64_shl","i64_shr","imm_value","index_from_gpr","index_from_simd","init","init","init","init","init_stack_loc","insert_stackoverflow","instructions_address_map","into","into","into","into","is_imm","is_local_on_stack","jmp_on_above","jmp_on_aboveequal","jmp_on_belowequal","jmp_on_different","jmp_on_equal","jmp_on_overflow","jmp_unconditionnal","layout_raw","layout_raw","layout_raw","layout_raw","list_to_save","load_address","local_on_stack","local_pointer","location_add","location_address","location_and","location_cmp","location_neg","location_or","location_sub","location_test","location_xor","mark_address_range_with_trap_code","mark_address_with_trap_code","mark_instruction_address_end","mark_instruction_with_trap_code","max_align","memory","move_local","move_location","move_location_extend","move_location_for_native","new_machine_state","offset","offset_to_code","pick_gpr","pick_simd","pick_temp_gpr","pick_temp_simd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop_location","pop_stack_locals","pop_used_gpr","pop_used_simd","push_used_gpr","push_used_simd","release_gpr","release_simd","reserve_gpr","reserve_simd","reserve_unused_temp_gpr","restore_saved_area","restore_stack","round_stack_adjust","set_srcloc","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","zero_location","Assembler","Bits12","Bits8","GPR","Imm32","Imm64","Imm8","ImmType","Location","Logical32","Logical64","MachineARM64","Memory","Memory2","None","None","NoneXzr","OffsetByte","OffsetDWord","OffsetHWord","OffsetWord","SIMD","Shift32","Shift32No0","Shift64","Shift64No0","UnscaledOffset","acquire_temp_gpr","acquire_temp_simd","adjust_stack","align_for_loop","arch_emit_indirect_call_with_trampoline","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","assembler","assembler_finalize","assembler_get_offset","baseaddr","borrow","borrow","borrow_mut","borrow_mut","canonicalize_nan","collect_trap_information","compatible_imm","convert_f32_f64","convert_f32_i32","convert_f32_i64","convert_f64_f32","convert_f64_i32","convert_f64_i64","convert_i32_f32","convert_i32_f64","convert_i64_f32","convert_i64_f64","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","dwarf_index","emit_binop_add32","emit_binop_add64","emit_binop_and32","emit_binop_and64","emit_binop_mul32","emit_binop_mul64","emit_binop_or32","emit_binop_or64","emit_binop_sdiv32","emit_binop_sdiv64","emit_binop_srem32","emit_binop_srem64","emit_binop_sub32","emit_binop_sub64","emit_binop_udiv32","emit_binop_udiv64","emit_binop_urem32","emit_binop_urem64","emit_binop_xor32","emit_binop_xor64","emit_call_label","emit_call_location","emit_call_register","emit_call_with_reloc","emit_cmpop_i32_dynamic_b","emit_cmpop_i64_dynamic_b","emit_debug_breakpoint","emit_double_pop","emit_double_push","emit_function_epilog","emit_function_prolog","emit_function_return_float","emit_function_return_value","emit_i32_copysign","emit_i64_copysign","emit_illegal_op","emit_illegal_op_internal","emit_imul_imm32","emit_jmp_to_jumptable","emit_label","emit_memory_fence","emit_pop","emit_pop","emit_push","emit_push","emit_relaxed_binop","emit_relaxed_binop3","emit_relaxed_binop3_neon","emit_relaxed_binop_neon","emit_relaxed_cmp","emit_relaxed_ldr16","emit_relaxed_ldr16s","emit_relaxed_ldr32","emit_relaxed_ldr32s","emit_relaxed_ldr64","emit_relaxed_ldr8","emit_relaxed_ldr8s","emit_relaxed_mov","emit_relaxed_sign_extension","emit_relaxed_str16","emit_relaxed_str32","emit_relaxed_str64","emit_relaxed_str8","emit_relaxed_zero_extension","emit_ret","emit_unwind_op","eq","error","f32_abs","f32_add","f32_ceil","f32_cmp_eq","f32_cmp_ge","f32_cmp_gt","f32_cmp_le","f32_cmp_lt","f32_cmp_ne","f32_div","f32_floor","f32_load","f32_max","f32_min","f32_mul","f32_nearest","f32_neg","f32_save","f32_sqrt","f32_sub","f32_trunc","f64_abs","f64_add","f64_ceil","f64_cmp_eq","f64_cmp_ge","f64_cmp_gt","f64_cmp_le","f64_cmp_lt","f64_cmp_ne","f64_div","f64_floor","f64_load","f64_max","f64_min","f64_mul","f64_nearest","f64_neg","f64_save","f64_sqrt","f64_sub","f64_trunc","finalize_function","from","from","gen_dwarf_unwind_info","gen_import_call_trampoline","gen_std_dynamic_import_trampoline","gen_std_trampoline","gen_windows_unwind_info","get_call_param_location","get_gpr_for_ret","get_grp_for_call","get_label","get_local_location","get_offset","get_param_location","get_simd_for_ret","get_simple_param_location","get_used_gprs","get_used_simd","get_vmctx_reg","has_neon","i32_atomic_add","i32_atomic_add_16u","i32_atomic_add_8u","i32_atomic_and","i32_atomic_and_16u","i32_atomic_and_8u","i32_atomic_cmpxchg","i32_atomic_cmpxchg_16u","i32_atomic_cmpxchg_8u","i32_atomic_load","i32_atomic_load_16u","i32_atomic_load_8u","i32_atomic_or","i32_atomic_or_16u","i32_atomic_or_8u","i32_atomic_save","i32_atomic_save_16","i32_atomic_save_8","i32_atomic_sub","i32_atomic_sub_16u","i32_atomic_sub_8u","i32_atomic_xchg","i32_atomic_xchg_16u","i32_atomic_xchg_8u","i32_atomic_xor","i32_atomic_xor_16u","i32_atomic_xor_8u","i32_clz","i32_cmp_eq","i32_cmp_ge_s","i32_cmp_ge_u","i32_cmp_gt_s","i32_cmp_gt_u","i32_cmp_le_s","i32_cmp_le_u","i32_cmp_lt_s","i32_cmp_lt_u","i32_cmp_ne","i32_ctz","i32_load","i32_load_16s","i32_load_16u","i32_load_8s","i32_load_8u","i32_popcnt","i32_rol","i32_ror","i32_sar","i32_save","i32_save_16","i32_save_8","i32_shl","i32_shr","i64_atomic_add","i64_atomic_add_16u","i64_atomic_add_32u","i64_atomic_add_8u","i64_atomic_and","i64_atomic_and_16u","i64_atomic_and_32u","i64_atomic_and_8u","i64_atomic_cmpxchg","i64_atomic_cmpxchg_16u","i64_atomic_cmpxchg_32u","i64_atomic_cmpxchg_8u","i64_atomic_load","i64_atomic_load_16u","i64_atomic_load_32u","i64_atomic_load_8u","i64_atomic_or","i64_atomic_or_16u","i64_atomic_or_32u","i64_atomic_or_8u","i64_atomic_save","i64_atomic_save_16","i64_atomic_save_32","i64_atomic_save_8","i64_atomic_sub","i64_atomic_sub_16u","i64_atomic_sub_32u","i64_atomic_sub_8u","i64_atomic_xchg","i64_atomic_xchg_16u","i64_atomic_xchg_32u","i64_atomic_xchg_8u","i64_atomic_xor","i64_atomic_xor_16u","i64_atomic_xor_32u","i64_atomic_xor_8u","i64_clz","i64_cmp_eq","i64_cmp_ge_s","i64_cmp_ge_u","i64_cmp_gt_s","i64_cmp_gt_u","i64_cmp_le_s","i64_cmp_le_u","i64_cmp_lt_s","i64_cmp_lt_u","i64_cmp_ne","i64_ctz","i64_load","i64_load_16s","i64_load_16u","i64_load_32s","i64_load_32u","i64_load_8s","i64_load_8u","i64_popcnt","i64_rol","i64_ror","i64_sar","i64_save","i64_save_16","i64_save_32","i64_save_8","i64_shl","i64_shr","index_from_gpr","index_from_simd","init","init","init_stack_loc","insert_stackoverflow","instructions_address_map","instructions_address_map","into","into","is_local_on_stack","jmp_on_above","jmp_on_aboveequal","jmp_on_belowequal","jmp_on_different","jmp_on_equal","jmp_on_overflow","jmp_unconditionnal","labels","layout_raw","layout_raw","list_to_save","load_address","local_on_stack","local_pointer","location_add","location_address","location_and","location_cmp","location_neg","location_or","location_sub","location_test","location_to_neon","location_to_reg","location_xor","mark_address_range_with_trap_code","mark_address_with_trap_code","mark_instruction_address_end","mark_instruction_with_trap_code","memory_op","move_local","move_location","move_location_extend","move_location_for_native","new","new_machine_state","offset_is_ok","ops","pick_gpr","pick_simd","pick_temp_gpr","pick_temp_simd","pointer_metadata","pointer_metadata","pop_location","pop_stack_locals","pop_used_gpr","pop_used_simd","push_used_gpr","push_used_simd","pushed","read_fpsr","release_gpr","release_simd","relocs","reserve_gpr","reserve_simd","reserve_unused_temp_gpr","reset_exception_fpsr","restore_fpcr","restore_saved_area","restore_stack","round_stack_adjust","set_default_nan","set_srcloc","set_trap_enabled","src_loc","trap_float_convertion_errors","trap_table","try_from","try_from","try_into","try_into","type_id","type_id","unwind_ops","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","used_gprs","used_gprs_contains","used_gprs_insert","used_gprs_remove","used_simd","used_simd_contains","used_simd_insert","used_simd_remove","zero_location","Assembler","AssemblerX64","GPR","Imm32","Imm64","Imm8","Location","MachineX86_64","Memory","Memory2","None","SIMD","acquire_temp_gpr","acquire_temp_simd","adjust_stack","align_for_loop","arch_emit_indirect_call_with_trampoline","arch_emit_lzcnt","arch_emit_tzcnt","arch_has_xzcnt","arch_mov64_imm_offset","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","assembler","assembler_finalize","assembler_get_offset","baseaddr","borrow","borrow","borrow_mut","borrow_mut","canonicalize_nan","collect_trap_information","convert_f32_f64","convert_f32_i32","convert_f32_i64","convert_f64_f32","convert_f64_i32","convert_f64_i64","convert_i32_f32","convert_i32_f32_s_s","convert_i32_f32_s_u","convert_i32_f32_u_s","convert_i32_f32_u_u","convert_i32_f64","convert_i32_f64_s_s","convert_i32_f64_s_u","convert_i32_f64_u_s","convert_i32_f64_u_u","convert_i64_f32","convert_i64_f32_s_s","convert_i64_f32_s_u","convert_i64_f32_u_s","convert_i64_f32_u_u","convert_i64_f64","convert_i64_f64_s_s","convert_i64_f64_s_u","convert_i64_f64_u_s","convert_i64_f64_u_u","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","drop","drop","dwarf_index","emit_add","emit_and","emit_binop_add32","emit_binop_add64","emit_binop_and32","emit_binop_and64","emit_binop_i32","emit_binop_i64","emit_binop_mul32","emit_binop_mul64","emit_binop_or32","emit_binop_or64","emit_binop_sdiv32","emit_binop_sdiv64","emit_binop_srem32","emit_binop_srem64","emit_binop_sub32","emit_binop_sub64","emit_binop_udiv32","emit_binop_udiv64","emit_binop_urem32","emit_binop_urem64","emit_binop_xor32","emit_binop_xor64","emit_bkpt","emit_bsf","emit_bsr","emit_btc_gpr_imm8_32","emit_btc_gpr_imm8_64","emit_bytes","emit_call_label","emit_call_label","emit_call_location","emit_call_location","emit_call_register","emit_call_register","emit_call_with_reloc","emit_cdq","emit_cmovae_gpr_32","emit_cmovae_gpr_64","emit_cmp","emit_cmpop_i32_dynamic_b","emit_cmpop_i64_dynamic_b","emit_compare_and_swap","emit_cqo","emit_cvttsd2si_32","emit_cvttsd2si_64","emit_cvttss2si_32","emit_cvttss2si_64","emit_debug_breakpoint","emit_div","emit_f32_int_conv_check","emit_f32_int_conv_check_sat","emit_f32_int_conv_check_trap","emit_f64_int_conv_check","emit_f64_int_conv_check_sat","emit_f64_int_conv_check_trap","emit_function_epilog","emit_function_prolog","emit_function_return_float","emit_function_return_value","emit_host_redirection","emit_i32_copysign","emit_i64_copysign","emit_idiv","emit_illegal_op","emit_illegal_op_internal","emit_imul","emit_imul_imm32","emit_imul_imm32_gpr64","emit_jmp","emit_jmp_location","emit_jmp_to_jumptable","emit_label","emit_label","emit_lea","emit_lea_label","emit_lock_cmpxchg","emit_lock_xadd","emit_memory_fence","emit_mov","emit_movsx","emit_movzx","emit_neg","emit_nop","emit_nop_n","emit_or","emit_pop","emit_pop","emit_popcnt","emit_push","emit_push","emit_relaxed_atomic_xchg","emit_relaxed_avx","emit_relaxed_avx_base","emit_relaxed_binop","emit_relaxed_cmp","emit_relaxed_mov","emit_relaxed_sign_extension","emit_relaxed_xdiv","emit_relaxed_zero_extension","emit_relaxed_zx_sx","emit_rep_stosq","emit_ret","emit_ret","emit_rol","emit_ror","emit_sar","emit_set","emit_shift_i32","emit_shift_i64","emit_shl","emit_shr","emit_sub","emit_test","emit_test_gpr_64","emit_u64","emit_ucomisd","emit_ucomiss","emit_ud1_payload","emit_ud2","emit_unwind_op","emit_vaddsd","emit_vaddss","emit_vblendvpd","emit_vblendvps","emit_vcmpeqsd","emit_vcmpeqss","emit_vcmpgesd","emit_vcmpgess","emit_vcmpgtsd","emit_vcmpgtss","emit_vcmplesd","emit_vcmpless","emit_vcmpltsd","emit_vcmpltss","emit_vcmpneqsd","emit_vcmpneqss","emit_vcmpordsd","emit_vcmpordss","emit_vcmpunordsd","emit_vcmpunordss","emit_vcvtsd2ss","emit_vcvtsi2sd_32","emit_vcvtsi2sd_64","emit_vcvtsi2ss_32","emit_vcvtsi2ss_64","emit_vcvtss2sd","emit_vdivsd","emit_vdivss","emit_vmaxsd","emit_vmaxss","emit_vminsd","emit_vminss","emit_vmovapd","emit_vmovaps","emit_vmulsd","emit_vmulss","emit_vroundsd_ceil","emit_vroundsd_floor","emit_vroundsd_nearest","emit_vroundsd_trunc","emit_vroundss_ceil","emit_vroundss_floor","emit_vroundss_nearest","emit_vroundss_trunc","emit_vsqrtsd","emit_vsqrtss","emit_vsubsd","emit_vsubss","emit_vxorpd","emit_vxorps","emit_xchg","emit_xor","error","f32_abs","f32_add","f32_ceil","f32_cmp_eq","f32_cmp_ge","f32_cmp_gt","f32_cmp_le","f32_cmp_lt","f32_cmp_ne","f32_div","f32_floor","f32_load","f32_max","f32_min","f32_mul","f32_nearest","f32_neg","f32_save","f32_sqrt","f32_sub","f32_trunc","f64_abs","f64_add","f64_ceil","f64_cmp_eq","f64_cmp_ge","f64_cmp_gt","f64_cmp_le","f64_cmp_lt","f64_cmp_ne","f64_div","f64_floor","f64_load","f64_max","f64_min","f64_mul","f64_nearest","f64_neg","f64_save","f64_sqrt","f64_sub","f64_trunc","finalize","finalize_function","finalize_function","from","from","gen_dwarf_unwind_info","gen_import_call_trampoline","gen_std_dynamic_import_trampoline","gen_std_trampoline","gen_windows_unwind_info","get_call_param_location","get_gpr_for_ret","get_grp_for_call","get_jmp_instr_size","get_label","get_label","get_local_location","get_offset","get_offset","get_param_location","get_simd_arch","get_simd_for_ret","get_simple_param_location","get_used_gprs","get_used_simd","get_vmctx_reg","i32_atomic_add","i32_atomic_add_16u","i32_atomic_add_8u","i32_atomic_and","i32_atomic_and_16u","i32_atomic_and_8u","i32_atomic_cmpxchg","i32_atomic_cmpxchg_16u","i32_atomic_cmpxchg_8u","i32_atomic_load","i32_atomic_load_16u","i32_atomic_load_8u","i32_atomic_or","i32_atomic_or_16u","i32_atomic_or_8u","i32_atomic_save","i32_atomic_save_16","i32_atomic_save_8","i32_atomic_sub","i32_atomic_sub_16u","i32_atomic_sub_8u","i32_atomic_xchg","i32_atomic_xchg_16u","i32_atomic_xchg_8u","i32_atomic_xor","i32_atomic_xor_16u","i32_atomic_xor_8u","i32_clz","i32_cmp_eq","i32_cmp_ge_s","i32_cmp_ge_u","i32_cmp_gt_s","i32_cmp_gt_u","i32_cmp_le_s","i32_cmp_le_u","i32_cmp_lt_s","i32_cmp_lt_u","i32_cmp_ne","i32_ctz","i32_load","i32_load_16s","i32_load_16u","i32_load_8s","i32_load_8u","i32_popcnt","i32_rol","i32_ror","i32_sar","i32_save","i32_save_16","i32_save_8","i32_shl","i32_shr","i64_atomic_add","i64_atomic_add_16u","i64_atomic_add_32u","i64_atomic_add_8u","i64_atomic_and","i64_atomic_and_16u","i64_atomic_and_32u","i64_atomic_and_8u","i64_atomic_cmpxchg","i64_atomic_cmpxchg_16u","i64_atomic_cmpxchg_32u","i64_atomic_cmpxchg_8u","i64_atomic_load","i64_atomic_load_16u","i64_atomic_load_32u","i64_atomic_load_8u","i64_atomic_or","i64_atomic_or_16u","i64_atomic_or_32u","i64_atomic_or_8u","i64_atomic_save","i64_atomic_save_16","i64_atomic_save_32","i64_atomic_save_8","i64_atomic_sub","i64_atomic_sub_16u","i64_atomic_sub_32u","i64_atomic_sub_8u","i64_atomic_xchg","i64_atomic_xchg_16u","i64_atomic_xchg_32u","i64_atomic_xchg_8u","i64_atomic_xor","i64_atomic_xor_16u","i64_atomic_xor_32u","i64_atomic_xor_8u","i64_clz","i64_cmp_eq","i64_cmp_ge_s","i64_cmp_ge_u","i64_cmp_gt_s","i64_cmp_gt_u","i64_cmp_le_s","i64_cmp_le_u","i64_cmp_lt_s","i64_cmp_lt_u","i64_cmp_ne","i64_ctz","i64_load","i64_load_16s","i64_load_16u","i64_load_32s","i64_load_32u","i64_load_8s","i64_load_8u","i64_popcnt","i64_rol","i64_ror","i64_sar","i64_save","i64_save_16","i64_save_32","i64_save_8","i64_shl","i64_shr","index_from_gpr","index_from_simd","init","init","init_stack_loc","inner","insert_stackoverflow","instructions_address_map","instructions_address_map","into","into","is_local_on_stack","jmp_on_above","jmp_on_aboveequal","jmp_on_belowequal","jmp_on_different","jmp_on_equal","jmp_on_overflow","jmp_unconditionnal","labels","layout_raw","layout_raw","list_to_save","load_address","local_on_stack","local_pointer","location_add","location_address","location_and","location_cmp","location_neg","location_or","location_sub","location_test","location_xor","mark_address_range_with_trap_code","mark_address_with_trap_code","mark_instruction_address_end","mark_instruction_with_trap_code","memory_op","move_local","move_location","move_location_extend","move_location_for_native","new","new","new_machine_state","ops","pick_gpr","pick_simd","pick_temp_gpr","pick_temp_simd","pointer_metadata","pointer_metadata","pop_location","pop_stack_locals","pop_used_gpr","pop_used_simd","push_used_gpr","push_used_simd","release_gpr","release_simd","relocs","reserve_gpr","reserve_simd","reserve_unused_temp_gpr","restore_saved_area","restore_stack","round_stack_adjust","set_srcloc","simd_arch","src_loc","target","trap_table","try_from","try_from","try_into","try_into","type_id","type_id","unwind_ops","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","used_gprs","used_gprs_contains","used_gprs_insert","used_gprs_remove","used_simd","used_simd_contains","used_simd_insert","used_simd_remove","zero_location","DefineNewFrame","Push2Regs","PushFP","SaveRegister","SystemV","UnwindFrame","UnwindInstructions","UnwindOps","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create_systemv_cie","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","init","init","init","instructions","into","into","into","layout_raw","layout_raw","layout_raw","len","pointer_metadata","pointer_metadata","pointer_metadata","to_fde","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","bp_neg_offset","reg","reg1","reg2","up_to_sp","up_to_sp","LARGE_ALLOC_16BIT_MAX_SIZE","PushRegister","SMALL_ALLOC_MAX_SIZE","SaveReg","SaveXmm","SetFPReg","StackAlloc","UNWIND_RBP_REG","UnwindCode","UnwindInfo","Writer","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buf","clone","clone","clone_into","clone_into","create_unwind_info_from_insts","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","emit","emit","emit_size","ensure_unwind_offset","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","flags","fmt","fmt","frame_register","frame_register_offset","from","from","from","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","new","node_count","node_count","offset","pointer_metadata","pointer_metadata","pointer_metadata","prologue_size","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unwind_codes","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","write_u16_le","write_u32_le","write_u8","instruction_offset","instruction_offset","instruction_offset","instruction_offset","instruction_offset","reg","reg","reg","size","stack_offset","stack_offset","ArgumentRegisterAllocator","GPR","GPR","R10","R11","R12","R13","R14","R15","R8","R9","RAX","RBP","RBX","RCX","RDI","RDX","RSI","RSP","X64Register","XMM","XMM","XMM0","XMM1","XMM10","XMM11","XMM12","XMM13","XMM14","XMM15","XMM2","XMM3","XMM4","XMM5","XMM6","XMM7","XMM8","XMM9","__clone_box","__clone_box","__clone_box","_from_dwarf_regnum","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from_gpr","from_index","from_index","from_simd","get_hash","get_hash","hash","hash","init","init","init","init","into","into","into","into","into_index","into_index","is_callee_save","is_callee_save","is_reserved","is_reserved","iterator","iterator","layout_raw","layout_raw","layout_raw","layout_raw","n_gprs","n_xmms","new_machine_state","next","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","to_dwarf","to_dwarf","to_index","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref"],"q":[[0,"wasmer_compiler_singlepass"],[22,"wasmer_compiler_singlepass::address_map"],[23,"wasmer_compiler_singlepass::arm64_decl"],[222,"wasmer_compiler_singlepass::codegen"],[452,"wasmer_compiler_singlepass::common_decl"],[736,"wasmer_compiler_singlepass::compiler"],[764,"wasmer_compiler_singlepass::config"],[796,"wasmer_compiler_singlepass::dwarf"],[831,"wasmer_compiler_singlepass::emitter_arm64"],[1065,"wasmer_compiler_singlepass::emitter_x64"],[1362,"wasmer_compiler_singlepass::location"],[1470,"wasmer_compiler_singlepass::machine"],[1893,"wasmer_compiler_singlepass::machine_arm64"],[2308,"wasmer_compiler_singlepass::machine_x64"],[2835,"wasmer_compiler_singlepass::unwind"],[2913,"wasmer_compiler_singlepass::unwind::UnwindOps"],[2919,"wasmer_compiler_singlepass::unwind_winx64"],[3019,"wasmer_compiler_singlepass::unwind_winx64::UnwindCode"],[3030,"wasmer_compiler_singlepass::x64_decl"],[3197,"wasmer_types::compilation::address_map"],[3198,"alloc::vec"],[3199,"wasmer_compiler::translator::environ"],[3200,"wasmer_types::compilation::address_map"],[3201,"core::option"],[3202,"core::cmp"],[3203,"rkyv::with"],[3204,"core::result"],[3205,"core::fmt"],[3206,"core::fmt"],[3207,"core::marker"],[3208,"core::hash"],[3209,"core::alloc::layout"],[3210,"core::alloc::layout"],[3211,"target_lexicon::triple"],[3212,"core::any"],[3213,"alloc::alloc"],[3214,"alloc::boxed"],[3215,"core::any"],[3216,"wasmer_types::error"],[3217,"core::iter::traits::iterator"],[3218,"wasmparser::readers::core::types"],[3219,"smallvec"],[3220,"core::ops::function"],[3221,"wasmparser::readers::core::operators"],[3222,"wasmer_types::compilation::function"],[3223,"wasmer_types::types"],[3224,"wasmer_types::vmoffsets"],[3225,"wasmer_types::indexes"],[3226,"wasmer_types::memory"],[3227,"wasmer_types::entity::primary_map"],[3228,"wasmer_types::indexes"],[3229,"wasmer_types::indexes"],[3230,"wasmer_types::compilation::module"],[3231,"wasmer_compiler::translator::state"],[3232,"wasmer_types::compilation::function"],[3233,"wasmer_compiler::translator::middleware"],[3234,"alloc::sync"],[3235,"wasmer_compiler::compiler"],[3236,"wasmer_types::features"],[3237,"wasmer_types::compilation::section"],[3238,"target_lexicon::triple"],[3239,"gimli::write"],[3240,"wasmer_types::indexes"],[3241,"core::cmp"],[3242,"wasmer_types::compilation::relocation"],[3243,"wasmer_types::compilation::relocation"],[3244,"core::fmt"],[3245,"gimli::write::cfi"]],"d":["","A compiler that compiles a WebAssembly module with …","","ARM64 structures.","","","","Support for compiling with Singlepass.","","","","","","","","","","","The middleware chain.","","Windows x64 ABI unwind information.","X64 structures.","","A machine register under the x86-64 architecture.","An allocator that allocates registers for function …","General-purpose registers.","General-purpose registers.","NEON registers.","NEON (floating point/SIMD) registers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts a DWARF regnum to ARM64Register.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a GPR register","","","Convert from an SIMD register","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Create a new MachineState with default values.","Allocates a register for argument type ty. Returns None if …","","","","","","","","","Returns the index of the register.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type of a pending canonicalization floating point value. …","","","","","Metadata about a floating-point value.","The singlepass per-function code generator.","Abstraction for a 2-input, 1-output operator. Can be an …","","","","","","","","","","","Emits a Native ABI call sequence, specialized for labels …","Acquires locations from the machine state.","","","","","","","","","","","","","","","","Calling convention to use.","Do we need to canonicalize the value before its bit …","","","","","","","","","","","ModuleInfo compilation config.","A list of frames describing the current control stack.","","Corresponding depth in the main value stack.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Emits a Native ABI call sequence.","","","","","","","","","Metadata about floating point values on the stack.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Function state map. Not yet used in the reborn version but …","","","","","","Prepare data for binary operator with 2 inputs and 1 …","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Types of local variables, including arguments.","Memory locations of local variables.","","Low-level machine state.","","","","Static module information.","","","Emits a memory operation.","","","","","","","","","","","","","Releases locations used for stack value.","","","","","Releases locations used for stack value.","Relocation information.","","","","Set the source location of the Wasm to the given offset.","Function signature.","","A set of special labels for trapping.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nesting level of unreachable code.","","","","","","","","","","","","","","","","","","","","","","Value stack.","","Offsets of vmctx fields.","A call.","A constant value.","Copy Stack BP Relative.","Explicit Shadow.","A map of function states.","A container for the state of a running wasm instance.","A diff of two MachineStates.","A kind of machine value.","Description of a machine code range following an offset.","Preserve Register.","","This value is only known at runtime.","","","","","","A kind of suspend offset.","A trappable.","Undefined.","Vmctx.","Whether a value is determined at compile-time or run-time.","Wasm Local.","Wasm Stack.","A loop.","Two Halves.","Vmctx Deref.","","","","","","","","","","Creates a MachineState from the given &FunctionStateMap.","Offset at which execution can be continued.","","","","","","","","","","","","","","","","","","","Call offsets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a MachineStateDiff from self and the given …","Index pointing to the MachineStateDiff entry.","Diffs.","","","","","","","","","","Exclusive range-end offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Initial.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Link to the previous diff this diff is based on, or None …","","","","","","","","","","Local Function Id.","Locals.","Loop offsets.","Creates a new FunctionStateMap with the given parameters.","","","","","","","","","","","Previous frame.","Changes in the previous frame’s data.","Register diff.","Register values.","Shadow size.","How many values are popped from the stack?","What values are pushed onto the stack?","Stack values.","","","","","","","","","","Trappable offsets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm Function Header target offset.","Wasm instruction offset.","Wasm instruction offset.","Wasm offset to target offset","Wasm stack.","of values popped from the Wasm stack.","Values pushed to the Wasm stack.","","","A compiler that compiles a WebAssembly module with …","","","Compile the module using Singlepass, producing a …","Gets the config for this Compiler","","","","","","Returns the argument unchanged.","","Get the middlewares for this compiler","","Calls U::from(self).","","","","Creates a new Singlepass compiler","","","","","","","","","","","","","","","Transform it into the compiler","","Gets the default features for this compiler in the given …","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","The middleware chain.","Creates a new configuration object with the default …","","Pushes a middleware onto the back of the middleware chain.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Always executed","","","Unsigned lower (or carry clear)","","Unsigned higher or same (or carry set)","","Equal","","","","","Signed greater than or equal","Signed greater than","Unsigned higher","","","","","Signed less than or equal","","Unsigned lower or same","Signed less than","","","","","Negative. The mnemonic stands for “minus”","","","","Not equal","","","","Positive or zero. The mnemonic stands for “plus”","","","No signed overflow. The mnemonic stands for “V clear”","Signed overflow. The mnemonic stands for “V set”","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Force dynasm! to use the correct arch (aarch64) when …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","msub : c - a*b -> dst","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Helper function for validating that a given value can be …","Helper function for validating that a given value can be …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Force dynasm! to use the correct arch (x64) when …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A high-level assembler method. Emits an instruction …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","Move a single or double precision XMM value to another if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts a DWARF regnum to CombinedRegister.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a GPR register","","Convert from an SIMD register","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns the index of the register.","","","","","","","","","","","","","","","","","Greatest Exact Float (32 bits) less-than i32::MIN when …","Greatest Exact Float (32 bits) less-than i64::MIN when …","Greatest Exact Float (32 bits) less-than u32::MIN when …","Greatest Exact Float (32 bits) less-than u64::MIN when …","Greatest Exact Float (64 bits) less-than i32::MIN when …","Greatest Exact Float (64 bits) less-than i64::MIN when …","Greatest Exact Float (64 bits) less-than u32::MIN when …","Greatest Exact Float (64 bits) less-than u64::MIN when …","","","","","Least Exact Float (32 bits) greater-than i32::MAX when …","Least Exact Float (32 bits) greater-than i64::MAX when …","Least Exact Float (32 bits) greater-than u32::MAX when …","Least Exact Float (32 bits) greater-than u64::MAX when …","Least Exact Float (64 bits) greater-than i32::MAX when …","Least Exact Float (64 bits) greater-than i64::MAX when …","Least Exact Float (64 bits) greater-than u32::MAX when …","Least Exact Float (64 bits) greater-than u64::MAX when …","","","","","Represents a memory immediate in a WebAssembly memory …","","","","A trap table for a RunnableModuleInfo.","","","","","Picks an unused general pupose register and mark it as used","Acquires a temporary XMM register.","Adjust stack for locals Like assembler.emit_sub(Size::S64, …","Alignment, stored as n where the actual alignment is 2^n","Align for Loop (may do nothing, depending on the arch)","indirect call with trampoline","Does an trampoline is neededfor indirect call","Is NaN canonicalization supported","Finalize the assembler","Get current assembler offset","","","","","","","","","Cannonicalize a NaN (or panic if not supported)","","","","","","","Get all current TrapInformation","Convert a F64 to F32","Convert a F32 from I32, signed or unsigned","Convert a F32 from I64, signed or unsigned","Convert a F32 to F64","Convert a F64 from I32, signed or unsigned","Convert a F64 from I64, signed or unsigned","Convert a F32 to I32, signed or unsigned, without or …","Convert a F64 to I32, signed or unsigned, without or …","Convert a F32 to I64, signed or unsigned, without or …","Convert a F64 to I64, signed or unsigned, without or …","","","","","","","","","","","","","","","","","","Add with location directly from the stack","Add with location directly from the stack","And with location directly from the stack","And with location directly from the stack","Multiply with location directly from the stack","Multiply with location directly from the stack","Or with location directly from the stack","Or with location directly from the stack","Signed Division with location directly from the stack. …","Signed Division with location directly from the stack. …","Signed Reminder (of a Division) with location directly …","Signed Reminder (of a Division) with location directly …","Sub with location directly from the stack","Sub with location directly from the stack","Unsigned Division with location directly from the stack. …","Unsigned Division with location directly from the stack. …","Unsigned Reminder (of a division) with location directly …","Unsigned Reminder (of a division) with location directly …","Xor with location directly from the stack","Xor with location directly from the stack","Emit a call to a label","emit a call to a location","Emit a call using the value in register","emit a move function address to GPR ready for call, using …","Emit a debug breakpoint","emit native function epilog (depending on the calling …","emit native function prolog (depending on the calling …","Handle copy to SIMD register from ret value (if needed by …","handle return value, with optionnal cannonicalization if …","Copy sign from tmp1 Self::GPR to tmp2 Self::GPR","Copy sign from tmp1 Self::GPR to tmp2 Self::GPR","emit an Illegal Opcode, associated with a trapcode","Multiply location with immediate","jmp using a jump table at lable with cond as the indice","emit a label","Emit a memory fence. Can be nothing for x86_64 or a DMB on …","Stack pop of a location","Stack push of a location","relaxed cmp: compare from anywhere and anywhere","relaxed mov: move from anywhere to anywhere","relaxed move with sign extension","relaxed move with zero extension","ret (from a Call)","","Get the Absolute Value of an F32","Add 2 F32 values","Ceil of an F32","Equal Compare 2 F32, result in a GPR","Greater of Equal Compare 2 F32, result in a GPR","Greater Than Compare 2 F32, result in a GPR","Less of Equal Compare 2 F32, result in a GPR","Less Than Compare 2 F32, result in a GPR","Not Equal Compare 2 F32, result in a GPR","Divide 2 F32 values","Floor of an F32","load an F32","get Max for 2 F32 values","get Min for 2 F32 values","Multiply 2 F32 values","Round at nearest int of an F32","Negate an F32","f32 save","Get the Square Root of an F32","Sub 2 F32 values","Trunc of an F32","Get the Absolute Value of an F64","Add 2 F64 values","Ceil of an F64","Equal Compare 2 F64, result in a GPR","Greater of Equal Compare 2 F64, result in a GPR","Greater Than Compare 2 F64, result in a GPR","Less of Equal Compare 2 F64, result in a GPR","Less Than Compare 2 F64, result in a GPR","Not Equal Compare 2 F64, result in a GPR","Divide 2 F64 values","Floor of an F64","load an F64","get Max for 2 F64 values","get Min for 2 F64 values","Multiply 2 F64 values","Round at nearest int of an F64","Negate an F64","f64 save","Get the Square Root of an F64","Sub 2 F64 values","Trunc of an F64","finalize a function","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","generate eh_frame instruction (or None if not possible / …","Singlepass calls import functions through a trampoline.","Singlepass calls import functions through a trampoline.","Generates dynamic import function call trampoline for a …","Generates dynamic import function call trampoline for a …","Standard entry trampoline generation","Standard function Trampoline generation","generate Windows unwind instructions (or None if not …","Get call param location (from a call, using FP for stack …","get the gpr for the return of generic values","get the gpr use for call. like RAX on x86_64","create a new label","Determine a local’s location.","get_offset of Assembler","Get param location (to build a call, using SP for stack …","get the simd for the return of float/double values","Get simple param location","Get all used GPR","Get all used SIMD regs","Get the GPR that hold vmctx","i32 atomic Add with i32","i32 atomic Add with unsigned 16bits","i32 atomic Add with unsigned 8bits","i32 atomic And with i32","i32 atomic And with unsigned 16bits","i32 atomic And with unsigned 8bits","i32 atomic Compare and Exchange with i32","i32 atomic Compare and Exchange with u16","i32 atomic Compare and Exchange with u8","i32 atomic load","i32 atomic load of an unsigned 16bits","i32 atomic load of an unsigned 8bits","i32 atomic Or with i32","i32 atomic Or with unsigned 16bits","i32 atomic Or with unsigned 8bits","i32 atomic save","i32 atomic save of a the lower 16bits","i32 atomic save of a the lower 8bits","i32 atomic Sub with i32","i32 atomic Sub with unsigned 16bits","i32 atomic Sub with unsigned 8bits","i32 atomic Exchange with i32","i32 atomic Exchange with u16","i32 atomic Exchange with u8","i32 atomic Xor with i32","i32 atomic Xor with unsigned 16bits","i32 atomic Xor with unsigned 8bits","Count Leading 0 bit of an i32","Equal Compare 2 i32, result in a GPR","Signed Greater of Equal Compare 2 i32, result in a GPR","Unsigned Greater of Equal Compare 2 i32, result in a GPR","Signed Greater Than Compare 2 i32, result in a GPR","Unsigned Greater Than Compare 2 i32, result in a GPR","Signed Less of Equal Compare 2 i32, result in a GPR","Unsigned Less of Equal Compare 2 i32, result in a GPR","Signed Less Than Compare 2 i32, result in a GPR","Unsigned Less Than Compare 2 i32, result in a GPR","Not Equal Compare 2 i32, result in a GPR","Count Trailling 0 bit of an i32","i32 load","i32 load of an signed 16bits","i32 load of an unsigned 16bits","i32 load of an signed 8bits","i32 load of an unsigned 8bits","Count the number of 1 bit of an i32","i32 Roll Left","i32 Roll Right","i32 Arithmetic Shift Right","i32 save","i32 save of the lower 16bits","i32 save of the lower 8bits","i32 Logical Shift Left","i32 Logical Shift Right","i64 atomic Add with i64","i64 atomic Add with unsigned 16bits","i64 atomic Add with unsigned 32bits","i64 atomic Add with unsigned 8bits","i64 atomic And with i64","i64 atomic And with unsigned 16bits","i64 atomic And with unsigned 32bits","i64 atomic And with unsigned 8bits","i64 atomic Compare and Exchange with i32","i64 atomic Compare and Exchange with u16","i64 atomic Compare and Exchange with u32","i64 atomic Compare and Exchange with u8","i64 atomic load","i64 atomic load from unsigned 16bits","i64 atomic load from unsigned 32bits","i64 atomic load from unsigned 8bits","i64 atomic Or with i64","i64 atomic Or with unsigned 16bits","i64 atomic Or with unsigned 32bits","i64 atomic Or with unsigned 8bits","i64 atomic save","i64 atomic save of a the lower 16bits","i64 atomic save of a the lower 32bits","i64 atomic save of a the lower 8bits","i64 atomic Sub with i64","i64 atomic Sub with unsigned 16bits","i64 atomic Sub with unsigned 32bits","i64 atomic Sub with unsigned 8bits","i64 atomic Exchange with i64","i64 atomic Exchange with u16","i64 atomic Exchange with u32","i64 atomic Exchange with u8","i64 atomic Xor with i64","i64 atomic Xor with unsigned 16bits","i64 atomic Xor with unsigned 32bits","i64 atomic Xor with unsigned 8bits","Count Leading 0 bit of an i64","Equal Compare 2 i64, result in a GPR","Signed Greater of Equal Compare 2 i64, result in a GPR","Unsigned Greater of Equal Compare 2 i64, result in a GPR","Signed Greater Than Compare 2 i64, result in a GPR","Unsigned Greater Than Compare 2 i64, result in a GPR","Signed Less of Equal Compare 2 i64, result in a GPR","Unsigned Less of Equal Compare 2 i64, result in a GPR","Signed Less Than Compare 2 i64, result in a GPR","Unsigned Less Than Compare 2 i64, result in a GPR","Not Equal Compare 2 i64, result in a GPR","Count Trailling 0 bit of an i64","i64 load","i64 load of an signed 16bits","i64 load of an signed 16bits","i64 load of an signed 32bits","i64 load of an unsigned 32bits","i64 load of an signed 8bits","i64 load of an unsigned 8bits","Count the number of 1 bit of an i64","i64 Roll Left","i64 Roll Right","i64 Arithmetic Shift Right","i64 save","i64 save of the lower 16bits","i64 save of the lower 32bits","i64 save of the lower 8bits","i64 Logical Shift Left","i64 Logical Shift Right","","Convert from a GPR register to index register","Convert from an SIMD register","","","","","Init the stack loc counter","Insert a StackOverflow (at offset 0)","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Determine whether a local should be allocated on the stack.","jmp on above (src>dst) like Above set on x86_64","jmp on above (src>=dst) like Above or Equal set on x86_64","jmp on above (src<=dst) like Below or Equal set on x86_64","jmp on different (src!=dst) like NotEqual set on x86_64","jmp on equal (src==dst) like Equal set on x86_64","jmp on overflow like Carry set on x86_64","jmp without condidtion","","","","","List of register to save, depending on the …","Load a memory value to a register, zero extending to …","Memory location for a local on the stack Like …","GPR Reg used for local pointer on the stack","Add src+dst -> dst (with or without flags)","load the address of a memory location (will panic if src …","And src & dst -> dst (with or without flags)","Cmp src - dst and set flags","-src -> dst","Or src & dst -> dst (with or without flags)","Sub dst-src -> dst (with or without flags)","Test src & dst and set flags","Xor src & dst -> dst (with or without flags)","Marks each address in the code range emitted by f with the …","Marks one address as trappable with trap code code.","Pushes the instruction to the address map, calculating the …","Marks the instruction as trappable with trap code code. …","Maximum alignment, stored as n where the actual alignment …","The index of the memory this immediate points to.","Move a local to the stack Like emit_mov(Size::S64, …","move a location to another","move a location to another, with zero or sign extension","push a value on the stack for a native call","Create a new MachineState with default values.","A fixed byte-offset that this memory immediate specifies.","Mappings from offsets in generated machine code to the …","Picks an unused general purpose register for …","Picks an unused SIMD register.","Picks an unused general purpose register for internal …","Picks an unused SIMD register for internal temporary use.","","","","","Pop a location","Pop stack of locals Like assembler.emit_add(Size::S64, …","Pop used gpr to the stack","Pop used simd regs to the stack","Push used gpr to the stack. Return the bytes taken on the …","Push used simd regs to the stack. Return bytes taken on …","Releases a temporary GPR.","Releases a temporary XMM register.","reserve a GPR","reserve a SIMD register","Specify that a given register is in use.","Restore save_area","restore stack Like assembler.emit_add(Size::S64, …","Return a rounded stack adjustement value (must be multiple …","Set the source location of the Wasm to the given offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Zero a location taht is 32bits","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get all current TrapInformation","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","I32 comparison with.","I64 comparison with.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","A boolean flag signaling if this machine supports NEON.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Insert a StackOverflow (at offset 0)","","Map from byte offset into wasm function to range of native …","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Marks each address in the code range emitted by f with the …","Marks one address as trappable with trap code code.","Pushes the instruction to the address map, calculating the …","Marks the instruction as trappable with trap code code. …","","","","","","","","","","","","","","","","","","","","","","is last push on a 8byte multiple or 16bytes?","","","","","","","","","","","","","","Set the source location of the Wasm to the given offset.","","The source location for the current operator.","","","","","","","","","Vector of unwind operations with offset","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get all current TrapInformation","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","I32 binary operation with both operands popped from the …","I64 binary operation with both operands popped from the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","I32 comparison with.","I64 comparison with.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Moves src1 and src2 to valid locations and possibly adds a …","Moves src1 and src2 to valid locations and possibly adds a …","","","","","Moves loc to a valid location for div/idiv.","","","","","","","","","","I32 shift with both operands popped from the virtual stack.","I64 shift with both operands popped from the virtual stack.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","the actual inner","Insert a StackOverflow (at offset 0)","","Map from byte offset into wasm function to range of native …","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Marks each address in the code range emitted by f with the …","Marks one address as trappable with trap code code.","Pushes the instruction to the address map, calculating the …","Marks the instruction as trappable with trap code code. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set the source location of the Wasm to the given offset.","the simd instructions set on the target. Currently only …","The source location for the current operator.","Full Target cpu","","","","","","","","Vector of unwind operations with offset","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","generate a default systemv cie","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","Converts the unwind information into a …","","","","","","","","","","","","","","","","","","","","","","","","","","","Maximum (inclusive) size of a “large” stack allocation …","","Maximum (inclusive) size of a “small” stack allocation","","","","","","The supported unwind codes for the x64 Windows ABI.","Represents Windows x64 unwind information.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Emits the unwind information into the given mutable byte …","Gets the emit size of the unwind information, in bytes.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An allocator that allocates registers for function …","General-purpose registers.","General-purpose registers.","","","","","","","","","","","","","","","","","A machine register under the x86-64 architecture.","XMM registers.","XMM (floating point/SIMD) registers.","","","","","","","","","","","","","","","","","","","","Converts a DWARF regnum to X64Register.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a GPR register","","","Convert from an SIMD register","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Create a new MachineState with default values.","Allocates a register for argument type ty. Returns None if …","","","","","","","","","Returns the index of the register.","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,73,0,0,0,58,0,0,0,0,58,0,0,0,0,0,0,0,9,0,9,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,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,9,9,11,12,9,14,11,12,9,14,11,12,9,11,12,9,11,12,11,12,14,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,11,11,11,11,12,12,12,12,9,9,9,9,11,12,9,11,12,9,14,9,11,12,9,11,12,11,12,11,12,9,14,11,12,9,14,11,12,11,12,11,12,11,12,11,12,9,14,14,14,0,14,11,12,11,12,9,14,11,12,9,11,12,9,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,14,0,0,50,48,48,0,0,0,50,0,50,0,0,0,47,48,49,50,36,36,137,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,47,47,48,49,50,47,48,49,50,47,47,36,36,47,47,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,36,36,36,36,47,48,49,50,36,49,36,137,55,47,48,49,50,36,36,36,36,36,137,36,49,137,36,137,55,47,48,49,50,36,137,137,36,137,55,47,48,49,50,138,49,36,137,55,47,48,49,50,55,55,36,36,49,36,36,36,36,36,36,47,36,139,36,137,55,47,48,49,50,139,139,36,47,36,36,36,36,36,36,36,55,49,36,36,36,36,36,36,36,49,49,137,47,48,49,50,48,36,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,137,55,47,48,49,50,0,137,36,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,49,36,71,70,42,42,0,0,0,0,0,42,0,70,67,67,67,67,0,0,71,42,42,0,42,42,71,42,42,31,70,28,68,42,69,67,71,72,68,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,69,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,67,67,68,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,28,72,69,31,70,28,68,42,69,67,71,72,72,31,70,42,67,31,31,31,31,70,70,70,70,42,42,42,42,67,67,67,67,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,42,31,70,42,31,70,28,68,42,69,67,71,72,69,31,70,28,68,42,69,67,71,72,68,31,70,28,68,42,69,67,71,72,69,69,69,69,67,31,70,28,68,42,69,67,71,72,28,68,68,28,69,68,68,28,31,70,28,68,42,69,67,71,72,69,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,69,28,68,69,28,68,68,0,140,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,140,73,73,73,73,73,73,73,73,73,73,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,85,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,0,92,0,0,92,0,92,0,92,0,141,94,0,92,92,92,141,141,141,0,92,0,92,92,141,93,94,141,92,0,0,93,92,0,141,0,92,0,141,92,92,92,93,94,142,142,142,143,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,0,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,0,0,92,93,92,92,92,92,93,93,93,93,143,142,92,93,94,92,93,94,0,0,0,142,142,142,92,93,94,92,93,94,143,92,93,94,143,92,93,94,143,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,101,101,101,101,101,0,105,0,101,0,144,103,0,101,101,144,144,144,0,101,101,0,144,102,103,144,0,144,101,101,0,0,144,101,105,0,102,0,101,102,103,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,0,0,0,0,0,0,0,0,0,0,0,0,105,101,102,103,105,101,102,103,101,102,103,101,102,103,105,101,102,103,105,101,102,103,105,101,102,103,105,101,102,103,0,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,101,102,101,101,101,101,102,102,102,102,145,101,102,103,105,101,102,103,145,145,145,145,105,101,102,103,105,101,102,103,0,105,101,102,103,0,105,101,102,103,0,0,0,0,101,102,103,105,101,102,103,105,101,102,103,105,101,102,103,0,0,0,105,101,102,103,105,101,102,103,105,101,102,103,146,0,0,146,146,106,44,146,106,44,44,44,0,44,44,0,44,106,0,44,146,146,106,146,146,106,106,44,147,106,44,106,44,146,146,146,146,146,146,106,44,106,44,106,44,106,44,106,44,106,44,106,44,106,44,106,44,106,106,106,106,44,44,44,44,106,44,106,44,147,148,147,106,44,106,44,44,106,44,106,44,148,148,148,148,106,44,106,44,106,44,146,148,147,106,44,106,44,106,44,106,44,106,44,106,44,106,44,111,111,0,0,0,0,0,0,0,0,39,111,111,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,111,113,114,39,39,39,114,39,39,39,39,39,39,149,111,113,114,149,111,113,114,39,111,113,114,111,113,114,39,39,39,39,39,39,39,39,39,39,39,113,149,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,111,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,113,114,149,111,113,114,39,0,39,0,39,0,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,150,39,39,149,111,113,114,39,39,39,149,111,113,114,150,39,39,39,39,39,39,39,39,149,111,113,114,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,114,114,39,39,39,39,39,114,113,39,39,39,39,149,111,113,114,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,39,0,123,123,151,151,151,151,0,0,123,123,0,151,151,151,123,123,123,123,123,123,151,123,123,123,123,123,121,121,121,121,121,121,121,121,121,121,152,121,123,121,123,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,121,123,121,123,121,123,0,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,152,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,121,121,121,121,121,123,121,121,121,121,121,121,121,121,152,121,123,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,152,121,121,121,121,121,123,121,121,121,121,121,121,121,121,121,121,152,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,121,123,121,123,121,121,123,121,123,121,123,121,121,121,121,121,121,121,121,121,0,0,153,153,153,153,0,0,153,153,153,153,126,126,126,126,126,104,104,104,104,126,126,126,126,126,154,104,126,104,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,104,126,104,104,126,104,126,104,126,0,104,104,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,104,104,104,104,104,104,126,104,126,104,126,126,104,104,104,104,126,126,126,104,104,104,104,104,126,104,126,126,126,126,126,126,126,126,126,126,104,126,126,104,126,126,104,126,104,104,104,126,104,126,104,104,104,104,126,104,104,104,104,104,104,104,104,126,104,104,126,126,126,126,126,126,126,126,126,126,126,104,104,126,104,104,104,104,126,126,104,104,104,104,104,104,104,104,104,104,126,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,154,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,104,126,104,126,126,126,126,126,126,126,126,126,104,104,126,126,104,126,126,104,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,126,126,104,126,126,126,104,126,126,126,126,126,126,126,126,126,154,104,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,126,126,154,126,126,126,126,104,126,126,126,126,126,126,126,126,126,154,126,126,126,126,126,126,126,104,126,104,126,104,126,104,126,104,126,126,104,126,104,126,104,126,126,126,126,126,126,126,126,126,126,125,125,125,125,54,0,0,0,125,120,54,125,120,54,125,120,125,120,125,120,0,54,125,120,54,125,120,54,125,120,54,125,120,120,120,120,120,120,125,120,54,125,120,54,125,120,120,54,125,120,54,125,120,120,54,125,120,120,125,120,54,125,120,54,125,120,54,125,120,54,125,120,54,125,120,54,125,120,155,155,156,156,157,156,0,132,0,132,132,132,132,0,0,0,0,132,133,134,132,133,134,132,133,134,132,133,132,133,0,134,132,133,134,132,133,134,132,133,134,132,133,132,133,133,0,132,133,132,132,132,132,133,133,133,133,133,132,133,133,133,134,132,133,134,132,133,134,132,133,134,132,133,134,132,133,134,134,132,133,133,132,133,134,132,133,134,132,133,134,132,133,133,134,132,133,134,132,133,134,132,133,134,134,134,158,159,160,161,162,158,159,160,161,159,160,0,0,135,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,0,0,135,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,100,135,135,99,100,135,136,99,100,135,136,99,100,135,99,100,135,99,100,99,100,136,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,99,99,99,99,100,100,100,100,135,135,135,135,99,100,135,99,100,135,136,135,99,100,135,99,100,99,100,99,100,135,136,99,100,135,136,99,100,99,100,99,100,99,100,99,100,135,136,136,136,0,136,99,100,99,100,135,136,99,100,135,99,100,135,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,136],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[2,[1]],3,4],5],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[8,[[10,[9]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[11,11],[12,12],[9,9],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[11,11],13],[[12,12],13],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[],14],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],[[11,11],17],[[12,12],17],[[9,9],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[11,18],19],[[12,18],19],[[9,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[8,9],[4,[[16,[11,7]]]],[4,[[16,[12,7]]]],[8,9],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[11,-1],7,24],[[12,-1],7,24],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[11,4],[12,4],[11,17],[12,17],[11,17],[12,17],[[],[[25,[11]]]],[[],[[25,[12]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,0,[[],28],[[14,29,30],[[10,[9]]]],[[11,11],[[10,[13]]]],[[12,12],[[10,[13]]]],[[]],[[]],[[]],[[]],[11,8],[12,8],[9,31],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[[36,[-1]],37,-2,-3],[[16,[7,38]]],39,40,40],[[[36,[-1]],[43,[[7,[41,42]]]],17],[[16,[[46,[[45,[44]]]],38]]],39],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[47,47],[48,48],[49,49],[50,50],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[4,47],[4,47],0,0,[[47,4],[[16,[47,38]]]],0,[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[[[36,[-1]],-2,-3,-4],[[16,[7,38]]],39,51,40,40],[[[36,[-1]]],[[16,[7,38]]],39],[[[36,[-1]],52],[[16,[7,38]]],39],[[[36,[-1]],3],[[16,[[7,[53,[10,[54]]]],38]]],39],[[[36,[-1]],30],[[16,[7,38]]],39],[[47,18],19],[[48,18],19],[[49,18],19],[[50,18],19],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[[36,[-1]],44],[[16,[44,38]]],39],[[[36,[-1]]],4,39],[[[36,[-1]]],4,39],[[[36,[-1]]],17,39],0,[[[36,[-1]],41],[[16,[55,38]]],39],0,0,[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[[36,[-1]],4,56,30],[[16,[[2,[44]],38]]],39],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,17,[]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,0,0,0,0,0,[[[36,[-1]],4],7,39],[[[36,[-1]]],7,39],0,0,[[57,58,59,[62,[60,61]],[62,[63,64]],65,[43,[41]],-1,30],[[16,[[36,[-1]],38]]],39],[4,47],[[[36,[-1]],-2],[[16,[7,38]]],39,51],[-1,[[16,[-2,38]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[-1,[[16,[-2,38]]],[],[]],[-1,[[16,[[7,[-2,-2]],38]]],[],[]],[[[36,[-1]]],[[16,[44,38]]],39],[[47,4],[[16,[47,38]]]],[[[36,[-1]],[43,[44]]],[[16,[7,38]]],39],[[[36,[-1]],4],[[16,[7,38]]],39],[[[36,[-1]],4],[[16,[7,38]]],39],[[[36,[-1]],[43,[44]]],[[16,[7,38]]],39],[[[36,[-1]],[43,[44]]],[[16,[7,38]]],39],[[[36,[-1]],4],[[16,[7,38]]],39],0,0,0,0,[[[36,[-1]],66],7,39],0,[[[43,[[7,[44]]]]],7],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[48,67],0,[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[29,41],0,0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[68,69],28],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[31,31],[70,70],[28,28],[68,68],[42,42],[69,69],[67,67],[71,71],[72,72],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[67,67],13],[[-1,-2],13,[],[]],[[],68],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[28,28],68],0,0,[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],0,[[31,31],17],[[70,70],17],[[42,42],17],[[67,67],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[31,18],19],[[70,18],19],[[28,18],19],[[68,18],19],[[42,18],19],[[69,18],19],[[67,18],19],[[71,18],19],[[72,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[31,-1],7,24],[[70,-1],7,24],[[42,-1],7,24],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,0,0,[[28,4,4,[2,[70]]],69],[[67,67],[[10,[13]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[73,74,75,76,[62,[65,3]]],[[16,[77,38]]]],[73,58],0,[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[-1,-1,[]],[[73,[79,[78]]],[[79,[78]]]],[73,[[43,[[81,[80]]]]]],[[],4],[-1,-2,[],[]],[-1,[],[]],[[],[[16,[26,27]]]],[73,82],[58,73],[[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],0,[[-1,6],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[58,17],58],[58,58],[[-1,-2],7,[],[]],[[[34,[58]]],[[34,[83]]]],[[],58],[[58,74],84],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],0,[58,7],[[58,18],19],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[],[[16,[26,27]]]],0,[[],58],[[]],[[58,[81,[80]]],7],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],0,0,[[-1,6],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[85,85],[[-1,-2],7,[],[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[85],[[85,18],19],[-1,-1,[]],[[],4],[-1,-2,[],[]],[85,86],[[],[[16,[26,27]]]],[85,4],[[[10,[87]]],85],[[]],0,[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[[85,[43,[88]]],[[89,[7]]]],[[85,90,88],[[89,[7]]]],[[85,4,[43,[88]]],[[89,[7]]]],[[85,4,91,88],[[89,[7]]]],[[85,4,4,91,88],[[89,[7]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,[44,[11,12]]],[[16,[7,38]]],[]],[-1,17,[]],[-1,17,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[92,92],[93,93],[94,94],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],0,[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],66,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,12,12],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[[-1,92,37],[[16,[7,38]]],[]],[[-1,92,37],[[16,[7,38]]],[]],[[-1,67,66,66,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],66,66,[44,[11,12]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],92],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,12,12],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],92],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],92],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,95],[[16,[7,38]]],[]],[[-1,11,37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,[44,[11,12]],20],[[16,[7,38]]],[]],[[-1,[44,[11,12]],66,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],66],[[16,[7,38]]],[]],[[-1,[44,[11,12]],66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,95],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],66,37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],66,37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,8],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[66,[[10,[8]]]],[20,[[10,[8]]]],[[92,92],17],[[93,93],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],0,[-1,7,[]],[[92,18],19],[[93,18],19],[[94,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[59,96,56,30],[[16,[86,38]]]],[[59,56,30],[[16,[97,38]]]],[[56,30],[[16,[97,38]]]],[-1,88,[]],[-1,37,[]],[-1,98,[]],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,[[]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[-1,[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,100,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,100,100],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,[[16,[4,38]]],[]],[-1,17,[]],[-1,17,[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[101,101],[102,102],[103,103],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],0,[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,88,99],[[16,[7,38]]],[]],[[-1,88,99],[[16,[7,38]]],[]],[[-1,[43,[88]]],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,99],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,99,99],[[16,[7,38]]],[]],[[-1,99,99],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,102,99],[[16,[7,38]]],[]],[[-1,102,99],[[16,[7,38]]],[]],[[-1,102,99],[[16,[7,38]]],[]],[[-1,102,99],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,99],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,66,99],[[16,[7,38]]],[]],[[-1,101,37],[[16,[7,38]]],[]],[[-1,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,37,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,4],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,101,99],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,99],[[16,[7,38]]],[]],[[-1,20],[[16,[7,38]]],[]],[[-1,102,100],[[16,[7,38]]],[]],[[-1,102,100],[[16,[7,38]]],[]],[[-1,88],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100,100],[[16,[7,38]]],[]],[[-1,100,102,100,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,103,100],[[16,[7,38]]],[]],[[-1,100,103,100],[[16,[7,38]]],[]],[[-1,100,103,100],[[16,[7,38]]],[]],[[-1,100,103,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,102,102],[[16,[7,38]]],[]],[[-1,102,102],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[101,101],17],[[102,102],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[-1,[[16,[7,38]]],[]],[[101,18],19],[[102,18],19],[[103,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,88,[]],[-1,37,[]],[-1,98,[]],[-1,[[10,[78]]],[]],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[104,105,100,100],7],[[]],[[]],[[]],[[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],0,0,0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[8,[[10,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[4,[[44,[-1,-2]]],[],[]],[[],[[2,[-1]]],[]],[[],[[2,[-1]]],[]],[4,[[44,[-1,-2]]],[],[]],[[],[[2,[-1]]],[]],[[],[[2,[-1]]],[]],[106,106],[[[44,[-1,-2]]],[[44,[-1,-2]]],107,107],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[106,106],13],[[[44,[-1,-2]],[44,[-1,-2]]],13,108,108],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[[106,106],17],[[[44,[-1,-2]],[44,[-1,-2]]],17,109,109],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[106,18],19],[[[44,[-1,-2]],18],19,110,110],[-1,-1,[]],[-1,-1,[]],[8,-1,[]],[4,[[16,[-1,7]]],[]],[8,-1,[]],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[106,-1],7,24],[[[44,[-1,-2]],-3],7,21,21,24],[[[44,[-1,-2]]],[[10,[111]]],[],[]],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,4,[]],[-1,17,[]],[-1,17,[]],[[],[[25,[-1]]],[]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[106,106],[[10,[13]]]],[[[44,[-1,-2]],[44,[-1,-2]]],[[10,[13]]],112,112],[[]],[[]],[[],[[44,[-1,-2]]],[],[]],[-1,8,[]],[-1,31,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[-1,10,[]],[-1,10,[]],[[-1,66],[[16,[7,38]]],[]],0,[-1,[[16,[7,38]]],[]],[[-1,44],[[16,[7,38]]],[]],[-1,17,[]],[-1,17,[]],[-1,[[16,[[2,[88]],38]]],[]],[-1,98,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[111,111],[113,113],[114,114],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[-1,[[2,[115]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,17,44],[[16,[7,38]]],[]],[[-1,44,17,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,17,44],[[16,[7,38]]],[]],[[-1,44,17,44],[[16,[7,38]]],[]],[[-1,44,44,17,17],[[16,[7,38]]],[]],[[-1,44,44,17,17],[[16,[7,38]]],[]],[[-1,44,44,17,17],[[16,[7,38]]],[]],[[-1,44,44,17,17],[[16,[7,38]]],[]],[[],113],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,44],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,30,116],[[16,[[2,[117]],38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,41,17,44],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,118],[[16,[7,38]]],[]],[[-1,67,66],[[16,[7,38]]],[]],[[-1,37,44],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,44],[[16,[7,38]]],[]],[[-1,67,44],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,44,67,44],[[16,[7,38]]],[]],[[-1,67,44,67,44],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[111,111],17],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[113,18],19],[[114,18],[[16,[7,119]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,4],[[10,[120]]],[]],[[59,96,56,74,30],[[16,[86,38]]]],[[-1,59,96,56,30],[[16,[86,38]]],[]],[[59,56,74,30],[[16,[97,38]]]],[[-1,59,56,30],[[16,[97,38]]],[]],[[56,74,30],[[16,[97,38]]]],[[-1,56,30],[[16,[97,38]]],[]],[[-1,4],[[10,[[2,[88]]]]],[]],[[-1,4,67,4,30],44,[]],[-1,[],[]],[-1,[],[]],[-1,37,[]],[[-1,4,4],44,[]],[-1,98,[]],[[-1,4,67,4,30],44,[]],[-1,[],[]],[[-1,4,30],44,[]],[-1,2,[]],[-1,2,[]],[-1,[],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[-1,[[10,[111]]],[]],[-1,31,[]],[-1,31,[]],[[],4],[[],4],[[],4],[[],4],[[-1,20,44],[[16,[7,38]]],[]],[-1,7,[]],[-1,[[2,[1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,17,[]],[[-1,4],17,[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[-1,30],[[2,[44]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,95],44,[]],[-1,[],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,17,44,67,44],[[16,[7,38]]],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,118,4,4],7,[]],[[-1,118],7,[]],[[-1,4],7,[]],[[-1,118],4,[]],0,0,[[-1,95,44],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,17,44,67,44],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[-1,28,[]],0,0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[]],[[]],[[]],[[]],[[-1,44],[[16,[7,38]]],[]],[[-1,66],[[16,[7,38]]],[]],[[-1,43],[[16,[7,38]]],[]],[[-1,43],[[16,[7,38]]],[]],[[-1,43],[[16,[4,38]]],[]],[[-1,43],[[16,[4,38]]],[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,[],[]],[[-1,95],[[16,[7,38]]],[]],[[-1,66],[[16,[7,38]]],[]],[[-1,4],4,[]],[[-1,66],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[[-1,67,44],[[16,[7,38]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[121,[[10,[11]]]],[121,[[10,[12]]]],[[121,66],[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,[44,[11,12]]],[[16,[7,38]]]],[121,17],[121,17],0,[121,[[16,[[2,[88]],38]]]],[121,98],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[121,[[2,[115]]]],[[121,122,123],17],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],17,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],17,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],17,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],17,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],17,17],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],17,17],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],17,17],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],17,17],[[16,[7,38]]]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[8,124],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,[44,[11,12]]],[[16,[7,38]]]],[[121,11],[[16,[7,38]]]],[[121,30,116],[[16,[[2,[117]],38]]]],[[121,92,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,92,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[121,[[16,[7,38]]]],[121,[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,41,17,[44,[11,12]]],[[16,[7,38]]]],[[121,11,11],[[16,[7,38]]]],[[121,11,11],[[16,[7,38]]]],[[121,118],[[16,[7,38]]]],[[121,118],[[16,[7,38]]]],[[121,67,66,11],[[16,[7,38]]]],[[121,37,[44,[11,12]]],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],[44,[11,12]],123],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],[44,[11,12]],123],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,125],7],[[123,123],17],0,[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[121,[[16,[7,38]]]],[-1,-1,[]],[-1,-1,[]],[[121,4],[[10,[120]]]],[[121,59,96,56,30],[[16,[86,38]]]],[[121,59,56,30],[[16,[97,38]]]],[[121,56,30],[[16,[97,38]]]],[[121,4],[[10,[[2,[88]]]]]],[[121,4,67,4,30],[[44,[11,12]]]],[121,11],[121,11],[121,37],[[121,4,4],[[44,[11,12]]]],[121,98],[[121,4,67,4,30],[[44,[11,12]]]],[121,12],[[121,4,30],[[44,[11,12]]]],[121,[[2,[11]]]],[121,[[2,[12]]]],[121,11],0,[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,11],31],[[121,12],31],[[],4],[[],4],[[121,20,[44,[11,12]]],[[16,[7,38]]]],[121,7],[121,[[2,[1]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[121,4],17],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[121,30],[[2,[[44,[11,12]]]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,95],[[44,[11,12]]]],[121,11],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,17,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[2,[12]],123,17],[[16,[[44,[11,12]],38]]]],[[121,67,[44,[11,12]],[2,[11]],123,17,[10,[11]]],[[16,[[44,[11,12]],38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,118,4,4],7],[[121,118],7],[[121,4],7],[[121,118],4],[[121,[44,[11,12]],114,17,4,17,17,95,37,37,-1],[[16,[7,38]]],51],[[121,95,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,17,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[[10,[74]]],121],[121,28],[[121,67,95],17],0,[121,[[10,[11]]]],[121,[[10,[12]]]],[121,[[10,[11]]]],[121,[[10,[12]]]],[[]],[[]],[[121,[44,[11,12]]],[[16,[7,38]]]],[[121,66],[[16,[7,38]]]],[[121,[43,[11]]],[[16,[7,38]]]],[[121,[43,[12]]],[[16,[7,38]]]],[[121,[43,[11]]],[[16,[4,38]]]],[[121,[43,[12]]],[[16,[4,38]]]],0,[121,[[16,[11,38]]]],[[121,11],7],[[121,12],7],0,[[121,11],7],[[121,12],7],[[121,11],11],[121,[[16,[7,38]]]],[[121,11],[[16,[7,38]]]],[[121,95],[[16,[7,38]]]],[[121,66],[[16,[7,38]]]],[[121,4],4],[[121,[2,[11]]],[[16,[11,38]]]],[[121,66],7],[[121,[2,[11]]],[[16,[11,38]]]],0,[[121,11,67,[44,[11,12]],[2,[11]]],[[16,[7,38]]]],0,[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,[[121,11],17],[[121,11],7],[[121,11],17],0,[[121,12],17],[[121,12],7],[[121,12],17],[[121,67,[44,[11,12]]],[[16,[7,38]]]],0,0,0,0,0,0,0,0,0,0,0,0,[126,[[10,[99]]]],[126,[[10,[100]]]],[[126,66],[[16,[7,38]]]],[126,[[16,[7,38]]]],[[126,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[104,17],[104,[[16,[4,38]]]],[126,17],[126,17],0,[126,[[16,[[2,[88]],38]]]],[126,98],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[126,[[2,[115]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],17,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],17,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],17,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],17,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],17,17],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],17,17],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],17,17],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],17,17],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[104],[4,-1,[]],[4,-1,[]],[4,-1,[]],[104],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[8,124],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[104,[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,88,99],[[16,[7,38]]]],[[104,88,99],[[16,[7,38]]]],[[104,[43,[88]]],[[16,[7,38]]]],[[104,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[104,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]]],[[16,[7,38]]]],[[104,99],[[16,[7,38]]]],[[126,99],[[16,[7,38]]]],[[126,30,116],[[16,[[2,[117]],38]]]],[104,[[16,[7,38]]]],[[104,99,99],[[16,[7,38]]]],[[104,99,99],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,101,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,101,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,4,67,67,17,17,95,37,37,-1],[[16,[7,38]]],51],[104,[[16,[7,38]]]],[[104,102,99],[[16,[7,38]]]],[[104,102,99],[[16,[7,38]]]],[[104,102,99],[[16,[7,38]]]],[[104,102,99],[[16,[7,38]]]],[126,[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[[126,100,127,127,37,37,37,37],[[16,[7,38]]]],[[126,100,127,127,-1,-2,[10,[-3]],-4],[[16,[7,38]]],51,51,51,51],[[126,100,127,127],[[16,[7,38]]]],[[126,100,128,128,37,37,37,37],[[16,[7,38]]]],[[126,100,128,128,-1,-2,[10,[-3]],-4],[[16,[7,38]]],51,51,51,51],[[126,100,128,128],[[16,[7,38]]]],[126,[[16,[7,38]]]],[126,[[16,[7,38]]]],[126,[[16,[7,38]]]],[[126,41,17,[44,[99,100]]],[[16,[7,38]]]],[[104,99],[[16,[7,38]]]],[[126,99,99],[[16,[7,38]]]],[[126,99,99],[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[[126,118],[[16,[7,38]]]],[[126,118],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,66,99],[[16,[7,38]]]],[[104,66,99],[[16,[7,38]]]],[[104,101,37],[[16,[7,38]]]],[[104,[44,[99,100]]],[[16,[7,38]]]],[[126,37,[44,[99,100]]],[[16,[7,38]]]],[[104,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,37,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[126,[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[104,[[16,[7,38]]]],[[104,4],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,-1,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],51],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],37],[[16,[4,38]]]],[[126,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[104,[[16,[7,38]]]],[104,[[16,[7,38]]]],[126,[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,101,99],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,99],[[16,[7,38]]]],[[104,20],[[16,[7,38]]]],[[104,102,100],[[16,[7,38]]]],[[104,102,100],[[16,[7,38]]]],[[104,88],[[16,[7,38]]]],[104,[[16,[7,38]]]],[[126,125],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100,100],[[16,[7,38]]]],[[104,100,102,100,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,103,100],[[16,[7,38]]]],[[104,100,103,100],[[16,[7,38]]]],[[104,100,103,100],[[16,[7,38]]]],[[104,100,103,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,102,102],[[16,[7,38]]]],[[104,102,102],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],0,[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[104,[[16,[[2,[88]],129]]]],[104,[[16,[7,38]]]],[126,[[16,[7,38]]]],[-1,-1,[]],[-1,-1,[]],[[126,4],[[10,[120]]]],[[126,59,96,56,30],[[16,[86,38]]]],[[126,59,56,30],[[16,[97,38]]]],[[126,56,30],[[16,[97,38]]]],[[126,4],[[10,[[2,[88]]]]]],[[126,4,67,4,30],[[44,[99,100]]]],[126,99],[126,99],[104,88],[104,37],[126,37],[[126,4,4],[[44,[99,100]]]],[104,98],[126,98],[[126,4,67,4,30],[[44,[99,100]]]],[104,[[10,[78]]]],[126,100],[[126,4,30],[[44,[99,100]]]],[126,[[2,[99]]]],[126,[[2,[100]]]],[126,99],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,99],31],[[126,100],31],[[],4],[[],4],[[126,20,[44,[99,100]]],[[16,[7,38]]]],0,[126,7],[126,[[2,[1]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[126,4],17],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[126,30],[[2,[[44,[99,100]]]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,95],[[44,[99,100]]]],[126,99],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,17,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,118,4,4],7],[[126,118],7],[[126,4],7],[[126,118],4],[[126,[44,[99,100]],114,17,4,17,17,95,37,37,-1],[[16,[7,38]]],51],[[126,95,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,17,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[4,[10,[74]]],[[16,[104,38]]]],[[[10,[74]]],[[16,[126,38]]]],[126,28],0,[126,[[10,[99]]]],[126,[[10,[100]]]],[126,[[10,[99]]]],[126,[[10,[100]]]],[[]],[[]],[[126,[44,[99,100]]],[[16,[7,38]]]],[[126,66],[[16,[7,38]]]],[[126,[43,[99]]],[[16,[7,38]]]],[[126,[43,[100]]],[[16,[7,38]]]],[[126,[43,[99]]],[[16,[4,38]]]],[[126,[43,[100]]],[[16,[4,38]]]],[[126,99],7],[[126,100],7],0,[[126,99],7],[[126,100],7],[[126,99],99],[[126,95],[[16,[7,38]]]],[[126,66],[[16,[7,38]]]],[[126,4],4],[[126,66],7],0,0,0,0,[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,[[126,99],17],[[126,99],7],[[126,99],17],0,[[126,100],17],[[126,100],7],[[126,100],17],[[126,67,[44,[99,100]]],[[16,[7,38]]]],0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[125,125],[120,120],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[130,[[10,[131]]]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[[120,120],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[125,18],19],[[120,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],4],[[],4],[[],4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,[[]],[[]],[[]],[[120,90],54],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[132,132],[133,133],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[[43,[[7,[4,125]]]]],[[10,[133]]]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[[132,134],7],[[133,[43,[88]]],7],[133,4],[66,[[10,[88]]]],[[132,132],17],[[133,133],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],0,[[132,18],19],[[133,18],19],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[[43,[88]]],134],[132,4],[133,4],0,[[]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[[134,8],7],[[134,66],7],[[134,88],7],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[8,[[10,[135]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[99,99],[100,100],[135,135],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[99,99],13],[[100,100],13],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[],136],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],[[99,99],17],[[100,100],17],[[135,135],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[99,18],19],[[100,18],19],[[135,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[8,135],[4,[[16,[99,7]]]],[4,[[16,[100,7]]]],[8,135],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[99,-1],7,24],[[100,-1],7,24],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[99,4],[100,4],[99,17],[100,17],[99,17],[100,17],[[],[[25,[99]]]],[[],[[25,[100]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,0,[[],28],[[136,29,30],[[10,[135]]]],[[99,99],[[10,[13]]]],[[100,100],[[10,[13]]]],[[]],[[]],[[]],[[]],[99,8],[100,8],[135,31],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]]],"c":[],"p":[[3,"InstructionAddressMap",3197],[3,"Vec",3198],[3,"FunctionBodyData",3199],[15,"usize"],[3,"FunctionAddressMap",3197],[3,"Private",3200],[15,"tuple"],[15,"u16"],[4,"ARM64Register",23],[4,"Option",3201],[4,"GPR",23],[4,"NEON",23],[4,"Ordering",3202],[3,"ArgumentRegisterAllocator",23],[3,"With",3203],[4,"Result",3204],[15,"bool"],[3,"Formatter",3205],[6,"Result",3205],[15,"u64"],[8,"Hash",3206],[8,"Sized",3207],[8,"BuildHasher",3206],[8,"Hasher",3206],[3,"Iter",3208],[3,"Layout",3209],[3,"LayoutError",3209],[3,"MachineState",452],[4,"Type",3210],[4,"CallingConvention",3211],[3,"RegisterIndex",452],[3,"TypeId",3212],[3,"Global",3213],[3,"Box",3214],[8,"Any",3212],[3,"FuncGen",222],[3,"DynamicLabel",3215],[4,"CompileError",3216],[8,"Machine",1470],[8,"Iterator",3217],[4,"ValType",3218],[4,"MachineValue",452],[15,"slice"],[4,"Location",1362],[15,"array"],[3,"SmallVec",3219],[3,"FloatValue",222],[4,"CanonicalizeType",222],[3,"ControlFrame",222],[4,"IfElseState",222],[8,"FnOnce",3220],[4,"Operator",3221],[3,"CompiledFunction",3222],[4,"UnwindFrame",2835],[3,"I2O1",222],[3,"FunctionType",3210],[3,"ModuleInfo",3223],[3,"Singlepass",764],[3,"VMOffsets",3224],[3,"MemoryIndex",3225],[4,"MemoryStyle",3226],[3,"PrimaryMap",3227],[3,"TableIndex",3225],[4,"TableStyle",3228],[3,"LocalFunctionIndex",3225],[15,"u32"],[4,"Size",452],[3,"MachineStateDiff",452],[3,"FunctionStateMap",452],[4,"WasmAbstractValue",452],[4,"SuspendOffset",452],[3,"OffsetInfo",452],[3,"SinglepassCompiler",736],[3,"Target",3229],[3,"CompileModuleInfo",3230],[3,"ModuleTranslationState",3231],[3,"Compilation",3222],[4,"CpuFeature",3229],[3,"EnumSet",3232],[8,"ModuleMiddleware",3233],[3,"Arc",3234],[15,"str"],[8,"Compiler",3235],[3,"Features",3236],[3,"WriterRelocate",796],[3,"CustomSection",3237],[4,"Endianness",3211],[15,"u8"],[6,"Result",3238],[4,"Address",3238],[4,"SectionId",3239],[4,"Condition",831],[4,"NeonOrMemory",831],[4,"GPROrMemory",831],[15,"i32"],[3,"FunctionIndex",3225],[3,"FunctionBody",3222],[3,"AssemblyOffset",3215],[4,"GPR",3030],[4,"XMM",3030],[4,"Condition",1065],[4,"XMMOrMemory",1065],[4,"GPROrMemory",1065],[3,"AssemblerX64",2308],[4,"Precision",1065],[4,"Multiplier",1362],[8,"Clone",3240],[8,"Ord",3202],[8,"PartialEq",3202],[8,"Debug",3205],[4,"Value",1470],[8,"PartialOrd",3202],[3,"TrapTable",1470],[3,"MemArg",1470],[3,"TrapInformation",3241],[4,"RelocationTarget",3242],[3,"Relocation",3242],[4,"TrapCode",3243],[3,"Error",3205],[3,"UnwindInstructions",2835],[3,"MachineARM64",1893],[15,"i64"],[4,"ImmType",1893],[3,"Register",3239],[4,"UnwindOps",2835],[3,"MachineX86_64",2308],[15,"f32"],[15,"f64"],[4,"DynasmError",3215],[4,"Architecture",3244],[3,"CommonInformationEntry",3245],[4,"UnwindCode",2919],[3,"UnwindInfo",2919],[3,"Writer",2919],[4,"X64Register",3030],[3,"ArgumentRegisterAllocator",3030],[3,"SpecialLabelSet",222],[8,"WpTypeExt",222],[8,"PopMany",222],[8,"IntoParIterIfRayon",736],[6,"Location",831],[8,"EmitterARM64",831],[6,"Assembler",831],[6,"Location",1065],[8,"EmitterX64",1065],[8,"Descriptor",1362],[8,"CombinedRegister",1362],[8,"Reg",1362],[3,"MachineStackOffset",1470],[8,"MaybeImmediate",1470],[6,"Location",1893],[6,"Assembler",1893],[6,"Location",2308],[6,"Assembler",2308],[13,"SaveRegister",2913],[13,"Push2Regs",2913],[13,"PushFP",2913],[13,"PushRegister",3019],[13,"SaveReg",3019],[13,"SaveXmm",3019],[13,"StackAlloc",3019],[13,"SetFPReg",3019]]},\ +"wasmer_compiler_singlepass":{"doc":"A WebAssembly Compiler implementation using Singlepass.","t":"DDAAAOAAAMAAAMAAAAMAAAFEDENENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEDNNNDDDNENIDILLLLLLMLLLLLLLLLLLLLLMMLLLLLLLLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLMLLLLMLMMLLLLLLLLMMLLLLLLLKMLLLLLLLMMMMMMLLMMLLLKLLLLLLLKKLLLLLLLLMMMMLMLMMMMMMLLLLLMLLLLLLLLLLLLLLLLLLLLLFMMLLLLLLLLLLLLLLLLLLLLLMMMNNNNDDDEDNDNNNNNEENNNENNNNNLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLMMMLLLLLLLLLLLMMMMMMMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMIQDLLLLMLLLLLLLLLKLLLLLLLLLLDLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLSDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMCNCGNENINCNNENNNNNNCNGNNNNNNNCCNNENCNCNNNLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLOKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKFFLLLLLLLLLLMKLLLLLLFFFKKKLLLLLLMLLLMLLLMLLLLLLLLLLLLLLLLLLLLLNNNNNENINCNNENNNNNCNNGNNNNCNNNCENNNCNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOOOOOOOOOOOOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKLLLLLLLLLLLLLLLLLLKKKKLLLLLLLLOLLLLFLLLLOOOOLLLLLLLLLLLLLLLOOOLLLLLLLLLLLLSIISSNNSNNNNENNENNINSSNSSNLLKLLLLKKKKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKLLLLLLLLLKKKKLLLLLLKKKLLLLLLLLLLLLLLNNRRRRRRRRQNNNRRRRRRRRGIDIDRGQDELLLKKKMKKKKKKLLLLLLLLKLLLLLLKKKKKKKKKKKLLLLLLLLLLLLLLLLLKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKLKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKLLLLLLKFKFKFKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKLLLLKKKLLLLLKKKKKKKKLLLLKKKKKKKKKKKKKKKKKMMKKKKKMMKKKKLLLLKKKKKKKKKKKKKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLKGNNNNNNEGNNDNNNNNNNNNNNNNNNLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLMLLLLLLLLLLLMLMLLLLLLMLLLLLLMLLLMLLLLGDNNNNGDNNNNLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMLLLLLLLMMMMLLLLLLMLLLLLLMLLLMLLLLNNNNNEDELLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMRNRNNNNREDDLLLLLLLLMLLLLFLLLLLLLLLLLLLLLFLLLLLLLLLLMLLMMLLLLLLLLLLLLLLLMLLLMLLLLLLLLLLLMLLLLLLLLLLLLMMMMMMMMMMMDENNNNNNNNNNNNNNNNNEENNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Singlepass","SinglepassCompiler","address_map","arm64_decl","codegen","codegen_error","common_decl","compiler","config","config","dwarf","emitter_arm64","emitter_x64","enable_nan_canonicalization","location","machine","machine_arm64","machine_x64","middlewares","unwind","unwind_winx64","x64_decl","get_function_address_map","ARM64Register","ArgumentRegisterAllocator","GPR","GPR","NEON","NEON","V0","V1","V10","V11","V12","V13","V14","V15","V16","V17","V18","V19","V2","V20","V21","V22","V23","V24","V25","V26","V27","V28","V29","V3","V30","V31","V4","V5","V6","V7","V8","V9","X0","X1","X10","X11","X12","X13","X14","X15","X16","X17","X18","X19","X2","X20","X21","X22","X23","X24","X25","X26","X27","X28","X29","X3","X30","X4","X5","X6","X7","X8","X9","XzrSp","__clone_box","__clone_box","__clone_box","_from_dwarf_regnum","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from_gpr","from_index","from_index","from_simd","get_hash","get_hash","hash","hash","init","init","init","init","into","into","into","into","into_index","into_index","is_callee_save","is_callee_save","is_reserved","is_reserved","iterator","iterator","layout_raw","layout_raw","layout_raw","layout_raw","n_gprs","n_neons","new_machine_state","next","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","to_dwarf","to_dwarf","to_index","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","CanonicalizeType","ControlFrame","Else","F32","F64","FloatValue","FuncGen","I2O1","If","IfElseState","None","PopMany","SpecialLabelSet","WpTypeExt","__clone_box","__clone_box","__clone_box","__clone_box","_emit_call_native_label","acquire_locations","bad_signature","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","calling_convention","canonicalization","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cncl_f32","cncl_f64","config","control_stack","demote","depth","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","emit_call_native","emit_head","feed_operator","finalize","finalize_locals","fmt","fmt","fmt","fmt","fp_stack","fp_stack_depth","from","from","from","from","from","from","from","fsm","get_location_released","get_stack_offset","get_state_diff","has_control_frames","heap_access_oob","i2o1_prepare","if_else","indirect_call_null","init","init","init","init","init","init","init","init_locals","integer_division_by_zero","integer_overflow","into","into","into","into","into","into","into","is_float","label","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","loc_a","loc_b","local_types","locals","loop_like","machine","mark_offset_trappable","mark_trappable","memory_styles","module","new","new","op_memory","peek1","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop1","pop2","pop_value_released","promote","release_locations","release_locations_keep_state","release_locations_only_osr_state","release_locations_only_regs","release_locations_only_stack","release_locations_value","relocations","ret","returns","save_area_offset","set_srcloc","signature","sort_call_movs","special_labels","stack_offset","state","state","state_diff_id","table_access_oob","to_owned","to_owned","to_owned","to_owned","to_size","track_state","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_to_wp_type","unaligned_atomic","unreachable_depth","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","value_stack","value_stack_depth","vmoffsets","Call","Const","CopyStackBPRelative","ExplicitShadow","FunctionStateMap","MachineState","MachineStateDiff","MachineValue","OffsetInfo","PreserveRegister","RegisterIndex","Runtime","S16","S32","S64","S8","Size","SuspendOffset","Trappable","Undefined","Vmctx","WasmAbstractValue","WasmLocal","WasmStack","_Loop","_TwoHalves","_VmctxDeref","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_build_state","activate_offset","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call_offsets","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","diff","diff_id","diffs","drop","drop","drop","drop","drop","drop","drop","drop","drop","end_offset","eq","eq","eq","eq","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","from","from","from","from","from","from","from","from","from","get_hash","get_hash","get_hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","initial","into","into","into","into","into","into","into","into","into","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","local_function_id","locals","loop_offsets","new","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","prev_frame","prev_frame_diff","reg_diff","register_values","shadow_size","stack_pop","stack_push","stack_values","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","trappable_offsets","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","wasm_function_header_target_offset","wasm_inst_offset","wasm_inst_offset","wasm_offset_to_target_offset","wasm_stack","wasm_stack_pop","wasm_stack_push","IntoParIterIfRayon","Output","SinglepassCompiler","borrow","borrow_mut","compile_module","config","config","deref","deref_mut","deserialize","drop","from","get_cpu_features_used","get_middlewares","init","into","into_par_iter_if_rayon","layout_raw","name","new","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","Singlepass","__clone_box","borrow","borrow_mut","canonicalize_nans","clone","clone_into","compiler","default","default_features_for_target","deref","deref_mut","deserialize","drop","enable_nan_canonicalization","enable_pic","fmt","from","init","into","layout_raw","middlewares","new","pointer_metadata","push_middleware","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","FUNCTION_SYMBOL","WriterRelocate","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","endian","fmt","from","init","into","into_section","layout_raw","len","new","pointer_metadata","relocs","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","write","write_address","write_at","write_offset","write_offset_at","writer","ARM64Register","Al","ArgumentRegisterAllocator","Assembler","Cc","Condition","Cs","EmitterARM64","Eq","GPR","GPR","GPR","GPROrMemory","Ge","Gt","Hi","Imm32","Imm64","Imm8","Label","Le","Location","Ls","Lt","Memory","Memory","Memory","Memory2","Mi","Multiplier","NEON","NEON","Ne","NeonOrMemory","None","Offset","Pl","Reg","SIMD","Vc","Vs","__clone_box","__clone_box","__clone_box","arch_emit_indirect_call_with_trampoline","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","baseaddr","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","dynasm","emit_add","emit_add_lsl","emit_adds","emit_addv","emit_and","emit_asr","emit_b_label","emit_b_register","emit_bcond_label","emit_bcond_label_far","emit_bfc","emit_bfi","emit_brk","emit_call_label","emit_call_register","emit_cbnz_label","emit_cbz_label","emit_cbz_label_far","emit_cinc","emit_clz","emit_cmp","emit_cnt","emit_cset","emit_csetm","emit_dmb","emit_eor","emit_fadd","emit_fcmp","emit_fcvt","emit_fcvtzs","emit_fcvtzu","emit_fdiv","emit_fmax","emit_fmin","emit_fmov","emit_fmul","emit_fneg","emit_frintm","emit_frintn","emit_frintp","emit_frintz","emit_fsqrt","emit_fsub","emit_label","emit_ldaxr","emit_ldaxrb","emit_ldaxrh","emit_ldpia","emit_ldr","emit_ldrb","emit_ldrh","emit_ldria","emit_ldrsb","emit_ldrsh","emit_ldrsw","emit_ldur","emit_load_label","emit_lsl","emit_lsr","emit_mov","emit_mov_imm","emit_movk","emit_movn","emit_movz","emit_msub","emit_mul","emit_or","emit_rbit","emit_read_fpcr","emit_read_fpsr","emit_ret","emit_ror","emit_scvtf","emit_sdiv","emit_stlxr","emit_stlxrb","emit_stlxrh","emit_stpdb","emit_str","emit_strb","emit_strdb","emit_strh","emit_stria","emit_stur","emit_sub","emit_subs","emit_sxtb","emit_sxth","emit_sxtw","emit_tbnz_label","emit_tbz_label","emit_tst","emit_ucvtf","emit_udf","emit_udiv","emit_uxtb","emit_uxth","emit_write_fpcr","emit_write_fpsr","encode_logical_immediate_32bit","encode_logical_immediate_64bit","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","finalize_function","fmt","fmt","fmt","from","from","from","gen_import_call_trampoline_arm64","gen_std_dynamic_import_trampoline_arm64","gen_std_trampoline_arm64","get_jmp_instr_size","get_label","get_offset","init","init","init","into","into","into","labels","layout_raw","layout_raw","layout_raw","ops","pointer_metadata","pointer_metadata","pointer_metadata","relocs","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","Above","AboveEqual","Below","BelowEqual","Carry","Condition","Double","EmitterX64","Equal","GPR","GPR","GPR","GPROrMemory","Greater","GreaterEqual","Imm32","Imm64","Imm8","Label","Less","LessEqual","Location","Memory","Memory","Memory","Memory2","Multiplier","None","None","NotEqual","Offset","Precision","SIMD","Signed","Single","XMM","XMM","XMMOrMemory","__clone_box","__clone_box","__clone_box","arch_emit_entry_trampoline","arch_emit_f32_convert_si32","arch_emit_f32_convert_si64","arch_emit_f32_convert_ui32","arch_emit_f32_convert_ui64","arch_emit_f32_neg","arch_emit_f64_convert_si32","arch_emit_f64_convert_si64","arch_emit_f64_convert_ui32","arch_emit_f64_convert_ui64","arch_emit_f64_neg","arch_emit_i32_trunc_sf32","arch_emit_i32_trunc_sf64","arch_emit_i32_trunc_uf32","arch_emit_i32_trunc_uf64","arch_emit_i64_trunc_sf32","arch_emit_i64_trunc_sf64","arch_emit_i64_trunc_uf32","arch_emit_i64_trunc_uf64","arch_emit_indirect_call_with_trampoline","arch_emit_lzcnt","arch_emit_tzcnt","arch_has_fconverti","arch_has_fneg","arch_has_itruncf","arch_has_xzcnt","arch_mov64_imm_offset","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","avx_fn","avx_i2f_32_fn","avx_i2f_64_fn","avx_round_fn","binop_all_nofp","binop_gpr_gpr","binop_gpr_mem","binop_imm32_gpr","binop_imm32_mem","binop_imm64_gpr","binop_mem_gpr","binop_shift","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","dynasm","emit_add","emit_and","emit_bkpt","emit_bsf","emit_bsr","emit_btc_gpr_imm8_32","emit_btc_gpr_imm8_64","emit_bytes","emit_call_label","emit_call_location","emit_call_register","emit_cdq","emit_cmovae_gpr_32","emit_cmovae_gpr_64","emit_cmp","emit_cqo","emit_cvttsd2si_32","emit_cvttsd2si_64","emit_cvttss2si_32","emit_cvttss2si_64","emit_div","emit_host_redirection","emit_idiv","emit_imul","emit_imul_imm32_gpr64","emit_jmp","emit_jmp_location","emit_label","emit_lea","emit_lea_label","emit_lock_cmpxchg","emit_lock_xadd","emit_mov","emit_movsx","emit_movzx","emit_neg","emit_nop","emit_nop_n","emit_or","emit_pop","emit_popcnt","emit_push","emit_rep_stosq","emit_ret","emit_rol","emit_ror","emit_sar","emit_set","emit_shl","emit_shr","emit_sub","emit_test","emit_test_gpr_64","emit_u64","emit_ucomisd","emit_ucomiss","emit_ud1_payload","emit_ud2","emit_vaddsd","emit_vaddss","emit_vblendvpd","emit_vblendvps","emit_vcmpeqsd","emit_vcmpeqss","emit_vcmpgesd","emit_vcmpgess","emit_vcmpgtsd","emit_vcmpgtss","emit_vcmplesd","emit_vcmpless","emit_vcmpltsd","emit_vcmpltss","emit_vcmpneqsd","emit_vcmpneqss","emit_vcmpordsd","emit_vcmpordss","emit_vcmpunordsd","emit_vcmpunordss","emit_vcvtsd2ss","emit_vcvtsi2sd_32","emit_vcvtsi2sd_64","emit_vcvtsi2ss_32","emit_vcvtsi2ss_64","emit_vcvtss2sd","emit_vdivsd","emit_vdivss","emit_vmaxsd","emit_vmaxss","emit_vminsd","emit_vminss","emit_vmovapd","emit_vmovaps","emit_vmulsd","emit_vmulss","emit_vroundsd_ceil","emit_vroundsd_floor","emit_vroundsd_nearest","emit_vroundsd_trunc","emit_vroundss_ceil","emit_vroundss_floor","emit_vroundss_nearest","emit_vroundss_trunc","emit_vsqrtsd","emit_vsqrtss","emit_vsubsd","emit_vsubss","emit_vxorpd","emit_vxorps","emit_xchg","emit_xor","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finalize_function","fmt","fmt","fmt","from","from","from","from","get_jmp_instr_size","get_label","get_offset","get_simd_arch","init","init","init","init","into","into","into","into","jmp_op","layout_raw","layout_raw","layout_raw","layout_raw","move_src_to_dst","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","sse_fn","sse_i2f_32_fn","sse_i2f_64_fn","sse_round_fn","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unop_gpr","unop_gpr_or_mem","unop_mem","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","ARG_REG_COUNT","CombinedRegister","Descriptor","FP","FP_STACK_ARG_OFFSET","Four","GPR","GPR_COUNT","Height","Imm32","Imm64","Imm8","Location","Memory","Memory2","Multiplier","None","One","Reg","SIMD","SIMD_COUNT","STACK_GROWS_DOWN","Two","VMCTX","WORD_SIZE","Zero","__clone_box","__clone_box","_from_dwarf_regnum","borrow","borrow","borrow_mut","borrow_mut","callee_param_location","callee_save_gprs","callee_save_simd","caller_arg_location","caller_save_gprs","caller_save_simd","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_gpr","from_index","from_simd","get_hash","get_hash","hash","hash","imm_value","init","init","into","into","into_index","is_callee_save","is_reserved","iterator","layout_raw","layout_raw","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","return_location","to_dwarf","to_index","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","F32","F64","GEF32_LT_I32_MIN","GEF32_LT_I64_MIN","GEF32_LT_U32_MIN","GEF32_LT_U64_MIN","GEF64_LT_I32_MIN","GEF64_LT_I64_MIN","GEF64_LT_U32_MIN","GEF64_LT_U64_MIN","GPR","I32","I64","I8","LEF32_GT_I32_MAX","LEF32_GT_I64_MAX","LEF32_GT_U32_MAX","LEF32_GT_U64_MAX","LEF64_GT_I32_MAX","LEF64_GT_I64_MAX","LEF64_GT_U32_MAX","LEF64_GT_U64_MAX","Label","Machine","MachineStackOffset","MaybeImmediate","MemArg","NATIVE_PAGE_SIZE","Offset","SIMD","TrapTable","Value","__clone_box","__clone_box","__clone_box","acquire_temp_gpr","acquire_temp_simd","adjust_stack","align","align_for_loop","arch_emit_indirect_call_with_trampoline","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","assembler_finalize","assembler_get_offset","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","canonicalize_nan","clone","clone","clone","clone_into","clone_into","clone_into","collect_trap_information","convert_f32_f64","convert_f32_i32","convert_f32_i64","convert_f64_f32","convert_f64_i32","convert_f64_i64","convert_i32_f32","convert_i32_f64","convert_i64_f32","convert_i64_f64","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","emit_binop_add32","emit_binop_add64","emit_binop_and32","emit_binop_and64","emit_binop_mul32","emit_binop_mul64","emit_binop_or32","emit_binop_or64","emit_binop_sdiv32","emit_binop_sdiv64","emit_binop_srem32","emit_binop_srem64","emit_binop_sub32","emit_binop_sub64","emit_binop_udiv32","emit_binop_udiv64","emit_binop_urem32","emit_binop_urem64","emit_binop_xor32","emit_binop_xor64","emit_call_label","emit_call_location","emit_call_register","emit_call_with_reloc","emit_debug_breakpoint","emit_function_epilog","emit_function_prolog","emit_function_return_float","emit_function_return_value","emit_i32_copysign","emit_i64_copysign","emit_illegal_op","emit_imul_imm32","emit_jmp_to_jumptable","emit_label","emit_memory_fence","emit_pop","emit_push","emit_relaxed_cmp","emit_relaxed_mov","emit_relaxed_sign_extension","emit_relaxed_zero_extension","emit_ret","eq","f32_abs","f32_add","f32_ceil","f32_cmp_eq","f32_cmp_ge","f32_cmp_gt","f32_cmp_le","f32_cmp_lt","f32_cmp_ne","f32_div","f32_floor","f32_load","f32_max","f32_min","f32_mul","f32_nearest","f32_neg","f32_save","f32_sqrt","f32_sub","f32_trunc","f64_abs","f64_add","f64_ceil","f64_cmp_eq","f64_cmp_ge","f64_cmp_gt","f64_cmp_le","f64_cmp_lt","f64_cmp_ne","f64_div","f64_floor","f64_load","f64_max","f64_min","f64_mul","f64_nearest","f64_neg","f64_save","f64_sqrt","f64_sub","f64_trunc","finalize_function","fmt","fmt","from","from","from","from","gen_dwarf_unwind_info","gen_import_call_trampoline","gen_import_call_trampoline","gen_std_dynamic_import_trampoline","gen_std_dynamic_import_trampoline","gen_std_trampoline","gen_std_trampoline","gen_windows_unwind_info","get_call_param_location","get_gpr_for_ret","get_grp_for_call","get_label","get_local_location","get_offset","get_param_location","get_simd_for_ret","get_simple_param_location","get_used_gprs","get_used_simd","get_vmctx_reg","i32_atomic_add","i32_atomic_add_16u","i32_atomic_add_8u","i32_atomic_and","i32_atomic_and_16u","i32_atomic_and_8u","i32_atomic_cmpxchg","i32_atomic_cmpxchg_16u","i32_atomic_cmpxchg_8u","i32_atomic_load","i32_atomic_load_16u","i32_atomic_load_8u","i32_atomic_or","i32_atomic_or_16u","i32_atomic_or_8u","i32_atomic_save","i32_atomic_save_16","i32_atomic_save_8","i32_atomic_sub","i32_atomic_sub_16u","i32_atomic_sub_8u","i32_atomic_xchg","i32_atomic_xchg_16u","i32_atomic_xchg_8u","i32_atomic_xor","i32_atomic_xor_16u","i32_atomic_xor_8u","i32_clz","i32_cmp_eq","i32_cmp_ge_s","i32_cmp_ge_u","i32_cmp_gt_s","i32_cmp_gt_u","i32_cmp_le_s","i32_cmp_le_u","i32_cmp_lt_s","i32_cmp_lt_u","i32_cmp_ne","i32_ctz","i32_load","i32_load_16s","i32_load_16u","i32_load_8s","i32_load_8u","i32_popcnt","i32_rol","i32_ror","i32_sar","i32_save","i32_save_16","i32_save_8","i32_shl","i32_shr","i64_atomic_add","i64_atomic_add_16u","i64_atomic_add_32u","i64_atomic_add_8u","i64_atomic_and","i64_atomic_and_16u","i64_atomic_and_32u","i64_atomic_and_8u","i64_atomic_cmpxchg","i64_atomic_cmpxchg_16u","i64_atomic_cmpxchg_32u","i64_atomic_cmpxchg_8u","i64_atomic_load","i64_atomic_load_16u","i64_atomic_load_32u","i64_atomic_load_8u","i64_atomic_or","i64_atomic_or_16u","i64_atomic_or_32u","i64_atomic_or_8u","i64_atomic_save","i64_atomic_save_16","i64_atomic_save_32","i64_atomic_save_8","i64_atomic_sub","i64_atomic_sub_16u","i64_atomic_sub_32u","i64_atomic_sub_8u","i64_atomic_xchg","i64_atomic_xchg_16u","i64_atomic_xchg_32u","i64_atomic_xchg_8u","i64_atomic_xor","i64_atomic_xor_16u","i64_atomic_xor_32u","i64_atomic_xor_8u","i64_clz","i64_cmp_eq","i64_cmp_ge_s","i64_cmp_ge_u","i64_cmp_gt_s","i64_cmp_gt_u","i64_cmp_le_s","i64_cmp_le_u","i64_cmp_lt_s","i64_cmp_lt_u","i64_cmp_ne","i64_ctz","i64_load","i64_load_16s","i64_load_16u","i64_load_32s","i64_load_32u","i64_load_8s","i64_load_8u","i64_popcnt","i64_rol","i64_ror","i64_sar","i64_save","i64_save_16","i64_save_32","i64_save_8","i64_shl","i64_shr","imm_value","index_from_gpr","index_from_simd","init","init","init","init","init_stack_loc","insert_stackoverflow","instructions_address_map","into","into","into","into","is_imm","is_local_on_stack","jmp_on_above","jmp_on_aboveequal","jmp_on_belowequal","jmp_on_different","jmp_on_equal","jmp_on_overflow","jmp_unconditionnal","layout_raw","layout_raw","layout_raw","layout_raw","list_to_save","load_address","local_on_stack","local_pointer","location_add","location_address","location_and","location_cmp","location_neg","location_or","location_sub","location_test","location_xor","mark_address_range_with_trap_code","mark_address_with_trap_code","mark_instruction_address_end","mark_instruction_with_trap_code","max_align","memory","move_local","move_location","move_location_extend","move_location_for_native","new_machine_state","offset","offset_to_code","pick_gpr","pick_simd","pick_temp_gpr","pick_temp_simd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop_location","pop_stack_locals","pop_used_gpr","pop_used_simd","push_used_gpr","push_used_simd","release_gpr","release_simd","reserve_gpr","reserve_simd","reserve_unused_temp_gpr","restore_saved_area","restore_stack","round_stack_adjust","set_srcloc","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","zero_location","Assembler","Bits12","Bits8","GPR","Imm32","Imm64","Imm8","ImmType","Location","Logical32","Logical64","MachineARM64","Memory","Memory2","None","None","NoneXzr","OffsetByte","OffsetDWord","OffsetHWord","OffsetWord","SIMD","Shift32","Shift32No0","Shift64","Shift64No0","UnscaledOffset","acquire_temp_gpr","acquire_temp_simd","adjust_stack","align_for_loop","arch_emit_indirect_call_with_trampoline","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","assembler","assembler_finalize","assembler_get_offset","baseaddr","borrow","borrow","borrow_mut","borrow_mut","canonicalize_nan","collect_trap_information","compatible_imm","convert_f32_f64","convert_f32_i32","convert_f32_i64","convert_f64_f32","convert_f64_i32","convert_f64_i64","convert_i32_f32","convert_i32_f64","convert_i64_f32","convert_i64_f64","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","dwarf_index","emit_binop_add32","emit_binop_add64","emit_binop_and32","emit_binop_and64","emit_binop_mul32","emit_binop_mul64","emit_binop_or32","emit_binop_or64","emit_binop_sdiv32","emit_binop_sdiv64","emit_binop_srem32","emit_binop_srem64","emit_binop_sub32","emit_binop_sub64","emit_binop_udiv32","emit_binop_udiv64","emit_binop_urem32","emit_binop_urem64","emit_binop_xor32","emit_binop_xor64","emit_call_label","emit_call_location","emit_call_register","emit_call_with_reloc","emit_cmpop_i32_dynamic_b","emit_cmpop_i64_dynamic_b","emit_debug_breakpoint","emit_double_pop","emit_double_push","emit_function_epilog","emit_function_prolog","emit_function_return_float","emit_function_return_value","emit_i32_copysign","emit_i64_copysign","emit_illegal_op","emit_illegal_op_internal","emit_imul_imm32","emit_jmp_to_jumptable","emit_label","emit_memory_fence","emit_pop","emit_pop","emit_push","emit_push","emit_relaxed_binop","emit_relaxed_binop3","emit_relaxed_binop3_neon","emit_relaxed_binop_neon","emit_relaxed_cmp","emit_relaxed_ldr16","emit_relaxed_ldr16s","emit_relaxed_ldr32","emit_relaxed_ldr32s","emit_relaxed_ldr64","emit_relaxed_ldr8","emit_relaxed_ldr8s","emit_relaxed_mov","emit_relaxed_sign_extension","emit_relaxed_str16","emit_relaxed_str32","emit_relaxed_str64","emit_relaxed_str8","emit_relaxed_zero_extension","emit_ret","emit_unwind_op","eq","error","f32_abs","f32_add","f32_ceil","f32_cmp_eq","f32_cmp_ge","f32_cmp_gt","f32_cmp_le","f32_cmp_lt","f32_cmp_ne","f32_div","f32_floor","f32_load","f32_max","f32_min","f32_mul","f32_nearest","f32_neg","f32_save","f32_sqrt","f32_sub","f32_trunc","f64_abs","f64_add","f64_ceil","f64_cmp_eq","f64_cmp_ge","f64_cmp_gt","f64_cmp_le","f64_cmp_lt","f64_cmp_ne","f64_div","f64_floor","f64_load","f64_max","f64_min","f64_mul","f64_nearest","f64_neg","f64_save","f64_sqrt","f64_sub","f64_trunc","finalize_function","from","from","gen_dwarf_unwind_info","gen_import_call_trampoline","gen_std_dynamic_import_trampoline","gen_std_trampoline","gen_windows_unwind_info","get_call_param_location","get_gpr_for_ret","get_grp_for_call","get_label","get_local_location","get_offset","get_param_location","get_simd_for_ret","get_simple_param_location","get_used_gprs","get_used_simd","get_vmctx_reg","has_neon","i32_atomic_add","i32_atomic_add_16u","i32_atomic_add_8u","i32_atomic_and","i32_atomic_and_16u","i32_atomic_and_8u","i32_atomic_cmpxchg","i32_atomic_cmpxchg_16u","i32_atomic_cmpxchg_8u","i32_atomic_load","i32_atomic_load_16u","i32_atomic_load_8u","i32_atomic_or","i32_atomic_or_16u","i32_atomic_or_8u","i32_atomic_save","i32_atomic_save_16","i32_atomic_save_8","i32_atomic_sub","i32_atomic_sub_16u","i32_atomic_sub_8u","i32_atomic_xchg","i32_atomic_xchg_16u","i32_atomic_xchg_8u","i32_atomic_xor","i32_atomic_xor_16u","i32_atomic_xor_8u","i32_clz","i32_cmp_eq","i32_cmp_ge_s","i32_cmp_ge_u","i32_cmp_gt_s","i32_cmp_gt_u","i32_cmp_le_s","i32_cmp_le_u","i32_cmp_lt_s","i32_cmp_lt_u","i32_cmp_ne","i32_ctz","i32_load","i32_load_16s","i32_load_16u","i32_load_8s","i32_load_8u","i32_popcnt","i32_rol","i32_ror","i32_sar","i32_save","i32_save_16","i32_save_8","i32_shl","i32_shr","i64_atomic_add","i64_atomic_add_16u","i64_atomic_add_32u","i64_atomic_add_8u","i64_atomic_and","i64_atomic_and_16u","i64_atomic_and_32u","i64_atomic_and_8u","i64_atomic_cmpxchg","i64_atomic_cmpxchg_16u","i64_atomic_cmpxchg_32u","i64_atomic_cmpxchg_8u","i64_atomic_load","i64_atomic_load_16u","i64_atomic_load_32u","i64_atomic_load_8u","i64_atomic_or","i64_atomic_or_16u","i64_atomic_or_32u","i64_atomic_or_8u","i64_atomic_save","i64_atomic_save_16","i64_atomic_save_32","i64_atomic_save_8","i64_atomic_sub","i64_atomic_sub_16u","i64_atomic_sub_32u","i64_atomic_sub_8u","i64_atomic_xchg","i64_atomic_xchg_16u","i64_atomic_xchg_32u","i64_atomic_xchg_8u","i64_atomic_xor","i64_atomic_xor_16u","i64_atomic_xor_32u","i64_atomic_xor_8u","i64_clz","i64_cmp_eq","i64_cmp_ge_s","i64_cmp_ge_u","i64_cmp_gt_s","i64_cmp_gt_u","i64_cmp_le_s","i64_cmp_le_u","i64_cmp_lt_s","i64_cmp_lt_u","i64_cmp_ne","i64_ctz","i64_load","i64_load_16s","i64_load_16u","i64_load_32s","i64_load_32u","i64_load_8s","i64_load_8u","i64_popcnt","i64_rol","i64_ror","i64_sar","i64_save","i64_save_16","i64_save_32","i64_save_8","i64_shl","i64_shr","index_from_gpr","index_from_simd","init","init","init_stack_loc","insert_stackoverflow","instructions_address_map","instructions_address_map","into","into","is_local_on_stack","jmp_on_above","jmp_on_aboveequal","jmp_on_belowequal","jmp_on_different","jmp_on_equal","jmp_on_overflow","jmp_unconditionnal","labels","layout_raw","layout_raw","list_to_save","load_address","local_on_stack","local_pointer","location_add","location_address","location_and","location_cmp","location_neg","location_or","location_sub","location_test","location_to_neon","location_to_reg","location_xor","mark_address_range_with_trap_code","mark_address_with_trap_code","mark_instruction_address_end","mark_instruction_with_trap_code","memory_op","move_local","move_location","move_location_extend","move_location_for_native","new","new_machine_state","offset_is_ok","ops","pick_gpr","pick_simd","pick_temp_gpr","pick_temp_simd","pointer_metadata","pointer_metadata","pop_location","pop_stack_locals","pop_used_gpr","pop_used_simd","push_used_gpr","push_used_simd","pushed","read_fpsr","release_gpr","release_simd","relocs","reserve_gpr","reserve_simd","reserve_unused_temp_gpr","reset_exception_fpsr","restore_fpcr","restore_saved_area","restore_stack","round_stack_adjust","set_default_nan","set_srcloc","set_trap_enabled","src_loc","trap_float_convertion_errors","trap_table","try_from","try_from","try_into","try_into","type_id","type_id","unwind_ops","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","used_gprs","used_gprs_contains","used_gprs_insert","used_gprs_remove","used_simd","used_simd_contains","used_simd_insert","used_simd_remove","zero_location","Assembler","AssemblerX64","GPR","Imm32","Imm64","Imm8","Location","MachineX86_64","Memory","Memory2","None","SIMD","acquire_temp_gpr","acquire_temp_simd","adjust_stack","align_for_loop","arch_emit_indirect_call_with_trampoline","arch_emit_lzcnt","arch_emit_tzcnt","arch_has_xzcnt","arch_mov64_imm_offset","arch_requires_indirect_call_trampoline","arch_supports_canonicalize_nan","assembler","assembler_finalize","assembler_get_offset","baseaddr","borrow","borrow","borrow_mut","borrow_mut","canonicalize_nan","collect_trap_information","convert_f32_f64","convert_f32_i32","convert_f32_i64","convert_f64_f32","convert_f64_i32","convert_f64_i64","convert_i32_f32","convert_i32_f32_s_s","convert_i32_f32_s_u","convert_i32_f32_u_s","convert_i32_f32_u_u","convert_i32_f64","convert_i32_f64_s_s","convert_i32_f64_s_u","convert_i32_f64_u_s","convert_i32_f64_u_u","convert_i64_f32","convert_i64_f32_s_s","convert_i64_f32_s_u","convert_i64_f32_u_s","convert_i64_f32_u_u","convert_i64_f64","convert_i64_f64_s_s","convert_i64_f64_s_u","convert_i64_f64_u_s","convert_i64_f64_u_u","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","drop","drop","dwarf_index","emit_add","emit_and","emit_binop_add32","emit_binop_add64","emit_binop_and32","emit_binop_and64","emit_binop_i32","emit_binop_i64","emit_binop_mul32","emit_binop_mul64","emit_binop_or32","emit_binop_or64","emit_binop_sdiv32","emit_binop_sdiv64","emit_binop_srem32","emit_binop_srem64","emit_binop_sub32","emit_binop_sub64","emit_binop_udiv32","emit_binop_udiv64","emit_binop_urem32","emit_binop_urem64","emit_binop_xor32","emit_binop_xor64","emit_bkpt","emit_bsf","emit_bsr","emit_btc_gpr_imm8_32","emit_btc_gpr_imm8_64","emit_bytes","emit_call_label","emit_call_label","emit_call_location","emit_call_location","emit_call_register","emit_call_register","emit_call_with_reloc","emit_cdq","emit_cmovae_gpr_32","emit_cmovae_gpr_64","emit_cmp","emit_cmpop_i32_dynamic_b","emit_cmpop_i64_dynamic_b","emit_compare_and_swap","emit_cqo","emit_cvttsd2si_32","emit_cvttsd2si_64","emit_cvttss2si_32","emit_cvttss2si_64","emit_debug_breakpoint","emit_div","emit_f32_int_conv_check","emit_f32_int_conv_check_sat","emit_f32_int_conv_check_trap","emit_f64_int_conv_check","emit_f64_int_conv_check_sat","emit_f64_int_conv_check_trap","emit_function_epilog","emit_function_prolog","emit_function_return_float","emit_function_return_value","emit_host_redirection","emit_i32_copysign","emit_i64_copysign","emit_idiv","emit_illegal_op","emit_illegal_op_internal","emit_imul","emit_imul_imm32","emit_imul_imm32_gpr64","emit_jmp","emit_jmp_location","emit_jmp_to_jumptable","emit_label","emit_label","emit_lea","emit_lea_label","emit_lock_cmpxchg","emit_lock_xadd","emit_memory_fence","emit_mov","emit_movsx","emit_movzx","emit_neg","emit_nop","emit_nop_n","emit_or","emit_pop","emit_pop","emit_popcnt","emit_push","emit_push","emit_relaxed_atomic_xchg","emit_relaxed_avx","emit_relaxed_avx_base","emit_relaxed_binop","emit_relaxed_cmp","emit_relaxed_mov","emit_relaxed_sign_extension","emit_relaxed_xdiv","emit_relaxed_zero_extension","emit_relaxed_zx_sx","emit_rep_stosq","emit_ret","emit_ret","emit_rol","emit_ror","emit_sar","emit_set","emit_shift_i32","emit_shift_i64","emit_shl","emit_shr","emit_sub","emit_test","emit_test_gpr_64","emit_u64","emit_ucomisd","emit_ucomiss","emit_ud1_payload","emit_ud2","emit_unwind_op","emit_vaddsd","emit_vaddss","emit_vblendvpd","emit_vblendvps","emit_vcmpeqsd","emit_vcmpeqss","emit_vcmpgesd","emit_vcmpgess","emit_vcmpgtsd","emit_vcmpgtss","emit_vcmplesd","emit_vcmpless","emit_vcmpltsd","emit_vcmpltss","emit_vcmpneqsd","emit_vcmpneqss","emit_vcmpordsd","emit_vcmpordss","emit_vcmpunordsd","emit_vcmpunordss","emit_vcvtsd2ss","emit_vcvtsi2sd_32","emit_vcvtsi2sd_64","emit_vcvtsi2ss_32","emit_vcvtsi2ss_64","emit_vcvtss2sd","emit_vdivsd","emit_vdivss","emit_vmaxsd","emit_vmaxss","emit_vminsd","emit_vminss","emit_vmovapd","emit_vmovaps","emit_vmulsd","emit_vmulss","emit_vroundsd_ceil","emit_vroundsd_floor","emit_vroundsd_nearest","emit_vroundsd_trunc","emit_vroundss_ceil","emit_vroundss_floor","emit_vroundss_nearest","emit_vroundss_trunc","emit_vsqrtsd","emit_vsqrtss","emit_vsubsd","emit_vsubss","emit_vxorpd","emit_vxorps","emit_xchg","emit_xor","error","f32_abs","f32_add","f32_ceil","f32_cmp_eq","f32_cmp_ge","f32_cmp_gt","f32_cmp_le","f32_cmp_lt","f32_cmp_ne","f32_div","f32_floor","f32_load","f32_max","f32_min","f32_mul","f32_nearest","f32_neg","f32_save","f32_sqrt","f32_sub","f32_trunc","f64_abs","f64_add","f64_ceil","f64_cmp_eq","f64_cmp_ge","f64_cmp_gt","f64_cmp_le","f64_cmp_lt","f64_cmp_ne","f64_div","f64_floor","f64_load","f64_max","f64_min","f64_mul","f64_nearest","f64_neg","f64_save","f64_sqrt","f64_sub","f64_trunc","finalize","finalize_function","finalize_function","from","from","gen_dwarf_unwind_info","gen_import_call_trampoline","gen_std_dynamic_import_trampoline","gen_std_trampoline","gen_windows_unwind_info","get_call_param_location","get_gpr_for_ret","get_grp_for_call","get_jmp_instr_size","get_label","get_label","get_local_location","get_offset","get_offset","get_param_location","get_simd_arch","get_simd_for_ret","get_simple_param_location","get_used_gprs","get_used_simd","get_vmctx_reg","i32_atomic_add","i32_atomic_add_16u","i32_atomic_add_8u","i32_atomic_and","i32_atomic_and_16u","i32_atomic_and_8u","i32_atomic_cmpxchg","i32_atomic_cmpxchg_16u","i32_atomic_cmpxchg_8u","i32_atomic_load","i32_atomic_load_16u","i32_atomic_load_8u","i32_atomic_or","i32_atomic_or_16u","i32_atomic_or_8u","i32_atomic_save","i32_atomic_save_16","i32_atomic_save_8","i32_atomic_sub","i32_atomic_sub_16u","i32_atomic_sub_8u","i32_atomic_xchg","i32_atomic_xchg_16u","i32_atomic_xchg_8u","i32_atomic_xor","i32_atomic_xor_16u","i32_atomic_xor_8u","i32_clz","i32_cmp_eq","i32_cmp_ge_s","i32_cmp_ge_u","i32_cmp_gt_s","i32_cmp_gt_u","i32_cmp_le_s","i32_cmp_le_u","i32_cmp_lt_s","i32_cmp_lt_u","i32_cmp_ne","i32_ctz","i32_load","i32_load_16s","i32_load_16u","i32_load_8s","i32_load_8u","i32_popcnt","i32_rol","i32_ror","i32_sar","i32_save","i32_save_16","i32_save_8","i32_shl","i32_shr","i64_atomic_add","i64_atomic_add_16u","i64_atomic_add_32u","i64_atomic_add_8u","i64_atomic_and","i64_atomic_and_16u","i64_atomic_and_32u","i64_atomic_and_8u","i64_atomic_cmpxchg","i64_atomic_cmpxchg_16u","i64_atomic_cmpxchg_32u","i64_atomic_cmpxchg_8u","i64_atomic_load","i64_atomic_load_16u","i64_atomic_load_32u","i64_atomic_load_8u","i64_atomic_or","i64_atomic_or_16u","i64_atomic_or_32u","i64_atomic_or_8u","i64_atomic_save","i64_atomic_save_16","i64_atomic_save_32","i64_atomic_save_8","i64_atomic_sub","i64_atomic_sub_16u","i64_atomic_sub_32u","i64_atomic_sub_8u","i64_atomic_xchg","i64_atomic_xchg_16u","i64_atomic_xchg_32u","i64_atomic_xchg_8u","i64_atomic_xor","i64_atomic_xor_16u","i64_atomic_xor_32u","i64_atomic_xor_8u","i64_clz","i64_cmp_eq","i64_cmp_ge_s","i64_cmp_ge_u","i64_cmp_gt_s","i64_cmp_gt_u","i64_cmp_le_s","i64_cmp_le_u","i64_cmp_lt_s","i64_cmp_lt_u","i64_cmp_ne","i64_ctz","i64_load","i64_load_16s","i64_load_16u","i64_load_32s","i64_load_32u","i64_load_8s","i64_load_8u","i64_popcnt","i64_rol","i64_ror","i64_sar","i64_save","i64_save_16","i64_save_32","i64_save_8","i64_shl","i64_shr","index_from_gpr","index_from_simd","init","init","init_stack_loc","inner","insert_stackoverflow","instructions_address_map","instructions_address_map","into","into","is_local_on_stack","jmp_on_above","jmp_on_aboveequal","jmp_on_belowequal","jmp_on_different","jmp_on_equal","jmp_on_overflow","jmp_unconditionnal","labels","layout_raw","layout_raw","list_to_save","load_address","local_on_stack","local_pointer","location_add","location_address","location_and","location_cmp","location_neg","location_or","location_sub","location_test","location_xor","mark_address_range_with_trap_code","mark_address_with_trap_code","mark_instruction_address_end","mark_instruction_with_trap_code","memory_op","move_local","move_location","move_location_extend","move_location_for_native","new","new","new_machine_state","ops","pick_gpr","pick_simd","pick_temp_gpr","pick_temp_simd","pointer_metadata","pointer_metadata","pop_location","pop_stack_locals","pop_used_gpr","pop_used_simd","push_used_gpr","push_used_simd","release_gpr","release_simd","relocs","reserve_gpr","reserve_simd","reserve_unused_temp_gpr","restore_saved_area","restore_stack","round_stack_adjust","set_srcloc","simd_arch","src_loc","target","trap_table","try_from","try_from","try_into","try_into","type_id","type_id","unwind_ops","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","used_gprs","used_gprs_contains","used_gprs_insert","used_gprs_remove","used_simd","used_simd_contains","used_simd_insert","used_simd_remove","zero_location","DefineNewFrame","Push2Regs","PushFP","SaveRegister","SystemV","UnwindFrame","UnwindInstructions","UnwindOps","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","create_systemv_cie","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","init","init","init","instructions","into","into","into","layout_raw","layout_raw","layout_raw","len","pointer_metadata","pointer_metadata","pointer_metadata","to_fde","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","bp_neg_offset","reg","reg1","reg2","up_to_sp","up_to_sp","LARGE_ALLOC_16BIT_MAX_SIZE","PushRegister","SMALL_ALLOC_MAX_SIZE","SaveReg","SaveXmm","SetFPReg","StackAlloc","UNWIND_RBP_REG","UnwindCode","UnwindInfo","Writer","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","buf","clone","clone","clone_into","clone_into","create_unwind_info_from_insts","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","emit","emit","emit_size","ensure_unwind_offset","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","flags","fmt","fmt","frame_register","frame_register_offset","from","from","from","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","new","node_count","node_count","offset","pointer_metadata","pointer_metadata","pointer_metadata","prologue_size","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unwind_codes","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","write_u16_le","write_u32_le","write_u8","instruction_offset","instruction_offset","instruction_offset","instruction_offset","instruction_offset","reg","reg","reg","size","stack_offset","stack_offset","ArgumentRegisterAllocator","GPR","GPR","R10","R11","R12","R13","R14","R15","R8","R9","RAX","RBP","RBX","RCX","RDI","RDX","RSI","RSP","X64Register","XMM","XMM","XMM0","XMM1","XMM10","XMM11","XMM12","XMM13","XMM14","XMM15","XMM2","XMM3","XMM4","XMM5","XMM6","XMM7","XMM8","XMM9","__clone_box","__clone_box","__clone_box","_from_dwarf_regnum","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from_gpr","from_index","from_index","from_simd","get_hash","get_hash","hash","hash","init","init","init","init","into","into","into","into","into_index","into_index","is_callee_save","is_callee_save","is_reserved","is_reserved","iterator","iterator","layout_raw","layout_raw","layout_raw","layout_raw","n_gprs","n_xmms","new_machine_state","next","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","to_dwarf","to_dwarf","to_index","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref"],"q":[[0,"wasmer_compiler_singlepass"],[22,"wasmer_compiler_singlepass::address_map"],[23,"wasmer_compiler_singlepass::arm64_decl"],[222,"wasmer_compiler_singlepass::codegen"],[452,"wasmer_compiler_singlepass::common_decl"],[736,"wasmer_compiler_singlepass::compiler"],[764,"wasmer_compiler_singlepass::config"],[796,"wasmer_compiler_singlepass::dwarf"],[831,"wasmer_compiler_singlepass::emitter_arm64"],[1065,"wasmer_compiler_singlepass::emitter_x64"],[1362,"wasmer_compiler_singlepass::location"],[1470,"wasmer_compiler_singlepass::machine"],[1893,"wasmer_compiler_singlepass::machine_arm64"],[2308,"wasmer_compiler_singlepass::machine_x64"],[2835,"wasmer_compiler_singlepass::unwind"],[2913,"wasmer_compiler_singlepass::unwind::UnwindOps"],[2919,"wasmer_compiler_singlepass::unwind_winx64"],[3019,"wasmer_compiler_singlepass::unwind_winx64::UnwindCode"],[3030,"wasmer_compiler_singlepass::x64_decl"],[3197,"wasmer_types::compilation::address_map"],[3198,"alloc::vec"],[3199,"wasmer_compiler::translator::environ"],[3200,"wasmer_types::compilation::address_map"],[3201,"core::option"],[3202,"core::cmp"],[3203,"rkyv::with"],[3204,"core::result"],[3205,"core::fmt"],[3206,"core::fmt"],[3207,"core::marker"],[3208,"core::hash"],[3209,"core::alloc::layout"],[3210,"core::alloc::layout"],[3211,"target_lexicon::triple"],[3212,"core::any"],[3213,"alloc::alloc"],[3214,"alloc::boxed"],[3215,"core::any"],[3216,"wasmer_types::error"],[3217,"core::iter::traits::iterator"],[3218,"wasmparser::readers::core::types"],[3219,"smallvec"],[3220,"core::ops::function"],[3221,"wasmparser::readers::core::operators"],[3222,"wasmer_types::compilation::function"],[3223,"wasmer_types::types"],[3224,"wasmer_types::vmoffsets"],[3225,"wasmer_types::indexes"],[3226,"wasmer_types::memory"],[3227,"wasmer_types::entity::primary_map"],[3228,"wasmer_types::indexes"],[3229,"wasmer_types::indexes"],[3230,"wasmer_types::compilation::module"],[3231,"wasmer_compiler::translator::state"],[3232,"wasmer_types::compilation::function"],[3233,"wasmer_compiler::translator::middleware"],[3234,"alloc::sync"],[3235,"wasmer_compiler::compiler"],[3236,"wasmer_types::features"],[3237,"wasmer_types::compilation::section"],[3238,"target_lexicon::triple"],[3239,"gimli::write"],[3240,"wasmer_types::indexes"],[3241,"core::cmp"],[3242,"wasmer_types::compilation::relocation"],[3243,"wasmer_types::compilation::relocation"],[3244,"core::fmt"],[3245,"gimli::write::cfi"]],"d":["","A compiler that compiles a WebAssembly module with …","","ARM64 structures.","","","","Support for compiling with Singlepass.","","","","","","","","","","","The middleware chain.","","Windows x64 ABI unwind information.","X64 structures.","","A machine register under the x86-64 architecture.","An allocator that allocates registers for function …","General-purpose registers.","General-purpose registers.","NEON registers.","NEON (floating point/SIMD) registers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts a DWARF regnum to ARM64Register.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a GPR register","","","Convert from an SIMD register","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Create a new MachineState with default values.","Allocates a register for argument type ty. Returns None if …","","","","","","","","","Returns the index of the register.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type of a pending canonicalization floating point value. …","","","","","Metadata about a floating-point value.","The singlepass per-function code generator.","Abstraction for a 2-input, 1-output operator. Can be an …","","","","","","","","","","","Emits a Native ABI call sequence, specialized for labels …","Acquires locations from the machine state.","","","","","","","","","","","","","","","","Calling convention to use.","Do we need to canonicalize the value before its bit …","","","","","","","","","","","ModuleInfo compilation config.","A list of frames describing the current control stack.","","Corresponding depth in the main value stack.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Emits a Native ABI call sequence.","","","","","","","","","Metadata about floating point values on the stack.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Function state map. Not yet used in the reborn version but …","","","","","","Prepare data for binary operator with 2 inputs and 1 …","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Types of local variables, including arguments.","Memory locations of local variables.","","Low-level machine state.","","","","Static module information.","","","Emits a memory operation.","","","","","","","","","","","","","Releases locations used for stack value.","","","","","Releases locations used for stack value.","Relocation information.","","","","Set the source location of the Wasm to the given offset.","Function signature.","","A set of special labels for trapping.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nesting level of unreachable code.","","","","","","","","","","","","","","","","","","","","","","Value stack.","","Offsets of vmctx fields.","A call.","A constant value.","Copy Stack BP Relative.","Explicit Shadow.","A map of function states.","A container for the state of a running wasm instance.","A diff of two MachineStates.","A kind of machine value.","Description of a machine code range following an offset.","Preserve Register.","","This value is only known at runtime.","","","","","","A kind of suspend offset.","A trappable.","Undefined.","Vmctx.","Whether a value is determined at compile-time or run-time.","Wasm Local.","Wasm Stack.","A loop.","Two Halves.","Vmctx Deref.","","","","","","","","","","Creates a MachineState from the given &FunctionStateMap.","Offset at which execution can be continued.","","","","","","","","","","","","","","","","","","","Call offsets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a MachineStateDiff from self and the given …","Index pointing to the MachineStateDiff entry.","Diffs.","","","","","","","","","","Exclusive range-end offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Initial.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Link to the previous diff this diff is based on, or None …","","","","","","","","","","Local Function Id.","Locals.","Loop offsets.","Creates a new FunctionStateMap with the given parameters.","","","","","","","","","","","Previous frame.","Changes in the previous frame’s data.","Register diff.","Register values.","Shadow size.","How many values are popped from the stack?","What values are pushed onto the stack?","Stack values.","","","","","","","","","","Trappable offsets.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wasm Function Header target offset.","Wasm instruction offset.","Wasm instruction offset.","Wasm offset to target offset","Wasm stack.","of values popped from the Wasm stack.","Values pushed to the Wasm stack.","","","A compiler that compiles a WebAssembly module with …","","","Compile the module using Singlepass, producing a …","Gets the config for this Compiler","","","","","","Returns the argument unchanged.","","Get the middlewares for this compiler","","Calls U::from(self).","","","","Creates a new Singlepass compiler","","","","","","","","","","","","","","","Transform it into the compiler","","Gets the default features for this compiler in the given …","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","The middleware chain.","Creates a new configuration object with the default …","","Pushes a middleware onto the back of the middleware chain.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Always executed","","","Unsigned lower (or carry clear)","","Unsigned higher or same (or carry set)","","Equal","","","","","Signed greater than or equal","Signed greater than","Unsigned higher","","","","","Signed less than or equal","","Unsigned lower or same","Signed less than","","","","","Negative. The mnemonic stands for “minus”","","","","Not equal","","","","Positive or zero. The mnemonic stands for “plus”","","","No signed overflow. The mnemonic stands for “V clear”","Signed overflow. The mnemonic stands for “V set”","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Force dynasm! to use the correct arch (aarch64) when …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","msub : c - a*b -> dst","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Helper function for validating that a given value can be …","Helper function for validating that a given value can be …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Force dynasm! to use the correct arch (x64) when …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A high-level assembler method. Emits an instruction …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","Move a single or double precision XMM value to another if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts a DWARF regnum to CombinedRegister.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a GPR register","","Convert from an SIMD register","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Returns the index of the register.","","","","","","","","","","","","","","","","","Greatest Exact Float (32 bits) less-than i32::MIN when …","Greatest Exact Float (32 bits) less-than i64::MIN when …","Greatest Exact Float (32 bits) less-than u32::MIN when …","Greatest Exact Float (32 bits) less-than u64::MIN when …","Greatest Exact Float (64 bits) less-than i32::MIN when …","Greatest Exact Float (64 bits) less-than i64::MIN when …","Greatest Exact Float (64 bits) less-than u32::MIN when …","Greatest Exact Float (64 bits) less-than u64::MIN when …","","","","","Least Exact Float (32 bits) greater-than i32::MAX when …","Least Exact Float (32 bits) greater-than i64::MAX when …","Least Exact Float (32 bits) greater-than u32::MAX when …","Least Exact Float (32 bits) greater-than u64::MAX when …","Least Exact Float (64 bits) greater-than i32::MAX when …","Least Exact Float (64 bits) greater-than i64::MAX when …","Least Exact Float (64 bits) greater-than u32::MAX when …","Least Exact Float (64 bits) greater-than u64::MAX when …","","","","","Represents a memory immediate in a WebAssembly memory …","","","","A trap table for a RunnableModuleInfo.","","","","","Picks an unused general pupose register and mark it as used","Acquires a temporary XMM register.","Adjust stack for locals Like assembler.emit_sub(Size::S64, …","Alignment, stored as n where the actual alignment is 2^n","Align for Loop (may do nothing, depending on the arch)","indirect call with trampoline","Does an trampoline is neededfor indirect call","Is NaN canonicalization supported","Finalize the assembler","Get current assembler offset","","","","","","","","","Cannonicalize a NaN (or panic if not supported)","","","","","","","Get all current TrapInformation","Convert a F64 to F32","Convert a F32 from I32, signed or unsigned","Convert a F32 from I64, signed or unsigned","Convert a F32 to F64","Convert a F64 from I32, signed or unsigned","Convert a F64 from I64, signed or unsigned","Convert a F32 to I32, signed or unsigned, without or …","Convert a F64 to I32, signed or unsigned, without or …","Convert a F32 to I64, signed or unsigned, without or …","Convert a F64 to I64, signed or unsigned, without or …","","","","","","","","","","","","","","","","","","Add with location directly from the stack","Add with location directly from the stack","And with location directly from the stack","And with location directly from the stack","Multiply with location directly from the stack","Multiply with location directly from the stack","Or with location directly from the stack","Or with location directly from the stack","Signed Division with location directly from the stack. …","Signed Division with location directly from the stack. …","Signed Reminder (of a Division) with location directly …","Signed Reminder (of a Division) with location directly …","Sub with location directly from the stack","Sub with location directly from the stack","Unsigned Division with location directly from the stack. …","Unsigned Division with location directly from the stack. …","Unsigned Reminder (of a division) with location directly …","Unsigned Reminder (of a division) with location directly …","Xor with location directly from the stack","Xor with location directly from the stack","Emit a call to a label","emit a call to a location","Emit a call using the value in register","emit a move function address to GPR ready for call, using …","Emit a debug breakpoint","emit native function epilog (depending on the calling …","emit native function prolog (depending on the calling …","Handle copy to SIMD register from ret value (if needed by …","handle return value, with optionnal cannonicalization if …","Copy sign from tmp1 Self::GPR to tmp2 Self::GPR","Copy sign from tmp1 Self::GPR to tmp2 Self::GPR","emit an Illegal Opcode, associated with a trapcode","Multiply location with immediate","jmp using a jump table at lable with cond as the indice","emit a label","Emit a memory fence. Can be nothing for x86_64 or a DMB on …","Stack pop of a location","Stack push of a location","relaxed cmp: compare from anywhere and anywhere","relaxed mov: move from anywhere to anywhere","relaxed move with sign extension","relaxed move with zero extension","ret (from a Call)","","Get the Absolute Value of an F32","Add 2 F32 values","Ceil of an F32","Equal Compare 2 F32, result in a GPR","Greater of Equal Compare 2 F32, result in a GPR","Greater Than Compare 2 F32, result in a GPR","Less of Equal Compare 2 F32, result in a GPR","Less Than Compare 2 F32, result in a GPR","Not Equal Compare 2 F32, result in a GPR","Divide 2 F32 values","Floor of an F32","load an F32","get Max for 2 F32 values","get Min for 2 F32 values","Multiply 2 F32 values","Round at nearest int of an F32","Negate an F32","f32 save","Get the Square Root of an F32","Sub 2 F32 values","Trunc of an F32","Get the Absolute Value of an F64","Add 2 F64 values","Ceil of an F64","Equal Compare 2 F64, result in a GPR","Greater of Equal Compare 2 F64, result in a GPR","Greater Than Compare 2 F64, result in a GPR","Less of Equal Compare 2 F64, result in a GPR","Less Than Compare 2 F64, result in a GPR","Not Equal Compare 2 F64, result in a GPR","Divide 2 F64 values","Floor of an F64","load an F64","get Max for 2 F64 values","get Min for 2 F64 values","Multiply 2 F64 values","Round at nearest int of an F64","Negate an F64","f64 save","Get the Square Root of an F64","Sub 2 F64 values","Trunc of an F64","finalize a function","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","generate eh_frame instruction (or None if not possible / …","Singlepass calls import functions through a trampoline.","Singlepass calls import functions through a trampoline.","Generates dynamic import function call trampoline for a …","Generates dynamic import function call trampoline for a …","Standard entry trampoline generation","Standard function Trampoline generation","generate Windows unwind instructions (or None if not …","Get call param location (from a call, using FP for stack …","get the gpr for the return of generic values","get the gpr use for call. like RAX on x86_64","create a new label","Determine a local’s location.","get_offset of Assembler","Get param location (to build a call, using SP for stack …","get the simd for the return of float/double values","Get simple param location","Get all used GPR","Get all used SIMD regs","Get the GPR that hold vmctx","i32 atomic Add with i32","i32 atomic Add with unsigned 16bits","i32 atomic Add with unsigned 8bits","i32 atomic And with i32","i32 atomic And with unsigned 16bits","i32 atomic And with unsigned 8bits","i32 atomic Compare and Exchange with i32","i32 atomic Compare and Exchange with u16","i32 atomic Compare and Exchange with u8","i32 atomic load","i32 atomic load of an unsigned 16bits","i32 atomic load of an unsigned 8bits","i32 atomic Or with i32","i32 atomic Or with unsigned 16bits","i32 atomic Or with unsigned 8bits","i32 atomic save","i32 atomic save of a the lower 16bits","i32 atomic save of a the lower 8bits","i32 atomic Sub with i32","i32 atomic Sub with unsigned 16bits","i32 atomic Sub with unsigned 8bits","i32 atomic Exchange with i32","i32 atomic Exchange with u16","i32 atomic Exchange with u8","i32 atomic Xor with i32","i32 atomic Xor with unsigned 16bits","i32 atomic Xor with unsigned 8bits","Count Leading 0 bit of an i32","Equal Compare 2 i32, result in a GPR","Signed Greater of Equal Compare 2 i32, result in a GPR","Unsigned Greater of Equal Compare 2 i32, result in a GPR","Signed Greater Than Compare 2 i32, result in a GPR","Unsigned Greater Than Compare 2 i32, result in a GPR","Signed Less of Equal Compare 2 i32, result in a GPR","Unsigned Less of Equal Compare 2 i32, result in a GPR","Signed Less Than Compare 2 i32, result in a GPR","Unsigned Less Than Compare 2 i32, result in a GPR","Not Equal Compare 2 i32, result in a GPR","Count Trailling 0 bit of an i32","i32 load","i32 load of an signed 16bits","i32 load of an unsigned 16bits","i32 load of an signed 8bits","i32 load of an unsigned 8bits","Count the number of 1 bit of an i32","i32 Roll Left","i32 Roll Right","i32 Arithmetic Shift Right","i32 save","i32 save of the lower 16bits","i32 save of the lower 8bits","i32 Logical Shift Left","i32 Logical Shift Right","i64 atomic Add with i64","i64 atomic Add with unsigned 16bits","i64 atomic Add with unsigned 32bits","i64 atomic Add with unsigned 8bits","i64 atomic And with i64","i64 atomic And with unsigned 16bits","i64 atomic And with unsigned 32bits","i64 atomic And with unsigned 8bits","i64 atomic Compare and Exchange with i32","i64 atomic Compare and Exchange with u16","i64 atomic Compare and Exchange with u32","i64 atomic Compare and Exchange with u8","i64 atomic load","i64 atomic load from unsigned 16bits","i64 atomic load from unsigned 32bits","i64 atomic load from unsigned 8bits","i64 atomic Or with i64","i64 atomic Or with unsigned 16bits","i64 atomic Or with unsigned 32bits","i64 atomic Or with unsigned 8bits","i64 atomic save","i64 atomic save of a the lower 16bits","i64 atomic save of a the lower 32bits","i64 atomic save of a the lower 8bits","i64 atomic Sub with i64","i64 atomic Sub with unsigned 16bits","i64 atomic Sub with unsigned 32bits","i64 atomic Sub with unsigned 8bits","i64 atomic Exchange with i64","i64 atomic Exchange with u16","i64 atomic Exchange with u32","i64 atomic Exchange with u8","i64 atomic Xor with i64","i64 atomic Xor with unsigned 16bits","i64 atomic Xor with unsigned 32bits","i64 atomic Xor with unsigned 8bits","Count Leading 0 bit of an i64","Equal Compare 2 i64, result in a GPR","Signed Greater of Equal Compare 2 i64, result in a GPR","Unsigned Greater of Equal Compare 2 i64, result in a GPR","Signed Greater Than Compare 2 i64, result in a GPR","Unsigned Greater Than Compare 2 i64, result in a GPR","Signed Less of Equal Compare 2 i64, result in a GPR","Unsigned Less of Equal Compare 2 i64, result in a GPR","Signed Less Than Compare 2 i64, result in a GPR","Unsigned Less Than Compare 2 i64, result in a GPR","Not Equal Compare 2 i64, result in a GPR","Count Trailling 0 bit of an i64","i64 load","i64 load of an signed 16bits","i64 load of an signed 16bits","i64 load of an signed 32bits","i64 load of an unsigned 32bits","i64 load of an signed 8bits","i64 load of an unsigned 8bits","Count the number of 1 bit of an i64","i64 Roll Left","i64 Roll Right","i64 Arithmetic Shift Right","i64 save","i64 save of the lower 16bits","i64 save of the lower 32bits","i64 save of the lower 8bits","i64 Logical Shift Left","i64 Logical Shift Right","","Convert from a GPR register to index register","Convert from an SIMD register","","","","","Init the stack loc counter","Insert a StackOverflow (at offset 0)","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Determine whether a local should be allocated on the stack.","jmp on above (src>dst) like Above set on x86_64","jmp on above (src>=dst) like Above or Equal set on x86_64","jmp on above (src<=dst) like Below or Equal set on x86_64","jmp on different (src!=dst) like NotEqual set on x86_64","jmp on equal (src==dst) like Equal set on x86_64","jmp on overflow like Carry set on x86_64","jmp without condidtion","","","","","List of register to save, depending on the …","Load a memory value to a register, zero extending to …","Memory location for a local on the stack Like …","GPR Reg used for local pointer on the stack","Add src+dst -> dst (with or without flags)","load the address of a memory location (will panic if src …","And src & dst -> dst (with or without flags)","Cmp src - dst and set flags","-src -> dst","Or src & dst -> dst (with or without flags)","Sub dst-src -> dst (with or without flags)","Test src & dst and set flags","Xor src & dst -> dst (with or without flags)","Marks each address in the code range emitted by f with the …","Marks one address as trappable with trap code code.","Pushes the instruction to the address map, calculating the …","Marks the instruction as trappable with trap code code. …","Maximum alignment, stored as n where the actual alignment …","The index of the memory this immediate points to.","Move a local to the stack Like emit_mov(Size::S64, …","move a location to another","move a location to another, with zero or sign extension","push a value on the stack for a native call","Create a new MachineState with default values.","A fixed byte-offset that this memory immediate specifies.","Mappings from offsets in generated machine code to the …","Picks an unused general purpose register for …","Picks an unused SIMD register.","Picks an unused general purpose register for internal …","Picks an unused SIMD register for internal temporary use.","","","","","Pop a location","Pop stack of locals Like assembler.emit_add(Size::S64, …","Pop used gpr to the stack","Pop used simd regs to the stack","Push used gpr to the stack. Return the bytes taken on the …","Push used simd regs to the stack. Return bytes taken on …","Releases a temporary GPR.","Releases a temporary XMM register.","reserve a GPR","reserve a SIMD register","Specify that a given register is in use.","Restore save_area","restore stack Like assembler.emit_add(Size::S64, …","Return a rounded stack adjustement value (must be multiple …","Set the source location of the Wasm to the given offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Zero a location taht is 32bits","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get all current TrapInformation","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","I32 comparison with.","I64 comparison with.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","A boolean flag signaling if this machine supports NEON.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Insert a StackOverflow (at offset 0)","","Map from byte offset into wasm function to range of native …","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","Marks each address in the code range emitted by f with the …","Marks one address as trappable with trap code code.","Pushes the instruction to the address map, calculating the …","Marks the instruction as trappable with trap code code. …","","","","","","","","","","","","","","","","","","","","","","is last push on a 8byte multiple or 16bytes?","","","","","","","","","","","","","","Set the source location of the Wasm to the given offset.","","The source location for the current operator.","","","","","","","","","Vector of unwind operations with offset","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get all current TrapInformation","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","I32 binary operation with both operands popped from the …","I64 binary operation with both operands popped from the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","I32 comparison with.","I64 comparison with.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Moves src1 and src2 to valid locations and possibly adds a …","Moves src1 and src2 to valid locations and possibly adds a …","","","","","Moves loc to a valid location for div/idiv.","","","","","","","","","","I32 shift with both operands popped from the virtual stack.","I64 shift with both operands popped from the virtual stack.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","the actual inner","Insert a StackOverflow (at offset 0)","","Map from byte offset into wasm function to range of native …","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","Marks each address in the code range emitted by f with the …","Marks one address as trappable with trap code code.","Pushes the instruction to the address map, calculating the …","Marks the instruction as trappable with trap code code. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set the source location of the Wasm to the given offset.","the simd instructions set on the target. Currently only …","The source location for the current operator.","Full Target cpu","","","","","","","","Vector of unwind operations with offset","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","generate a default systemv cie","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","Converts the unwind information into a …","","","","","","","","","","","","","","","","","","","","","","","","","","","Maximum (inclusive) size of a “large” stack allocation …","","Maximum (inclusive) size of a “small” stack allocation","","","","","","The supported unwind codes for the x64 Windows ABI.","Represents Windows x64 unwind information.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Emits the unwind information into the given mutable byte …","Gets the emit size of the unwind information, in bytes.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An allocator that allocates registers for function …","General-purpose registers.","General-purpose registers.","","","","","","","","","","","","","","","","","A machine register under the x86-64 architecture.","XMM registers.","XMM (floating point/SIMD) registers.","","","","","","","","","","","","","","","","","","","","Converts a DWARF regnum to X64Register.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Convert from a GPR register","","","Convert from an SIMD register","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Create a new MachineState with default values.","Allocates a register for argument type ty. Returns None if …","","","","","","","","","Returns the index of the register.","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,73,0,0,0,58,0,0,0,0,58,0,0,0,0,0,0,0,9,0,9,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,12,12,12,12,12,12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,9,9,11,12,9,14,11,12,9,14,11,12,9,11,12,9,11,12,11,12,14,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,11,11,11,11,12,12,12,12,9,9,9,9,11,12,9,11,12,9,14,9,11,12,9,11,12,11,12,11,12,9,14,11,12,9,14,11,12,11,12,11,12,11,12,11,12,9,14,14,14,0,14,11,12,11,12,9,14,11,12,9,11,12,9,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,14,11,12,9,14,0,0,50,48,48,0,0,0,50,0,50,0,0,0,47,48,49,50,36,36,137,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,47,47,48,49,50,47,48,49,50,47,47,36,36,47,47,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,36,36,36,36,47,48,49,50,36,49,36,137,55,47,48,49,50,36,36,36,36,36,137,36,49,137,36,137,55,47,48,49,50,36,137,137,36,137,55,47,48,49,50,138,49,36,137,55,47,48,49,50,55,55,36,36,49,36,36,36,36,36,36,47,36,139,36,137,55,47,48,49,50,139,139,36,47,36,36,36,36,36,36,36,55,49,36,36,36,36,36,36,36,49,49,137,47,48,49,50,48,36,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,137,55,47,48,49,50,0,137,36,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,137,55,47,48,49,50,36,49,36,71,70,42,42,0,0,0,0,0,42,0,70,67,67,67,67,0,0,71,42,42,0,42,42,71,42,42,31,70,28,68,42,69,67,71,72,68,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,69,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,67,67,68,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,28,72,69,31,70,28,68,42,69,67,71,72,72,31,70,42,67,31,31,31,31,70,70,70,70,42,42,42,42,67,67,67,67,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,42,31,70,42,31,70,28,68,42,69,67,71,72,69,31,70,28,68,42,69,67,71,72,68,31,70,28,68,42,69,67,71,72,69,69,69,69,67,31,70,28,68,42,69,67,71,72,28,68,68,28,69,68,68,28,31,70,28,68,42,69,67,71,72,69,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,31,70,28,68,42,69,67,71,72,69,28,68,69,28,68,68,0,140,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,140,73,73,73,73,73,73,73,73,73,73,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,85,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,0,92,0,0,92,0,92,0,92,0,141,94,0,92,92,92,141,141,141,0,92,0,92,92,141,93,94,141,92,0,0,93,92,0,141,0,92,0,141,92,92,92,93,94,142,142,142,143,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,0,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,142,0,0,92,93,92,92,92,92,93,93,93,93,143,142,92,93,94,92,93,94,0,0,0,142,142,142,92,93,94,92,93,94,143,92,93,94,143,92,93,94,143,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,92,93,94,101,101,101,101,101,0,105,0,101,0,144,103,0,101,101,144,144,144,0,101,101,0,144,102,103,144,0,144,101,101,0,0,144,101,105,0,102,0,101,102,103,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,0,0,0,0,0,0,0,0,0,0,0,0,105,101,102,103,105,101,102,103,101,102,103,101,102,103,105,101,102,103,105,101,102,103,105,101,102,103,105,101,102,103,0,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,145,101,102,101,101,101,101,102,102,102,102,145,101,102,103,105,101,102,103,145,145,145,145,105,101,102,103,105,101,102,103,0,105,101,102,103,0,105,101,102,103,0,0,0,0,101,102,103,105,101,102,103,105,101,102,103,105,101,102,103,0,0,0,105,101,102,103,105,101,102,103,105,101,102,103,146,0,0,146,146,106,44,146,106,44,44,44,0,44,44,0,44,106,0,44,146,146,106,146,146,106,106,44,147,106,44,106,44,146,146,146,146,146,146,106,44,106,44,106,44,106,44,106,44,106,44,106,44,106,44,106,44,106,106,106,106,44,44,44,44,106,44,106,44,147,148,147,106,44,106,44,44,106,44,106,44,148,148,148,148,106,44,106,44,106,44,146,148,147,106,44,106,44,106,44,106,44,106,44,106,44,106,44,111,111,0,0,0,0,0,0,0,0,39,111,111,111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,111,113,114,39,39,39,114,39,39,39,39,39,39,149,111,113,114,149,111,113,114,39,111,113,114,111,113,114,39,39,39,39,39,39,39,39,39,39,39,113,149,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,111,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,113,114,149,111,113,114,39,0,39,0,39,0,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,150,39,39,149,111,113,114,39,39,39,149,111,113,114,150,39,39,39,39,39,39,39,39,149,111,113,114,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,114,114,39,39,39,39,39,114,113,39,39,39,39,149,111,113,114,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,149,111,113,114,39,0,123,123,151,151,151,151,0,0,123,123,0,151,151,151,123,123,123,123,123,123,151,123,123,123,123,123,121,121,121,121,121,121,121,121,121,121,152,121,123,121,123,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,121,123,121,123,121,123,0,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,152,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,121,121,121,121,121,123,121,121,121,121,121,121,121,121,152,121,123,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,152,121,121,121,121,121,123,121,121,121,121,121,121,121,121,121,121,152,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,123,121,123,121,123,121,121,123,121,123,121,123,121,121,121,121,121,121,121,121,121,0,0,153,153,153,153,0,0,153,153,153,153,126,126,126,126,126,104,104,104,104,126,126,126,126,126,154,104,126,104,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,104,126,104,104,126,104,126,104,126,0,104,104,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,104,104,104,104,104,104,126,104,126,104,126,126,104,104,104,104,126,126,126,104,104,104,104,104,126,104,126,126,126,126,126,126,126,126,126,126,104,126,126,104,126,126,104,126,104,104,104,126,104,126,104,104,104,104,126,104,104,104,104,104,104,104,104,126,104,104,126,126,126,126,126,126,126,126,126,126,126,104,104,126,104,104,104,104,126,126,104,104,104,104,104,104,104,104,104,104,126,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,104,154,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,104,126,104,126,126,126,126,126,126,126,126,126,104,104,126,126,104,126,126,104,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,126,126,104,126,126,126,104,126,126,126,126,126,126,126,126,126,154,104,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,104,126,126,154,126,126,126,126,104,126,126,126,126,126,126,126,126,126,154,126,126,126,126,126,126,126,104,126,104,126,104,126,104,126,104,126,126,104,126,104,126,104,126,126,126,126,126,126,126,126,126,126,125,125,125,125,54,0,0,0,125,120,54,125,120,54,125,120,125,120,125,120,0,54,125,120,54,125,120,54,125,120,54,125,120,120,120,120,120,120,125,120,54,125,120,54,125,120,120,54,125,120,54,125,120,120,54,125,120,120,125,120,54,125,120,54,125,120,54,125,120,54,125,120,54,125,120,54,125,120,155,155,156,156,157,156,0,132,0,132,132,132,132,0,0,0,0,132,133,134,132,133,134,132,133,134,132,133,132,133,0,134,132,133,134,132,133,134,132,133,134,132,133,132,133,133,0,132,133,132,132,132,132,133,133,133,133,133,132,133,133,133,134,132,133,134,132,133,134,132,133,134,132,133,134,132,133,134,134,132,133,133,132,133,134,132,133,134,132,133,134,132,133,133,134,132,133,134,132,133,134,132,133,134,134,134,158,159,160,161,162,158,159,160,161,159,160,0,0,135,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,0,0,135,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99,100,135,135,99,100,135,136,99,100,135,136,99,100,135,99,100,135,99,100,99,100,136,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,99,99,99,99,100,100,100,100,135,135,135,135,99,100,135,99,100,135,136,135,99,100,135,99,100,99,100,99,100,135,136,99,100,135,136,99,100,99,100,99,100,99,100,99,100,135,136,136,136,0,136,99,100,99,100,135,136,99,100,135,99,100,135,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,136,99,100,135,136],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[2,[1]],3,4],5],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[8,[[10,[9]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[11,11],[12,12],[9,9],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[11,11],13],[[12,12],13],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[],14],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],[[11,11],17],[[12,12],17],[[9,9],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[11,18],19],[[12,18],19],[[9,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[8,9],[4,[[16,[11,7]]]],[4,[[16,[12,7]]]],[8,9],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[11,-1],7,24],[[12,-1],7,24],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[11,4],[12,4],[11,17],[12,17],[11,17],[12,17],[[],[[25,[11]]]],[[],[[25,[12]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,0,[[],28],[[14,29,30],[[10,[9]]]],[[11,11],[[10,[13]]]],[[12,12],[[10,[13]]]],[[]],[[]],[[]],[[]],[11,8],[12,8],[9,31],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[[36,[-1]],37,-2,-3],[[16,[7,38]]],39,40,40],[[[36,[-1]],[43,[[7,[41,42]]]],17],[[16,[[46,[[45,[44]]]],38]]],39],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[47,47],[48,48],[49,49],[50,50],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[4,47],[4,47],0,0,[[47,4],[[16,[47,38]]]],0,[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[[[36,[-1]],-2,-3,-4],[[16,[7,38]]],39,51,40,40],[[[36,[-1]]],[[16,[7,38]]],39],[[[36,[-1]],52],[[16,[7,38]]],39],[[[36,[-1]],3],[[16,[[7,[53,[10,[54]]]],38]]],39],[[[36,[-1]],30],[[16,[7,38]]],39],[[47,18],19],[[48,18],19],[[49,18],19],[[50,18],19],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[[36,[-1]],44],[[16,[44,38]]],39],[[[36,[-1]]],4,39],[[[36,[-1]]],4,39],[[[36,[-1]]],17,39],0,[[[36,[-1]],41],[[16,[55,38]]],39],0,0,[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[[36,[-1]],4,56,30],[[16,[[2,[44]],38]]],39],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,17,[]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,0,0,0,0,0,[[[36,[-1]],4],7,39],[[[36,[-1]]],7,39],0,0,[[57,58,59,[62,[60,61]],[62,[63,64]],65,[43,[41]],-1,30],[[16,[[36,[-1]],38]]],39],[4,47],[[[36,[-1]],-2],[[16,[7,38]]],39,51],[-1,[[16,[-2,38]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[-1,[[16,[-2,38]]],[],[]],[-1,[[16,[[7,[-2,-2]],38]]],[],[]],[[[36,[-1]]],[[16,[44,38]]],39],[[47,4],[[16,[47,38]]]],[[[36,[-1]],[43,[44]]],[[16,[7,38]]],39],[[[36,[-1]],4],[[16,[7,38]]],39],[[[36,[-1]],4],[[16,[7,38]]],39],[[[36,[-1]],[43,[44]]],[[16,[7,38]]],39],[[[36,[-1]],[43,[44]]],[[16,[7,38]]],39],[[[36,[-1]],4],[[16,[7,38]]],39],0,0,0,0,[[[36,[-1]],66],7,39],0,[[[43,[[7,[44]]]]],7],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[48,67],0,[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[29,41],0,0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[68,69],28],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[31,31],[70,70],[28,28],[68,68],[42,42],[69,69],[67,67],[71,71],[72,72],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[67,67],13],[[-1,-2],13,[],[]],[[],68],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[28,28],68],0,0,[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],0,[[31,31],17],[[70,70],17],[[42,42],17],[[67,67],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[31,18],19],[[70,18],19],[[28,18],19],[[68,18],19],[[42,18],19],[[69,18],19],[[67,18],19],[[71,18],19],[[72,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[31,-1],7,24],[[70,-1],7,24],[[42,-1],7,24],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,0,0,[[28,4,4,[2,[70]]],69],[[67,67],[[10,[13]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[73,74,75,76,[62,[65,3]]],[[16,[77,38]]]],[73,58],0,[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[-1,-1,[]],[[73,[79,[78]]],[[79,[78]]]],[73,[[43,[[81,[80]]]]]],[[],4],[-1,-2,[],[]],[-1,[],[]],[[],[[16,[26,27]]]],[73,82],[58,73],[[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],0,[[-1,6],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[58,17],58],[58,58],[[-1,-2],7,[],[]],[[[34,[58]]],[[34,[83]]]],[[],58],[[58,74],84],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],0,[58,7],[[58,18],19],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[],[[16,[26,27]]]],0,[[],58],[[]],[[58,[81,[80]]],7],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],0,0,[[-1,6],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[85,85],[[-1,-2],7,[],[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[85],[[85,18],19],[-1,-1,[]],[[],4],[-1,-2,[],[]],[85,86],[[],[[16,[26,27]]]],[85,4],[[[10,[87]]],85],[[]],0,[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[[85,[43,[88]]],[[89,[7]]]],[[85,90,88],[[89,[7]]]],[[85,4,[43,[88]]],[[89,[7]]]],[[85,4,91,88],[[89,[7]]]],[[85,4,4,91,88],[[89,[7]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[[-1,[44,[11,12]]],[[16,[7,38]]],[]],[-1,17,[]],[-1,17,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[92,92],[93,93],[94,94],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],0,[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],66,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,12,12],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[[-1,92,37],[[16,[7,38]]],[]],[[-1,92,37],[[16,[7,38]]],[]],[[-1,67,66,66,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],66,66,[44,[11,12]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],92],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,12,12],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],92],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],92],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,95],[[16,[7,38]]],[]],[[-1,11,37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,[44,[11,12]],20],[[16,[7,38]]],[]],[[-1,[44,[11,12]],66,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],66],[[16,[7,38]]],[]],[[-1,[44,[11,12]],66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,66],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],11,95],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],66,37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],66,37],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]],[]],[[-1,8],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[[-1,11],[[16,[7,38]]],[]],[66,[[10,[8]]]],[20,[[10,[8]]]],[[92,92],17],[[93,93],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],0,[-1,7,[]],[[92,18],19],[[93,18],19],[[94,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[59,96,56,30],[[16,[86,38]]]],[[59,56,30],[[16,[97,38]]]],[[56,30],[[16,[97,38]]]],[-1,88,[]],[-1,37,[]],[-1,98,[]],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,[[]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[-1,[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,100,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,99,100],[[16,[7,38]]],[]],[[-1,100,100],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,100,99],[[16,[7,38]]],[]],[[-1,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,17,[]],[-1,[[16,[4,38]]],[]],[-1,17,[]],[-1,17,[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[101,101],[102,102],[103,103],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],0,[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,88,99],[[16,[7,38]]],[]],[[-1,88,99],[[16,[7,38]]],[]],[[-1,[43,[88]]],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,99],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,99,99],[[16,[7,38]]],[]],[[-1,99,99],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,102,99],[[16,[7,38]]],[]],[[-1,102,99],[[16,[7,38]]],[]],[[-1,102,99],[[16,[7,38]]],[]],[[-1,102,99],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,99],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,66,99],[[16,[7,38]]],[]],[[-1,101,37],[[16,[7,38]]],[]],[[-1,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,37,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,4],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]]],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,101,99],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,99],[[16,[7,38]]],[]],[[-1,20],[[16,[7,38]]],[]],[[-1,102,100],[[16,[7,38]]],[]],[[-1,102,100],[[16,[7,38]]],[]],[[-1,88],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100,100],[[16,[7,38]]],[]],[[-1,100,102,100,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,103,100],[[16,[7,38]]],[]],[[-1,100,103,100],[[16,[7,38]]],[]],[[-1,100,103,100],[[16,[7,38]]],[]],[[-1,100,103,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,102,102],[[16,[7,38]]],[]],[[-1,102,102],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,100,102,100],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[-1,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],[]],[[101,101],17],[[102,102],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[-1,[[16,[7,38]]],[]],[[101,18],19],[[102,18],19],[[103,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,88,[]],[-1,37,[]],[-1,98,[]],[-1,[[10,[78]]],[]],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[104,105,100,100],7],[[]],[[]],[[]],[[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],0,0,0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[8,[[10,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[4,[[44,[-1,-2]]],[],[]],[[],[[2,[-1]]],[]],[[],[[2,[-1]]],[]],[4,[[44,[-1,-2]]],[],[]],[[],[[2,[-1]]],[]],[[],[[2,[-1]]],[]],[106,106],[[[44,[-1,-2]]],[[44,[-1,-2]]],107,107],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[106,106],13],[[[44,[-1,-2]],[44,[-1,-2]]],13,108,108],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[[106,106],17],[[[44,[-1,-2]],[44,[-1,-2]]],17,109,109],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[106,18],19],[[[44,[-1,-2]],18],19,110,110],[-1,-1,[]],[-1,-1,[]],[8,-1,[]],[4,[[16,[-1,7]]],[]],[8,-1,[]],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[106,-1],7,24],[[[44,[-1,-2]],-3],7,21,21,24],[[[44,[-1,-2]]],[[10,[111]]],[],[]],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,4,[]],[-1,17,[]],[-1,17,[]],[[],[[25,[-1]]],[]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[106,106],[[10,[13]]]],[[[44,[-1,-2]],[44,[-1,-2]]],[[10,[13]]],112,112],[[]],[[]],[[],[[44,[-1,-2]]],[],[]],[-1,8,[]],[-1,31,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[-1,10,[]],[-1,10,[]],[[-1,66],[[16,[7,38]]],[]],0,[-1,[[16,[7,38]]],[]],[[-1,44],[[16,[7,38]]],[]],[-1,17,[]],[-1,17,[]],[-1,[[16,[[2,[88]],38]]],[]],[-1,98,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[111,111],[113,113],[114,114],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[-1,[[2,[115]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,17,44],[[16,[7,38]]],[]],[[-1,44,17,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,17,44],[[16,[7,38]]],[]],[[-1,44,17,44],[[16,[7,38]]],[]],[[-1,44,44,17,17],[[16,[7,38]]],[]],[[-1,44,44,17,17],[[16,[7,38]]],[]],[[-1,44,44,17,17],[[16,[7,38]]],[]],[[-1,44,44,17,17],[[16,[7,38]]],[]],[[],113],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44,37,37],[[16,[4,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,44],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,30,116],[[16,[[2,[117]],38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,41,17,44],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,118],[[16,[7,38]]],[]],[[-1,67,66],[[16,[7,38]]],[]],[[-1,37,44],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[-1,67,44],[[16,[7,38]]],[]],[[-1,67,44],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,44,67,44],[[16,[7,38]]],[]],[[-1,67,44,67,44],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[111,111],17],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[-1,[[16,[7,38]]],[]],[[113,18],19],[[114,18],[[16,[7,119]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,4],[[10,[120]]],[]],[[59,96,56,74,30],[[16,[86,38]]]],[[-1,59,96,56,30],[[16,[86,38]]],[]],[[59,56,74,30],[[16,[97,38]]]],[[-1,59,56,30],[[16,[97,38]]],[]],[[56,74,30],[[16,[97,38]]]],[[-1,56,30],[[16,[97,38]]],[]],[[-1,4],[[10,[[2,[88]]]]],[]],[[-1,4,67,4,30],44,[]],[-1,[],[]],[-1,[],[]],[-1,37,[]],[[-1,4,4],44,[]],[-1,98,[]],[[-1,4,67,4,30],44,[]],[-1,[],[]],[[-1,4,30],44,[]],[-1,2,[]],[-1,2,[]],[-1,[],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,114,44,17,17,95,37,37],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[[-1,44,44,44],[[16,[7,38]]],[]],[-1,[[10,[111]]],[]],[-1,31,[]],[-1,31,[]],[[],4],[[],4],[[],4],[[],4],[[-1,20,44],[[16,[7,38]]],[]],[-1,7,[]],[-1,[[2,[1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,17,[]],[[-1,4],17,[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[-1,37],[[16,[7,38]]],[]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[-1,30],[[2,[44]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,95],44,[]],[-1,[],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,17,44,67,44],[[16,[7,38]]],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,44,44,17],[[16,[7,38]]],[]],[[-1,118,4,4],7,[]],[[-1,118],7,[]],[[-1,4],7,[]],[[-1,118],4,[]],0,0,[[-1,95,44],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[[-1,67,17,44,67,44],[[16,[7,38]]],[]],[[-1,67,44,44],[[16,[7,38]]],[]],[-1,28,[]],0,0,[-1,10,[]],[-1,10,[]],[-1,10,[]],[-1,10,[]],[[]],[[]],[[]],[[]],[[-1,44],[[16,[7,38]]],[]],[[-1,66],[[16,[7,38]]],[]],[[-1,43],[[16,[7,38]]],[]],[[-1,43],[[16,[7,38]]],[]],[[-1,43],[[16,[4,38]]],[]],[[-1,43],[[16,[4,38]]],[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,7,[]],[-1,[],[]],[[-1,95],[[16,[7,38]]],[]],[[-1,66],[[16,[7,38]]],[]],[[-1,4],4,[]],[[-1,66],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[[-1,67,44],[[16,[7,38]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[121,[[10,[11]]]],[121,[[10,[12]]]],[[121,66],[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,[44,[11,12]]],[[16,[7,38]]]],[121,17],[121,17],0,[121,[[16,[[2,[88]],38]]]],[121,98],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[121,[[2,[115]]]],[[121,122,123],17],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],17,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],17,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],17,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],17,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],17,17],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],17,17],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],17,17],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],17,17],[[16,[7,38]]]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[8,124],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],37,37],[[16,[4,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,[44,[11,12]]],[[16,[7,38]]]],[[121,11],[[16,[7,38]]]],[[121,30,116],[[16,[[2,[117]],38]]]],[[121,92,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,92,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[121,[[16,[7,38]]]],[121,[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,41,17,[44,[11,12]]],[[16,[7,38]]]],[[121,11,11],[[16,[7,38]]]],[[121,11,11],[[16,[7,38]]]],[[121,118],[[16,[7,38]]]],[[121,118],[[16,[7,38]]]],[[121,67,66,11],[[16,[7,38]]]],[[121,37,[44,[11,12]]],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],[44,[11,12]],123],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],[44,[11,12]],123],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]]],[121,[[16,[7,38]]]],[[121,125],7],[[123,123],17],0,[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[121,[[16,[7,38]]]],[-1,-1,[]],[-1,-1,[]],[[121,4],[[10,[120]]]],[[121,59,96,56,30],[[16,[86,38]]]],[[121,59,56,30],[[16,[97,38]]]],[[121,56,30],[[16,[97,38]]]],[[121,4],[[10,[[2,[88]]]]]],[[121,4,67,4,30],[[44,[11,12]]]],[121,11],[121,11],[121,37],[[121,4,4],[[44,[11,12]]]],[121,98],[[121,4,67,4,30],[[44,[11,12]]]],[121,12],[[121,4,30],[[44,[11,12]]]],[121,[[2,[11]]]],[121,[[2,[12]]]],[121,11],0,[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],114,[44,[11,12]],17,17,95,37,37],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,[44,[11,12]],[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,11],31],[[121,12],31],[[],4],[[],4],[[121,20,[44,[11,12]]],[[16,[7,38]]]],[121,7],[121,[[2,[1]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[121,4],17],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],[[121,37],[[16,[7,38]]]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[121,30],[[2,[[44,[11,12]]]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,95],[[44,[11,12]]]],[121,11],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,17,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[2,[12]],123,17],[[16,[[44,[11,12]],38]]]],[[121,67,[44,[11,12]],[2,[11]],123,17,[10,[11]]],[[16,[[44,[11,12]],38]]]],[[121,67,[44,[11,12]],[44,[11,12]],17],[[16,[7,38]]]],[[121,118,4,4],7],[[121,118],7],[[121,4],7],[[121,118],4],[[121,[44,[11,12]],114,17,4,17,17,95,37,37,-1],[[16,[7,38]]],51],[[121,95,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[121,67,17,[44,[11,12]],67,[44,[11,12]]],[[16,[7,38]]]],[[121,67,[44,[11,12]],[44,[11,12]]],[[16,[7,38]]]],[[[10,[74]]],121],[121,28],[[121,67,95],17],0,[121,[[10,[11]]]],[121,[[10,[12]]]],[121,[[10,[11]]]],[121,[[10,[12]]]],[[]],[[]],[[121,[44,[11,12]]],[[16,[7,38]]]],[[121,66],[[16,[7,38]]]],[[121,[43,[11]]],[[16,[7,38]]]],[[121,[43,[12]]],[[16,[7,38]]]],[[121,[43,[11]]],[[16,[4,38]]]],[[121,[43,[12]]],[[16,[4,38]]]],0,[121,[[16,[11,38]]]],[[121,11],7],[[121,12],7],0,[[121,11],7],[[121,12],7],[[121,11],11],[121,[[16,[7,38]]]],[[121,11],[[16,[7,38]]]],[[121,95],[[16,[7,38]]]],[[121,66],[[16,[7,38]]]],[[121,4],4],[[121,[2,[11]]],[[16,[11,38]]]],[[121,66],7],[[121,[2,[11]]],[[16,[11,38]]]],0,[[121,11,67,[44,[11,12]],[2,[11]]],[[16,[7,38]]]],0,[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,[[121,11],17],[[121,11],7],[[121,11],17],0,[[121,12],17],[[121,12],7],[[121,12],17],[[121,67,[44,[11,12]]],[[16,[7,38]]]],0,0,0,0,0,0,0,0,0,0,0,0,[126,[[10,[99]]]],[126,[[10,[100]]]],[[126,66],[[16,[7,38]]]],[126,[[16,[7,38]]]],[[126,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[104,17],[104,[[16,[4,38]]]],[126,17],[126,17],0,[126,[[16,[[2,[88]],38]]]],[126,98],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[126,[[2,[115]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],17,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],17,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],17,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],17,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],17,17],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],17,17],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],17,17],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],17,17],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[4,-1,[]],[104],[4,-1,[]],[104],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[8,124],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],37,37],[[16,[4,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[104,[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,88,99],[[16,[7,38]]]],[[104,88,99],[[16,[7,38]]]],[[104,[43,[88]]],[[16,[7,38]]]],[[104,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[104,[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]]],[[16,[7,38]]]],[[104,99],[[16,[7,38]]]],[[126,99],[[16,[7,38]]]],[[126,30,116],[[16,[[2,[117]],38]]]],[104,[[16,[7,38]]]],[[104,99,99],[[16,[7,38]]]],[[104,99,99],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,101,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,101,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,4,67,67,17,17,95,37,37,-1],[[16,[7,38]]],51],[104,[[16,[7,38]]]],[[104,102,99],[[16,[7,38]]]],[[104,102,99],[[16,[7,38]]]],[[104,102,99],[[16,[7,38]]]],[[104,102,99],[[16,[7,38]]]],[126,[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[[126,100,127,127,37,37,37,37],[[16,[7,38]]]],[[126,100,127,127,-1,-2,[10,[-3]],-4],[[16,[7,38]]],51,51,51,51],[[126,100,127,127],[[16,[7,38]]]],[[126,100,128,128,37,37,37,37],[[16,[7,38]]]],[[126,100,128,128,-1,-2,[10,[-3]],-4],[[16,[7,38]]],51,51,51,51],[[126,100,128,128],[[16,[7,38]]]],[126,[[16,[7,38]]]],[126,[[16,[7,38]]]],[126,[[16,[7,38]]]],[[126,41,17,[44,[99,100]]],[[16,[7,38]]]],[[104,99],[[16,[7,38]]]],[[126,99,99],[[16,[7,38]]]],[[126,99,99],[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[[126,118],[[16,[7,38]]]],[[126,118],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,66,99],[[16,[7,38]]]],[[104,66,99],[[16,[7,38]]]],[[104,101,37],[[16,[7,38]]]],[[104,[44,[99,100]]],[[16,[7,38]]]],[[126,37,[44,[99,100]]],[[16,[7,38]]]],[[104,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,37,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[126,[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[104,[[16,[7,38]]]],[[104,4],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,-1,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]],51],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],37],[[16,[4,38]]]],[[126,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[104,[[16,[7,38]]]],[104,[[16,[7,38]]]],[126,[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,101,99],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,99],[[16,[7,38]]]],[[104,20],[[16,[7,38]]]],[[104,102,100],[[16,[7,38]]]],[[104,102,100],[[16,[7,38]]]],[[104,88],[[16,[7,38]]]],[104,[[16,[7,38]]]],[[126,125],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100,100],[[16,[7,38]]]],[[104,100,102,100,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,103,100],[[16,[7,38]]]],[[104,100,103,100],[[16,[7,38]]]],[[104,100,103,100],[[16,[7,38]]]],[[104,100,103,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,102,102],[[16,[7,38]]]],[[104,102,102],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,100,102,100],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[104,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],0,[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[104,[[16,[[2,[88]],129]]]],[104,[[16,[7,38]]]],[126,[[16,[7,38]]]],[-1,-1,[]],[-1,-1,[]],[[126,4],[[10,[120]]]],[[126,59,96,56,30],[[16,[86,38]]]],[[126,59,56,30],[[16,[97,38]]]],[[126,56,30],[[16,[97,38]]]],[[126,4],[[10,[[2,[88]]]]]],[[126,4,67,4,30],[[44,[99,100]]]],[126,99],[126,99],[104,88],[104,37],[126,37],[[126,4,4],[[44,[99,100]]]],[104,98],[126,98],[[126,4,67,4,30],[[44,[99,100]]]],[104,[[10,[78]]]],[126,100],[[126,4,30],[[44,[99,100]]]],[126,[[2,[99]]]],[126,[[2,[100]]]],[126,99],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],114,[44,[99,100]],17,17,95,37,37],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,[44,[99,100]],[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,99],31],[[126,100],31],[[],4],[[],4],[[126,20,[44,[99,100]]],[[16,[7,38]]]],0,[126,7],[126,[[2,[1]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[126,4],17],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],[[126,37],[[16,[7,38]]]],0,[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[126,30],[[2,[[44,[99,100]]]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,95],[[44,[99,100]]]],[126,99],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,17,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]],17],[[16,[7,38]]]],[[126,118,4,4],7],[[126,118],7],[[126,4],7],[[126,118],4],[[126,[44,[99,100]],114,17,4,17,17,95,37,37,-1],[[16,[7,38]]],51],[[126,95,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[126,67,17,[44,[99,100]],67,[44,[99,100]]],[[16,[7,38]]]],[[126,67,[44,[99,100]],[44,[99,100]]],[[16,[7,38]]]],[[4,[10,[74]]],[[16,[104,38]]]],[[[10,[74]]],[[16,[126,38]]]],[126,28],0,[126,[[10,[99]]]],[126,[[10,[100]]]],[126,[[10,[99]]]],[126,[[10,[100]]]],[[]],[[]],[[126,[44,[99,100]]],[[16,[7,38]]]],[[126,66],[[16,[7,38]]]],[[126,[43,[99]]],[[16,[7,38]]]],[[126,[43,[100]]],[[16,[7,38]]]],[[126,[43,[99]]],[[16,[4,38]]]],[[126,[43,[100]]],[[16,[4,38]]]],[[126,99],7],[[126,100],7],0,[[126,99],7],[[126,100],7],[[126,99],99],[[126,95],[[16,[7,38]]]],[[126,66],[[16,[7,38]]]],[[126,4],4],[[126,66],7],0,0,0,0,[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,[[126,99],17],[[126,99],7],[[126,99],17],0,[[126,100],17],[[126,100],7],[[126,100],17],[[126,67,[44,[99,100]]],[[16,[7,38]]]],0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[125,125],[120,120],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[130,[[10,[131]]]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[[120,120],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[125,18],19],[[120,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],4],[[],4],[[],4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,[[]],[[]],[[]],[[120,90],54],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[132,132],[133,133],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[[43,[[7,[4,125]]]]],[[10,[133]]]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[[132,134],7],[[133,[43,[88]]],7],[133,4],[66,[[10,[88]]]],[[132,132],17],[[133,133],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],0,[[132,18],19],[[133,18],19],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[[43,[88]]],134],[132,4],[133,4],0,[[]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],0,[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[[134,8],7],[[134,66],7],[[134,88],7],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,6],7,[]],[[-1,6],7,[]],[[-1,6],7,[]],[8,[[10,[135]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[99,99],[100,100],[135,135],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[99,99],13],[[100,100],13],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[],136],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[16,[[15,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],[4,7],[4,7],[[99,99],17],[[100,100],17],[[135,135],17],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[-1,-2],17,[],[]],[[99,18],19],[[100,18],19],[[135,18],19],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[8,135],[4,[[16,[99,7]]]],[4,[[16,[100,7]]]],[8,135],[[-1,-2],20,[21,22],23],[[-1,-2],20,[21,22],23],[[99,-1],7,24],[[100,-1],7,24],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[99,4],[100,4],[99,17],[100,17],[99,17],[100,17],[[],[[25,[99]]]],[[],[[25,[100]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],[[],[[16,[26,27]]]],0,0,[[],28],[[136,29,30],[[10,[135]]]],[[99,99],[[10,[13]]]],[[100,100],[[10,[13]]]],[[]],[[]],[[]],[[]],[99,8],[100,8],[135,31],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,[[16,[-2]]],[],[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[-1,32,[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[[[34,[-1,33]]],[[34,[35,33]]],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]]],"c":[],"p":[[3,"InstructionAddressMap",3197],[3,"Vec",3198],[3,"FunctionBodyData",3199],[15,"usize"],[3,"FunctionAddressMap",3197],[3,"Private",3200],[15,"tuple"],[15,"u16"],[4,"ARM64Register",23],[4,"Option",3201],[4,"GPR",23],[4,"NEON",23],[4,"Ordering",3202],[3,"ArgumentRegisterAllocator",23],[3,"With",3203],[4,"Result",3204],[15,"bool"],[3,"Formatter",3205],[6,"Result",3205],[15,"u64"],[8,"Hash",3206],[8,"Sized",3207],[8,"BuildHasher",3206],[8,"Hasher",3206],[3,"Iter",3208],[3,"Layout",3209],[3,"LayoutError",3209],[3,"MachineState",452],[4,"Type",3210],[4,"CallingConvention",3211],[3,"RegisterIndex",452],[3,"TypeId",3212],[3,"Global",3213],[3,"Box",3214],[8,"Any",3212],[3,"FuncGen",222],[3,"DynamicLabel",3215],[4,"CompileError",3216],[8,"Machine",1470],[8,"Iterator",3217],[4,"ValType",3218],[4,"MachineValue",452],[15,"slice"],[4,"Location",1362],[15,"array"],[3,"SmallVec",3219],[3,"FloatValue",222],[4,"CanonicalizeType",222],[3,"ControlFrame",222],[4,"IfElseState",222],[8,"FnOnce",3220],[4,"Operator",3221],[3,"CompiledFunction",3222],[4,"UnwindFrame",2835],[3,"I2O1",222],[3,"FunctionType",3210],[3,"ModuleInfo",3223],[3,"Singlepass",764],[3,"VMOffsets",3224],[3,"MemoryIndex",3225],[4,"MemoryStyle",3226],[3,"PrimaryMap",3227],[3,"TableIndex",3225],[4,"TableStyle",3228],[3,"LocalFunctionIndex",3225],[15,"u32"],[4,"Size",452],[3,"MachineStateDiff",452],[3,"FunctionStateMap",452],[4,"WasmAbstractValue",452],[4,"SuspendOffset",452],[3,"OffsetInfo",452],[3,"SinglepassCompiler",736],[3,"Target",3229],[3,"CompileModuleInfo",3230],[3,"ModuleTranslationState",3231],[3,"Compilation",3222],[4,"CpuFeature",3229],[3,"EnumSet",3232],[8,"ModuleMiddleware",3233],[3,"Arc",3234],[15,"str"],[8,"Compiler",3235],[3,"Features",3236],[3,"WriterRelocate",796],[3,"CustomSection",3237],[4,"Endianness",3211],[15,"u8"],[6,"Result",3238],[4,"Address",3238],[4,"SectionId",3239],[4,"Condition",831],[4,"NeonOrMemory",831],[4,"GPROrMemory",831],[15,"i32"],[3,"FunctionIndex",3225],[3,"FunctionBody",3222],[3,"AssemblyOffset",3215],[4,"GPR",3030],[4,"XMM",3030],[4,"Condition",1065],[4,"XMMOrMemory",1065],[4,"GPROrMemory",1065],[3,"AssemblerX64",2308],[4,"Precision",1065],[4,"Multiplier",1362],[8,"Clone",3240],[8,"Ord",3202],[8,"PartialEq",3202],[8,"Debug",3205],[4,"Value",1470],[8,"PartialOrd",3202],[3,"TrapTable",1470],[3,"MemArg",1470],[3,"TrapInformation",3241],[4,"RelocationTarget",3242],[3,"Relocation",3242],[4,"TrapCode",3243],[3,"Error",3205],[3,"UnwindInstructions",2835],[3,"MachineARM64",1893],[15,"i64"],[4,"ImmType",1893],[3,"Register",3239],[4,"UnwindOps",2835],[3,"MachineX86_64",2308],[15,"f32"],[15,"f64"],[4,"DynasmError",3215],[4,"Architecture",3244],[3,"CommonInformationEntry",3245],[4,"UnwindCode",2919],[3,"UnwindInfo",2919],[3,"Writer",2919],[4,"X64Register",3030],[3,"ArgumentRegisterAllocator",3030],[3,"SpecialLabelSet",222],[8,"WpTypeExt",222],[8,"PopMany",222],[8,"IntoParIterIfRayon",736],[6,"Location",831],[8,"EmitterARM64",831],[6,"Assembler",831],[6,"Location",1065],[8,"EmitterX64",1065],[8,"Descriptor",1362],[8,"CombinedRegister",1362],[8,"Reg",1362],[3,"MachineStackOffset",1470],[8,"MaybeImmediate",1470],[6,"Location",1893],[6,"Assembler",1893],[6,"Location",2308],[6,"Assembler",2308],[13,"SaveRegister",2913],[13,"Push2Regs",2913],[13,"PushFP",2913],[13,"PushRegister",3019],[13,"SaveReg",3019],[13,"SaveXmm",3019],[13,"StackAlloc",3019],[13,"SetFPReg",3019]]},\ "wasmer_config":{"doc":"Provides configuration types for Wasmer.","t":"AAAADDDDDEDDDSRDENDSNLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMAMAMMLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDENLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLMLLLLLLLLLLLLLLMDDDLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLMMMLLLLLLLLLMMLLLLLLLLLLLLMDLMMLLLLLLLLLLLMLMMLLLLLMDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMEENEEDDNNNNNNDENNNNNENNRHDDEENNNNDENNNDDNDDEEEEDENRNNNENNNNNNENNNNNNDNNNDNLLLLLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLMMLMMLLLLLLLLLLLLLLLMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLFLLLMMMMLLLLLLLLLLLLLLLLLLLLLLFMMLMMLMMFMLMMMLMMLMMMMMMAMLLLMMMAAAALLLMMLMMLLMLLMMLMMMLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMMMLMMMMLLLFMMMMMMMMMMMMMMMMMMMDLLLLLLLLLLLLLMLLLLLLMNDENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLMLLLLLLLLLLLLLLESNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNDELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["app","cargo_annotations","hash","package","AppConfigCapabilityInstaBootV1","AppConfigCapabilityMapV1","AppConfigCapabilityMemoryV1","AppConfigV1","AppScalingConfigV1","AppScalingModeV1","AppScheduledTask","AppVolume","AppVolumeMount","CANONICAL_FILE_NAME","HEADER_APP_VERSION_ID","HealthCheckHttpV1","HealthCheckV1","Http","HttpRequest","KIND","SingleConcurrency","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","app_id","body","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","capabilities","cli_args","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","debug","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","domains","env","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","expect","extra","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","headers","health_checks","healthcheck","healthy_threshold","http","instaboot","interval","into","into","into","into","into","into","into","into","into","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","limit","max_age","memory","method","mode","mount_path","mounts","name","name","name","other","owner","package","parse_yaml","path","request","requests","scaling","scheduled_tasks","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","sub_path","timeout","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_yaml","to_yaml_value","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unhealthy_threshold","volumes","HealthCheckHttpV1","HealthCheckV1","Http","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deserialize","deserialize","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","healthy_threshold","interval","into","into","json_schema","json_schema","request","schema_id","schema_id","schema_name","schema_name","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unhealthy_threshold","HttpHeader","HttpRequest","HttpRequestExpect","__clone_box","__clone_box","__clone_box","body","body_includes","body_regex","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","deserialize","deserialize","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","expect","fmt","fmt","fmt","from","from","from","headers","into","into","into","json_schema","json_schema","json_schema","method","name","path","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","serialize","serialize","serialize","status_codes","timeout","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","value","CargoWasmerPackageAnnotation","__clone_box","abi","bindings","borrow","borrow_mut","clone","clone_into","deserialize","eq","equivalent","equivalent","equivalent","fmt","from","fs","into","namespace","package","serialize","to_owned","try_from","try_into","type_id","wasmer_extra_flags","Sha256Hash","Sha256HashParseError","__clone_box","__clone_box","as_bytes","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","compare","eq","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from_bytes","from_str","hash","into","into","json_schema","message","partial_cmp","schema_name","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","value","Abi","Bindings","CannotSaveManifest","Command","CommandAnnotations","CommandV1","CommandV2","CurrentPackage","Dependency","DuplicateCommand","DuplicateModule","Emscripten","File","FileCommandAnnotations","FileKind","FileNotFound","Hash","Hash","Ident","ImportedFileNotFound","ImportsError","InvalidEntrypoint","Json","LICENSE_PATHS","MANIFEST_FILE_NAME","Manifest","ManifestBuilder","ManifestBuilderError","ManifestError","MissingABI","MissingDependency","MissingManifest","MissingModuleForCommand","Module","ModuleReference","Named","Named","Named","NamedPackageId","NamedPackageIdent","None","Package","PackageBuilder","PackageBuilderError","PackageHash","PackageId","PackageIdent","PackageParseError","PackageSource","Path","README_PATHS","Raw","Read","Sha256","Tag","TomlParseError","UninitializedField","UninitializedField","Url","V1","V2","ValidationError","ValidationError","ValidationError","ValidationError","VersionReq","WASM4","Wai","WaiBindings","WaiParse","Wasi","Wit","WitBindings","Yaml","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","abi","add_dependency","annotations","bindings","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","build","build","builder","builder","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","cmp","commands","commands","commands","compare","create_empty","create_empty","default","default","default","dependencies","dependencies","dependencies","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","disable_command_rename","disable_command_rename","disable_command_rename","entrypoint","entrypoint","entrypoint","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","error","exports","file","find_in_directory","fmt","fmt","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_name","from_str","from_str","fs","fs","fs","full_name","get_annotations","get_imported_wai_files","get_module","get_name","homepage","homepage","homepage","imports","interfaces","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","is_none","json_to_cbor_value","kind","kind","license","license","license","license_file","license_file","license_file","locate_file","main_args","map_fs","message","module","module","modules","modules","modules","name","name","name","name","name","name","name","named_package_ident","namespace","new","new","package","package","package","package","package_hash","package_id","package_ident","package_source","parse","partial_cmp","private","private","private","readme","readme","readme","referenced_files","referenced_files","registry","remove_dependency","rename_commands_to_raw_command_name","rename_commands_to_raw_command_name","rename_commands_to_raw_command_name","repository","repository","repository","runner","save","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","source","source","source","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_str","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","toml_to_cbor_value","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","validate","value","version","version","version","version","wai_version","wasmer_extra_flags","wasmer_extra_flags","wasmer_extra_flags","wit_bindgen","wit_exports","with_command","with_dependency","with_module","yaml_to_cbor_value","error","path","path","path","referenced_by","dependency","module","module","available_commands","command","command","command","dependency","entrypoint","module","module","module_ref","name","name","PackageParseError","__clone_box","borrow","borrow_mut","clone","clone_into","eq","equivalent","equivalent","equivalent","fmt","fmt","from","into","message","new","to_owned","to_string","try_from","try_into","type_id","value","Named","NamedPackageIdent","Tag","VersionReq","__clone_box","__clone_box","as_named","as_version_req","borrow","borrow","borrow_mut","borrow_mut","build","build_identifier","clone","clone","clone_into","clone_into","deserialize","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from_str","from_str","full_name","hash","hash","into","into","json_schema","name","namespace","registry","registry_url","schema_name","serialize","tag","tag_str","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from_full_name_and_version","try_into","try_into","type_id","type_id","version_opt","version_or_default","PackageHash","SHA256_STR_PREFIX","Sha256","__clone_box","as_sha256","borrow","borrow_mut","clone","clone_into","cmp","compare","deserialize","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_sha256_bytes","from_str","hash","into","json_schema","partial_cmp","schema_name","serialize","to_owned","to_string","try_from","try_into","type_id","Hash","Named","NamedPackageId","PackageId","__clone_box","__clone_box","as_hash","as_named","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","full_name","hash","hash","into","into","json_schema","new_named","partial_cmp","partial_cmp","schema_name","to_owned","to_owned","to_string","to_string","try_from","try_from","try_into","try_into","try_new","type_id","type_id","version","Hash","Named","PackageIdent","__clone_box","as_hash","as_named","borrow","borrow_mut","clone","clone_into","deserialize","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_str","hash","into","json_schema","schema_name","serialize","to_owned","to_string","try_from","try_into","type_id","Ident","PackageSource","Path","Url","__clone_box","as_hash","as_ident","as_named","as_path","as_url","borrow","borrow_mut","clone","clone_into","deserialize","eq","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from","from_str","hash","into","json_schema","schema_name","serialize","to_owned","to_string","try_from","try_into","type_id"],"q":[[0,"wasmer_config"],[4,"wasmer_config::app"],[251,"wasmer_config::app::healthcheck"],[300,"wasmer_config::app::http"],[377,"wasmer_config::cargo_annotations"],[402,"wasmer_config::hash"],[447,"wasmer_config::package"],[964,"wasmer_config::package::ImportsError"],[969,"wasmer_config::package::ModuleReference"],[972,"wasmer_config::package::ValidationError"],[983,"wasmer_config::package::error"],[1005,"wasmer_config::package::named_package_ident"],[1068,"wasmer_config::package::package_hash"],[1101,"wasmer_config::package::package_id"],[1159,"wasmer_config::package::package_ident"],[1190,"wasmer_config::package::package_source"],[1228,"dyn_clone::sealed"],[1229,"core::result"],[1230,"serde::de"],[1231,"core::fmt"],[1232,"core::fmt"],[1233,"schemars::schema"],[1234,"anyhow"],[1235,"alloc::borrow"],[1236,"alloc::string"],[1237,"serde::ser"],[1238,"serde_yaml::error"],[1239,"serde_yaml::value"],[1240,"core::any"],[1241,"core::cmp"],[1242,"core::hash"],[1243,"core::option"],[1244,"semver"],[1245,"semver"],[1246,"alloc::vec"],[1247,"std::collections::hash::map"],[1248,"std::path"],[1249,"core::convert"],[1250,"toml::de"],[1251,"std::path"],[1252,"serde_cbor::value"],[1253,"serde_json::value"],[1254,"anyhow"],[1255,"toml::value"],[1256,"url"],[1257,"semver::parse"]],"d":["User-facing app.yaml file config: AppConfigV1.","Rust and cargo specific annotations used to interoperate …","","Wasmer package definitions.","Enables accelerated instance boot times with startup …","Restricted version of [super::CapabilityMapV1], with only …","Memory capability settings.","User-facing app.yaml config file for apps.","","","","","","","Header added to Edge app HTTP responses. The value …","Health check configuration for http endpoints.","","","Defines an HTTP request.","","","","","","","","","","","","App id assigned by the backend.","Request body as a string.","","","","","","","","","","","","","","","","","","","","Only applicable for runners that accept CLI arguments.","","","","","","","","","","","","","","","","","","","Enable debug mode, which will show detailed error pages in …","","","","","","","","","","Domains for the app.","Environment variables.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Capture extra fields for forwards compatibility.","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","HTTP headers added to the request.","","","Number of retries before the health check is considered …","","Enables app bootstrapping with startup snapshots.","Interval for the health check.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","Memory limit for an instance.","Maximum age of snapshots.","Instance memory settings.","HTTP method.","","Path to mount the volume at.","","Name of the app.","","","Additional unknown capabilities.","Owner of the app.","The package to execute.","","Request path.","","HTTP requests to perform during startup snapshot creation. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sub-path within the volume to mount.","Request timeout.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Number of retries before the health check is considered …","","Health check configuration for http endpoints.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Number of retries before the health check is considered …","Interval for the health check.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","Number of retries before the health check is considered …","Definition for an HTTP header.","Defines an HTTP request.","Validation checks for an HttpRequest.","","","","Request body as a string.","Text that must be present in the response body.","Regular expression that must match against the response …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","HTTP headers added to the request.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","HTTP method.","","Request path.","","","","","","","","","","Expected HTTP status codes.","Request timeout.","","","","","","","","","","","","","","The annotation used by cargo wapm when it parses the …","","The ABI to use when adding the compiled crate to the …","Binding declarations for the crate.","","","","","","","","","","","Returns the argument unchanged.","Filesystem mappings.","Calls U::from(self).","The namespace this package should be published under.","The name the package should be published under, if it …","","","","","","Extra flags that should be passed to the wasmer CLI.","Sha256 hash, represented as bytes.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","The ABI is a hint to WebAssembly runtimes about what …","The interface exposed by a Module.","","","Annotations for a command.","Describes a command for a wasmer module.","An executable command.","A module in the current package.","A module that will be provided by a dependency, in …","","","","Annotations that will be read from a file on disk.","Annotations on disk.","The different formats that FileCommandAnnotations can be …","","","","An identifier in the format prescribed by [WebcIdent].","","Errors that may occur when resolving Bindings imports.","","A *.json file that will be deserialized using serde_json.","","The default name for the manifest file.","The manifest represents the file used to describe a Wasm …","Builder for Manifest.","Error type for ManifestBuilder","Errors that may occur while working with a Manifest.","","","","","A file which may be executed by a Command. Sometimes also …","A reference to a module which may or may not come from …","","","","","Parsed representation of a package identifier.","","Package definition for a Wasmer package.","Builder for Package.","Error type for PackageBuilder","Hash for a package.","","","Error that occurs during package ident/source parsing.","Source location of a package.","An absolute or relative (dot-leading) path.","","Annotations that are specified inline.","","","","","Uninitialized field","Uninitialized field","","","","Errors that may be returned by Manifest::validate().","Custom validation error","Custom validation error","","","","","","","","","","A *.yaml file that will be deserialized using serde_yaml.","","","","","","","","","","","","","","","","","The ABI this module satisfies.","add a dependency","Extra annotations that will be consumed by the runner.","Interface definitions that can be used to generate …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Builds a new Package.","Builds a new Manifest.","Create a PackageBuilder populated with all mandatory …","Create a ManifestBuilder populated with all mandatory …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Commands the package makes available to users.","Commands the package makes available to users.","Commands the package makes available to users.","","Create an empty builder, with all fields set to None or …","Create an empty builder, with all fields set to None or …","","","","The package’s dependencies.","The package’s dependencies.","The package’s dependencies.","A brief description of the package.","A brief description of the package.","A brief description of the package.","","","","","","","","","","","","","","","","","","The name of the command that should be used by wasmer run …","The name of the command that should be used by wasmer run …","The name of the command that should be used by wasmer run …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The *.wai file defining the interface this package exposes.","The path to the annotations file.","Construct a manifest by searching in 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.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 Abi from its human-friendly name.","","","The mappings used when making bundled assets available to …","The mappings used when making bundled assets available to …","The mappings used when making bundled assets available to …","","Get annotations, automatically loading them from a file …","Parse a *.wai file to find the absolute path for any other …","Get the module this Command refers to.","Get the command’s name.","The website used as the package’s homepage.","The website used as the package’s homepage.","The website used as the package’s homepage.","The *.wai files for any functionality this package imports …","WebAssembly interfaces this module requires.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Is this a Abi::None?","","Which format are the annotations saved in?","","A SPDX license specifier for this package.","A SPDX license specifier for this package.","A SPDX license specifier for this package.","The location of the license file, useful for non-standard …","The location of the license file, useful for non-standard …","The location of the license file, useful for non-standard …","","","Include a directory on the host in the package and make it …","","","The module containing this command’s executable.","WebAssembly modules to be published.","WebAssembly modules to be published.","WebAssembly modules to be published.","The package’s name in the form namespace/name.","","The package’s name in the form namespace/name.","The package’s name in the form namespace/name.","","The name of the command.","The name used to refer to this module.","","","","","Metadata about the package itself.","","Metadata about the package itself.","Metadata about the package itself.","","","","","Parse a Manifest from its TOML representation.","","Mark this as a private package","Mark this as a private package","Mark this as a private package","The package’s README file.","The package’s README file.","The package’s README file.","Get all files that make up this interface.","","","remove dependency by package name","Unlike, disable-command-rename which prevents …","Unlike, disable-command-rename which prevents …","Unlike, disable-command-rename which prevents …","A URL pointing to the package’s source code.","A URL pointing to the package’s source code.","A URL pointing to the package’s source code.","The runner to use when running this command.","Write the manifest to permanent storage","","","","","","","","","","","","","","","","","The location of the module file on disk, relative to the …","","","","","","","","","","","","","","","","","","Get the ABI’s human-friendly name.","","","","","Convert a Manifest to its TOML representation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Validate this Manifest to check for common semantic errors.","","The package’s version number.","","The package’s version number.","The package’s version number.","The version of the WAI format being used.","","","","The version of the WIT format being used.","The *.wit file’s location on disk.","Add a Command to the Manifest.","Add a dependency to the Manifest.","Add a Module to the Manifest.","","","","","","","The name of the dependency the module comes from.","The name of the module.","The name of the module.","","","","","","","","","","","","Error that occurs during package ident/source parsing.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","Parsed representation of a package identifier.","","","","","","","","","","","","Build the ident for a package.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Namespaced name.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Hash for a package.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","An identifier in the format prescribed by [WebcIdent].","Source location of a package.","An absolute or relative (dot-leading) path.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,27,0,3,5,3,4,5,6,7,8,9,10,11,3,29,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,3,3,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,3,3,4,5,6,7,8,9,10,11,3,3,3,4,5,6,7,8,9,10,11,3,3,3,4,4,4,5,5,5,6,6,6,7,7,7,8,8,8,9,9,9,10,10,10,11,11,11,29,3,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,29,3,0,28,0,9,28,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,10,11,9,29,4,7,6,3,6,8,9,3,3,3,29,28,11,3,3,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,7,29,3,4,5,6,7,8,9,10,11,3,3,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,3,4,5,6,7,8,9,10,11,28,3,0,0,27,27,28,27,28,27,28,27,28,27,28,27,28,27,28,27,27,27,28,28,28,27,28,27,28,28,28,27,28,27,28,28,27,28,27,28,27,28,27,28,27,28,27,28,27,28,28,0,0,0,29,30,31,29,31,31,29,30,31,29,30,31,29,30,31,29,30,31,29,30,31,29,30,31,29,29,29,30,30,30,31,31,31,29,29,30,31,29,30,31,29,29,30,31,29,30,31,29,30,29,29,30,31,29,30,31,29,30,31,31,29,29,30,31,29,30,31,29,30,31,29,30,31,30,0,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,33,36,33,33,36,33,36,33,36,33,36,33,33,33,33,33,33,33,33,36,36,33,36,33,33,33,33,36,33,36,33,33,33,36,33,36,33,36,33,36,33,36,36,0,0,64,0,0,0,0,53,53,63,63,49,54,0,0,67,84,86,87,67,0,63,56,0,0,0,0,0,0,63,63,64,63,0,0,79,84,86,0,0,49,0,0,0,0,0,0,0,0,87,0,54,67,83,0,64,44,46,87,50,50,0,44,46,64,79,49,58,0,67,49,58,0,56,49,43,42,50,51,52,53,54,55,56,57,58,59,60,40,45,57,40,52,57,49,43,42,44,50,51,52,53,54,55,56,57,58,59,60,67,40,45,46,64,63,49,43,42,44,50,51,52,53,54,55,56,57,58,59,60,67,40,45,46,64,63,42,45,43,40,49,43,42,50,51,52,53,54,55,56,57,58,59,60,40,45,49,43,42,50,51,52,53,54,55,56,57,58,59,60,40,45,56,45,40,45,56,42,45,49,42,45,45,40,45,42,43,42,49,43,50,51,52,53,54,55,56,57,58,59,60,40,42,43,42,42,43,42,49,50,51,52,53,54,55,56,57,58,59,60,63,49,49,49,55,55,55,56,56,56,57,57,57,58,58,58,59,59,59,60,60,60,0,60,55,40,49,49,43,44,44,50,51,52,53,53,54,55,56,57,58,59,60,67,67,40,46,46,64,64,63,63,49,43,42,44,44,44,50,51,52,53,54,55,56,57,58,59,60,67,40,45,46,46,46,64,64,64,63,49,49,53,45,40,45,81,52,0,50,50,42,43,42,60,57,49,43,42,44,50,51,52,53,54,55,56,57,58,59,60,67,40,45,46,64,63,49,0,55,57,42,43,42,42,43,42,0,51,45,78,51,52,45,40,45,42,80,43,42,51,52,57,0,80,42,45,45,51,40,45,0,0,0,0,40,56,42,43,42,42,43,42,58,60,80,40,42,43,42,42,43,42,52,40,49,43,50,51,52,53,54,55,56,57,58,59,60,40,67,64,57,80,49,43,42,50,51,52,53,54,55,56,57,58,59,60,40,45,49,49,44,53,67,40,46,64,63,0,49,43,42,44,50,51,52,53,54,55,56,57,58,59,60,67,40,45,46,64,63,49,43,42,44,50,51,52,53,54,55,56,57,58,59,60,67,40,45,46,64,63,49,43,42,44,50,51,52,53,54,55,56,57,58,59,60,67,40,45,46,64,63,40,78,42,81,43,42,60,42,43,42,59,59,45,45,45,0,88,89,90,88,89,91,92,91,93,94,95,96,96,93,94,95,96,97,98,0,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,78,79,0,0,79,79,80,79,79,79,80,79,80,80,80,79,80,79,80,80,79,80,79,79,79,80,80,80,79,79,80,80,79,80,80,79,80,80,79,80,79,80,80,80,80,80,80,80,80,80,80,79,80,79,80,79,80,80,79,80,79,80,80,80,0,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,84,84,0,0,81,84,84,84,81,84,81,84,81,84,81,84,81,84,81,84,81,84,81,81,81,84,84,84,81,81,84,84,81,84,84,84,81,81,84,81,84,84,84,81,84,84,81,84,81,84,81,84,81,84,81,81,84,81,86,86,0,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,87,0,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[3,3],[4,4],[5,5],[6,6],[7,7],[8,8],[9,9],[10,10],[11,11],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[-1,[[12,[3]]],13],[-1,[[12,[4]]],13],[-1,[[12,[5]]],13],[-1,[[12,[6]]],13],[-1,[[12,[7]]],13],[-1,[[12,[8]]],13],[-1,[[12,[9]]],13],[-1,[[12,[10]]],13],[-1,[[12,[11]]],13],0,0,[[3,3],14],[[4,4],14],[[5,5],14],[[6,6],14],[[7,7],14],[[8,8],14],[[9,9],14],[[10,10],14],[[11,11],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],0,0,[[3,15],16],[[4,15],16],[[5,15],16],[[6,15],16],[[7,15],16],[[8,15],16],[[9,15],16],[[10,15],16],[[11,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,18],[17,18],[17,18],[17,18],[17,18],[17,18],[17,18],[17,18],[17,18],0,0,0,0,0,0,0,0,0,0,0,0,0,[19,[[12,[3,20]]]],0,0,0,0,0,[[],[[21,[19]]]],[[],[[21,[19]]]],[[],[[21,[19]]]],[[],[[21,[19]]]],[[],[[21,[19]]]],[[],[[21,[19]]]],[[],[[21,[19]]]],[[],[[21,[19]]]],[[],[[21,[19]]]],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[3,-1],12,23],[[4,-1],12,23],[[5,-1],12,23],[[6,-1],12,23],[[7,-1],12,23],[[8,-1],12,23],[[9,-1],12,23],[[10,-1],12,23],[[11,-1],12,23],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[3,[[12,[22,24]]]],[3,[[12,[25,24]]]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[27,27],[28,28],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[-1,[[12,[27]]],13],[-1,[[12,[28]]],13],[[27,27],14],[[28,28],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[27,15],16],[[28,15],16],[-1,-1,[]],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[17,18],[17,18],0,[[],[[21,[19]]]],[[],[[21,[19]]]],[[],22],[[],22],[[27,-1],12,23],[[28,-1],12,23],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],[-1,26,[]],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,29],[30,30],[31,31],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[-1,[[12,[29]]],13],[-1,[[12,[30]]],13],[-1,[[12,[31]]],13],[[29,29],14],[[30,30],14],[[31,31],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],0,[[29,15],16],[[30,15],16],[[31,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[17,18],[17,18],[17,18],0,0,0,[[],[[21,[19]]]],[[],[[21,[19]]]],[[],[[21,[19]]]],[[],22],[[],22],[[],22],[[29,-1],12,23],[[30,-1],12,23],[[31,-1],12,23],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],0,0,[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[32,32],[[-1,-2],2,[],[]],[-1,[[12,[32]]],13],[[32,32],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[32,15],16],[-1,-1,[]],0,[-1,-2,[],[]],0,0,[[32,-1],12,23],[-1,-2,[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[33,[[35,[34]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[33,33],[36,36],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[33,33],37],[[-1,-2],37,[],[]],[[33,33],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[33,15],16],[[33,15],16],[[36,15],16],[[36,15],16],[-1,-1,[]],[-1,-1,[]],[[[35,[34]]],33],[19,[[12,[33]]]],[[33,-1],2,38],[-1,-2,[],[]],[-1,-2,[],[]],[17,18],0,[[33,33],[[39,[37]]]],[[],22],[-1,-2,[],[]],[-1,-2,[],[]],[-1,22,[]],[-1,22,[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],[-1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[[40,22,41],2],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[42,[[12,[43,44]]]],[45,[[12,[40,46]]]],[[-1,47,-2],42,[[48,[22]]],[[48,[22]]]],[43,45],[49,49],[43,43],[42,42],[50,50],[51,51],[52,52],[53,53],[54,54],[55,55],[56,56],[57,57],[58,58],[59,59],[60,60],[40,40],[45,45],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[56,56],37],[[45,[61,[50]]],45],0,0,[[-1,-2],37,[],[]],[[],42],[[],45],[[],49],[[],42],[[],45],[[45,[62,[22,41]]],45],0,0,[[42,-1],42,[[48,[22]]]],0,0,[-1,[[12,[49]]],13],[-1,[[12,[43]]],13],[-1,[[12,[50]]],13],[-1,[[12,[51]]],13],[-1,[[12,[52]]],13],[-1,[[12,[53]]],13],[-1,[[12,[54]]],13],[-1,[[12,[55]]],13],[-1,[[12,[56]]],13],[-1,[[12,[57]]],13],[-1,[[12,[58]]],13],[-1,[[12,[59]]],13],[-1,[[12,[60]]],13],[-1,[[12,[40]]],13],[[42,14],42],0,0,[[42,-1],42,[[48,[22]]]],0,0,[[49,49],14],[[50,50],14],[[51,51],14],[[52,52],14],[[53,53],14],[[54,54],14],[[55,55],14],[[56,56],14],[[57,57],14],[[58,58],14],[[59,59],14],[[60,60],14],[[63,63],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],0,0,0,[-1,[[12,[40,64]]],[[66,[65]]]],[[49,15],16],[[49,15],16],[[43,15],16],[[44,15],16],[[44,15],16],[[50,15],16],[[51,15],16],[[52,15],16],[[53,15],16],[[53,15],16],[[54,15],16],[[55,15],16],[[56,15],16],[[57,15],16],[[58,15],16],[[59,15],16],[[60,15],16],[[67,15],16],[[67,15],16],[[40,15],16],[[46,15],16],[[46,15],16],[[64,15],16],[[64,15],16],[[63,15],16],[[63,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[68,44],[22,44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[68,46],[22,46],[-1,-1,[]],[69,64],[63,64],[-1,-1,[]],[19,49],[19,[[12,[49]]]],[19,[[12,[53]]]],[[45,[71,[22,70]]],45],0,0,0,[[52,65],[[12,[[39,[72]],22]]]],[65,[[12,[[61,[70]],67]]]],[50,53],[50,19],[[42,-1],42,[[48,[22]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[49,14],[73,72],0,0,[[42,-1],42,[[48,[22]]]],0,0,[[42,-1],42,[[48,[70]]]],0,0,[[65,[74,[19]]],[[39,[70]]]],0,[[45,-1,-2],45,[[48,[22]]],[[48,[70]]]],0,0,0,[[45,[61,[57]]],45],0,0,[[42,-1],42,[[48,[22]]]],0,0,0,0,0,0,0,0,[[-1,47,-2],42,[[48,[22]]],[[48,[22]]]],[43,45],[[45,[39,[43]]],45],0,0,0,0,0,0,0,[19,[[12,[40,69]]]],[[56,56],[[39,[37]]]],[[42,14],42],0,0,[[42,-1],42,[[48,[70]]]],0,0,[[58,65],[[12,[[61,[70]],67]]]],[[60,65],[[12,[[61,[70]],67]]]],0,[[40,19],[[39,[41]]]],[[42,14],42],0,0,[[42,-1],42,[[48,[22]]]],0,0,0,[[40,-1],[[75,[2]]],[[66,[65]]]],[[49,-1],12,23],[[43,-1],12,23],[[50,-1],12,23],[[51,-1],12,23],[[52,-1],12,23],[[53,-1],12,23],[[54,-1],12,23],[[55,-1],12,23],[[56,-1],12,23],[[57,-1],12,23],[[58,-1],12,23],[[59,-1],12,23],[[60,-1],12,23],[[40,-1],12,23],[67,[[39,[76]]]],[64,[[39,[76]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[49,19],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[40,[[75,[22]]]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[77,72],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[-1,26,[]],[40,[[12,[2,63]]]],0,[[42,-1],42,[[48,[47]]]],0,0,0,0,[[42,-1],42,[[48,[22]]]],0,0,0,0,[[45,50],45],[[45,-1,41],45,[[48,[22]]]],[[45,57],45],[25,72],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[78,78],[[-1,-2],2,[],[]],[[78,78],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[78,15],16],[[78,15],16],[-1,-1,[]],[-1,-2,[],[]],0,[[-1,-2],78,[[48,[22]]],[[48,[22]]]],[-1,-2,[],[]],[-1,22,[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[79,[[39,[22]]]],[79,[[39,[41]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[80,22],[80,22],[79,79],[80,80],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[-1,[[12,[80]]],13],[[79,79],14],[[80,80],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[79,15],16],[[79,15],16],[[80,15],16],[[80,15],16],[-1,-1,[]],[-1,-1,[]],[81,80],[19,[[12,[79]]]],[19,[[12,[80]]]],[80,22],[[79,-1],2,38],[[80,-1],2,38],[-1,-2,[],[]],[-1,-2,[],[]],[17,18],0,0,0,[80,[[12,[[39,[82]],78]]]],[[],22],[[80,-1],12,23],0,[80,[[39,[22]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,22,[]],[-1,22,[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[[19,19],[[12,[80,78]]]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],[-1,26,[]],[80,[[39,[41]]]],[80,41],0,0,0,[[-1,1],2,[]],[83,[[39,[33]]]],[-1,-2,[],[]],[-1,-2,[],[]],[83,83],[[-1,-2],2,[],[]],[[83,83],37],[[-1,-2],37,[],[]],[-1,[[12,[83]]],13],[[83,83],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[83,15],16],[[83,15],16],[33,83],[-1,-1,[]],[[[35,[34]]],83],[19,[[12,[83]]]],[[83,-1],2,38],[-1,-2,[],[]],[17,18],[[83,83],[[39,[37]]]],[[],22],[[83,-1],12,23],[-1,-2,[],[]],[-1,22,[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[84,[[39,[83]]]],[84,[[39,[81]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[81,81],[84,84],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[81,81],37],[[84,84],37],[[-1,-2],37,[],[]],[[-1,-2],37,[],[]],[[81,81],14],[[84,84],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[81,15],16],[[81,15],16],[[84,15],16],[[84,15],16],[-1,-1,[]],[83,84],[81,84],[-1,-1,[]],0,[[81,-1],2,38],[[84,-1],2,38],[-1,-2,[],[]],[-1,-2,[],[]],[17,18],[[-1,47],84,[[48,[22]]]],[[81,81],[[39,[37]]]],[[84,84],[[39,[37]]]],[[],22],[-1,-2,[],[]],[-1,-2,[],[]],[-1,22,[]],[-1,22,[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[[-1,-2],[[12,[81,85]]],[[48,[22]]],[[66,[19]]]],[-1,26,[]],[-1,26,[]],0,0,0,0,[[-1,1],2,[]],[86,[[39,[83]]]],[86,[[39,[80]]]],[-1,-2,[],[]],[-1,-2,[],[]],[86,86],[[-1,-2],2,[],[]],[-1,[[12,[86]]],13],[[86,86],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[86,15],16],[[86,15],16],[83,86],[80,86],[-1,-1,[]],[19,[[12,[86]]]],[[86,-1],2,38],[-1,-2,[],[]],[17,18],[[],22],[[86,-1],12,23],[-1,-2,[],[]],[-1,22,[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]],0,0,0,0,[[-1,1],2,[]],[87,[[39,[83]]]],[87,[[39,[86]]]],[87,[[39,[80]]]],[87,[[39,[22]]]],[87,[[39,[82]]]],[-1,-2,[],[]],[-1,-2,[],[]],[87,87],[[-1,-2],2,[],[]],[-1,[[12,[87]]],13],[[87,87],14],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[-1,-2],14,[],[]],[[87,15],16],[[87,15],16],[81,87],[-1,-1,[]],[84,87],[83,87],[86,87],[80,87],[19,[[12,[87]]]],[[87,-1],2,38],[-1,-2,[],[]],[17,18],[[],22],[[87,-1],12,23],[-1,-2,[],[]],[-1,22,[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,26,[]]],"c":[452,650,794,797,806,814,834,956],"p":[[3,"Private",1228],[15,"tuple"],[3,"AppConfigV1",4],[3,"AppScalingConfigV1",4],[4,"AppScalingModeV1",4],[3,"AppVolume",4],[3,"AppVolumeMount",4],[3,"AppScheduledTask",4],[3,"AppConfigCapabilityMapV1",4],[3,"AppConfigCapabilityMemoryV1",4],[3,"AppConfigCapabilityInstaBootV1",4],[4,"Result",1229],[8,"Deserializer",1230],[15,"bool"],[3,"Formatter",1231],[6,"Result",1231],[3,"SchemaGenerator",1232],[4,"Schema",1233],[15,"str"],[3,"Error",1234],[4,"Cow",1235],[3,"String",1236],[8,"Serializer",1237],[3,"Error",1238],[4,"Value",1239],[3,"TypeId",1240],[4,"HealthCheckV1",251],[3,"HealthCheckHttpV1",251],[3,"HttpRequest",300],[3,"HttpHeader",300],[3,"HttpRequestExpect",300],[3,"CargoWasmerPackageAnnotation",377],[3,"Sha256Hash",402],[15,"u8"],[15,"array"],[3,"Sha256HashParseError",402],[4,"Ordering",1241],[8,"Hasher",1242],[4,"Option",1243],[3,"Manifest",447],[3,"VersionReq",1244],[3,"PackageBuilder",447],[3,"Package",447],[4,"PackageBuilderError",447],[3,"ManifestBuilder",447],[4,"ManifestBuilderError",447],[3,"Version",1244],[8,"Into",1245],[4,"Abi",447],[4,"Command",447],[3,"CommandV1",447],[3,"CommandV2",447],[4,"ModuleReference",447],[4,"CommandAnnotations",447],[3,"FileCommandAnnotations",447],[4,"FileKind",447],[3,"Module",447],[4,"Bindings",447],[3,"WitBindings",447],[3,"WaiBindings",447],[3,"Vec",1246],[3,"HashMap",1247],[4,"ValidationError",447],[4,"ManifestError",447],[3,"Path",1248],[8,"AsRef",1245],[4,"ImportsError",447],[3,"UninitializedFieldError",1249],[3,"Error",1250],[3,"PathBuf",1248],[3,"IndexMap",1251],[4,"Value",1252],[4,"Value",1253],[15,"slice"],[6,"Result",1234],[8,"Error",1254],[4,"Value",1255],[3,"PackageParseError",983],[4,"Tag",1005],[3,"NamedPackageIdent",1005],[3,"NamedPackageId",1101],[3,"Url",1256],[4,"PackageHash",1068],[4,"PackageId",1101],[3,"Error",1257],[4,"PackageIdent",1159],[4,"PackageSource",1190],[13,"Read",964],[13,"ImportedFileNotFound",964],[13,"WaiParse",964],[13,"Dependency",969],[13,"CurrentPackage",969],[13,"InvalidEntrypoint",972],[13,"MissingABI",972],[13,"MissingModuleForCommand",972],[13,"MissingDependency",972],[13,"DuplicateModule",972],[13,"DuplicateCommand",972]]},\ "wasmer_derive":{"doc":"","t":"YAFFF","n":["ValueType","value_type","check_repr","impl_value_type","zero_padding"],"q":[[0,"wasmer_derive"],[2,"wasmer_derive::value_type"],[5,"syn::derive"],[6,"proc_macro2"],[7,"syn::data"]],"d":["","","We can only validate types that have a well defined layout.","","Zero out any padding bytes between fields."],"i":[0,0,0,0,0],"f":[0,0,[1,2],[1,3],[4,3]],"c":[],"p":[[3,"DeriveInput",5],[15,"tuple"],[3,"TokenStream",6],[4,"Fields",7]]},\ -"wasmer_emscripten":{"doc":"","t":"DDDDDDRDDRRRRLLLLLLMMFFFALLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMMFFFAAMAAAALLLMLLLLLLLLLMFLLFFFLLMALLLLLLLLLLLLLLLLAFAMLLLLLLLLAAAAMLMAMLALMMMMMMLLLLLLMFMLLLLLLLLAALFLLLLMLFAMLMMLMLMMFAFAMMMMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAALLLLLLLLLLLLLLLLLLLLLLLLMAAFFFFFFFFFFFFFFFFFFFFFOFFFFFFFFFFFFFFFFFFFFFFFOOFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDDFFLLFFFFMMMMMMMMLLLLFFFFLLLLLLLLLLLLLLLLFFLLLLLLLLMMLLLLLLLLALLLLLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAFFFFDLFFFLLLLLLLLLLLLLLLLLLLLLLLLFFFFFFFFFFFFFFFFFFFFFOFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFGFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFADRRRRRRRRRRRFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFLLLLLLLLLMMLLLLLLMLFFLLLLLLLFFFFFFFFFFFFFFFFFFFFFLLLLLLFLDLLLLMMMMMMMMMMMLLLLLLFFFFFDMMMFFLLFFFLLLLLFFFFFLLFLLFMMMMMMMMMMMMMLLLLLLFDLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLL","n":["EmEnv","EmscriptenData","EmscriptenFunctions","EmscriptenGlobals","EmscriptenGlobalsData","EmscriptenState","GLOBAL_BASE","LibcDirWrapper","OLD_ABORT_ON_CANNOT_GROW_MEMORY_SIG","STATIC_BASE","STATIC_BUMP","TOTAL_STACK","VERSION","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__private_field","abort","align_memory","allocate_cstr_on_stack","allocate_on_stack","bitwise","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cli_args","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","data","data","default","default","default","default","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","dyn_call_dii","dyn_call_dii_ref","dyn_call_diiii","dyn_call_diiii_ref","dyn_call_i","dyn_call_i_ref","dyn_call_ii","dyn_call_ii_ref","dyn_call_iifi","dyn_call_iifi_ref","dyn_call_iii","dyn_call_iii_ref","dyn_call_iiii","dyn_call_iiii_ref","dyn_call_iiiii","dyn_call_iiiii_ref","dyn_call_iiiiii","dyn_call_iiiiii_ref","dyn_call_iiiiiii","dyn_call_iiiiiii_ref","dyn_call_iiiiiiii","dyn_call_iiiiiiii_ref","dyn_call_iiiiiiiii","dyn_call_iiiiiiiii_ref","dyn_call_iiiiiiiiii","dyn_call_iiiiiiiiii_ref","dyn_call_iiiiiiiiiii","dyn_call_iiiiiiiiiii_ref","dyn_call_iiijj","dyn_call_iiijj_ref","dyn_call_iij","dyn_call_iij_ref","dyn_call_iiji","dyn_call_iiji_ref","dyn_call_iji","dyn_call_iji_ref","dyn_call_j","dyn_call_j_ref","dyn_call_ji","dyn_call_ji_ref","dyn_call_jii","dyn_call_jii_ref","dyn_call_jij","dyn_call_jij_ref","dyn_call_jjj","dyn_call_jjj_ref","dyn_call_v","dyn_call_v_ref","dyn_call_vd","dyn_call_vd_ref","dyn_call_vi","dyn_call_vi_ref","dyn_call_vidd","dyn_call_vidd_ref","dyn_call_vii","dyn_call_vii_ref","dyn_call_viid","dyn_call_viid_ref","dyn_call_viidddddddd","dyn_call_viidddddddd_ref","dyn_call_viidii","dyn_call_viidii_ref","dyn_call_viii","dyn_call_viii_ref","dyn_call_viiii","dyn_call_viiii_ref","dyn_call_viiiii","dyn_call_viiiii_ref","dyn_call_viiiiii","dyn_call_viiiiii_ref","dyn_call_viiiiiii","dyn_call_viiiiiii_ref","dyn_call_viiiiiiii","dyn_call_viiiiiiii_ref","dyn_call_viiiiiiiii","dyn_call_viiiiiiiii_ref","dyn_call_viiiiiiiiii","dyn_call_viiiiiiiiii_ref","dyn_call_viiij","dyn_call_viiij_ref","dyn_call_viiijiiii","dyn_call_viiijiiii_ref","dyn_call_viiijiiiiii","dyn_call_viiijiiiiii_ref","dyn_call_viij","dyn_call_viij_ref","dyn_call_viiji","dyn_call_viiji_ref","dyn_call_viijiii","dyn_call_viijiii_ref","dyn_call_viijj","dyn_call_viijj_ref","dyn_call_vij","dyn_call_vij_ref","dyn_call_viji","dyn_call_viji_ref","dyn_call_vijiii","dyn_call_vijiii_ref","dyn_call_vijj","dyn_call_vijj_ref","dyn_call_vj","dyn_call_vj_ref","dyn_call_vjji","dyn_call_vjji_ref","dynamic_base","dynamictop_ptr","emscripten_call_main","emscripten_get_main_func_name","emscripten_set_up_memory","emscripten_target","env","env_vars","errno","exception","exec","exit","fmt","fmt","fmt","free","free_ref","from","from","from","from","from","from","from","from","funcs","generate_emscripten_env","get_args","get_args_size","get_emscripten_memory_size","get_emscripten_metadata","get_emscripten_table_size","get_env_var","get_env_vars_len","globals","inet","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","io","is_emscripten_module","jmp","jumps","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","libc","linking","lock","macros","malloc","malloc_ref","mapped_dirs","math","memalign","memalign_ref","memory","memory","memory","memory","memory_base","memory_max","memory_min","memset","memset_ref","new","new","new","new","new_with_state","null_function_names","nullfunc","opened_dirs","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","process","pthread","remove_env_var","run_emscripten_instance","set_data","set_env_var","set_functions","set_memory","set_threw","set_threw_ref","set_up_emscripten","signal","stack_alloc","stack_alloc_ref","stack_max","stack_restore","stack_restore_ref","stack_save","stack_save_ref","stacktop","state","static_alloc","storage","store_module_arguments","syscalls","table","table_base","temp_double_ptr","temp_ret_0","time","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","ucontext","unistd","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","use_old_abort_on_cannot_grow_memory","utils","varargs","_llvm_bswap_i64","__Unwind_Backtrace","__Unwind_FindEnclosingFunction","__Unwind_GetIPInfo","___cxa_find_matching_catch_2","___cxa_find_matching_catch_3","___cxa_free_exception","___gxx_personality_v0","___resumeException","_alarm","_atexit","_dladdr","_getdtablesize","_gethostbyaddr","_gethostbyname","_gethostbyname_r","_getloadavg","_getnameinfo","asm_const_i","exit_with_live_runtime","getTempRet0","invoke","invoke_dii","invoke_diiii","invoke_i","invoke_ii","invoke_iifi","invoke_iii","invoke_iiii","invoke_iiiii","invoke_iiiiii","invoke_iiiiiii","invoke_iiiiiiii","invoke_iiiiiiiii","invoke_iiiiiiiiii","invoke_iiiiiiiiiii","invoke_iiijj","invoke_iij","invoke_iiji","invoke_iji","invoke_j","invoke_ji","invoke_jii","invoke_jij","invoke_jjj","invoke_no_return","invoke_no_stack_save","invoke_v","invoke_vd","invoke_vi","invoke_vidd","invoke_vii","invoke_viid","invoke_viidddddddd","invoke_viidii","invoke_viii","invoke_viiii","invoke_viiiii","invoke_viiiiii","invoke_viiiiiii","invoke_viiiiiiii","invoke_viiiiiiiii","invoke_viiiiiiiiii","invoke_viiij","invoke_viiijiiii","invoke_viiijiiiiii","invoke_viij","invoke_viiji","invoke_viijiii","invoke_viijj","invoke_vij","invoke_viji","invoke_vijiii","invoke_vijj","invoke_vj","invoke_vjji","setTempRet0","EmAddrInfo","EmSockAddr","___assert_fail","___build_environment","__clone_box","__clone_box","_fpathconf","_getpagesize","_pathconf","_times","ai_addr","ai_addrlen","ai_canonname","ai_family","ai_flags","ai_next","ai_protocol","ai_socktype","borrow","borrow","borrow_mut","borrow_mut","call_malloc","call_malloc_with_cast","call_memalign","call_memset","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","get_emscripten_data","get_emscripten_funcs","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","sa_data","sa_family","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unix","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","zero_padding_bytes","zero_padding_bytes","_gai_strerror","_getaddrinfo","_getenv","_getgrnam","_getpwnam","_putenv","_setenv","_sysconf","_unsetenv","___seterrno","___cxa_allocate_exception","___cxa_begin_catch","___cxa_current_primary_exception","___cxa_decrement_exception_refcount","___cxa_end_catch","___cxa_increment_exception_refcount","___cxa_pure_virtual","___cxa_rethrow_primary_exception","___cxa_throw","___cxa_uncaught_exception","execl","execle","execvp","exit","addr","getprotobyname","getprotobynumber","sigdelset","sigfillset","strptime","tzset","unix","chroot","getpwuid","printf","putchar","LongJumpRet","__clone_box","__longjmp","__setjmp","_longjmp","as_error","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","fmt","fmt","from","init","into","layout_raw","pointer_metadata","to_owned","to_string","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","current_sigrtmax","current_sigrtmin","endpwent","execv","fexecve","fpathconf","getitimer","getpwent","killpg","pathconf","setpwent","sigismember","sigpending","_dlclose","_dlerror","_dlopen","_dlsym","___lock","___unlock","___wait","_flock","emscripten_memory_pointer","_emscripten_random","_llvm_copysign_f32","_llvm_copysign_f64","_llvm_cos_f64","_llvm_exp2_f32","_llvm_exp2_f64","_llvm_fma_f64","_llvm_log10_f32","_llvm_log10_f64","_llvm_log2_f32","_llvm_log2_f64","_llvm_sin_f64","_llvm_trunc_f64","exp","f64_rem","f64_to_int","fabs","floor","log","pow","sqrt","___map_file","_emscripten_get_heap_size","_emscripten_memcpy_big","_emscripten_resize_heap","abort_on_cannot_grow_memory","abort_on_cannot_grow_memory_old","align_up","alignfault","enlarge_memory","ftfault","get_heap_size","get_total_memory","resize_heap","sbrk","segfault","PidT","_abort","_endgrent","_execve","_exit","_fork","_getgrent","_kill","_llvm_eh_typeid_for","_llvm_stackrestore","_llvm_stacksave","_llvm_trap","_nanosleep","_popen","_prctl","_raise","_sched_yield","_sem_destroy","_sem_init","_sem_post","_sem_wait","_setgrent","_setgroups","_setitimer","_system","_usleep","_utime","_utimes","_wait","_wait3","_wait4","_waitid","_waitpid","abort_stack_overflow","abort_with_message","em_abort","_pthread_attr_destroy","_pthread_attr_getstack","_pthread_attr_init","_pthread_attr_setstacksize","_pthread_cleanup_pop","_pthread_cleanup_push","_pthread_cond_destroy","_pthread_cond_init","_pthread_cond_signal","_pthread_cond_timedwait","_pthread_cond_wait","_pthread_condattr_destroy","_pthread_condattr_init","_pthread_condattr_setclock","_pthread_create","_pthread_detach","_pthread_equal","_pthread_exit","_pthread_getattr_np","_pthread_getspecific","_pthread_join","_pthread_key_create","_pthread_mutex_destroy","_pthread_mutex_init","_pthread_mutexattr_destroy","_pthread_mutexattr_init","_pthread_mutexattr_settype","_pthread_once","_pthread_rwlock_destroy","_pthread_rwlock_init","_pthread_rwlock_rdlock","_pthread_rwlock_unlock","_pthread_rwlock_wrlock","_pthread_self","_pthread_setcancelstate","_pthread_setspecific","_pthread_sigmask","_sigaction","_sigaddset","_sigemptyset","_siginterrupt","_signal","_sigprocmask","_sigsuspend","align_memory","static_alloc","___syscall1","___syscall10","___syscall110","___syscall12","___syscall121","___syscall125","___syscall133","___syscall14","___syscall140","___syscall144","___syscall145","___syscall146","___syscall147","___syscall15","___syscall150","___syscall151","___syscall152","___syscall153","___syscall163","___syscall183","___syscall191","___syscall192","___syscall193","___syscall195","___syscall197","___syscall20","___syscall209","___syscall21","___syscall211","___syscall218","___syscall25","___syscall268","___syscall269","___syscall272","___syscall29","___syscall295","___syscall296","___syscall297","___syscall298","___syscall3","___syscall300","___syscall301","___syscall302","___syscall303","___syscall304","___syscall305","___syscall306","___syscall307","___syscall308","___syscall32","___syscall320","___syscall33","___syscall331","___syscall333","___syscall334","___syscall337","___syscall340","___syscall345","___syscall36","___syscall38","___syscall4","___syscall40","___syscall42","___syscall51","___syscall52","___syscall53","___syscall6","___syscall60","___syscall63","___syscall64","___syscall66","___syscall75","___syscall91","___syscall96","___syscall97","unix","EmPollFd","SOCK_CLOEXC","SOCK_NON_BLOCK","SO_NOSIGPIPE","TCGETS","TCSETSW","WASM_FIOCLEX","WASM_FIONBIO","WASM_TCGETS","WASM_TCSETSW","WASM_TIOCGWINSZ","WASM_TIOCSPGRP","___syscall102","___syscall114","___syscall118","___syscall122","___syscall132","___syscall142","___syscall148","___syscall168","___syscall180","___syscall181","___syscall194","___syscall196","___syscall198","___syscall199","___syscall200","___syscall201","___syscall202","___syscall205","___syscall207","___syscall212","___syscall219","___syscall220","___syscall221","___syscall324","___syscall33","___syscall330","___syscall34","___syscall39","___syscall41","___syscall5","___syscall54","___syscall57","___syscall77","___syscall83","___syscall85","___syscall9","___syscall94","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","events","fd","fmt","from","init","into","layout_raw","pointer_metadata","revents","to_owned","translate_ioctl","translate_socket_name_flag","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","zero_padding_bytes","___clock_gettime","_asctime","_asctime_r","_clock","_clock_getres","_clock_gettime","_clock_settime","_ctime","_ctime_r","_difftime","_gettimeofday","_gmtime","_gmtime_r","_localtime","_localtime_r","_mktime","_strftime","_strftime_l","_time","_timegm","_tvset","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt_time","from","guest_tm","init","into","layout_raw","pointer_metadata","tm_gmtoff","tm_hour","tm_isdst","tm_mday","tm_min","tm_mon","tm_sec","tm_wday","tm_yday","tm_year","tm_zone","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","_getcontext","_makecontext","_setcontext","_swapcontext","confstr","GuestStat","__st_dev_padding","__st_ino_truncated","__st_rdev_padding","allocate_cstr_on_stack","allocate_on_stack","borrow","borrow_mut","copy_cstr_into_wasm","copy_stat_into_wasm","copy_terminated_array_of_cstrs","deref","deref_mut","deserialize","drop","from","get_cstr_path","get_current_directory","get_emscripten_memory_size","get_emscripten_metadata","get_emscripten_table_size","init","into","is_emscripten_module","layout_raw","pointer_metadata","read_string_from_wasm","st_atime","st_blksize","st_blocks","st_ctime","st_dev","st_gid","st_ino","st_mode","st_mtime","st_nlink","st_rdev","st_size","st_uid","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","write_to_buf","VarArgs","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","empty_array","from","from_array","from_c_struct","from_native","from_slice","get","get_str","init","into","into_array","into_c_struct","layout_raw","pointer","pointer_metadata","size","to_native","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","wasm_types","write_c_struct_to_ptr"],"q":[[0,"wasmer_emscripten"],[387,"wasmer_emscripten::bitwise"],[388,"wasmer_emscripten::emscripten_target"],[464,"wasmer_emscripten::env"],[535,"wasmer_emscripten::env::unix"],[544,"wasmer_emscripten::errno"],[545,"wasmer_emscripten::exception"],[555,"wasmer_emscripten::exec"],[558,"wasmer_emscripten::exit"],[559,"wasmer_emscripten::inet"],[560,"wasmer_emscripten::io"],[567,"wasmer_emscripten::io::unix"],[571,"wasmer_emscripten::jmp"],[600,"wasmer_emscripten::libc"],[613,"wasmer_emscripten::linking"],[617,"wasmer_emscripten::lock"],[621,"wasmer_emscripten::macros"],[622,"wasmer_emscripten::math"],[643,"wasmer_emscripten::memory"],[658,"wasmer_emscripten::process"],[694,"wasmer_emscripten::pthread"],[731,"wasmer_emscripten::signal"],[738,"wasmer_emscripten::storage"],[740,"wasmer_emscripten::syscalls"],[816,"wasmer_emscripten::syscalls::unix"],[893,"wasmer_emscripten::time"],[944,"wasmer_emscripten::ucontext"],[948,"wasmer_emscripten::unistd"],[949,"wasmer_emscripten::utils"],[996,"wasmer_emscripten::varargs"],[1032,"dyn_clone::sealed"],[1033,"wasmer::function_env"],[1034,"core::marker"],[1035,"wasmer_types::types"],[1036,"rkyv::with"],[1037,"core::result"],[1038,"wasmer::typed_function"],[1039,"core::option"],[1040,"wasmer::instance"],[1041,"wasmer::errors"],[1042,"wasmer::exports"],[1043,"wasmer::function_env"],[1044,"alloc::string"],[1045,"wasmer::store"],[1046,"core::fmt"],[1047,"core::fmt"],[1048,"wasmer::store"],[1049,"wasmer::module"],[1050,"wasmer_types::units"],[1051,"core::alloc::layout"],[1052,"core::alloc::layout"],[1053,"std::collections::hash::map"],[1054,"core::any"],[1055,"alloc::alloc"],[1056,"alloc::boxed"],[1057,"core::any"],[1058,"wasmer::ptr"],[1059,"std::sync::mutex"],[1060,"core::mem::maybe_uninit"],[1061,"std::os::raw"],[1062,"core::error"],[1063,"libc::unix"],[1064,"libc::unix::linux_like"],[1065,"libc::unix::linux_like::linux::gnu::b64::x86_64"],[1066,"libc::unix::linux_like::linux::gnu::b64::x86_64"],[1067,"wasmer::externals::memory_view"],[1068,"wasmer_types::value"],[1069,"core::array"],[1070,"core::marker"]],"d":["The environment provided to the Emscripten imports.","","","","","State of the emscripten environment (environment …","","","","","","","The current version of this crate","","","","","","","","","","Safety","Safety","","","","","","","","","","","","","","","","","","Command line arguments that this module received","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call the main function in emscripten, assumes that the …","Looks for variations of the main function (usually …","","","","Environment variables in a [key -> value] mapping","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Reads values written by -s EMIT_EMSCRIPTEN_METADATA=1 …","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","We check if a provided module is an Emscripten generated …","","","","","","","","","","","","","","","","","","","","","","Get a reference to the memory","","","","","","","","","Create a new EmEnv, with default value to be set later …","","","","","","","","","","","","","","","","","","Top level function to execute emscripten","","","","","","","Call the global constructors for C++ and set up the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","emscripten: _llvm_bswap_i64","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","emscripten: _getenv // (name: *const char) -> *const …","","","emscripten: _putenv // (name: *const char);","emscripten: _setenv // (name: *const char, name: *const …","","emscripten: _unsetenv // (name: *const char);","","emscripten: ___cxa_allocate_exception","","","","","","","","emscripten: ___cxa_throw TODO: We don’t have support for …","","execl","execle","","","","getprotobyname","getprotobynumber","sigdelset","sigfillset","strptime","tzset","","chroot","getpwuid","printf","putchar","","","longjmp","setjmp","_longjmp","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","emscripten: dlclose(handle: *mut c_void) -> c_int","emscripten: dlerror() -> *mut c_char","emscripten: dlopen(filename: *const c_char, flag: c_int) …","emscripten: dlsym(handle: *mut c_void, symbol: *const …","","","","","","","","","emscripten: _llvm_cos_f64","","","","","emscripten: _llvm_log10_f64","","emscripten: _llvm_log2_f64","emscripten: _llvm_sin_f64","","","","","","","","","","emscripten: ___map_file","emscripten: _emscripten_get_heap_size","emscripten: _emscripten_memcpy_big","emscripten: _emscripten_resize_heap Note: this function …","emscripten: abortOnCannotGrowMemory","emscripten: abortOnCannotGrowMemory","","emscripten: alignfault","emscripten: enlargeMemory","emscripten: ftfault","","emscripten: getTotalMemory","","emscripten: sbrk","emscripten: segfault","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of this call is abort but we want to avoid …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exit","","","","","","","","lseek","","readv","","","","","","","","","","","","","","","","","","","","","","","","","","","","","read","","","","","","","","","","","","","","","","","","","","","write","","","","","","close","","","","","","","","","","","","","","","","","","","","","","","wait4","fsync","uname","getpgid","","fdatasync","poll","","","ftruncate64","lstat64","lchown","","getgid32","","","getgroups","fchown","","madvise","","","fallocate","access","dup3","nice","","dup","open","ioctl","","getrusage","symlink","readlink","link","fchmod","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","OSX and BSD have completely different values, we must …","","","","","","","","emscripten: ___clock_gettime","emscripten: _asctime","emscripten: _asctime_r","emscripten: _clock","","emscripten: _clock_gettime","","","","emscripten: _difftime","emscripten: _gettimeofday","","","emscripten: _localtime","emscripten: _localtime_r","","emscripten: _strftime","emscripten: _strftime_l","emscripten: _time","emscripten: _timegm","emscripten: _tvset","","","","","","","formats time as a C string","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety","Safety","","","This function expects nullbyte to be appended.","","","","","","","Returns the argument unchanged.","This function trys to find an entry in mapdir translating …","gets the current directory handles mapdir logic","","Reads values written by -s EMIT_EMSCRIPTEN_METADATA=1 …","","","Calls U::from(self).","We check if a provided module is an Emscripten generated …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,10,4,11,12,13,14,16,14,0,0,0,0,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,10,10,4,11,12,13,14,10,4,11,12,13,14,33,4,10,4,12,13,14,33,10,4,11,11,16,16,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,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,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,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,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,12,12,12,12,14,14,0,0,0,0,0,10,0,0,0,0,10,11,14,12,12,33,10,4,11,16,12,13,14,4,0,4,4,0,0,0,4,4,13,0,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,0,0,0,13,33,10,4,11,16,12,13,14,0,0,0,0,12,12,13,0,12,12,0,4,33,4,14,33,33,12,12,33,4,12,13,4,33,0,13,33,10,4,11,16,12,13,14,0,0,4,0,4,4,4,4,12,12,0,0,12,12,14,12,12,12,12,14,4,0,0,0,0,33,14,14,13,0,10,4,11,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,0,0,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,51,0,0,0,0,50,50,50,50,50,50,50,50,50,51,50,51,0,0,0,0,50,51,50,51,50,51,50,51,50,51,50,51,50,51,50,51,0,0,50,51,50,51,50,51,50,51,51,51,50,51,50,51,50,51,50,51,0,50,51,50,51,50,51,50,51,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,0,0,61,61,61,61,61,61,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,73,73,73,73,73,0,73,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,0,0,0,0,0,0,74,74,74,0,0,74,74,0,0,0,74,74,74,74,74,0,0,0,0,0,74,74,0,74,74,0,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,0,0,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[3,3],[[[5,[4]],6],[[2,[3,[8,[7]]]]]],[[[5,[4]],3],[[2,[3,[8,[-1]]]]],9],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[10,10],[4,4],[11,11],[12,12],[13,13],[14,14],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[],10],[[],4],[[],12],[[],13],[[],14],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[11],[16,17],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[15,2],[15,2],[15,2],[15,2],[15,2],[15,2],[15,2],0,[12,[[23,[[22,[[2,[20,20,20]],21]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],21]]]]]],0,[12,[[23,[[22,[20,20]]]]]],0,[12,[[23,[[22,[[2,[20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,21,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[20,20]]]]]],0,[12,[[23,[[22,[[2,[20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[20,2]]]]]],0,[12,[[23,[[22,[[2,[20,21]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,21,21]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,21]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,21,21,21,21,21,21,21,21]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,21,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,0,[[24,6,[5,[4]],6,[8,[6]]],[[19,[2,25]]]],[[24,[8,[6]]],[[19,[6,26]]]],[[-1,[27,[4]],28,14],[[19,[2,29]]],30],0,0,0,0,0,0,0,[[10,31],32],[[11,31],32],[[14,31],32],0,[12,[[23,[[22,[3,2]]]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[-1,[27,[4]],33],34,35],[4,[[36,[29]]]],[4,15],[37,[[19,[[2,[38,[23,[38]],39]],29]]]],[37,[[19,[[23,[[2,[3,3]]]],29]]]],[37,[[19,[[2,[3,[23,[3]]]],29]]]],[[4,6],[[23,[29]]]],[4,15],0,0,[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[37,39],0,0,[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],0,0,0,0,0,[12,[[23,[[22,[3,3]]]]]],0,0,0,[12,[[23,[[22,[[2,[3,3]],3]]]]]],0,[[4,3],28],0,0,0,0,0,0,[12,[[23,[[22,[[2,[3,3,3]],3]]]]]],[[-1,[27,[4]],37],[[19,[33,29]]],35],[[],4],[[],12],[[14,[43,[29,42]]],13],[10,4],0,[[[5,[4]],3],2],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[4,6],[[23,[29]]]],[[24,[5,[4]],33,6,[36,[6]],[23,[29]]],[[19,[2,25]]]],[[4,14,[43,[29,42]]],2],[[4,6,6],[[23,[29]]]],[[4,12],2],[[4,28],2],0,[12,[[23,[[22,[[2,[20,20]],2]]]]]],[[-1,24],[[19,[2,25]]],35],0,0,[12,[[23,[[22,[3,3]]]]]],0,0,[12,[[23,[[22,[20,2]]]]]],0,[12,[[23,[[22,[2,20]]]]]],0,0,[[3,3],3],0,[[[5,[4]],[36,[6]]],[[2,[3,3]]]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],0,0,[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],0,0,0,[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]]],20],[[[5,[4]],20],20],[[[5,[4]],20],2],[[[5,[4]],20,20,20,20,20,20],20],[[[5,[4]],20],2],[[[5,[4]],3],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]]],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20,20,20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20,20,20,20,20],20],[[[5,[4]],20],20],[[[5,[4]]],2],[[[5,[4]]],20],0,[[[5,[4]],20,20,20],21],[[[5,[4]],20,20,20,20,20],21],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,21,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20,20,20],20],0,0,[[[5,[4]],20],2],[[[5,[4]],20,21],2],[[[5,[4]],20,20],2],[[[5,[4]],20,20,21,21],2],[[[5,[4]],20,20,20],2],[[[5,[4]],20,20,20,21],2],[[[5,[4]],20,20,20,21,21,21,21,21,21,21,21],2],[[[5,[4]],20,20,20,21,20,20],2],[[[5,[4]],20,20,20,20],2],[[[5,[4]],20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20],2],[[[5,[4]],20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20],2],0,0,[[[5,[4]],48,48,48,48],2],[[[5,[4]],48],2],[[-1,1],2,[]],[[-1,1],2,[]],[[[5,[4]],48,48],48],[[[5,[4]]],3],[[[5,[4]],48,48],48],[[[5,[4]],3],3],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[5,[4]],3],3],[[[5,[4]],3],[[49,[-1]]],9],[[[5,[4]],3,3],3],[[[5,[4]],3,3,3],3],[50,50],[51,51],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[15,2],[[50,31],32],[[51,31],32],[-1,-1,[]],[-1,-1,[]],[[[5,[4]]],[[52,[[23,[13]]]]]],[[[5,[4]]],[[52,[12]]]],[[],15],[[],15],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[]],[[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[-1,44,[]],0,[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[[50,[8,[[53,[7]]]]],2],[[51,[8,[[53,[7]]]]],2],[[[5,[4]],20],20],[[[5,[4]],[49,[54]],[49,[54]],[49,[50]],[49,[[49,[50]]]]],20],[[[5,[4]],20],3],[[[5,[4]],55],55],[[[5,[4]],55],55],[[[5,[4]],55],55],[[[5,[4]],55,55,55],55],[[[5,[4]],55],20],[[[5,[4]],55],55],[[[5,[4]],20],2],[[[5,[4]],3],3],[[[5,[4]],3],20],[[[5,[4]]],3],[[[5,[4]],3],2],[[[5,[4]]],2],[[[5,[4]],3],2],[[[5,[4]]],2],[[[5,[4]],3],2],[[[5,[4]],3,3,3],2],[[[5,[4]]],20],[[[5,[4]],20,20,56],20],[[[5,[4]],20,20,56],20],[[[5,[4]],3,3],20],[[[5,[4]],20],2],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]]],2],0,[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],2],0,[[-1,1],2,[]],[[[5,[4]],3,55],2],[[[5,[4]],3],55],[[[5,[4]],20,55],[[19,[2,57]]]],[-1,58,[]],[-1,-2,[],[]],[-1,-2,[],[]],[57,57],[[-1,-2],2,[],[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[[57,31],32],[[57,31],32],[-1,-1,[]],[[],15],[-1,-2,[],[]],[[],[[19,[40,41]]]],[[]],[-1,-2,[],[]],[-1,29,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[[5,[4]]],20],[[[5,[4]]],20],[[[5,[4]]],2],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]]],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]]],2],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],3],20],[[[5,[4]]],20],[[[5,[4]],3,3],20],[[[5,[4]],3,3],20],[[[5,[4]],55],2],[[[5,[4]],55],2],[[[5,[4]],3,3,3,3],2],[[[5,[4]],3,3],3],0,[[[5,[4]]],21],[[[5,[4]],21,21],21],[[[5,[4]],21,21],21],[[[5,[4]],21],21],[[[5,[4]],59],59],[[[5,[4]],21],21],[[[5,[4]],21,21,21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21,21],21],[[[5,[4]],21],20],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21,21],21],[[[5,[4]],21],21],[[[5,[4]],3,3],55],[[[5,[4]]],3],[[[5,[4]],3,3,3],3],[[[5,[4]],3],3],[[[5,[4]],3],3],[[[5,[4]]],3],[[15,15],15],[[[5,[4]]],2],[[[5,[4]]],3],[[[5,[4]]],2],[[[5,[4]]],3],[[[5,[4]]],3],[[[5,[4]],3],3],[[[5,[4]],20],20],[[[5,[4]]],2],0,[[[5,[4]]],2],[[[5,[4]]],2],[[[5,[4]],20,20,20],20],[[[5,[4]],55],2],[[[5,[4]]],60],[[[5,[4]]],55],[[[5,[4]],20,20],20],[[[5,[4]],3],20],[[[5,[4]],20],2],[[[5,[4]]],20],[[[5,[4]]],2],[[[5,[4]],20,20],20],[[[5,[4]],20,20],55],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]]],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]]],2],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],55],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],55],2],[[[5,[4]],6],2],[[[5,[4]],3],2],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],2],[[[5,[4]],20,20],2],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],2],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]]],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],3,3,3],20],[[[5,[4]],3,3],20],[[[5,[4]],3],20],[[[5,[4]],3,3],20],[[[5,[4]],3,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],20],[3,3],[[3,3],3],[[[5,[4]],55,56],2],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,56],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],20],[[[5,[4]],20,56],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],20],[[[5,[4]],20,56],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,56],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],0,0,0,0,0,0,0,0,0,0,0,0,0,[[[5,[4]],55,56],55],[[[5,[4]],55,56],60],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,56],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,56],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,56],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],60],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[61,61],[[-1,-2],2,[],[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],0,0,[[61,31],32],[-1,-1,[]],[[],15],[-1,-2,[],[]],[[],[[19,[40,41]]]],[[]],0,[-1,-2,[],[]],[3,62],[20,20],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[61,[8,[[53,[7]]]]],2],[[[5,[4]],63,55],55],[[[5,[4]],3],3],[[[5,[4]],3,3],3],[[[5,[4]]],55],[[[5,[4]],20,20],20],[[[5,[4]],63,55],55],[[[5,[4]],20,20],20],[[[5,[4]],3],3],[[[5,[4]],3,3],3],[[[5,[4]],3,3],21],[[[5,[4]],55,55],55],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],3],55],[[[5,[4]],3,3],55],[[[5,[4]],20],20],[[[5,[4]],55,3,55,55],20],[[[5,[4]],55,3,55,55,55],20],[[[5,[4]],3],20],[[[5,[4]],3],20],[[[5,[4]]],2],[-1,-2,[],[]],[-1,-2,[],[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[[[5,[4]],3],64],[-1,-1,[]],0,[[],15],[-1,-2,[],[]],[[],[[19,[40,41]]]],[[]],0,0,0,0,0,0,0,0,0,0,0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[[5,[4]],20],20],[[[5,[4]],20,20,20,20],2],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],0,0,0,0,[[[5,[4]],6],[[2,[3,[8,[7]]]]]],[[[5,[4]],3],[[2,[3,[8,[-1]]]]],9],[-1,-2,[],[]],[-1,-2,[],[]],[[[5,[4]],54],3],[[[5,[4]],3,65],2],[[[5,[4]],54],3],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[-1,-1,[]],[[[5,[4]],66],[[23,[67]]]],[[[5,[4]]],[[23,[42]]]],[37,[[19,[[2,[38,[23,[38]],39]],29]]]],[37,[[19,[[23,[[2,[3,3]]]],29]]]],[37,[[19,[[2,[3,[23,[3]]]],29]]]],[[],15],[-1,-2,[],[]],[37,39],[[],[[19,[40,41]]]],[[]],[[68,3],29],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[[5,[4]],54,3,3],3],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[56,56],[[-1,-2],2,[],[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[[]],[-1,-1,[]],[-1,-2,35,[]],[-1,-2,35,[]],[[],56],[[-1,[8,[69]]],[[19,[-2,70]]],35,[]],[[56,[5,[4]]],-1,71],[[56,[5,[4]]],54],[[],15],[-1,-2,[],[]],[[-1,-2],[],[],35],[[-1,-2],[],[],35],[[],[[19,[40,41]]]],0,[[]],[[],3],[56],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[],[[8,[72]]]],[69,2]],"c":[],"p":[[3,"Private",1032],[15,"tuple"],[15,"u32"],[3,"EmEnv",0],[3,"FunctionEnvMut",1033],[15,"str"],[15,"u8"],[15,"slice"],[8,"Copy",1034],[3,"EmscriptenState",0],[3,"LibcDirWrapper",0],[3,"EmscriptenFunctions",0],[3,"EmscriptenData",0],[3,"EmscriptenGlobalsData",0],[15,"usize"],[3,"OLD_ABORT_ON_CANNOT_GROW_MEMORY_SIG",0],[3,"FunctionType",1035],[3,"With",1036],[4,"Result",1037],[15,"i32"],[15,"f64"],[3,"TypedFunction",1038],[4,"Option",1039],[3,"Instance",1040],[3,"RuntimeError",1041],[4,"ExportError",1042],[3,"FunctionEnv",1033],[3,"Memory",1043],[3,"String",1044],[8,"AsStoreRef",1045],[3,"Formatter",1046],[6,"Result",1046],[3,"EmscriptenGlobals",0],[3,"Imports",1047],[8,"AsStoreMut",1045],[3,"Vec",1048],[3,"Module",1049],[3,"Pages",1050],[15,"bool"],[3,"Layout",1051],[3,"LayoutError",1051],[3,"PathBuf",1052],[3,"HashMap",1053],[3,"TypeId",1054],[3,"Global",1055],[3,"Box",1056],[8,"Any",1054],[6,"c_int",1057],[3,"WasmPtr",1058],[3,"EmAddrInfo",464],[3,"EmSockAddr",464],[3,"MutexGuard",1059],[19,"MaybeUninit",1060],[6,"c_char",1057],[6,"c_int",1061],[3,"VarArgs",996],[3,"LongJumpRet",571],[8,"Error",1062],[15,"f32"],[6,"pid_t",1061],[3,"EmPollFd",816],[6,"c_ulong",1063],[6,"clockid_t",1064],[6,"c_char",1065],[3,"stat",1065],[15,"i8"],[3,"CString",1066],[3,"MemoryView",1067],[19,"RawValue",1068],[3,"TryFromSliceError",1069],[8,"Sized",1034],[4,"Type",1035],[3,"guest_tm",893],[3,"GuestStat",949]]},\ +"wasmer_emscripten":{"doc":"","t":"DDDDDDRDDRRRRLLLLLLMMFFFALLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMLMMFFFAAMAAAALLLMLLLLLLLLLMFLLFFFLLMALLLLLLLLLLLLLLLLAFAMLLLLLLLLAAAAMLMAMLALMMMMMMLLLLLLMFMLLLLLLLLAALFLLLLMLFAMLMMLMLMMFAFAMMMMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAALLLLLLLLLLLLLLLLLLLLLLLLMAAFFFFFFFFFFFFFFFFFFFFFOFFFFFFFFFFFFFFFFFFFFFFFOOFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDDFFLLFFFFMMMMMMMMLLLLFFFFLLLLLLLLLLLLLLLLFFLLLLLLLLMMLLLLLLLLALLLLLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAFFFFDLFFFLLLLLLLLLLLLLLLLLLLLLLLLFFFFFFFFFFFFFFFFFFFFFOFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFGFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFADRRRRRRRRRRRFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFLLLLLLLLLMMLLLLLLMLFFLLLLLLLFFFFFFFFFFFFFFFFFFFFFLLLLLLFLDLLLLMMMMMMMMMMMLLLLLLFFFFFDMMMFFLLFFFLLLLLFFFFFLLFLLFMMMMMMMMMMMMMLLLLLLFDLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLL","n":["EmEnv","EmscriptenData","EmscriptenFunctions","EmscriptenGlobals","EmscriptenGlobalsData","EmscriptenState","GLOBAL_BASE","LibcDirWrapper","OLD_ABORT_ON_CANNOT_GROW_MEMORY_SIG","STATIC_BASE","STATIC_BUMP","TOTAL_STACK","VERSION","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__private_field","abort","align_memory","allocate_cstr_on_stack","allocate_on_stack","bitwise","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cli_args","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","data","data","default","default","default","default","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","dyn_call_dii","dyn_call_dii_ref","dyn_call_diiii","dyn_call_diiii_ref","dyn_call_i","dyn_call_i_ref","dyn_call_ii","dyn_call_ii_ref","dyn_call_iifi","dyn_call_iifi_ref","dyn_call_iii","dyn_call_iii_ref","dyn_call_iiii","dyn_call_iiii_ref","dyn_call_iiiii","dyn_call_iiiii_ref","dyn_call_iiiiii","dyn_call_iiiiii_ref","dyn_call_iiiiiii","dyn_call_iiiiiii_ref","dyn_call_iiiiiiii","dyn_call_iiiiiiii_ref","dyn_call_iiiiiiiii","dyn_call_iiiiiiiii_ref","dyn_call_iiiiiiiiii","dyn_call_iiiiiiiiii_ref","dyn_call_iiiiiiiiiii","dyn_call_iiiiiiiiiii_ref","dyn_call_iiijj","dyn_call_iiijj_ref","dyn_call_iij","dyn_call_iij_ref","dyn_call_iiji","dyn_call_iiji_ref","dyn_call_iji","dyn_call_iji_ref","dyn_call_j","dyn_call_j_ref","dyn_call_ji","dyn_call_ji_ref","dyn_call_jii","dyn_call_jii_ref","dyn_call_jij","dyn_call_jij_ref","dyn_call_jjj","dyn_call_jjj_ref","dyn_call_v","dyn_call_v_ref","dyn_call_vd","dyn_call_vd_ref","dyn_call_vi","dyn_call_vi_ref","dyn_call_vidd","dyn_call_vidd_ref","dyn_call_vii","dyn_call_vii_ref","dyn_call_viid","dyn_call_viid_ref","dyn_call_viidddddddd","dyn_call_viidddddddd_ref","dyn_call_viidii","dyn_call_viidii_ref","dyn_call_viii","dyn_call_viii_ref","dyn_call_viiii","dyn_call_viiii_ref","dyn_call_viiiii","dyn_call_viiiii_ref","dyn_call_viiiiii","dyn_call_viiiiii_ref","dyn_call_viiiiiii","dyn_call_viiiiiii_ref","dyn_call_viiiiiiii","dyn_call_viiiiiiii_ref","dyn_call_viiiiiiiii","dyn_call_viiiiiiiii_ref","dyn_call_viiiiiiiiii","dyn_call_viiiiiiiiii_ref","dyn_call_viiij","dyn_call_viiij_ref","dyn_call_viiijiiii","dyn_call_viiijiiii_ref","dyn_call_viiijiiiiii","dyn_call_viiijiiiiii_ref","dyn_call_viij","dyn_call_viij_ref","dyn_call_viiji","dyn_call_viiji_ref","dyn_call_viijiii","dyn_call_viijiii_ref","dyn_call_viijj","dyn_call_viijj_ref","dyn_call_vij","dyn_call_vij_ref","dyn_call_viji","dyn_call_viji_ref","dyn_call_vijiii","dyn_call_vijiii_ref","dyn_call_vijj","dyn_call_vijj_ref","dyn_call_vj","dyn_call_vj_ref","dyn_call_vjji","dyn_call_vjji_ref","dynamic_base","dynamictop_ptr","emscripten_call_main","emscripten_get_main_func_name","emscripten_set_up_memory","emscripten_target","env","env_vars","errno","exception","exec","exit","fmt","fmt","fmt","free","free_ref","from","from","from","from","from","from","from","from","funcs","generate_emscripten_env","get_args","get_args_size","get_emscripten_memory_size","get_emscripten_metadata","get_emscripten_table_size","get_env_var","get_env_vars_len","globals","inet","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","io","is_emscripten_module","jmp","jumps","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","libc","linking","lock","macros","malloc","malloc_ref","mapped_dirs","math","memalign","memalign_ref","memory","memory","memory","memory","memory_base","memory_max","memory_min","memset","memset_ref","new","new","new","new","new_with_state","null_function_names","nullfunc","opened_dirs","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","process","pthread","remove_env_var","run_emscripten_instance","set_data","set_env_var","set_functions","set_memory","set_threw","set_threw_ref","set_up_emscripten","signal","stack_alloc","stack_alloc_ref","stack_max","stack_restore","stack_restore_ref","stack_save","stack_save_ref","stacktop","state","static_alloc","storage","store_module_arguments","syscalls","table","table_base","temp_double_ptr","temp_ret_0","time","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","ucontext","unistd","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","use_old_abort_on_cannot_grow_memory","utils","varargs","_llvm_bswap_i64","__Unwind_Backtrace","__Unwind_FindEnclosingFunction","__Unwind_GetIPInfo","___cxa_find_matching_catch_2","___cxa_find_matching_catch_3","___cxa_free_exception","___gxx_personality_v0","___resumeException","_alarm","_atexit","_dladdr","_getdtablesize","_gethostbyaddr","_gethostbyname","_gethostbyname_r","_getloadavg","_getnameinfo","asm_const_i","exit_with_live_runtime","getTempRet0","invoke","invoke_dii","invoke_diiii","invoke_i","invoke_ii","invoke_iifi","invoke_iii","invoke_iiii","invoke_iiiii","invoke_iiiiii","invoke_iiiiiii","invoke_iiiiiiii","invoke_iiiiiiiii","invoke_iiiiiiiiii","invoke_iiiiiiiiiii","invoke_iiijj","invoke_iij","invoke_iiji","invoke_iji","invoke_j","invoke_ji","invoke_jii","invoke_jij","invoke_jjj","invoke_no_return","invoke_no_stack_save","invoke_v","invoke_vd","invoke_vi","invoke_vidd","invoke_vii","invoke_viid","invoke_viidddddddd","invoke_viidii","invoke_viii","invoke_viiii","invoke_viiiii","invoke_viiiiii","invoke_viiiiiii","invoke_viiiiiiii","invoke_viiiiiiiii","invoke_viiiiiiiiii","invoke_viiij","invoke_viiijiiii","invoke_viiijiiiiii","invoke_viij","invoke_viiji","invoke_viijiii","invoke_viijj","invoke_vij","invoke_viji","invoke_vijiii","invoke_vijj","invoke_vj","invoke_vjji","setTempRet0","EmAddrInfo","EmSockAddr","___assert_fail","___build_environment","__clone_box","__clone_box","_fpathconf","_getpagesize","_pathconf","_times","ai_addr","ai_addrlen","ai_canonname","ai_family","ai_flags","ai_next","ai_protocol","ai_socktype","borrow","borrow","borrow_mut","borrow_mut","call_malloc","call_malloc_with_cast","call_memalign","call_memset","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","get_emscripten_data","get_emscripten_funcs","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","sa_data","sa_family","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unix","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","zero_padding_bytes","zero_padding_bytes","_gai_strerror","_getaddrinfo","_getenv","_getgrnam","_getpwnam","_putenv","_setenv","_sysconf","_unsetenv","___seterrno","___cxa_allocate_exception","___cxa_begin_catch","___cxa_current_primary_exception","___cxa_decrement_exception_refcount","___cxa_end_catch","___cxa_increment_exception_refcount","___cxa_pure_virtual","___cxa_rethrow_primary_exception","___cxa_throw","___cxa_uncaught_exception","execl","execle","execvp","exit","addr","getprotobyname","getprotobynumber","sigdelset","sigfillset","strptime","tzset","unix","chroot","getpwuid","printf","putchar","LongJumpRet","__clone_box","__longjmp","__setjmp","_longjmp","as_error","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","fmt","fmt","from","init","into","layout_raw","pointer_metadata","to_owned","to_string","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","current_sigrtmax","current_sigrtmin","endpwent","execv","fexecve","fpathconf","getitimer","getpwent","killpg","pathconf","setpwent","sigismember","sigpending","_dlclose","_dlerror","_dlopen","_dlsym","___lock","___unlock","___wait","_flock","emscripten_memory_pointer","_emscripten_random","_llvm_copysign_f32","_llvm_copysign_f64","_llvm_cos_f64","_llvm_exp2_f32","_llvm_exp2_f64","_llvm_fma_f64","_llvm_log10_f32","_llvm_log10_f64","_llvm_log2_f32","_llvm_log2_f64","_llvm_sin_f64","_llvm_trunc_f64","exp","f64_rem","f64_to_int","fabs","floor","log","pow","sqrt","___map_file","_emscripten_get_heap_size","_emscripten_memcpy_big","_emscripten_resize_heap","abort_on_cannot_grow_memory","abort_on_cannot_grow_memory_old","align_up","alignfault","enlarge_memory","ftfault","get_heap_size","get_total_memory","resize_heap","sbrk","segfault","PidT","_abort","_endgrent","_execve","_exit","_fork","_getgrent","_kill","_llvm_eh_typeid_for","_llvm_stackrestore","_llvm_stacksave","_llvm_trap","_nanosleep","_popen","_prctl","_raise","_sched_yield","_sem_destroy","_sem_init","_sem_post","_sem_wait","_setgrent","_setgroups","_setitimer","_system","_usleep","_utime","_utimes","_wait","_wait3","_wait4","_waitid","_waitpid","abort_stack_overflow","abort_with_message","em_abort","_pthread_attr_destroy","_pthread_attr_getstack","_pthread_attr_init","_pthread_attr_setstacksize","_pthread_cleanup_pop","_pthread_cleanup_push","_pthread_cond_destroy","_pthread_cond_init","_pthread_cond_signal","_pthread_cond_timedwait","_pthread_cond_wait","_pthread_condattr_destroy","_pthread_condattr_init","_pthread_condattr_setclock","_pthread_create","_pthread_detach","_pthread_equal","_pthread_exit","_pthread_getattr_np","_pthread_getspecific","_pthread_join","_pthread_key_create","_pthread_mutex_destroy","_pthread_mutex_init","_pthread_mutexattr_destroy","_pthread_mutexattr_init","_pthread_mutexattr_settype","_pthread_once","_pthread_rwlock_destroy","_pthread_rwlock_init","_pthread_rwlock_rdlock","_pthread_rwlock_unlock","_pthread_rwlock_wrlock","_pthread_self","_pthread_setcancelstate","_pthread_setspecific","_pthread_sigmask","_sigaction","_sigaddset","_sigemptyset","_siginterrupt","_signal","_sigprocmask","_sigsuspend","align_memory","static_alloc","___syscall1","___syscall10","___syscall110","___syscall12","___syscall121","___syscall125","___syscall133","___syscall14","___syscall140","___syscall144","___syscall145","___syscall146","___syscall147","___syscall15","___syscall150","___syscall151","___syscall152","___syscall153","___syscall163","___syscall183","___syscall191","___syscall192","___syscall193","___syscall195","___syscall197","___syscall20","___syscall209","___syscall21","___syscall211","___syscall218","___syscall25","___syscall268","___syscall269","___syscall272","___syscall29","___syscall295","___syscall296","___syscall297","___syscall298","___syscall3","___syscall300","___syscall301","___syscall302","___syscall303","___syscall304","___syscall305","___syscall306","___syscall307","___syscall308","___syscall32","___syscall320","___syscall33","___syscall331","___syscall333","___syscall334","___syscall337","___syscall340","___syscall345","___syscall36","___syscall38","___syscall4","___syscall40","___syscall42","___syscall51","___syscall52","___syscall53","___syscall6","___syscall60","___syscall63","___syscall64","___syscall66","___syscall75","___syscall91","___syscall96","___syscall97","unix","EmPollFd","SOCK_CLOEXC","SOCK_NON_BLOCK","SO_NOSIGPIPE","TCGETS","TCSETSW","WASM_FIOCLEX","WASM_FIONBIO","WASM_TCGETS","WASM_TCSETSW","WASM_TIOCGWINSZ","WASM_TIOCSPGRP","___syscall102","___syscall114","___syscall118","___syscall122","___syscall132","___syscall142","___syscall148","___syscall168","___syscall180","___syscall181","___syscall194","___syscall196","___syscall198","___syscall199","___syscall200","___syscall201","___syscall202","___syscall205","___syscall207","___syscall212","___syscall219","___syscall220","___syscall221","___syscall324","___syscall33","___syscall330","___syscall34","___syscall39","___syscall41","___syscall5","___syscall54","___syscall57","___syscall77","___syscall83","___syscall85","___syscall9","___syscall94","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","events","fd","fmt","from","init","into","layout_raw","pointer_metadata","revents","to_owned","translate_ioctl","translate_socket_name_flag","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","zero_padding_bytes","___clock_gettime","_asctime","_asctime_r","_clock","_clock_getres","_clock_gettime","_clock_settime","_ctime","_ctime_r","_difftime","_gettimeofday","_gmtime","_gmtime_r","_localtime","_localtime_r","_mktime","_strftime","_strftime_l","_time","_timegm","_tvset","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt_time","from","guest_tm","init","into","layout_raw","pointer_metadata","tm_gmtoff","tm_hour","tm_isdst","tm_mday","tm_min","tm_mon","tm_sec","tm_wday","tm_yday","tm_year","tm_zone","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","_getcontext","_makecontext","_setcontext","_swapcontext","confstr","GuestStat","__st_dev_padding","__st_ino_truncated","__st_rdev_padding","allocate_cstr_on_stack","allocate_on_stack","borrow","borrow_mut","copy_cstr_into_wasm","copy_stat_into_wasm","copy_terminated_array_of_cstrs","deref","deref_mut","deserialize","drop","from","get_cstr_path","get_current_directory","get_emscripten_memory_size","get_emscripten_metadata","get_emscripten_table_size","init","into","is_emscripten_module","layout_raw","pointer_metadata","read_string_from_wasm","st_atime","st_blksize","st_blocks","st_ctime","st_dev","st_gid","st_ino","st_mode","st_mtime","st_nlink","st_rdev","st_size","st_uid","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","write_to_buf","VarArgs","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","empty_array","from","from_array","from_c_struct","from_native","from_slice","get","get_str","init","into","into_array","into_c_struct","layout_raw","pointer","pointer_metadata","size","to_native","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","wasm_types","write_c_struct_to_ptr"],"q":[[0,"wasmer_emscripten"],[387,"wasmer_emscripten::bitwise"],[388,"wasmer_emscripten::emscripten_target"],[464,"wasmer_emscripten::env"],[535,"wasmer_emscripten::env::unix"],[544,"wasmer_emscripten::errno"],[545,"wasmer_emscripten::exception"],[555,"wasmer_emscripten::exec"],[558,"wasmer_emscripten::exit"],[559,"wasmer_emscripten::inet"],[560,"wasmer_emscripten::io"],[567,"wasmer_emscripten::io::unix"],[571,"wasmer_emscripten::jmp"],[600,"wasmer_emscripten::libc"],[613,"wasmer_emscripten::linking"],[617,"wasmer_emscripten::lock"],[621,"wasmer_emscripten::macros"],[622,"wasmer_emscripten::math"],[643,"wasmer_emscripten::memory"],[658,"wasmer_emscripten::process"],[694,"wasmer_emscripten::pthread"],[731,"wasmer_emscripten::signal"],[738,"wasmer_emscripten::storage"],[740,"wasmer_emscripten::syscalls"],[816,"wasmer_emscripten::syscalls::unix"],[893,"wasmer_emscripten::time"],[944,"wasmer_emscripten::ucontext"],[948,"wasmer_emscripten::unistd"],[949,"wasmer_emscripten::utils"],[996,"wasmer_emscripten::varargs"],[1032,"dyn_clone::sealed"],[1033,"wasmer::function_env"],[1034,"core::marker"],[1035,"wasmer_types::types"],[1036,"rkyv::with"],[1037,"core::result"],[1038,"wasmer::typed_function"],[1039,"core::option"],[1040,"wasmer::instance"],[1041,"wasmer::errors"],[1042,"wasmer::exports"],[1043,"wasmer::function_env"],[1044,"alloc::string"],[1045,"wasmer::store"],[1046,"core::fmt"],[1047,"core::fmt"],[1048,"wasmer::store"],[1049,"wasmer::module"],[1050,"wasmer_types::units"],[1051,"core::alloc::layout"],[1052,"core::alloc::layout"],[1053,"std::collections::hash::map"],[1054,"core::any"],[1055,"alloc::alloc"],[1056,"alloc::boxed"],[1057,"core::any"],[1058,"wasmer::ptr"],[1059,"std::sync::mutex"],[1060,"core::mem::maybe_uninit"],[1061,"std::os::raw"],[1062,"core::error"],[1063,"libc::unix"],[1064,"libc::unix::linux_like"],[1065,"libc::unix::linux_like::linux::gnu::b64::x86_64"],[1066,"libc::unix::linux_like::linux::gnu::b64::x86_64"],[1067,"wasmer::externals::memory_view"],[1068,"wasmer_types::value"],[1069,"core::array"],[1070,"core::marker"]],"d":["The environment provided to the Emscripten imports.","","","","","State of the emscripten environment (environment …","","","","","","","The current version of this crate","","","","","","","","","","Safety","Safety","","","","","","","","","","","","","","","","","","Command line arguments that this module received","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Call the main function in emscripten, assumes that the …","Looks for variations of the main function (usually …","","","","Environment variables in a [key -> value] mapping","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Reads values written by -s EMIT_EMSCRIPTEN_METADATA=1 …","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","We check if a provided module is an Emscripten generated …","","","","","","","","","","","","","","","","","","","","","","Get a reference to the memory","","","","","","","","","Create a new EmEnv, with default value to be set later …","","","","","","","","","","","","","","","","","","Top level function to execute emscripten","","","","","","","Call the global constructors for C++ and set up the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","emscripten: _llvm_bswap_i64","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","emscripten: _getenv // (name: *const char) -> *const …","","","emscripten: _putenv // (name: *const char);","emscripten: _setenv // (name: *const char, name: *const …","","emscripten: _unsetenv // (name: *const char);","","emscripten: ___cxa_allocate_exception","","","","","","","","emscripten: ___cxa_throw TODO: We don’t have support for …","","execl","execle","","","","getprotobyname","getprotobynumber","sigdelset","sigfillset","strptime","tzset","","chroot","getpwuid","printf","putchar","","","longjmp","setjmp","_longjmp","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","emscripten: dlclose(handle: *mut c_void) -> c_int","emscripten: dlerror() -> *mut c_char","emscripten: dlopen(filename: *const c_char, flag: c_int) …","emscripten: dlsym(handle: *mut c_void, symbol: *const …","","","","","","","","","emscripten: _llvm_cos_f64","","","","","emscripten: _llvm_log10_f64","","emscripten: _llvm_log2_f64","emscripten: _llvm_sin_f64","","","","","","","","","","emscripten: ___map_file","emscripten: _emscripten_get_heap_size","emscripten: _emscripten_memcpy_big","emscripten: _emscripten_resize_heap Note: this function …","emscripten: abortOnCannotGrowMemory","emscripten: abortOnCannotGrowMemory","","emscripten: alignfault","emscripten: enlargeMemory","emscripten: ftfault","","emscripten: getTotalMemory","","emscripten: sbrk","emscripten: segfault","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of this call is abort but we want to avoid …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","exit","","","","","","","","lseek","","readv","","","","","","","","","","","","","","","","","","","","","","","","","","","","","read","","","","","","","","","","","","","","","","","","","","","write","","","","","","close","","","","","","","","","","","","","","","","","","","","","","","wait4","fsync","uname","getpgid","","fdatasync","poll","","","ftruncate64","lstat64","lchown","","getgid32","","","getgroups","fchown","","madvise","","","fallocate","access","dup3","nice","","dup","open","ioctl","","getrusage","symlink","readlink","link","fchmod","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","OSX and BSD have completely different values, we must …","","","","","","","","emscripten: ___clock_gettime","emscripten: _asctime","emscripten: _asctime_r","emscripten: _clock","","emscripten: _clock_gettime","","","","emscripten: _difftime","emscripten: _gettimeofday","","","emscripten: _localtime","emscripten: _localtime_r","","emscripten: _strftime","emscripten: _strftime_l","emscripten: _time","emscripten: _timegm","emscripten: _tvset","","","","","","","formats time as a C string","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety","Safety","","","This function expects nullbyte to be appended.","","","","","","","Returns the argument unchanged.","This function trys to find an entry in mapdir translating …","gets the current directory handles mapdir logic","","Reads values written by -s EMIT_EMSCRIPTEN_METADATA=1 …","","","Calls U::from(self).","We check if a provided module is an Emscripten generated …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,10,4,11,12,13,14,16,14,0,0,0,0,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,10,10,4,11,12,13,14,10,4,11,12,13,14,33,4,10,4,12,13,14,33,10,4,11,11,16,16,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,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,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,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,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,12,12,12,12,14,14,0,0,0,0,0,10,0,0,0,0,10,11,14,12,12,33,10,4,11,16,12,13,14,4,0,4,4,0,0,0,4,4,13,0,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,0,0,0,13,33,10,4,11,16,12,13,14,0,0,0,0,12,12,13,0,12,12,0,4,33,4,14,33,33,12,12,33,4,12,13,4,33,0,13,33,10,4,11,16,12,13,14,0,0,4,0,4,4,4,4,12,12,0,0,12,12,14,12,12,12,12,14,4,0,0,0,0,33,14,14,13,0,10,4,11,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,0,0,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,33,10,4,11,16,12,13,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,51,0,0,0,0,50,50,50,50,50,50,50,50,50,51,50,51,0,0,0,0,50,51,50,51,50,51,50,51,50,51,50,51,50,51,50,51,0,0,50,51,50,51,50,51,50,51,51,51,50,51,50,51,50,51,50,51,0,50,51,50,51,50,51,50,51,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,61,0,0,61,61,61,61,61,61,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,73,73,73,73,73,0,73,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,0,0,0,0,0,0,74,74,74,0,0,74,74,0,0,0,74,74,74,74,74,0,0,0,0,0,74,74,0,74,74,0,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,0,0,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56,56],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[3,3],[[[5,[4]],6],[[2,[3,[8,[7]]]]]],[[[5,[4]],3],[[2,[3,[8,[-1]]]]],9],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[10,10],[4,4],[11,11],[12,12],[13,13],[14,14],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[],10],[[],4],[[],12],[[],13],[[],14],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[11],[15,-1,[]],[16,17],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[15,2],[15,2],[15,2],[15,2],[15,2],[15,2],[15,2],0,[12,[[23,[[22,[[2,[20,20,20]],21]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],21]]]]]],0,[12,[[23,[[22,[20,20]]]]]],0,[12,[[23,[[22,[[2,[20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,21,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[20,20]]]]]],0,[12,[[23,[[22,[[2,[20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],20]]]]]],0,[12,[[23,[[22,[20,2]]]]]],0,[12,[[23,[[22,[[2,[20,21]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,21,21]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,21]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,21,21,21,21,21,21,21,21]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,21,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20]],2]]]]]],0,[12,[[23,[[22,[[2,[20,20,20,20,20,20]],2]]]]]],0,0,[[24,6,[5,[4]],6,[8,[6]]],[[19,[2,25]]]],[[24,[8,[6]]],[[19,[6,26]]]],[[-1,[27,[4]],28,14],[[19,[2,29]]],30],0,0,0,0,0,0,0,[[10,31],32],[[11,31],32],[[14,31],32],0,[12,[[23,[[22,[3,2]]]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[-1,[27,[4]],33],34,35],[4,[[36,[29]]]],[4,15],[37,[[19,[[2,[38,[23,[38]],39]],29]]]],[37,[[19,[[23,[[2,[3,3]]]],29]]]],[37,[[19,[[2,[3,[23,[3]]]],29]]]],[[4,6],[[23,[29]]]],[4,15],0,0,[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[37,39],0,0,[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],0,0,0,0,0,[12,[[23,[[22,[3,3]]]]]],0,0,0,[12,[[23,[[22,[[2,[3,3]],3]]]]]],0,[[4,3],28],0,0,0,0,0,0,[12,[[23,[[22,[[2,[3,3,3]],3]]]]]],[[-1,[27,[4]],37],[[19,[33,29]]],35],[[],4],[[],12],[[14,[43,[29,42]]],13],[10,4],0,[[[5,[4]],3],2],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[4,6],[[23,[29]]]],[[24,[5,[4]],33,6,[36,[6]],[23,[29]]],[[19,[2,25]]]],[[4,14,[43,[29,42]]],2],[[4,6,6],[[23,[29]]]],[[4,12],2],[[4,28],2],0,[12,[[23,[[22,[[2,[20,20]],2]]]]]],[[-1,24],[[19,[2,25]]],35],0,0,[12,[[23,[[22,[3,3]]]]]],0,0,[12,[[23,[[22,[20,2]]]]]],0,[12,[[23,[[22,[2,20]]]]]],0,0,[[3,3],3],0,[[[5,[4]],[36,[6]]],[[2,[3,3]]]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],[-1,44,[]],0,0,[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],0,0,0,[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]]],20],[[[5,[4]],20],20],[[[5,[4]],20],2],[[[5,[4]],20,20,20,20,20,20],20],[[[5,[4]],20],2],[[[5,[4]],3],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]]],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20,20,20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20,20,20,20,20],20],[[[5,[4]],20],20],[[[5,[4]]],2],[[[5,[4]]],20],0,[[[5,[4]],20,20,20],21],[[[5,[4]],20,20,20,20,20],21],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,21,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20,20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20,20,20],20],0,0,[[[5,[4]],20],2],[[[5,[4]],20,21],2],[[[5,[4]],20,20],2],[[[5,[4]],20,20,21,21],2],[[[5,[4]],20,20,20],2],[[[5,[4]],20,20,20,21],2],[[[5,[4]],20,20,20,21,21,21,21,21,21,21,21],2],[[[5,[4]],20,20,20,21,20,20],2],[[[5,[4]],20,20,20,20],2],[[[5,[4]],20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20],2],[[[5,[4]],20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20,20,20],2],[[[5,[4]],20,20,20,20,20,20],2],[[[5,[4]],20],2],0,0,[[[5,[4]],48,48,48,48],2],[[[5,[4]],48],2],[[-1,1],2,[]],[[-1,1],2,[]],[[[5,[4]],48,48],48],[[[5,[4]]],3],[[[5,[4]],48,48],48],[[[5,[4]],3],3],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[5,[4]],3],3],[[[5,[4]],3],[[49,[-1]]],9],[[[5,[4]],3,3],3],[[[5,[4]],3,3,3],3],[50,50],[51,51],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[15,2],[[50,31],32],[[51,31],32],[-1,-1,[]],[-1,-1,[]],[[[5,[4]]],[[52,[[23,[13]]]]]],[[[5,[4]]],[[52,[12]]]],[[],15],[[],15],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[40,41]]]],[[],[[19,[40,41]]]],[[]],[[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[-1,44,[]],0,[[[46,[-1,45]]],[[46,[47,45]]],[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[-1,47,[]],[[50,[8,[[53,[7]]]]],2],[[51,[8,[[53,[7]]]]],2],[[[5,[4]],20],20],[[[5,[4]],[49,[54]],[49,[54]],[49,[50]],[49,[[49,[50]]]]],20],[[[5,[4]],20],3],[[[5,[4]],55],55],[[[5,[4]],55],55],[[[5,[4]],55],55],[[[5,[4]],55,55,55],55],[[[5,[4]],55],20],[[[5,[4]],55],55],[[[5,[4]],20],2],[[[5,[4]],3],3],[[[5,[4]],3],20],[[[5,[4]]],3],[[[5,[4]],3],2],[[[5,[4]]],2],[[[5,[4]],3],2],[[[5,[4]]],2],[[[5,[4]],3],2],[[[5,[4]],3,3,3],2],[[[5,[4]]],20],[[[5,[4]],20,20,56],20],[[[5,[4]],20,20,56],20],[[[5,[4]],3,3],20],[[[5,[4]],20],2],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]]],2],0,[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],2],0,[[-1,1],2,[]],[[[5,[4]],3,55],2],[[[5,[4]],3],55],[[[5,[4]],20,55],[[19,[2,57]]]],[-1,58,[]],[-1,-2,[],[]],[-1,-2,[],[]],[57,57],[[-1,-2],2,[],[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[[57,31],32],[[57,31],32],[-1,-1,[]],[[],15],[-1,-2,[],[]],[[],[[19,[40,41]]]],[[]],[-1,-2,[],[]],[-1,29,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[[5,[4]]],20],[[[5,[4]]],20],[[[5,[4]]],2],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]]],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]]],2],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],3],20],[[[5,[4]]],20],[[[5,[4]],3,3],20],[[[5,[4]],3,3],20],[[[5,[4]],55],2],[[[5,[4]],55],2],[[[5,[4]],3,3,3,3],2],[[[5,[4]],3,3],3],0,[[[5,[4]]],21],[[[5,[4]],21,21],21],[[[5,[4]],21,21],21],[[[5,[4]],21],21],[[[5,[4]],59],59],[[[5,[4]],21],21],[[[5,[4]],21,21,21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21,21],21],[[[5,[4]],21],20],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21],21],[[[5,[4]],21,21],21],[[[5,[4]],21],21],[[[5,[4]],3,3],55],[[[5,[4]]],3],[[[5,[4]],3,3,3],3],[[[5,[4]],3],3],[[[5,[4]],3],3],[[[5,[4]]],3],[[15,15],15],[[[5,[4]]],2],[[[5,[4]]],3],[[[5,[4]]],2],[[[5,[4]]],3],[[[5,[4]]],3],[[[5,[4]],3],3],[[[5,[4]],20],20],[[[5,[4]]],2],0,[[[5,[4]]],2],[[[5,[4]]],2],[[[5,[4]],20,20,20],20],[[[5,[4]],55],2],[[[5,[4]]],60],[[[5,[4]]],55],[[[5,[4]],20,20],20],[[[5,[4]],3],20],[[[5,[4]],20],2],[[[5,[4]]],20],[[[5,[4]]],2],[[[5,[4]],20,20],20],[[[5,[4]],20,20],55],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]]],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]]],2],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],55],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],55],2],[[[5,[4]],6],2],[[[5,[4]],3],2],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],2],[[[5,[4]],20,20],2],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],2],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]],20],20],[[[5,[4]]],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],3,3,3],20],[[[5,[4]],3,3],20],[[[5,[4]],3],20],[[[5,[4]],3,3],20],[[[5,[4]],3,20],20],[[[5,[4]],20,20,20],20],[[[5,[4]],20],20],[3,3],[[3,3],3],[[[5,[4]],55,56],2],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,56],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],20],[[[5,[4]],20,56],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],20],[[[5,[4]],20,56],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,56],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],0,0,0,0,0,0,0,0,0,0,0,0,0,[[[5,[4]],55,56],55],[[[5,[4]],55,56],60],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,56],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,56],20],[[[5,[4]],55,56],55],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],20,56],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],60],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[[5,[4]],55,56],20],[[[5,[4]],55,56],55],[[[5,[4]],55,56],55],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[61,61],[[-1,-2],2,[],[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],0,0,[[61,31],32],[-1,-1,[]],[[],15],[-1,-2,[],[]],[[],[[19,[40,41]]]],[[]],0,[-1,-2,[],[]],[3,62],[20,20],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[61,[8,[[53,[7]]]]],2],[[[5,[4]],63,55],55],[[[5,[4]],3],3],[[[5,[4]],3,3],3],[[[5,[4]]],55],[[[5,[4]],20,20],20],[[[5,[4]],63,55],55],[[[5,[4]],20,20],20],[[[5,[4]],3],3],[[[5,[4]],3,3],3],[[[5,[4]],3,3],21],[[[5,[4]],55,55],55],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],3],55],[[[5,[4]],3,3],55],[[[5,[4]],20],20],[[[5,[4]],55,3,55,55],20],[[[5,[4]],55,3,55,55,55],20],[[[5,[4]],3],20],[[[5,[4]],3],20],[[[5,[4]]],2],[-1,-2,[],[]],[-1,-2,[],[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[[[5,[4]],3],64],[-1,-1,[]],0,[[],15],[-1,-2,[],[]],[[],[[19,[40,41]]]],[[]],0,0,0,0,0,0,0,0,0,0,0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[[5,[4]],20],20],[[[5,[4]],20,20,20,20],2],[[[5,[4]],20],20],[[[5,[4]],20,20],20],[[[5,[4]],20,20,20],20],0,0,0,0,[[[5,[4]],6],[[2,[3,[8,[7]]]]]],[[[5,[4]],3],[[2,[3,[8,[-1]]]]],9],[-1,-2,[],[]],[-1,-2,[],[]],[[[5,[4]],54],3],[[[5,[4]],3,65],2],[[[5,[4]],54],3],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[-1,-1,[]],[[[5,[4]],66],[[23,[67]]]],[[[5,[4]]],[[23,[42]]]],[37,[[19,[[2,[38,[23,[38]],39]],29]]]],[37,[[19,[[23,[[2,[3,3]]]],29]]]],[37,[[19,[[2,[3,[23,[3]]]],29]]]],[[],15],[-1,-2,[],[]],[37,39],[[],[[19,[40,41]]]],[[]],[[68,3],29],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[[5,[4]],54,3,3],3],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[56,56],[[-1,-2],2,[],[]],[15,-1,[]],[15,-1,[]],[[-1,-2],[[19,[[18,[-3,-4]]]]],[],[],[],[]],[15,2],[[]],[-1,-1,[]],[-1,-2,35,[]],[-1,-2,35,[]],[[],56],[[-1,[8,[69]]],[[19,[-2,70]]],35,[]],[[56,[5,[4]]],-1,71],[[56,[5,[4]]],54],[[],15],[-1,-2,[],[]],[[-1,-2],[],[],35],[[-1,-2],[],[],35],[[],[[19,[40,41]]]],0,[[]],[[],3],[56],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,44,[]],[[[46,[-1,45]]],[[46,[47,45]]],[]],[-1,47,[]],[-1,47,[]],[[],[[8,[72]]]],[69,2]],"c":[],"p":[[3,"Private",1032],[15,"tuple"],[15,"u32"],[3,"EmEnv",0],[3,"FunctionEnvMut",1033],[15,"str"],[15,"u8"],[15,"slice"],[8,"Copy",1034],[3,"EmscriptenState",0],[3,"LibcDirWrapper",0],[3,"EmscriptenFunctions",0],[3,"EmscriptenData",0],[3,"EmscriptenGlobalsData",0],[15,"usize"],[3,"OLD_ABORT_ON_CANNOT_GROW_MEMORY_SIG",0],[3,"FunctionType",1035],[3,"With",1036],[4,"Result",1037],[15,"i32"],[15,"f64"],[3,"TypedFunction",1038],[4,"Option",1039],[3,"Instance",1040],[3,"RuntimeError",1041],[4,"ExportError",1042],[3,"FunctionEnv",1033],[3,"Memory",1043],[3,"String",1044],[8,"AsStoreRef",1045],[3,"Formatter",1046],[6,"Result",1046],[3,"EmscriptenGlobals",0],[3,"Imports",1047],[8,"AsStoreMut",1045],[3,"Vec",1048],[3,"Module",1049],[3,"Pages",1050],[15,"bool"],[3,"Layout",1051],[3,"LayoutError",1051],[3,"PathBuf",1052],[3,"HashMap",1053],[3,"TypeId",1054],[3,"Global",1055],[3,"Box",1056],[8,"Any",1054],[6,"c_int",1057],[3,"WasmPtr",1058],[3,"EmAddrInfo",464],[3,"EmSockAddr",464],[3,"MutexGuard",1059],[19,"MaybeUninit",1060],[6,"c_char",1057],[6,"c_int",1061],[3,"VarArgs",996],[3,"LongJumpRet",571],[8,"Error",1062],[15,"f32"],[6,"pid_t",1061],[3,"EmPollFd",816],[6,"c_ulong",1063],[6,"clockid_t",1064],[6,"c_char",1065],[3,"stat",1065],[15,"i8"],[3,"CString",1066],[3,"MemoryView",1067],[19,"RawValue",1068],[3,"TryFromSliceError",1069],[8,"Sized",1034],[4,"Type",1035],[3,"guest_tm",893],[3,"GuestStat",949]]},\ "wasmer_integration_tests_cli":{"doc":"","t":"ENRNNFAFAFFFFAFAFFFRFFFFFFFFFFFFFFFFFFFFFDLLMLLLLMMMMMLLLLENNNLLLLLLLFLLLLL","n":["Compiler","Cranelift","LIBWASMER_FILENAME","LLVM","Singlepass","asset_path","assets","c_asset_path","fixtures","get_libwasmer_path","get_repo_root_path","get_wasmer_dir","get_wasmer_path","link_code","run_code","util","wasmer_include_path","wasmer_target_path","wasmer_target_path_2","LIBWASMER_FILENAME","asset_path","c_asset_path","get_libwasmer_path","get_repo_root_path","get_wasmer_dir","get_wasmer_path","wasmer_include_path","wasmer_target_path","wasmer_target_path_2","bash","coreutils","fib","hello","php","python","qjs","qjs_wasmer_toml","resources","static_server","wabt","wat_no_start","LinkCode","borrow","borrow_mut","current_dir","default","fmt","from","into","libwasmer_path","linker_path","object_paths","optimization_flag","output_path","run","try_from","try_into","type_id","Compiler","Cranelift","LLVM","Singlepass","borrow","borrow_mut","clone","clone_into","fmt","from","into","run_code","to_flag","to_owned","try_from","try_into","type_id"],"q":[[0,"wasmer_integration_tests_cli"],[19,"wasmer_integration_tests_cli::assets"],[29,"wasmer_integration_tests_cli::fixtures"],[41,"wasmer_integration_tests_cli::link_code"],[58,"wasmer_integration_tests_cli::util"],[75,"std::path"],[76,"std::path"],[77,"anyhow"],[78,"core::result"],[79,"alloc::string"],[80,"anyhow"],[81,"core::fmt"]],"d":["","","","","","","","","Paths for commonly used test files.","Get the path to the libwasmer.a static library.","","","Get the path to the wasmer executable to be used in this …","","","","","","","","","","Get the path to the libwasmer.a static library.","","","Get the path to the wasmer executable to be used in this …","","","","A WEBC file containing bash.","A WEBC file containing the coreutils.","A *.wat file which calculates fib(40) and exits with no …","","","A WEBC file containing the Python interpreter, compiled to …","The QuickJS interpreter, compiled to a WASI module.","The wasmer.toml file for QuickJS.","","A WEBC file containing the WCGI static server.","A WEBC file containing wat2wasm, wasm-validate, and other …","A *.wat file with no _start() function.","Data used to run a linking command for generated artifacts.","","","The directory to operate in.","","","Returns the argument unchanged.","Calls U::from(self).","Path to the static libwasmer library.","Path to the linker used to run the linking command.","Paths of objects to link.","String used as an optimization flag.","Path to the output target.","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","",""],"i":[0,15,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,15,15,15,15,15,15,15,15,15,15,0,15,15,15,15,15],"f":[0,0,0,0,0,[[],1],0,[[],1],0,[[],2],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],2],0,[[1,1,[7,[6]],8],[[9,[6]]]],0,[[],1],[[],1],[[],1],0,[[],1],[[],1],[[],2],[[],[[3,[2]]]],[[],[[5,[2,4]]]],[[],2],[[],1],[[],1],[[],1],[[],2],[[],2],[[],2],[[],2],[[],[[10,[2,2,2]]]],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],[[],2],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],11],[[11,12],13],[-1,-1,[]],[-1,-2,[],[]],0,0,0,0,0,[11,[[9,[10]]]],[-1,[[5,[-2]]],[],[]],[-1,[[5,[-2]]],[],[]],[-1,14,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[15,15],[[-1,-2],10,[],[]],[[15,12],13],[-1,-1,[]],[-1,-2,[],[]],[[1,1,[7,[6]],8],[[9,[6]]]],[15,16],[-1,-2,[],[]],[-1,[[5,[-2]]],[],[]],[-1,[[5,[-2]]],[],[]],[-1,14,[]]],"c":[],"p":[[3,"Path",75],[3,"PathBuf",75],[4,"Option",76],[3,"Error",77],[4,"Result",78],[3,"String",79],[15,"slice"],[15,"bool"],[6,"Result",77],[15,"tuple"],[3,"LinkCode",41],[3,"Formatter",80],[6,"Result",80],[3,"TypeId",81],[4,"Compiler",58],[15,"str"]]},\ -"wasmer_journal":{"doc":"","t":"NNNNNNNNNNDDNNNEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEDDDDDDDDDDDDDDDDDDDDDDDDEDEDEEEEEEEEDENNNNNNNNNNNNNNNDDDNNNNNNNNNNNNNNNNNNNNNNNDDDDDDDNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNRNNNNNNNNNNNNNNNNNNNNGGGNNNNNNNNNNNNNNNNNNNGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDDDDNNNNNNNNNNNNNNNNNNNNRRIEEEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDEEDDEEEEEEEEEEEEEEEEEDDEENNNNNNNNNNNNNNNNNNNNDDDDDNNNDNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNDDDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNINNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNNNNNINNNNNNNNMMMMMMMMMMMMMMMKMMMALLLLMMMMMMMMMMMMMMMMMMMMMAMMMMMFMMMMMMMMMMMMMMMMMMMLLLLLLLMMMMMMLLMMMMMMAMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMKLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLMMMMMMMMMMLLLMMMMMMMMMMMMMMMMMMMMMMMMLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLMMMMMMMMMMMMKMMMMLMMMMMMMMMMMMMMMMMMMMMMAMMMKMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLMMMMMMMMMMMMMMLLLLLLLLLLLLLLAMMMLLMMMMMMMMMKMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFAAAAAAAAAAAAAAAAAASDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLSDLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEDDDDDDDDDDDDDDDDDDDDDDDDEDEDEEEEEEEEDENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRREEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDEEDDEEEEEEEEEEEEEEEEDDEENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLMMMLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMMLMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDGDDDLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLMLLMLLMLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLMLLLLLLLLMMLMMLLLLLLLLLLLLMLLMMLMMMMLLMLLLMMLLLLLLLLLLLLLLLLMMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMDDDDLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLMLMMMMLLLLLLMLMLMMLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMMLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLHDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMMMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENDNLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLMLLLMLLLLLLHDLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNENNNNNNENNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNRNNNNNNNNNNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLF","n":["AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","Add","Add","Add","AlignedCowStr","AlignedCowVec","AnyEncryption","AnyEncryption","AnyEncryption","ArchivedJournalAddressfamilyV1","ArchivedJournalAdviceV1","ArchivedJournalEntry","ArchivedJournalEntryChangeDirectoryV1","ArchivedJournalEntryClearEtherealV1","ArchivedJournalEntryCloseFileDescriptorV1","ArchivedJournalEntryCloseThreadV1","ArchivedJournalEntryCreateDirectoryV1","ArchivedJournalEntryCreateEventV1","ArchivedJournalEntryCreateHardLinkV1","ArchivedJournalEntryCreatePipeV1","ArchivedJournalEntryCreateSymbolicLinkV1","ArchivedJournalEntryDuplicateFileDescriptorV1","ArchivedJournalEntryEpollCreateV1","ArchivedJournalEntryEpollCtlV1","ArchivedJournalEntryFileDescriptorAdviseV1","ArchivedJournalEntryFileDescriptorAllocateV1","ArchivedJournalEntryFileDescriptorSeekV1","ArchivedJournalEntryFileDescriptorSetFlagsV1","ArchivedJournalEntryFileDescriptorSetRightsV1","ArchivedJournalEntryFileDescriptorSetSizeV1","ArchivedJournalEntryFileDescriptorSetTimesV1","ArchivedJournalEntryFileDescriptorWriteV1","ArchivedJournalEntryInitModuleV1","ArchivedJournalEntryOpenFileDescriptorV1","ArchivedJournalEntryPathRenameV1","ArchivedJournalEntryPathSetTimesV1","ArchivedJournalEntryPortAddAddrV1","ArchivedJournalEntryPortBridgeV1","ArchivedJournalEntryPortDelAddrV1","ArchivedJournalEntryPortGatewaySetV1","ArchivedJournalEntryPortRouteAddV1","ArchivedJournalEntryPortRouteDelV1","ArchivedJournalEntryProcessExitV1","ArchivedJournalEntryRecordType","ArchivedJournalEntryRemoveDirectoryV1","ArchivedJournalEntryRenumberFileDescriptorV1","ArchivedJournalEntrySetClockTimeV1","ArchivedJournalEntrySetThreadV1","ArchivedJournalEntrySnapshotV1","ArchivedJournalEntrySocketAcceptedV1","ArchivedJournalEntrySocketBindV1","ArchivedJournalEntrySocketConnectedV1","ArchivedJournalEntrySocketJoinIpv4MulticastV1","ArchivedJournalEntrySocketJoinIpv6MulticastV1","ArchivedJournalEntrySocketLeaveIpv4MulticastV1","ArchivedJournalEntrySocketLeaveIpv6MulticastV1","ArchivedJournalEntrySocketListenV1","ArchivedJournalEntrySocketOpenV1","ArchivedJournalEntrySocketSendFileV1","ArchivedJournalEntrySocketSendToV1","ArchivedJournalEntrySocketSendV1","ArchivedJournalEntrySocketSetOptFlagV1","ArchivedJournalEntrySocketSetOptSizeV1","ArchivedJournalEntrySocketSetOptTimeV1","ArchivedJournalEntrySocketShutdownV1","ArchivedJournalEntryTtySetV1","ArchivedJournalEntryUnlinkFileV1","ArchivedJournalEntryUpdateMemoryRegionV1","ArchivedJournalEpollCtlV1","ArchivedJournalEpollEventCtlV1","ArchivedJournalExitCodeV1","ArchivedJournalIpCidrV1","ArchivedJournalSnapshot0ClockidV1","ArchivedJournalSnapshotTriggerV1","ArchivedJournalSocketShutdownV1","ArchivedJournalSockoptionV1","ArchivedJournalSocktypeV1","ArchivedJournalStreamSecurityV1","ArchivedJournalThreadStartTypeV1","ArchivedJournalTimeTypeV1","ArchivedJournalWasiMemoryLayout","ArchivedJournalWhenceV1","BindTimeout","BindTimeout","BindTimeout","BindTimeout","Bootstrap","Bootstrap","Bootstrap","Bootstrap","Both","Both","Both","Both","Broadcast","Broadcast","Broadcast","BufferedJournal","BufferedJournalRx","BufferedJournalTx","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ClassicEncryption","ClassicEncryption","ClassicEncryption","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CompactResult","CompactingJournal","CompactingJournalRx","CompactingJournalTx","CompactingLogFileJournal","CompactingLogFileJournalRx","CompactingLogFileJournalTx","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","CountingJournal","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","Cur","Cur","Cur","DEFAULT_SNAPSHOT_TRIGGERS","Del","Del","Del","Dgram","Dgram","Dgram","DontRoute","DontRoute","DontRoute","Dontneed","Dontneed","Dontneed","DoubleEncryption","DoubleEncryption","DoubleEncryption","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DynJournal","DynReadableJournal","DynWritableJournal","End","End","End","Environ","Environ","Environ","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","Errno","Errno","Errno","Fd","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FilteredJournal","FilteredJournalBuilder","FilteredJournalRx","FilteredJournalTx","FirstEnviron","FirstListen","FirstSigint","FirstStdin","Icmp","Idle","Idle","Idle","Idle","Inet4","Inet4","Inet4","Inet6","Inet6","Inet6","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","JOURNAL_MAGIC_NUMBER","JOURNAL_MAGIC_NUMBER_BYTES","Journal","JournalAddressfamilyV1","JournalAddressfamilyV1Resolver","JournalAdviceV1","JournalAdviceV1Resolver","JournalEntry","JournalEntryChangeDirectoryV1","JournalEntryChangeDirectoryV1Resolver","JournalEntryClearEtherealV1","JournalEntryClearEtherealV1Resolver","JournalEntryCloseFileDescriptorV1","JournalEntryCloseFileDescriptorV1Resolver","JournalEntryCloseThreadV1","JournalEntryCloseThreadV1Resolver","JournalEntryCreateDirectoryV1","JournalEntryCreateDirectoryV1Resolver","JournalEntryCreateEventV1","JournalEntryCreateEventV1Resolver","JournalEntryCreateHardLinkV1","JournalEntryCreateHardLinkV1Resolver","JournalEntryCreatePipeV1","JournalEntryCreatePipeV1Resolver","JournalEntryCreateSymbolicLinkV1","JournalEntryCreateSymbolicLinkV1Resolver","JournalEntryDuplicateFileDescriptorV1","JournalEntryDuplicateFileDescriptorV1Resolver","JournalEntryEpollCreateV1","JournalEntryEpollCreateV1Resolver","JournalEntryEpollCtlV1","JournalEntryEpollCtlV1Resolver","JournalEntryFileDescriptorAdviseV1","JournalEntryFileDescriptorAdviseV1Resolver","JournalEntryFileDescriptorAllocateV1","JournalEntryFileDescriptorAllocateV1Resolver","JournalEntryFileDescriptorSeekV1","JournalEntryFileDescriptorSeekV1Resolver","JournalEntryFileDescriptorSetFlagsV1","JournalEntryFileDescriptorSetFlagsV1Resolver","JournalEntryFileDescriptorSetRightsV1","JournalEntryFileDescriptorSetRightsV1Resolver","JournalEntryFileDescriptorSetSizeV1","JournalEntryFileDescriptorSetSizeV1Resolver","JournalEntryFileDescriptorSetTimesV1","JournalEntryFileDescriptorSetTimesV1Resolver","JournalEntryFileDescriptorWriteV1","JournalEntryFileDescriptorWriteV1Resolver","JournalEntryInitModuleV1","JournalEntryInitModuleV1Resolver","JournalEntryOpenFileDescriptorV1","JournalEntryOpenFileDescriptorV1Resolver","JournalEntryPathRenameV1","JournalEntryPathRenameV1Resolver","JournalEntryPathSetTimesV1","JournalEntryPathSetTimesV1Resolver","JournalEntryPortAddAddrV1","JournalEntryPortAddAddrV1Resolver","JournalEntryPortBridgeV1","JournalEntryPortBridgeV1Resolver","JournalEntryPortDelAddrV1","JournalEntryPortDelAddrV1Resolver","JournalEntryPortGatewaySetV1","JournalEntryPortGatewaySetV1Resolver","JournalEntryPortRouteAddV1","JournalEntryPortRouteAddV1Resolver","JournalEntryPortRouteDelV1","JournalEntryPortRouteDelV1Resolver","JournalEntryProcessExitV1","JournalEntryProcessExitV1Resolver","JournalEntryRecordType","JournalEntryRecordTypeResolver","JournalEntryRemoveDirectoryV1","JournalEntryRemoveDirectoryV1Resolver","JournalEntryRenumberFileDescriptorV1","JournalEntryRenumberFileDescriptorV1Resolver","JournalEntrySetClockTimeV1","JournalEntrySetClockTimeV1Resolver","JournalEntrySetThreadV1","JournalEntrySetThreadV1Resolver","JournalEntrySnapshotV1","JournalEntrySnapshotV1Resolver","JournalEntrySocketAcceptedV1","JournalEntrySocketAcceptedV1Resolver","JournalEntrySocketBindV1","JournalEntrySocketBindV1Resolver","JournalEntrySocketConnectedV1","JournalEntrySocketConnectedV1Resolver","JournalEntrySocketJoinIpv4MulticastV1","JournalEntrySocketJoinIpv4MulticastV1Resolver","JournalEntrySocketJoinIpv6MulticastV1","JournalEntrySocketJoinIpv6MulticastV1Resolver","JournalEntrySocketLeaveIpv4MulticastV1","JournalEntrySocketLeaveIpv4MulticastV1Resolver","JournalEntrySocketLeaveIpv6MulticastV1","JournalEntrySocketLeaveIpv6MulticastV1Resolver","JournalEntrySocketListenV1","JournalEntrySocketListenV1Resolver","JournalEntrySocketOpenV1","JournalEntrySocketOpenV1Resolver","JournalEntrySocketSendFileV1","JournalEntrySocketSendFileV1Resolver","JournalEntrySocketSendToV1","JournalEntrySocketSendToV1Resolver","JournalEntrySocketSendV1","JournalEntrySocketSendV1Resolver","JournalEntrySocketSetOptFlagV1","JournalEntrySocketSetOptFlagV1Resolver","JournalEntrySocketSetOptSizeV1","JournalEntrySocketSetOptSizeV1Resolver","JournalEntrySocketSetOptTimeV1","JournalEntrySocketSetOptTimeV1Resolver","JournalEntrySocketShutdownV1","JournalEntrySocketShutdownV1Resolver","JournalEntryTtySetV1","JournalEntryTtySetV1Resolver","JournalEntryUnlinkFileV1","JournalEntryUnlinkFileV1Resolver","JournalEntryUpdateMemoryRegionV1","JournalEntryUpdateMemoryRegionV1Resolver","JournalEpollCtlV1","JournalEpollCtlV1Resolver","JournalEpollEventCtlV1","JournalEpollEventCtlV1Resolver","JournalExitCodeV1","JournalExitCodeV1Resolver","JournalIpCidrV1","JournalIpCidrV1Resolver","JournalPrintingMode","JournalSnapshot0ClockidV1","JournalSnapshot0ClockidV1Resolver","JournalSnapshotTriggerV1","JournalSnapshotTriggerV1Resolver","JournalSocketShutdownV1","JournalSocketShutdownV1Resolver","JournalSockoptionV1","JournalSockoptionV1Resolver","JournalSocktypeV1","JournalSocktypeV1Resolver","JournalStreamSecurityV1","JournalStreamSecurityV1Resolver","JournalThreadStartTypeV1","JournalThreadStartTypeV1Resolver","JournalTimeTypeV1","JournalTimeTypeV1Resolver","JournalWasiMemoryLayout","JournalWasiMemoryLayoutResolver","JournalWhenceV1","JournalWhenceV1Resolver","Json","KeepAlive","KeepAlive","KeepAlive","LastError","LastError","LastError","Linger","Linger","Linger","Linger","Linger","Linger","Linger","Listen","Listen","Listen","Listening","Listening","Listening","LogFileJournal","LogFileJournalRx","LogFileJournalTx","LogReadResult","LogWriteResult","MainThread","MainThread","MainThread","MemFileJournal","Mod","Mod","Mod","Monotonic","Monotonic","Monotonic","MulticastLoopV4","MulticastLoopV4","MulticastLoopV4","MulticastLoopV6","MulticastLoopV6","MulticastLoopV6","MulticastTtlV4","MulticastTtlV4","MulticastTtlV4","NULL_JOURNAL","NoDelay","NoDelay","NoDelay","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","Noop","Noop","Noop","Noreuse","Noreuse","Noreuse","Normal","Normal","Normal","NullJournal","OnlyV6","OnlyV6","OnlyV6","OobInline","OobInline","OobInline","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","Other","Other","Other","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PeriodicInterval","PipeJournal","PipeJournalRx","PipeJournalTx","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PrintingJournal","ProcessCputimeId","ProcessCputimeId","ProcessCputimeId","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","Promiscuous","Promiscuous","Promiscuous","Proto","Proto","Proto","Random","Random","Random","Raw","Raw","Raw","Read","Read","Read","Read","ReadTimeout","ReadTimeout","ReadTimeout","ReadTimeout","ReadableJournal","Realtime","Realtime","Realtime","RecombinedJournal","RecvBufSize","RecvBufSize","RecvBufSize","RecvLowat","RecvLowat","RecvLowat","RecvTimeout","RecvTimeout","RecvTimeout","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","ReuseAddr","ReuseAddr","ReuseAddr","ReusePort","ReusePort","ReusePort","SendBufSize","SendBufSize","SendBufSize","SendLowat","SendLowat","SendLowat","SendTimeout","SendTimeout","SendTimeout","Seqpacket","Seqpacket","Seqpacket","Sequential","Sequential","Sequential","Set","Set","Set","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","Sigalrm","Sigalrm","Sigalrm","Sigalrm","Sigint","Sigint","Sigint","Sigint","Sigstop","Sigstop","Sigstop","Sigstop","Sigtstp","Sigtstp","Sigtstp","Sigtstp","SnapshotTrigger","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJournalEvent","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOptTimeType","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketShutdownHow","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","Stdin","Stdin","Stdin","Stream","Stream","Stream","TcpListen","TcpStream","Text","ThreadCputimeId","ThreadCputimeId","ThreadCputimeId","ThreadSpawn","ThreadSpawn","ThreadSpawn","Timer","Timer","Timer","Ttl","Ttl","Ttl","TtySetV1","TtySetV1","TtySetV1","TtySetV1","TtySetV1","Type","Type","Type","UNSUPPORTED_JOURNAL","UdpSocket","Unencrypted","Unencrypted","Unencrypted","Unix","Unix","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","Unspec","Unspec","Unspec","UnsupportedJournal","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","Willneed","Willneed","Willneed","WritableJournal","Write","Write","Write","Write","WriteTimeout","WriteTimeout","WriteTimeout","WriteTimeout","addr","addr","addr","addr","addr","addr","addr","addr","addr","advice","advice","advice","af","af","af","as_restarted","backlog","backlog","backlog","base64","borrow","borrow","borrow_mut","borrow_mut","buffer","buffer_pos","call_stack","call_stack","call_stack","cidr","cidr","cidr","cidr","cidr","cidr","clock_id","clock_id","clock_id","cols","cols","cols","compacting","compressed_data","compressed_data","compressed_data","concrete","config","config","copied_fd","copied_fd","copied_fd","copy_journal","count","count","count","data","data","data","data","data","data","data","data","data","data1","data1","data1","data2","data2","data2","debug_print","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dirfd","dirfd","dirfd","dirflags","dirflags","dirflags","drop","drop","echo","echo","echo","end","end","end","entry","epfd","epfd","epfd","event","event","event","events","events","events","exit_code","exit_code","exit_code","exit_code","exit_code","exit_code","expires_at","expires_at","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd1","fd1","fd2","fd2","fd2","fd_flags","fd_flags","fd_flags","file","file_fd","file_fd","file_fd","flag","flag","flag","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flush","fmt","fmt","from","from","fs_flags","fs_flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","guard_size","guard_size","guard_size","height","height","height","how","how","how","id","id","id","id","id","id","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","init","init","initial_val","initial_val","initial_val","inner","inner","inner","inner","inner","inner","inner","into","into","into_inner","ip","ip","ip","ip","ip","ip","ip","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","layout","layout","layout","layout_raw","layout_raw","len","len","len","len","len","len","line_buffered","line_buffered","line_buffered","line_feeds","line_feeds","line_feeds","listen_fd","listen_fd","listen_fd","local_addr","local_addr","local_addr","local_addr","local_addr","local_addr","main_path","memory_stack","memory_stack","memory_stack","mode","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","n_cnt","n_size","network","network","network","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","nonblocking","nonblocking","nonblocking","o_flags","o_flags","o_flags","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_flags","old_flags","old_flags","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","op","op","op","opt","opt","opt","opt","opt","opt","original_fd","original_fd","original_fd","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","pointer_metadata","pointer_metadata","preferred_until","preferred_until","preferred_until","prefix","prefix","prefix","pt","pt","pt","ptr","ptr","ptr","read","receiver","record","record_end","record_end","record_size","record_start","record_start","rows","rows","rows","rx","rx","rx","rx","rx","rx","rx","security","security","security","sender","since_epoch","since_epoch","since_epoch","size","size","size","snapshot","socket_fd","socket_fd","socket_fd","split","st_atim","st_atim","st_atim","st_atim","st_atim","st_atim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_size","st_size","st_size","stack_lower","stack_lower","stack_lower","stack_size","stack_size","stack_size","stack_upper","stack_upper","stack_upper","start","start","start","start","start","start","state","state","state","state","state","state","stderr_tty","stderr_tty","stderr_tty","stdin_tty","stdin_tty","stdin_tty","stdout_tty","stdout_tty","stdout_tty","store","store_data","store_data","store_data","temp_path","time","time","time","time","time","time","token","token","token","total_events","total_size","trigger","trigger","trigger","try_from","try_from","try_into","try_into","tx","tx","tx","tx","tx","tx","tx","tx","ty","ty","ty","ty","ty","ty","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","util","via_router","via_router","via_router","vzip","vzip","wasm_hash","wasm_hash","wasm_hash","whence","whence","whence","width","width","width","write","start_ptr","addr","addr","addr","advice","af","backlog","call_stack","cidr","cidr","clock_id","compressed_data","copied_fd","count","data","data","data","dirfd","dirflags","epfd","event","exit_code","exit_code","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd2","fd_flags","file_fd","flag","flags","flags","flags","flags","flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","how","id","id","iface","iface","iface","iface","initial_val","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","layout","len","len","line_feeds","listen_fd","local_addr","local_addr","memory_stack","multi_addr","multi_addr","multi_addr","multiaddr","network","new_fd","new_fd","new_fd","new_path","new_path","new_path","non_blocking","o_flags","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_flags","old_path","old_path","old_path","op","opt","opt","original_fd","path","path","path","path","path","path","peer_addr","peer_addr","preferred_until","pt","region","security","size","socket_fd","st_atim","st_atim","st_mtim","st_mtim","st_size","start","store_data","time","time","token","trigger","tty","ty","ty","via_router","wasm_hash","when","whence","start_ptr","start_ptr","addr","listen_addr","local_addr","local_addr","peer_addr","peer_addr","reuse_addr","reuse_addr","reuse_port","reuse_port","deserialize","serialize","aligned_cow_str","aligned_cow_vec","arc","archived","archived_from","boxed","buffered","compacting","compacting_log_file","counting","filter","log_file","mem_file","null","pipe","printing","recombined","unsupported","ALIGNMENT","AlignedCowStr","__clone_box","as_component_extern_name","as_ref","as_slice","borrow","borrow_mut","clone","clone_into","default","deref","deref","deref_mut","deserialize","drop","fmt","from","from","from","init","inner","into","into","into","into_inner","is_empty","layout_raw","len","pointer_metadata","resolve","resolve_metadata","serialize","serialize_metadata","serialize_unsized","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","ALIGNMENT","AlignedCowVec","__clone_box","as_mut","as_ref","as_slice","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","drop","encode_hex","encode_hex_upper","fmt","from","from","from","init","inner","into","into","into","into_inner","is_empty","layout_raw","len","len_with_padding","pointer_metadata","resolve","resolve_metadata","serialize","serialize_metadata","serialize_unsized","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","Add","Add","Add","AnyEncryption","AnyEncryption","AnyEncryption","ArchivedJournalAddressfamilyV1","ArchivedJournalAdviceV1","ArchivedJournalEntry","ArchivedJournalEntryChangeDirectoryV1","ArchivedJournalEntryClearEtherealV1","ArchivedJournalEntryCloseFileDescriptorV1","ArchivedJournalEntryCloseThreadV1","ArchivedJournalEntryCreateDirectoryV1","ArchivedJournalEntryCreateEventV1","ArchivedJournalEntryCreateHardLinkV1","ArchivedJournalEntryCreatePipeV1","ArchivedJournalEntryCreateSymbolicLinkV1","ArchivedJournalEntryDuplicateFileDescriptorV1","ArchivedJournalEntryEpollCreateV1","ArchivedJournalEntryEpollCtlV1","ArchivedJournalEntryFileDescriptorAdviseV1","ArchivedJournalEntryFileDescriptorAllocateV1","ArchivedJournalEntryFileDescriptorSeekV1","ArchivedJournalEntryFileDescriptorSetFlagsV1","ArchivedJournalEntryFileDescriptorSetRightsV1","ArchivedJournalEntryFileDescriptorSetSizeV1","ArchivedJournalEntryFileDescriptorSetTimesV1","ArchivedJournalEntryFileDescriptorWriteV1","ArchivedJournalEntryHeader","ArchivedJournalEntryInitModuleV1","ArchivedJournalEntryOpenFileDescriptorV1","ArchivedJournalEntryPathRenameV1","ArchivedJournalEntryPathSetTimesV1","ArchivedJournalEntryPortAddAddrV1","ArchivedJournalEntryPortBridgeV1","ArchivedJournalEntryPortDelAddrV1","ArchivedJournalEntryPortGatewaySetV1","ArchivedJournalEntryPortRouteAddV1","ArchivedJournalEntryPortRouteDelV1","ArchivedJournalEntryProcessExitV1","ArchivedJournalEntryRecordType","ArchivedJournalEntryRemoveDirectoryV1","ArchivedJournalEntryRenumberFileDescriptorV1","ArchivedJournalEntrySetClockTimeV1","ArchivedJournalEntrySetThreadV1","ArchivedJournalEntrySnapshotV1","ArchivedJournalEntrySocketAcceptedV1","ArchivedJournalEntrySocketBindV1","ArchivedJournalEntrySocketConnectedV1","ArchivedJournalEntrySocketJoinIpv4MulticastV1","ArchivedJournalEntrySocketJoinIpv6MulticastV1","ArchivedJournalEntrySocketLeaveIpv4MulticastV1","ArchivedJournalEntrySocketLeaveIpv6MulticastV1","ArchivedJournalEntrySocketListenV1","ArchivedJournalEntrySocketOpenV1","ArchivedJournalEntrySocketSendFileV1","ArchivedJournalEntrySocketSendToV1","ArchivedJournalEntrySocketSendV1","ArchivedJournalEntrySocketSetOptFlagV1","ArchivedJournalEntrySocketSetOptSizeV1","ArchivedJournalEntrySocketSetOptTimeV1","ArchivedJournalEntrySocketShutdownV1","ArchivedJournalEntryTtySetV1","ArchivedJournalEntryUnlinkFileV1","ArchivedJournalEntryUpdateMemoryRegionV1","ArchivedJournalEpollCtlV1","ArchivedJournalEpollEventCtlV1","ArchivedJournalExitCodeV1","ArchivedJournalIpCidrV1","ArchivedJournalSnapshot0ClockidV1","ArchivedJournalSnapshotTriggerV1","ArchivedJournalSocketShutdownV1","ArchivedJournalSockoptionV1","ArchivedJournalSocktypeV1","ArchivedJournalStreamSecurityV1","ArchivedJournalThreadStartTypeV1","ArchivedJournalTimeTypeV1","ArchivedJournalWasiMemoryLayout","ArchivedJournalWhenceV1","BindTimeout","BindTimeout","BindTimeout","Bootstrap","Bootstrap","Bootstrap","Both","Both","Both","Broadcast","Broadcast","Broadcast","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ClassicEncryption","ClassicEncryption","ClassicEncryption","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","Cur","Cur","Cur","Del","Del","Del","Dgram","Dgram","Dgram","DontRoute","DontRoute","DontRoute","Dontneed","Dontneed","Dontneed","DoubleEncryption","DoubleEncryption","DoubleEncryption","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","End","End","End","Environ","Environ","Environ","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","Errno","Errno","Errno","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","Idle","Idle","Idle","Inet4","Inet4","Inet4","Inet6","Inet6","Inet6","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","JOURNAL_MAGIC_NUMBER","JOURNAL_MAGIC_NUMBER_BYTES","JournalAddressfamilyV1","JournalAddressfamilyV1Resolver","JournalAdviceV1","JournalAdviceV1Resolver","JournalEntryChangeDirectoryV1","JournalEntryChangeDirectoryV1Resolver","JournalEntryClearEtherealV1","JournalEntryClearEtherealV1Resolver","JournalEntryCloseFileDescriptorV1","JournalEntryCloseFileDescriptorV1Resolver","JournalEntryCloseThreadV1","JournalEntryCloseThreadV1Resolver","JournalEntryCreateDirectoryV1","JournalEntryCreateDirectoryV1Resolver","JournalEntryCreateEventV1","JournalEntryCreateEventV1Resolver","JournalEntryCreateHardLinkV1","JournalEntryCreateHardLinkV1Resolver","JournalEntryCreatePipeV1","JournalEntryCreatePipeV1Resolver","JournalEntryCreateSymbolicLinkV1","JournalEntryCreateSymbolicLinkV1Resolver","JournalEntryDuplicateFileDescriptorV1","JournalEntryDuplicateFileDescriptorV1Resolver","JournalEntryEpollCreateV1","JournalEntryEpollCreateV1Resolver","JournalEntryEpollCtlV1","JournalEntryEpollCtlV1Resolver","JournalEntryFileDescriptorAdviseV1","JournalEntryFileDescriptorAdviseV1Resolver","JournalEntryFileDescriptorAllocateV1","JournalEntryFileDescriptorAllocateV1Resolver","JournalEntryFileDescriptorSeekV1","JournalEntryFileDescriptorSeekV1Resolver","JournalEntryFileDescriptorSetFlagsV1","JournalEntryFileDescriptorSetFlagsV1Resolver","JournalEntryFileDescriptorSetRightsV1","JournalEntryFileDescriptorSetRightsV1Resolver","JournalEntryFileDescriptorSetSizeV1","JournalEntryFileDescriptorSetSizeV1Resolver","JournalEntryFileDescriptorSetTimesV1","JournalEntryFileDescriptorSetTimesV1Resolver","JournalEntryFileDescriptorWriteV1","JournalEntryFileDescriptorWriteV1Resolver","JournalEntryHeader","JournalEntryHeaderResolver","JournalEntryInitModuleV1","JournalEntryInitModuleV1Resolver","JournalEntryOpenFileDescriptorV1","JournalEntryOpenFileDescriptorV1Resolver","JournalEntryPathRenameV1","JournalEntryPathRenameV1Resolver","JournalEntryPathSetTimesV1","JournalEntryPathSetTimesV1Resolver","JournalEntryPortAddAddrV1","JournalEntryPortAddAddrV1Resolver","JournalEntryPortBridgeV1","JournalEntryPortBridgeV1Resolver","JournalEntryPortDelAddrV1","JournalEntryPortDelAddrV1Resolver","JournalEntryPortGatewaySetV1","JournalEntryPortGatewaySetV1Resolver","JournalEntryPortRouteAddV1","JournalEntryPortRouteAddV1Resolver","JournalEntryPortRouteDelV1","JournalEntryPortRouteDelV1Resolver","JournalEntryProcessExitV1","JournalEntryProcessExitV1Resolver","JournalEntryRecordType","JournalEntryRecordTypeResolver","JournalEntryRemoveDirectoryV1","JournalEntryRemoveDirectoryV1Resolver","JournalEntryRenumberFileDescriptorV1","JournalEntryRenumberFileDescriptorV1Resolver","JournalEntrySetClockTimeV1","JournalEntrySetClockTimeV1Resolver","JournalEntrySetThreadV1","JournalEntrySetThreadV1Resolver","JournalEntrySnapshotV1","JournalEntrySnapshotV1Resolver","JournalEntrySocketAcceptedV1","JournalEntrySocketAcceptedV1Resolver","JournalEntrySocketBindV1","JournalEntrySocketBindV1Resolver","JournalEntrySocketConnectedV1","JournalEntrySocketConnectedV1Resolver","JournalEntrySocketJoinIpv4MulticastV1","JournalEntrySocketJoinIpv4MulticastV1Resolver","JournalEntrySocketJoinIpv6MulticastV1","JournalEntrySocketJoinIpv6MulticastV1Resolver","JournalEntrySocketLeaveIpv4MulticastV1","JournalEntrySocketLeaveIpv4MulticastV1Resolver","JournalEntrySocketLeaveIpv6MulticastV1","JournalEntrySocketLeaveIpv6MulticastV1Resolver","JournalEntrySocketListenV1","JournalEntrySocketListenV1Resolver","JournalEntrySocketOpenV1","JournalEntrySocketOpenV1Resolver","JournalEntrySocketSendFileV1","JournalEntrySocketSendFileV1Resolver","JournalEntrySocketSendToV1","JournalEntrySocketSendToV1Resolver","JournalEntrySocketSendV1","JournalEntrySocketSendV1Resolver","JournalEntrySocketSetOptFlagV1","JournalEntrySocketSetOptFlagV1Resolver","JournalEntrySocketSetOptSizeV1","JournalEntrySocketSetOptSizeV1Resolver","JournalEntrySocketSetOptTimeV1","JournalEntrySocketSetOptTimeV1Resolver","JournalEntrySocketShutdownV1","JournalEntrySocketShutdownV1Resolver","JournalEntryTtySetV1","JournalEntryTtySetV1Resolver","JournalEntryUnlinkFileV1","JournalEntryUnlinkFileV1Resolver","JournalEntryUpdateMemoryRegionV1","JournalEntryUpdateMemoryRegionV1Resolver","JournalEpollCtlV1","JournalEpollCtlV1Resolver","JournalEpollEventCtlV1","JournalEpollEventCtlV1Resolver","JournalExitCodeV1","JournalExitCodeV1Resolver","JournalIpCidrV1","JournalIpCidrV1Resolver","JournalSnapshot0ClockidV1","JournalSnapshot0ClockidV1Resolver","JournalSnapshotTriggerV1","JournalSnapshotTriggerV1Resolver","JournalSocketShutdownV1","JournalSocketShutdownV1Resolver","JournalSockoptionV1","JournalSockoptionV1Resolver","JournalSocktypeV1","JournalSocktypeV1Resolver","JournalStreamSecurityV1","JournalStreamSecurityV1Resolver","JournalThreadStartTypeV1","JournalThreadStartTypeV1Resolver","JournalTimeTypeV1","JournalTimeTypeV1Resolver","JournalWasiMemoryLayout","JournalWasiMemoryLayoutResolver","JournalWhenceV1","JournalWhenceV1Resolver","KeepAlive","KeepAlive","KeepAlive","LastError","LastError","LastError","Linger","Linger","Linger","Linger","Linger","Linger","Listen","Listen","Listen","Listening","Listening","Listening","MainThread","MainThread","MainThread","Mod","Mod","Mod","Monotonic","Monotonic","Monotonic","MulticastLoopV4","MulticastLoopV4","MulticastLoopV4","MulticastLoopV6","MulticastLoopV6","MulticastLoopV6","MulticastTtlV4","MulticastTtlV4","MulticastTtlV4","NoDelay","NoDelay","NoDelay","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","Noop","Noop","Noop","Noreuse","Noreuse","Noreuse","Normal","Normal","Normal","OnlyV6","OnlyV6","OnlyV6","OobInline","OobInline","OobInline","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","Other","Other","Other","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","ProcessCputimeId","ProcessCputimeId","ProcessCputimeId","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","Promiscuous","Promiscuous","Promiscuous","Proto","Proto","Proto","Random","Random","Random","Raw","Raw","Raw","Read","Read","Read","ReadTimeout","ReadTimeout","ReadTimeout","Realtime","Realtime","Realtime","RecvBufSize","RecvBufSize","RecvBufSize","RecvLowat","RecvLowat","RecvLowat","RecvTimeout","RecvTimeout","RecvTimeout","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","ReuseAddr","ReuseAddr","ReuseAddr","ReusePort","ReusePort","ReusePort","SendBufSize","SendBufSize","SendBufSize","SendLowat","SendLowat","SendLowat","SendTimeout","SendTimeout","SendTimeout","Seqpacket","Seqpacket","Seqpacket","Sequential","Sequential","Sequential","Set","Set","Set","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","Sigalrm","Sigalrm","Sigalrm","Sigint","Sigint","Sigint","Sigstop","Sigstop","Sigstop","Sigtstp","Sigtstp","Sigtstp","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","Stdin","Stdin","Stdin","Stream","Stream","Stream","ThreadCputimeId","ThreadCputimeId","ThreadCputimeId","ThreadSpawn","ThreadSpawn","ThreadSpawn","Timer","Timer","Timer","Ttl","Ttl","Ttl","TtySetV1","TtySetV1","TtySetV1","TtySetV1","Type","Type","Type","Unencrypted","Unencrypted","Unencrypted","Unix","Unix","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","Unspec","Unspec","Unspec","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","Willneed","Willneed","Willneed","Write","Write","Write","WriteTimeout","WriteTimeout","WriteTimeout","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","addr","addr","addr","addr","addr","addr","addr","addr","addr","advice","advice","advice","af","af","af","backlog","backlog","backlog","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call_stack","call_stack","call_stack","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","cidr","cidr","cidr","cidr","cidr","cidr","clock_id","clock_id","clock_id","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","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","cols","cols","cols","compare","compare","compare","compare","compare","compare","compare","compare","compare","compressed_data","compressed_data","compressed_data","copied_fd","copied_fd","copied_fd","count","count","count","data","data","data","data","data","data","data","data","data","data1","data1","data1","data2","data2","data2","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_archive","dirfd","dirfd","dirfd","dirflags","dirflags","dirflags","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","echo","echo","echo","end","end","end","epfd","epfd","epfd","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","event","event","event","events","events","events","exit_code","exit_code","exit_code","exit_code","exit_code","exit_code","expires_at","expires_at","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd1","fd1","fd2","fd2","fd2","fd_flags","fd_flags","fd_flags","file_fd","file_fd","file_fd","flag","flag","flag","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","fs_flags","fs_flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","guard_size","guard_size","guard_size","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","height","height","height","how","how","how","id","id","id","id","id","id","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initial_val","initial_val","initial_val","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","ip","ip","ip","ip","ip","ip","ip","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","layout","layout","layout","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","line_buffered","line_buffered","line_buffered","line_feeds","line_feeds","line_feeds","listen_fd","listen_fd","listen_fd","local_addr","local_addr","local_addr","local_addr","local_addr","local_addr","memory_stack","memory_stack","memory_stack","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","network","network","network","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","nonblocking","nonblocking","nonblocking","o_flags","o_flags","o_flags","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_flags","old_flags","old_flags","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","op","op","op","opt","opt","opt","opt","opt","opt","original_fd","original_fd","original_fd","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preferred_until","preferred_until","preferred_until","prefix","prefix","prefix","pt","pt","pt","ptr","ptr","ptr","record_size","record_size","record_size","record_type","record_type","record_type","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","rows","rows","rows","security","security","security","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","since_epoch","since_epoch","since_epoch","size","size","size","socket_fd","socket_fd","socket_fd","st_atim","st_atim","st_atim","st_atim","st_atim","st_atim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_size","st_size","st_size","stack_lower","stack_lower","stack_lower","stack_size","stack_size","stack_size","stack_upper","stack_upper","stack_upper","start","start","start","start","start","start","stderr_tty","stderr_tty","stderr_tty","stdin_tty","stdin_tty","stdin_tty","stdout_tty","stdout_tty","stdout_tty","store_data","store_data","store_data","time","time","time","time","time","time","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","token","token","token","trigger","trigger","trigger","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","via_router","via_router","via_router","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasm_hash","wasm_hash","wasm_hash","whence","whence","whence","width","width","width","start_ptr","start_ptr","start_ptr","BufferedJournal","BufferedJournalRx","BufferedJournalTx","State","__clone_box","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","flush","flush","fmt","fmt","fmt","fmt","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","offset","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","records","rx","split","state","state","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","write","write","CompactResult","CompactingJournal","CompactingJournalRx","CompactingJournalTx","DescriptorLookup","Fd","MemoryRange","State","StateDescriptor","__clone_box","__clone_box","__clone_box","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chdir","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","compact_to","compact_to","compacting","compare","compare","create_directory","create_filter","create_filter","create_trunc_file","default","default","delta_list","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","descriptor_seed","descriptors","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","end","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","event_index","events","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","get_hash","get_hash","hash","hash","init","init","init","init","init","init","init","init","inner","inner_rx","inner_tx","into","into","into","into","into","into","into","into","into_split","keep_descriptors","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","memory_map","modify_file","new","open_pipes","open_sockets","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","remove_directory","replace_inner","replace_inner","rx","snapshots","split","start","state","stdio_descriptors","suspect_descriptors","swap","swap_inner","thread_map","to_owned","to_owned","to_owned","total_events","total_size","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tty","tx","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unlink_file","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","whitelist","write","write","write_map","CompactingLogFileJournal","CompactingLogFileJournalRx","CompactingLogFileJournalTx","State","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cnt_records","cnt_size","compact_now","compact_now","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","flush","flush","fmt","fmt","fmt","fmt","from","from","from","from","init","init","init","init","inner","inner","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","main_path","new","on_drop","on_factor_size","on_n_records","on_n_size","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","ref_size","reset_counters","rx","split","state","state","swap_inner","temp_path","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","with_compact_on_drop","with_compact_on_factor_size","with_compact_on_n_records","with_compact_on_n_size","write","write","CountingJournal","__clone_box","as_restarted","borrow","borrow_mut","clone","clone_into","cnt","default","deref","deref_mut","deserialize","drop","flush","fmt","from","init","into","layout_raw","n_cnt","n_size","pointer_metadata","read","size","split","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","write","FilteredJournal","FilteredJournalBuilder","FilteredJournalConfig","FilteredJournalRx","FilteredJournalTx","__clone_box","add_event_to_whitelist","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","clone_with_inner","config","config","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","event_index","filter_core","filter_events","filter_fs","filter_memory","filter_net","filter_snapshots","filter_stdio","filter_threads","flush","flush","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","init","init","init","init","init","inner","inner","into","into","into","into","into","into_inner","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","rx","set_ignore_core","set_ignore_fs","set_ignore_memory","set_ignore_networking","set_ignore_snapshots","set_ignore_stdio","set_ignore_threads","split","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","with_filter_events","with_ignore_core","with_ignore_fs","with_ignore_memory","with_ignore_networking","with_ignore_snapshots","with_ignore_stdio","with_ignore_threads","write","write","LogFileJournal","LogFileJournalRx","LogFileJournalTx","TxState","__clone_box","as_restarted","as_restarted","as_rx","backing_store","backing_store","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","buffer_pos","clone","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","file","flush","flush","fmt","fmt","fmt","fmt","from","from","from","from","from_buffer","from_file","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","new","owned_buffer","owned_buffer","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","rx","serializer","split","state","store","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx","tx","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","write","write","MemFileJournal","__clone_box","as_restarted","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","drop","file","flush","fmt","from","init","into","layout_raw","new","pointer_metadata","read","split","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","write","NULL_JOURNAL","NullJournal","as_restarted","borrow","borrow_mut","debug_print","default","deref","deref_mut","deserialize","drop","flush","fmt","from","init","into","layout_raw","pointer_metadata","read","split","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","write","PipeJournal","PipeJournalRx","PipeJournalTx","SenderState","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","channel","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","flush","flush","fmt","fmt","fmt","fmt","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","offset","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","receiver","rx","sender","sender","split","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","write","write","JournalPrintingMode","Json","PrintingJournal","Text","as_restarted","borrow","borrow","borrow_mut","borrow_mut","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","flush","fmt","fmt","from","from","init","init","into","into","layout_raw","layout_raw","mode","new","pointer_metadata","pointer_metadata","read","split","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","write","RecombinedJournal","as_restarted","borrow","borrow_mut","deref","deref_mut","deserialize","drop","flush","from","init","into","layout_raw","new","pointer_metadata","read","rx","split","try_from","try_into","tx","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","write","UNSUPPORTED_JOURNAL","UnsupportedJournal","as_restarted","borrow","borrow_mut","default","deref","deref_mut","deserialize","drop","flush","fmt","from","init","into","layout_raw","pointer_metadata","read","split","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","write","AcceptTimeout","BindTimeout","Both","ChangeDirectoryV1","ClearEtherealV1","CloseFileDescriptorV1","CloseThreadV1","ConnectTimeout","CreateDirectoryV1","CreateEventV1","CreateHardLinkV1","CreatePipeV1","CreateSymbolicLinkV1","DuplicateFileDescriptorV1","EpollCreateV1","EpollCtlV1","Fd","FileDescriptorAdviseV1","FileDescriptorAllocateV1","FileDescriptorSeekV1","FileDescriptorSetFlagsV1","FileDescriptorSetRightsV1","FileDescriptorSetSizeV1","FileDescriptorSetTimesV1","FileDescriptorWriteV1","Icmp","InitModuleV1","JournalEntry","Linger","OpenFileDescriptorV1","PathRenameV1","PathSetTimesV1","PortAddAddrV1","PortAddrClearV1","PortBridgeV1","PortDelAddrV1","PortDhcpAcquireV1","PortGatewaySetV1","PortRouteAddV1","PortRouteClearV1","PortRouteDelV1","PortUnbridgeV1","ProcessExitV1","Read","ReadTimeout","RemoveDirectoryV1","RenumberFileDescriptorV1","SetClockTimeV1","SetThreadV1","SnapshotV1","SocketAcceptedV1","SocketBindV1","SocketConnectedV1","SocketJoinIpv4MulticastV1","SocketJoinIpv6MulticastV1","SocketJournalEvent","SocketLeaveIpv4MulticastV1","SocketLeaveIpv6MulticastV1","SocketListenV1","SocketOpenV1","SocketOptTimeType","SocketSendFileV1","SocketSendToV1","SocketSendV1","SocketSetOptFlagV1","SocketSetOptSizeV1","SocketSetOptTimeV1","SocketShutdownHow","SocketShutdownV1","TcpListen","TcpStream","TtySetV1","UdpSocket","UnlinkFileV1","UpdateMemoryRegionV1","Write","WriteTimeout","__clone_box","__clone_box","__clone_box","__clone_box","archive_record_type","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","estimate_size","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","get_hash","get_hash","hash","hash","init","init","init","init","into","into","into","into","into_owned","layout_raw","layout_raw","layout_raw","layout_raw","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","serialize","serialize","serialize","serialize","serialize_archive","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","addr","addr","addr","advice","af","backlog","call_stack","cidr","cidr","clock_id","compressed_data","copied_fd","count","data","data","data","dirfd","dirflags","epfd","event","exit_code","exit_code","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd2","fd_flags","file_fd","flag","flags","flags","flags","flags","flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","how","id","id","iface","iface","iface","iface","initial_val","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","layout","len","len","line_feeds","listen_fd","local_addr","local_addr","memory_stack","multi_addr","multi_addr","multi_addr","multiaddr","network","new_fd","new_fd","new_fd","new_path","new_path","new_path","non_blocking","o_flags","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_flags","old_path","old_path","old_path","op","opt","opt","original_fd","path","path","path","path","path","path","peer_addr","peer_addr","preferred_until","pt","region","security","size","socket_fd","st_atim","st_atim","st_mtim","st_mtim","st_size","start","store_data","time","time","token","trigger","tty","ty","ty","via_router","wasm_hash","when","whence","addr","listen_addr","local_addr","local_addr","peer_addr","peer_addr","reuse_addr","reuse_addr","reuse_port","reuse_port","Bootstrap","DEFAULT_SNAPSHOT_TRIGGERS","FirstEnviron","FirstListen","FirstSigint","FirstStdin","Idle","NonDeterministicCall","PeriodicInterval","Sigalrm","Sigint","Sigstop","Sigtstp","SnapshotTrigger","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","deserialize","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from_str","get_hash","hash","init","into","layout_raw","only_once","partial_cmp","pointer_metadata","serialize","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","copy_journal"],"q":[[0,"wasmer_journal"],[1478,"wasmer_journal::ArchivedJournalThreadStartTypeV1"],[1479,"wasmer_journal::JournalEntry"],[1635,"wasmer_journal::JournalThreadStartTypeV1"],[1636,"wasmer_journal::JournalThreadStartTypeV1Resolver"],[1637,"wasmer_journal::SocketJournalEvent"],[1647,"wasmer_journal::base64"],[1649,"wasmer_journal::concrete"],[1667,"wasmer_journal::concrete::aligned_cow_str"],[1713,"wasmer_journal::concrete::aligned_cow_vec"],[1762,"wasmer_journal::concrete::archived"],[8086,"wasmer_journal::concrete::archived::ArchivedJournalThreadStartTypeV1"],[8087,"wasmer_journal::concrete::archived::JournalThreadStartTypeV1"],[8088,"wasmer_journal::concrete::archived::JournalThreadStartTypeV1Resolver"],[8089,"wasmer_journal::concrete::buffered"],[8202,"wasmer_journal::concrete::compacting"],[8474,"wasmer_journal::concrete::compacting_log_file"],[8600,"wasmer_journal::concrete::counting"],[8637,"wasmer_journal::concrete::filter"],[8803,"wasmer_journal::concrete::log_file"],[8925,"wasmer_journal::concrete::mem_file"],[8960,"wasmer_journal::concrete::null"],[8991,"wasmer_journal::concrete::pipe"],[9099,"wasmer_journal::concrete::printing"],[9156,"wasmer_journal::concrete::recombined"],[9183,"wasmer_journal::concrete::unsupported"],[9213,"wasmer_journal::entry"],[9435,"wasmer_journal::entry::JournalEntry"],[9591,"wasmer_journal::entry::SocketJournalEvent"],[9601,"wasmer_journal::snapshot"],[9657,"wasmer_journal::util"],[9658,"alloc::boxed"],[9659,"anyhow"],[9660,"rkyv::with"],[9661,"core::result"],[9662,"core::fmt"],[9663,"core::fmt"],[9664,"core::alloc::layout"],[9665,"core::any"],[9666,"alloc::alloc"],[9667,"core::any"],[9668,"serde::de"],[9669,"serde::ser"],[9670,"dyn_clone::sealed"],[9671,"wasm_encoder::component::imports"],[9672,"alloc::string"],[9673,"rkyv::ser"],[9674,"rkyv::ser"],[9675,"core::clone"],[9676,"core::iter::traits::collect"],[9677,"alloc::vec"],[9678,"bytecheck"],[9679,"bytecheck"],[9680,"wasmer_wasix_types::wasi::bindings"],[9681,"wasmer_wasix_types::wasi::bindings"],[9682,"wasmer_wasix_types::wasi::wasix_manual"],[9683,"wasmer_wasix_types::wasi::wasix_manual"],[9684,"wasmer_wasix_types::wasix"],[9685,"core::hash"],[9686,"num_enum"],[9687,"core::ops::range"],[9688,"std::path"],[9689,"core::convert"],[9690,"std::collections::hash::set"],[9691,"virtual_fs::mem_fs::offloaded_file"],[9692,"shared_buffer::owned"],[9693,"std::fs"],[9694,"std::net"]],"d":["The resolver for JournalSockoptionV1::AcceptTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::AcceptTimeout","The archived counterpart of …","","","The resolver for JournalEpollCtlV1::Add","The archived counterpart of JournalEpollCtlV1::Add","","","An aligned COW vector of bytes which avoids copying data …","The resolver for JournalStreamSecurityV1::AnyEncryption","The archived counterpart of …","","An archived JournalAddressfamilyV1","An archived JournalAdviceV1","","An archived JournalEntryChangeDirectoryV1","An archived JournalEntryClearEtherealV1","An archived JournalEntryCloseFileDescriptorV1","An archived JournalEntryCloseThreadV1","An archived JournalEntryCreateDirectoryV1","An archived JournalEntryCreateEventV1","An archived JournalEntryCreateHardLinkV1","An archived JournalEntryCreatePipeV1","An archived JournalEntryCreateSymbolicLinkV1","An archived JournalEntryDuplicateFileDescriptorV1","An archived JournalEntryEpollCreateV1","An archived JournalEntryEpollCtlV1","An archived JournalEntryFileDescriptorAdviseV1","An archived JournalEntryFileDescriptorAllocateV1","An archived JournalEntryFileDescriptorSeekV1","An archived JournalEntryFileDescriptorSetFlagsV1","An archived JournalEntryFileDescriptorSetRightsV1","An archived JournalEntryFileDescriptorSetSizeV1","An archived JournalEntryFileDescriptorSetTimesV1","An archived JournalEntryFileDescriptorWriteV1","An archived JournalEntryInitModuleV1","An archived JournalEntryOpenFileDescriptorV1","An archived JournalEntryPathRenameV1","An archived JournalEntryPathSetTimesV1","An archived JournalEntryPortAddAddrV1","An archived JournalEntryPortBridgeV1","An archived JournalEntryPortDelAddrV1","An archived JournalEntryPortGatewaySetV1","An archived JournalEntryPortRouteAddV1","An archived JournalEntryPortRouteDelV1","An archived JournalEntryProcessExitV1","An archived JournalEntryRecordType","An archived JournalEntryRemoveDirectoryV1","An archived JournalEntryRenumberFileDescriptorV1","An archived JournalEntrySetClockTimeV1","An archived JournalEntrySetThreadV1","An archived JournalEntrySnapshotV1","An archived JournalEntrySocketAcceptedV1","An archived JournalEntrySocketBindV1","An archived JournalEntrySocketConnectedV1","An archived JournalEntrySocketJoinIpv4MulticastV1","An archived JournalEntrySocketJoinIpv6MulticastV1","An archived JournalEntrySocketLeaveIpv4MulticastV1","An archived JournalEntrySocketLeaveIpv6MulticastV1","An archived JournalEntrySocketListenV1","An archived JournalEntrySocketOpenV1","An archived JournalEntrySocketSendFileV1","An archived JournalEntrySocketSendToV1","An archived JournalEntrySocketSendV1","An archived JournalEntrySocketSetOptFlagV1","An archived JournalEntrySocketSetOptSizeV1","An archived JournalEntrySocketSetOptTimeV1","An archived JournalEntrySocketShutdownV1","An archived JournalEntryTtySetV1","An archived JournalEntryUnlinkFileV1","An archived JournalEntryUpdateMemoryRegionV1","An archived JournalEpollCtlV1","An archived JournalEpollEventCtlV1","An archived JournalExitCodeV1","An archived JournalIpCidrV1","An archived JournalSnapshot0ClockidV1","An archived JournalSnapshotTriggerV1","An archived JournalSocketShutdownV1","An archived JournalSockoptionV1","An archived JournalSocktypeV1","An archived JournalStreamSecurityV1","An archived JournalThreadStartTypeV1","An archived JournalTimeTypeV1","An archived JournalWasiMemoryLayout","An archived JournalWhenceV1","The resolver for JournalTimeTypeV1::BindTimeout","The archived counterpart of JournalTimeTypeV1::BindTimeout","","","The resolver for JournalSnapshotTriggerV1::Bootstrap","The archived counterpart of …","","Bootstrapping process","The resolver for JournalSocketShutdownV1::Both","The archived counterpart of JournalSocketShutdownV1::Both","","","The resolver for JournalSockoptionV1::Broadcast","The archived counterpart of JournalSockoptionV1::Broadcast","","","","","","The resolver for JournalEntryRecordType::ChangeDirectoryV1","The archived counterpart of …","","","The resolver for JournalStreamSecurityV1::ClassicEncryption","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ClearEtherealV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CloseThreadV1","The archived counterpart of …","","","Represents the results of a compaction operation","","","Deduplicates memory and stacks to reduce the number of …","","","","The resolver for JournalSockoptionV1::ConnectTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::ConnectTimeout","The archived counterpart of …","","","Journal that counts the size of the entries that are …","","The resolver for JournalEntryRecordType::CreateDirectoryV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreateEventV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreateHardLinkV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreatePipeV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalWhenceV1::Cur","The archived counterpart of JournalWhenceV1::Cur","","","The resolver for JournalEpollCtlV1::Del","The archived counterpart of JournalEpollCtlV1::Del","","The resolver for JournalSocktypeV1::Dgram","The archived counterpart of JournalSocktypeV1::Dgram","","The resolver for JournalSockoptionV1::DontRoute","The archived counterpart of JournalSockoptionV1::DontRoute","","The resolver for JournalAdviceV1::Dontneed","The archived counterpart of JournalAdviceV1::Dontneed","","The resolver for JournalStreamSecurityV1::DoubleEncryption","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","","","","The resolver for JournalWhenceV1::End","The archived counterpart of JournalWhenceV1::End","","The resolver for JournalSnapshotTriggerV1::Environ","The archived counterpart of …","","","The resolver for JournalEntryRecordType::EpollCreateV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::EpollCtlV1","The archived counterpart of …","","","The resolver for JournalExitCodeV1::Errno","The archived counterpart of JournalExitCodeV1::Errno","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","Filters out a specific set of journal events and drops the …","Constructs a filter with a set of parameters that will be …","","","Triggered on reading the environment variables for the …","Triggered when a listen syscall is invoked on a socket for …","Issued on the first interrupt signal (Ctrl + C) the …","Triggered when the process reads stdin for the first time","","The resolver for JournalSnapshotTriggerV1::Idle","The archived counterpart of JournalSnapshotTriggerV1::Idle","","Triggered when all the threads in the process goes idle","The resolver for JournalAddressfamilyV1::Inet4","The archived counterpart of JournalAddressfamilyV1::Inet4","","The resolver for JournalAddressfamilyV1::Inet6","The archived counterpart of JournalAddressfamilyV1::Inet6","","","The resolver for JournalEntryRecordType::InitModuleV1","The archived counterpart of …","","","","","The snapshot capturer will take a series of objects that …","","The resolver for an archived JournalAddressfamilyV1","","The resolver for an archived JournalAdviceV1","Represents a log entry in a snapshot log stream that …","","The resolver for an archived JournalEntryChangeDirectoryV1","","The resolver for an archived JournalEntryClearEtherealV1","","The resolver for an archived …","","The resolver for an archived JournalEntryCloseThreadV1","","The resolver for an archived JournalEntryCreateDirectoryV1","","The resolver for an archived JournalEntryCreateEventV1","","The resolver for an archived JournalEntryCreateHardLinkV1","","The resolver for an archived JournalEntryCreatePipeV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntryEpollCreateV1","","The resolver for an archived JournalEntryEpollCtlV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","WARNING!!!! Do not change this structure without updating …","The resolver for an archived …","","The resolver for an archived JournalEntryInitModuleV1","","The resolver for an archived …","","The resolver for an archived JournalEntryPathRenameV1","","The resolver for an archived JournalEntryPathSetTimesV1","","The resolver for an archived JournalEntryPortAddAddrV1","","The resolver for an archived JournalEntryPortBridgeV1","","The resolver for an archived JournalEntryPortDelAddrV1","","The resolver for an archived JournalEntryPortGatewaySetV1","","The resolver for an archived JournalEntryPortRouteAddV1","","The resolver for an archived JournalEntryPortRouteDelV1","","The resolver for an archived JournalEntryProcessExitV1","","The resolver for an archived JournalEntryRecordType","","The resolver for an archived JournalEntryRemoveDirectoryV1","","The resolver for an archived …","","The resolver for an archived JournalEntrySetClockTimeV1","","The resolver for an archived JournalEntrySetThreadV1","","The resolver for an archived JournalEntrySnapshotV1","","The resolver for an archived JournalEntrySocketAcceptedV1","","The resolver for an archived JournalEntrySocketBindV1","","The resolver for an archived JournalEntrySocketConnectedV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntrySocketListenV1","","The resolver for an archived JournalEntrySocketOpenV1","","The resolver for an archived JournalEntrySocketSendFileV1","","The resolver for an archived JournalEntrySocketSendToV1","","The resolver for an archived JournalEntrySocketSendV1","","The resolver for an archived JournalEntrySocketSetOptFlagV1","","The resolver for an archived JournalEntrySocketSetOptSizeV1","","The resolver for an archived JournalEntrySocketSetOptTimeV1","","The resolver for an archived JournalEntrySocketShutdownV1","","The resolver for an archived JournalEntryTtySetV1","","The resolver for an archived JournalEntryUnlinkFileV1","","The resolver for an archived …","","The resolver for an archived JournalEpollCtlV1","","The resolver for an archived JournalEpollEventCtlV1","","The resolver for an archived JournalExitCodeV1","","The resolver for an archived JournalIpCidrV1","Type of printing mode to use","","The resolver for an archived JournalSnapshot0ClockidV1","","The resolver for an archived JournalSnapshotTriggerV1","","The resolver for an archived JournalSocketShutdownV1","","The resolver for an archived JournalSockoptionV1","","The resolver for an archived JournalSocktypeV1","","The resolver for an archived JournalStreamSecurityV1","","The resolver for an archived JournalThreadStartTypeV1","","The resolver for an archived JournalTimeTypeV1","","The resolver for an archived JournalWasiMemoryLayout","","The resolver for an archived JournalWhenceV1","","The resolver for JournalSockoptionV1::KeepAlive","The archived counterpart of JournalSockoptionV1::KeepAlive","","The resolver for JournalSockoptionV1::LastError","The archived counterpart of JournalSockoptionV1::LastError","","The resolver for JournalSockoptionV1::Linger","The archived counterpart of JournalSockoptionV1::Linger","","The resolver for JournalTimeTypeV1::Linger","The archived counterpart of JournalTimeTypeV1::Linger","","","The resolver for JournalSnapshotTriggerV1::Listen","The archived counterpart of …","","The resolver for JournalSockoptionV1::Listening","The archived counterpart of JournalSockoptionV1::Listening","","The LogFile snapshot capturer will write its snapshots to …","","","The results of an operation to read a log entry from the …","The results of an operation to write a log entry to the log","The resolver for JournalThreadStartTypeV1::MainThread","The archived counterpart of …","","The memory file journal processes journal entries by …","The resolver for JournalEpollCtlV1::Mod","The archived counterpart of JournalEpollCtlV1::Mod","","The resolver for JournalSnapshot0ClockidV1::Monotonic","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV4","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV6","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastTtlV4","The archived counterpart of …","","","The resolver for JournalSockoptionV1::NoDelay","The archived counterpart of JournalSockoptionV1::NoDelay","","The resolver for …","The archived counterpart of …","","When a non-determinstic call is made","The resolver for JournalSockoptionV1::Noop","The archived counterpart of JournalSockoptionV1::Noop","","The resolver for JournalAdviceV1::Noreuse","The archived counterpart of JournalAdviceV1::Noreuse","","The resolver for JournalAdviceV1::Normal","The archived counterpart of JournalAdviceV1::Normal","","The null journal sends all the records into the abyss","The resolver for JournalSockoptionV1::OnlyV6","The archived counterpart of JournalSockoptionV1::OnlyV6","","The resolver for JournalSockoptionV1::OobInline","The archived counterpart of JournalSockoptionV1::OobInline","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalExitCodeV1::Other","The archived counterpart of JournalExitCodeV1::Other","","","The resolver for JournalEntryRecordType::PathRenameV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PathSetTimesV1","The archived counterpart of …","","","Triggered periodically based on a interval (default 10 …","","","","","The resolver for JournalEntryRecordType::PortAddAddrV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortAddrClearV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortBridgeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortDelAddrV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortDhcpAcquireV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortGatewaySetV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteAddV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteClearV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteDelV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortUnbridgeV1","The archived counterpart of …","","","The printing journal writes all the journal entries to the …","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ProcessExitV1","The archived counterpart of …","","","The resolver for JournalSockoptionV1::Promiscuous","The archived counterpart of …","","The resolver for JournalSockoptionV1::Proto","The archived counterpart of JournalSockoptionV1::Proto","","The resolver for JournalAdviceV1::Random","The archived counterpart of JournalAdviceV1::Random","","The resolver for JournalSocktypeV1::Raw","The archived counterpart of JournalSocktypeV1::Raw","","The resolver for JournalSocketShutdownV1::Read","The archived counterpart of JournalSocketShutdownV1::Read","","","The resolver for JournalTimeTypeV1::ReadTimeout","The archived counterpart of JournalTimeTypeV1::ReadTimeout","","","The snapshot capturer will take a series of objects that …","The resolver for JournalSnapshot0ClockidV1::Realtime","The archived counterpart of …","","","The resolver for JournalSockoptionV1::RecvBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::RecvLowat","The archived counterpart of JournalSockoptionV1::RecvLowat","","The resolver for JournalSockoptionV1::RecvTimeout","The archived counterpart of …","","","The resolver for JournalEntryRecordType::RemoveDirectoryV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalSockoptionV1::ReuseAddr","The archived counterpart of JournalSockoptionV1::ReuseAddr","","The resolver for JournalSockoptionV1::ReusePort","The archived counterpart of JournalSockoptionV1::ReusePort","","The resolver for JournalSockoptionV1::SendBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::SendLowat","The archived counterpart of JournalSockoptionV1::SendLowat","","The resolver for JournalSockoptionV1::SendTimeout","The archived counterpart of …","","The resolver for JournalSocktypeV1::Seqpacket","The archived counterpart of JournalSocktypeV1::Seqpacket","","The resolver for JournalAdviceV1::Sequential","The archived counterpart of JournalAdviceV1::Sequential","","The resolver for JournalWhenceV1::Set","The archived counterpart of JournalWhenceV1::Set","","","The resolver for JournalEntryRecordType::SetClockTimeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SetThreadV1","The archived counterpart of …","","","The resolver for JournalSnapshotTriggerV1::Sigalrm","The archived counterpart of …","","Alarm clock signal (used for timers)","The resolver for JournalSnapshotTriggerV1::Sigint","The archived counterpart of …","","Issued if the user sends an interrupt signal (Ctrl + C).","The resolver for JournalSnapshotTriggerV1::Sigstop","The archived counterpart of …","","The SIGSTOP signal instructs the operating system to stop …","The resolver for JournalSnapshotTriggerV1::Sigtstp","The archived counterpart of …","","The SIGTSTP signal is sent to a process by its controlling …","Various triggers that will cause the runtime to take …","","The resolver for JournalEntryRecordType::SnapshotV1","The archived counterpart of …","","Represents the marker for the end of a snapshot","","The resolver for JournalEntryRecordType::SocketAcceptedV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketBindV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketConnectedV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketListenV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketOpenV1","The archived counterpart of …","","","","","The resolver for JournalEntryRecordType::SocketSendFileV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSendToV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSendV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptFlagV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptSizeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptTimeV1","The archived counterpart of …","","","","","The resolver for JournalEntryRecordType::SocketShutdownV1","The archived counterpart of …","","","The resolver for JournalSnapshotTriggerV1::Stdin","The archived counterpart of JournalSnapshotTriggerV1::Stdin","","The resolver for JournalSocktypeV1::Stream","The archived counterpart of JournalSocktypeV1::Stream","","","","","The resolver for JournalSnapshot0ClockidV1::ThreadCputimeId","The archived counterpart of …","","The resolver for JournalThreadStartTypeV1::ThreadSpawn","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Timer","The archived counterpart of JournalSnapshotTriggerV1::Timer","","The resolver for JournalSockoptionV1::Ttl","The archived counterpart of JournalSockoptionV1::Ttl","","","The resolver for JournalEntryRecordType::TtySetV1","The archived counterpart of …","","","The resolver for JournalSockoptionV1::Type","The archived counterpart of JournalSockoptionV1::Type","","","","The resolver for JournalStreamSecurityV1::Unencrypted","The archived counterpart of …","","The resolver for JournalAddressfamilyV1::Unix","The archived counterpart of JournalAddressfamilyV1::Unix","","The resolver for JournalSnapshot0ClockidV1::Unknown","The archived counterpart of …","","The resolver for JournalWhenceV1::Unknown","The archived counterpart of JournalWhenceV1::Unknown","","The resolver for JournalAdviceV1::Unknown","The archived counterpart of JournalAdviceV1::Unknown","","The resolver for JournalEpollCtlV1::Unknown","The archived counterpart of JournalEpollCtlV1::Unknown","","The resolver for JournalStreamSecurityV1::Unknown","The archived counterpart of …","","The resolver for JournalSocktypeV1::Unknown","The archived counterpart of JournalSocktypeV1::Unknown","","","The resolver for JournalEntryRecordType::UnlinkFileV1","The archived counterpart of …","","","The resolver for JournalAddressfamilyV1::Unspec","The archived counterpart of JournalAddressfamilyV1::Unspec","","The default for runtime is to use the unsupported journal …","","The resolver for …","The archived counterpart of …","","","The resolver for JournalAdviceV1::Willneed","The archived counterpart of JournalAdviceV1::Willneed","","The snapshot capturer will take a series of objects that …","The resolver for JournalSocketShutdownV1::Write","The archived counterpart of JournalSocketShutdownV1::Write","","","The resolver for JournalTimeTypeV1::WriteTimeout","The archived counterpart of JournalTimeTypeV1::WriteTimeout","","","","The archived counterpart of JournalEntryPortDelAddrV1::addr","","","The archived counterpart of JournalEntrySocketBindV1::addr","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketOpenV1::af","","Resets the journal so that reads will start from the …","","The archived counterpart of …","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPortAddAddrV1::cidr","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::cols","","","","The archived counterpart of …","","","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","DO NOT MOVE!","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::data","","","The archived counterpart of JournalEpollEventCtlV1::data1","","","The archived counterpart of JournalEpollEventCtlV1::data2","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of JournalEntryTtySetV1::echo","","","The archived counterpart of …","","","","The archived counterpart of JournalEntryEpollCtlV1::epfd","","","The archived counterpart of JournalEntryEpollCtlV1::event","","","The archived counterpart of JournalEpollEventCtlV1::events","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPathSetTimesV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::fd","","","The archived counterpart of JournalEntryEpollCreateV1::fd","","","The archived counterpart of JournalEntryEpollCtlV1::fd","","","The archived counterpart of JournalEntryCreateEventV1::fd","","","The archived counterpart of JournalEntrySocketOpenV1::fd","","","The archived counterpart of JournalEntrySocketListenV1::fd","","","The archived counterpart of JournalEntrySocketBindV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendToV1::fd","","","The archived counterpart of JournalEntrySocketSendV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEpollEventCtlV1::fd","","","The archived counterpart of JournalEntryCreatePipeV1::fd1","","","The archived counterpart of JournalEntryCreatePipeV1::fd2","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::flags","","Flushes the data to disk or network","","","Returns the argument unchanged.","Returns the argument unchanged.","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::height","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::id","","","The archived counterpart of JournalEntryCloseThreadV1::id","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of …","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPortRouteDelV1::ip","","","The archived counterpart of JournalIpCidrV1::ip","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::layout","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryEpollCtlV1::op","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::path","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of …","","","The archived counterpart of JournalIpCidrV1::prefix","","","The archived counterpart of JournalEntrySocketOpenV1::pt","","","The archived counterpart of JournalEpollEventCtlV1::ptr","","Returns a stream of snapshot objects that the runtime will …","","Represents the journal entry","","Offset of the end of the entry","","","Offset into the journal where this entry exists","","The archived counterpart of JournalEntryTtySetV1::rows","","","","","","","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of …","","Splits the journal into a read and write side","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::start","","","The archived counterpart of …","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::stdin_tty","","","The archived counterpart of …","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPortBridgeV1::token","","","","","The archived counterpart of JournalEntrySnapshotV1::trigger","","","","","","","","","","","","","","","The archived counterpart of JournalEntrySocketOpenV1::ty","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::width","","Takes in a stream of snapshot log entries and saves them …","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The resolver for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","The alignment of the vector","An aligned COW vector of bytes which avoids copying data …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","The resolver for JournalSockoptionV1::AcceptTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::AcceptTimeout","The archived counterpart of …","","The resolver for JournalEpollCtlV1::Add","The archived counterpart of JournalEpollCtlV1::Add","","The resolver for JournalStreamSecurityV1::AnyEncryption","The archived counterpart of …","","An archived JournalAddressfamilyV1","An archived JournalAdviceV1","","An archived JournalEntryChangeDirectoryV1","An archived JournalEntryClearEtherealV1","An archived JournalEntryCloseFileDescriptorV1","An archived JournalEntryCloseThreadV1","An archived JournalEntryCreateDirectoryV1","An archived JournalEntryCreateEventV1","An archived JournalEntryCreateHardLinkV1","An archived JournalEntryCreatePipeV1","An archived JournalEntryCreateSymbolicLinkV1","An archived JournalEntryDuplicateFileDescriptorV1","An archived JournalEntryEpollCreateV1","An archived JournalEntryEpollCtlV1","An archived JournalEntryFileDescriptorAdviseV1","An archived JournalEntryFileDescriptorAllocateV1","An archived JournalEntryFileDescriptorSeekV1","An archived JournalEntryFileDescriptorSetFlagsV1","An archived JournalEntryFileDescriptorSetRightsV1","An archived JournalEntryFileDescriptorSetSizeV1","An archived JournalEntryFileDescriptorSetTimesV1","An archived JournalEntryFileDescriptorWriteV1","An archived JournalEntryHeader","An archived JournalEntryInitModuleV1","An archived JournalEntryOpenFileDescriptorV1","An archived JournalEntryPathRenameV1","An archived JournalEntryPathSetTimesV1","An archived JournalEntryPortAddAddrV1","An archived JournalEntryPortBridgeV1","An archived JournalEntryPortDelAddrV1","An archived JournalEntryPortGatewaySetV1","An archived JournalEntryPortRouteAddV1","An archived JournalEntryPortRouteDelV1","An archived JournalEntryProcessExitV1","An archived JournalEntryRecordType","An archived JournalEntryRemoveDirectoryV1","An archived JournalEntryRenumberFileDescriptorV1","An archived JournalEntrySetClockTimeV1","An archived JournalEntrySetThreadV1","An archived JournalEntrySnapshotV1","An archived JournalEntrySocketAcceptedV1","An archived JournalEntrySocketBindV1","An archived JournalEntrySocketConnectedV1","An archived JournalEntrySocketJoinIpv4MulticastV1","An archived JournalEntrySocketJoinIpv6MulticastV1","An archived JournalEntrySocketLeaveIpv4MulticastV1","An archived JournalEntrySocketLeaveIpv6MulticastV1","An archived JournalEntrySocketListenV1","An archived JournalEntrySocketOpenV1","An archived JournalEntrySocketSendFileV1","An archived JournalEntrySocketSendToV1","An archived JournalEntrySocketSendV1","An archived JournalEntrySocketSetOptFlagV1","An archived JournalEntrySocketSetOptSizeV1","An archived JournalEntrySocketSetOptTimeV1","An archived JournalEntrySocketShutdownV1","An archived JournalEntryTtySetV1","An archived JournalEntryUnlinkFileV1","An archived JournalEntryUpdateMemoryRegionV1","An archived JournalEpollCtlV1","An archived JournalEpollEventCtlV1","An archived JournalExitCodeV1","An archived JournalIpCidrV1","An archived JournalSnapshot0ClockidV1","An archived JournalSnapshotTriggerV1","An archived JournalSocketShutdownV1","An archived JournalSockoptionV1","An archived JournalSocktypeV1","An archived JournalStreamSecurityV1","An archived JournalThreadStartTypeV1","An archived JournalTimeTypeV1","An archived JournalWasiMemoryLayout","An archived JournalWhenceV1","The resolver for JournalTimeTypeV1::BindTimeout","The archived counterpart of JournalTimeTypeV1::BindTimeout","","The resolver for JournalSnapshotTriggerV1::Bootstrap","The archived counterpart of …","","The resolver for JournalSocketShutdownV1::Both","The archived counterpart of JournalSocketShutdownV1::Both","","The resolver for JournalSockoptionV1::Broadcast","The archived counterpart of JournalSockoptionV1::Broadcast","","","The resolver for JournalEntryRecordType::ChangeDirectoryV1","The archived counterpart of …","","The resolver for JournalStreamSecurityV1::ClassicEncryption","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ClearEtherealV1","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CloseThreadV1","The archived counterpart of …","","The resolver for JournalSockoptionV1::ConnectTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::ConnectTimeout","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CreateDirectoryV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CreateEventV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CreateHardLinkV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CreatePipeV1","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","The resolver for JournalWhenceV1::Cur","The archived counterpart of JournalWhenceV1::Cur","","The resolver for JournalEpollCtlV1::Del","The archived counterpart of JournalEpollCtlV1::Del","","The resolver for JournalSocktypeV1::Dgram","The archived counterpart of JournalSocktypeV1::Dgram","","The resolver for JournalSockoptionV1::DontRoute","The archived counterpart of JournalSockoptionV1::DontRoute","","The resolver for JournalAdviceV1::Dontneed","The archived counterpart of JournalAdviceV1::Dontneed","","The resolver for JournalStreamSecurityV1::DoubleEncryption","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","The resolver for JournalWhenceV1::End","The archived counterpart of JournalWhenceV1::End","","The resolver for JournalSnapshotTriggerV1::Environ","The archived counterpart of …","","","The resolver for JournalEntryRecordType::EpollCreateV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::EpollCtlV1","The archived counterpart of …","","The resolver for JournalExitCodeV1::Errno","The archived counterpart of JournalExitCodeV1::Errno","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Idle","The archived counterpart of JournalSnapshotTriggerV1::Idle","","The resolver for JournalAddressfamilyV1::Inet4","The archived counterpart of JournalAddressfamilyV1::Inet4","","The resolver for JournalAddressfamilyV1::Inet6","The archived counterpart of JournalAddressfamilyV1::Inet6","","","The resolver for JournalEntryRecordType::InitModuleV1","The archived counterpart of …","","","","","The resolver for an archived JournalAddressfamilyV1","","The resolver for an archived JournalAdviceV1","","The resolver for an archived JournalEntryChangeDirectoryV1","","The resolver for an archived JournalEntryClearEtherealV1","","The resolver for an archived …","","The resolver for an archived JournalEntryCloseThreadV1","","The resolver for an archived JournalEntryCreateDirectoryV1","","The resolver for an archived JournalEntryCreateEventV1","","The resolver for an archived JournalEntryCreateHardLinkV1","","The resolver for an archived JournalEntryCreatePipeV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntryEpollCreateV1","","The resolver for an archived JournalEntryEpollCtlV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","WARNING!!!! Do not change this structure without updating …","The resolver for an archived …","The journal log entries are serializable which allows them …","The resolver for an archived JournalEntryHeader","","The resolver for an archived JournalEntryInitModuleV1","","The resolver for an archived …","","The resolver for an archived JournalEntryPathRenameV1","","The resolver for an archived JournalEntryPathSetTimesV1","","The resolver for an archived JournalEntryPortAddAddrV1","","The resolver for an archived JournalEntryPortBridgeV1","","The resolver for an archived JournalEntryPortDelAddrV1","","The resolver for an archived JournalEntryPortGatewaySetV1","","The resolver for an archived JournalEntryPortRouteAddV1","","The resolver for an archived JournalEntryPortRouteDelV1","","The resolver for an archived JournalEntryProcessExitV1","","The resolver for an archived JournalEntryRecordType","","The resolver for an archived JournalEntryRemoveDirectoryV1","","The resolver for an archived …","","The resolver for an archived JournalEntrySetClockTimeV1","","The resolver for an archived JournalEntrySetThreadV1","","The resolver for an archived JournalEntrySnapshotV1","","The resolver for an archived JournalEntrySocketAcceptedV1","","The resolver for an archived JournalEntrySocketBindV1","","The resolver for an archived JournalEntrySocketConnectedV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntrySocketListenV1","","The resolver for an archived JournalEntrySocketOpenV1","","The resolver for an archived JournalEntrySocketSendFileV1","","The resolver for an archived JournalEntrySocketSendToV1","","The resolver for an archived JournalEntrySocketSendV1","","The resolver for an archived JournalEntrySocketSetOptFlagV1","","The resolver for an archived JournalEntrySocketSetOptSizeV1","","The resolver for an archived JournalEntrySocketSetOptTimeV1","","The resolver for an archived JournalEntrySocketShutdownV1","","The resolver for an archived JournalEntryTtySetV1","","The resolver for an archived JournalEntryUnlinkFileV1","","The resolver for an archived …","","The resolver for an archived JournalEpollCtlV1","","The resolver for an archived JournalEpollEventCtlV1","","The resolver for an archived JournalExitCodeV1","","The resolver for an archived JournalIpCidrV1","","The resolver for an archived JournalSnapshot0ClockidV1","","The resolver for an archived JournalSnapshotTriggerV1","","The resolver for an archived JournalSocketShutdownV1","","The resolver for an archived JournalSockoptionV1","","The resolver for an archived JournalSocktypeV1","","The resolver for an archived JournalStreamSecurityV1","","The resolver for an archived JournalThreadStartTypeV1","","The resolver for an archived JournalTimeTypeV1","","The resolver for an archived JournalWasiMemoryLayout","","The resolver for an archived JournalWhenceV1","The resolver for JournalSockoptionV1::KeepAlive","The archived counterpart of JournalSockoptionV1::KeepAlive","","The resolver for JournalSockoptionV1::LastError","The archived counterpart of JournalSockoptionV1::LastError","","The resolver for JournalSockoptionV1::Linger","The archived counterpart of JournalSockoptionV1::Linger","","The resolver for JournalTimeTypeV1::Linger","The archived counterpart of JournalTimeTypeV1::Linger","","The resolver for JournalSnapshotTriggerV1::Listen","The archived counterpart of …","","The resolver for JournalSockoptionV1::Listening","The archived counterpart of JournalSockoptionV1::Listening","","The resolver for JournalThreadStartTypeV1::MainThread","The archived counterpart of …","","The resolver for JournalEpollCtlV1::Mod","The archived counterpart of JournalEpollCtlV1::Mod","","The resolver for JournalSnapshot0ClockidV1::Monotonic","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV4","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV6","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastTtlV4","The archived counterpart of …","","The resolver for JournalSockoptionV1::NoDelay","The archived counterpart of JournalSockoptionV1::NoDelay","","The resolver for …","The archived counterpart of …","","The resolver for JournalSockoptionV1::Noop","The archived counterpart of JournalSockoptionV1::Noop","","The resolver for JournalAdviceV1::Noreuse","The archived counterpart of JournalAdviceV1::Noreuse","","The resolver for JournalAdviceV1::Normal","The archived counterpart of JournalAdviceV1::Normal","","The resolver for JournalSockoptionV1::OnlyV6","The archived counterpart of JournalSockoptionV1::OnlyV6","","The resolver for JournalSockoptionV1::OobInline","The archived counterpart of JournalSockoptionV1::OobInline","","","The resolver for …","The archived counterpart of …","","The resolver for JournalExitCodeV1::Other","The archived counterpart of JournalExitCodeV1::Other","","","The resolver for JournalEntryRecordType::PathRenameV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PathSetTimesV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortAddAddrV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortAddrClearV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortBridgeV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortDelAddrV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortDhcpAcquireV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortGatewaySetV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortRouteAddV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortRouteClearV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortRouteDelV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortUnbridgeV1","The archived counterpart of …","","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ProcessExitV1","The archived counterpart of …","","The resolver for JournalSockoptionV1::Promiscuous","The archived counterpart of …","","The resolver for JournalSockoptionV1::Proto","The archived counterpart of JournalSockoptionV1::Proto","","The resolver for JournalAdviceV1::Random","The archived counterpart of JournalAdviceV1::Random","","The resolver for JournalSocktypeV1::Raw","The archived counterpart of JournalSocktypeV1::Raw","","The resolver for JournalSocketShutdownV1::Read","The archived counterpart of JournalSocketShutdownV1::Read","","The resolver for JournalTimeTypeV1::ReadTimeout","The archived counterpart of JournalTimeTypeV1::ReadTimeout","","The resolver for JournalSnapshot0ClockidV1::Realtime","The archived counterpart of …","","The resolver for JournalSockoptionV1::RecvBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::RecvLowat","The archived counterpart of JournalSockoptionV1::RecvLowat","","The resolver for JournalSockoptionV1::RecvTimeout","The archived counterpart of …","","","The resolver for JournalEntryRecordType::RemoveDirectoryV1","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","The resolver for JournalSockoptionV1::ReuseAddr","The archived counterpart of JournalSockoptionV1::ReuseAddr","","The resolver for JournalSockoptionV1::ReusePort","The archived counterpart of JournalSockoptionV1::ReusePort","","The resolver for JournalSockoptionV1::SendBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::SendLowat","The archived counterpart of JournalSockoptionV1::SendLowat","","The resolver for JournalSockoptionV1::SendTimeout","The archived counterpart of …","","The resolver for JournalSocktypeV1::Seqpacket","The archived counterpart of JournalSocktypeV1::Seqpacket","","The resolver for JournalAdviceV1::Sequential","The archived counterpart of JournalAdviceV1::Sequential","","The resolver for JournalWhenceV1::Set","The archived counterpart of JournalWhenceV1::Set","","","The resolver for JournalEntryRecordType::SetClockTimeV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SetThreadV1","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Sigalrm","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Sigint","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Sigstop","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Sigtstp","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SnapshotV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketAcceptedV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketBindV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketConnectedV1","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketListenV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketOpenV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSendFileV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSendToV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSendV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSetOptFlagV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSetOptSizeV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSetOptTimeV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketShutdownV1","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Stdin","The archived counterpart of JournalSnapshotTriggerV1::Stdin","","The resolver for JournalSocktypeV1::Stream","The archived counterpart of JournalSocktypeV1::Stream","","The resolver for JournalSnapshot0ClockidV1::ThreadCputimeId","The archived counterpart of …","","The resolver for JournalThreadStartTypeV1::ThreadSpawn","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Timer","The archived counterpart of JournalSnapshotTriggerV1::Timer","","The resolver for JournalSockoptionV1::Ttl","The archived counterpart of JournalSockoptionV1::Ttl","","","The resolver for JournalEntryRecordType::TtySetV1","The archived counterpart of …","","The resolver for JournalSockoptionV1::Type","The archived counterpart of JournalSockoptionV1::Type","","The resolver for JournalStreamSecurityV1::Unencrypted","The archived counterpart of …","","The resolver for JournalAddressfamilyV1::Unix","The archived counterpart of JournalAddressfamilyV1::Unix","","The resolver for JournalSnapshot0ClockidV1::Unknown","The archived counterpart of …","","The resolver for JournalWhenceV1::Unknown","The archived counterpart of JournalWhenceV1::Unknown","","The resolver for JournalAdviceV1::Unknown","The archived counterpart of JournalAdviceV1::Unknown","","The resolver for JournalEpollCtlV1::Unknown","The archived counterpart of JournalEpollCtlV1::Unknown","","The resolver for JournalStreamSecurityV1::Unknown","The archived counterpart of …","","The resolver for JournalSocktypeV1::Unknown","The archived counterpart of JournalSocktypeV1::Unknown","","","The resolver for JournalEntryRecordType::UnlinkFileV1","The archived counterpart of …","","The resolver for JournalAddressfamilyV1::Unspec","The archived counterpart of JournalAddressfamilyV1::Unspec","","","The resolver for …","The archived counterpart of …","","The resolver for JournalAdviceV1::Willneed","The archived counterpart of JournalAdviceV1::Willneed","","The resolver for JournalSocketShutdownV1::Write","The archived counterpart of JournalSocketShutdownV1::Write","","The resolver for JournalTimeTypeV1::WriteTimeout","The archived counterpart of JournalTimeTypeV1::WriteTimeout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortDelAddrV1::addr","","","The archived counterpart of JournalEntrySocketBindV1::addr","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketOpenV1::af","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortAddAddrV1::cidr","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::cols","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","DO NOT MOVE!","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::data","","","The archived counterpart of JournalEpollEventCtlV1::data1","","","The archived counterpart of JournalEpollEventCtlV1::data2","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::echo","","","The archived counterpart of …","","","The archived counterpart of JournalEntryEpollCtlV1::epfd","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryEpollCtlV1::event","","","The archived counterpart of JournalEpollEventCtlV1::events","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPathSetTimesV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::fd","","","The archived counterpart of JournalEntryEpollCreateV1::fd","","","The archived counterpart of JournalEntryEpollCtlV1::fd","","","The archived counterpart of JournalEntryCreateEventV1::fd","","","The archived counterpart of JournalEntrySocketOpenV1::fd","","","The archived counterpart of JournalEntrySocketListenV1::fd","","","The archived counterpart of JournalEntrySocketBindV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendToV1::fd","","","The archived counterpart of JournalEntrySocketSendV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEpollEventCtlV1::fd","","","The archived counterpart of JournalEntryCreatePipeV1::fd1","","","The archived counterpart of JournalEntryCreatePipeV1::fd2","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::flags","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","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 archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::height","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::id","","","The archived counterpart of JournalEntryCloseThreadV1::id","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart 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).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 archived counterpart of …","","","The archived counterpart of JournalEntryPortRouteDelV1::ip","","","The archived counterpart of JournalIpCidrV1::ip","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::layout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryEpollCtlV1::op","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::path","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalIpCidrV1::prefix","","","The archived counterpart of JournalEntrySocketOpenV1::pt","","","The archived counterpart of JournalEpollEventCtlV1::ptr","","","The archived counterpart of JournalEntryHeader::record_size","","","The archived counterpart of JournalEntryHeader::record_type","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::rows","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::start","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::stdin_tty","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortBridgeV1::token","","","The archived counterpart of JournalEntrySnapshotV1::trigger","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntrySocketOpenV1::ty","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::width","","The archived counterpart of …","","The resolver for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents the results of a compaction operation","","","Deduplicates memory and stacks to reduce the number of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Compacts the inner journal into a new journal","Compacts the inner journal into a new journal","","","","","","","","","","","","","","","","","","","","","","","","","","","The descriptor seed is used generate descriptor lookups","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Journal that counts the size of the entries that are …","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Filters out a specific set of journal events and drops the …","Constructs a filter with a set of parameters that will be …","Represents what will be filtered by the filtering process","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 LogFile snapshot capturer will write its snapshots to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Create a new journal from a buffer","Create a new journal from a file","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","UNSAFE: This method uses unsafe operations to remove the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The memory file journal processes journal entries by …","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","The null journal sends all the records into the abyss","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type of printing mode to use","","The printing journal writes all the journal entries to the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","The default for runtime is to use the unsupported journal …","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a log entry in a snapshot log stream that …","","","","","","","","","","","","","","","","","","","","","","Represents the marker for the end of a snapshot","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bootstrapping process","","Triggered on reading the environment variables for the …","Triggered when a listen syscall is invoked on a socket for …","Issued on the first interrupt signal (Ctrl + C) the …","Triggered when the process reads stdin for the first time","Triggered when all the threads in the process goes idle","When a non-determinstic call is made","Triggered periodically based on a interval (default 10 …","Alarm clock signal (used for timers)","Issued if the user sends an interrupt signal (Ctrl + C).","The SIGSTOP signal instructs the operating system to stop …","The SIGTSTP signal is sent to a process by its controlling …","Various triggers that will cause the runtime to take …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","",""],"i":[261,112,185,262,113,186,203,263,107,180,0,0,264,109,182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,113,186,203,265,106,179,196,266,114,187,204,261,112,185,0,0,0,260,267,42,117,14,264,109,182,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,0,0,0,0,0,0,261,112,185,262,113,186,203,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,268,102,175,0,263,107,180,269,111,184,261,112,185,270,103,176,264,109,182,260,267,42,117,14,0,0,0,268,102,175,265,106,179,260,267,42,117,14,260,267,42,117,14,271,105,178,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,0,0,0,196,196,196,196,258,265,106,179,196,272,110,183,272,110,183,260,267,42,117,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,261,112,185,261,112,185,261,112,185,262,113,186,203,265,106,179,261,112,185,0,0,0,0,0,273,115,188,0,263,107,180,274,101,174,261,112,185,261,112,185,261,112,185,0,261,112,185,265,106,179,196,261,112,185,270,103,176,270,103,176,0,261,112,185,261,112,185,260,267,42,117,14,271,105,178,260,267,42,117,14,260,267,42,117,14,196,0,0,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,274,101,174,260,267,42,117,14,261,112,185,261,112,185,270,103,176,269,111,184,266,114,187,204,262,113,186,203,0,274,101,174,0,261,112,185,261,112,185,261,112,185,260,267,42,117,14,260,267,42,117,14,261,112,185,261,112,185,261,112,185,261,112,185,261,112,185,269,111,184,270,103,176,268,102,175,260,267,42,117,14,260,267,42,117,14,265,106,179,196,265,106,179,196,265,106,179,196,265,106,179,196,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,260,267,42,117,14,265,106,179,269,111,184,258,258,256,274,101,174,273,115,188,265,106,179,261,112,185,260,267,42,117,14,261,112,185,0,258,264,109,182,272,110,183,274,101,174,268,102,175,270,103,176,263,107,180,264,109,182,269,111,184,260,267,42,117,14,272,110,183,0,260,267,42,117,14,270,103,176,0,266,114,187,204,262,113,186,203,275,79,152,276,86,159,277,94,167,278,66,139,279,84,157,5,280,85,158,0,11,8,11,8,243,243,281,49,122,282,78,151,283,82,155,284,54,127,285,75,148,221,286,53,126,0,239,236,287,58,131,0,288,93,166,289,52,125,277,94,167,290,95,168,291,108,181,291,108,181,250,11,8,8,11,8,11,8,292,55,128,292,55,128,11,8,285,75,148,286,53,126,0,293,74,147,293,74,147,291,108,181,294,48,121,295,50,123,283,82,155,296,51,124,289,52,125,292,55,128,297,56,129,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,306,69,142,307,70,143,308,73,146,293,74,147,309,77,150,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,291,108,181,320,76,149,320,76,149,311,88,161,249,288,93,166,316,96,169,300,61,134,303,64,137,309,77,150,277,94,167,290,95,168,6,11,8,11,8,292,55,128,292,55,128,304,65,138,292,55,128,304,65,138,300,61,134,301,62,135,321,116,189,285,75,148,319,99,172,281,49,122,295,50,123,312,89,162,313,90,163,314,91,164,315,92,165,11,8,309,77,150,30,37,217,230,229,239,237,11,8,8,322,81,154,323,83,156,324,104,177,281,49,122,289,52,125,277,94,167,290,95,168,281,49,122,11,8,278,66,139,305,67,140,285,75,148,285,75,148,311,88,161,310,87,160,311,88,161,230,281,49,122,255,312,89,162,313,90,163,314,91,164,315,92,165,235,235,325,80,153,326,57,130,327,68,141,328,71,144,327,68,141,306,69,142,328,71,144,311,88,161,292,55,128,296,51,124,289,52,125,278,66,139,305,67,140,288,93,166,326,57,130,327,68,141,328,71,144,327,68,141,327,68,141,306,69,142,328,71,144,293,74,147,316,96,169,317,97,170,287,58,131,292,55,128,298,59,132,299,60,133,300,61,134,307,70,143,329,72,145,310,87,160,311,88,161,11,8,283,82,155,324,104,177,279,84,157,291,108,181,5,252,8,11,8,11,11,8,285,75,148,240,213,218,228,225,242,251,325,80,153,253,330,100,173,317,97,170,0,288,93,166,223,300,61,134,301,62,135,300,61,134,301,62,135,302,63,136,321,116,189,321,116,189,321,116,189,281,49,122,286,53,126,214,216,221,230,229,244,285,75,148,285,75,148,285,75,148,243,281,49,122,230,284,54,127,318,98,171,325,80,153,222,222,330,100,173,11,8,11,8,240,213,218,228,225,242,243,251,279,84,157,318,98,171,11,8,11,11,8,8,11,11,8,8,11,11,8,8,0,283,82,155,11,8,331,46,119,296,51,124,285,75,148,6,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,335,347,348,348,349,349,350,351,341,352,346,353,348,354,355,356,357,358,359,360,336,361,362,363,364,349,365,337,338,334,366,367,368,369,370,371,335,347,372,373,374,375,376,376,367,345,372,356,358,365,335,347,348,348,359,348,359,356,357,375,339,351,368,369,370,371,365,377,378,339,346,335,347,339,336,361,379,367,366,367,339,369,370,371,368,380,381,382,383,382,362,383,367,348,352,346,336,361,345,381,382,383,382,382,362,383,349,372,373,344,348,354,355,356,363,384,366,367,341,337,343,380,373,345,356,357,356,357,360,339,339,342,374,380,385,379,337,374,341,386,385,352,387,388,389,390,391,392,391,392,390,392,390,392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,37,0,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,261,112,185,262,113,186,263,107,180,264,109,182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,113,186,265,106,179,266,114,187,261,112,185,260,267,42,117,264,109,182,260,267,42,117,260,267,42,117,260,267,42,117,261,112,185,262,113,186,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,268,102,175,263,107,180,269,111,184,261,112,185,270,103,176,264,109,182,260,267,42,117,268,102,175,265,106,179,260,267,42,117,260,267,42,117,271,105,178,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,265,106,179,272,110,183,272,110,183,260,267,42,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,112,185,261,112,185,261,112,185,262,113,186,265,106,179,261,112,185,273,115,188,263,107,180,274,101,174,261,112,185,261,112,185,261,112,185,261,112,185,265,106,179,261,112,185,270,103,176,270,103,176,261,112,185,261,112,185,260,267,42,117,271,105,178,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,274,101,174,260,267,42,117,261,112,185,261,112,185,270,103,176,269,111,184,266,114,187,262,113,186,274,101,174,261,112,185,261,112,185,261,112,185,260,267,42,117,260,267,42,117,261,112,185,261,112,185,261,112,185,261,112,185,261,112,185,269,111,184,270,103,176,268,102,175,260,267,42,117,260,267,42,117,265,106,179,265,106,179,265,106,179,265,106,179,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,265,106,179,269,111,184,274,101,174,273,115,188,265,106,179,261,112,185,260,267,42,117,261,112,185,264,109,182,272,110,183,274,101,174,268,102,175,270,103,176,263,107,180,264,109,182,269,111,184,260,267,42,117,272,110,183,260,267,42,117,270,103,176,266,114,187,262,113,186,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,275,79,152,276,86,159,277,94,167,278,66,139,279,84,157,280,85,158,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,281,49,122,42,44,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,105,106,107,108,109,110,111,112,113,114,115,116,282,78,151,283,82,155,284,54,127,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,179,180,182,183,184,185,186,187,188,285,75,148,179,180,182,183,184,185,186,187,188,286,53,126,287,58,131,288,93,166,289,52,125,277,94,167,290,95,168,291,108,181,291,108,181,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,117,292,55,128,292,55,128,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,285,75,148,286,53,126,293,74,147,117,179,180,182,183,184,185,186,187,188,189,117,117,117,117,179,179,179,179,180,180,180,180,182,182,182,182,183,183,183,183,184,184,184,184,185,185,185,185,186,186,186,186,187,187,187,187,188,188,188,188,189,189,189,189,293,74,147,291,108,181,294,48,121,295,50,123,283,82,155,296,51,124,289,52,125,292,55,128,297,56,129,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,306,69,142,307,70,143,308,73,146,293,74,147,309,77,150,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,291,108,181,320,76,149,320,76,149,311,88,161,288,93,166,316,96,169,300,61,134,303,64,137,309,77,150,277,94,167,290,95,168,42,117,44,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,101,174,102,175,103,176,104,177,105,178,106,179,107,180,108,181,109,182,110,183,111,184,112,185,113,186,114,187,188,189,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,174,268,102,175,175,270,103,176,176,324,104,177,177,271,105,178,178,265,106,179,179,263,107,180,180,291,108,181,181,264,109,182,182,272,110,183,183,269,111,184,184,261,112,185,185,262,113,186,186,266,114,187,187,273,115,188,188,321,116,189,189,292,55,128,292,55,128,304,65,138,292,55,128,304,65,138,300,61,134,301,62,135,179,180,182,183,184,185,186,187,188,189,321,116,189,179,180,182,183,184,185,186,187,188,189,285,75,148,319,99,172,281,49,122,295,50,123,312,89,162,313,90,163,314,91,164,315,92,165,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,309,77,150,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,322,81,154,323,83,156,324,104,177,281,49,122,289,52,125,277,94,167,290,95,168,281,49,122,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,278,66,139,305,67,140,285,75,148,285,75,148,311,88,161,310,87,160,311,88,161,281,49,122,312,89,162,313,90,163,314,91,164,315,92,165,325,80,153,326,57,130,327,68,141,328,71,144,327,68,141,306,69,142,328,71,144,311,88,161,292,55,128,296,51,124,289,52,125,278,66,139,305,67,140,288,93,166,326,57,130,327,68,141,328,71,144,327,68,141,327,68,141,306,69,142,328,71,144,293,74,147,316,96,169,317,97,170,287,58,131,179,180,182,183,184,185,186,187,188,292,55,128,298,59,132,299,60,133,300,61,134,307,70,143,329,72,145,310,87,160,311,88,161,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,283,82,155,324,104,177,279,84,157,291,108,181,393,44,118,393,44,118,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,285,75,148,325,80,153,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,330,100,173,317,97,170,288,93,166,300,61,134,301,62,135,300,61,134,301,62,135,302,63,136,321,116,189,321,116,189,321,116,189,281,49,122,286,53,126,285,75,148,285,75,148,285,75,148,281,49,122,284,54,127,318,98,171,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,325,80,153,330,100,173,260,267,42,117,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,117,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,279,84,157,318,98,171,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,260,267,42,42,117,117,393,44,44,118,118,331,46,119,119,394,47,120,120,294,48,121,121,122,122,295,50,123,123,296,51,124,124,125,125,126,126,284,54,127,127,128,128,297,56,129,129,326,57,130,130,287,58,131,131,132,132,133,133,134,134,301,62,135,135,302,63,136,136,303,64,137,137,304,65,138,138,278,66,139,139,305,67,140,140,141,141,142,142,143,143,144,144,145,145,308,73,146,146,293,74,147,147,285,75,148,148,320,76,149,149,309,77,150,150,282,78,151,151,275,79,152,152,153,153,322,81,154,154,283,82,155,155,323,83,156,156,279,84,157,157,280,85,158,158,276,86,159,159,310,87,160,160,311,88,161,161,312,89,162,162,313,90,163,163,314,91,164,164,315,92,165,165,288,93,166,166,167,167,168,168,316,96,169,169,317,97,170,170,318,98,171,171,319,99,172,172,330,100,173,173,274,101,101,174,174,268,102,102,175,175,270,103,103,176,176,324,104,104,177,177,271,105,105,178,178,265,106,106,179,179,263,107,107,180,180,291,108,108,181,181,264,109,109,182,182,272,110,110,183,183,269,111,111,184,184,261,112,112,185,185,262,113,113,186,186,266,114,114,187,187,273,115,188,188,321,116,189,189,260,267,42,42,117,117,393,44,44,118,118,331,46,119,119,394,47,120,120,294,48,121,121,122,122,295,50,123,123,296,51,124,124,125,125,126,126,284,54,127,127,128,128,297,56,129,129,326,57,130,130,287,58,131,131,132,132,133,133,134,134,301,62,135,135,302,63,136,136,303,64,137,137,304,65,138,138,278,66,139,139,305,67,140,140,141,141,142,142,143,143,144,144,145,145,308,73,146,146,293,74,147,147,285,75,148,148,320,76,149,149,309,77,150,150,282,78,151,151,275,79,152,152,153,153,322,81,154,154,283,82,155,155,323,83,156,156,279,84,157,157,280,85,158,158,276,86,159,159,310,87,160,160,311,88,161,161,312,89,162,162,313,90,163,163,314,91,164,164,315,92,165,165,288,93,166,166,167,167,168,168,316,96,169,169,317,97,170,170,318,98,171,171,319,99,172,172,330,100,173,173,274,101,101,174,174,268,102,102,175,175,270,103,103,176,176,324,104,104,177,177,271,105,105,178,178,265,106,106,179,179,263,107,107,180,180,291,108,108,181,181,264,109,109,182,182,272,110,110,183,183,269,111,111,184,184,261,112,112,185,185,262,113,113,186,186,266,114,114,187,187,273,115,188,188,321,116,189,189,260,267,42,42,117,117,393,44,44,118,118,331,46,119,119,394,47,120,120,294,48,121,121,122,122,295,50,123,123,296,51,124,124,125,125,126,126,284,54,127,127,128,128,297,56,129,129,326,57,130,130,287,58,131,131,132,132,133,133,134,134,301,62,135,135,302,63,136,136,303,64,137,137,304,65,138,138,278,66,139,139,305,67,140,140,141,141,142,142,143,143,144,144,145,145,308,73,146,146,293,74,147,147,285,75,148,148,320,76,149,149,309,77,150,150,282,78,151,151,275,79,152,152,153,153,322,81,154,154,283,82,155,155,323,83,156,156,279,84,157,157,280,85,158,158,276,86,159,159,310,87,160,160,311,88,161,161,312,89,162,162,313,90,163,163,314,91,164,164,315,92,165,165,288,93,166,166,167,167,168,168,316,96,169,169,317,97,170,170,318,98,171,171,319,99,172,172,330,100,173,173,274,101,101,174,174,268,102,102,175,175,270,103,103,176,176,324,104,104,177,177,271,105,105,178,178,265,106,106,179,179,263,107,107,180,180,291,108,108,181,181,264,109,109,182,182,272,110,110,183,183,269,111,111,184,184,261,112,112,185,185,262,113,113,186,186,266,114,114,187,187,273,115,188,188,321,116,189,189,283,82,155,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,331,46,119,296,51,124,285,75,148,332,387,388,0,0,0,0,215,213,214,213,215,214,216,213,215,214,216,215,215,213,215,213,215,214,216,213,215,214,216,213,215,214,216,213,215,214,216,213,216,213,215,214,216,213,215,214,216,213,215,214,216,213,215,214,216,213,215,214,216,215,213,215,214,216,213,214,215,213,213,214,216,215,213,215,214,216,213,215,214,216,213,213,215,214,216,213,213,215,215,214,214,216,216,213,213,215,215,214,214,216,216,213,213,215,215,214,214,216,216,213,215,214,216,213,216,0,0,0,0,0,0,0,0,0,219,220,221,217,218,226,219,220,224,221,217,218,222,226,219,220,224,221,217,218,222,224,219,220,221,219,220,221,219,220,221,218,221,219,220,224,224,221,224,226,222,224,226,219,220,224,221,217,218,222,226,219,220,224,221,217,218,222,224,224,226,219,220,224,221,217,218,222,226,219,220,224,221,217,218,222,219,219,220,219,219,219,219,220,220,220,220,224,226,221,218,226,219,220,224,221,217,218,222,226,219,219,220,224,221,217,218,222,219,220,219,220,226,219,220,224,221,217,218,222,217,224,224,226,219,220,224,221,217,218,222,218,224,226,219,220,224,221,217,218,222,224,224,218,224,224,219,220,226,219,220,224,221,217,218,222,217,218,224,221,218,218,224,218,219,221,224,224,221,217,224,219,220,221,222,222,226,219,220,224,221,217,218,222,226,219,220,224,221,217,218,222,224,218,226,219,220,224,221,217,218,222,224,226,226,219,219,220,220,224,224,221,221,217,217,218,218,222,222,226,226,219,219,220,220,224,224,221,221,217,217,218,218,222,222,226,226,219,219,220,220,224,224,221,221,217,217,218,218,222,222,226,219,220,224,221,217,218,222,224,221,218,226,0,0,0,0,228,229,231,228,230,229,231,228,230,229,231,231,228,230,231,228,230,229,231,228,230,229,231,228,230,229,231,228,230,230,229,228,230,231,228,230,229,231,228,230,229,231,228,230,229,230,229,231,228,230,229,231,228,230,229,230,228,231,231,231,231,231,228,230,229,228,229,231,230,228,228,230,229,229,230,231,228,230,229,231,228,230,229,228,231,228,230,229,231,231,228,228,230,230,229,229,231,231,228,228,230,230,229,229,231,231,228,228,230,230,229,229,231,228,230,229,228,228,228,228,228,230,0,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,0,0,0,0,0,238,236,225,237,225,238,239,237,236,225,238,239,237,236,236,238,238,225,239,236,238,236,225,238,239,237,236,225,238,239,237,236,225,238,239,237,236,225,238,239,237,236,238,238,238,238,238,238,238,238,238,225,239,225,238,239,237,236,225,238,239,237,236,225,238,239,237,236,239,237,225,238,239,237,236,225,225,238,239,237,236,225,236,225,238,239,237,236,225,237,225,236,236,236,236,236,236,236,225,238,225,238,239,237,236,225,238,239,237,236,225,225,238,239,237,236,225,225,238,238,239,239,237,237,236,236,225,225,238,238,239,239,237,237,236,236,225,225,238,238,239,239,237,237,236,236,225,238,239,237,236,236,236,236,236,236,236,236,236,225,239,0,0,0,0,244,242,243,244,242,243,242,246,244,243,242,246,244,243,243,243,244,244,242,246,244,243,242,246,244,243,242,246,244,243,242,246,244,243,246,242,244,242,246,244,243,242,246,244,243,242,242,242,246,244,243,242,246,244,243,242,246,244,243,242,242,243,242,246,244,243,242,243,242,246,242,244,243,244,242,246,244,243,242,246,244,243,242,243,242,246,244,243,242,242,246,246,244,244,243,243,242,242,246,246,244,244,243,243,242,242,246,246,244,244,243,243,242,246,244,243,242,244,0,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,0,0,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,0,0,0,0,251,252,251,252,254,253,251,252,254,253,251,251,252,254,253,251,252,254,253,251,252,254,253,251,252,254,253,251,253,251,252,254,253,251,252,254,253,251,252,254,253,251,252,254,253,251,252,254,253,254,251,252,254,253,251,252,252,251,254,253,251,251,252,254,253,251,252,254,253,251,251,252,254,253,251,251,252,252,254,254,253,253,251,251,252,252,254,254,253,253,251,251,252,252,254,254,253,253,251,252,254,253,251,253,0,256,0,256,255,256,255,256,255,256,255,256,255,256,255,256,255,256,255,255,256,255,256,255,256,255,256,255,256,255,255,255,256,255,255,255,256,255,256,255,256,255,256,256,255,255,256,256,255,255,256,256,255,255,256,255,255,0,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,0,0,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,203,203,204,14,14,14,14,203,14,14,14,14,14,14,14,14,0,14,14,14,14,14,14,14,14,258,14,0,203,14,14,14,14,14,14,14,14,14,14,14,14,14,14,204,203,14,14,14,14,14,14,14,14,14,14,0,14,14,14,14,0,14,14,14,14,14,14,0,14,258,258,14,258,14,14,204,203,258,204,203,14,14,258,204,203,14,258,204,203,14,258,204,203,14,258,204,203,14,204,203,204,203,258,204,203,14,258,204,203,14,258,258,204,204,203,203,14,14,258,204,203,14,204,203,14,204,204,204,204,203,203,203,203,14,258,204,203,14,14,258,204,204,204,204,203,203,203,14,204,203,204,203,258,204,203,14,258,204,203,14,14,258,204,203,14,204,203,258,204,203,14,258,204,203,14,14,258,204,203,14,14,258,204,203,14,14,258,204,203,14,258,204,203,14,258,258,204,204,203,203,14,14,258,258,204,204,203,203,14,14,258,258,204,204,203,203,14,14,258,204,203,14,333,334,335,336,337,338,339,340,341,342,343,344,345,346,335,347,348,348,349,349,350,351,341,352,346,353,348,354,355,356,357,358,359,360,336,361,362,363,364,349,365,337,338,334,366,367,368,369,370,371,335,347,372,373,374,375,376,376,367,345,372,356,358,365,335,347,348,348,359,348,359,356,357,375,339,351,368,369,370,371,365,377,378,339,346,335,347,339,336,361,379,367,366,367,339,369,370,371,368,380,381,382,383,382,362,383,367,348,352,346,336,361,345,381,382,383,382,382,362,383,349,372,373,344,348,354,355,356,363,384,366,367,341,337,343,380,373,345,356,357,356,357,360,339,339,342,374,380,385,379,337,374,341,386,385,352,389,390,391,392,391,392,390,392,390,392,196,0,196,196,196,196,196,196,196,196,196,196,196,0,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[3,[[2,[1]]]]],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,-2],[[3,[4]]],5,6],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[7,-1,[]],[7,-1,[]],[8],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],0,0,0,0,0,0,[7,4],[7,4],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[3,[4]]],[]],[[11,12],13],[[8,12],13],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],7],[[],7],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[8,14],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[3,[[17,[8]]]]],[]],0,0,0,0,[11,18],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[4,[[2,[19]],[2,[1]]]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,14],[[3,[11]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[10,[[25,[[24,[23]]]]]]],26],[[[24,[23]],-1],10,27],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[-1,29,[]],[30,31],[30,31],[-1,-2,[],[]],[-1,-2,[],[]],[30,30],[[-1,-2],4,[],[]],[[],30],[30],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[[30,12],13],[32,30],[-1,-1,[]],[[[25,[31]]],30],[[],7],0,[30,32],[-1,-2,[],[]],[30,[[25,[31]]]],[30,[[25,[31]]]],[30,33],[[],[[10,[15,16]]]],[30,7],[[]],[[30,7],4],[[-1,7],4,[]],[[30,-1],10,[34,35,36]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],0,0,[[-1,28],4,[]],[[[37,[-1]]],[[24,[-1]]],[]],[[[37,[-1]]],[[24,[-1]]],[]],[[[37,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[37,[-1]]],[[24,[-1]]],[]],[[[37,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[37,[-1]]],[[37,[-1]]],38],[[-1,-2],4,[],[]],[[],[[37,[-1]]],38],[7,-1,[]],[[[37,[-1]]],[],[]],[7,-1,[]],[[[37,[-1]]],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[-1,-2,[],[[40,[39]]]],[-1,-2,[],[[40,[39]]]],[[[37,[-1]],12],13,[]],[[[41,[-1]]],[[37,[-1]]],38],[-1,-1,[]],[[[25,[[24,[-1]]]]],[[37,[-1]]],[]],[[],7],0,[[[37,[-1]]],[[25,[[24,[-1]]]]],[]],[-1,-2,[],[]],[[[37,[23]]],[[41,[23]]]],[[[37,[-1]]],[[25,[[24,[-1]]]]],[]],[[[37,[-1]]],33,[]],[[],[[10,[15,16]]]],[[[37,[-1]]],7,[]],[[[37,[-1]]],7,[]],[[]],[[[37,[-1]],7],4,[]],[[-1,7],4,[]],[[[37,[23]],-1],10,[34,35,36]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[10,[42,[43,[23]]]]],36],[-1,[[10,[44,45]]],36],[-1,[[10,[46,45]]],36],[-1,[[10,[47,45]]],36],[-1,[[10,[48,45]]],36],[-1,[[10,[49,45]]],36],[-1,[[10,[50,45]]],36],[-1,[[10,[51,45]]],36],[-1,[[10,[52,45]]],36],[-1,[[10,[53,45]]],36],[-1,[[10,[54,45]]],36],[-1,[[10,[55,45]]],36],[-1,[[10,[56,45]]],36],[-1,[[10,[57,45]]],36],[-1,[[10,[58,45]]],36],[-1,[[10,[59,45]]],36],[-1,[[10,[60,45]]],36],[-1,[[10,[61,45]]],36],[-1,[[10,[62,45]]],36],[-1,[[10,[63,45]]],36],[-1,[[10,[64,45]]],36],[-1,[[10,[65,45]]],36],[-1,[[10,[66,45]]],36],[-1,[[10,[67,45]]],36],[-1,[[10,[68,45]]],36],[-1,[[10,[69,45]]],36],[-1,[[10,[70,45]]],36],[-1,[[10,[71,45]]],36],[-1,[[10,[72,45]]],36],[-1,[[10,[73,45]]],36],[-1,[[10,[74,45]]],36],[-1,[[10,[75,45]]],36],[-1,[[10,[76,45]]],36],[-1,[[10,[77,45]]],36],[-1,[[10,[78,45]]],36],[-1,[[10,[79,45]]],36],[-1,[[10,[80,45]]],36],[-1,[[10,[81,45]]],36],[-1,[[10,[82,45]]],36],[-1,[[10,[83,45]]],36],[-1,[[10,[84,45]]],36],[-1,[[10,[85,45]]],36],[-1,[[10,[86,45]]],36],[-1,[[10,[87,45]]],36],[-1,[[10,[88,45]]],36],[-1,[[10,[89,45]]],36],[-1,[[10,[90,45]]],36],[-1,[[10,[91,45]]],36],[-1,[[10,[92,45]]],36],[-1,[[10,[93,45]]],36],[-1,[[10,[94,45]]],36],[-1,[[10,[95,45]]],36],[-1,[[10,[96,45]]],36],[-1,[[10,[97,45]]],36],[-1,[[10,[98,45]]],36],[-1,[[10,[99,45]]],36],[-1,[[10,[100,45]]],36],[-1,[[10,[101,[43,[23]]]]],36],[-1,[[10,[102,[43,[23]]]]],36],[-1,[[10,[103,[43,[23]]]]],36],[-1,[[10,[104,45]]],36],[-1,[[10,[105,[43,[23]]]]],36],[-1,[[10,[106,[43,[23]]]]],36],[-1,[[10,[107,[43,[23]]]]],36],[-1,[[10,[108,45]]],36],[-1,[[10,[109,[43,[23]]]]],36],[-1,[[10,[110,[43,[23]]]]],36],[-1,[[10,[111,[43,[23]]]]],36],[-1,[[10,[112,[43,[23]]]]],36],[-1,[[10,[113,[43,[23]]]]],36],[-1,[[10,[114,[43,[23]]]]],36],[-1,[[10,[115,[43,[23]]]]],36],[-1,[[10,[116,45]]],36],0,0,0,0,0,0,0,0,0,[117,117],[118,118],[119,119],[120,120],[121,121],[122,122],[123,123],[124,124],[125,125],[126,126],[127,127],[128,128],[129,129],[130,130],[131,131],[132,132],[133,133],[134,134],[135,135],[136,136],[137,137],[138,138],[139,139],[140,140],[141,141],[142,142],[143,143],[144,144],[145,145],[146,146],[147,147],[148,148],[149,149],[150,150],[151,151],[152,152],[153,153],[154,154],[155,155],[156,156],[157,157],[158,158],[159,159],[160,160],[161,161],[162,162],[163,163],[164,164],[165,165],[166,166],[167,167],[168,168],[169,169],[170,170],[171,171],[172,172],[173,173],[174,174],[175,175],[176,176],[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],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[179,179],190],[[180,180],190],[[182,182],190],[[183,183],190],[[184,184],190],[[185,185],190],[[186,186],190],[[187,187],190],[[188,188],190],0,0,0,[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[117,[24,[23]]],[[3,[14]]]],0,0,0,0,0,0,[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],0,0,0,0,0,0,0,0,0,[[117,117],33],[[179,179],33],[[180,180],33],[[182,182],33],[[183,183],33],[[184,184],33],[[185,185],33],[[186,186],33],[[187,187],33],[[188,188],33],[[189,189],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12],13],[[117,12],13],[[44,12],13],[[118,12],13],[[119,12],13],[[120,12],13],[[121,12],13],[[122,12],13],[[123,12],13],[[124,12],13],[[125,12],13],[[126,12],13],[[127,12],13],[[128,12],13],[[129,12],13],[[130,12],13],[[131,12],13],[[132,12],13],[[133,12],13],[[134,12],13],[[135,12],13],[[136,12],13],[[137,12],13],[[138,12],13],[[139,12],13],[[140,12],13],[[141,12],13],[[142,12],13],[[143,12],13],[[144,12],13],[[145,12],13],[[146,12],13],[[147,12],13],[[148,12],13],[[149,12],13],[[150,12],13],[[151,12],13],[[152,12],13],[[153,12],13],[[154,12],13],[[155,12],13],[[156,12],13],[[157,12],13],[[158,12],13],[[159,12],13],[[160,12],13],[[161,12],13],[[162,12],13],[[163,12],13],[[164,12],13],[[165,12],13],[[166,12],13],[[167,12],13],[[168,12],13],[[169,12],13],[[170,12],13],[[171,12],13],[[172,12],13],[[173,12],13],[[101,12],13],[[174,12],13],[[102,12],13],[[175,12],13],[[103,12],13],[[176,12],13],[[104,12],13],[[177,12],13],[[105,12],13],[[178,12],13],[[106,12],13],[[179,12],13],[[107,12],13],[[180,12],13],[[108,12],13],[[181,12],13],[[109,12],13],[[182,12],13],[[110,12],13],[[183,12],13],[[111,12],13],[[184,12],13],[[112,12],13],[[185,12],13],[[113,12],13],[[186,12],13],[[114,12],13],[[187,12],13],[[188,12],13],[[189,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[191,174],[-1,-1,[]],[-1,-1,[]],[192,175],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[193,176],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[194,177],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[195,178],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[196,179],[-1,-1,[]],[-1,-1,[]],[197,180],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[198,181],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[199,182],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[200,183],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,184],[-1,-1,[]],[-1,-1,[]],[202,185],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[203,186],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[204,187],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[205,188],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[206,189],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],0,0,0,[[179,-1],4,209],[[180,-1],4,209],[[182,-1],4,209],[[183,-1],4,209],[[184,-1],4,209],[[185,-1],4,209],[[186,-1],4,209],[[187,-1],4,209],[[188,-1],4,209],[[189,-1],4,209],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[179,179],[[17,[190]]]],[[180,180],[[17,[190]]]],[[182,182],[[17,[190]]]],[[183,183],[[17,[190]]]],[[184,184],[[17,[190]]]],[[185,185],[[17,[190]]]],[[186,186],[[17,[190]]]],[[187,187],[[17,[190]]]],[[188,188],[[17,[190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[117,7],4],[[118,7],4],[[119,7],4],[[120,7],4],[[121,7],4],[[122,7],4],[[123,7],4],[[124,7],4],[[125,7],4],[[126,7],4],[[127,7],4],[[128,7],4],[[129,7],4],[[130,7],4],[[131,7],4],[[132,7],4],[[133,7],4],[[134,7],4],[[135,7],4],[[136,7],4],[[137,7],4],[[138,7],4],[[139,7],4],[[140,7],4],[[141,7],4],[[142,7],4],[[143,7],4],[[144,7],4],[[145,7],4],[[146,7],4],[[147,7],4],[[148,7],4],[[149,7],4],[[150,7],4],[[151,7],4],[[152,7],4],[[153,7],4],[[154,7],4],[[155,7],4],[[156,7],4],[[157,7],4],[[158,7],4],[[159,7],4],[[160,7],4],[[161,7],4],[[162,7],4],[[163,7],4],[[164,7],4],[[165,7],4],[[166,7],4],[[167,7],4],[[168,7],4],[[169,7],4],[[170,7],4],[[171,7],4],[[172,7],4],[[173,7],4],[[174,7],4],[[175,7],4],[[176,7],4],[[177,7],4],[[178,7],4],[[179,7],4],[[180,7],4],[[181,7],4],[[182,7],4],[[183,7],4],[[184,7],4],[[185,7],4],[[186,7],4],[[187,7],4],[[188,7],4],[[189,7],4],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],0,0,0,0,0,0,[[117,-1],10,[210,36]],[[118,-1],10,[210,36]],[[119,-1],10,[210,36]],[[120,-1],10,[210,36]],[[121,-1],10,[210,36]],[[122,-1],10,[210,36]],[[123,-1],10,[210,36]],[[124,-1],10,[210,36]],[[125,-1],10,[210,36]],[[126,-1],10,[210,36]],[[127,-1],10,[210,36]],[[128,-1],10,[210,36]],[[129,-1],10,[210,36]],[[130,-1],10,[210,36]],[[131,-1],10,[210,36]],[[132,-1],10,[210,36]],[[133,-1],10,[210,36]],[[134,-1],10,[210,36]],[[135,-1],10,[210,36]],[[136,-1],10,[210,36]],[[137,-1],10,[210,36]],[[138,-1],10,[210,36]],[[139,-1],10,[210,36]],[[140,-1],10,[210,36]],[[141,-1],10,[210,36]],[[142,-1],10,[210,36]],[[143,-1],10,[210,36]],[[144,-1],10,[210,36]],[[145,-1],10,[210,36]],[[146,-1],10,[210,36]],[[147,-1],10,[210,36]],[[148,-1],10,[210,36]],[[149,-1],10,[210,36]],[[150,-1],10,[210,36]],[[151,-1],10,[210,36]],[[152,-1],10,[210,36]],[[153,-1],10,[210,36]],[[154,-1],10,[210,36]],[[155,-1],10,[210,36]],[[156,-1],10,[210,36]],[[157,-1],10,[210,36]],[[158,-1],10,[210,36]],[[159,-1],10,[210,36]],[[160,-1],10,[210,36]],[[161,-1],10,[210,36]],[[162,-1],10,[210,36]],[[163,-1],10,[210,36]],[[164,-1],10,[210,36]],[[165,-1],10,[210,36]],[[166,-1],10,[210,36]],[[167,-1],10,[210,36]],[[168,-1],10,[210,36]],[[169,-1],10,[210,36]],[[170,-1],10,[210,36]],[[171,-1],10,[210,36]],[[172,-1],10,[210,36]],[[173,-1],10,[210,36]],[[174,-1],10,[210,36]],[[175,-1],10,[210,36]],[[176,-1],10,[210,36]],[[177,-1],10,[210,36]],[[178,-1],10,[210,36]],[[179,-1],10,[210,36]],[[180,-1],10,[210,36]],[[181,-1],10,[210,36]],[[182,-1],10,[210,36]],[[183,-1],10,[210,36]],[[184,-1],10,[210,36]],[[185,-1],10,[210,36]],[[186,-1],10,[210,36]],[[187,-1],10,[210,36]],[[188,-1],10,[210,36]],[[189,-1],10,[210,36]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[211,[[10,[117,[212,[117]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[],[[10,[117,[212,[117]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,0,0,0,0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[213,[[3,[[2,[1]]]]]],[214,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[215,215],[[-1,-2],4,[],[]],[[],213],[[],215],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[213,[[3,[4]]]],[216,[[3,[4]]]],[[213,12],13],[[215,12],13],[[214,12],13],[[216,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,[[]],[[]],[[]],[[]],[213,[[3,[[17,[8]]]]]],[214,[[3,[[17,[8]]]]]],0,0,[213,[[4,[[2,[19]],[2,[1]]]]]],0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[213,14],[[3,[11]]]],[[216,14],[[3,[11]]]],0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[217,[[3,[[2,[1]]]]]],[218,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[219,219],[220,220],[221,221],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[219,219],190],[[220,220],190],[[221,-1],[[3,[222]]],223],[[218,-1],[[3,[222]]],223],0,[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],0,[[224,-1],225,223],[[221,-1],225,223],0,[[],226],[[],222],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],0,[[219,219],33],[[220,220],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],0,0,[221,[[3,[4]]]],[218,[[3,[4]]]],[[226,12],13],[[219,12],13],[[220,12],13],[[224,12],13],[[221,12],13],[[217,12],13],[[218,12],13],[[222,12],13],[-1,-1,[]],[-1,-1,[]],[[[227,[18]]],219],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[219,-1],4,209],[[220,-1],4,209],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[218,[[4,[221,217]]]],0,[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,0,[-1,[[3,[218]]],223],0,0,[[219,219],[[17,[190]]]],[[220,220],[[17,[190]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[217,[[3,[[17,[8]]]]]],[218,[[3,[[17,[8]]]]]],0,[[221,-1],4,223],[[218,-1],4,223],0,0,[218,[[4,[[2,[19]],[2,[1]]]]]],0,0,0,0,[[221,221],221],[[217,[2,[1]]],[[2,[1]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],0,[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[221,14],[[3,[11]]]],[[218,14],[[3,[11]]]],0,0,0,0,0,[228,[[3,[[2,[1]]]]]],[229,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[228,[[3,[222]]]],[230,[[3,[[4,[222,217]]]]]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[230,4],[7,4],[7,4],[228,[[3,[4]]]],[230,[[3,[4]]]],[[231,12],13],[[228,12],13],[[230,12],13],[[229,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,[-1,[[3,[228]]],[[233,[232]]]],0,0,0,0,[[]],[[]],[[]],[[]],[228,[[3,[[17,[8]]]]]],[229,[[3,[[17,[8]]]]]],0,[230,4],0,[228,[[4,[[2,[19]],[2,[1]]]]]],0,0,[[229,[2,[1]]],[[2,[1]]]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[228,228],[[228,234],228],[[228,18],228],[[228,18],228],[[228,14],[[3,[11]]]],[[230,14],[[3,[11]]]],0,[[-1,28],4,[]],[235,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[235,235],[[-1,-2],4,[],[]],[235,7],[[],235],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[235,[[3,[4]]]],[[235,12],13],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],0,0,[[]],[235,[[3,[[17,[8]]]]]],[235,18],[235,[[4,[[2,[19]],[2,[1]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[235,14],[[3,[11]]]],0,0,0,0,0,[[-1,28],4,[]],[[236,7],4],[225,[[3,[[2,[1]]]]]],[237,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[236,-1],225,223],[238,238],[[-1,-2],4,[],[]],[[225,-1],225,223],0,0,[[],238],[[],236],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[7,4],0,0,0,0,0,0,0,0,0,[225,[[3,[4]]]],[239,[[3,[4]]]],[[225,12],13],[[238,12],13],[[239,12],13],[[237,12],13],[[236,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[225,240],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[-1,238],225,223],[[],236],[[]],[[]],[[]],[[]],[[]],[225,[[3,[[17,[8]]]]]],[237,[[3,[[17,[8]]]]]],0,[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[225,[[4,[[2,[19]],[2,[1]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[236,[241,[7]]],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[225,14],[[3,[11]]]],[[239,14],[[3,[11]]]],0,0,0,0,[[-1,28],4,[]],[242,[[3,[[2,[1]]]]]],[243,[[3,[[2,[1]]]]]],[244,[[3,[243]]]],[242,245],[243,245],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,244],[[-1,-2],4,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],0,[242,[[3,[4]]]],[244,[[3,[4]]]],[[242,12],13],[[246,12],13],[[244,12],13],[[243,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[247,240],[248,[[3,[242]]]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[-1,[[3,[242]]],[[233,[232]]]],[242,247],[243,247],[[]],[[]],[[]],[[]],[242,[[3,[[17,[8]]]]]],[243,[[3,[[17,[8]]]]]],0,0,[242,[[4,[[2,[19]],[2,[1]]]]]],0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[242,14],[[3,[11]]]],[[244,14],[[3,[11]]]],0,[[-1,28],4,[]],[249,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[249,249],[[-1,-2],4,[],[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[249,4],0,[249,[[3,[4]]]],[[249,12],13],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[232,[[3,[249]]]],[[]],[249,[[3,[[17,[8]]]]]],[249,[[4,[[2,[19]],[2,[1]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[249,14],[[3,[11]]]],0,0,[250,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],250],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[250,[[3,[4]]]],[[250,12],13],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[]],[250,[[3,[[17,[8]]]]]],[250,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[250,14],[[3,[11]]]],0,0,0,0,[251,[[3,[[2,[1]]]]]],[252,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[4,[251,251]]]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[251,[[3,[4]]]],[253,[[3,[4]]]],[[251,12],13],[[252,12],13],[[254,12],13],[[253,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,[[]],[[]],[[]],[[]],[251,[[3,[[17,[8]]]]]],[252,[[3,[[17,[8]]]]]],0,0,0,0,[251,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,14],[[3,[11]]]],[[253,14],[[3,[11]]]],0,0,0,0,[255,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],256],[[],255],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[255,[[3,[4]]]],[[256,12],13],[[255,12],13],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,[256,255],[[]],[[]],[255,[[3,[[17,[8]]]]]],[255,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[255,14],[[3,[11]]]],0,[240,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[240,[[3,[4]]]],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[[2,[19]],[2,[1]]],240],[[]],[240,[[3,[[17,[8]]]]]],0,[240,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[240,14],[[3,[11]]]],0,0,[257,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[],257],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[257,[[3,[4]]]],[[257,12],13],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[]],[257,[[3,[[17,[8]]]]]],[257,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[257,14],[[3,[11]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[14,117],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[258,258],[204,204],[203,203],[14,14],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,204],190],[[203,203],190],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[258]]],26],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[204]]],26],[-1,[[10,[203]]],26],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[14]]],26],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[[204,204],33],[[203,203],33],[[14,14],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[14,7],[[258,12],13],[[204,12],13],[[203,12],13],[[14,12],13],[[14,12],13],[-1,-1,[]],[114,204],[187,204],[259,204],[-1,-1,[]],[186,203],[-1,-1,[]],[113,203],[-1,-1,[]],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[204,-1],4,209],[[203,-1],4,209],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[14,14],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[204,204],[[17,[190]]]],[[203,203],[[17,[190]]]],[[]],[[]],[[]],[[]],[[258,-1],10,27],[[204,-1],10,27],[[203,-1],10,27],[[14,-1],10,27],[[14,-1],[[3,[7]]],[35,34]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,32,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[260,[[3,[14]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[196,196],[[-1,-2],4,[],[]],[[196,196],190],[[-1,-2],190,[],[]],[7,-1,[]],[7,-1,[]],[-1,[[10,[196]]],26],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[[196,196],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[196,12],13],[179,196],[-1,-1,[]],[106,196],[31,[[10,[196]]]],[[-1,-2],18,[207,36],208],[[196,-1],4,209],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[196,33],[[196,196],[[17,[190]]]],[[]],[[196,-1],10,27],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[-1,-2],[[3,[4]]],5,6]],"c":[],"p":[[6,"DynReadableJournal",0],[3,"Box",9658],[6,"Result",9659],[15,"tuple"],[8,"ReadableJournal",0],[8,"WritableJournal",0],[15,"usize"],[3,"LogReadResult",0],[3,"With",9660],[4,"Result",9661],[3,"LogWriteResult",0],[3,"Formatter",9662],[6,"Result",9662],[4,"JournalEntry",9213],[3,"Layout",9663],[3,"LayoutError",9663],[4,"Option",9664],[15,"u64"],[6,"DynWritableJournal",0],[3,"TypeId",9665],[3,"Global",9666],[8,"Any",9665],[15,"u8"],[15,"slice"],[4,"Cow",9667],[8,"Deserializer",9668],[8,"Serializer",9669],[3,"Private",9670],[4,"ComponentExternName",9671],[3,"AlignedCowStr",1667],[15,"str"],[3,"String",9672],[15,"bool"],[8,"ScratchSpace",9673],[8,"Serializer",9673],[8,"Sized",9674],[3,"AlignedCowVec",1713],[8,"Clone",9675],[15,"char"],[8,"FromIterator",9676],[3,"Vec",9677],[4,"ArchivedJournalEntryRecordType",1762],[4,"EnumCheckError",9678],[3,"ArchivedJournalEntryHeader",1762],[3,"StructCheckError",9678],[3,"ArchivedJournalEntryInitModuleV1",1762],[3,"ArchivedJournalEntryClearEtherealV1",1762],[3,"ArchivedJournalEntryProcessExitV1",1762],[3,"ArchivedJournalEntrySetThreadV1",1762],[3,"ArchivedJournalEntryCloseThreadV1",1762],[3,"ArchivedJournalEntryFileDescriptorSeekV1",1762],[3,"ArchivedJournalEntryFileDescriptorWriteV1",1762],[3,"ArchivedJournalEntryUpdateMemoryRegionV1",1762],[3,"ArchivedJournalEntrySetClockTimeV1",1762],[3,"ArchivedJournalEntryOpenFileDescriptorV1",1762],[3,"ArchivedJournalEntryCloseFileDescriptorV1",1762],[3,"ArchivedJournalEntryRenumberFileDescriptorV1",1762],[3,"ArchivedJournalEntryDuplicateFileDescriptorV1",1762],[3,"ArchivedJournalEntryCreateDirectoryV1",1762],[3,"ArchivedJournalEntryRemoveDirectoryV1",1762],[3,"ArchivedJournalEntryPathSetTimesV1",1762],[3,"ArchivedJournalEntryFileDescriptorSetTimesV1",1762],[3,"ArchivedJournalEntryFileDescriptorSetSizeV1",1762],[3,"ArchivedJournalEntryFileDescriptorSetFlagsV1",1762],[3,"ArchivedJournalEntryFileDescriptorSetRightsV1",1762],[3,"ArchivedJournalEntryFileDescriptorAdviseV1",1762],[3,"ArchivedJournalEntryFileDescriptorAllocateV1",1762],[3,"ArchivedJournalEntryCreateHardLinkV1",1762],[3,"ArchivedJournalEntryCreateSymbolicLinkV1",1762],[3,"ArchivedJournalEntryUnlinkFileV1",1762],[3,"ArchivedJournalEntryPathRenameV1",1762],[3,"ArchivedJournalEntryChangeDirectoryV1",1762],[3,"ArchivedJournalEntryEpollCreateV1",1762],[3,"ArchivedJournalEntryEpollCtlV1",1762],[3,"ArchivedJournalEntryTtySetV1",1762],[3,"ArchivedJournalEntryCreatePipeV1",1762],[3,"ArchivedJournalEntryCreateEventV1",1762],[3,"ArchivedJournalEntryPortAddAddrV1",1762],[3,"ArchivedJournalEntryPortDelAddrV1",1762],[3,"ArchivedJournalEntryPortBridgeV1",1762],[3,"ArchivedJournalEntryPortGatewaySetV1",1762],[3,"ArchivedJournalEntryPortRouteAddV1",1762],[3,"ArchivedJournalEntryPortRouteDelV1",1762],[3,"ArchivedJournalEntrySocketOpenV1",1762],[3,"ArchivedJournalEntrySocketListenV1",1762],[3,"ArchivedJournalEntrySocketBindV1",1762],[3,"ArchivedJournalEntrySocketConnectedV1",1762],[3,"ArchivedJournalEntrySocketAcceptedV1",1762],[3,"ArchivedJournalEntrySocketJoinIpv4MulticastV1",1762],[3,"ArchivedJournalEntrySocketJoinIpv6MulticastV1",1762],[3,"ArchivedJournalEntrySocketLeaveIpv4MulticastV1",1762],[3,"ArchivedJournalEntrySocketLeaveIpv6MulticastV1",1762],[3,"ArchivedJournalEntrySocketSendFileV1",1762],[3,"ArchivedJournalEntrySocketSendToV1",1762],[3,"ArchivedJournalEntrySocketSendV1",1762],[3,"ArchivedJournalEntrySocketSetOptFlagV1",1762],[3,"ArchivedJournalEntrySocketSetOptSizeV1",1762],[3,"ArchivedJournalEntrySocketSetOptTimeV1",1762],[3,"ArchivedJournalEntrySocketShutdownV1",1762],[3,"ArchivedJournalEntrySnapshotV1",1762],[4,"ArchivedJournalSnapshot0ClockidV1",1762],[4,"ArchivedJournalWhenceV1",1762],[4,"ArchivedJournalAdviceV1",1762],[3,"ArchivedJournalIpCidrV1",1762],[4,"ArchivedJournalExitCodeV1",1762],[4,"ArchivedJournalSnapshotTriggerV1",1762],[4,"ArchivedJournalEpollCtlV1",1762],[3,"ArchivedJournalEpollEventCtlV1",1762],[4,"ArchivedJournalStreamSecurityV1",1762],[4,"ArchivedJournalAddressfamilyV1",1762],[4,"ArchivedJournalSocktypeV1",1762],[4,"ArchivedJournalSockoptionV1",1762],[4,"ArchivedJournalTimeTypeV1",1762],[4,"ArchivedJournalSocketShutdownV1",1762],[4,"ArchivedJournalThreadStartTypeV1",1762],[3,"ArchivedJournalWasiMemoryLayout",1762],[4,"JournalEntryRecordType",1762],[3,"JournalEntryHeader",1762],[3,"JournalEntryInitModuleV1",1762],[3,"JournalEntryClearEtherealV1",1762],[3,"JournalEntryProcessExitV1",1762],[3,"JournalEntrySetThreadV1",1762],[3,"JournalEntryCloseThreadV1",1762],[3,"JournalEntryFileDescriptorSeekV1",1762],[3,"JournalEntryFileDescriptorWriteV1",1762],[3,"JournalEntryUpdateMemoryRegionV1",1762],[3,"JournalEntrySetClockTimeV1",1762],[3,"JournalEntryOpenFileDescriptorV1",1762],[3,"JournalEntryCloseFileDescriptorV1",1762],[3,"JournalEntryRenumberFileDescriptorV1",1762],[3,"JournalEntryDuplicateFileDescriptorV1",1762],[3,"JournalEntryCreateDirectoryV1",1762],[3,"JournalEntryRemoveDirectoryV1",1762],[3,"JournalEntryPathSetTimesV1",1762],[3,"JournalEntryFileDescriptorSetTimesV1",1762],[3,"JournalEntryFileDescriptorSetSizeV1",1762],[3,"JournalEntryFileDescriptorSetFlagsV1",1762],[3,"JournalEntryFileDescriptorSetRightsV1",1762],[3,"JournalEntryFileDescriptorAdviseV1",1762],[3,"JournalEntryFileDescriptorAllocateV1",1762],[3,"JournalEntryCreateHardLinkV1",1762],[3,"JournalEntryCreateSymbolicLinkV1",1762],[3,"JournalEntryUnlinkFileV1",1762],[3,"JournalEntryPathRenameV1",1762],[3,"JournalEntryChangeDirectoryV1",1762],[3,"JournalEntryEpollCreateV1",1762],[3,"JournalEntryEpollCtlV1",1762],[3,"JournalEntryTtySetV1",1762],[3,"JournalEntryCreatePipeV1",1762],[3,"JournalEntryCreateEventV1",1762],[3,"JournalEntryPortAddAddrV1",1762],[3,"JournalEntryPortDelAddrV1",1762],[3,"JournalEntryPortBridgeV1",1762],[3,"JournalEntryPortGatewaySetV1",1762],[3,"JournalEntryPortRouteAddV1",1762],[3,"JournalEntryPortRouteDelV1",1762],[3,"JournalEntrySocketOpenV1",1762],[3,"JournalEntrySocketListenV1",1762],[3,"JournalEntrySocketBindV1",1762],[3,"JournalEntrySocketConnectedV1",1762],[3,"JournalEntrySocketAcceptedV1",1762],[3,"JournalEntrySocketJoinIpv4MulticastV1",1762],[3,"JournalEntrySocketJoinIpv6MulticastV1",1762],[3,"JournalEntrySocketLeaveIpv4MulticastV1",1762],[3,"JournalEntrySocketLeaveIpv6MulticastV1",1762],[3,"JournalEntrySocketSendFileV1",1762],[3,"JournalEntrySocketSendToV1",1762],[3,"JournalEntrySocketSendV1",1762],[3,"JournalEntrySocketSetOptFlagV1",1762],[3,"JournalEntrySocketSetOptSizeV1",1762],[3,"JournalEntrySocketSetOptTimeV1",1762],[3,"JournalEntrySocketShutdownV1",1762],[3,"JournalEntrySnapshotV1",1762],[4,"JournalSnapshot0ClockidV1",1762],[4,"JournalWhenceV1",1762],[4,"JournalAdviceV1",1762],[3,"JournalIpCidrV1",1762],[4,"JournalExitCodeV1",1762],[4,"JournalSnapshotTriggerV1",1762],[4,"JournalEpollCtlV1",1762],[3,"JournalEpollEventCtlV1",1762],[4,"JournalStreamSecurityV1",1762],[4,"JournalAddressfamilyV1",1762],[4,"JournalSocktypeV1",1762],[4,"JournalSockoptionV1",1762],[4,"JournalTimeTypeV1",1762],[4,"JournalSocketShutdownV1",1762],[4,"JournalThreadStartTypeV1",1762],[3,"JournalWasiMemoryLayout",1762],[4,"Ordering",9679],[4,"Snapshot0Clockid",9680],[4,"Whence",9680],[4,"Advice",9680],[3,"IpCidr",9681],[4,"ExitCode",9682],[4,"SnapshotTrigger",9601],[4,"EpollCtl",9682],[3,"EpollEventCtl",9682],[4,"StreamSecurity",9681],[4,"Addressfamily",9680],[4,"Socktype",9680],[4,"Sockoption",9680],[4,"SocketOptTimeType",9213],[4,"SocketShutdownHow",9213],[4,"ThreadStartType",9683],[3,"WasiMemoryLayout",9683],[8,"Hash",9684],[8,"BuildHasher",9684],[8,"Hasher",9684],[8,"Fallible",9685],[15,"u16"],[3,"TryFromPrimitiveError",9686],[3,"BufferedJournal",8089],[3,"BufferedJournalRx",8089],[3,"State",8089],[3,"BufferedJournalTx",8089],[3,"CompactingJournalRx",8202],[3,"CompactingJournal",8202],[3,"MemoryRange",8202],[3,"DescriptorLookup",8202],[3,"CompactingJournalTx",8202],[3,"CompactResult",8202],[8,"Journal",0],[3,"State",8202],[3,"FilteredJournal",8637],[3,"StateDescriptor",8202],[3,"Range",9687],[3,"CompactingLogFileJournal",8474],[3,"CompactingLogFileJournalRx",8474],[3,"CompactingLogFileJournalTx",8474],[3,"State",8474],[3,"Path",9688],[8,"AsRef",9689],[15,"f32"],[3,"CountingJournal",8600],[3,"FilteredJournalBuilder",8637],[3,"FilteredJournalRx",8637],[3,"FilteredJournalConfig",8637],[3,"FilteredJournalTx",8637],[3,"RecombinedJournal",9156],[3,"HashSet",9690],[3,"LogFileJournal",8803],[3,"LogFileJournalRx",8803],[3,"LogFileJournalTx",8803],[3,"OffloadBackingStore",9691],[3,"TxState",8803],[3,"OwnedBuffer",9692],[3,"File",9693],[3,"MemFileJournal",8925],[3,"NullJournal",8960],[3,"PipeJournal",8991],[3,"PipeJournalRx",8991],[3,"PipeJournalTx",8991],[3,"SenderState",8991],[3,"PrintingJournal",9099],[4,"JournalPrintingMode",9099],[3,"UnsupportedJournal",9183],[4,"SocketJournalEvent",9213],[4,"Shutdown",9694],[4,"ArchivedJournalEntry",1762],[4,"JournalSockoptionV1Resolver",1762],[4,"JournalTimeTypeV1Resolver",1762],[4,"JournalEpollCtlV1Resolver",1762],[4,"JournalStreamSecurityV1Resolver",1762],[4,"JournalSnapshotTriggerV1Resolver",1762],[4,"JournalSocketShutdownV1Resolver",1762],[4,"JournalEntryRecordTypeResolver",1762],[4,"JournalWhenceV1Resolver",1762],[4,"JournalSocktypeV1Resolver",1762],[4,"JournalAdviceV1Resolver",1762],[4,"JournalExitCodeV1Resolver",1762],[4,"JournalAddressfamilyV1Resolver",1762],[4,"JournalThreadStartTypeV1Resolver",1762],[4,"JournalSnapshot0ClockidV1Resolver",1762],[3,"JournalEntryPortDelAddrV1Resolver",1762],[3,"JournalEntrySocketBindV1Resolver",1762],[3,"JournalEntrySocketSendToV1Resolver",1762],[3,"JournalEntryFileDescriptorAdviseV1Resolver",1762],[3,"JournalEntrySocketOpenV1Resolver",1762],[3,"JournalEntrySocketListenV1Resolver",1762],[3,"JournalEntrySetThreadV1Resolver",1762],[3,"JournalEntryPortAddAddrV1Resolver",1762],[3,"JournalEntryPortRouteAddV1Resolver",1762],[3,"JournalEntrySetClockTimeV1Resolver",1762],[3,"JournalEntryTtySetV1Resolver",1762],[3,"JournalEntryUpdateMemoryRegionV1Resolver",1762],[3,"JournalEntryDuplicateFileDescriptorV1Resolver",1762],[3,"JournalEntrySocketSendFileV1Resolver",1762],[3,"JournalEntryFileDescriptorWriteV1Resolver",1762],[3,"JournalEntrySocketSendV1Resolver",1762],[3,"JournalEpollEventCtlV1Resolver",1762],[3,"JournalEntryOpenFileDescriptorV1Resolver",1762],[3,"JournalEntryEpollCtlV1Resolver",1762],[3,"JournalEntryProcessExitV1Resolver",1762],[3,"JournalEntryCloseThreadV1Resolver",1762],[3,"JournalEntryFileDescriptorSeekV1Resolver",1762],[3,"JournalEntryCloseFileDescriptorV1Resolver",1762],[3,"JournalEntryCreateDirectoryV1Resolver",1762],[3,"JournalEntryRemoveDirectoryV1Resolver",1762],[3,"JournalEntryPathSetTimesV1Resolver",1762],[3,"JournalEntryFileDescriptorSetTimesV1Resolver",1762],[3,"JournalEntryFileDescriptorSetSizeV1Resolver",1762],[3,"JournalEntryFileDescriptorSetFlagsV1Resolver",1762],[3,"JournalEntryFileDescriptorSetRightsV1Resolver",1762],[3,"JournalEntryFileDescriptorAllocateV1Resolver",1762],[3,"JournalEntryCreateSymbolicLinkV1Resolver",1762],[3,"JournalEntryUnlinkFileV1Resolver",1762],[3,"JournalEntryEpollCreateV1Resolver",1762],[3,"JournalEntryCreateEventV1Resolver",1762],[3,"JournalEntrySocketConnectedV1Resolver",1762],[3,"JournalEntrySocketAcceptedV1Resolver",1762],[3,"JournalEntrySocketJoinIpv4MulticastV1Resolver",1762],[3,"JournalEntrySocketJoinIpv6MulticastV1Resolver",1762],[3,"JournalEntrySocketLeaveIpv4MulticastV1Resolver",1762],[3,"JournalEntrySocketLeaveIpv6MulticastV1Resolver",1762],[3,"JournalEntrySocketSetOptFlagV1Resolver",1762],[3,"JournalEntrySocketSetOptSizeV1Resolver",1762],[3,"JournalEntrySocketSetOptTimeV1Resolver",1762],[3,"JournalEntrySocketShutdownV1Resolver",1762],[3,"JournalEntryCreatePipeV1Resolver",1762],[3,"JournalWasiMemoryLayoutResolver",1762],[3,"JournalEntryPortGatewaySetV1Resolver",1762],[3,"JournalEntryPortRouteDelV1Resolver",1762],[3,"JournalIpCidrV1Resolver",1762],[3,"JournalEntryPortBridgeV1Resolver",1762],[3,"JournalEntryRenumberFileDescriptorV1Resolver",1762],[3,"JournalEntryCreateHardLinkV1Resolver",1762],[3,"JournalEntryPathRenameV1Resolver",1762],[3,"JournalEntryChangeDirectoryV1Resolver",1762],[3,"JournalEntrySnapshotV1Resolver",1762],[3,"JournalEntryInitModuleV1Resolver",1762],[13,"ThreadSpawn",8086],[13,"PortDelAddrV1",9435],[13,"SocketBindV1",9435],[13,"SocketSendToV1",9435],[13,"FileDescriptorAdviseV1",9435],[13,"SocketOpenV1",9435],[13,"SocketListenV1",9435],[13,"SetThreadV1",9435],[13,"PortAddAddrV1",9435],[13,"PortRouteAddV1",9435],[13,"SetClockTimeV1",9435],[13,"UpdateMemoryRegionV1",9435],[13,"DuplicateFileDescriptorV1",9435],[13,"SocketSendFileV1",9435],[13,"FileDescriptorWriteV1",9435],[13,"SocketSendV1",9435],[13,"OpenFileDescriptorV1",9435],[13,"EpollCtlV1",9435],[13,"ProcessExitV1",9435],[13,"CloseThreadV1",9435],[13,"FileDescriptorSeekV1",9435],[13,"CloseFileDescriptorV1",9435],[13,"CreateDirectoryV1",9435],[13,"RemoveDirectoryV1",9435],[13,"PathSetTimesV1",9435],[13,"FileDescriptorSetTimesV1",9435],[13,"FileDescriptorSetFlagsV1",9435],[13,"FileDescriptorSetRightsV1",9435],[13,"FileDescriptorSetSizeV1",9435],[13,"FileDescriptorAllocateV1",9435],[13,"CreateSymbolicLinkV1",9435],[13,"UnlinkFileV1",9435],[13,"EpollCreateV1",9435],[13,"CreateEventV1",9435],[13,"SocketConnectedV1",9435],[13,"SocketAcceptedV1",9435],[13,"SocketJoinIpv4MulticastV1",9435],[13,"SocketJoinIpv6MulticastV1",9435],[13,"SocketLeaveIpv4MulticastV1",9435],[13,"SocketLeaveIpv6MulticastV1",9435],[13,"SocketSetOptFlagV1",9435],[13,"SocketSetOptSizeV1",9435],[13,"SocketSetOptTimeV1",9435],[13,"SocketShutdownV1",9435],[13,"CreatePipeV1",9435],[13,"PortGatewaySetV1",9435],[13,"PortRouteDelV1",9435],[13,"TtySetV1",9435],[13,"PortBridgeV1",9435],[13,"RenumberFileDescriptorV1",9435],[13,"CreateHardLinkV1",9435],[13,"PathRenameV1",9435],[13,"ChangeDirectoryV1",9435],[13,"SnapshotV1",9435],[13,"InitModuleV1",9435],[13,"ThreadSpawn",8087],[13,"ThreadSpawn",8088],[13,"Icmp",9591],[13,"TcpListen",9591],[13,"TcpStream",9591],[13,"UdpSocket",9591],[3,"JournalEntryHeaderResolver",1762],[3,"JournalEntryClearEtherealV1Resolver",1762]]},\ +"wasmer_journal":{"doc":"","t":"NNNNNNNNNNDDNNNEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEDDDDDDDDDDDDDDDDDDDDDDDDEDEDEEEEEEEEDENNNNNNNNNNNNNNNDDDNNNNNNNNNNNNNNNNNNNNNNNDDDDDDDNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNRNNNNNNNNNNNNNNNNNNNNGGGNNNNNNNNNNNNNNNNNNNGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDDDDNNNNNNNNNNNNNNNNNNNNRRIEEEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDEEDDEEEEEEEEEEEEEEEEEDDEENNNNNNNNNNNNNNNNNNNNDDDDDNNNDNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNDDDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNINNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNNNNNINNNNNNNNMMMMMMMMMMMMMMMKMMMALLLLMMMMMMMMMMMMMMMMMMMMMAMMMMMFMMMMMMMMMMMMMMMMMMMLLLLLLLMMMMMMLLMMMMMMAMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMKLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLMMMMMMMMMMLLLMMMMMMMMMMMMMMMMMMMMMMMMLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLMMMMMMMMMMMMKMMMMLMMMMMMMMMMMMMMMMMMMMMMAMMMKMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLMMMMMMMMMMMMMMLLLLLLLLLLLLLLAMMMLLMMMMMMMMMKMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFAAAAAAAAAAAAAAAAAASDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLSDLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEDDDDDDDDDDDDDDDDDDDDDDDDEDEDEEEEEEEEDENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRREEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDEEDDEEEEEEEEEEEEEEEEDDEENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLMMMLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMMLMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDGDDDLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLMLLMLLMLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLMLLLLLLLLMMLMMLLLLLLLLLLLLMLLMMLMMMMLLMLLLMMLLLLLLLLLLLLLLLLMMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMDDDDLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLMLMMMMLLLLLLMLMLMMLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLDDDDDLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMMLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLHDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMMMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENDNLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLMLLLMLLLLLLHDLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNENNNNNNENNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNRNNNNNNNNNNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLF","n":["AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","Add","Add","Add","AlignedCowStr","AlignedCowVec","AnyEncryption","AnyEncryption","AnyEncryption","ArchivedJournalAddressfamilyV1","ArchivedJournalAdviceV1","ArchivedJournalEntry","ArchivedJournalEntryChangeDirectoryV1","ArchivedJournalEntryClearEtherealV1","ArchivedJournalEntryCloseFileDescriptorV1","ArchivedJournalEntryCloseThreadV1","ArchivedJournalEntryCreateDirectoryV1","ArchivedJournalEntryCreateEventV1","ArchivedJournalEntryCreateHardLinkV1","ArchivedJournalEntryCreatePipeV1","ArchivedJournalEntryCreateSymbolicLinkV1","ArchivedJournalEntryDuplicateFileDescriptorV1","ArchivedJournalEntryEpollCreateV1","ArchivedJournalEntryEpollCtlV1","ArchivedJournalEntryFileDescriptorAdviseV1","ArchivedJournalEntryFileDescriptorAllocateV1","ArchivedJournalEntryFileDescriptorSeekV1","ArchivedJournalEntryFileDescriptorSetFlagsV1","ArchivedJournalEntryFileDescriptorSetRightsV1","ArchivedJournalEntryFileDescriptorSetSizeV1","ArchivedJournalEntryFileDescriptorSetTimesV1","ArchivedJournalEntryFileDescriptorWriteV1","ArchivedJournalEntryInitModuleV1","ArchivedJournalEntryOpenFileDescriptorV1","ArchivedJournalEntryPathRenameV1","ArchivedJournalEntryPathSetTimesV1","ArchivedJournalEntryPortAddAddrV1","ArchivedJournalEntryPortBridgeV1","ArchivedJournalEntryPortDelAddrV1","ArchivedJournalEntryPortGatewaySetV1","ArchivedJournalEntryPortRouteAddV1","ArchivedJournalEntryPortRouteDelV1","ArchivedJournalEntryProcessExitV1","ArchivedJournalEntryRecordType","ArchivedJournalEntryRemoveDirectoryV1","ArchivedJournalEntryRenumberFileDescriptorV1","ArchivedJournalEntrySetClockTimeV1","ArchivedJournalEntrySetThreadV1","ArchivedJournalEntrySnapshotV1","ArchivedJournalEntrySocketAcceptedV1","ArchivedJournalEntrySocketBindV1","ArchivedJournalEntrySocketConnectedV1","ArchivedJournalEntrySocketJoinIpv4MulticastV1","ArchivedJournalEntrySocketJoinIpv6MulticastV1","ArchivedJournalEntrySocketLeaveIpv4MulticastV1","ArchivedJournalEntrySocketLeaveIpv6MulticastV1","ArchivedJournalEntrySocketListenV1","ArchivedJournalEntrySocketOpenV1","ArchivedJournalEntrySocketSendFileV1","ArchivedJournalEntrySocketSendToV1","ArchivedJournalEntrySocketSendV1","ArchivedJournalEntrySocketSetOptFlagV1","ArchivedJournalEntrySocketSetOptSizeV1","ArchivedJournalEntrySocketSetOptTimeV1","ArchivedJournalEntrySocketShutdownV1","ArchivedJournalEntryTtySetV1","ArchivedJournalEntryUnlinkFileV1","ArchivedJournalEntryUpdateMemoryRegionV1","ArchivedJournalEpollCtlV1","ArchivedJournalEpollEventCtlV1","ArchivedJournalExitCodeV1","ArchivedJournalIpCidrV1","ArchivedJournalSnapshot0ClockidV1","ArchivedJournalSnapshotTriggerV1","ArchivedJournalSocketShutdownV1","ArchivedJournalSockoptionV1","ArchivedJournalSocktypeV1","ArchivedJournalStreamSecurityV1","ArchivedJournalThreadStartTypeV1","ArchivedJournalTimeTypeV1","ArchivedJournalWasiMemoryLayout","ArchivedJournalWhenceV1","BindTimeout","BindTimeout","BindTimeout","BindTimeout","Bootstrap","Bootstrap","Bootstrap","Bootstrap","Both","Both","Both","Both","Broadcast","Broadcast","Broadcast","BufferedJournal","BufferedJournalRx","BufferedJournalTx","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ClassicEncryption","ClassicEncryption","ClassicEncryption","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CompactResult","CompactingJournal","CompactingJournalRx","CompactingJournalTx","CompactingLogFileJournal","CompactingLogFileJournalRx","CompactingLogFileJournalTx","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","CountingJournal","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","Cur","Cur","Cur","DEFAULT_SNAPSHOT_TRIGGERS","Del","Del","Del","Dgram","Dgram","Dgram","DontRoute","DontRoute","DontRoute","Dontneed","Dontneed","Dontneed","DoubleEncryption","DoubleEncryption","DoubleEncryption","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DynJournal","DynReadableJournal","DynWritableJournal","End","End","End","Environ","Environ","Environ","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","Errno","Errno","Errno","Fd","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FilteredJournal","FilteredJournalBuilder","FilteredJournalRx","FilteredJournalTx","FirstEnviron","FirstListen","FirstSigint","FirstStdin","Icmp","Idle","Idle","Idle","Idle","Inet4","Inet4","Inet4","Inet6","Inet6","Inet6","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","JOURNAL_MAGIC_NUMBER","JOURNAL_MAGIC_NUMBER_BYTES","Journal","JournalAddressfamilyV1","JournalAddressfamilyV1Resolver","JournalAdviceV1","JournalAdviceV1Resolver","JournalEntry","JournalEntryChangeDirectoryV1","JournalEntryChangeDirectoryV1Resolver","JournalEntryClearEtherealV1","JournalEntryClearEtherealV1Resolver","JournalEntryCloseFileDescriptorV1","JournalEntryCloseFileDescriptorV1Resolver","JournalEntryCloseThreadV1","JournalEntryCloseThreadV1Resolver","JournalEntryCreateDirectoryV1","JournalEntryCreateDirectoryV1Resolver","JournalEntryCreateEventV1","JournalEntryCreateEventV1Resolver","JournalEntryCreateHardLinkV1","JournalEntryCreateHardLinkV1Resolver","JournalEntryCreatePipeV1","JournalEntryCreatePipeV1Resolver","JournalEntryCreateSymbolicLinkV1","JournalEntryCreateSymbolicLinkV1Resolver","JournalEntryDuplicateFileDescriptorV1","JournalEntryDuplicateFileDescriptorV1Resolver","JournalEntryEpollCreateV1","JournalEntryEpollCreateV1Resolver","JournalEntryEpollCtlV1","JournalEntryEpollCtlV1Resolver","JournalEntryFileDescriptorAdviseV1","JournalEntryFileDescriptorAdviseV1Resolver","JournalEntryFileDescriptorAllocateV1","JournalEntryFileDescriptorAllocateV1Resolver","JournalEntryFileDescriptorSeekV1","JournalEntryFileDescriptorSeekV1Resolver","JournalEntryFileDescriptorSetFlagsV1","JournalEntryFileDescriptorSetFlagsV1Resolver","JournalEntryFileDescriptorSetRightsV1","JournalEntryFileDescriptorSetRightsV1Resolver","JournalEntryFileDescriptorSetSizeV1","JournalEntryFileDescriptorSetSizeV1Resolver","JournalEntryFileDescriptorSetTimesV1","JournalEntryFileDescriptorSetTimesV1Resolver","JournalEntryFileDescriptorWriteV1","JournalEntryFileDescriptorWriteV1Resolver","JournalEntryInitModuleV1","JournalEntryInitModuleV1Resolver","JournalEntryOpenFileDescriptorV1","JournalEntryOpenFileDescriptorV1Resolver","JournalEntryPathRenameV1","JournalEntryPathRenameV1Resolver","JournalEntryPathSetTimesV1","JournalEntryPathSetTimesV1Resolver","JournalEntryPortAddAddrV1","JournalEntryPortAddAddrV1Resolver","JournalEntryPortBridgeV1","JournalEntryPortBridgeV1Resolver","JournalEntryPortDelAddrV1","JournalEntryPortDelAddrV1Resolver","JournalEntryPortGatewaySetV1","JournalEntryPortGatewaySetV1Resolver","JournalEntryPortRouteAddV1","JournalEntryPortRouteAddV1Resolver","JournalEntryPortRouteDelV1","JournalEntryPortRouteDelV1Resolver","JournalEntryProcessExitV1","JournalEntryProcessExitV1Resolver","JournalEntryRecordType","JournalEntryRecordTypeResolver","JournalEntryRemoveDirectoryV1","JournalEntryRemoveDirectoryV1Resolver","JournalEntryRenumberFileDescriptorV1","JournalEntryRenumberFileDescriptorV1Resolver","JournalEntrySetClockTimeV1","JournalEntrySetClockTimeV1Resolver","JournalEntrySetThreadV1","JournalEntrySetThreadV1Resolver","JournalEntrySnapshotV1","JournalEntrySnapshotV1Resolver","JournalEntrySocketAcceptedV1","JournalEntrySocketAcceptedV1Resolver","JournalEntrySocketBindV1","JournalEntrySocketBindV1Resolver","JournalEntrySocketConnectedV1","JournalEntrySocketConnectedV1Resolver","JournalEntrySocketJoinIpv4MulticastV1","JournalEntrySocketJoinIpv4MulticastV1Resolver","JournalEntrySocketJoinIpv6MulticastV1","JournalEntrySocketJoinIpv6MulticastV1Resolver","JournalEntrySocketLeaveIpv4MulticastV1","JournalEntrySocketLeaveIpv4MulticastV1Resolver","JournalEntrySocketLeaveIpv6MulticastV1","JournalEntrySocketLeaveIpv6MulticastV1Resolver","JournalEntrySocketListenV1","JournalEntrySocketListenV1Resolver","JournalEntrySocketOpenV1","JournalEntrySocketOpenV1Resolver","JournalEntrySocketSendFileV1","JournalEntrySocketSendFileV1Resolver","JournalEntrySocketSendToV1","JournalEntrySocketSendToV1Resolver","JournalEntrySocketSendV1","JournalEntrySocketSendV1Resolver","JournalEntrySocketSetOptFlagV1","JournalEntrySocketSetOptFlagV1Resolver","JournalEntrySocketSetOptSizeV1","JournalEntrySocketSetOptSizeV1Resolver","JournalEntrySocketSetOptTimeV1","JournalEntrySocketSetOptTimeV1Resolver","JournalEntrySocketShutdownV1","JournalEntrySocketShutdownV1Resolver","JournalEntryTtySetV1","JournalEntryTtySetV1Resolver","JournalEntryUnlinkFileV1","JournalEntryUnlinkFileV1Resolver","JournalEntryUpdateMemoryRegionV1","JournalEntryUpdateMemoryRegionV1Resolver","JournalEpollCtlV1","JournalEpollCtlV1Resolver","JournalEpollEventCtlV1","JournalEpollEventCtlV1Resolver","JournalExitCodeV1","JournalExitCodeV1Resolver","JournalIpCidrV1","JournalIpCidrV1Resolver","JournalPrintingMode","JournalSnapshot0ClockidV1","JournalSnapshot0ClockidV1Resolver","JournalSnapshotTriggerV1","JournalSnapshotTriggerV1Resolver","JournalSocketShutdownV1","JournalSocketShutdownV1Resolver","JournalSockoptionV1","JournalSockoptionV1Resolver","JournalSocktypeV1","JournalSocktypeV1Resolver","JournalStreamSecurityV1","JournalStreamSecurityV1Resolver","JournalThreadStartTypeV1","JournalThreadStartTypeV1Resolver","JournalTimeTypeV1","JournalTimeTypeV1Resolver","JournalWasiMemoryLayout","JournalWasiMemoryLayoutResolver","JournalWhenceV1","JournalWhenceV1Resolver","Json","KeepAlive","KeepAlive","KeepAlive","LastError","LastError","LastError","Linger","Linger","Linger","Linger","Linger","Linger","Linger","Listen","Listen","Listen","Listening","Listening","Listening","LogFileJournal","LogFileJournalRx","LogFileJournalTx","LogReadResult","LogWriteResult","MainThread","MainThread","MainThread","MemFileJournal","Mod","Mod","Mod","Monotonic","Monotonic","Monotonic","MulticastLoopV4","MulticastLoopV4","MulticastLoopV4","MulticastLoopV6","MulticastLoopV6","MulticastLoopV6","MulticastTtlV4","MulticastTtlV4","MulticastTtlV4","NULL_JOURNAL","NoDelay","NoDelay","NoDelay","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","Noop","Noop","Noop","Noreuse","Noreuse","Noreuse","Normal","Normal","Normal","NullJournal","OnlyV6","OnlyV6","OnlyV6","OobInline","OobInline","OobInline","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","Other","Other","Other","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PeriodicInterval","PipeJournal","PipeJournalRx","PipeJournalTx","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PrintingJournal","ProcessCputimeId","ProcessCputimeId","ProcessCputimeId","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","Promiscuous","Promiscuous","Promiscuous","Proto","Proto","Proto","Random","Random","Random","Raw","Raw","Raw","Read","Read","Read","Read","ReadTimeout","ReadTimeout","ReadTimeout","ReadTimeout","ReadableJournal","Realtime","Realtime","Realtime","RecombinedJournal","RecvBufSize","RecvBufSize","RecvBufSize","RecvLowat","RecvLowat","RecvLowat","RecvTimeout","RecvTimeout","RecvTimeout","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","ReuseAddr","ReuseAddr","ReuseAddr","ReusePort","ReusePort","ReusePort","SendBufSize","SendBufSize","SendBufSize","SendLowat","SendLowat","SendLowat","SendTimeout","SendTimeout","SendTimeout","Seqpacket","Seqpacket","Seqpacket","Sequential","Sequential","Sequential","Set","Set","Set","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","Sigalrm","Sigalrm","Sigalrm","Sigalrm","Sigint","Sigint","Sigint","Sigint","Sigstop","Sigstop","Sigstop","Sigstop","Sigtstp","Sigtstp","Sigtstp","Sigtstp","SnapshotTrigger","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJournalEvent","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOptTimeType","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketShutdownHow","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","Stdin","Stdin","Stdin","Stream","Stream","Stream","TcpListen","TcpStream","Text","ThreadCputimeId","ThreadCputimeId","ThreadCputimeId","ThreadSpawn","ThreadSpawn","ThreadSpawn","Timer","Timer","Timer","Ttl","Ttl","Ttl","TtySetV1","TtySetV1","TtySetV1","TtySetV1","TtySetV1","Type","Type","Type","UNSUPPORTED_JOURNAL","UdpSocket","Unencrypted","Unencrypted","Unencrypted","Unix","Unix","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","Unspec","Unspec","Unspec","UnsupportedJournal","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","Willneed","Willneed","Willneed","WritableJournal","Write","Write","Write","Write","WriteTimeout","WriteTimeout","WriteTimeout","WriteTimeout","addr","addr","addr","addr","addr","addr","addr","addr","addr","advice","advice","advice","af","af","af","as_restarted","backlog","backlog","backlog","base64","borrow","borrow","borrow_mut","borrow_mut","buffer","buffer_pos","call_stack","call_stack","call_stack","cidr","cidr","cidr","cidr","cidr","cidr","clock_id","clock_id","clock_id","cols","cols","cols","compacting","compressed_data","compressed_data","compressed_data","concrete","config","config","copied_fd","copied_fd","copied_fd","copy_journal","count","count","count","data","data","data","data","data","data","data","data","data","data1","data1","data1","data2","data2","data2","debug_print","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dirfd","dirfd","dirfd","dirflags","dirflags","dirflags","drop","drop","echo","echo","echo","end","end","end","entry","epfd","epfd","epfd","event","event","event","events","events","events","exit_code","exit_code","exit_code","exit_code","exit_code","exit_code","expires_at","expires_at","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd1","fd1","fd2","fd2","fd2","fd_flags","fd_flags","fd_flags","file","file_fd","file_fd","file_fd","flag","flag","flag","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flush","fmt","fmt","from","from","fs_flags","fs_flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","guard_size","guard_size","guard_size","height","height","height","how","how","how","id","id","id","id","id","id","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","init","init","initial_val","initial_val","initial_val","inner","inner","inner","inner","inner","inner","inner","into","into","into_inner","ip","ip","ip","ip","ip","ip","ip","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","layout","layout","layout","layout_raw","layout_raw","len","len","len","len","len","len","line_buffered","line_buffered","line_buffered","line_feeds","line_feeds","line_feeds","listen_fd","listen_fd","listen_fd","local_addr","local_addr","local_addr","local_addr","local_addr","local_addr","main_path","memory_stack","memory_stack","memory_stack","mode","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","n_cnt","n_size","network","network","network","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","nonblocking","nonblocking","nonblocking","o_flags","o_flags","o_flags","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_flags","old_flags","old_flags","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","op","op","op","opt","opt","opt","opt","opt","opt","original_fd","original_fd","original_fd","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","pointer_metadata","pointer_metadata","preferred_until","preferred_until","preferred_until","prefix","prefix","prefix","pt","pt","pt","ptr","ptr","ptr","read","receiver","record","record_end","record_end","record_size","record_start","record_start","rows","rows","rows","rx","rx","rx","rx","rx","rx","rx","security","security","security","sender","since_epoch","since_epoch","since_epoch","size","size","size","snapshot","socket_fd","socket_fd","socket_fd","split","st_atim","st_atim","st_atim","st_atim","st_atim","st_atim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_size","st_size","st_size","stack_lower","stack_lower","stack_lower","stack_size","stack_size","stack_size","stack_upper","stack_upper","stack_upper","start","start","start","start","start","start","state","state","state","state","state","state","stderr_tty","stderr_tty","stderr_tty","stdin_tty","stdin_tty","stdin_tty","stdout_tty","stdout_tty","stdout_tty","store","store_data","store_data","store_data","temp_path","time","time","time","time","time","time","token","token","token","total_events","total_size","trigger","trigger","trigger","try_from","try_from","try_into","try_into","tx","tx","tx","tx","tx","tx","tx","tx","ty","ty","ty","ty","ty","ty","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","util","via_router","via_router","via_router","vzip","vzip","wasm_hash","wasm_hash","wasm_hash","whence","whence","whence","width","width","width","write","start_ptr","addr","addr","addr","advice","af","backlog","call_stack","cidr","cidr","clock_id","compressed_data","copied_fd","count","data","data","data","dirfd","dirflags","epfd","event","exit_code","exit_code","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd2","fd_flags","file_fd","flag","flags","flags","flags","flags","flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","how","id","id","iface","iface","iface","iface","initial_val","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","layout","len","len","line_feeds","listen_fd","local_addr","local_addr","memory_stack","multi_addr","multi_addr","multi_addr","multiaddr","network","new_fd","new_fd","new_fd","new_path","new_path","new_path","non_blocking","o_flags","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_flags","old_path","old_path","old_path","op","opt","opt","original_fd","path","path","path","path","path","path","peer_addr","peer_addr","preferred_until","pt","region","security","size","socket_fd","st_atim","st_atim","st_mtim","st_mtim","st_size","start","store_data","time","time","token","trigger","tty","ty","ty","via_router","wasm_hash","when","whence","start_ptr","start_ptr","addr","listen_addr","local_addr","local_addr","peer_addr","peer_addr","reuse_addr","reuse_addr","reuse_port","reuse_port","deserialize","serialize","aligned_cow_str","aligned_cow_vec","arc","archived","archived_from","boxed","buffered","compacting","compacting_log_file","counting","filter","log_file","mem_file","null","pipe","printing","recombined","unsupported","ALIGNMENT","AlignedCowStr","__clone_box","as_component_extern_name","as_ref","as_slice","borrow","borrow_mut","clone","clone_into","default","deref","deref","deref_mut","deserialize","drop","fmt","from","from","from","init","inner","into","into","into","into_inner","is_empty","layout_raw","len","pointer_metadata","resolve","resolve_metadata","serialize","serialize_metadata","serialize_unsized","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","ALIGNMENT","AlignedCowVec","__clone_box","as_mut","as_ref","as_slice","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","drop","encode_hex","encode_hex_upper","fmt","from","from","from","init","inner","into","into","into","into_inner","is_empty","layout_raw","len","len_with_padding","pointer_metadata","resolve","resolve_metadata","serialize","serialize_metadata","serialize_unsized","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","Add","Add","Add","AnyEncryption","AnyEncryption","AnyEncryption","ArchivedJournalAddressfamilyV1","ArchivedJournalAdviceV1","ArchivedJournalEntry","ArchivedJournalEntryChangeDirectoryV1","ArchivedJournalEntryClearEtherealV1","ArchivedJournalEntryCloseFileDescriptorV1","ArchivedJournalEntryCloseThreadV1","ArchivedJournalEntryCreateDirectoryV1","ArchivedJournalEntryCreateEventV1","ArchivedJournalEntryCreateHardLinkV1","ArchivedJournalEntryCreatePipeV1","ArchivedJournalEntryCreateSymbolicLinkV1","ArchivedJournalEntryDuplicateFileDescriptorV1","ArchivedJournalEntryEpollCreateV1","ArchivedJournalEntryEpollCtlV1","ArchivedJournalEntryFileDescriptorAdviseV1","ArchivedJournalEntryFileDescriptorAllocateV1","ArchivedJournalEntryFileDescriptorSeekV1","ArchivedJournalEntryFileDescriptorSetFlagsV1","ArchivedJournalEntryFileDescriptorSetRightsV1","ArchivedJournalEntryFileDescriptorSetSizeV1","ArchivedJournalEntryFileDescriptorSetTimesV1","ArchivedJournalEntryFileDescriptorWriteV1","ArchivedJournalEntryHeader","ArchivedJournalEntryInitModuleV1","ArchivedJournalEntryOpenFileDescriptorV1","ArchivedJournalEntryPathRenameV1","ArchivedJournalEntryPathSetTimesV1","ArchivedJournalEntryPortAddAddrV1","ArchivedJournalEntryPortBridgeV1","ArchivedJournalEntryPortDelAddrV1","ArchivedJournalEntryPortGatewaySetV1","ArchivedJournalEntryPortRouteAddV1","ArchivedJournalEntryPortRouteDelV1","ArchivedJournalEntryProcessExitV1","ArchivedJournalEntryRecordType","ArchivedJournalEntryRemoveDirectoryV1","ArchivedJournalEntryRenumberFileDescriptorV1","ArchivedJournalEntrySetClockTimeV1","ArchivedJournalEntrySetThreadV1","ArchivedJournalEntrySnapshotV1","ArchivedJournalEntrySocketAcceptedV1","ArchivedJournalEntrySocketBindV1","ArchivedJournalEntrySocketConnectedV1","ArchivedJournalEntrySocketJoinIpv4MulticastV1","ArchivedJournalEntrySocketJoinIpv6MulticastV1","ArchivedJournalEntrySocketLeaveIpv4MulticastV1","ArchivedJournalEntrySocketLeaveIpv6MulticastV1","ArchivedJournalEntrySocketListenV1","ArchivedJournalEntrySocketOpenV1","ArchivedJournalEntrySocketSendFileV1","ArchivedJournalEntrySocketSendToV1","ArchivedJournalEntrySocketSendV1","ArchivedJournalEntrySocketSetOptFlagV1","ArchivedJournalEntrySocketSetOptSizeV1","ArchivedJournalEntrySocketSetOptTimeV1","ArchivedJournalEntrySocketShutdownV1","ArchivedJournalEntryTtySetV1","ArchivedJournalEntryUnlinkFileV1","ArchivedJournalEntryUpdateMemoryRegionV1","ArchivedJournalEpollCtlV1","ArchivedJournalEpollEventCtlV1","ArchivedJournalExitCodeV1","ArchivedJournalIpCidrV1","ArchivedJournalSnapshot0ClockidV1","ArchivedJournalSnapshotTriggerV1","ArchivedJournalSocketShutdownV1","ArchivedJournalSockoptionV1","ArchivedJournalSocktypeV1","ArchivedJournalStreamSecurityV1","ArchivedJournalThreadStartTypeV1","ArchivedJournalTimeTypeV1","ArchivedJournalWasiMemoryLayout","ArchivedJournalWhenceV1","BindTimeout","BindTimeout","BindTimeout","Bootstrap","Bootstrap","Bootstrap","Both","Both","Both","Broadcast","Broadcast","Broadcast","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ClassicEncryption","ClassicEncryption","ClassicEncryption","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","Cur","Cur","Cur","Del","Del","Del","Dgram","Dgram","Dgram","DontRoute","DontRoute","DontRoute","Dontneed","Dontneed","Dontneed","DoubleEncryption","DoubleEncryption","DoubleEncryption","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","End","End","End","Environ","Environ","Environ","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","Errno","Errno","Errno","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","Idle","Idle","Idle","Inet4","Inet4","Inet4","Inet6","Inet6","Inet6","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","JOURNAL_MAGIC_NUMBER","JOURNAL_MAGIC_NUMBER_BYTES","JournalAddressfamilyV1","JournalAddressfamilyV1Resolver","JournalAdviceV1","JournalAdviceV1Resolver","JournalEntryChangeDirectoryV1","JournalEntryChangeDirectoryV1Resolver","JournalEntryClearEtherealV1","JournalEntryClearEtherealV1Resolver","JournalEntryCloseFileDescriptorV1","JournalEntryCloseFileDescriptorV1Resolver","JournalEntryCloseThreadV1","JournalEntryCloseThreadV1Resolver","JournalEntryCreateDirectoryV1","JournalEntryCreateDirectoryV1Resolver","JournalEntryCreateEventV1","JournalEntryCreateEventV1Resolver","JournalEntryCreateHardLinkV1","JournalEntryCreateHardLinkV1Resolver","JournalEntryCreatePipeV1","JournalEntryCreatePipeV1Resolver","JournalEntryCreateSymbolicLinkV1","JournalEntryCreateSymbolicLinkV1Resolver","JournalEntryDuplicateFileDescriptorV1","JournalEntryDuplicateFileDescriptorV1Resolver","JournalEntryEpollCreateV1","JournalEntryEpollCreateV1Resolver","JournalEntryEpollCtlV1","JournalEntryEpollCtlV1Resolver","JournalEntryFileDescriptorAdviseV1","JournalEntryFileDescriptorAdviseV1Resolver","JournalEntryFileDescriptorAllocateV1","JournalEntryFileDescriptorAllocateV1Resolver","JournalEntryFileDescriptorSeekV1","JournalEntryFileDescriptorSeekV1Resolver","JournalEntryFileDescriptorSetFlagsV1","JournalEntryFileDescriptorSetFlagsV1Resolver","JournalEntryFileDescriptorSetRightsV1","JournalEntryFileDescriptorSetRightsV1Resolver","JournalEntryFileDescriptorSetSizeV1","JournalEntryFileDescriptorSetSizeV1Resolver","JournalEntryFileDescriptorSetTimesV1","JournalEntryFileDescriptorSetTimesV1Resolver","JournalEntryFileDescriptorWriteV1","JournalEntryFileDescriptorWriteV1Resolver","JournalEntryHeader","JournalEntryHeaderResolver","JournalEntryInitModuleV1","JournalEntryInitModuleV1Resolver","JournalEntryOpenFileDescriptorV1","JournalEntryOpenFileDescriptorV1Resolver","JournalEntryPathRenameV1","JournalEntryPathRenameV1Resolver","JournalEntryPathSetTimesV1","JournalEntryPathSetTimesV1Resolver","JournalEntryPortAddAddrV1","JournalEntryPortAddAddrV1Resolver","JournalEntryPortBridgeV1","JournalEntryPortBridgeV1Resolver","JournalEntryPortDelAddrV1","JournalEntryPortDelAddrV1Resolver","JournalEntryPortGatewaySetV1","JournalEntryPortGatewaySetV1Resolver","JournalEntryPortRouteAddV1","JournalEntryPortRouteAddV1Resolver","JournalEntryPortRouteDelV1","JournalEntryPortRouteDelV1Resolver","JournalEntryProcessExitV1","JournalEntryProcessExitV1Resolver","JournalEntryRecordType","JournalEntryRecordTypeResolver","JournalEntryRemoveDirectoryV1","JournalEntryRemoveDirectoryV1Resolver","JournalEntryRenumberFileDescriptorV1","JournalEntryRenumberFileDescriptorV1Resolver","JournalEntrySetClockTimeV1","JournalEntrySetClockTimeV1Resolver","JournalEntrySetThreadV1","JournalEntrySetThreadV1Resolver","JournalEntrySnapshotV1","JournalEntrySnapshotV1Resolver","JournalEntrySocketAcceptedV1","JournalEntrySocketAcceptedV1Resolver","JournalEntrySocketBindV1","JournalEntrySocketBindV1Resolver","JournalEntrySocketConnectedV1","JournalEntrySocketConnectedV1Resolver","JournalEntrySocketJoinIpv4MulticastV1","JournalEntrySocketJoinIpv4MulticastV1Resolver","JournalEntrySocketJoinIpv6MulticastV1","JournalEntrySocketJoinIpv6MulticastV1Resolver","JournalEntrySocketLeaveIpv4MulticastV1","JournalEntrySocketLeaveIpv4MulticastV1Resolver","JournalEntrySocketLeaveIpv6MulticastV1","JournalEntrySocketLeaveIpv6MulticastV1Resolver","JournalEntrySocketListenV1","JournalEntrySocketListenV1Resolver","JournalEntrySocketOpenV1","JournalEntrySocketOpenV1Resolver","JournalEntrySocketSendFileV1","JournalEntrySocketSendFileV1Resolver","JournalEntrySocketSendToV1","JournalEntrySocketSendToV1Resolver","JournalEntrySocketSendV1","JournalEntrySocketSendV1Resolver","JournalEntrySocketSetOptFlagV1","JournalEntrySocketSetOptFlagV1Resolver","JournalEntrySocketSetOptSizeV1","JournalEntrySocketSetOptSizeV1Resolver","JournalEntrySocketSetOptTimeV1","JournalEntrySocketSetOptTimeV1Resolver","JournalEntrySocketShutdownV1","JournalEntrySocketShutdownV1Resolver","JournalEntryTtySetV1","JournalEntryTtySetV1Resolver","JournalEntryUnlinkFileV1","JournalEntryUnlinkFileV1Resolver","JournalEntryUpdateMemoryRegionV1","JournalEntryUpdateMemoryRegionV1Resolver","JournalEpollCtlV1","JournalEpollCtlV1Resolver","JournalEpollEventCtlV1","JournalEpollEventCtlV1Resolver","JournalExitCodeV1","JournalExitCodeV1Resolver","JournalIpCidrV1","JournalIpCidrV1Resolver","JournalSnapshot0ClockidV1","JournalSnapshot0ClockidV1Resolver","JournalSnapshotTriggerV1","JournalSnapshotTriggerV1Resolver","JournalSocketShutdownV1","JournalSocketShutdownV1Resolver","JournalSockoptionV1","JournalSockoptionV1Resolver","JournalSocktypeV1","JournalSocktypeV1Resolver","JournalStreamSecurityV1","JournalStreamSecurityV1Resolver","JournalThreadStartTypeV1","JournalThreadStartTypeV1Resolver","JournalTimeTypeV1","JournalTimeTypeV1Resolver","JournalWasiMemoryLayout","JournalWasiMemoryLayoutResolver","JournalWhenceV1","JournalWhenceV1Resolver","KeepAlive","KeepAlive","KeepAlive","LastError","LastError","LastError","Linger","Linger","Linger","Linger","Linger","Linger","Listen","Listen","Listen","Listening","Listening","Listening","MainThread","MainThread","MainThread","Mod","Mod","Mod","Monotonic","Monotonic","Monotonic","MulticastLoopV4","MulticastLoopV4","MulticastLoopV4","MulticastLoopV6","MulticastLoopV6","MulticastLoopV6","MulticastTtlV4","MulticastTtlV4","MulticastTtlV4","NoDelay","NoDelay","NoDelay","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","Noop","Noop","Noop","Noreuse","Noreuse","Noreuse","Normal","Normal","Normal","OnlyV6","OnlyV6","OnlyV6","OobInline","OobInline","OobInline","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","Other","Other","Other","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","ProcessCputimeId","ProcessCputimeId","ProcessCputimeId","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","Promiscuous","Promiscuous","Promiscuous","Proto","Proto","Proto","Random","Random","Random","Raw","Raw","Raw","Read","Read","Read","ReadTimeout","ReadTimeout","ReadTimeout","Realtime","Realtime","Realtime","RecvBufSize","RecvBufSize","RecvBufSize","RecvLowat","RecvLowat","RecvLowat","RecvTimeout","RecvTimeout","RecvTimeout","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","ReuseAddr","ReuseAddr","ReuseAddr","ReusePort","ReusePort","ReusePort","SendBufSize","SendBufSize","SendBufSize","SendLowat","SendLowat","SendLowat","SendTimeout","SendTimeout","SendTimeout","Seqpacket","Seqpacket","Seqpacket","Sequential","Sequential","Sequential","Set","Set","Set","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","Sigalrm","Sigalrm","Sigalrm","Sigint","Sigint","Sigint","Sigstop","Sigstop","Sigstop","Sigtstp","Sigtstp","Sigtstp","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","Stdin","Stdin","Stdin","Stream","Stream","Stream","ThreadCputimeId","ThreadCputimeId","ThreadCputimeId","ThreadSpawn","ThreadSpawn","ThreadSpawn","Timer","Timer","Timer","Ttl","Ttl","Ttl","TtySetV1","TtySetV1","TtySetV1","TtySetV1","Type","Type","Type","Unencrypted","Unencrypted","Unencrypted","Unix","Unix","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","Unspec","Unspec","Unspec","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","Willneed","Willneed","Willneed","Write","Write","Write","WriteTimeout","WriteTimeout","WriteTimeout","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","addr","addr","addr","addr","addr","addr","addr","addr","addr","advice","advice","advice","af","af","af","backlog","backlog","backlog","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call_stack","call_stack","call_stack","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","cidr","cidr","cidr","cidr","cidr","cidr","clock_id","clock_id","clock_id","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","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","cols","cols","cols","compare","compare","compare","compare","compare","compare","compare","compare","compare","compressed_data","compressed_data","compressed_data","copied_fd","copied_fd","copied_fd","count","count","count","data","data","data","data","data","data","data","data","data","data1","data1","data1","data2","data2","data2","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_archive","dirfd","dirfd","dirfd","dirflags","dirflags","dirflags","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","echo","echo","echo","end","end","end","epfd","epfd","epfd","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","event","event","event","events","events","events","exit_code","exit_code","exit_code","exit_code","exit_code","exit_code","expires_at","expires_at","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd1","fd1","fd2","fd2","fd2","fd_flags","fd_flags","fd_flags","file_fd","file_fd","file_fd","flag","flag","flag","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","fs_flags","fs_flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","guard_size","guard_size","guard_size","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","height","height","height","how","how","how","id","id","id","id","id","id","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initial_val","initial_val","initial_val","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","ip","ip","ip","ip","ip","ip","ip","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","layout","layout","layout","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","line_buffered","line_buffered","line_buffered","line_feeds","line_feeds","line_feeds","listen_fd","listen_fd","listen_fd","local_addr","local_addr","local_addr","local_addr","local_addr","local_addr","memory_stack","memory_stack","memory_stack","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","network","network","network","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","nonblocking","nonblocking","nonblocking","o_flags","o_flags","o_flags","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_flags","old_flags","old_flags","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","op","op","op","opt","opt","opt","opt","opt","opt","original_fd","original_fd","original_fd","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preferred_until","preferred_until","preferred_until","prefix","prefix","prefix","pt","pt","pt","ptr","ptr","ptr","record_size","record_size","record_size","record_type","record_type","record_type","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","rows","rows","rows","security","security","security","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","since_epoch","since_epoch","since_epoch","size","size","size","socket_fd","socket_fd","socket_fd","st_atim","st_atim","st_atim","st_atim","st_atim","st_atim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_size","st_size","st_size","stack_lower","stack_lower","stack_lower","stack_size","stack_size","stack_size","stack_upper","stack_upper","stack_upper","start","start","start","start","start","start","stderr_tty","stderr_tty","stderr_tty","stdin_tty","stdin_tty","stdin_tty","stdout_tty","stdout_tty","stdout_tty","store_data","store_data","store_data","time","time","time","time","time","time","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","token","token","token","trigger","trigger","trigger","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","via_router","via_router","via_router","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasm_hash","wasm_hash","wasm_hash","whence","whence","whence","width","width","width","start_ptr","start_ptr","start_ptr","BufferedJournal","BufferedJournalRx","BufferedJournalTx","State","__clone_box","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","flush","flush","fmt","fmt","fmt","fmt","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","offset","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","records","rx","split","state","state","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","write","write","CompactResult","CompactingJournal","CompactingJournalRx","CompactingJournalTx","DescriptorLookup","Fd","MemoryRange","State","StateDescriptor","__clone_box","__clone_box","__clone_box","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","chdir","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","compact_to","compact_to","compacting","compare","compare","create_directory","create_filter","create_filter","create_trunc_file","default","default","delta_list","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","descriptor_seed","descriptors","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","end","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","event_index","events","flush","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","get_hash","get_hash","hash","hash","init","init","init","init","init","init","init","init","inner","inner_rx","inner_tx","into","into","into","into","into","into","into","into","into_split","keep_descriptors","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","memory_map","modify_file","new","open_pipes","open_sockets","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","remove_directory","replace_inner","replace_inner","rx","snapshots","split","start","state","stdio_descriptors","suspect_descriptors","swap","swap_inner","thread_map","to_owned","to_owned","to_owned","total_events","total_size","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tty","tx","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unlink_file","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","whitelist","write","write","write_map","CompactingLogFileJournal","CompactingLogFileJournalRx","CompactingLogFileJournalTx","State","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cnt_records","cnt_size","compact_now","compact_now","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","flush","flush","fmt","fmt","fmt","fmt","from","from","from","from","init","init","init","init","inner","inner","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","main_path","new","on_drop","on_factor_size","on_n_records","on_n_size","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","ref_size","reset_counters","rx","split","state","state","swap_inner","temp_path","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","with_compact_on_drop","with_compact_on_factor_size","with_compact_on_n_records","with_compact_on_n_size","write","write","CountingJournal","__clone_box","as_restarted","borrow","borrow_mut","clone","clone_into","cnt","default","deref","deref_mut","deserialize","drop","flush","fmt","from","init","into","layout_raw","n_cnt","n_size","pointer_metadata","read","size","split","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","write","FilteredJournal","FilteredJournalBuilder","FilteredJournalConfig","FilteredJournalRx","FilteredJournalTx","__clone_box","add_event_to_whitelist","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone_into","clone_with_inner","config","config","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","event_index","filter_core","filter_events","filter_fs","filter_memory","filter_net","filter_snapshots","filter_stdio","filter_threads","flush","flush","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","init","init","init","init","init","inner","inner","into","into","into","into","into","into_inner","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","rx","set_ignore_core","set_ignore_fs","set_ignore_memory","set_ignore_networking","set_ignore_snapshots","set_ignore_stdio","set_ignore_threads","split","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","with_filter_events","with_ignore_core","with_ignore_fs","with_ignore_memory","with_ignore_networking","with_ignore_snapshots","with_ignore_stdio","with_ignore_threads","write","write","LogFileJournal","LogFileJournalRx","LogFileJournalTx","TxState","__clone_box","as_restarted","as_restarted","as_rx","backing_store","backing_store","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buffer","buffer_pos","clone","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","file","flush","flush","fmt","fmt","fmt","fmt","from","from","from","from","from_buffer","from_file","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","new","owned_buffer","owned_buffer","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","rx","serializer","split","state","store","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx","tx","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","write","write","MemFileJournal","__clone_box","as_restarted","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","drop","file","flush","fmt","from","init","into","layout_raw","new","pointer_metadata","read","split","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","write","NULL_JOURNAL","NullJournal","as_restarted","borrow","borrow_mut","debug_print","default","deref","deref_mut","deserialize","drop","flush","fmt","from","init","into","layout_raw","pointer_metadata","read","split","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","write","PipeJournal","PipeJournalRx","PipeJournalTx","SenderState","as_restarted","as_restarted","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","channel","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","flush","flush","fmt","fmt","fmt","fmt","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","offset","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","read","read","receiver","rx","sender","sender","split","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tx","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","write","write","JournalPrintingMode","Json","PrintingJournal","Text","as_restarted","borrow","borrow","borrow_mut","borrow_mut","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","flush","fmt","fmt","from","from","init","init","into","into","layout_raw","layout_raw","mode","new","pointer_metadata","pointer_metadata","read","split","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","write","RecombinedJournal","as_restarted","borrow","borrow_mut","deref","deref_mut","deserialize","drop","flush","from","init","into","layout_raw","new","pointer_metadata","read","rx","split","try_from","try_into","tx","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","write","UNSUPPORTED_JOURNAL","UnsupportedJournal","as_restarted","borrow","borrow_mut","default","deref","deref_mut","deserialize","drop","flush","fmt","from","init","into","layout_raw","pointer_metadata","read","split","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","write","AcceptTimeout","BindTimeout","Both","ChangeDirectoryV1","ClearEtherealV1","CloseFileDescriptorV1","CloseThreadV1","ConnectTimeout","CreateDirectoryV1","CreateEventV1","CreateHardLinkV1","CreatePipeV1","CreateSymbolicLinkV1","DuplicateFileDescriptorV1","EpollCreateV1","EpollCtlV1","Fd","FileDescriptorAdviseV1","FileDescriptorAllocateV1","FileDescriptorSeekV1","FileDescriptorSetFlagsV1","FileDescriptorSetRightsV1","FileDescriptorSetSizeV1","FileDescriptorSetTimesV1","FileDescriptorWriteV1","Icmp","InitModuleV1","JournalEntry","Linger","OpenFileDescriptorV1","PathRenameV1","PathSetTimesV1","PortAddAddrV1","PortAddrClearV1","PortBridgeV1","PortDelAddrV1","PortDhcpAcquireV1","PortGatewaySetV1","PortRouteAddV1","PortRouteClearV1","PortRouteDelV1","PortUnbridgeV1","ProcessExitV1","Read","ReadTimeout","RemoveDirectoryV1","RenumberFileDescriptorV1","SetClockTimeV1","SetThreadV1","SnapshotV1","SocketAcceptedV1","SocketBindV1","SocketConnectedV1","SocketJoinIpv4MulticastV1","SocketJoinIpv6MulticastV1","SocketJournalEvent","SocketLeaveIpv4MulticastV1","SocketLeaveIpv6MulticastV1","SocketListenV1","SocketOpenV1","SocketOptTimeType","SocketSendFileV1","SocketSendToV1","SocketSendV1","SocketSetOptFlagV1","SocketSetOptSizeV1","SocketSetOptTimeV1","SocketShutdownHow","SocketShutdownV1","TcpListen","TcpStream","TtySetV1","UdpSocket","UnlinkFileV1","UpdateMemoryRegionV1","Write","WriteTimeout","__clone_box","__clone_box","__clone_box","__clone_box","archive_record_type","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","estimate_size","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","get_hash","get_hash","hash","hash","init","init","init","init","into","into","into","into","into_owned","layout_raw","layout_raw","layout_raw","layout_raw","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","serialize","serialize","serialize","serialize","serialize_archive","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","addr","addr","addr","advice","af","backlog","call_stack","cidr","cidr","clock_id","compressed_data","copied_fd","count","data","data","data","dirfd","dirflags","epfd","event","exit_code","exit_code","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd2","fd_flags","file_fd","flag","flags","flags","flags","flags","flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","how","id","id","iface","iface","iface","iface","initial_val","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","layout","len","len","line_feeds","listen_fd","local_addr","local_addr","memory_stack","multi_addr","multi_addr","multi_addr","multiaddr","network","new_fd","new_fd","new_fd","new_path","new_path","new_path","non_blocking","o_flags","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_flags","old_path","old_path","old_path","op","opt","opt","original_fd","path","path","path","path","path","path","peer_addr","peer_addr","preferred_until","pt","region","security","size","socket_fd","st_atim","st_atim","st_mtim","st_mtim","st_size","start","store_data","time","time","token","trigger","tty","ty","ty","via_router","wasm_hash","when","whence","addr","listen_addr","local_addr","local_addr","peer_addr","peer_addr","reuse_addr","reuse_addr","reuse_port","reuse_port","Bootstrap","DEFAULT_SNAPSHOT_TRIGGERS","FirstEnviron","FirstListen","FirstSigint","FirstStdin","Idle","NonDeterministicCall","PeriodicInterval","Sigalrm","Sigint","Sigstop","Sigtstp","SnapshotTrigger","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","deserialize","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from_str","get_hash","hash","init","into","layout_raw","only_once","partial_cmp","pointer_metadata","serialize","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","copy_journal"],"q":[[0,"wasmer_journal"],[1478,"wasmer_journal::ArchivedJournalThreadStartTypeV1"],[1479,"wasmer_journal::JournalEntry"],[1635,"wasmer_journal::JournalThreadStartTypeV1"],[1636,"wasmer_journal::JournalThreadStartTypeV1Resolver"],[1637,"wasmer_journal::SocketJournalEvent"],[1647,"wasmer_journal::base64"],[1649,"wasmer_journal::concrete"],[1667,"wasmer_journal::concrete::aligned_cow_str"],[1713,"wasmer_journal::concrete::aligned_cow_vec"],[1762,"wasmer_journal::concrete::archived"],[8086,"wasmer_journal::concrete::archived::ArchivedJournalThreadStartTypeV1"],[8087,"wasmer_journal::concrete::archived::JournalThreadStartTypeV1"],[8088,"wasmer_journal::concrete::archived::JournalThreadStartTypeV1Resolver"],[8089,"wasmer_journal::concrete::buffered"],[8202,"wasmer_journal::concrete::compacting"],[8474,"wasmer_journal::concrete::compacting_log_file"],[8600,"wasmer_journal::concrete::counting"],[8637,"wasmer_journal::concrete::filter"],[8803,"wasmer_journal::concrete::log_file"],[8925,"wasmer_journal::concrete::mem_file"],[8960,"wasmer_journal::concrete::null"],[8991,"wasmer_journal::concrete::pipe"],[9099,"wasmer_journal::concrete::printing"],[9156,"wasmer_journal::concrete::recombined"],[9183,"wasmer_journal::concrete::unsupported"],[9213,"wasmer_journal::entry"],[9435,"wasmer_journal::entry::JournalEntry"],[9591,"wasmer_journal::entry::SocketJournalEvent"],[9601,"wasmer_journal::snapshot"],[9657,"wasmer_journal::util"],[9658,"alloc::boxed"],[9659,"anyhow"],[9660,"rkyv::with"],[9661,"core::result"],[9662,"core::fmt"],[9663,"core::fmt"],[9664,"core::alloc::layout"],[9665,"core::any"],[9666,"alloc::alloc"],[9667,"core::any"],[9668,"serde::de"],[9669,"serde::ser"],[9670,"dyn_clone::sealed"],[9671,"wasm_encoder::component::imports"],[9672,"alloc::string"],[9673,"rkyv::ser"],[9674,"rkyv::ser"],[9675,"core::clone"],[9676,"core::iter::traits::collect"],[9677,"alloc::vec"],[9678,"bytecheck"],[9679,"bytecheck"],[9680,"wasmer_wasix_types::wasi::bindings"],[9681,"wasmer_wasix_types::wasi::bindings"],[9682,"wasmer_wasix_types::wasi::wasix_manual"],[9683,"wasmer_wasix_types::wasi::wasix_manual"],[9684,"wasmer_wasix_types::wasix"],[9685,"core::hash"],[9686,"num_enum"],[9687,"core::ops::range"],[9688,"std::path"],[9689,"core::convert"],[9690,"std::collections::hash::set"],[9691,"virtual_fs::mem_fs::offloaded_file"],[9692,"shared_buffer::owned"],[9693,"std::fs"],[9694,"std::net"]],"d":["The resolver for JournalSockoptionV1::AcceptTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::AcceptTimeout","The archived counterpart of …","","","The resolver for JournalEpollCtlV1::Add","The archived counterpart of JournalEpollCtlV1::Add","","","An aligned COW vector of bytes which avoids copying data …","The resolver for JournalStreamSecurityV1::AnyEncryption","The archived counterpart of …","","An archived JournalAddressfamilyV1","An archived JournalAdviceV1","","An archived JournalEntryChangeDirectoryV1","An archived JournalEntryClearEtherealV1","An archived JournalEntryCloseFileDescriptorV1","An archived JournalEntryCloseThreadV1","An archived JournalEntryCreateDirectoryV1","An archived JournalEntryCreateEventV1","An archived JournalEntryCreateHardLinkV1","An archived JournalEntryCreatePipeV1","An archived JournalEntryCreateSymbolicLinkV1","An archived JournalEntryDuplicateFileDescriptorV1","An archived JournalEntryEpollCreateV1","An archived JournalEntryEpollCtlV1","An archived JournalEntryFileDescriptorAdviseV1","An archived JournalEntryFileDescriptorAllocateV1","An archived JournalEntryFileDescriptorSeekV1","An archived JournalEntryFileDescriptorSetFlagsV1","An archived JournalEntryFileDescriptorSetRightsV1","An archived JournalEntryFileDescriptorSetSizeV1","An archived JournalEntryFileDescriptorSetTimesV1","An archived JournalEntryFileDescriptorWriteV1","An archived JournalEntryInitModuleV1","An archived JournalEntryOpenFileDescriptorV1","An archived JournalEntryPathRenameV1","An archived JournalEntryPathSetTimesV1","An archived JournalEntryPortAddAddrV1","An archived JournalEntryPortBridgeV1","An archived JournalEntryPortDelAddrV1","An archived JournalEntryPortGatewaySetV1","An archived JournalEntryPortRouteAddV1","An archived JournalEntryPortRouteDelV1","An archived JournalEntryProcessExitV1","An archived JournalEntryRecordType","An archived JournalEntryRemoveDirectoryV1","An archived JournalEntryRenumberFileDescriptorV1","An archived JournalEntrySetClockTimeV1","An archived JournalEntrySetThreadV1","An archived JournalEntrySnapshotV1","An archived JournalEntrySocketAcceptedV1","An archived JournalEntrySocketBindV1","An archived JournalEntrySocketConnectedV1","An archived JournalEntrySocketJoinIpv4MulticastV1","An archived JournalEntrySocketJoinIpv6MulticastV1","An archived JournalEntrySocketLeaveIpv4MulticastV1","An archived JournalEntrySocketLeaveIpv6MulticastV1","An archived JournalEntrySocketListenV1","An archived JournalEntrySocketOpenV1","An archived JournalEntrySocketSendFileV1","An archived JournalEntrySocketSendToV1","An archived JournalEntrySocketSendV1","An archived JournalEntrySocketSetOptFlagV1","An archived JournalEntrySocketSetOptSizeV1","An archived JournalEntrySocketSetOptTimeV1","An archived JournalEntrySocketShutdownV1","An archived JournalEntryTtySetV1","An archived JournalEntryUnlinkFileV1","An archived JournalEntryUpdateMemoryRegionV1","An archived JournalEpollCtlV1","An archived JournalEpollEventCtlV1","An archived JournalExitCodeV1","An archived JournalIpCidrV1","An archived JournalSnapshot0ClockidV1","An archived JournalSnapshotTriggerV1","An archived JournalSocketShutdownV1","An archived JournalSockoptionV1","An archived JournalSocktypeV1","An archived JournalStreamSecurityV1","An archived JournalThreadStartTypeV1","An archived JournalTimeTypeV1","An archived JournalWasiMemoryLayout","An archived JournalWhenceV1","The resolver for JournalTimeTypeV1::BindTimeout","The archived counterpart of JournalTimeTypeV1::BindTimeout","","","The resolver for JournalSnapshotTriggerV1::Bootstrap","The archived counterpart of …","","Bootstrapping process","The resolver for JournalSocketShutdownV1::Both","The archived counterpart of JournalSocketShutdownV1::Both","","","The resolver for JournalSockoptionV1::Broadcast","The archived counterpart of JournalSockoptionV1::Broadcast","","","","","","The resolver for JournalEntryRecordType::ChangeDirectoryV1","The archived counterpart of …","","","The resolver for JournalStreamSecurityV1::ClassicEncryption","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ClearEtherealV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CloseThreadV1","The archived counterpart of …","","","Represents the results of a compaction operation","","","Deduplicates memory and stacks to reduce the number of …","","","","The resolver for JournalSockoptionV1::ConnectTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::ConnectTimeout","The archived counterpart of …","","","Journal that counts the size of the entries that are …","","The resolver for JournalEntryRecordType::CreateDirectoryV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreateEventV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreateHardLinkV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreatePipeV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalWhenceV1::Cur","The archived counterpart of JournalWhenceV1::Cur","","","The resolver for JournalEpollCtlV1::Del","The archived counterpart of JournalEpollCtlV1::Del","","The resolver for JournalSocktypeV1::Dgram","The archived counterpart of JournalSocktypeV1::Dgram","","The resolver for JournalSockoptionV1::DontRoute","The archived counterpart of JournalSockoptionV1::DontRoute","","The resolver for JournalAdviceV1::Dontneed","The archived counterpart of JournalAdviceV1::Dontneed","","The resolver for JournalStreamSecurityV1::DoubleEncryption","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","","","","The resolver for JournalWhenceV1::End","The archived counterpart of JournalWhenceV1::End","","The resolver for JournalSnapshotTriggerV1::Environ","The archived counterpart of …","","","The resolver for JournalEntryRecordType::EpollCreateV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::EpollCtlV1","The archived counterpart of …","","","The resolver for JournalExitCodeV1::Errno","The archived counterpart of JournalExitCodeV1::Errno","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","Filters out a specific set of journal events and drops the …","Constructs a filter with a set of parameters that will be …","","","Triggered on reading the environment variables for the …","Triggered when a listen syscall is invoked on a socket for …","Issued on the first interrupt signal (Ctrl + C) the …","Triggered when the process reads stdin for the first time","","The resolver for JournalSnapshotTriggerV1::Idle","The archived counterpart of JournalSnapshotTriggerV1::Idle","","Triggered when all the threads in the process goes idle","The resolver for JournalAddressfamilyV1::Inet4","The archived counterpart of JournalAddressfamilyV1::Inet4","","The resolver for JournalAddressfamilyV1::Inet6","The archived counterpart of JournalAddressfamilyV1::Inet6","","","The resolver for JournalEntryRecordType::InitModuleV1","The archived counterpart of …","","","","","The snapshot capturer will take a series of objects that …","","The resolver for an archived JournalAddressfamilyV1","","The resolver for an archived JournalAdviceV1","Represents a log entry in a snapshot log stream that …","","The resolver for an archived JournalEntryChangeDirectoryV1","","The resolver for an archived JournalEntryClearEtherealV1","","The resolver for an archived …","","The resolver for an archived JournalEntryCloseThreadV1","","The resolver for an archived JournalEntryCreateDirectoryV1","","The resolver for an archived JournalEntryCreateEventV1","","The resolver for an archived JournalEntryCreateHardLinkV1","","The resolver for an archived JournalEntryCreatePipeV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntryEpollCreateV1","","The resolver for an archived JournalEntryEpollCtlV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","WARNING!!!! Do not change this structure without updating …","The resolver for an archived …","","The resolver for an archived JournalEntryInitModuleV1","","The resolver for an archived …","","The resolver for an archived JournalEntryPathRenameV1","","The resolver for an archived JournalEntryPathSetTimesV1","","The resolver for an archived JournalEntryPortAddAddrV1","","The resolver for an archived JournalEntryPortBridgeV1","","The resolver for an archived JournalEntryPortDelAddrV1","","The resolver for an archived JournalEntryPortGatewaySetV1","","The resolver for an archived JournalEntryPortRouteAddV1","","The resolver for an archived JournalEntryPortRouteDelV1","","The resolver for an archived JournalEntryProcessExitV1","","The resolver for an archived JournalEntryRecordType","","The resolver for an archived JournalEntryRemoveDirectoryV1","","The resolver for an archived …","","The resolver for an archived JournalEntrySetClockTimeV1","","The resolver for an archived JournalEntrySetThreadV1","","The resolver for an archived JournalEntrySnapshotV1","","The resolver for an archived JournalEntrySocketAcceptedV1","","The resolver for an archived JournalEntrySocketBindV1","","The resolver for an archived JournalEntrySocketConnectedV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntrySocketListenV1","","The resolver for an archived JournalEntrySocketOpenV1","","The resolver for an archived JournalEntrySocketSendFileV1","","The resolver for an archived JournalEntrySocketSendToV1","","The resolver for an archived JournalEntrySocketSendV1","","The resolver for an archived JournalEntrySocketSetOptFlagV1","","The resolver for an archived JournalEntrySocketSetOptSizeV1","","The resolver for an archived JournalEntrySocketSetOptTimeV1","","The resolver for an archived JournalEntrySocketShutdownV1","","The resolver for an archived JournalEntryTtySetV1","","The resolver for an archived JournalEntryUnlinkFileV1","","The resolver for an archived …","","The resolver for an archived JournalEpollCtlV1","","The resolver for an archived JournalEpollEventCtlV1","","The resolver for an archived JournalExitCodeV1","","The resolver for an archived JournalIpCidrV1","Type of printing mode to use","","The resolver for an archived JournalSnapshot0ClockidV1","","The resolver for an archived JournalSnapshotTriggerV1","","The resolver for an archived JournalSocketShutdownV1","","The resolver for an archived JournalSockoptionV1","","The resolver for an archived JournalSocktypeV1","","The resolver for an archived JournalStreamSecurityV1","","The resolver for an archived JournalThreadStartTypeV1","","The resolver for an archived JournalTimeTypeV1","","The resolver for an archived JournalWasiMemoryLayout","","The resolver for an archived JournalWhenceV1","","The resolver for JournalSockoptionV1::KeepAlive","The archived counterpart of JournalSockoptionV1::KeepAlive","","The resolver for JournalSockoptionV1::LastError","The archived counterpart of JournalSockoptionV1::LastError","","The resolver for JournalSockoptionV1::Linger","The archived counterpart of JournalSockoptionV1::Linger","","The resolver for JournalTimeTypeV1::Linger","The archived counterpart of JournalTimeTypeV1::Linger","","","The resolver for JournalSnapshotTriggerV1::Listen","The archived counterpart of …","","The resolver for JournalSockoptionV1::Listening","The archived counterpart of JournalSockoptionV1::Listening","","The LogFile snapshot capturer will write its snapshots to …","","","The results of an operation to read a log entry from the …","The results of an operation to write a log entry to the log","The resolver for JournalThreadStartTypeV1::MainThread","The archived counterpart of …","","The memory file journal processes journal entries by …","The resolver for JournalEpollCtlV1::Mod","The archived counterpart of JournalEpollCtlV1::Mod","","The resolver for JournalSnapshot0ClockidV1::Monotonic","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV4","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV6","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastTtlV4","The archived counterpart of …","","","The resolver for JournalSockoptionV1::NoDelay","The archived counterpart of JournalSockoptionV1::NoDelay","","The resolver for …","The archived counterpart of …","","When a non-determinstic call is made","The resolver for JournalSockoptionV1::Noop","The archived counterpart of JournalSockoptionV1::Noop","","The resolver for JournalAdviceV1::Noreuse","The archived counterpart of JournalAdviceV1::Noreuse","","The resolver for JournalAdviceV1::Normal","The archived counterpart of JournalAdviceV1::Normal","","The null journal sends all the records into the abyss","The resolver for JournalSockoptionV1::OnlyV6","The archived counterpart of JournalSockoptionV1::OnlyV6","","The resolver for JournalSockoptionV1::OobInline","The archived counterpart of JournalSockoptionV1::OobInline","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalExitCodeV1::Other","The archived counterpart of JournalExitCodeV1::Other","","","The resolver for JournalEntryRecordType::PathRenameV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PathSetTimesV1","The archived counterpart of …","","","Triggered periodically based on a interval (default 10 …","","","","","The resolver for JournalEntryRecordType::PortAddAddrV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortAddrClearV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortBridgeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortDelAddrV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortDhcpAcquireV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortGatewaySetV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteAddV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteClearV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteDelV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortUnbridgeV1","The archived counterpart of …","","","The printing journal writes all the journal entries to the …","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ProcessExitV1","The archived counterpart of …","","","The resolver for JournalSockoptionV1::Promiscuous","The archived counterpart of …","","The resolver for JournalSockoptionV1::Proto","The archived counterpart of JournalSockoptionV1::Proto","","The resolver for JournalAdviceV1::Random","The archived counterpart of JournalAdviceV1::Random","","The resolver for JournalSocktypeV1::Raw","The archived counterpart of JournalSocktypeV1::Raw","","The resolver for JournalSocketShutdownV1::Read","The archived counterpart of JournalSocketShutdownV1::Read","","","The resolver for JournalTimeTypeV1::ReadTimeout","The archived counterpart of JournalTimeTypeV1::ReadTimeout","","","The snapshot capturer will take a series of objects that …","The resolver for JournalSnapshot0ClockidV1::Realtime","The archived counterpart of …","","","The resolver for JournalSockoptionV1::RecvBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::RecvLowat","The archived counterpart of JournalSockoptionV1::RecvLowat","","The resolver for JournalSockoptionV1::RecvTimeout","The archived counterpart of …","","","The resolver for JournalEntryRecordType::RemoveDirectoryV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalSockoptionV1::ReuseAddr","The archived counterpart of JournalSockoptionV1::ReuseAddr","","The resolver for JournalSockoptionV1::ReusePort","The archived counterpart of JournalSockoptionV1::ReusePort","","The resolver for JournalSockoptionV1::SendBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::SendLowat","The archived counterpart of JournalSockoptionV1::SendLowat","","The resolver for JournalSockoptionV1::SendTimeout","The archived counterpart of …","","The resolver for JournalSocktypeV1::Seqpacket","The archived counterpart of JournalSocktypeV1::Seqpacket","","The resolver for JournalAdviceV1::Sequential","The archived counterpart of JournalAdviceV1::Sequential","","The resolver for JournalWhenceV1::Set","The archived counterpart of JournalWhenceV1::Set","","","The resolver for JournalEntryRecordType::SetClockTimeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SetThreadV1","The archived counterpart of …","","","The resolver for JournalSnapshotTriggerV1::Sigalrm","The archived counterpart of …","","Alarm clock signal (used for timers)","The resolver for JournalSnapshotTriggerV1::Sigint","The archived counterpart of …","","Issued if the user sends an interrupt signal (Ctrl + C).","The resolver for JournalSnapshotTriggerV1::Sigstop","The archived counterpart of …","","The SIGSTOP signal instructs the operating system to stop …","The resolver for JournalSnapshotTriggerV1::Sigtstp","The archived counterpart of …","","The SIGTSTP signal is sent to a process by its controlling …","Various triggers that will cause the runtime to take …","","The resolver for JournalEntryRecordType::SnapshotV1","The archived counterpart of …","","Represents the marker for the end of a snapshot","","The resolver for JournalEntryRecordType::SocketAcceptedV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketBindV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketConnectedV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketListenV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketOpenV1","The archived counterpart of …","","","","","The resolver for JournalEntryRecordType::SocketSendFileV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSendToV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSendV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptFlagV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptSizeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptTimeV1","The archived counterpart of …","","","","","The resolver for JournalEntryRecordType::SocketShutdownV1","The archived counterpart of …","","","The resolver for JournalSnapshotTriggerV1::Stdin","The archived counterpart of JournalSnapshotTriggerV1::Stdin","","The resolver for JournalSocktypeV1::Stream","The archived counterpart of JournalSocktypeV1::Stream","","","","","The resolver for JournalSnapshot0ClockidV1::ThreadCputimeId","The archived counterpart of …","","The resolver for JournalThreadStartTypeV1::ThreadSpawn","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Timer","The archived counterpart of JournalSnapshotTriggerV1::Timer","","The resolver for JournalSockoptionV1::Ttl","The archived counterpart of JournalSockoptionV1::Ttl","","","The resolver for JournalEntryRecordType::TtySetV1","The archived counterpart of …","","","The resolver for JournalSockoptionV1::Type","The archived counterpart of JournalSockoptionV1::Type","","","","The resolver for JournalStreamSecurityV1::Unencrypted","The archived counterpart of …","","The resolver for JournalAddressfamilyV1::Unix","The archived counterpart of JournalAddressfamilyV1::Unix","","The resolver for JournalSnapshot0ClockidV1::Unknown","The archived counterpart of …","","The resolver for JournalWhenceV1::Unknown","The archived counterpart of JournalWhenceV1::Unknown","","The resolver for JournalAdviceV1::Unknown","The archived counterpart of JournalAdviceV1::Unknown","","The resolver for JournalEpollCtlV1::Unknown","The archived counterpart of JournalEpollCtlV1::Unknown","","The resolver for JournalStreamSecurityV1::Unknown","The archived counterpart of …","","The resolver for JournalSocktypeV1::Unknown","The archived counterpart of JournalSocktypeV1::Unknown","","","The resolver for JournalEntryRecordType::UnlinkFileV1","The archived counterpart of …","","","The resolver for JournalAddressfamilyV1::Unspec","The archived counterpart of JournalAddressfamilyV1::Unspec","","The default for runtime is to use the unsupported journal …","","The resolver for …","The archived counterpart of …","","","The resolver for JournalAdviceV1::Willneed","The archived counterpart of JournalAdviceV1::Willneed","","The snapshot capturer will take a series of objects that …","The resolver for JournalSocketShutdownV1::Write","The archived counterpart of JournalSocketShutdownV1::Write","","","The resolver for JournalTimeTypeV1::WriteTimeout","The archived counterpart of JournalTimeTypeV1::WriteTimeout","","","","The archived counterpart of JournalEntryPortDelAddrV1::addr","","","The archived counterpart of JournalEntrySocketBindV1::addr","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketOpenV1::af","","Resets the journal so that reads will start from the …","","The archived counterpart of …","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPortAddAddrV1::cidr","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::cols","","","","The archived counterpart of …","","","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","DO NOT MOVE!","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::data","","","The archived counterpart of JournalEpollEventCtlV1::data1","","","The archived counterpart of JournalEpollEventCtlV1::data2","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of JournalEntryTtySetV1::echo","","","The archived counterpart of …","","","","The archived counterpart of JournalEntryEpollCtlV1::epfd","","","The archived counterpart of JournalEntryEpollCtlV1::event","","","The archived counterpart of JournalEpollEventCtlV1::events","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPathSetTimesV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::fd","","","The archived counterpart of JournalEntryEpollCreateV1::fd","","","The archived counterpart of JournalEntryEpollCtlV1::fd","","","The archived counterpart of JournalEntryCreateEventV1::fd","","","The archived counterpart of JournalEntrySocketOpenV1::fd","","","The archived counterpart of JournalEntrySocketListenV1::fd","","","The archived counterpart of JournalEntrySocketBindV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendToV1::fd","","","The archived counterpart of JournalEntrySocketSendV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEpollEventCtlV1::fd","","","The archived counterpart of JournalEntryCreatePipeV1::fd1","","","The archived counterpart of JournalEntryCreatePipeV1::fd2","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::flags","","Flushes the data to disk or network","","","Returns the argument unchanged.","Returns the argument unchanged.","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::height","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::id","","","The archived counterpart of JournalEntryCloseThreadV1::id","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of …","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPortRouteDelV1::ip","","","The archived counterpart of JournalIpCidrV1::ip","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::layout","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryEpollCtlV1::op","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::path","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of …","","","The archived counterpart of JournalIpCidrV1::prefix","","","The archived counterpart of JournalEntrySocketOpenV1::pt","","","The archived counterpart of JournalEpollEventCtlV1::ptr","","Returns a stream of snapshot objects that the runtime will …","","Represents the journal entry","","Offset of the end of the entry","","","Offset into the journal where this entry exists","","The archived counterpart of JournalEntryTtySetV1::rows","","","","","","","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of …","","Splits the journal into a read and write side","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::start","","","The archived counterpart of …","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::stdin_tty","","","The archived counterpart of …","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPortBridgeV1::token","","","","","The archived counterpart of JournalEntrySnapshotV1::trigger","","","","","","","","","","","","","","","The archived counterpart of JournalEntrySocketOpenV1::ty","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::width","","Takes in a stream of snapshot log entries and saves them …","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The resolver for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","The alignment of the vector","An aligned COW vector of bytes which avoids copying data …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","The resolver for JournalSockoptionV1::AcceptTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::AcceptTimeout","The archived counterpart of …","","The resolver for JournalEpollCtlV1::Add","The archived counterpart of JournalEpollCtlV1::Add","","The resolver for JournalStreamSecurityV1::AnyEncryption","The archived counterpart of …","","An archived JournalAddressfamilyV1","An archived JournalAdviceV1","","An archived JournalEntryChangeDirectoryV1","An archived JournalEntryClearEtherealV1","An archived JournalEntryCloseFileDescriptorV1","An archived JournalEntryCloseThreadV1","An archived JournalEntryCreateDirectoryV1","An archived JournalEntryCreateEventV1","An archived JournalEntryCreateHardLinkV1","An archived JournalEntryCreatePipeV1","An archived JournalEntryCreateSymbolicLinkV1","An archived JournalEntryDuplicateFileDescriptorV1","An archived JournalEntryEpollCreateV1","An archived JournalEntryEpollCtlV1","An archived JournalEntryFileDescriptorAdviseV1","An archived JournalEntryFileDescriptorAllocateV1","An archived JournalEntryFileDescriptorSeekV1","An archived JournalEntryFileDescriptorSetFlagsV1","An archived JournalEntryFileDescriptorSetRightsV1","An archived JournalEntryFileDescriptorSetSizeV1","An archived JournalEntryFileDescriptorSetTimesV1","An archived JournalEntryFileDescriptorWriteV1","An archived JournalEntryHeader","An archived JournalEntryInitModuleV1","An archived JournalEntryOpenFileDescriptorV1","An archived JournalEntryPathRenameV1","An archived JournalEntryPathSetTimesV1","An archived JournalEntryPortAddAddrV1","An archived JournalEntryPortBridgeV1","An archived JournalEntryPortDelAddrV1","An archived JournalEntryPortGatewaySetV1","An archived JournalEntryPortRouteAddV1","An archived JournalEntryPortRouteDelV1","An archived JournalEntryProcessExitV1","An archived JournalEntryRecordType","An archived JournalEntryRemoveDirectoryV1","An archived JournalEntryRenumberFileDescriptorV1","An archived JournalEntrySetClockTimeV1","An archived JournalEntrySetThreadV1","An archived JournalEntrySnapshotV1","An archived JournalEntrySocketAcceptedV1","An archived JournalEntrySocketBindV1","An archived JournalEntrySocketConnectedV1","An archived JournalEntrySocketJoinIpv4MulticastV1","An archived JournalEntrySocketJoinIpv6MulticastV1","An archived JournalEntrySocketLeaveIpv4MulticastV1","An archived JournalEntrySocketLeaveIpv6MulticastV1","An archived JournalEntrySocketListenV1","An archived JournalEntrySocketOpenV1","An archived JournalEntrySocketSendFileV1","An archived JournalEntrySocketSendToV1","An archived JournalEntrySocketSendV1","An archived JournalEntrySocketSetOptFlagV1","An archived JournalEntrySocketSetOptSizeV1","An archived JournalEntrySocketSetOptTimeV1","An archived JournalEntrySocketShutdownV1","An archived JournalEntryTtySetV1","An archived JournalEntryUnlinkFileV1","An archived JournalEntryUpdateMemoryRegionV1","An archived JournalEpollCtlV1","An archived JournalEpollEventCtlV1","An archived JournalExitCodeV1","An archived JournalIpCidrV1","An archived JournalSnapshot0ClockidV1","An archived JournalSnapshotTriggerV1","An archived JournalSocketShutdownV1","An archived JournalSockoptionV1","An archived JournalSocktypeV1","An archived JournalStreamSecurityV1","An archived JournalThreadStartTypeV1","An archived JournalTimeTypeV1","An archived JournalWasiMemoryLayout","An archived JournalWhenceV1","The resolver for JournalTimeTypeV1::BindTimeout","The archived counterpart of JournalTimeTypeV1::BindTimeout","","The resolver for JournalSnapshotTriggerV1::Bootstrap","The archived counterpart of …","","The resolver for JournalSocketShutdownV1::Both","The archived counterpart of JournalSocketShutdownV1::Both","","The resolver for JournalSockoptionV1::Broadcast","The archived counterpart of JournalSockoptionV1::Broadcast","","","The resolver for JournalEntryRecordType::ChangeDirectoryV1","The archived counterpart of …","","The resolver for JournalStreamSecurityV1::ClassicEncryption","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ClearEtherealV1","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CloseThreadV1","The archived counterpart of …","","The resolver for JournalSockoptionV1::ConnectTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::ConnectTimeout","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CreateDirectoryV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CreateEventV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CreateHardLinkV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::CreatePipeV1","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","The resolver for JournalWhenceV1::Cur","The archived counterpart of JournalWhenceV1::Cur","","The resolver for JournalEpollCtlV1::Del","The archived counterpart of JournalEpollCtlV1::Del","","The resolver for JournalSocktypeV1::Dgram","The archived counterpart of JournalSocktypeV1::Dgram","","The resolver for JournalSockoptionV1::DontRoute","The archived counterpart of JournalSockoptionV1::DontRoute","","The resolver for JournalAdviceV1::Dontneed","The archived counterpart of JournalAdviceV1::Dontneed","","The resolver for JournalStreamSecurityV1::DoubleEncryption","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","The resolver for JournalWhenceV1::End","The archived counterpart of JournalWhenceV1::End","","The resolver for JournalSnapshotTriggerV1::Environ","The archived counterpart of …","","","The resolver for JournalEntryRecordType::EpollCreateV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::EpollCtlV1","The archived counterpart of …","","The resolver for JournalExitCodeV1::Errno","The archived counterpart of JournalExitCodeV1::Errno","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Idle","The archived counterpart of JournalSnapshotTriggerV1::Idle","","The resolver for JournalAddressfamilyV1::Inet4","The archived counterpart of JournalAddressfamilyV1::Inet4","","The resolver for JournalAddressfamilyV1::Inet6","The archived counterpart of JournalAddressfamilyV1::Inet6","","","The resolver for JournalEntryRecordType::InitModuleV1","The archived counterpart of …","","","","","The resolver for an archived JournalAddressfamilyV1","","The resolver for an archived JournalAdviceV1","","The resolver for an archived JournalEntryChangeDirectoryV1","","The resolver for an archived JournalEntryClearEtherealV1","","The resolver for an archived …","","The resolver for an archived JournalEntryCloseThreadV1","","The resolver for an archived JournalEntryCreateDirectoryV1","","The resolver for an archived JournalEntryCreateEventV1","","The resolver for an archived JournalEntryCreateHardLinkV1","","The resolver for an archived JournalEntryCreatePipeV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntryEpollCreateV1","","The resolver for an archived JournalEntryEpollCtlV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","WARNING!!!! Do not change this structure without updating …","The resolver for an archived …","The journal log entries are serializable which allows them …","The resolver for an archived JournalEntryHeader","","The resolver for an archived JournalEntryInitModuleV1","","The resolver for an archived …","","The resolver for an archived JournalEntryPathRenameV1","","The resolver for an archived JournalEntryPathSetTimesV1","","The resolver for an archived JournalEntryPortAddAddrV1","","The resolver for an archived JournalEntryPortBridgeV1","","The resolver for an archived JournalEntryPortDelAddrV1","","The resolver for an archived JournalEntryPortGatewaySetV1","","The resolver for an archived JournalEntryPortRouteAddV1","","The resolver for an archived JournalEntryPortRouteDelV1","","The resolver for an archived JournalEntryProcessExitV1","","The resolver for an archived JournalEntryRecordType","","The resolver for an archived JournalEntryRemoveDirectoryV1","","The resolver for an archived …","","The resolver for an archived JournalEntrySetClockTimeV1","","The resolver for an archived JournalEntrySetThreadV1","","The resolver for an archived JournalEntrySnapshotV1","","The resolver for an archived JournalEntrySocketAcceptedV1","","The resolver for an archived JournalEntrySocketBindV1","","The resolver for an archived JournalEntrySocketConnectedV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntrySocketListenV1","","The resolver for an archived JournalEntrySocketOpenV1","","The resolver for an archived JournalEntrySocketSendFileV1","","The resolver for an archived JournalEntrySocketSendToV1","","The resolver for an archived JournalEntrySocketSendV1","","The resolver for an archived JournalEntrySocketSetOptFlagV1","","The resolver for an archived JournalEntrySocketSetOptSizeV1","","The resolver for an archived JournalEntrySocketSetOptTimeV1","","The resolver for an archived JournalEntrySocketShutdownV1","","The resolver for an archived JournalEntryTtySetV1","","The resolver for an archived JournalEntryUnlinkFileV1","","The resolver for an archived …","","The resolver for an archived JournalEpollCtlV1","","The resolver for an archived JournalEpollEventCtlV1","","The resolver for an archived JournalExitCodeV1","","The resolver for an archived JournalIpCidrV1","","The resolver for an archived JournalSnapshot0ClockidV1","","The resolver for an archived JournalSnapshotTriggerV1","","The resolver for an archived JournalSocketShutdownV1","","The resolver for an archived JournalSockoptionV1","","The resolver for an archived JournalSocktypeV1","","The resolver for an archived JournalStreamSecurityV1","","The resolver for an archived JournalThreadStartTypeV1","","The resolver for an archived JournalTimeTypeV1","","The resolver for an archived JournalWasiMemoryLayout","","The resolver for an archived JournalWhenceV1","The resolver for JournalSockoptionV1::KeepAlive","The archived counterpart of JournalSockoptionV1::KeepAlive","","The resolver for JournalSockoptionV1::LastError","The archived counterpart of JournalSockoptionV1::LastError","","The resolver for JournalSockoptionV1::Linger","The archived counterpart of JournalSockoptionV1::Linger","","The resolver for JournalTimeTypeV1::Linger","The archived counterpart of JournalTimeTypeV1::Linger","","The resolver for JournalSnapshotTriggerV1::Listen","The archived counterpart of …","","The resolver for JournalSockoptionV1::Listening","The archived counterpart of JournalSockoptionV1::Listening","","The resolver for JournalThreadStartTypeV1::MainThread","The archived counterpart of …","","The resolver for JournalEpollCtlV1::Mod","The archived counterpart of JournalEpollCtlV1::Mod","","The resolver for JournalSnapshot0ClockidV1::Monotonic","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV4","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV6","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastTtlV4","The archived counterpart of …","","The resolver for JournalSockoptionV1::NoDelay","The archived counterpart of JournalSockoptionV1::NoDelay","","The resolver for …","The archived counterpart of …","","The resolver for JournalSockoptionV1::Noop","The archived counterpart of JournalSockoptionV1::Noop","","The resolver for JournalAdviceV1::Noreuse","The archived counterpart of JournalAdviceV1::Noreuse","","The resolver for JournalAdviceV1::Normal","The archived counterpart of JournalAdviceV1::Normal","","The resolver for JournalSockoptionV1::OnlyV6","The archived counterpart of JournalSockoptionV1::OnlyV6","","The resolver for JournalSockoptionV1::OobInline","The archived counterpart of JournalSockoptionV1::OobInline","","","The resolver for …","The archived counterpart of …","","The resolver for JournalExitCodeV1::Other","The archived counterpart of JournalExitCodeV1::Other","","","The resolver for JournalEntryRecordType::PathRenameV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PathSetTimesV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortAddAddrV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortAddrClearV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortBridgeV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortDelAddrV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortDhcpAcquireV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortGatewaySetV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortRouteAddV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortRouteClearV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortRouteDelV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::PortUnbridgeV1","The archived counterpart of …","","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ProcessExitV1","The archived counterpart of …","","The resolver for JournalSockoptionV1::Promiscuous","The archived counterpart of …","","The resolver for JournalSockoptionV1::Proto","The archived counterpart of JournalSockoptionV1::Proto","","The resolver for JournalAdviceV1::Random","The archived counterpart of JournalAdviceV1::Random","","The resolver for JournalSocktypeV1::Raw","The archived counterpart of JournalSocktypeV1::Raw","","The resolver for JournalSocketShutdownV1::Read","The archived counterpart of JournalSocketShutdownV1::Read","","The resolver for JournalTimeTypeV1::ReadTimeout","The archived counterpart of JournalTimeTypeV1::ReadTimeout","","The resolver for JournalSnapshot0ClockidV1::Realtime","The archived counterpart of …","","The resolver for JournalSockoptionV1::RecvBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::RecvLowat","The archived counterpart of JournalSockoptionV1::RecvLowat","","The resolver for JournalSockoptionV1::RecvTimeout","The archived counterpart of …","","","The resolver for JournalEntryRecordType::RemoveDirectoryV1","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","The resolver for JournalSockoptionV1::ReuseAddr","The archived counterpart of JournalSockoptionV1::ReuseAddr","","The resolver for JournalSockoptionV1::ReusePort","The archived counterpart of JournalSockoptionV1::ReusePort","","The resolver for JournalSockoptionV1::SendBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::SendLowat","The archived counterpart of JournalSockoptionV1::SendLowat","","The resolver for JournalSockoptionV1::SendTimeout","The archived counterpart of …","","The resolver for JournalSocktypeV1::Seqpacket","The archived counterpart of JournalSocktypeV1::Seqpacket","","The resolver for JournalAdviceV1::Sequential","The archived counterpart of JournalAdviceV1::Sequential","","The resolver for JournalWhenceV1::Set","The archived counterpart of JournalWhenceV1::Set","","","The resolver for JournalEntryRecordType::SetClockTimeV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SetThreadV1","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Sigalrm","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Sigint","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Sigstop","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Sigtstp","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SnapshotV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketAcceptedV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketBindV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketConnectedV1","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketListenV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketOpenV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSendFileV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSendToV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSendV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSetOptFlagV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSetOptSizeV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketSetOptTimeV1","The archived counterpart of …","","","The resolver for JournalEntryRecordType::SocketShutdownV1","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Stdin","The archived counterpart of JournalSnapshotTriggerV1::Stdin","","The resolver for JournalSocktypeV1::Stream","The archived counterpart of JournalSocktypeV1::Stream","","The resolver for JournalSnapshot0ClockidV1::ThreadCputimeId","The archived counterpart of …","","The resolver for JournalThreadStartTypeV1::ThreadSpawn","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Timer","The archived counterpart of JournalSnapshotTriggerV1::Timer","","The resolver for JournalSockoptionV1::Ttl","The archived counterpart of JournalSockoptionV1::Ttl","","","The resolver for JournalEntryRecordType::TtySetV1","The archived counterpart of …","","The resolver for JournalSockoptionV1::Type","The archived counterpart of JournalSockoptionV1::Type","","The resolver for JournalStreamSecurityV1::Unencrypted","The archived counterpart of …","","The resolver for JournalAddressfamilyV1::Unix","The archived counterpart of JournalAddressfamilyV1::Unix","","The resolver for JournalSnapshot0ClockidV1::Unknown","The archived counterpart of …","","The resolver for JournalWhenceV1::Unknown","The archived counterpart of JournalWhenceV1::Unknown","","The resolver for JournalAdviceV1::Unknown","The archived counterpart of JournalAdviceV1::Unknown","","The resolver for JournalEpollCtlV1::Unknown","The archived counterpart of JournalEpollCtlV1::Unknown","","The resolver for JournalStreamSecurityV1::Unknown","The archived counterpart of …","","The resolver for JournalSocktypeV1::Unknown","The archived counterpart of JournalSocktypeV1::Unknown","","","The resolver for JournalEntryRecordType::UnlinkFileV1","The archived counterpart of …","","The resolver for JournalAddressfamilyV1::Unspec","The archived counterpart of JournalAddressfamilyV1::Unspec","","","The resolver for …","The archived counterpart of …","","The resolver for JournalAdviceV1::Willneed","The archived counterpart of JournalAdviceV1::Willneed","","The resolver for JournalSocketShutdownV1::Write","The archived counterpart of JournalSocketShutdownV1::Write","","The resolver for JournalTimeTypeV1::WriteTimeout","The archived counterpart of JournalTimeTypeV1::WriteTimeout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortDelAddrV1::addr","","","The archived counterpart of JournalEntrySocketBindV1::addr","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketOpenV1::af","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortAddAddrV1::cidr","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::cols","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","DO NOT MOVE!","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::data","","","The archived counterpart of JournalEpollEventCtlV1::data1","","","The archived counterpart of JournalEpollEventCtlV1::data2","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::echo","","","The archived counterpart of …","","","The archived counterpart of JournalEntryEpollCtlV1::epfd","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryEpollCtlV1::event","","","The archived counterpart of JournalEpollEventCtlV1::events","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPathSetTimesV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::fd","","","The archived counterpart of JournalEntryEpollCreateV1::fd","","","The archived counterpart of JournalEntryEpollCtlV1::fd","","","The archived counterpart of JournalEntryCreateEventV1::fd","","","The archived counterpart of JournalEntrySocketOpenV1::fd","","","The archived counterpart of JournalEntrySocketListenV1::fd","","","The archived counterpart of JournalEntrySocketBindV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendToV1::fd","","","The archived counterpart of JournalEntrySocketSendV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEpollEventCtlV1::fd","","","The archived counterpart of JournalEntryCreatePipeV1::fd1","","","The archived counterpart of JournalEntryCreatePipeV1::fd2","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::flags","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","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 archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::height","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::id","","","The archived counterpart of JournalEntryCloseThreadV1::id","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart 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).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 archived counterpart of …","","","The archived counterpart of JournalEntryPortRouteDelV1::ip","","","The archived counterpart of JournalIpCidrV1::ip","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::layout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryEpollCtlV1::op","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::path","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalIpCidrV1::prefix","","","The archived counterpart of JournalEntrySocketOpenV1::pt","","","The archived counterpart of JournalEpollEventCtlV1::ptr","","","The archived counterpart of JournalEntryHeader::record_size","","","The archived counterpart of JournalEntryHeader::record_type","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::rows","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::start","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::stdin_tty","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortBridgeV1::token","","","The archived counterpart of JournalEntrySnapshotV1::trigger","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntrySocketOpenV1::ty","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::width","","The archived counterpart of …","","The resolver for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents the results of a compaction operation","","","Deduplicates memory and stacks to reduce the number of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Compacts the inner journal into a new journal","Compacts the inner journal into a new journal","","","","","","","","","","","","","","","","","","","","","","","","","","","The descriptor seed is used generate descriptor lookups","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Journal that counts the size of the entries that are …","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Filters out a specific set of journal events and drops the …","Constructs a filter with a set of parameters that will be …","Represents what will be filtered by the filtering process","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 LogFile snapshot capturer will write its snapshots to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Create a new journal from a buffer","Create a new journal from a file","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","UNSAFE: This method uses unsafe operations to remove the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The memory file journal processes journal entries by …","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","The null journal sends all the records into the abyss","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type of printing mode to use","","The printing journal writes all the journal entries to the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","The default for runtime is to use the unsupported journal …","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents a log entry in a snapshot log stream that …","","","","","","","","","","","","","","","","","","","","","","Represents the marker for the end of a snapshot","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Bootstrapping process","","Triggered on reading the environment variables for the …","Triggered when a listen syscall is invoked on a socket for …","Issued on the first interrupt signal (Ctrl + C) the …","Triggered when the process reads stdin for the first time","Triggered when all the threads in the process goes idle","When a non-determinstic call is made","Triggered periodically based on a interval (default 10 …","Alarm clock signal (used for timers)","Issued if the user sends an interrupt signal (Ctrl + C).","The SIGSTOP signal instructs the operating system to stop …","The SIGTSTP signal is sent to a process by its controlling …","Various triggers that will cause the runtime to take …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","",""],"i":[261,112,185,262,113,186,203,263,107,180,0,0,264,109,182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,113,186,203,265,106,179,196,266,114,187,204,261,112,185,0,0,0,260,267,42,117,14,264,109,182,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,0,0,0,0,0,0,261,112,185,262,113,186,203,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,268,102,175,0,263,107,180,269,111,184,261,112,185,270,103,176,264,109,182,260,267,42,117,14,0,0,0,268,102,175,265,106,179,260,267,42,117,14,260,267,42,117,14,271,105,178,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,0,0,0,196,196,196,196,258,265,106,179,196,272,110,183,272,110,183,260,267,42,117,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,261,112,185,261,112,185,261,112,185,262,113,186,203,265,106,179,261,112,185,0,0,0,0,0,273,115,188,0,263,107,180,274,101,174,261,112,185,261,112,185,261,112,185,0,261,112,185,265,106,179,196,261,112,185,270,103,176,270,103,176,0,261,112,185,261,112,185,260,267,42,117,14,271,105,178,260,267,42,117,14,260,267,42,117,14,196,0,0,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,274,101,174,260,267,42,117,14,261,112,185,261,112,185,270,103,176,269,111,184,266,114,187,204,262,113,186,203,0,274,101,174,0,261,112,185,261,112,185,261,112,185,260,267,42,117,14,260,267,42,117,14,261,112,185,261,112,185,261,112,185,261,112,185,261,112,185,269,111,184,270,103,176,268,102,175,260,267,42,117,14,260,267,42,117,14,265,106,179,196,265,106,179,196,265,106,179,196,265,106,179,196,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,260,267,42,117,14,0,260,267,42,117,14,265,106,179,269,111,184,258,258,256,274,101,174,273,115,188,265,106,179,261,112,185,260,267,42,117,14,261,112,185,0,258,264,109,182,272,110,183,274,101,174,268,102,175,270,103,176,263,107,180,264,109,182,269,111,184,260,267,42,117,14,272,110,183,0,260,267,42,117,14,270,103,176,0,266,114,187,204,262,113,186,203,275,79,152,276,86,159,277,94,167,278,66,139,279,84,157,5,280,85,158,0,11,8,11,8,243,243,281,49,122,282,78,151,283,82,155,284,54,127,285,75,148,221,286,53,126,0,239,236,287,58,131,0,288,93,166,289,52,125,277,94,167,290,95,168,291,108,181,291,108,181,250,11,8,8,11,8,11,8,292,55,128,292,55,128,11,8,285,75,148,286,53,126,0,293,74,147,293,74,147,291,108,181,294,48,121,295,50,123,283,82,155,296,51,124,289,52,125,292,55,128,297,56,129,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,306,69,142,307,70,143,308,73,146,293,74,147,309,77,150,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,291,108,181,320,76,149,320,76,149,311,88,161,249,288,93,166,316,96,169,300,61,134,303,64,137,309,77,150,277,94,167,290,95,168,6,11,8,11,8,292,55,128,292,55,128,304,65,138,292,55,128,304,65,138,300,61,134,301,62,135,321,116,189,285,75,148,319,99,172,281,49,122,295,50,123,312,89,162,313,90,163,314,91,164,315,92,165,11,8,309,77,150,30,37,217,230,229,239,237,11,8,8,322,81,154,323,83,156,324,104,177,281,49,122,289,52,125,277,94,167,290,95,168,281,49,122,11,8,278,66,139,305,67,140,285,75,148,285,75,148,311,88,161,310,87,160,311,88,161,230,281,49,122,255,312,89,162,313,90,163,314,91,164,315,92,165,235,235,325,80,153,326,57,130,327,68,141,328,71,144,327,68,141,306,69,142,328,71,144,311,88,161,292,55,128,296,51,124,289,52,125,278,66,139,305,67,140,288,93,166,326,57,130,327,68,141,328,71,144,327,68,141,327,68,141,306,69,142,328,71,144,293,74,147,316,96,169,317,97,170,287,58,131,292,55,128,298,59,132,299,60,133,300,61,134,307,70,143,329,72,145,310,87,160,311,88,161,11,8,283,82,155,324,104,177,279,84,157,291,108,181,5,252,8,11,8,11,11,8,285,75,148,240,213,218,228,225,242,251,325,80,153,253,330,100,173,317,97,170,0,288,93,166,223,300,61,134,301,62,135,300,61,134,301,62,135,302,63,136,321,116,189,321,116,189,321,116,189,281,49,122,286,53,126,214,216,221,230,229,244,285,75,148,285,75,148,285,75,148,243,281,49,122,230,284,54,127,318,98,171,325,80,153,222,222,330,100,173,11,8,11,8,240,213,218,228,225,242,243,251,279,84,157,318,98,171,11,8,11,11,8,8,11,11,8,8,11,11,8,8,0,283,82,155,11,8,331,46,119,296,51,124,285,75,148,6,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,335,347,348,348,349,349,350,351,341,352,346,353,348,354,355,356,357,358,359,360,336,361,362,363,364,349,365,337,338,334,366,367,368,369,370,371,335,347,372,373,374,375,376,376,367,345,372,356,358,365,335,347,348,348,359,348,359,356,357,375,339,351,368,369,370,371,365,377,378,339,346,335,347,339,336,361,379,367,366,367,339,369,370,371,368,380,381,382,383,382,362,383,367,348,352,346,336,361,345,381,382,383,382,382,362,383,349,372,373,344,348,354,355,356,363,384,366,367,341,337,343,380,373,345,356,357,356,357,360,339,339,342,374,380,385,379,337,374,341,386,385,352,387,388,389,390,391,392,391,392,390,392,390,392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,37,0,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,261,112,185,262,113,186,263,107,180,264,109,182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,113,186,265,106,179,266,114,187,261,112,185,260,267,42,117,264,109,182,260,267,42,117,260,267,42,117,260,267,42,117,261,112,185,262,113,186,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,268,102,175,263,107,180,269,111,184,261,112,185,270,103,176,264,109,182,260,267,42,117,268,102,175,265,106,179,260,267,42,117,260,267,42,117,271,105,178,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,265,106,179,272,110,183,272,110,183,260,267,42,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,112,185,261,112,185,261,112,185,262,113,186,265,106,179,261,112,185,273,115,188,263,107,180,274,101,174,261,112,185,261,112,185,261,112,185,261,112,185,265,106,179,261,112,185,270,103,176,270,103,176,261,112,185,261,112,185,260,267,42,117,271,105,178,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,274,101,174,260,267,42,117,261,112,185,261,112,185,270,103,176,269,111,184,266,114,187,262,113,186,274,101,174,261,112,185,261,112,185,261,112,185,260,267,42,117,260,267,42,117,261,112,185,261,112,185,261,112,185,261,112,185,261,112,185,269,111,184,270,103,176,268,102,175,260,267,42,117,260,267,42,117,265,106,179,265,106,179,265,106,179,265,106,179,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,260,267,42,117,265,106,179,269,111,184,274,101,174,273,115,188,265,106,179,261,112,185,260,267,42,117,261,112,185,264,109,182,272,110,183,274,101,174,268,102,175,270,103,176,263,107,180,264,109,182,269,111,184,260,267,42,117,272,110,183,260,267,42,117,270,103,176,266,114,187,262,113,186,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,275,79,152,276,86,159,277,94,167,278,66,139,279,84,157,280,85,158,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,281,49,122,42,44,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,105,106,107,108,109,110,111,112,113,114,115,116,282,78,151,283,82,155,284,54,127,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,179,180,182,183,184,185,186,187,188,285,75,148,179,180,182,183,184,185,186,187,188,286,53,126,287,58,131,288,93,166,289,52,125,277,94,167,290,95,168,291,108,181,291,108,181,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,117,292,55,128,292,55,128,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,285,75,148,286,53,126,293,74,147,117,179,180,182,183,184,185,186,187,188,189,117,117,117,117,179,179,179,179,180,180,180,180,182,182,182,182,183,183,183,183,184,184,184,184,185,185,185,185,186,186,186,186,187,187,187,187,188,188,188,188,189,189,189,189,293,74,147,291,108,181,294,48,121,295,50,123,283,82,155,296,51,124,289,52,125,292,55,128,297,56,129,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,306,69,142,307,70,143,308,73,146,293,74,147,309,77,150,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,291,108,181,320,76,149,320,76,149,311,88,161,288,93,166,316,96,169,300,61,134,303,64,137,309,77,150,277,94,167,290,95,168,42,117,44,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,101,174,102,175,103,176,104,177,105,178,106,179,107,180,108,181,109,182,110,183,111,184,112,185,113,186,114,187,188,189,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,174,268,102,175,175,270,103,176,176,324,104,177,177,271,105,178,178,265,106,179,179,263,107,180,180,291,108,181,181,264,109,182,182,272,110,183,183,269,111,184,184,261,112,185,185,262,113,186,186,266,114,187,187,273,115,188,188,321,116,189,189,292,55,128,292,55,128,304,65,138,292,55,128,304,65,138,300,61,134,301,62,135,179,180,182,183,184,185,186,187,188,189,321,116,189,179,180,182,183,184,185,186,187,188,189,285,75,148,319,99,172,281,49,122,295,50,123,312,89,162,313,90,163,314,91,164,315,92,165,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,309,77,150,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,322,81,154,323,83,156,324,104,177,281,49,122,289,52,125,277,94,167,290,95,168,281,49,122,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,278,66,139,305,67,140,285,75,148,285,75,148,311,88,161,310,87,160,311,88,161,281,49,122,312,89,162,313,90,163,314,91,164,315,92,165,325,80,153,326,57,130,327,68,141,328,71,144,327,68,141,306,69,142,328,71,144,311,88,161,292,55,128,296,51,124,289,52,125,278,66,139,305,67,140,288,93,166,326,57,130,327,68,141,328,71,144,327,68,141,327,68,141,306,69,142,328,71,144,293,74,147,316,96,169,317,97,170,287,58,131,179,180,182,183,184,185,186,187,188,292,55,128,298,59,132,299,60,133,300,61,134,307,70,143,329,72,145,310,87,160,311,88,161,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,283,82,155,324,104,177,279,84,157,291,108,181,393,44,118,393,44,118,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,285,75,148,325,80,153,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,330,100,173,317,97,170,288,93,166,300,61,134,301,62,135,300,61,134,301,62,135,302,63,136,321,116,189,321,116,189,321,116,189,281,49,122,286,53,126,285,75,148,285,75,148,285,75,148,281,49,122,284,54,127,318,98,171,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,325,80,153,330,100,173,260,267,42,117,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,117,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,279,84,157,318,98,171,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,260,267,42,42,117,117,393,44,44,118,118,331,46,119,119,394,47,120,120,294,48,121,121,122,122,295,50,123,123,296,51,124,124,125,125,126,126,284,54,127,127,128,128,297,56,129,129,326,57,130,130,287,58,131,131,132,132,133,133,134,134,301,62,135,135,302,63,136,136,303,64,137,137,304,65,138,138,278,66,139,139,305,67,140,140,141,141,142,142,143,143,144,144,145,145,308,73,146,146,293,74,147,147,285,75,148,148,320,76,149,149,309,77,150,150,282,78,151,151,275,79,152,152,153,153,322,81,154,154,283,82,155,155,323,83,156,156,279,84,157,157,280,85,158,158,276,86,159,159,310,87,160,160,311,88,161,161,312,89,162,162,313,90,163,163,314,91,164,164,315,92,165,165,288,93,166,166,167,167,168,168,316,96,169,169,317,97,170,170,318,98,171,171,319,99,172,172,330,100,173,173,274,101,101,174,174,268,102,102,175,175,270,103,103,176,176,324,104,104,177,177,271,105,105,178,178,265,106,106,179,179,263,107,107,180,180,291,108,108,181,181,264,109,109,182,182,272,110,110,183,183,269,111,111,184,184,261,112,112,185,185,262,113,113,186,186,266,114,114,187,187,273,115,188,188,321,116,189,189,260,267,42,42,117,117,393,44,44,118,118,331,46,119,119,394,47,120,120,294,48,121,121,122,122,295,50,123,123,296,51,124,124,125,125,126,126,284,54,127,127,128,128,297,56,129,129,326,57,130,130,287,58,131,131,132,132,133,133,134,134,301,62,135,135,302,63,136,136,303,64,137,137,304,65,138,138,278,66,139,139,305,67,140,140,141,141,142,142,143,143,144,144,145,145,308,73,146,146,293,74,147,147,285,75,148,148,320,76,149,149,309,77,150,150,282,78,151,151,275,79,152,152,153,153,322,81,154,154,283,82,155,155,323,83,156,156,279,84,157,157,280,85,158,158,276,86,159,159,310,87,160,160,311,88,161,161,312,89,162,162,313,90,163,163,314,91,164,164,315,92,165,165,288,93,166,166,167,167,168,168,316,96,169,169,317,97,170,170,318,98,171,171,319,99,172,172,330,100,173,173,274,101,101,174,174,268,102,102,175,175,270,103,103,176,176,324,104,104,177,177,271,105,105,178,178,265,106,106,179,179,263,107,107,180,180,291,108,108,181,181,264,109,109,182,182,272,110,110,183,183,269,111,111,184,184,261,112,112,185,185,262,113,113,186,186,266,114,114,187,187,273,115,188,188,321,116,189,189,260,267,42,42,117,117,393,44,44,118,118,331,46,119,119,394,47,120,120,294,48,121,121,122,122,295,50,123,123,296,51,124,124,125,125,126,126,284,54,127,127,128,128,297,56,129,129,326,57,130,130,287,58,131,131,132,132,133,133,134,134,301,62,135,135,302,63,136,136,303,64,137,137,304,65,138,138,278,66,139,139,305,67,140,140,141,141,142,142,143,143,144,144,145,145,308,73,146,146,293,74,147,147,285,75,148,148,320,76,149,149,309,77,150,150,282,78,151,151,275,79,152,152,153,153,322,81,154,154,283,82,155,155,323,83,156,156,279,84,157,157,280,85,158,158,276,86,159,159,310,87,160,160,311,88,161,161,312,89,162,162,313,90,163,163,314,91,164,164,315,92,165,165,288,93,166,166,167,167,168,168,316,96,169,169,317,97,170,170,318,98,171,171,319,99,172,172,330,100,173,173,274,101,101,174,174,268,102,102,175,175,270,103,103,176,176,324,104,104,177,177,271,105,105,178,178,265,106,106,179,179,263,107,107,180,180,291,108,108,181,181,264,109,109,182,182,272,110,110,183,183,269,111,111,184,184,261,112,112,185,185,262,113,113,186,186,266,114,114,187,187,273,115,188,188,321,116,189,189,283,82,155,260,267,42,117,393,44,118,331,46,119,394,47,120,294,48,121,281,49,122,295,50,123,296,51,124,289,52,125,286,53,126,284,54,127,292,55,128,297,56,129,326,57,130,287,58,131,298,59,132,299,60,133,300,61,134,301,62,135,302,63,136,303,64,137,304,65,138,278,66,139,305,67,140,327,68,141,306,69,142,307,70,143,328,71,144,329,72,145,308,73,146,293,74,147,285,75,148,320,76,149,309,77,150,282,78,151,275,79,152,325,80,153,322,81,154,283,82,155,323,83,156,279,84,157,280,85,158,276,86,159,310,87,160,311,88,161,312,89,162,313,90,163,314,91,164,315,92,165,288,93,166,277,94,167,290,95,168,316,96,169,317,97,170,318,98,171,319,99,172,330,100,173,274,101,174,268,102,175,270,103,176,324,104,177,271,105,178,265,106,179,263,107,180,291,108,181,264,109,182,272,110,183,269,111,184,261,112,185,262,113,186,266,114,187,273,115,188,321,116,189,331,46,119,296,51,124,285,75,148,332,387,388,0,0,0,0,215,213,214,213,215,214,216,213,215,214,216,215,215,213,215,213,215,214,216,213,215,214,216,213,215,214,216,213,215,214,216,213,216,213,215,214,216,213,215,214,216,213,215,214,216,213,215,214,216,213,215,214,216,215,213,215,214,216,213,214,215,213,213,214,216,215,213,215,214,216,213,215,214,216,213,213,215,214,216,213,213,215,215,214,214,216,216,213,213,215,215,214,214,216,216,213,213,215,215,214,214,216,216,213,215,214,216,213,216,0,0,0,0,0,0,0,0,0,219,220,221,217,218,226,219,220,224,221,217,218,222,226,219,220,224,221,217,218,222,224,219,220,221,219,220,221,219,220,221,218,221,219,220,224,224,221,224,226,222,224,226,219,220,224,221,217,218,222,226,219,220,224,221,217,218,222,224,224,226,219,220,224,221,217,218,222,226,219,220,224,221,217,218,222,219,219,220,219,219,219,219,220,220,220,220,224,226,221,218,226,219,220,224,221,217,218,222,226,219,219,220,224,221,217,218,222,219,220,219,220,226,219,220,224,221,217,218,222,217,224,224,226,219,220,224,221,217,218,222,218,224,226,219,220,224,221,217,218,222,224,224,218,224,224,219,220,226,219,220,224,221,217,218,222,217,218,224,221,218,218,224,218,219,221,224,224,221,217,224,219,220,221,222,222,226,219,220,224,221,217,218,222,226,219,220,224,221,217,218,222,224,218,226,219,220,224,221,217,218,222,224,226,226,219,219,220,220,224,224,221,221,217,217,218,218,222,222,226,226,219,219,220,220,224,224,221,221,217,217,218,218,222,222,226,226,219,219,220,220,224,224,221,221,217,217,218,218,222,222,226,219,220,224,221,217,218,222,224,221,218,226,0,0,0,0,228,229,231,228,230,229,231,228,230,229,231,231,228,230,231,228,230,229,231,228,230,229,231,228,230,229,231,228,230,230,229,228,230,231,228,230,229,231,228,230,229,231,228,230,229,230,229,231,228,230,229,231,228,230,229,230,228,231,231,231,231,231,228,230,229,228,229,231,230,228,228,230,229,229,230,231,228,230,229,231,228,230,229,228,231,228,230,229,231,231,228,228,230,230,229,229,231,231,228,228,230,230,229,229,231,231,228,228,230,230,229,229,231,228,230,229,228,228,228,228,228,230,0,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,235,0,0,0,0,0,238,236,225,237,225,238,239,237,236,225,238,239,237,236,236,238,238,225,239,236,238,236,225,238,239,237,236,225,238,239,237,236,225,238,239,237,236,225,238,239,237,236,238,238,238,238,238,238,238,238,238,225,239,225,238,239,237,236,225,238,239,237,236,225,238,239,237,236,239,237,225,238,239,237,236,225,225,238,239,237,236,225,236,225,238,239,237,236,225,237,225,236,236,236,236,236,236,236,225,238,225,238,239,237,236,225,238,239,237,236,225,225,238,239,237,236,225,225,238,238,239,239,237,237,236,236,225,225,238,238,239,239,237,237,236,236,225,225,238,238,239,239,237,237,236,236,225,238,239,237,236,236,236,236,236,236,236,236,236,225,239,0,0,0,0,244,242,243,244,242,243,242,246,244,243,242,246,244,243,243,243,244,244,242,246,244,243,242,246,244,243,242,246,244,243,242,246,244,243,246,242,244,242,246,244,243,242,246,244,243,242,242,242,246,244,243,242,246,244,243,242,246,244,243,242,242,243,242,246,244,243,242,243,242,246,242,244,243,244,242,246,244,243,242,246,244,243,242,243,242,246,244,243,242,242,246,246,244,244,243,243,242,242,246,246,244,244,243,243,242,242,246,246,244,244,243,243,242,246,244,243,242,244,0,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,249,0,0,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,250,0,0,0,0,251,252,251,252,254,253,251,252,254,253,251,251,252,254,253,251,252,254,253,251,252,254,253,251,252,254,253,251,253,251,252,254,253,251,252,254,253,251,252,254,253,251,252,254,253,251,252,254,253,254,251,252,254,253,251,252,252,251,254,253,251,251,252,254,253,251,252,254,253,251,251,252,254,253,251,251,252,252,254,254,253,253,251,251,252,252,254,254,253,253,251,251,252,252,254,254,253,253,251,252,254,253,251,253,0,256,0,256,255,256,255,256,255,256,255,256,255,256,255,256,255,256,255,255,256,255,256,255,256,255,256,255,256,255,255,255,256,255,255,255,256,255,256,255,256,255,256,256,255,255,256,256,255,255,256,256,255,255,256,255,255,0,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,0,0,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,257,203,203,204,14,14,14,14,203,14,14,14,14,14,14,14,14,0,14,14,14,14,14,14,14,14,258,14,0,203,14,14,14,14,14,14,14,14,14,14,14,14,14,14,204,203,14,14,14,14,14,14,14,14,14,14,0,14,14,14,14,0,14,14,14,14,14,14,0,14,258,258,14,258,14,14,204,203,258,204,203,14,14,258,204,203,14,258,204,203,14,258,204,203,14,258,204,203,14,204,203,204,203,258,204,203,14,258,204,203,14,258,258,204,204,203,203,14,14,258,204,203,14,204,203,14,204,204,204,204,203,203,203,203,14,258,204,203,14,14,258,204,204,204,204,203,203,203,14,204,203,204,203,258,204,203,14,258,204,203,14,14,258,204,203,14,204,203,258,204,203,14,258,204,203,14,14,258,204,203,14,14,258,204,203,14,14,258,204,203,14,258,204,203,14,258,258,204,204,203,203,14,14,258,258,204,204,203,203,14,14,258,258,204,204,203,203,14,14,258,204,203,14,333,334,335,336,337,338,339,340,341,342,343,344,345,346,335,347,348,348,349,349,350,351,341,352,346,353,348,354,355,356,357,358,359,360,336,361,362,363,364,349,365,337,338,334,366,367,368,369,370,371,335,347,372,373,374,375,376,376,367,345,372,356,358,365,335,347,348,348,359,348,359,356,357,375,339,351,368,369,370,371,365,377,378,339,346,335,347,339,336,361,379,367,366,367,339,369,370,371,368,380,381,382,383,382,362,383,367,348,352,346,336,361,345,381,382,383,382,382,362,383,349,372,373,344,348,354,355,356,363,384,366,367,341,337,343,380,373,345,356,357,356,357,360,339,339,342,374,380,385,379,337,374,341,386,385,352,389,390,391,392,391,392,390,392,390,392,196,0,196,196,196,196,196,196,196,196,196,196,196,0,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,196,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[3,[[2,[1]]]]],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,-2],[[3,[4]]],5,6],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[7,-1,[]],[7,-1,[]],[8],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],0,0,0,0,0,0,[7,4],[7,4],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[3,[4]]],[]],[[11,12],13],[[8,12],13],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],7],[[],7],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[8,14],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[3,[[17,[8]]]]],[]],0,0,0,0,[11,18],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[4,[[2,[19]],[2,[1]]]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[-1,14],[[3,[11]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[10,[[25,[[24,[23]]]]]]],26],[[[24,[23]],-1],10,27],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[-1,29,[]],[30,31],[30,31],[-1,-2,[],[]],[-1,-2,[],[]],[30,30],[[-1,-2],4,[],[]],[[],30],[7,-1,[]],[30],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[[30,12],13],[-1,-1,[]],[[[25,[31]]],30],[32,30],[[],7],0,[30,[[25,[31]]]],[-1,-2,[],[]],[30,32],[30,[[25,[31]]]],[30,33],[[],[[10,[15,16]]]],[30,7],[[]],[[30,7],4],[[-1,7],4,[]],[[30,-1],10,[34,35,36]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],0,0,[[-1,28],4,[]],[[[37,[-1]]],[[24,[-1]]],[]],[[[37,[-1]]],[[24,[-1]]],[]],[[[37,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[37,[-1]]],[[24,[-1]]],[]],[-1,-2,[],[]],[[[37,[-1]]],[[24,[-1]]],[]],[[[37,[-1]]],[[37,[-1]]],38],[[-1,-2],4,[],[]],[[],[[37,[-1]]],38],[7,-1,[]],[[[37,[-1]]],[],[]],[7,-1,[]],[[[37,[-1]]],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[-1,-2,[],[[40,[39]]]],[-1,-2,[],[[40,[39]]]],[[[37,[-1]],12],13,[]],[[[25,[[24,[-1]]]]],[[37,[-1]]],[]],[-1,-1,[]],[[[41,[-1]]],[[37,[-1]]],38],[[],7],0,[[[37,[23]]],[[41,[23]]]],[[[37,[-1]]],[[25,[[24,[-1]]]]],[]],[-1,-2,[],[]],[[[37,[-1]]],[[25,[[24,[-1]]]]],[]],[[[37,[-1]]],33,[]],[[],[[10,[15,16]]]],[[[37,[-1]]],7,[]],[[[37,[-1]]],7,[]],[[]],[[[37,[-1]],7],4,[]],[[-1,7],4,[]],[[[37,[23]],-1],10,[34,35,36]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[10,[42,[43,[23]]]]],36],[-1,[[10,[44,45]]],36],[-1,[[10,[46,45]]],36],[-1,[[10,[47,45]]],36],[-1,[[10,[48,45]]],36],[-1,[[10,[49,45]]],36],[-1,[[10,[50,45]]],36],[-1,[[10,[51,45]]],36],[-1,[[10,[52,45]]],36],[-1,[[10,[53,45]]],36],[-1,[[10,[54,45]]],36],[-1,[[10,[55,45]]],36],[-1,[[10,[56,45]]],36],[-1,[[10,[57,45]]],36],[-1,[[10,[58,45]]],36],[-1,[[10,[59,45]]],36],[-1,[[10,[60,45]]],36],[-1,[[10,[61,45]]],36],[-1,[[10,[62,45]]],36],[-1,[[10,[63,45]]],36],[-1,[[10,[64,45]]],36],[-1,[[10,[65,45]]],36],[-1,[[10,[66,45]]],36],[-1,[[10,[67,45]]],36],[-1,[[10,[68,45]]],36],[-1,[[10,[69,45]]],36],[-1,[[10,[70,45]]],36],[-1,[[10,[71,45]]],36],[-1,[[10,[72,45]]],36],[-1,[[10,[73,45]]],36],[-1,[[10,[74,45]]],36],[-1,[[10,[75,45]]],36],[-1,[[10,[76,45]]],36],[-1,[[10,[77,45]]],36],[-1,[[10,[78,45]]],36],[-1,[[10,[79,45]]],36],[-1,[[10,[80,45]]],36],[-1,[[10,[81,45]]],36],[-1,[[10,[82,45]]],36],[-1,[[10,[83,45]]],36],[-1,[[10,[84,45]]],36],[-1,[[10,[85,45]]],36],[-1,[[10,[86,45]]],36],[-1,[[10,[87,45]]],36],[-1,[[10,[88,45]]],36],[-1,[[10,[89,45]]],36],[-1,[[10,[90,45]]],36],[-1,[[10,[91,45]]],36],[-1,[[10,[92,45]]],36],[-1,[[10,[93,45]]],36],[-1,[[10,[94,45]]],36],[-1,[[10,[95,45]]],36],[-1,[[10,[96,45]]],36],[-1,[[10,[97,45]]],36],[-1,[[10,[98,45]]],36],[-1,[[10,[99,45]]],36],[-1,[[10,[100,45]]],36],[-1,[[10,[101,[43,[23]]]]],36],[-1,[[10,[102,[43,[23]]]]],36],[-1,[[10,[103,[43,[23]]]]],36],[-1,[[10,[104,45]]],36],[-1,[[10,[105,[43,[23]]]]],36],[-1,[[10,[106,[43,[23]]]]],36],[-1,[[10,[107,[43,[23]]]]],36],[-1,[[10,[108,45]]],36],[-1,[[10,[109,[43,[23]]]]],36],[-1,[[10,[110,[43,[23]]]]],36],[-1,[[10,[111,[43,[23]]]]],36],[-1,[[10,[112,[43,[23]]]]],36],[-1,[[10,[113,[43,[23]]]]],36],[-1,[[10,[114,[43,[23]]]]],36],[-1,[[10,[115,[43,[23]]]]],36],[-1,[[10,[116,45]]],36],0,0,0,0,0,0,0,0,0,[117,117],[118,118],[119,119],[120,120],[121,121],[122,122],[123,123],[124,124],[125,125],[126,126],[127,127],[128,128],[129,129],[130,130],[131,131],[132,132],[133,133],[134,134],[135,135],[136,136],[137,137],[138,138],[139,139],[140,140],[141,141],[142,142],[143,143],[144,144],[145,145],[146,146],[147,147],[148,148],[149,149],[150,150],[151,151],[152,152],[153,153],[154,154],[155,155],[156,156],[157,157],[158,158],[159,159],[160,160],[161,161],[162,162],[163,163],[164,164],[165,165],[166,166],[167,167],[168,168],[169,169],[170,170],[171,171],[172,172],[173,173],[174,174],[175,175],[176,176],[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],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[179,179],190],[[180,180],190],[[182,182],190],[[183,183],190],[[184,184],190],[[185,185],190],[[186,186],190],[[187,187],190],[[188,188],190],0,0,0,[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[117,[24,[23]]],[[3,[14]]]],0,0,0,0,0,0,[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],0,0,0,0,0,0,0,0,0,[[117,117],33],[[179,179],33],[[180,180],33],[[182,182],33],[[183,183],33],[[184,184],33],[[185,185],33],[[186,186],33],[[187,187],33],[[188,188],33],[[189,189],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12],13],[[117,12],13],[[44,12],13],[[118,12],13],[[119,12],13],[[120,12],13],[[121,12],13],[[122,12],13],[[123,12],13],[[124,12],13],[[125,12],13],[[126,12],13],[[127,12],13],[[128,12],13],[[129,12],13],[[130,12],13],[[131,12],13],[[132,12],13],[[133,12],13],[[134,12],13],[[135,12],13],[[136,12],13],[[137,12],13],[[138,12],13],[[139,12],13],[[140,12],13],[[141,12],13],[[142,12],13],[[143,12],13],[[144,12],13],[[145,12],13],[[146,12],13],[[147,12],13],[[148,12],13],[[149,12],13],[[150,12],13],[[151,12],13],[[152,12],13],[[153,12],13],[[154,12],13],[[155,12],13],[[156,12],13],[[157,12],13],[[158,12],13],[[159,12],13],[[160,12],13],[[161,12],13],[[162,12],13],[[163,12],13],[[164,12],13],[[165,12],13],[[166,12],13],[[167,12],13],[[168,12],13],[[169,12],13],[[170,12],13],[[171,12],13],[[172,12],13],[[173,12],13],[[101,12],13],[[174,12],13],[[102,12],13],[[175,12],13],[[103,12],13],[[176,12],13],[[104,12],13],[[177,12],13],[[105,12],13],[[178,12],13],[[106,12],13],[[179,12],13],[[107,12],13],[[180,12],13],[[108,12],13],[[181,12],13],[[109,12],13],[[182,12],13],[[110,12],13],[[183,12],13],[[111,12],13],[[184,12],13],[[112,12],13],[[185,12],13],[[113,12],13],[[186,12],13],[[114,12],13],[[187,12],13],[[188,12],13],[[189,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[191,174],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[192,175],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[193,176],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[194,177],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[195,178],[-1,-1,[]],[-1,-1,[]],[196,179],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[197,180],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[198,181],[-1,-1,[]],[-1,-1,[]],[199,182],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[200,183],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[201,184],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[202,185],[-1,-1,[]],[-1,-1,[]],[203,186],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[204,187],[-1,-1,[]],[-1,-1,[]],[205,188],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[206,189],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],0,0,0,[[179,-1],4,209],[[180,-1],4,209],[[182,-1],4,209],[[183,-1],4,209],[[184,-1],4,209],[[185,-1],4,209],[[186,-1],4,209],[[187,-1],4,209],[[188,-1],4,209],[[189,-1],4,209],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[179,179],[[17,[190]]]],[[180,180],[[17,[190]]]],[[182,182],[[17,[190]]]],[[183,183],[[17,[190]]]],[[184,184],[[17,[190]]]],[[185,185],[[17,[190]]]],[[186,186],[[17,[190]]]],[[187,187],[[17,[190]]]],[[188,188],[[17,[190]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[117,7],4],[[118,7],4],[[119,7],4],[[120,7],4],[[121,7],4],[[122,7],4],[[123,7],4],[[124,7],4],[[125,7],4],[[126,7],4],[[127,7],4],[[128,7],4],[[129,7],4],[[130,7],4],[[131,7],4],[[132,7],4],[[133,7],4],[[134,7],4],[[135,7],4],[[136,7],4],[[137,7],4],[[138,7],4],[[139,7],4],[[140,7],4],[[141,7],4],[[142,7],4],[[143,7],4],[[144,7],4],[[145,7],4],[[146,7],4],[[147,7],4],[[148,7],4],[[149,7],4],[[150,7],4],[[151,7],4],[[152,7],4],[[153,7],4],[[154,7],4],[[155,7],4],[[156,7],4],[[157,7],4],[[158,7],4],[[159,7],4],[[160,7],4],[[161,7],4],[[162,7],4],[[163,7],4],[[164,7],4],[[165,7],4],[[166,7],4],[[167,7],4],[[168,7],4],[[169,7],4],[[170,7],4],[[171,7],4],[[172,7],4],[[173,7],4],[[174,7],4],[[175,7],4],[[176,7],4],[[177,7],4],[[178,7],4],[[179,7],4],[[180,7],4],[[181,7],4],[[182,7],4],[[183,7],4],[[184,7],4],[[185,7],4],[[186,7],4],[[187,7],4],[[188,7],4],[[189,7],4],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],[[-1,7],4,[]],0,0,0,0,0,0,[[117,-1],10,[210,36]],[[118,-1],10,[210,36]],[[119,-1],10,[210,36]],[[120,-1],10,[210,36]],[[121,-1],10,[210,36]],[[122,-1],10,[210,36]],[[123,-1],10,[210,36]],[[124,-1],10,[210,36]],[[125,-1],10,[210,36]],[[126,-1],10,[210,36]],[[127,-1],10,[210,36]],[[128,-1],10,[210,36]],[[129,-1],10,[210,36]],[[130,-1],10,[210,36]],[[131,-1],10,[210,36]],[[132,-1],10,[210,36]],[[133,-1],10,[210,36]],[[134,-1],10,[210,36]],[[135,-1],10,[210,36]],[[136,-1],10,[210,36]],[[137,-1],10,[210,36]],[[138,-1],10,[210,36]],[[139,-1],10,[210,36]],[[140,-1],10,[210,36]],[[141,-1],10,[210,36]],[[142,-1],10,[210,36]],[[143,-1],10,[210,36]],[[144,-1],10,[210,36]],[[145,-1],10,[210,36]],[[146,-1],10,[210,36]],[[147,-1],10,[210,36]],[[148,-1],10,[210,36]],[[149,-1],10,[210,36]],[[150,-1],10,[210,36]],[[151,-1],10,[210,36]],[[152,-1],10,[210,36]],[[153,-1],10,[210,36]],[[154,-1],10,[210,36]],[[155,-1],10,[210,36]],[[156,-1],10,[210,36]],[[157,-1],10,[210,36]],[[158,-1],10,[210,36]],[[159,-1],10,[210,36]],[[160,-1],10,[210,36]],[[161,-1],10,[210,36]],[[162,-1],10,[210,36]],[[163,-1],10,[210,36]],[[164,-1],10,[210,36]],[[165,-1],10,[210,36]],[[166,-1],10,[210,36]],[[167,-1],10,[210,36]],[[168,-1],10,[210,36]],[[169,-1],10,[210,36]],[[170,-1],10,[210,36]],[[171,-1],10,[210,36]],[[172,-1],10,[210,36]],[[173,-1],10,[210,36]],[[174,-1],10,[210,36]],[[175,-1],10,[210,36]],[[176,-1],10,[210,36]],[[177,-1],10,[210,36]],[[178,-1],10,[210,36]],[[179,-1],10,[210,36]],[[180,-1],10,[210,36]],[[181,-1],10,[210,36]],[[182,-1],10,[210,36]],[[183,-1],10,[210,36]],[[184,-1],10,[210,36]],[[185,-1],10,[210,36]],[[186,-1],10,[210,36]],[[187,-1],10,[210,36]],[[188,-1],10,[210,36]],[[189,-1],10,[210,36]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[4]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],[[-1,-2],[[10,[7]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[211,[[10,[117,[212,[117]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[],[[10,[117,[212,[117]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,0,0,0,0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[213,[[3,[[2,[1]]]]]],[214,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[215,215],[[-1,-2],4,[],[]],[[],213],[[],215],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[213,[[3,[4]]]],[216,[[3,[4]]]],[[213,12],13],[[215,12],13],[[214,12],13],[[216,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,[[]],[[]],[[]],[[]],[213,[[3,[[17,[8]]]]]],[214,[[3,[[17,[8]]]]]],0,0,[213,[[4,[[2,[19]],[2,[1]]]]]],0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[213,14],[[3,[11]]]],[[216,14],[[3,[11]]]],0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[217,[[3,[[2,[1]]]]]],[218,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[219,219],[220,220],[221,221],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[219,219],190],[[220,220],190],[[221,-1],[[3,[222]]],223],[[218,-1],[[3,[222]]],223],0,[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],0,[[224,-1],225,223],[[221,-1],225,223],0,[[],226],[[],222],0,[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],0,0,[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],[7,4],0,[[219,219],33],[[220,220],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],0,0,[221,[[3,[4]]]],[218,[[3,[4]]]],[[226,12],13],[[219,12],13],[[220,12],13],[[224,12],13],[[221,12],13],[[217,12],13],[[218,12],13],[[222,12],13],[-1,-1,[]],[-1,-1,[]],[[[227,[18]]],219],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[219,-1],4,209],[[220,-1],4,209],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[218,[[4,[221,217]]]],0,[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,0,[-1,[[3,[218]]],223],0,0,[[219,219],[[17,[190]]]],[[220,220],[[17,[190]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[217,[[3,[[17,[8]]]]]],[218,[[3,[[17,[8]]]]]],0,[[221,-1],4,223],[[218,-1],4,223],0,0,[218,[[4,[[2,[19]],[2,[1]]]]]],0,0,0,0,[[221,221],221],[[217,[2,[1]]],[[2,[1]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],0,[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[221,14],[[3,[11]]]],[[218,14],[[3,[11]]]],0,0,0,0,0,[228,[[3,[[2,[1]]]]]],[229,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[228,[[3,[222]]]],[230,[[3,[[4,[222,217]]]]]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[230,4],[7,4],[7,4],[228,[[3,[4]]]],[230,[[3,[4]]]],[[231,12],13],[[228,12],13],[[230,12],13],[[229,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,[-1,[[3,[228]]],[[233,[232]]]],0,0,0,0,[[]],[[]],[[]],[[]],[228,[[3,[[17,[8]]]]]],[229,[[3,[[17,[8]]]]]],0,[230,4],0,[228,[[4,[[2,[19]],[2,[1]]]]]],0,0,[[229,[2,[1]]],[[2,[1]]]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[228,228],[[228,234],228],[[228,18],228],[[228,18],228],[[228,14],[[3,[11]]]],[[230,14],[[3,[11]]]],0,[[-1,28],4,[]],[235,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[235,235],[[-1,-2],4,[],[]],[235,7],[[],235],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[235,[[3,[4]]]],[[235,12],13],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],0,0,[[]],[235,[[3,[[17,[8]]]]]],[235,18],[235,[[4,[[2,[19]],[2,[1]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[235,14],[[3,[11]]]],0,0,0,0,0,[[-1,28],4,[]],[[236,7],4],[225,[[3,[[2,[1]]]]]],[237,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[236,-1],225,223],[238,238],[[-1,-2],4,[],[]],[[225,-1],225,223],0,0,[[],238],[[],236],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[7,4],0,0,0,0,0,0,0,0,0,[225,[[3,[4]]]],[239,[[3,[4]]]],[[225,12],13],[[238,12],13],[[239,12],13],[[237,12],13],[[236,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[225,240],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[-1,238],225,223],[[],236],[[]],[[]],[[]],[[]],[[]],[225,[[3,[[17,[8]]]]]],[237,[[3,[[17,[8]]]]]],0,[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[225,[[4,[[2,[19]],[2,[1]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[236,[241,[7]]],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[236,33],236],[[225,14],[[3,[11]]]],[[239,14],[[3,[11]]]],0,0,0,0,[[-1,28],4,[]],[242,[[3,[[2,[1]]]]]],[243,[[3,[[2,[1]]]]]],[244,[[3,[243]]]],[242,245],[243,245],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[244,244],[[-1,-2],4,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],0,[242,[[3,[4]]]],[244,[[3,[4]]]],[[242,12],13],[[246,12],13],[[244,12],13],[[243,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[247,240],[248,[[3,[242]]]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[-1,[[3,[242]]],[[233,[232]]]],[242,247],[243,247],[[]],[[]],[[]],[[]],[242,[[3,[[17,[8]]]]]],[243,[[3,[[17,[8]]]]]],0,0,[242,[[4,[[2,[19]],[2,[1]]]]]],0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[242,14],[[3,[11]]]],[[244,14],[[3,[11]]]],0,[[-1,28],4,[]],[249,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[249,249],[[-1,-2],4,[],[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[249,4],0,[249,[[3,[4]]]],[[249,12],13],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[232,[[3,[249]]]],[[]],[249,[[3,[[17,[8]]]]]],[249,[[4,[[2,[19]],[2,[1]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[249,14],[[3,[11]]]],0,0,[250,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],250],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[250,[[3,[4]]]],[[250,12],13],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[]],[250,[[3,[[17,[8]]]]]],[250,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[250,14],[[3,[11]]]],0,0,0,0,[251,[[3,[[2,[1]]]]]],[252,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[4,[251,251]]]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[251,[[3,[4]]]],[253,[[3,[4]]]],[[251,12],13],[[252,12],13],[[254,12],13],[[253,12],13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,[[]],[[]],[[]],[[]],[251,[[3,[[17,[8]]]]]],[252,[[3,[[17,[8]]]]]],0,0,0,0,[251,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[251,14],[[3,[11]]]],[[253,14],[[3,[11]]]],0,0,0,0,[255,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],256],[[],255],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[255,[[3,[4]]]],[[256,12],13],[[255,12],13],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],0,[256,255],[[]],[[]],[255,[[3,[[17,[8]]]]]],[255,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[255,14],[[3,[11]]]],0,[240,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[240,[[3,[4]]]],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[[2,[19]],[2,[1]]],240],[[]],[240,[[3,[[17,[8]]]]]],0,[240,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[240,14],[[3,[11]]]],0,0,[257,[[3,[[2,[1]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[],257],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[257,[[3,[4]]]],[[257,12],13],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[[]],[257,[[3,[[17,[8]]]]]],[257,[[4,[[2,[19]],[2,[1]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[257,14],[[3,[11]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[[-1,28],4,[]],[14,117],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[258,258],[204,204],[203,203],[14,14],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[-1,-2],4,[],[]],[[204,204],190],[[203,203],190],[[-1,-2],190,[],[]],[[-1,-2],190,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[258]]],26],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[204]]],26],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[203]]],26],[-1,[[10,[14]]],26],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[7,4],[7,4],[7,4],[7,4],[[204,204],33],[[203,203],33],[[14,14],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[14,7],[[258,12],13],[[204,12],13],[[203,12],13],[[14,12],13],[[14,12],13],[-1,-1,[]],[-1,-1,[]],[259,204],[187,204],[114,204],[113,203],[186,203],[-1,-1,[]],[-1,-1,[]],[[-1,-2],18,[207,36],208],[[-1,-2],18,[207,36],208],[[204,-1],4,209],[[203,-1],4,209],[[],7],[[],7],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[14,14],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[],[[10,[15,16]]]],[[204,204],[[17,[190]]]],[[203,203],[[17,[190]]]],[[]],[[]],[[]],[[]],[[258,-1],10,27],[[204,-1],10,27],[[203,-1],10,27],[[14,-1],10,27],[[14,-1],[[3,[7]]],[35,34]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,32,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[260,[[3,[14]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,28],4,[]],[-1,-2,[],[]],[-1,-2,[],[]],[196,196],[[-1,-2],4,[],[]],[[196,196],190],[[-1,-2],190,[],[]],[7,-1,[]],[7,-1,[]],[[-1,-2],[[10,[[9,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[196]]],26],[7,4],[[196,196],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[196,12],13],[179,196],[-1,-1,[]],[106,196],[31,[[10,[196]]]],[[-1,-2],18,[207,36],208],[[196,-1],4,209],[[],7],[-1,-2,[],[]],[[],[[10,[15,16]]]],[196,33],[[196,196],[[17,[190]]]],[[]],[[196,-1],10,27],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,20,[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[[[2,[-1,21]]],[[2,[22,21]]],[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,22,[]],[-1,-2,[],[]],[[-1,-2],[[3,[4]]],5,6]],"c":[],"p":[[6,"DynReadableJournal",0],[3,"Box",9658],[6,"Result",9659],[15,"tuple"],[8,"ReadableJournal",0],[8,"WritableJournal",0],[15,"usize"],[3,"LogReadResult",0],[3,"With",9660],[4,"Result",9661],[3,"LogWriteResult",0],[3,"Formatter",9662],[6,"Result",9662],[4,"JournalEntry",9213],[3,"Layout",9663],[3,"LayoutError",9663],[4,"Option",9664],[15,"u64"],[6,"DynWritableJournal",0],[3,"TypeId",9665],[3,"Global",9666],[8,"Any",9665],[15,"u8"],[15,"slice"],[4,"Cow",9667],[8,"Deserializer",9668],[8,"Serializer",9669],[3,"Private",9670],[4,"ComponentExternName",9671],[3,"AlignedCowStr",1667],[15,"str"],[3,"String",9672],[15,"bool"],[8,"ScratchSpace",9673],[8,"Serializer",9673],[8,"Sized",9674],[3,"AlignedCowVec",1713],[8,"Clone",9675],[15,"char"],[8,"FromIterator",9676],[3,"Vec",9677],[4,"ArchivedJournalEntryRecordType",1762],[4,"EnumCheckError",9678],[3,"ArchivedJournalEntryHeader",1762],[3,"StructCheckError",9678],[3,"ArchivedJournalEntryInitModuleV1",1762],[3,"ArchivedJournalEntryClearEtherealV1",1762],[3,"ArchivedJournalEntryProcessExitV1",1762],[3,"ArchivedJournalEntrySetThreadV1",1762],[3,"ArchivedJournalEntryCloseThreadV1",1762],[3,"ArchivedJournalEntryFileDescriptorSeekV1",1762],[3,"ArchivedJournalEntryFileDescriptorWriteV1",1762],[3,"ArchivedJournalEntryUpdateMemoryRegionV1",1762],[3,"ArchivedJournalEntrySetClockTimeV1",1762],[3,"ArchivedJournalEntryOpenFileDescriptorV1",1762],[3,"ArchivedJournalEntryCloseFileDescriptorV1",1762],[3,"ArchivedJournalEntryRenumberFileDescriptorV1",1762],[3,"ArchivedJournalEntryDuplicateFileDescriptorV1",1762],[3,"ArchivedJournalEntryCreateDirectoryV1",1762],[3,"ArchivedJournalEntryRemoveDirectoryV1",1762],[3,"ArchivedJournalEntryPathSetTimesV1",1762],[3,"ArchivedJournalEntryFileDescriptorSetTimesV1",1762],[3,"ArchivedJournalEntryFileDescriptorSetSizeV1",1762],[3,"ArchivedJournalEntryFileDescriptorSetFlagsV1",1762],[3,"ArchivedJournalEntryFileDescriptorSetRightsV1",1762],[3,"ArchivedJournalEntryFileDescriptorAdviseV1",1762],[3,"ArchivedJournalEntryFileDescriptorAllocateV1",1762],[3,"ArchivedJournalEntryCreateHardLinkV1",1762],[3,"ArchivedJournalEntryCreateSymbolicLinkV1",1762],[3,"ArchivedJournalEntryUnlinkFileV1",1762],[3,"ArchivedJournalEntryPathRenameV1",1762],[3,"ArchivedJournalEntryChangeDirectoryV1",1762],[3,"ArchivedJournalEntryEpollCreateV1",1762],[3,"ArchivedJournalEntryEpollCtlV1",1762],[3,"ArchivedJournalEntryTtySetV1",1762],[3,"ArchivedJournalEntryCreatePipeV1",1762],[3,"ArchivedJournalEntryCreateEventV1",1762],[3,"ArchivedJournalEntryPortAddAddrV1",1762],[3,"ArchivedJournalEntryPortDelAddrV1",1762],[3,"ArchivedJournalEntryPortBridgeV1",1762],[3,"ArchivedJournalEntryPortGatewaySetV1",1762],[3,"ArchivedJournalEntryPortRouteAddV1",1762],[3,"ArchivedJournalEntryPortRouteDelV1",1762],[3,"ArchivedJournalEntrySocketOpenV1",1762],[3,"ArchivedJournalEntrySocketListenV1",1762],[3,"ArchivedJournalEntrySocketBindV1",1762],[3,"ArchivedJournalEntrySocketConnectedV1",1762],[3,"ArchivedJournalEntrySocketAcceptedV1",1762],[3,"ArchivedJournalEntrySocketJoinIpv4MulticastV1",1762],[3,"ArchivedJournalEntrySocketJoinIpv6MulticastV1",1762],[3,"ArchivedJournalEntrySocketLeaveIpv4MulticastV1",1762],[3,"ArchivedJournalEntrySocketLeaveIpv6MulticastV1",1762],[3,"ArchivedJournalEntrySocketSendFileV1",1762],[3,"ArchivedJournalEntrySocketSendToV1",1762],[3,"ArchivedJournalEntrySocketSendV1",1762],[3,"ArchivedJournalEntrySocketSetOptFlagV1",1762],[3,"ArchivedJournalEntrySocketSetOptSizeV1",1762],[3,"ArchivedJournalEntrySocketSetOptTimeV1",1762],[3,"ArchivedJournalEntrySocketShutdownV1",1762],[3,"ArchivedJournalEntrySnapshotV1",1762],[4,"ArchivedJournalSnapshot0ClockidV1",1762],[4,"ArchivedJournalWhenceV1",1762],[4,"ArchivedJournalAdviceV1",1762],[3,"ArchivedJournalIpCidrV1",1762],[4,"ArchivedJournalExitCodeV1",1762],[4,"ArchivedJournalSnapshotTriggerV1",1762],[4,"ArchivedJournalEpollCtlV1",1762],[3,"ArchivedJournalEpollEventCtlV1",1762],[4,"ArchivedJournalStreamSecurityV1",1762],[4,"ArchivedJournalAddressfamilyV1",1762],[4,"ArchivedJournalSocktypeV1",1762],[4,"ArchivedJournalSockoptionV1",1762],[4,"ArchivedJournalTimeTypeV1",1762],[4,"ArchivedJournalSocketShutdownV1",1762],[4,"ArchivedJournalThreadStartTypeV1",1762],[3,"ArchivedJournalWasiMemoryLayout",1762],[4,"JournalEntryRecordType",1762],[3,"JournalEntryHeader",1762],[3,"JournalEntryInitModuleV1",1762],[3,"JournalEntryClearEtherealV1",1762],[3,"JournalEntryProcessExitV1",1762],[3,"JournalEntrySetThreadV1",1762],[3,"JournalEntryCloseThreadV1",1762],[3,"JournalEntryFileDescriptorSeekV1",1762],[3,"JournalEntryFileDescriptorWriteV1",1762],[3,"JournalEntryUpdateMemoryRegionV1",1762],[3,"JournalEntrySetClockTimeV1",1762],[3,"JournalEntryOpenFileDescriptorV1",1762],[3,"JournalEntryCloseFileDescriptorV1",1762],[3,"JournalEntryRenumberFileDescriptorV1",1762],[3,"JournalEntryDuplicateFileDescriptorV1",1762],[3,"JournalEntryCreateDirectoryV1",1762],[3,"JournalEntryRemoveDirectoryV1",1762],[3,"JournalEntryPathSetTimesV1",1762],[3,"JournalEntryFileDescriptorSetTimesV1",1762],[3,"JournalEntryFileDescriptorSetSizeV1",1762],[3,"JournalEntryFileDescriptorSetFlagsV1",1762],[3,"JournalEntryFileDescriptorSetRightsV1",1762],[3,"JournalEntryFileDescriptorAdviseV1",1762],[3,"JournalEntryFileDescriptorAllocateV1",1762],[3,"JournalEntryCreateHardLinkV1",1762],[3,"JournalEntryCreateSymbolicLinkV1",1762],[3,"JournalEntryUnlinkFileV1",1762],[3,"JournalEntryPathRenameV1",1762],[3,"JournalEntryChangeDirectoryV1",1762],[3,"JournalEntryEpollCreateV1",1762],[3,"JournalEntryEpollCtlV1",1762],[3,"JournalEntryTtySetV1",1762],[3,"JournalEntryCreatePipeV1",1762],[3,"JournalEntryCreateEventV1",1762],[3,"JournalEntryPortAddAddrV1",1762],[3,"JournalEntryPortDelAddrV1",1762],[3,"JournalEntryPortBridgeV1",1762],[3,"JournalEntryPortGatewaySetV1",1762],[3,"JournalEntryPortRouteAddV1",1762],[3,"JournalEntryPortRouteDelV1",1762],[3,"JournalEntrySocketOpenV1",1762],[3,"JournalEntrySocketListenV1",1762],[3,"JournalEntrySocketBindV1",1762],[3,"JournalEntrySocketConnectedV1",1762],[3,"JournalEntrySocketAcceptedV1",1762],[3,"JournalEntrySocketJoinIpv4MulticastV1",1762],[3,"JournalEntrySocketJoinIpv6MulticastV1",1762],[3,"JournalEntrySocketLeaveIpv4MulticastV1",1762],[3,"JournalEntrySocketLeaveIpv6MulticastV1",1762],[3,"JournalEntrySocketSendFileV1",1762],[3,"JournalEntrySocketSendToV1",1762],[3,"JournalEntrySocketSendV1",1762],[3,"JournalEntrySocketSetOptFlagV1",1762],[3,"JournalEntrySocketSetOptSizeV1",1762],[3,"JournalEntrySocketSetOptTimeV1",1762],[3,"JournalEntrySocketShutdownV1",1762],[3,"JournalEntrySnapshotV1",1762],[4,"JournalSnapshot0ClockidV1",1762],[4,"JournalWhenceV1",1762],[4,"JournalAdviceV1",1762],[3,"JournalIpCidrV1",1762],[4,"JournalExitCodeV1",1762],[4,"JournalSnapshotTriggerV1",1762],[4,"JournalEpollCtlV1",1762],[3,"JournalEpollEventCtlV1",1762],[4,"JournalStreamSecurityV1",1762],[4,"JournalAddressfamilyV1",1762],[4,"JournalSocktypeV1",1762],[4,"JournalSockoptionV1",1762],[4,"JournalTimeTypeV1",1762],[4,"JournalSocketShutdownV1",1762],[4,"JournalThreadStartTypeV1",1762],[3,"JournalWasiMemoryLayout",1762],[4,"Ordering",9679],[4,"Snapshot0Clockid",9680],[4,"Whence",9680],[4,"Advice",9680],[3,"IpCidr",9681],[4,"ExitCode",9682],[4,"SnapshotTrigger",9601],[4,"EpollCtl",9682],[3,"EpollEventCtl",9682],[4,"StreamSecurity",9681],[4,"Addressfamily",9680],[4,"Socktype",9680],[4,"Sockoption",9680],[4,"SocketOptTimeType",9213],[4,"SocketShutdownHow",9213],[4,"ThreadStartType",9683],[3,"WasiMemoryLayout",9683],[8,"Hash",9684],[8,"BuildHasher",9684],[8,"Hasher",9684],[8,"Fallible",9685],[15,"u16"],[3,"TryFromPrimitiveError",9686],[3,"BufferedJournal",8089],[3,"BufferedJournalRx",8089],[3,"State",8089],[3,"BufferedJournalTx",8089],[3,"CompactingJournalRx",8202],[3,"CompactingJournal",8202],[3,"MemoryRange",8202],[3,"DescriptorLookup",8202],[3,"CompactingJournalTx",8202],[3,"CompactResult",8202],[8,"Journal",0],[3,"State",8202],[3,"FilteredJournal",8637],[3,"StateDescriptor",8202],[3,"Range",9687],[3,"CompactingLogFileJournal",8474],[3,"CompactingLogFileJournalRx",8474],[3,"CompactingLogFileJournalTx",8474],[3,"State",8474],[3,"Path",9688],[8,"AsRef",9689],[15,"f32"],[3,"CountingJournal",8600],[3,"FilteredJournalBuilder",8637],[3,"FilteredJournalRx",8637],[3,"FilteredJournalConfig",8637],[3,"FilteredJournalTx",8637],[3,"RecombinedJournal",9156],[3,"HashSet",9690],[3,"LogFileJournal",8803],[3,"LogFileJournalRx",8803],[3,"LogFileJournalTx",8803],[3,"OffloadBackingStore",9691],[3,"TxState",8803],[3,"OwnedBuffer",9692],[3,"File",9693],[3,"MemFileJournal",8925],[3,"NullJournal",8960],[3,"PipeJournal",8991],[3,"PipeJournalRx",8991],[3,"PipeJournalTx",8991],[3,"SenderState",8991],[3,"PrintingJournal",9099],[4,"JournalPrintingMode",9099],[3,"UnsupportedJournal",9183],[4,"SocketJournalEvent",9213],[4,"Shutdown",9694],[4,"ArchivedJournalEntry",1762],[4,"JournalSockoptionV1Resolver",1762],[4,"JournalTimeTypeV1Resolver",1762],[4,"JournalEpollCtlV1Resolver",1762],[4,"JournalStreamSecurityV1Resolver",1762],[4,"JournalSnapshotTriggerV1Resolver",1762],[4,"JournalSocketShutdownV1Resolver",1762],[4,"JournalEntryRecordTypeResolver",1762],[4,"JournalWhenceV1Resolver",1762],[4,"JournalSocktypeV1Resolver",1762],[4,"JournalAdviceV1Resolver",1762],[4,"JournalExitCodeV1Resolver",1762],[4,"JournalAddressfamilyV1Resolver",1762],[4,"JournalThreadStartTypeV1Resolver",1762],[4,"JournalSnapshot0ClockidV1Resolver",1762],[3,"JournalEntryPortDelAddrV1Resolver",1762],[3,"JournalEntrySocketBindV1Resolver",1762],[3,"JournalEntrySocketSendToV1Resolver",1762],[3,"JournalEntryFileDescriptorAdviseV1Resolver",1762],[3,"JournalEntrySocketOpenV1Resolver",1762],[3,"JournalEntrySocketListenV1Resolver",1762],[3,"JournalEntrySetThreadV1Resolver",1762],[3,"JournalEntryPortAddAddrV1Resolver",1762],[3,"JournalEntryPortRouteAddV1Resolver",1762],[3,"JournalEntrySetClockTimeV1Resolver",1762],[3,"JournalEntryTtySetV1Resolver",1762],[3,"JournalEntryUpdateMemoryRegionV1Resolver",1762],[3,"JournalEntryDuplicateFileDescriptorV1Resolver",1762],[3,"JournalEntrySocketSendFileV1Resolver",1762],[3,"JournalEntryFileDescriptorWriteV1Resolver",1762],[3,"JournalEntrySocketSendV1Resolver",1762],[3,"JournalEpollEventCtlV1Resolver",1762],[3,"JournalEntryOpenFileDescriptorV1Resolver",1762],[3,"JournalEntryEpollCtlV1Resolver",1762],[3,"JournalEntryProcessExitV1Resolver",1762],[3,"JournalEntryCloseThreadV1Resolver",1762],[3,"JournalEntryFileDescriptorSeekV1Resolver",1762],[3,"JournalEntryCloseFileDescriptorV1Resolver",1762],[3,"JournalEntryCreateDirectoryV1Resolver",1762],[3,"JournalEntryRemoveDirectoryV1Resolver",1762],[3,"JournalEntryPathSetTimesV1Resolver",1762],[3,"JournalEntryFileDescriptorSetTimesV1Resolver",1762],[3,"JournalEntryFileDescriptorSetSizeV1Resolver",1762],[3,"JournalEntryFileDescriptorSetFlagsV1Resolver",1762],[3,"JournalEntryFileDescriptorSetRightsV1Resolver",1762],[3,"JournalEntryFileDescriptorAllocateV1Resolver",1762],[3,"JournalEntryCreateSymbolicLinkV1Resolver",1762],[3,"JournalEntryUnlinkFileV1Resolver",1762],[3,"JournalEntryEpollCreateV1Resolver",1762],[3,"JournalEntryCreateEventV1Resolver",1762],[3,"JournalEntrySocketConnectedV1Resolver",1762],[3,"JournalEntrySocketAcceptedV1Resolver",1762],[3,"JournalEntrySocketJoinIpv4MulticastV1Resolver",1762],[3,"JournalEntrySocketJoinIpv6MulticastV1Resolver",1762],[3,"JournalEntrySocketLeaveIpv4MulticastV1Resolver",1762],[3,"JournalEntrySocketLeaveIpv6MulticastV1Resolver",1762],[3,"JournalEntrySocketSetOptFlagV1Resolver",1762],[3,"JournalEntrySocketSetOptSizeV1Resolver",1762],[3,"JournalEntrySocketSetOptTimeV1Resolver",1762],[3,"JournalEntrySocketShutdownV1Resolver",1762],[3,"JournalEntryCreatePipeV1Resolver",1762],[3,"JournalWasiMemoryLayoutResolver",1762],[3,"JournalEntryPortGatewaySetV1Resolver",1762],[3,"JournalEntryPortRouteDelV1Resolver",1762],[3,"JournalIpCidrV1Resolver",1762],[3,"JournalEntryPortBridgeV1Resolver",1762],[3,"JournalEntryRenumberFileDescriptorV1Resolver",1762],[3,"JournalEntryCreateHardLinkV1Resolver",1762],[3,"JournalEntryPathRenameV1Resolver",1762],[3,"JournalEntryChangeDirectoryV1Resolver",1762],[3,"JournalEntrySnapshotV1Resolver",1762],[3,"JournalEntryInitModuleV1Resolver",1762],[13,"ThreadSpawn",8086],[13,"PortDelAddrV1",9435],[13,"SocketBindV1",9435],[13,"SocketSendToV1",9435],[13,"FileDescriptorAdviseV1",9435],[13,"SocketOpenV1",9435],[13,"SocketListenV1",9435],[13,"SetThreadV1",9435],[13,"PortAddAddrV1",9435],[13,"PortRouteAddV1",9435],[13,"SetClockTimeV1",9435],[13,"UpdateMemoryRegionV1",9435],[13,"DuplicateFileDescriptorV1",9435],[13,"SocketSendFileV1",9435],[13,"FileDescriptorWriteV1",9435],[13,"SocketSendV1",9435],[13,"OpenFileDescriptorV1",9435],[13,"EpollCtlV1",9435],[13,"ProcessExitV1",9435],[13,"CloseThreadV1",9435],[13,"FileDescriptorSeekV1",9435],[13,"CloseFileDescriptorV1",9435],[13,"CreateDirectoryV1",9435],[13,"RemoveDirectoryV1",9435],[13,"PathSetTimesV1",9435],[13,"FileDescriptorSetTimesV1",9435],[13,"FileDescriptorSetFlagsV1",9435],[13,"FileDescriptorSetRightsV1",9435],[13,"FileDescriptorSetSizeV1",9435],[13,"FileDescriptorAllocateV1",9435],[13,"CreateSymbolicLinkV1",9435],[13,"UnlinkFileV1",9435],[13,"EpollCreateV1",9435],[13,"CreateEventV1",9435],[13,"SocketConnectedV1",9435],[13,"SocketAcceptedV1",9435],[13,"SocketJoinIpv4MulticastV1",9435],[13,"SocketJoinIpv6MulticastV1",9435],[13,"SocketLeaveIpv4MulticastV1",9435],[13,"SocketLeaveIpv6MulticastV1",9435],[13,"SocketSetOptFlagV1",9435],[13,"SocketSetOptSizeV1",9435],[13,"SocketSetOptTimeV1",9435],[13,"SocketShutdownV1",9435],[13,"CreatePipeV1",9435],[13,"PortGatewaySetV1",9435],[13,"PortRouteDelV1",9435],[13,"TtySetV1",9435],[13,"PortBridgeV1",9435],[13,"RenumberFileDescriptorV1",9435],[13,"CreateHardLinkV1",9435],[13,"PathRenameV1",9435],[13,"ChangeDirectoryV1",9435],[13,"SnapshotV1",9435],[13,"InitModuleV1",9435],[13,"ThreadSpawn",8087],[13,"ThreadSpawn",8088],[13,"Icmp",9591],[13,"TcpListen",9591],[13,"TcpStream",9591],[13,"UdpSocket",9591],[3,"JournalEntryHeaderResolver",1762],[3,"JournalEntryClearEtherealV1Resolver",1762]]},\ "wasmer_middlewares":{"doc":"","t":"CANDDDENLMLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFMMLLLLMLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Metering","metering","Exhausted","FunctionMetering","Metering","MeteringGlobalIndexes","MeteringPoints","Remaining","__clone_box","accumulated_cost","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cost_function","cost_function","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","feed","fmt","fmt","fmt","fmt","from","from","from","from","generate_function_middleware","get_remaining_points","global_indexes","global_indexes","init","init","init","init","initial_limit","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","points_exhausted","remaining_points","set_remaining_points","to_owned","transform_module_info","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref"],"q":[[0,"wasmer_middlewares"],[2,"wasmer_middlewares::metering"],[103,"dyn_clone::sealed"],[104,"rkyv::with"],[105,"core::result"],[106,"wasmparser::readers::core::operators"],[107,"wasmer_compiler::translator::middleware"],[108,"wasmer_types::error"],[109,"core::ops::function"],[110,"core::marker"],[111,"core::marker"],[112,"core::fmt"],[113,"wasmer_compiler::translator::middleware"],[114,"wasmer::instance"],[115,"wasmer::store"],[116,"core::alloc::layout"],[117,"core::alloc::layout"],[118,"core::any"],[119,"alloc::alloc"],[120,"core::any"]],"d":["","metering is a middleware for tracking how many operators …","The execution was terminated because the metering points …","The function-level metering middleware.","The module-level metering middleware.","","Represents the type of the metering points, either …","The given number of metering points is left for the …","","Accumulated cost of the current basic block.","","","","","","","","","","","Function that maps each operator to a cost in “points”.","Function that maps each operator to a cost in “points”.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Generates a FunctionMiddleware for a given function.","Get the remaining points in an Instance.","The global indexes for metering points.","The global indexes for metering points.","","","","","Initial limit of points.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Creates a Metering middleware.","","","","","The global index in the current module for a boolean …","The global index in the current module for remaining …","Set the new provided remaining points in an Instance.","","Transforms a ModuleInfo struct in-place. This is called …","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,7,0,0,0,0,7,3,9,16,9,3,7,16,9,3,7,3,3,16,9,16,9,3,7,16,9,3,7,16,9,3,7,16,9,3,7,7,7,7,7,7,9,16,9,3,7,16,9,3,7,16,0,16,9,16,9,3,7,16,16,9,3,7,16,9,3,7,16,16,9,3,7,3,3,0,3,16,16,9,3,7,16,9,3,7,16,9,3,7,16,9,3,7,16,9,3,7,16,9,3,7],"f":[0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[3,3],[[-1,-2],2,[],[]],0,0,[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,2],[4,2],[4,2],[4,2],[[7,7],8],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[[9,[-1]],10,11],[[6,[2,12]]],[13,14,15]],[[[16,[-1]],17],18,[13,14,15]],[[[9,[-1]],17],18,[13,14,15]],[[3,17],18],[[7,17],18],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[16,[-1]],19],[[21,[20]]],[13,14,15]],[[-1,22],7,23],0,0,[[],4],[[],4],[[],4],[[],4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[24,25]]]],[[],[[6,[24,25]]]],[[],[[6,[24,25]]]],[[],[[6,[24,25]]]],[[26,-1],[[16,[-1]]],[13,14,15]],[[]],[[]],[[]],[[]],[3,27],[3,27],[[-1,22,26],2,23],[-1,-2,[],[]],[[[16,[-1]],28],2,[13,14,15]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[-1,29,[]],[[[21,[-1,30]]],[[21,[31,30]]],[]],[[[21,[-1,30]]],[[21,[31,30]]],[]],[[[21,[-1,30]]],[[21,[31,30]]],[]],[[[21,[-1,30]]],[[21,[31,30]]],[]],[-1,31,[]],[-1,31,[]],[-1,31,[]],[-1,31,[]],[-1,31,[]],[-1,31,[]],[-1,31,[]],[-1,31,[]]],"c":[],"p":[[3,"Private",103],[15,"tuple"],[3,"MeteringGlobalIndexes",2],[15,"usize"],[3,"With",104],[4,"Result",105],[4,"MeteringPoints",2],[15,"bool"],[3,"FunctionMetering",2],[4,"Operator",106],[3,"MiddlewareReaderState",107],[3,"MiddlewareError",108],[8,"Fn",109],[8,"Send",110],[8,"Sync",110],[3,"Metering",2],[3,"Formatter",111],[6,"Result",111],[3,"LocalFunctionIndex",112],[8,"FunctionMiddleware",107],[3,"Box",113],[3,"Instance",114],[8,"AsStoreMut",115],[3,"Layout",116],[3,"LayoutError",116],[15,"u64"],[3,"GlobalIndex",112],[3,"ModuleInfo",117],[3,"TypeId",118],[3,"Global",119],[8,"Any",118]]},\ "wasmer_object":{"doc":"Object creator for Wasm Compilations.","t":"DENNNNNLLLLLLLLLLLLLMLLLLMLLLLLFFFMAMLLMLFLLLLLLMALCLLLLLMLLLLMMLLMLLMMLLLLLENNNNNLLLLLLLLLLLLLLLLLLLLLRFFFF","n":["Object","ObjectError","Serialize","UnknownEndianness","UnsupportedArchitecture","UnsupportedBinaryFormat","Write","add_coff_exports","add_comdat","add_common_symbol","add_file_symbol","add_relocation","add_section","add_subsection","add_symbol","add_symbol_bss","add_symbol_data","append_section_bss","append_section_data","architecture","architecture","borrow","borrow_mut","comdat","comdat_mut","comdats","deref","deref_mut","deserialize","drop","emit","emit_compilation","emit_data","emit_serialized","endian","error","flags","fmt","format","format","from","get_object_for_target","has_common","has_uninitialized_tls","init","into","layout_raw","mangling","mangling","module","new","object","pointer_metadata","section","section_id","section_mut","section_symbol","sections","segment_name","set_mangling","set_section_data","set_symbol_data","standard_sections","stub_symbols","symbol","symbol_id","symbol_map","symbol_mut","symbol_section_and_offset","symbols","tlv_bootstrap","try_from","try_into","type_id","write","write_stream","ObjectError","Serialize","UnknownEndianness","UnsupportedArchitecture","UnsupportedBinaryFormat","Write","as_error","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","fmt","from","from","from","init","into","layout_raw","pointer_metadata","source","to_string","try_from","try_into","type_id","DWARF_SECTION_NAME","emit_compilation","emit_data","emit_serialized","get_object_for_target"],"q":[[0,"wasmer_object"],[76,"wasmer_object::error"],[103,"wasmer_object::module"],[108,"object::write::coff"],[109,"object::write"],[110,"object::write"],[111,"alloc::vec"],[112,"object::write"],[113,"object::common"],[114,"object::write"],[115,"object::write::util"],[116,"wasmer_types::compilation::function"],[117,"target_lexicon::triple"],[118,"wasmer_types::compilation::symbols"],[119,"core::fmt"],[120,"core::fmt"],[121,"core::alloc::layout"],[122,"object::write"],[123,"core::convert"],[124,"core::option"],[125,"core::any"],[126,"core::error"],[127,"alloc::boxed"],[128,"std::io"],[129,"core::fmt"],[130,"alloc::string"]],"d":["A writable object file.","The Object error can occur when creating an object file …","The module provided could not be serialized into bytes","The object was provided an unknown endianness","The object was provided a not-supported architecture","The object was provided a not-supported binary format","The object was provided a not-supported architecture","Appends linker directives to the .drectve section to tell …","Add a new COMDAT section group and return its ComdatId.","Add a new common symbol and return its SymbolId.","Add a new file symbol and return its SymbolId.","Add a relocation to a section.","Add a new section and return its SectionId.","Add a subsection. Returns the SectionId and section offset …","Add a new symbol and return its SymbolId.","Append zero-initialized data to an existing section, and …","Append data to an existing section, and update a symbol to …","Append zero-initialized data to an existing section. …","Append data to an existing section. Returns the section …","Return the architecture.","","","","Get the COMDAT section group with the given ComdatId.","Mutably get the COMDAT section group with the given …","","","","","","Write the object to a WritableBuffer.","Emit the compilation result into an existing object.","Write data into an existing object.","Emit the compilation result into an existing object.","","","File flags that are specific to each file format.","","Return the file format.","","Returns the argument unchanged.","Create an object for a given target Triple.","Return true if the file format supports …","Return true if the file format supports …","","Calls U::from(self).","","Return the current mangling setting.","The symbol name mangling scheme.","","Create an empty object file.","","","Get the section with the given SectionId.","Return the SectionId of a standard section.","Mutably get the section with the given SectionId.","Get the symbol for a section.","","Return the name for a standard segment.","Specify the mangling setting.","Set the data for an existing section.","Update a symbol to refer to the given data within a …","","","Get the symbol with the given SymbolId.","Get the SymbolId of the symbol with the given name.","","Mutably get the symbol with the given SymbolId.","Convert a symbol to a section symbol and offset.","","","","","","Write the object to a Vec.","Write the object to a Write implementation.","The Object error can occur when creating an object file …","The module provided could not be serialized into bytes","The object was provided an unknown endianness","The object was provided a not-supported architecture","The object was provided a not-supported binary format","The object was provided a not-supported architecture","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","Emit the compilation result into an existing object.","Write data into an existing object.","Emit the compilation result into an existing object.","Create an object for a given target Triple."],"i":[0,0,25,25,25,25,25,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,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,0,0,0,0],"f":[0,0,0,0,0,0,0,[[1,2],3],[[1,4],5],[[1,6,7,7],8],[[1,[11,[9,10]]],8],[[1,12,13],[[15,[3,14]]]],[[1,[11,[9,10]],[11,[9,10]],16],12],[[1,17,[18,[9]],[18,[9]],7],[[3,[12,7]]]],[[1,6],8],[[1,8,12,7,7],7],[[1,8,12,[18,[9]],7],7],[[1,12,7,7],7],[[1,12,[18,[9]],7],7],[1,19],0,[-1,-2,[],[]],[-1,-2,[],[]],[[1,5],4],[[1,5],4],0,[20,-1,[]],[20,-1,[]],[[-1,-2],[[15,[[21,[-3,-4]]]]],[],[],[],[]],[20,3],[[1,22],[[15,[3,14]]]],[[1,23,-1,24],[[15,[3,25]]],26],[[1,[18,[9]],[18,[9]],7],[[15,[3,25]]]],[[1,[18,[9]],24,27],[[15,[3,25]]]],0,0,0,[[1,28],[[15,[3,29]]]],[1,30],0,[-1,-1,[]],[24,[[15,[1,25]]]],[1,31],[1,31],[[],20],[-1,-2,[],[]],[[],[[15,[32,33]]]],[1,34],0,0,[[30,19,35],1],0,[[]],[[1,12],36],[[1,17],12],[[1,12],36],[[1,12],8],0,[[1,37],[[18,[9]]]],[[1,34],3],[[1,12,-1,7],3,[[39,[[38,[[18,[9]]]]]]]],[[1,8,12,7,7],3],0,0,[[1,8],6],[[1,[18,[9]]],[[40,[8]]]],0,[[1,8],6],[[1,8],[[40,[[3,[8,7]]]]]],0,0,[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,41,[]],[1,[[15,[[11,[9,10]],14]]]],[[1,-1],[[15,[3,[43,[42,10]]]]],44],0,0,0,0,0,0,[-1,42,[]],[-1,-2,[],[]],[-1,-2,[],[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[15,[[21,[-3,-4]]]]],[],[],[],[]],[20,3],[[25,28],45],[[25,28],45],[46,25],[14,25],[-1,-1,[]],[[],20],[-1,-2,[],[]],[[],[[15,[32,33]]]],[[]],[25,[[40,[42]]]],[-1,47,[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,41,[]],0,[[1,23,-1,24],[[15,[3,25]]],26],[[1,[18,[9]],[18,[9]],7],[[15,[3,25]]]],[[1,[18,[9]],24,27],[[15,[3,25]]]],[24,[[15,[1,25]]]]],"c":[],"p":[[3,"Object",0],[4,"CoffExportStyle",108],[15,"tuple"],[3,"Comdat",109],[3,"ComdatId",109],[3,"Symbol",109],[15,"u64"],[3,"SymbolId",109],[15,"u8"],[3,"Global",110],[3,"Vec",111],[3,"SectionId",109],[3,"Relocation",109],[3,"Error",109],[4,"Result",112],[4,"SectionKind",113],[4,"StandardSection",109],[15,"slice"],[4,"Architecture",113],[15,"usize"],[3,"With",114],[8,"WritableBuffer",115],[3,"Compilation",116],[3,"Triple",117],[4,"ObjectError",76],[8,"SymbolRegistry",118],[15,"str"],[3,"Formatter",119],[3,"Error",119],[4,"BinaryFormat",113],[15,"bool"],[3,"Layout",120],[3,"LayoutError",120],[4,"Mangling",109],[4,"Endianness",121],[3,"Section",109],[4,"StandardSegment",109],[4,"Cow",122],[8,"Into",123],[4,"Option",124],[3,"TypeId",125],[8,"Error",126],[3,"Box",127],[8,"Write",128],[6,"Result",119],[4,"SerializeError",129],[3,"String",130]]},\ "wasmer_registry":{"doc":"High-level interactions with the Wasmer backend.","t":"DDNHENNNNHHNCDNEEDNCLLLLLALLLLLLLLLLAMLLLLLLLLLLLMMLAFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLCLLLLLMFFFAMMALLLLLMMMFAMAMMLLLMAFFMAFLLLLLLLMALLLLLLLLLLFLLLLLAFFMMAMMLLLLLAFMMMMMMMMMMMMMMMFFFDLLLMLLLMLLLLLLLMLLLLLLSSHNDDDDNEDLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLMFLLLLMMMLLLLLLLLLLLLLLLLLLMMMLLLLLLFFFFFAAAFAFDGDDDLLLLLLLLLLLLLLLLALLLLAAALLLLLLLLLLLLMLLLLGGDGGRRDDRMLLLLLLLLLLLLLMLLLLMLLLLLLLLLMLLLGGGGDDRRDDRMLLLLLLLLMLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLMLLLLGNGGGGNRDDDDERDNDRMLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLMMMLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLGGGDGRDDDDRDDRLLLLLLLLLLLLLLMMLLLLLMLLLLLLLLLLLLLLMMLLLLLLLMMMMMMMMMMMMLLMMMLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLMMMNENLLLLLLFFLLLLLMMDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAAAALLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLAGGDDDDDEGGNRNNNNERDDRLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLGGDDGGRRDDRLLLLLLLLMLLLLLLLLLLMMLLLLMMLLLLLLLLLLLLLMMMLLLLGGDDDDGGRRDDRLLLLLLLLLLLLMMLLLLLMMMLLLLLLLLLLLMLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLMMLLLLLLGGDDDGGRRDDRLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLMMMLLLLLGGDGGRRDDRLLLLLLLLLLLLLLMMLLLLLLLLMLLLLLLLLLLLLMMMMLLLGGGGRREDRLLLLLLLLLLLLLLLLLMLLGGGGRRDDDRLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLDLLLLLALLLLNGGGGNRNDERDDNRLLLLLLLLLLLLLLLLLLLLLLMMLLMMLLLLLLLLLLLLMLLLLDLLMLLLLLMLLLMLFDDRLMLLLLLALLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLMLLRNDNRENNNENDDNNMFFFMLLLLLLLLLLFMMLLLLLLLLLLLLFALLLLLMMMMFFMMMMMMMMMFMLLMLLLLLLLLLLLLLLLALMLLLLLMMMMMRRRFFFFNDNNNDNDNEINNLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLKLLLKLLLLLLLLLLLLLLLLLLLLFFFFLLLLFMMMMMHNNHDDEHLLMMLLLLLLLLLLMLLLLLLLLLLFFLLLLMMLLLLFMLLFLLLLLLLLLFLLLFFMMMNNNENFFDLLLLLLLLLLLLDDDLLLMMMLLLLLLLLLLLLMLLLLLLLLLMMMLLLLLLLLLLLLMMLLLFFFDDDLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLLLM","n":["Bindings","BindingsGenerator","ErrorSendingQuery","GLOBAL_CONFIG_FILE_NAME","GetIfPackageHasNewVersionResult","JAVASCRIPT","LocalVersionMayBeOutdated","NoPackageFound","Other","PACKAGE_TOML_FALLBACK_NAME","PACKAGE_TOML_FILE_NAME","PYTHON","Package","PackageDownloadInfo","PackageNotInstalledYet","ProgrammingLanguage","QueryPackageError","RegistryClient","UseLocalAlreadyInstalled","WasmerConfig","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","api","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","client","client","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","command","commands","compare","config","download_and_unpack_targz","endpoint","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format_graphql","from","from","from","from","from","generator","get_all_available_registries","get_checkouts_dir","get_webc_dir","graphql","id","id","interface","into","into","into","into","into","is_latest_version","is_private","language","list_bindings","login","manifest","package","package","package_name","partial_cmp","partial_cmp","partial_cmp","pirita_url","publish","query_command_from_registry","query_package_from_registry","registry","subscriptions","test_if_registry_present","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","token","tokio_spawner","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_unpack_targz","type_id","type_id","type_id","type_id","type_id","types","unpack_sans_parent","unpack_with_parent","url","url","utils","version","version","vzip","vzip","vzip","vzip","vzip","wasmer_env","whoami","installed_versions","name","name","name","namespace","namespace","namespace","path","registry_host","registry_host","registry_url","version","version","name","version","create_nonce","generate_deploy_token","publish_deploy_app_raw","RegistryClient","__clone_box","borrow","borrow_mut","client","clone","clone_into","default_user_agent","endpoint","execute","execute_unchecked","from","from_registry","into","new","to_owned","token","try_from","try_into","type_id","vzip","with_endpoint","with_token","ENV_VAR_WASMER_REGISTRY_TOKEN","ENV_VAR_WASMER_REGISTRY_TOKEN_LEGACY","GLOBAL_CONFIG_DATABASE_FILE_NAME","LeaveAsIs","MultiRegistry","Proxy","Registry","RegistryLogin","Update","UpdateRegistry","WasmerConfig","__clone_box","__clone_box","__clone_box","__clone_box","active_registry","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear_current_registry_token","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","current_login","default","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","endpoint_from_domain_name","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","fmt","fmt","fmt","fmt","fmt","format_graphql","from","from","from","from","from","from","from_env","from_file","get_current_dir","get_current_registry","get_database_file_path","get_file_location","get_graphql_url","get_login_token_for_registry","get_wasmer_dir","into","into","into","into","into","into","proxy","registry","registry","save","serialize","serialize","serialize","serialize","serialize","set_current_registry","set_login_token_for_registry","telemetry_enabled","test_if_registry_present","to_owned","to_owned","to_owned","to_owned","token","token","tokens","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","update_notifications_enabled","url","url","vzip","vzip","vzip","vzip","vzip","vzip","wax_default_cooldown","execute_query","execute_query_modifier_inner","execute_query_modifier_inner_check_json","execute_query_with_timeout","mutations","proxy","queries","setup_client","subscriptions","whoami_distro","GenerateDeployToken","JSONString","NewNonce","PublishDeployApp","PublishPackageMutationChunked","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_query","build_query","build_query","build_query","from","from","from","from","generate_deploy_token","into","into","into","into","new_nonce","publish_deploy_app","publish_package_mutation_chunked","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vec","vzip","vzip","vzip","vzip","Boolean","Float","GenerateDeployTokenGenerateDeployToken","ID","Int","OPERATION_NAME","QUERY","ResponseData","Variables","__QUERY_WORKAROUND","app_version_id","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deserialize","deserialize","fmt","fmt","from","from","from","generate_deploy_token","into","into","into","serialize","token","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vec","vzip","vzip","vzip","Boolean","Float","ID","Int","NewNonceNewNonce","NewNonceNewNonceNonce","OPERATION_NAME","QUERY","ResponseData","Variables","__QUERY_WORKAROUND","auth_url","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","callback_url","deserialize","deserialize","deserialize","fmt","fmt","fmt","from","from","from","from","into","into","into","into","name","new_nonce","nonce","serialize","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vec","vzip","vzip","vzip","vzip","Boolean","DeployApp","Float","ID","Int","JSONString","Namespace","OPERATION_NAME","PublishDeployAppPublishDeployApp","PublishDeployAppPublishDeployAppDeployAppVersion","PublishDeployAppPublishDeployAppDeployAppVersionApp","PublishDeployAppPublishDeployAppDeployAppVersionAppOwner","PublishDeployAppPublishDeployAppDeployAppVersionAppOwnerOn","QUERY","ResponseData","User","Variables","__QUERY_WORKAROUND","app","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","config","deploy_app_version","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","global_name","id","id","into","into","into","into","into","into","into","name","name","on","owner","owner","publish_deploy_app","serialize","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vec","vec","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Boolean","Float","ID","InputSignature","Int","OPERATION_NAME","PublishPackageMutationChunkedPublishPackage","PublishPackageMutationChunkedPublishPackagePackageVersion","PublishPackageMutationChunkedPublishPackagePackageWebc","PublishPackageMutationChunkedPublishPackagePackageWebcWebcV3","QUERY","ResponseData","Variables","__QUERY_WORKAROUND","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","data","description","deserialize","deserialize","deserialize","deserialize","deserialize","file_name","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","homepage","id","into","into","into","into","into","into","into","license","license_file","manifest","name","namespace","package_version","package_webc","private","public_key_key_id","publish_package","readme","repository","serialize","serialize","signature","signed_url","success","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vec","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait","webc_sha256","webc_v3","ConnectionError","ProxyError","UrlParseError","borrow","borrow_mut","fmt","fmt","from","into","maybe_set_up_proxy_blocking","maybe_set_up_proxy_inner","to_string","try_from","try_into","type_id","vzip","error_message","url_location","GetBindingsQuery","GetInterfaceVersionQuery","GetPackageByCommandQuery","GetPackageVersionQuery","GetSignedUrl","TestIfRegistryPresent","WhoAmIQuery","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_query","build_query","build_query","build_query","build_query","build_query","build_query","from","from","from","from","from","from","from","get_bindings_query","get_interface_version_query","get_package_by_command_query","get_package_version_query","get_signed_url","into","into","into","into","into","into","into","test_if_registry_present","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","vzip","who_am_i_query","Boolean","Float","GetBindingsQueryPackageVersion","GetBindingsQueryPackageVersionBindings","GetBindingsQueryPackageVersionBindingsGenerator","GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion","GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage","GetBindingsQueryPackageVersionBindingsOn","ID","Int","JAVASCRIPT","OPERATION_NAME","Other","PYTHON","PackageVersionNPMBinding","PackageVersionPythonBinding","ProgrammingLanguage","QUERY","ResponseData","Variables","__QUERY_WORKAROUND","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","bindings","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","command_name","default_version","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","generator","id","id","into","into","into","into","into","into","into","into","into","language","name","name","on","package","package_version","package_version","serialize","serialize","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","url","vec","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Boolean","Float","GetInterfaceVersionQueryInterface","GetInterfaceVersionQueryInterfaceInterface","ID","Int","OPERATION_NAME","QUERY","ResponseData","Variables","__QUERY_WORKAROUND","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","content","deserialize","deserialize","deserialize","fmt","fmt","fmt","from","from","from","from","interface","interface","into","into","into","into","name","name","serialize","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vec","version","version","vzip","vzip","vzip","vzip","Boolean","Float","GetPackageByCommandQueryGetCommand","GetPackageByCommandQueryGetCommandPackageVersion","GetPackageByCommandQueryGetCommandPackageVersionDistribution","GetPackageByCommandQueryGetCommandPackageVersionPackage","ID","Int","OPERATION_NAME","QUERY","ResponseData","Variables","__QUERY_WORKAROUND","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","command","command_name","deserialize","deserialize","deserialize","deserialize","deserialize","display_name","distribution","download_url","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","get_command","into","into","into","into","into","into","is_last_version","manifest","package","package_version","pirita_download_url","private","serialize","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","vec","version","vzip","vzip","vzip","vzip","vzip","vzip","Boolean","Float","GetPackageVersionQueryPackageVersion","GetPackageVersionQueryPackageVersionDistribution","GetPackageVersionQueryPackageVersionPackage","ID","Int","OPERATION_NAME","QUERY","ResponseData","Variables","__QUERY_WORKAROUND","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deserialize","deserialize","deserialize","deserialize","distribution","download_url","fmt","fmt","fmt","fmt","from","from","from","from","from","into","into","into","into","into","is_last_version","manifest","name","name","package","package_version","pirita_download_url","private","serialize","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","vec","version","version","vzip","vzip","vzip","vzip","vzip","Boolean","Float","GetSignedUrlUrl","ID","Int","OPERATION_NAME","QUERY","ResponseData","Variables","__QUERY_WORKAROUND","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deserialize","deserialize","expires_after_seconds","filename","fmt","fmt","from","from","from","into","into","into","name","serialize","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","url","url","vec","version","vzip","vzip","vzip","Boolean","Float","ID","Int","OPERATION_NAME","QUERY","ResponseData","Variables","__QUERY_WORKAROUND","borrow","borrow","borrow_mut","borrow_mut","deserialize","fmt","from","from","into","into","serialize","try_from","try_from","try_into","try_into","type_id","type_id","vec","vzip","vzip","Boolean","Float","ID","Int","OPERATION_NAME","QUERY","ResponseData","Variables","WhoAmIQueryViewer","__QUERY_WORKAROUND","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deserialize","deserialize","fmt","fmt","from","from","from","into","into","into","serialize","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","username","vec","viewer","vzip","vzip","vzip","PackageVersionReady","borrow","borrow_mut","build_query","from","into","package_version_ready","try_from","try_into","type_id","vzip","BINDINGS_GENERATED","Boolean","Float","ID","Int","NATIVE_EXES_GENERATED","OPERATION_NAME","Other","PackageVersionReadyPackageVersionReady","PackageVersionState","QUERY","ResponseData","Variables","WEBC_GENERATED","__QUERY_WORKAROUND","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","deserialize","deserialize","deserialize","fmt","fmt","fmt","from","from","from","from","into","into","into","into","package_version_id","package_version_ready","serialize","serialize","state","success","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","vec","vzip","vzip","vzip","vzip","InterfaceFromServer","borrow","borrow_mut","content","fmt","from","get","get_response","into","name","try_from","try_into","type_id","version","vzip","login_and_save_token","PACKAGE_WITH_VERSION","Package","REGEX_PACKAGE_WITH_VERSION","__clone_box","__private_field","already_installed","borrow","borrow","borrow_mut","borrow_mut","builder","clone","clone_into","cmp","compare","default","deref","eq","equivalent","equivalent","equivalent","equivalent","file","fmt","fmt","from","from","from_str","get_hash","get_path","get_url_without_version","hash_url","into","into","is_url_already_installed","name","namespace","package","partial_cmp","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","unhash_url","url","version","vzip","vzip","CURRENT_DATA_VERSION","CommitFailed","ConstructedPackageArchive","ErrorBuildingPackage","MIGRATIONS","MigrationError","MigrationNumberDoesNotExist","MissingBindings","MissingManifestFsPath","PackageBuildError","PackageFileSystemEntryMustBeDirectory","PersonalKey","Publish","SourceMustBeFile","TransactionFailed","active","append_path_to_tar_gz","apply_migration","apply_migrations","archive_path","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","construct_tar_gz","date_created","dry_run","execute","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","get_active_personal_key","interfaces","into","into","into","into","into","key_type_identifier","license","manifest_toml","no_validate","normalize_path","open_db","package_name","package_namespace","package_path","private_key_location","public_key_id","public_key_value","quiet","readme","registry","sign_compressed_archive","timeout","to_string","to_string","token","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","validate","validation_policy","version","vzip","vzip","vzip","vzip","vzip","wait","module","module","path","path","GET_WASM_INTERFACE","INSERT_WASM_INTERFACE","WASM_INTERFACE_EXISTENCE_CHECK","get_current_time_in_format","import_interface","interface_exists","load_interface_from_db","Imports","Interactive","InvalidWasm","MiscCannotRead","MissingFile","NonInteractive","Registry","Skip","UpdatingInterfaces","ValidationError","ValidationPolicy","WouldBecomePrivate","WouldBecomePublic","__clone_box","__clone_box","__clone_box","add_module_interface","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","default","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","into","into","into","into","on_invalid_module","on_invalid_module","on_invalid_module","on_invalid_module","on_package_privacy_changed","on_package_privacy_changed","on_package_privacy_changed","on_package_privacy_changed","skip_validation","skip_validation","skip_validation","skip_validation","source","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","validate_bindings","validate_directory","validate_module","validate_wasm_and_report_errors_old","vzip","vzip","vzip","vzip","would_change_package_privacy","error","error","file","file","file","FIRE","NoKeyRegistered","Ok","PACKAGE","PackageVersionReadySharedState","PublishWait","SignArchiveResult","UPLOAD","__clone_box","__clone_box","bindings","bindings_generated","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","container","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","google_signed_url","initialize_registry_and_token","into","into","into","is_any","native_executables","native_exes_generated","new","new_all","new_container","new_none","sign_package","timeout","to_owned","to_owned","try_chunked_uploading","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upload_package","vzip","vzip","vzip","wait_for_package_version_to_become_ready","wait_on","webc_generated","public_key_id","signature","BINDINGS_GENERATED","NATIVE_EXES_GENERATED","Other","PackageVersionState","WEBC_GENERATED","subscribe_graphql","subscribe_package_version_ready","TokioSpawner","borrow","borrow_mut","current","fmt","from","into","new","spawn_obj","try_from","try_into","type_id","vzip","NewNonceOutput","PublishDeployAppOutput","PublishDeployAppRawVars","__clone_box","__clone_box","__clone_box","app_id","app_name","auth_url","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","config","fmt","fmt","fmt","from","from","from","into","into","into","name","namespace","owner_name","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","version_id","version_name","vzip","vzip","vzip","get_username","get_username_registry_token","normalize_path","Registry","WASMER_DIR","WasmerEnv","__clone_box","__clone_box","__private_field","as_str","augment_args","augment_args_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cache_dir","cache_dir","clone","clone","clone_into","clone_into","command","command_for_update","config","default","deref","dir","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from_arg_matches","from_arg_matches_mut","get_token_opt","graphql_endpoint","group_id","into","into","into","new","registry","registry_endpoint","registry_public_url","to_owned","to_owned","token","token","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","vzip","vzip","wasmer_dir"],"q":[[0,"wasmer_registry"],[165,"wasmer_registry::GetIfPackageHasNewVersionResult"],[178,"wasmer_registry::QueryPackageError"],[180,"wasmer_registry::api"],[183,"wasmer_registry::client"],[206,"wasmer_registry::config"],[358,"wasmer_registry::graphql"],[368,"wasmer_registry::graphql::mutations"],[414,"wasmer_registry::graphql::mutations::generate_deploy_token"],[457,"wasmer_registry::graphql::mutations::new_nonce"],[513,"wasmer_registry::graphql::mutations::publish_deploy_app"],[615,"wasmer_registry::graphql::mutations::publish_package_mutation_chunked"],[725,"wasmer_registry::graphql::proxy"],[741,"wasmer_registry::graphql::proxy::ProxyError"],[743,"wasmer_registry::graphql::queries"],[820,"wasmer_registry::graphql::queries::get_bindings_query"],[1020,"wasmer_registry::graphql::queries::get_interface_version_query"],[1078,"wasmer_registry::graphql::queries::get_package_by_command_query"],[1164,"wasmer_registry::graphql::queries::get_package_version_query"],[1238,"wasmer_registry::graphql::queries::get_signed_url"],[1292,"wasmer_registry::graphql::queries::test_if_registry_present"],[1321,"wasmer_registry::graphql::queries::who_am_i_query"],[1363,"wasmer_registry::graphql::subscriptions"],[1374,"wasmer_registry::graphql::subscriptions::package_version_ready"],[1434,"wasmer_registry::interface"],[1449,"wasmer_registry::login"],[1450,"wasmer_registry::package"],[1502,"wasmer_registry::package::builder"],[1598,"wasmer_registry::package::builder::PackageBuildError"],[1602,"wasmer_registry::package::builder::interfaces"],[1609,"wasmer_registry::package::builder::validate"],[1699,"wasmer_registry::package::builder::validate::ValidationError"],[1704,"wasmer_registry::publish"],[1770,"wasmer_registry::publish::SignArchiveResult"],[1772,"wasmer_registry::subscriptions"],[1779,"wasmer_registry::tokio_spawner"],[1792,"wasmer_registry::types"],[1843,"wasmer_registry::utils"],[1846,"wasmer_registry::wasmer_env"],[1917,"dyn_clone::sealed"],[1918,"core::cmp"],[1919,"std::path"],[1920,"std::path"],[1921,"core::result"],[1922,"core::fmt"],[1923,"core::fmt"],[1924,"alloc::vec"],[1925,"core::option"],[1926,"core::convert"],[1927,"core::any"],[1928,"tar::archive"],[1929,"std::io::error"],[1930,"std::io"],[1931,"graphql_client"],[1932,"reqwest::error"],[1933,"url"],[1934,"serde::de"],[1935,"anyhow"],[1936,"graphql_client"],[1937,"core::ops::function"],[1938,"reqwest::blocking::client"],[1939,"reqwest::blocking::client"],[1940,"regex::regex::string"],[1941,"tar::builder"],[1942,"std::io::error"],[1943,"wasmer_config::package"],[1944,"wasmer_config::package::package_ident"],[1945,"std::fs"],[1946,"alloc::boxed"],[1947,"wasmer_wasm_interface::interface"],[1948,"wasmer_config::package"],[1949,"core::error"],[1950,"wasmer_config::package"],[1951,"graphql_ws_client::graphql::graphql_client"],[1952,"graphql_ws_client::graphql::graphql_client"],[1953,"tungstenite::protocol::message"],[1954,"graphql_ws_client"],[1955,"graphql_client"],[1956,"core::marker"],[1957,"futures_task::future_obj"],[1958,"futures_task::spawn"],[1959,"clap_builder::builder::command"],[1960,"clap_builder::parser::matches::arg_matches"],[1961,"clap_builder"],[1962,"clap_builder::util::id"]],"d":["A library that exposes bindings to a Wasmer package.","The generator used to create Bindings.","","","","","","","","","","","","","","","","API client for the Wasmer registry.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of the command that was used for generating …","","","","Whether the top-level directory should be stripped","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","The generator used to generate these bindings.","","","","","A unique ID specifying this set of bindings.","A unique ID specifying this generator.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Is the package private?","The programming language these bindings are written in.","List all bindings associated with a particular package.","","","","","The generator package’s name (e.g. wasmer/wasmer-pack).","","","","","","","Returns the download info of the packages, on error …","","","","","","","","","","","","","","","","","","","","","","","Convenience function that will unpack .tar.gz files and …","","","","","","","","","","The URL which can be used to download the files that were …","","","The exact package version.","","","","","","","","Versions that are already installed + whether they are …","","","","","","","","","","","","","","","Generate a new Nonce","Generate a Deploy token for for the given Deploy app …","Publish a Deploy app.","API client for the Wasmer registry.","","","","","","","","","Execute a GraphQL query, and convert a response with …","Execute a GraphQL query.","Returns the argument unchanged.","Construct a client from a crate::config::RegistryLogin.","Calls U::from(self).","Construct a new registry.","","","","","","","Set the GraphQL API endpoint.","Set the authentication token.","","","","","Struct to store login tokens for multiple registry URLs …","","","","","","","","","","","Currently active registry","","","","","","","","","","","","","Gets the current (active) registry URL","","","","","","","","","","","","","","","","","","By convention, something like "wasmer.io" should be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Load the config based on environment variables and default …","","","Gets the current (active) registry URL","","","","Returns the login token for the registry","Creates and returns the WASMER_DIR directory (or …","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 proxy to use when connecting to the Internet.","The registry that wasmer will connect to.","Registry URL to login to","Save the config to a file","","","","","","Sets the current (active) registry URL","Sets the login token for the registry URL","Whether or not telemetry is enabled.","","","","","","Login token for the registry","","Map from “RegistryUrl” to “LoginToken”, in order to","","","","","","","","","","","","","","","","","","","Whether or not updated notifications are enabled.","","","","","","","","","","","","This function is being used to “ping” the registry …","","","Code for dealing with setting things up to proxy network …","Low-level GraphQL queries used by this crate.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","Tries to set up a proxy","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","Login to a registry and save the token associated with it.","","","","","","Checks whether the package is already installed, if yes, …","","","","","","","","","","","","","","","","","Returns the filename for this package","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the hash of the package URL without the version …","Returns the path to the installation directory. Does not …","","Returns the hash of the URL with a maximum of 128 bytes …","Calls U::from(self).","Calls U::from(self).","Checks if the URL is already installed, note that …","","","Returns the {namespace}/{name} package name","","","","","","","","","","Returns the hash of the URL with a maximum of 64 bytes …","Returns the full URL including the version for this package","","","","","","","","","","","","","","","Information about one of the user’s keys","An abstraction for the action of publishing a named or …","","","Flag saying if the key will be used (there can only be one …","","Applies migrations to the database and updates the …","Applies migrations to the database","","","","","","","","","","","","","The time at which the key was registered with wasmer","Run the publish logic without sending anything to the …","Publish the package to the selected (or default) registry.","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 type of private/public key this is","","","Skip validation of the uploaded package","","Opens an exclusive read/write connection to the database, …","Override the name of the package to upload","Override the namespace of the package to upload","Directory containing the wasmer.toml (defaults to current …","The location in the file system of the private key","The public key’s tag. Used to identify the key pair","The raw value of the public key in base64","Run the publish command without any output","","Registry to publish to","Takes the package archive as a File and attempts to sign …","Timeout (in seconds) for the publish query to the registry","","","The auth token to use.","","","","","","","","","","","","","","","","","","Override the package version of the uploaded package in …","","","","","","Wait for package to be available on the registry before …","","","","","","","","Gets the current time in our standard format","","","","","","","","","","","","","","How should validation be treated by the publishing process?","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","How should publishing proceed when a module is invalid?","","","","How should publishing proceed when it might change a …","","","","Should validation be skipped entirely?","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Check if publishing this manifest would change the package…","","","","","","","","","","","Different conditions that can be “awaited” when …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","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).","","","","","","","","Data for a deployed app.","Payload for publishing a new Deploy app.","","","","","","","","","","","","","","","","","","","The raw DeployV1 configuration.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Name for the app. If not specified a random name will be …","The namespace to deploy the app to.","","","","","","","","","","","","","","","","","","","","","","A registry as specified by the user.","The default value for $WASMER_DIR.","Command-line flags for determining the local “Wasmer …","","","","Get the Registry’s string representation.","","","","","","","","","The directory all cached artifacts should be saved to.","The directory cached artefacts are saved to.","","","","","","","Load the current Wasmer config.","","","The directory all Wasmer artifacts are stored in.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Retrieve the specified token.","Get the GraphQL endpoint for this Registry.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","The registry to fetch packages from (inferred from the …","Get the GraphQL endpoint used to query the registry.","","","","The API token for the active registry.","The API token to use when communicating with the registry …","","","","","","","","","","","","","","","Set Wasmer’s home directory"],"i":[0,0,4,0,0,72,5,4,72,0,0,72,0,0,5,0,0,0,5,0,3,4,5,6,7,0,3,4,5,6,7,3,4,5,6,7,0,25,3,4,5,6,7,3,4,5,6,7,3,7,3,3,0,0,25,3,4,5,6,7,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,6,7,7,7,7,3,4,4,5,6,7,7,0,3,4,5,6,7,6,0,0,0,0,6,7,0,3,4,5,6,7,3,3,6,0,0,3,0,3,7,3,4,5,3,0,0,0,3,0,0,3,4,5,6,7,4,7,25,0,3,4,5,6,7,3,4,5,6,7,0,3,4,5,6,7,0,0,0,3,6,0,3,7,3,4,5,6,7,0,0,165,166,165,167,166,165,167,166,166,165,167,166,167,168,168,0,0,0,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,36,36,0,35,0,0,0,0,35,0,0,33,31,34,35,33,36,37,33,31,34,35,36,37,33,31,34,35,33,33,31,34,35,33,31,34,35,33,36,37,33,36,37,33,31,34,0,36,37,33,31,34,35,36,36,36,36,37,37,37,37,33,33,33,33,31,31,31,31,34,34,34,34,35,35,35,35,36,37,33,31,34,0,36,37,33,31,34,35,36,36,36,33,36,36,33,33,36,36,37,33,31,34,35,36,36,31,36,36,37,33,31,34,33,33,36,0,33,31,34,35,31,34,33,36,37,33,31,34,35,36,37,33,31,34,35,36,37,33,31,34,35,36,37,34,36,37,33,31,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,170,171,172,169,170,171,172,169,170,171,172,169,170,171,172,0,169,170,171,172,0,0,0,169,170,171,172,169,170,171,172,169,170,171,172,173,169,170,171,172,0,0,0,0,0,0,0,0,0,0,50,48,49,50,48,49,50,48,49,48,49,48,49,50,49,48,49,50,50,48,48,49,50,48,49,50,48,49,50,174,48,49,50,0,0,0,0,0,0,0,0,0,0,0,51,51,52,53,54,51,52,53,54,54,51,52,53,51,52,53,51,52,53,54,51,52,53,54,54,53,52,54,51,52,53,54,51,52,53,54,51,52,53,54,175,51,52,53,54,0,55,0,0,0,0,55,0,0,0,0,0,0,0,0,55,0,0,58,55,56,57,58,59,60,61,55,56,57,58,59,60,61,61,59,55,56,57,58,59,60,55,56,57,58,59,60,55,56,57,58,59,60,61,56,57,58,55,56,57,58,59,60,61,57,61,56,57,61,60,61,55,56,57,58,59,60,61,55,56,57,58,59,60,61,55,56,57,58,59,60,61,176,177,58,55,56,57,58,59,60,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,63,64,65,66,67,68,62,63,64,65,66,67,68,68,67,62,63,64,65,66,67,62,63,64,65,66,67,68,62,63,64,65,66,67,68,67,64,62,63,64,65,66,67,68,67,67,67,67,67,65,65,67,68,66,67,67,67,68,67,67,65,62,63,64,65,66,67,68,62,63,64,65,66,67,68,62,63,64,65,66,67,68,178,64,67,62,63,64,65,66,67,68,67,62,63,69,0,69,69,69,69,69,69,69,0,0,69,69,69,69,69,179,179,0,0,0,0,0,0,0,180,181,182,183,184,185,186,180,181,182,183,184,185,186,180,181,182,183,184,185,186,180,181,182,183,184,185,186,0,0,0,0,0,180,181,182,183,184,185,186,0,180,181,182,183,184,185,186,180,181,182,183,184,185,186,180,181,182,183,184,185,186,180,181,182,183,184,185,186,0,0,0,0,0,0,0,0,0,0,0,72,0,72,72,76,76,0,0,0,0,0,72,73,74,75,76,77,78,79,78,72,73,74,75,76,77,78,79,80,72,73,74,75,76,77,78,79,80,72,73,74,75,76,77,78,79,72,73,74,75,76,77,78,79,75,80,72,73,74,75,76,77,78,79,72,73,74,75,76,77,78,79,72,72,72,72,73,73,73,73,74,74,74,74,75,75,75,75,76,76,76,76,77,77,77,77,78,78,78,78,79,79,79,79,72,73,74,75,76,77,78,79,72,73,74,75,76,77,78,79,80,77,74,77,72,73,74,75,76,77,78,79,80,77,73,80,77,74,75,79,72,80,72,73,74,75,76,77,78,79,72,73,74,75,76,77,78,79,80,72,73,74,75,76,77,78,79,80,72,73,74,75,76,77,78,79,80,77,187,74,80,72,73,74,75,76,77,78,79,80,0,0,0,0,0,0,0,0,0,0,0,81,82,83,84,81,82,83,84,82,81,82,83,81,82,83,81,82,83,84,82,83,81,82,83,84,81,84,84,81,82,83,84,81,82,83,84,81,82,83,84,188,82,84,81,82,83,84,0,0,0,0,0,0,0,0,0,0,0,0,0,85,86,87,88,89,90,85,86,87,88,89,90,88,90,85,86,87,88,89,85,87,86,85,86,87,88,89,85,86,87,88,89,90,89,85,86,87,88,89,90,87,87,87,88,86,85,90,85,86,87,88,89,90,85,86,87,88,89,90,85,86,87,88,89,90,189,87,85,86,87,88,89,90,0,0,0,0,0,0,0,0,0,0,0,0,91,92,93,94,95,91,92,93,94,95,91,92,93,94,93,91,91,92,93,94,91,92,93,94,95,91,92,93,94,95,93,93,92,95,93,94,91,92,95,91,92,93,94,95,91,92,93,94,95,91,92,93,94,95,190,93,95,91,92,93,94,95,0,0,0,0,0,0,0,0,0,0,96,97,96,97,98,96,97,98,96,97,96,97,96,97,98,98,96,97,96,97,98,96,97,98,98,98,96,97,96,97,98,96,97,98,96,97,98,96,97,191,98,96,97,98,0,0,0,0,0,0,0,0,0,99,100,99,100,99,99,99,100,99,100,100,99,100,99,100,99,100,192,99,100,0,0,0,0,0,0,0,0,0,0,101,102,103,101,102,103,101,102,101,102,101,102,103,101,102,103,103,101,102,103,101,102,103,101,102,103,101,193,102,101,102,103,0,153,153,153,153,153,0,153,153,153,153,104,0,0,0,0,104,0,104,0,0,0,0,0,104,0,104,105,106,107,104,105,106,107,104,105,106,104,105,106,104,105,106,107,104,105,106,107,107,106,104,107,105,105,104,105,106,107,104,105,106,107,104,105,106,107,194,104,105,106,107,0,108,108,108,108,108,108,108,108,108,108,108,108,108,108,0,0,0,0,109,110,109,110,109,110,109,0,109,109,109,109,109,110,109,109,109,109,109,109,109,109,110,109,109,109,109,109,109,110,109,109,109,109,109,109,109,109,110,109,110,109,110,109,109,109,109,110,109,0,116,0,121,0,0,116,121,121,0,121,0,0,121,116,122,0,0,0,118,118,119,121,116,122,118,119,121,116,122,0,122,119,119,119,121,121,116,116,122,118,119,121,116,122,0,0,118,119,121,116,122,122,118,118,119,0,0,119,119,119,122,122,122,119,118,119,0,119,121,116,119,118,119,121,116,122,118,119,121,116,122,118,119,121,116,122,0,119,119,118,119,121,116,122,119,195,196,195,196,0,0,0,0,0,0,0,131,0,131,131,131,0,131,0,131,0,0,131,131,128,129,130,0,131,128,129,130,131,128,129,130,128,129,130,128,129,130,128,129,130,128,129,130,131,131,128,129,130,131,131,131,128,129,130,131,128,129,130,125,128,129,130,125,128,129,130,125,128,129,130,131,128,129,130,131,131,128,129,130,131,128,129,130,131,128,129,130,0,0,0,0,131,128,129,130,0,197,198,197,199,198,0,124,124,0,0,0,0,0,138,124,138,140,140,138,124,140,138,124,138,124,138,124,138,138,138,138,138,138,138,124,140,138,124,0,0,140,138,124,138,138,140,140,138,138,138,0,138,138,124,0,140,138,124,140,138,124,140,138,124,0,140,138,124,0,0,140,200,200,104,104,104,0,104,0,0,0,154,154,154,154,154,154,154,154,154,154,154,154,0,0,0,27,28,26,28,28,26,27,28,26,27,28,26,27,28,26,27,28,26,27,27,28,26,27,28,26,27,28,26,27,27,28,27,28,26,27,28,26,27,28,26,27,28,26,28,28,27,28,26,0,0,0,0,0,0,160,158,161,158,160,160,160,161,158,160,161,158,160,160,160,158,160,158,160,160,160,160,161,160,160,158,158,158,158,158,160,158,160,161,158,158,158,160,160,160,158,160,160,161,158,160,160,160,160,160,158,160,160,160,161,158,160,161,158,160,161,158,160,160,160,161,158,160],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[3,3],[4,4],[5,5],[6,6],[7,7],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[3,3],8],0,0,[[-1,-2],8,[],[]],0,[[9,10,11],[[14,[12,13]]]],0,[[3,3],11],[[4,4],11],[[5,5],11],[[6,6],11],[[7,7],11],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[3,15],16],[[4,15],16],[[4,15],16],[[5,15],16],[[6,15],16],[[7,15],16],[[7,15],16],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[10,[[14,[[18,[17]],17]]]],[10,12],[10,12],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[9,9,[19,[9]]],[[14,[[18,[6]],13]]]],0,0,0,0,0,[[3,3],[[19,[8]]]],[[4,4],[[19,[8]]]],[[5,5],[[19,[8]]]],0,0,[[9,9],[[14,[3,17]]]],[[9,9,[19,[9]],[19,[9]]],[[14,[3,4]]]],0,0,[9,[[14,[11,17]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,17,[]],[-1,17,[]],0,0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[[-1,-1,11],[[14,[12,13]]],[[20,[10]]]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,[[[22,[-1]],10],[[23,[2]]],24],[[[22,[-1]],10],[[14,[2,13]]],24],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[10,[19,[9]],[19,[9]]],[[14,[[2,[17,17]],13]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[25,17,17],[[14,[26,13]]]],[[25,17],[[14,[17,13]]]],[[25,27],[[14,[28,13]]]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[25,25],[[-1,-2],2,[],[]],[[],17],0,[25,[[14,[13]]]],[25,[[14,[29,30]]]],[-1,-1,[]],[31,[[14,[25,13]]]],[-1,-2,[],[]],[[32,[19,[17]],[19,[17]]],25],[-1,-2,[],[]],0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],[[25,32],25],[[25,17],25],0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[33,2],[33,33],[31,31],[34,34],[35,35],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[33,[[19,[31]]]],[[],36],[[],37],[[],33],[-1,[[14,[36]]],38],[-1,[[14,[37]]],38],[-1,[[14,[33]]],38],[-1,[[14,[31]]],38],[-1,[[14,[34]]],38],[9,17],[[36,36],11],[[37,37],11],[[33,33],11],[[31,31],11],[[34,34],11],[[35,35],11],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[36,15],16],[[37,15],16],[[33,15],16],[[31,15],16],[[34,15],16],[9,17],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],[[14,[36,13]]]],[10,[[14,[36,17]]]],[[],[[23,[12]]]],[33,17],[10,12],[10,12],[33,17],[[33,9],[[19,[17]]]],[[],[[14,[12,17]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[36,-1],[[39,[2]]],[[20,[10]]]],[[36,-1],14,40],[[37,-1],14,40],[[33,-1],14,40],[[31,-1],14,40],[[34,-1],14,40],[[33,9],2],[[33,9,9,35],2],0,[9,[[14,[2,17]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],41],[[9,9,[42,[-1]]],[[39,[-2]]],43,44],[[9,9,[42,[-1]],[19,[45]],-2],[[39,[-3]]],43,46,44],[[9,9,[42,[-1]],[19,[45]],-2],[[39,[2]]],43,46],[[9,9,45,[42,[-1]]],[[39,[-2]]],43,44],0,0,0,[[],[[14,[47,13]]]],0,[[],17],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],42],[[],42],[[],42],[[],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[48]]],38],[-1,[[14,[49]]],38],[[48,15],16],[[49,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[50,-1],14,40],0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[14,[51]]],38],[-1,[[14,[52]]],38],[-1,[[14,[53]]],38],[[51,15],16],[[52,15],16],[[53,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[54,-1],14,40],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[14,[55]]],38],[-1,[[14,[56]]],38],[-1,[[14,[57]]],38],[-1,[[14,[58]]],38],[-1,[[14,[59]]],38],[-1,[[14,[60]]],38],[[55,15],16],[[56,15],16],[[57,15],16],[[58,15],16],[[59,15],16],[[60,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[[61,-1],14,40],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[14,[62]]],38],[-1,[[14,[63]]],38],[-1,[[14,[64]]],38],[-1,[[14,[65]]],38],[-1,[[14,[66]]],38],0,[[62,15],16],[[63,15],16],[[64,15],16],[[65,15],16],[[66,15],16],[[67,15],16],[[68,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[[67,-1],14,40],[[68,-1],14,40],0,0,0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[69,15],16],[[69,15],16],[-1,-1,[]],[-1,-2,[],[]],[70,[[39,[70]]]],[[],[[39,[[19,[71]]]]]],[-1,17,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[[],42],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[72,72],[73,73],[74,74],[75,75],[76,76],[77,77],[78,78],[79,79],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[[],[[19,[17]]]],[-1,[[14,[72]]],38],[-1,[[14,[73]]],38],[-1,[[14,[74]]],38],[-1,[[14,[75]]],38],[-1,[[14,[76]]],38],[-1,[[14,[77]]],38],[-1,[[14,[78]]],38],[-1,[[14,[79]]],38],[[72,72],11],[[73,73],11],[[74,74],11],[[75,75],11],[[76,76],11],[[77,77],11],[[78,78],11],[[79,79],11],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[72,15],16],[[73,15],16],[[74,15],16],[[75,15],16],[[76,15],16],[[77,15],16],[[78,15],16],[[79,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[[72,-1],14,40],[[80,-1],14,40],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[14,[81]]],38],[-1,[[14,[82]]],38],[-1,[[14,[83]]],38],[[81,15],16],[[82,15],16],[[83,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[84,-1],14,40],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,[[14,[85]]],38],[-1,[[14,[86]]],38],[-1,[[14,[87]]],38],[-1,[[14,[88]]],38],[-1,[[14,[89]]],38],0,0,0,[[85,15],16],[[86,15],16],[[87,15],16],[[88,15],16],[[89,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[[90,-1],14,40],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[91]]],38],[-1,[[14,[92]]],38],[-1,[[14,[93]]],38],[-1,[[14,[94]]],38],0,0,[[91,15],16],[[92,15],16],[[93,15],16],[[94,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[95,-1],14,40],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[96,96],[97,97],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[-1,[[14,[96]]],38],[-1,[[14,[97]]],38],0,0,[[96,15],16],[[97,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[98,-1],14,40],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[99]]],38],[[99,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[100,-1],14,40],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[101]]],38],[-1,[[14,[102]]],38],[[101,15],16],[[102,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[103,-1],14,40],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],42],[-1,-1,[]],[-1,-2,[],[]],0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[104]]],38],[-1,[[14,[105]]],38],[-1,[[14,[106]]],38],[[104,15],16],[[105,15],16],[[106,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[104,-1],14,40],[[107,-1],14,40],0,0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[108,15],16],[-1,-1,[]],[[9,17,17],[[39,[108]]]],[[9,17,17],[[39,[83]]]],[-1,-2,[],[]],0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],0,[-1,-2,[],[]],[[10,9,9],[[14,[[19,[17]],13]]]],0,0,0,[[-1,1],2,[]],0,[[109,10],[[19,[12]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[109,109],[[-1,-2],2,[],[]],[[109,109],8],[[-1,-2],8,[],[]],[[],109],[110,111],[[109,109],11],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[109,17],[[109,15],16],[[109,15],16],[-1,-1,[]],[-1,-1,[]],[9,[[14,[109]]]],[[109,9],17],[[109,10],[[14,[12,13]]]],[[109,9],[[14,[17,13]]]],[9,17],[-1,-2,[],[]],[-1,-2,[],[]],[[32,10],[[19,[12]]]],0,0,[109,17],[[109,109],[[19,[8]]]],[-1,-2,[],[]],[-1,17,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[9,17],[[109,9],[[14,[32,13]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[113,[[18,[112]]]],10,10],[[14,[12,[2,[12,114]]]]]],[[115,41],[[14,[2,116]]]],[115,[[39,[2]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[10,117,10],[[14,[118,13]]]],0,0,[119,[[14,[[19,[120]],13]]]],[[119,15],16],[[121,15],16],[[121,15],16],[[116,15],16],[[116,15],16],[[122,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[115,[[39,[122]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[10,10],12],[[],[[39,[115]]]],0,0,0,0,0,0,0,0,0,[123,[[39,[124]]]],0,[-1,17,[]],[-1,17,[]],0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,[119,[[126,[125]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[],[[19,[17]]]],[[115,9,9,9],[[39,[2]]]],[[115,9,9],[[39,[11]]]],[[115,9,9],[[39,[127]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[115,17,17,9,127],[[39,[2]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[128,128],[129,129],[130,130],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],128],[[],129],[[],130],[[128,128],11],[[129,129],11],[[130,130],11],[[131,15],16],[[131,15],16],[[128,15],16],[[129,15],16],[[130,15],16],[-1,-1,[]],[132,131],[4,131],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,133,131],[[134,[2,2]]],[]],[[128,133,131],[[134,[2,2]]]],[[129,133,131],[[134,[2,2]]]],[[130,133,131],[[134,[2,2]]]],[[-1,117],[[134,[2,2]]],[]],[[128,117],[[134,[2,2]]]],[[129,117],[[134,[2,2]]]],[[130,117],[[134,[2,2]]]],[-1,11,[]],[128,11],[129,11],[130,11],[131,[[19,[135]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,17,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[[136,10],[[14,[2,131]]]],[[117,9,12,125,9],[[39,[2]]]],[[133,9,10],[[14,[2,131]]]],[[[137,[112]],17],[[14,[2,131]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[117,9,9],[[14,[11,131]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[138,138],[124,124],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[[138,138],11],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[138,15],16],[[124,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[9,9,[19,[139]],45],[[39,[96,13]]]],[[[19,[17]],[19,[17]]],[[39,[[2,[17,17]],13]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[138,11],0,0,[[],140],[[],138],[[],138],[[],138],[124,[[19,[68]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[19,[17]],[19,[17]],[19,[139]],17,[19,[17]],[19,[17]],17,12,124,141,11,138,45,[19,[17]]],[[39,[[19,[120]],13]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[[9,12,141,45],[[39,[2,13]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[9,9,-1,11,138,142],[[39,[2]]],[[20,[9]]]],[[[143,[2]]],2],0,0,0,0,0,0,0,0,[[9,9],[[39,[[2,[[146,[144,[145,[-1]]]],[148,[147]]]]]]],[149,150,151,152]],[[9,9,9],[[39,[[2,[[146,[144,[145,[153]]]],[148,[147]]]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],154],[[154,15],16],[-1,-1,[]],[-1,-2,[],[]],[155,154],[[154,[156,[2]]],[[14,[2,157]]]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,-2,[],[]],0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[27,27],[28,28],[26,26],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[[27,15],16],[[28,15],16],[[26,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[9,[[39,[[19,[17]]]]]],[[9,9],[[39,[[19,[17]]]]]],[9,17],0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[158,9],[159,159],[159,159],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[160,12],0,[160,160],[158,158],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],159],[[],159],[160,[[14,[36,13]]]],[[],160],[161,12],[160,10],[[160,160],11],[[158,158],11],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[[160,15],16],[[158,15],16],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[17,158],[9,158],[162,[[14,[160,163]]]],[162,[[14,[160,163]]]],[160,[[19,[9]]]],[158,[[14,[32,13]]]],[[],[[19,[164]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[12,[19,[158]],[19,[17]],[19,[12]]],160],0,[160,[[14,[32,13]]]],[160,[[14,[32,13]]]],[-1,-2,[],[]],[-1,-2,[],[]],[160,[[19,[17]]]],0,[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,21,[]],[-1,21,[]],[-1,21,[]],[[160,162],[[14,[2,163]]]],[[160,162],[[14,[2,163]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0],"c":[],"p":[[3,"Private",1917],[15,"tuple"],[3,"PackageDownloadInfo",0],[4,"QueryPackageError",0],[4,"GetIfPackageHasNewVersionResult",0],[3,"Bindings",0],[3,"BindingsGenerator",0],[4,"Ordering",1918],[15,"str"],[3,"Path",1919],[15,"bool"],[3,"PathBuf",1919],[3,"Error",1920],[4,"Result",1921],[3,"Formatter",1922],[6,"Result",1922],[3,"String",1923],[3,"Vec",1924],[4,"Option",1925],[8,"AsRef",1926],[3,"TypeId",1927],[3,"Archive",1928],[6,"Result",1929],[8,"Read",1930],[3,"RegistryClient",183],[3,"NewNonceOutput",1792],[3,"PublishDeployAppRawVars",1792],[3,"PublishDeployAppOutput",1792],[3,"Response",1931],[3,"Error",1932],[3,"RegistryLogin",206],[3,"Url",1933],[3,"MultiRegistry",206],[3,"Registry",206],[4,"UpdateRegistry",206],[3,"WasmerConfig",206],[3,"Proxy",206],[8,"Deserializer",1934],[6,"Result",1920],[8,"Serializer",1935],[15,"i32"],[3,"QueryBody",1931],[8,"Serialize",1935],[8,"Deserialize",1934],[3,"Duration",1936],[8,"FnOnce",1937],[3,"Client",1938],[3,"GenerateDeployTokenGenerateDeployToken",414],[3,"ResponseData",414],[3,"Variables",414],[3,"NewNonceNewNonceNonce",457],[3,"NewNonceNewNonce",457],[3,"ResponseData",457],[3,"Variables",457],[4,"PublishDeployAppPublishDeployAppDeployAppVersionAppOwnerOn",513],[3,"PublishDeployAppPublishDeployAppDeployAppVersionAppOwner",513],[3,"PublishDeployAppPublishDeployAppDeployAppVersionApp",513],[3,"PublishDeployAppPublishDeployAppDeployAppVersion",513],[3,"PublishDeployAppPublishDeployApp",513],[3,"ResponseData",513],[3,"Variables",513],[3,"PublishPackageMutationChunkedPublishPackagePackageWebcWebcV3",615],[3,"PublishPackageMutationChunkedPublishPackagePackageWebc",615],[3,"PublishPackageMutationChunkedPublishPackagePackageVersion",615],[3,"PublishPackageMutationChunkedPublishPackage",615],[3,"ResponseData",615],[3,"Variables",615],[3,"InputSignature",615],[4,"ProxyError",725],[3,"ClientBuilder",1938],[3,"Proxy",1939],[4,"ProgrammingLanguage",820],[3,"GetBindingsQueryPackageVersionBindingsGeneratorPackageVersionPackage",820],[3,"GetBindingsQueryPackageVersionBindingsGeneratorPackageVersion",820],[3,"GetBindingsQueryPackageVersionBindingsGenerator",820],[4,"GetBindingsQueryPackageVersionBindingsOn",820],[3,"GetBindingsQueryPackageVersionBindings",820],[3,"GetBindingsQueryPackageVersion",820],[3,"ResponseData",820],[3,"Variables",820],[3,"GetInterfaceVersionQueryInterfaceInterface",1020],[3,"GetInterfaceVersionQueryInterface",1020],[3,"ResponseData",1020],[3,"Variables",1020],[3,"GetPackageByCommandQueryGetCommandPackageVersionPackage",1078],[3,"GetPackageByCommandQueryGetCommandPackageVersionDistribution",1078],[3,"GetPackageByCommandQueryGetCommandPackageVersion",1078],[3,"GetPackageByCommandQueryGetCommand",1078],[3,"ResponseData",1078],[3,"Variables",1078],[3,"GetPackageVersionQueryPackageVersionDistribution",1164],[3,"GetPackageVersionQueryPackageVersionPackage",1164],[3,"GetPackageVersionQueryPackageVersion",1164],[3,"ResponseData",1164],[3,"Variables",1164],[3,"GetSignedUrlUrl",1238],[3,"ResponseData",1238],[3,"Variables",1238],[4,"ResponseData",1292],[3,"Variables",1292],[3,"WhoAmIQueryViewer",1321],[3,"ResponseData",1321],[3,"Variables",1321],[4,"PackageVersionState",1374],[3,"PackageVersionReadyPackageVersionReady",1374],[3,"ResponseData",1374],[3,"Variables",1374],[3,"InterfaceFromServer",1434],[3,"Package",1450],[3,"PACKAGE_WITH_VERSION",1450],[3,"Regex",1940],[15,"u8"],[3,"Builder",1941],[3,"Error",1929],[3,"Connection",1942],[4,"MigrationError",1502],[3,"Manifest",1943],[3,"ConstructedPackageArchive",1502],[3,"Publish",1502],[4,"PackageIdent",1944],[4,"PackageBuildError",1502],[3,"PersonalKey",1502],[3,"File",1945],[4,"SignArchiveResult",1704],[8,"ValidationPolicy",1609],[3,"Box",1946],[3,"Interface",1947],[3,"Skip",1609],[3,"Interactive",1609],[3,"NonInteractive",1609],[4,"ValidationError",1609],[4,"ImportsError",1943],[3,"Module",1943],[4,"ControlFlow",1948],[8,"Error",1949],[4,"Bindings",1943],[15,"slice"],[3,"PublishWait",1704],[3,"Package",1943],[3,"PackageVersionReadySharedState",1704],[15,"u64"],[15,"usize"],[3,"Receiver",1950],[3,"GraphQLClient",1951],[3,"StreamingOperation",1951],[3,"SubscriptionStream",1952],[4,"Message",1953],[6,"GraphQLClientClient",1954],[8,"GraphQLQuery",1931],[8,"Send",1955],[8,"Sync",1955],[8,"Unpin",1955],[3,"PackageVersionReady",1363],[3,"TokioSpawner",1779],[3,"Handle",1956],[3,"FutureObj",1957],[3,"SpawnError",1958],[3,"Registry",1846],[3,"Command",1959],[3,"WasmerEnv",1846],[3,"WASMER_DIR",1846],[3,"ArgMatches",1960],[6,"Error",1961],[3,"Id",1962],[13,"LocalVersionMayBeOutdated",165],[13,"UseLocalAlreadyInstalled",165],[13,"PackageNotInstalledYet",165],[13,"NoPackageFound",178],[3,"PublishPackageMutationChunked",368],[3,"GenerateDeployToken",368],[3,"PublishDeployApp",368],[3,"NewNonce",368],[6,"JSONString",368],[6,"ID",414],[6,"ID",457],[6,"ID",513],[6,"JSONString",513],[6,"ID",615],[13,"UrlParseError",741],[3,"GetPackageVersionQuery",743],[3,"GetPackageByCommandQuery",743],[3,"TestIfRegistryPresent",743],[3,"GetBindingsQuery",743],[3,"GetSignedUrl",743],[3,"GetInterfaceVersionQuery",743],[3,"WhoAmIQuery",743],[6,"ID",820],[6,"ID",1020],[6,"ID",1078],[6,"ID",1164],[6,"ID",1238],[6,"ID",1292],[6,"ID",1321],[6,"ID",1374],[13,"SourceMustBeFile",1598],[13,"MissingBindings",1598],[13,"InvalidWasm",1699],[13,"MiscCannotRead",1699],[13,"MissingFile",1699],[13,"Ok",1770]]},\ -"wasmer_sys_utils":{"doc":"","t":"AADDDMMMACAMMDDLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLLDDDDDLLMLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLMLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLL","n":["memory","fd_memory","VMMemory","VMOwnedMemory","VMSharedMemory","conditions","config","config","fd_mmap","initialize_memory_with_data","memories","mmap","mmap","FdGuard","FdMmap","__clone_box","accessible_reserved","as_mut_ptr","as_mut_slice","as_slice","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cmp","compare","copy_file_range","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","drop","duplicate","eq","equivalent","equivalent","equivalent","equivalent","fd","fmt","fmt","from","from","get_hash","hash","init","init","into","into","layout_raw","layout_raw","len","len","make_accessible","new","partial_cmp","pointer_metadata","pointer_metadata","ptr","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","VMMemory","VMMemoryConfig","VMOwnedMemory","VMSharedMemory","WasmMmap","__clone_box","__clone_box","alloc","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","conditions","config","config","copy","copy","copy","copy","copy","copy","copy","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","do_notify","do_wait","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_custom","from_definition","from_definition","from_definition","get_runtime_size","get_vm_memory_definition","grow","grow","grow","grow","grow_at_least","grow_at_least","grow_at_least","grow_at_least","init","init","init","init","init","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","maximum","memory","mmap","mmap","new","new","new","new_internal","offset_guard_size","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reset","reset","reset","reset","size","size","size","size","size","style","style","style","style","style","to_owned","to_owned","to_shared","try_clone","try_clone","try_clone","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vm_memory_definition","vmmemory","vmmemory","vmmemory"],"q":[[0,"wasmer_sys_utils"],[1,"wasmer_sys_utils::memory"],[2,"wasmer_sys_utils::memory::fd_memory"],[13,"wasmer_sys_utils::memory::fd_memory::fd_mmap"],[80,"wasmer_sys_utils::memory::fd_memory::memories"],[242,"dyn_clone::sealed"],[243,"alloc::string"],[244,"core::result"],[245,"core::cmp"],[246,"std::fs"],[247,"std::io::error"],[248,"rkyv::with"],[249,"core::option"],[250,"core::fmt"],[251,"core::fmt"],[252,"core::marker"],[253,"core::hash"],[254,"core::alloc::layout"],[255,"alloc::alloc"],[256,"alloc::boxed"],[257,"core::any"],[258,"wasmer_vm::memory"],[259,"wasmer_vm::threadconditions"],[260,"core::time"],[261,"wasmer_vm::threadconditions"],[262,"wasmer_types::types"],[263,"wasmer_types::memory"],[264,"wasmer_vm::vmcontext"],[265,"core::ptr::non_null"],[266,"wasmer_types::units"]],"d":["","","Represents linear memory that can be either owned or shared","A linear memory instance.","A shared linear memory instance.","","","","","","Memory management for linear memories.","","","","A simple struct consisting of a page-aligned pointer to …","","Create a new Mmap pointing to accessible_size bytes of …","Return the allocated memory as a mutable pointer to u8.","Return the allocated memory as a mutable slice of u8.","Return the allocated memory as a slice of u8.","","","","","","","","","Copy a range of a file to another file.","","","","","","","","","","","","Copies the memory to a new swap file (using copy-on-write …","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","Return the length of the allocated memory.","","Make the memory starting at start and extending for len …","Construct a new empty instance of Mmap.","","","","","","","","","","","","","","","","","","Represents linear memory that can be either owned or shared","A linear memory instance.","A linear memory instance.","A shared linear memory instance.","","","","","","","","","","","","","","","","","","","","","","Copies the memory (in this case it performs a …","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Creates VMMemory from a custom implementation - the …","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Returns the number of pages in the allocated memory block","","","Grow memory by the specified amount of wasm pages.","Grow memory by the specified amount of wasm pages.","Grow memory by the specified amount of wasm pages.","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","The WebAssembly linear memory description.","","","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Creates a new linear memory instance of the correct type …","Build a Memory with either self-owned or VM owned metadata.","","","","","","","","","Resets the memory back down to zero size","Resets the memory down to a zero size","","Returns the size of hte memory in pages","Returns the size of hte memory in pages","Returns the size of hte memory in pages","","","Returns the memory style for this memory.","Returns the memory style for this memory.","Returns the memory style for this memory.","Our chosen implementation style.","","","Converts this owned memory into shared memory","Owned memory can not be cloned (this will always return …","Shared memory can always be cloned","Attempts to clone this memory (if its clonable)","","","","","","","","","","","","Returns the type for this memory.","Returns the type for this memory.","Returns the type for this memory.","","","","","","","","","","","","","","","The owned memory definition used by the generated code","Return a VMMemoryDefinition for exposing the memory to …","Return a VMMemoryDefinition for exposing the memory to …","Return a VMMemoryDefinition for exposing the memory to …"],"i":[0,0,0,0,0,30,33,30,0,0,0,33,30,0,0,9,4,4,4,4,4,9,4,9,9,9,9,9,0,9,4,9,4,9,4,9,4,4,9,9,4,9,9,9,9,9,4,4,9,4,9,9,9,4,9,4,9,4,9,4,4,4,4,9,4,9,4,9,4,9,4,9,4,9,4,9,4,9,4,9,0,0,0,0,0,29,30,31,31,29,33,30,35,31,29,33,30,35,29,30,29,30,30,33,30,31,33,33,30,30,35,35,31,29,33,30,35,31,29,33,30,35,31,29,33,30,35,30,30,31,29,33,30,35,31,29,33,30,35,31,29,33,30,35,35,35,35,35,33,30,35,35,31,31,33,30,35,31,33,30,35,31,29,33,30,35,31,29,33,30,35,31,29,33,30,35,29,29,33,30,33,30,35,33,29,31,29,33,30,35,31,33,30,35,31,33,30,35,31,29,33,30,35,29,29,30,33,33,30,35,31,29,33,30,35,31,29,33,30,35,29,33,30,35,31,29,33,30,35,29,33,30,29,33,30,29,33,30,31,33,30,35],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[3,3],[[6,[4,5]]]],[4,7],[4,[[8,[7]]]],[4,[[8,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[9,9],[[-1,-2],2,[],[]],[[9,9],10],[[-1,-2],10,[],[]],[[11,12,11,12,3],[[6,[2,13]]]],[[],9],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[4,2],[3,2],[3,2],[9,2],[[4,[15,[3]]],[[6,[4,5]]]],[[9,9],16],[[-1,-2],16,[],[]],[[-1,-2],16,[],[]],[[-1,-2],16,[],[]],[[-1,-2],16,[],[]],0,[[4,17],18],[[9,17],18],[-1,-1,[]],[-1,-1,[]],[[-1,-2],12,[19,20],21],[[9,-1],2,22],[[],3],[[],3],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],[4,3],0,[[4,3,3],[[6,[2,5]]]],[[],4],[[9,9],[[15,[10]]]],[[]],[[]],0,[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,29],[30,30],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[31,[[6,[31,32]]]],[33,[[6,[[27,[34]],32]]]],[33,[[6,[33,32]]]],[30,[[6,[30,32]]]],[30,[[6,[[27,[34]],32]]]],[35,[[6,[[27,[34]],32]]]],[35,[[6,[[27,[34]],32]]]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[30,36,37],37],[[30,36,[15,[38]]],[[6,[37,39]]]],[3,2],[3,2],[3,2],[3,2],[3,2],[[31,17],18],[[29,17],18],[[33,17],18],[[30,17],18],[[35,17],18],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[30,35],[[[27,[34]]],35],[33,35],[-1,35,[[40,[35]]]],[[41,42,[44,[43]]],[[6,[33,32]]]],[[41,42,[44,[43]]],[[6,[30,32]]]],[[41,42,[44,[43]]],[[6,[35,32]]]],[35,37],[31,[[44,[43]]]],[[31,45,29],[[6,[45,32]]]],[[33,45],[[6,[45,32]]]],[[30,45],[[6,[45,32]]]],[[35,45],[[6,[45,32]]]],[[31,12,29],[[6,[2,32]]]],[[33,12],[[6,[2,32]]]],[[30,12],[[6,[2,32]]]],[[35,12],[[6,[2,32]]]],[[],3],[[],3],[[],3],[[],3],[[],3],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],0,0,0,0,[[41,42],[[6,[33,32]]]],[[41,42],[[6,[30,32]]]],[[41,42],[[6,[35,32]]]],[[41,42,[15,[[44,[43]]]]],[[6,[33,32]]]],0,[[]],[[]],[[]],[[]],[[]],[31,[[6,[2,32]]]],[33,[[6,[2,32]]]],[30,[[6,[2,32]]]],[35,[[6,[2,32]]]],[31,45],[33,45],[30,45],[35,45],0,[29,42],[33,42],[30,42],[35,42],0,[-1,-2,[],[]],[-1,-2,[],[]],[33,30],[33,[[6,[[27,[34]],32]]]],[30,[[6,[[27,[34]],32]]]],[35,[[6,[[27,[34]],32]]]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[[29,45],41],[33,41],[30,41],[35,41],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],0,[33,[[44,[43]]]],[30,[[44,[43]]]],[35,[[44,[43]]]]],"c":[],"p":[[3,"Private",242],[15,"tuple"],[15,"usize"],[3,"FdMmap",13],[3,"String",243],[4,"Result",244],[15,"u8"],[15,"slice"],[3,"FdGuard",13],[4,"Ordering",245],[3,"File",246],[15,"u64"],[3,"Error",247],[3,"With",248],[4,"Option",249],[15,"bool"],[3,"Formatter",250],[6,"Result",250],[8,"Hash",251],[8,"Sized",252],[8,"BuildHasher",251],[8,"Hasher",251],[3,"Layout",253],[3,"LayoutError",253],[3,"TypeId",254],[3,"Global",255],[3,"Box",256],[8,"Any",254],[3,"VMMemoryConfig",80],[3,"VMSharedMemory",80],[3,"WasmMmap",80],[4,"MemoryError",257],[3,"VMOwnedMemory",80],[8,"LinearMemory",258],[3,"VMMemory",80],[3,"NotifyLocation",259],[15,"u32"],[3,"Duration",260],[4,"WaiterError",259],[8,"Into",261],[3,"MemoryType",262],[4,"MemoryStyle",263],[3,"VMMemoryDefinition",264],[3,"NonNull",265],[3,"Pages",266]]},\ +"wasmer_sys_utils":{"doc":"","t":"AADDDMMMACAMMDDLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLLDDDDDLLMLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLMLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLL","n":["memory","fd_memory","VMMemory","VMOwnedMemory","VMSharedMemory","conditions","config","config","fd_mmap","initialize_memory_with_data","memories","mmap","mmap","FdGuard","FdMmap","__clone_box","accessible_reserved","as_mut_ptr","as_mut_slice","as_slice","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cmp","compare","copy_file_range","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","drop","duplicate","eq","equivalent","equivalent","equivalent","equivalent","fd","fmt","fmt","from","from","get_hash","hash","init","init","into","into","layout_raw","layout_raw","len","len","make_accessible","new","partial_cmp","pointer_metadata","pointer_metadata","ptr","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","VMMemory","VMMemoryConfig","VMOwnedMemory","VMSharedMemory","WasmMmap","__clone_box","__clone_box","alloc","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","conditions","config","config","copy","copy","copy","copy","copy","copy","copy","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","do_notify","do_wait","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_custom","from_definition","from_definition","from_definition","get_runtime_size","get_vm_memory_definition","grow","grow","grow","grow","grow_at_least","grow_at_least","grow_at_least","grow_at_least","init","init","init","init","init","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","maximum","memory","mmap","mmap","new","new","new","new_internal","offset_guard_size","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reset","reset","reset","reset","size","size","size","size","size","style","style","style","style","style","to_owned","to_owned","to_shared","try_clone","try_clone","try_clone","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vm_memory_definition","vmmemory","vmmemory","vmmemory"],"q":[[0,"wasmer_sys_utils"],[1,"wasmer_sys_utils::memory"],[2,"wasmer_sys_utils::memory::fd_memory"],[13,"wasmer_sys_utils::memory::fd_memory::fd_mmap"],[80,"wasmer_sys_utils::memory::fd_memory::memories"],[242,"dyn_clone::sealed"],[243,"alloc::string"],[244,"core::result"],[245,"core::cmp"],[246,"std::fs"],[247,"std::io::error"],[248,"rkyv::with"],[249,"core::option"],[250,"core::fmt"],[251,"core::fmt"],[252,"core::marker"],[253,"core::hash"],[254,"core::alloc::layout"],[255,"alloc::alloc"],[256,"alloc::boxed"],[257,"core::any"],[258,"wasmer_vm::memory"],[259,"wasmer_vm::threadconditions"],[260,"core::time"],[261,"wasmer_vm::threadconditions"],[262,"wasmer_types::types"],[263,"wasmer_types::memory"],[264,"wasmer_vm::vmcontext"],[265,"core::ptr::non_null"],[266,"wasmer_types::units"]],"d":["","","Represents linear memory that can be either owned or shared","A linear memory instance.","A shared linear memory instance.","","","","","","Memory management for linear memories.","","","","A simple struct consisting of a page-aligned pointer to …","","Create a new Mmap pointing to accessible_size bytes of …","Return the allocated memory as a mutable pointer to u8.","Return the allocated memory as a mutable slice of u8.","Return the allocated memory as a slice of u8.","","","","","","","","","Copy a range of a file to another file.","","","","","","","","","","","","Copies the memory to a new swap file (using copy-on-write …","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","Return the length of the allocated memory.","","Make the memory starting at start and extending for len …","Construct a new empty instance of Mmap.","","","","","","","","","","","","","","","","","","Represents linear memory that can be either owned or shared","A linear memory instance.","A linear memory instance.","A shared linear memory instance.","","","","","","","","","","","","","","","","","","","","","","Copies the memory (in this case it performs a …","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Creates VMMemory from a custom implementation - the …","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Returns the number of pages in the allocated memory block","","","Grow memory by the specified amount of wasm pages.","Grow memory by the specified amount of wasm pages.","Grow memory by the specified amount of wasm pages.","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","The WebAssembly linear memory description.","","","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Creates a new linear memory instance of the correct type …","Build a Memory with either self-owned or VM owned metadata.","","","","","","","","","Resets the memory back down to zero size","Resets the memory down to a zero size","","Returns the size of hte memory in pages","Returns the size of hte memory in pages","Returns the size of hte memory in pages","","","Returns the memory style for this memory.","Returns the memory style for this memory.","Returns the memory style for this memory.","Our chosen implementation style.","","","Converts this owned memory into shared memory","Owned memory can not be cloned (this will always return …","Shared memory can always be cloned","Attempts to clone this memory (if its clonable)","","","","","","","","","","","","Returns the type for this memory.","Returns the type for this memory.","Returns the type for this memory.","","","","","","","","","","","","","","","The owned memory definition used by the generated code","Return a VMMemoryDefinition for exposing the memory to …","Return a VMMemoryDefinition for exposing the memory to …","Return a VMMemoryDefinition for exposing the memory to …"],"i":[0,0,0,0,0,30,33,30,0,0,0,33,30,0,0,9,4,4,4,4,4,9,4,9,9,9,9,9,0,9,4,9,4,9,4,9,4,4,9,9,4,9,9,9,9,9,4,4,9,4,9,9,9,4,9,4,9,4,9,4,4,4,4,9,4,9,4,9,4,9,4,9,4,9,4,9,4,9,4,9,0,0,0,0,0,29,30,31,31,29,33,30,35,31,29,33,30,35,29,30,29,30,30,33,30,31,33,33,30,30,35,35,31,29,33,30,35,31,29,33,30,35,31,29,33,30,35,30,30,31,29,33,30,35,31,29,33,30,35,31,29,33,30,35,35,35,35,35,33,30,35,35,31,31,33,30,35,31,33,30,35,31,29,33,30,35,31,29,33,30,35,31,29,33,30,35,29,29,33,30,33,30,35,33,29,31,29,33,30,35,31,33,30,35,31,33,30,35,31,29,33,30,35,29,29,30,33,33,30,35,31,29,33,30,35,31,29,33,30,35,29,33,30,35,31,29,33,30,35,29,33,30,29,33,30,29,33,30,31,33,30,35],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[3,3],[[6,[4,5]]]],[4,7],[4,[[8,[7]]]],[4,[[8,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[9,9],[[-1,-2],2,[],[]],[[9,9],10],[[-1,-2],10,[],[]],[[11,12,11,12,3],[[6,[2,13]]]],[[],9],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[4,2],[3,2],[9,2],[3,2],[[4,[15,[3]]],[[6,[4,5]]]],[[9,9],16],[[-1,-2],16,[],[]],[[-1,-2],16,[],[]],[[-1,-2],16,[],[]],[[-1,-2],16,[],[]],0,[[4,17],18],[[9,17],18],[-1,-1,[]],[-1,-1,[]],[[-1,-2],12,[19,20],21],[[9,-1],2,22],[[],3],[[],3],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],[4,3],0,[[4,3,3],[[6,[2,5]]]],[[],4],[[9,9],[[15,[10]]]],[[]],[[]],0,[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,29],[30,30],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[31,[[6,[31,32]]]],[33,[[6,[33,32]]]],[33,[[6,[[27,[34]],32]]]],[30,[[6,[[27,[34]],32]]]],[30,[[6,[30,32]]]],[35,[[6,[[27,[34]],32]]]],[35,[[6,[[27,[34]],32]]]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[3,-1,[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[14,[-3,-4]]]]],[],[],[],[]],[[30,36,37],37],[[30,36,[15,[38]]],[[6,[37,39]]]],[3,2],[3,2],[3,2],[3,2],[3,2],[[31,17],18],[[29,17],18],[[33,17],18],[[30,17],18],[[35,17],18],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[33,35],[[[27,[34]]],35],[30,35],[-1,35,[[40,[35]]]],[[41,42,[44,[43]]],[[6,[33,32]]]],[[41,42,[44,[43]]],[[6,[30,32]]]],[[41,42,[44,[43]]],[[6,[35,32]]]],[35,37],[31,[[44,[43]]]],[[31,45,29],[[6,[45,32]]]],[[33,45],[[6,[45,32]]]],[[30,45],[[6,[45,32]]]],[[35,45],[[6,[45,32]]]],[[31,12,29],[[6,[2,32]]]],[[33,12],[[6,[2,32]]]],[[30,12],[[6,[2,32]]]],[[35,12],[[6,[2,32]]]],[[],3],[[],3],[[],3],[[],3],[[],3],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],[[],[[6,[23,24]]]],0,0,0,0,[[41,42],[[6,[33,32]]]],[[41,42],[[6,[30,32]]]],[[41,42],[[6,[35,32]]]],[[41,42,[15,[[44,[43]]]]],[[6,[33,32]]]],0,[[]],[[]],[[]],[[]],[[]],[31,[[6,[2,32]]]],[33,[[6,[2,32]]]],[30,[[6,[2,32]]]],[35,[[6,[2,32]]]],[31,45],[33,45],[30,45],[35,45],0,[29,42],[33,42],[30,42],[35,42],0,[-1,-2,[],[]],[-1,-2,[],[]],[33,30],[33,[[6,[[27,[34]],32]]]],[30,[[6,[[27,[34]],32]]]],[35,[[6,[[27,[34]],32]]]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[[29,45],41],[33,41],[30,41],[35,41],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[[[27,[-1,26]]],[[27,[28,26]]],[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],[-1,28,[]],0,[33,[[44,[43]]]],[30,[[44,[43]]]],[35,[[44,[43]]]]],"c":[],"p":[[3,"Private",242],[15,"tuple"],[15,"usize"],[3,"FdMmap",13],[3,"String",243],[4,"Result",244],[15,"u8"],[15,"slice"],[3,"FdGuard",13],[4,"Ordering",245],[3,"File",246],[15,"u64"],[3,"Error",247],[3,"With",248],[4,"Option",249],[15,"bool"],[3,"Formatter",250],[6,"Result",250],[8,"Hash",251],[8,"Sized",252],[8,"BuildHasher",251],[8,"Hasher",251],[3,"Layout",253],[3,"LayoutError",253],[3,"TypeId",254],[3,"Global",255],[3,"Box",256],[8,"Any",254],[3,"VMMemoryConfig",80],[3,"VMSharedMemory",80],[3,"WasmMmap",80],[4,"MemoryError",257],[3,"VMOwnedMemory",80],[8,"LinearMemory",258],[3,"VMMemory",80],[3,"NotifyLocation",259],[15,"u32"],[3,"Duration",260],[4,"WaiterError",259],[8,"Into",261],[3,"MemoryType",262],[4,"MemoryStyle",263],[3,"VMMemoryDefinition",264],[3,"NonNull",265],[3,"Pages",266]]},\ "wasmer_types":{"doc":"This are the common types and utility tools for using …","t":"NNENQGNNNNNNNNNECCDCDCDDNNNNNNENNNDNENNNNGNCCCCCCCCNCNNCDCCCNNDDIDICNCNNNNDNNEENNNEDDNENNNNDNNNNDNNNNNNNCCCDDCNNNNDEDNNNNNNNNNENNNNNNNNNNNNCEDDNNNNNNNNNNDNCNNNNNNNENNNDDDDQNNNNNNNNDNNNNNNNDCDIEDDCNNEDNNNNNNEQINNNNNNNNNSQENEDDDCNENNNCNNNTNNNCCCCCNNNNCCDDCNNNDNNNNDNNNNNNDNCCNNNNNNNNNDNDNNEDCDNNEDDNNNENNNNNNNNNNNNNNNDNNRDDINENRRRSNNNNNNNCCNNNNNNNNNNNSLLLLLLLLLLMLKMMMMLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLMAMMMMMMMMMMMMKMMMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLAOMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMMMMAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMLLLLLLLLLLMMLLLLLLLLLLMLLLLLLMMMMMMALLLLLLLLLLAMLLLLLLLLLLLLLLLKLLFMMLLLLLLLLLLMAMMMMAKMMMMMMMAMKMMMMAMMAMMMMMMMMAKMMMMMMMMMMMMKMMMKMMMMLLLLLLLLLLMLLLMMMAMMMMMMAMAAMMMMMLLLLLLLLLLLLLLLLLMALLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLAMMMALAAMMMMMMMMMMMMMMMAKMMMMMMAAAAAAAADDDDDDLLMMMMMMLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLDDDDDDDDGDDDIDGQLLLLMMMKLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMKLLMMMDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLMMMMMMLLLLLLLLLMMMLLLLLLLLLLNNNNDNNNNNNNNNNNNNNNNNNNNDEEIDEEGNNNNNNNNNNNNNNNNLLLKLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLMMMLLLLLLLKLLMMMLLLLLLLKLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDDDIEEDNNNNQDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLMMMKLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNNNNNNNNDDDNNEIELLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLMMMMLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLNNNNNNNENNNNNNNNNNENNNNNNENNNENNNENNNNNNNNEENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNENNNNNNNNNNNNNNNNNNNNNNNNNDNDNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNLLMMLLLLLLLLLLLLMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLMLLLLLLMMMMEEIEENNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDIDDDDDAMMMMMOMMKAAKAMAMAMMMMMMMDLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMLLDDDLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMDLLLLLLLLLLLLLLLLLLLMMLLLLLMLDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLKLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLDDDLLLLLLLLLLLLLMMMLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLNNENNNNENNNNNNENNNNNNNNENNNDNNNEENNENNNNNNNEGLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMDDLLLLLLMMLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLMMLMMLMMLMMLLLLMMMMLLLLLLLMMLMMLMMLLLLLLLDDDDDDEENNNNDDNNNNDDEEDDDDDDNNNNDDDDNNNNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDIDIDQDDDDLLLKLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLMMMMKLLMMMLKLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAAAAAAAOAAAAAAAAAAAAOIDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLKLFFIINENQILLLLLLLLLLLLLKLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLDDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMIYNNNIYEIYIYDLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLFFFLFFFFFLKLLLLLLLLLLLLLLLLLLIIQQIIEIIILLKKLLLLLLLLLLLLLLLLLLKLLLLLFLKLLLLLLLKLKLLEDINIYDDDDDINDDNIIINIGNIIILLLLMLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLMLLLLLLLMKKKKKKKKKLLLLLMMMMFLLLLLLLLLLMMMLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLLLLKLLIDIYIQDLLLLLLKLLLLLLLLLLLLLLLLLLLLKLLLLLKLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLDDDDDDIDDIIDDDDDIDIDDDQIQQIDDDDDDIDDDDDDIDDIDDIIDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLLKLLMMMMMLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFKLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMMLMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMKLLMFFMLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLIYIYIQIIDDIIIIIIIIILLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLSDIDSDTSSSLLLLLFFFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLFFLLLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLLLLLLLLLLLLLLMFFFLLOLLLLLFLLMLLLFFFLLLLLLLFFLLLLLFFLLLLLLLLLLLLLLMLFMMMFLLLFLIIIIIIIIENINNEIIIIIINIIIIIENIIIIIIIQQQQQQQQQQQQQQQDIDDDDDIIIQQIIIIIIQIQNDQNLLLLLLLLLKKLLLLKKKKKKLLLLLLLLLLLLLLLLLLLLKLLKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKLLLLLLLLLLLMMMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLKLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKKKLLLLMMMKLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDSQDILLLLOOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLLLLLLFFLLLLLLLLLLLLLLLLLLLLLLLLFFFFLLFFLLLLFLLLLLLLLLFFLLLLLLLFLLLLFFLLLLMMLLLFFFFLFLFFFLLLLLLLLLLLLLLLLMLFFFFDDDLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDIDDDDDIQQQDDDDDDDDIDDDDDDDLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFFFFKKKKKKLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMFMMMMMMLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMDDDGDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLMLLLDDDDNNDDGDDRNNDDDDNDDDEGDDNLLLLMMMLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLALLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLMLLLLLLLLLLLLLLLLLLLLMMMMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLRRRNNDDDDDDDDDDDDENNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMNNNNNDDDDEDDDNDEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRRDDDDDLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMLLLLLLMMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNEENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNDDIEEQSQNNSLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLKLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLMMMMLLLLMMMMLLMMMMLLLMMMMLMMMMMMMLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLMMMMLMMMLMMMMLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLMMMMMMMMMMLMMMMLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGGMMFMMFEEEENNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLQISSDDSSSDDDDDLLLLLLLLLLLLLLLLLLLLLMMMMMMLMMMLMMMMMMLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLMCCCAAADLLLLLLLLLLLLMLMLMLMLLLMLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNNNNENNNNNEENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDNNDNNENNNNNNNNNNNDDNNNEEDDNNNNNNNNDNDDEENNNNNDDEEDNNNNDNNLLLLLLLLLLLOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFLLLFFLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLMMMMMMLMMMLLMMLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDRRRLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFTILLLMLLLLLLLLLLLLLLLLMMMLLLLLLMMMMLLLOLOLLLLMMMKDDDLLLFLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLMLMMLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMLMLMLMLMLMLMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Aarch64","Aarch64","Aarch64Architecture","Aarch64be","Abi","Addend","Aix","Amd","AmdGcn","AmdGiz","AmdHsa","Android","Androideabi","Apple","AppleAarch64","Architecture","ArchivedCompiledFunctionUnwindInfo","ArchivedCustomSection","ArchivedDataInitializerLocation","ArchivedFunctionBody","ArchivedOwnedDataInitializer","ArchivedRelocation","ArchivedSerializableCompilation","ArchivedSerializableModule","Arm","Asmjs","Avr","BadConversionToInteger","BadSignature","Big","BinaryFormat","Bitrig","Bpfeb","Bpfel","Bytes","CallerChecksSignature","CallingConvention","CeilF32","CeilF64","Clever","Cloudabi","CodeOffset","Coff","Compilation","CompileError","CompileModuleInfo","CompiledFunction","CompiledFunctionFrameInfo","CompiledFunctionUnwindInfo","CompiledFunctionUnwindInfoLike","CompiledFunctionUnwindInfoReference","Const","CpuFeature","Cuda","Custom","CustomSection","CustomSectionIndex","CustomSectionLike","CustomSectionProtection","CustomSections","Darwin","DataDrop","DataIndex","DataInitializer","DataInitializerLike","DataInitializerLocation","DataInitializerLocationLike","DeserializeError","Dragonfly","Dwarf","Dynamic","Eabi","Eabihf","ElemDrop","ElemIndex","Elf","Emscripten","Endianness","Environment","Espidf","Espressif","Experimental","ExportIndex","ExportType","ExportsIterator","ExternRef","ExternType","F32","F32Const","F64","F64Const","Features","Finish","FloorF32","FloorF64","Fortanix","FrameInfo","Freebsd","Fuchsia","FuncRef","FuncRef","Function","Function","Function","FunctionAddressMap","FunctionBody","FunctionBodyLike","FunctionIndex","FunctionType","Functions","GetGlobal","Global","Global","Global","GlobalIndex","GlobalInit","GlobalType","Gnu","GnuIlp32","GnuLlvm","Gnuabi64","Gnueabi","Gnueabihf","Gnuspe","Gnux32","Haiku","HashAlgorithm","HeapAccessOutOfBounds","HeapMisaligned","Hermit","HermitKernel","Hexagon","Horizon","I32","I32Const","I64","I64Const","Ibm","Illumos","ImportError","ImportIndex","ImportKey","ImportType","ImportedMemory32AtomicNotify","ImportedMemory32AtomicWait32","ImportedMemory32AtomicWait64","ImportedMemory32Copy","ImportedMemory32Fill","ImportedMemory32Size","ImportedTableGet","ImportedTableGrow","ImportedTableSet","ImportedTableSize","ImportsIterator","IndirectCallToNull","InstructionAddressMap","IntegerDivisionByZero","IntegerOverflow","InvokeAgain","Ios","Kernel","Kmc","L4re","LibCall","Linux","LinuxKernel","Little","LocalFunctionIndex","LocalGlobalIndex","LocalMemoryIndex","LocalTableIndex","Location","LoongArch64","M68k","MacOSX","Macabi","Macho","Memory","Memory","Memory","Memory32","Memory32AtomicNotify","Memory32AtomicWait32","Memory32AtomicWait64","Memory32Copy","Memory32Fill","Memory32Init","Memory32Size","Memory64","MemoryError","MemoryIndex","MemorySize","MemoryStyle","MemoryType","MetadataHeader","MiddlewareError","Mips32","Mips64","ModuleHash","ModuleInfo","Msp430","Msvc","Musl","Muslabi64","Musleabi","Musleabihf","Mutability","Native","NativeWasmType","NearestF32","NearestF64","Nebulet","Netbsd","Newlib","Nintendo","None_","Nvidia","Nvptx64","ONE","Offset","OnCalledAction","Openbsd","OperatingSystem","OwnedDataInitializer","PageCountOutOfRange","Pages","ParseCpuFeatureError","Pc","PointerWidth","Powerpc","Powerpc64","Powerpc64le","PreInstantiationError","Probestack","Psp","RaiseTrap","RawValue","Redox","RefFunc","RefNullConst","Relocation","RelocationKind","RelocationLike","RelocationTarget","Relocations","Riscv32","Riscv64","Rumprun","S390x","SectionBody","SectionIndex","SerializableCompilation","SerializableModule","SerializeError","Sgx","Sha256","Sha256","SignatureIndex","Sim","Softfloat","Solaris","SolidAsp3","SourceLoc","Sparc","Sparc64","Sparcv9","Spe","StackOverflow","Static","StoreId","Sun","Symbol","SymbolRegistry","SystemV","Table","Table","Table","TableAccessOutOfBounds","TableCopy","TableFill","TableGet","TableGrow","TableIndex","TableInit","TableInitializer","TableSet","TableSize","TableStyle","TableType","Target","TargetSharedSignatureIndex","Threads","Trap","TrapCode","TrapInformation","Triple","TruncF32","TruncF64","Tvos","Type","U16","U32","U64","Uclibc","Uclibceabi","Uclibceabihf","Uefi","UnalignedAtomic","Unknown","Unknown","Unknown","Unknown","Unknown","UnreachableCodeReached","Uwp","V128","V128","V128Const","VERSION","VMBuiltinFunctionIndex","VMOffsets","ValueType","Var","Vendor","VxWorks","WASM_MAX_PAGES","WASM_MIN_PAGES","WASM_PAGE_SIZE","WASM_TYPE","Wasi","WasiP1","WasiP2","Wasm","Wasm32","Wasm64","WasmBasicCAbi","WasmError","WasmResult","Watchos","Windows","WindowsFastcall","Wrs","X86_32","X86_64","X86_64h","XTensa","XXHash","XXHash","Xcoff","ZERO","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","architecture","as_str","base","base","base","base","binary_format","bits","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bulk_memory","bytes","bytes","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","code_offset","compilation","compilation","compilation","compile_info","compile_info","cpu_features","cpu_features","custom_section_relocations","custom_section_relocations","custom_sections","custom_sections","custom_sections","custom_sections_data","data","data","data","data","data_initializers","data_initializers","data_model","debug","debug","default_calling_convention","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dynamic_function_trampolines","dynamic_function_trampolines","elements","endianness","endianness","endianness","entity","entity_impl","environment","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","error","exceptions","exports","extended_const","externref","f32","f64","features","field","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_str","from_str","from_str","from_str","from_str","from_str","from_str","func_index","func_start","funcref","function_bodies","function_bodies","function_call_trampolines","function_call_trampolines","function_frame_info","function_frame_info","function_name","function_names","function_relocations","function_relocations","functions","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","global_initializers","globals","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","host","host","host","host","host","host","i128","i32","i64","id","import_idx","imports","indexes","init","init","init","init","init","init","init","init","init","init","initializers","instr","into","into","into","into","into","into","into","into","into","into","into_str","into_str","into_str","into_str","into_str","is_64bit","is_clever","is_thumb","is_wasm","iter","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","lib","libcall_trampoline_len","libcall_trampoline_len","libcall_trampolines","libcall_trampolines","libcalls","location","location","location","location","magic","maximum","maximum","memories","memory","memory64","memory_index","memory_index","memory_index","minimum","minimum","module","module","module","module_hash","module_linking","module_name","multi_memory","multi_value","mutability","name","name","name","native","native_to_offset","num_imported_functions","num_imported_functions","num_imported_globals","num_imported_globals","num_imported_memories","num_imported_memories","num_imported_tables","num_imported_tables","num_local_globals","num_local_memories","num_local_tables","num_signature_ids","offset","offset","offset","offset","offset_to_native","operating_system","params","passive_data","passive_elements","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_size","pointer_width","pointer_width","pointer_width","reference_types","relaxed_simd","results","serialize","shared","signatures","simd","size","size","size_of_vmctx","stack","start_function","store_id","table","table_index","table_initializers","tables","tail_call","threads","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","trap_code","trapcode","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","types","u128","u32","u64","units","unknown","utils","value","vendor","version","vmctx_builtin_functions_begin","vmctx_gas_limiter_pointer","vmctx_globals_begin","vmctx_imported_functions_begin","vmctx_imported_globals_begin","vmctx_imported_memories_begin","vmctx_imported_tables_begin","vmctx_memories_begin","vmctx_signature_ids_begin","vmctx_stack_limit_begin","vmctx_stack_limit_initial_begin","vmctx_tables_begin","vmctx_trap_handler_begin","vmoffsets","zero_padding_bytes","bound","offset_guard_size","offset_guard_size","major","minor","patch","address_map","function","module","relocation","section","symbols","target","unwind","ArchivedFunctionAddressMap","ArchivedInstructionAddressMap","FunctionAddressMap","FunctionAddressMapResolver","InstructionAddressMap","InstructionAddressMapResolver","__clone_box","__clone_box","body_len","body_len","body_len","body_offset","body_offset","body_offset","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","check_bytes","clone","clone","clone_into","clone_into","code_len","code_len","code_len","code_offset","code_offset","code_offset","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","end_srcloc","end_srcloc","end_srcloc","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","from","init","init","init","init","init","init","instructions","instructions","instructions","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","srcloc","srcloc","srcloc","start_srcloc","start_srcloc","start_srcloc","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","ArchivedCompiledFunction","ArchivedCompiledFunctionFrameInfo","ArchivedFunctionBody","Compilation","CompiledFunction","CompiledFunctionFrameInfo","CompiledFunctionFrameInfoResolver","CompiledFunctionResolver","CustomSections","Dwarf","DwarfResolver","FunctionBody","FunctionBodyLike","FunctionBodyResolver","Functions","UnwindInfo","__clone_box","__clone_box","__clone_box","__clone_box","address_map","address_map","address_map","body","body","body","body","body","body","body","body","body","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","check_bytes","check_bytes","check_bytes","check_bytes","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","custom_sections","debug","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","dynamic_function_trampolines","eh_frame","eh_frame","elems","elems","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","frame_info","frame_info","frame_info","from","from","from","from","from","from","from","from","from","from","from","from","function_call_trampolines","functions","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","relocations","relocations","relocations","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","to_owned","to_owned","to_owned","to_owned","traps","traps","traps","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unused","unused","unwind_info","unwind_info","unwind_info","unwind_info","unwind_info","unwind_info","ArchivedCompileModuleInfo","CompileModuleInfo","CompileModuleInfoResolver","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","check_bytes","clone","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","features","features","features","fmt","fmt","from","from","from","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","memory_styles","memory_styles","memory_styles","module","module","module","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","table_styles","table_styles","table_styles","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","Abs4","Abs4","Abs8","Abs8","ArchivedRelocation","Arm32Call","Arm32Call","Arm64Call","Arm64Call","Arm64Movw0","Arm64Movw0","Arm64Movw1","Arm64Movw1","Arm64Movw2","Arm64Movw2","Arm64Movw3","Arm64Movw3","CustomSection","CustomSection","ElfX86_64TlsGd","ElfX86_64TlsGd","LibCall","LibCall","LocalFunc","LocalFunc","Relocation","RelocationKind","RelocationKindResolver","RelocationLike","RelocationResolver","RelocationTarget","RelocationTargetResolver","Relocations","RiscvCall","RiscvCall","RiscvPCRelHi20","RiscvPCRelHi20","RiscvPCRelLo12I","RiscvPCRelLo12I","X86CallPCRel4","X86CallPCRel4","X86CallPLTRel4","X86CallPLTRel4","X86GOTPCRel4","X86GOTPCRel4","X86PCRel4","X86PCRel4","X86PCRel8","X86PCRel8","__clone_box","__clone_box","__clone_box","addend","addend","addend","addend","addend","addend","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","check_bytes","check_bytes","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","elems","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","for_address","from","from","from","from","from","from","from","init","init","init","init","init","init","init","into","into","into","into","into","into","into","kind","kind","kind","kind","kind","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","offset","offset","offset","offset","offset","offset","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reloc_target","reloc_target","reloc_target","reloc_target","reloc_target","reloc_target","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unused","ArchivedCustomSection","ArchivedSectionBody","CustomSection","CustomSectionLike","CustomSectionProtection","CustomSectionProtectionResolver","CustomSectionResolver","Read","Read","ReadExecute","ReadExecute","Relocations","SectionBody","SectionBodyResolver","SectionIndex","SectionIndexResolver","__clone_box","__clone_box","__clone_box","__clone_box","as_ptr","as_slice","as_u32","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bytes","bytes","bytes","bytes","bytes","bytes","check_bytes","check_bytes","check_bytes","check_bytes","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","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","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from_u32","get_hash","hash","index","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","is_empty","is_empty","is_reserved_value","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","new","new_with_vec","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","protection","protection","protection","protection","protection","protection","relocations","relocations","relocations","relocations","relocations","relocations","reserved_value","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","ArchivedModuleMetadata","DynamicFunctionTrampoline","DynamicFunctionTrampoline","FunctionCallTrampoline","FunctionCallTrampoline","LocalFunction","LocalFunction","Metadata","Metadata","ModuleMetadata","ModuleMetadataResolver","ModuleMetadataSymbolRegistry","Section","Section","Symbol","SymbolRegistry","SymbolResolver","__clone_box","archive_from_slice","archive_from_slice_checked","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","clone","clone_into","cmp","compare","compile_info","compile_info","compile_info","cpu_features","cpu_features","cpu_features","data_initializers","data_initializers","data_initializers","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_from_archive","deserialize_unchecked","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from","from","function_body_lengths","function_body_lengths","function_body_lengths","get_hash","get_symbol_registry","hash","init","init","init","init","init","init","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","name_to_symbol","name_to_symbol","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","prefix","prefix","prefix","prefix","resolve","resolve","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","split","symbol_to_name","symbol_to_name","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","AVX","AVX2","AVX512DQ","AVX512F","AVX512VL","Aarch64","Aarch64","Aarch64Architecture","Aarch64be","Aix","Amd","AmdGcn","AmdGiz","AmdHsa","Android","Androideabi","Apple","AppleAarch64","Architecture","Arm","Asmjs","Avr","BMI1","BMI2","Big","BinaryFormat","Bitrig","Bpfeb","Bpfel","CallingConvention","Clever","Cloudabi","Coff","CpuFeature","Cuda","Custom","Darwin","Dragonfly","Eabi","Eabihf","Elf","Emscripten","Endianness","Environment","Espidf","Espressif","Experimental","Fortanix","Freebsd","Fuchsia","Gnu","GnuIlp32","GnuLlvm","Gnuabi64","Gnueabi","Gnueabihf","Gnuspe","Gnux32","Haiku","Hermit","HermitKernel","Hexagon","Horizon","Ibm","Illumos","Ios","Kernel","Kmc","L4re","LZCNT","Linux","LinuxKernel","Little","LoongArch64","M68k","MacOSX","Macabi","Macho","Mips32","Mips64","Msp430","Msvc","Musl","Muslabi64","Musleabi","Musleabihf","NEON","Nebulet","Netbsd","Newlib","Nintendo","None_","Nvidia","Nvptx64","Openbsd","OperatingSystem","POPCNT","Pc","PointerWidth","Powerpc","Powerpc64","Powerpc64le","Psp","Redox","Riscv32","Riscv64","Rumprun","S390x","SSE2","SSE3","SSE41","SSE42","SSSE3","Sgx","Sim","Softfloat","Solaris","SolidAsp3","Sparc","Sparc64","Sparcv9","Spe","Sun","SystemV","Target","Threads","Triple","Tvos","U16","U32","U64","Uclibc","Uclibceabi","Uclibceabihf","Uefi","Unknown","Unknown","Unknown","Unknown","Unknown","Uwp","Vendor","VxWorks","Wasi","WasiP1","WasiP2","Wasm","Wasm32","Wasm64","WasmBasicCAbi","Watchos","Windows","WindowsFastcall","Wrs","X86_32","X86_64","X86_64h","XTensa","Xcoff","__clone_box","__clone_box","architecture","binary_format","bitand","bitor","bitxor","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cpu_features","cpu_features","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","enum_from_u32","enum_into_u32","environment","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","for_host","from","from","from_str","get_hash","get_hash","hash","hash","init","init","into","into","is_native","layout_raw","layout_raw","new","not","operating_system","pointer_metadata","pointer_metadata","set","sub","to_owned","to_owned","to_string","triple","triple","try_from","try_from","try_into","try_into","type_id","type_id","vendor","major","minor","patch","ArchivedCompiledFunctionUnwindInfo","CompiledFunctionUnwindInfo","CompiledFunctionUnwindInfoLike","CompiledFunctionUnwindInfoReference","CompiledFunctionUnwindInfoResolver","Dwarf","Dwarf","Dwarf","Dwarf","WindowsX64","WindowsX64","WindowsX64","WindowsX64","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","clone","clone","clone_into","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","get","get","get","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","ArchivedPrimaryMap","BoxedSlice","EntityRef","Iter","IterMut","Keys","PrimaryMap","SecondaryMap","boxed_slice","default","elems","elems","elems","elems","entity_impl","enumerate","enumerate","index","iter","keys","new","packed_option","pos","primary_map","rev_pos","secondary_map","unused","unused","unused","unused","unused","unused","unused","BoxedSlice","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","elems","fmt","from","from_raw","get","get_mut","index","index_mut","init","into","into_iter","into_iter","is_empty","is_valid","iter","iter_mut","keys","last","layout_raw","len","pointer_metadata","to_owned","try_from","try_into","type_id","unused","values","values_mut","IntoIter","Iter","IterMut","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","enumerate","enumerate","enumerate","from","from","from","init","init","init","into","into","into","into_iter","into_iter","into_iter","layout_raw","layout_raw","layout_raw","new","new","new","next","next","next","next_back","next_back","next_back","pointer_metadata","pointer_metadata","pointer_metadata","size_hint","size_hint","size_hint","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unused","unused","unused","Keys","borrow","borrow_mut","cjk_compat_variants","deref","deref_mut","deserialize","drop","from","init","into","into_iter","layout_raw","next","next_back","nfc","nfd","nfkc","nfkd","pointer_metadata","pos","rev_pos","size_hint","stream_safe","try_from","try_into","type_id","unused","with_len","PackedOption","ReservedValue","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","default","deref","deref_mut","deserialize","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","expand","expect","fmt","from","from","from","from","get_hash","hash","init","into","is_none","is_reserved_value","is_some","layout_raw","map","partial_cmp","pointer_metadata","reserved_value","serialize","take","to_owned","try_from","try_into","type_id","unwrap","ArchivedPrimaryMap","PrimaryMap","PrimaryMapResolver","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","check_bytes","clear","clone","clone_into","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","elems","elems","elems","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_iter","get","get","get_hash","get_mut","hash","index","index","index_mut","init","init","init","into","into","into","into_boxed_slice","into_iter","into_iter","into_iter","is_empty","is_valid","iter","iter","iter_mut","keys","last","layout_raw","layout_raw","layout_raw","len","new","next_key","pointer_metadata","pointer_metadata","pointer_metadata","push","reserve","reserve_exact","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","shrink_to_fit","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unused","unused","unused","values","values","values_mut","with_capacity","ArchivedSecondaryMap","SecondaryMap","SecondaryMapResolver","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","capacity","check_bytes","clear","clone","clone_into","default","default","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","elems","elems","elems","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","get","get","index","index_mut","init","init","init","into","into","into","is_empty","iter","iter","iter_mut","keys","layout_raw","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","pointer_metadata","resize","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","unused","unused","unused","values","values","values_mut","with_capacity","with_default","AtomicsNotSupported","Codegen","CompileError","Compiler","CorruptedBinary","CouldNotGrow","CpuFeature","DeserializeError","Err","Generic","Generic","Generic","Generic","ImplLimitExceeded","ImportError","Incompatible","IncompatibleType","InvalidByteLength","InvalidMemory","InvalidWebAssembly","Io","Io","MaximumMemoryTooLarge","MemoryError","MemoryError","MemoryNotShared","Middleware","MiddlewareError","MinimumMemoryTooLarge","Missing","Ok","ParseCpuFeatureError","PreInstantiationError","Region","Resource","SerializeError","UnknownImport","Unsupported","UnsupportedFeature","UnsupportedOperation","UnsupportedTarget","Validate","Wasm","WasmError","WasmResult","__clone_box","__clone_box","as_error","as_error","as_error","as_error","as_error","as_error","as_error","as_error","as_error","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","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","get_hash","hash","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","message","name","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","source","source","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","expected","got","attempted_delta","current","max_allowed","max_allowed","max_requested","message","min_requested","reason","message","offset","Features","FeaturesResolver","__clone_box","borrow","borrow","borrow_mut","borrow_mut","bulk_memory","bulk_memory","bulk_memory","check_bytes","clone","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","exceptions","exceptions","extended_const","extended_const","fmt","from","from","init","init","into","into","layout_raw","layout_raw","memory64","memory64","memory64","module_linking","module_linking","module_linking","multi_memory","multi_memory","multi_memory","multi_value","multi_value","multi_value","new","pointer_metadata","pointer_metadata","reference_types","reference_types","reference_types","relaxed_simd","relaxed_simd","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","simd","simd","simd","tail_call","tail_call","tail_call","threads","threads","threads","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","CustomSectionIndex","CustomSectionIndexResolver","DataIndex","DataIndexResolver","ElemIndex","ElemIndexResolver","ExportIndex","ExportIndexResolver","Function","Function","Function","Function","FunctionIndex","FunctionIndexResolver","Global","Global","Global","Global","GlobalIndex","GlobalIndexResolver","ImportIndex","ImportIndexResolver","LocalFunctionIndex","LocalFunctionIndexResolver","LocalGlobalIndex","LocalGlobalIndexResolver","LocalMemoryIndex","LocalTableIndex","Memory","Memory","Memory","Memory","MemoryIndex","MemoryIndexResolver","SignatureIndex","SignatureIndexResolver","Table","Table","Table","Table","TableIndex","TableIndexResolver","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_u32","as_u32","as_u32","as_u32","as_u32","as_u32","as_u32","as_u32","as_u32","as_u32","as_u32","as_u32","borrow","borrow","borrow","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","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","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","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","deref","deref","deref","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_u32","from_u32","from_u32","from_u32","from_u32","from_u32","from_u32","from_u32","from_u32","from_u32","from_u32","from_u32","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","index","index","index","index","index","index","index","index","index","index","index","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","is_reserved_value","is_reserved_value","is_reserved_value","is_reserved_value","is_reserved_value","is_reserved_value","is_reserved_value","is_reserved_value","is_reserved_value","is_reserved_value","is_reserved_value","is_reserved_value","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","new","new","new","new","new","new","new","new","new","new","new","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reserved_value","reserved_value","reserved_value","reserved_value","reserved_value","reserved_value","reserved_value","reserved_value","reserved_value","reserved_value","reserved_value","reserved_value","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","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","ArchivedDataInitializerLocation","ArchivedOwnedDataInitializer","ArchivedTableInitializer","DataInitializer","DataInitializerLike","DataInitializerLocation","DataInitializerLocationLike","DataInitializerLocationResolver","Location","OwnedDataInitializer","OwnedDataInitializerResolver","TableInitializer","TableInitializerResolver","__clone_box","__clone_box","__clone_box","base","base","base","base","base","base","base","base","base","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","check_bytes","check_bytes","clone","clone","clone","clone_into","clone_into","clone_into","data","data","data","data","data","data","data","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","elements","elements","elements","eq","eq","eq","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","from","get_hash","hash","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","location","location","location","location","location","location","location","memory_index","memory_index","memory_index","memory_index","memory_index","memory_index","new","offset","offset","offset","offset","offset","offset","offset","offset","offset","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","table_index","table_index","table_index","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","std","any","borrow","boxed","cell","cmp","convert","fmt","format","hash","iter","marker","mem","ops","ptr","rc","slice","string","sync","u32","vec","vec","Any","TypeId","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","deserialize","downcast_mut","downcast_mut","downcast_mut","downcast_mut_unchecked","downcast_mut_unchecked","downcast_mut_unchecked","downcast_ref","downcast_ref","downcast_ref","downcast_ref_unchecked","downcast_ref_unchecked","downcast_ref_unchecked","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","get_hash","hash","init","into","is","is","is","layout_raw","of","partial_cmp","pointer_metadata","t","to_owned","try_from","try_into","type_id","type_id","type_name","type_name_of_val","Borrow","BorrowMut","Borrowed","Cow","Owned","Owned","ToOwned","__clone_box","add","add","add_assign","add_assign","as_cow_c_str","as_cow_c_str","as_cow_c_str","as_ref","as_ref","as_str","as_str","as_str","borrow","borrow","borrow","borrow_mut","borrow_mut","clone","clone_from","clone_into","clone_into","cmp","compare","default","deref","deref","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","encode_hex","encode_hex_upper","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","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_iter","from_iter","from_iter","get_hash","hash","init","into","into_c_str","into_c_str","into_c_str","into_deserializer","into_owned","into_with_c_str","into_with_c_str","into_with_c_str","is_borrowed","is_owned","is_referenceable","json_schema","layout_raw","ne","ne","ne","ne","ne","ne","ne","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","schema_id","schema_name","serialize","serialize","serialize","to_mut","to_owned","to_owned","to_string","to_string_lossy","to_string_lossy","to_string_lossy","try_from","try_into","type_id","Box","ThinBox","__clone_box","_marker","advance","advance_mut","allocator","as_error","as_error","as_fd","as_mut","as_raw_fd","as_ref","assume_init","assume_init","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call","call_mut","call_once","cause","chunk","chunk_mut","chunks_vectored","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_from","clone_from","clone_into","cmp","compare","consume","contains_token","contains_token","copy_to_bytes","copy_to_slice","default","default","default","default","default","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast","downcast","downcast_unchecked","downcast_unchecked","downcast_unchecked","drop","drop","drop","drop","enabled","encode_hex","encode_hex_upper","eq","equivalent","equivalent","equivalent","equivalent","fill_buf","finish","flush","flush","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_iter","from_raw","from_raw_in","ge","get_hash","get_i16","get_i16_le","get_i16_ne","get_i32","get_i32_le","get_i32_ne","get_i64","get_i64_le","get_i64_ne","get_i8","get_int","get_int_le","get_int_ne","get_u16","get_u16_le","get_u16_ne","get_u32","get_u32_le","get_u32_ne","get_u64","get_u64_le","get_u64_ne","get_u8","get_uint","get_uint_le","get_uint_ne","gt","has_remaining","hash","init","init","into","into","into_boxed_slice","into_future","into_inner","into_iter","into_iter","into_iter","into_pin","into_raw","into_raw_with_allocator","into_searcher","is_contained_in","is_empty","is_prefix_of","is_read_vectored","is_referenceable","is_suffix_of","is_write_vectored","json_schema","last","layout_raw","layout_raw","le","leak","len","log","lt","ne","new","new","new_in","new_uninit","new_uninit_in","new_uninit_slice","new_uninit_slice_in","new_unsize","new_zeroed","new_zeroed_in","new_zeroed_slice","new_zeroed_slice_in","next","next_back","nfc","nfd","nfkc","nfkd","nth","nth_back","parse_next","parse_next","parse_next","parse_next","partial_cmp","pin","pin_in","pointer_metadata","pointer_metadata","poll","poll_next","ptr","put_i16","put_i16_le","put_i16_ne","put_i32","put_i32_le","put_i32_ne","put_i64","put_i64_le","put_i64_ne","put_i8","put_slice","put_u16","put_u16_le","put_u16_ne","put_u32","put_u32_le","put_u32_ne","put_u64","put_u64_le","put_u64_ne","put_u8","read","read_buf","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","remaining","remaining_mut","resolve","resolve_metadata","resume","schema_id","schema_name","seek","serialize","serialize","serialize","serialize_metadata","serialize_unsized","size_hint","size_hint","source","source","stream_position","stream_safe","strip_prefix_of","strip_suffix_of","to_owned","to_path_segments","to_string","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_new","try_new_in","try_new_uninit","try_new_uninit_in","try_new_uninit_slice","try_new_zeroed","try_new_zeroed_in","try_new_zeroed_slice","type_id","type_id","write","write","write","write_all","write_fmt","write_i128","write_i16","write_i32","write_i64","write_i8","write_isize","write_length_prefix","write_str","write_u128","write_u16","write_u32","write_u64","write_u8","write_usize","write_vectored","BorrowError","BorrowMutError","Cell","LazyCell","OnceCell","Ref","RefCell","RefMut","SyncUnsafeCell","UnsafeCell","__clone_box","__clone_box","__clone_box","as_array_of_cells","as_error","as_error","as_ptr","as_ptr","as_slice_of_cells","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","clone","clone","clone","clone","clone_from","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","default","default","default","default","default","default","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","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filter_map","filter_map","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","from_mut","from_mut","ge","ge","get","get","get","get","get_mut","get_mut","get_mut","get_mut","get_mut","get_or_init","get_or_try_init","gt","gt","init","init","init","init","init","init","init","init","init","init","inner","into","into","into","into","into","into","into","into","into","into","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","is_referenceable","is_referenceable","json_schema","json_schema","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","le","le","leak","leak","lt","lt","map","map","map_split","map_split","marker","new","new","new","new","new","new","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","raw_get","raw_get","replace","replace","replace_with","schema_id","schema_id","schema_name","schema_name","serialize","serialize","set","set","split_at","split_at","state","swap","swap","take","take","take","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","try_borrow","try_borrow_mut","try_borrow_unguarded","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","undo_leak","update","value","value","value","value","value","value","Eq","Eq","Equal","Greater","Less","Ord","Ord","Ordering","PartialEq","PartialEq","PartialOrd","PartialOrd","Reverse","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clamp","clone","clone","clone_from","clone_into","clone_into","cmp","cmp","cmp","compare","compare","conditional_select","ct_eq","ct_gt","ct_lt","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","ge","ge","get_hash","get_hash","gt","gt","hash","hash","init","init","into","into","is_eq","is_ge","is_gt","is_le","is_lt","is_ne","is_referenceable","json_schema","layout_raw","layout_raw","le","le","lt","lt","max","max","max_by","max_by_key","min","min","min_by","min_by_key","minmax","minmax_by","minmax_by_key","ne","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","reverse","schema_id","schema_name","serialize","then","then_with","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","AsMut","AsRef","Error","Error","FloatToInt","From","Infallible","Into","TryFrom","TryInto","__clone_box","as_error","as_mut","as_ref","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","description","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","get_hash","hash","identity","init","into","into","layout_raw","partial_cmp","pointer_metadata","report","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","Alignment","Arguments","Binary","Center","Debug","Debug","DebugList","DebugMap","DebugSet","DebugStruct","DebugTuple","Display","Err","Error","Formatter","Left","LowerExp","LowerHex","Octal","Ok","Pointer","Result","Right","UpperExp","UpperHex","Write","__clone_box","__clone_box","__clone_box","align","align","alternate","args","as_error","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","clone","clone","clone","clone_into","clone_into","clone_into","cmp","collect_str","compare","custom","debug_list","debug_map","debug_set","debug_struct","debug_tuple","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","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty_name","entries","entries","entries","entry","entry","entry","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","field","field","fields","fill","fill","finish","finish","finish","finish","finish","finish_non_exhaustive","flags","flags","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","format","from","from","from","from","from","from","from","from","from","get_hash","has_fields","has_fields","has_key","hash","init","init","init","init","init","init","init","init","init","inner","inner","into","into","into","into","into","into","into","into","into","is_referenceable","json_schema","key","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","pad","pad_integral","partial_cmp","pieces","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","precision","precision","result","result","result","schema_id","schema_name","serialize","serialize_bool","serialize_bytes","serialize_char","serialize_f32","serialize_f64","serialize_i128","serialize_i16","serialize_i32","serialize_i64","serialize_i8","serialize_map","serialize_newtype_struct","serialize_newtype_variant","serialize_none","serialize_seq","serialize_some","serialize_str","serialize_struct","serialize_struct_variant","serialize_tuple","serialize_tuple_struct","serialize_tuple_variant","serialize_u128","serialize_u16","serialize_u32","serialize_u64","serialize_u8","serialize_unit","serialize_unit_struct","serialize_unit_variant","sign_aware_zero_pad","sign_minus","sign_plus","state","to_owned","to_owned","to_owned","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","value","width","width","write","write_char","write_char","write_fmt","write_fmt","write_fmt","write_str","write_str","write_str","BuildHasher","BuildHasherDefault","Hash","Hash","Hasher","Hasher","SipHasher","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","build_hasher","build_hasher","clone","clone","clone_into","clone_into","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","finish","finish","fmt","fmt","from","from","hash","hash_one","hash_slice","init","init","into","into","layout_raw","layout_raw","new","new_with_keys","pointer_metadata","pointer_metadata","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","write","write","write_i128","write_i16","write_i32","write_i64","write_i8","write_isize","write_length_prefix","write_str","write_str","write_u128","write_u16","write_u32","write_u64","write_u8","write_usize","ArrayChunks","ByRefSized","Chain","Cloned","Copied","Cycle","DoubleEndedIterator","Empty","Enumerate","ExactSizeIterator","Extend","Filter","FilterMap","FlatMap","Flatten","FromFn","FromIterator","Fuse","FusedIterator","Inspect","Intersperse","IntersperseWith","IntoIter","IntoIterator","Item","Item","Iterator","Map","MapWhile","MapWindows","Once","OnceWith","Peekable","Product","Repeat","RepeatWith","Rev","Scan","Skip","SkipWhile","Step","StepBy","Successors","Sum","Take","TakeWhile","TrustedLen","TrustedStep","Zip","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","a","a","a_len","advance_back_by","advance_back_by","advance_back_by","advance_back_by","advance_back_by","advance_back_by","advance_back_by","advance_back_by","advance_back_by","advance_back_by","advance_back_by","advance_by","advance_by","advance_by","advance_by","advance_by","advance_by","advance_by","advance_by","advance_by","advance_by","advance_by","advance_by","all","any","array_chunks","b","b","backward","backward_checked","backward_unchecked","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","by_ref","chain","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","cloned","cmp","cmp_by","collect","collect_into","copied","count","count","count","count","count","count","count","count","count","count","count","count","count","cycle","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","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","element","empty","enumerate","eq","eq_by","extend","extend_one","extend_reserve","f","f","f","f","f","filter","filter_map","find","find","find","find","find_map","first_take","flag","flag","flat_map","flatten","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","fold","for_each","for_each","forward","forward_checked","forward_unchecked","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_fn","from_generator","from_iter","fuse","ge","gen","gt","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","inner","inner","inner","inner","inspect","intersperse","intersperse_with","into","into","into","into","into","into","into","into","into","into","into","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_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_remainder","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_partitioned","is_sorted","is_sorted_by","is_sorted_by_key","it","it","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","iter","last","last","last","last","last","last","last","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","le","len","len","len","len","len","len","len","len","len","len","len","len","len","lt","map","map_while","map_windows","max","max_by","max_by_key","min","min_by","min_by_key","n","n","ne","needs_sep","needs_sep","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","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","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_chunk","next_chunk","next_chunk","next_chunk","next_if","next_if_eq","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfc","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nfkd","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","once","once_with","orig","partial_cmp","partial_cmp_by","partition","partition_in_place","peek","peek_mut","peekable","peeked","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","position","predicate","predicate","predicate","predicate","product","product","reduce","remainder","repeat","repeat_with","repeater","rev","rfind","rfind","rfind","rfind","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rfold","rposition","scan","separator","separator","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","state","step","step_by","steps_between","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","stream_safe","succ","successors","sum","sum","take","take_while","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","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_collect","try_find","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_fold","try_for_each","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_reduce","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","try_rfold","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unzip","zip","zip","ConstParamTy","ConstParamTy","Copy","Copy","Destruct","Discriminant","DiscriminantKind","FnPtr","PhantomData","PhantomPinned","PointerLike","Send","Sized","StructuralEq","StructuralPartialEq","Sync","Tuple","Unpin","Unsize","__clone_box","__clone_box","addr","borrow","borrow","borrow_mut","borrow_mut","check_bytes","check_bytes","clone","clone","clone_into","clone_into","cmp","cmp","compare","compare","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","get_hash","get_hash","hash","hash","init","init","into","into","is_referenceable","json_schema","layout_raw","layout_raw","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","resolve","resolve","resolve_metadata","resolve_metadata","schema_id","schema_name","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","zero_padding_bytes","ALIGNMENT","Assume","BikeshedIntrinsicFrom","Discriminant","LIFETIMES","ManuallyDrop","MaybeUninit","NOTHING","SAFETY","VALIDITY","__clone_box","__clone_box","__clone_box","__clone_box","add","align_of","align_of_val","align_of_val_raw","alignment","and","array_assume_init","as_bytes","as_bytes_mut","as_mut_ptr","as_ptr","assume_init","assume_init_drop","assume_init_mut","assume_init_read","assume_init_ref","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","but_not","check_bytes","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","copy","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","discriminant","drop","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","forget","forget_unsized","from","from","from","from","get_hash","get_hash","hash","hash","init","init","init","init","into","into","into","into","into_inner","layout_raw","layout_raw","layout_raw","layout_raw","lifetimes","min_align_of","min_align_of_val","needs_drop","new","new","offset_of","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","replace","resolve","resolve_metadata","safety","serialize","serialize_metadata","serialize_unsized","size_of","size_of_val","size_of_val_raw","slice_as_bytes","slice_as_bytes_mut","slice_as_mut_ptr","slice_as_ptr","slice_assume_init_mut","slice_assume_init_ref","sub","swap","take","take","to_owned","to_owned","to_owned","to_owned","transmute","transmute_copy","transpose","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","uninit","uninit","uninit_array","uninitialized","validity","value","value","variant_count","write","write_slice","write_slice_cloned","zeroed","zeroed","Add","AddAssign","BitAnd","BitAndAssign","BitOr","BitOrAssign","BitXor","BitXorAssign","Bound","Break","CoerceUnsized","Complete","Continue","ControlFlow","Deref","DerefMut","DispatchFromDyn","Div","DivAssign","Drop","Excluded","Fn","FnMut","FnOnce","FromResidual","Generator","GeneratorState","Included","Index","IndexMut","Mul","MulAssign","Neg","Not","OneSidedRange","Output","Output","Output","Output","Output","Output","Output","Output","Output","Output","Output","Output","Output","Output","Output","Range","RangeBounds","RangeFrom","RangeFull","RangeInclusive","RangeTo","RangeToInclusive","Rem","RemAssign","Residual","Residual","Return","Shl","ShlAssign","Shr","ShrAssign","Sub","SubAssign","Target","Try","TryType","Unbounded","Yeet","Yield","Yielded","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add","add_assign","advance_back_by","advance_by","as_mut","as_ref","bitand","bitand_assign","bitor","bitor_assign","bitxor","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","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","break_value","call","call_mut","call_once","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cloned","cmp","compare","contains","contains","contains","contains","contains","contains","contains_token","contains_token","contains_token","contains_token","contains_token","contains_token","contains_token","contains_token","contains_token","contains_token","contains_token","contains_token","continue_value","count","count","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","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","div","div_assign","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","end","end","end","end","end","end_bound","end_bound","end_bound","end_bound","end_bound","end_bound","end_bound","end_bound","end_bound","end_bound","end_bound","end_bound","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","exhausted","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fold","from","from","from","from","from","from","from","from","from","from","from","from","from_output","from_output","from_residual","from_residual","get","get","get","get","get","get","get","get","get","get","get","get","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","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_unchecked","get_unchecked","get_unchecked","get_unchecked","get_unchecked","get_unchecked","get_unchecked","get_unchecked","get_unchecked","get_unchecked","get_unchecked","get_unchecked","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","get_unchecked_mut","hash","hash","hash","hash","hash","hash","hash","hash","hash","index","index","index","index","index","index","index","index","index","index","index","index","index","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into_inner","into_iter","into_iter","into_iter","is_break","is_continue","is_empty","is_empty","is_referenceable","is_sorted","is_sorted","json_schema","json_schema","json_schema","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","map","map_break","map_continue","max","max","min","min","mul","mul_assign","neg","new","next","next","next","next_back","next_back","nfc","nfc","nfc","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","not","nth","nth","nth","nth_back","nth_back","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","rem","rem_assign","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resume","rfold","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","shl","shl_assign","shr","shr_assign","size_hint","size_hint","size_hint","start","start","start","start","start_bound","start_bound","start_bound","start_bound","start_bound","start_bound","start_bound","start_bound","start_bound","start_bound","start_bound","start_bound","stream_safe","stream_safe","stream_safe","sub","sub_assign","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_fold","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","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_rfold","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","Alignment","DynMetadata","MIN","Metadata","NonNull","Pointee","__clone_box","__clone_box","__clone_box","addr","addr_of","addr_of_mut","align_of","as_mut","as_mut_ptr","as_non_null_ptr","as_nonzero","as_ptr","as_ref","as_uninit_mut","as_uninit_ref","as_uninit_slice","as_uninit_slice_mut","as_usize","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cast","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","copy","copy_nonoverlapping","dangling","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","drop_in_place","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_exposed_addr","from_exposed_addr_mut","from_mut","from_raw_parts","from_raw_parts","from_raw_parts","from_raw_parts_mut","from_ref","get_hash","get_hash","get_hash","get_unchecked_mut","hash","hash","hash","hash","init","init","init","into","into","into","invalid","invalid_mut","layout","layout_raw","layout_raw","layout_raw","len","log2","map_addr","metadata","new","new","new_unchecked","new_unchecked","null","null_mut","of","partial_cmp","partial_cmp","partial_cmp","phantom","pointer","pointer_metadata","pointer_metadata","pointer_metadata","read","read_unaligned","read_volatile","replace","size_of","slice_from_raw_parts","slice_from_raw_parts","slice_from_raw_parts_mut","swap","swap_nonoverlapping","to_owned","to_owned","to_owned","to_raw_parts","to_raw_parts","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vtable_ptr","with_addr","write","write_bytes","write_unaligned","write_volatile","Rc","UniqueRc","Weak","__clone_box","__clone_box","alloc","alloc","allocator","as_fd","as_ptr","as_ptr","as_raw_fd","as_ref","assume_init","assume_init","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","compare","data_address","decrement_strong_count","decrement_strong_count_in","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast_unchecked","downgrade","downgrade","drop","drop","drop","drop","drop","drop","encode_hex","encode_hex_upper","eq","equivalent","equivalent","equivalent","equivalent","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_iter","from_raw","from_raw","from_raw_in","from_raw_in","ge","get_hash","get_mut","get_mut_unchecked","gt","hash","increment_strong_count","increment_strong_count_in","init","init","init","into","into","into","into_inner","into_raw","into_raw","into_raw_and_alloc","into_rc","is_referenceable","is_referenceable","json_schema","json_schema","layout_raw","layout_raw","layout_raw","le","lt","make_mut","ne","new","new","new","new_cyclic","new_in","new_in","new_uninit","new_uninit_in","new_uninit_slice","new_uninit_slice_in","new_zeroed","new_zeroed_in","new_zeroed_slice","new_zeroed_slice_in","partial_cmp","phantom","phantom","pin","pin_in","pointer_metadata","pointer_metadata","pointer_metadata","ptr","ptr","ptr","ptr_eq","ptr_eq","resolve","resolve","resolve_metadata","resolve_metadata","schema_id","schema_id","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","strong_count","strong_count","to_owned","to_owned","to_path_segments","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_new","try_new_in","try_new_uninit","try_new_uninit_in","try_new_zeroed","try_new_zeroed_in","try_unwrap","type_id","type_id","type_id","unwrap_or_clone","upgrade","weak_count","weak_count","ArrayChunks","ArrayChunksMut","ArrayWindows","Chunks","ChunksExact","ChunksExactMut","ChunksMut","Concat","EscapeAscii","GroupBy","GroupByMut","Iter","IterMut","Join","Output","Output","Output","RChunks","RChunksExact","RChunksExactMut","RChunksMut","RSplit","RSplitMut","RSplitN","RSplitNMut","SliceIndex","Split","SplitInclusive","SplitInclusiveMut","SplitMut","SplitN","SplitNMut","Windows","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_marker","_marker","_marker","_marker","_marker","advance_back_by","advance_back_by","advance_by","advance_by","all","all","any","any","as_mut_slice","as_ref","as_ref","as_slice","as_slice","as_slice","borrow","borrow","borrow","borrow","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","chunk_size","chunk_size","chunk_size","chunk_size","chunk_size","chunk_size","chunk_size","chunk_size","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","concat","count","count","count","count","count","count","count","count","count","count","count","count","count","count","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","end_or_len","end_or_len","find","find","find_map","find_map","finished","finished","finished","finished","fmt","fmt","fmt","fmt","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","fold","fold","for_each","for_each","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_mut","from_mut_ptr_range","from_ptr_range","from_raw_parts","from_raw_parts_mut","from_ref","get","get_mut","get_unchecked","get_unchecked_mut","index","index_mut","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","inner","inner","into","into","into","into","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_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_remainder","into_remainder","into_remainder","into_slice","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_sorted_by","iter","iter","join","last","last","last","last","last","last","last","last","last","last","last","last","last","last","last","last","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","marker","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","next","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","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","next_back","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","nth_back","num","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","position","position","pred","pred","pred","pred","predicate","predicate","ptr","ptr","range","rem","rem","rem","rem","rem","rem","remainder","remainder","remainder","rposition","rposition","size","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","slice","slice","slice_head","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_fold","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","v","v","v","v","v","v","v","v","v","v","v","v","v","Drain","FromUtf16Error","FromUtf8Error","ParseError","String","ToString","__clone_box","__clone_box","accumulate","accumulate","accumulate","accumulate","add","add_assign","as_bytes","as_bytes","as_cow_c_str","as_cow_c_str","as_error","as_error","as_mut","as_mut_str","as_mut_string","as_mut_string","as_mut_vec","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_str","as_str","as_str","as_str","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bytes","capacity","cjk_compat_variants","clear","clone","clone","clone_from","clone_into","clone_into","cmp","compare","consume","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","drain","drop","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","end","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","extend","extend","extend","extend","extend","extend","extend","extend_from_within","extend_one","extend_one","extend_one","extend_one","extend_one","extend_reserve","extend_reserve","finish","finish","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_raw_parts","from_str","from_utf16","from_utf16_lossy","from_utf8","from_utf8_lossy","from_utf8_unchecked","get_hash","hash","index","index","index","index","index","index","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","init","init","init","init","initial","initial","initial","initial","insert","insert_str","into","into","into","into","into_boxed_str","into_bytes","into_bytes","into_c_str","into_c_str","into_deserializer","into_iter","into_raw_parts","into_searcher","into_with_c_str","into_with_c_str","is_contained_in","is_empty","is_prefix_of","is_referenceable","is_suffix_of","iter","json_schema","last","layout_raw","layout_raw","layout_raw","layout_raw","leak","len","ne","ne","ne","new","next","next_back","nfc","nfd","nfkc","nfkd","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","push","push_str","remove","remove_matches","replace_range","reserve","reserve_exact","resolve","resolve_metadata","retain","schema_id","schema_name","serialize","serialize","serialize_metadata","serialize_unsized","shrink_to","shrink_to_fit","size_hint","split_off","start","stream_safe","string","strip_prefix_of","strip_suffix_of","to_owned","to_owned","to_path_segments","to_socket_addrs","to_string","to_string","to_string","to_string","to_string_lossy","to_string_lossy","truncate","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_reserve","try_reserve_exact","type_id","type_id","type_id","type_id","utf8_error","vec","with_capacity","write_char","write_str","Arc","Barrier","BarrierWaitResult","Condvar","Err","Err","Exclusive","LazyLock","LockResult","Mutex","MutexGuard","ONCE_INIT","Ok","Ok","Once","OnceLock","OnceState","PoisonError","Poisoned","RwLock","RwLockReadGuard","RwLockWriteGuard","TryLockError","TryLockResult","WaitTimeoutResult","Weak","WouldBlock","__clone_box","__clone_box","__clone_box","__clone_box","_marker","alloc","alloc","allocator","as_error","as_error","as_error","as_fd","as_ptr","as_ptr","as_raw_fd","as_ref","assume_init","assume_init","atomic","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","call_mut","call_once","call_once","call_once_force","cause","cause","clear_poison","clear_poison","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","cvar","data","data","data","data","data_address","decrement_strong_count","decrement_strong_count_in","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","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","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","downcast","downcast_unchecked","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","enabled","encode_hex","encode_hex_upper","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","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","force","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_iter","from_mut","from_pin_mut","from_raw","from_raw","from_raw_in","from_raw_in","ge","get","get_hash","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut_unchecked","get_or_init","get_or_try_init","get_pin_mut","get_ref","gt","guard","hash","increment_strong_count","increment_strong_count_in","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","inner","inner","inner","inner_lock","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_raw","into_raw","into_searcher","is_completed","is_contained_in","is_leader","is_poisoned","is_poisoned","is_poisoned","is_prefix_of","is_read_vectored","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_suffix_of","is_write_vectored","json_schema","json_schema","json_schema","json_schema","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","le","lock","lock","lock","lock","log","lt","make_mut","mpsc","ne","new","new","new","new","new","new","new","new","new","new","new","new_cyclic","new_in","new_in","new_uninit","new_uninit_in","new_uninit_slice","new_uninit_slice_in","new_zeroed","new_zeroed_in","new_zeroed_slice","new_zeroed_slice_in","notify_all","notify_one","num_threads","once","once","parse_next","parse_next","partial_cmp","phantom","pin","pin_in","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poison","poison","poison","poison","poll","provide","ptr","ptr","ptr_eq","ptr_eq","read","read","read_buf","read_to_end","read_to_string","read_vectored","resolve","resolve","resolve_metadata","resolve_metadata","resume","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","seek","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","set","source","strip_prefix_of","strip_suffix_of","strong_count","strong_count","take","timed_out","to_owned","to_owned","to_owned","to_owned","to_path_segments","to_string","to_string","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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_lock","try_new","try_new_in","try_new_uninit","try_new_uninit_in","try_new_zeroed","try_new_zeroed_in","try_pin","try_pin_in","try_read","try_unwrap","try_write","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unlock","unwrap_or_clone","upgrade","value","wait","wait","wait_timeout","wait_timeout_ms","wait_timeout_while","wait_while","weak_count","weak_count","write","write","write_vectored","ATOMIC_BOOL_INIT","ATOMIC_ISIZE_INIT","ATOMIC_USIZE_INIT","AcqRel","Acquire","AtomicBool","AtomicI16","AtomicI32","AtomicI64","AtomicI8","AtomicIsize","AtomicPtr","AtomicU16","AtomicU32","AtomicU64","AtomicU8","AtomicUsize","Ordering","Relaxed","Release","SeqCst","__clone_box","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","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","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","clone","clone_into","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_and_swap","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","compiler_fence","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_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","failure","fence","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_add","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_and","fetch_byte_add","fetch_byte_sub","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_max","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_min","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_nand","fetch_not","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_or","fetch_ptr_add","fetch_ptr_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_sub","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_update","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","fetch_xor","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_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_mut_slice","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","from_ptr","get_hash","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_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_slice","hash","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_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","load","load","load","load","load","load","load","load","load","load","load","load","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","load_consume","new","new","new","new","new","new","new","new","new","new","new","new","p","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","spin_loop_hint","store","store","store","store","store","store","store","store","store","store","store","store","success","swap","swap","swap","swap","swap","swap","swap","swap","swap","swap","swap","swap","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_into","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","v","v","v","v","v","v","v","v","v","v","v","Disconnected","Disconnected","Disconnected","Empty","Full","IntoIter","Iter","Receiver","RecvError","RecvTimeoutError","SendError","Sender","SyncSender","Timeout","TryIter","TryRecvError","TrySendError","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_error","as_error","as_error","as_error","as_error","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","channel","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","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","description","description","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","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","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","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","next","next","next","nfc","nfc","nfc","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","recv","recv_deadline","recv_timeout","rx","rx","rx","send","send","stream_safe","stream_safe","stream_safe","sync_channel","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","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_iter","try_recv","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","MAX","MIN","Drain","ExtractIf","IntoIter","Splice","Vec","__clone_box","__clone_box","accumulate","accumulate","accumulate","accumulate","advance_back_by","advance_by","advance_mut","alloc","allocator","allocator","allocator","allocator","append","as_cow_c_str","as_cow_c_str","as_mut","as_mut","as_mut_ptr","as_mut_slice","as_mut_slice","as_ptr","as_ref","as_ref","as_ref","as_ref","as_slice","as_slice","as_slice","as_str","as_str","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","buf","buf","cap","capacity","chunk_mut","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clear","clone","clone","clone_from","clone_into","clone_into","cmp","compare","count","dedup","dedup_by","dedup_by_key","default","default","del","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drain","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","encode_hex","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","encode_hex_upper","end","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","extend","extend","extend_from_slice","extend_from_within","extend_one","extend_one","extend_reserve","extend_reserve","extract_if","flush","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_hex","from_iter","from_raw_parts","from_raw_parts_in","get_hash","hash","idx","index","index","index","index","index","index","index","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","index_mut","init","init","init","init","init","initial","initial","initial","initial","insert","into","into","into","into","into","into_boxed_slice","into_c_str","into_c_str","into_deserializer","into_flattened","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_raw_parts","into_raw_parts_with_alloc","into_with_c_str","into_with_c_str","is_empty","is_empty","is_empty","is_referenceable","is_write_vectored","iter","json_schema","keep_rest","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","leak","len","len","ne","ne","ne","ne","ne","ne","new","new_in","next","next","next","next","next_back","next_back","next_back","next_chunk","nfc","nfc","nfc","nfc","nfd","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","nfkd","old_len","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","phantom","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop","pred","ptr","push","push_within_capacity","put","put_bytes","put_slice","remaining_mut","remove","replace_with","reserve","reserve_exact","resize","resize_with","resolve","resolve_metadata","retain","retain_mut","schema_id","schema_name","serialize","serialize","serialize","serialize_metadata","serialize_unsized","set_len","shrink_to","shrink_to_fit","size_hint","size_hint","size_hint","size_hint","spare_capacity_mut","splice","split_at_spare_mut","split_off","stream_safe","stream_safe","stream_safe","stream_safe","swap_remove","tail_len","tail_start","to_owned","to_owned","to_path_segments","to_string_lossy","to_string_lossy","truncate","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_reserve","try_reserve_exact","type_id","type_id","type_id","type_id","type_id","vec","vec","with_capacity","with_capacity_in","write","write_all","write_vectored","CeilF32","CeilF32","CeilF64","CeilF64","DataDrop","DataDrop","ElemDrop","ElemDrop","FloorF32","FloorF32","FloorF64","FloorF64","FuncRef","FuncRef","ImportedMemory32AtomicNotify","ImportedMemory32AtomicNotify","ImportedMemory32AtomicWait32","ImportedMemory32AtomicWait32","ImportedMemory32AtomicWait64","ImportedMemory32AtomicWait64","ImportedMemory32Copy","ImportedMemory32Copy","ImportedMemory32Fill","ImportedMemory32Fill","ImportedMemory32Size","ImportedMemory32Size","ImportedTableGet","ImportedTableGet","ImportedTableGrow","ImportedTableGrow","ImportedTableSet","ImportedTableSet","ImportedTableSize","ImportedTableSize","LibCall","LibCallResolver","Memory32AtomicNotify","Memory32AtomicNotify","Memory32AtomicWait32","Memory32AtomicWait32","Memory32AtomicWait64","Memory32AtomicWait64","Memory32Copy","Memory32Copy","Memory32Fill","Memory32Fill","Memory32Init","Memory32Init","Memory32Size","Memory32Size","NearestF32","NearestF32","NearestF64","NearestF64","Probestack","Probestack","RaiseTrap","RaiseTrap","TableCopy","TableCopy","TableFill","TableFill","TableGet","TableGet","TableGrow","TableGrow","TableInit","TableInit","TableSet","TableSet","TableSize","TableSize","TruncF32","TruncF32","TruncF64","TruncF64","__clone_box","borrow","borrow","borrow_mut","borrow_mut","check_bytes","clone","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","get_hash","hash","init","init","into","into","into_enum_iter","layout_raw","layout_raw","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","to_function_name","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","Dynamic","Dynamic","Memory32","Memory64","MemorySize","MemoryStyle","MemoryStyleResolver","Native","ONE","Offset","Static","Static","ZERO","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from","get_hash","hash","init","init","init","init","into","into","into","into","is_64bit","is_64bit","is_64bit","layout_raw","layout_raw","layout_raw","layout_raw","native_to_offset","native_to_offset","native_to_offset","offset_guard_size","offset_to_native","offset_to_native","offset_to_native","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","bound","offset_guard_size","offset_guard_size","bound","offset_guard_size","offset_guard_size","ArchivableModuleInfo","ArchivableModuleInfoResolver","ArchivedArchivableModuleInfo","ArchivedImportKey","ArchivedModuleId","ExportsIterator","ImportKey","ImportKeyResolver","ImportsIterator","ModuleId","ModuleIdResolver","ModuleInfo","__clone_box","__clone_box","__clone_box","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","check_bytes","check_bytes","check_bytes","clone","clone","clone","clone_into","clone_into","clone_into","custom_sections","custom_sections","custom_sections","custom_sections","custom_sections","custom_sections_data","custom_sections_data","custom_sections_data","custom_sections_data","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exported_signatures","exports","exports","exports","exports","exports","field","field","field","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","func_index","function_names","function_names","function_names","function_names","functions","functions","functions","functions","functions","functions","get_hash","get_hash","get_passive_element","global_index","global_initializers","global_initializers","global_initializers","global_initializers","globals","globals","globals","globals","globals","globals","hash","hash","hash","hash","hash","hash","hash","id","id","id","id","id","import_idx","import_idx","import_idx","imported_function_types","imports","imports","imports","imports","imports","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_iter","into_iter","is_imported_function","is_imported_global","is_imported_memory","is_imported_table","iter","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","local_func_index","local_global_index","local_memory_index","local_table_index","memories","memories","memories","memories","memories","memories","memory_index","module","module","module","name","name","name","name","name","new","new","new","next","next","num_imported_functions","num_imported_functions","num_imported_functions","num_imported_functions","num_imported_globals","num_imported_globals","num_imported_globals","num_imported_globals","num_imported_memories","num_imported_memories","num_imported_memories","num_imported_memories","num_imported_tables","num_imported_tables","num_imported_tables","num_imported_tables","passive_data","passive_data","passive_data","passive_data","passive_elements","passive_elements","passive_elements","passive_elements","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","serde_imports","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","signatures","signatures","signatures","signatures","size","size","start_function","start_function","start_function","start_function","table_index","table_initializers","table_initializers","table_initializers","table_initializers","tables","tables","tables","tables","tables","tables","to_owned","to_owned","to_owned","to_string","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","InitialType","SerializedType","buf","core","deserialize","hash_builder","len","serialize","ArchivedModuleHash","HashAlgorithm","ModuleHash","ModuleHashResolver","Sha256","Sha256","Sha256","Sha256","XXHash","XXHash","XXHash","XXHash","__clone_box","__clone_box","as_bytes","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","clone","clone","clone_into","clone_into","cmp","compare","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from","from","get_hash","get_hash","hash","hash","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","sha256","sha256_from_bytes","sha256_parse_hex","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","xxhash","xxhash_from_bytes","xxhash_parse_hex","Abi","NativeWasmType","WASM_TYPE","ALIGN","ArchivedSerializableCompilation","ArchivedSerializableModule","CURRENT_VERSION","LEN","MAGIC","MetadataHeader","SerializableCompilation","SerializableCompilationResolver","SerializableModule","SerializableModuleResolver","__clone_box","archive_from_slice","archive_from_slice_checked","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","check_bytes","check_bytes","clone","clone_into","compilation","compilation","compilation","compile_info","compile_info","compile_info","cpu_features","cpu_features","cpu_features","cpu_features","create_module_info","custom_section_relocations","custom_section_relocations","custom_section_relocations","custom_sections","custom_sections","custom_sections","data_initializers","data_initializers","data_initializers","data_initializers","debug","debug","debug","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_from_archive","deserialize_unchecked","drop","drop","drop","drop","drop","drop","drop","dynamic_function_trampolines","dynamic_function_trampolines","dynamic_function_trampolines","features","fmt","fmt","from","from","from","from","from","from","from","function_bodies","function_bodies","function_bodies","function_call_trampolines","function_call_trampolines","function_call_trampolines","function_frame_info","function_frame_info","function_frame_info","function_relocations","function_relocations","function_relocations","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into_bytes","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","libcall_trampoline_len","libcall_trampoline_len","libcall_trampoline_len","libcall_trampolines","libcall_trampolines","libcall_trampolines","magic","memory_styles","module_info","new","parse","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve","resolve_metadata","resolve_metadata","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","table_styles","to_owned","to_serialize_error","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","version","FrameInfo","SourceLoc","TrapInformation","frame","sourceloc","trap","FrameInfo","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","fmt","from","func_index","func_index","func_offset","func_start","function_name","function_name","init","instr","into","layout_raw","module_name","module_name","module_offset","new","pointer_metadata","to_owned","try_from","try_into","type_id","SourceLoc","SourceLocResolver","__clone_box","bits","borrow","borrow","borrow_mut","borrow_mut","check_bytes","clone","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","init","init","into","into","is_default","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","TrapInformation","TrapInformationResolver","__clone_box","borrow","borrow","borrow_mut","borrow_mut","check_bytes","clone","clone_into","code_offset","code_offset","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","to_owned","trap_code","trap_code","try_from","try_from","try_into","try_into","type_id","type_id","StoreId","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","get_hash","hash","init","into","layout_raw","pointer_metadata","to_owned","to_string","try_from","try_into","type_id","CallerChecksSignature","CallerChecksSignature","TableStyle","TableStyleResolver","__clone_box","borrow","borrow","borrow_mut","borrow_mut","check_bytes","clone","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","from","get_hash","hash","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","BadConversionToInteger","BadConversionToInteger","BadSignature","BadSignature","Finish","HeapAccessOutOfBounds","HeapAccessOutOfBounds","HeapMisaligned","HeapMisaligned","IndirectCallToNull","IndirectCallToNull","IntegerDivisionByZero","IntegerDivisionByZero","IntegerOverflow","IntegerOverflow","InvokeAgain","OnCalledAction","StackOverflow","StackOverflow","TableAccessOutOfBounds","TableAccessOutOfBounds","Trap","TrapCode","TrapCodeResolver","UnalignedAtomic","UnalignedAtomic","UnreachableCodeReached","UnreachableCodeReached","__clone_box","as_error","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","check_bytes","clone","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_str","get_hash","hash","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","message","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize_metadata","serialize_unsized","to_owned","to_string","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","ArchivedFunctionType","ArchivedMemoryType","ArchivedTableType","Const","Const","ExportType","ExternRef","ExternRef","ExternType","F32","F32","F32Const","F32Const","F64","F64","F64Const","F64Const","FuncRef","FuncRef","Function","FunctionType","FunctionTypeResolver","GetGlobal","GetGlobal","Global","GlobalInit","GlobalInitResolver","GlobalType","GlobalTypeResolver","I32","I32","I32Const","I32Const","I64","I64","I64Const","I64Const","ImportType","Memory","MemoryType","MemoryTypeResolver","Mutability","MutabilityResolver","RefFunc","RefFunc","RefNullConst","RefNullConst","Table","TableType","TableTypeResolver","Type","TypeResolver","V128","V128","V128","V128Const","V128Const","V128Resolver","Var","Var","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","accessors","as_slice","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","bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","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","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","func","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","global","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","implement_from_pair_to_functiontype","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","is_compatible_with","is_global_compatible","is_memory_compatible","is_mutable","is_num","is_ref","is_table_compatible","is_table_element_type_compatible","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","maximum","maximum","maximum","maximum","maximum","maximum","memory","minimum","minimum","minimum","minimum","minimum","minimum","module","module","mutability","mutability","name","name","name","name","new","new","new","new","new","new","params","params","params","params","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","results","results","results","results","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","shared","shared","shared","table","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","to_vec","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","ty","ty","ty","ty","ty","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unwrap_func","unwrap_global","unwrap_memory","unwrap_table","Bytes","PageCountOutOfRange","Pages","PagesResolver","WASM_MAX_PAGES","WASM_MIN_PAGES","WASM_PAGE_SIZE","__clone_box","__clone_box","__clone_box","add","add","as_error","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bytes","check_bytes","checked_add","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","compare","compare","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","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","from","from","get_hash","get_hash","hash","hash","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","max_value","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","resolve","resolve_metadata","serialize","serialize","serialize","serialize_metadata","serialize_unsized","sub","sub","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","is_wasm","RawValue","ValueType","__clone_box","borrow","borrow_mut","bytes","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","eq","eq","eq","eq","eq","eq","eq","eq","externref","f32","f64","fmt","from","from","from","from","from","funcref","i128","i32","i64","init","into","layout_raw","partial_eq","pointer_metadata","primitives","to_owned","try_from","try_into","type_id","u128","u32","u64","zero_padding_bytes","TargetSharedSignatureIndex","VMBuiltinFunctionIndex","VMOffsets","__clone_box","__clone_box","__clone_box","align","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","builtin_functions_total_number","cast_to_u32","clone","clone","clone","clone_into","clone_into","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","fmt","fmt","fmt","from","from","from","get_data_drop_index","get_elem_drop_index","get_func_ref_index","get_imported_memory32_grow_index","get_imported_memory32_size_index","get_imported_memory_atomic_notify_index","get_imported_memory_atomic_wait32_index","get_imported_memory_atomic_wait64_index","get_imported_memory_copy_index","get_imported_memory_fill_index","get_imported_table_get_index","get_imported_table_grow_index","get_imported_table_set_index","get_imported_table_size_index","get_memory32_grow_index","get_memory32_size_index","get_memory_atomic_notify_index","get_memory_atomic_wait32_index","get_memory_atomic_wait64_index","get_memory_copy_index","get_memory_fill_index","get_memory_init_index","get_raise_trap_index","get_table_copy_index","get_table_fill_index","get_table_get_index","get_table_grow_index","get_table_init_index","get_table_set_index","get_table_size_index","index","index","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","new","new","new_for_trampolines","num_imported_functions","num_imported_globals","num_imported_memories","num_imported_tables","num_local_globals","num_local_memories","num_local_memories","num_local_tables","num_local_tables","num_signature_ids","pointer_metadata","pointer_metadata","pointer_metadata","pointer_size","precompute","size_of_vm_funcref","size_of_vmcaller_checked_anyfunc","size_of_vmctx","size_of_vmctx","size_of_vmdynamicfunction_import_context","size_of_vmfunction_body_ptr","size_of_vmfunction_import","size_of_vmglobal_import","size_of_vmglobal_local","size_of_vmmemory_definition","size_of_vmmemory_definition_current_length","size_of_vmmemory_import","size_of_vmshared_signature_index","size_of_vmtable_definition","size_of_vmtable_definition_current_elements","size_of_vmtable_import","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vm_funcref_anyfunc_ptr","vmcaller_checked_anyfunc_call_trampoline","vmcaller_checked_anyfunc_func_ptr","vmcaller_checked_anyfunc_type_index","vmcaller_checked_anyfunc_vmctx","vmctx_builtin_function","vmctx_builtin_functions_begin","vmctx_builtin_functions_begin","vmctx_gas_limiter_pointer","vmctx_globals_begin","vmctx_globals_begin","vmctx_imported_functions_begin","vmctx_imported_functions_begin","vmctx_imported_globals_begin","vmctx_imported_globals_begin","vmctx_imported_memories_begin","vmctx_imported_memories_begin","vmctx_imported_tables_begin","vmctx_imported_tables_begin","vmctx_memories_begin","vmctx_memories_begin","vmctx_signature_ids_begin","vmctx_signature_ids_begin","vmctx_stack_limit_begin","vmctx_stack_limit_initial_begin","vmctx_tables_begin","vmctx_tables_begin","vmctx_trap_handler_begin","vmctx_vmfunction_import","vmctx_vmfunction_import_body","vmctx_vmfunction_import_vmctx","vmctx_vmglobal_definition","vmctx_vmglobal_import","vmctx_vmglobal_import_definition","vmctx_vmmemory_definition","vmctx_vmmemory_definition_base","vmctx_vmmemory_definition_current_length","vmctx_vmmemory_import","vmctx_vmmemory_import_definition","vmctx_vmmemory_import_handle","vmctx_vmshared_signature_id","vmctx_vmtable_definition","vmctx_vmtable_definition_base","vmctx_vmtable_definition_current_elements","vmctx_vmtable_import","vmctx_vmtable_import_definition","vmdynamicfunction_import_context_address","vmdynamicfunction_import_context_ctx","vmfunction_import_body","vmfunction_import_handle","vmfunction_import_vmctx","vmglobal_import_definition","vmglobal_import_handle","vmmemory_definition_base","vmmemory_definition_current_length","vmmemory_import_definition","vmmemory_import_handle","vmtable_definition_base","vmtable_definition_current_elements","vmtable_import_definition","vmtable_import_handle"],"q":[[0,"wasmer_types"],[838,"wasmer_types::MemoryStyle"],[841,"wasmer_types::OperatingSystem"],[844,"wasmer_types::compilation"],[852,"wasmer_types::compilation::address_map"],[1005,"wasmer_types::compilation::function"],[1312,"wasmer_types::compilation::module"],[1388,"wasmer_types::compilation::relocation"],[1619,"wasmer_types::compilation::section"],[1887,"wasmer_types::compilation::symbols"],[2048,"wasmer_types::compilation::target"],[2283,"wasmer_types::compilation::target::OperatingSystem"],[2286,"wasmer_types::compilation::unwind"],[2387,"wasmer_types::entity"],[2420,"wasmer_types::entity::boxed_slice"],[2458,"wasmer_types::entity::iter"],[2524,"wasmer_types::entity::keys"],[2553,"wasmer_types::entity::packed_option"],[2599,"wasmer_types::entity::primary_map"],[2702,"wasmer_types::entity::secondary_map"],[2794,"wasmer_types::error"],[3026,"wasmer_types::error::DeserializeError"],[3028,"wasmer_types::error::MemoryError"],[3036,"wasmer_types::error::WasmError"],[3038,"wasmer_types::features"],[3121,"wasmer_types::indexes"],[3909,"wasmer_types::initializers"],[4169,"wasmer_types::lib"],[4170,"wasmer_types::lib::std"],[4191,"wasmer_types::lib::std::any"],[4245,"wasmer_types::lib::std::borrow"],[4393,"wasmer_types::lib::std::boxed"],[4728,"wasmer_types::lib::std::cell"],[5046,"wasmer_types::lib::std::cmp"],[5162,"wasmer_types::lib::std::convert"],[5215,"wasmer_types::lib::std::fmt"],[5516,"wasmer_types::lib::std::hash"],[5594,"wasmer_types::lib::std::iter"],[6950,"wasmer_types::lib::std::marker"],[7052,"wasmer_types::lib::std::mem"],[7232,"wasmer_types::lib::std::ops"],[7851,"wasmer_types::lib::std::ptr"],[8014,"wasmer_types::lib::std::rc"],[8207,"wasmer_types::lib::std::slice"],[8987,"wasmer_types::lib::std::string"],[9276,"wasmer_types::lib::std::sync"],[9896,"wasmer_types::lib::std::sync::atomic"],[10590,"wasmer_types::lib::std::sync::mpsc"],[10891,"wasmer_types::lib::std::u32"],[10893,"wasmer_types::lib::std::vec"],[11254,"wasmer_types::libcalls"],[11382,"wasmer_types::memory"],[11489,"wasmer_types::memory::MemoryStyle"],[11492,"wasmer_types::memory::MemoryStyleResolver"],[11495,"wasmer_types::module"],[11889,"wasmer_types::module::serde_imports"],[11897,"wasmer_types::module_hash"],[12011,"wasmer_types::native"],[12014,"wasmer_types::serialize"],[12205,"wasmer_types::stack"],[12211,"wasmer_types::stack::frame"],[12242,"wasmer_types::stack::sourceloc"],[12296,"wasmer_types::stack::trap"],[12348,"wasmer_types::store_id"],[12378,"wasmer_types::table"],[12430,"wasmer_types::trapcode"],[12526,"wasmer_types::types"],[13275,"wasmer_types::units"],[13403,"wasmer_types::utils"],[13404,"wasmer_types::value"],[13453,"wasmer_types::vmoffsets"],[13640,"dyn_clone::sealed"],[13641,"core::option"],[13642,"target_lexicon::data_model"],[13643,"core::result"],[13644,"rkyv::with"],[13645,"core::alloc::layout"],[13646,"core::alloc::layout"],[13647,"serde::de"],[13648,"rkyv"],[13649,"serde::ser"],[13650,"bytecheck"],[13651,"core::clone"],[13652,"unicode_normalization::replace"],[13653,"unicode_normalization::recompose"],[13654,"unicode_normalization::decompose"],[13655,"unicode_normalization::stream_safe"],[13656,"serde::de"],[13657,"rkyv"],[13658,"std::io::error"],[13659,"std::ffi::os_str"],[13660,"core::ffi::c_str"],[13661,"rustix::backend::io::errno"],[13662,"std::path"],[13663,"serde_bytes::bytes"],[13664,"bstr::bstr"],[13665,"allocator_api2::stable::vec"],[13666,"allocator_api2::stable::alloc"],[13667,"std::ffi::os_str"],[13668,"alloc::alloc"],[13669,"alloc::ffi::c_str"],[13670,"bstr::bstring"],[13671,"percent_encoding"],[13672,"percent_encoding"],[13673,"serde::de"],[13674,"schemars::schema"],[13675,"bytes::buf::buf_impl"],[13676,"bytes::buf::buf_mut"],[13677,"std::os::fd::owned"],[13678,"std::os::fd::owned"],[13679,"bytes::buf::uninit_slice"],[13680,"std::io"],[13681,"dyn_clone"],[13682,"schemars::gen"],[13683,"digest::digest"],[13684,"indexmap::set::slice"],[13685,"std::io"],[13686,"log"],[13687,"log"],[13688,"core::pin"],[13689,"core::str::pattern"],[13690,"std::io"],[13691,"winnow::parser"],[13692,"winnow::error"],[13693,"core::task::poll"],[13694,"core::future::future"],[13695,"core::async_iter::async_iter"],[13696,"std::io::readbuf"],[13697,"std::io"],[13698,"webc::path_segments"],[13699,"webc::path_segments"],[13700,"std::process"],[13701,"core::num::nonzero"],[13702,"core::iter::sources::from_generator"],[13703,"core::array::iter"],[13704,"bytecheck"],[13705,"winnow::stream"],[13706,"regex_automata::util::search"],[13707,"ptr_meta"],[13708,"rkyv::ser"],[13709,"rkyv::ser"],[13710,"serde_json::value"],[13711,"bytes::bytes_mut"],[13712,"url"],[13713,"uuid"],[13714,"serde::de::value"],[13715,"bstr::utf8"],[13716,"bstr::ext_vec"],[13717,"alloc::collections"],[13718,"core::str::error"],[13719,"std::fs"],[13720,"core::error"],[13721,"std::time"],[13722,"winnow::stream"],[13723,"shared_buffer::owned"],[13724,"alloc::collections::vec_deque"],[13725,"rkyv::util::aligned_vec"],[13726,"alloc::collections::binary_heap"],[13727,"aho_corasick::util::primitives"],[13728,"aho_corasick::util::primitives"],[13729,"regex_automata::util::primitives"],[13730,"webc::metadata"],[13731,"hex::error"]],"d":["","","","","The ABI for this type (i32, i64, f32, f64)","Addend to add to the symbol value.","","","","","","","","","Apple Aarch64 platforms use their own variant of the …","The “architecture” field, which in some cases also …","","","An archived DataInitializerLocation","","An archived OwnedDataInitializer","","An archived SerializableCompilation","An archived SerializableModule","","","","Failed float-to-int conversion.","Signature mismatch on indirect call.","","The “binary format” field, which is usually omitted, …","","","","Units of WebAssembly memory in terms of 8-bit bytes.","Signatures are stored in the table and checked in the …","The calling convention, which specifies things like which …","ceil.f32","ceil.f64","","","Offset in bytes from the beginning of the function.","","","","","","","","","","The global is constant and its value does not change","","","A custom vendor. “Custom” in this context means that …","","Index type of a custom section inside a WebAssembly module.","","","","","data.drop","Index type of a passive data segment inside the …","A data initializer for linear memory.","Any struct that acts like a DataInitializer.","A memory index and offset within that memory where a data …","Any struct that acts like a DataInitializerLocation.","","","","The actual memory can be resized and moved.","","","elem.drop","Index type of a passive element segment inside the …","","","The target memory endianness.","The “environment” field, which specifies an ABI …","","","","An entity to export.","A descriptor for an exported WebAssembly value.","This iterator allows us to iterate over the exports and …","A reference to opaque data in the Wasm instance.","A list of all possible types which can be externally …","Floating point 32 bit integer.","An f32.const.","Floating point 64 bit integer.","An f64.const.","Controls which experimental features will be enabled. …","Will return the result of the invocation","floor.f32","floor.f64","","Description of a frame in a backtrace.","","","ref.func","A reference to a Wasm function.","Function export.","Function import.","This external type is the type of a WebAssembly function.","","","","Index type of a function (imported or local) inside the …","The signature of a function that is either implemented in …","","A global.get of another global.","Global export.","Global import.","This external type is the type of a WebAssembly global.","Index type of a global variable (imported or local) inside …","Globals are initialized via the const operators or by …","WebAssembly global.","","","","","","","","","","Hashing algorithm to be used for the module info","A heap_addr instruction detected an out-of-bounds error.","A heap_addr instruction was misaligned.","","","","","Signed 32 bit integer.","An i32.const.","Signed 64 bit integer.","An i64.const.","","","","An entity to import.","Hash key of an import","A descriptor for an imported value into a wasm module.","memory.atomic.botify for imported memories","memory.atomic.wait32 for imported memories","memory.atomic.wait64 for imported memories","memory.copy for imported memories","memory.fill for imported memories","memory.size for imported functions","table.get for imported tables","table.grow for imported tables","table.set for imported tables","table.size for imported tables","This iterator allows us to iterate over the imports and …","Indirect call to a null table entry.","","An integer division by zero.","An integer arithmetic operation caused an overflow.","Will call the function again","","","","","The name of a runtime library routine.","","","","Index type of a function defined locally inside the …","Index type of a global defined locally inside the …","Index type of a memory defined locally inside the …","Index type of a table defined locally inside the …","","","","","","","Memory export.","Memory import.","This external type is the type of a WebAssembly memory.","Marker trait for 32-bit memories.","memory.atomic.notify for local memories","memory.atomic.wait32 for local memories","memory.atomic.wait64 for local memories","memory.copy for local memories","memory.fill for local memories","memory.init","memory.size for local functions","Marker trait for 64-bit memories.","","Index type of a linear memory (imported or local) inside …","Trait for the Memory32 and Memory64 marker types.","Implementation styles for WebAssembly linear memory.","A descriptor for a WebAssembly memory type.","Metadata header which holds an ABI version and the length …","","","","The hash of a WebAssembly module.","A translated WebAssembly module, excluding the function …","","","","","","","Indicator of whether a global is mutable or not","Type used to pass this value as an argument or return …","NativeWasmType represents a Wasm type that has a direct …","nearest.f32","nearest.f64","","","","","","","","One value used for counting.","Type used to represent an offset into a memory. This is u32…","After the stack is unwound via asyncify what should the …","","The “operating system” field, which sometimes implies …","As DataInitializer but owning the data rather than holding …","The only error that can happen when converting Bytes to …","Units of WebAssembly pages (as specified to be 65,536 …","","","The width of a pointer (in the default address space).","","","","","probe for stack overflow. These are emitted for functions …","","A custom trap","Raw representation of a WebAssembly value.","","A ref.func <index>.","A ref.null.","","","","","","","","","","","","The compilation related data for a serialized modules","Serializable struct that is able to serialize from and to …","","","Sha256","sha256","Index type of a signature (imported or local) inside the …","","","","","A source location.","","","","","The current stack space was exhausted.","Address space is allocated up front.","Unique ID to identify a context.","","","","“System V”, which is used on most Unix-like platfoms. …","Table export.","Table import.","This external type is the type of a WebAssembly table.","A table_addr instruction detected an out-of-bounds error.","table.copy","table.fill","table.get for local tables","table.grow for local tables","Index type of a table (imported or local) inside the …","table.init","A WebAssembly table initializer.","table.set for local tables","table.size for local tables","Implementation styles for WebAssembly tables.","A descriptor for a table in a WebAssembly module.","","Target specific type for shared signature index.","","Traps with an error","A trap code describing the reason for a trap.","Information about trap.","A target “triple”. Historically such things had three …","trunc.f32","trunc.f64","","A list of all possible value types in WebAssembly.","","","","","","","","An atomic memory access was attempted with an unaligned …","","","","","","Code that was supposed to have been unreachable was …","","The WebAssembly V128 type","A 128 bit number.","A v128.const.","Version number of this crate.","An index type for builtin functions.","This class computes offsets to fields within VMContext and …","Trait for a Value type. A Value type is a type that is …","The value of the global can change over time","The “vendor” field, which in practice is little more …","","The number of pages we can have before we run out of byte …","The minimum number of pages allowed.","WebAssembly page sizes are fixed to be 64KiB. Note: large …","Type for this NativeWasmType.","","","","","","","The WebAssembly C ABI. …","","","","","“Windows Fastcall”, which is used on Windows. Note …","","","","x86_64 target that only supports Haswell-compatible Intel …","","XXHash","xxhash","","Zero value used for WasmPtr::is_null.","","","","","","","","","","","The “architecture” (and sometimes the subarchitecture).","Extracts a string slice.","","Optionally, a global variable giving a base index.","The archived counterpart of DataInitializerLocation::base","Optionally a Global variable base to initialize at.","The “binary format” (rarely used).","Return the number of bits in a pointer.","","","","","","","","","","","","","","","","","","","","","Bulk Memory proposal should be enabled","Return the number of bytes in a pointer.","","","","","","","","","","","","","","","","","","","","","","The offset of the trapping instruction in native code. It …","Types for compilation.","The archived counterpart of SerializableModule::compilation","The main serializable compilation object","The archived counterpart of …","Compilation informations","The archived counterpart of …","CPU Feature flags for this compilation","The archived counterpart of …","","Custom sections in the module.","The archived counterpart of …","","The data for each CustomSection in the module.","","The initialization data.","The archived counterpart of OwnedDataInitializer::data","The initialization owned data.","The archived counterpart of …","Datas initializers","The C data model for a given target. If the model is not …","The archived counterpart of SerializableCompilation::debug","","Return the default calling convention for the given target …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","The values to write into the table elements.","Return the endianness of this architecture.","Return the endianness of this architecture.","Return the endianness of this target’s architecture.","The entity module, with common helpers for Rust structures","Macro which provides the common implementation of a 32-bit …","The “environment” on top of the operating system …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The WebAssembly possible errors","Wasm exceptions proposal should be enabled","Exported entities.","Extended constant expressions proposal should be enabled","","","","","Field name","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 index of the function in the module","The source location of the function","","The archived counterpart of …","","The archived counterpart of …","","The archived counterpart of …","","The function name, if one is available.","WebAssembly function names.","The archived counterpart of …","","WebAssembly functions (imported and local).","","","","","","","","","","","WebAssembly global initializers.","WebAssembly global variables (imported and local).","","","","","","","","","","","hash of the module","Return the architecture for the current host.","Return the vendor for the current host.","Return the operating system for the current host.","Return the environment for the current host.","Return the binary format for the current host.","Return the triple for the current host.","","","","A unique identifier (within this process) for this module.","Import index","Imported entities with the (module, field, …","Helper functions and structures for the translation.","","","","","","","","","","","","The source location of the instruction","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 into a string","Convert into a string","Convert into a string","Convert into a string","Convert into a string","True if the memory is 64-bit","Checks if this Architecture is some variant of Clever-ISA","Test if this architecture uses the Thumb instruction set.","Check if the provided bytes are wasm-like","","","","","","","","","","","","","","The lib module defines a std module that is identical …","The archived counterpart of …","","The archived counterpart of …","","","","The location where the initialization is to be performed.","The archived counterpart of OwnedDataInitializer::location","The location where the initialization is to be performed.","","The maximum number of elements in the table.","The maximum number of pages in the memory.","WebAssembly linear memories (imported and local).","","64-bit Memory proposal should be enabled","","The archived counterpart of …","The index of the memory to initialize.","The minimum number of elements in the table.","The minimum number of pages in the memory.","Data structure for representing WebAssembly modules in a …","Module name","","","Module Linking proposal should be enabled","The name of the module","Multi Memory proposal should be enabled","Multi Value proposal should be enabled","A flag indicating whether the value may change at runtime.","The name of this wasm module, often found in the wasm file.","","","","Convert a Native to an Offset.","Number of imported functions in the module.","The number of imported functions in the module.","Number of imported globals in the module.","The number of imported globals in the module.","Number of imported memories in the module.","The number of imported memories in the module.","Number of imported tables in the module.","The number of imported tables in the module.","The number of defined globals in the module.","The number of defined memories in the module.","The number of defined tables in the module.","The number of signature declarations in the module.","","The offset to add to the base.","The archived counterpart of DataInitializerLocation::offset","A constant offset to initialize at.","Convert an Offset to a Native.","The “operating system” (sometimes also the …","The parameters of the function","WebAssembly passive data segments.","WebAssembly passive elements.","","","","","","","","","","","The size in bytes of a pointer on the target.","Return the pointer bit width of this target’s …","Return the pointer bit width of this target’s …","Return the pointer width of this target’s architecture.","Reference Types proposal should be enabled","Relaxed SIMD proposal should be enabled","The return values of the function","","Whether the memory may be shared between multiple threads.","WebAssembly function signatures.","SIMD proposal should be enabled","","","","Types for the stack tracing / frames.","The module “start” function, if present.","","","The index of a table to initialize.","WebAssembly table initializers.","WebAssembly tables (imported and local).","Tail call proposal should be enabled","Threads proposal should be enabled","","","","","","","","","","","","","","","","","","Code of the trap.","Trap codes describing the reason for a trap.","","","","","","","","","","","","","","","","","","","","","The type of the value stored in the global.","The type of data stored in elements of the table.","","","","","","","","","","","","","","","","","","Return a Triple with all unknown fields.","","","The “vendor” (whatever that means).","","","","","","","","","","","","","","","Offsets and sizes of various structs in wasmer-vm’s …","This method is passed a byte slice which contains the byte …","The number of mapped and unmapped pages.","Our chosen offset-guard size.","Our chosen offset-guard size.","","","","Data structures to provide transformation of the source","A Compilation contains the compiled function bodies for a …","Types for modules.","Relocation is the process of assigning load addresses for …","This module define the required structures to emit custom …","This module define the required structures for compilation …","Target configuration","A CompiledFunctionUnwindInfo contains the function unwind …","An archived FunctionAddressMap","An archived InstructionAddressMap","Function and its instructions addresses mappings.","The resolver for an archived FunctionAddressMap","Single source location to generated address mapping.","The resolver for an archived InstructionAddressMap","","","","The archived counterpart of FunctionAddressMap::body_len","Generated function body length.","","The archived counterpart of FunctionAddressMap::body_offset","Generated function body offset if applicable, otherwise 0.","","","","","","","","","","","","","","","","","","","","The archived counterpart of InstructionAddressMap::code_len","Generated instructions length.","","The archived counterpart of …","Generated instructions offset.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of FunctionAddressMap::end_srcloc","Function end source location.","","","","","","","","","","","","","","","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 archived counterpart of …","Instructions maps. The array is sorted by 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).","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of InstructionAddressMap::srcloc","Original source location.","","The archived counterpart of …","Function start source location (normally declaration).","","","","","","","","","","","","","","","","","","","","","An archived CompiledFunction","An archived CompiledFunctionFrameInfo","An archived FunctionBody","The result of compiling a WebAssembly module’s functions.","The result of compiling a WebAssembly function.","The frame info for a Compiled function.","The resolver for an archived CompiledFunctionFrameInfo","The resolver for an archived CompiledFunction","The custom sections for a Compilation.","The DWARF information for this Compilation.","The resolver for an archived Dwarf","The function body.","Any struct that acts like a FunctionBody.","The resolver for an archived FunctionBody","The compiled functions map (index in the Wasm -> function)","","","","","","","The archived counterpart of …","The address map.","","","","","The archived counterpart of FunctionBody::body","The function body bytes.","","The archived counterpart of CompiledFunction::body","The function body.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Custom sections for the module. It will hold the data, for …","Section ids corresponding to the Dwarf debug info","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Trampolines to call a dynamic function defined in a host, …","","The section index in the Compilation that corresponds to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of CompiledFunction::frame_info","The frame information.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Trampolines to call a function defined locally in the wasm …","Compiled code for the function bodies.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 Dwarf struct with the corresponding indices for …","","","","","","","","","","","","","","The archived counterpart of CompiledFunction::relocations","The relocations (in the body)","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","The traps (in the function body).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of FunctionBody::unwind_info","The function unwind info","An archived CompileModuleInfo","The required info for compiling a module.","The resolver for an archived CompileModuleInfo","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of CompileModuleInfo::features","The features used for compiling the module","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","The archived counterpart of …","The memory styles used for compiling.","","The archived counterpart of CompileModuleInfo::module","The module information","","","","","","","","","","","The archived counterpart of CompileModuleInfo::table_styles","The table plans used for compiling.","","","","","","","","","","","The resolver for RelocationKind::Abs4","absolute 4-byte","The resolver for RelocationKind::Abs8","absolute 8-byte","An archived Relocation","The resolver for RelocationKind::Arm32Call","Arm32 call target","The resolver for RelocationKind::Arm64Call","Arm64 call target","The resolver for RelocationKind::Arm64Movw0","Arm64 movk/z part 0","The resolver for RelocationKind::Arm64Movw1","Arm64 movk/z part 1","The resolver for RelocationKind::Arm64Movw2","Arm64 movk/z part 2","The resolver for RelocationKind::Arm64Movw3","Arm64 movk/z part 3","The resolver for RelocationTarget::CustomSection","Custom sections generated by the compiler","The resolver for RelocationKind::ElfX86_64TlsGd","Elf x86_64 32 bit signed PC relative offset to two GOT …","The resolver for RelocationTarget::LibCall","A compiler-generated libcall.","The resolver for RelocationTarget::LocalFunc","A relocation to a function defined locally in the wasm …","A record of a relocation to perform.","Relocation kinds for every ISA.","The resolver for an archived RelocationKind","Any struct that acts like a Relocation.","The resolver for an archived Relocation","Destination function. Can be either user function or some …","The resolver for an archived RelocationTarget","Relocations to apply to function bodies.","The resolver for RelocationKind::RiscvCall","RISC-V call target","The resolver for RelocationKind::RiscvPCRelHi20","RISC-V PC-relative high 20bit","The resolver for RelocationKind::RiscvPCRelLo12I","RISC-V PC-relative low 12bit, I-type","The resolver for RelocationKind::X86CallPCRel4","x86 call to PC-relative 4-byte","The resolver for RelocationKind::X86CallPLTRel4","x86 call to PLT-relative 4-byte","The resolver for RelocationKind::X86GOTPCRel4","x86 GOT PC-relative 4-byte","The resolver for RelocationKind::X86PCRel4","x86 PC-relative 4-byte","The resolver for RelocationKind::X86PCRel8","x86 PC-relative 8-byte","","","","","","","","The archived counterpart of Relocation::addend","The addend to add to the relocation value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Display trait implementation drops the arch, since its …","","","","","Given a function start address, provide the relocation …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","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 archived counterpart of Relocation::kind","The relocation kind.","","","","","","","","","","","","The archived counterpart of Relocation::offset","The offset where to apply the relocation.","","","","","","","","","","","","The archived counterpart of Relocation::reloc_target","Relocation target.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An archived CustomSection","An archived SectionBody","A Section for a Compilation.","Any struct that acts like a CustomSection.","Custom section Protection.","The resolver for an archived CustomSectionProtection","The resolver for an archived CustomSection","The resolver for CustomSectionProtection::Read","A custom section with read permission.","The resolver for CustomSectionProtection::ReadExecute","A custom section with read and execute permissions.","","The bytes in the section.","The resolver for an archived SectionBody","Index type of a Section defined inside a WebAssembly …","The resolver for an archived SectionIndex","","","","","Returns a raw pointer to the section’s buffer.","Dereferences into the section’s buffer.","Return the underlying index value as a u32.","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of CustomSection::bytes","The bytes corresponding to this section.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a new instance from a u32.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 or not the section body is empty.","Returns whether or not the section body is empty.","","","","","","","","","","","","Returns the length of this section in bytes.","Returns the length of this section in bytes.","","Create a new section body with the given contents.","","","","","","","","","","","","","","","","The archived counterpart of CustomSection::protection","Memory protection that applies to this section.","","","","","The archived counterpart of CustomSection::relocations","Relocations that apply to this custom section.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An archived ModuleMetadata","The resolver for Symbol::DynamicFunctionTrampoline","The dynamic function trampoline for a given function.","The resolver for Symbol::FunctionCallTrampoline","The function call trampoline for a given signature.","The resolver for Symbol::LocalFunction","A function defined in the wasm.","The resolver for Symbol::Metadata","A metadata section, indexed by a unique prefix (usually …","Serializable struct that represents the compiled metadata.","The resolver for an archived ModuleMetadata","A simple metadata registry","The resolver for Symbol::Section","A wasm section.","The kinds of wasmer_types objects that might be found in a …","This trait facilitates symbol name lookups in a native …","The resolver for an archived Symbol","","Safety","Safety","","","","","","","","","","","","","","","","","","","The archived counterpart of ModuleMetadata::compile_info","Compile info","","The archived counterpart of ModuleMetadata::cpu_features","CPU features used (See CpuFeature)","","The archived counterpart of …","Data initializers","","","","","","","","","","","","","","","","","","","","Deserialize a Module from a slice. The slice must have the …","","Deserialize a compilation module from an archive","Deserialize a Module from a slice. The slice must have the …","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","The archived counterpart of …","The function body lengths (used to find function by …","","Returns symbol registry.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Given a name it returns the Symbol for that name in the …","","","","","","","","","Symbol prefix stirng","","The archived counterpart of ModuleMetadata::prefix","Prefix for function etc symbols","","","","","","","","","Serialize a Module into bytes The bytes will have the …","","","","","Get mutable ref to compile info and a copy of the registry","Given a Symbol it returns the name for that symbol in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Apple Aarch64 platforms use their own variant of the …","The “architecture” field, which in some cases also …","","","","","","","The “binary format” field, which is usually omitted, …","","","","The calling convention, which specifies things like which …","","","","The nomenclature is inspired by the cpuid crate. The list …","","A custom vendor. “Custom” in this context means that …","","","","","","","The target memory endianness.","The “environment” field, which specifies an ABI …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The “operating system” field, which sometimes implies …","","","The width of a pointer (in the default address space).","","","","","","","","","","","","","","","","","","","","","","","","","“System V”, which is used on most Unix-like platfoms. …","This is the target that we will use for compiling the …","","A target “triple”. Historically such things had three …","","","","","","","","","","","","","","","The “vendor” field, which in practice is little more …","","","","","","","","The WebAssembly C ABI. …","","","“Windows Fastcall”, which is used on Windows. Note …","","","","x86_64 target that only supports Haswell-compatible Intel …","","","","","The “architecture” (and sometimes the subarchitecture).","The “binary format” (rarely used).","","","","","","","","","","","","The triple associated for the target.","","","","","","","","","","","","","The “environment” on top of the operating system …","","","","","","","","","","","","","","Retrieves the features for the current Host","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Check if target is a native (eq to host) or not","","","Creates a new target given a triple","","The “operating system” (sometimes also the …","","","Retrieves an empty set of CpuFeatures.","","","","","The triple associated for the target.","","","","","","","","The “vendor” (whatever that means).","","","","An archived CompiledFunctionUnwindInfo","Compiled function unwind information.","Any struct that acts like a CompiledFunctionUnwindInfo.","Generic reference to data in a CompiledFunctionUnwindInfo","The resolver for an archived CompiledFunctionUnwindInfo","The resolver for CompiledFunctionUnwindInfo::Dwarf","The archived counterpart of …","The unwind info is added to the Dwarf section in …","","The resolver for CompiledFunctionUnwindInfo::WindowsX64","The archived counterpart of …","Windows UNWIND_INFO.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An archived PrimaryMap","A slice mapping K -> V allocating dense entity references.","A type wrapping a small integer index should implement …","Iterate over all keys in order.","Iterate over all keys in order.","Iterate over all keys in order.","A primary mapping K -> V allocating dense entity …","A mapping K -> V for densely indexed entity references.","Boxed slices for PrimaryMap.","","","The archived counterpart of PrimaryMap::elems","","","Macro which provides the common implementation of a 32-bit …","","","Get the index that was used to create this entity …","A double-ended iterator over entity references and …","A double-ended iterator over entity references.","Create a new entity reference from a small integer. This …","Compact representation of Option<T> for types with a …","","Densely numbered entity references as mapping keys.","","Densely numbered entity references as mapping keys.","","","","","The archived counterpart of PrimaryMap::unused","","","A slice mapping K -> V allocating dense entity references.","","","","","","","","","","","","Returns the argument unchanged.","Create a new slice from a raw pointer. A safer way to …","Get the element at k if it exists.","Get the element at k if it exists, mutable version.","","","","Calls U::from(self).","","","Is this map completely empty?","Check if k is a valid key in the map.","Iterate over all the keys and values in this map.","Iterate over all the keys and values in this map, mutable …","Iterate over all the keys in this map.","Returns the last element that was inserted in the map.","","Get the total number of entity references created.","","","","","","","Iterate over all the values in this map.","Iterate over all the values in this map, mutable edition.","Iterate over all keys in order.","Iterate over all keys in order.","Iterate over all keys in order.","","","","","","","","","","","","","","","","","","","","","","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 an Iter iterator that visits the PrimaryMap keys …","Create an IterMut iterator that visits the PrimaryMap keys …","Create an IntoIter iterator that visits the PrimaryMap …","","","","","","","","","","","","","","","","","","","","","","","","","Iterate over all keys in order.","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Create a Keys iterator that visits len entities starting …","Packed representation of Option<T>.","Types that have a reserved value which can’t be created …","","","","","","","","Create a default packed option representing None.","","","","","","","","","","","Expand the packed option into a normal Option.","Unwrap a packed Some value or panic.","","Convert an option into its packed equivalent.","Convert t into a packed Some(x).","Returns the argument unchanged.","","","","","Calls U::from(self).","Returns true if the packed option is a None value.","Checks whether value is the reserved one.","Returns true if the packed option is a Some value.","","Maps a PackedOption<T> to Option<U> by applying a function …","","","Create an instance of the reserved value.","","Takes the value out of the packed option, leaving a None …","","","","","Unwrap a packed Some value or panic.","An archived PrimaryMap","A primary mapping K -> V allocating dense entity …","The resolver for an archived PrimaryMap","","","","","","","","","Remove all entries from this map.","","","","","","","","","","","","","","","","","","The archived counterpart of PrimaryMap::elems","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Get the element at k if it exists.","Get the element at k if it exists.","","Get the element at k if it exists, mutable version.","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Consumes this PrimaryMap and produces a BoxedSlice.","","","","Is this map completely empty?","Check if k is a valid key in the map.","Iterate over all the keys and values in this map.","Iterate over all the keys and values in this map.","Iterate over all the keys and values in this map, mutable …","Iterate over all the keys in this map.","Returns the last element that was inserted in the map.","","","","Get the total number of entity references created.","Create a new empty map.","Get the key that will be assigned to the next pushed value.","","","","Append v to the mapping, assigning a new key which is …","Reserves capacity for at least additional more elements to …","Reserves the minimum capacity for exactly additional more …","","","","","","","Shrinks the capacity of the PrimaryMap as much as possible.","","","","","","","","","","","","The archived counterpart of PrimaryMap::unused","","Iterator over all values in the ArchivedPrimaryMap","Iterate over all the values in this map.","Iterate over all the values in this map, mutable edition.","Create a new empty map with the given capacity.","An archived SecondaryMap","A mapping K -> V for densely indexed entity references.","The resolver for an archived SecondaryMap","","","","","","","","Returns the number of elements the map can hold without …","","Remove all entries from this map.","","","","","The archived counterpart of SecondaryMap::default","","","","","","","","","","","","","","","","The archived counterpart of SecondaryMap::elems","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get the element at k if it exists.","Get the element at k if it exists.","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Is this map completely empty?","Iterate over all the keys and values in this map.","Iterate over all the keys and values in this map.","Iterate over all the keys and values in this map, mutable …","Iterate over all the keys in this map.","","","","Create a new empty map.","","","","Resize the map to have n entries by adding default entries …","","","","","","","","","","","","","","","","","","The archived counterpart of SecondaryMap::unused","","Iterator over all values in the ArchivedPrimaryMap","Iterate over all the values in this map.","Iterate over all the values in this map, mutable edition.","Create a new, empty map with the specified capacity.","Create a new empty map with a specified default value.","The memory does not support atomic operations.","A compilation error occured.","The WebAssembly.CompileError object indicates an error …","The binary was valid, but we got an error when trying to …","The provided binary is corrupted","The operation would cause the size of the memory to exceed …","The module was compiled with a CPU feature that is not …","The Deserialize error can occur when loading a compiled …","Contains the error value","A generic serialization error","A generic deserialization error","A user defined error value, used for error cases not …","A generic error.","An implementation limit was exceeded.","An ImportError.","Incompatible serialized binary","Incompatible Import Type. This error occurs when the …","Input artifact bytes have an invalid length","Invalid memory was provided.","The input WebAssembly code is invalid.","An IO error","An IO error","Caller asked for a maximum memory greater than we can give …","Error type describing things that can go wrong when …","Memory Error","Returned when a shared memory is required, but the given …","An error from the middleware error.","A error in the middleware.","Caller asked for more minimum memory than we can give them.","The provided string feature doesn’t exist","Contains the success value","The error that can happen while parsing a str to retrieve …","An error while preinstantiating a module.","Low level error with mmap.","Insufficient resources available for execution.","The Serialize error can occur when serializing a compiled …","Unknown Import. This error occurs when an import was …","A feature used by the WebAssembly code is not supported by …","The compiler doesn’t support a Wasm feature","Returned when trying to call a memory operation that is …","The compiler cannot compile for the given target. This can …","The module did not pass validation.","A Wasm translation error occured.","A WebAssembly translation error.","A convenient alias for a Result that uses WasmError as the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 error message","The name of the middleware where the error was created","Create a new MiddlewareError","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","How many bytes were expected","How many bytes the artifact contained","The attempted amount to grow by in pages.","The current size in pages.","The maximum amount of memory we can allocate.","The number of pages requested as the maximum amount of …","The number of pages requested as the maximum amount of …","Message describing the unsupported operation.","The number of pages requested as the minimum amount of …","The reason why the provided memory is invalid.","A string describing the validation error.","The bytecode offset where the error occurred.","Controls which experimental features will be enabled. …","The resolver for an archived Features","","","","","","Configures whether the WebAssembly bulk memory operations …","","Bulk Memory proposal should be enabled","","","","","","","","","","","","","","","","","","","","Wasm exceptions proposal should be enabled","","Extended constant expressions proposal should be enabled","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Configures whether the WebAssembly 64-bit memory proposal …","","64-bit Memory proposal should be enabled","Configures whether the WebAssembly module linking proposal …","","Module Linking proposal should be enabled","Configures whether the WebAssembly multi-memory proposal …","","Multi Memory proposal should be enabled","Configures whether the WebAssembly multi-value proposal …","","Multi Value proposal should be enabled","Create a new feature","","","Configures whether the WebAssembly reference types …","","Reference Types proposal should be enabled","","Relaxed SIMD proposal should be enabled","","","","","","","Configures whether the WebAssembly SIMD proposal will be …","","SIMD proposal should be enabled","Configures whether the WebAssembly tail-call proposal will …","","Tail call proposal should be enabled","Configures whether the WebAssembly threads proposal will …","","Threads proposal should be enabled","","","","","","","","Index type of a custom section inside a WebAssembly module.","The resolver for an archived CustomSectionIndex","Index type of a passive data segment inside the …","The resolver for an archived DataIndex","Index type of a passive element segment inside the …","The resolver for an archived ElemIndex","An entity to export.","The resolver for an archived ExportIndex","The resolver for ExportIndex::Function","Function export.","The resolver for ImportIndex::Function","Function import.","Index type of a function (imported or local) inside the …","The resolver for an archived FunctionIndex","The resolver for ExportIndex::Global","Global export.","The resolver for ImportIndex::Global","Global import.","Index type of a global variable (imported or local) inside …","The resolver for an archived GlobalIndex","An entity to import.","The resolver for an archived ImportIndex","Index type of a function defined locally inside the …","The resolver for an archived LocalFunctionIndex","Index type of a global defined locally inside the …","The resolver for an archived LocalGlobalIndex","Index type of a memory defined locally inside the …","Index type of a table defined locally inside the …","The resolver for ExportIndex::Memory","Memory export.","The resolver for ImportIndex::Memory","Memory import.","Index type of a linear memory (imported or local) inside …","The resolver for an archived MemoryIndex","Index type of a signature (imported or local) inside the …","The resolver for an archived SignatureIndex","The resolver for ExportIndex::Table","Table export.","The resolver for ImportIndex::Table","Table import.","Index type of a table (imported or local) inside the …","The resolver for an archived TableIndex","","","","","","","","","","","","","","","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","Return the underlying index value as a u32.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","Create a new instance from a u32.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 archived DataInitializerLocation","An archived OwnedDataInitializer","An archived TableInitializer","A data initializer for linear memory.","Any struct that acts like a DataInitializer.","A memory index and offset within that memory where a data …","Any struct that acts like a DataInitializerLocation.","The resolver for an archived DataInitializerLocation","","As DataInitializer but owning the data rather than holding …","The resolver for an archived OwnedDataInitializer","A WebAssembly table initializer.","The resolver for an archived TableInitializer","","","","","","","","The archived counterpart of TableInitializer::base","Optionally, a global variable giving a base index.","","The archived counterpart of DataInitializerLocation::base","Optionally a Global variable base to initialize at.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The initialization data.","","The archived counterpart of OwnedDataInitializer::data","The initialization owned data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of TableInitializer::elements","The values to write into the table elements.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 location where the initialization is to be performed.","","The archived counterpart of OwnedDataInitializer::location","The location where the initialization is to be performed.","","","","","The archived counterpart of …","The index of the memory to initialize.","Creates a new OwnedDataInitializer from a DataInitializer.","","","","","The archived counterpart of TableInitializer::offset","The offset to add to the base.","","The archived counterpart of DataInitializerLocation::offset","A constant offset to initialize at.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of TableInitializer::table_index","The index of a table to initialize.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Custom std module.","Utilities for dynamic typing or type reflection.","A module for working with borrowed data.","The Box<T> type for heap allocation.","Shareable mutable containers.","Utilities for comparing and ordering values.","Traits for conversions between types.","Utilities for formatting and printing Strings.","Creates a String using interpolation of runtime …","Generic hashing support.","Composable external iteration.","Primitive traits and types representing basic properties …","Basic functions for dealing with memory.","Overloadable operators.","Manually manage memory through raw pointers.","Single-threaded reference-counting pointers. ‘Rc’ …","Utilities for the slice primitive type.","A UTF-8–encoded, growable string.","Useful synchronization primitives.","Redundant constants module for the u32 primitive type.","A contiguous growable array type with heap-allocated …","Creates a Vec containing the arguments.","A trait to emulate dynamic typing.","A TypeId represents a globally unique identifier for a …","","","","","","","","","","","Returns some mutable reference to the inner value if it is …","Forwards to the method defined on the type dyn Any.","Forwards to the method defined on the type Any.","Returns a mutable reference to the inner value as type …","Forwards to the method defined on the type dyn Any.","Forwards to the method defined on the type Any.","Forwards to the method defined on the type dyn Any.","Forwards to the method defined on the type Any.","Returns some reference to the inner value if it is of type …","Returns a reference to the inner value as type dyn T.","Forwards to the method defined on the type dyn Any.","Forwards to the method defined on the type Any.","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Forwards to the method defined on the type Any.","Forwards to the method defined on the type dyn Any.","Returns true if the inner type is the same as T.","","Returns the TypeId of the type this generic function has …","","","","","","","Gets the TypeId of self.","","Returns the name of a type as a string slice.","Returns the name of the type of the pointed-to value as a …","A trait for borrowing data.","A trait for mutably borrowing data.","Borrowed data.","A clone-on-write smart pointer.","Owned data.","The resulting type after obtaining ownership.","A generalization of Clone to borrowed data.","","","","","","","","","","","","","","Immutably borrows from an owned value.","","","Mutably borrows from an owned value.","","","","Uses borrowed data to replace owned data, usually by …","","","","Creates an owned Cow<’a, B> with the default value for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts a String reference into a Borrowed variant. No …","Converts a string slice into a Borrowed variant. No heap …","Creates a Borrowed variant of Cow from a reference to Vec.","Converts a CString into an owned Cow without copying or …","Creates an Owned variant of Cow from an owned instance of …","Converts a &CString into a borrowed Cow without copying or …","Creates a clone-on-write pointer from an owned instance of …","Moves the string into a Cow::Owned.","Converts the string reference into a Cow::Borrowed.","Converts the string reference into a Cow::Borrowed.","","Creates a Borrowed variant of Cow from a slice.","","Converts a String into an Owned variant. No heap …","","Converts a CStr into a borrowed Cow without copying or …","Creates a clone-on-write pointer from a reference to Path.","Returns the argument unchanged.","Creates a clone-on-write pointer from a reference to …","","","","","","","","","Calls U::from(self).","","","","","Extracts the owned data.","","","","Returns true if the data is borrowed, i.e. if to_mut would …","Returns true if the data is owned, i.e. if to_mut would be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Acquires a mutable reference to the owned form of the data.","Creates owned data from borrowed data, usually by cloning.","","","","","","","","","A pointer type that uniquely owns a heap allocation of …","ThinBox.","","","","","Returns a reference to the underlying allocator.","","","","","","","Converts to Box<[T], A>.","Converts to Box<T, A>.","","","","","","","","","","","","","","","","","Returns a new box with a clone() of this box’s contents.","","","","","","","","","","","","","","","","Copies source’s contents into self without creating a …","","","","","","","","","","","","","Creates a Box<T>, with the Default value for T.","","","","","","","","","","","","","","","","","","","","","","","","Attempt to downcast the box to a concrete type.","Attempt to downcast the box to a concrete type.","Attempt to downcast the box to a concrete type.","Downcasts the box to a concrete type.","Downcasts the box to a concrete type.","Downcasts the box to a concrete type.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts a &CStr into a Box<CStr>, by copying the contents …","Converts a [T; N] into a Box<[T]>","","Creates a boxed Path from a clone-on-write pointer.","Converts a PathBuf into a Box<Path>.","Converts a Cow<'_, str> into a Box<str>","Converts an OsString into a Box<OsStr> without copying or …","Creates a boxed Path from a reference.","Copies the string into a newly allocated Box<OsStr>.","","","Converts a CString into a Box<CStr> without copying or …","","","","Converts a str into a box of dyn Error + Send + Sync.","Converts a type of Error + Send + Sync into a box of dyn …","Converts a &[T] into a Box<[T]>","","","Converts a Cow<'a, OsStr> into a Box<OsStr>, by copying …","Converts a Cow into a box of dyn Error.","Returns the argument unchanged.","Converts a Cow into a box of dyn Error + Send + Sync.","Converts a type of Error into a box of dyn Error.","Converts a &str into a Box<str>","Converts a str into a box of dyn Error.","Converts a Cow<'a, CStr> into a Box<CStr>, by copying the …","Convert a vector into a boxed slice.","Converts a Box<str> into a Box<[u8]>","Converts a T into a Box<T>","","Converts a Cow<'_, [T]> into a Box<[T]>","Converts a String into a box of dyn Error.","Converts a String into a box of dyn Error + Send + Sync.","Converts the given String to a boxed str slice that is …","","Constructs a box from a raw pointer.","Constructs a box from a raw pointer in the given allocator.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Converts a Box<T> into a Box<[T]>","","Consumes the Box, returning the wrapped value.","","","","Converts a Box<T> into a Pin<Box<T>>. If T does not …","Consumes the Box, returning a wrapped raw pointer.","Consumes the Box, returning a wrapped raw pointer and the …","","","","","","","","","","","","","","Consumes and leaks the Box, returning a mutable reference, …","","","","","Moves a type to the heap with its Metadata stored in the …","Allocates memory on the heap and then places x into it.","Allocates memory in the given allocator then places x into …","Constructs a new box with uninitialized contents.","Constructs a new box with uninitialized contents in the …","Constructs a new boxed slice with uninitialized contents.","Constructs a new boxed slice with uninitialized contents …","Moves a type to the heap with its Metadata stored in the …","Constructs a new Box with uninitialized contents, with the …","Constructs a new Box with uninitialized contents, with the …","Constructs a new boxed slice with uninitialized contents, …","Constructs a new boxed slice with uninitialized contents …","","","","","","","","","","","","","","Constructs a new Pin<Box<T>>. If T does not implement Unpin…","Constructs a new Pin<Box<T, A>>. If T does not implement …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to convert a Box<[T]> into a Box<[T; N]>.","Attempts to convert a Vec<T> into a Box<[T; N]>.","","","","Allocates memory on the heap then places x into it, …","Allocates memory in the given allocator then places x into …","Constructs a new box with uninitialized contents on the …","Constructs a new box with uninitialized contents in the …","Constructs a new boxed slice with uninitialized contents. …","Constructs a new Box with uninitialized contents, with the …","Constructs a new Box with uninitialized contents, with the …","Constructs a new boxed slice with uninitialized contents, …","","","Writes the value and converts to Box<T, A>.","","","","","","","","","","","","","","","","","","","","An error returned by RefCell::try_borrow.","An error returned by RefCell::try_borrow_mut.","A mutable memory location.","A value which is initialized on the first access.","A cell which can be written to only once.","Wraps a borrowed reference to a value in a RefCell box. A …","A mutable memory location with dynamically checked borrow …","A wrapper type for a mutably borrowed value from a …","UnsafeCell, but Sync.","The core primitive for interior mutability in Rust.","","","","Returns a &[Cell<T>; N] from a &Cell<[T; N]>","","","Returns a raw pointer to the underlying data in this cell.","Returns a raw pointer to the underlying data in this cell.","Returns a &[Cell<T>] from a &Cell<[T]>","","","","Immutably borrows the wrapped value.","","","","","","","","","","","","","","Mutably borrows the wrapped value.","","","","","","","","","","Panics","Copies a Ref.","Panics","","","","","Panics","","","Creates a new lazy value using Default as the initializing …","","Creates a Cell<T>, with the Default value for T.","Creates a RefCell<T>, with the Default value for T.","Creates an UnsafeCell, with the Default value for T.","Creates an SyncUnsafeCell, with the Default value for T.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Panics","","","","","","","","","","","","","Makes a new Ref for an optional component of the borrowed …","Makes a new RefMut for an optional component of the …","","","","","","","","","","","","","","","Forces the evaluation of this lazy value and returns a …","Returns the argument unchanged.","Returns the argument unchanged.","Creates a new OnceCell<T> which already contains the given …","","Creates a new Cell<T> containing the given value.","Returns the argument unchanged.","","Returns the argument unchanged.","","Creates a new RefCell<T> containing the given value.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Creates a new UnsafeCell<T> containing the given value.","","Returns the argument unchanged.","Creates a new SyncUnsafeCell<T> containing the given value.","","Returns the argument unchanged.","Returns a &Cell<T> from a &mut T","Converts from &mut T to &mut UnsafeCell<T>.","","Panics","Gets the reference to the underlying value.","Returns a copy of the contained value.","Gets a mutable pointer to the wrapped value.","Gets a mutable pointer to the wrapped value.","Gets the mutable reference to the underlying value.","Returns a mutable reference to the underlying data.","Returns a mutable reference to the underlying data.","Returns a mutable reference to the underlying data.","Returns a mutable reference to the underlying data.","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","","Panics","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 LazyCell returning the stored value.","Consumes the cell, returning the wrapped value.","Unwraps the value, consuming the cell.","Consumes the RefCell, returning the wrapped value.","Unwraps the value, consuming the cell.","Unwraps the value, consuming the cell.","","","","","","","","","","","","","","","","Panics","Convert into a reference to the underlying data.","Convert into a mutable reference to the underlying data.","","Panics","Makes a new Ref for a component of the borrowed data.","Makes a new RefMut for a component of the borrowed data, …","Splits a Ref into multiple Refs for different components …","Splits a RefMut into multiple RefMuts for different …","","Creates a new lazy value with the given initializing …","Creates a new empty cell.","Creates a new Cell containing the given value.","Creates a new RefCell containing value.","Constructs a new instance of UnsafeCell which will wrap …","Constructs a new instance of SyncUnsafeCell which will …","","Panics","","","","","","","","","","","Gets a mutable pointer to the wrapped value. The …","Gets a mutable pointer to the wrapped value.","Replaces the contained value with val, and returns the old …","Replaces the wrapped value with a new one, returning the …","Replaces the wrapped value with a new one computed from f, …","","","","","","","Sets the contents of the cell to value.","Sets the contained value.","","","","Swaps the values of two Cells. Difference with …","Swaps the wrapped value of self with the wrapped value of …","Takes the value out of this OnceCell, moving it back to an …","Takes the value of the cell, leaving Default::default() in …","Takes the wrapped value, leaving Default::default() in its …","","","","","","","","Immutably borrows the wrapped value, returning an error if …","Mutably borrows the wrapped value, returning an error if …","Immutably borrows the wrapped value, returning an error if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Undo the effect of leaked guards on the borrow state of …","Updates the contained value using a function and returns …","","","","","","","Trait for equality comparisons which are equivalence …","Derive macro generating an impl of the trait Eq.","An ordering where a compared value is equal to another.","An ordering where a compared value is greater than another.","An ordering where a compared value is less than another.","Trait for types that form a total order.","Derive macro generating an impl of the trait Ord. The …","An Ordering is the result of a comparison between two …","Trait for equality comparisons.","Derive macro generating an impl of the trait PartialEq. …","Trait for types that form a partial order.","Derive macro generating an impl of the trait PartialOrd. …","A helper struct for reverse ordering.","","","","","","","Restrict a value to a certain interval.","","","","","","This method returns an Ordering between self and other.","","","","","","","","","","","","","","","","","","","This method tests for self and other values to be equal, …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","This method tests greater than or equal to (for self and …","","","","This method tests greater than (for self and other) and is …","","","","","","Calls U::from(self).","Calls U::from(self).","Returns true if the ordering is the Equal variant.","Returns true if the ordering is either the Greater or Equal…","Returns true if the ordering is the Greater variant.","Returns true if the ordering is either the Less or Equal …","Returns true if the ordering is the Less variant.","Returns true if the ordering is not the Equal variant.","","","","","This method tests less than or equal to (for self and other…","","This method tests less than (for self and other) and is …","","Compares and returns the maximum of two values.","Compares and returns the maximum of two values.","Returns the maximum of two values with respect to the …","Returns the element that gives the maximum value from the …","Compares and returns the minimum of two values.","Compares and returns the minimum of two values.","Returns the minimum of two values with respect to the …","Returns the element that gives the minimum value from the …","Compares and sorts two values, returning minimum and …","Returns minimum and maximum values with respect to the …","Returns minimum and maximum values with respect to the …","This method tests for !=. The default implementation is …","This method returns an ordering between self and other …","","","","","Reverses the Ordering.","","","","Chains two orderings.","Chains the ordering with the given function.","","","","","","","","","Used to do a cheap mutable-to-mutable reference conversion.","Used to do a cheap reference-to-reference conversion.","The type returned in the event of a conversion error.","The type returned in the event of a conversion error.","Supporting trait for inherent methods of f32 and f64 such …","Used to do value-to-value conversions while consuming the …","The error type for errors that can never happen.","A value-to-value conversion that consumes the input value. …","Simple and safe type conversions that may fail in a …","An attempted conversion that consumes self, which may or …","","","Converts this type into a mutable reference of the …","Converts this type into a shared reference of the (usually …","","","","","","","","","","","","","","","","","","","Converts to this type from the input type.","","Returns the argument unchanged.","","","","The identity function.","","Converts this type into the (usually inferred) input type.","Calls U::from(self).","","","","","","","Performs the conversion.","","Performs the conversion.","","","Possible alignments returned by Formatter::align","This structure represents a safely precompiled version of …","b formatting.","Indication that contents should be center-aligned.","? formatting.","Derive macro generating an impl of the trait Debug.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","A struct to help with fmt::Debug implementations.","Format trait for an empty format, {}.","Contains the error value","The error type which is returned from formatting a message …","Configuration for formatting.","Indication that contents should be left-aligned.","e formatting.","x formatting.","o formatting.","Contains the success value","p formatting.","The type returned by formatter methods.","Indication that contents should be right-aligned.","E formatting.","X formatting.","A trait for writing or formatting into Unicode-accepting …","","","","Flag indicating what form of alignment was requested.","","Determines if the # flag was specified.","","","Get the formatted string, if it has no arguments to be …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a DebugList builder designed to assist with …","Creates a DebugMap builder designed to assist with …","Creates a DebugSet builder designed to assist with …","Creates a DebugStruct builder designed to assist with …","Creates a DebugTuple builder designed to assist with …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds the contents of an iterator of entries to the set …","Adds the contents of an iterator of entries to the list …","Adds the contents of an iterator of entries to the map …","Adds a new entry to the set output.","Adds a new entry to the list output.","Adds a new entry to the map output.","","","","","","","","","","","Adds a new field to the generated struct output.","Adds a new field to the generated tuple struct output.","","Character used as ‘fill’ whenever there is alignment.","","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Finishes output and returns any error encountered.","Marks the struct as non-exhaustive, indicating to the …","Flags for formatting","","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","Formats the value using the given formatter.","","","","","","","","","","The format function takes an Arguments struct and returns …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","Adds the key part of a new entry to the map output.","","","","","","","","","","This function takes a string slice and emits it to the …","Performs the correct padding for an integer which has …","","","","","","","","","","","","Optionally specified precision for numeric types. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Determines if the 0 flag was specified.","Determines if the - flag was specified.","Determines if the + flag was specified.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds the value part of a new entry to the map output.","Optionally specified integer width that the output should …","","The write function takes an output stream, and an Arguments…","Writes a char into this writer, returning whether the …","","Glue for usage of the write! macro with implementors of …","Writes some formatted information into this instance.","","Writes a string slice into this writer, returning whether …","Writes some data to the underlying buffer contained within …","","A trait for creating instances of Hasher.","Used to create a default BuildHasher instance for types …","A hashable type.","Derive macro generating an impl of the trait Hash.","A trait for hashing an arbitrary stream of bytes.","Type of the hasher that will be created.","An implementation of SipHash 2-4.","","","","","","","Creates a new hasher.","","","","","","","","","","","","","","","","","","","","","Returns the hash value for the values written so far.","","","","Returns the argument unchanged.","Returns the argument unchanged.","Feeds this value into the given Hasher.","Calculates the hash of a single value.","Feeds a slice of this type into the given Hasher.","","","Calls U::from(self).","Calls U::from(self).","","","Creates a new SipHasher with the two initial keys set to 0.","Creates a SipHasher that is keyed off the provided keys.","","","","","","","","","","","Writes some data into this Hasher.","","Writes a single i128 into this hasher.","Writes a single i16 into this hasher.","Writes a single i32 into this hasher.","Writes a single i64 into this hasher.","Writes a single i8 into this hasher.","Writes a single isize into this hasher.","Writes a length prefix into this hasher, as part of being …","Writes a single str into this hasher.","","Writes a single u128 into this hasher.","Writes a single u16 into this hasher.","Writes a single u32 into this hasher.","Writes a single u64 into this hasher.","Writes a single u8 into this hasher.","Writes a single usize into this hasher.","An iterator over N elements of the iterator at a time.","Like Iterator::by_ref, but requiring Sized so it can …","An iterator that links two iterators together, in a chain.","An iterator that clones the elements of an underlying …","An iterator that copies the elements of an underlying …","An iterator that repeats endlessly.","An iterator able to yield elements from both ends.","An iterator that yields nothing.","An iterator that yields the current count and the element …","An iterator that knows its exact length.","Extend a collection with the contents of an iterator.","An iterator that filters the elements of iter with …","An iterator that uses f to both filter and map elements …","An iterator that maps each element to an iterator, and …","An iterator that flattens one level of nesting in an …","An iterator where each iteration calls the provided …","Conversion from an Iterator.","An iterator that yields None forever after the underlying …","An iterator that always continues to yield None when …","An iterator that calls a function with a reference to each …","An iterator adapter that places a separator between all …","An iterator adapter that places a separator between all …","Which kind of iterator are we turning this into?","Conversion into an Iterator.","The type of the elements being iterated over.","The type of the elements being iterated over.","A trait for dealing with iterators.","An iterator that maps the values of iter with f.","An iterator that only accepts elements while predicate …","An iterator over the mapped windows of another iterator.","An iterator that yields an element exactly once.","An iterator that yields a single element of type A by …","An iterator with a peek() that returns an optional …","Trait to represent types that can be created by …","An iterator that repeats an element endlessly.","An iterator that repeats elements of type A endlessly by …","A double-ended iterator with the direction inverted.","An iterator to maintain state while iterating another …","An iterator that skips over n elements of iter.","An iterator that rejects elements while predicate returns …","Objects that have a notion of successor and predecessor …","An iterator for stepping iterators by a custom amount.","A new iterator where each successive item is computed …","Trait to represent types that can be created by summing up …","An iterator that only iterates over the first n iterations …","An iterator that only accepts elements while predicate …","An iterator that reports an accurate length using …","A type that upholds all invariants of Step.","An iterator that iterates two other iterators …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Advances the iterator from the back by n elements.","","","","","","","","","","","Advances the iterator by n elements.","","","","","","","","","","Tests if every element of the iterator matches a predicate.","Tests if any element of the iterator matches a predicate.","Returns an iterator over N elements of the iterator at a …","","","Returns the value that would be obtained by taking the …","Returns the value that would be obtained by taking the …","Returns the value that would be obtained by taking the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Borrows an iterator, rather than consuming it.","Takes two iterators and creates a new iterator over both …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an iterator which clones all of its elements.","Lexicographically compares the elements of this Iterator …","Lexicographically compares the elements of this Iterator …","Transforms an iterator into a collection.","Collects all the items from an iterator into a collection.","Creates an iterator which copies all of its elements.","","","Consumes the iterator, counting the number of iterations …","","","","","","","","","","","Repeats an iterator endlessly.","Creates a Flatten iterator from the default value of I.","","Creates a Chain from the default values for A and B.","Creates a Cloned iterator from the default value of I","Creates a Copied iterator from the default value of I","Creates an Enumerate iterator from the default value of I","Creates a Fuse iterator from the default value of I.","Creates a Rev iterator from the default value of I","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an iterator that yields nothing.","Creates an iterator which gives the current iteration …","Determines if the elements of this Iterator are equal to …","Determines if the elements of this Iterator are equal to …","Extends a collection with the contents of an iterator.","Extends a collection with exactly one element.","Reserves capacity in a collection for the given number of …","","","","","","Creates an iterator which uses a closure to determine if …","Creates an iterator that both filters and maps.","Searches for an element of an iterator that satisfies a …","","","","Applies function to the elements of iterator and returns …","","","","Creates an iterator that works like map, but flattens …","Creates an iterator that flattens nested structure.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Folds every element into an accumulator by applying an …","","","","","","","","","","","","","","","","","","","","","","Calls a closure on each element of an iterator.","","Returns the value that would be obtained by taking the …","Returns the value that would be obtained by taking the …","Returns the value that would be obtained by taking the …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 iterator where each iteration calls the …","Creates a new iterator where each iteration calls the …","Creates a value from an iterator.","Creates an iterator which ends after the first None.","Determines if the elements of this Iterator are …","","Determines if the elements of this Iterator are …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Does something with each element of an iterator, passing …","Creates a new iterator which places a copy of separator …","Creates a new iterator which places an item generated by …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 from a value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator over the remaining elements of the …","Returns true if the iterator is empty.","","","","","","","","","Checks if the elements of this iterator are partitioned …","Checks if the elements of this iterator are sorted.","Checks if the elements of this iterator are sorted using …","Checks if the elements of this iterator are sorted using …","","","","","","","","","","","","","","","","","","","","","","","","Consumes the iterator, returning the last element.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Determines if the elements of this Iterator are …","","Returns the exact remaining length of the iterator.","","","","","","","","","","","","Determines if the elements of this Iterator are …","Takes a closure and creates an iterator which calls that …","Creates an iterator that both yields elements based on a …","Calls the given function f for each contiguous window of …","Returns the maximum element of an iterator.","Returns the element that gives the maximum value with …","Returns the element that gives the maximum value from the …","Returns the minimum element of an iterator.","Returns the element that gives the minimum value with …","Returns the element that gives the minimum value from the …","","","Determines if the elements of this Iterator are not equal …","","","Advances the iterator and returns the next value.","","","","","","","","","","","","Overflow Behavior","","","","","","","","","","","","","","","","","","","","","","","","Removes and returns an element from the end of the …","","","","","","","","","","","","","","","","","","","","","","","","Advances the iterator and returns an array containing the …","","","","Consume and return the next value of this iterator if a …","Consume and return the next item if it is equal to expected…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the nth element of the iterator.","","","","","","","","","","","","","Returns the nth element from the end of the iterator.","","","","","","","","","","Creates an iterator that yields an element exactly once.","Creates an iterator that lazily generates a value exactly …","","Lexicographically compares the PartialOrd elements of this …","Lexicographically compares the elements of this Iterator …","Consumes an iterator, creating two collections from it.","Reorders the elements of this iterator in-place according …","Returns a reference to the next() value without advancing …","Returns a mutable reference to the next() value without …","Creates an iterator which can use the peek and peek_mut …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Searches for an element in an iterator, returning its …","","","","","Method which takes an iterator and generates Self from the …","Iterates over the entire iterator, multiplying all the …","Reduces the elements to a single one, by repeatedly …","","Creates a new iterator that endlessly repeats a single …","Creates a new iterator that repeats elements of type A …","","Reverses an iterator’s direction.","Searches for an element of an iterator from the back that …","","","","","","An iterator method that reduces the iterator’s elements …","","","","","","","","","","","","","","","","","Searches for an element in an iterator from the right, …","An iterator adapter which, like fold, holds internal …","","","","","","","","Returns the bounds on the remaining length of the iterator.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an iterator that skips the first n elements.","Creates an iterator that skips elements based on a …","","","Creates an iterator starting at the same point, but …","Returns the number of successor steps required to get from …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new iterator where each successive item is …","Method which takes an iterator and generates Self from the …","Sums the elements of an iterator.","Creates an iterator that yields the first n elements, or …","Creates an iterator that yields elements based on a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Fallibly transforms an iterator into a collection, short …","Applies function to the elements of iterator and returns …","","","An iterator method that applies a function as long as it …","","","","","","","","","","","","","","","","","","","","","","","An iterator method that applies a fallible function to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Reduces the elements to a single one by repeatedly …","","","This is the reverse version of Iterator::try_fold(): it …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts an iterator of pairs into a pair of containers.","Converts the arguments to iterators and zips them.","‘Zips up’ two iterators into a single iterator of …","A marker for types which can be used as types of const …","Derive macro generating an impl of the trait ConstParamTy.","Types whose values can be duplicated simply by copying …","Derive macro generating an impl of the trait Copy.","A marker for types that can be dropped.","The type of the discriminant, which must satisfy the trait …","Compiler-internal trait used to indicate the type of enum …","A common trait implemented by all function pointers.","Zero-sized type used to mark things that “act like” …","A marker type which does not implement Unpin.","A marker for pointer-like types.","Types that can be transferred across thread boundaries.","Types with a constant size known at compile time.","Required trait for constants used in pattern matches.","Required trait for constants used in pattern matches.","Types for which it is safe to share references between …","A marker for tuple types.","Types that can be safely moved after being pinned.","Types that can be “unsized” to a dynamically-sized …","","","Returns the address of the function pointer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Assume only that alignment conditions are met.","What transmutation safety conditions shall the compiler …","Are values of a type transmutable into values of another …","Opaque type representing the discriminant of an enum.","Assume only that lifetime conditions are met.","A wrapper to inhibit compiler from automatically calling T…","A wrapper type to construct uninitialized instances of T.","Do not assume that you have ensured any safety properties …","Assume only that safety conditions are met.","Assume only that dynamically-satisfiable validity …","","","","","","Returns the ABI-required minimum alignment of a type in …","Returns the ABI-required minimum alignment of the type of …","Returns the ABI-required minimum alignment of the type of …","When true, the compiler assumes that you are ensuring …","Assume both self and other_assumptions.","Extracts the values from an array of MaybeUninit …","Returns the contents of this MaybeUninit as a slice of …","Returns the contents of this MaybeUninit as a mutable …","Gets a mutable pointer to the contained value. Reading …","Gets a pointer to the contained value. Reading from this …","Extracts the value from the MaybeUninit<T> container. This …","Drops the contained value in place.","Gets a mutable (unique) reference to the contained value.","Reads the value from the MaybeUninit<T> container. The …","Gets a shared reference to the contained value.","","","","","","","","","Assume self, excepting other_assumptions.","","","","","","","","","","","","Bitwise-copies a value.","","","","","","","","","","","","","","","","","Returns a value uniquely identifying the enum variant in v.","Disposes of a value.","","Manually drops the contained value. This is exactly …","","","","","","","","","","","","","","","","","","","","","","","Takes ownership and “forgets” about the value without …","Like forget, but also accepts unsized values.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Extracts the value from the ManuallyDrop container.","","","","","When true, the compiler assume that you are ensuring that …","Returns the ABI-required minimum alignment of a type in …","Returns the ABI-required minimum alignment of the type of …","Returns true if dropping values of type T matters.","Wrap a value to be manually dropped.","Creates a new MaybeUninit<T> initialized with the given …","Expands to the offset in bytes of a field from the …","","","","","","Moves src into the referenced dest, returning the previous …","","","When true, the compiler assumes that you have ensured that …","","","","Returns the size of a type in bytes.","Returns the size of the pointed-to value in bytes.","Returns the size of the pointed-to value in bytes.","Returns the contents of this slice of MaybeUninit as a …","Returns the contents of this mutable slice of MaybeUninit …","Gets a mutable pointer to the first element of the array.","Gets a pointer to the first element of the array.","Assuming all the elements are initialized, get a mutable …","Assuming all the elements are initialized, get a slice to …","","Swaps the values at two mutable locations, without …","Replaces dest with the default value of T, returning the …","Takes the value from the ManuallyDrop<T> container out.","","","","","Reinterprets the bits of a value of one type as another …","Interprets src as having type &Dst, and then reads src …","Transposes a MaybeUninit<[T; N]> into a [MaybeUninit<T>; N]…","","","","","","","","","","","","","Creates a new MaybeUninit<T> in an uninitialized state.","","Create a new array of MaybeUninit<T> items, in an …","Bypasses Rust’s normal memory-initialization checks by …","When true, the compiler assumes that you are ensuring that …","","","Returns the number of variants in the enum type T.","Sets the value of the MaybeUninit<T>.","Copies the elements from src to this, returning a mutable …","Clones the elements from src to this, returning a mutable …","Returns the value of type T represented by the all-zero …","Creates a new MaybeUninit<T> in an uninitialized state, …","The addition operator +.","The addition assignment operator +=.","The bitwise AND operator &.","The bitwise AND assignment operator &=.","The bitwise OR operator |.","The bitwise OR assignment operator |=.","The bitwise XOR operator ^.","The bitwise XOR assignment operator ^=.","An endpoint of a range of keys.","Exit the operation without running subsequent phases.","Trait that indicates that this is a pointer or a wrapper …","The generator completed with a return value.","Move on to the next phase of the operation as normal.","Used to tell an operation whether it should exit early or …","Used for immutable dereferencing operations, like *v.","Used for mutable dereferencing operations, like in *v = 1;.","DispatchFromDyn is used in the implementation of object …","The division operator /.","The division assignment operator /=.","Custom code within the destructor.","An exclusive bound.","The version of the call operator that takes an immutable …","The version of the call operator that takes a mutable …","The version of the call operator that takes a by-value …","Used to specify which residuals can be converted into …","The trait implemented by builtin generator types.","The result of a generator resumption.","An inclusive bound.","Used for indexing operations (container[index]) in …","Used for indexing operations (container[index]) in mutable …","The multiplication operator *.","The multiplication assignment operator *=.","The unary negation operator -.","The unary logical negation operator !.","OneSidedRange is implemented for built-in range types that …","The resulting type after applying the + operator.","The resulting type after applying the - operator.","The resulting type after applying the * operator.","The resulting type after applying the / operator.","The resulting type after applying the % operator.","The resulting type after applying the - operator.","The resulting type after applying the ! operator.","The resulting type after applying the & operator.","The resulting type after applying the | operator.","The resulting type after applying the ^ operator.","The resulting type after applying the << operator.","The resulting type after applying the >> operator.","The returned type after the call operator is used.","The returned type after indexing.","The type of the value produced by ? when not …","A (half-open) range bounded inclusively below and …","RangeBounds is implemented by Rust’s built-in range …","A range only bounded inclusively below (start..).","An unbounded range (..).","A range bounded inclusively below and above (start..=end).","A range only bounded exclusively above (..end).","A range only bounded inclusively above (..=end).","The remainder operator %.","The remainder assignment operator %=.","Allows retrieving the canonical type implementing Try that …","The type of the value passed to FromResidual::from_residual","The type of value this generator returns.","The left shift operator <<. Note that because this trait …","The left shift assignment operator <<=.","The right shift operator >>. Note that because this trait …","The right shift assignment operator >>=.","The subtraction operator -.","The subtraction assignment operator -=.","The resulting type after dereferencing.","The ? operator and try {} blocks.","The “return” type of this meta-function.","An infinite endpoint. Indicates that there is no bound in …","Implement FromResidual<Yeet<T>> on your type to enable …","The type of value this generator yields.","The generator suspended with a value.","","","","","","","","","","Performs the + operation.","Performs the += operation.","","","Converts from &mut Bound<T> to Bound<&mut T>.","Converts from &Bound<T> to Bound<&T>.","Performs the & operation.","Performs the &= operation.","Performs the | operation.","Performs the |= operation.","Performs the ^ operation.","Performs the ^= operation.","","","","","","","","","","","","","","","","","","","","","Used in ? to decide whether the operator should produce a …","","Converts the ControlFlow into an Option which is Some if …","Performs the call operation.","Performs the call operation.","Performs the call operation.","","","","","","","","","","","","","","","","","","","","","","","","","","","Map a Bound<&T> to a Bound<T> by cloning the contents of …","","","Returns true if item is contained in the range.","Returns true if item is contained in the range.","Returns true if item is contained in the range.","Returns true if item is contained in the range.","Returns true if item is contained in the range.","Returns true if item is contained in the range.","","","","","","","","","","","","","Converts the ControlFlow into an Option which is Some if …","","","","","Dereferences the value.","","","","","","","","","","","Mutably dereferences the value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs the / operation.","Performs the /= operation.","Executes the destructor for this type.","","","","","","","","","","","Returns the upper bound of the range (inclusive).","The upper bound of the range (exclusive).","The upper bound of the range (exclusive).","","The upper bound of the range (inclusive)","End index bound.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Constructs the type from its Output type.","","Constructs the type from a compatible Residual type.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs the indexing (container[index]) operation.","","","","","","","","","","","","","Performs the mutable indexing (container[index]) operation.","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Destructures the RangeInclusive into (lower bound, upper …","","","","Returns true if this is a Break variant.","Returns true if this is a Continue variant.","Returns true if the range contains no items.","Returns true if the range contains no items.","","","","","","","","","","","","","","","","","","","Maps a Bound<T> to a Bound<U> by applying a function to …","Maps ControlFlow<B, C> to ControlFlow<T, C> by applying a …","Maps ControlFlow<B, C> to ControlFlow<B, T> by applying a …","","","","","Performs the * operation.","Performs the *= operation.","Performs the unary - operation.","Creates a new inclusive range. Equivalent to writing …","","","","","","","","","","","","","","","","","","Performs the unary ! operation.","","","","","","","","","","","","","","","","","Performs the % operation.","Performs the %= operation.","","","","","","","","","","","","","Resumes the execution of this generator.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs the << operation.","Performs the <<= operation.","Performs the >> operation.","Performs the >>= operation.","","","","Returns the lower bound of the range (inclusive).","The lower bound of the range (inclusive).","The lower bound of the range (inclusive).","","Start index bound.","","","","","","","","","","","","","","","Performs the - operation.","Performs the -= operation.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A type storing a usize which is a power of two, and thus …","The metadata for a Dyn = dyn SomeTrait trait object type.","The smallest possible alignment, 1.","The type for metadata in pointers and references to Self.","*mut T but non-zero and covariant.","Provides the pointer metadata type of any pointed-to type.","","","","Gets the “address” portion of the pointer.","Create a const raw pointer to a place, without creating an …","Create a mut raw pointer to a place, without creating an …","Returns the alignment of the type associated with this …","Returns a unique reference to the value. If the value may …","Returns a raw pointer to the slice’s buffer.","Returns a non-null pointer to the slice’s buffer.","Returns the alignment as a NonZeroUsize","Acquires the underlying *mut pointer.","Returns a shared reference to the value. If the value may …","Returns a unique references to the value. In contrast to …","Returns a shared references to the value. In contrast to …","Returns a shared reference to a slice of possibly …","Returns a unique reference to a slice of possibly …","Returns the alignment as a usize","","","","","","","Casts to a pointer of another type.","","","","","","","","","","","","","Copies count * size_of::<T>() bytes from src to dst. The …","Copies count * size_of::<T>() bytes from src to dst. The …","Creates a new NonNull that is dangling, but well-aligned.","","","","","","","","","","","","","Executes the destructor (if any) of the pointed-to value.","Compares raw pointers for equality.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts a &mut T to a NonNull<T>.","Converts a &T to a NonNull<T>.","Returns the argument unchanged.","Returns the argument unchanged.","Convert an address back to a pointer, picking up a …","Convert an address back to a mutable pointer, picking up a …","Convert a mutable reference to a raw pointer.","Forms a (possibly-wide) raw pointer from a data address …","","Performs the same functionality as std::ptr::from_raw_parts…","Performs the same functionality as from_raw_parts, except …","Convert a reference to a raw pointer.","","","","Returns a raw pointer to an element or subslice, without …","Hash a raw pointer.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Creates an invalid pointer with the given address.","Creates an invalid mutable pointer with the given address.","Returns the size and alignment together as a Layout","","","","Returns the length of a non-null raw slice.","Returns the base-2 logarithm of the alignment.","Creates a new pointer by mapping self’s address to a new …","Extract the metadata component of a pointer.","Creates a new NonNull if ptr is non-null.","Creates an Alignment from a usize, or returns None if it’…","Creates a new NonNull.","Creates an Alignment from a power-of-two usize.","Creates a null raw pointer.","Creates a null mutable raw pointer.","Returns the alignment for a type.","","","","","","","","","Reads the value from src without moving it. This leaves the","Reads the value from src without moving it. This leaves the","Performs a volatile read of the value from src without …","Moves src into the pointed dst, returning the previous dst …","Returns the size of the type associated with this vtable.","Forms a raw slice from a pointer and a length.","Creates a non-null raw slice from a thin pointer and a …","Performs the same functionality as slice_from_raw_parts, …","Swaps the values at two mutable locations of the same …","Swaps count * size_of::<T>() bytes between the two regions …","","","","","Decompose a (possibly wide) pointer into its address and …","","","","","","","","","","","","","Creates a new pointer with the given address.","Overwrites a memory location with the given value without …","Sets count * size_of::<T>() bytes of memory starting at dst…","Overwrites a memory location with the given value without …","Performs a volatile write of a memory location with the …","A single-threaded reference-counting pointer. ‘Rc’ …","A uniquely owned Rc","Weak is a version of Rc that holds a non-owning reference …","","","","","Returns a reference to the underlying allocator.","","Provides a raw pointer to the data.","Returns a raw pointer to the object T pointed to by this …","","","Converts to Rc<[T]>.","Converts to Rc<T>.","","","","","","","","Makes a clone of the Rc pointer.","Makes a clone of the Weak pointer that points to the same …","","","Comparison for two Rcs.","","","Decrements the strong reference count on the Rc<T> …","Decrements the strong reference count on the Rc<T> …","Creates a new Rc<T>, with the Default value for T.","Constructs a new Weak<T>, without allocating any memory. …","","","","","","","","","","","","","","","Attempt to downcast the Rc<dyn Any> to a concrete type.","Downcasts the Rc<dyn Any> to a concrete type.","Creates a new Weak pointer to this allocation.","Creates a new weak reference to the UniqueRc","","Drops the Rc.","Drops the Weak pointer.","","","","","","Equality for two Rcs.","","","","","","","","","","Converts a [T; N] into an Rc<[T]>.","Allocate a reference-counted slice and fill it by cloning v…","Converts a PathBuf into an Rc<Path> by moving the PathBuf …","Converts a &CStr into a Rc<CStr>, by copying the contents …","Returns the argument unchanged.","Converts a Path into an Rc by copying the Path data into a …","Create a reference-counted pointer from a clone-on-write …","Allocate a reference-counted string slice and copy v into …","Copies the string into a newly allocated Rc<OsStr>.","Converts an OsString into an Rc<OsStr> by moving the …","Move a boxed object to a new, reference counted, …","","Converts a generic type T into an Rc<T>","Allocate a reference-counted slice and move v’s items …","Converts a CString into an Rc<CStr> by moving the CString …","Allocate a reference-counted string slice and copy v into …","Converts a reference-counted string slice into a byte …","Returns the argument unchanged.","Returns the argument unchanged.","Takes each element in the Iterator and collects it into an …","Constructs an Rc<T> from a raw pointer.","Converts a raw pointer previously created by into_raw back …","Constructs an Rc<T, A> from a raw pointer in the provided …","Converts a raw pointer previously created by into_raw back …","‘Greater than or equal to’ comparison for two Rcs.","","Returns a mutable reference into the given Rc, if there are","Returns a mutable reference into the given Rc, without any …","Greater-than comparison for two Rcs.","","Increments the strong reference count on the Rc<T> …","Increments the strong reference count on the Rc<T> …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Returns the inner value, if the Rc has exactly one strong …","Consumes the Rc, returning the wrapped pointer.","Consumes the Weak<T> and turns it into a raw pointer.","Consumes the Weak<T> and turns it into a raw pointer.","Converts the UniqueRc into a regular Rc","","","","","","","","‘Less than or equal to’ comparison for two Rcs.","Less-than comparison for two Rcs.","Makes a mutable reference into the given Rc.","Inequality for two Rcs.","Constructs a new Rc<T>.","Constructs a new Weak<T>, without allocating any memory. …","Creates a new UniqueRc","Constructs a new Rc<T> while giving you a Weak<T> to the …","Constructs a new Rc in the provided allocator.","Constructs a new Weak<T>, without allocating any memory, …","Constructs a new Rc with uninitialized contents.","Constructs a new Rc with uninitialized contents in the …","Constructs a new reference-counted slice with …","Constructs a new reference-counted slice with …","Constructs a new Rc with uninitialized contents, with the …","Constructs a new Rc with uninitialized contents, with the …","Constructs a new reference-counted slice with …","Constructs a new reference-counted slice with …","Partial comparison for two Rcs.","","","Constructs a new Pin<Rc<T>>. If T does not implement Unpin…","Constructs a new Pin<Rc<T>> in the provided allocator. If T…","","","","","","","Returns true if the two Rcs point to the same allocation …","Returns true if the two Weaks point to the same allocation …","","","","","","","","","","","","","","","","","Gets the number of strong (Rc) pointers to this allocation.","Gets the number of strong (Rc) pointers pointing to this …","","","","","","","","","","","","Constructs a new Rc<T>, returning an error if the …","Constructs a new Rc<T> in the provided allocator, …","Constructs a new Rc with uninitialized contents, returning …","Constructs a new Rc with uninitialized contents, in the …","Constructs a new Rc with uninitialized contents, with the …","Constructs a new Rc with uninitialized contents, with the …","Returns the inner value, if the Rc has exactly one strong …","","","","If we have the only reference to T then unwrap it. …","Attempts to upgrade the Weak pointer to an Rc, delaying …","Gets the number of Weak pointers to this allocation.","Gets the number of Weak pointers pointing to this …","An iterator over a slice in (non-overlapping) chunks (N …","An iterator over a slice in (non-overlapping) mutable …","A windowed iterator over a slice in overlapping chunks (N …","An iterator over a slice in (non-overlapping) chunks (…","An iterator over a slice in (non-overlapping) chunks (…","An iterator over a slice in (non-overlapping) mutable …","An iterator over a slice in (non-overlapping) mutable …","Helper trait for [T]::concat.","An iterator over the escaped version of a byte slice.","An iterator over slice in (non-overlapping) chunks …","An iterator over slice in (non-overlapping) mutable chunks …","Immutable slice iterator","Mutable slice iterator.","Helper trait for [T]::join","The resulting type after concatenation","The resulting type after concatenation","The output type returned by methods.","An iterator over a slice in (non-overlapping) chunks (…","An iterator over a slice in (non-overlapping) chunks (…","An iterator over a slice in (non-overlapping) mutable …","An iterator over a slice in (non-overlapping) mutable …","An iterator over subslices separated by elements that …","An iterator over the subslices of the vector which are …","An iterator over subslices separated by elements that …","An iterator over subslices separated by elements that …","A helper trait used for indexing operations.","An iterator over subslices separated by elements that …","An iterator over subslices separated by elements that …","An iterator over the mutable subslices of the vector which …","An iterator over the mutable subslices of the vector which …","An iterator over subslices separated by elements that …","An iterator over subslices separated by elements that …","An iterator over overlapping subslices of length size.","","","","","","","","","","","","","","","","","","","","","","","","","","Views the underlying data as a mutable subslice of the …","","","Views the underlying data as a subslice of the original …","Views the underlying data as a subslice of the original …","Returns a slice which contains items not yet handled by …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Implementation of [T]::concat","","","","","","","","","","","","","","","Creates an empty slice iterator.","Creates an empty slice iterator.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a reference to T into a slice of length 1 …","Forms a mutable slice from a pointer range.","Forms a slice from a pointer range.","Forms a slice from a pointer and a length.","Performs the same functionality as from_raw_parts, except …","Converts a reference to T into a slice of length 1 …","Returns a shared reference to the output at this location, …","Returns a mutable reference to the output at this …","Returns a shared reference to the output at this location, …","Returns a mutable reference to the output at this …","Returns a shared reference to the output at this location, …","Returns a mutable reference to the output at this …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 remainder of the original slice that is not …","Returns the remainder of the original slice that is not …","Returns the remainder of the original slice that is not …","Views the underlying data as a subslice of the original …","","","","","","","","","","","","","Implementation of [T]::join","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs bounds-checking of a range.","","","","","","","Returns the remainder of the original slice that is not …","Returns the remainder of the original slice that is not …","Returns the remainder of the original slice that is not …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A draining iterator for String.","A possible error value when converting a String from a …","A possible error value when converting a String from a …","A type alias for Infallible.","A UTF-8–encoded, growable string.","A trait for converting a value to a String.","","","","","","","","","Returns a byte slice of this String’s contents.","Returns a slice of u8s bytes that were attempted to …","","","","","","Converts a String into a mutable string slice.","","","Returns a mutable reference to the contents of this String.","","","","","","","Returns the remaining (sub)string of this iterator as a …","","","Extracts a string slice containing the entire String.","","","","","","","","","","","","","Returns this String’s capacity, in bytes.","","Truncates this String, removing all contents.","","","","","","","","","Creates an empty String.","","","","","","","","","","","","","","","","","","Removes the specified range from the string in bulk, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Copies elements from src range to the end of the string.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts a clone-on-write string to an owned instance of …","Allocates an owned String from a single character.","Converts a &String into a String.","Returns the argument unchanged.","","Converts the given boxed str slice to a String. It is …","Converts a &str into a String.","","Converts a &mut str into a String.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Creates a new String from a length, capacity, and pointer.","","Decode a UTF-16–encoded vector v into a String, …","Decode a UTF-16–encoded slice v into a String, replacing …","Converts a vector of bytes to a String.","Converts a slice of bytes to a string, including invalid …","Converts a vector of bytes to a String without checking …","","","","","","","","","","","","","","","","","","","","","","","Inserts a character into this String at a byte position.","Inserts a string slice into this String at a byte position.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Converts this String into a Box<str>.","Converts a String into a byte vector.","Returns the bytes that were attempted to convert to a …","","","","","Decomposes a String into its raw components.","","","","","Returns true if this String has a length of zero, and false…","","","","","","","","","","","Consumes and leaks the String, returning a mutable …","Returns the length of this String, in bytes, not chars or …","","","","Creates a new empty String.","","","","","","","","","","","","","","","","","","Removes the last character from the string buffer and …","Appends the given char to the end of this String.","Appends a given string slice onto the end of this String.","Removes a char from this String at a byte position and …","Remove all matches of pattern pat in the String.","Removes the specified range in the string, and replaces it …","Reserves capacity for at least additional bytes more than …","Reserves the minimum capacity for at least additional …","","","Retains only the characters specified by the predicate.","","","","","","","Shrinks the capacity of this String with a lower bound.","Shrinks the capacity of this String to match its length.","","Splits the string into two at the given byte index.","","","","","","","","","","Converts the given value to a String.","","","","","","Shortens this String to the specified length.","","","","","","","","","","","Tries to reserve capacity for at least additional bytes …","Tries to reserve the minimum capacity for at least …","","","","","Fetch a Utf8Error to get more details about the conversion …","","Creates a new empty String with at least the specified …","","","A thread-safe reference-counting pointer. ‘Arc’ stands …","A barrier enables multiple threads to synchronize the …","A BarrierWaitResult is returned by Barrier::wait() when …","A Condition Variable","Contains the error value","Contains the error value","Exclusive provides only mutable access, also referred to …","A value which is initialized on the first access.","A type alias for the result of a lock method which can be …","A mutual exclusion primitive useful for protecting shared …","An RAII implementation of a “scoped lock” of a mutex. …","Initialization value for static Once values.","Contains the success value","Contains the success value","A synchronization primitive which can be used to run a …","A synchronization primitive which can be written to only …","State yielded to Once::call_once_force()’s closure …","A type of error which can be returned whenever a lock is …","The lock could not be acquired because another thread …","A reader-writer lock","RAII structure used to release the shared read access of a …","RAII structure used to release the exclusive write access …","An enumeration of possible errors associated with a …","A type alias for the result of a nonblocking locking …","A type indicating whether a timed wait on a condition …","Weak is a version of Arc that holds a non-owning reference …","The lock could not be acquired at this time because the …","","","","","","","","Returns a reference to the underlying allocator.","","","","","Provides a raw pointer to the data.","Returns a raw pointer to the object T pointed to by this …","","","Converts to Arc<[T]>.","Converts to Arc<T>.","Atomic types","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs an initialization routine once and only once. The …","","Performs the same function as call_once() except ignores …","","","Clear the poisoned state from a mutex","Clear the poisoned state from a lock","Makes a clone of the Arc pointer.","Makes a clone of the Weak pointer that points to the same …","","","","","","","Comparison for two Arcs.","","","","","","","","Decrements the strong reference count on the Arc<T> …","Decrements the strong reference count on the Arc<T> …","Creates a Condvar which is ready to be waited on and …","Creates a new lazy value using Default as the initializing …","Creates a new Arc<T>, with the Default value for T.","Constructs a new Weak<T>, without allocating memory. …","Creates a Mutex<T>, with the Default value for T.","Creates a new empty cell.","Creates a new RwLock<T>, with the Default value for T.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to downcast the Arc<dyn Any + Send + Sync> to a …","Downcasts the Arc<dyn Any + Send + Sync> to a concrete …","Creates a new Weak pointer to this allocation.","","","","","","","Drops the Arc.","Drops the Weak pointer.","","","","","","","","","","","","","","","","","","","","","Equality for two Arcs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Forces the evaluation of this lazy value and returns a …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an atomically reference-counted string slice into …","Allocate a reference-counted slice and fill it by cloning v…","Converts a PathBuf into an Arc<Path> by moving the PathBuf …","Returns the argument unchanged.","Create an atomically reference-counted pointer from a …","Allocate a reference-counted str and copy v into it.","Allocate a reference-counted str and copy v into it.","Copies the string into a newly allocated Arc<OsStr>.","Move a boxed object to a new, reference-counted allocation.","Converts a [T; N] into an Arc<[T]>.","Converts a CString into an Arc<CStr> by moving the CString …","Converts an OsString into an Arc<OsStr> by moving the …","Converts a &CStr into a Arc<CStr>, by copying the contents …","Allocate a reference-counted slice and move v’s items …","Converts a Path into an Arc by copying the Path data into …","Converts a T into an Arc<T>","","Returns the argument unchanged.","Returns the argument unchanged.","Creates a new mutex in an unlocked state ready for use. …","","Returns the argument unchanged.","Returns the argument unchanged.","Create a new cell with its contents set to value.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Creates a new instance of an RwLock<T> which is unlocked. …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Takes each element in the Iterator and collects it into an …","Build a mutable reference to an Exclusive<T> from a mutable…","Build a pinned mutable reference to an Exclusive<T> from a …","Constructs an Arc<T> from a raw pointer.","Converts a raw pointer previously created by into_raw back …","Constructs an Arc<T, A> from a raw pointer.","Converts a raw pointer previously created by into_raw back …","‘Greater than or equal to’ comparison for two Arcs.","Gets the reference to the underlying value.","","Returns a mutable reference into the given Arc, if there …","Returns a mutable reference to the underlying data.","Gets the mutable reference to the underlying value.","Reaches into this error indicating that a lock is …","Returns a mutable reference to the underlying data.","Get exclusive access to the underlying value.","Returns a mutable reference into the given Arc, without …","Gets the contents of the cell, initializing it with f if …","Gets the contents of the cell, initializing it with f if …","Get pinned exclusive access to the underlying value.","Reaches into this error indicating that a lock is …","Greater-than comparison for two Arcs.","","","Increments the strong reference count on the Arc<T> …","Increments the strong reference count on the Arc<T> …","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 LazyLock returning the stored value.","Returns the inner value, if the Arc has exactly one strong …","Consumes this mutex, returning the underlying data.","Consumes the OnceLock, returning the wrapped value. Returns","Consumes this error indicating that a lock is poisoned, …","Consumes this RwLock, returning the underlying data.","Unwrap the value contained in the Exclusive","Consumes the Arc, returning the wrapped pointer.","Consumes the Weak<T> and turns it into a raw pointer.","","Returns true if some call_once() call has completed …","","Returns true if this thread is the “leader thread” for …","Determines whether the mutex is poisoned.","Returns true if the associated Once was poisoned prior to …","Determines whether the lock is poisoned.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","‘Less than or equal to’ comparison for two Arcs.","Acquires a mutex, blocking the current thread until it is …","","","","","Less-than comparison for two Arcs.","Makes a mutable reference into the given Arc.","Multi-producer, single-consumer FIFO queue communication …","Inequality for two Arcs.","Creates a new barrier that can block a given number of …","Creates a new condition variable which is ready to be …","Creates a new lazy value with the given initializing …","Constructs a new Arc<T>.","Constructs a new Weak<T>, without allocating any memory. …","Creates a new mutex in an unlocked state ready for use.","Creates a new Once value.","Creates a new empty cell.","Creates a PoisonError.","Creates a new instance of an RwLock<T> which is unlocked.","Wrap a value in an Exclusive","Constructs a new Arc<T> while giving you a Weak<T> to the …","Constructs a new Arc<T> in the provided allocator.","Constructs a new Weak<T, A>, without allocating any …","Constructs a new Arc with uninitialized contents.","Constructs a new Arc with uninitialized contents in the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Wakes up all blocked threads on this condvar.","Wakes up one blocked thread on this condvar.","","","","","","Partial comparison for two Arcs.","","Constructs a new Pin<Arc<T>>. If T does not implement Unpin…","Constructs a new Pin<Arc<T, A>> in the provided allocator. …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns true if the two Arcs point to the same allocation …","Returns true if the two Weaks point to the same allocation …","","Locks this RwLock with shared read access, blocking the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Sets the contents of this cell to value.","","","","Gets the number of strong (Arc) pointers to this …","Gets the number of strong (Arc) pointers pointing to this …","Takes the value out of this OnceLock, moving it back to an …","Returns true if the wait was known to have timed out.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to acquire this lock.","Constructs a new Arc<T>, returning an error if allocation …","Constructs a new Arc<T, A> in the provided allocator, …","Constructs a new Arc with uninitialized contents, …","Constructs a new Arc with uninitialized contents, in the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Pin<Arc<T>>, return an error if …","Constructs a new Pin<Arc<T, A>> in the provided allocator, …","Attempts to acquire this RwLock with shared read access.","Returns the inner value, if the Arc has exactly one strong …","Attempts to lock this RwLock with exclusive write access.","","","","","","","","","","","","","","","","","","","Immediately drops the guard, and consequently unlocks the …","If we have the only reference to T then unwrap it. …","Attempts to upgrade the Weak pointer to an Arc, delaying …","","Blocks the current thread until all threads have …","Blocks the current thread until this condition variable …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Blocks the current thread until this condition variable …","Gets the number of Weak pointers to this allocation.","Gets an approximation of the number of Weak pointers …","","Locks this RwLock with exclusive write access, blocking …","","An AtomicBool initialized to false.","An AtomicIsize initialized to 0.","An AtomicUsize initialized to 0.","Has the effects of both Acquire and Release together: For …","When coupled with a load, if the loaded value was written …","A boolean type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","A raw pointer type which can be safely shared between …","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","Atomic memory orderings","No ordering constraints, only atomic operations.","When coupled with a store, all previous operations become …","Like Acquire/Release/AcqRel (for load, store, and …","","Returns a mutable pointer to the underlying bool.","Returns a mutable pointer to the underlying pointer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Stores a value into the bool if the current value is the …","Stores a value into the pointer if the current value is …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the pointer if the current value is …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the pointer if the current value is …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","A compiler memory fence.","Creates an AtomicBool initialized to false.","Creates a null AtomicPtr<T>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An atomic fence.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Logical “and” with a boolean value.","Performs a bitwise “and” operation on the address of …","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Offsets the pointer’s address by adding val bytes, …","Offsets the pointer’s address by subtracting val bytes, …","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Maximum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Minimum with the current value.","Logical “nand” with a boolean value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Logical “not” with a boolean value.","Logical “or” with a boolean value.","Performs a bitwise “or” operation on the address of …","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Offsets the pointer’s address by adding val (in units of …","Offsets the pointer’s address by subtracting val (in …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Logical “xor” with a boolean value.","Performs a bitwise “xor” operation on the address of …","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts a bool into an AtomicBool.","Returns the argument unchanged.","Converts a *mut T into an AtomicPtr<T>.","Returns the argument unchanged.","Converts an i8 into an AtomicI8.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an u8 into an AtomicU8.","Returns the argument unchanged.","Converts an i16 into an AtomicI16.","Converts an u16 into an AtomicU16.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 into an AtomicI32.","Converts an u32 into an AtomicU32.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i64 into an AtomicI64.","Returns the argument unchanged.","Converts an u64 into an AtomicU64.","Returns the argument unchanged.","Converts an isize into an AtomicIsize.","Returns the argument unchanged.","Converts an usize into an AtomicUsize.","Get atomic access to a &mut bool.","Get atomic access to a pointer.","Get atomic access to a &mut i8.","Get atomic access to a &mut u8.","Get atomic access to a &mut i16.","Get atomic access to a &mut u16.","Get atomic access to a &mut i32.","Get atomic access to a &mut u32.","Get atomic access to a &mut i64.","Get atomic access to a &mut u64.","Get atomic access to a &mut isize.","Get atomic access to a &mut usize.","Get atomic access to a &mut [bool] slice.","Get atomic access to a slice of pointers.","Get atomic access to a &mut [i8] slice.","Get atomic access to a &mut [u8] slice.","Get atomic access to a &mut [i16] slice.","Get atomic access to a &mut [u16] slice.","Get atomic access to a &mut [i32] slice.","Get atomic access to a &mut [u32] slice.","Get atomic access to a &mut [i64] slice.","Get atomic access to a &mut [u64] slice.","Get atomic access to a &mut [isize] slice.","Get atomic access to a &mut [usize] slice.","Creates a new AtomicBool from a pointer.","Creates a new AtomicPtr from a pointer.","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","","Returns a mutable reference to the underlying bool.","Returns a mutable reference to the underlying pointer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Get non-atomic access to a &mut [AtomicBool] slice.","Get non-atomic access to a &mut [AtomicPtr] slice.","Get non-atomic access to a &mut [AtomicI8] slice","Get non-atomic access to a &mut [AtomicU8] slice","Get non-atomic access to a &mut [AtomicI16] slice","Get non-atomic access to a &mut [AtomicU16] slice","Get non-atomic access to a &mut [AtomicI32] slice","Get non-atomic access to a &mut [AtomicU32] slice","Get non-atomic access to a &mut [AtomicI64] slice","Get non-atomic access to a &mut [AtomicU64] slice","Get non-atomic access to a &mut [AtomicIsize] slice","Get non-atomic access to a &mut [AtomicUsize] slice","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Loads a value from the bool.","Loads a value from the pointer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","Loads a value from the atomic integer.","","","","","","","","","","","","","Creates a new AtomicBool.","Creates a new AtomicPtr.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new atomic integer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Signals the processor that it is inside a busy-wait …","Stores a value into the bool.","Stores a value into the pointer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","","Stores a value into the bool, returning the previous value.","Stores a value into the pointer, returning the previous …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The channel’s sending half has become disconnected, and …","The channel’s sending half has become disconnected, and …","This sync_channel’s receiving half has disconnected, so …","This channel is currently empty, but the Sender(s) have …","The data could not be sent on the sync_channel because it …","An owning iterator over messages on a Receiver, created by …","An iterator over messages on a Receiver, created by iter.","The receiving half of Rust’s channel (or sync_channel) …","An error returned from the recv function on a Receiver.","This enumeration is the list of possible errors that made …","An error returned from the Sender::send or SyncSender::send","The sending-half of Rust’s asynchronous channel type.","The sending-half of Rust’s synchronous sync_channel type.","This channel is currently empty, but the Sender(s) have …","An iterator that attempts to yield all pending values for …","This enumeration is the list of the possible reasons that …","This enumeration is the list of the possible error …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new asynchronous channel, returning the …","","","","Clone a sender to send to other threads.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","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 a RecvError into a TryRecvError.","Returns the argument unchanged.","Returns the argument unchanged.","Converts a RecvError into a RecvTimeoutError.","Returns the argument unchanged.","Converts a SendError<T> into a TrySendError<T>.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 that will block waiting for messages, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","","","","Attempts to send a value on this channel, returning it …","Sends a value on this synchronous channel.","","","","Creates a new synchronous, bounded channel. All data sent …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator that will attempt to yield all pending …","Attempts to return a pending value on this receiver …","Attempts to send a value on this channel without blocking.","","","","","","","","","","","","The largest value that can be represented by this integer …","The smallest value that can be represented by this integer …","A draining iterator for Vec<T>.","An iterator which uses a closure to determine if an …","An iterator that moves out of a vector.","A splicing iterator for Vec.","A contiguous growable array type, written as Vec<T>, short …","","","","","","","","","","","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Returns a reference to the underlying allocator.","Moves all the elements of other into self, leaving other …","","","","","Returns an unsafe mutable pointer to the vector’s …","Returns the remaining items of this iterator as a mutable …","Extracts a mutable slice of the entire vector.","Returns a raw pointer to the vector’s buffer, or a …","","","","","Returns the remaining items of this iterator as a slice.","Returns the remaining items of this iterator as a slice.","Extracts a slice containing the entire vector.","","","","","","","","","","","","","","","","","","","","","","","","Returns the total number of elements the vector can hold …","","","","","","Clears the vector, removing all values.","","","","","","","","","Removes consecutive repeated elements in the vector …","Removes all but the first of consecutive elements in the …","Removes all but the first of consecutive elements in the …","Creates an empty vec::IntoIter.","Creates an empty Vec<T>.","","","","","","","","","","","","","","","","","","","","","Removes the specified range from the vector in bulk, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Clones and appends all elements in a slice to the Vec.","Copies elements from src range to the end of the vector.","","","","","Creates an iterator which uses a closure to determine if …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Turn a VecDeque<T> into a Vec<T>.","Allocate a Vec<T> and fill it by cloning s’s items.","Converts a CString into a Vec<u8>.","Convert a clone-on-write slice into a vector.","Allocate a Vec<u8> and fill it with a UTF-8 string.","","","Allocate a Vec<T> and move s’s items into it.","","","Converts a BinaryHeap<T> into a Vec<T>.","Returns the argument unchanged.","","Convert a boxed slice into a vector by transferring …","Allocate a Vec<T> and fill it by cloning s’s items.","Allocate a Vec<T> and fill it by cloning s’s items.","Allocate a Vec<T> and fill it by cloning s’s items.","Converts the given String to a vector Vec that holds …","","Returns the argument unchanged.","Returns the argument unchanged.","","","Creates a Vec<T> directly from a pointer, a capacity, and …","Creates a Vec<T, A> directly from a pointer, a capacity, a …","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts an element at position index within the vector, …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Converts the vector into Box<[T]>.","","","","Takes a Vec<[T; N]> and flattens it into a Vec<T>.","","","","Creates a consuming iterator, that is, one that moves each …","","","","Decomposes a Vec<T> into its raw components.","Decomposes a Vec<T> into its raw components.","","","","","Returns true if the vector contains no elements.","","","","","Keep unyielded elements in the source Vec.","","","","","","Consumes and leaks the Vec, returning a mutable reference …","Returns the number of elements in the vector, also …","","","","","","","","Constructs a new, empty Vec<T>.","Constructs a new, empty Vec<T, A>.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Removes the last element from a vector and returns it, or …","","","Appends an element to the back of a collection.","Appends an element if there is sufficient spare capacity, …","","","","","Removes and returns the element at position index within …","","Reserves capacity for at least additional more elements to …","Reserves the minimum capacity for at least additional more …","Resizes the Vec in-place so that len is equal to new_len.","Resizes the Vec in-place so that len is equal to new_len.","","","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate, …","","","","","","","","Forces the length of the vector to new_len.","Shrinks the capacity of the vector with a lower bound.","Shrinks the capacity of the vector as much as possible.","","","","","Returns the remaining spare capacity of the vector as a …","Creates a splicing iterator that replaces the specified …","Returns vector content as a slice of T, along with the …","Splits the collection into two at the given index.","","","","","Removes an element from the vector and returns it.","","","","","","","","Shortens the vector, keeping the first len elements and …","","","","","","","","","","","Tries to reserve capacity for at least additional more …","Tries to reserve the minimum capacity for at least …","","","","","","","","Constructs a new, empty Vec<T> with at least the specified …","Constructs a new, empty Vec<T, A> with at least the …","","","","The resolver for LibCall::CeilF32","ceil.f32","The resolver for LibCall::CeilF64","ceil.f64","The resolver for LibCall::DataDrop","data.drop","The resolver for LibCall::ElemDrop","elem.drop","The resolver for LibCall::FloorF32","floor.f32","The resolver for LibCall::FloorF64","floor.f64","The resolver for LibCall::FuncRef","ref.func","The resolver for LibCall::ImportedMemory32AtomicNotify","memory.atomic.botify for imported memories","The resolver for LibCall::ImportedMemory32AtomicWait32","memory.atomic.wait32 for imported memories","The resolver for LibCall::ImportedMemory32AtomicWait64","memory.atomic.wait64 for imported memories","The resolver for LibCall::ImportedMemory32Copy","memory.copy for imported memories","The resolver for LibCall::ImportedMemory32Fill","memory.fill for imported memories","The resolver for LibCall::ImportedMemory32Size","memory.size for imported functions","The resolver for LibCall::ImportedTableGet","table.get for imported tables","The resolver for LibCall::ImportedTableGrow","table.grow for imported tables","The resolver for LibCall::ImportedTableSet","table.set for imported tables","The resolver for LibCall::ImportedTableSize","table.size for imported tables","The name of a runtime library routine.","The resolver for an archived LibCall","The resolver for LibCall::Memory32AtomicNotify","memory.atomic.notify for local memories","The resolver for LibCall::Memory32AtomicWait32","memory.atomic.wait32 for local memories","The resolver for LibCall::Memory32AtomicWait64","memory.atomic.wait64 for local memories","The resolver for LibCall::Memory32Copy","memory.copy for local memories","The resolver for LibCall::Memory32Fill","memory.fill for local memories","The resolver for LibCall::Memory32Init","memory.init","The resolver for LibCall::Memory32Size","memory.size for local functions","The resolver for LibCall::NearestF32","nearest.f32","The resolver for LibCall::NearestF64","nearest.f64","The resolver for LibCall::Probestack","probe for stack overflow. These are emitted for functions …","The resolver for LibCall::RaiseTrap","A custom trap","The resolver for LibCall::TableCopy","table.copy","The resolver for LibCall::TableFill","table.fill","The resolver for LibCall::TableGet","table.get for local tables","The resolver for LibCall::TableGrow","table.grow for local tables","The resolver for LibCall::TableInit","table.init","The resolver for LibCall::TableSet","table.set for local tables","The resolver for LibCall::TableSize","table.size for local tables","The resolver for LibCall::TruncF32","trunc.f32","The resolver for LibCall::TruncF64","trunc.f64","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Return the function name associated to the libcall.","","","","","","","","","The resolver for MemoryStyle::Dynamic","The actual memory can be resized and moved.","Marker trait for 32-bit memories.","Marker trait for 64-bit memories.","Trait for the Memory32 and Memory64 marker types.","Implementation styles for WebAssembly linear memory.","The resolver for an archived MemoryStyle","Type used to pass this value as an argument or return …","One value used for counting.","Type used to represent an offset into a memory. This is u32…","The resolver for MemoryStyle::Static","Address space is allocated up front.","Zero value used for WasmPtr::is_null.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","True if the memory is 64-bit","","","","","","","Convert a Native to an Offset.","","","Returns the offset-guard size","Convert an Offset to a Native.","","","","","","","","","","","","","","","","","","","","","","","","","","","","The number of mapped and unmapped pages.","Our chosen offset-guard size.","Our chosen offset-guard size.","The resolver for MemoryStyle::Static::bound","The resolver for MemoryStyle::Dynamic::offset_guard_size","The resolver for MemoryStyle::Static::offset_guard_size","Mirror version of ModuleInfo that can derive rkyv traits","The resolver for an archived ArchivableModuleInfo","An archived ArchivableModuleInfo","An archived ImportKey","An archived ModuleId","This iterator allows us to iterate over the exports and …","Hash key of an import","The resolver for an archived ImportKey","This iterator allows us to iterate over the imports and …","","The resolver for an archived ModuleId","A translated WebAssembly module, excluding the function …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the custom sections of the module given a name.","Custom sections in the module.","","The archived counterpart of …","","The data for each CustomSection in the module.","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the exported signatures of the module","Get the export types of the module","Exported entities.","","The archived counterpart of ArchivableModuleInfo::exports","","","The archived counterpart of ImportKey::field","Field name","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a LocalFunctionIndex into a FunctionIndex.","WebAssembly function names.","","The archived counterpart of …","","Get only the functions","Get only the functions","WebAssembly functions (imported and local).","","The archived counterpart of ArchivableModuleInfo::functions","","","","Get the given passive element, if it exists.","Convert a LocalGlobalIndex into a GlobalIndex.","WebAssembly global initializers.","","The archived counterpart of …","","Get only the globals","Get only the globals","WebAssembly global variables (imported and local).","","The archived counterpart of ArchivableModuleInfo::globals","","","","Returns the module hash if available","hash of the module","","The archived counterpart of ArchivableModuleInfo::hash","","","","The archived counterpart of ModuleId::id","","A unique identifier (within this process) for this module.","","The archived counterpart of ImportKey::import_idx","Import index","Get the imported function types of the module.","Get the import types of the module","Imported entities with the (module, field, …","","The archived counterpart of ArchivableModuleInfo::imports","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","Test whether the given function index is for an imported …","Test whether the given global index is for an imported …","Test whether the given memory index is for an imported …","Test whether the given table index is for an imported …","","","","","","","","","","","","","","","","","Convert a FunctionIndex into a LocalFunctionIndex. Returns …","Convert a GlobalIndex into a LocalGlobalIndex. Returns …","Convert a MemoryIndex into a LocalMemoryIndex. Returns …","Convert a TableIndex into a LocalTableIndex. Returns None …","Get only the memories","Get only the memories","WebAssembly linear memories (imported and local).","","The archived counterpart of ArchivableModuleInfo::memories","","Convert a LocalMemoryIndex into a MemoryIndex.","","The archived counterpart of ImportKey::module","Module name","Get the Module name","The name of this wasm module, often found in the wasm file.","","The archived counterpart of ArchivableModuleInfo::name","","Create a new ExportsIterator for a given iterator and size","Create a new ImportsIterator for a given iterator and size","Allocates the module data structures.","","","Number of imported functions in the module.","","The archived counterpart of …","","Number of imported globals in the module.","","The archived counterpart of …","","Number of imported memories in the module.","","The archived counterpart of …","","Number of imported tables in the module.","","The archived counterpart of …","","WebAssembly passive data segments.","","The archived counterpart of …","","WebAssembly passive elements.","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","WebAssembly function signatures.","","The archived counterpart of …","","","","The module “start” function, if present.","","The archived counterpart of …","","Convert a LocalTableIndex into a TableIndex.","WebAssembly table initializers.","","The archived counterpart of …","","Get only the tables","Get only the tables","WebAssembly tables (imported and local).","","The archived counterpart of ArchivableModuleInfo::tables","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An archived ModuleHash","Hashing algorithm to be used for the module info","The hash of a WebAssembly module.","The resolver for an archived ModuleHash","Sha256","The resolver for ModuleHash::Sha256","The archived counterpart of ModuleHash::Sha256","sha256","XXHash","The resolver for ModuleHash::XXHash","The archived counterpart of ModuleHash::XXHash","xxhash","","","Get the raw hash.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","Generate a new [ModuleCache] based on the Sha256 hash of …","Create a new ModuleHash from the raw sha256 hash.","Parse a Sha256 hash from a hex-encoded string.","","","","","","","","","","","","","","","","Generate a new [ModuleCache] based on the XXHash hash of …","Create a new ModuleHash from the raw xxhash hash.","Parse a XXHash hash from a hex-encoded string.","The ABI for this type (i32, i64, f32, f64)","NativeWasmType represents a Wasm type that has a direct …","Type for this NativeWasmType.","Alignment of the metadata.","An archived SerializableCompilation","An archived SerializableModule","Current ABI version. Increment this any time breaking …","Length of the metadata header.","Magic number to identify wasmer metadata.","Metadata header which holds an ABI version and the length …","The compilation related data for a serialized modules","The resolver for an archived SerializableCompilation","Serializable struct that is able to serialize from and to …","The resolver for an archived SerializableModule","","Safety","Deserialize an archived module.","","","","","","","","","","","","","","","","","","","","The archived counterpart of SerializableModule::compilation","The main serializable compilation object","","The archived counterpart of …","Compilation informations","Returns the CPU features for this Artifact","","The archived counterpart of …","CPU Feature flags for this compilation","Create a ModuleInfo for instantiation","","The archived counterpart of …","","","The archived counterpart of …","","Returns data initializers to pass to VMInstance::initialize","","The archived counterpart of …","Datas initializers","","The archived counterpart of SerializableCompilation::debug","","","","","","","","","","","","","","","","","","","","","","","Deserialize a Module from a slice. The slice must have the …","","Deserialize a compilation module from an archive","Deserialize a Module from a slice. The slice must have the …","","","","","","","","","The archived counterpart of …","","Returns the features for this Artifact","","","Returns the argument unchanged.","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 archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart 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).","Convert the header into its bytes representation.","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","Returns the memory styles associated with this Artifact.","Returns the ModuleInfo for instantiation","Creates a new header for metadata of the given length.","Parses the header and returns the length of the metadata …","","","","","","","","","","","","","Serialize a Compilation into bytes The bytes will have the …","Serialize a Module into bytes The bytes will have the …","","","","","","Returns the table plans associated with this Artifact.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Source locations.","Types for traps.","Description of a frame in a backtrace.","","","","","","","","","","","Returns the argument unchanged.","Returns the WebAssembly function index for this frame.","The index of the function in the module","Returns the offset from the original wasm module’s …","The source location of the function","Returns a descriptive name of the function for this frame, …","The function name, if one is available.","","The source location of the instruction","Calls U::from(self).","","Returns the identifer of the module that this frame is for.","The name of the module","Returns the offset within the original wasm module this …","Creates a new FrameInfo, useful for testing.","","","","","","A source location.","The resolver for an archived SourceLoc","","Read the bits of this source location.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Is this the default source location?","","","Create a new source location with the given bits.","","","","","","","","","","","","","","","","","Information about trap.","The resolver for an archived TrapInformation","","","","","","","","","","The offset of the trapping instruction in native code. It …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Code of the trap.","","","","","","","Unique ID to identify a context.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","The resolver for TableStyle::CallerChecksSignature","Signatures are stored in the table and checked in the …","Implementation styles for WebAssembly tables.","The resolver for an archived TableStyle","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","The resolver for TrapCode::BadConversionToInteger","Failed float-to-int conversion.","The resolver for TrapCode::BadSignature","Signature mismatch on indirect call.","Will return the result of the invocation","The resolver for TrapCode::HeapAccessOutOfBounds","A heap_addr instruction detected an out-of-bounds error.","The resolver for TrapCode::HeapMisaligned","A heap_addr instruction was misaligned.","The resolver for TrapCode::IndirectCallToNull","Indirect call to a null table entry.","The resolver for TrapCode::IntegerDivisionByZero","An integer division by zero.","The resolver for TrapCode::IntegerOverflow","An integer arithmetic operation caused an overflow.","Will call the function again","After the stack is unwound via asyncify what should the …","The resolver for TrapCode::StackOverflow","The current stack space was exhausted.","The resolver for TrapCode::TableAccessOutOfBounds","A table_addr instruction detected an out-of-bounds error.","Traps with an error","A trap code describing the reason for a trap.","The resolver for an archived TrapCode","The resolver for TrapCode::UnalignedAtomic","An atomic memory access was attempted with an unaligned …","The resolver for TrapCode::UnreachableCodeReached","Code that was supposed to have been unreachable was …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Gets the message for this trap code","","","","","","","","","","","","","","","","","","","","","An archived FunctionType","An archived MemoryType","An archived TableType","The resolver for Mutability::Const","The global is constant and its value does not change","A descriptor for an exported WebAssembly value.","The resolver for Type::ExternRef","A reference to opaque data in the Wasm instance.","A list of all possible types which can be externally …","The resolver for Type::F32","Floating point 32 bit integer.","The resolver for GlobalInit::F32Const","An f32.const.","The resolver for Type::F64","Floating point 64 bit integer.","The resolver for GlobalInit::F64Const","An f64.const.","The resolver for Type::FuncRef","A reference to a Wasm function.","This external type is the type of a WebAssembly function.","The signature of a function that is either implemented in …","The resolver for an archived FunctionType","The resolver for GlobalInit::GetGlobal","A global.get of another global.","This external type is the type of a WebAssembly global.","Globals are initialized via the const operators or by …","The resolver for an archived GlobalInit","WebAssembly global.","The resolver for an archived GlobalType","The resolver for Type::I32","Signed 32 bit integer.","The resolver for GlobalInit::I32Const","An i32.const.","The resolver for Type::I64","Signed 64 bit integer.","The resolver for GlobalInit::I64Const","An i64.const.","A descriptor for an imported value into a wasm module.","This external type is the type of a WebAssembly memory.","A descriptor for a WebAssembly memory type.","The resolver for an archived MemoryType","Indicator of whether a global is mutable or not","The resolver for an archived Mutability","The resolver for GlobalInit::RefFunc","A ref.func <index>.","The resolver for GlobalInit::RefNullConst","A ref.null.","This external type is the type of a WebAssembly table.","A descriptor for a table in a WebAssembly module.","The resolver for an archived TableType","A list of all possible value types in WebAssembly.","The resolver for an archived Type","The WebAssembly V128 type","The resolver for Type::V128","A 128 bit number.","The resolver for GlobalInit::V128Const","A v128.const.","The resolver for an archived V128","The resolver for Mutability::Var","The value of the global can change over time","","","","","","","","","","","","","Convert the immediate into a slice.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get the bytes corresponding to the V128 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.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Attempt to return the underlying type of this external …","","","","","","","","","","","Attempt to return the underlying type of this external …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 two externs are compatible","","","Returns a boolean indicating if the enum is set to mutable.","Returns true if Type matches any of the numeric types. …","Returns true if Type matches either of the reference types.","","","Iterate over the bytes in the constant.","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of TableType::maximum","The maximum number of elements in the table.","","The archived counterpart of MemoryType::maximum","The maximum number of pages in the memory.","Attempt to return the underlying type of this external …","","The archived counterpart of TableType::minimum","The minimum number of elements in the table.","","The archived counterpart of MemoryType::minimum","The minimum number of pages in the memory.","Returns the module name that this import is expected to …","","","A flag indicating whether the value may change at runtime.","Returns the field name of the module that this import is …","Returns the name by which this export is known by.","","","Creates a new Function Type with the given parameter and …","Create a new Global variable","Creates a new table descriptor which will contain the …","Creates a new descriptor for a WebAssembly memory given …","Creates a new import descriptor which comes from module …","Creates a new export which is exported with the given name …","Parameter types.","","The archived counterpart of FunctionType::params","The parameters of the function","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Return types.","","The archived counterpart of FunctionType::results","The return values of the function","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of MemoryType::shared","Whether the memory may be shared between multiple threads.","Attempt to return the underlying type of this external …","","","","","","","","","","","","","","","","","Convert the immediate into a vector.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the expected type of this import.","Returns the type of this export.","","The type of the value stored in the global.","","The archived counterpart of TableType::ty","The type of data stored in elements of the table.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the underlying descriptor of this ExternType, …","Returns the underlying descriptor of this ExternType, …","Returns the underlying descriptor of this ExternType, …","Returns the underlying descriptor of this ExternType, …","Units of WebAssembly memory in terms of 8-bit bytes.","The only error that can happen when converting Bytes to …","Units of WebAssembly pages (as specified to be 65,536 …","The resolver for an archived Pages","The number of pages we can have before we run out of byte …","The minimum number of pages allowed.","WebAssembly page sizes are fixed to be 64KiB. Note: large …","","","","","","","","","","","","","","","Calculate number of bytes from pages.","","Checked addition. Computes self + rhs, returning None if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Returns the largest value that can be represented by the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Check if the provided bytes are wasm-like","Raw representation of a WebAssembly value.","Trait for a Value type. A Value type is a type that is …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","","","","","","","","","","","","This method is passed a byte slice which contains the byte …","Target specific type for shared signature index.","An index type for builtin functions.","This class computes offsets to fields within VMContext and …","","","","Align an offset used in this module to a specific …","","","","","","","Returns the total number of builtin functions.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns an index for wasm’s data.drop instruction.","Returns an index for wasm’s elem.drop.","Returns an index for wasm’s func.ref instruction.","Returns an index for wasm’s imported memory.grow builtin …","Returns an index for wasm’s imported memory.size builtin …","Returns an index for wasm’s imported memory.atomic.notify…","Returns an index for wasm’s imported memory.atomic.wait32…","Returns an index for wasm’s imported memory.atomic.wait64…","Returns an index for wasm’s memory.copy for imported …","Returns an index for wasm’s memory.fill for imported …","Returns an index for wasm’s table.get instruction for …","Returns an index for wasm’s table.grow instruction for …","Returns an index for wasm’s table.set instruction for …","Returns an index for wasm’s table.size instruction for …","Returns an index for wasm’s memory.grow builtin function.","Returns an index for wasm’s memory.size builtin function.","Returns an index for wasm’s local memory.atomic.notify …","Returns an index for wasm’s local memory.atomic.wait32 …","Returns an index for wasm’s local memory.atomic.wait64 …","Returns an index for wasm’s memory.copy for locally …","Returns an index for wasm’s memory.fill for locally …","Returns an index for wasm’s memory.init instruction.","Returns an index for wasm’s raise_trap instruction.","Returns an index for wasm’s table.copy when both tables …","Returns an index for wasm’s table.fill instruction for …","Returns an index for wasm’s table.get instruction for …","Returns an index for wasm’s table.grow instruction for …","Returns an index for wasm’s table.init.","Returns an index for wasm’s table.set instruction for …","Returns an index for wasm’s table.size instruction for …","Return the index as an u32 number.","Returns index value.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Return a new VMOffsets instance, for a given pointer size.","Constructs TargetSharedSignatureIndex.","Return a new VMOffsets instance, for a given pointer size …","The number of imported functions in the module.","The number of imported globals in the module.","The number of imported memories in the module.","The number of imported tables in the module.","The number of defined globals in the module.","Number of local memories defined in the module","The number of defined memories in the module.","Number of local tables defined in the module","The number of defined tables in the module.","The number of signature declarations in the module.","","","","The size in bytes of a pointer on the target.","","Return the size of VMFuncRef.","Return the size of VMCallerCheckedAnyfunc.","Return the size of the VMContext allocation.","","Return the size of VMDynamicFunctionContext.","The size of the current_elements field.","Return the size of VMFunctionImport.","Return the size of VMGlobalImport.","Return the size of a pointer to a VMGlobalDefinition;","Return the size of VMMemoryDefinition.","The size of the current_length field.","Return the size of VMMemoryImport.","Return the size of VMSharedSignatureIndex.","Return the size of VMTableDefinition.","The size of the current_elements field.","Return the size of VMTableImport.","","","","","","","","","","","","","The offset to the pointer to the anyfunc inside the ref.","The offset of the call_trampoline field.","The offset of the func_ptr field.","The offset of the type_index field.","The offset of the vmctx field.","Return the offset to builtin function in …","The offset of the builtin functions array.","","","The offset of the globals array.","","The offset of the tables array.","","The offset of the globals array.","","The offset of the memories array.","","The offset of the tables array.","","The offset of the memories array.","","The offset of the signature_ids array.","","","","The offset of the tables array.","","","Return the offset to VMFunctionImport index index.","Return the offset to the body field in …","Return the offset to the vmctx field in …","Return the offset to the VMGlobalDefinition index index.","Return the offset to VMGlobalImport index index.","Return the offset to the from field in VMGlobalImport …","Return the offset to VMMemoryDefinition index index.","Return the offset to the base field in VMMemoryDefinition …","Return the offset to the current_length field in …","Return the offset to VMMemoryImport index index.","Return the offset to the from field in VMMemoryImport …","Return the offset to the vmctx field in VMMemoryImport …","Return the offset to VMSharedSignatureIndex index index.","Return the offset to VMTableDefinition index index.","Return the offset to the base field in VMTableDefinition …","Return the offset to the current_elements field in …","Return the offset to VMTableImport index index.","Return the offset to the definition field in VMTableImport …","The offset of the address field.","The offset of the ctx field.","The offset of the body field.","The offset of the handle field.","The offset of the vmctx field.","The offset of the definition field.","The offset of the handle field.","The offset of the base field.","The offset of the current_length field.","The offset of the from field.","The offset of the handle field.","The offset of the base field.","The offset of the current_elements field.","The offset of the definition field.","The offset of the handle field."],"i":[9,10,0,10,496,0,11,3,9,12,11,12,12,3,15,0,0,0,0,0,0,0,0,0,9,9,9,474,474,14,0,11,9,9,0,469,0,444,444,9,11,0,13,0,0,0,0,0,0,0,0,479,0,11,3,0,0,0,0,0,11,444,0,0,0,0,0,0,11,0,445,12,12,444,0,13,11,0,0,11,3,3,0,0,0,477,0,477,481,477,481,0,475,444,444,3,0,11,11,444,477,140,141,484,0,0,0,0,0,0,481,140,141,484,0,0,0,12,12,12,12,12,12,12,12,11,0,474,474,11,12,9,11,477,481,477,481,3,11,0,0,0,0,444,444,444,444,444,444,444,444,444,444,0,474,0,474,474,475,11,12,3,11,0,11,12,14,0,0,0,0,497,9,9,11,12,13,140,141,484,0,444,444,444,444,444,444,444,0,0,0,0,0,0,0,0,9,9,0,0,9,12,12,12,12,12,0,498,0,444,444,11,11,12,3,11,3,9,498,498,0,11,0,0,0,0,0,3,0,9,9,9,0,444,11,444,0,11,481,481,0,0,0,0,0,9,9,3,9,0,0,0,0,0,12,461,458,0,12,12,11,11,0,9,9,9,12,474,445,0,3,0,0,15,140,141,484,474,444,444,444,444,0,444,0,444,444,0,0,0,0,12,475,0,0,0,444,444,11,0,7,7,7,12,12,12,11,474,9,3,11,12,13,474,3,0,477,481,0,0,0,0,479,0,11,0,0,0,496,11,11,11,13,9,9,15,0,0,11,11,15,3,9,9,9,9,461,458,13,498,9,10,3,11,12,13,14,7,15,16,16,3,499,146,142,143,16,7,9,10,3,11,12,13,14,7,15,16,9,10,3,11,12,13,14,7,15,16,129,7,492,9,10,3,11,12,13,14,7,15,16,9,10,3,11,12,13,14,7,15,16,472,0,464,467,464,467,464,467,465,468,453,465,468,453,497,148,145,147,464,467,16,465,468,16,9,10,3,11,12,13,14,7,15,16,9,10,3,11,12,13,14,7,15,16,9,10,3,11,12,13,14,7,15,16,9,10,3,11,12,13,14,7,15,16,465,468,146,9,10,16,0,0,16,9,10,3,11,12,13,14,7,15,16,9,9,9,9,10,10,10,10,3,3,3,3,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,7,7,7,7,15,15,15,15,16,16,16,16,0,129,453,129,492,492,492,0,452,9,9,10,10,3,3,11,11,12,12,13,13,14,7,15,16,16,9,10,3,11,12,13,14,7,15,16,9,10,3,11,12,13,16,470,470,492,465,468,465,468,465,468,470,453,465,468,453,9,10,3,11,12,13,14,7,15,16,453,453,9,10,3,11,12,13,14,7,15,16,453,9,3,11,12,13,16,492,492,492,453,452,453,0,9,10,3,11,12,13,14,7,15,16,0,470,9,10,3,11,12,13,14,7,15,16,9,10,11,12,13,498,9,10,0,455,457,9,10,3,11,12,13,14,7,15,16,466,0,465,468,465,468,0,497,148,145,147,466,485,486,453,0,129,499,142,143,485,486,0,452,487,0,129,470,129,129,480,453,487,488,0,498,453,494,453,494,453,494,453,494,494,494,494,494,499,146,142,143,498,16,454,453,453,9,10,3,11,12,13,14,7,15,16,494,9,10,16,129,129,454,0,486,453,129,455,457,494,0,453,0,0,146,453,453,129,129,9,10,3,11,12,13,14,7,15,16,9,10,3,11,12,13,16,472,0,9,10,3,11,12,13,14,7,15,16,9,10,3,11,12,13,14,7,15,16,480,485,487,488,9,10,3,11,12,13,14,7,15,16,0,492,492,492,0,16,0,0,16,466,494,494,494,494,494,494,494,494,494,494,494,494,494,0,500,501,502,501,503,503,503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,42,504,40,42,504,40,42,505,38,41,504,40,42,505,38,41,504,40,42,38,40,41,42,41,42,505,38,41,505,38,41,42,505,38,41,504,40,42,505,38,41,504,40,42,505,38,41,41,504,40,42,42,505,38,41,504,40,42,504,40,42,41,42,41,41,41,41,42,42,42,42,38,41,40,42,505,38,41,504,40,42,505,38,41,504,40,42,504,40,42,505,38,41,504,40,42,505,38,41,504,40,42,505,38,41,504,40,42,41,42,41,42,41,41,42,42,41,42,41,42,505,38,41,504,40,42,41,42,505,38,41,504,40,42,505,38,41,504,40,42,505,38,41,504,40,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,506,52,48,53,51,507,49,52,506,47,48,508,47,48,509,50,53,507,49,52,508,47,48,509,50,53,510,51,54,507,49,52,508,47,48,509,50,53,510,51,54,49,47,50,51,52,48,53,51,52,48,53,51,54,54,52,507,49,52,508,47,48,509,50,53,510,51,54,507,49,52,508,47,48,509,50,53,510,51,54,507,49,52,52,508,47,48,48,509,50,53,53,510,51,51,54,54,507,49,52,508,47,48,509,50,53,510,51,54,54,510,51,511,512,52,48,53,51,54,52,52,52,52,48,48,48,48,53,53,53,53,51,51,51,51,54,54,54,54,49,52,47,48,50,53,51,54,509,50,53,507,49,52,508,47,48,509,50,53,510,51,54,54,54,507,49,52,508,47,48,509,50,53,510,51,54,507,49,52,508,47,48,509,50,53,510,51,54,507,49,52,508,47,48,509,50,53,510,51,54,51,507,49,52,508,47,48,509,50,53,510,51,54,509,50,53,52,48,53,51,52,48,53,51,52,52,48,48,53,53,51,51,54,52,48,53,51,52,48,53,51,52,48,53,51,507,49,52,507,49,52,508,47,48,509,50,53,510,51,54,507,49,52,508,47,48,509,50,53,510,51,54,507,49,52,508,47,48,509,50,53,510,51,54,511,512,506,47,48,508,47,48,0,0,0,57,513,56,57,513,56,57,56,57,57,513,56,57,513,56,57,513,56,57,57,513,56,57,57,57,57,57,57,513,56,57,56,57,513,56,57,513,56,57,513,56,57,513,56,57,513,56,57,513,56,57,513,56,57,57,57,57,57,57,57,513,56,57,57,513,56,57,513,56,57,513,56,57,514,61,514,61,0,514,61,514,61,514,61,514,61,514,61,514,61,515,63,514,61,515,63,515,63,0,0,0,0,0,0,0,0,514,61,514,61,514,61,514,61,514,61,514,61,514,61,514,61,61,60,63,516,59,60,517,59,60,514,61,517,59,60,515,63,514,61,517,59,60,515,63,61,59,63,61,60,63,61,60,63,514,61,517,59,60,515,63,514,61,517,59,60,515,63,514,61,61,517,59,60,60,515,63,63,514,61,517,59,60,515,63,518,61,60,63,61,61,61,61,60,60,60,60,63,63,63,63,61,61,59,60,63,516,514,61,517,59,60,515,63,514,61,517,59,60,515,63,514,61,517,59,60,515,63,516,59,60,517,59,60,514,61,517,59,60,515,63,516,59,60,517,59,60,514,61,517,59,60,515,63,516,59,60,517,59,60,61,60,63,61,60,63,61,61,60,60,63,63,61,60,63,61,60,63,61,60,63,61,514,61,517,59,60,515,63,514,61,517,59,60,515,63,514,61,517,59,60,515,63,518,0,0,0,0,0,0,0,519,70,519,70,520,0,0,0,0,55,70,68,65,65,65,55,521,55,519,70,522,67,68,523,71,65,521,55,519,70,522,67,68,523,71,65,520,67,68,522,67,68,55,70,67,71,55,70,68,65,55,70,68,65,55,55,55,65,521,55,519,70,522,67,68,523,71,65,521,55,519,70,522,67,68,523,71,65,521,55,55,519,70,70,522,67,68,68,523,71,65,65,521,55,519,70,522,67,68,523,71,65,55,70,68,65,55,55,55,55,70,70,70,70,68,68,68,68,65,65,65,65,55,70,67,68,71,65,521,55,519,70,522,67,68,523,71,65,55,55,55,55,521,55,519,70,522,67,68,523,71,65,521,55,519,70,522,67,68,523,71,65,71,65,55,521,55,519,70,522,67,68,523,71,65,71,65,55,65,55,521,55,519,70,522,67,68,523,71,65,520,67,68,522,67,68,520,67,68,522,67,68,55,55,70,68,65,55,70,68,65,55,55,70,70,68,68,65,65,55,70,68,65,55,70,68,65,55,70,68,65,521,55,519,70,522,67,68,523,71,65,521,55,519,70,522,67,68,523,71,65,521,55,519,70,522,67,68,523,71,65,0,524,76,524,76,524,76,524,76,0,0,0,524,76,0,0,0,76,77,77,78,524,76,525,74,77,78,524,76,525,74,77,74,76,76,76,76,525,74,77,525,74,77,525,74,77,78,524,76,525,74,77,78,524,76,525,74,77,78,524,76,76,525,74,77,77,77,77,77,78,524,76,525,74,77,76,76,76,76,76,76,74,77,78,524,76,525,74,77,525,74,77,76,77,76,78,524,76,525,74,77,78,524,76,525,74,77,78,524,76,525,74,77,526,78,76,78,524,76,525,74,77,78,525,74,77,76,77,76,77,76,76,77,77,77,76,77,76,77,77,526,78,76,78,524,76,525,74,77,78,524,76,525,74,77,78,524,76,525,74,77,80,80,80,80,80,9,10,0,10,11,3,9,12,11,12,12,3,15,0,9,9,9,80,80,14,0,11,9,9,0,9,11,13,0,11,3,11,11,12,12,13,11,0,0,11,3,3,3,11,11,12,12,12,12,12,12,12,12,11,11,12,9,11,3,11,11,12,3,11,80,11,12,14,9,9,11,12,13,9,9,9,12,12,12,12,12,80,11,11,12,3,11,3,9,11,0,80,3,0,9,9,9,11,11,9,9,3,9,80,80,80,80,80,12,12,12,11,11,9,9,9,12,3,15,0,12,0,11,7,7,7,12,12,12,11,9,3,11,12,13,3,0,11,11,11,11,13,9,9,15,11,11,15,3,9,9,9,9,13,80,83,16,16,80,80,80,80,83,80,83,80,83,80,83,83,83,83,80,83,80,83,80,83,80,83,80,80,16,80,80,83,80,80,80,80,83,83,83,83,80,83,80,80,83,80,80,83,80,83,80,83,80,83,83,80,83,83,80,16,80,83,80,80,80,83,80,83,83,80,83,80,83,80,83,16,503,503,503,0,0,0,0,0,527,84,85,86,527,84,85,86,85,86,527,84,85,86,527,84,85,86,84,85,86,85,86,527,84,85,86,527,84,85,86,527,84,85,85,86,527,84,85,86,85,86,85,85,85,85,86,86,86,86,84,85,86,527,84,85,86,528,84,85,527,84,85,86,527,84,85,86,527,84,85,86,527,84,85,86,85,85,85,85,85,85,85,86,527,84,85,86,527,84,85,86,527,84,85,86,0,0,0,0,0,0,0,0,0,116,87,111,112,116,0,91,92,88,0,0,88,0,93,0,93,0,91,92,93,87,111,112,116,0,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,0,0,0,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,91,92,97,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,0,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,103,102,102,102,102,102,103,102,102,102,102,102,102,102,0,0,0,112,529,111,112,529,111,112,111,112,112,112,112,529,111,112,529,111,112,529,111,112,112,529,111,112,529,111,112,112,112,112,112,112,111,112,529,111,112,112,111,112,112,112,112,111,112,112,529,111,112,529,111,112,112,112,112,112,112,112,111,112,112,112,112,529,111,112,112,112,112,529,111,112,112,112,112,112,112,112,112,112,112,112,112,529,111,112,529,111,112,529,111,112,529,111,112,111,112,112,112,0,0,0,116,530,117,116,530,117,116,116,117,116,116,116,116,530,117,116,530,117,116,530,117,116,530,117,116,116,530,117,116,530,117,116,116,116,116,116,116,117,116,530,117,116,117,116,116,116,530,117,116,530,117,116,116,117,116,116,116,530,117,116,116,530,117,116,116,116,116,116,116,116,116,116,530,117,116,530,117,116,530,117,116,530,117,116,117,116,116,116,116,121,124,0,75,75,121,123,0,531,79,75,121,126,126,0,75,122,75,121,126,79,75,121,0,122,121,126,0,121,127,531,0,0,121,124,0,122,126,124,121,124,124,124,0,0,121,122,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,121,122,121,122,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,121,121,121,121,121,79,79,75,75,121,121,122,122,123,123,124,124,125,125,126,126,127,127,79,79,75,75,75,121,122,123,124,124,125,126,126,127,121,121,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,125,125,125,79,75,121,122,123,124,125,126,127,79,75,121,122,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,79,75,121,122,123,124,125,126,127,532,532,533,533,534,535,535,536,534,537,538,538,0,0,129,539,129,539,129,129,539,129,129,129,129,129,539,129,539,129,539,129,129,539,129,129,129,129,129,129,539,129,539,129,129,539,129,539,129,539,129,539,129,129,539,129,129,539,129,129,539,129,129,539,129,129,539,129,129,539,129,539,129,129,129,129,129,129,129,129,539,129,129,539,129,129,539,129,129,539,129,539,129,539,129,0,0,0,0,0,0,0,0,540,140,541,141,0,0,540,140,541,141,0,0,0,0,0,0,0,0,0,0,540,140,541,141,0,0,0,0,540,140,541,141,0,0,130,131,132,133,134,135,5,34,136,137,138,139,140,141,130,131,132,133,134,135,5,34,136,137,138,139,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,130,133,134,135,5,34,136,137,138,139,140,141,130,131,132,133,134,135,5,34,136,137,138,139,140,141,130,131,132,133,134,135,5,34,136,137,138,139,140,141,130,131,132,133,134,135,5,34,136,137,138,139,140,141,130,131,132,133,134,135,5,34,136,137,138,139,140,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,542,130,130,131,131,132,132,543,133,133,544,134,134,545,135,135,546,5,5,547,34,34,548,136,136,549,137,137,550,138,138,551,139,139,540,140,140,541,141,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,130,131,132,133,134,135,5,34,136,137,138,139,140,141,130,130,130,130,131,131,131,131,132,132,132,132,133,133,133,133,134,134,134,134,135,135,135,135,5,5,5,5,34,34,34,34,136,136,136,136,137,137,137,137,138,138,138,138,139,139,139,139,140,140,140,140,141,141,141,141,130,131,132,133,134,135,5,34,136,137,138,139,140,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,130,131,132,133,134,135,5,34,136,137,138,139,130,131,132,133,134,135,5,34,136,137,138,139,140,141,130,131,132,133,134,135,5,34,136,137,138,139,140,141,130,131,132,133,134,135,5,34,136,137,138,139,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,130,131,132,133,134,135,5,34,136,137,138,139,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,130,131,132,133,134,135,5,34,136,137,138,139,130,131,132,133,134,135,5,34,136,137,138,139,140,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,130,131,132,133,134,135,5,34,136,137,138,139,130,133,134,135,5,34,136,137,138,139,140,141,130,133,134,135,5,34,136,137,138,139,140,141,130,130,131,132,133,133,134,134,135,135,5,5,34,34,136,136,137,137,138,138,139,139,140,140,141,141,130,133,134,135,5,34,136,137,138,139,140,141,130,133,134,135,5,34,136,137,138,139,140,141,130,131,132,133,134,135,5,34,136,137,138,139,140,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,542,130,131,132,543,133,544,134,545,135,546,5,547,34,548,136,549,137,550,138,551,139,540,140,541,141,0,0,0,0,0,0,0,0,497,0,0,0,0,146,143,147,499,142,143,552,144,146,553,142,143,552,144,146,553,142,143,148,554,145,147,552,144,146,553,142,143,148,554,145,147,144,142,145,146,143,147,146,143,147,497,145,147,148,554,145,147,552,144,146,553,142,143,148,554,145,147,552,144,146,553,142,143,148,554,145,147,552,144,146,146,553,142,143,143,148,148,554,145,147,147,552,144,146,553,142,143,148,554,145,147,552,144,146,146,143,147,146,146,146,146,143,143,143,143,147,147,147,147,144,146,142,143,148,145,147,552,144,146,553,142,143,148,554,145,147,146,146,552,144,146,553,142,143,148,554,145,147,552,144,146,553,142,143,148,554,145,147,552,144,146,553,142,143,148,554,145,147,497,145,147,148,554,145,147,499,142,143,553,142,143,147,499,142,143,552,144,146,553,142,143,552,144,146,553,142,143,148,554,145,147,146,143,147,146,143,147,146,146,143,143,148,147,147,146,143,147,146,143,147,552,144,146,146,143,147,552,144,146,553,142,143,148,554,145,147,552,144,146,553,142,143,148,554,145,147,552,144,146,553,142,143,148,554,145,147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,36,36,36,36,36,36,36,36,36,149,149,149,149,149,149,149,149,149,149,149,149,36,36,36,36,36,36,149,149,149,36,36,36,36,36,36,149,149,149,36,36,36,36,36,36,36,36,149,36,0,0,0,0,30,0,30,154,0,30,30,30,30,30,30,30,30,30,30,30,30,30,555,30,30,556,30,30,30,154,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,154,30,30,30,30,30,30,30,30,0,0,174,193,174,174,174,193,174,174,174,174,174,174,174,193,174,174,193,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,193,193,174,174,193,193,174,174,174,193,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,193,193,174,174,174,174,174,174,174,174,174,174,174,174,174,174,193,193,174,174,174,193,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,193,174,193,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,193,174,174,174,174,174,174,174,193,174,174,174,174,174,174,193,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,193,174,174,174,193,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,193,174,174,174,174,174,174,174,193,174,193,174,174,174,193,174,174,174,174,174,174,174,174,174,193,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,174,0,0,0,0,0,0,0,0,0,0,244,240,241,240,248,249,240,241,240,245,244,240,241,241,248,249,242,243,246,247,241,242,243,245,244,240,241,241,248,249,242,243,246,247,244,240,241,242,241,244,240,241,240,241,240,241,245,244,240,241,246,247,245,245,244,240,241,248,249,242,242,243,243,246,247,245,244,240,241,248,249,242,243,243,246,247,248,249,245,244,240,240,241,241,248,249,242,243,246,247,245,244,240,241,248,249,242,243,246,247,244,240,241,244,244,244,244,240,240,240,240,241,241,241,241,242,243,245,244,240,241,248,248,249,249,242,242,243,243,246,247,245,245,244,244,244,240,240,240,241,241,241,248,249,242,243,246,246,246,247,247,247,240,246,240,241,244,240,246,247,244,240,241,246,247,244,244,240,241,245,244,240,241,248,249,242,243,246,247,244,245,244,240,241,248,249,242,243,246,247,245,244,240,241,246,247,240,241,240,241,245,244,240,241,248,249,242,243,246,247,240,241,242,243,240,241,242,243,242,243,243,245,244,240,241,246,247,240,241,245,244,240,241,248,249,242,243,246,247,246,247,240,241,241,240,241,240,241,240,241,244,240,242,243,245,240,241,244,240,241,244,240,241,248,249,242,243,241,241,241,245,244,240,241,248,249,242,243,246,247,245,244,240,241,248,249,242,243,246,247,245,244,240,241,248,249,242,243,246,247,241,240,240,241,242,243,246,247,0,0,72,72,72,0,0,0,0,0,0,0,0,72,250,72,250,72,250,104,72,250,250,72,250,104,72,250,72,250,72,72,72,72,250,72,250,72,250,72,250,250,72,250,106,72,250,72,72,72,72,250,250,250,250,72,250,72,250,109,250,72,250,109,250,72,250,72,250,72,250,72,72,72,72,72,72,250,250,72,250,109,250,109,250,0,104,0,0,0,104,0,0,0,0,0,106,109,72,250,72,250,72,250,250,250,72,72,72,250,72,250,72,250,72,250,0,0,557,558,0,0,0,0,0,0,252,252,559,31,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,560,252,252,252,252,252,0,252,82,252,252,252,252,252,252,252,558,252,557,252,252,0,0,0,254,0,0,0,0,0,0,0,0,44,0,0,254,0,0,0,44,0,0,254,0,0,0,254,24,236,23,23,23,236,24,236,258,259,257,255,256,23,254,24,236,258,259,257,255,256,23,254,24,236,23,254,24,236,254,24,236,24,23,24,24,23,23,23,23,23,24,258,259,257,255,256,23,254,24,236,258,259,257,255,256,23,254,24,236,24,258,259,257,255,256,23,254,24,236,258,259,257,255,256,23,254,24,236,259,257,255,256,257,255,256,254,24,254,254,254,254,24,24,24,24,258,259,259,23,23,258,259,257,255,256,258,23,23,90,164,561,562,563,564,565,566,567,254,24,24,236,236,258,259,256,236,0,258,259,257,255,256,23,254,24,236,24,258,256,256,24,258,259,257,255,256,23,254,24,236,257,255,258,259,257,255,256,23,254,24,236,236,236,256,258,259,257,255,256,23,254,24,236,23,23,24,236,258,259,257,255,256,23,254,24,236,23,23,258,259,256,236,236,236,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,256,254,24,236,24,236,258,259,257,255,256,23,254,24,236,258,259,257,255,256,23,254,24,236,258,259,257,255,256,23,254,24,236,256,23,23,0,262,23,262,23,23,262,23,23,0,0,0,0,0,28,0,263,264,263,264,263,264,28,263,263,264,263,264,263,264,263,264,263,264,263,264,263,264,263,263,263,263,263,29,264,263,264,263,264,26,28,26,263,264,263,264,263,264,264,264,263,264,263,264,263,264,263,264,263,264,29,264,29,29,29,29,29,29,29,29,264,29,29,29,29,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,114,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,267,278,279,280,277,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,269,294,294,265,267,213,268,269,270,271,272,273,274,275,265,267,210,268,269,270,276,271,272,273,274,275,210,210,210,269,294,313,313,313,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,210,210,265,267,278,279,280,268,269,281,270,276,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,295,296,297,275,298,299,265,267,278,279,280,277,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,265,267,278,279,280,277,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,210,210,210,210,210,210,265,267,210,277,269,270,271,282,284,289,273,275,271,210,267,280,269,281,270,271,284,272,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,275,0,210,210,210,300,300,300,279,283,285,287,290,210,210,210,269,284,272,210,292,291,293,210,210,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,265,267,278,210,277,268,269,281,270,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,210,274,313,313,313,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,0,0,157,210,210,297,210,294,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,265,267,279,296,210,210,210,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,114,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,277,208,277,281,270,271,284,285,287,272,210,210,210,210,281,270,278,277,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,265,267,210,269,270,284,289,273,275,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,210,280,208,277,281,270,271,284,285,287,272,296,297,294,210,210,210,210,210,210,210,210,210,210,273,274,210,278,286,210,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,299,213,265,267,280,277,268,269,281,270,271,282,283,284,285,287,289,272,273,292,274,294,296,297,275,210,270,282,283,289,289,265,267,278,279,280,268,269,281,270,276,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,295,296,297,275,298,299,265,267,278,279,280,268,269,281,270,276,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,295,296,297,275,298,299,265,267,278,279,280,268,269,281,270,276,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,295,296,297,275,298,299,265,267,278,279,280,268,269,281,270,276,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,295,296,297,275,298,299,210,268,269,270,271,284,289,272,273,292,274,294,275,213,268,269,271,284,272,273,292,274,275,0,0,276,210,210,210,210,289,289,210,289,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,210,282,288,291,293,303,210,210,277,0,0,298,210,213,269,284,272,265,267,213,277,268,269,281,270,271,282,283,284,285,287,289,272,273,292,274,210,210,278,286,265,267,278,279,280,210,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,296,297,275,298,299,210,210,290,292,210,313,265,267,278,279,280,268,269,281,270,276,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,295,296,297,275,298,299,299,0,304,210,210,210,265,267,278,279,280,277,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,210,210,265,267,210,277,268,269,281,270,276,271,282,283,284,285,287,288,289,272,290,273,291,292,274,293,298,210,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,210,265,267,213,277,268,269,281,270,271,282,283,284,285,287,289,272,273,292,274,265,267,278,279,280,277,268,269,281,270,276,271,282,283,284,285,286,287,288,289,272,290,273,291,292,274,293,294,295,296,297,275,298,299,210,0,210,0,0,0,0,0,568,0,0,0,0,0,0,0,0,0,0,0,0,0,306,307,569,306,307,306,307,306,307,306,307,306,307,306,307,306,307,306,307,306,307,306,307,306,306,306,306,307,307,306,307,306,307,306,306,306,306,307,307,307,307,306,307,306,307,306,307,306,307,306,307,306,307,306,306,306,307,306,307,306,307,306,307,306,307,306,306,306,306,307,306,307,306,307,306,307,306,307,306,307,306,307,306,308,0,0,0,308,0,0,308,308,308,311,309,37,308,308,0,0,0,308,308,37,37,37,37,37,37,37,37,37,37,311,309,37,308,311,309,37,308,308,309,311,309,37,308,311,309,37,308,309,309,0,309,311,309,309,37,308,311,309,309,37,308,311,309,309,37,308,0,0,311,309,309,37,308,311,309,308,311,311,311,311,309,309,309,309,308,308,308,308,311,309,37,308,0,0,311,309,37,308,311,309,311,309,311,309,37,308,311,309,37,308,309,311,309,37,308,308,0,0,0,309,37,0,309,311,309,37,308,0,309,309,308,309,309,309,0,0,0,37,37,37,37,37,37,308,0,0,309,311,309,37,308,0,0,37,311,309,37,308,311,309,37,308,311,309,37,308,37,37,37,0,308,309,37,0,37,37,37,0,37,0,0,0,0,0,0,0,0,0,315,0,226,315,0,0,0,0,0,0,0,314,0,0,0,0,0,0,314,0,0,0,0,0,0,0,570,571,572,573,574,575,576,577,578,579,580,581,108,582,305,0,0,0,0,0,0,0,0,0,0,305,227,0,0,0,0,0,0,583,0,584,314,0,227,226,315,226,316,312,317,318,320,319,314,570,585,312,312,314,314,577,586,578,587,579,588,315,226,316,312,317,318,320,319,314,325,315,226,316,312,317,318,320,319,314,325,305,315,315,182,183,108,316,312,317,318,319,312,317,320,315,226,316,312,317,318,320,319,314,315,226,316,312,317,318,320,319,314,314,226,226,361,312,317,318,320,319,316,316,312,312,317,317,318,318,320,320,319,319,315,312,320,316,312,583,315,226,316,312,317,318,320,319,314,325,589,315,226,316,312,317,318,320,319,314,325,315,226,316,316,312,312,312,317,317,317,318,318,318,320,320,320,319,319,314,314,325,573,590,591,315,226,316,312,317,318,320,319,314,325,320,312,318,320,319,361,316,312,312,317,317,318,318,320,320,319,319,315,226,316,312,312,312,317,318,320,319,314,315,315,315,315,226,226,226,226,316,316,316,316,312,312,312,312,317,317,317,317,318,318,318,318,320,320,320,320,319,319,319,319,314,314,314,314,320,315,226,316,312,317,318,320,319,314,325,320,315,226,316,312,312,312,317,318,320,319,314,325,305,315,592,315,316,316,312,312,317,317,318,318,320,320,319,319,315,226,316,312,317,318,320,319,314,316,316,312,312,317,317,318,318,320,320,319,319,316,316,312,312,317,317,318,318,320,320,319,319,316,316,312,312,317,317,318,318,320,320,319,319,315,226,316,312,317,318,320,319,314,582,316,316,312,312,317,317,318,318,320,320,319,319,593,316,316,312,312,317,317,318,318,320,320,319,319,315,226,316,312,317,318,320,319,314,325,315,226,316,312,317,318,320,319,314,325,320,312,317,320,315,315,312,320,320,312,320,312,320,314,312,320,315,226,316,312,317,318,320,319,314,325,314,315,315,312,320,312,320,572,594,575,320,312,317,320,312,320,312,317,320,312,317,320,312,317,320,312,317,320,576,312,317,320,312,320,226,315,226,316,312,317,318,320,319,314,325,574,595,316,312,317,318,320,319,316,312,317,318,320,319,227,320,312,320,314,312,320,314,316,312,312,317,317,318,318,320,320,319,314,316,312,317,318,320,319,316,312,317,318,320,319,580,596,581,597,312,317,320,320,312,317,320,361,316,312,312,317,317,318,318,320,320,319,319,312,317,320,571,598,315,226,316,312,317,318,320,319,314,320,315,226,316,312,317,318,320,319,314,325,315,226,316,312,317,318,320,319,314,325,320,315,226,316,312,317,318,320,319,314,325,0,0,328,599,0,0,327,326,328,326,0,0,327,326,326,326,328,326,326,326,326,326,326,328,327,326,328,327,326,328,326,327,326,328,327,326,328,327,326,328,327,326,328,0,0,326,327,326,328,327,326,328,327,326,328,327,326,328,0,0,327,326,328,327,327,327,327,326,326,326,326,328,328,328,328,327,326,326,328,327,326,326,326,328,0,0,0,0,326,326,0,0,327,326,328,326,0,327,326,328,327,326,328,327,326,328,0,0,327,327,326,328,326,328,326,0,326,328,326,328,0,0,328,327,326,328,327,326,327,326,328,0,0,0,0,327,0,326,0,0,0,327,326,328,326,326,327,326,328,328,328,327,326,328,327,326,328,327,326,0,0,0,0,0,0,0,331,332,331,332,331,331,331,332,331,331,331,331,331,331,332,333,331,332,333,331,332,331,332,331,331,331,331,331,331,332,331,331,332,333,333,331,332,333,333,331,331,332,332,333,331,331,331,333,331,331,332,332,333,333,331,331,331,331,331,331,331,331,331,331,332,333,331,331,331,331,331,331,331,331,331,331,331,331,331,331,331,331,331,332,333,331,331,332,331,332,331,331,331,331,331,331,331,331,331,332,333,331,332,333,331,331,332,332,333,331,332,331,332,331,332,333,331,331,331,331,331,332,333,331,331,332,331,331,331,331,331,331,331,331,331,331,333,331,331,331,332,333,331,332,333,331,332,331,332,331,332,331,332,331,332,331,331,332,332,331,332,331,332,331,332,331,332,331,331,331,331,332,333,331,332,333,331,331,331,331,331,331,331,331,332,333,331,332,331,332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,601,330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,336,337,338,339,340,341,342,343,344,345,346,94,95,347,348,350,94,95,94,95,94,95,94,95,95,94,95,94,95,336,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,341,347,342,348,345,350,346,351,94,336,337,338,339,340,341,342,343,344,345,346,94,336,337,338,339,340,341,342,343,344,345,346,600,94,95,340,341,347,342,348,343,344,349,345,350,346,351,94,95,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,94,95,94,95,94,95,94,95,336,337,352,353,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,339,94,95,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,0,0,0,0,0,0,330,330,330,330,330,330,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,338,354,355,356,357,358,339,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,348,349,351,95,94,95,342,348,343,344,349,346,351,94,344,349,601,94,95,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,343,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,338,354,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,340,341,347,342,348,343,344,349,345,350,346,351,94,95,340,341,347,342,348,343,344,349,345,350,346,351,343,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,359,360,94,95,0,342,348,344,349,346,351,342,344,346,94,95,340,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,359,360,343,94,336,337,338,339,340,341,342,343,344,345,346,339,339,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,94,95,336,337,352,353,338,354,355,356,357,358,359,360,339,340,341,347,342,348,343,344,349,345,350,346,351,336,337,352,353,340,341,347,342,348,345,350,346,351,0,0,0,0,0,0,35,362,35,35,35,35,35,35,35,362,35,35,362,364,35,35,35,35,35,363,363,35,35,35,35,363,35,35,35,363,35,35,35,362,364,363,35,35,362,364,362,35,363,35,35,362,35,35,362,35,35,35,35,363,35,35,362,364,363,35,35,362,364,362,364,363,35,35,362,364,35,363,363,35,362,364,363,35,363,35,363,35,35,35,35,35,35,35,35,35,35,35,362,35,35,35,35,362,362,362,362,362,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,363,35,35,362,362,364,364,363,35,35,35,35,35,35,35,35,35,362,364,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,363,35,362,364,35,35,35,35,35,35,363,35,362,364,35,35,362,35,35,35,363,35,35,35,35,35,35,35,35,35,363,35,363,363,35,362,364,35,35,35,35,35,35,363,363,363,363,363,363,35,35,35,35,35,35,35,363,35,362,364,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,363,35,363,363,363,35,35,35,362,35,35,602,35,362,364,35,35,35,363,35,35,35,362,364,363,35,362,364,35,35,363,35,362,364,362,35,35,35,35,0,0,0,0,603,604,0,0,0,0,0,0,603,604,0,0,0,0,381,0,0,0,0,0,0,0,381,377,378,384,385,384,377,378,377,377,391,381,377,377,378,377,377,377,377,0,393,394,386,387,377,377,378,382,380,395,384,391,381,383,385,388,389,390,379,393,394,386,387,377,378,382,380,395,384,391,381,383,385,388,389,390,379,379,380,379,380,377,381,382,383,377,378,384,385,377,378,384,385,377,377,393,387,382,383,389,377,377,377,386,387,377,378,382,384,383,379,393,394,386,387,387,377,377,378,382,380,395,384,391,381,383,385,388,388,389,389,390,390,379,393,394,386,387,377,378,382,380,395,384,391,381,383,385,388,388,389,390,390,379,377,391,381,393,394,386,387,377,377,378,378,382,382,380,395,384,391,381,383,383,385,388,389,390,379,377,377,377,393,394,386,387,387,377,377,378,378,382,380,395,384,384,391,381,383,385,388,388,389,389,390,390,379,377,377,377,377,384,385,377,377,377,377,384,384,384,384,385,385,385,385,377,377,393,394,386,387,377,377,377,378,382,380,395,384,391,391,381,381,383,385,388,388,389,389,390,390,379,387,393,394,386,387,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,377,378,382,382,382,380,395,384,384,384,391,381,381,383,383,383,385,388,389,390,379,379,379,377,379,379,377,378,377,378,377,384,377,377,382,384,391,383,379,377,384,384,379,391,377,391,377,377,377,393,394,386,387,377,378,382,380,395,384,391,381,383,385,388,389,390,379,386,382,380,395,383,379,389,393,394,386,387,377,378,382,380,395,384,391,381,383,385,388,389,390,379,379,387,377,382,384,391,383,379,377,378,379,380,379,394,382,395,383,379,377,377,378,382,383,379,377,377,378,382,383,393,394,386,387,377,378,382,380,395,384,391,381,383,385,388,389,390,379,377,382,393,388,390,377,377,377,0,377,393,386,387,377,378,382,380,384,391,383,379,377,377,378,377,377,377,377,377,377,377,377,386,386,393,387,384,379,379,377,377,377,377,393,394,386,387,377,378,382,380,395,384,391,381,383,385,388,389,390,379,382,383,388,390,379,377,377,378,377,378,377,383,377,377,377,377,377,378,377,378,379,377,378,382,383,377,378,382,383,377,377,377,378,378,382,383,377,378,377,378,384,377,379,379,377,378,384,385,377,378,384,385,377,377,391,381,388,389,390,393,394,386,387,377,377,378,382,380,395,384,391,381,383,385,388,389,390,379,393,394,386,387,377,378,382,380,395,384,391,381,383,385,388,389,390,379,382,377,377,377,377,377,377,377,377,383,377,383,393,394,386,387,377,378,382,380,395,384,391,381,383,385,388,389,390,379,382,377,378,384,393,386,386,386,386,386,377,378,377,383,377,0,0,0,410,410,0,0,0,0,0,0,0,0,0,0,0,0,0,410,410,410,410,398,399,400,401,402,403,404,405,406,407,408,409,398,399,410,400,401,402,403,404,405,406,407,408,409,398,399,410,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,410,410,398,399,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,0,398,399,400,401,402,403,404,405,406,407,408,409,398,399,410,400,401,402,403,404,405,406,407,408,409,398,399,410,400,401,402,403,404,405,406,407,408,409,398,398,398,399,410,400,400,400,401,401,401,402,402,402,403,403,403,404,404,404,405,405,405,406,406,406,407,407,407,408,408,408,409,409,409,398,399,410,400,401,402,403,404,405,406,407,408,409,410,410,410,410,410,410,0,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,399,399,400,401,402,403,404,405,406,407,408,409,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,408,409,398,398,399,400,401,402,403,404,405,406,407,408,409,399,399,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,398,399,399,410,400,401,402,403,404,405,406,407,408,409,398,398,399,399,410,400,400,401,401,402,402,403,403,404,404,405,405,406,406,407,407,408,408,409,409,398,399,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,410,398,399,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,410,398,399,410,400,401,402,403,404,405,406,407,408,409,398,399,410,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,408,409,398,399,410,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,398,399,400,401,402,403,404,405,406,407,408,409,399,398,399,410,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,408,409,398,398,400,400,401,401,402,402,403,403,404,404,405,405,406,406,407,407,408,408,409,409,398,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,408,409,0,398,399,400,401,402,403,404,405,406,407,408,409,410,398,399,400,401,402,403,404,405,406,407,408,409,410,398,399,410,400,401,402,403,404,405,406,407,408,409,398,399,410,400,401,402,403,404,405,406,407,408,409,398,399,410,400,401,402,403,404,405,406,407,408,409,398,400,401,402,403,404,405,406,407,408,409,416,417,418,416,418,0,0,0,0,0,0,0,0,417,0,0,0,411,413,414,415,416,417,418,414,415,416,417,418,412,411,413,419,420,421,414,415,416,417,418,412,411,413,419,420,421,414,415,416,417,418,0,419,420,421,411,413,414,415,416,417,418,411,413,414,415,416,417,418,412,411,413,419,420,421,414,415,416,417,418,412,411,413,419,420,421,414,415,416,417,418,414,415,416,417,418,412,411,413,419,420,421,414,415,416,417,418,412,411,413,419,420,421,414,415,416,417,418,414,415,416,417,418,414,414,414,414,415,415,415,415,416,416,416,416,417,417,417,417,418,418,418,418,412,411,413,419,420,421,414,414,415,415,416,416,417,417,418,418,412,411,413,419,420,421,414,415,416,416,417,417,418,418,412,411,413,419,420,421,414,415,416,417,418,412,411,413,412,411,413,419,420,421,414,415,416,417,418,412,412,419,420,421,412,412,411,413,419,420,421,414,415,416,417,418,419,420,421,419,420,421,419,420,421,419,420,421,419,420,421,412,411,413,419,420,421,414,415,416,417,418,412,412,412,419,420,421,411,413,419,420,421,0,411,413,414,415,416,417,418,414,415,416,417,418,412,411,413,419,420,421,414,415,416,417,418,412,411,413,419,420,421,414,415,416,417,418,412,412,413,412,411,413,419,420,421,414,415,416,417,418,0,0,0,0,0,0,0,96,73,73,73,73,73,96,96,73,96,423,96,73,424,73,73,73,73,73,73,96,73,73,423,96,73,73,423,96,73,73,73,423,96,73,73,73,73,73,73,73,424,429,423,96,73,73,73,424,429,96,73,96,73,73,423,96,424,429,73,96,73,73,96,73,73,73,96,73,73,73,96,73,424,423,96,73,73,424,429,423,96,73,73,424,429,423,96,73,73,73,424,429,73,429,423,423,96,96,73,73,424,424,429,429,423,96,73,423,96,73,96,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,423,96,73,424,429,423,96,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,424,429,73,73,73,73,73,73,424,73,73,73,73,73,73,73,73,73,73,73,73,73,73,423,96,73,424,429,73,73,73,73,73,423,96,73,424,429,73,73,73,73,73,423,96,73,73,73,424,429,73,73,73,73,423,96,73,73,73,423,73,423,423,96,73,424,429,73,73,73,73,73,73,73,73,73,73,73,423,96,424,429,423,96,429,96,423,96,424,429,423,96,424,429,423,96,424,429,423,96,424,429,424,73,73,73,73,73,73,73,96,423,96,73,424,429,73,424,96,73,73,73,73,73,73,73,429,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,423,96,424,429,73,73,73,73,423,96,424,429,73,423,423,96,73,73,73,73,73,423,96,73,424,429,423,96,73,424,429,73,73,423,96,73,424,429,423,424,73,73,73,73,73,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,0,0,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,605,444,444,605,444,605,444,444,444,444,605,444,605,444,605,444,444,605,444,444,444,444,444,444,444,444,605,444,444,444,605,444,605,444,444,605,444,605,444,444,444,444,444,444,444,444,444,444,605,444,605,444,605,444,606,445,0,0,0,0,0,498,498,498,606,445,498,445,446,447,606,445,446,447,606,445,446,447,445,445,446,447,445,446,447,606,445,446,447,606,445,446,447,606,445,445,446,447,606,445,446,447,445,445,445,445,445,445,606,445,446,447,445,445,606,445,446,447,606,445,446,447,498,446,447,606,445,446,447,498,446,447,445,498,446,447,606,445,446,447,445,445,445,445,445,445,445,446,447,606,445,446,447,606,445,446,447,606,445,446,447,501,502,501,607,608,607,0,0,0,0,0,0,0,0,0,0,0,0,451,452,453,455,457,609,448,451,610,449,452,453,611,450,456,455,457,609,448,451,610,449,452,453,611,450,456,448,449,450,451,452,453,451,452,453,453,453,611,450,456,453,611,450,456,451,452,453,455,457,609,448,451,610,449,452,453,611,450,456,455,457,609,448,451,610,449,452,453,611,450,456,455,457,609,448,451,610,449,452,452,453,453,611,450,456,455,457,609,448,451,610,449,452,453,611,450,456,449,452,453,449,449,449,449,452,452,452,452,453,453,453,453,453,453,453,611,450,456,610,449,452,448,451,449,452,453,453,450,456,455,457,609,448,451,610,449,452,452,453,453,611,450,456,456,456,453,453,611,450,456,455,457,453,611,450,456,449,452,453,453,453,611,450,456,455,457,453,611,450,456,449,452,453,453,611,450,456,451,609,448,451,453,610,449,452,453,453,453,611,450,456,455,457,609,448,451,610,449,452,453,611,450,456,455,457,609,448,451,610,449,452,453,611,450,456,455,457,453,453,453,453,455,457,455,457,609,448,451,610,449,452,453,611,450,456,455,457,453,453,453,453,455,457,453,611,450,456,453,610,449,452,453,453,611,450,456,455,457,453,455,457,453,611,450,456,453,611,450,456,453,611,450,456,453,611,450,456,453,611,450,456,453,611,450,456,455,457,609,448,451,610,449,452,453,611,450,456,451,452,453,456,451,452,453,456,0,451,452,452,453,453,456,451,452,453,456,451,452,453,456,453,611,450,456,455,457,453,611,450,456,453,453,611,450,456,455,457,453,611,450,456,451,452,453,453,455,457,609,448,451,610,449,452,453,611,450,456,455,457,609,448,451,610,449,452,453,611,450,456,455,457,609,448,451,610,449,452,453,611,450,456,0,0,612,613,0,613,612,0,0,0,0,0,461,614,460,458,461,614,460,458,461,458,458,461,614,460,458,461,614,460,458,460,461,458,461,458,458,458,461,614,460,458,461,614,460,458,461,614,460,458,458,461,614,460,458,461,458,461,461,461,461,458,458,458,458,461,460,458,458,461,614,460,458,458,461,458,461,458,461,614,460,458,461,614,460,458,461,614,460,458,458,461,614,460,458,458,458,458,458,458,458,458,458,458,461,458,458,461,614,460,458,461,614,460,458,461,614,460,458,458,458,458,496,0,496,466,0,0,466,466,466,0,0,0,0,0,466,467,467,615,465,468,616,464,467,466,615,465,468,616,464,467,466,465,464,466,466,616,464,467,616,464,467,467,616,464,467,467,615,465,468,615,465,468,467,616,464,467,615,465,468,468,615,465,468,616,464,467,466,615,465,468,616,464,467,466,615,465,468,616,464,467,467,466,467,467,615,465,468,616,464,467,466,615,465,468,467,465,464,615,465,468,616,464,467,466,615,465,468,615,465,468,615,465,468,615,465,468,615,465,468,616,464,467,466,615,465,468,616,464,467,466,466,615,465,468,616,464,467,466,466,615,465,468,615,465,468,466,467,467,466,466,615,465,468,616,464,467,466,468,467,468,467,468,468,467,467,468,467,468,467,467,466,0,615,465,468,616,464,467,466,615,465,468,616,464,467,466,615,465,468,616,464,467,466,466,0,0,0,0,0,0,0,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,0,0,471,471,617,471,617,471,471,471,471,471,617,471,617,471,617,471,471,617,471,471,471,471,471,471,471,471,617,471,617,471,617,471,471,617,471,471,617,471,471,471,471,471,471,471,471,471,617,471,617,471,617,471,0,0,472,618,472,618,472,472,472,472,618,472,618,472,618,472,618,472,472,618,472,472,472,472,472,472,472,618,472,618,472,618,472,618,472,618,472,472,472,472,472,472,472,472,618,472,618,472,618,472,618,472,0,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,619,469,0,0,469,619,469,619,469,469,469,469,619,469,619,469,619,469,469,619,469,469,469,469,469,469,469,619,469,469,469,619,469,619,469,619,469,619,469,469,469,469,469,469,469,469,619,469,619,469,619,469,620,474,620,474,475,620,474,620,474,620,474,620,474,620,474,475,0,620,474,620,474,475,0,0,620,474,620,474,474,474,620,474,475,620,474,475,474,474,474,620,474,475,620,474,475,620,474,474,475,620,474,475,474,474,474,474,474,474,474,475,620,474,475,474,474,474,620,474,475,620,474,475,620,474,475,474,620,474,475,474,474,474,474,474,474,474,474,620,474,475,620,474,475,620,474,475,0,0,0,621,479,0,622,477,0,622,477,623,481,622,477,623,481,622,477,484,0,0,623,481,484,0,0,0,0,622,477,623,481,622,477,623,481,0,484,0,0,0,0,623,481,623,481,484,0,0,0,0,0,622,477,623,481,0,621,479,477,476,484,454,479,480,481,485,486,487,488,0,476,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,476,477,476,478,479,480,481,482,483,477,476,484,454,479,480,481,485,486,487,488,477,476,484,454,479,480,481,485,486,487,488,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,622,477,477,624,476,476,484,484,625,478,454,454,621,479,479,626,480,480,623,481,481,627,482,485,485,628,483,486,486,487,487,488,488,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,477,476,484,454,479,480,481,485,486,487,488,477,477,477,477,476,476,476,476,484,484,484,484,454,454,454,454,479,479,479,479,480,480,480,480,485,485,485,485,486,486,486,486,487,487,487,487,488,488,488,488,477,477,476,484,478,454,454,479,480,480,481,482,485,485,483,486,486,487,488,622,477,624,476,476,476,484,625,478,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,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,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,621,479,479,626,480,623,481,627,482,485,628,483,486,487,488,484,477,476,484,454,479,480,485,486,487,488,484,477,476,484,454,479,480,485,486,487,488,0,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,484,0,0,479,477,477,0,0,476,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,627,482,485,628,483,486,484,627,482,485,628,483,486,487,487,626,480,487,488,487,488,454,480,485,486,487,488,454,625,478,454,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,477,476,454,479,480,481,485,486,477,476,454,479,480,481,485,486,454,625,478,454,477,477,476,476,484,454,454,479,479,480,480,481,481,485,485,486,486,487,488,477,476,454,479,480,481,485,486,477,476,454,479,480,481,485,486,628,483,486,484,477,476,484,454,479,480,481,485,486,487,488,477,454,480,485,486,476,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,487,488,626,480,627,482,485,487,488,622,477,624,476,484,625,478,454,621,479,626,480,623,481,627,482,485,628,483,486,487,488,484,484,484,484,0,0,0,0,0,0,0,489,490,491,489,490,491,629,489,490,491,629,489,490,491,489,489,489,489,490,491,489,490,491,489,490,489,490,629,489,490,491,629,489,490,491,629,489,489,490,490,491,629,489,490,491,489,490,491,489,489,489,489,490,490,490,490,491,491,491,491,489,490,491,491,629,489,489,490,490,490,490,491,489,490,489,490,629,489,490,491,629,489,490,491,629,489,490,491,489,489,490,629,489,490,491,489,489,489,489,490,489,489,489,490,489,490,491,491,629,489,489,490,491,629,489,490,491,629,489,490,491,0,0,0,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,492,0,492,0,492,492,492,492,492,492,492,500,0,0,0,493,494,495,0,493,494,495,493,494,495,493,0,493,494,495,493,494,495,493,494,495,493,494,495,493,494,495,493,494,495,493,494,495,493,494,495,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,493,495,493,494,495,493,494,495,493,494,495,494,495,494,494,494,494,494,494,494,494,494,494,494,493,494,495,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,493,494,495,493,494,495,493,494,495,493,494,495,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494,494],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[3,4],[-1,[[6,[5]]],[]],0,0,0,0,[7,8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[7,8],0,[9,9],[10,10],[3,3],[11,11],[12,12],[13,13],[14,14],[7,7],[15,15],[16,16],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[17,[8]]],[]],0,0,0,0,0,[16,[[19,[18,2]]]],0,0,[16,[[19,[15,2]]]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],0,0,0,[9,[[19,[14,2]]]],[10,14],[16,[[19,[14,2]]]],0,0,0,[[9,9],22],[[10,10],22],[[3,3],22],[[11,11],22],[[12,12],22],[[13,13],22],[[14,14],22],[[7,7],22],[[15,15],22],[[16,16],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,0,0,0,0,0,[[9,23],[[19,[2,24]]]],[[9,23],[[19,[2,24]]]],[[10,23],[[19,[2,24]]]],[[10,23],[[19,[2,24]]]],[[3,23],[[19,[2,24]]]],[[3,23],[[19,[2,24]]]],[[11,23],[[19,[2,24]]]],[[11,23],[[19,[2,24]]]],[[12,23],[[19,[2,24]]]],[[12,23],[[19,[2,24]]]],[[13,23],[[19,[2,24]]]],[[13,23],[[19,[2,24]]]],[[14,23],[[19,[2,24]]]],[[7,23],[[19,[2,24]]]],[[15,23],[[19,[2,24]]]],[[16,23],[[19,[2,24]]]],[[16,23],[[19,[2,24]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[4,[[19,[9,2]]]],[4,[[19,[10,2]]]],[4,[[19,[3,2]]]],[4,[[19,[11,2]]]],[4,[[19,[12,2]]]],[4,[[19,[13,2]]]],[4,[[19,[16]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],0,0,[[9,-1],2,29],[[10,-1],2,29],[[3,-1],2,29],[[11,-1],2,29],[[12,-1],2,29],[[13,-1],2,29],[[14,-1],2,29],[[7,-1],2,29],[[15,-1],2,29],[[16,-1],2,29],0,[[],9],[[],3],[[],11],[[],12],[[],13],[[],16],0,0,0,0,0,0,0,[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[9,[[30,[4]]]],[10,[[30,[4]]]],[11,[[30,[4]]]],[12,[[30,[4]]]],[13,[[30,[4]]]],[[],22],[9,22],[10,22],[-1,22,[[31,[[17,[8]]]]]],0,0,[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],0,0,0,0,0,0,0,[-1,[],[]],0,0,0,0,0,0,0,0,0,[-1,34,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,20,[]],0,0,0,[[]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[9,[[19,[7,2]]]],[10,7],[16,[[19,[7,2]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],0,0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],0,0,0,0,[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,[[],16],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,[17,[[37,[8]]]]],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[38,39]]],27],[-1,[[19,[40,39]]],27],[41,41],[42,42],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,0,0,0,[[],42],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[41]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[42]]],43],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],0,0,0,[[41,41],22],[[42,42],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[38,23],44],[[41,23],44],[[40,23],44],[[42,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[41,20],2],[[42,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[41,-1],19,[45,27]],[[41,-1],19,46],[[42,-1],19,[45,27]],[[42,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,[-1,[[17,[8]]],[]],[47,[[17,[8]]]],[48,[[17,[8]]]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[49,39]]],27],[-1,[[19,[47,39]]],27],[-1,[[19,[50,39]]],27],[-1,[[19,[51,39]]],27],[52,52],[48,48],[53,53],[51,51],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[],52],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[52]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[48]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[53]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[51]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[54]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],0,0,0,0,0,[[52,52],22],[[48,48],22],[[53,53],22],[[51,51],22],[[54,54],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[49,23],44],[[52,23],44],[[47,23],44],[[48,23],44],[[50,23],44],[[53,23],44],[[51,23],44],[[54,23],44],0,0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[55,51],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[52,20],2],[[48,20],2],[[53,20],2],[[51,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[52,-1],19,[45,27]],[[52,-1],19,46],[[48,-1],19,46],[[48,-1],19,[45,27]],[[53,-1],19,[45,27]],[[53,-1],19,46],[[51,-1],19,[45,27]],[[51,-1],19,46],[[54,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,[-1,6,[]],[47,6],[48,6],0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[56,39]]],27],[57,57],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[57]]],43],[20,2],[20,2],[20,2],[[57,57],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,[[56,23],44],[[57,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],0,0,0,0,0,0,[[]],[[]],[[]],[[57,20],2],[[-1,20],2,[]],[[57,-1],19,[45,27]],[[57,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],0,0,0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,58,[]],[59,58],[60,58],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[61,[62,[8]]]]],27],[-1,[[19,[59,39]]],27],[-1,[[19,[63,[62,[8]]]]],27],[61,61],[60,60],[63,63],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[61]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[60]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[63]]],43],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],0,[[61,61],22],[[60,60],22],[[63,63],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[61,23],44],[[61,23],44],[[59,23],44],[[60,23],44],[[63,23],44],[[-1,20,25],[[2,[20,25]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,61,[]],[59,61],[60,61],0,0,0,[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[-1,64,[]],[59,64],[60,64],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[-1,63,[]],[59,63],[60,63],0,0,0,[[61,20],2],[[60,20],2],[[63,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[61,-1],19,46],[[61,-1],19,[45,27]],[[60,-1],19,46],[[60,-1],19,[45,27]],[[63,-1],19,46],[[63,-1],19,[45,27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[65,8],[65,[[17,[8]]]],[55,66],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[17,[8]]],[]],[67,[[17,[8]]]],[68,[[17,[8]]]],0,0,0,[-1,[[19,[55,69]]],27],[-1,[[19,[70,[62,[8]]]]],27],[-1,[[19,[67,39]]],27],[-1,[[19,[71,69]]],27],[55,55],[70,70],[68,68],[65,65],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[55,55],72],[[-1,-2],72,[],[]],[[],55],[[],65],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[55]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[70]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[68]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[65]]],43],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[55,55],22],[[70,70],22],[[68,68],22],[[65,65],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[55,23],44],[[70,23],44],[[67,23],44],[[68,23],44],[[71,23],44],[[65,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[66,55],[[-1,-2],25,[26,27],28],[[55,-1],2,29],[55,20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[71,22],[65,22],[55,22],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[71,20],[65,20],[20,55],[[[73,[8]]],65],[[55,55],[[6,[72]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[-1,70,[]],[67,70],[68,70],0,0,0,[-1,17,[]],[67,17],[68,17],0,0,0,[[],55],[[55,20],2],[[70,20],2],[[68,20],2],[[65,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[55,-1],19,46],[[55,-1],19,[45,27]],[[70,-1],19,[45,27]],[[70,-1],19,46],[[68,-1],19,[45,27]],[[68,-1],19,46],[[65,-1],19,[45,27]],[[65,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[[17,[8]]],[[19,[74,75]]]],[[[17,[8]]],[[19,[74,75]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[74,39]]],27],[76,76],[[-1,-2],2,[],[]],[[76,76],72],[[-1,-2],72,[],[]],0,0,0,0,0,0,0,0,0,[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[76]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[[17,[8]]],[[19,[77,75]]]],[-1,[[19,[77]]],43],[74,[[19,[77,75]]]],[[[17,[8]]],[[19,[77,75]]]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[76,76],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[76,23],44],[[74,23],44],[[77,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[[-1,-2],25,[26,27],28],[77,78],[[76,-1],2,29],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[-1,4],[[6,[76]]],[]],[[78,4],[[6,[76]]]],[[76,76],[[6,[72]]]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[76,20],2],[[77,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[76,-1],19,[45,27]],[[76,-1],19,46],[[77,-1],19,46],[[77,-1],19,[45,27]],[77,[[19,[[73,[8]],79]]]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[77,[[2,[57,78]]]],[[-1,76],35,[]],[[78,76],35],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,0,[[80,-1],[],[[82,[[81,[80]]]]]],[[80,-1],[],[[82,[[81,[80]]]]]],[[80,-1],[],[[82,[[81,[80]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[80,80],[83,83],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[83,[[81,[80]]]],0,[[],83],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[66,80],[80,66],0,[[80,80],22],[[80,[81,[80]]],22],[[83,83],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[80,23],44],[[83,23],44],[[],[[81,[80]]]],[-1,-1,[]],[-1,-1,[]],[4,[[19,[80]]]],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[80,-1],2,29],[[83,-1],2,29],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[83,22],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[16,[81,[80]]],83],[80],0,[[]],[[]],[[],[[81,[80]]]],[[80,-1],[],[[82,[[81,[80]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[80,35],[83,16],0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[84,[62,[8]]]]],27],[85,85],[86,86],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[85]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[[85,85],22],[[86,86],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[84,23],44],[[85,23],44],[[86,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,86,[]],[84,86],[85,86],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[]],[[]],[[]],[[]],[[85,20],2],[[-1,20],2,[]],[[85,-1],19,[45,27]],[[85,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,20,[]],0,0,[20,-1,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[87,[-1,-2]]],[[87,[-1,-2]]],[88,89],89],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],0,[[[87,[-1,-2]],23],44,[88,90],90],[-1,-1,[]],[17,[[87,[-1,-2]]],88,[]],[[[87,[-1,-2]],-1],[[6,[-2]]],88,[]],[[[87,[-1,-2]],-1],[[6,[-2]]],88,[]],[[[87,[-1,-2]],-1],-2,88,[]],[[[87,[-1,-2]],-1],-2,88,[]],[[],20],[-1,-2,[],[]],[[[87,[-1,-2]]],[],88,[]],[[[87,[-1,-2]]],[],88,[]],[[[87,[-1,-2]]],22,88,[]],[[[87,[-1,-2]],-1],22,88,[]],[[[87,[-1,-2]]],[[91,[-1,-2]]],88,[]],[[[87,[-1,-2]]],[[92,[-1,-2]]],88,[]],[[[87,[-1,-2]]],[[93,[-1]]],88,[]],[[[87,[-1,-2]]],[[6,[-2]]],88,[]],[[],[[19,[32,33]]]],[[[87,[-1,-2]]],20,88,[]],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],0,[[[87,[-1,-2]]],[[94,[-2]]],88,[]],[[[87,[-1,-2]]],[[95,[-2]]],88,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],0,0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[94,[-1]]],[[91,[-2,-1]]],[],88],[[[95,[-1]]],[[92,[-2,-1]]],[],88],[[[96,[-1]]],[[97,[-2,-1]]],[],88],[[[91,[-1,-2]]],6,88,[]],[[[92,[-1,-2]]],6,88,[]],[[[97,[-1,-2]]],6,88,[]],[[[91,[-1,-2]]],6,88,[]],[[[92,[-1,-2]]],6,88,[]],[[[97,[-1,-2]]],6,88,[]],[[]],[[]],[[]],[[[91,[-1,-2]]],[[2,[20,[6,[20]]]]],88,[]],[[[92,[-1,-2]]],[[2,[20,[6,[20]]]]],88,[]],[[[97,[-1,-2]]],[[2,[20,[6,[20]]]]],88,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[98,[-2]]],[],[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[-1,-1,[]],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[[93,[-1]]],6,88],[[[93,[-1]]],6,88],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[[]],0,0,[[[93,[-1]]],[[2,[20,[6,[20]]]]],88],[-1,[[101,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],0,[20,[[93,[-1]]],88],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[102,[-1]]],[[102,[-1]]],[89,103]],[[-1,-2],2,[],[]],[[[102,[-1]],[102,[-1]]],72,[104,103]],[[-1,-2],72,[],[]],[[],[[102,[-1]]],103],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[102,[-2]]]]],43,[105,103]],[20,2],[[[102,[-1]],[102,[-1]]],22,[106,103]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[102,[-1]]],[[6,[-1]]],103],[[[102,[-1]],4],-1,103],[[[102,[-1]],23],44,[103,90]],[[[6,[-1]]],[[102,[-1]]],103],[-1,[[102,[-1]]],103],[-1,-1,[]],[107,-1,[]],[[-1,-2],25,[26,27],28],[[[102,[-1]],-2],2,[26,103],29],[[],20],[-1,-2,[],[]],[[[102,[-1]]],22,103],[-1,22,[]],[[[102,[-1]]],22,103],[[],[[19,[32,33]]]],[[[102,[-1]],-2],[[6,[-3]]],103,108,[]],[[[102,[-1]],[102,[-1]]],[[6,[72]]],[109,103]],[[]],[[],-1,[]],[[[102,[-1]],-2],19,[110,103],46],[[[102,[-1]]],[[6,[-1]]],103],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[[[102,[-1]]],-1,103],0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[[111,[-2,-3]],39]]],27,88,[]],[[[112,[-1,-2]]],2,88,[]],[[[112,[-1,-2]]],[[112,[-1,-2]]],[88,89],89],[[-1,-2],2,[],[]],[[],[[112,[-1,-2]]],88,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[112,[-2,-3]]]]],43,88,105],[20,2],[20,2],[20,2],0,0,0,[[[112,[-1,-2]],[112,[-1,-2]]],22,[88,106],106],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[111,[-1,-2]],23],44,[88,90],113],[[[112,[-1,-2]],23],44,[88,90],90],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[112,[-2,-3]]],114,88,[]],[[[111,[-1,-2]],-1],6,88,113],[[[112,[-1,-2]],-1],[[6,[-2]]],88,[]],[[-1,-2],25,[26,27],28],[[[112,[-1,-2]],-1],[[6,[-2]]],88,[]],[[[112,[-1,-2]],-3],2,[88,26],26,29],[[[111,[-1,-2]],-1],[],88,113],[[[112,[-1,-2]],-1],-2,88,[]],[[[112,[-1,-2]],-1],-2,88,[]],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[112,[-1,-2]]],[[87,[-1,-2]]],88,[]],[[[112,[-1,-2]]],[],88,[]],[[[112,[-1,-2]]],[],88,[]],[[[112,[-1,-2]]],[],88,[]],[[[112,[-1,-2]]],22,88,[]],[[[112,[-1,-2]],-1],22,88,[]],[[[111,[-1,-2]]],[[91,[-1,[115,[-2]]]]],88,113],[[[112,[-1,-2]]],[[91,[-1,-2]]],88,[]],[[[112,[-1,-2]]],[[92,[-1,-2]]],88,[]],[[[112,[-1,-2]]],[[93,[-1]]],88,[]],[[[112,[-1,-2]]],[[6,[-2]]],88,[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[112,[-1,-2]]],20,88,[]],[[],[[112,[-1,-2]]],88,[]],[[[112,[-1,-2]]],-1,88,[]],[[]],[[]],[[]],[[[112,[-1,-2]],-2],-1,88,[]],[[[112,[-1,-2]],20],2,88,[]],[[[112,[-1,-2]],20],2,88,[]],[[[112,[-1,-2]],20],2,88,[]],[[-1,20],2,[]],[[[112,[-1,-2]],-3],19,88,[],[45,27]],[[[112,[-1,-2]],-3],19,88,110,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[[112,[-1,-2]]],2,88,[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,[[[111,[-1,-2]]],[[94,[[115,[-2]]]]],88,113],[[[112,[-1,-2]]],[[94,[-2]]],88,[]],[[[112,[-1,-2]]],[[95,[-2]]],88,[]],[20,[[112,[-1,-2]]],88,[]],0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[116,[-1,-2]]],20,88,89],[-1,[[19,[[117,[-2,-3]],39]]],27,88,[89,113]],[[[116,[-1,-2]]],2,88,89],[[[116,[-1,-2]]],[[116,[-1,-2]]],[88,89],[89,89]],[[-1,-2],2,[],[]],[[],[[116,[-1,-2]]],88,[89,118]],0,0,0,[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[116,[-2,-3]]]]],43,88,[89,105]],[20,2],[20,2],[20,2],0,0,0,[[[116,[-1,-2]],[116,[-1,-2]]],22,88,[89,106]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[117,[-1,-2]],23],44,[88,90],[113,89]],[[[116,[-1,-2]],23],44,[88,90],[89,90]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[117,[-1,-2]],-1],6,88,[113,89]],[[[116,[-1,-2]],-1],[[6,[-2]]],88,89],[[[116,[-1,-2]],-1],-2,88,89],[[[116,[-1,-2]],-1],-2,88,89],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[116,[-1,-2]]],22,88,89],[[[117,[-1,-2]]],[[91,[-1,[115,[-2]]]]],88,[113,89]],[[[116,[-1,-2]]],[[91,[-1,-2]]],88,89],[[[116,[-1,-2]]],[[92,[-1,-2]]],88,89],[[[116,[-1,-2]]],[[93,[-1]]],88,89],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[116,[-1,-2]]],88,[118,89]],[[]],[[]],[[]],[[[116,[-1,-2]],20],2,88,89],[[[116,[-1,-2]],20],2,88,[89,113]],[[-1,20],2,[]],[[[116,[-1,-3]],-2],19,88,[45,27],[89,[119,[-2]]]],[[[116,[-1,-2]],-3],19,88,[89,106,110],46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,[[[117,[-1,-2]]],[[94,[[115,[-2]]]]],88,[113,89]],[[[116,[-1,-2]]],[[94,[-2]]],88,89],[[[116,[-1,-2]]],[[95,[-2]]],88,89],[20,[[116,[-1,-2]]],88,[118,89]],[-1,[[116,[-2,-1]]],89,88],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[121,121],[122,122],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[121,121],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[79,23],44],[[79,23],44],[[75,23],44],[[75,23],44],[[121,23],44],[[121,23],44],[[122,23],44],[[122,23],44],[[123,23],44],[[123,23],44],[[124,23],44],[[124,23],44],[[125,23],44],[[125,23],44],[[126,23],44],[[126,23],44],[[127,23],44],[[127,23],44],[128,79],[-1,-1,[]],[128,75],[124,75],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[126,124],[-1,-1,[]],[-1,-1,[]],[125,126],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[121,-1],2,29],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],0,0,[[-1,-2],125,[[82,[35]]],[[82,[35]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[79,[[6,[120]]]],[75,[[6,[120]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[129,22],129],0,0,[-1,[[19,[129,39]]],27],[129,129],[[-1,-2],2,[],[]],[[],129],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[129]]],43],[20,2],[20,2],[[129,129],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,0,0,[[129,23],44],[-1,-1,[]],[-1,-1,[]],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[129,22],129],0,0,[[129,22],129],0,0,[[129,22],129],0,0,[[129,22],129],0,0,[[],129],[[]],[[]],[[129,22],129],0,0,0,0,[[129,20],2],[[-1,20],2,[]],[[129,-1],19,46],[[129,-1],19,[45,27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[129,22],129],0,0,[[129,22],129],0,0,[[129,22],129],0,0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[130,66],[131,66],[132,66],[133,66],[134,66],[135,66],[5,66],[34,66],[136,66],[137,66],[138,66],[139,66],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[130,69]]],27],[-1,[[19,[133,69]]],27],[-1,[[19,[134,69]]],27],[-1,[[19,[135,69]]],27],[-1,[[19,[5,69]]],27],[-1,[[19,[34,69]]],27],[-1,[[19,[136,69]]],27],[-1,[[19,[137,69]]],27],[-1,[[19,[138,69]]],27],[-1,[[19,[139,69]]],27],[-1,[[19,[140,[62,[8]]]]],27],[-1,[[19,[141,[62,[8]]]]],27],[130,130],[131,131],[132,132],[133,133],[134,134],[135,135],[5,5],[34,34],[136,136],[137,137],[138,138],[139,139],[140,140],[141,141],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[130,130],72],[[131,131],72],[[132,132],72],[[133,133],72],[[134,134],72],[[135,135],72],[[5,5],72],[[34,34],72],[[136,136],72],[[137,137],72],[[138,138],72],[[139,139],72],[[140,140],72],[[141,141],72],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[130]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[131]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[132]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[133]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[134]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[135]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[5]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[34]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[136]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[137]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[138]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[139]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[140]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[141]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[130,130],22],[[131,131],22],[[132,132],22],[[133,133],22],[[134,134],22],[[135,135],22],[[5,5],22],[[34,34],22],[[136,136],22],[[137,137],22],[[138,138],22],[[139,139],22],[[140,140],22],[[141,141],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[130,23],44],[[131,23],44],[[132,23],44],[[133,23],44],[[134,23],44],[[135,23],44],[[5,23],44],[[34,23],44],[[136,23],44],[[137,23],44],[[138,23],44],[[139,23],44],[[140,23],44],[[141,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[66,130],[66,131],[66,132],[66,133],[66,134],[66,135],[66,5],[66,34],[66,136],[66,137],[66,138],[66,139],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[130,-1],2,29],[[131,-1],2,29],[[132,-1],2,29],[[133,-1],2,29],[[134,-1],2,29],[[135,-1],2,29],[[5,-1],2,29],[[34,-1],2,29],[[136,-1],2,29],[[137,-1],2,29],[[138,-1],2,29],[[139,-1],2,29],[[140,-1],2,29],[[141,-1],2,29],[130,20],[131,20],[132,20],[133,20],[134,20],[135,20],[5,20],[34,20],[136,20],[137,20],[138,20],[139,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],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[130,22],[131,22],[132,22],[133,22],[134,22],[135,22],[5,22],[34,22],[136,22],[137,22],[138,22],[139,22],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[20,130],[20,131],[20,132],[20,133],[20,134],[20,135],[20,5],[20,34],[20,136],[20,137],[20,138],[20,139],[[130,130],[[6,[72]]]],[[131,131],[[6,[72]]]],[[132,132],[[6,[72]]]],[[133,133],[[6,[72]]]],[[134,134],[[6,[72]]]],[[135,135],[[6,[72]]]],[[5,5],[[6,[72]]]],[[34,34],[[6,[72]]]],[[136,136],[[6,[72]]]],[[137,137],[[6,[72]]]],[[138,138],[[6,[72]]]],[[139,139],[[6,[72]]]],[[140,140],[[6,[72]]]],[[141,141],[[6,[72]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],130],[[],131],[[],132],[[],133],[[],134],[[],135],[[],5],[[],34],[[],136],[[],137],[[],138],[[],139],[[130,20],2],[[133,20],2],[[134,20],2],[[135,20],2],[[5,20],2],[[34,20],2],[[136,20],2],[[137,20],2],[[138,20],2],[[139,20],2],[[140,20],2],[[141,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[130,-1],19,[45,27]],[[130,-1],19,46],[[131,-1],19,46],[[132,-1],19,46],[[133,-1],19,[45,27]],[[133,-1],19,46],[[134,-1],19,[45,27]],[[134,-1],19,46],[[135,-1],19,[45,27]],[[135,-1],19,46],[[5,-1],19,46],[[5,-1],19,[45,27]],[[34,-1],19,46],[[34,-1],19,[45,27]],[[136,-1],19,[45,27]],[[136,-1],19,46],[[137,-1],19,[45,27]],[[137,-1],19,46],[[138,-1],19,[45,27]],[[138,-1],19,46],[[139,-1],19,46],[[139,-1],19,[45,27]],[[140,-1],19,46],[[140,-1],19,[45,27]],[[141,-1],19,[45,27]],[[141,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,[[6,[5]]],[]],[142,[[6,[5]]]],[143,[[6,[5]]]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[144,39]]],27],[-1,[[19,[142,39]]],27],[-1,[[19,[145,39]]],27],[146,146],[143,143],[147,147],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[-1,[[17,[8]]],[]],[145,[[17,[8]]]],[147,[[17,[8]]]],0,0,0,0,[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[146]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[143]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[148]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[147]]],43],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],0,0,0,[[146,146],22],[[143,143],22],[[147,147],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[144,23],44],[[146,23],44],[[142,23],44],[[143,23],44],[[148,23],44],[[145,23],44],[[147,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[146,-1],2,29],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[-1,[],[]],[145],[147],0,0,0,0,[-1,34,[]],[142,34],[143,34],0,0,0,[148,147],[-1,20,[]],[142,20],[143,20],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[146,20],2],[[143,20],2],[[147,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[146,-1],19,[45,27]],[[146,-1],19,46],[[143,-1],19,[45,27]],[[143,-1],19,46],[[148,-1],19,46],[[147,-1],19,[45,27]],[[147,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[36,36],[[-1,-2],2,[],[]],[[36,36],72],[[-1,-2],72,[],[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[149,[[6,[-1]]],149],[149,[[6,[-1]]],149],[149,[[6,[-1]]],149],[149,-1,149],[149,-1,149],[149,-1,149],[149,[[6,[-1]]],149],[149,[[6,[-1]]],149],[149,[[6,[-1]]],149],[149,-1,149],[149,-1,149],[149,-1,149],[20,2],[[36,36],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[149,23],[[19,[2,24]]]],[[149,23],[[19,[2,24]]]],[[149,23],[[19,[2,24]]]],[[36,23],[[19,[2,24]]]],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[36,-1],2,29],[[],20],[-1,-2,[],[]],[149,22],[149,22],[149,22],[[],[[19,[32,33]]]],[[],36],[[36,36],[[6,[72]]]],[[]],0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[[],4],[-1,4,27],0,0,0,0,0,0,0,[[-1,1],2,[]],[[[30,[4]],4]],[[[30,[4]],[30,[4]]]],[[[30,[4]],[30,[4]]],2],[[[30,[4]],4],2],[[[30,[150]]],[[19,[[30,[151]],152]]]],[[[30,[4]]],[[19,[[30,[151]],152]]]],[[[30,[151]]],[[19,[[30,[151]],152]]]],[[[30,[150]]],153],[[[30,[-1]]],-1,[154,27]],[[[30,[150]]],[[19,[4,152]]]],[[[30,[4]]],[[19,[4,152]]]],[[[30,[151]]],[[19,[4,152]]]],[-1,-2,[],[]],[[[30,[-1]]],-1,[154,27]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[30,[-1]]],[[30,[-1]]],[154,27]],[[[30,[-1]],[30,[-1]]],2,[154,27]],[-1,2,[]],[[-1,-2],2,[],[]],[[[30,[-1]],[30,[-1]]],72,[104,154,27]],[[-1,-2],72,[],[]],[[],[[30,[-1]]],[154,27]],[[[30,[-1]]],-1,[154,27]],[20,-1,[]],[20,-1,[]],[-1,[[19,[[30,[155]]]]],43],[-1,[[19,[[30,[[17,[8]]]]]]],43],[-1,[[19,[[30,[-2]]]]],43,[154,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[[[30,[158]],158],22],[[[30,[[17,[-2]]]],[17,[-1]]],22,[],[[106,[-1]],89]],[[[30,[[17,[-2]]]],[159,[-1,-3]]],22,[],[[106,[-1]],89],160],[[[30,[150]],153],22],[[[30,[150]],161],22],[[[30,[150]],153],22],[[[30,[153]],150],22],[[[30,[150]],150],22],[[[30,[153]],150],22],[[[30,[150]],162],22],[[[30,[153]],161],22],[[[30,[153]],153],22],[[[30,[153]],162],22],[[[30,[153]],153],22],[[[30,[150]],150],22],[[[30,[4]],158],22],[[[30,[[17,[8]]]],158],22],[[[30,[-2]],[30,[-1]]],22,[154,27],[[106,[-1]],154,27]],[[[30,[4]],4],22],[[[30,[4]],4],22],[[[30,[4]],35],22],[[[30,[[17,[-2]]]],[17,[-1]]],22,[],[[106,[-1]],89]],[[[30,[[17,[-2]]]],[73,[-1,-3]]],22,[],[[106,[-1]],89],163],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[30,[-1]],23],[[19,[2,24]]],[90,154,27]],[[[30,[-1]],23],[[19,[2,24]]],[164,154,27]],[35,[[30,[4]]]],[4,[[30,[4]]]],[[[73,[-1,165]]],[[30,[[17,[-1]]]]],89],[166,[[30,[151]]]],[[[73,[-1,165]]],[[30,[[17,[-1]]]]],89],[166,[[30,[151]]]],[162,[[30,[153]]]],[161,[[30,[150]]]],[161,[[30,[150]]]],[150,[[30,[150]]]],[167,[[30,[158]]]],[[[17,[-1]]],[[30,[[17,[-1]]]]],89],[158,[[30,[158]]]],[35,[[30,[4]]]],[168,[[30,[4]]]],[151,[[30,[151]]]],[153,[[30,[153]]]],[-1,-1,[]],[162,[[30,[153]]]],[169,[[30,[[17,[8]]]]]],[-1,[[30,[[17,[-2]]]]],114,89],[-1,[[30,[4]]],114],[-1,[[30,[4]]],114],[-1,[[30,[4]]],114],[[-1,-2],25,[26,27],28],[[[30,[-1]],-2],2,[26,154,27],29],[[],20],[-1,-2,[],[]],[[[30,[4]]],[[19,[[30,[151]],152]]]],[[[30,[150]]],[[19,[[30,[151]],152]]]],[[[30,[151]]],[[19,[[30,[151]],152]]]],[[[30,[4]]],[[170,[-1]]],171],[[[30,[-1]]],[],[154,27]],[[[30,[4]],-1],[[19,[-2,152]]],108,[]],[[[30,[150]],-1],[[19,[-2,152]]],108,[]],[[[30,[151]],-1],[[19,[-2,152]]],108,[]],[[[30,[-1]]],22,[154,27]],[[[30,[-1]]],22,[154,27]],[[],22],[172,173],[[],[[19,[32,33]]]],[[[30,[[17,[-2]]]],[73,[-1,-3]]],22,[],[[106,[-1]],89],163],[[[30,[[17,[-2]]]],[159,[-1,-3]]],22,[],[[106,[-1]],89],160],[[[30,[4]],4],22],[[[30,[[17,[-2]]]],[17,[-1]]],22,[],[[106,[-1]],89]],[[[30,[[17,[-2]]]],[17,[-1]]],22,[],[[106,[-1]],89]],[[[30,[4]],4],22],[[[30,[4]],35],22],[[[30,[153]],162],[[6,[72]]]],[[[30,[150]],153],[[6,[72]]]],[[[30,[150]],162],[[6,[72]]]],[[[30,[153]],161],[[6,[72]]]],[[[30,[153]],153],[[6,[72]]]],[[[30,[150]],153],[[6,[72]]]],[[[30,[153]],153],[[6,[72]]]],[[[30,[153]],150],[[6,[72]]]],[[[30,[150]],150],[[6,[72]]]],[[[30,[150]],150],[[6,[72]]]],[[[30,[153]],150],[[6,[72]]]],[[[30,[-1]],[30,[-1]]],[[6,[72]]],[]],[[[30,[150]],161],[[6,[72]]]],[[]],[[],[[30,[4]]]],[[],35],[[[30,[-1]],-2],19,[110,154,27],46],[[[30,[155]],-1],19,46],[[[30,[[17,[8]]]],-1],19,46],[[[30,[-1]]],[],[154,27]],[-1,[],[]],[-1,-2,[],[]],[-1,35,[]],[[[30,[4]]],[[30,[4]]]],[[[30,[151]]],[[30,[4]]]],[[[30,[150]]],[[30,[4]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],0,0,[[-1,1],2,[]],0,[[[174,[-1,165]],20],2,[175,27]],[[[174,[-1,165]],20],2,[176,27]],[[[174,[-1,-2]]],-2,27,163],[-1,120,[]],[-1,120,[]],[[[174,[-1,165]]],177,178],[[[174,[-1,-2]]],-1,27,163],[[[174,[-1,165]]],179,180],[[[174,[-1,-2]]],-1,27,163],[[[174,[[17,[[37,[-1]]]],-2]]],[[174,[[17,[-1]],-2]]],[],163],[[[174,[[37,[-1]],-2]]],[[174,[-1,-2]]],[],163],[-1,-2,[],[]],[[[174,[-1,-2]]],-1,27,163],[-1,-2,[],[]],[-1,-2,[],[]],[[[174,[-1,-2]]],-1,27,163],[-1,-2,[],[]],[[[174,[-2,-3]],-1],[],181,[[182,[-1]],27],163],[[[174,[-2,-3]],-1],[],181,[[183,[-1]],27],163],[[[174,[-2,-3]],-1],[],181,[[108,[-1]],27],163],[[[174,[-1,165]]],[[6,[120]]],120],[[[174,[-1,165]]],[[17,[8]]],[175,27]],[[[174,[-1,165]]],184,[176,27]],[[[174,[-1,165]],[17,[185]]],20,[175,27]],[-1,[[98,[-2]]],[],[]],[[[174,[186,165]]],[[174,[186,165]]]],[[[174,[187,165]]],[[174,[187,165]]]],[[[174,[-1,-2]]],[[174,[-1,-2]]],89,[163,89]],[[[174,[186,165]]],[[174,[186,165]]]],[[[174,[186,165]]],[[174,[186,165]]]],[[[174,[151,165]]],[[174,[151,165]]]],[[[174,[158,165]]],[[174,[158,165]]]],[[[174,[186,165]]],[[174,[186,165]]]],[[[174,[4,165]]],[[174,[4,165]]]],[[[174,[187,165]]],[[174,[187,165]]]],[[[174,[187,165]]],[[174,[187,165]]]],[[[174,[[188,[-1,-2]],165]]],[[174,[[188,[-1,-2]],165]]],89,89],[[[174,[189,165]]],[[174,[189,165]]]],[[[174,[[17,[-1]],-2]]],[[174,[[17,[-1]],-2]]],89,[163,89]],[[[174,[187,165]]],[[174,[187,165]]]],[[[174,[[190,[-1]],165]]],[[174,[[190,[-1]],165]]],89],[[[174,[153,165]]],[[174,[153,165]]]],[[[174,[150,165]]],[[174,[150,165]]]],[[[174,[-1,-2]],[174,[-1,-2]]],2,89,[163,89]],[[[174,[[17,[-1]],-2]],[174,[[17,[-1]],-2]]],2,89,[163,89]],[[-1,-2],2,[],[]],[[[174,[-1,-2]],[174,[-1,-2]]],72,[104,27],163],[[-1,-2],72,[],[]],[[[174,[-1,165]],20],2,[191,27]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[174,[-1,165]],20],192,[175,27]],[[[174,[-1,165]],[17,[8]]],2,[175,27]],[[],[[174,[150,165]]]],[[],[[174,[151,165]]]],[[],[[174,[4,165]]]],[[],[[174,[-1,165]]],118],[[],[[174,[[190,[-1]],165]]],[]],[[],[[174,[[188,[-1,-2]],165]]],[],[]],[[],[[174,[[17,[-1]],165]]],[]],[[],[[174,[155,165]]]],[20,-1,[]],[[[193,[-1]]],-1,27],[20,-1,[]],[[[174,[-1,-2]]],-1,27,163],[20,-1,[]],[[[193,[-1]]],-1,27],[20,-1,[]],[[[174,[-1,-2]]],-1,27,163],[[[174,[-1,165]]],4,120],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[174,[[17,[8]],165]]]]],43],[-1,[[19,[[174,[151,165]]]]],43],[-1,[[19,[[174,[155,165]]]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[174,[150,165]]]]],43],[-1,[[19,[[174,[4,165]]]]],43],[-1,[[19,[[174,[-2,165]]]]],43,105],[-1,[[19,[[174,[153,165]]]]],43],[-1,[[19,[[174,[[17,[-2]],165]]]]],43,105],[[[174,[149,-1]]],[[19,[[174,[-2,-1]],[174,[149,-1]]]]],163,149],[[[174,[149,-1]]],[[19,[[174,[-2,-1]],[174,[149,-1]]]]],163,149],[[[174,[149,-1]]],[[19,[[174,[-2,-1]],[174,[149,-1]]]]],163,149],[[[174,[149,-1]]],[[174,[-2,-1]]],163,149],[[[174,[149,-1]]],[[174,[-2,-1]]],163,149],[[[174,[149,-1]]],[[174,[-2,-1]]],163,149],[[[193,[-1]]],2,27],[20,2],[[[174,[-1,-2]]],2,27,163],[20,2],[[[174,[-1,165]],194],22,[195,27]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[[[174,[-1,-2]],[174,[-1,-2]]],22,[],163],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[174,[-1,165]]],[[19,[[17,[8]],128]]],[191,27]],[[[174,[-1,-2]]],25,[29,27],163],[[[174,[-1,165]]],[[19,[2,128]]],[196,27]],[[[174,[-1,165]]],2,[195,27]],[[[193,[-1]],23],[[19,[2,24]]],[164,27]],[[[193,[-1]],23],[[19,[2,24]]],[90,27]],[[[174,[-1,-2]],23],[[19,[2,24]]],[164,27],163],[[[174,[-1,-2]],23],[[19,[2,24]]],[90,27],163],[[[174,[-1,-2]],23],[[19,[2,24]]],27,163],[-1,-1,[]],[151,[[174,[151,165]]]],[[[197,[-1]]],[[174,[[17,[-1]],165]]],[]],[[[174,[[17,[8]],165]]],[[174,[155,165]]]],[[[30,[153]]],[[174,[153,165]]]],[162,[[174,[153,165]]]],[[[30,[4]]],[[174,[4,165]]]],[161,[[174,[150,165]]]],[153,[[174,[153,165]]]],[150,[[174,[150,165]]]],[[[188,[-1,-2]]],[[174,[[188,[-1,-2]],165]]],198,198],[199,[[174,[120,165]]]],[166,[[174,[151,165]]]],[199,[[174,[120,165]]]],[[[174,[[17,[8]],165]]],[[174,[158,165]]]],[[[174,[158,165]]],[[174,[[17,[8]],165]]]],[4,[[174,[120,165]]]],[-1,[[174,[120,165]]],[120,200,201]],[[[17,[-1]]],[[174,[[17,[-1]],165]]],89],[199,[[174,[120,165]]]],[[[190,[-1]]],[[174,[[190,[-1]],165]]],198],[[[30,[150]]],[[174,[150,165]]]],[[[30,[4]]],[[174,[120,165]]]],[-1,-1,[]],[[[30,[4]]],[[174,[120,165]]]],[-1,[[174,[120,165]]],120],[4,[[174,[4,165]]]],[4,[[174,[120,165]]]],[[[30,[151]]],[[174,[151,165]]]],[[[73,[-1,-2]]],[[174,[[17,[-1]],-2]]],[],163],[[[174,[4,-1]]],[[174,[[17,[8]],-1]]],163],[-1,[[174,[-1,165]]],[]],[107,-1,[]],[[[30,[[17,[-1]]]]],[[174,[[17,[-1]],165]]],89],[35,[[174,[120,165]]]],[35,[[174,[120,165]]]],[35,[[174,[4,165]]]],[-1,[[174,[[17,[-2]],165]]],114,[]],[[],[[174,[-1,165]]],27],[-1,[[174,[-2,-1]]],163,27],[[[174,[-1,-2]],[174,[-1,-2]]],22,[],163],[[-1,-2],25,[26,27],28],[[[174,[-1,165]]],202,[175,27]],[[[174,[-1,165]]],202,[175,27]],[[[174,[-1,165]]],202,[175,27]],[[[174,[-1,165]]],179,[175,27]],[[[174,[-1,165]]],179,[175,27]],[[[174,[-1,165]]],179,[175,27]],[[[174,[-1,165]]],203,[175,27]],[[[174,[-1,165]]],203,[175,27]],[[[174,[-1,165]]],203,[175,27]],[[[174,[-1,165]]],204,[175,27]],[[[174,[-1,165]],20],203,[175,27]],[[[174,[-1,165]],20],203,[175,27]],[[[174,[-1,165]],20],203,[175,27]],[[[174,[-1,165]]],205,[175,27]],[[[174,[-1,165]]],205,[175,27]],[[[174,[-1,165]]],205,[175,27]],[[[174,[-1,165]]],66,[175,27]],[[[174,[-1,165]]],66,[175,27]],[[[174,[-1,165]]],66,[175,27]],[[[174,[-1,165]]],25,[175,27]],[[[174,[-1,165]]],25,[175,27]],[[[174,[-1,165]]],25,[175,27]],[[[174,[-1,165]]],8,[175,27]],[[[174,[-1,165]],20],25,[175,27]],[[[174,[-1,165]],20],25,[175,27]],[[[174,[-1,165]],20],25,[175,27]],[[[174,[-1,-2]],[174,[-1,-2]]],22,[],163],[[[174,[-1,165]]],22,[175,27]],[[[174,[-1,-2]],-3],2,[26,27],163,29],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[[[174,[-1,-2]]],[[174,[[17,[-1]],-2]]],[],163],[-1,[],[]],[[[174,[-1,-2]]],-1,[],163],[-1,-2,[],[]],[[[174,[[190,[-1]],165]]],[],[]],[[[174,[[188,[-1,-2]],165]]],[],[],[]],[[[174,[-1,-2]]],[[206,[[174,[-1,-2]]]]],27,163],[[[174,[-1,-2]]],[],27,163],[[[174,[-1,-2]]],[[2,[-2]]],27,163],[[-1,4],[[207,[-2]]],[],[]],[[-1,4],22,[]],[[[174,[-1,-2]]],22,[208,27],163],[[-1,4],22,[]],[[[174,[-1,165]]],22,[209,27]],[[],22],[[-1,4],22,[]],[[[174,[-1,165]]],22,[196,27]],[172,173],[[[174,[-1,-2]]],6,[210,27],163],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[174,[-1,-2]],[174,[-1,-2]]],22,[],163],[[[174,[-1,-2]]],-1,27,163],[[[174,[-1,-2]]],20,[208,27],163],[[[174,[-1,165]],211],2,[195,27]],[[[174,[-1,-2]],[174,[-1,-2]]],22,[],163],[[[174,[-1,-2]],[174,[-1,-2]]],22,[],163],[-1,[[193,[-1]]],[]],[-1,[[174,[-1,165]]],[]],[[-1,-2],[[174,[-1,-2]]],[],[163,163]],[[],[[174,[[37,[-1]],165]]],[]],[-1,[[174,[[37,[-2]],-1]]],[163,163],[]],[20,[[174,[[17,[[37,[-1]]]],165]]],[]],[[20,-1],[[174,[[17,[[37,[-2]]]],-1]]],163,[]],[-2,[[193,[-1]]],27,[[212,[-1]]]],[[],[[174,[[37,[-1]],165]]],[]],[-1,[[174,[[37,[-2]],-1]]],[163,163],[]],[20,[[174,[[17,[[37,[-1]]]],165]]],[]],[[20,-1],[[174,[[17,[[37,[-2]]]],-1]]],163,[]],[[[174,[-1,-2]]],6,[210,27],163],[[[174,[-1,-2]]],6,[213,27],163],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[[[174,[-1,-2]],20],6,[210,27],163],[[[174,[-1,-2]],20],6,[213,27],163],[[-1,-2],[[19,[-3,[214,[-4]]]]],[],[],[],[]],[[[174,[215,165]],-1],[[19,[-2,[216,[-3]]]]],[],[],[]],[[-1,-2],[[19,[-3,[216,[-4]]]]],[],[],[],[]],[[[174,[217,165]],-1],[[19,[-2,[214,[-3]]]]],[],[],[]],[[[174,[-1,-2]],[174,[-1,-2]]],[[6,[72]]],[],163],[-1,[[206,[[174,[-1,165]]]]],[]],[[-1,-2],[[206,[[174,[-1,-2]]]]],[],[163,163]],[[]],[[]],[[[206,[[174,[-1,-2]]]],218],219,[220,221,27],163],[[[206,[[174,[-1,165]]]],218],[[219,[6]]],[222,221,27]],0,[[[174,[-1,165]],202],2,[176,27]],[[[174,[-1,165]],202],2,[176,27]],[[[174,[-1,165]],202],2,[176,27]],[[[174,[-1,165]],179],2,[176,27]],[[[174,[-1,165]],179],2,[176,27]],[[[174,[-1,165]],179],2,[176,27]],[[[174,[-1,165]],203],2,[176,27]],[[[174,[-1,165]],203],2,[176,27]],[[[174,[-1,165]],203],2,[176,27]],[[[174,[-1,165]],204],2,[176,27]],[[[174,[-1,165]],[17,[8]]],2,[176,27]],[[[174,[-1,165]],205],2,[176,27]],[[[174,[-1,165]],205],2,[176,27]],[[[174,[-1,165]],205],2,[176,27]],[[[174,[-1,165]],66],2,[176,27]],[[[174,[-1,165]],66],2,[176,27]],[[[174,[-1,165]],66],2,[176,27]],[[[174,[-1,165]],25],2,[176,27]],[[[174,[-1,165]],25],2,[176,27]],[[[174,[-1,165]],25],2,[176,27]],[[[174,[-1,165]],8],2,[176,27]],[[[174,[-1,165]],[17,[8]]],[[19,[20,128]]],[209,27]],[[[174,[-1,165]],223],[[19,[2,128]]],[209,27]],[[[174,[-1,165]],[17,[8]]],[[19,[2,128]]],[209,27]],[[[174,[-1,165]],35],[[19,[20,128]]],[191,27]],[[[174,[-1,165]],[73,[8,165]]],[[19,[20,128]]],[209,27]],[[[174,[-1,165]],35],[[19,[20,128]]],[209,27]],[[[174,[-1,165]],8,[73,[8,165]]],[[19,[20,128]]],[191,27]],[[[174,[-1,165]],[17,[224]]],[[19,[20,128]]],[209,27]],[[[174,[-1,165]]],20,[175,27]],[[[174,[-1,165]]],20,[176,27]],[[[174,[-1,165]],20],2,[225,27]],[[-1,20],2,[]],[[[206,[[174,[-2,-3]]]],-1],226,[],[[227,[-1]],221,27],163],[[],[[30,[4]]]],[[],35],[[[174,[-1,165]],228],[[19,[25,128]]],[229,27]],[[[174,[-2,165]],-1],19,[45,27],[[230,[-1]],27]],[[[174,[-1,165]],-2],19,[231,27],46],[[[174,[-1,165]],-2],19,[110,27],46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[[174,[-1,165]]],[[2,[20,[6,[20]]]]],[222,221,27]],[[[174,[-1,-2]]],[[2,[20,[6,[20]]]]],[210,27],163],[[[193,[-1]]],[[6,[120]]],[120,27]],[[[174,[-1,165]]],[[6,[120]]],120],[[[174,[-1,165]]],[[19,[25,128]]],[229,27]],[-1,[[101,[-2]]],[],[]],[[-1,4],[[6,[4]]],[]],[[-1,4],[[6,[4]]],[]],[-1,-2,[],[]],[[[174,[-1,165]]],[[19,[232,233]]],[234,27]],[-1,35,[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[[[174,[[17,[-1]],165]]],[[19,[[174,[[197,[-1]],165]]]]],[]],[[[73,[-1,165]]],[[19,[[174,[[197,[-1]],165]]]]],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[[174,[-1,165]],235]]],[]],[[-1,-2],[[19,[[174,[-1,-2]],235]]],[],[163,163]],[[],[[19,[[174,[[37,[-1]],165]],235]]],[]],[-1,[[19,[[174,[[37,[-2]],-1]],235]]],[163,163],[]],[20,[[19,[[174,[[17,[[37,[-1]]]],165]],235]]],[]],[[],[[19,[[174,[[37,[-1]],165]],235]]],[]],[-1,[[19,[[174,[[37,[-2]],-1]],235]]],[163,163],[]],[20,[[19,[[174,[[17,[[37,[-1]]]],165]],235]]],[]],[-1,36,[]],[-1,36,[]],[[[174,[[37,[-1]],-2]],-1],[[174,[-1,-2]]],[],163],[[[174,[-1,-2]],[17,[8]]],2,[29,27],163],[[[174,[-1,165]],[17,[8]]],[[19,[20,128]]],[196,27]],[[[174,[-1,165]],[17,[8]]],[[19,[2,128]]],[196,27]],[[[174,[-1,165]],236],[[19,[2,128]]],[196,27]],[[[174,[-1,-2]],237],2,[29,27],163],[[[174,[-1,-2]],202],2,[29,27],163],[[[174,[-1,-2]],179],2,[29,27],163],[[[174,[-1,-2]],203],2,[29,27],163],[[[174,[-1,-2]],204],2,[29,27],163],[[[174,[-1,-2]],238],2,[29,27],163],[[[174,[-1,-2]],20],2,[29,27],163],[[[174,[-1,-2]],4],2,[29,27],163],[[[174,[-1,-2]],239],2,[29,27],163],[[[174,[-1,-2]],205],2,[29,27],163],[[[174,[-1,-2]],66],2,[29,27],163],[[[174,[-1,-2]],25],2,[29,27],163],[[[174,[-1,-2]],8],2,[29,27],163],[[[174,[-1,-2]],20],2,[29,27],163],[[[174,[-1,165]],[17,[185]]],[[19,[20,128]]],[196,27]],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[240,[[197,[-1]]]]],[[197,[[240,[-1]]]]],[]],[-1,120,[]],[-1,120,[]],[[[240,[-1]]],[],27],[[[241,[-1]]],[],27],[[[240,[[17,[-1]]]]],[[17,[[240,[-1]]]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[241,[-1]]],[[242,[-1]]],27],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[241,[-1]]],[[243,[-1]]],27],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[244,[-1]]],[[244,[-1]]],89],[[[240,[-1]]],[[240,[-1]]],198],[[[241,[-1]]],[[241,[-1]]],89],[[[242,[-1]]],[[242,[-1]]],27],[[[241,[-1]],[241,[-1]]],2,89],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[240,[-1]],[240,[-1]]],72,[104,198]],[[[241,[-1]],[241,[-1]]],72,[104,27]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[],[[245,[-1]]],118],[[],[[244,[-1]]],[]],[[],[[240,[-1]]],118],[[],[[241,[-1]]],118],[[],[[246,[-1]]],118],[[],[[247,[-1]]],118],[20,-1,[]],[[[245,[-1,-2]]],-1,[],108],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[242,[-1]]],-1,27],[[[243,[-1]]],-1,27],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[243,[-1]]],-1,27],[20,-1,[]],[20,-1,[]],[248,4],[249,4],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[240,[-2]]]]],43,[105,198]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[241,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[[244,[-1]],[244,[-1]]],22,[]],[[[240,[-1]],[240,[-1]]],22,[]],[[[241,[-1]],[241,[-1]]],22,[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[242,[-1]],-2],[[19,[[242,[-3]],[242,[-1]]]]],27,108,27],[[[243,[-1]],-2],[[19,[[243,[-3]],[243,[-1]]]]],27,108,27],[[[245,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[244,[-1]],23],[[19,[2,24]]],90],[[[240,[-1]],23],[[19,[2,24]]],[198,90]],[[[241,[-1]],23],[[19,[2,24]]],[90,27]],[[248,23],[[19,[2,24]]]],[[248,23],[[19,[2,24]]]],[[249,23],[[19,[2,24]]]],[[249,23],[[19,[2,24]]]],[[[242,[-1]],23],[[19,[2,24]]],[164,27]],[[[242,[-1]],23],[[19,[2,24]]],[90,27]],[[[243,[-1]],23],[[19,[2,24]]],[164,27]],[[[243,[-1]],23],[[19,[2,24]]],[90,27]],[[[246,[-1]],23],[[19,[2,24]]],27],[[[247,[-1]],23],[[19,[2,24]]],27],[[[245,[-1,-2]]],-1,[],108],[-1,-1,[]],[-1,-1,[]],[-1,[[244,[-1]]],[]],[107,-1,[]],[-1,[[240,[-1]]],[]],[-1,-1,[]],[107,-1,[]],[-1,-1,[]],[107,-1,[]],[-1,[[241,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[246,[-1]]],[]],[107,-1,[]],[-1,-1,[]],[-1,[[247,[-1]]],[]],[107,-1,[]],[-1,-1,[]],[-1,[[240,[-1]]],27],[-1,[[246,[-1]]],27],[[[240,[-1]],[240,[-1]]],22,[]],[[[241,[-1]],[241,[-1]]],22,[]],[[[244,[-1]]],[[6,[-1]]],[]],[[[240,[-1]]],-1,198],[[[246,[-1]]],[],27],[[[247,[-1]]],[],27],[[[244,[-1]]],[[6,[-1]]],[]],[[[240,[-1]]],-1,27],[[[241,[-1]]],-1,27],[[[246,[-1]]],-1,27],[[[247,[-1]]],-1,27],[[[244,[-1]],-2],-1,[],108],[[[244,[-1]],-2],[[19,[-1,-3]]],[],108,[]],[[[240,[-1]],[240,[-1]]],22,[]],[[[241,[-1]],[241,[-1]]],22,[]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[245,[-1,-2]]],[[19,[-1,-2]]],[],108],[[[244,[-1]]],[[6,[-1]]],[]],[[[240,[-1]]],-1,[]],[[[241,[-1]]],-1,[]],[[[246,[-1]]],-1,[]],[[[247,[-1]]],-1,[]],[[],22],[[],22],[172,173],[172,173],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[240,[-1]],[240,[-1]]],22,[]],[[[241,[-1]],[241,[-1]]],22,[]],[[[242,[-1]]],-1,27],[[[243,[-1]]],-1,27],[[[240,[-1]],[240,[-1]]],22,[]],[[[241,[-1]],[241,[-1]]],22,[]],[[[242,[-1]],-2],[[242,[-3]]],27,108,27],[[[243,[-1]],-2],[[243,[-3]]],27,108,27],[[[242,[-1]],-2],[[2,[[242,[-3]],[242,[-4]]]]],27,108,27,27],[[[243,[-1]],-2],[[2,[[243,[-3]],[243,[-4]]]]],27,108,27,27],0,[-1,[[245,[-2,-1]]],108,[]],[[],[[244,[-1]]],[]],[-1,[[240,[-1]]],[]],[-1,[[241,[-1]]],[]],[-1,[[246,[-1]]],[]],[-1,[[247,[-1]]],[]],[[[240,[-1]],[240,[-1]]],[[6,[72]]],[]],[[[241,[-1]],[241,[-1]]],[[6,[72]]],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[246],[247],[[[240,[-1]],-1],-1,[]],[[[241,[-1]],-1],-1,[]],[[[241,[-1]],-2],-1,[],108],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],35],[[],35],[[[240,[-1]],-2],19,[110,198],46],[[[241,[-1]],-2],19,[110,27],46],[[[244,[-1]],-1],[[19,[2,-1]]],[]],[[[240,[-1]],-1],2,[]],[[[242,[[17,[8]]]],20],[[2,[[242,[[17,[8]]]],[242,[[17,[8]]]]]]]],[[[243,[[17,[8]]]],20],[[2,[[243,[[17,[8]]]],[243,[[17,[8]]]]]]]],0,[[[240,[-1]],[240,[-1]]],2,[]],[[[241,[-1]],[241,[-1]]],2,[]],[[[244,[-1]]],[[6,[-1]]],[]],[[[240,[-1]]],-1,118],[[[241,[-1]]],-1,118],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[[[241,[-1]]],[[19,[[242,[-1]],248]]],27],[[[241,[-1]]],[[19,[[243,[-1]],249]]],27],[[[241,[-1]]],[[19,[-1,248]]],27],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[[[241,[-1]]],-1,27],[[[240,[-1]],-2],-1,198,108],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-1,-1],-1,[27,109]],[72,72],[[[250,[-1]]],[[250,[-1]]],89],[[[250,[-1]],[250,[-1]]],2,89],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-1],72,[]],[[72,72],72],[[[250,[-1]],[250,[-1]]],72,104],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[72,72,251],72],[[72,72],251],[[72,72],251],[[72,72],251],[[],[[250,[-1]]],118],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[250,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[[-1,-2],22,[],[]],[[72,72],22],[[[250,[-1]],[250,[-1]]],22,[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[72,23],[[19,[2,24]]]],[[[250,[-1]],23],[[19,[2,24]]],90],[-1,-1,[]],[-1,-1,[]],[[-1,-2],22,[],[]],[[[250,[-1]],[250,[-1]]],22,[]],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],22,[],[]],[[[250,[-1]],[250,[-1]]],22,[]],[[72,-1],2,29],[[[250,[-1]],-2],2,26,29],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[72,22],[72,22],[72,22],[72,22],[72,22],[72,22],[[],22],[172,173],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[-1,-2],22,[],[]],[[[250,[-1]],[250,[-1]]],22,[]],[[-1,-2],22,[],[]],[[[250,[-1]],[250,[-1]]],22,[]],[[-1,-1],-1,104],[[-1,-1],-1,27],[[-1,-1,-2],-1,[],108],[[-1,-1,-2],-1,[],183],[[-1,-1],-1,104],[[-1,-1],-1,27],[[-1,-1,-2],-1,[],108],[[-1,-1,-2],-1,[],183],[[-1,-1],[[197,[-1]]],104],[[-1,-1,-2],[[197,[-1]]],[],108],[[-1,-1,-2],[[197,[-1]]],[],183],[[-1,-2],22,[],[]],[[-1,-2],[[6,[72]]],[],[]],[[72,72],[[6,[72]]]],[[[250,[-1]],[250,[-1]]],[[6,[72]]],[]],[[]],[[]],[72,72],[[],[[30,[4]]]],[[],35],[[[250,[-1]],-2],19,110,46],[[72,72],72],[[72,-1],72,108],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,120,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[252,252],[[-1,-2],2,[],[]],[[252,252],72],[[-1,-2],72,[],[]],[20,-1,[]],[20,-1,[]],[252,4],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[[252,252],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[252,23],[[19,[2,24]]]],[[252,23],[[19,[2,24]]]],[-1,-2,[],[]],[107,252],[-1,-1,[]],[107,-1,[]],[[-1,-2],25,[26,27],28],[[252,-1],2,29],[-1,-1,[]],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[252,252],[[6,[72]]]],[[]],[252,253],[-1,-2,[],[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[23,[[6,[254]]]],0,[23,22],0,[-1,120,[]],[236,[[6,[4]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[254,254],[24,24],[236,236],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[24,24],72],[[23,-1],[[19,[2,24]]],[164,27]],[[-1,-2],72,[],[]],[-1,24,164],[23,255],[23,256],[23,257],[[23,4],258],[[23,4],259],[[],24],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[24,4],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],0,[[257,-1],257,114],[[255,-1],255,114],[[256,-1],256,114],[[257,90],257],[[255,90],255],[[256,90,90],256],[[254,254],22],[[24,24],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[258,4,90],258],[[259,90],259],0,[23,156],0,[258,[[19,[2,24]]]],[259,[[19,[2,24]]]],[257,[[19,[2,24]]]],[255,[[19,[2,24]]]],[256,[[19,[2,24]]]],[258,[[19,[2,24]]]],[23,66],0,[[-1,23],[[19,[2,24]]],[]],[[-1,23],[[19,[2,24]]],[]],[[-1,23],[[19,[2,24]]],[]],[[-1,23],[[19,[2,24]]],[]],[[-1,23],[[19,[2,24]]],[]],[[-1,23],[[19,[2,24]]],[]],[[-1,23],[[19,[2,24]]],[]],[[-1,23],[[19,[2,24]]],[]],[[-1,23],[[19,[2,24]]],[]],[[254,23],[[19,[2,24]]]],[[24,23],[[19,[2,24]]]],[[24,23],[[19,[2,24]]]],[[236,23],[[19,[2,24]]]],[[236,23],[[19,[2,24]]]],0,0,0,0,[236,35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],25,[26,27],28],0,0,0,[[24,-1],2,29],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],22],[172,173],[[256,90],256],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[23,4],[[19,[2,24]]]],[[23,22,4,4],[[19,[2,24]]]],[[24,24],[[6,[72]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[23,[[6,[20]]]],0,0,0,0,[[],[[30,[4]]]],[[],35],[[236,-1],19,46],[[23,22],[[19,[2,24]]]],[[23,[17,[8]]],[[19,[2,24]]]],[[23,156],[[19,[2,24]]]],[[23,260],[[19,[2,24]]]],[[23,261],[[19,[2,24]]]],[[23,237],[[19,[2,24]]]],[[23,202],[[19,[2,24]]]],[[23,179],[[19,[2,24]]]],[[23,203],[[19,[2,24]]]],[[23,204],[[19,[2,24]]]],[[23,[6,[20]]],[[19,[24]]]],[[23,4,-1],[[19,[2,24]]],[110,27]],[[23,4,66,4,-1],[[19,[2,24]]],[110,27]],[23,[[19,[2,24]]]],[[23,[6,[20]]],[[19,[24]]]],[[23,-1],[[19,[2,24]]],[110,27]],[[23,4],[[19,[2,24]]]],[[23,4,20],[[19,[24]]]],[[23,4,66,4,20],[[19,[24]]]],[[23,20],[[19,[24]]]],[[23,4,20],[[19,[24]]]],[[23,4,66,4,20],[[19,[24]]]],[[23,239],[[19,[2,24]]]],[[23,205],[[19,[2,24]]]],[[23,66],[[19,[2,24]]]],[[23,25],[[19,[2,24]]]],[[23,8],[[19,[2,24]]]],[23,[[19,[2,24]]]],[[23,4],[[19,[2,24]]]],[[23,4,66,4],[[19,[2,24]]]],[23,22],[23,22],[23,22],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[[256,90],256],[23,[[6,[20]]]],0,[[262,236],[[19,[2,24]]]],[[-1,156],[[19,[2,24]]],[]],[[23,156],[[19,[2,24]]]],[[-1,236],[[19,[2,24]]],[]],[[23,236],[[19,[2,24]]]],[[23,236],[[19,[2,24]]]],[[-1,4],[[19,[2,24]]],[]],[[23,4],[[19,[2,24]]]],[[23,4],[[19,[2,24]]]],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[[263,[-1]]],-1,[118,29]],[[[263,[-1]]],[[263,[-1]]],[]],[264,264],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],[[263,[-1]]],[]],[[],264],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[[[263,[-1]],[263,[-1]]],22,[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[-1,25,[]],[264,25],[[[263,[-1]],23],[[19,[2,24]]],[]],[[264,23],[[19,[2,24]]]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],2,[],29],[[-1,-2],25,27,26],[[[17,[-1]],-2],2,27,29],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],264],[[25,25],264],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[[-1,[17,[8]]],2,[]],[[264,[17,[8]]],2],[[-1,237],2,[]],[[-1,202],2,[]],[[-1,179],2,[]],[[-1,203],2,[]],[[-1,204],2,[]],[[-1,238],2,[]],[[-1,20],2,[]],[[-1,4],2,[]],[[264,4],2],[[-1,239],2,[]],[[-1,205],2,[]],[[-1,66],2,[]],[[-1,25],2,[]],[[-1,8],2,[]],[[-1,20],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,[[[265,[-1,-2,-3]],20],[[19,[2,266]]],213,114,183],[[[267,[-1]],20],[[19,[2,266]]],213],[[-1,20],[[19,[2,266]]],[]],[[[268,[-1]],20],[[19,[2,266]]],213],[[[269,[-1,-2]],20],[[19,[2,266]]],213,213],[[[270,[-1]],20],[[19,[2,266]]],213],[[[271,[-1]],20],[[19,[2,266]]],[208,213]],[[[272,[-1]],20],[[19,[2,266]]],213],[[[273,[-1]],20],[[19,[2,266]]],[213,208]],[[[274,[-1]],20],[[19,[2,266]]],[213,208]],[[[275,[-1]],20],[[19,[2,266]]],89],[[[265,[-1,-2,-3]],20],[[19,[2,266]]],210,114,183],[[[267,[-1]],20],[[19,[2,266]]],210],[[-1,20],[[19,[2,266]]],[]],[[[268,[-1]],20],[[19,[2,266]]],210],[[[269,[-1,-2]],20],[[19,[2,266]]],210,210],[[[270,[-1]],20],[[19,[2,266]]],210],[[[276,[-1]],20],[[19,[2,266]]],[89,210]],[[[271,[-1]],20],[[19,[2,266]]],210],[[[272,[-1]],20],[[19,[2,266]]],213],[[[273,[-1]],20],[[19,[2,266]]],210],[[[274,[-1]],20],[[19,[2,266]]],210],[[[275,[-1]],20],[[19,[2,266]]],89],[[-1,-2],22,27,183],[[-1,-2],22,27,183],[-1,[[277,[-1]]],27],0,0,[[-1,20],-1,[]],[[-1,20],[[6,[-1]]],[]],[[-1,20],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-1,27],[[-1,-2],[[269,[-1]]],27,114],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[[[265,[-1,-2,-3]]],[[265,[-1,-2,-3]]],89,[89,114],89],[[[267,[-1]]],[[267,[-1]]],[89,210]],[[[278,[-1,-2]]],[[278,[-1,-2]]],[210,89],89],[[[279,[-1,-2]]],[[279,[-1,-2]]],[210,89],89],[[[280,[-1]]],[[280,[-1]]],[]],[[[277,[-1]]],[[277,[-1]]],[89,210]],[[[269,[-1,-2]]],[[269,[-1,-2]]],89,89],[[[281,[-1]]],[[281,[-1]]],89],[[[270,[-1]]],[[270,[-1]]],89],[[[276,[-1]]],[[276,[-1]]],89],[[[271,[-1]]],[[271,[-1]]],89],[[[282,[-1,-2]]],[[282,[-1,-2]]],89,89],[[[283,[-1,-2]]],[[283,[-1,-2]]],89,89],[[[284,[-1]]],[[284,[-1]]],89],[[[285,[-1,-2]]],[[285,[-1,-2]]],89,89],[[[286,[-1]]],[[286,[-1]]],[89,210]],[[[287,[-1,-2]]],[[287,[-1,-2]]],89,89],[[[288,[-1,-2]]],[[288,[-1,-2]]],89,89],[[[289,[-1]]],[[289,[-1]]],[89,210]],[[[272,[-1]]],[[272,[-1]]],89],[[[290,[-1,-2,-3]]],[[290,[-1,-2,-3]]],89,89,89],[[[273,[-1]]],[[273,[-1]]],89],[[[291,[-1,-2]]],[[291,[-1,-2]]],89,89],[[[292,[-1]]],[[292,[-1]]],89],[[[274,[-1]]],[[274,[-1]]],89],[[[293,[-1,-2]]],[[293,[-1,-2]]],89,89],[[[294,[-1,-2]]],[[294,[-1,-2]]],89,89],[[[295,[-1]]],[[295,[-1]]],89],[[[296,[-1]]],[[296,[-1]]],89],[[[297,[-1]]],[[297,[-1]]],89],[[[275,[-1]]],[[275,[-1]]],89],[[[298,[-1]]],[[298,[-1]]],89],[[[299,[-1,-2]]],[[299,[-1,-2]]],89,89],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[-1,[[281,[-1]]],[27,210]],[[-1,-2],72,27,114],[[-1,-2,-3],72,27,114,183],[-1,-2,27,157],[[-1,-2],-2,27,300],[-1,[[270,[-1]]],[27,210]],[[[265,[-1,-2,-3]]],20,210,114,183],[[[267,[-1]]],20,210],[-1,20,27],[[[277,[-1]]],20,210],[[[269,[-1,-2]]],20,210,210],[[[270,[-1]]],20,210],[[[271,[-1]]],20,210],[[[282,[-1,-2]]],20,210,183],[[[284,[-1]]],20,210],[[[289,[-1]]],20,210],[[[273,[-1]]],20,210],[[[275,[-1]]],20,89],0,[-1,[[276,[-1]]],[27,89]],[[],[[267,[-1]]],[118,210]],[[],[[280,[-1]]],[]],[[],[[269,[-1,-2]]],118,118],[[],[[281,[-1]]],118],[[],[[270,[-1]]],118],[[],[[271,[-1]]],118],[[],[[284,[-1]]],118],[[],[[272,[-1]]],118],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],0,[[],[[280,[-1]]],[]],[-1,[[271,[-1]]],27],[[-1,-2],22,27,114],[[-1,-2,-3],22,27,114,183],[[-1,-2],2,[],114],[[-1,-2],2,[],[]],[[-1,20],2,[]],0,0,0,0,0,[[-1,-2],[[282,[-1,-2]]],27,183],[[-1,-2],[[283,[-1,-2]]],27,183],[[-1,-2],6,27,183],[[[269,[-1,-2]],-3],6,210,210,183],[[[284,[-1]],-2],6,210,183],[[[272,[-1]],-2],6,213,183],[[-1,-2],[[6,[-3]]],27,183,[]],0,0,0,[[-1,-2],[[265,[-1,-3,-2]]],27,183,114],[-1,[[267,[-1]]],27],[[[265,[-1,-2,-3]],23],[[19,[2,24]]],90,114,[]],[[[267,[-1]],23],[[19,[2,24]]],[90,210]],[[[278,[-1,-2]],23],[[19,[2,24]]],[210,90],90],[[[279,[-1,-2]],23],[[19,[2,24]]],[210,90],[]],[[[280,[-1]],23],[[19,[2,24]]],[]],[[[277,[-1]],23],[[19,[2,24]]],[90,210]],[[[268,[-1]],23],[[19,[2,24]]],90],[[[269,[-1,-2]],23],[[19,[2,24]]],90,90],[[[281,[-1]],23],[[19,[2,24]]],90],[[[270,[-1]],23],[[19,[2,24]]],90],[[[276,[-1]],23],[[19,[2,24]]],90],[[[271,[-1]],23],[[19,[2,24]]],90],[[[282,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[283,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[284,[-1]],23],[[19,[2,24]]],90],[[[285,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[286,[-1]],23],[[19,[2,24]]],[90,210]],[[[287,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[288,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[289,[-1]],23],[[19,[2,24]]],[90,210]],[[[272,[-1]],23],[[19,[2,24]]],90],[[[290,[-1,-2,-3]],23],[[19,[2,24]]],90,90,[]],[[[273,[-1]],23],[[19,[2,24]]],90],[[[291,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[292,[-1]],23],[[19,[2,24]]],90],[[[274,[-1]],23],[[19,[2,24]]],90],[[[293,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[294,[-1,-2]],23],[[19,[2,24]]],90,90],[[[295,[-1]],23],[[19,[2,24]]],[]],[[[296,[-1]],23],[[19,[2,24]]],90],[[[297,[-1]],23],[[19,[2,24]]],[]],[[[275,[-1]],23],[[19,[2,24]]],90],[[[298,[-1]],23],[[19,[2,24]]],[]],[[[299,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[265,[-1,-2,-3]],-4,-5],-4,210,114,183,[],183],[[[267,[-1]],-2,-3],-2,210,[],183],[[[278,[-1,-2]],-3,-4],-3,210,183,[],183],[[-1,-2,-3],-2,27,[],183],[[[277,[-1]],-2,-3],-2,210,[],183],[[[268,[-1]],-2,-3],-2,210,[],183],[[[269,[-1,-2]],-3,-4],-3,210,210,[],183],[[[281,[-1]],-2,-3],-2,210,[],183],[[[270,[-1]],-2,-3],-2,210,[],183],[[[271,[-1]],-2,-3],-2,210,[],183],[[[282,[-1,-2]],-3,-4],-3,210,183,[],183],[[[283,[-1,-2]],-3,-4],-3,210,183,[],183],[[[284,[-1]],-2,-3],-2,210,[],183],[[[285,[-1,-2]],-3,-4],-3,210,183,[],183],[[[286,[-1]],-2,-3],-2,210,[],183],[[[287,[-1,-2]],-3,-4],-3,210,183,[],183],[[[288,[-1,-2]],-3,-4],-3,210,183,[],183],[[[289,[-1]],-2,-3],-2,210,[],183],[[[272,[-1]],-2,-3],-2,213,[],183],[[[290,[-1,-2,-3]],-4,-5],-4,210,[],183,[],183],[[[273,[-1]],-2,-3],-2,210,[],183],[[[291,[-1,-2]],-3,-4],-3,210,183,[],183],[[[292,[-1]],-2,-3],-2,210,[],183],[[[274,[-1]],-2,-3],-2,210,[],183],[[[293,[-1,-2]],-3,-4],-3,210,183,[],183],[[-1,-2],2,27,183],[[[274,[-1]],-2],2,210,183],[[-1,20],-1,[]],[[-1,20],[[6,[-1]]],[]],[[-1,20],-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[295,[-1]]],183],[-1,[[301,[-1]]],[[227,[2]],221]],[-1,-2,114,[]],[-1,[[284,[-1]]],27],[[-1,-2],22,27,114],0,[[-1,-2],22,27,114],0,[[],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,0,0,[[-1,-2],[[285,[-1,-2]]],27,183],[-1,[[286,[-1]]],27],[[-1,-2],[[278,[-1,-2]]],27,183],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[277,[-1]]],[[6,[302]]],210],[-1,22,[]],[[[277,[-1]]],22,208],[[[281,[-1]]],22,208],[[[270,[-1]]],22,208],[[[271,[-1]]],22,208],[[[284,[-1]]],22,208],[[[285,[-1,-2]]],22,208,183],[[[287,[-1,-2]]],22,208,183],[[[272,[-1]]],22,[208,213]],[[-1,-2],22,27,183],[-1,22,27],[[-1,-2],22,27,183],[[-1,-2],22,27,183],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[265,[-1,-2,-3]]],6,210,114,183],[[[267,[-1]]],6,210],[-1,6,27],[[[269,[-1,-2]]],6,210,210],[[[270,[-1]]],[[6,[-2]]],210,198],[[[284,[-1]]],6,210],[[[289,[-1]]],6,210],[[[273,[-1]]],6,210],[[[275,[-1]]],[[6,[-1]]],89],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[-1,-2],22,27,114],[[[280,[-1]]],20,[]],[-1,20,[]],[[[277,[-1]]],20,208],[[[281,[-1]]],20,208],[[[270,[-1]]],20,208],[[[271,[-1]]],20,208],[[[284,[-1]]],20,208],[[[285,[-1,-2]]],20,208,183],[[[287,[-1,-2]]],20,208,183],[[[272,[-1]]],20,[208,213]],[[[296,[-1]]],20,[]],[[[297,[-1]]],20,108],0,[[-1,-2],22,27,114],[[-1,-2],[[287,[-1,-2]]],27,183],[[-1,-2],[[288,[-1,-2]]],27,183],[[-1,-2],[[279,[-1,-2]]],27,183],[-1,6,27],[[-1,-2],6,27,183],[[-1,-2],6,27,183],[-1,6,27],[[-1,-2],6,27,183],[[-1,-2],6,27,183],0,0,[[-1,-2],22,27,114],0,0,[-1,6,[]],[[[265,[-1,-2,-3]]],6,210,114,183],[[[267,[-1]]],6,210],[[[278,[-1,-2]]],6,210,183],[[[279,[-1,-2]]],6,210,183],[[[280,[-1]]],[[6,[-1]]],[]],[[[277,[-1]]],6,210],[[[268,[-1]]],6,210],[[[269,[-1,-2]]],6,210,210],[[[281,[-1]]],[[6,[-2]]],210,89],[[[270,[-1]]],[[6,[-2]]],210,198],[[[276,[-1]]],6,[89,210]],[[[271,[-1]]],[[6,[[2,[20]]]]],210],[[[282,[-1,-2]]],6,210,183],[[[283,[-1,-2]]],[[6,[-3]]],210,183,[]],[[[284,[-1]]],6,210],[[[285,[-1,-2]]],6,210,183],[[[286,[-1]]],6,210],[[[287,[-1,-2]]],[[6,[-3]]],210,183,[]],[[[288,[-1,-2]]],[[6,[-3]]],210,183,[]],[[[289,[-1]]],6,210],[[[272,[-1]]],6,213],[[[290,[-1,-2,-3]]],[[6,[-4]]],210,[],183,[]],[[[273,[-1]]],6,210],[[[291,[-1,-2]]],6,210,183],[[[292,[-1]]],6,210],[[[274,[-1]]],6,210],[[[293,[-1,-2]]],6,210,183],[[[294,[-1,-2]]],6,210,210],[[[295,[-1]]],6,183],[[[296,[-1]]],[[6,[-1]]],[]],[[[297,[-1]]],[[6,[-2]]],108,[]],[[[275,[-1]]],[[6,[-1]]],89],[[[298,[-1]]],[[6,[-2]]],183,[]],[[[299,[-1,-2]]],6,[],183],0,[-1,6,[]],[[[265,[-1,-2,-3]]],6,213,114,183],[[[267,[-1]]],6,213],[[[280,[-1]]],[[6,[-1]]],[]],[[[277,[-1]]],6,[213,208]],[[[268,[-1]]],6,213],[[[269,[-1,-2]]],6,213,213],[[[281,[-1]]],[[6,[-2]]],213,89],[[[270,[-1]]],[[6,[-2]]],213,198],[[[271,[-1]]],[[6,[[2,[20]]]]],[208,213]],[[[282,[-1,-2]]],6,213,183],[[[283,[-1,-2]]],[[6,[-3]]],213,183,[]],[[[284,[-1]]],6,213],[[[285,[-1,-2]]],6,213,183],[[[287,[-1,-2]]],[[6,[-3]]],213,183,[]],[[[289,[-1]]],6,213],[[[272,[-1]]],6,213],[[[273,[-1]]],6,[213,208]],[[[292,[-1]]],6,[213,208]],[[[274,[-1]]],6,[213,208]],[[[294,[-1,-2]]],[[6,[2]]],[213,208],[213,208]],[[[296,[-1]]],[[6,[-1]]],[]],[[[297,[-1]]],[[6,[-2]]],108,[]],[[[275,[-1]]],[[6,[-1]]],89],[-1,[[19,[197,302]]],27],[[[270,[-1]]],[[19,[197,302]]],210],[[[282,[-1,-2]]],[[19,[197,302]]],210,183],[[[283,[-1,-2]]],[[19,[197,302]]],210,183],[[[289,[-1]],-2],6,210,108],[[[289,[-1]],-2],6,210,27],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[[-1,20],6,[]],[[[268,[-1]],20],6,210],[[[269,[-1,-2]],20],6,210,210],[[[270,[-1]],20],[[6,[-2]]],210,198],[[[271,[-1]],20],[[6,[[2,[20]]]]],210],[[[284,[-1]],20],6,210],[[[289,[-1]],20],6,210],[[[272,[-1]],20],6,213],[[[273,[-1]],20],6,210],[[[292,[-1]],20],6,210],[[[274,[-1]],20],6,210],[[[294,[-1,-2]],20],6,210,210],[[[275,[-1]],20],[[6,[-1]]],89],[[-1,20],6,[]],[[[268,[-1]],20],6,213],[[[269,[-1,-2]],20],6,213,213],[[[271,[-1]],20],[[6,[[2,[20]]]]],[208,213]],[[[284,[-1]],20],6,213],[[[272,[-1]],20],6,213],[[[273,[-1]],20],6,[213,208]],[[[292,[-1]],20],6,[213,208]],[[[274,[-1]],20],6,[213,208]],[[[275,[-1]],20],[[6,[-1]]],89],[-1,[[296,[-1]]],[]],[-1,[[297,[-1]]],108],0,[[-1,-2],[[6,[72]]],27,114],[[-1,-2,-3],[[6,[72]]],27,114,183],[[-1,-2],[[2,[-3,-3]]],27,183,[118,300]],[[-1,-2],20,[27,213],183],[[[289,[-1]]],6,210],[[[289,[-1]]],6,210],[-1,[[289,[-1]]],27],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[-1,-2],[[6,[20]]],27,183],0,0,0,0,[-1,-2,210,[]],[-1,-2,27,303],[[-1,-2],6,27,183],0,[-1,[[275,[-1]]],89],[-1,[[298,[-1]]],183],0,[-1,[[272,[-1]]],[27,213]],[[-1,-2],6,27,183],[[[269,[-1,-2]],-3],6,213,213,183],[[[284,[-1]],-2],6,213,183],[[[272,[-1]],-2],6,213,183],[[[265,[-1,-2,-3]],-4,-5],-4,213,114,183,[],183],[[[267,[-1]],-2,-3],-2,213,[],183],[[-1,-2,-3],-2,27,[],183],[[[277,[-1]],-2,-3],-2,[213,208],[],183],[[[268,[-1]],-2,-3],-2,213,[],183],[[[269,[-1,-2]],-3,-4],-3,213,213,[],183],[[[281,[-1]],-2,-3],-2,213,[],183],[[[270,[-1]],-2,-3],-2,213,[],183],[[[271,[-1]],-2,-3],-2,[208,213],[],183],[[[282,[-1,-2]],-3,-4],-3,213,183,[],183],[[[283,[-1,-2]],-3,-4],-3,213,183,[],183],[[[284,[-1]],-2,-3],-2,213,[],183],[[[285,[-1,-2]],-3,-4],-3,213,183,[],183],[[[287,[-1,-2]],-3,-4],-3,213,183,[],183],[[[289,[-1]],-2,-3],-2,213,[],183],[[[272,[-1]],-2,-3],-2,213,[],183],[[[273,[-1]],-2,-3],-2,[213,208],[],183],[[[292,[-1]],-2,-3],-2,[213,208],[],183],[[[274,[-1]],-2,-3],-2,[213,208],[],183],[[-1,-2],[[6,[20]]],[27,208,213],183],[[-1,-2,-3],[[290,[-1,-2,-3]]],27,[],183],0,0,[[[265,[-1,-2,-3]]],[[2,[20,[6,[20]]]]],210,114,183],[[[267,[-1]]],[[2,[20,[6,[20]]]]],210],[[[278,[-1,-2]]],[[2,[20,[6,[20]]]]],210,183],[[[279,[-1,-2]]],[[2,[20,[6,[20]]]]],210,183],[[[280,[-1]]],[[2,[20,[6,[20]]]]],[]],[-1,[[2,[20,[6,[20]]]]],[]],[[[277,[-1]]],[[2,[20,[6,[20]]]]],210],[[[268,[-1]]],[[2,[20,[6,[20]]]]],210],[[[269,[-1,-2]]],[[2,[20,[6,[20]]]]],210,210],[[[281,[-1]]],[[2,[20,[6,[20]]]]],210],[[[270,[-1]]],[[2,[20,[6,[20]]]]],210],[[[276,[-1]]],[[2,[20,[6,[20]]]]],[89,210]],[[[271,[-1]]],[[2,[20,[6,[20]]]]],210],[[[282,[-1,-2]]],[[2,[20,[6,[20]]]]],210,183],[[[283,[-1,-2]]],[[2,[20,[6,[20]]]]],210,183],[[[284,[-1]]],[[2,[20,[6,[20]]]]],210],[[[285,[-1,-2]]],[[2,[20,[6,[20]]]]],210,183],[[[286,[-1]]],[[2,[20,[6,[20]]]]],210],[[[287,[-1,-2]]],[[2,[20,[6,[20]]]]],210,183],[[[288,[-1,-2]]],[[2,[20,[6,[20]]]]],210,183],[[[289,[-1]]],[[2,[20,[6,[20]]]]],210],[[[272,[-1]]],[[2,[20,[6,[20]]]]],213],[[[290,[-1,-2,-3]]],[[2,[20,[6,[20]]]]],210,[],183],[[[273,[-1]]],[[2,[20,[6,[20]]]]],210],[[[291,[-1,-2]]],[[2,[20,[6,[20]]]]],210,183],[[[292,[-1]]],[[2,[20,[6,[20]]]]],210],[[[274,[-1]]],[[2,[20,[6,[20]]]]],210],[[[293,[-1,-2]]],[[2,[20,[6,[20]]]]],210,183],[[[294,[-1,-2]]],[[2,[20,[6,[20]]]]],210,210],[[[296,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[297,[-1]]],[[2,[20,[6,[20]]]]],108],[[[275,[-1]]],[[2,[20,[6,[20]]]]],89],[[[298,[-1]]],[[2,[20,[6,[20]]]]],183],[[[299,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[-1,20],[[273,[-1]]],27],[[-1,-2],[[291,[-1,-2]]],27,183],0,0,[[-1,20],[[292,[-1]]],27],[[-1,-1],[[6,[20]]],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],0,[[[6,[-1]],-2],[[299,[-1,-2]]],[],183],[-1,-2,210,[]],[-1,-2,27,304],[[-1,20],[[274,[-1]]],27],[[-1,-2],[[293,[-1,-2]]],27,183],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],27],[[-1,-2],[],27,183],[[[265,[-1,-2,-3]],-4,-5],-6,210,114,183,[],183,305],[[[267,[-1]],-2,-3],-4,210,[],183,305],[[-1,-2,-3],-4,27,[],183,305],[[[277,[-1]],-2,-3],-4,210,[],183,305],[[[268,[-1]],-2,-3],-4,210,[],183,305],[[[269,[-1,-2]],-3,-4],-5,210,210,[],183,305],[[[281,[-1]],-2,-3],-4,210,[],183,305],[[[270,[-1]],-2,-3],-4,210,[],183,305],[[[276,[-1]],-2,-3],-4,[89,210],[],183,305],[[[271,[-1]],-2,-3],-4,210,[],183,305],[[[282,[-1,-2]],-3,-4],-5,210,183,[],183,305],[[[283,[-1,-2]],-3,-4],-5,210,183,[],183,305],[[[284,[-1]],-2,-3],-4,210,[],183,305],[[[285,[-1,-2]],-3,-4],-5,210,183,[],183,305],[[[287,[-1,-2]],-3,-4],-5,210,183,[],183,305],[[[288,[-1,-2]],-3,-4],-5,210,183,[],183,305],[[[289,[-1]],-2,-3],-4,210,[],183,305],[[[272,[-1]],-2,-3],-4,213,[],183,305],[[[290,[-1,-2,-3]],-4,-5],-6,210,[],183,[],183,305],[[[273,[-1]],-2,-3],-4,210,[],183,305],[[[291,[-1,-2]],-3,-4],-5,210,183,[],183,305],[[[292,[-1]],-2,-3],-4,210,[],183,305],[[[274,[-1]],-2,-3],-4,210,[],183,305],[[[293,[-1,-2]],-3,-4],-5,210,183,[],183,305],[[[298,[-1]],-2,-3],-4,183,[],183,305],[[-1,-2],-3,27,183,305],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[-1,-2],[],27,183],[[[265,[-1,-2,-3]],-4,-5],-6,213,114,183,[],183,305],[[[267,[-1]],-2,-3],-4,213,[],183,305],[[-1,-2,-3],-4,27,[],183,305],[[[277,[-1]],-2,-3],-4,[213,208],[],183,305],[[[268,[-1]],-2,-3],-4,213,[],183,305],[[[269,[-1,-2]],-3,-4],-5,213,213,[],183,305],[[[281,[-1]],-2,-3],-4,213,[],183,305],[[[270,[-1]],-2,-3],-4,213,[],183,305],[[[271,[-1]],-2,-3],-4,[208,213],[],183,305],[[[282,[-1,-2]],-3,-4],-5,213,183,[],183,305],[[[283,[-1,-2]],-3,-4],-5,213,183,[],183,305],[[[284,[-1]],-2,-3],-4,213,[],183,305],[[[285,[-1,-2]],-3,-4],-5,213,183,[],183,305],[[[287,[-1,-2]],-3,-4],-5,213,183,[],183,305],[[[289,[-1]],-2,-3],-4,213,[],183,305],[[[272,[-1]],-2,-3],-4,213,[],183,305],[[[273,[-1]],-2,-3],-4,[213,208],[],183,305],[[[292,[-1]],-2,-3],-4,[213,208],[],183,305],[[[274,[-1]],-2,-3],-4,[213,208],[],183,305],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,[[2,[-3,-5]]],[27,210],[],[118,[300,[-2]]],[],[118,[300,[-4]]]],[[-1,-2],294,114,114],[[-1,-2],[[294,[-1]]],27,114],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[306,-1],[[19,[[306,[-2]]]]],27,27],[[307,-1],[[19,[307]]],27],[[[306,[-1]]],[[306,[-1]]],27],[307,307],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[306,[-1]],[306,[-1]]],72,27],[[307,307],72],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[],[[306,[-1]]],27],[[],307],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[-1,[[19,[[306,[-2]]]]],43,27],[[[306,[-1]],-2],[[19,[[306,[-1]]]]],27,[45,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[[306,[-1]],-2],[[19,[-1]]],105,43],[[307,-1],[[19,[307]]],[45,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[[[306,[-1]],[306,[-1]]],22,27],[[307,307],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[306,[-1]],23],[[19,[2,24]]],27],[[307,23],[[19,[2,24]]]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[[306,[-1]],-2],2,27,29],[[307,-1],2,29],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[[],22],[172,173],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[306,[-1]],[306,[-1]]],[[6,[72]]],27],[[307,307],[[6,[72]]]],[[]],[[]],[[[306,[-1]],20],2,27],[[307,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[],[[30,[4]]]],[[],35],[[[306,[-1]],-2],19,27,46],[[[306,[-1]],-2],19,27,[45,27]],[[307,-1],19,[45,27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[[[306,[-1]],[17,[[37,[8]]]]],2,27],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[308,308],308],[[],20],[-1,20,27],[[],20],0,[[308,308],308],[[[197,[[37,[-1]]]]],[[197,[-1]]],[]],[[[37,[-1]]],[[17,[[37,[8]]]]],[]],[[[37,[-1]]],[[17,[[37,[8]]]]],[]],[[[37,[-1]]],[],[]],[[[37,[-1]]],[],[]],[[[37,[-1]]],-1,[]],[[[37,[-1]]],2,[]],[[[37,[-1]]],-1,[]],[[[37,[-1]]],-1,[]],[[[37,[-1]]],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[308,308],308],[[309,-1],[[19,[[309,[-2]]]]],27,[[310,[-1]],27]],[[[311,[-1]]],[[311,[-1]]],[]],[[[309,[-1]]],[[309,[-1]]],[89,27]],[[[37,[-1]]],[[37,[-1]]],198],[308,308],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[309,[-1]],[309,[-1]]],72,[104,27]],[[-1,-2],72,[],[]],[-1,-1,198],[[],[[309,[-1]]],[118,27]],[20,-1,[]],[20,-1,[]],[[[309,[-1]]],-1,27],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[309,[-1]]],-1,27],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[309,-1],[[19,[[309,[-2]]]]],[45,27],113],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[311,[-1]]],[]],[-1,2,[]],[20,2],[[[309,[-1]]],2,27],[20,2],[20,2],[20,2],[[[311,[-1]],[311,[-1]]],22,[]],[[[309,[-1]],[309,[-1]]],22,[]],[[308,308],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[311,[-1]],23],[[19,[2,24]]],[]],[[[309,[-1]],23],[[19,[2,24]]],[90,27]],[[[37,[-1]],23],[[19,[2,24]]],[]],[[308,23],[[19,[2,24]]]],[-1,2,[]],[-1,2,27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[[311,[-1]],-2],2,[],29],[[[309,[-1]],-2],2,[26,27],29],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[309,[-1]]],-1,[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],0,[[],20],[-1,20,27],[[],22],[-1,[[309,[-1]]],[]],[-1,[[37,[-1]]],[]],0,[[[309,[-1]],[309,[-1]]],[[6,[72]]],[]],[[]],[[]],[[]],[[]],[[-1,-1],-1,[]],[[[309,[-1]],20],2,113],[[-1,20],2,[]],0,[[[309,[-2]],-1],19,[45,27],[[119,[-1]]]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[],20],[-1,20,27],[[],20],[[[17,[[37,[-1]]]]],[[17,[[37,[8]]]]],[]],[[[17,[[37,[-1]]]]],[[17,[[37,[8]]]]],[]],[[[17,[[37,[-1]]]]],[],[]],[[[17,[[37,[-1]]]]],[],[]],[[[17,[[37,[-1]]]]],[[17,[-1]]],[]],[[[17,[[37,[-1]]]]],[[17,[-1]]],[]],[[308,308],308],[[-1,-1],2,[]],[-1,-1,118],[[[309,[-1]]],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[37,[[197,[-1]]]]],[[197,[[37,[-1]]]]],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[[],[[37,[-1]]],[]],0,[[],[[197,[[37,[-1]]]]],[]],[[],-1,[]],0,0,0,[[],20],[[[37,[-1]],-1],-1,[]],[[[17,[[37,[-1]]]],[17,[-1]]],[[17,[-1]]],198],[[[17,[[37,[-1]]]],[17,[-1]]],[[17,[-1]]],89],[[],-1,[]],[[],[[37,[-1]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[[[312,[-1]],20],[[19,[2,266]]],313],[[[312,[-1]],20],[[19,[2,266]]],313],[[[314,[-1]]],[[314,[-1]]],[]],[[[314,[-1]]],[[314,[-1]]],[]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,315,[]],[[[315,[-1,-2]]],315,[],[]],[[[315,[-1,-2]]],[[6,[-1]]],[],[]],[[-1,-2],[],[],[]],[[-1,-2],[],[],[]],[[-1,-2],[],[],[]],[[316,-1],[[19,[316]]],27],[[312,-1],[[19,[[312,[-2]]]]],27,[[310,[-1]]]],[[317,-1],[[19,[[317,[-2]]]]],27,[[310,[-1]]]],[[318,-1],[[19,[[318,[-2]]]]],27,[[310,[-1]]]],[[319,-1],[[19,[[319,[-2]]]]],27,[[310,[-1]]]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[[[315,[-1,-2]]],[[315,[-1,-2]]],89,89],[[[226,[-1,-2]]],[[226,[-1,-2]]],89,89],[316,316],[[[312,[-1]]],[[312,[-1]]],89],[[[317,[-1]]],[[317,[-1]]],89],[[[318,[-1]]],[[318,[-1]]],89],[[[320,[-1]]],[[320,[-1]]],89],[[[319,[-1]]],[[319,[-1]]],89],[[[314,[-1]]],[[314,[-1]]],89],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[314,[-1]]],[[314,[-1]]],89],[[[226,[-1,-2]],[226,[-1,-2]]],72,104,104],[[-1,-2],72,[],[]],[[-1,-2],22,[],[109,27],[[109,[-2]]]],[[[312,[-1]],-2],22,[],[[109,[-1]],27]],[[[317,[-1]],-2],22,[],[[109,[-1]],27]],[[[318,[-1]],-2],22,[],[[109,[-1]],27]],[[[320,[-1]],-2],22,[],[[109,[-1]],27]],[[[319,[-1]],-2],22,[],[[109,[-1]],27]],[[316,-1],22,321],[[316,-1],22,322],[[[312,[-1]],-2],22,[321,89],321],[[[312,[-1]],-2],22,[322,89],322],[[[317,[-1]],-2],22,[321,89],321],[[[317,[-1]],-2],22,[322,89],322],[[[318,[-1]],-2],22,[322,89],322],[[[318,[-1]],-2],22,[321,89],321],[[[320,[-1]],-2],22,[322,89],322],[[[320,[-1]],-2],22,[321,89],321],[[[319,[-1]],-2],22,[322,89],322],[[[319,[-1]],-2],22,[321,89],321],[[[315,[-1,-2]]],[[6,[-2]]],[],[]],[[[312,[-1]]],20,313],[[[320,[-1]]],20,313],[[],316],[[],[[312,[-1]]],118],[-1,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[-1,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[316,-1],[[19,[316]]],[45,27]],[-1,[[19,[[312,[-2]]]]],[45,27],113],[-1,[[19,[[312,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[317,[-2]]]]],[45,27],113],[-1,[[19,[[317,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[318,[-2]]]]],43,105],[-1,[[19,[[318,[-2]]]]],[45,27],113],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[320,[-2]]]]],[45,27],113],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[320,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[319,[-2]]]]],[45,27],113],[-1,[[19,[[314,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[-1,2,[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[[320,[-1]]],-1,[]],0,0,0,0,[-1,[[314,[-2]]],[],[]],[316,[[314,[-1]]],27],[[[312,[-1]]],[[314,[-1]]],[]],[[[312,[-1]]],[[314,[-1]]],[]],[[[317,[-1]]],[[314,[-1]]],[]],[[[317,[-1]]],[[314,[-1]]],[]],[[[318,[-1]]],[[314,[-1]]],[]],[[[318,[-1]]],[[314,[-1]]],[]],[[[320,[-1]]],[[314,[-1]]],[]],[[[320,[-1]]],[[314,[-1]]],[]],[[[319,[-1]]],[[314,[-1]]],[]],[[[319,[-1]]],[[314,[-1]]],[]],[[[315,[-1,-2]],[315,[-1,-2]]],22,[],[]],[[[226,[-1,-2]],[226,[-1,-2]]],22,[],[]],[[316,316],22],[[[312,[20]],323],22],[[[312,[-1]],[312,[-1]]],22,[]],[[[312,[20]],324],22],[[[317,[-1]],[317,[-1]]],22,[]],[[[318,[-1]],[318,[-1]]],22,[]],[[[320,[-1]],[320,[-1]]],22,[]],[[[319,[-1]],[319,[-1]]],22,[]],[[[314,[-1]],[314,[-1]]],22,[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,[[[315,[-1,-2]],23],[[19,[2,24]]],90,90],[[[226,[-1,-2]],23],[[19,[2,24]]],90,90],[[316,23],[[19,[2,24]]]],[[[312,[-1]],23],[[19,[2,24]]],90],[[[317,[-1]],23],[[19,[2,24]]],90],[[[318,[-1]],23],[[19,[2,24]]],90],[[[320,[-1]],23],[[19,[2,24]]],90],[[[319,[-1]],23],[[19,[2,24]]],90],[[[314,[-1]],23],[[19,[2,24]]],90],[[[325,[-1]],23],[[19,[2,24]]],90],[[[320,[-1]],-2,-3],-2,313,[],183],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[323,[[312,[20]]]],[324,[[312,[20]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],-1,[]],[[],[[315,[-1,-2]]],[],[]],[-1,-2,[],[]],[[[315,[-1,252]]],[[315,[-1,-2]]],[],[]],[[316,4],6],[[316,[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[312,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[312,[20]],4],6],[[[317,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[317,[20]],4],6],[[[318,[20]],4],6],[[[318,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[320,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[320,[20]],4],6],[[[319,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[319,[20]],4],6],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[316,[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[316,4],6],[[[312,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[312,[20]],4],6],[[[317,[20]],4],6],[[[317,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[318,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[318,[20]],4],6],[[[320,[20]],4],6],[[[320,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[319,[20]],[17,[-1]]],[[6,[[17,[-1]]]]],[]],[[[319,[20]],4],6],[[316,17],17],[[316,4]],[[[312,[20]],4]],[[[312,[20]],17],17],[[[317,[20]],17],17],[[[317,[20]],4]],[[[318,[20]],4]],[[[318,[20]],17],17],[[[320,[20]],17],17],[[[320,[20]],4]],[[[319,[20]],4]],[[[319,[20]],17],17],[[316,4]],[[316,17],17],[[[312,[20]],4]],[[[312,[20]],17],17],[[[317,[20]],4]],[[[317,[20]],17],17],[[[318,[20]],17],17],[[[318,[20]],4]],[[[320,[20]],4]],[[[320,[20]],17],17],[[[319,[20]],4]],[[[319,[20]],17],17],[[[315,[-1,-2]],-3],2,26,26,29],[[[226,[-1,-2]],-3],2,26,26,29],[[316,-1],2,29],[[[312,[-1]],-2],2,26,29],[[[317,[-1]],-2],2,26,29],[[[318,[-1]],-2],2,26,29],[[[320,[-1]],-2],2,26,29],[[[319,[-1]],-2],2,26,29],[[[314,[-1]],-2],2,26,29],[[-1,-2],[],[],[]],[[316,4]],[[316,[17,[-1]]],[[17,[-1]]],[]],[[[312,[20]],[17,[-1]]],[[17,[-1]]],[]],[[[312,[20]],4]],[[[317,[20]],4]],[[[317,[20]],[17,[-1]]],[[17,[-1]]],[]],[[[318,[20]],4]],[[[318,[20]],[17,[-1]]],[[17,[-1]]],[]],[[[320,[20]],4]],[[[320,[20]],[17,[-1]]],[[17,[-1]]],[]],[[[319,[20]],[17,[-1]]],[[17,[-1]]],[]],[[[319,[20]],4]],[[-1,-2],[],[],[]],[[316,[17,[-1]]],[[17,[-1]]],[]],[[316,4]],[[[312,[20]],4]],[[[312,[20]],[17,[-1]]],[[17,[-1]]],[]],[[[317,[20]],4]],[[[317,[20]],[17,[-1]]],[[17,[-1]]],[]],[[[318,[20]],4]],[[[318,[20]],[17,[-1]]],[[17,[-1]]],[]],[[[320,[20]],[17,[-1]]],[[17,[-1]]],[]],[[[320,[20]],4]],[[[319,[20]],4]],[[[319,[20]],[17,[-1]]],[[17,[-1]]],[]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[320,[-1]]],[[2,[-1,-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[315,[-1,-2]]],22,[],[]],[[[315,[-1,-2]]],22,[],[]],[[[312,[-1]]],22,[]],[[[320,[-1]]],22,[]],[[],22],[[[312,[-1]]],22,313],[[[320,[-1]]],22,313],[172,173],[172,173],[172,173],[[[312,[-1]]],[[6,[-1]]],313],[[[320,[-1]]],[[6,[-1]]],313],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[314,[-1]],-2],[[314,[-3]]],[],108,[]],[[[315,[-1,-2]],-3],[[315,[-4,-2]]],[],[],108,[]],[[[315,[-1,-2]],-3],[[315,[-1,-4]]],[],[],108,[]],[[[312,[-1]]],[[6,[-1]]],[104,313]],[[[320,[-1]]],[[6,[-1]]],[104,313]],[[[312,[-1]]],[[6,[-1]]],[104,313]],[[[320,[-1]]],[[6,[-1]]],[104,313]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[-1,[],[]],[[-1,-1],[[320,[-1]]],[]],[[[312,[-1]]],[[6,[-1]]],313],[[[317,[-1]]],[[6,[-1]]],313],[[[320,[-1]]],[[6,[-1]]],313],[[[312,[-1]]],[[6,[-1]]],313],[[[320,[-1]]],[[6,[-1]]],313],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[],[]],[[[312,[-1]],20],[[6,[-1]]],313],[[[317,[-1]],20],[[6,[-1]]],313],[[[320,[-1]],20],[[6,[-1]]],313],[[[312,[-1]],20],[[6,[-1]]],313],[[[320,[-1]],20],[[6,[-1]]],313],[[[226,[-1,-2]],[226,[-1,-2]]],[[6,[72]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[[316,20],2],[[[312,[-1]],20],2,113],[[[317,[-1]],20],2,113],[[[318,[-1]],20],2,113],[[[320,[-1]],20],2,113],[[[319,[-1]],20],2,113],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[[206,[-1]],-2],226,[],[]],[[[320,[-1]],-2,-3],-2,313,[],183],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],35],[[],35],[[],35],[[316,-1],19,[45,27]],[[[312,[-1]],-2],19,110,46],[[[312,[-2]],-1],19,[45,27],[[119,[-1]]]],[[[317,[-1]],-2],19,110,46],[[[317,[-2]],-1],19,[45,27],[[119,[-1]]]],[[[318,[-2]],-1],19,[45,27],[[119,[-1]]]],[[[318,[-1]],-2],19,110,46],[[[320,[-1]],-2],19,110,46],[[[320,[-2]],-1],19,[45,27],[[119,[-1]]]],[[[319,[-2]],-1],19,[45,27],[[119,[-1]]]],[[[314,[-1]],-2],19,110,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[[[312,[-1]]],[[2,[20,[6,[20]]]]],313],[[[317,[-1]]],[[2,[20,[6,[20]]]]],313],[[[320,[-1]]],[[2,[20,[6,[20]]]]],313],[[[320,[-1]]],-1,[]],0,0,0,[-1,[[314,[-2]]],[],[]],[316,[[314,[-1]]],27],[[[312,[-1]]],[[314,[-1]]],[]],[[[312,[-1]]],[[314,[-1]]],[]],[[[317,[-1]]],[[314,[-1]]],[]],[[[317,[-1]]],[[314,[-1]]],[]],[[[318,[-1]]],[[314,[-1]]],[]],[[[318,[-1]]],[[314,[-1]]],[]],[[[320,[-1]]],[[314,[-1]]],[]],[[[320,[-1]]],[[314,[-1]]],[]],[[[319,[-1]]],[[314,[-1]]],[]],[[[319,[-1]]],[[314,[-1]]],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[[-1,-2],[],[],[]],[[-1,-2],2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[320,[-1]],-2,-3],-4,313,[],183,305],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[[320,[-1]],-2,-3],-4,313,[],183,305],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[326,[-1]]],266,27],0,0,[[[327,[-1]]],20,27],[[[326,[-1]]],-1,27],[[[326,[[17,[-1]]]]],[],[]],[[[326,[[17,[-1]]]]],[[326,[-1]]],[]],[328,266],[[[326,[-1]]],[],27],[[[326,[-1]]],-1,27],[[[326,[-1]]],[[37,[-1]]],[]],[[[326,[-1]]],[[37,[-1]]],[]],[[[326,[[17,[-1]]]]],[[17,[[37,[-1]]]]],[]],[[[326,[[17,[-1]]]]],[[17,[[37,[-1]]]]],[]],[328,20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],[[326,[-2]]],27,[]],[[[327,[-1]]],[[327,[-1]]],27],[[[326,[-1]]],[[326,[-1]]],27],[328,328],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[327,[-1]],[327,[-1]]],72,27],[[[326,[-1]],[326,[-1]]],72,27],[[328,328],72],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[20,2],[20,2],[[],[[326,[-1]]],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[[],2],[[],22],[[[327,[-1]],[327,[-1]]],22,27],[[[326,[-1]],[326,[-1]]],22,27],[[328,328],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[327,[-1]],23],[[19,[2,24]]],27],[[[326,[-1]],23],[[19,[2,24]]],27],[[[326,[-1]],23],[[19,[2,24]]],27],[[328,23],[[19,[2,24]]]],[-1,-1,[]],[-1,[[326,[-1]]],27],[-1,[[326,[-1]]],27],[-1,-1,[]],[-1,-1,[]],[20],[20],[-1,[],27],[2],[[],[[326,[-1]]],[329,27]],[[[326,[2]]],[[326,[-1]]],27],[2],[-1,[],27],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[[326,[[17,[-1]]]],-2],326,[],[[330,[[17,[-1]]]]]],[-1,2,29],[[[327,[-1]],-2],2,27,29],[[[326,[-1]],-2],2,27,29],[[328,-1],2,29],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[20],[20],[[[327,[-1]]],32,27],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[326,[[17,[-1]]]]],20,[]],[328,66],[[[326,[-1]],-2],[[326,[-1]]],27,108],[[]],[[],[[6,[[326,[-1]]]]],27],[20,[[6,[328]]]],[[],[[326,[-1]]],27],[20,328],[[]],[[]],[[],328],[[[327,[-1]],[327,[-1]]],[[6,[72]]],27],[[[326,[-1]],[326,[-1]]],[[6,[72]]],27],[[328,328],[[6,[72]]]],0,0,[[]],[[]],[[]],[[],-1,[]],[[],-1,[]],[[],-1,[]],[-1,-1,[]],[[[327,[-1]]],20,27],[20,17],[[[326,[-1]],20],[[326,[[17,[-1]]]]],[]],[20,17],[[],2],[20,2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[326,[-1]]],2,[329,27]],[[[326,[-1]]],[[2,[[326,[2]]]]],27],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[20,[[19,[328]]]],[266,[[19,[328]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,[[[326,[-1]],266],[[326,[-1]]],27],[-1,2,[]],[[8,20],2],[-1,2,[]],[-1,2,[]],0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,0,[[[331,[-1,-2]]],-2,[],163],[[[331,[-1,165]]],177,178],[[[331,[-1,-2]]],[],27,163],[[[332,[-1,-2]]],[],27,163],[[[331,[-1,165]]],179,180],[[[331,[-1,-2]]],-1,27,163],[[[331,[[17,[[37,[-1]]]],-2]]],[[331,[[17,[-1]],-2]]],[],[89,163]],[[[331,[[37,[-1]],-2]]],[[331,[-1,-2]]],[],[89,163]],[-1,-2,[],[]],[[[331,[-1,-2]]],-1,27,163],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[331,[-1,-2]]],[[331,[-1,-2]]],27,[163,89]],[[[332,[-1,-2]]],[[332,[-1,-2]]],27,[163,89]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[331,[-1,-2]],[331,[-1,-2]]],72,[104,27],163],[[-1,-2],72,[],[]],[[[331,[-1,165]]],2,27],[[],2],[-1,2,163],[[],[[331,[-1,165]]],118],[[],[[332,[-1,165]]],[]],[20,-1,[]],[[[331,[-1,-2]]],-1,27,163],[20,-1,[]],[20,-1,[]],[[[333,[-1]]],-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[333,[-1]]],-1,[]],[-1,[[19,[[331,[-2,165]]]]],43,27],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[332,[-2,165]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[[331,[149,-1]]],[[19,[[331,[-2,-1]],[331,[149,-1]]]]],[163,89],149],[[[331,[149,-1]]],[[331,[-2,-1]]],[163,89],149],[[[331,[-1,-2]]],[[332,[-1,-2]]],27,[89,163]],[[[333,[-1]]],[[332,[-1,165]]],[]],[20,2],[[[331,[-1,-2]]],2,27,163],[[[332,[-1,-2]]],2,27,163],[20,2],[20,2],[[[333,[-1]]],2,[]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[[[331,[-1,-2]],[331,[-1,-2]]],22,[],163],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[331,[-1,-2]],23],[[19,[2,24]]],27,163],[[[331,[-1,-2]],23],[[19,[2,24]]],[164,27],163],[[[331,[-1,-2]],23],[[19,[2,24]]],[90,27],163],[[[332,[-1,-2]],23],[[19,[2,24]]],27,163],[[[333,[-1]],23],[[19,[2,24]]],90],[[[197,[-1]]],[[331,[[17,[-1]],165]]],[]],[[[17,[-1]]],[[331,[[17,[-1]],165]]],89],[162,[[331,[153,165]]]],[151,[[331,[151,165]]]],[-1,-1,[]],[153,[[331,[153,165]]]],[[[30,[-1]]],[[331,[-1,165]]],[154,27]],[4,[[331,[4,165]]]],[150,[[331,[150,165]]]],[161,[[331,[150,165]]]],[[[174,[-1,-2]]],[[331,[-1,-2]]],27,163],[107,-1,[]],[-1,[[331,[-1,165]]],[]],[[[73,[-1,-2]]],[[331,[[17,[-1]],-2]]],[],163],[166,[[331,[151,165]]]],[35,[[331,[4,165]]]],[[[331,[4,165]]],[[331,[[17,[8]],165]]]],[-1,-1,[]],[-1,-1,[]],[-1,[[331,[[17,[-2]],165]]],114,[]],[[],[[331,[-1,165]]],27],[[],[[332,[-1,165]]],27],[-1,[[331,[-2,-1]]],163,27],[-1,[[332,[-2,-1]]],163,27],[[[331,[-1,-2]],[331,[-1,-2]]],22,[],163],[[-1,-2],25,[26,27],28],[[[331,[-1,-2]]],[[6,[-1]]],27,163],[[[331,[-1,-2]]],-1,27,163],[[[331,[-1,-2]],[331,[-1,-2]]],22,[],163],[[[331,[-1,-2]],-3],2,[26,27],163,29],[[],2],[-1,2,[89,163]],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[331,[-1,-2]]],[[6,[-1]]],[],163],[[[331,[-1,-2]]],[],27,163],[[[332,[-1,-2]]],[],27,163],[[[332,[-1,-2]]],[[2,[-2]]],27,[89,163]],[[[333,[-1]]],[[331,[-1,165]]],[]],[[],22],[[],22],[172,173],[172,173],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[331,[-1,-2]],[331,[-1,-2]]],22,[],163],[[[331,[-1,-2]],[331,[-1,-2]]],22,[],163],[[[331,[-1,-2]]],-1,89,[163,89]],[[[331,[-1,-2]],[331,[-1,-2]]],22,[],163],[-1,[[331,[-1,165]]],[]],[[],[[332,[-1,165]]],[]],[-1,[[333,[-1]]],[]],[-1,[[331,[-2,165]]],108,[]],[[-1,-2],[[331,[-1,-2]]],[],163],[-1,[[332,[-2,-1]]],163,[]],[[],[[331,[[37,[-1]],165]]],[]],[-1,[[331,[[37,[-2]],-1]]],163,[]],[20,[[331,[[17,[[37,[-1]]]],165]]],[]],[[20,-1],[[331,[[17,[[37,[-2]]]],-1]]],163,[]],[[],[[331,[[37,[-1]],165]]],[]],[-1,[[331,[[37,[-2]],-1]]],163,[]],[20,[[331,[[17,[[37,[-1]]]],165]]],[]],[[20,-1],[[331,[[17,[[37,[-2]]]],-1]]],163,[]],[[[331,[-1,-2]],[331,[-1,-2]]],[[6,[72]]],[],163],0,0,[-1,[[206,[[331,[-1,165]]]]],[]],[[-1,-2],[[206,[[331,[-1,-2]]]]],[],163],[[]],[[]],[[]],0,0,0,[[[331,[-1,-2]],[331,[-1,-2]]],22,27,163],[[[332,[-1,-2]],[332,[-1,-2]]],22,27,163],[[[331,[-1,165]],20],2,[225,27]],[[[332,[-1,165]],20],2,[225,27]],[[-1,20],2,[]],[[-1,20],2,[]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],35],[[],35],[[[331,[-2,165]],-1],19,[334,335,27],[[230,[-1]],27]],[[[331,[-1,165]],-2],19,[110,27],46],[[[332,[-1,165]],-2],19,[110,27],46],[[[332,[-2,165]],-1],19,[334,335,27],[[230,[-1]],27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[[331,[-1,-2]]],20,27,163],[[[332,[-1,-2]]],20,27,163],[-1,-2,[],[]],[-1,-2,[],[]],[[[331,[-1,165]]],[[19,[232,233]]],[234,27]],[-1,35,[]],[[[331,[[17,[-1]],165]]],[[19,[[331,[[197,[-1]],165]]]]],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[[331,[-1,165]],235]]],[]],[[-1,-2],[[19,[[331,[-1,-2]],235]]],[],163],[[],[[19,[[331,[[37,[-1]],165]],235]]],[]],[-1,[[19,[[331,[[37,[-2]],-1]],235]]],163,[]],[[],[[19,[[331,[[37,[-1]],165]],235]]],[]],[-1,[[19,[[331,[[37,[-2]],-1]],235]]],163,[]],[[[331,[-1,-2]]],[[19,[-1,[331,[-1,-2]]]]],[],163],[-1,36,[]],[-1,36,[]],[-1,36,[]],[[[331,[-1,-2]]],-1,89,[163,89]],[[[332,[-1,-2]]],[[6,[[331,[-1,-2]]]]],27,[89,163]],[[[331,[-1,-2]]],20,27,163],[[[332,[-1,-2]]],20,27,163],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,[[[94,[-1]],20],[[19,[2,266]]],[]],[[[95,[-1]],20],[[19,[2,266]]],[]],[[[94,[-1]],20],[[19,[2,266]]],[]],[[[95,[-1]],20],[[19,[2,266]]],[]],[[[94,[-1]],-2],22,[],183],[[[95,[-1]],-2],22,[],183],[[[94,[-1]],-2],22,[],183],[[[95,[-1]],-2],22,[],183],[[[95,[-1]]],[[17,[-1]]],[]],[[[94,[-1]]],[[17,[-1]]],[]],[[[95,[-1]]],[[17,[-1]]],[]],[[[94,[-1]]],[[17,[-1]]],[]],[[[95,[-1]]],[[17,[-1]]],[]],[[[336,[-1,-2]]],[[17,[-1]]],[],183],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[[94,[-1]]],[[94,[-1]]],[]],[[[336,[-1,-2]]],[[336,[-1,-2]]],[],[89,183]],[[[337,[-1,-2]]],[[337,[-1,-2]]],[],[89,183]],[[[338,[-1,-2]]],[[338,[-1,-2]]],[],[89,183]],[339,339],[[[340,[-1]]],[[340,[-1]]],[]],[[[341,[-1]]],[[341,[-1]]],[]],[[[342,[-1]]],[[342,[-1]]],[]],[[[343,[-1]]],[[343,[-1]]],89],[[[344,[-1]]],[[344,[-1]]],[]],[[[345,[-1]]],[[345,[-1]]],[]],[[[346,[-1]]],[[346,[-1]]],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[-1,[],[]],[[[94,[-1]]],20,[]],[[[95,[-1]]],20,[]],[[[340,[-1]]],20,[]],[[[341,[-1]]],20,[]],[[[347,[-1]]],20,[]],[[[342,[-1]]],20,[]],[[[348,[-1]]],20,[]],[[[343,[-1]]],20,[]],[[[344,[-1]]],20,[]],[[[349,[-1]]],20,[]],[[[345,[-1]]],20,[]],[[[350,[-1]]],20,[]],[[[346,[-1]]],20,[]],[[[351,[-1]]],20,[]],[[],[[94,[-1]]],[]],[[],[[95,[-1]]],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],0,0,[[[94,[-1]],-2],6,[],183],[[[95,[-1]],-2],6,[],183],[[[94,[-1]],-2],[[6,[-3]]],[],183,[]],[[[95,[-1]],-2],[[6,[-3]]],[],183,[]],0,0,0,0,[[[94,[-1]],23],[[19,[2,24]]],90],[[[95,[-1]],23],[[19,[2,24]]],90],[[[336,[-1,-2]],23],[[19,[2,24]]],90,183],[[[337,[-1,-2]],23],[[19,[2,24]]],90,183],[[[352,[-1,-2]],23],[[19,[2,24]]],90,183],[[[353,[-1,-2]],23],[[19,[2,24]]],90,183],[[[338,[-1,-2]],23],[[19,[2,24]]],90,183],[[[354,[-1,-2]],23],[[19,[2,24]]],90,183],[[[355,[-1,-2]],23],[[19,[2,24]]],90,183],[[[356,[-1,-2]],23],[[19,[2,24]]],90,183],[[[357,[-1,-2]],23],[[19,[2,24]]],90,183],[[[358,[-1,-2]],23],[[19,[2,24]]],90,183],[[[359,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[360,[-1,-2]],23],[[19,[2,24]]],90,[]],[[339,23],[[19,[2,24]]]],[[339,23],[[19,[2,24]]]],[[[340,[-1]],23],[[19,[2,24]]],90],[[[341,[-1]],23],[[19,[2,24]]],90],[[[347,[-1]],23],[[19,[2,24]]],90],[[[342,[-1]],23],[[19,[2,24]]],90],[[[348,[-1]],23],[[19,[2,24]]],90],[[[343,[-1]],23],[[19,[2,24]]],90],[[[344,[-1]],23],[[19,[2,24]]],90],[[[349,[-1]],23],[[19,[2,24]]],90],[[[345,[-1]],23],[[19,[2,24]]],90],[[[350,[-1]],23],[[19,[2,24]]],90],[[[346,[-1]],23],[[19,[2,24]]],90],[[[351,[-1]],23],[[19,[2,24]]],90],[[[94,[-1]],-2,-3],-2,[],[],183],[[[95,[-1]],-2,-3],-2,[],[],183],[[339,-1,-2],-1,[],183],[[[94,[-1]],-2],2,[],183],[[[95,[-1]],-2],2,[],183],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[17,[-1]]],[]],[312,[[17,[-1]]],[]],[312,[[17,[-1]]],[]],[20,[[17,[-1]]],[]],[20,[[17,[-1]]],[]],[-1,[[17,[-1]]],[]],[[-1,-2],6,[],[]],[[-1,-2],6,[],[]],[-1,[],[]],[-1,[],[]],[[-1,-2],[],[],[]],[[-1,-2],[],[],[]],[[],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,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[348,[-1]]],[[17,[-1]]],[]],[[[349,[-1]]],[[17,[-1]]],[]],[[[351,[-1]]],[[17,[-1]]],[]],[[[95,[-1]]],[[17,[-1]]],[]],[[[94,[-1]]],22,[]],[[[95,[-1]]],22,[]],[[[342,[-1]]],22,[]],[[[348,[-1]]],22,[]],[[[343,[-1]]],22,[]],[[[344,[-1]]],22,[]],[[[349,[-1]]],22,[]],[[[346,[-1]]],22,[]],[[[351,[-1]]],22,[]],[[[94,[-1]],-2],22,[],183],0,0,[[-1,-2],[],[],[]],[[[94,[-1]]],[[6,[-1]]],[]],[[[95,[-1]]],[[6,[-1]]],[]],[[[359,[-1,-2]]],6,[],183],[[[360,[-1,-2]]],6,[],183],[339,[[6,[8]]]],[[[340,[-1]]],6,[]],[[[341,[-1]]],6,[]],[[[347,[-1]]],6,[]],[[[342,[-1]]],6,[]],[[[348,[-1]]],6,[]],[[[343,[-1]]],6,[]],[[[344,[-1]]],6,[]],[[[349,[-1]]],6,[]],[[[345,[-1]]],6,[]],[[[350,[-1]]],6,[]],[[[346,[-1]]],6,[]],[[[351,[-1]]],6,[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[94,[-1]]],20,[]],[[[95,[-1]]],20,[]],0,[[[94,[-1]]],[[6,[-1]]],[]],[[[95,[-1]]],[[6,[-1]]],[]],[[[336,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[337,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[352,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[353,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[338,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[354,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[355,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[356,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[357,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[358,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[359,[-1,-2]]],6,[],183],[[[360,[-1,-2]]],6,[],183],[339,[[6,[8]]]],[[[340,[-1]]],[[6,[[17,[-1]]]]],[]],[[[341,[-1]]],[[6,[[17,[-1]]]]],[]],[[[347,[-1]]],[[6,[[17,[-1]]]]],[]],[[[342,[-1]]],[[6,[[17,[-1]]]]],[]],[[[348,[-1]]],[[6,[[17,[-1]]]]],[]],[[[343,[-1]]],6,[]],[[[344,[-1]]],[[6,[[197,[-1]]]]],[]],[[[349,[-1]]],[[6,[[197,[-1]]]]],[]],[[[345,[-1]]],[[6,[[17,[-1]]]]],[]],[[[350,[-1]]],[[6,[[17,[-1]]]]],[]],[[[346,[-1]]],[[6,[[17,[-1]]]]],[]],[[[351,[-1]]],[[6,[[17,[-1]]]]],[]],[[[94,[-1]]],[[6,[-1]]],[]],[[[95,[-1]]],[[6,[-1]]],[]],[[[336,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[337,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[352,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[353,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[338,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[354,[-1,-2]]],[[6,[[17,[-1]]]]],[],183],[[[359,[-1,-2]]],6,[],183],[[[360,[-1,-2]]],6,[],183],[339,[[6,[8]]]],[[[340,[-1]]],[[6,[[17,[-1]]]]],[]],[[[341,[-1]]],[[6,[[17,[-1]]]]],[]],[[[347,[-1]]],[[6,[[17,[-1]]]]],[]],[[[342,[-1]]],[[6,[[17,[-1]]]]],[]],[[[348,[-1]]],[[6,[[17,[-1]]]]],[]],[[[343,[-1]]],[[6,[[197,[-1]]]]],[]],[[[344,[-1]]],[[6,[[197,[-1]]]]],[]],[[[349,[-1]]],[[6,[[197,[-1]]]]],[]],[[[345,[-1]]],[[6,[[17,[-1]]]]],[]],[[[350,[-1]]],[[6,[[17,[-1]]]]],[]],[[[346,[-1]]],[[6,[[17,[-1]]]]],[]],[[[351,[-1]]],[[6,[[17,[-1]]]]],[]],[[[94,[-1]],20],[[6,[-1]]],[]],[[[95,[-1]],20],[[6,[-1]]],[]],[[[340,[-1]],20],6,[]],[[[341,[-1]],20],6,[]],[[[347,[-1]],20],[[6,[[17,[-1]]]]],[]],[[[342,[-1]],20],6,[]],[[[348,[-1]],20],[[6,[[17,[-1]]]]],[]],[[[343,[-1]],20],6,[]],[[[344,[-1]],20],6,[]],[[[349,[-1]],20],6,[]],[[[345,[-1]],20],6,[]],[[[350,[-1]],20],[[6,[[17,[-1]]]]],[]],[[[346,[-1]],20],6,[]],[[[351,[-1]],20],[[6,[[17,[-1]]]]],[]],[[[94,[-1]],20],[[6,[-1]]],[]],[[[95,[-1]],20],[[6,[-1]]],[]],[[[340,[-1]],20],6,[]],[[[341,[-1]],20],6,[]],[[[347,[-1]],20],6,[]],[[[342,[-1]],20],6,[]],[[[348,[-1]],20],6,[]],[[[343,[-1]],20],[[6,[[197,[-1]]]]],[]],[[[344,[-1]],20],6,[]],[[[349,[-1]],20],6,[]],[[[345,[-1]],20],6,[]],[[[350,[-1]],20],6,[]],[[[346,[-1]],20],6,[]],[[[351,[-1]],20],6,[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[94,[-1]],-2],[[6,[20]]],[],183],[[[95,[-1]],-2],[[6,[20]]],[],183],0,0,0,0,0,0,0,0,[[-1,[318,[20]]],[[312,[20]]],[[361,[20]]]],0,0,0,0,0,0,[[[342,[-1]]],[[17,[-1]]],[]],[[[344,[-1]]],[[17,[-1]]],[]],[[[346,[-1]]],[[17,[-1]]],[]],[[[94,[-1]],-2],[[6,[20]]],[],183],[[[95,[-1]],-2],[[6,[20]]],[],183],0,[[[94,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[95,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[336,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[337,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[352,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[353,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[338,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[354,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[355,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[356,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[357,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[358,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[359,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[[[360,[-1,-2]]],[[2,[20,[6,[20]]]]],[],183],[339,[[2,[20,[6,[20]]]]]],[[[340,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[341,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[347,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[342,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[348,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[343,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[344,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[349,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[345,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[350,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[346,[-1]]],[[2,[20,[6,[20]]]]],[]],[[[351,[-1]]],[[2,[20,[6,[20]]]]],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[[339,-1,-2],-3,[],183,305],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[35,156],2],[[35,156],2],[[35,4],2],[[35,4],2],[[35,4],35],[[35,4],2],[35,[[17,[8]]]],[362,[[17,[8]]]],[35,[[19,[[30,[151]],152]]]],[35,[[19,[[30,[151]],152]]]],[-1,120,[]],[-1,120,[]],[35,4],[35,4],[35,35],[35,35],[35,[[73,[8,165]]]],[363,4],[363,[[17,[8]]]],[35,4],[35,150],[35,[[17,[8]]]],[35,153],[363,4],[35,[[19,[4,152]]]],[35,[[19,[4,152]]]],[35,4],[-1,-2,[],[]],[35,158],[-1,-2,[],[]],[35,4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,4],[-1,-2,[],[]],[-1,-2,[],[]],0,[35,20],[-1,[[98,[-2]]],[],[]],[35,2],[35,35],[362,362],[[35,35],2],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[35,35],72],[[-1,-2],72,[],[]],[[35,4],2],[[],35],[20,-1,[]],[20,-1,[]],[35,4],[20,-1,[]],[20,-1,[]],[20,-1,[]],[35,4],[20,-1,[]],[20,-1,[]],[20,-1,[]],[362,4],[364,4],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[35]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[35,-1],363,[[361,[20]]]],[363,2],[20,2],[20,2],[20,2],[20,2],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],0,[[35,365],22],[[35,366],22],[[35,367],22],[[35,158],22],[[35,35],22],[[35,[30,[4]]],22],[[35,4],22],[[35,4],22],[[35,158],22],[[35,167],22],[[35,192],22],[[362,362],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,[[35,-1],2,114],[[35,-1],2,114],[[35,-1],2,114],[[35,-1],2,114],[[35,-1],2,114],[[35,-1],2,114],[[35,-1],2,114],[[35,-1],2,[[361,[20]]]],[[35,35],2],[[35,156],2],[[35,156],2],[[35,4],2],[[35,[30,[4]]],2],[[35,20],2],[[35,20],2],[35,35],[35,35],[[363,23],[[19,[2,24]]]],[[35,23],[[19,[2,24]]]],[[35,23],[[19,[2,24]]]],[[362,23],[[19,[2,24]]]],[[362,23],[[19,[2,24]]]],[[364,23],[[19,[2,24]]]],[[364,23],[[19,[2,24]]]],[-1,-1,[]],[[[30,[4]]],35],[156,35],[35,35],[-1,-1,[]],[368,35],[[[174,[4,165]]],35],[4,35],[369,35],[4,35],[-1,-1,[]],[-1,-1,[]],[-1,35,114],[-1,35,114],[-1,35,114],[-1,35,114],[-1,35,114],[-1,35,114],[[8,20,20],35],[4,[[19,[35]]]],[[[17,[205]]],[[19,[35,364]]]],[[[17,[205]]],35],[[[73,[8,165]]],[[19,[35,362]]]],[[[17,[8]]],[[30,[4]]]],[[[73,[8,165]]],35],[[-1,-2],25,[26,27],28],[[35,-1],2,29],[[35,316],4],[[35,[320,[20]]],4],[[35,[317,[20]]],4],[[35,[318,[20]]],4],[[35,[312,[20]]],4],[[35,[319,[20]]],4],[[35,[318,[20]]],4],[[35,[319,[20]]],4],[[35,316],4],[[35,[312,[20]]],4],[[35,[317,[20]]],4],[[35,[320,[20]]],4],[[],20],[[],20],[[],20],[[],20],[[[6,[20]]],35],[[[6,[20]]],35],[[[6,[20]]],35],[[[6,[20]]],35],[[35,20,156],2],[[35,20,4],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,[[174,[4,165]]]],[35,[[73,[8,165]]]],[362,[[73,[8,165]]]],[35,[[19,[[30,[151]],152]]]],[35,[[19,[[30,[151]],152]]]],[35,[[370,[-1]]],171],[-1,-2,[],[]],[35,[[2,[8,20,20]]]],[[35,4]],[[35,-1],[[19,[-2,152]]],108,[]],[[35,-1],[[19,[-2,152]]],108,[]],[[35,4],22],[35,22],[[35,4],22],[[],22],[[35,4],22],0,[172,173],[363,[[6,[156]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[35,4],[35,20],[[35,[30,[4]]],22],[[35,4],22],[[35,4],22],[[],35],[363,[[6,[156]]]],[363,[[6,[156]]]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[[35,167],[[6,[72]]]],[[35,158],[[6,[72]]]],[[35,35],[[6,[72]]]],[[35,192],[[6,[72]]]],[[35,367],[[6,[72]]]],[[35,158],[[6,[72]]]],[[35,365],[[6,[72]]]],[[]],[[]],[[]],[[]],[35,[[6,[156]]]],[[35,156],2],[[35,4],2],[[35,20],156],[[35,-1],2,371],[[35,-1,4],2,[[361,[20]]]],[[35,20],2],[[35,20],2],[[35,20],2],[[-1,20],2,[]],[[35,-1],2,183],[[],[[30,[4]]]],[[],35],[[35,-1],19,46],[[35,-1],19,[45,27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[35,20],2],[35,2],[363,[[2,[20,[6,[20]]]]]],[[35,20],35],0,[-1,[[101,[-2]]],[],[]],0,[[35,4],[[6,[4]]]],[[35,4],[[6,[4]]]],[-1,-2,[],[]],[-1,-2,[],[]],[35,[[19,[232,233]]]],[35,[[19,[[96,[372,165]],128]]]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[35,[[30,[4]]]],[35,[[30,[4]]]],[[35,20],2],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[158,[[19,[35,373]]]],[167,[[19,[35,374]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[35,20],[[19,[2,375]]]],[[35,20],[[19,[2,375]]]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[362,376],0,[20,35],[[35,156],[[19,[2,24]]]],[[35,4],[[19,[2,24]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,[[[377,[-1,-2]]],-2,[],163],[-1,120,[]],[-1,120,[]],[-1,120,[]],[[[377,[-1,165]]],177,178],[[[377,[-1,-2]]],[],27,163],[[[378,[-1,-2]]],[],27,163],[[[377,[-1,165]]],179,180],[[[377,[-1,-2]]],-1,27,163],[[[377,[[17,[[37,[-1]]]],-2]]],[[377,[[17,[-1]],-2]]],[],[89,163]],[[[377,[[37,[-1]],-2]]],[[377,[-1,-2]]],[],[89,163]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[377,[-1,-2]]],-1,27,163],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[379,[-2]],-1],[],181,[[183,[-1]]]],[[380,-1],2,108],[[[379,[-2]],-1],[],181,[[108,[-1]]]],[[380,-1],2,108],[[[377,[-1,165]]],[[6,[120]]],[120,27]],[[[381,[-1]]],[[6,[120]]],[]],[[[382,[-1]]],2,27],[[[383,[-1]]],2,27],[[[377,[-1,-2]]],[[377,[-1,-2]]],27,[163,89]],[[[378,[-1,-2]]],[[378,[-1,-2]]],27,[163,89]],[[[384,[-1]]],[[384,[-1]]],89],[385,385],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[377,[-1,-2]],[377,[-1,-2]]],72,[104,27],163],[[-1,-2],72,[],[]],0,0,0,0,0,[[[377,[-1,165]]],2,27],[[],2],[-1,2,163],[[],386],[[],[[387,[-1]]],118],[[],[[377,[-1,165]]],118],[[],[[378,[-1,165]]],[]],[[],[[382,[-1]]],[118,27]],[[],[[384,[-1]]],[]],[[],[[383,[-1]]],118],[[],[[379,[-1]]],[118,27]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[387,[-1,-2]]],-1,[],108],[20,-1,[]],[20,-1,[]],[[[377,[-1,-2]]],-1,27,163],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[388,[-1]]],-1,27],[[[389,[-1]]],-1,27],[20,-1,[]],[20,-1,[]],[[[390,[-1]]],-1,27],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[388,[-1]]],-1,27],[20,-1,[]],[20,-1,[]],[[[390,[-1]]],-1,27],[20,-1,[]],[20,-1,[]],[[[377,[-1,165]]],4,[120,27]],[[[391,[-1]]],4,[]],[[[381,[-1]]],4,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[377,[-2,165]]]]],43,27],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[378,[-2,165]]]]],43,105],[-1,[[19,[[382,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[383,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[[377,[149,-1]]],[[19,[[377,[-2,-1]],[377,[149,-1]]]]],[163,89],[149,200,201]],[[[377,[149,-1]]],[[377,[-2,-1]]],[163,89],[149,200,201]],[[[377,[-1,-2]]],[[378,[-1,-2]]],27,[89,163]],[20,2],[20,2],[20,2],[[[387,[-1,-2]]],2,[],[]],[20,2],[20,2],[[[377,[-1,-2]]],2,27,163],[[[378,[-1,-2]]],2,27,163],[20,2],[20,2],[20,2],[20,2],[20,2],[[[384,[-1]]],2,[]],[20,2],[20,2],[20,2],[20,2],[20,2],[[[388,[-1]]],2,27],[20,2],[[[389,[-1]]],2,27],[[[390,[-1]]],2,27],[20,2],[20,2],[[[377,[-1,165]],194],22,[195,27]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[[[377,[-1,-2]],[377,[-1,-2]]],22,[],163],[[[384,[-1]],[384,[-1]]],22,[]],[[385,385],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[377,[-1,165]]],2,[195,27]],[[[377,[392,165]]],[[19,[2,128]]]],[[393,23],[[19,[2,24]]]],[[394,23],[[19,[2,24]]]],[[386,23],[[19,[2,24]]]],[[[387,[-1,-2]],23],[[19,[2,24]]],90,[]],[[[377,[-1,-2]],23],[[19,[2,24]]],27,163],[[[377,[-1,-2]],23],[[19,[2,24]]],[164,27],163],[[[377,[-1,-2]],23],[[19,[2,24]]],[90,27],163],[[[378,[-1,165]],23],[[19,[2,24]]],27],[[[382,[-1]],23],[[19,[2,24]]],[90,27]],[[380,23],[[19,[2,24]]]],[[395,23],[[19,[2,24]]]],[[[384,[-1]],23],[[19,[2,24]]],90],[[[391,[-1]],23],[[19,[2,24]]],[]],[[[391,[-1]],23],[[19,[2,24]]],[]],[[[381,[-1]],23],[[19,[2,24]]],[]],[[[381,[-1]],23],[[19,[2,24]]],[]],[[[383,[-1]],23],[[19,[2,24]]],[90,27]],[[385,23],[[19,[2,24]]]],[[[388,[-1]],23],[[19,[2,24]]],[164,27]],[[[388,[-1]],23],[[19,[2,24]]],[90,27]],[[[389,[-1]],23],[[19,[2,24]]],[164,27]],[[[389,[-1]],23],[[19,[2,24]]],90],[[[390,[-1]],23],[[19,[2,24]]],90],[[[390,[-1]],23],[[19,[2,24]]],[164,27]],[[[379,[-1]],23],[[19,[2,24]]],27],[[[387,[-1,-2]]],-1,[],108],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[377,[4,165]]],[[377,[[17,[8]],165]]]],[[[17,[-1]]],[[377,[[17,[-1]],165]]],89],[162,[[377,[153,165]]]],[-1,-1,[]],[[[30,[-1]]],[[377,[-1,165]]],[154,27]],[35,[[377,[4,165]]]],[4,[[377,[4,165]]]],[150,[[377,[150,165]]]],[[[174,[-1,-2]]],[[377,[-1,-2]]],27,163],[[[197,[-1]]],[[377,[[17,[-1]],165]]],[]],[166,[[377,[151,165]]]],[161,[[377,[150,165]]]],[151,[[377,[151,165]]]],[[[73,[-1,-2]]],[[377,[[17,[-1]],-2]]],[],[163,89]],[153,[[377,[153,165]]]],[-1,[[377,[-1,165]]],[]],[107,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[382,[-1]]],[]],[107,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[384,[-1]]],[]],[107,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[391,[-1]]],[[381,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[107,-1,[]],[-1,[[383,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[107,-1,[]],[-1,[[379,[-1]]],[]],[-1,[[377,[[17,[-2]],165]]],114,[]],[-1,[[379,[-1]]],27],[[[206,[-1]]],[[206,[[379,[-1]]]]],27],[[],[[377,[-1,165]]],27],[[],[[378,[-1,165]]],27],[-1,[[377,[-2,-1]]],163,27],[-1,[[378,[-2,-1]]],163,27],[[[377,[-1,-2]],[377,[-1,-2]]],22,[],163],[[[384,[-1]]],[[6,[-1]]],[]],[[-1,-2],25,[26,27],28],[[[377,[-1,-2]]],[[6,[-1]]],27,163],[[[382,[-1]]],[[19,[-1,[391,[-1]]]]],27],[[[384,[-1]]],[[6,[-1]]],[]],[[[391,[-1]]],-1,[]],[[[383,[-1]]],[[19,[-1,[391,[-1]]]]],27],[[[379,[-1]]],-1,27],[[[377,[-1,-2]]],-1,27,163],[[[384,[-1]],-2],-1,[],108],[[[384,[-1]],-2],[[19,[-1,-3]]],[],108,[]],[[[206,[[379,[-1]]]]],[[206,[-1]]],27],[[[391,[-1]]],-1,[]],[[[377,[-1,-2]],[377,[-1,-2]]],22,[],163],0,[[[377,[-1,-2]],-3],2,[26,27],163,29],[[],2],[-1,2,[89,163]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[[387,[-1,-2]]],[[19,[-1,-2]]],[],108],[[[377,[-1,-2]]],[[6,[-1]]],[],163],[[[382,[-1]]],[[19,[-1,[391,[-1]]]]],27],[[[384,[-1]]],[[6,[-1]]],[]],[[[391,[-1]]],-1,[]],[[[383,[-1]]],[[19,[-1,[391,[-1]]]]],27],[[[379,[-1]]],-1,[]],[[[377,[-1,-2]]],[],27,163],[[[378,[-1,-2]]],[],27,163],[[-1,4],[[207,[-2]]],[],[]],[380,22],[[-1,4],22,[]],[394,22],[[[382,[-1]]],22,27],[395,22],[[[383,[-1]]],22,27],[[-1,4],22,[]],[[[377,[392,165]]],22],[[],22],[[],22],[[],22],[[],22],[[-1,4],22,[]],[[[377,[392,165]]],22],[172,173],[172,173],[172,173],[172,173],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[377,[-1,-2]],[377,[-1,-2]]],22,[],163],[[[382,[-1]]],[[19,[[388,[-1]],[391,[[388,[-1]]]]]]],27],0,0,0,[[[377,[-1,165]],211],2,[195,27]],[[[377,[-1,-2]],[377,[-1,-2]]],22,[],163],[[[377,[-1,-2]]],-1,89,[163,89]],0,[[[377,[-1,-2]],[377,[-1,-2]]],22,[],163],[20,393],[[],386],[-1,[[387,[-2,-1]]],108,[]],[-1,[[377,[-1,165]]],[]],[[],[[378,[-1,165]]],[]],[-1,[[382,[-1]]],[]],[[],380],[[],[[384,[-1]]],[]],[-1,[[391,[-1]]],[]],[-1,[[383,[-1]]],[]],[-1,[[379,[-1]]],[]],[-1,[[377,[-2,165]]],108,[]],[[-1,-2],[[377,[-1,-2]]],[],163],[-1,[[378,[-2,-1]]],163,[]],[[],[[377,[[37,[-1]],165]]],[]],[-1,[[377,[[37,[-2]],-1]]],163,[]],[20,[[377,[[17,[[37,[-1]]]],165]]],[]],[[20,-1],[[377,[[17,[[37,[-2]]]],-1]]],163,[]],[[],[[377,[[37,[-1]],165]]],[]],[-1,[[377,[[37,[-2]],-1]]],163,[]],[20,[[377,[[17,[[37,[-1]]]],165]]],[]],[[20,-1],[[377,[[17,[[37,[-2]]]],-1]]],163,[]],[386,2],[386,2],0,0,0,[[-1,-2],[[19,[-3,[216,[-4]]]]],[],[],[],[]],[[-1,-2],[[19,[-3,[214,[-4]]]]],[],[],[],[]],[[[377,[-1,-2]],[377,[-1,-2]]],[[6,[72]]],[],163],0,[-1,[[206,[[377,[-1,165]]]]],[]],[[-1,-2],[[206,[[377,[-1,-2]]]]],[],163],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[[206,[[379,[-1]]]],218],219,[220,27]],[[[377,[-1,165]],396],2,[120,27]],0,0,[[[377,[-1,-2]],[377,[-1,-2]]],22,27,163],[[[378,[-1,-2]],[378,[-1,-2]]],22,27,163],[[[377,[392,165]],[17,[8]]],[[19,[20,128]]]],[[[383,[-1]]],[[19,[[389,[-1]],[391,[[389,[-1]]]]]]],27],[[[377,[392,165]],223],[[19,[2,128]]]],[[[377,[392,165]],[73,[8,165]]],[[19,[20,128]]]],[[[377,[392,165]],35],[[19,[20,128]]]],[[[377,[392,165]],[17,[224]]],[[19,[20,128]]]],[[[377,[-1,165]],20],2,[225,27]],[[[378,[-1,165]],20],2,[225,27]],[[-1,20],2,[]],[[-1,20],2,[]],[[[206,[[379,[-2]]]],-1],226,[],[[227,[-1]],27]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],35],[[],35],[[],35],[[],35],[[[377,[392,165]],228],[[19,[25,128]]]],[[[377,[-1,165]],-2],19,[110,27],46],[[[377,[-2,165]],-1],19,[334,335,27],[[230,[-1]],27]],[[[378,[-2,165]],-1],19,[334,335,27],[[230,[-1]],27]],[[[378,[-1,165]],-2],19,[110,27],46],[[[382,[-1]],-2],19,[110,27],46],[[[383,[-1]],-2],19,[110,27],46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[[384,[-1]],-1],[[19,[2,-1]]],[]],[[[377,[-1,165]]],[[6,[120]]],[120,27]],[[-1,4],[[6,[4]]],[]],[[-1,4],[[6,[4]]],[]],[[[377,[-1,-2]]],20,27,163],[[[378,[-1,-2]]],20,27,163],[[[384,[-1]]],[[6,[-1]]],[]],[385,22],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[377,[-1,165]]],[[19,[232,233]]],[234,27]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[[377,[[17,[-1]],-2]]],[[19,[[377,[[197,[-1]],-2]]]]],[],[163,89]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[[382,[-1]]],[[19,[[388,[-1]],[381,[[388,[-1]]]]]]],27],[-1,[[19,[[377,[-1,165]],235]]],[]],[[-1,-2],[[19,[[377,[-1,-2]],235]]],[],163],[[],[[19,[[377,[[37,[-1]],165]],235]]],[]],[-1,[[19,[[377,[[37,[-2]],-1]],235]]],163,[]],[[],[[19,[[377,[[37,[-1]],165]],235]]],[]],[-1,[[19,[[377,[[37,[-2]],-1]],235]]],163,[]],[-1,[[19,[[206,[[377,[-1,165]]]],235]]],[]],[[-1,-2],[[19,[[206,[[377,[-1,-2]]]],235]]],[],163],[[[383,[-1]]],[[19,[[389,[-1]],[381,[[389,[-1]]]]]]],27],[[[377,[-1,-2]]],[[19,[-1,[377,[-1,-2]]]]],[],163],[[[383,[-1]]],[[19,[[390,[-1]],[381,[[390,[-1]]]]]]],27],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[[[388,[-1]]],2,27],[[[377,[-1,-2]]],-1,89,[163,89]],[[[378,[-1,-2]]],[[6,[[377,[-1,-2]]]]],27,[89,163]],0,[393,394],[[386,[388,[-1]]],[[19,[[388,[-1]],[391,[[388,[-1]]]]]]],[]],[[386,[388,[-1]],397],[[19,[[2,[[388,[-1]],385]],[391,[[2,[[388,[-1]],385]]]]]]],[]],[[386,[388,[-1]],66],[[19,[[2,[[388,[-1]],22]],[391,[[2,[[388,[-1]],22]]]]]]],[]],[[386,[388,[-1]],397,-2],[[19,[[2,[[388,[-1]],385]],[391,[[2,[[388,[-1]],385]]]]]]],[],183],[[386,[388,[-1]],-2],[[19,[[388,[-1]],[391,[[388,[-1]]]]]]],[],183],[[[377,[-1,-2]]],20,27,163],[[[378,[-1,-2]]],20,27,163],[[[377,[392,165]],[17,[8]]],[[19,[20,128]]]],[[[383,[-1]]],[[19,[[390,[-1]],[391,[[390,[-1]]]]]]],27],[[[377,[392,165]],[17,[185]]],[[19,[20,128]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[398,22],[[[399,[-1]]],[],[]],[400,204],[401,8],[402,202],[403,205],[404,179],[405,66],[406,203],[407,25],[408,238],[409,20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[398,-1],[[19,[398]]],27],[[400,-1],[[19,[400]]],27],[[401,-1],[[19,[401]]],27],[[402,-1],[[19,[402]]],27],[[403,-1],[[19,[403]]],27],[[404,-1],[[19,[404]]],27],[[405,-1],[[19,[405]]],27],[[406,-1],[[19,[406]]],27],[[407,-1],[[19,[407]]],27],[410,410],[[-1,-2],2,[],[]],[[398,22,22,410],22],[[[399,[-1]],410],[],[]],[[400,204,204,410],204],[[401,8,8,410],8],[[402,202,202,410],202],[[403,205,205,410],205],[[404,179,179,410],179],[[405,66,66,410],66],[[406,203,203,410],203],[[407,25,25,410],25],[[408,238,238,410],238],[[409,20,20,410],20],[[398,22,22,410,410],[[19,[22,22]]]],[[[399,[-1]],410,410],19,[]],[[400,204,204,410,410],[[19,[204,204]]]],[[401,8,8,410,410],[[19,[8,8]]]],[[402,202,202,410,410],[[19,[202,202]]]],[[403,205,205,410,410],[[19,[205,205]]]],[[404,179,179,410,410],[[19,[179,179]]]],[[405,66,66,410,410],[[19,[66,66]]]],[[406,203,203,410,410],[[19,[203,203]]]],[[407,25,25,410,410],[[19,[25,25]]]],[[408,238,238,410,410],[[19,[238,238]]]],[[409,20,20,410,410],[[19,[20,20]]]],[[398,22,22,410,410],[[19,[22,22]]]],[[[399,[-1]],410,410],19,[]],[[400,204,204,410,410],[[19,[204,204]]]],[[401,8,8,410,410],[[19,[8,8]]]],[[402,202,202,410,410],[[19,[202,202]]]],[[403,205,205,410,410],[[19,[205,205]]]],[[404,179,179,410,410],[[19,[179,179]]]],[[405,66,66,410,410],[[19,[66,66]]]],[[406,203,203,410,410],[[19,[203,203]]]],[[407,25,25,410,410],[[19,[25,25]]]],[[408,238,238,410,410],[[19,[238,238]]]],[[409,20,20,410,410],[[19,[20,20]]]],[410,2],[[],398],[[],[[399,[-1]]],[]],[[],400],[[],401],[[],402],[[],403],[[],404],[[],405],[[],406],[[],407],[[],408],[[],409],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[-1,[[19,[398]]],43],[-1,[[19,[398]]],[45,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[400]]],43],[-1,[[19,[400]]],[45,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[401]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[401]]],[45,27]],[-1,[[19,[402]]],43],[-1,[[19,[402]]],[45,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[403]]],[45,27]],[-1,[[19,[403]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[404]]],[45,27]],[-1,[[19,[404]]],43],[-1,[[19,[405]]],43],[-1,[[19,[405]]],[45,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[406]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[406]]],[45,27]],[-1,[[19,[407]]],[45,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[407]]],43],[-1,[[19,[408]]],43],[-1,[[19,[408]]],[45,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[409]]],43],[-1,[[19,[409]]],[45,27]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[410,410],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[410,410],[410,2],[[400,204,410],204],[[401,8,410],8],[[402,202,410],202],[[403,205,410],205],[[404,179,410],179],[[405,66,410],66],[[406,203,410],203],[[407,25,410],25],[[408,238,410],238],[[409,20,410],20],[[398,22,410],22],[[[399,[-1]],20,410],[],[]],[[400,204,410],204],[[401,8,410],8],[[402,202,410],202],[[403,205,410],205],[[404,179,410],179],[[405,66,410],66],[[406,203,410],203],[[407,25,410],25],[[408,238,410],238],[[409,20,410],20],[[[399,[-1]],20,410],[],[]],[[[399,[-1]],20,410],[],[]],[[400,204,410],204],[[401,8,410],8],[[402,202,410],202],[[403,205,410],205],[[404,179,410],179],[[405,66,410],66],[[406,203,410],203],[[407,25,410],25],[[408,238,410],238],[[409,20,410],20],[[400,204,410],204],[[401,8,410],8],[[402,202,410],202],[[403,205,410],205],[[404,179,410],179],[[405,66,410],66],[[406,203,410],203],[[407,25,410],25],[[408,238,410],238],[[409,20,410],20],[[398,22,410],22],[[400,204,410],204],[[401,8,410],8],[[402,202,410],202],[[403,205,410],205],[[404,179,410],179],[[405,66,410],66],[[406,203,410],203],[[407,25,410],25],[[408,238,410],238],[[409,20,410],20],[[398,410],22],[[398,22,410],22],[[[399,[-1]],20,410],[],[]],[[400,204,410],204],[[401,8,410],8],[[402,202,410],202],[[403,205,410],205],[[404,179,410],179],[[405,66,410],66],[[406,203,410],203],[[407,25,410],25],[[408,238,410],238],[[409,20,410],20],[[[399,[-1]],20,410],[],[]],[[[399,[-1]],20,410],[],[]],[[400,204,410],204],[[401,8,410],8],[[402,202,410],202],[[403,205,410],205],[[404,179,410],179],[[405,66,410],66],[[406,203,410],203],[[407,25,410],25],[[408,238,410],238],[[409,20,410],20],[[398,410,410,-1],[[19,[22,22]]],183],[[[399,[-1]],410,410,-2],19,[],183],[[400,410,410,-1],[[19,[204,204]]],183],[[401,410,410,-1],[[19,[8,8]]],183],[[402,410,410,-1],[[19,[202,202]]],183],[[403,410,410,-1],[[19,[205,205]]],183],[[404,410,410,-1],[[19,[179,179]]],183],[[405,410,410,-1],[[19,[66,66]]],183],[[406,410,410,-1],[[19,[203,203]]],183],[[407,410,410,-1],[[19,[25,25]]],183],[[408,410,410,-1],[[19,[238,238]]],183],[[409,410,410,-1],[[19,[20,20]]],183],[[398,22,410],22],[[[399,[-1]],20,410],[],[]],[[400,204,410],204],[[401,8,410],8],[[402,202,410],202],[[403,205,410],205],[[404,179,410],179],[[405,66,410],66],[[406,203,410],203],[[407,25,410],25],[[408,238,410],238],[[409,20,410],20],[[398,23],[[19,[2,24]]]],[[[399,[-1]],23],[[19,[2,24]]],[]],[[[399,[-1]],23],[[19,[2,24]]],[]],[[410,23],[[19,[2,24]]]],[[400,23],[[19,[2,24]]]],[[401,23],[[19,[2,24]]]],[[402,23],[[19,[2,24]]]],[[403,23],[[19,[2,24]]]],[[404,23],[[19,[2,24]]]],[[405,23],[[19,[2,24]]]],[[406,23],[[19,[2,24]]]],[[407,23],[[19,[2,24]]]],[[408,23],[[19,[2,24]]]],[[409,23],[[19,[2,24]]]],[-1,-1,[]],[22,398],[-1,-1,[]],[[],[[399,[-1]]],[]],[-1,-1,[]],[204,400],[-1,-1,[]],[-1,-1,[]],[8,401],[-1,-1,[]],[202,402],[205,403],[-1,-1,[]],[-1,-1,[]],[179,404],[66,405],[-1,-1,[]],[-1,-1,[]],[203,406],[-1,-1,[]],[25,407],[-1,-1,[]],[238,408],[-1,-1,[]],[20,409],[22,398],[[],[[399,[-1]]],[]],[204,400],[8,401],[202,402],[205,403],[179,404],[66,405],[203,406],[25,407],[238,408],[20,409],[[[17,[22]]],[[17,[398]]]],[17,[[17,[[399,[-1]]]]],[]],[[[17,[204]]],[[17,[400]]]],[[[17,[8]]],[[17,[401]]]],[[[17,[202]]],[[17,[402]]]],[[[17,[205]]],[[17,[403]]]],[[[17,[179]]],[[17,[404]]]],[[[17,[66]]],[[17,[405]]]],[[[17,[203]]],[[17,[406]]]],[[[17,[25]]],[[17,[407]]]],[[[17,[238]]],[[17,[408]]]],[[[17,[20]]],[[17,[409]]]],[22,398],[[],[[399,[-1]]],[]],[204,400],[8,401],[202,402],[205,403],[179,404],[66,405],[203,406],[25,407],[238,408],[20,409],[[-1,-2],25,[26,27],28],[398,22],[[[399,[-1]]],[],[]],[400,204],[401,8],[402,202],[403,205],[404,179],[405,66],[406,203],[407,25],[408,238],[409,20],[[[17,[398]]],[[17,[22]]]],[[[17,[[399,[-1]]]]],17,[]],[[[17,[400]]],[[17,[204]]]],[[[17,[401]]],[[17,[8]]]],[[[17,[402]]],[[17,[202]]]],[[[17,[403]]],[[17,[205]]]],[[[17,[404]]],[[17,[179]]]],[[[17,[405]]],[[17,[66]]]],[[[17,[406]]],[[17,[203]]]],[[[17,[407]]],[[17,[25]]]],[[[17,[408]]],[[17,[238]]]],[[[17,[409]]],[[17,[20]]]],[[410,-1],2,29],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[398,22],[[[399,[-1]]],[],[]],[400,204],[401,8],[402,202],[403,205],[404,179],[405,66],[406,203],[407,25],[408,238],[409,20],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[172,173],[172,173],[172,173],[172,173],[172,173],[172,173],[172,173],[172,173],[172,173],[172,173],[172,173],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[398,410],22],[[[399,[-1]],410],[],[]],[[400,410],204],[[401,410],8],[[402,410],202],[[403,410],205],[[404,410],179],[[405,410],66],[[406,410],203],[[407,410],25],[[408,410],238],[[409,410],20],[398],[[[399,[-1]]],[],[]],[400],[401],[402],[403],[404],[405],[406],[407],[408],[409],[22,398],[[],[[399,[-1]]],[]],[204,400],[8,401],[202,402],[205,403],[179,404],[66,405],[203,406],[25,407],[238,408],[20,409],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[398,20],2],[[400,20],2],[[401,20],2],[[402,20],2],[[403,20],2],[[404,20],2],[[405,20],2],[[406,20],2],[[407,20],2],[[408,20],2],[[409,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],[[30,[4]]]],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[398,-1],19,46],[[398,-1],19,[45,27]],[[400,-1],19,[45,27]],[[400,-1],19,46],[[401,-1],19,46],[[401,-1],19,[45,27]],[[402,-1],19,[45,27]],[[402,-1],19,46],[[403,-1],19,46],[[403,-1],19,[45,27]],[[404,-1],19,[45,27]],[[404,-1],19,46],[[405,-1],19,[45,27]],[[405,-1],19,46],[[406,-1],19,[45,27]],[[406,-1],19,46],[[407,-1],19,[45,27]],[[407,-1],19,46],[[408,-1],19,[45,27]],[[408,-1],19,46],[[409,-1],19,[45,27]],[[409,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[],2],[[398,22,410],2],[[[399,[-1]],410],2,[]],[[400,204,410],2],[[401,8,410],2],[[402,202,410],2],[[403,205,410],2],[[404,179,410],2],[[405,66,410],2],[[406,203,410],2],[[407,25,410],2],[[408,238,410],2],[[409,20,410],2],[410,410],[[398,22,410],22],[[[399,[-1]],410],[],[]],[[400,204,410],204],[[401,8,410],8],[[402,202,410],202],[[403,205,410],205],[[404,179,410],179],[[405,66,410],66],[[406,203,410],203],[[407,25,410],25],[[408,238,410],238],[[409,20,410],20],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,120,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[2,[[411,[-1]],[412,[-1]]]]],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[[[411,[-1]]],[[411,[-1]]],[]],[[[413,[-1]]],[[413,[-1]]],[]],[[[414,[-1]]],[[414,[-1]]],89],[415,415],[416,416],[417,417],[[[418,[-1]]],[[418,[-1]]],89],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[414,[-1]]],4,[]],[415,4],[416,4],[417,4],[[[418,[-1]]],4,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[[414,[-1]],[414,[-1]]],22,[]],[[415,415],22],[[416,416],22],[[417,417],22],[[[418,[-1]],[418,[-1]]],22,[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[412,[-1]],23],[[19,[2,24]]],[]],[[[411,[-1]],23],[[19,[2,24]]],[]],[[[413,[-1]],23],[[19,[2,24]]],[]],[[[419,[-1]],23],[[19,[2,24]]],90],[[[420,[-1]],23],[[19,[2,24]]],90],[[[421,[-1]],23],[[19,[2,24]]],90],[[[414,[-1]],23],[[19,[2,24]]],[]],[[[414,[-1]],23],[[19,[2,24]]],[]],[[415,23],[[19,[2,24]]]],[[415,23],[[19,[2,24]]]],[[416,23],[[19,[2,24]]]],[[416,23],[[19,[2,24]]]],[[417,23],[[19,[2,24]]]],[[417,23],[[19,[2,24]]]],[[[418,[-1]],23],[[19,[2,24]]],[]],[[[418,[-1]],23],[[19,[2,24]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[415,416],[-1,-1,[]],[-1,-1,[]],[415,417],[-1,-1,[]],[[[414,[-1]]],[[418,[-1]]],[]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[412,[-1]]],[[419,[-1]]],[]],[[[412,[-1]]],[[421,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[412,[-1]]],[[419,[-1]]],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[419,[-1]]],[[6,[-1]]],[]],[[[420,[-1]]],[[6,[-1]]],[]],[[[421,[-1]]],[[6,[-1]]],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[412,[-1]]],[[19,[-1,415]]],[]],[[[412,[-1]],422],[[19,[-1,417]]],[]],[[[412,[-1]],397],[[19,[-1,417]]],[]],0,0,0,[[[411,[-1]],-1],[[19,[2,[414,[-1]]]]],[]],[[[413,[-1]],-1],[[19,[2,[414,[-1]]]]],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[20,[[2,[[413,[-1]],[412,[-1]]]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[[412,[-1]]],[[420,[-1]]],[]],[[[412,[-1]]],[[19,[-1,416]]],[]],[[[413,[-1]],-1],[[19,[2,[418,[-1]]]]],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[[73,[-1,165]],[17,[-1]]],2,89],[[[73,[-1,165]],-1],2,[]],[[[73,[-1,165]],-1],2,[]],[[[73,[-1,165]],[17,[-1]]],2,89],[[[96,[-1,-2]],20],[[19,[2,266]]],[],163],[[[96,[-1,-2]],20],[[19,[2,266]]],[],163],[[[73,[8,165]],20],2],0,[[[423,[-1,-2]]],-2,[],163],[[[96,[-1,-2]]],-2,[],163],[[[73,[-1,-2]]],-2,[],163],[[[424,[-1,-2,-3]]],-3,[],183,163],[[[73,[-1,-2]],[73,[-1,-2]]],2,[],163],[[[73,[8,165]]],[[19,[[30,[151]],152]]]],[[[73,[8,165]]],[[19,[[30,[151]],152]]]],[[[73,[-1,-2]]],[[73,[-1,-2]]],[],163],[[[73,[-1,-2]]],[[17,[-1]]],[],163],[[[73,[-1,-2]]],[],[],163],[[[96,[-1,-2]]],[[17,[-1]]],[],163],[[[73,[-1,-2]]],[[17,[-1]]],[],163],[[[73,[-1,-2]]],[],[],163],[[[423,[-1,-2]]],[[17,[-1]]],[],163],[[[96,[-1,-2]]],[[17,[-1]]],[],163],[[[73,[-1,-2]]],[[17,[-1]]],[],163],[[[73,[-1,-2]]],[[73,[-1,-2]]],[],163],[[[423,[-1,-2]]],[[17,[-1]]],[],163],[[[96,[-1,-2]]],[[17,[-1]]],[],163],[[[73,[-1,-2]]],[[17,[-1]]],[],163],[[[73,[8,165]]],[[19,[4,152]]]],[[[73,[8,165]]],[[19,[4,152]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[73,[8,165]]],158],[[[73,[8,165]]],425],[[[73,[8,165]]],426],[-1,-2,[],[]],[[[73,[8,165]]],427],[[[73,[-1,-2]]],[[17,[-1]]],[],163],[[[73,[8,165]]],428],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[73,[8,165]]],158],[[[73,[-1,-2]]],[[17,[-1]]],[],163],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[[73,[-1,-2]]],20,[],163],[[[73,[8,165]]],184],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[-1,[[98,[-2]]],[],[]],[[[73,[-1,-2]]],2,[],163],[[[96,[-1,-2]]],[[96,[-1,-2]]],89,[163,89]],[[[73,[-1,-2]]],[[73,[-1,-2]]],89,[163,89]],[[[73,[-1,-2]],[73,[-1,-2]]],2,89,[163,89]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[73,[-1,-2]],[73,[-1,-2]]],72,104,163],[[-1,-2],72,[],[]],[[[96,[-1,-2]]],20,[],163],[[[73,[-1,-2]]],2,[],163],[[[73,[-1,-2]],-3],2,[],163,183],[[[73,[-1,-2]],-3],2,[],163,183],[[],[[96,[-1,-2]]],[],[163,118]],[[],[[73,[-1,165]]],[]],0,[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[73,[-1,-2]]],[[17,[-1]]],[],163],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[[73,[-1,-2]]],[[17,[-1]]],[],163],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[73,[8,165]]]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[73,[-2,165]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[[73,[-1,-2]],-3],[[423,[-1,-2]]],[],163,[[361,[20]]]],0,[[[423,[-1,-2]]],2,[],163],[20,2],[[[96,[-1,-2]]],2,[],163],[20,2],[20,2],[[[73,[-1,-2]]],2,[],163],[[[424,[-1,-2,-3]]],2,[],183,163],[20,2],[20,2],[[[429,[-1,-2]]],2,210,163],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],[-1,-2,[],[[157,[156]]]],0,[[[73,[8,165]],158],22],[[[73,[8,165]],192],22],[[[73,[8,165]],158],22],[[[73,[8,165]],167],22],[[[73,[-2,-3]],[197,[-1]]],22,[],[[106,[-1]]],163],[[[73,[-2,165]],[430,[-1]]],22,[],[[106,[-1]]]],[[[73,[8,165]],431],22],[[[73,[-2,-3]],[17,[-1]]],22,[],[[106,[-1]]],163],[[[73,[-2,-3]],[17,[-1]]],22,[],[[106,[-1]]],163],[[[73,[-2,-3]],[73,[-1,-4]]],22,[],[[106,[-1]]],163,163],[[[73,[-2,-3]],[197,[-1]]],22,[],[[106,[-1]]],163],[[[73,[-2,-3]],[17,[-1]]],22,[],[[106,[-1]]],163],[[[73,[8,165]],367],22],[[[73,[8,165]],431],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[[73,[-1,-2]],-3],2,[],163,114],[[[73,[-1,-2]],-3],2,198,163,114],[[[73,[-1,-2]],[17,[-1]]],2,89,163],[[[73,[-1,-2]],-3],2,89,163,[[361,[20]]]],[[[73,[-1,-2]],-1],2,[],163],[[[73,[-1,-2]],-1],2,198,163],[[[73,[-1,-2]],20],2,198,163],[[[73,[-1,-2]],20],2,[],163],[[[73,[-1,-2]],-3],[[424,[-1,-3,-2]]],[],163,183],[[[73,[8,-1]]],[[19,[2,128]]],163],[[[423,[-1,-2]],23],[[19,[2,24]]],90,163],[[[96,[-1,-2]],23],[[19,[2,24]]],90,163],[[[73,[-1,-2]],23],[[19,[2,24]]],90,163],[[[424,[-1,-2,-3]],23],[[19,[2,24]]],90,[90,183],[90,163]],[[[429,[-1,-2]],23],[[19,[2,24]]],[90,210],[90,163]],[-1,-1,[]],[-1,-1,[]],[[[432,[-1,-2]]],[[73,[-1,-2]]],[],163],[[[17,[-1]]],[[73,[-1,165]]],89],[166,[[73,[8,165]]]],[[[30,[[17,[-1]]]]],[[73,[-1,165]]],[]],[4,[[73,[8,165]]]],[433,[[73,[8,165]]]],[431,[[73,[8,165]]]],[[[197,[-1]]],[[73,[-1,165]]],[]],[192,[[73,[8,165]]]],[367,[[73,[8,165]]]],[[[434,[-1,-2]]],[[73,[-1,-2]]],[],163],[-1,-1,[]],[369,[[73,[8,165]]]],[[[174,[[17,[-1]],-2]]],[[73,[-1,-2]]],[],163],[[[197,[-1]]],[[73,[-1,165]]],89],[[[197,[-1]]],[[73,[-1,165]]],89],[[[17,[-1]]],[[73,[-1,165]]],89],[35,[[73,[8,165]]]],[167,[[73,[8,165]]]],[-1,-1,[]],[-1,-1,[]],[-1,[[19,[[73,[8,165]]]]],[[31,[[17,[8]]]]]],[-1,[[73,[-2,165]]],114,[]],[[20,20],[[73,[-1,165]]],[]],[[20,20,-1],[[73,[-2,-1]]],163,[]],[[-1,-2],25,[26,27],28],[[[73,[-1,-2]],-3],2,26,163,29],0,[[[73,[-1,165]],435],-1,[]],[[[73,[-1,165]],436],-1,[]],[[[73,[-1,165]],437],-1,[]],[[[73,[-1,165]],438],-1,[]],[[[73,[-1,165]],439],-1,[]],[[[73,[-1,-2]],-3],[],[],163,[[330,[[17,[-1]]]]]],[[[73,[-1,165]],440],-1,[]],[[[73,[-1,165]],436],-1,[]],[[[73,[-1,165]],438],-1,[]],[[[73,[-1,165]],437],-1,[]],[[[73,[-1,165]],440],-1,[]],[[[73,[-1,165]],439],-1,[]],[[[73,[-1,-2]],-3],[],[],163,[[330,[[17,[-1]]]]]],[[[73,[-1,165]],435],-1,[]],[[],20],[[],20],[[],20],[[],20],[[],20],[[[6,[20]]],[[73,[-1,165]]],89],[[[6,[20]]],[[73,[-1,165]]],89],[[[6,[20]]],[[73,[-1,165]]],[]],[[[6,[20]]],[[73,[-1,165]]],[]],[[[73,[-1,-2]],20,-1],2,[],163],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[73,[-1,-2]]],[[174,[[17,[-1]],-2]]],[],163],[[[73,[8,165]]],[[19,[[30,[151]],152]]]],[[[73,[8,165]]],[[19,[[30,[151]],152]]]],[[[73,[-2,165]]],[],171,[[441,[-1]]]],[[[73,[[197,[-1]],-2]]],[[73,[-1,-2]]],[],163],[-1,-2,[],[]],[-1,-2,[],[]],[[[73,[-1,-2]]],[],[],163],[[[73,[-1,-2]]],[],[],163],[[[73,[-1,-2]]],[],[],163],[-1,-2,[],[]],[-1,-2,[],[]],[[[73,[-1,-2]]],[[2,[20,20]]],[],163],[[[73,[-1,-2]]],[[2,[20,20,-2]]],[],163],[[[73,[8,165]],-1],[[19,[-2,152]]],108,[]],[[[73,[8,165]],-1],[[19,[-2,152]]],108,[]],[[[423,[-1,-2]]],22,[],163],[[[96,[-1,-2]]],22,[],163],[[[73,[-1,-2]]],22,[],163],[[],22],[[[73,[8,-1]]],22,163],0,[172,173],[[[423,[-1,-2]]],2,[],163],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[73,[-1,-2]]],[[17,[-1]]],[],163],[[[73,[-1,-2]]],20,[],163],0,[[[73,[-2,-3]],[197,[-1]]],22,[],[[106,[-1]]],163],[[[73,[-2,-3]],[73,[-1,-4]]],22,[],[[106,[-1]]],163,163],[[[73,[-2,-3]],[17,[-1]]],22,[],[[106,[-1]]],163],[[[73,[-2,-3]],[197,[-1]]],22,[],[[106,[-1]]],163],[[[73,[-2,-3]],[17,[-1]]],22,[],[[106,[-1]]],163],[[[73,[-2,-3]],[17,[-1]]],22,[],[[106,[-1]]],163],[[],[[73,[-1,165]]],[]],[-1,[[73,[-2,-1]]],163,[]],[[[423,[-1,-2]]],[[6,[-1]]],[],163],[[[96,[-1,-2]]],[[6,[-1]]],[],163],[[[424,[-1,-2,-3]]],[[6,[-1]]],[],183,163],[[[429,[-1,-2]]],6,210,163],[[[423,[-1,-2]]],[[6,[-1]]],[],163],[[[96,[-1,-2]]],[[6,[-1]]],[],163],[[[429,[-1,-2]]],6,210,163],[[[96,[-1,-2]]],[[19,[[197,[-1]],[302,[-1]]]]],[],163],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[99,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],[-1,[[100,[-2]]],[],[]],0,[[[73,[8,165]],158],[[6,[72]]]],[[[73,[-1,165]],[430,[-1]]],[[6,[72]]],[]],[[[73,[8,165]],192],[[6,[72]]]],[[[73,[8,165]],367],[[6,[72]]]],[[[73,[8,165]],167],[[6,[72]]]],[[[73,[-1,-2]],[73,[-1,-3]]],[[6,[72]]],[],163,163],[[[73,[8,165]],158],[[6,[72]]]],0,[[]],[[]],[[]],[[]],[[]],[[[73,[-1,-2]]],[[6,[-1]]],[],163],0,0,[[[73,[-1,-2]],-1],2,[],163],[[[73,[-1,-2]],-1],[[19,[2,-1]]],[],163],[[[73,[8,165]],-1],2,175],[[[73,[8,165]],8,20],2],[[[73,[8,165]],[17,[8]]],2],[[[73,[8,165]]],20],[[[73,[-1,-2]],20],-1,[],163],0,[[[73,[-1,-2]],20],2,[],163],[[[73,[-1,-2]],20],2,[],163],[[[73,[-1,-2]],20,-1],2,89,163],[[[73,[-1,-2]],20,-3],2,[],163,183],[[[73,[-1,165]],20],2,113],[[-1,20],2,[]],[[[73,[-1,-2]],-3],2,[],163,183],[[[73,[-1,-2]],-3],2,[],163,183],[[],[[30,[4]]]],[[],35],[[[73,[-2,165]],-1],19,[442,334,27],[[119,[-1]]]],[[[73,[-1,165]],-2],19,110,46],[[[73,[8,165]],-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[[73,[-1,-2]],20],2,[],163],[[[73,[-1,-2]],20],2,[],163],[[[73,[-1,-2]]],2,[],163],[[[423,[-1,-2]]],[[2,[20,[6,[20]]]]],[],163],[[[96,[-1,-2]]],[[2,[20,[6,[20]]]]],[],163],[[[424,[-1,-2,-3]]],[[2,[20,[6,[20]]]]],[],183,163],[[[429,[-1,-2]]],[[2,[20,[6,[20]]]]],210,163],[[[73,[-1,-2]]],[[17,[[37,[-1]]]]],[],163],[[[73,[-1,-2]],-3,-4],[[429,[-2]]],[],163,[[361,[20]]],114],[[[73,[-1,-2]]],[[2,[[17,[-1]],[17,[[37,[-1]]]]]]],[],163],[[[73,[-1,-2]],20],[[73,[-1,-2]]],[],[89,163]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[-1,[[101,[-2]]],[],[]],[[[73,[-1,-2]],20],-1,[],163],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[73,[443,165]]],[[19,[232,233]]]],[[[73,[8,165]]],[[30,[4]]]],[[[73,[8,165]]],[[30,[4]]]],[[[73,[-1,-2]],20],2,[],163],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[[73,[-1,-2]],20],[[19,[2,375]]],[],163],[[[73,[-1,-2]],20],[[19,[2,375]]],[],163],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,[20,[[73,[-1,165]]],[]],[[20,-1],[[73,[-2,-1]]],163,[]],[[[73,[8,-1]],[17,[8]]],[[19,[20,128]]],163],[[[73,[8,-1]],[17,[8]]],[[19,[2,128]]],163],[[[73,[8,-1]],[17,[185]]],[[19,[20,128]]],163],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[444,[62,[205]]]]],27],[444,444],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[444]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[[444,444],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[444,23],44],[[444,23],44],[-1,-1,[]],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[444,-1],2,29],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[]],[[]],[[444,20],2],[[-1,20],2,[]],[[444,-1],19,[45,27]],[[444,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[444,4],[-1,-2,[],[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[445,[62,[8]]]]],27],[445,445],[446,446],[447,447],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[445]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[[445,445],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[445,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[445,-1],2,29],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],22],[[],22],[[],22],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[]],[[]],[[]],[445,25],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[445,20],2],[[-1,20],2,[]],[[445,-1],19,46],[[445,-1],19,[45,27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[448,39]]],27],[-1,[[19,[449,39]]],27],[-1,[[19,[450,39]]],27],[451,451],[452,452],[453,453],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[453,4],[[0,[210]]]],0,0,0,0,0,0,0,0,[[],451],[[],452],[[],453],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[452]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[453]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[449,449],22],[[452,452],22],[[453,453],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[453,[[73,[454]]]],[453,[[455,[[0,[210]]]]]],0,0,0,0,0,0,0,[[448,23],44],[[451,23],44],[[449,23],44],[[452,23],44],[[453,23],44],[[453,23],44],[[450,23],44],[[456,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[2,[35,35,66]]],452],[-1,-1,[]],[456,453],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[453,456],[453,456],[[453,130],134],0,0,0,0,[[[455,[-1]]],[[0,[210,27]]],[210,27]],[[[457,[-1]]],[[0,[210,27]]],[210,27]],0,0,0,0,[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[453,138],[[6,[[17,[134]]]]]],[[453,133],5],0,0,0,0,[[[455,[-1]]],[[0,[210,27]]],[210,27]],[[[457,[-1]]],[[0,[210,27]]],[210,27]],0,0,0,0,[[449,-1],2,29],[[452,-1],2,29],[453,[[6,[458]]]],0,0,0,0,[451,35],0,0,0,0,0,0,0,[453,[[0,[210]]]],[453,[[457,[[0,[210]]]]]],0,0,0,0,[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[453,134],22],[[453,5],22],[[453,34],22],[[453,135],22],0,0,[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[[455,[-1]]],20,[210,27]],[[[457,[-1]]],20,[210,27]],[[453,134],[[6,[130]]]],[[453,5],[[6,[133]]]],[[453,34],[[6,[132]]]],[[453,135],[[6,[131]]]],[[[455,[-1]]],[[0,[210,27]]],[210,27]],[[[457,[-1]]],[[0,[210,27]]],[210,27]],0,0,0,0,[[453,132],34],0,0,0,[453,35],0,0,0,0,[[-1,20],[[455,[-1]]],[210,27]],[[-1,20],[[457,[-1]]],[210,27]],[[],453],[[[455,[-1]]],6,[210,27]],[[[457,[-1]]],6,[210,27]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[451,20],2],[[452,20],2],[[453,20],2],[[456,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],0,[[451,-1],19,[45,27]],[[452,-1],19,46],[[452,-1],19,[45,27]],[[453,-1],19,[334,335,442,27]],[[453,-1],19,46],[[456,-1],19,[45,27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],0,0,0,0,0,0,0,0,0,0,[[453,131],135],0,0,0,0,[[[455,[-1]]],[[0,[210,27]]],[210,27]],[[[457,[-1]]],[[0,[210,27]]],[210,27]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,[-1,[[19,[[459,[452,141]]]]],43],0,0,[[[459,[452,141]],-1],19,46],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[458,[[17,[8]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[460,[62,[8]]]]],27],[461,461],[458,458],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[458,458],72],[[-1,-2],72,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[458]]],43],[20,2],[20,2],[20,2],[20,2],[[461,461],22],[[458,458],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[461,23],44],[[460,23],44],[[458,23],44],[[458,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[462,458],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[461,-1],2,29],[[458,-1],2,29],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[458,458],[[6,[72]]]],[[]],[[]],[[]],[[]],[[458,20],2],[[-1,20],2,[]],[[458,-1],19,[45,27]],[[458,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,458,[[31,[[17,[8]]]]]],[[[197,[8]]],458],[4,[[19,[458,463]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,458,[[31,[[17,[8]]]]]],[[[197,[8]]],458],[4,[[19,[458,463]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[[17,[8]]],[[19,[464,75]]]],[[[17,[8]]],[[19,[464,75]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[465,39]]],27],[-1,[[19,[464,39]]],27],[466,466],[[-1,-2],2,[],[]],0,0,0,0,0,0,[467,[[81,[80]]]],0,0,0,[467,453],0,0,0,0,0,0,[467,[[17,[147]]]],0,0,0,0,0,0,[[],468],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[[17,[8]]],[[19,[467,75]]]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[464,[[19,[467,75]]]],[[[17,[8]]],[[19,[467,75]]]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],0,0,0,[467,129],[[465,23],44],[[464,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,0,0,0,0,0,0,0,0,[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[466,[[197,[8]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],0,0,0,0,0,0,0,0,[467,[[112,[34,445]]]],[467,453],[20,466],[[[17,[8]]],[[19,[20,75]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[468,20],2],[[467,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[468,-1],19,[45,27]],[468,[[19,[[73,[8]],79]]]],[467,[[19,[[73,[8]],79]]]],[[467,-1],19,[45,27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[467,[[112,[135,469]]]],[-1,-2,[],[]],[-1,79,120],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[470,470],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[[470,23],44],[-1,-1,[]],[470,66],0,[470,20],0,[470,[[6,[4]]]],0,[[],20],0,[-1,-2,[],[]],[[],[[19,[32,33]]]],[470,4],0,[470,20],[[35,66,[6,[35]],471,471],470],[[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],0,0,[[-1,1],2,[]],[471,66],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[471,69]]],27],[471,471],[[-1,-2],2,[],[]],[[],471],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[471]]],43],[20,2],[20,2],[[471,471],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[471,23],44],[[471,23],44],[-1,-1,[]],[-1,-1,[]],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[471,22],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[66,471],[[]],[[]],[[471,20],2],[[-1,20],2,[]],[[471,-1],19,[45,27]],[[471,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[472,39]]],27],[472,472],[[-1,-2],2,[],[]],0,0,[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[472]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[[472,472],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[472,23],44],[-1,-1,[]],[-1,-1,[]],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[]],[[]],[[472,20],2],[[-1,20],2,[]],[[472,-1],19,[45,27]],[[472,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],0,0,[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[473,473],[[-1,-2],2,[],[]],[[],473],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[[473,473],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[473,23],44],[[473,23],44],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[473,-1],2,29],[[],20],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[]],[-1,-2,[],[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[469,[62,[8]]]]],27],[469,469],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[469]]],43],[20,2],[20,2],[[469,469],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[469,23],44],[-1,-1,[]],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[469,-1],2,29],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[]],[[]],[[469,20],2],[[-1,20],2,[]],[[469,-1],19,46],[[469,-1],19,[45,27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,120,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[474,[62,[66]]]]],27],[474,474],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[474]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[[474,474],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[474,23],44],[[474,23],44],[[475,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[4,[[19,[474]]]],[[-1,-2],25,[26,27],28],[[474,-1],2,29],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[474,4],[[]],[[]],[[]],[[474,20],2],[[-1,20],2,[]],[[474,-1],19,46],[[474,-1],19,[45,27]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[476,[[17,[8]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[476,[[197,[8]]]],[-1,[[19,[477,[62,[8]]]]],27],[-1,[[19,[476,69]]],27],[-1,[[19,[478,39]]],27],[-1,[[19,[479,[62,[8]]]]],27],[-1,[[19,[480,39]]],27],[-1,[[19,[481,[62,[8]]]]],27],[-1,[[19,[482,39]]],27],[-1,[[19,[483,39]]],27],[477,477],[476,476],[484,484],[454,454],[479,479],[480,480],[481,481],[485,485],[486,486],[[[487,[-1]]],[[487,[-1]]],89],[[[488,[-1]]],[[488,[-1]]],89],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[477]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[476]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[484]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[454]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[479]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[480]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[481]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[485]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[486]]],43],[-1,[[19,[[487,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[[488,[-2]]]]],43,105],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[20,2],[[477,477],22],[[476,476],22],[[484,484],22],[[454,454],22],[[479,479],22],[[480,480],22],[[481,481],22],[[485,485],22],[[486,486],22],[[[487,[-1]],[487,[-1]]],22,106],[[[488,[-1]],[488,[-1]]],22,106],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[477,23],44],[[477,23],44],[[476,23],44],[[484,23],44],[[478,23],44],[[454,23],44],[[454,23],44],[[479,23],44],[[480,23],44],[[480,23],44],[[481,23],44],[[482,23],44],[[485,23],44],[[485,23],44],[[483,23],44],[[486,23],44],[[486,23],44],[[[487,[-1]],23],44,90],[[[488,[-1]],23],44,90],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[17,[8]]],476],[-1,-1,[]],[[[197,[8]]],476],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[454,454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[-1,-1,[]],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[[[2,[[197,[477]],[197,[477]]]]],454],[-1,-1,[]],[-1,-1,[]],[22,479],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[484,[[6,[454]]]],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[484,[[6,[480]]]],[[477,-1],2,29],[[476,-1],2,29],[[484,-1],2,29],[[454,-1],2,29],[[479,-1],2,29],[[480,-1],2,29],[[485,-1],2,29],[[486,-1],2,29],[[[487,[-1]],-2],2,26,29],[[[488,[-1]],-2],2,26,29],0,[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[484,484,[6,[66]]],22],[[480,480],22],[[486,486,[6,[66]]],22],[479,22],[477,22],[477,22],[[485,485,[6,[66]]],22],[[477,477],22],[476,[[0,[210]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],0,0,0,0,0,0,[484,[[6,[486]]]],0,0,0,0,0,0,[[[487,[-1]]],4,[]],0,0,0,[[[487,[-1]]],4,[]],[[[488,[-1]]],4,[]],0,0,[[-1,-2],454,[[82,[[174,[[17,[477]]]]]]],[[82,[[174,[[17,[477]]]]]]]],[[477,479],480],[[477,66,[6,[66]]],485],[[-1,[6,[-1]],22],486,[[82,[489]]]],[[4,4,-1],[[487,[-1]]],[]],[[4,-1],[[488,[-1]]],[]],[454,[[17,[477]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[477,20],2],[[476,20],2],[[454,20],2],[[479,20],2],[[480,20],2],[[481,20],2],[[485,20],2],[[486,20],2],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[[-1,20],2,[]],[454,[[17,[477]]]],0,0,0,[[477,-1],19,[45,27]],[[477,-1],19,46],[[476,-1],19,46],[[476,-1],19,[45,27]],[[484,-1],19,46],[[454,-1],19,46],[[454,-1],19,[45,27]],[[479,-1],19,[45,27]],[[479,-1],19,46],[[480,-1],19,[45,27]],[[480,-1],19,46],[[481,-1],19,46],[[481,-1],19,[45,27]],[[485,-1],19,[45,27]],[[485,-1],19,46],[[486,-1],19,46],[[486,-1],19,[45,27]],[[[487,[-1]],-2],19,110,46],[[[488,[-1]],-2],19,110,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],0,0,0,[484,[[6,[485]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[-1,35,[]],[476,[[73,[8]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[[[487,[-1]]],-1,[]],[[[488,[-1]]],-1,[]],0,0,0,0,0,0,0,[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[484,454],[484,480],[484,486],[484,485],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[489,-1],489,[[82,[489]]]],[[490,-1],490,[[82,[490]]]],[-1,120,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[489,490],[-1,[[19,[489,69]]],27],[[489,489],[[6,[489]]]],[489,489],[490,490],[491,491],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[489,489],72],[[490,490],72],[[-1,-2],72,[],[]],[[-1,-2],72,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[489]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[-1,[[19,[490]]],43],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[20,2],[[489,489],22],[[490,490],22],[[491,491],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],[[489,23],44],[[490,23],44],[[491,23],44],[[491,23],44],[-1,-1,[]],[-1,-1,[]],[66,489],[489,490],[66,490],[-1,-1,[]],[20,490],[-1,-1,[]],[[-1,-2],25,[26,27],28],[[-1,-2],25,[26,27],28],[[489,-1],2,29],[[490,-1],2,29],[[],20],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],489],[[489,489],[[6,[72]]]],[[490,490],[[6,[72]]]],[[]],[[]],[[]],[[]],[[489,20],2],[[-1,20],2,[]],[[489,-1],19,[45,27]],[[489,-1],19,46],[[490,-1],19,46],[[-1,-2],[[19,[2]]],[],[]],[[-1,-2],[[19,[20]]],[],[]],[[489,-1],489,[[82,[489]]]],[[490,-1],490,[[82,[490]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,35,[]],[-1,[[19,[-2]]],[],[]],[490,[[19,[489]]]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[-1,22,[[31,[[17,[8]]]]]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[492,492],[[-1,-2],2,[],[]],[[],492],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[[492,261],22],[[492,260],22],[[492,203],22],[[492,179],22],[[492,66],22],[[492,239],22],[[492,25],22],[[492,492],22],[[492,237],22],0,0,0,[[492,23],44],[-1,-1,[]],[203,492],[260,492],[261,492],[179,492],0,0,0,0,[[],20],[-1,-2,[],[]],[[],[[19,[32,33]]]],0,[[]],0,[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],0,0,0,[[-1,[17,[[37,[8]]]]],2,[]],0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[66,66],66],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],66],[20,66],[493,493],[494,494],[495,495],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[20,-1,[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[19,[[21,[-3,-4]]]]],[],[],[],[]],[20,2],[20,2],[20,2],[[493,23],44],[[494,23],44],[[495,23],44],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[[],493],[493,66],[495,66],[[],20],[[],20],[[],20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[],[[19,[32,33]]]],[[8,453],494],[66,495],[8,494],0,0,0,0,0,[494,66],0,[494,66],0,0,[[]],[[]],[[]],0,[494,2],[494,8],[494,8],[494,66],0,[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,[[19,[-2]]],[],[]],[-1,36,[]],[-1,36,[]],[-1,36,[]],[494,8],[494,8],[494,8],[494,8],[494,8],[[494,493],66],[494,66],0,0,[494,66],0,[494,66],0,[494,66],0,[494,66],0,[494,66],0,[494,66],0,[494,66],0,0,0,[494,66],0,0,[[494,134],66],[[494,134],66],[[494,134],66],[[494,133],66],[[494,5],66],[[494,5],66],[[494,132],66],[[494,132],66],[[494,132],66],[[494,34],66],[[494,34],66],[[494,34],66],[[494,136],66],[[494,131],66],[[494,131],66],[[494,131],66],[[494,135],66],[[494,135],66],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8],[494,8]],"c":[4188,5350,5522,5565,5566,7169,7170,7222,9287,9888,9896,9897,9898,9967,9968,9969,9970,9971,9972,9973,9974,9975,9976,9977,9978,10513,10891,10892],"p":[[3,"Private",13640],[15,"tuple"],[4,"Vendor",0],[15,"str"],[3,"GlobalIndex",3121],[4,"Option",13641],[4,"PointerWidth",0],[15,"u8"],[4,"Architecture",0],[4,"Aarch64Architecture",0],[4,"OperatingSystem",0],[4,"Environment",0],[4,"BinaryFormat",0],[4,"Endianness",0],[4,"CallingConvention",0],[3,"Triple",0],[15,"slice"],[4,"CDataModel",13642],[4,"Result",13643],[15,"usize"],[3,"With",13644],[15,"bool"],[3,"Formatter",5215],[3,"Error",5215],[15,"u64"],[8,"Hash",5516],[8,"Sized",6950],[8,"BuildHasher",5516],[8,"Hasher",5516],[4,"Cow",4245],[8,"AsRef",5162],[3,"Layout",13645],[3,"LayoutError",13645],[3,"MemoryIndex",3121],[3,"String",8987],[3,"TypeId",4191],[19,"MaybeUninit",7052],[3,"ArchivedInstructionAddressMap",852],[3,"StructCheckError",13646],[3,"ArchivedFunctionAddressMap",852],[3,"InstructionAddressMap",852],[3,"FunctionAddressMap",852],[8,"Deserializer",13647],[6,"Result",5215],[8,"Fallible",13648],[8,"Serializer",13649],[3,"ArchivedFunctionBody",1005],[3,"FunctionBody",1005],[3,"ArchivedCompiledFunctionFrameInfo",1005],[3,"ArchivedCompiledFunction",1005],[3,"Dwarf",1005],[3,"CompiledFunctionFrameInfo",1005],[3,"CompiledFunction",1005],[3,"Compilation",1005],[3,"SectionIndex",1619],[3,"ArchivedCompileModuleInfo",1312],[3,"CompileModuleInfo",1312],[6,"Addend",0],[3,"ArchivedRelocation",1388],[3,"Relocation",1388],[4,"RelocationKind",1388],[4,"EnumCheckError",13646],[4,"RelocationTarget",1388],[6,"CodeOffset",0],[3,"SectionBody",1619],[15,"u32"],[3,"ArchivedCustomSection",1619],[3,"CustomSection",1619],[3,"TupleStructCheckError",13646],[4,"CustomSectionProtection",1619],[3,"ArchivedSectionBody",1619],[4,"Ordering",5046],[3,"Vec",10893],[3,"ArchivedModuleMetadata",1887],[4,"DeserializeError",2794],[4,"Symbol",1887],[3,"ModuleMetadata",1887],[3,"ModuleMetadataSymbolRegistry",1887],[4,"SerializeError",2794],[4,"CpuFeature",2048],[3,"EnumSet",13650],[8,"Into",5162],[3,"Target",2048],[4,"ArchivedCompiledFunctionUnwindInfo",2286],[4,"CompiledFunctionUnwindInfo",2286],[4,"CompiledFunctionUnwindInfoReference",2286],[3,"BoxedSlice",2420],[8,"EntityRef",2387],[8,"Clone",13651],[8,"Debug",5215],[3,"Iter",2458],[3,"IterMut",2458],[3,"Keys",2524],[3,"Iter",8207],[3,"IterMut",8207],[3,"IntoIter",10893],[3,"IntoIter",2458],[3,"Replacements",13652],[3,"Recompositions",13653],[3,"Decompositions",13654],[3,"StreamSafe",13655],[3,"PackedOption",2553],[8,"ReservedValue",2553],[8,"Ord",5046],[8,"Deserialize",13647],[8,"PartialEq",5046],[15,"never"],[8,"FnOnce",7232],[8,"PartialOrd",5046],[8,"Serialize",13649],[3,"ArchivedPrimaryMap",2599],[3,"PrimaryMap",2599],[8,"Archive",13648],[8,"IntoIterator",5594],[6,"Archived",13648],[3,"SecondaryMap",2702],[3,"ArchivedSecondaryMap",2702],[8,"Default",13656],[8,"Serialize",13648],[8,"Error",13657],[4,"MemoryError",2794],[4,"ImportError",2794],[4,"PreInstantiationError",2794],[4,"CompileError",2794],[3,"MiddlewareError",2794],[4,"WasmError",2794],[4,"ParseCpuFeatureError",2794],[3,"Error",13658],[3,"Features",3038],[3,"LocalFunctionIndex",3121],[3,"LocalTableIndex",3121],[3,"LocalMemoryIndex",3121],[3,"LocalGlobalIndex",3121],[3,"FunctionIndex",3121],[3,"TableIndex",3121],[3,"SignatureIndex",3121],[3,"DataIndex",3121],[3,"ElemIndex",3121],[3,"CustomSectionIndex",3121],[4,"ExportIndex",3121],[4,"ImportIndex",3121],[3,"ArchivedDataInitializerLocation",3909],[3,"DataInitializerLocation",3909],[3,"ArchivedTableInitializer",3909],[3,"ArchivedOwnedDataInitializer",3909],[3,"TableInitializer",3909],[3,"OwnedDataInitializer",3909],[3,"DataInitializer",3909],[8,"Any",4191],[3,"OsStr",13659],[3,"CStr",13660],[3,"Errno",13661],[3,"Path",13662],[8,"ToOwned",4245],[3,"Bytes",13663],[15,"char"],[8,"FromIterator",5594],[3,"BStr",13664],[3,"Vec",13665],[8,"Allocator",13666],[3,"OsString",13659],[3,"PathBuf",13662],[8,"Allocator",13667],[8,"Display",5215],[3,"Global",13668],[3,"CString",13669],[3,"BString",13670],[3,"PercentEncode",13671],[3,"PercentDecode",13671],[3,"CowStrDeserializer",13672],[8,"Error",13647],[3,"SchemaGenerator",13673],[4,"Schema",13674],[3,"Box",4393],[8,"Buf",13675],[8,"BufMut",13676],[3,"BorrowedFd",13677],[8,"AsFd",13677],[15,"i32"],[8,"AsRawFd",13678],[8,"Tuple",6950],[8,"Fn",7232],[8,"FnMut",7232],[3,"UninitSlice",13679],[3,"IoSlice",13680],[8,"DynClone",13681],[8,"GenVisitor",13673],[3,"Slice",13682],[8,"DynDigest",13683],[3,"Slice",13684],[8,"BufRead",13680],[3,"Bytes",13685],[3,"ThinBox",4393],[3,"Metadata",13686],[8,"Log",13686],[8,"Write",13680],[15,"array"],[8,"Copy",6950],[3,"Error",13687],[8,"Send",6950],[8,"Sync",6950],[15,"i16"],[15,"i64"],[15,"i8"],[15,"u16"],[3,"Pin",13688],[3,"CharPredicateSearcher",13689],[8,"ExactSizeIterator",5594],[8,"Read",13680],[8,"Iterator",5594],[3,"Record",13686],[8,"Unsize",6950],[8,"DoubleEndedIterator",5594],[4,"ErrMode",13690],[8,"Parser",13691],[4,"ErrMode",13690],[8,"Parser",13691],[3,"Context",13692],[4,"Poll",13693],[8,"Future",13694],[8,"Unpin",6950],[8,"AsyncIterator",13695],[3,"BorrowedCursor",13696],[3,"IoSliceMut",13680],[8,"ArchiveUnsized",13648],[4,"GeneratorState",7232],[8,"Generator",7232],[4,"SeekFrom",13680],[8,"Seek",13680],[8,"SerializeUnsized",13648],[8,"Serialize",13697],[3,"PathSegments",13698],[4,"PathSegmentError",13698],[8,"ToPathSegments",13698],[3,"AllocError",13667],[3,"Arguments",5215],[15,"i128"],[15,"isize"],[15,"u128"],[3,"Cell",4728],[3,"RefCell",4728],[3,"Ref",4728],[3,"RefMut",4728],[3,"OnceCell",4728],[3,"LazyCell",4728],[3,"UnsafeCell",4728],[3,"SyncUnsafeCell",4728],[3,"BorrowError",4728],[3,"BorrowMutError",4728],[3,"Reverse",5046],[3,"Choice",13699],[4,"Infallible",5162],[3,"ExitCode",13700],[4,"Alignment",5215],[3,"DebugList",5215],[3,"DebugMap",5215],[3,"DebugSet",5215],[3,"DebugStruct",5215],[3,"DebugTuple",5215],[15,"f32"],[15,"f64"],[8,"Write",5215],[3,"BuildHasherDefault",5516],[3,"SipHasher",5516],[3,"FlatMap",5594],[3,"NonZeroUsize",13701],[3,"Flatten",5594],[3,"ByRefSized",5594],[3,"Chain",5594],[3,"Copied",5594],[3,"Enumerate",5594],[3,"Rev",5594],[3,"Skip",5594],[3,"Take",5594],[3,"Repeat",5594],[3,"Cycle",5594],[3,"ArrayChunks",5594],[3,"IntersperseWith",5594],[3,"MapWindows",5594],[3,"Empty",5594],[3,"Cloned",5594],[3,"Filter",5594],[3,"FilterMap",5594],[3,"Fuse",5594],[3,"Inspect",5594],[3,"Intersperse",5594],[3,"Map",5594],[3,"MapWhile",5594],[3,"Peekable",5594],[3,"Scan",5594],[3,"SkipWhile",5594],[3,"StepBy",5594],[3,"TakeWhile",5594],[3,"Zip",5594],[3,"FromFn",5594],[3,"Once",5594],[3,"OnceWith",5594],[3,"RepeatWith",5594],[3,"Successors",5594],[8,"Extend",5594],[3,"FromGenerator",13702],[3,"IntoIter",13703],[8,"Product",5594],[8,"Sum",5594],[8,"Try",7232],[3,"PhantomData",6950],[3,"PhantomPinned",6950],[3,"Assume",7052],[3,"ManuallyDrop",7052],[8,"CheckBytes",13646],[3,"Discriminant",7052],[3,"Range",7232],[8,"Step",5594],[4,"Bound",7232],[4,"ControlFlow",7232],[3,"RangeFull",7232],[3,"RangeFrom",7232],[3,"RangeTo",7232],[3,"RangeToInclusive",7232],[3,"RangeInclusive",7232],[8,"AsChar",13704],[8,"AsChar",13704],[3,"Span",13705],[3,"Span",13706],[3,"Yeet",7232],[3,"NonNull",7851],[3,"DynMetadata",7851],[3,"Alignment",7851],[8,"Pointee",13707],[8,"SliceIndex",8207],[3,"Rc",8014],[3,"Weak",8014],[3,"UniqueRc",8014],[8,"Serializer",13708],[8,"SharedSerializeRegistry",13708],[3,"Split",8207],[3,"SplitInclusive",8207],[3,"RSplit",8207],[3,"EscapeAscii",8207],[3,"Windows",8207],[3,"Chunks",8207],[3,"ChunksExact",8207],[3,"ArrayWindows",8207],[3,"ArrayChunks",8207],[3,"RChunks",8207],[3,"RChunksExact",8207],[3,"ChunksMut",8207],[3,"ChunksExactMut",8207],[3,"ArrayChunksMut",8207],[3,"RChunksMut",8207],[3,"RChunksExactMut",8207],[3,"SplitMut",8207],[3,"SplitInclusiveMut",8207],[3,"RSplitMut",8207],[3,"SplitN",8207],[3,"RSplitN",8207],[3,"SplitNMut",8207],[3,"RSplitNMut",8207],[3,"GroupBy",8207],[3,"GroupByMut",8207],[8,"RangeBounds",7232],[3,"FromUtf8Error",8987],[3,"Drain",8987],[3,"FromUtf16Error",8987],[3,"ArchivedString",13709],[4,"Value",13710],[3,"BytesMut",13711],[3,"Url",13712],[3,"Uuid",13713],[3,"StringDeserializer",13672],[8,"Pattern",13689],[4,"SocketAddr",13714],[3,"Utf8Error",13715],[3,"FromUtf8Error",13716],[3,"TryReserveError",13717],[3,"Utf8Error",13718],[3,"Arc",9276],[3,"Weak",9276],[3,"Exclusive",9276],[3,"Once",9276],[4,"TryLockError",9276],[3,"Mutex",9276],[3,"RwLock",9276],[3,"OnceLock",9276],[3,"WaitTimeoutResult",9276],[3,"Condvar",9276],[3,"LazyLock",9276],[3,"MutexGuard",9276],[3,"RwLockReadGuard",9276],[3,"RwLockWriteGuard",9276],[3,"PoisonError",9276],[3,"File",13719],[3,"Barrier",9276],[3,"BarrierWaitResult",9276],[3,"OnceState",9276],[3,"Request",13657],[3,"Duration",13720],[3,"AtomicBool",9896],[3,"AtomicPtr",9896],[3,"AtomicI8",9896],[3,"AtomicU8",9896],[3,"AtomicI16",9896],[3,"AtomicU16",9896],[3,"AtomicI32",9896],[3,"AtomicU32",9896],[3,"AtomicI64",9896],[3,"AtomicU64",9896],[3,"AtomicIsize",9896],[3,"AtomicUsize",9896],[4,"Ordering",9896],[3,"Sender",10590],[3,"Receiver",10590],[3,"SyncSender",10590],[3,"SendError",10590],[3,"RecvError",10590],[4,"TryRecvError",10590],[4,"RecvTimeoutError",10590],[4,"TrySendError",10590],[3,"Iter",10590],[3,"TryIter",10590],[3,"IntoIter",10590],[3,"Instant",13721],[3,"Drain",10893],[3,"ExtractIf",10893],[3,"BStr",13704],[3,"Bytes",13704],[3,"Bytes",13704],[3,"BStr",13704],[3,"Splice",10893],[3,"ArchivedVec",13722],[3,"OwnedBuffer",13723],[3,"VecDeque",13724],[3,"AlignedVec",13725],[3,"BinaryHeap",13726],[3,"StateID",13727],[3,"SmallIndex",13727],[3,"PatternID",13727],[3,"StateID",13728],[3,"PatternID",13728],[3,"SmallIndex",13728],[8,"IntoDeserializer",13647],[8,"ScratchSpace",13708],[3,"PathSegment",13698],[4,"LibCall",11254],[4,"MemoryStyle",11382],[3,"Memory32",11382],[3,"Memory64",11382],[3,"ArchivedModuleId",11495],[3,"ArchivedImportKey",11495],[3,"ArchivedArchivableModuleInfo",11495],[3,"ModuleId",11495],[3,"ImportKey",11495],[3,"ModuleInfo",11495],[3,"FunctionType",12526],[3,"ExportsIterator",11495],[3,"ArchivableModuleInfo",11495],[3,"ImportsIterator",11495],[4,"ModuleHash",11897],[3,"IndexMap",13729],[4,"ArchivedModuleHash",11897],[4,"HashAlgorithm",11897],[4,"AtomSignature",13730],[4,"FromHexError",13731],[3,"ArchivedSerializableModule",12014],[3,"ArchivedSerializableCompilation",12014],[3,"MetadataHeader",12014],[3,"SerializableModule",12014],[3,"SerializableCompilation",12014],[4,"TableStyle",12378],[3,"FrameInfo",12211],[3,"SourceLoc",12242],[3,"TrapInformation",12296],[3,"StoreId",12348],[4,"TrapCode",12430],[4,"OnCalledAction",12430],[3,"V128",12526],[4,"Type",12526],[3,"ArchivedFunctionType",12526],[4,"Mutability",12526],[3,"GlobalType",12526],[4,"GlobalInit",12526],[3,"ArchivedTableType",12526],[3,"ArchivedMemoryType",12526],[4,"ExternType",12526],[3,"TableType",12526],[3,"MemoryType",12526],[3,"ImportType",12526],[3,"ExportType",12526],[3,"Pages",13275],[3,"Bytes",13275],[3,"PageCountOutOfRange",13275],[19,"RawValue",13404],[3,"VMBuiltinFunctionIndex",13453],[3,"VMOffsets",13453],[3,"TargetSharedSignatureIndex",13453],[8,"NativeWasmType",12011],[8,"DataInitializerLike",3909],[8,"MemorySize",11382],[8,"DataInitializerLocationLike",3909],[8,"ValueType",13404],[13,"Static",11489],[13,"Dynamic",11489],[13,"MacOSX",2283],[3,"FunctionAddressMapResolver",852],[3,"InstructionAddressMapResolver",852],[8,"FunctionBodyLike",1005],[3,"CompiledFunctionFrameInfoResolver",1005],[3,"FunctionBodyResolver",1005],[3,"CompiledFunctionResolver",1005],[3,"DwarfResolver",1005],[6,"Functions",1005],[6,"CustomSections",1005],[3,"CompileModuleInfoResolver",1312],[4,"RelocationKindResolver",1388],[4,"RelocationTargetResolver",1388],[8,"RelocationLike",1388],[3,"RelocationResolver",1388],[6,"Relocations",1388],[4,"CustomSectionProtectionResolver",1619],[8,"CustomSectionLike",1619],[3,"SectionIndexResolver",1619],[3,"CustomSectionResolver",1619],[3,"SectionBodyResolver",1619],[4,"SymbolResolver",1887],[3,"ModuleMetadataResolver",1887],[8,"SymbolRegistry",1887],[4,"CompiledFunctionUnwindInfoResolver",2286],[8,"CompiledFunctionUnwindInfoLike",2286],[3,"PrimaryMapResolver",2599],[3,"SecondaryMapResolver",2702],[6,"WasmResult",2794],[13,"InvalidByteLength",3026],[13,"CouldNotGrow",3028],[13,"MinimumMemoryTooLarge",3028],[13,"MaximumMemoryTooLarge",3028],[13,"UnsupportedOperation",3028],[13,"InvalidMemory",3028],[13,"InvalidWebAssembly",3036],[3,"FeaturesResolver",3038],[4,"ExportIndexResolver",3121],[4,"ImportIndexResolver",3121],[3,"LocalFunctionIndexResolver",3121],[3,"LocalGlobalIndexResolver",3121],[3,"FunctionIndexResolver",3121],[3,"TableIndexResolver",3121],[3,"GlobalIndexResolver",3121],[3,"MemoryIndexResolver",3121],[3,"SignatureIndexResolver",3121],[3,"DataIndexResolver",3121],[3,"ElemIndexResolver",3121],[3,"CustomSectionIndexResolver",3121],[3,"TableInitializerResolver",3909],[3,"DataInitializerLocationResolver",3909],[3,"OwnedDataInitializerResolver",3909],[8,"Borrow",4245],[8,"BorrowMut",4245],[8,"TryInto",5162],[8,"TryFrom",5162],[8,"AsMut",5162],[8,"From",5162],[8,"Octal",5215],[8,"Binary",5215],[8,"LowerHex",5215],[8,"UpperHex",5215],[8,"Pointer",5215],[8,"LowerExp",5215],[8,"UpperExp",5215],[8,"DiscriminantKind",6950],[8,"FnPtr",6950],[8,"Add",7232],[8,"Sub",7232],[8,"Mul",7232],[8,"Div",7232],[8,"Rem",7232],[8,"Neg",7232],[8,"Not",7232],[8,"BitAnd",7232],[8,"BitOr",7232],[8,"BitXor",7232],[8,"Shl",7232],[8,"Shr",7232],[8,"Index",7232],[8,"Deref",7232],[8,"Residual",7232],[8,"AddAssign",7232],[8,"BitAndAssign",7232],[8,"BitOrAssign",7232],[8,"BitXorAssign",7232],[8,"DerefMut",7232],[8,"DivAssign",7232],[8,"Drop",7232],[8,"FromResidual",7232],[8,"IndexMut",7232],[8,"MulAssign",7232],[8,"RemAssign",7232],[8,"ShlAssign",7232],[8,"ShrAssign",7232],[8,"SubAssign",7232],[8,"Pointee",7851],[8,"Concat",8207],[8,"Join",8207],[8,"ToString",8987],[6,"LockResult",9276],[6,"TryLockResult",9276],[4,"LibCallResolver",11254],[4,"MemoryStyleResolver",11382],[13,"Static",11492],[13,"Dynamic",11492],[3,"ModuleIdResolver",11495],[3,"ImportKeyResolver",11495],[3,"ArchivableModuleInfoResolver",11495],[6,"SerializedType",11889],[6,"InitialType",11889],[4,"ModuleHashResolver",11897],[3,"SerializableCompilationResolver",12014],[3,"SerializableModuleResolver",12014],[3,"SourceLocResolver",12242],[3,"TrapInformationResolver",12296],[4,"TableStyleResolver",12378],[4,"TrapCodeResolver",12430],[4,"MutabilityResolver",12526],[4,"TypeResolver",12526],[4,"GlobalInitResolver",12526],[3,"V128Resolver",12526],[3,"FunctionTypeResolver",12526],[3,"GlobalTypeResolver",12526],[3,"TableTypeResolver",12526],[3,"MemoryTypeResolver",12526],[3,"PagesResolver",13275]],"a":{"!":[7265],"!=":[5046,5054],"%":[7289,7290],"%=":[7290],"&":[7234],"&*":[7246],"&=":[7235],"*":[7246,7247,7262,7263],"*=":[7263],"+":[7232,7233],"+=":[7233],"-":[7264,7298,7299],"-=":[7299],"..":[7282,7284,7285,7287],"..=":[7286,7288],"/":[7249,7250],"/=":[7250],"<":[5051,5056],"<<":[7294],"<<=":[7295],"<=":[5051,5056],"==":[5046,5054],">":[5051,5056],">=":[5051,5056],">>":[7296],">>=":[7297],"?":[6962,7301],"?sized":[6962],"[":[7260,7261],"[]":[7260,7261],"]":[7260,7261],"^":[7238],"^=":[7239],"compare_and_swap":[9979,9991],"drop_while":[6722],"foldl":[6103],"foldr":[6666],"inject":[6103],"memcpy":[7895],"memmove":[7894],"memset":[8011],"reverse":[6659],"synccell":[9282],"syncwrapper":[9282],"unique":[9282],"{:?}":[5219],"{}":[5226],"|":[7236],"|=":[7237]}},\ "wasmer_vm":{"doc":"Runtime library support for Wasmer.","t":"NNNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNDNNDNNDNNEINENNNNNNNNENENDENNDNHNNNNDNDNNNDDDNNNENNNNNNEDEEGNNNNNNRDDDDDEDDDDDTDDEDDDDDDDDDDDDDDGNLLLLLLLLLLLLMMMMLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMKMMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMKMMMMLLLLLLLMMMMMALLLLLLLLLLLLLLLFCMAMMMMMMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLAMMMMALAMMLLLMMMMMLMLMMLMFLLLLLLLLLLLLLMAMFFLLLLLLLLFLLLLLLLLLLLLLLLLFAMKLLLMLLLLLLLLLLLLAKMMAMMMALLLLLLLLLLLLLLLLLMAKLLLLLLLLLLLLLLLLLLLLLLLLLLKMLLLLLLLLLLLLLMMMLMMLLLLAMMLLMMLMLMLMLMLMLMLMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLMFMMMMMMMMMMMMMMMMMNNNNEDMLLLLLLLLLLLLLLLMLLLLMLLLLLLMLLLLLLDDLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLMLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLMLMLDLLLLLLLLLLMMLLLMLLLMLLLLDCDALLLLFLLMLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLFFLLFLLLLMLMLLLLLLLLLLLLLLLLLLLLLFFFFLMMLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLLMMMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLDLLMLLLLLLLLMMLLLLLLMLLLLLNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFHFFFFFFFFICDDDDCDLLMLLLLLLLLLLLLLLMMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLMLLLLLLLLLLLKLLLLMKLLLLMLLLLLLLKLLLLLLLLLLLLLKLLLLLLLLLMKLLLDENNLFLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFMLMLLLLLLLHFDDLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLMLLLLLLNNDEDIDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMMLLLLLLMLLMMMOLLLLLMMLLLLLLLLLLKKMMLLLLLLLLLLMLLLLLLLLLLLLLLNNTEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLMLLLLLLLLLLLLLLLMLLLLLLLLMMLLLLLLLLLLLLMMLNDDDDDNNELLMLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLMLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLNNNNNNNNNCECNNCCCCCCCCAACNNENNFLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMHNHHHHHNRDDGENDNRLLLLLLLLFMMLLLLLLLLLLLLLLLLLLLLFLLMLLLLFMLLLLLLLLLLFFFFLLLLFFFFFFLLLLLLLLLLLLFFMFMMMNNDDDDTDEDDDDDDDGLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMMMMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFFLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMM","n":["AtomicsNotSupported","BadConversionToInteger","BadSignature","CallerChecksSignature","CeilF32","CeilF64","CouldNotGrow","DataDrop","Dynamic","Dynamic","ElemDrop","ExternRef","FloorF32","FloorF64","FuncRef","FuncRef","Function","FunctionBodyPtr","Generic","Global","HeapAccessOutOfBounds","HeapMisaligned","Host","ImportedMemory32AtomicNotify","ImportedMemory32AtomicWait32","ImportedMemory32AtomicWait64","ImportedMemory32Copy","ImportedMemory32Fill","ImportedMemory32Size","ImportedTableGet","ImportedTableGrow","ImportedTableSet","ImportedTableSize","Imports","IndirectCallToNull","Instance","InstanceAllocator","IntegerDivisionByZero","IntegerOverflow","InternalStoreHandle","InvalidMemory","Lib","LibCall","LinearMemory","MaximumMemoryTooLarge","MaybeInstanceOwned","Memory","Memory32AtomicNotify","Memory32AtomicWait32","Memory32AtomicWait64","Memory32Copy","Memory32Fill","Memory32Init","Memory32Size","MemoryError","MemoryNotShared","MemoryStyle","MinimumMemoryTooLarge","Mmap","MmapType","NearestF32","NearestF64","NotifyLocation","OOM","PROBESTACK","Private","Probestack","RaiseTrap","Region","SectionBodyPtr","Shared","SignatureRegistry","StackOverflow","Static","Static","StoreHandle","StoreId","StoreObjects","Table","TableAccessOutOfBounds","TableCopy","TableElement","TableFill","TableGet","TableGrow","TableInit","TableSet","TableSize","TableStyle","TargetSharedSignatureIndex","Trap","TrapCode","TrapHandlerFn","TruncF32","TruncF64","UnalignedAtomic","UnreachableCodeReached","UnsupportedOperation","User","VERSION","VMBuiltinFunctionIndex","VMCallerCheckedAnyfunc","VMConfig","VMContext","VMDynamicFunctionContext","VMExtern","VMExternObj","VMExternRef","VMFuncRef","VMFunction","VMFunctionBody","VMFunctionContext","VMFunctionEnvironment","VMFunctionImport","VMFunctionKind","VMGlobal","VMGlobalDefinition","VMGlobalImport","VMInstance","VMMemory","VMMemoryDefinition","VMMemoryImport","VMOffsets","VMOwnedMemory","VMSharedMemory","VMSharedSignatureIndex","VMTable","VMTableDefinition","VMTableImport","VMTrampoline","Wasm","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","accessible_size","address","address","anyfunc","as_error","as_error","base","base","body","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","builtin_functions_total_number","call_trampoline","catch_traps","check_bytes","check_bytes","check_bytes","check_bytes","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","conditions","config","config","consumed","contents","contents","copy","ctx","current_elements","current_length","default","definition","definition","definition","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","environment","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","export","extern_objs","extern_ref","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_raw","from_str","func_ptr","function_env","function_environments","functions","functions","get_data_drop_index","get_elem_drop_index","get_func_ref_index","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_imported_memory32_grow_index","get_imported_memory32_size_index","get_imported_memory_atomic_notify_index","get_imported_memory_atomic_wait32_index","get_imported_memory_atomic_wait64_index","get_imported_memory_copy_index","get_imported_memory_fill_index","get_imported_table_get_index","get_imported_table_grow_index","get_imported_table_set_index","get_imported_table_size_index","get_memory32_grow_index","get_memory32_size_index","get_memory_atomic_notify_index","get_memory_atomic_wait32_index","get_memory_atomic_wait64_index","get_memory_copy_index","get_memory_fill_index","get_memory_init_index","get_raise_trap_index","get_table_copy_index","get_table_fill_index","get_table_get_index","get_table_grow_index","get_table_init_index","get_table_set_index","get_table_size_index","global","globals","globals","grow","handle","handle","handle","handle","hash","hash","hash","hash","hash","hash","hash","host_data","host_env","id","id","idx","imports","index","index","init","init","init","init","init","init","init","init","init","init","init","init","init","init_traps","initialize_memory_with_data","inner","instance","instance","instance_layout","instance_layout","instance_ptr","instances","internal","into","into","into","into","into","into","into","into","into","into","into","into","into","into_enum_iter","into_raw","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","libcalls","marker","maximum","memories","memories","memory","message","mmap","mmap","mmap","new","new","new_for_trampolines","num_imported_functions","num_imported_globals","num_imported_memories","num_imported_tables","num_local_globals","num_local_memories","num_local_memories","num_local_tables","num_local_tables","num_signature_ids","offset_guard_size","offsets","on_host_stack","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_size","probestack","ptr","raise_lib_trap","raise_user_trap","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resume_panic","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","set_stack_size","sig_registry","signature","size","size_of_vm_funcref","size_of_vmcaller_checked_anyfunc","size_of_vmctx","size_of_vmctx","size_of_vmdynamicfunction_import_context","size_of_vmfunction_body_ptr","size_of_vmfunction_import","size_of_vmglobal_import","size_of_vmglobal_local","size_of_vmmemory_definition","size_of_vmmemory_definition_current_length","size_of_vmmemory_import","size_of_vmshared_signature_index","size_of_vmtable_definition","size_of_vmtable_definition_current_elements","size_of_vmtable_import","store","style","style","sync_on_drop","table","table","tables","tables","threadconditions","to_function_name","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","total_size","trap","try_clone","try_from","try_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","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_index","val","vec","vm_funcref_anyfunc_ptr","vm_global_definition","vm_table_definition","vmcaller_checked_anyfunc_call_trampoline","vmcaller_checked_anyfunc_func_ptr","vmcaller_checked_anyfunc_type_index","vmcaller_checked_anyfunc_vmctx","vmcontext","vmctx","vmctx","vmctx_builtin_function","vmctx_builtin_functions_begin","vmctx_builtin_functions_begin","vmctx_gas_limiter_pointer","vmctx_globals_begin","vmctx_globals_begin","vmctx_imported_functions_begin","vmctx_imported_functions_begin","vmctx_imported_globals_begin","vmctx_imported_globals_begin","vmctx_imported_memories_begin","vmctx_imported_memories_begin","vmctx_imported_tables_begin","vmctx_imported_tables_begin","vmctx_memories_begin","vmctx_memories_begin","vmctx_signature_ids_begin","vmctx_signature_ids_begin","vmctx_stack_limit_begin","vmctx_stack_limit_initial_begin","vmctx_tables_begin","vmctx_tables_begin","vmctx_trap_handler_begin","vmctx_vmfunction_import","vmctx_vmfunction_import_body","vmctx_vmfunction_import_vmctx","vmctx_vmglobal_definition","vmctx_vmglobal_import","vmctx_vmglobal_import_definition","vmctx_vmmemory_definition","vmctx_vmmemory_definition_base","vmctx_vmmemory_definition_current_length","vmctx_vmmemory_import","vmctx_vmmemory_import_definition","vmctx_vmmemory_import_handle","vmctx_vmshared_signature_id","vmctx_vmtable_definition","vmctx_vmtable_definition_base","vmctx_vmtable_definition_current_elements","vmctx_vmtable_import","vmctx_vmtable_import_definition","vmdynamicfunction_import_context_address","vmdynamicfunction_import_context_ctx","vmfunction_import_body","vmfunction_import_handle","vmfunction_import_vmctx","vmglobal_import_definition","vmglobal_import_handle","vmmemory","vmmemory_definition_base","vmmemory_definition_current_length","vmmemory_import_definition","vmmemory_import_handle","vmtable_definition_base","vmtable_definition_current_elements","vmtable_import_definition","vmtable_import_handle","wasm_stack_size","wasmer_call_trampoline","attempted_delta","current","max_allowed","max_allowed","max_requested","message","min_requested","reason","bound","offset_guard_size","offset_guard_size","backtrace","backtrace","backtrace","pc","signal_trap","trap_code","Function","Global","Memory","Table","VMExtern","VMFunction","anyfunc","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","from","from","host_data","init","init","into","into","kind","layout_raw","layout_raw","list","list_mut","pointer_metadata","pointer_metadata","signature","try_from","try_from","try_into","try_into","type_id","type_id","VMExternObj","VMExternRef","__clone_box","as_ref","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","contents","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","from_raw","init","init","into","into","into_raw","layout_raw","layout_raw","list","list_mut","new","pointer_metadata","pointer_metadata","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","VMFunctionEnvironment","as_mut","as_ref","borrow","borrow_mut","contents","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","list","list_mut","new","pointer_metadata","try_from","try_into","type_id","VMGlobal","borrow","borrow_mut","copy_on_write","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","list","list_mut","new","pointer_metadata","try_from","try_into","ty","ty","type_id","vm_global_definition","vmglobal","Imports","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","from","functions","globals","init","into","layout_raw","memories","new","none","pointer_metadata","tables","to_owned","try_from","try_into","type_id","Instance","InstanceAllocator","VMInstance","allocator","borrow","borrow","borrow_mut","borrow_mut","build_funcrefs","builtin_functions_ptr","context","context","context_mut","data_drop","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","elem_drop","eq","equivalent","equivalent","equivalent","equivalent","exports","finish_instantiation","fmt","fmt","from","from","func_ref","funcrefs","function_call_trampolines","functions","get_foreign_table","get_local_table","get_local_table","get_local_vmmemory_mut","get_memory","get_memory_init_start","get_memory_slice","get_table","get_table_handle","get_table_init_start","get_vmmemory","get_vmmemory_mut","global","global_ptr","globals","globals_ptr","imported_funcrefs","imported_function","imported_functions_ptr","imported_global","imported_globals_ptr","imported_memories_ptr","imported_memory","imported_memory_copy","imported_memory_fill","imported_memory_grow","imported_memory_notify","imported_memory_size","imported_memory_wait32","imported_memory_wait64","imported_table","imported_table_get","imported_table_grow","imported_table_set","imported_table_size","imported_tables_ptr","init","init","initialize_globals","initialize_memories","initialize_passive_elements","initialize_tables","instance","instance","instance_layout","instance_mut","into","into","invoke_start_function","layout_raw","layout_raw","list","list_mut","local_memory_copy","local_memory_fill","local_memory_notify","local_memory_wait32","local_memory_wait64","lookup","lookup_by_declaration","memories","memories_ptr","memory","memory_grow","memory_grow","memory_index","memory_index","memory_init","memory_ptr","memory_size","memory_wait","module","module","module","module_ref","module_ref","new","offsets","offsets","passive_data","passive_elements","pointer_metadata","pointer_metadata","set_global","set_memory","set_table","signature_ids_ptr","table","table_fill","table_get","table_get","table_grow","table_grow","table_index","table_index","table_init","table_ptr","table_set","table_set","table_size","tables","tables_ptr","try_from","try_from","try_into","try_into","type_id","type_id","vmctx","vmctx","vmctx","vmctx_offset","vmctx_plus_offset","vmctx_ptr","vmctx_ptr","vmoffsets","InstanceAllocator","borrow","borrow_mut","consumed","deref","deref_mut","deserialize","drop","drop","from","init","instance_layout","instance_layout","instance_ptr","into","into_vminstance","layout_raw","memory_definition_locations","new","offsets","offsets","pointer_metadata","table_definition_locations","try_from","try_into","type_id","CeilF32","CeilF64","DataDrop","ElemDrop","FloorF32","FloorF64","FuncRef","ImportedMemory32AtomicNotify","ImportedMemory32AtomicWait32","ImportedMemory32AtomicWait64","ImportedMemory32Copy","ImportedMemory32Fill","ImportedMemory32Size","ImportedTableGet","ImportedTableGrow","ImportedTableSet","ImportedTableSize","LibCall","Memory32AtomicNotify","Memory32AtomicWait32","Memory32AtomicWait64","Memory32Copy","Memory32Fill","Memory32Init","Memory32Size","NearestF32","NearestF64","Probestack","RaiseTrap","TableCopy","TableFill","TableGet","TableGrow","TableInit","TableSet","TableSize","TruncF32","TruncF64","function_pointer","wasmer_vm_data_drop","wasmer_vm_elem_drop","wasmer_vm_f32_ceil","wasmer_vm_f32_floor","wasmer_vm_f32_nearest","wasmer_vm_f32_trunc","wasmer_vm_f64_ceil","wasmer_vm_f64_floor","wasmer_vm_f64_nearest","wasmer_vm_f64_trunc","wasmer_vm_func_ref","wasmer_vm_imported_memory32_atomic_notify","wasmer_vm_imported_memory32_atomic_wait32","wasmer_vm_imported_memory32_atomic_wait64","wasmer_vm_imported_memory32_copy","wasmer_vm_imported_memory32_fill","wasmer_vm_imported_memory32_grow","wasmer_vm_imported_memory32_size","wasmer_vm_imported_table_get","wasmer_vm_imported_table_grow","wasmer_vm_imported_table_set","wasmer_vm_imported_table_size","wasmer_vm_memory32_atomic_notify","wasmer_vm_memory32_atomic_wait32","wasmer_vm_memory32_atomic_wait64","wasmer_vm_memory32_copy","wasmer_vm_memory32_fill","wasmer_vm_memory32_grow","wasmer_vm_memory32_init","wasmer_vm_memory32_size","wasmer_vm_probestack","wasmer_vm_raise_trap","wasmer_vm_table_copy","wasmer_vm_table_fill","wasmer_vm_table_get","wasmer_vm_table_grow","wasmer_vm_table_init","wasmer_vm_table_set","wasmer_vm_table_size","LinearMemory","NotifyLocation","VMMemory","VMMemoryConfig","VMOwnedMemory","VMSharedMemory","WaiterError","WasmMmap","__clone_box","__clone_box","alloc","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","conditions","config","config","copy","copy","copy","copy","copy","copy","copy","copy","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","do_notify","do_notify","do_notify","do_notify","do_wait","do_wait","do_wait","do_wait","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_custom","from_definition","from_definition","from_definition","from_definition_with_file","from_definition_with_file","get_runtime_size","get_vm_memory_definition","grow","grow","grow","grow","grow","grow_at_least","grow_at_least","grow_at_least","grow_at_least","grow_at_least","grow_at_least","init","init","init","init","init","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","list","list_mut","maximum","memory","mmap","mmap","new","new","new","new_internal","new_with_file","new_with_file","offset_guard_size","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reset","reset","reset","reset","reset","reset","size","size","size","size","size","size","style","style","style","style","style","style","thread_conditions","thread_conditions","thread_conditions","thread_conditions","to_owned","to_owned","to_shared","try_clone","try_clone","try_clone","try_clone","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","ty","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","vm_memory_definition","vmmemory","vmmemory","vmmemory","vmmemory","Mmap","MmapType","Private","Shared","__clone_box","_assert","accessible_reserved","accessible_size","as_mut_ptr","as_mut_slice","as_mut_slice_accessible","as_mut_slice_arbitary","as_ptr","as_slice","as_slice_accessible","as_slice_arbitary","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","cmp","compare","copy","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","duplicate","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","get_hash","hash","init","init","into","into","is_empty","layout_raw","layout_raw","len","make_accessible","new","partial_cmp","pointer_metadata","pointer_metadata","ptr","round_up_to_page_size","sync_on_drop","to_owned","total_size","try_from","try_from","try_into","try_into","type_id","type_id","with_at_least","PROBESTACK","__rust_probestack","Inner","SignatureRegistry","borrow","borrow","borrow_mut","borrow_mut","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","index2signature","init","init","inner","into","into","layout_raw","layout_raw","lookup","new","pointer_metadata","pointer_metadata","register","signature2index","try_from","try_from","try_into","try_into","type_id","type_id","Host","Instance","InternalStoreHandle","MaybeInstanceOwned","StoreHandle","StoreObject","StoreObjects","__clone_box","__clone_box","as_ptr","as_u128_globals","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","extern_objs","fmt","fmt","fmt","fmt","from","from","from","from","from_index","from_internal","function_environments","functions","get","get","get_2_mut","get_hash","get_mut","get_mut","globals","hash","id","id","id","idx","impl_context_object","index","init","init","init","init","instances","internal","internal_handle","into","into","into","into","iter_globals","layout_raw","layout_raw","layout_raw","layout_raw","list","list_mut","marker","memories","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","set_global_unchecked","set_id","set_store_id","store_id","tables","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","ExternRef","FuncRef","RawTableElement","TableElement","VMTable","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","copy","copy_on_write","copy_within","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","extern_ref","fmt","fmt","fmt","from","from","from","from","from_definition","func_ref","get","get_runtime_size","get_vm_table_definition","grow","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","list","list_mut","maximum","new","new_inner","pointer_metadata","pointer_metadata","pointer_metadata","set","size","style","style","table","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","ty","type_id","type_id","type_id","vec","vm_table_definition","vmtable","AtomicsDisabled","NotifyLocation","NotifyMap","NotifyWaiter","ThreadConditions","ThreadConditionsHandle","TooManyWaiters","Unimplemented","WaiterError","__clone_box","__clone_box","address","as_error","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","closed","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","disable_atomics","do_notify","do_wait","downgrade","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","get_hash","hash","init","init","init","init","init","init","inner","inner","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","map","new","notified","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","thread","to_owned","to_owned","to_string","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","upgrade","wake_all_atomic_waiters","BadConversionToInteger","BadSignature","HeapAccessOutOfBounds","HeapMisaligned","IndirectCallToNull","IntegerDivisionByZero","IntegerOverflow","StackOverflow","TableAccessOutOfBounds","Trap","TrapCode","TrapHandlerFn","UnalignedAtomic","UnreachableCodeReached","VMConfig","catch_traps","init_traps","on_host_stack","raise_lib_trap","raise_user_trap","resume_panic","set_stack_size","trap","traphandlers","wasmer_call_trampoline","Lib","OOM","Trap","User","Wasm","_assert_trap_is_sync_and_send","as_error","borrow","borrow_mut","deref","deref_mut","deserialize","downcast","downcast_ref","drop","fmt","fmt","from","init","into","is","layout_raw","lib","oom","pointer_metadata","source","to_string","to_trap","try_from","try_into","type_id","user","wasm","backtrace","backtrace","backtrace","pc","signal_trap","trap_code","DEFAULT_STACK_SIZE","LibTrap","MAGIC","PREV_SIGBUS","PREV_SIGFPE","PREV_SIGILL","PREV_SIGSEGV","Panic","TRAP_HANDLER","TrapHandlerContext","TrapHandlerContextInner","TrapHandlerFn","UnwindReason","UserTrap","VMConfig","WasmTrap","YIELDER","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","catch_traps","coro_trap_handler","custom_trap","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","from","from","from","from","get_pc_sp","handle_trap","handle_trap","handle_trap","init","init","init","init","init_traps","inner","install","into","into","into","into","into_trap","layout_raw","layout_raw","layout_raw","layout_raw","lazy_per_thread_init","on_host_stack","on_wasm_stack","platform_init","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","process_illegal_op","raise_lib_trap","raise_user_trap","resume_panic","set_stack_size","trap_handler","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","unwind_with","update_context","wasm_stack_size","wasmer_call_trampoline","backtrace","pc","signal_trap","Dynamic","Static","VMBuiltinFunctionsArray","VMCallerCheckedAnyfunc","VMContext","VMDynamicFunctionContext","VMFunctionContext","VMFunctionImport","VMFunctionKind","VMGlobalDefinition","VMGlobalImport","VMMemoryDefinition","VMMemoryImport","VMSharedSignatureIndex","VMTableDefinition","VMTableImport","VMTrampoline","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","address","base","base","body","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","call_trampoline","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","ctx","current_elements","current_length","default","definition","definition","definition","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","environment","eq","eq","eq","eq","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","func_ptr","get_hash","get_hash","get_hash","handle","handle","handle","handle","hash","hash","hash","host_env","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initialized","instance","instance_mut","into","into","into","into","into","into","into","into","into","into","into","into","into","into","is_null","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","memory32_atomic_check32","memory32_atomic_check64","memory_copy","memory_fill","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptrs","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","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_index","val","vmctx","vmctx"],"q":[[0,"wasmer_vm"],[703,"wasmer_vm::MemoryError"],[711,"wasmer_vm::MemoryStyle"],[714,"wasmer_vm::Trap"],[720,"wasmer_vm::export"],[761,"wasmer_vm::extern_ref"],[804,"wasmer_vm::function_env"],[826,"wasmer_vm::global"],[850,"wasmer_vm::imports"],[875,"wasmer_vm::instance"],[1030,"wasmer_vm::instance::allocator"],[1056,"wasmer_vm::libcalls"],[1134,"wasmer_vm::memory"],[1317,"wasmer_vm::mmap"],[1388,"wasmer_vm::probestack"],[1390,"wasmer_vm::sig_registry"],[1430,"wasmer_vm::store"],[1552,"wasmer_vm::table"],[1637,"wasmer_vm::threadconditions"],[1768,"wasmer_vm::trap"],[1793,"wasmer_vm::trap::trap"],[1826,"wasmer_vm::trap::trap::Trap"],[1832,"wasmer_vm::trap::traphandlers"],[1930,"wasmer_vm::trap::traphandlers::UnwindReason"],[1933,"wasmer_vm::vmcontext"],[2264,"dyn_clone::sealed"],[2265,"core::error"],[2266,"core::option"],[2267,"core::result"],[2268,"core::ops::function"],[2269,"bytecheck"],[2270,"core::marker"],[2271,"alloc::boxed"],[2272,"rkyv::with"],[2273,"serde::de"],[2274,"rkyv"],[2275,"core::fmt"],[2276,"core::fmt"],[2277,"core::hash"],[2278,"core::hash"],[2279,"core::hash"],[2280,"core::alloc::layout"],[2281,"core::any"],[2282,"serde::ser"],[2283,"alloc::string"],[2284,"wasmer_types::types"],[2285,"core::any"],[2286,"wasmer_types::indexes"],[2287,"alloc::vec"],[2288,"core::marker"],[2289,"wasmer_types::indexes"],[2290,"wasmer_types::indexes"],[2291,"wasmer_types::initializers"],[2292,"wasmer_types::initializers"],[2293,"alloc::sync"],[2294,"core::time"],[2295,"std::path"],[2296,"core::cmp"],[2297,"wasmer_types::types"],[2298,"wasmer_types::types"],[2299,"libc::unix::linux_like::linux::gnu::b64::x86_64"],[2300,"core::ops::function"],[2301,"libc::unix"],[2302,"libc::unix::linux_like::linux::gnu::b64::x86_64"],[2303,"corosensei::arch::x86_64"],[2304,"core::clone"]],"d":["The memory does not support atomic operations.","Failed float-to-int conversion.","Signature mismatch on indirect call.","Signatures are stored in the table and checked in the …","ceil.f32","ceil.f64","The operation would cause the size of the memory to exceed …","data.drop","A dynamic function has the native signature: …","The actual memory can be resized and moved.","elem.drop","Opaque pointer to arbitrary host data.","floor.f32","floor.f64","Pointer to function: contains enough information to call …","ref.func","A function export value.","A safe wrapper around VMFunctionBody.","A user defined error value, used for error cases not …","A global export value.","A heap_addr instruction detected an out-of-bounds error.","A heap_addr instruction was misaligned.","The data is owned here.","memory.atomic.botify for imported memories","memory.atomic.wait32 for imported memories","memory.atomic.wait64 for imported memories","memory.copy for imported memories","memory.fill for imported memories","memory.size for imported functions","table.get for imported tables","table.grow for imported tables","table.set for imported tables","table.size for imported tables","Resolved import pointers.","Indirect call to a null table entry.","The data is stored inline in the VMContext of an instance.","This is an intermediate type that manages the raw …","An integer division by zero.","An integer arithmetic operation caused an overflow.","Internal handle to an object owned by the current context.","Invalid memory was provided.","A trap raised from a wasm libcall","The name of a runtime library routine.","Represents memory that is used by the WebAsssembly module","Caller asked for a maximum memory greater than we can give …","Data used by the generated code is generally located …","A memory export value.","memory.atomic.notify for local memories","memory.atomic.wait32 for local memories","memory.atomic.wait64 for local memories","memory.copy for local memories","memory.fill for local memories","memory.init","memory.size for local functions","Error type describing things that can go wrong when …","Returned when a shared memory is required, but the given …","Implementation styles for WebAssembly linear memory.","Caller asked for more minimum memory than we can give them.","A simple struct consisting of a page-aligned pointer to …","The type of mmap to create","nearest.f32","nearest.f64","A location in memory for a Waiter","A trap indicating that the runtime was unable to allocate …","The probestack based on the Rust probestack","The memory is private to the process and not shared with …","probe for stack overflow. These are emitted for functions …","A custom trap","Low level error with mmap.","Pointers to section data.","The memory is shared with other processes. This is only …","WebAssembly requires that the caller and callee signatures …","The current stack space was exhausted.","A static function has the native signature: …","Address space is allocated up front.","Handle to an object managed by a context.","Unique ID to identify a context.","Set of objects managed by a context.","A table export value.","A table_addr instruction detected an out-of-bounds error.","table.copy","A reference stored in a table. Can be either an externref …","table.fill","table.get for local tables","table.grow for local tables","table.init","table.set for local tables","table.size for local tables","Implementation styles for WebAssembly tables.","Target specific type for shared signature index.","Stores trace message with backtrace.","A trap code describing the reason for a trap.","Function which may handle custom signals while processing …","trunc.f32","trunc.f64","An atomic memory access was attempted with an unaligned …","Code that was supposed to have been unreachable was …","Returned when trying to call a memory operation that is …","A user-raised trap through raise_user_trap.","Version number of this crate.","An index type for builtin functions.","The VM caller-checked “anyfunc” record, for …","Configuration for the runtime VM Currently only the stack …","The VM “context”, which is pointed to by the vmctx arg …","The VMDynamicFunctionContext is the context that dynamic …","The value of an export passed from one instance to another.","Underlying object referenced by a VMExternRef.","Represents an opaque reference to any data within …","A function reference. A single word that points to …","A function export value.","A placeholder byte-sized type which is just used to …","Union representing the first parameter passed when calling …","Underlying FunctionEnvironment used by a VMFunction.","An imported function.","A function kind is a calling convention into and out of …","A Global instance","The storage for a WebAssembly global defined within the …","The fields compiled code needs to access to utilize a …","A handle holding an Instance of a WebAssembly module.","Represents linear memory that can be either owned or shared","The fields compiled code needs to access to utilize a …","The fields compiled code needs to access to utilize a …","This class computes offsets to fields within VMContext and …","A linear memory instance.","A shared linear memory instance.","An index into the shared signature registry, usable for …","A table instance.","The fields compiled code needs to access to utilize a …","The fields compiled code needs to access to utilize a …","","A trap raised from the Wasm generated code","","","","","","","","","","","","","","The address of the inner dynamic function.","The address of the Waiter location","Pointer to the VMCallerCheckedAnyfunc which contains data …","","","Pointer to the table data.","The start address which is always valid, even if the …","A pointer to the imported function body.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the total number of builtin functions.","Address of the function call trampoline to invoke this …","Catches any wasm traps that happen within the execution of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Whether or not this type has transferred ownership of the …","","","Copies this memory to a new memory","The context that the inner dynamic function will receive.","The current number of elements in the table.","The current logical size of this linear memory in bytes.","","A pointer to the imported table description.","A pointer to the imported memory description.","A pointer to the imported global variable description.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A pointer to the VMContext that owns the function or host …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Extracts a VMFuncRef from a RawValue.","","Function body.","","","Resolved addresses for imported functions.","","Returns an index for wasm’s data.drop instruction.","Returns an index for wasm’s elem.drop.","Returns an index for wasm’s func.ref instruction.","","","","","","","","Returns an index for wasm’s imported memory.grow builtin …","Returns an index for wasm’s imported memory.size builtin …","Returns an index for wasm’s imported memory.atomic.notify…","Returns an index for wasm’s imported memory.atomic.wait32…","Returns an index for wasm’s imported memory.atomic.wait64…","Returns an index for wasm’s memory.copy for imported …","Returns an index for wasm’s memory.fill for imported …","Returns an index for wasm’s table.get instruction for …","Returns an index for wasm’s table.grow instruction for …","Returns an index for wasm’s table.set instruction for …","Returns an index for wasm’s table.size instruction for …","Returns an index for wasm’s memory.grow builtin function.","Returns an index for wasm’s memory.size builtin function.","Returns an index for wasm’s local memory.atomic.notify …","Returns an index for wasm’s local memory.atomic.wait32 …","Returns an index for wasm’s local memory.atomic.wait64 …","Returns an index for wasm’s memory.copy for locally …","Returns an index for wasm’s memory.fill for locally …","Returns an index for wasm’s memory.init instruction.","Returns an index for wasm’s raise_trap instruction.","Returns an index for wasm’s table.copy when both tables …","Returns an index for wasm’s table.fill instruction for …","Returns an index for wasm’s table.get instruction for …","Returns an index for wasm’s table.grow instruction for …","Returns an index for wasm’s table.init.","Returns an index for wasm’s table.set instruction for …","Returns an index for wasm’s table.size instruction for …","","Resolved addresses for imported globals.","","Grow memory by the specified amount of wasm pages.","Handle to the VMFunction in the context.","Handle to the VMTable in the context.","A handle to the Memory that owns the memory description.","A handle to the Global that owns the global description.","","","","","","","","Associated data owned by a host function.","Host functions can have custom environments.","","","","","Return the index as an u32 number.","Returns index value.","","","","","","","","","","","","","","This function is required to be called before any …","","","An Instance contains all the runtime state used by …","The Instance itself.","The layout of the instance_ptr buffer.","The layout of Instance (which can vary).","The buffer that will contain the Instance and dynamic …","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 VMFuncRef into a RawValue.","The function kind (specifies the calling convention for the","","","","","","","","","","","","","","Runtime library calls.","","","Resolved addresses for imported memories.","","Memory management for linear memories.","Gets the message for this trap code","Low-level abstraction for allocating and managing …","","","Return a new VMOffsets instance, for a given pointer size.","Constructs TargetSharedSignatureIndex.","Return a new VMOffsets instance, for a given pointer size …","","","","","","Number of local memories defined in the module","","Number of local tables defined in the module","","","Returns the offset-guard size","Information about the offsets into the instance_ptr buffer …","When executing on the Wasm stack, temporarily switch back …","","","","","","","","","","","","","","","This section defines the PROBESTACK intrinsic which is …","","Raises a trap from inside library code immediately.","Raises a user-defined trap immediately.","","","","","","","","","Carries a Rust panic across wasm code and resumes the …","","","","","","","","","","","","","","","","","Default stack size is 1MB.","Implement a registry of function signatures, for fast …","The function type, used for compatibility checking.","Returns the size of hte memory in pages","Return the size of VMFuncRef.","Return the size of VMCallerCheckedAnyfunc.","Return the size of the VMContext allocation.","","Return the size of VMDynamicFunctionContext.","The size of the current_elements field.","Return the size of VMFunctionImport.","Return the size of VMGlobalImport.","Return the size of a pointer to a VMGlobalDefinition;","Return the size of VMMemoryDefinition.","The size of the current_length field.","Return the size of VMMemoryImport.","Return the size of VMSharedSignatureIndex.","Return the size of VMTableDefinition.","The size of the current_elements field.","Return the size of VMTableImport.","","Returns the memory style for this memory.","Our chosen implementation style.","","Memory management for tables.","The WebAssembly table description.","Resolved addresses for imported tables.","","","Return the function name associated to the libcall.","","","","","","","","","","","","","","","","","","This is the module that facilitates the usage of Traps in …","Attempts to clone this memory (if its clonable)","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the type for this memory.","","","","","","","","","","","","","","","Function signature id.","Raw value of the global.","","The offset to the pointer to the anyfunc inside the ref.","","","The offset of the call_trampoline field.","The offset of the func_ptr field.","The offset of the type_index field.","The offset of the vmctx field.","This file declares VMContext and several related structs …","Wasm functions take a pointer to VMContext.","Function VMContext or host env.","Return the offset to builtin function in …","The offset of the builtin functions array.","","","The offset of the globals array.","","The offset of the tables array.","","The offset of the globals array.","","The offset of the memories array.","","The offset of the tables array.","","The offset of the memories array.","","The offset of the signature_ids array.","","","","The offset of the tables array.","","","Return the offset to VMFunctionImport index index.","Return the offset to the body field in …","Return the offset to the vmctx field in …","Return the offset to the VMGlobalDefinition index index.","Return the offset to VMGlobalImport index index.","Return the offset to the from field in VMGlobalImport …","Return the offset to VMMemoryDefinition index index.","Return the offset to the base field in VMMemoryDefinition …","Return the offset to the current_length field in …","Return the offset to VMMemoryImport index index.","Return the offset to the from field in VMMemoryImport …","Return the offset to the vmctx field in VMMemoryImport …","Return the offset to VMSharedSignatureIndex index index.","Return the offset to VMTableDefinition index index.","Return the offset to the base field in VMTableDefinition …","Return the offset to the current_elements field in …","Return the offset to VMTableImport index index.","Return the offset to the definition field in VMTableImport …","The offset of the address field.","The offset of the ctx field.","The offset of the body field.","The offset of the handle field.","The offset of the vmctx field.","The offset of the definition field.","The offset of the handle field.","Return a VMMemoryDefinition for exposing the memory to …","The offset of the base field.","The offset of the current_length field.","The offset of the from field.","The offset of the handle field.","The offset of the base field.","The offset of the current_elements field.","The offset of the definition field.","The offset of the handle field.","Optionnal stack size (in byte) of the VM. Value lower than …","Call the wasm function pointed to by callee.","The attempted amount to grow by in pages.","The current size in pages.","The maximum amount of memory we can allocate.","The number of pages requested as the maximum amount of …","The number of pages requested as the maximum amount of …","Message describing the unsupported operation.","The number of pages requested as the minimum amount of …","The reason why the provided memory is invalid.","The number of mapped and unmapped pages.","Our chosen offset-guard size.","Our chosen offset-guard size.","Native stack backtrace at the time the trap occurred","Native stack backtrace at the time the trap occurred","Native stack backtrace at the time the OOM occurred","The program counter in generated code where this trap …","Optional trapcode associated to the signal that caused the …","Code of the trap.","A function export value.","A global export value.","A memory export value.","A table export value.","The value of an export passed from one instance to another.","A function export value.","Pointer to the VMCallerCheckedAnyfunc which contains data …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Associated data owned by a host function.","","","Calls U::from(self).","Calls U::from(self).","The function kind (specifies the calling convention for the","","","","","","","The function type, used for compatibility checking.","","","","","","","Underlying object referenced by a VMExternRef.","Represents an opaque reference to any data within …","","Returns a reference to the underlying value.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Extracts a VMExternRef from a RawValue.","","","Calls U::from(self).","Calls U::from(self).","Converts the VMExternRef into a RawValue.","","","","","Wraps the given value to expose it to Wasm code as an …","","","","","","","","","","Underlying FunctionEnvironment used by a VMFunction.","Returns a mutable reference to the underlying value.","Returns a reference to the underlying value.","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Wraps the given value to expose it to Wasm code as a …","","","","","A Global instance","","","Copies this global","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","Create a new, zero bit-pattern initialized global from a …","","","","Get the type of the global.","","","","Get a pointer to the underlying definition used by the …","Resolved import pointers.","","","","","","","","","","Returns the argument unchanged.","Resolved addresses for imported functions.","Resolved addresses for imported globals.","","Calls U::from(self).","","Resolved addresses for imported memories.","Construct a new Imports instance.","Construct a new Imports instance with no imports.","","Resolved addresses for imported tables.","","","","","A WebAssembly instance.","","A handle holding an Instance of a WebAssembly module.","","","","","","Eagerly builds all the VMFuncRefs for imported and local …","Return a pointer to the VMBuiltinFunctionsArray.","","Pointer to the object store of the context owning this …","","Drop the given data segment, truncating its length to zero.","","","","","","","","","","Drop an element.","","","","","","Return an iterator over the exports of this instance.","Finishes the instantiation process started by Instance::new…","","","Returns the argument unchanged.","Returns the argument unchanged.","Get a VMFuncRef for the given FunctionIndex.","Mapping of function indices to their func ref backing …","Pointers to function call trampolines in executable memory.","Pointers to functions in executable memory.","Get an imported, foreign table.","Get a locally-defined table.","Get a table defined locally within this module.","Get a locally defined memory as mutable.","Get a locally defined or imported memory.","Compute the offset for a memory data initializer.","Return a byte-slice view of a memory’s data.","Get a table by index regardless of whether it is …","Get a table handle by index regardless of whether it is …","Compute the offset for a table element initializer.","Get a locally defined or imported memory.","Get a locally defined or imported memory.","Return the indexed VMGlobalDefinition.","Return the indexed VMGlobalDefinition.","WebAssembly global data.","Return a pointer to the VMGlobalDefinitions.","Mapping of function indices to their func ref backing …","Return the indexed VMFunctionImport.","Return a pointer to the VMFunctionImports.","Return the indexed VMGlobalImport.","Return a pointer to the VMGlobalImports.","Return a pointer to the VMMemoryImports.","Return the indexed VMMemoryImport.","Perform a memory.copy on an imported memory.","Perform the memory.fill operation on an imported memory.","Grow imported memory by the specified amount of pages.","Perform an Atomic.Notify","Returns the number of allocated wasm pages in an imported …","Perform an Atomic.Wait32","Perform an Atomic.Wait64","Return the index VMTableImport.","Returns the element at the given index.","Grow table by the specified amount of elements.","Set table element by index for an imported table.","Returns the number of elements in a given imported table.","Return a pointer to the VMTableImportss.","","","","Initialize the table memory from the provided initializers.","Initialize the Instance::passive_elements map by resolving …","Initialize the table memory from the provided initializers.","Return a reference to the contained Instance.","The Instance itself.","The layout of Instance (which can vary).","Return a mutable reference to the contained Instance.","Calls U::from(self).","Calls U::from(self).","Invoke the WebAssembly start function of the instance, if …","","","","","Do a memory.copy for a locally defined memory.","Perform the memory.fill operation on a locally defined …","Perform an Atomic.Notify","Perform an Atomic.Wait32","Perform an Atomic.Wait64","Lookup an export with the given name.","Lookup an export with the given export declaration.","WebAssembly linear memory data.","Return a pointer to the VMMemoryDefinitions.","Return the indexed VMMemoryDefinition.","Grow memory by the specified amount of pages.","Grow memory in this instance by the specified amount of …","Return the memory index for the given VMMemoryDefinition.","Return the memory index for the given VMMemoryDefinition …","Performs the memory.init operation.","Return the indexed VMMemoryDefinition.","Returns the number of allocated wasm pages.","","","Return a reference-counting pointer to a module.","The ModuleInfo this Instance was instantiated from.","","Return a reference to a module.","Create a new VMInstance pointing at a new Instance.","Offsets in the vmctx region.","Offsets in the vmctx region.","Passive data segments from our module. As data.drops …","Passive elements in this instantiation. As elem.drops …","","","Set the indexed global to VMGlobalDefinition.","Set the indexed memory to VMMemoryDefinition.","Updates the value for a defined table to VMTableDefinition.","Return a pointer to the VMSharedSignatureIndexs.","Return the indexed VMTableDefinition.","The table.fill operation: fills a portion of a table with …","Get table element by index.","Get table element reference.","Grow table by the specified amount of elements.","Grow table in this instance by the specified amount of …","Return the table index for the given VMTableDefinition.","Return the table index for the given VMTableDefinition in …","The table.init operation: initializes a portion of a table …","Return the indexed VMTableDefinition.","Set table element by index.","Set table element reference.","Returns the number of elements in a given table.","WebAssembly table data.","Return a pointer to the VMTableDefinitions.","","","","","","","Return a reference to the vmctx used by compiled wasm code.","Return a reference to the vmctx used by compiled wasm code.","Additional context used by compiled WebAssembly code. This …","Return the offset from the vmctx pointer to its containing …","Helper function to access various locations offset from …","Return a raw pointer to the vmctx used by compiled wasm …","Return a raw pointer to the vmctx used by compiled wasm …","Return a reference to the VMOffsets to get offsets in the …","This is an intermediate type that manages the raw …","","","Whether or not this type has transferred ownership of the …","","","","","","Returns the argument unchanged.","","Calculate the appropriate layout for the Instance.","The layout of the instance_ptr buffer.","The buffer that will contain the Instance and dynamic …","Calls U::from(self).","Finish preparing by writing the Instance into memory, and …","","Get the locations of where the local VMMemoryDefinitions …","Allocates instance data for use with VMInstance::new.","Get the VMOffsets for the allocated buffer.","Information about the offsets into the instance_ptr buffer …","","Get the locations of where the VMTableDefinitions should …","","","","ceil.f32","ceil.f64","data.drop","elem.drop","floor.f32","floor.f64","ref.func","memory.atomic.botify for imported memories","memory.atomic.wait32 for imported memories","memory.atomic.wait64 for imported memories","memory.copy for imported memories","memory.fill for imported memories","memory.size for imported functions","table.get for imported tables","table.grow for imported tables","table.set for imported tables","table.size for imported tables","The name of a runtime library routine.","memory.atomic.notify for local memories","memory.atomic.wait32 for local memories","memory.atomic.wait64 for local memories","memory.copy for local memories","memory.fill for local memories","memory.init","memory.size for local functions","nearest.f32","nearest.f64","probe for stack overflow. These are emitted for functions …","A custom trap","table.copy","table.fill","table.get for local tables","table.grow for local tables","table.init","table.set for local tables","table.size for local tables","trunc.f32","trunc.f64","The function pointer to a libcall","Implementation of data.drop.","Implementation of elem.drop.","Implementation of f32.ceil","Implementation of f32.floor","Implementation of f32.nearest","Implementation of f32.trunc","Implementation of f64.ceil","Implementation of f64.floor","Implementation of f64.nearest","Implementation of f64.trunc","Implementation of func.ref.","Implementation of memory.notfy for imported 32-bit …","Implementation of memory.wait32 for imported 32-bit …","Implementation of memory.wait64 for imported 32-bit …","Implementation of memory.copy for imported memories.","Implementation of memory.fill for imported memories.","Implementation of memory.grow for imported 32-bit memories.","Implementation of memory.size for imported 32-bit memories.","Implementation of table.get for imported tables.","Implementation of table.grow for imported tables.","Implementation of table.set for imported tables.","Implementation of table.size for imported tables.","Implementation of memory.notfy for locally-defined 32-bit …","Implementation of memory.wait32 for locally-defined 32-bit …","Implementation of memory.wait64 for locally-defined 32-bit …","Implementation of memory.copy for locally defined memories.","Implementation of memory.fill for locally defined memories.","Implementation of memory.grow for locally-defined 32-bit …","Implementation of memory.init.","Implementation of memory.size for locally-defined 32-bit …","Probestack check","Implementation for raising a trap","Implementation of table.copy.","Implementation of table.fill.","Implementation of table.get.","Implementation of table.grow for locally-defined tables.","Implementation of table.init.","Implementation of table.set.","Implementation of table.size.","Represents memory that is used by the WebAsssembly module","","Represents linear memory that can be either owned or shared","A linear memory instance.","A linear memory instance.","A shared linear memory instance.","","","","","","","","","","","","","","","","","","","","","","","Copies this memory to a new memory","Copies the memory (in this case it performs a …","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","Copies this memory to a new memory","","","","","","","","","","","","","","","","Notify waiters from the wait list. Return the number of …","Notify waiters from the wait list. Return the number of …","Notify waiters from the wait list. Return the number of …","Notify waiters from the wait list. Return the number of …","Add current thread to the waiter hash, and wait until …","Add current thread to the waiter hash, and wait until …","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","Creates VMMemory from a custom implementation - the …","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Returns the number of pages in the allocated memory block","","Grow memory by the specified amount of wasm pages.","","Grow memory by the specified amount of wasm pages.","Grow memory by the specified amount of wasm pages.","Grow memory by the specified amount of wasm pages.","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","Grows the memory to at least a minimum size. If the memory …","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","The WebAssembly linear memory description.","","","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","Creates a new linear memory instance of the correct type …","Build a Memory with either self-owned or VM owned metadata.","Create a new linear memory instance with specified minimum …","Create a new linear memory instance with specified minimum …","","","","","","","Resets the memory back to zero length","Resets the memory back to zero length","Resets the memory down to a zero size","Resets the memory down to a zero size","Resets the memory down to a zero size","Resets the memory down to a zero size","Returns the size of hte memory in pages","","Returns the size of hte memory in pages","Returns the size of hte memory in pages","Returns the size of hte memory in pages","","Returns the memory style for this memory.","","Returns the memory style for this memory.","Returns the memory style for this memory.","Returns the memory style for this memory.","Our chosen implementation style.","Access the internal atomics handler.","Access the internal atomics handler.","","","","","Converts this owned memory into shared memory","Attempts to clone this memory (if its clonable)","Owned memory can not be cloned (this will always return …","Shared memory can always be cloned","Attempts to clone this memory (if its clonable)","","","","","","","","","","","Returns the type for this memory.","","Returns the type for this memory.","Returns the type for this memory.","Returns the type for this memory.","","","","","","The owned memory definition used by the generated code","Return a VMMemoryDefinition for exposing the memory to …","Return a VMMemoryDefinition for exposing the memory to …","Return a VMMemoryDefinition for exposing the memory to …","Return a VMMemoryDefinition for exposing the memory to …","A simple struct consisting of a page-aligned pointer to …","The type of mmap to create","The memory is private to the process and not shared with …","The memory is shared with other processes. This is only …","","","Create a new Mmap pointing to accessible_size bytes of …","","Return the allocated memory as a mutable pointer to u8.","Return the allocated memory as a mutable slice of u8.","Return the allocated memory as a mutable slice of u8.","Return the allocated memory as a mutable slice of u8.","Return the allocated memory as a pointer to u8.","Return the allocated memory as a slice of u8.","Return the allocated memory as a slice of u8.","Return the allocated memory as a slice of u8.","","","","","","","","","Duplicate in a new memory mapping.","","","","","","","","","","Duplicate in a new memory mapping.","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Return whether any memory has been allocated.","","","Return the length of the allocated memory.","Make the memory starting at start and extending for len …","Construct a new empty instance of Mmap.","","","","","Round size up to the nearest multiple of page_size.","","","","","","","","","","Create a new Mmap pointing to at least size bytes of …","The probestack based on the Rust probestack","","","WebAssembly requires that the caller and callee signatures …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","Looks up a shared signature index within this registry.","Create a new SignatureRegistry.","","","Register a signature and return its unique index.","","","","","","","","The data is owned here.","The data is stored inline in the VMContext of an instance.","Internal handle to an object owned by the current context.","Data used by the generated code is generally located …","Handle to an object managed by a context.","Trait to represent an object managed by a context. This is …","Set of objects managed by a context.","","","Returns underlying pointer to the VM data.","Return an vector of all globals and converted to u128","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Constructs a StoreHandle from a StoreId and an …","","","Returns a reference to the object that this handle points …","Returns a reference to the object that this handle points …","Returns a pair of mutable references from two handles.","","Returns a mutable reference to the object that this handle …","Returns a mutable reference to the object that this handle …","","","Returns the ID of this context.","","","","","","","","","","","","Returns the internal handle contains within this handle.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Return an immutable iterator over all globals","","","","","","","","","Moves the given object into a context and returns a handle …","Moves the given object into a context and returns a handle …","","","","","Set a global, at index idx. Will panic if idx is out of …","Sets the ID of this store","Overrides the store id with a new ID","Returns the ID of the context associated with the handle.","","","","","","","","","","","","","","","","Opaque pointer to arbitrary host data.","Pointer to function: contains enough information to call …","","A reference stored in a table. Can be either an externref …","A table instance.","","","","","","","","","","","","","Copy len elements from src_table[src_index..] into …","Copies the table into a new table","Copy len elements from table[src_index..] to …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Create a new linear table instance with specified minimum …","","Get reference to the specified element.","Returns the size of the table","Get the VMTableDefinition.","Grow table by the specified amount of elements.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Create a new linear table instance with specified minimum …","Create a new Table with either self-owned or VM owned …","","","","Set reference to the specified element.","Returns the number of allocated elements.","Returns the style for this Table.","Our chosen implementation style.","The WebAssembly table description.","","","","","","","","","Returns the type for this Table.","","","","","","Return a VMTableDefinition for exposing the table to …","Atomic operations are disabled.","A location in memory for a Waiter","","","HashMap of Waiters for the Thread/Notify opcodes","A weak handle to a ThreadConditions instance, which does …","To many waiter for an address","Wait/Notify is not implemented for this memory","Error that can occur during wait/notify calls.","","","The address of the Waiter location","","","","","","","","","","","","","","","","","","If set to true, all waits will fail with an error.","","","","","","","","","","","","","","","","","","","","Disable the use of atomics, leading to all atomic waits …","Notify waiters from the wait list","Add current thread to the waiter hash","Get a weak handle to this ThreadConditions instance.","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","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 ThreadConditions","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to upgrade this handle to a strong reference.","Wake all the waiters, without marking them as notified.","Failed float-to-int conversion.","Signature mismatch on indirect call.","A heap_addr instruction detected an out-of-bounds error.","A heap_addr instruction was misaligned.","Indirect call to a null table entry.","An integer division by zero.","An integer arithmetic operation caused an overflow.","The current stack space was exhausted.","A table_addr instruction detected an out-of-bounds error.","","A trap code describing the reason for a trap.","","An atomic memory access was attempted with an unaligned …","Code that was supposed to have been unreachable was …","","","","","","","","","","WebAssembly trap handling, which is built on top of the …","","A trap raised from a wasm libcall","A trap indicating that the runtime was unable to allocate …","Stores trace message with backtrace.","A user-raised trap through raise_user_trap.","A trap raised from the Wasm generated code","","","","","","","","Attempts to downcast the Trap to a concrete type.","Attempts to downcast the Trap to a concrete type.","","","","Returns the argument unchanged.","","Calls U::from(self).","Returns true if the Trap is the same as T","","Construct a new Wasm trap with the given trap code.","Construct a new OOM trap with the given source location …","","","","Returns trap code, if it’s a Trap","","","","Construct a new Error with the given a user error.","Construct a new Wasm trap with the given source location …","Native stack backtrace at the time the trap occurred","Native stack backtrace at the time the trap occurred","Native stack backtrace at the time the OOM occurred","The program counter in generated code where this trap …","Optional trapcode associated to the signal that caused the …","Code of the trap.","","A Trap triggered by a wasm libcall","","","","","","A panic caused by the host","","Read-only information that is used by signal handlers to …","","Function which may handle custom signals while processing …","","A custom error triggered by the user","Configuration for the runtime VM Currently only the stack …","A trap caused by the Wasm generated code","","","","","","","","","","Catches any wasm traps that happen within the execution of …","Information about the currently running coroutine. This is …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Attempts to handle the trap if it’s a wasm trap.","","","","","","","This function is required to be called before any …","","Runs the given function with a trap handler context. The …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","A module for registering a custom alternate signal stack …","When executing on the Wasm stack, temporarily switch back …","Runs the given function on a separate stack so that its …","","","","","","","Raises a trap from inside library code immediately.","Raises a user-defined trap immediately.","Carries a Rust panic across wasm code and resumes the …","Default stack size is 1MB.","","","","","","","","","","","","","","","","Optionnal stack size (in byte) of the VM. Value lower than …","Call the wasm function pointed to by callee.","","","","A dynamic function has the native signature: …","A static function has the native signature: …","An array that stores addresses of builtin functions. We …","The VM caller-checked “anyfunc” record, for …","The VM “context”, which is pointed to by the vmctx arg …","The VMDynamicFunctionContext is the context that dynamic …","Union representing the first parameter passed when calling …","An imported function.","A function kind is a calling convention into and out of …","The storage for a WebAssembly global defined within the …","The fields compiled code needs to access to utilize a …","The fields compiled code needs to access to utilize a …","The fields compiled code needs to access to utilize a …","An index into the shared signature registry, usable for …","The fields compiled code needs to access to utilize a …","The fields compiled code needs to access to utilize a …","","","","","","","","","","","","","","The address of the inner dynamic function.","Pointer to the table data.","The start address which is always valid, even if the …","A pointer to the imported function body.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Address of the function call trampoline to invoke this …","","","","","","","","","","","","","","","","","","","","","","","","","The context that the inner dynamic function will receive.","The current number of elements in the table.","The current logical size of this linear memory in bytes.","","A pointer to the imported table description.","A pointer to the imported memory description.","A pointer to the imported global variable description.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A pointer to the VMContext that owns the function or host …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Function body.","","","","Handle to the VMFunction in the context.","Handle to the VMTable in the context.","A handle to the Memory that owns the memory description.","A handle to the Global that owns the global description.","","","","Host functions can have custom environments.","","","","","","","","","","","","","","","","Return a mutable reference to the associated Instance.","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 whether the pointer stored is null or not.","","","","","","","","","","","","","","","","Perform the memory32.atomic.check32 operation for the …","Perform the memory32.atomic.check64 operation for the …","Do an unsynchronized, non-atomic memory.copy for the …","Perform the memory.fill operation for the memory in an …","Construct a VMGlobalDefinition.","Create a new VMSharedSignatureIndex.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Function signature id.","Raw value of the global.","Wasm functions take a pointer to VMContext.","Function VMContext or host env."],"i":[22,18,18,17,11,11,22,11,150,15,11,103,11,11,103,11,104,0,22,104,18,18,127,11,11,11,11,11,11,11,11,11,11,0,18,127,0,18,18,0,22,8,0,0,22,0,104,11,11,11,11,11,11,11,0,22,0,22,0,0,11,11,0,8,0,120,11,11,22,0,120,0,18,150,15,0,0,0,104,18,11,0,11,11,11,11,11,11,0,0,0,0,0,11,11,18,18,22,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,19,20,21,22,11,15,23,17,18,24,25,26,122,148,116,66,22,18,107,61,78,65,19,20,21,22,11,15,23,17,18,24,25,26,65,19,20,21,22,11,15,23,17,18,24,25,26,24,87,0,11,15,17,18,19,20,21,22,11,15,23,17,18,24,25,26,19,20,21,22,11,15,23,17,18,24,25,26,113,115,113,106,69,73,27,148,107,61,23,80,81,82,65,19,19,20,20,21,22,11,15,23,17,18,24,25,26,65,19,20,21,22,11,15,23,17,18,24,25,26,65,19,20,21,22,11,11,11,15,15,15,23,17,17,17,18,18,18,24,25,26,65,19,20,21,22,11,15,23,17,18,24,25,26,78,21,22,11,15,23,17,18,21,21,21,21,22,22,22,22,11,11,11,11,15,15,15,15,23,23,23,23,17,17,17,17,18,18,18,18,0,67,0,19,20,21,22,22,11,11,15,23,23,17,18,18,24,25,26,65,19,20,21,22,11,15,23,17,18,24,25,26,21,18,87,0,67,77,67,24,24,24,21,22,11,15,23,17,18,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,77,67,27,78,80,81,82,21,22,11,15,23,17,18,66,63,129,67,99,0,24,26,65,19,20,21,22,11,15,23,17,18,24,25,26,0,0,124,0,91,106,91,106,67,129,65,19,20,21,22,11,15,23,17,18,24,25,26,11,21,66,65,19,20,21,22,11,15,23,17,18,24,25,26,0,99,97,77,67,0,18,0,115,113,25,26,25,25,25,25,25,25,25,25,25,25,25,15,106,0,65,19,20,21,22,11,15,23,17,18,24,25,26,25,0,122,0,0,11,15,17,18,11,15,17,18,0,11,11,15,15,17,17,18,18,11,15,17,18,11,15,17,18,0,0,66,27,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,27,97,122,0,97,77,67,0,11,19,20,21,22,11,15,23,17,18,24,25,26,22,11,23,18,122,0,27,65,19,20,21,22,11,15,23,17,18,24,25,26,65,19,20,21,22,11,15,23,17,18,24,25,26,27,74,65,19,20,21,22,11,15,23,17,18,24,25,26,87,76,97,25,74,97,25,25,25,25,0,63,87,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,25,25,25,25,25,25,25,25,25,25,27,25,25,25,25,25,25,25,25,7,0,151,151,152,153,153,154,152,155,156,157,156,158,159,160,158,158,159,104,104,104,104,0,0,66,104,66,104,66,104,66,104,66,104,66,104,66,66,104,66,66,104,66,104,66,66,104,66,66,66,104,66,66,104,66,104,66,104,66,0,0,70,69,69,70,69,70,70,70,69,69,70,69,70,69,70,69,70,69,70,69,70,70,69,70,69,70,70,69,70,69,69,69,69,70,70,69,70,69,70,69,70,0,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,73,0,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,0,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,77,0,0,0,0,88,91,88,91,0,88,88,88,88,88,88,91,88,91,88,91,88,91,91,88,91,91,91,91,91,91,91,88,91,88,91,88,88,88,88,88,88,91,88,88,0,0,88,88,0,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,91,0,0,0,0,91,91,91,91,88,91,88,88,91,91,91,88,88,88,88,88,91,91,88,88,88,88,91,88,91,88,88,88,88,88,91,88,88,91,91,88,88,88,88,88,91,88,88,88,88,88,88,88,91,88,91,88,91,88,88,88,91,88,88,88,88,91,88,91,88,91,88,91,88,88,88,88,91,91,0,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,113,114,114,112,115,113,98,114,112,115,113,98,112,113,112,113,113,115,113,27,114,115,115,113,113,98,98,114,112,115,113,98,114,112,115,113,98,114,112,115,113,98,27,27,113,98,27,27,113,98,114,112,115,113,98,114,112,115,113,98,114,112,115,113,98,98,98,98,98,115,113,98,115,113,98,114,27,114,115,113,98,27,27,114,115,113,98,114,112,115,113,98,114,112,115,113,98,114,112,115,113,98,98,98,112,112,115,113,115,113,98,115,115,113,112,114,112,115,113,98,27,27,114,115,113,98,27,114,115,113,98,114,27,112,115,113,98,112,27,27,113,98,112,113,115,27,115,113,98,114,112,115,113,98,114,112,115,113,98,27,112,115,113,98,114,112,115,113,98,114,27,115,113,98,0,0,120,120,120,0,122,122,122,122,122,122,122,122,122,122,122,120,122,120,120,120,120,120,122,122,120,122,120,122,120,122,122,120,122,120,120,120,120,120,122,120,122,120,120,120,122,120,122,120,122,122,120,122,122,122,120,122,120,122,0,122,120,122,122,120,122,120,122,120,122,0,0,0,0,124,125,124,125,124,125,124,125,124,125,124,125,124,125,124,125,124,125,125,124,125,124,124,125,124,125,124,124,124,125,124,125,124,125,124,125,124,125,127,127,0,0,0,0,0,129,99,127,67,129,99,127,67,129,99,127,67,129,99,129,99,67,129,99,127,67,129,99,127,67,129,99,127,67,129,99,127,67,129,99,129,129,129,129,99,99,99,99,67,129,99,127,67,129,99,127,67,99,129,67,67,129,99,67,129,129,99,67,129,67,129,67,99,0,99,129,99,127,67,67,129,129,129,99,127,67,67,129,99,127,67,130,130,99,67,129,99,129,99,127,67,67,67,129,129,67,129,99,129,99,127,67,129,99,127,67,129,99,127,67,103,103,0,0,0,103,111,103,111,97,103,111,97,103,111,103,111,97,97,97,103,111,103,111,97,103,111,97,103,111,97,103,111,97,111,103,111,97,103,111,111,97,97,111,97,97,97,97,103,111,97,103,111,97,103,111,97,97,97,97,97,97,103,111,97,97,97,97,97,97,103,111,103,111,97,103,111,97,97,103,111,97,97,97,97,118,0,0,0,0,0,118,118,0,116,121,116,118,135,118,116,136,134,121,135,118,116,136,134,121,116,121,116,121,134,134,135,118,116,136,134,121,135,118,116,136,134,121,135,118,116,136,134,121,121,121,121,121,135,118,116,136,134,121,116,116,116,116,116,118,118,116,136,134,121,135,118,116,136,134,121,116,116,135,118,116,136,134,121,135,121,135,118,116,136,134,121,135,118,116,136,134,121,134,121,136,135,118,116,136,134,121,136,116,121,118,135,118,116,136,134,121,135,118,116,136,134,121,135,118,116,136,134,121,135,121,18,18,18,18,18,18,18,18,18,0,0,0,18,18,0,0,0,0,0,0,0,0,0,0,0,8,8,0,8,8,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,158,159,160,158,158,159,0,142,0,0,0,0,0,142,0,0,0,0,0,142,0,142,0,7,161,141,142,7,161,141,142,0,141,161,7,161,141,142,7,161,141,142,7,161,141,142,7,161,141,142,7,161,141,142,0,161,141,161,7,161,141,142,0,161,161,7,161,141,142,142,7,161,141,142,0,0,0,0,7,161,141,142,0,0,0,0,0,0,7,161,141,142,7,161,141,142,7,161,141,142,0,0,7,0,162,162,162,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,63,78,150,80,81,82,107,76,85,87,61,148,107,61,78,148,89,63,78,150,80,81,82,107,76,85,87,86,61,148,89,63,78,150,80,81,82,107,76,85,87,86,61,87,148,63,78,150,80,81,82,107,76,85,87,61,148,63,78,150,80,81,82,107,76,85,87,61,148,107,61,85,80,81,82,148,89,63,78,150,80,81,82,107,76,85,87,86,61,148,89,63,78,150,80,81,82,107,76,85,87,86,61,148,89,63,78,150,80,81,82,107,76,85,87,86,61,148,89,63,78,150,80,81,82,107,76,85,87,86,61,78,63,150,85,87,63,63,63,63,150,150,150,150,85,85,85,85,87,87,87,87,63,78,150,107,76,85,87,86,61,148,89,63,78,150,80,81,82,107,76,85,87,86,61,87,63,85,87,78,80,81,82,63,85,87,63,148,89,63,78,150,80,81,82,107,76,85,87,86,61,89,86,86,148,89,63,78,150,80,81,82,107,76,85,87,86,61,63,148,89,63,78,150,80,81,82,107,76,85,87,86,61,89,0,0,0,0,76,85,148,89,63,78,150,80,81,82,107,76,85,87,86,61,89,148,63,78,150,80,81,82,107,76,85,87,61,148,89,63,78,150,80,81,82,107,76,85,87,86,61,148,89,63,78,150,80,81,82,107,76,85,87,86,61,148,89,63,78,150,80,81,82,107,76,85,87,86,61,87,76,63,87],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,[-1,3,[]],[-1,3,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],4],0,[[[6,[5]],7,-1],[[9,[-2,8]]],10,[]],[[11,-1],[[9,[11,[13,[12]]]]],14],[[15,-1],[[9,[15,[13,[16]]]]],14],[[17,-1],[[9,[17,[13,[16]]]]],14],[[18,-1],[[9,[18,[13,[4]]]]],14],[19,19],[20,20],[21,21],[22,22],[11,11],[15,15],[23,23],[17,17],[18,18],[24,24],[25,25],[26,26],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,0,0,0,[-1,[[9,[[28,[27]],22]]],[]],0,0,0,[[],23],0,0,0,[29,-1,[]],[19],[29,-1,[]],[29,-1,[]],[20],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[-1,[[9,[11]]],31],[-1,[[9,[11]]],[32,14]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[-1,[[9,[15]]],[32,14]],[-1,[[9,[15]]],31],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[-1,[[9,[17]]],31],[-1,[[9,[17]]],[32,14]],[-1,[[9,[18]]],[32,14]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[-1,[[9,[18]]],31],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],0,[[21,21],33],[[22,22],33],[[11,11],33],[[15,15],33],[[23,23],33],[[17,17],33],[[18,18],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],0,0,0,[[19,34],35],[[20,34],35],[[21,34],35],[[22,34],[[9,[2,36]]]],[[22,34],[[9,[2,36]]]],[[11,34],[[9,[2,36]]]],[[11,34],[[9,[2,36]]]],[[15,34],[[9,[2,36]]]],[[23,34],[[9,[2,36]]]],[[23,34],[[9,[2,36]]]],[[17,34],[[9,[2,36]]]],[[18,34],[[9,[2,36]]]],[[18,34],[[9,[2,36]]]],[[24,34],[[9,[2,36]]]],[[25,34],[[9,[2,36]]]],[[26,34],[[9,[2,36]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[37,[[6,[21]]]],[38,[[9,[18]]]],0,0,0,0,0,[[],24],[[],24],[[],24],[[-1,-2],39,[40,14],41],[[-1,-2],39,[40,14],41],[[-1,-2],39,[40,14],41],[[-1,-2],39,[40,14],41],[[-1,-2],39,[40,14],41],[[-1,-2],39,[40,14],41],[[-1,-2],39,[40,14],41],[[],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,0,[[-1,42],[[9,[42,22]]],[]],0,0,0,0,[[21,-1],2,43],[[22,-1],2,43],[[11,-1],2,43],[[15,-1],2,43],[[23,-1],2,43],[[17,-1],2,43],[[18,-1],2,43],0,0,0,0,0,0,[24,4],[26,4],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],2],0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[]],[21,37],0,[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],0,0,0,0,0,0,[18,38],0,0,0,[[16,46],25],[4,26],[16,25],0,0,0,0,0,[25,4],0,[25,4],0,0,[15,39],0,[-1,-2,10,[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[8,47],[[[28,[3]]],47],[[11,29],2],[[15,29],2],[[17,29],2],[[18,29],2],[[-1,29],2,[]],[[-1,29],2,[]],[[-1,29],2,[]],[[-1,29],2,[]],[[[28,[48]]],47],[[11,-1],9,49],[[11,-1],9,[32,14]],[[15,-1],9,49],[[15,-1],9,[32,14]],[[17,-1],9,49],[[17,-1],9,[32,14]],[[18,-1],9,49],[[18,-1],9,[32,14]],[[-1,-2],[[9,[2]]],[],[]],[[-1,-2],[[9,[2]]],[],[]],[[-1,-2],[[9,[2]]],[],[]],[[-1,-2],[[9,[2]]],[],[]],[[-1,-2],[[9,[29]]],[],[]],[[-1,-2],[[9,[29]]],[],[]],[[-1,-2],[[9,[29]]],[],[]],[[-1,-2],[[9,[29]]],[],[]],[29,2],0,0,[-1,42,[]],[25,16],[25,16],[25,4],0,[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],0,[-1,15,[]],0,0,0,0,0,0,0,[11,38],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,50,[]],[-1,50,[]],[-1,50,[]],[-1,50,[]],0,0,[-1,[[9,[[28,[27]],22]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,51,[]],0,[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],0,0,0,[25,16],0,0,[25,16],[25,16],[25,16],[25,16],0,0,0,[[25,24],4],[25,4],0,0,[25,4],0,[25,4],0,[25,4],0,[25,4],0,[25,4],0,[25,4],0,[25,4],0,0,0,[25,4],0,0,[[25,53],4],[[25,53],4],[[25,53],4],[[25,54],4],[[25,55],4],[[25,55],4],[[25,56],4],[[25,56],4],[[25,56],4],[[25,57],4],[[25,57],4],[[25,57],4],[[25,58],4],[[25,59],4],[[25,59],4],[[25,59],4],[[25,60],4],[[25,60],4],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[-1,[[62,[61]]],[]],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],[25,16],0,[[[6,[5]],7,63,64,65,16],[[9,[2,8]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[29,2],[[66,34],35],[-1,-1,[]],[-1,-1,[]],0,[[],29],[[],29],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[67,[[68,[66]]]],[67,[[68,[66]]]],[[]],[[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[-1,52,[]],0,0,[[-1,1],2,[]],[69,48],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[70,70],[[-1,-2],2,[],[]],0,[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[29,2],[[69,34],35],[[70,34],35],[-1,-1,[]],[-1,-1,[]],[37,[[6,[70]]]],[[],29],[[],29],[-1,-2,[],[]],[-1,-2,[],[]],[70,37],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[67,[[68,[69]]]],[67,[[68,[69]]]],[-1,69,[48,71,72]],[[]],[[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[-1,52,[]],0,[73,48],[73,48],[-1,-2,[],[]],[-1,-2,[],[]],0,[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[[73,34],35],[-1,-1,[]],[[],29],[-1,-2,[],[]],[[],[[9,[44,45]]]],[67,[[68,[73]]]],[67,[[68,[73]]]],[-1,73,[48,71]],[[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[74,74],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[[74,34],35],[-1,-1,[]],[[],29],[-1,-2,[],[]],[[],[[9,[44,45]]]],[67,[[68,[74]]]],[67,[[68,[74]]]],[75,74],[[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[74,75],0,[-1,52,[]],0,[74,[[62,[76]]]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[77,77],[[-1,-2],2,[],[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[-1,-1,[]],0,0,[[],29],[-1,-2,[],[]],[[],[[9,[44,45]]]],0,[[[79,[53,78]],[79,[60,80]],[79,[57,81]],[79,[55,82]]],77],[[],77],[[]],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[46,67,77,[84,[83,20]],[84,[58,85]],[84,[58,64]],86],[[2,[[84,[83,87]],[84,[53,[62,[87]]]]]]]],[88,89],[88,67],0,[88,67],[[88,90],2],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[29,2],[91,2],[[88,92],2],[[91,91],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[91,[[94,[50,93]]]],[[91,7,[6,[5]],[96,[95]]],[[9,[2,8]]]],[[88,34],35],[[91,34],35],[-1,-1,[]],[-1,-1,[]],[[88,53],[[6,[21]]]],0,0,0,[[88,60],97],[[88,59],97],[[91,59],97],[[88,56],98],[[88,57],61],[[95,88],29],[[95,88],[[96,[16]]]],[[88,60],97],[[88,60],[[99,[97]]]],[[100,88],29],[[88,57],98],[[88,57],98],[[88,54],76],[[88,54],[[62,[76]]]],0,[88,76],0,[[88,53],78],[88,78],[[88,55],82],[88,82],[88,81],[[88,57],81],[[88,57,4,4,4],[[9,[2,8]]]],[[88,57,4,4,4],[[9,[2,8]]]],[[88,57,-1],[[9,[42,22]]],[[101,[42]]]],[[88,57,4,4],[[9,[4,8]]]],[[88,57],42],[[88,57,4,4,102],[[9,[4,8]]]],[[88,57,4,39,102],[[9,[4,8]]]],[[88,60],80],[[88,60,4],[[6,[103]]]],[[88,60,4,103],[[6,[4]]]],[[88,60,4,103],[[9,[2,8]]]],[[88,60],4],[88,80],[[],29],[[],29],[88,2],[[88,[96,[95]]],[[9,[2,8]]]],[88,2],[88,[[9,[2,8]]]],[91,88],0,0,[91,88],[-1,-2,[],[]],[-1,-2,[],[]],[[88,7,[6,[5]]],[[9,[2,8]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[67,[[68,[91]]]],[67,[[68,[91]]]],[[88,56,4,4,4],[[9,[2,8]]]],[[88,56,4,4,4],[[9,[2,8]]]],[[88,56,4,4],[[9,[4,8]]]],[[88,56,4,4,102],[[9,[4,8]]]],[[88,56,4,39,102],[[9,[4,8]]]],[[91,38],[[6,[104]]]],[[91,93],104],0,[88,61],[[88,56],61],[[88,56,-1],[[9,[42,22]]],[[101,[42]]]],[[91,56,-1],[[9,[42,22]]],[[101,[42]]]],[[88,61],56],[[91,61],56],[[88,57,90,4,4,4],[[9,[2,8]]]],[[88,56],[[62,[61]]]],[[88,56],42],[[98,4,102],[[9,[4,8]]]],[88,[[105,[46]]]],[91,[[105,[46]]]],0,[88,46],[91,46],[[106,[105,[46]],67,[84,[83,20]],[84,[58,64]],[84,[56,[99,[98]]]],[84,[59,[99,[97]]]],[84,[54,[99,[74]]]],77,[84,[58,85]]],[[9,[91,8]]]],[88,25],0,0,0,[[]],[[]],[[88,54,76],2],[[88,56,61],2],[[88,59,107],2],[88,85],[[88,59],107],[[88,60,4,103,4],[[9,[2,8]]]],[[88,59,4],[[6,[103]]]],[[91,59,4],[[6,[103]]]],[[88,59,4,103],[[6,[4]]]],[[91,59,4,103],[[6,[4]]]],[[88,107],59],[[91,107],59],[[88,60,92,4,4,4],[[9,[2,8]]]],[[88,59],[[62,[107]]]],[[88,59,4,103],[[9,[2,8]]]],[[91,59,4,103],[[9,[2,8]]]],[[88,59],4],0,[88,107],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[-1,52,[]],[88,86],[91,86],0,[[],108],[[88,4]],[88,86],[91,86],[91,25],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[106,2],[29,2],[-1,-1,[]],[[],29],[25,44],0,0,[-1,-2,[],[]],[[106,88],91],[[],[[9,[44,45]]]],[106,[[68,[[62,[61]]]]]],[46,[[2,[106,[68,[[62,[61]]]],[68,[[62,[107]]]]]]]],[106,25],0,[[]],[106,[[68,[[62,[107]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[11,29],[[86,4],2],[[86,4],2],[109,109],[109,109],[109,109],[109,109],[110,110],[110,110],[110,110],[110,110],[[86,4],21],[[86,4,4,4],4],[[86,4,4,4,102],4],[[86,4,4,39,102],4],[[86,4,4,4,4],2],[[86,4,4,4,4],2],[[86,4,4],4],[[86,4],4],[[86,4,4],111],[[86,111,4,4],4],[[86,4,4,111],2],[[86,4],4],[[86,4,4,4],4],[[86,4,4,4,102],4],[[86,4,4,39,102],4],[[86,4,4,4,4],2],[[86,4,4,4,4],2],[[86,4,4],4],[[86,4,4,4,4,4],2],[[86,4],4],0,[18,47],[[86,4,4,4,4,4],2],[[86,4,4,111,4],2],[[86,4,4],111],[[86,111,4,4],4],[[86,4,4,4,4,4],2],[[86,4,4,111],2],[[86,4],4],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[112,112],[113,113],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[-1,[[9,[[28,[27]],22]]],[]],[114,[[9,[114,22]]]],[115,[[9,[[28,[27]],22]]]],[115,[[9,[115,22]]]],[113,[[9,[113,22]]]],[113,[[9,[[28,[27]],22]]]],[98,[[9,[[28,[27]],22]]]],[98,[[9,[[28,[27]],22]]]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,116,4],4,[]],[[-1,116,4],4,[]],[[113,116,4],4],[[98,116,4],4],[[-1,116,[6,[117]]],[[9,[4,118]]],[]],[[-1,116,[6,[117]]],[[9,[4,118]]],[]],[[113,116,[6,[117]]],[[9,[4,118]]]],[[98,116,[6,[117]]],[[9,[4,118]]]],[29,2],[29,2],[29,2],[29,2],[29,2],[[114,34],35],[[112,34],35],[[115,34],35],[[113,34],35],[[98,34],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[115,98],[[[28,[27]]],98],[113,98],[-1,-1,[]],[-1,98,[[101,[98]]]],[[51,15,[62,[61]]],[[9,[115,22]]]],[[51,15,[62,[61]]],[[9,[113,22]]]],[[51,15,[62,[61]]],[[9,[98,22]]]],[[51,15,[62,[61]],[6,[119]],120],[[9,[115,22]]]],[[51,15,[62,[61]],[6,[119]],120],[[9,[113,22]]]],[98,4],[114,[[62,[61]]]],[[-1,42],[[9,[42,22]]],[]],[[114,42,112],[[9,[42,22]]]],[[115,42],[[9,[42,22]]]],[[113,42],[[9,[42,22]]]],[[98,42],[[9,[42,22]]]],[[-1,39],[[9,[2,22]]],[]],[[-1,39],[[9,[2,22]]],[]],[[114,39,112],[[9,[2,22]]]],[[115,39],[[9,[2,22]]]],[[113,39],[[9,[2,22]]]],[[98,39],[[9,[2,22]]]],[[],29],[[],29],[[],29],[[],29],[[],29],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[67,[[68,[98]]]],[67,[[68,[98]]]],0,0,0,0,[[51,15],[[9,[115,22]]]],[[51,15],[[9,[113,22]]]],[[51,15],[[9,[98,22]]]],[[51,15,[6,[[62,[61]]]],[6,[119]],120],[[9,[115,22]]]],[[51,15,119,120],[[9,[115,22]]]],[[51,15,119,120],[[9,[113,22]]]],0,[[]],[[]],[[]],[[]],[[]],[-1,[[9,[2,22]]],[]],[-1,[[9,[2,22]]],[]],[114,[[9,[2,22]]]],[115,[[9,[2,22]]]],[113,[[9,[2,22]]]],[98,[[9,[2,22]]]],[-1,42,[]],[114,42],[115,42],[113,42],[98,42],0,[-1,15,[]],[112,15],[115,15],[113,15],[98,15],0,[-1,[[6,[121]]],[]],[-1,[[6,[121]]],[]],[113,[[6,[121]]]],[98,[[6,[121]]]],[-1,-2,[],[]],[-1,-2,[],[]],[115,113],[-1,[[9,[[28,[27]],22]]],[]],[115,[[9,[[28,[27]],22]]]],[113,[[9,[[28,[27]],22]]]],[98,[[9,[[28,[27]],22]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,51,[]],[[112,42],51],[115,51],[113,51],[98,51],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],0,[-1,[[62,[61]]],[]],[115,[[62,[61]]]],[113,[[62,[61]]]],[98,[[62,[61]]]],0,0,0,0,[[-1,1],2,[]],[[],2],[[29,29,[6,[119]],120],[[9,[122,50]]]],0,[122,16],[122,[[96,[16]]]],[122,[[96,[16]]]],[[122,29],[[96,[16]]]],[122,16],[122,[[96,[16]]]],[122,[[96,[16]]]],[[122,29],[[96,[16]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[120,120],[[-1,-2],2,[],[]],[[120,120],123],[[-1,-2],123,[],[]],[[122,[6,[29]]],[[9,[122,50]]]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[122,2],[29,2],[29,2],[[122,[6,[29]]],[[9,[122,50]]]],[[120,120],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[122,34],35],[[120,34],35],[-1,-1,[]],[-1,-1,[]],[[-1,-2],39,[40,14],41],[[120,-1],2,43],[[],29],[[],29],[-1,-2,[],[]],[-1,-2,[],[]],[122,33],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[122,29],[[122,29,29],[[9,[2,50]]]],[[],122],[[120,120],[[6,[123]]]],[[]],[[]],0,[[29,29],29],0,[-1,-2,[],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[-1,52,[]],[29,[[9,[122,50]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],124],[[],125],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[29,2],[[124,34],35],[[125,34],35],[-1,-1,[]],[-1,-1,[]],0,[[],29],[[],29],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[124,85],[[6,[126]]]],[[],124],[[]],[[]],[[124,126],85],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[-1,52,[]],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[[127,[-1]]],[[62,[-1]]],[]],[67,[[68,[128]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[129,[-1]]],[[129,[-1]]],[]],[[[99,[-1]]],[[99,[-1]]],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],67],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[29,2],[29,2],[29,2],[[[129,[-1]],[129,[-1]]],33,130],[[[99,[-1]],[99,[-1]]],33,[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],0,[[[129,[-1]],34],35,130],[[[99,[-1]],34],35,[]],[[[127,[-1]],34],35,131],[[67,34],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[29,[[6,[[99,[-1]]]]],130],[[23,[99,[-1]]],[[129,[-1]]],130],0,0,[[[129,[-1]],67],-1,130],[[[99,[-1]],67],-1,130],[[67,[99,[-1]],[99,[-1]]],[[2,[-1,-1]]],130],[[-1,-2],39,[40,14],41],[[[129,[-1]],67],-1,130],[[[99,[-1]],67],-1,130],0,[[[129,[-1]],-2],2,[],43],[67,23],0,0,0,0,[[[99,[-1]]],29,130],[[],29],[[],29],[[],29],[[],29],0,0,[[[129,[-1]]],[[99,[-1]]],130],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[67,[[132,[74]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[67,[[68,[-1]]],[]],[67,[[68,[-1]]],[]],0,0,[[67,-1],[[129,[-1]]],130],[[67,-1],[[99,[-1]]],130],[[]],[[]],[[]],[[]],[[67,29,128],2],[[67,23],2],[[[129,[-1]],23],2,130],[[[129,[-1]]],23,130],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[103,103],[111,111],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[97,97,4,4,4],[[9,[2,8]]]],[97,[[9,[97,50]]]],[[97,4,4,4],[[9,[2,8]]]],[[],103],[[],111],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[29,2],[29,2],0,[[103,34],35],[[111,34],35],[[97,34],35],[-1,-1,[]],[-1,-1,[]],[103,111],[-1,-1,[]],[[133,17,[62,[107]]],[[9,[97,50]]]],0,[[97,4],[[6,[103]]]],[97,4],[97,[[62,[107]]]],[[97,4,103],[[6,[4]]]],[[],29],[[],29],[[],29],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[67,[[68,[97]]]],[67,[[68,[97]]]],0,[[133,17],[[9,[97,50]]]],[[133,17,[6,[[62,[107]]]]],[[9,[97,50]]]],[[]],[[]],[[]],[[97,4,103],[[9,[2,8]]]],[97,4],[97,17],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[97,133],[-1,52,[]],[-1,52,[]],[-1,52,[]],0,0,[97,[[62,[107]]]],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,3,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[116,116],[121,121],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[[],134],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[121,2],[[121,116,4],4],[[121,116,[6,[117]]],[[9,[4,118]]]],[121,135],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[[116,116],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[118,34],35],[[118,34],35],[[116,34],35],[[136,34],35],[[134,34],35],[[121,34],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],39,[40,14],41],[[116,-1],2,43],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],0,[[],121],0,[[]],[[]],[[]],[[]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,50,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[135,[[6,[121]]]],[121,2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[8,[[2,[72,71]]]],[-1,3,[]],[-1,-2,[],[]],[-1,-2,[],[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[8,[[9,[-1,8]]],3],[8,[[6,[-1]]],3],[29,2],[[8,34],35],[[8,34],35],[-1,-1,[]],[[],29],[-1,-2,[],[]],[8,33],[[],[[9,[44,45]]]],[18,8],[[],8],[[]],[8,[[6,[3]]]],[-1,50,[]],[8,[[6,[18]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[[[28,[3]]],8],[[29,137,[6,[18]]],8],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[6,[5]],7,-1],[[9,[-2,8]]],10,[]],0,0,[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[29,2],[29,2],[29,2],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[138,[[2,[29,29]]]],[[29,29,[6,[29]],[6,[18]],-1,-2],33,139,140],[[[141,[-1]],29,29,[6,[29]],[6,[18]],139],33,[]],0,[[],29],[[],29],[[],29],[[],29],[[],2],0,[[[6,[5]],[143,[[9,[-1,142]]]],-2],-3,[],10,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[142,8],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[2,8]]]],[-1,-2,10,[]],[[29,[6,[5]],-1],[[9,[-2,142]]],10,[]],[[],2],[[]],[[]],[[]],[[]],[29,[[6,[18]]]],[8,47],[[[28,[3]]],47],[[[28,[48]]],47],[29,2],[[144,145,146],2],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[142,47],[[138,147],2],0,[[[6,[5]],7,63,64,65,16],[[9,[2,8]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[[148,[-1]]],[[148,[-1]]],[14,149,71,72]],[63,63],[78,78],[150,150],[80,80],[81,81],[82,82],[107,107],[76,76],[85,85],[87,87],[61,61],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[[],85],0,0,0,[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[29,-1,[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[9,[[30,[-3,-4]]]]],[],[],[],[]],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],[29,2],0,[[63,63],33],[[150,150],33],[[85,85],33],[[87,87],33],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[-1,-2],33,[],[]],[[63,34],35],[[78,34],35],[[150,34],35],[[107,34],35],[[76,34],35],[[85,34],35],[[87,34],35],[[86,34],35],[[61,34],35],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[-1,-2],39,[40,14],41],[[-1,-2],39,[40,14],41],[[-1,-2],39,[40,14],41],0,0,0,0,[[63,-1],2,43],[[85,-1],2,43],[[87,-1],2,43],0,[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],29],[[],89],[86,88],[86,88],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[63,33],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],[[9,[44,45]]]],[[],29],[[61,4,4],[[9,[4,8]]]],[[61,4,39],[[9,[4,8]]]],[[61,4,4,4],[[9,[2,8]]]],[[61,4,4,4],[[9,[2,8]]]],[[],76],[4,85],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],[-1,52,[]],0,0,0,0],"c":[1351],"p":[[3,"Private",2264],[15,"tuple"],[8,"Error",2265],[15,"u32"],[6,"TrapHandlerFn",1832],[4,"Option",2266],[3,"VMConfig",1832],[4,"Trap",1793],[4,"Result",2267],[8,"FnOnce",2268],[4,"LibCall",0],[15,"u16"],[4,"EnumCheckError",2269],[8,"Sized",2270],[4,"MemoryStyle",0],[15,"u8"],[4,"TableStyle",0],[4,"TrapCode",0],[3,"SectionBodyPtr",0],[3,"FunctionBodyPtr",0],[3,"VMFuncRef",0],[4,"MemoryError",0],[3,"StoreId",0],[3,"VMBuiltinFunctionIndex",0],[3,"VMOffsets",0],[3,"TargetSharedSignatureIndex",0],[8,"LinearMemory",1134],[3,"Box",2271],[15,"usize"],[3,"With",2272],[8,"Deserializer",2273],[8,"Fallible",2274],[15,"bool"],[3,"Formatter",2275],[6,"Result",2275],[3,"Error",2275],[19,"RawValue",2276],[15,"str"],[15,"u64"],[8,"Hash",2277],[8,"BuildHasher",2277],[3,"Pages",2278],[8,"Hasher",2277],[3,"Layout",2279],[3,"LayoutError",2279],[3,"ModuleInfo",2280],[15,"never"],[8,"Any",2281],[8,"Serializer",2282],[3,"String",2283],[3,"MemoryType",2284],[3,"TypeId",2281],[3,"FunctionIndex",2285],[3,"LocalGlobalIndex",2285],[3,"GlobalIndex",2285],[3,"LocalMemoryIndex",2285],[3,"MemoryIndex",2285],[3,"SignatureIndex",2285],[3,"LocalTableIndex",2285],[3,"TableIndex",2285],[3,"VMMemoryDefinition",1933],[3,"NonNull",2286],[19,"VMFunctionContext",1933],[6,"VMTrampoline",1933],[3,"VMFunctionBody",0],[3,"VMFunction",720],[3,"StoreObjects",1430],[3,"Vec",2287],[3,"VMExternObj",761],[3,"VMExternRef",761],[8,"Send",2270],[8,"Sync",2270],[3,"VMFunctionEnvironment",804],[3,"VMGlobal",826],[3,"GlobalType",2284],[3,"VMGlobalDefinition",1933],[3,"Imports",850],[3,"VMFunctionImport",1933],[3,"PrimaryMap",2288],[3,"VMTableImport",1933],[3,"VMMemoryImport",1933],[3,"VMGlobalImport",1933],[3,"LocalFunctionIndex",2285],[3,"BoxedSlice",2289],[3,"VMSharedSignatureIndex",1933],[3,"VMContext",1933],[3,"VMCallerCheckedAnyfunc",1933],[3,"Instance",875],[3,"VMBuiltinFunctionsArray",1933],[3,"DataIndex",2285],[3,"VMInstance",875],[3,"ElemIndex",2285],[4,"ExportIndex",2285],[3,"Iter",2290],[3,"DataInitializer",2291],[15,"slice"],[3,"VMTable",1552],[3,"VMMemory",1134],[3,"InternalStoreHandle",1430],[3,"TableInitializer",2291],[8,"Into",2292],[15,"i64"],[4,"TableElement",1552],[4,"VMExtern",720],[3,"Arc",2293],[3,"InstanceAllocator",1030],[3,"VMTableDefinition",1933],[15,"isize"],[15,"f32"],[15,"f64"],[19,"RawTableElement",1552],[3,"VMMemoryConfig",1134],[3,"VMSharedMemory",1134],[3,"WasmMmap",1134],[3,"VMOwnedMemory",1134],[3,"NotifyLocation",1637],[3,"Duration",2294],[4,"WaiterError",1637],[3,"PathBuf",2295],[4,"MmapType",1317],[3,"ThreadConditions",1637],[3,"Mmap",1317],[4,"Ordering",2296],[3,"SignatureRegistry",1390],[3,"Inner",1390],[3,"FunctionType",2284],[4,"MaybeInstanceOwned",1430],[15,"u128"],[3,"StoreHandle",1430],[8,"StoreObject",1430],[8,"Debug",2275],[3,"Iter",2297],[3,"TableType",2284],[3,"NotifyMap",1637],[3,"ThreadConditionsHandle",1637],[3,"NotifyWaiter",1637],[3,"Backtrace",2298],[3,"ucontext_t",2299],[8,"FnMut",2268],[8,"Fn",2268],[3,"TrapHandlerContextInner",1832],[4,"UnwindReason",1832],[3,"CoroutineTrapHandler",2300],[6,"c_int",2301],[3,"siginfo_t",2299],[4,"c_void",2302],[3,"TrapHandlerRegs",2303],[3,"VMDynamicFunctionContext",1933],[8,"Clone",2304],[4,"VMFunctionKind",1933],[13,"CouldNotGrow",703],[13,"MinimumMemoryTooLarge",703],[13,"MaximumMemoryTooLarge",703],[13,"UnsupportedOperation",703],[13,"InvalidMemory",703],[13,"Static",711],[13,"Dynamic",711],[13,"Wasm",1826],[13,"Lib",1826],[13,"OOM",1826],[3,"TrapHandlerContext",1832],[13,"WasmTrap",1930]]},\ -"wasmer_wasix":{"doc":"Wasmer’s WASI implementation","t":"RNNNNNNNNNNNNNNNNNNNDNNDNNNNNDCNNNENNGNNNNNNNNNDDDDNNNNNGNNNNNNNNNDCNNIDGCNNNNNNENDNNNNNNNDCIICNGCDDDECNNDNNCDCCGEECCCCCDENNNNLLLLLMMMMLLLLLMLLLLLLMMMMMMLMLMMAMMLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMAMMFLLLLLLLLLLLLLLLLMMLKLMMLLLCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMMMMLLLLLMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLAMLFFFFFLFFMMMMMMMAFLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLFLLLLMLLLLFFLLAMMLKLKLMMLLLLLLLLLLLLLLLLLLLAMMFMMMMMMLLLALLLMLAMLLLLLLLLLLLLLLLLKLLLLMLLKLLLLLMMMLLLMLLLLLMLLFLAFMFMMLLLLFFAAMMMLMMMMLMLLLLLLLLKLLLLLLLLLLLLMLMMMKLMMMMLLFLLMMMMMLAMMLLMMMMMMMFAMMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALKLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMMCCLLLLLLLLLLLLLFFFFFFCCMLLLLLLLLMMMMMMDDNDENLMALLLLLLMMLLLLLLLLMAMLLLLLMMMLLLLLLFMMMLLLFLMLLFFFFFLLLLLLLLLLLLLLLLLMLLMMDDLLLMLLLLLLLLMLLLLLLLLLMMLLLLLLLLLLLMMMLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLMLLMMFFFFFFFFFFDDLLLLLLLLLLLLLLLLLLLLMMMLLLLMLLMLLLLMLLLMLLLLLLLLLLLLLLLLLLLLLLLLNNNNDDENRRRRDDNNDDDDNERDNNRRRNNNRDDEDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLMMMLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLAMMLLLMLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLLMLLLLLLLLLLMMMMLLMMMAMLLLLLLLLLMMLMMLLLLLLLLLMLLFLLMLLLLLLMMLAMLLMLLLLLLLLLLLLMLLMMLLLLLLLLLLLLLMMMMLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMSNSNNDDEGNDNNDNENSNNNSSLLMLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLMMLLLLLLMLMMLLLLLLMMMLLLLLLMLLMMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMNNDDEDDRNNDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLMMLLLLLLMLLLLLLLLFLLLLLLLLLLLLLMMLLLLLLMMLLLLLLLLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDDLLLLLMLLLLLLLLLLLLLLLLLLMMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLGIDDDDRMMMMMAMFMMMMMMMMKAMMGIDDDDLMMMMMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLMLLMMLLLLMMKMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLSDLLLLLMLLLLLLLFMLLLLLLMLLLLLLLLLLLLLSSNNNNNNNNNNDDNNNEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEDDDDDDDDDDDDDDDDDDDDDDDDEDEDEEEEEEEEDENNNNNNNNNNNNNNNDDDNNNNNNNNNNNNNNNNNNNNNNNDDDDDDDNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNRNNNNNNNNNNNNNNNNNNNNGGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDDDDNNNNNNNNNNNNNNNNNNNNRRIEEEEDEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDEEDDEEEEEEEEEEEEEEEEEDDEENNNNNNNNNNNNNNNNNNNNDDDDDNNNDNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNDDDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNINNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNNNNNINNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMLLLLLKLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLMLLLLLLLLLLLLMMMMMMMMFMMMLMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMALLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLMMMLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLMMMMMMMMMMMMLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMKLLLLLLLLLLLLLLLLLLMMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMMMMMMKLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNNNENNNNNNNDNNNNNENNNNNNNNEDENNENNGDGDDNNNNNNNNNDGNINNNNNNNDNQNNNNNNNNNNNNNNNNNNNNNNNNNNSQDNNNNNNNNNNNDNNDNNNNENNNNDNNGNNSNNNNNDENNSLLLDMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOMMMMLLLLLLLLMMLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLMMLALKLLLLLLLLLLMKLLLLLLMAMMLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLAAALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOOOOOOOOOOFFFFFFFAFFFFNNNNNNNNNNNDEDDEDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNENNNEENLLLMLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMMMLLMLLMMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMAAAAADILKLLALLMLLLLKLLLLLLLLKLLLLLLLLLLLLLLLLADRRSLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLGFFDMLLMALLLLLMLLLLMMLMLMLMMLMMMMMLLLLLLLLLMMLMLLLLLLLLLLLLLSSSSSSSSSSSSSSSSSSSSDSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSLLLLLLLLLLLLLLLLLLNDNNDEDIAAKKAAMMKAAMMMDDDLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMMLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDEDDDNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMLMLLLLLLLLLLLLMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMNGEDNNNDEDDDLLLLLLLMMLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLMLLLMLMMLLLLLLLLMLLLLLMLFLLMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMGDIDLLLLLFLLLLLLLLLLLLLLLMLLMLLLLMKMLLLLLLLLLLLLLLLLLLLLLNDNNDEDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLNNNNNNHNDENNDDNDDEDDDDDLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLMMMLLLMLLMLLLLLLLLLLLLLLMLMMLLLLLLLLLLLMMMMMMMMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNENNRDIDDDLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLMMLLLLLLMMLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMKLMMLLLLLLMMLMLLLMMMLLLLLLLLLLLLLLLLKKALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDLLLLLLLLLLLLLLLLLAALLLLLLLLLLLLLFFFFFFFFFFFFFFHFDNIDGNLLLLLLLLLLLLKLLLLLLLMMLLMLLMMMMMLLLLLLLLLLLLLLLLLRDDDIMKAAAMMMMKAMAAADDDDDAMAMAMMMMAAMDLLLLLLLLLLMLLLMLLLLLLLLLLLLLLLLLLLDDLLLLLLLLFLLLLLLLLLLLLLLLLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLMLLLLLLLMMLLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLDLLLLLLMLLLLLLLLLLLLLLLLDRDLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDMMMAMAAMAMAMMMAAAMMDDLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLMMLLLLLLLLLMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLIIGDQIQQNDEDNQIDLMMLLLLMLLLLMALKLLLLLALLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMLLKKKKKKLLLLLLLLMLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDLLLLLLLLLLLLLLMLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMMMLLMLLLLLLLLDLLLMLLLLLLLLLLMLLMLLLLLLLLLLLDDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDRDLLMLLLLLLLLMLLLLLLLLMLLLLLLMLLLLLLMLLMMLLLLLLLLLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGDLMLLLLLLLLLLMMLMLLMLMMMMLMLLLLLLLLLLLDMLLLLLLLLLLLLLLFLLLLLLLLFLLLLLLLLLLLLLLIKKDLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLDRDDDDLLLLMMFMLLLLLLLLLLFMLLLLLLLLLFMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLMLLLLLLMMMMLLLLLMLLLLLMMMLLLLLMLMLLLLLLLLLFLLLLLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDIDDDDDDLLMMMLLAMLLMALLLLMMMLLALMLLLMMMMLLMAMMMMLLLLLLLLLLLMIDDDDMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLMMMMLLLLLLLLMLLMMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFDGDLMLLLLLMLLFLLLLLLLMFLLLLLLLLLLLLLMMLMLLLMMMMMLLLLLLLLLLLLLLLLLLLLLDDLLLLMLLLLLLLMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLDGHNDDINCENCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLMMLLLLMLLLLLLLMMLLLLFLLLLALLLMMKLLMMLLLLLLALLLMMLLLLLAMLLLLLLLKLLMMMAKLLMLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENDNDNINNNDDMAMAFKMMKAMAAMMMMDLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMLLLLLLLLLLLLLDLLLLMLLLLFLLLLLLLLLLLFLMLLLLLLLLLLLDLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLRDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENNNINNNLLLLLLLLLLLLLLLKLLKLLLLLLLLLLLLLLMMMMDIDAMMMKAFKMAADDDLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGRDLFLLLLFFLLLLLLFFFFLLLMLLFFFMLLLLLLLLLLLLLLLLLLLLLLLIKKDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDDDNDDDDDDDNDNNDDENDEDDINNDDDMMMMMMMMMMMMMMMMMMMAMMMMMAAMMAMMMMMAMMMMMMMMKMAFMMMAMMMAMMAAMMMMMMMDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLMLLLLLLLMMDDLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLMMLMMMMLMMLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLNDNNELLLLLLFFLLLLLLFLLLLLLLMMLLLLLLFMLLFFFFFMLLLLLLLLLLLLLLLLLLLLLLMMMMNNNEINNLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLMFFFFDDDDDDNNSSRRDDDDDDDELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMFLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMFMLLMMLMMMLLLLLLLLLLLLLLMLLLLLMMMLLLLLLLLLLLLMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLMMLLLEESNNNNNDLLLLLLLLLMFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMNNNDNEGDGDGDIIGGLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLMLLLLLLLLLLLLLLLMMMLLLLLLLMMMKKKMLMMKKKKAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLNNEDDDDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRCCDCCCDDCDDMLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLMLLLLLLAMMLALLLLLMLLLLLLLLLLLLLLLLLLMMMMAMLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMNNNNNDDNNGDNNNNELLLLLLLLLLLLLLLLMLMMLLMLLMLLLLLLLLLLLMLLLLLLFLMMLMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLMLLMLLMMLLLLLLLLMLMMLLLLLLMLLLLLLLLLLMMMLLMLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFMLLLLLLMMDDDLLLLMMMMMMMMLLLLLLLLMMMMLLLLLMMMLLLLLLLLLMLLLLMMMMLLLLLLLLLLLLLMLLLMLMLMLLLLLMLLLLMLLMLMLLLLLLLMLLLLMLMMLLLLMLMMLLLMMMMMMMLMMLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLRRDLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLAAGGGDLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLHRDDDDLMMMMMLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFNEDDGNNNNDDDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLMMMMLLLLLLLLLFLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNENNENNNNNNDIIIIEGDDDDNSSSSNNNNINNNNDDNNNNNNENDNNNNNNNDNENNIINNGNNDNNNNNNDDNENENQDDTDENEENNNNNNNNDDIGDENNEDNDNDDNDNEDDNNNNNNNNNEDNNDNINNNNNNNNEDDNNNSSNNGNDNNGNSSSSSNDNDDEENIDNNNNDNNNNNNNDSNQNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNSNQENNNNDENNNNNDDNNNGDNNEDNNNNNNNNNNINNNNNNDNNNNNNNNDNDSINNNNNNNGNEENNNNEEENNDNNDNEEDDNNNQNNGNNGGGGNNINDNNDSSNNNNNNNNNNNNNNNNNNNNNNNNEIGEDDENNINNSSFFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFFFDMMMMMFLLLLLLLLLLLLLLLLLLLMLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLKLLLLLLLLLLLMLLLLMMLLLLLLLLLLLLLLLLLLLLMMMMLFKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFLLLLLLLLMKLLLLLLLKMLLMMMMLMMMMLLLLLLOLLFLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMOLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLFFFLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLMFFFLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLALLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLFLLLLKLLLLLLLLMALLLLLLMKLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLKLLLLLMMLLMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLKLLLLLLLKLLLMLMMMLLLLLLLLLKLLLLLLLLLFKLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLKLLLLKLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLFFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLFFLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLMFMMLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMLLLLAKLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMOAALLLMLLLLLLLLLLLLMKLLLLLLLLLLLLLFFLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMNNNNDDNIDDDDNNNNNDNNDNNDENNNNNNDNNNDDNIDDNNNNNNNNNNGINDNGIEDDNNDDDDDDNDNNNNNINDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLFLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLKLLLLLLLMLMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLALKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLFMLMKLLLLLLLLLFLLLMLFFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLIIIILLLLKKKLLLLKLLLLLLLLLKLLLLKLLLLDLLLLLLLLLLLLLLLLLLLLAMLLALMMLLLMALLLLMLAAALALLMAMMMMMMMLLLLAAAAAAAAAAAAAAAAAAAAAFFFFFFAFFFFNNNNNDDDDEDDDNDEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNDDNNEDNNNGNNRNNNNGENNNGNNDDNNNNNNNNNGNNNNNNNNDEDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGDNNNGGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNENEDNENNNNNNRRRRRRRRRRRDDDDDDDDDDDDDDDDDDMMMMMMMMMMMAFMAMMAMMMMMAMMMMMMMMMMMMMMMMFMMMMAMMAMMMMAMMMMMMMARFRGGGDRRRRMFEGNNNNNENNENDDMMMMNDDNNDNNNNNNNNNNDDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGDNNNGGENENNNNRRRRRRDDDDDDDDDDDDDDDDMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNENNDNMDMMNNNNDDENNENNNNNNNNNENNNNNDNNENNNNNNNGNNNNNNGNNNGNDGNNNNNNNNNNEDDDDENDNNDGDTDENENNNNNNGNNDDGGDENDNNDDNNNNNNNNNGNNNNNNNNNDDETNNNGNNGDGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNDDEDNNNNGNNDNEDEDDNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGDGNNNNGNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNGEDDDGDDTEENNNNEEENNNDNENNEDDDDTNNNNNDDGNEGGGGNNNDNNNNNNNNNNNNNNNNNNNNNGENNNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNENLLLLLLFFFLLLLLLLLLLLLMMFFFFFFFFFFFFFFFFFFFFNDENDLLLLLLLLLLLLLLLLLLLLMMLLLLLLMLLLLLMLLLLMLLLLFFFLLMLLLLLLLMLLLLLLLLLLLLMLLLFFFFFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFDDRLLLLLLLLLLLLLFFMMLLLLLLFFLLLLLLLLLLMFLLLLMMLLLLLLLLLLLLLLRFFFDLLLLLLLMLMFFLLLLLLMMMLLLLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFDLLLLLLLLLLLMLFMFLLLLLLLLFNNENLLLLLLLLLLLLFFLLLLLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNDDNNESDNNNGSNNRSNNNNGENNNGNNDDNNNNNNNNNGNNNNNNNNDEDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGDNNNGGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNENEDSNENNNNNNRRRRRRRRRRRLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDDDMMMMMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMALMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMFMLMMMLLLLALLLLLLLLMMLLALMMMMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRFRGGGDRRRRMFEGNNNNNENNENDDMMMMNDDNNDNNNNNNNNNNDDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGDNNNGGENENNNNRRRRRRDDDDDDDDDDDDDDDDMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNENNDNMDMMSNNNNDDENNENNNNNNNNNENNNNNDNNENNNNNNNGNNSSNNNNGNNNGNDGNNNNNNSSSSSSSSNNNNEDDDDENDNNDGDTDENENNSSSSSSSSSSSSSSNNNNGNNDDGGDENDNNDDNNNNNNNNNGNNNNNNNNNDDETNNNGNNGDGNNNNNNNNNNNNNNNNNSSNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNDDEDNNNSSSSSSSSSSSSSSSNGNNDNEDEDDNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSNNNNNNNNNNNNGDGNNNSSSSSSSSSSSSSSSSSSNGNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNGEDDDGDDTEENNNNEEENNNDNENNEDDDDTNNSNNNDDGNEGGGGNNNDNNNNNNNNNNNNNNNNNNNNNGSENNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLMLLLLLLLLLMMMLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLMLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMNRRNNRRRCCENNLLLLLLLLLLLALLLLLLLLFFLLFFLFFALLAALLLLLLLLLLLFDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLMMLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFDLLLFLLLLLLLLLLLMLLLLFLLLLLLLLLLLLLDLLLLLLLLLLLLLLLMLLLLLLLLLLLLM","n":["ALL_RIGHTS","AccessDenied","AddressInUse","AddressNotAvailable","AlreadyExists","Anyhow","ArgumentContainsNulByte","BadHandle","BadRequest","BaseNotDirectory","BinaryNotFound","BrokenPipe","CacheError","CompileError","ConnectionAborted","ConnectionRefused","ConnectionReset","ControlPlane","ControlPlane","DeepSleep","DeepSleepWork","Deserialization","DirectoryNotEmpty","DuplexPipe","EntryNotFound","EnvironmentVariableFormatError","Err","Exit","Export","ExtendedFsError","Fd","FetchFailed","FileSystemError","FileSystemError","FsError","IOError","Init","InstanceInitializer","Instantiation","InternalError","Interrupted","InvalidABI","InvalidData","InvalidFd","InvalidInput","InvalidWasmer","Latest","LocalNetworking","LocalTcpListener","LocalTcpStream","LocalUdpSocket","Lock","MappedDirAliasFormattingError","MemoryAccessViolation","MemoryAllocationFailed","MissingEntrypoint","ModuleInitializer","ModuleLoad","NoDevice","None","NotAFile","NotConnected","NotFound","Ok","Other","PermissionDenied","Pipe","PluggableRuntime","PreopenedDirectoryError","PreopenedDirectoryNotFound","RewindPostProcess","RewindState","RewindStateOption","Runtime","Runtime","Runtime","Serialization","Snapshot0","Snapshot1","Some","SpawnError","StorageFull","StoreSnapshot","Thread","TimedOut","UnexpectedEof","UnknownError","UnknownError","UnknownWasiVersion","Unsupported","UnsupportedVirtualNetworking","VIRTUAL_ROOT_FD","VirtualFile","VirtualNetworking","VirtualTaskManager","Wasi","WasiBidirectionalSharedPipePair","WasiControlPlane","WasiEnv","WasiEnvBuilder","WasiEnvInit","WasiError","WasiFs","WasiFsCreationError","WasiFsSetupError","WasiFunctionEnv","WasiIncludePackageError","WasiInheritError","WasiInodes","WasiInstanceHandles","WasiProcess","WasiProcessId","WasiResult","WasiRuntimeError","WasiStateCreationError","WasiThread","WasiThreadError","WasiThreadHandle","WasiThreadId","WasiTtyState","WasiVFork","WasiVersion","Wasix32v1","Wasix64v1","WouldBlock","WriteZero","__clone_box","__clone_box","__clone_box","__clone_box","accept","additional_imports","additional_imports","addr","addr","addr_local","addr_local","addr_local","addr_peer","addr_peer","args","as_error","as_error","as_error","as_error","as_error","as_exit_code","asyncify_get_state","asyncify_start_rewind","asyncify_start_unwind","asyncify_stop_rewind","asyncify_stop_unwind","attach_ctrl_c","back","back","back_mut","backlog","backlog","bin_factory","bin_factory","bin_factory","bind_icmp","bind_raw","bind_udp","bind_udp","block_in_place","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","bridge","broadcast","buffer","call_initialize","can_deep_sleep","capabilites","capabilities","capabilities","capabilities","capture_store_snapshot","cause","channel","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","close","close","combine","combine","connect_tcp","connect_tcp","control_plane","control_plane","copy_reference","created_time","created_time","current_dir","data_end","default","default","default","default_fs_backing","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dhcp_acquire","disable_fs_cleanup","dontroute","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enable_deep_sleep","enable_exponential_cpu_backoff","enable_journal","env","env","envs","eq","equivalent","equivalent","equivalent","equivalent","error","extra_tracing","finish","flush","flush","flush","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","front","front","front_mut","fs","fs","gateway_set","generate_import_object_from_env","generate_import_object_snapshot0","generate_import_object_snapshot1","generate_import_object_wasix32_v1","generate_import_object_wasix64_v1","get_special_fd","get_wasi_version","get_wasi_versions","globals","handle","handle","handler_guard","handler_guard","handler_guard","has_stack_checkpoint","http","import_object_for_all_wasi_versions","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize","inner","inner","instance","into","into","into","into","into","into","into","into","into","into","into","into","into","io_err_into_net_error","ip_add","ip_clear","ip_list","ip_remove","is_64bit","is_closed","is_not_found","is_open","is_open","is_wasi_module","is_wasix_module","join_multicast_v4","join_multicast_v6","journal","journals","keep_alive","keepalive","last_accessed","last_accessed","last_modified","last_modified","layout","layout","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","leave_multicast_v4","leave_multicast_v6","linger","listen_tcp","listen_tcp","mac","macros","map_commands","mapped_commands","mem_error_to_wasi","memory","memory_stack","memory_stack","memory_ty","message","module_hash","multicast_loop_v4","multicast_loop_v6","multicast_ttl_v4","net","new","new","new","no_delay","nodelay","os","owned_handles","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_complete","poll_flush","poll_read","poll_read_ready","poll_read_ready","poll_read_ready","poll_read_ready","poll_read_ready","poll_seed","poll_shutdown","poll_write","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_vectored","preopens","process","process","read","read_exact_buf","recv","recv","recv_buf_size","recv_from","remove_handler","remove_handler","remove_handler","replaying_journal","resolve","resolve","restore_store_snapshot","reverse","rewind","rewind","rewind","rewind_ext","rewind_stack","rewind_stack","route_add","route_clear","route_list","route_remove","run_wasi_func","run_wasi_func_start","runners","runtime","runtime","runtime","runtime","seek","selector","selector","selector","selector","send","send","send_buf_size","send_to","set_broadcast","set_dontroute","set_handler","set_handler","set_handler","set_keepalive","set_len","set_len","set_linger","set_multicast_loop_v4","set_multicast_loop_v6","set_multicast_ttl_v4","set_nodelay","set_recv_buf_size","set_send_buf_size","set_times","set_ttl","set_ttl","set_ttl","setup_fs_fn","shutdown","shutdown","signal","signal_set","size","size","snapshot_interval","snapshot_on","snapshot_on","socket","source","source","spawn_blocking","split","split","stack_high","stack_low","stack_pointer","start","start","start_seek","state","state","state","status","status","stderr","stdin","stdout","store_data","store_data","stream","stream","stub_initializer","syscalls","thread","thread","thread_spawn","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","trigger","try_accept","try_flush","try_from","try_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_read","try_recv","try_recv_from","try_send","try_send_to","ttl","ttl","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","types","unbridge","unlink","unlink","unwind","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","uses","utils","vfork","vfs_preopens","virtual_fs","virtual_net","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_snapshot","wasi_exports_generic","wasi_snapshot_preview1_exports","wasi_unstable_exports","wasix_exports_32","wasix_exports_64","wasmer","wasmer_wasix_types","webc_dependencies","with_msg","write","write","write_all","write_bytes","write_fmt","write_from_mmap","write_vectored","binary","error","message","message","module_hash","package_id","BinFactory","BinaryPackage","BinaryPackage","BinaryPackageCommand","Executable","Wasm","__clone_box","atom","binary_package","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","commands","commands","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","entrypoint_cmd","exec","file_system_memory_footprint","fmt","from","from","get_binary","get_executable","hash","hash","id","init","init","into","into","layout_raw","layout_raw","load_executable_from_filesystem","local","metadata","name","new","pointer_metadata","pointer_metadata","run_exec","runtime","runtime","set_binary","spawn","spawn_exec","spawn_exec_module","spawn_load_module","spawn_load_wasm","spawn_union_fs","to_owned","try_built_in","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","uses","vzip","vzip","webc_fs","when_cached","BinaryPackage","BinaryPackageCommand","__clone_box","__clone_box","atom","atom","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","commands","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","entrypoint_bytes","entrypoint_cmd","file_system_memory_footprint","fmt","fmt","from","from","from_dir","from_registry","from_webc","get_command","get_entrypoint_command","hash","hash","hash","hash","id","init","init","into","into","layout_raw","layout_raw","metadata","metadata","name","name","new","pointer_metadata","pointer_metadata","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","uses","vzip","vzip","webc_fs","when_cached","call_module","get_start","run_exec","run_recycle","spawn_exec","spawn_exec_module","spawn_exec_wasm","spawn_load_module","spawn_load_wasm","spawn_union_fs","Capabilities","CapabilityThreadingV1","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","enable_asynchronous_threading","enable_blocking_sleep","enable_exponential_cpu_backoff","fmt","fmt","from","from","http_client","init","init","insecure_allow_all","into","into","layout_raw","layout_raw","max_threads","new","pointer_metadata","pointer_metadata","threading","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update","update","vzip","vzip","Backing","Buffer","Dir","Epoll","EpollFd","EpollInterest","EpollJoinGuard","EventNotifications","FS_ROOT_INO","FS_STDERR_INO","FS_STDIN_INO","FS_STDOUT_INO","FallbackFileSystem","Fd","File","Handler","Inode","InodeGuard","InodeVal","InodeWeakGuard","Join","Kind","MAX_SYMLINKS","NotificationInner","Pipe","Root","STDERR_DEFAULT_RIGHTS","STDIN_DEFAULT_RIGHTS","STDOUT_DEFAULT_RIGHTS","Sandbox","Socket","Symlink","VIRTUAL_ROOT_FD","WasiFdSeed","WasiFs","WasiFsRoot","WasiInodes","WasiInodesProtected","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add_inode_val","as_u64","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clip_val","clone","clone","clone","clone","clone","clone","clone_fd","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","close_all","close_fd","cmp","compare","conditional_union","create_dir","create_dir","create_dir_all","create_fd","create_fd_ext","create_inode","create_inode_with_default_stat","create_inode_with_stat","create_preopens","create_rootfd","create_std_dev_inner","create_stderr","create_stdin","create_stdout","cur_val","current_dir","data1","data2","default","default","default","default_fs_backing","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","downgrade","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","events","fail","fd","fd","fd_map","fdstat","filestat_fd","filestat_resync_size","flags","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fork","fork","from","from","from","from","from","from","from","from","from","from_path","fs_error_from_wasi_err","fs_error_into_wasi_err","get_current_dir","get_current_dir_inner","get_fd","get_fd_inode","get_hash","get_inode_at_path","get_inode_at_path_inner","get_parent_inode_at_path","get_stat_for_kind","has_unioned","hash","init","init","init","init","init","init","init","init","init","init_preopens","init_vfs_preopens","inner","inner","ino","ino","ino","ino","inode","inode_guard","interest","into","into","into","into","into","into","into","into","into","is_preopened","is_stdio","is_wasix","is_wasix","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lookup","make_max_fd","merge","merge_filesystems","metadata","metadata","name","new","new","new_init","new_open_options","new_open_options","new_with_preopen","next_fd","next_fd","next_val","notification","offset","open_dir_all","open_file_at","open_flags","partial_cmp","path_depth_from_fd","path_into_pre_open_and_relative_path","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preopen_fds","prestat_fd","prestat_fd_inner","protected","ptr","read_dir","read_dir","readlink","readlink","ref_cnt","relative_path_to_absolute","remove_dir","remove_dir","remove_file","remove_file","remove_inode","rename","rename","rights","rights_inheriting","root_fs","root_inode","set_current_dir","set_is_wasix","set_val","stat","state","std_dev_get","std_dev_get_mut","stderr","stderr_mut","stdin","stdin_mut","stdout","stdout_mut","swap_file","symlink_metadata","symlink_metadata","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upgrade","virtual_file_type_to_wasi_file_type","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_fd","epoll_waker","fd_guard","join_guard","base_po_dir","buffer","entries","entries","fd","handle","inner","parent","path","path","path_to_symlink","pipe","relative_path","rx","socket","subscriptions","tx","APPEND","Buffer","CREATE","Dir","Epoll","EpollFd","EpollInterest","EpollJoinGuard","EpollSubscriptions","EventNotifications","Fd","File","Handler","InodeVal","Join","Kind","Pipe","READ","Root","Socket","Symlink","TRUNCATE","WRITE","__clone_box","__clone_box","base","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","data1","data2","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","events","fd","flags","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","init","init","init","init","init","init","inode","interest","into","into","into","into","into","into","is_preopened","is_spent","is_stdio","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","name","offset","open_flags","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","read","renew","rights","rights_inheriting","serialize","serialize","stat","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","write","epoll_waker","fd_guard","join_guard","base_po_dir","buffer","entries","entries","fd","handle","inner","parent","path","path","path_to_symlink","pipe","relative_path","rx","socket","subscriptions","tx","EventNotifications","File","InodeValFilePollGuard","InodeValFilePollGuardJoin","InodeValFilePollGuardMode","InodeValFileReadGuard","InodeValFileWriteGuard","POLL_GUARD_MAX_RET","Pipe","Socket","WasiStateFileGuard","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","created_time","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","fd","fd","fd","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","guard","guard","init","init","init","init","init","init","inode","into","into","into","into","into","into","into_future","into_poll_guard","is_err_closed","is_open","is_spent","is_write_vectored","last_accessed","last_modified","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lock_read","lock_write","mode","mode","new","new","new","new","new","peb","peb","peb","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","reset","set_len","set_times","size","spent","start_seek","subscription","subscription","swap","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","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","inner","pipe","NotificationInner","NotificationState","add_waker","borrow","borrow","borrow_mut","borrow_mut","counter","dec","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","inc","init","init","into","into","is_semaphore","last_poll","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","poll","read","reset","state","try_from","try_from","try_into","try_into","try_read","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","wake_all","wakers","write","DynHttpClient","HttpClient","HttpClientCapabilityV1","HttpRequest","HttpRequestOptions","HttpResponse","USER_AGENT","alloc","allow_all","allowed_hosts","body","body","client","cors_proxy","default_http_client","gzip","headers","headers","method","options","phantom","ptr","redirected","request","reqwest","status","url","DynHttpClient","HttpClient","HttpClientCapabilityV1","HttpRequest","HttpRequestOptions","HttpResponse","__clone_box","alloc","allow_all","allowed_hosts","body","body","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","can_access_domain","clone","clone_into","cors_proxy","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_http_parts","gzip","headers","headers","init","init","init","init","into","into","into","into","is_deny_all","is_ok","layout_raw","layout_raw","layout_raw","layout_raw","method","new","new_allow_all","options","phantom","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","redirected","request","status","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update","url","vzip","vzip","vzip","vzip","DEFAULT_CONNECT_TIMEOUT","ReqwestHttpClient","__clone_box","borrow","borrow_mut","clone","clone_into","connect_timeout","default","deref","deref_mut","deserialize","drop","fmt","from","get_proxy","handle","init","into","layout_raw","pointer_metadata","request","request","response_body_chunk_timeout","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","with_connect_timeout","with_response_body_chunk_timeout","ALIGNMENT","ALIGNMENT","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","Add","Add","Add","AlignedCowStr","AlignedCowVec","AnyEncryption","AnyEncryption","AnyEncryption","ArchivedJournalAddressfamilyV1","ArchivedJournalAdviceV1","ArchivedJournalEntry","ArchivedJournalEntryChangeDirectoryV1","ArchivedJournalEntryClearEtherealV1","ArchivedJournalEntryCloseFileDescriptorV1","ArchivedJournalEntryCloseThreadV1","ArchivedJournalEntryCreateDirectoryV1","ArchivedJournalEntryCreateEventV1","ArchivedJournalEntryCreateHardLinkV1","ArchivedJournalEntryCreatePipeV1","ArchivedJournalEntryCreateSymbolicLinkV1","ArchivedJournalEntryDuplicateFileDescriptorV1","ArchivedJournalEntryEpollCreateV1","ArchivedJournalEntryEpollCtlV1","ArchivedJournalEntryFileDescriptorAdviseV1","ArchivedJournalEntryFileDescriptorAllocateV1","ArchivedJournalEntryFileDescriptorSeekV1","ArchivedJournalEntryFileDescriptorSetFlagsV1","ArchivedJournalEntryFileDescriptorSetRightsV1","ArchivedJournalEntryFileDescriptorSetSizeV1","ArchivedJournalEntryFileDescriptorSetTimesV1","ArchivedJournalEntryFileDescriptorWriteV1","ArchivedJournalEntryInitModuleV1","ArchivedJournalEntryOpenFileDescriptorV1","ArchivedJournalEntryPathRenameV1","ArchivedJournalEntryPathSetTimesV1","ArchivedJournalEntryPortAddAddrV1","ArchivedJournalEntryPortBridgeV1","ArchivedJournalEntryPortDelAddrV1","ArchivedJournalEntryPortGatewaySetV1","ArchivedJournalEntryPortRouteAddV1","ArchivedJournalEntryPortRouteDelV1","ArchivedJournalEntryProcessExitV1","ArchivedJournalEntryRecordType","ArchivedJournalEntryRemoveDirectoryV1","ArchivedJournalEntryRenumberFileDescriptorV1","ArchivedJournalEntrySetClockTimeV1","ArchivedJournalEntrySetThreadV1","ArchivedJournalEntrySnapshotV1","ArchivedJournalEntrySocketAcceptedV1","ArchivedJournalEntrySocketBindV1","ArchivedJournalEntrySocketConnectedV1","ArchivedJournalEntrySocketJoinIpv4MulticastV1","ArchivedJournalEntrySocketJoinIpv6MulticastV1","ArchivedJournalEntrySocketLeaveIpv4MulticastV1","ArchivedJournalEntrySocketLeaveIpv6MulticastV1","ArchivedJournalEntrySocketListenV1","ArchivedJournalEntrySocketOpenV1","ArchivedJournalEntrySocketSendFileV1","ArchivedJournalEntrySocketSendToV1","ArchivedJournalEntrySocketSendV1","ArchivedJournalEntrySocketSetOptFlagV1","ArchivedJournalEntrySocketSetOptSizeV1","ArchivedJournalEntrySocketSetOptTimeV1","ArchivedJournalEntrySocketShutdownV1","ArchivedJournalEntryTtySetV1","ArchivedJournalEntryUnlinkFileV1","ArchivedJournalEntryUpdateMemoryRegionV1","ArchivedJournalEpollCtlV1","ArchivedJournalEpollEventCtlV1","ArchivedJournalExitCodeV1","ArchivedJournalIpCidrV1","ArchivedJournalSnapshot0ClockidV1","ArchivedJournalSnapshotTriggerV1","ArchivedJournalSocketShutdownV1","ArchivedJournalSockoptionV1","ArchivedJournalSocktypeV1","ArchivedJournalStreamSecurityV1","ArchivedJournalThreadStartTypeV1","ArchivedJournalTimeTypeV1","ArchivedJournalWasiMemoryLayout","ArchivedJournalWhenceV1","BindTimeout","BindTimeout","BindTimeout","BindTimeout","Bootstrap","Bootstrap","Bootstrap","Bootstrap","Both","Both","Both","Both","Broadcast","Broadcast","Broadcast","BufferedJournal","BufferedJournalRx","BufferedJournalTx","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ClassicEncryption","ClassicEncryption","ClassicEncryption","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CompactResult","CompactingJournal","CompactingJournalRx","CompactingJournalTx","CompactingLogFileJournal","CompactingLogFileJournalRx","CompactingLogFileJournalTx","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","CountingJournal","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","Cur","Cur","Cur","DEFAULT_SNAPSHOT_TRIGGERS","Del","Del","Del","Dgram","Dgram","Dgram","DontRoute","DontRoute","DontRoute","Dontneed","Dontneed","Dontneed","DoubleEncryption","DoubleEncryption","DoubleEncryption","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DynJournal","DynReadableJournal","DynWritableJournal","End","End","End","Environ","Environ","Environ","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","Errno","Errno","Errno","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FilteredJournal","FilteredJournalBuilder","FilteredJournalRx","FilteredJournalTx","FirstEnviron","FirstListen","FirstSigint","FirstStdin","Icmp","Idle","Idle","Idle","Idle","Inet4","Inet4","Inet4","Inet6","Inet6","Inet6","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","JOURNAL_MAGIC_NUMBER","JOURNAL_MAGIC_NUMBER_BYTES","Journal","JournalAddressfamilyV1","JournalAddressfamilyV1Resolver","JournalAdviceV1","JournalAdviceV1Resolver","JournalEffector","JournalEntry","JournalEntryChangeDirectoryV1","JournalEntryChangeDirectoryV1Resolver","JournalEntryClearEtherealV1","JournalEntryClearEtherealV1Resolver","JournalEntryCloseFileDescriptorV1","JournalEntryCloseFileDescriptorV1Resolver","JournalEntryCloseThreadV1","JournalEntryCloseThreadV1Resolver","JournalEntryCreateDirectoryV1","JournalEntryCreateDirectoryV1Resolver","JournalEntryCreateEventV1","JournalEntryCreateEventV1Resolver","JournalEntryCreateHardLinkV1","JournalEntryCreateHardLinkV1Resolver","JournalEntryCreatePipeV1","JournalEntryCreatePipeV1Resolver","JournalEntryCreateSymbolicLinkV1","JournalEntryCreateSymbolicLinkV1Resolver","JournalEntryDuplicateFileDescriptorV1","JournalEntryDuplicateFileDescriptorV1Resolver","JournalEntryEpollCreateV1","JournalEntryEpollCreateV1Resolver","JournalEntryEpollCtlV1","JournalEntryEpollCtlV1Resolver","JournalEntryFileDescriptorAdviseV1","JournalEntryFileDescriptorAdviseV1Resolver","JournalEntryFileDescriptorAllocateV1","JournalEntryFileDescriptorAllocateV1Resolver","JournalEntryFileDescriptorSeekV1","JournalEntryFileDescriptorSeekV1Resolver","JournalEntryFileDescriptorSetFlagsV1","JournalEntryFileDescriptorSetFlagsV1Resolver","JournalEntryFileDescriptorSetRightsV1","JournalEntryFileDescriptorSetRightsV1Resolver","JournalEntryFileDescriptorSetSizeV1","JournalEntryFileDescriptorSetSizeV1Resolver","JournalEntryFileDescriptorSetTimesV1","JournalEntryFileDescriptorSetTimesV1Resolver","JournalEntryFileDescriptorWriteV1","JournalEntryFileDescriptorWriteV1Resolver","JournalEntryInitModuleV1","JournalEntryInitModuleV1Resolver","JournalEntryOpenFileDescriptorV1","JournalEntryOpenFileDescriptorV1Resolver","JournalEntryPathRenameV1","JournalEntryPathRenameV1Resolver","JournalEntryPathSetTimesV1","JournalEntryPathSetTimesV1Resolver","JournalEntryPortAddAddrV1","JournalEntryPortAddAddrV1Resolver","JournalEntryPortBridgeV1","JournalEntryPortBridgeV1Resolver","JournalEntryPortDelAddrV1","JournalEntryPortDelAddrV1Resolver","JournalEntryPortGatewaySetV1","JournalEntryPortGatewaySetV1Resolver","JournalEntryPortRouteAddV1","JournalEntryPortRouteAddV1Resolver","JournalEntryPortRouteDelV1","JournalEntryPortRouteDelV1Resolver","JournalEntryProcessExitV1","JournalEntryProcessExitV1Resolver","JournalEntryRecordType","JournalEntryRecordTypeResolver","JournalEntryRemoveDirectoryV1","JournalEntryRemoveDirectoryV1Resolver","JournalEntryRenumberFileDescriptorV1","JournalEntryRenumberFileDescriptorV1Resolver","JournalEntrySetClockTimeV1","JournalEntrySetClockTimeV1Resolver","JournalEntrySetThreadV1","JournalEntrySetThreadV1Resolver","JournalEntrySnapshotV1","JournalEntrySnapshotV1Resolver","JournalEntrySocketAcceptedV1","JournalEntrySocketAcceptedV1Resolver","JournalEntrySocketBindV1","JournalEntrySocketBindV1Resolver","JournalEntrySocketConnectedV1","JournalEntrySocketConnectedV1Resolver","JournalEntrySocketJoinIpv4MulticastV1","JournalEntrySocketJoinIpv4MulticastV1Resolver","JournalEntrySocketJoinIpv6MulticastV1","JournalEntrySocketJoinIpv6MulticastV1Resolver","JournalEntrySocketLeaveIpv4MulticastV1","JournalEntrySocketLeaveIpv4MulticastV1Resolver","JournalEntrySocketLeaveIpv6MulticastV1","JournalEntrySocketLeaveIpv6MulticastV1Resolver","JournalEntrySocketListenV1","JournalEntrySocketListenV1Resolver","JournalEntrySocketOpenV1","JournalEntrySocketOpenV1Resolver","JournalEntrySocketSendFileV1","JournalEntrySocketSendFileV1Resolver","JournalEntrySocketSendToV1","JournalEntrySocketSendToV1Resolver","JournalEntrySocketSendV1","JournalEntrySocketSendV1Resolver","JournalEntrySocketSetOptFlagV1","JournalEntrySocketSetOptFlagV1Resolver","JournalEntrySocketSetOptSizeV1","JournalEntrySocketSetOptSizeV1Resolver","JournalEntrySocketSetOptTimeV1","JournalEntrySocketSetOptTimeV1Resolver","JournalEntrySocketShutdownV1","JournalEntrySocketShutdownV1Resolver","JournalEntryTtySetV1","JournalEntryTtySetV1Resolver","JournalEntryUnlinkFileV1","JournalEntryUnlinkFileV1Resolver","JournalEntryUpdateMemoryRegionV1","JournalEntryUpdateMemoryRegionV1Resolver","JournalEpollCtlV1","JournalEpollCtlV1Resolver","JournalEpollEventCtlV1","JournalEpollEventCtlV1Resolver","JournalExitCodeV1","JournalExitCodeV1Resolver","JournalIpCidrV1","JournalIpCidrV1Resolver","JournalPrintingMode","JournalSnapshot0ClockidV1","JournalSnapshot0ClockidV1Resolver","JournalSnapshotTriggerV1","JournalSnapshotTriggerV1Resolver","JournalSocketShutdownV1","JournalSocketShutdownV1Resolver","JournalSockoptionV1","JournalSockoptionV1Resolver","JournalSocktypeV1","JournalSocktypeV1Resolver","JournalStreamSecurityV1","JournalStreamSecurityV1Resolver","JournalThreadStartTypeV1","JournalThreadStartTypeV1Resolver","JournalTimeTypeV1","JournalTimeTypeV1Resolver","JournalWasiMemoryLayout","JournalWasiMemoryLayoutResolver","JournalWhenceV1","JournalWhenceV1Resolver","Json","KeepAlive","KeepAlive","KeepAlive","LastError","LastError","LastError","Linger","Linger","Linger","Linger","Linger","Linger","Linger","Listen","Listen","Listen","Listening","Listening","Listening","LogFileJournal","LogFileJournalRx","LogFileJournalTx","LogReadResult","LogWriteResult","MainThread","MainThread","MainThread","MemFileJournal","Mod","Mod","Mod","Monotonic","Monotonic","Monotonic","MulticastLoopV4","MulticastLoopV4","MulticastLoopV4","MulticastLoopV6","MulticastLoopV6","MulticastLoopV6","MulticastTtlV4","MulticastTtlV4","MulticastTtlV4","NULL_JOURNAL","NoDelay","NoDelay","NoDelay","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","Noop","Noop","Noop","Noreuse","Noreuse","Noreuse","Normal","Normal","Normal","NullJournal","OnlyV6","OnlyV6","OnlyV6","OobInline","OobInline","OobInline","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","Other","Other","Other","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PeriodicInterval","PipeJournal","PipeJournalRx","PipeJournalTx","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PrintingJournal","ProcessCputimeId","ProcessCputimeId","ProcessCputimeId","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","Promiscuous","Promiscuous","Promiscuous","Proto","Proto","Proto","Random","Random","Random","Raw","Raw","Raw","Read","Read","Read","Read","ReadTimeout","ReadTimeout","ReadTimeout","ReadTimeout","ReadableJournal","Realtime","Realtime","Realtime","RecombinedJournal","RecvBufSize","RecvBufSize","RecvBufSize","RecvLowat","RecvLowat","RecvLowat","RecvTimeout","RecvTimeout","RecvTimeout","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","ReuseAddr","ReuseAddr","ReuseAddr","ReusePort","ReusePort","ReusePort","SendBufSize","SendBufSize","SendBufSize","SendLowat","SendLowat","SendLowat","SendTimeout","SendTimeout","SendTimeout","Seqpacket","Seqpacket","Seqpacket","Sequential","Sequential","Sequential","Set","Set","Set","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","Sigalrm","Sigalrm","Sigalrm","Sigalrm","Sigint","Sigint","Sigint","Sigint","Sigstop","Sigstop","Sigstop","Sigstop","Sigtstp","Sigtstp","Sigtstp","Sigtstp","SnapshotTrigger","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJournalEvent","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOptTimeType","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketShutdownHow","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","Stdin","Stdin","Stdin","Stream","Stream","Stream","TcpListen","TcpStream","Text","ThreadCputimeId","ThreadCputimeId","ThreadCputimeId","ThreadSpawn","ThreadSpawn","ThreadSpawn","Timer","Timer","Timer","Ttl","Ttl","Ttl","TtySetV1","TtySetV1","TtySetV1","TtySetV1","TtySetV1","Type","Type","Type","UNSUPPORTED_JOURNAL","UdpSocket","Unencrypted","Unencrypted","Unencrypted","Unix","Unix","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","Unspec","Unspec","Unspec","UnsupportedJournal","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","Willneed","Willneed","Willneed","WritableJournal","Write","Write","Write","Write","WriteTimeout","WriteTimeout","WriteTimeout","WriteTimeout","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add_event_to_whitelist","addr","addr","addr","addr","addr","addr","addr","addr","addr","advice","advice","advice","af","af","af","archive_record_type","as_component_extern_name","as_mut","as_ref","as_ref","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_rx","as_slice","as_slice","backing_store","backing_store","backlog","backlog","backlog","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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_pos","build","call_stack","call_stack","call_stack","channel","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","cidr","cidr","cidr","cidr","cidr","cidr","clock_id","clock_id","clock_id","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_with_inner","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cnt","cols","cols","cols","compact_now","compact_now","compact_to","compact_to","compacting","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compressed_data","compressed_data","compressed_data","config","config","copied_fd","copied_fd","copied_fd","copy_journal","count","count","count","create_filter","data","data","data","data","data","data","data","data","data","data1","data1","data1","data2","data2","data2","debug_print","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","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_archive","dirfd","dirfd","dirfd","dirflags","dirflags","dirflags","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","echo","echo","echo","effector","encode_hex","encode_hex_upper","end","end","end","epfd","epfd","epfd","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","estimate_size","event","event","event","events","events","events","exit_code","exit_code","exit_code","exit_code","exit_code","exit_code","expires_at","expires_at","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd1","fd1","fd2","fd2","fd2","fd_flags","fd_flags","fd_flags","file","file_fd","file_fd","file_fd","flag","flag","flag","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_buffer","from_file","from_str","fs_flags","fs_flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","guard_size","guard_size","guard_size","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","height","height","height","how","how","how","id","id","id","id","id","id","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initial_val","initial_val","initial_val","inner","inner","inner","inner","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_inner","into_inner","into_inner","into_inner","into_owned","into_split","ip","ip","ip","ip","ip","ip","ip","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_empty","is_empty","layout","layout","layout","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","len","len","len_with_padding","line_buffered","line_buffered","line_buffered","line_feeds","line_feeds","line_feeds","listen_fd","listen_fd","listen_fd","local_addr","local_addr","local_addr","local_addr","local_addr","local_addr","main_path","memory_stack","memory_stack","memory_stack","mode","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","n_cnt","n_size","network","network","network","new","new","new","new","new","new","new","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","nonblocking","nonblocking","nonblocking","o_flags","o_flags","o_flags","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_flags","old_flags","old_flags","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","only_once","op","op","op","opt","opt","opt","opt","opt","opt","original_fd","original_fd","original_fd","owned_buffer","owned_buffer","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preferred_until","preferred_until","preferred_until","prefix","prefix","prefix","pt","pt","pt","ptr","ptr","ptr","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","receiver","record","record_end","record_end","record_size","record_start","record_start","replace_inner","replace_inner","reset_counters","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","rows","rows","rows","rx","rx","rx","rx","rx","rx","rx","security","security","security","sender","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_archive","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","set_ignore_core","set_ignore_fs","set_ignore_memory","set_ignore_networking","set_ignore_snapshots","set_ignore_stdio","set_ignore_threads","since_epoch","since_epoch","since_epoch","size","size","size","size","socket_fd","socket_fd","socket_fd","split","split","split","split","split","split","split","split","split","split","split","split","split","st_atim","st_atim","st_atim","st_atim","st_atim","st_atim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_size","st_size","st_size","stack_lower","stack_lower","stack_lower","stack_size","stack_size","stack_size","stack_upper","stack_upper","stack_upper","start","start","start","start","start","start","state","state","state","state","state","state","stderr_tty","stderr_tty","stderr_tty","stdin_tty","stdin_tty","stdin_tty","stdout_tty","stdout_tty","stdout_tty","store","store_data","store_data","store_data","swap","swap_inner","swap_inner","temp_path","time","time","time","time","time","time","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","token","token","token","total_events","total_size","trigger","trigger","trigger","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx","tx","tx","tx","tx","tx","tx","tx","ty","ty","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","via_router","via_router","via_router","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasm_hash","wasm_hash","wasm_hash","whence","whence","whence","width","width","width","with_compact_on_drop","with_compact_on_factor_size","with_compact_on_n_records","with_compact_on_n_size","with_filter_events","with_ignore_core","with_ignore_fs","with_ignore_memory","with_ignore_networking","with_ignore_snapshots","with_ignore_stdio","with_ignore_threads","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","start_ptr","addr","addr","addr","advice","af","backlog","call_stack","cidr","cidr","clock_id","compressed_data","copied_fd","count","data","data","data","dirfd","dirflags","epfd","event","exit_code","exit_code","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd2","fd_flags","file_fd","flag","flags","flags","flags","flags","flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","how","id","id","iface","iface","iface","iface","initial_val","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","layout","len","len","line_feeds","listen_fd","local_addr","local_addr","memory_stack","multi_addr","multi_addr","multi_addr","multiaddr","network","new_fd","new_fd","new_fd","new_path","new_path","new_path","non_blocking","o_flags","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_flags","old_path","old_path","old_path","op","opt","opt","original_fd","path","path","path","path","path","path","peer_addr","peer_addr","preferred_until","pt","region","security","size","socket_fd","st_atim","st_atim","st_mtim","st_mtim","st_size","start","store_data","time","time","token","trigger","tty","ty","ty","via_router","wasm_hash","when","whence","start_ptr","start_ptr","addr","listen_addr","local_addr","local_addr","peer_addr","peer_addr","reuse_addr","reuse_addr","reuse_port","reuse_port","Access","Add","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Already","Badf","Badmsg","Borrowed","Busy","Bytes","Canceled","Child","Connaborted","Connrefused","Connreset","Cow","Cur","Deadlk","Del","Destaddrreq","Dom","Dontneed","Dquot","End","EpollCtl","EpollEventCtl","Errno","Errno","Exist","ExitCode","Fault","Fbig","Fd","Fdflags","Filesize","Fstflags","FunctionEnvMut","Hostunreach","Idrm","Ilseq","Inprogress","Intr","Inval","Io","Isconn","Isdir","JournalEffector","LookupFlags","Loop","MemorySize","Memviolation","Mfile","Mlink","Mod","Monotonic","Msgsize","Multihop","MutexGuard","Nametoolong","Native","Netdown","Netreset","Netunreach","Nfile","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Notrecoverable","Notsock","Notsup","Notty","Nxio","ONE","Offset","Oflags","Other","Overflow","Owned","Ownerdead","Perm","Pipe","ProcessCputimeId","Proto","Protonosupport","Prototype","Random","Range","Range","Realtime","Rights","Rofs","Sequential","Set","Shutdown","Snapshot0Clockid","Spipe","Srch","Stale","Success","SystemTime","ThreadCputimeId","Timedout","Timestamp","Toobig","Txtbsy","UNIX_EPOCH","Unknown","Unknown","Unknown","Unknown","Unknown","WasmPtr","Whence","Willneed","Xdev","ZERO","__clone_box","__clone_box","__clone_box","__wasi_ciovec_t","_phantom","add","add","add_assign","add_assign","advance_back_by","advance_by","apply_chdir","apply_clock_time_set","apply_compressed_memory","apply_epoll_create","apply_epoll_ctl","apply_fd_advise","apply_fd_allocate","apply_fd_close","apply_fd_duplicate","apply_fd_event","apply_fd_pipe","apply_fd_renumber","apply_fd_seek","apply_fd_set_flags","apply_fd_set_rights","apply_fd_set_size","apply_fd_set_times","apply_fd_write","apply_path_create_directory","apply_path_link","apply_path_open","apply_path_remove_directory","apply_path_rename","apply_path_set_times","apply_path_symlink","apply_path_unlink","apply_port_addr_add","apply_port_addr_clear","apply_port_addr_remove","apply_port_bridge","apply_port_dhcp_acquire","apply_port_gateway_set","apply_port_route_add","apply_port_route_clear","apply_port_route_remove","apply_port_unbridge","apply_process_exit","apply_sock_accepted","apply_sock_bind","apply_sock_connect","apply_sock_join_ipv4_multicast","apply_sock_join_ipv6_multicast","apply_sock_leave_ipv4_multicast","apply_sock_leave_ipv6_multicast","apply_sock_listen","apply_sock_open","apply_sock_send","apply_sock_send_file","apply_sock_send_to","apply_sock_set_opt_flag","apply_sock_set_opt_size","apply_sock_set_opt_time","apply_sock_shutdown","apply_thread_exit","apply_thread_state","apply_tty_set","as_engine_ref","as_store_mut","as_store_ref","bail","bits","bits","bits","bits","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","buf_len","check_bytes","checked_add","checked_sub","cjk_compat_variants","clone","clone","clone","clone_into","clone_into","clone_into","cmp","compare","contains","contains_token","contains_token","count","data","data1","data2","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","duration_since","elapsed","end","end","end_bound","end_bound","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","events","fd","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","func_env","get","get","get_hash","get_hash","get_mut","get_mut","get_unchecked","get_unchecked","get_unchecked_mut","get_unchecked_mut","hash","hash","index","index","index_mut","index_mut","init","init","init","init","into","into","into","into","into_iter","into_par_iter","is_64bit","is_empty","is_empty","is_sorted","json_schema","json_schema","last","layout_raw","layout_raw","layout_raw","layout_raw","len","lock","max","memory_and_snapshot","min","native_to_offset","next","next_back","nfc","nfd","nfkc","nfkd","now","nth","nth_back","objects_mut","offset","offset_to_native","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poison","process_exit","ptr","ptr","request","resolve","resolve_metadata","sample_single","save_chdir","save_clock_time_set","save_epoll_create","save_epoll_ctl","save_event","save_event","save_fd_advise","save_fd_allocate","save_fd_close","save_fd_duplicate","save_fd_event","save_fd_pipe","save_fd_renumber","save_fd_seek","save_fd_set_flags","save_fd_set_rights","save_fd_set_size","save_fd_set_times","save_fd_write","save_memory_and_snapshot","save_path_create_directory","save_path_link","save_path_open","save_path_remove_directory","save_path_rename","save_path_set_times","save_path_symlink","save_path_unlink","save_port_addr_add","save_port_addr_clear","save_port_addr_remove","save_port_bridge","save_port_dhcp_acquire","save_port_gateway_set","save_port_route_add","save_port_route_clear","save_port_route_remove","save_port_unbridge","save_process_exit","save_sock_accepted","save_sock_bind","save_sock_connect","save_sock_join_ipv4_multicast","save_sock_join_ipv6_multicast","save_sock_leave_ipv4_multicast","save_sock_leave_ipv6_multicast","save_sock_listen","save_sock_open","save_sock_send","save_sock_send_file","save_sock_send_to","save_sock_set_opt_flag","save_sock_set_opt_size","save_sock_set_opt_time","save_sock_shutdown","save_thread_exit","save_thread_state","save_tty_set","schema_id","schema_id","schema_name","schema_name","serialize","serialize","serialize","serialize_metadata","serialize_unsized","size_hint","spawn_and_block_on","spawn_await","start","start","start_bound","start_bound","store_mut","stream_safe","sub","sub","sub","sub_assign","sub_assign","syscalls","thread_exit","thread_state","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vtable","vzip","vzip","vzip","vzip","MEMORY_REGION_RESOLUTION","chdir","clock_time","epoll_create","epoll_ctl","fd_advise","fd_allocate","fd_close","fd_duplicate","fd_event","fd_pipe","fd_renumber","fd_seek","fd_set_flags","fd_set_rights","fd_set_size","fd_set_times","fd_write","path_create_directory","path_link","path_open","path_remove_directory","path_rename","path_set_times","path_symlink","path_unlink","port_addr_add","port_addr_clear","port_addr_remove","port_bridge","port_dhcp_acquire","port_gateway_set","port_route_add","port_route_clear","port_route_remove","port_unbridge","sock_accept","sock_bind","sock_connect","sock_join_ipv4_multicast","sock_join_ipv6_multicast","sock_leave_ipv4_multicast","sock_leave_ipv6_multicast","sock_listen","sock_open","sock_send","sock_send_file","sock_send_to","sock_set_opt_flag","sock_set_opt_size","sock_set_opt_time","sock_shutdown","tty_set","get_input_str","get_input_str_bus","get_input_str_bus_ok","get_input_str_ok","wasi_try","wasi_try_mem","wasi_try_mem_ok","wasi_try_mem_ok_ok","wasi_try_ok","wasi_try_ok_ok","net_error_into_wasi_err","read_cidr","read_ip","read_ip_port","read_ip_v4","read_ip_v6","read_route","socket","write_cidr","write_ip","write_ip_port","write_route","AcceptTimeout","AcceptTimeout","BindTimeout","Broadcast","Closed","ConnectTimeout","ConnectTimeout","DontRoute","Failed","Headers","Icmp","IndefinitePoll","InodeHttpSocketType","InodeSocket","InodeSocketInner","InodeSocketKind","InodeSocketProtected","KeepAlive","LastError","Linger","Linger","Listening","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","NoDelay","Noop","OnlyV6","OobInline","Opened","Opening","PreSocket","Promiscuous","Proto","Raw","ReadTimeout","RecvBufSize","RecvLowat","RecvTimeout","RemoteSocket","Request","Response","ReuseAddr","ReusePort","SendBufSize","SendLowat","SendTimeout","SocketProperties","TcpListener","TcpStream","TimeType","Ttl","Type","UdpSocket","WasiSocketOption","WasiSocketStatus","WriteTimeout","__clone_box","__clone_box","accept","accept_timeout","addr_local","addr_peer","all_socket_rights","bind","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","can_write","clone","clone","clone_into","clone_into","close","connect","connect_timeout","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dont_route","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","family","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","get_opt_flag","handler","init","init","init","init","init","init","init","init","init","init","inner","into","into","into","into","into","into","into","into","into","into","into_future","join_multicast_v4","join_multicast_v6","keep_alive","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","leave_multicast_v4","leave_multicast_v6","linger","listen","multicast_ttl_v4","new","no_delay","only_v6","opt_time","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll","poll_read_ready","poll_read_ready","poll_write_ready","poll_write_ready","protected","pt","read_timeout","recv","recv_buf_size","recv_buf_size","recv_from","remove_handler","reuse_addr","reuse_port","send","send_buf_size","send_buf_size","send_to","set_handler","set_linger","set_multicast_ttl_v4","set_opt_flag","set_opt_time","set_recv_buf_size","set_send_buf_size","set_ttl","shutdown","status","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ttl","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_timeout","accept_timeout","addr","is_dead","local_addr","multicast_ttl","peer","peer_addr","props","props","read_timeout","socket","socket","socket","ttl","write_timeout","command","common","console","task","tty","Commands","VirtualCommand","__clone_box","as_any","borrow","borrow_mut","builtins","clone","clone_into","commands","deref","deref_mut","deserialize","drop","exec","exec","exists","fmt","from","get","init","into","layout_raw","name","new","new_with_builtins","pointer_metadata","register_command","register_command_with_path","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","cmd_wasmer","CmdWasmer","HELP","HELP_RUN","NAME","__clone_box","as_any","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","exec","fmt","from","get_package","init","into","layout_raw","name","new","pointer_metadata","run","runtime","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","Pid","is_mobile","is_ssh","Console","boot_cmd","borrow","borrow_mut","capabilities","cconst","deref","deref_mut","deserialize","draw_welcome","drop","env","fmt","from","init","into","is_mobile","is_ssh","layout_raw","memfs_memory_limiter","new","no_welcome","pointer_metadata","prompt","ro_files","run","runtime","stderr","stdin","stdout","token","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","user_agent","uses","vzip","whitelabel","with_boot_cmd","with_capabilities","with_env","with_mem_fs_memory_limiter","with_no_welcome","with_prompt","with_ro_files","with_stderr","with_stdin","with_stdout","with_token","with_user_agent","with_uses","ABOUT","ABOUT_WASMER","BAD_WORKER","COL_BLACK","COL_BLUE","COL_BROWN","COL_CYAN","COL_GRAY","COL_GREEN","COL_LIGHT_BLUE","COL_LIGHT_CYAN","COL_LIGHT_GRAY","COL_LIGHT_GREEN","COL_LIGHT_PURPLE","COL_LIGHT_RED","COL_PURPLE","COL_RED","COL_RESET","COL_WHITE","COL_YELLOW","ConsoleConst","HELP","TERM_CURSOR_DOWN","TERM_CURSOR_LEFT","TERM_CURSOR_RESTORE","TERM_CURSOR_RIGHT","TERM_CURSOR_SAVE","TERM_CURSOR_UP","TERM_DELETE_ABOVE","TERM_DELETE_ALL","TERM_DELETE_BELOW","TERM_DELETE_LEFT","TERM_DELETE_LINE","TERM_DELETE_RIGHT","TERM_DELETE_SAVED","TERM_KEY_BACKSPACE","TERM_KEY_C","TERM_KEY_DEL","TERM_KEY_DOWN_ARROW","TERM_KEY_END","TERM_KEY_ENTER","TERM_KEY_F1","TERM_KEY_F10","TERM_KEY_F11","TERM_KEY_F12","TERM_KEY_F2","TERM_KEY_F3","TERM_KEY_F4","TERM_KEY_F5","TERM_KEY_F6","TERM_KEY_F7","TERM_KEY_F8","TERM_KEY_F9","TERM_KEY_HOME","TERM_KEY_INSERT","TERM_KEY_L","TERM_KEY_LEFT_ARROW","TERM_KEY_PAGE_DOWN","TERM_KEY_PAGE_UP","TERM_KEY_RIGHT_ARROW","TERM_KEY_TAB","TERM_KEY_UP_ARROW","TERM_NO_REVERSE_WRAPAROUND","TERM_NO_WRAPAROUND","TERM_REVERSE_WRAPAROUND","TERM_WRAPAROUND","WELCOME_LARGE","WELCOME_MEDIUM","WELCOME_SMALL","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","Finished","OwnedTaskStatus","Pending","Running","TaskJoinHandle","TaskStatus","TaskTerminatedError","VirtualTaskHandle","backoff","control_plane","poll_finished","poll_ready","process","signal","signal_handler","signal_handler","status","task_join_handle","thread","watch","watch_rx","watch_tx","CpuBackoffToken","CpuRunToken","WasiProcessCpuBackoff","backoff_time","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cpu_backoff_time","cpu_backoff_time","cpu_backoff_waker_seed","cpu_backoff_wakers","cpu_run_cool_off","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","fmt","fmt","from","from","from","init","init","init","inner","into","into","into","into_future","layout_raw","layout_raw","layout_raw","max_cpu_backoff_time","max_cpu_cool_off_time","new","pointer_metadata","pointer_metadata","pointer_metadata","poll","tokens","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","wait","waker_id","ControlPlaneConfig","ControlPlaneError","MutableState","State","TaskCountGuard","TaskLimitReached","WasiControlPlane","WasiControlPlaneHandle","__clone_box","__clone_box","__clone_box","__clone_box","active_task_count","as_error","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","config","config","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","enable_asynchronous_threading","enable_exponential_cpu_backoff","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","generate_id","get_process","handle","init","init","init","init","init","init","init","inner","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","max_task_count","must_upgrade","mutable","new","new","new","new_process","next_process_id","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","process_seed","processes","register_task","state","task_count","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upgrade","vzip","vzip","vzip","vzip","vzip","vzip","vzip","max","Execute","LockableWasiProcessInner","MaybeCheckpointResult","MemorySnapshotRegion","NotThisTime","Snapshot","Unwinding","WasiProcess","WasiProcessCheckpoint","WasiProcessId","WasiProcessInner","WasiProcessWait","__clone_box","__clone_box","__clone_box","__clone_box","acquire_cpu_backoff_token","acquire_cpu_run_token","active_threads","alloc","backoff","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","checkpoint","checkpoint","children","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","compute","cpu_run_tokens","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","disable_journaling_after_checkpoint","disable_journaling_after_checkpoint","do_checkpoints_from_outside","drop","drop","drop","drop","drop","drop","drop","drop","end","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finished","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","get_hash","get_hash","get_thread","hash","hash","init","init","init","init","init","init","init","inner","into","into","into","into","into","into","into","into","join","join_any_child","join_children","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lock","maybe_checkpoint","module_hash","new","new","new_thread","new_thread_with_id","parent","partial_cmp","partial_cmp","partial_cmp","phantom","pid","pid","pid","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ppid","ptr","raw","serialize","set_pid","signal","signal_interval","signal_intervals","signal_process","signal_process_internal","signal_thread","snapshot_and_disable_journaling","snapshot_memory_hash","snapshot_on","start","terminate","thread_count","threads","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_join","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_checkpoint","wait_for_checkpoint_finish","waiting","waiting","waiting","wakers","trigger","DynSignalHandlerAbi","SignalDeliveryError","SignalHandlerAbi","WasiSignalInterval","as_error","borrow","borrow","borrow_mut","borrow_mut","default_signal_handler","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","fmt","from","from","init","init","interval","into","into","last_signal","layout_raw","layout_raw","pointer_metadata","pointer_metadata","repeat","signal","signal","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Finished","OwnedTaskStatus","Pending","Running","TaskJoinHandle","TaskStatus","TaskTerminatedError","VirtualTaskHandle","__clone_box","__clone_box","as_error","await_termination","await_termination_anyhow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","from","from","from","from","handle","init","init","init","init","install_ctrlc_handler","into","into","into","into","into_finished","is_finished","is_pending","is_running","layout_raw","layout_raw","layout_raw","layout_raw","new","new_finished_with_code","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_finished","poll_ready","set_finished","set_running","set_signal_handler","signal_handler","signal_handler","status","status","status","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","wait_finished","watch","watch_rx","watch_tx","with_signal_handler","ExportError","InitFailed","InstanceCreateFailed","InvalidWasmContext","MemoryCreateFailed","MethodNotFound","NO_MORE_BYTES","RewindRestart","RewindResult","RewindResultType","RewindWithResult","RewindWithoutResult","ThreadSnapshot","ThreadStack","Unsupported","WasiMemoryLayout","WasiThread","WasiThreadError","WasiThreadHandle","WasiThreadHandleProtected","WasiThreadId","WasiThreadRunGuard","WasiThreadState","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_task_count_guard","add_snapshot","as_error","as_thread","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","call_stack","check_pointing","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","copy_stack_from","deep_sleeping","default","default","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","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","get_hash","get_hash","get_snapshot","guard_size","has_rewind_of_type","has_signal","has_signals_or_subscribe","hash","hash","id","id","inc","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","is_check_pointing","is_deep_sleeping","is_main","is_main","join","join_handle","layout","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","memory_layout","memory_stack","memory_stack","memory_stack_corrected","new","new","new","next","partial_cmp","pid","pid","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop_signals","pop_signals_or_subscribe","protected","raw","rewind","rewind_result","serialize","serialize","set_checkpointing","set_deep_sleeping","set_memory_layout","set_or_get_exit_code_for_signal","set_rewind","set_status_finished","set_status_running","signal","signals","signals","snapshots","stack","stack_lower","stack_size","stack_upper","start","state","status","store_data","take_rewind","thread","thread","thread_start_type","tid","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_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_join","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_signal","ConsoleRect","Data","InputEvent","Key","Raw","TTY_MOBILE_PAUSE","Tty","TtyBridge","TtyOptions","TtyOptionsInner","WasiTtyState","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cols","cols","cols","compare","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","echo","echo","echo","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","height","init","init","init","init","init","init","inner","into","into","into","into","into","into","is_mobile","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","line","line_buffered","line_buffering","line_buffering","line_feeds","line_feeds","line_feeds","new","on_backspace","on_ctrl_c","on_ctrl_l","on_cursor_down","on_cursor_left","on_cursor_right","on_cursor_up","on_data","on_end","on_enter","on_event","on_f1","on_f10","on_f11","on_f12","on_f2","on_f3","on_f4","on_f5","on_f6","on_f7","on_f8","on_f9","on_home","on_page_down","on_page_up","on_tab","options","options","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","rect","reset","rows","rows","rows","set_cols","set_echo","set_line_buffering","set_line_feeds","set_rows","set_signaler","signaler","stderr_tty","stdin","stdin","stdin_mut","stdin_replace","stdin_take","stdin_tty","stdout","stdout_tty","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","tty_get","tty_set","tty_sys","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","width","SysTty","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","pointer_metadata","reset","sys","sys_terminal_size","to_owned","try_from","try_into","tty_get","tty_set","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","io_result","is_mode_echo","is_mode_line_buffering","is_mode_line_feeds","is_stderr_tty","is_stdin_tty","is_stdout_tty","reset","set_mode_echo","set_mode_line_buffered","set_mode_line_feeds","set_mode_no_echo","set_mode_no_line_buffered","set_mode_no_line_feeds","DEFAULT_SIZE","get_terminal_size","DeepSleepWork","None","RewindPostProcess","RewindState","RewindStateOption","Some","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","finish","fmt","from","from","init","init","into","into","is_64bit","layout","layout_raw","layout_raw","memory_stack","pointer_metadata","pointer_metadata","rewind","rewind_stack","start","store_data","trigger","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","MAPPED_CURRENT_DIR_DEFAULT_PATH","MappedCommand","MappedDirectory","MountedDirectory","Runner","alias","can_run_command","dcgi","dproxy","emscripten","fs","guest","guest","host","run_command","runner","target","wasi","wasi_common","wcgi","AbortHandle","Config","DcgiCallbacks","DcgiInstanceFactory","DcgiRunner","callbacks","config","factory","factory","handler","inner","inner","inner","inner","instance","runner","state","DcgiCallbacks","__clone_box","borrow","borrow_mut","clone","clone_into","create_env","deref","deref_mut","deserialize","drop","factory","fmt","from","init","inner","into","layout_raw","new","on_stderr","on_stderr_error","pointer_metadata","recycle_env","started","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","DcgiInstanceFactory","State","__clone_box","acquire","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","convert_instance","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","init","init","instance","into","into","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","release","state","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Handler","SharedState","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","call","clone","clone","clone_into","clone_into","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","factory","fmt","fmt","from","from","handle","init","init","inner","inner","into","into","layout_raw","layout_raw","master_lock","new","pointer_metadata","pointer_metadata","poll_ready","state","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","DcgiInstance","borrow","borrow_mut","deref","deref_mut","deserialize","drop","env","fmt","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","Config","DCGI_RUNNER_URI","DcgiRunner","add_default_snapshot_triggers","add_journal","add_snapshot_trigger","addr","arg","args","borrow","borrow","borrow_mut","borrow_mut","callbacks","can_run_command","capabilities","config","config","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","env","envs","fmt","fmt","forward_host_env","from","from","has_snapshot_trigger","init","init","inject_package","inject_packages","inner","inner","inner","into","into","layout_raw","layout_raw","map_directories","map_directory","new","pointer_metadata","pointer_metadata","prepare_handler","run_command","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","with_snapshot_interval","Config","DProxyInstance","DProxyInstanceFactory","DProxyRunner","addr","client","config","factory","factory","handler","hyper_proxy","inner","instance","last_used","networking","pkg","proxy_connect_init_timeout","proxy_connect_nominal_timeout","runner","shard","socket_manager","socket_manager","state","DProxyInstanceFactory","State","__clone_box","acquire","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","init","init","instance","into","into","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","spin_up","state","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Handler","SharedState","__clone_box","borrow","borrow","borrow_mut","borrow_mut","call","clone","clone_into","command_name","config","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","factory","fmt","fmt","from","from","handle","init","init","into","into","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","poll_ready","runtime","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","AsyncRead","AsyncWrite","BoxError","Context","Error","Future","Future","Output","Pending","Pin","Poll","ReadBuf","Ready","Response","Service","Uri","__clone_box","_marker","_marker2","advance","advance_mut","assume_init","authority","authority","borrow","borrow","borrow_mut","borrow_mut","buf","builder","builder","call","capacity","chunk_mut","clear","clone","clone_into","connector","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","filled","filled","filled_mut","fmt","fmt","fmt","from","from","from","from","from_maybe_shared","from_parts","from_static","from_str","get_hash","hash","host","init","init","initialize_unfilled","initialize_unfilled_to","initialized","initialized","initialized_mut","inner_mut","into","into","into_client_request","into_client_request","into_parts","into_raw","is_write_vectored","layout_raw","layout_raw","new","path","path_and_query","path_and_query","pointer_metadata","pointer_metadata","poll","poll_flush","poll_read","poll_ready","poll_shutdown","poll_write","poll_write_vectored","port","port_u16","put_slice","query","remaining","remaining_mut","scheme","scheme","scheme_str","set_filled","stream","take","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","type_id","type_id","unfilled_mut","uninit","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","waker","HyperProxyConnectorBuilder","borrow","borrow_mut","build","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","new","pointer_metadata","socket_manager","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","HyperProxyConnector","__clone_box","borrow","borrow_mut","call","clone","clone_into","connect","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","pointer_metadata","poll_ready","shutdown","socket_manager","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","HyperProxyStream","borrow","borrow_mut","connected","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","pointer_metadata","poll_flush","poll_read","poll_shutdown","poll_write","rx","terminate","terminated","try_from","try_into","tx","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","DProxyInstance","__clone_box","borrow","borrow_mut","client","clone","clone_into","deref","deref_mut","deserialize","drop","fmt","from","init","into","last_used","layout_raw","pointer_metadata","socket_manager","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","LocalWithLoopbackNetworking","LocalWithLoopbackNetworkingListening","__clone_box","addresses","bind_icmp","bind_raw","bind_udp","borrow","borrow","borrow_mut","borrow_mut","bridge","clone","clone_into","connect_tcp","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dhcp_acquire","drop","drop","fmt","fmt","from","from","gateway_set","init","init","inner_networking","into","into","ip_add","ip_clear","ip_list","ip_remove","layout_raw","layout_raw","listen_tcp","local_listening","loopback_networking","loopback_networking","mac","new","pointer_metadata","pointer_metadata","poll_listening","register_listener","resolve","route_add","route_clear","route_list","route_remove","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unbridge","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","wakers","Config","DPROXY_RUNNER_URI","DProxyRunner","__clone_box","addr","addr","borrow","borrow","borrow_mut","borrow_mut","can_run_command","clone","clone_into","config","config","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","factory","fmt","fmt","from","from","init","init","inner","into","into","layout_raw","layout_raw","new","new","pkg","pointer_metadata","pointer_metadata","proxy_connect_init_timeout","proxy_connect_nominal_timeout","run_command","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","ById","Shard","Singleton","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","layout_raw","partial_cmp","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","PollListeningFn","SocketManager","acquire_http_socket","alloc","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","init","into","is_running","is_terminated","layout_raw","loopback_networking","new","open_proxy_http_socket","phantom","pointer_metadata","poll_listening","proxy_connect_init_timeout","proxy_connect_nominal_timeout","ptr","shutdown","terminate_all","terminate_rx","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","EmscriptenRunner","args","borrow","borrow_mut","can_run_command","default","deref","deref_mut","deserialize","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","exec_module","fmt","from","get_args","init","into","layout_raw","new","pointer_metadata","prepare_emscripten_env","run_command","serialize","set_args","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","with_args","Runner","can_run_command","run_command","WasiRunner","__clone_box","borrow","borrow_mut","can_run_command","capabilities_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","get_args","has_snapshot_trigger","init","into","layout_raw","new","pointer_metadata","prepare_webc_env","run_command","run_wasm","stderr","stdin","stdout","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wasi","with_args","with_capabilities","with_current_dir","with_default_snapshot_triggers","with_env","with_envs","with_forward_host_env","with_home_mapped","with_import","with_imports","with_injected_package","with_injected_packages","with_journal","with_mapped_directories","with_mapped_host_command","with_mapped_host_commands","with_mount","with_mounted_directories","with_snapshot_interval","with_snapshot_trigger","with_stderr","with_stdin","with_stdout","with_tmp_mapped","CommonWasiOptions","MAPPED_CURRENT_DIR_DEFAULT_PATH","MappedCommand","MappedDirectory","MountedDirectory","RelativeOrAbsolutePathHack","__clone_box","__clone_box","__clone_box","__clone_box","additional_imports","alias","apply_relative_path_mounting_hack","args","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_directory_mappings","capabilities","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","create_dir","create_dir_all","current_dir","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","env","eq","equivalent","equivalent","equivalent","equivalent","execute","fmt","fmt","fmt","fmt","fmt","forward_host_env","from","from","from","from","from","from","fs","guest","guest","host","init","init","init","init","init","injected_packages","into","into","into","into","into","is_home_mapped","is_tmp_mapped","journals","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","mapped_host_commands","metadata","mounts","new_open_options","open","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","populate_args","populate_env","prepare_filesystem","prepare_webc_env","read_dir","readlink","remove_dir","remove_file","rename","serialize","snapshot_interval","snapshot_on","symlink_metadata","target","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","AbortHandle","Callbacks","Config","CreateEnvConfig","CreateEnvResult","NoOpWcgiCallbacks","RecycleEnvConfig","WcgiRunner","__clone_box","abort","addr","body_receiver","body_sender","borrow","borrow_mut","callbacks","callbacks","clone","clone_into","config","create_env","deref","deref_mut","deserialize","drop","env","env","env","fmt","from","handler","init","inner","into","is_aborted","layout_raw","memory","memory","module","module_hash","new_pair","pointer_metadata","program_name","runner","runtime","setup_builder","stderr_receiver","store","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wasi","Callbacks","CreateEnvConfig","CreateEnvResult","NoOpWcgiCallbacks","RecycleEnvConfig","body_receiver","body_sender","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","create_env","create_env","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","env","env","env","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","memory","memory","module","module_hash","on_stderr","on_stderr","on_stderr_error","on_stderr_error","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","program_name","recycle_env","recycle_env","runtime","setup_builder","started","started","stderr_receiver","store","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","default_create_env","default_recycle_env","Handler","SetupBuilder","SharedState","__clone_box","alloc","borrow","borrow","borrow_mut","borrow_mut","call","callbacks","clone","clone_into","consume_stderr","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dialect","drive_request_to_completion","drop","drop","fmt","fmt","from","from","handle","init","init","into","into","layout_raw","layout_raw","module","module_hash","new","phantom","pointer_metadata","pointer_metadata","poll_ready","program_name","propagate_stderr","ptr","runtime","setup_builder","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Config","WcgiRunner","add_default_snapshot_triggers","add_journal","add_snapshot_trigger","addr","addr","arg","args","borrow","borrow","borrow_mut","borrow_mut","callbacks","callbacks","can_run_command","capabilities","config","config","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","env","envs","fmt","fmt","forward_host_env","from","from","has_snapshot_trigger","init","init","inject_package","inject_packages","into","into","layout_raw","layout_raw","map_directories","map_directory","new","new","pointer_metadata","pointer_metadata","prepare_handler","run_command","run_command_with_handler","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","wasi","with_snapshot_interval","DefaultTty","DynRuntime","EMPTY_JOURNAL_LIST","NonZeroExitCode","OverriddenRuntime","PluggableRuntime","Runtime","RuntimeError","SpawnMemoryType","TaintReason","UnknownWasiVersion","VirtualTaskManager","__clone_box","__clone_box","__clone_box","active_journal","active_journal","active_journal","add_journal","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","engine","engine","engine","engine","engine","fmt","fmt","fmt","from","from","from","from","http_client","http_client","http_client","http_client","http_client","init","init","init","init","inner","into","into","into","into","journals","journals","journals","journals","journals","layout_raw","layout_raw","layout_raw","layout_raw","load_module","load_module","load_module","load_module_sync","load_module_sync","module_cache","module_cache","module_cache","module_cache","module_cache","module_cache","networking","networking","networking","networking","networking","new","new","new_store","new_store","new_store","on_taint","package_loader","package_loader","package_loader","package_loader","package_loader","package_loader","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reset","resolver","rt","set_engine","set_http_client","set_module_cache","set_networking_implementation","set_package_loader","set_source","set_tty","source","source","source","source","source","state","task_manager","task_manager","task_manager","task_manager","task_manager","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tty","tty","tty","tty","tty","tty_get","tty_set","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","with_engine","with_http_client","with_journals","with_module_cache","with_networking","with_package_loader","with_source","with_task_manager","with_tty","CacheError","Deserialize","FallbackCache","FileRead","FileSystemCache","FileWrite","ModuleCache","NotFound","Other","Serialize","SharedCache","ThreadLocalCache","cache_dir","fallback","fallback","filesystem","in_memory","load","modules","primary","save","shared","task_manager","thread_local","types","error","error","path","path","FallbackCache","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fallback","fallback","fallback_mut","fmt","from","get_hash","hash","init","into","into_inner","layout_raw","load","new","pointer_metadata","primary","primary","primary_mut","save","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","FileSystemCache","__clone_box","borrow","borrow_mut","cache_dir","cache_dir","clone","clone_into","deref","deref_mut","deserialize","deserialize","drop","fmt","from","init","into","layout_raw","load","new","path","pointer_metadata","read_file","save","task_manager","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","SharedCache","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","load","modules","new","pointer_metadata","save","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","CACHED_MODULES","ThreadLocalCache","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","init","insert","into","layout_raw","load","lookup","pointer_metadata","save","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","CacheError","Deserialize","FileRead","FileWrite","ModuleCache","NotFound","Other","Serialize","as_error","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","fmt","from","from","from","init","into","layout_raw","load","other","pointer_metadata","save","source","to_string","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","with_fallback","with_fallback","error","error","path","path","BuiltinPackageLoader","PackageLoader","UnsupportedPackageLoader","builtin_loader","cache","client","in_memory","load","load_package_tree","load_package_tree","load_package_tree","tokens","types","unsupported","BuiltinPackageLoader","FileSystemCache","InMemoryCache","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cache","cache_dir","client","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","download","drop","drop","drop","fmt","fmt","fmt","from","from","from","get_cached","headers","in_memory","init","init","init","insert_cached","into","into","into","layout_raw","layout_raw","layout_raw","load","load_package_tree","lookup","lookup","new","path","pointer_metadata","pointer_metadata","pointer_metadata","save","save","save_and_load_as_mmapped","tokens","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","with_cache_dir","with_http_client","with_shared_http_client","with_token","with_tokens","DynPathMapper","MAX_PARALLEL_DOWNLOADS","MappedPathFileSystem","__clone_box","atom_name_for_command","borrow","borrow_mut","clone","clone_into","commands","count_file_system","create_dir","deref","deref_mut","deserialize","drop","eq","fetch_dependencies","filesystem","filesystem_v2","filesystem_v3","fmt","from","init","inner","into","layout_raw","legacy_atom_hack","load_binary_command","load_package_tree","map","metadata","new","new_open_options","open","path","pointer_metadata","read_dir","readlink","remove_dir","remove_file","rename","symlink_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","PackageLoader","load","load_package_tree","Unsupported","UnsupportedPackageLoader","__clone_box","__clone_box","as_error","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","get_hash","hash","init","init","into","into","layout_raw","layout_raw","load","load_package_tree","pointer_metadata","pointer_metadata","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Command","Cycle","Dependency","DependencyGraph","DistributionInfo","DuplicateVersions","Edge","FileSystemMapping","FileSystemSource","InMemorySource","ItemLocation","MultiSource","MultiSourceStrategy","NoMatches","Node","NotFound","Other","PackageInfo","PackageSummary","QueryError","Registry","Resolution","ResolveError","ResolvedFileSystemMapping","ResolvedPackage","Source","Timeout","Unsupported","WapmSource","WebSource","WebcHash","alias","alias","cache","cache_dir","client","client","commands","commands","continue_if_no_matches","continue_if_not_found","continue_if_unsupported","dependencies","dependency_name","dist","dist","entrypoint","entrypoint","filesystem","filesystem","filesystem_source","graph","graph","hash_packages","id","id","in_memory_source","inputs","mount_path","mount_path","multi_source","name","name","named_packages","original_path","original_path","outputs","package","package","package","packages","pkg","pkg","pkg","preferred_webc_version","query","registry_endpoint","resolve","resolve","retry_period","root","root_package","source","sources","strategy","token","utils","volume_name","volume_name","wapm_source","web_source","webc","webc_sha256","archived_versions","error","package","package_name","versions","FileSystemSource","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","init","into","layout_raw","pointer_metadata","query","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","InMemorySource","NamedPackageSummary","__clone_box","__clone_box","add","add_webc","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_directory_tree","get","hash_packages","ident","init","init","into","into","layout_raw","layout_raw","named_packages","new","pointer_metadata","pointer_metadata","query","summary","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Command","Dependency","DistributionInfo","FileSystemMapping","PackageInfo","PackageSummary","WebcHash","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alias","alias","as_bytes","as_hex","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","commands","compare","dependencies","dependency_name","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dist","drop","drop","drop","drop","drop","drop","drop","entrypoint","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","filesystem","filesystem_mapping_from_manifest","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_file","from","from","from","from","from","from","from","from","from_bytes","from_manifest","from_webc_file","get_hash","hash","id","id","init","init","init","init","init","init","init","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","mount_path","name","original_path","package_id","package_id_from_manifest","package_ident_from_manifest","package_name","parse_hex","partial_cmp","pkg","pkg","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","sha256","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","url_or_manifest_to_specifier","version","volume_name","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webc","webc_sha256","MultiSource","MultiSourceStrategy","__clone_box","__clone_box","add_shared_source","add_source","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","continue_if_no_matches","continue_if_not_found","continue_if_unsupported","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","init","init","into","into","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","query","sources","strategy","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","with_strategy","DependencyGraph","Edge","ItemLocation","Node","Resolution","ResolvedFileSystemMapping","ResolvedPackage","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alias","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","commands","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dist","drop","drop","drop","drop","drop","drop","drop","entrypoint","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","filesystem","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","graph","graph","graph","id","id","index","index","index","init","init","init","init","init","init","init","into","into","into","into","into","into","into","iter_dependencies","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","mount_path","name","new","original_path","package","package","package","packages","packages","pkg","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","root","root","root_info","root_package","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_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","visualise","volume_name","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Cycle","DiscoveredPackages","DuplicateVersions","Registry","ResolveError","as_cycle","as_error","borrow","borrow","borrow_mut","borrow_mut","check_for_duplicate_versions","cycle_error","deref","deref","deref_mut","deref_mut","deserialize","deserialize","discover_dependencies","drop","drop","fmt","fmt","fmt","from","from","graph","indices","init","init","into","into","layout_raw","layout_raw","log_dependencies","packages","pointer_metadata","pointer_metadata","print_cycle","registry_error_message","resolve","resolve_dependency_graph","resolve_package","root","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","error","package","package_name","versions","NoMatches","NotFound","Other","QueryError","Source","Timeout","Unsupported","as_error","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","fmt","from","from","init","into","latest","latest","layout_raw","pointer_metadata","query","source","to_string","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","archived_versions","file_path_from_url","http_error","url_from_file_path","webc_headers","CacheEntry","FileSystemCache","GetPackageRelease","HashCacheEntry","PackageWebc","Reply","V2","V3","WASMER_DEV_ENDPOINT","WASMER_PROD_ENDPOINT","WASMER_WEBC_QUERY_ALL","WASMER_WEBC_QUERY_BY_HASH","WapmSource","WapmWebQuery","WapmWebQueryData","WapmWebQueryGetPackage","WapmWebQueryGetPackageVersion","WapmWebQueryGetPackageVersionDistribution","WapmWebQueryInfo","WebCVersion","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","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","cache","cache_dir","client","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","data","data","decode_summary","default","default_frontend","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","get_package","get_package_release","hash","headers","info","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","is_archived","is_archived","is_still_valid","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lookup_cached_query","manifest","matching_package_summaries","namespace","new","new","package_name","package_name","path","pirita_download_url","pirita_manifest","pirita_sha256_hash","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preferred_webc_version","query","query_by_hash","query_graphql_by_hash","query_graphql_named","registry_endpoint","registry_endpoint","response","response","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","timeout","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","token","try_from","try_from","try_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_summary","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unix_timestamp","unix_timestamp","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update","v2","v3","version","versions","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webc_url","webc_version","with_auth_token","with_local_cache","with_preferred_webc_version","CacheInfo","CacheState","DEFAULT_RETRY_PERIOD","Hit","Miss","Miss","PossiblyDirty","UnableToVerify","WebSource","__clone_box","__clone_box","atomically_save_file","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cache_dir","classify_cache_using_mtime","client","clone","clone","clone_into","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","fetch","fmt","fmt","fmt","for_url","from","from","from","get_etag","get_locally_cached_file","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","pointer_metadata","query","retry_period","sha256","take_path","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","with_retry_period","etag","last_modified","path","etag","path","path","CopyMemory","CreateMemory","CreateMemoryOfType","InlineWaker","ShareMemory","SpawnMemoryType","TaskExecModule","TaskWasm","TaskWasmRecycle","TaskWasmRecycleProperties","TaskWasmRun","TaskWasmRunProperties","VirtualTaskManager","VirtualTaskManagerExt","WasmResumeTask","WasmResumeTrigger","as_waker","block_on","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_memory","condvar","ctx","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","env","env","fmt","fmt","fmt","from","from","from","from","from","globals","init","init","init","init","init","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lock","memory","module","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","recycle","recycle","run","sleep_now","spawn_and_block_on","spawn_await","spawn_type","spawn_with_module","store","store","task_dedicated","task_shared","task_wasm","thread_parallelism","tokio","trigger","trigger_result","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_layout","vzip","vzip","vzip","vzip","vzip","with_globals","with_memory","with_optional_memory","with_recycle","with_trigger","Handle","Runtime","RuntimeOrHandle","SleepNow","ThreadPool","TokioRuntimeGuard","TokioTaskManager","__clone_box","__clone_box","__clone_box","abort_handle","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","enter","fmt","fmt","fmt","from","from","from","from","from","from","from","handle","init","init","init","init","init","inner","inner","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pool","pool_handle","rt","runtime_handle","sleep_now","task_dedicated","task_shared","task_wasm","thread_parallelism","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","ALL_RIGHTS","InodeGuard","InodeWeakGuard","WasiBusState","WasiEnv","WasiEnvInit","WasiFunctionEnv","WasiFutex","WasiFutexState","WasiInstanceHandles","WasiState","WasiStateOpener","args","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","clock_offset","default","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","env","envs","fmt","fmt","fmt","fmt","fork","from","from","from","from","from","fs","fs_create_dir","fs_new_open_options","fs_read_dir","fs_remove_dir","fs_remove_file","fs_rename","func_env","futexes","futexs","get_poll_waker","handles","init","init","init","init","init","inodes","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","open","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_wait","poll_wake","poll_waker","poller_seed","preopen","root_fs","run","secret","std_dev_get","stderr","stdin","stdout","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","types","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","wakers","ArgumentContainsNulByte","ControlPlane","EnvironmentVariableFormatError","FileSystemError","MappedDirAliasFormattingError","PreopenDirBuilder","PreopenedDir","PreopenedDirectoryError","PreopenedDirectoryNotFound","SetupFsFn","WasiEnvBuilder","WasiFsCreationError","WasiFsSetupError","WasiIncludePackageError","WasiInheritError","WasiStateCreationError","__clone_box","__clone_box","add_arg","add_args","add_env","add_envs","add_import","add_imports","add_journal","add_map_dir","add_mapped_command","add_mapped_commands","add_preopen_build","add_preopen_dir","add_snapshot_trigger","add_webc","additional_imports","alias","alias","alias","arg","args","args","as_error","attach_ctrl_c","attach_ctrl_c","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","build_init","capabilites","capabilities","capabilities_mut","clone","clone","clone_into","clone_into","conv_env_vars","create","create","create","current_dir","current_dir","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","directory","drop","drop","drop","drop","env","envs","envs","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","fs","fs","get_args","get_args_mut","get_env","get_env_mut","import","imports","init","init","init","init","instantiate","instantiate_ext","into","into","into","into","journals","layout_raw","layout_raw","layout_raw","layout_raw","map_command","map_commands","map_commands","map_dir","map_dirs","module_hash","new","new","path","path","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preopen_build","preopen_dir","preopen_dirs","preopen_vfs_dirs","preopens","read","read","read","run","run_ext","run_with_store","run_with_store_async","run_with_store_ext","runtime","runtime","sandbox_fs","set_capabilities","set_current_dir","set_fs","set_module_hash","set_runtime","set_stderr","set_stdin","set_stdout","setup_fs","setup_fs_fn","snapshot_interval","snapshot_on","source","stderr","stderr","stdin","stdin","stdout","stdout","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","use_webc","uses","uses","validate_mapped_dir_alias","vfs_preopens","vzip","vzip","vzip","vzip","with_snapshot_interval","write","write","write","WasiEnv","WasiEnvInit","WasiInstanceHandles","__clone_box","__clone_box","active_journal","active_threads","additional_imports","asyncify_get_state","asyncify_start_rewind","asyncify_start_unwind","asyncify_stop_rewind","asyncify_stop_unwind","bin_factory","bin_factory","blocking_on_exit","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","builder","call_initialize","can_deep_sleep","capabilities","capabilities","capable_of_deep_sleep","clone","clone","clone_into","clone_into","control_plane","control_plane","data_end","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","disable_fs_cleanup","drop","drop","drop","duplicate","enable_deep_sleep","enable_exponential_cpu_backoff","enable_journal","extra_tracing","fmt","fmt","fmt","fork","from","from","from","from_init","fs_root","get_memory_and_wasi_state","get_memory_and_wasi_state_and_inodes","get_wasi_state_and_inodes","has_snapshot_trigger","has_stack_checkpoint","init","init","init","initialize","inner","inner","instance","instance","instantiate","into","into","into","layout","layout","layout_raw","layout_raw","layout_raw","map_commands","mapped_commands","memory","memory","memory","memory_clone","memory_ty","memory_view","memory_view","module","module_clone","net","new","on_exit","owned_handles","pid","pointer_metadata","pointer_metadata","pointer_metadata","poll_seed","pop_snapshot_trigger","process","process","process_signals","process_signals_and_exit","process_signals_internal","reinit","replaying_journal","runtime","runtime","runtime","set_runtime","should_exit","should_journal","signal","signal_set","snapshot_on","stack_high","stack_low","stack_pointer","start","state","state","state","std_dev_get","stderr","stdin","stdout","tasks","thread","thread","thread_spawn","tid","to_owned","to_owned","try_clone_instance","try_from","try_from","try_from","try_inner","try_inner_mut","try_into","try_into","try_into","try_memory","try_memory_clone","try_memory_view","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","use_package","uses","vfork","vzip","vzip","vzip","webc_dependencies","will_use_asyncify","DEFAULT_STACK_BASE","DEFAULT_STACK_SIZE","WasiFunctionEnv","__clone_box","bootstrap","borrow","borrow_mut","clone","clone_into","data","data_mut","deref","deref_mut","deserialize","drop","env","fmt","from","import_object","import_object_for_all_wasi_versions","init","initialize","initialize_with_memory","into","layout_raw","new","new_with_store","on_exit","pointer_metadata","run_async","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","global","thread_local","WasiInstanceGuard","WasiInstanceGuardMemory","WasiInstanceGuardMut","WasiInstanceHandlesPointer","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","get","get_mut","init","inner","into","layout_raw","pointer_metadata","set","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","LOCAL_INSTANCE_SEED","THREAD_LOCAL_INSTANCE_HANDLES","WasiInstanceGuard","WasiInstanceGuardMemory","WasiInstanceGuardMut","WasiInstanceHandlesPointer","__clone_box","_guard","_inner","_inner","_pointer","_pointer","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","destroy","drop","drop","drop","drop","drop","fmt","from","from","from","from","get","get_mut","id","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","memory","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","set","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","handle_result","run_with_deep_sleep","wasi_exit_code","PollError","PollEvent","PollEventBuilder","PollEventIter","PollEventSet","PollHangUp","PollIn","PollInvalid","PollOut","Stderr","Stdin","Stdout","WasiPath","__clone_box","__clone_box","add","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone","clone_into","clone_into","created_time","created_time","created_time","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_i16","get_special_fd","get_special_fd","get_special_fd","handle","handle","handle","i","init","init","init","init","init","init","inner","inner","inner","inner","into","into","into","into","into","into","into_iter","is_write_vectored","is_write_vectored","iterate_poll_events","last_accessed","last_accessed","last_accessed","last_modified","last_modified","last_modified","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","new","next","par_bridge","pes","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_complete","poll_complete","poll_complete","poll_flush","poll_flush","poll_flush","poll_read","poll_read","poll_read","poll_read_ready","poll_read_ready","poll_read_ready","poll_shutdown","poll_shutdown","poll_shutdown","poll_write","poll_write","poll_write","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_vectored","poll_write_vectored","poll_write_vectored","read_buffer","set_len","set_len","set_len","size","size","size","start_seek","start_seek","start_seek","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","unlink","unlink","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","AcceptTimeout","Access","AcqRel","Acquire","AddressInUse","AddressNotAvailable","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Already","AlreadyExists","AnyEncryption","AnyEncyption","Arc","AsStoreMut","AsStoreRef","AsyncSeekExt","AsyncWriteExt","AsyncifyAction","AsyncifyFuture","AsyncifyPoller","AtomicBool","AtomicU32","AtomicU64","AtomicsNotSupported","BITS","BITS","BITS","BROADCAST","Badf","Badmsg","BaseNotDirectory","BlockDevice","Borrow","Borrowed","Broadcast","BrokenPipe","Busy","Bytes","BytesMut","Canceled","CharacterDevice","Child","ClassicEncryption","ClassicEncryption","Clock","Clockid","Closed","Condvar","Connaborted","ConnectTimeout","ConnectionAborted","ConnectionRefused","ConnectionReset","Connrefused","Connreset","Context","CouldNotGrow","Cow","Cur","Deadlk","Deref","DerefMut","Destaddrreq","Dgram","Dircookie","Directory","DirectoryNotEmpty","Dirent","Dom","DontRoute","Dontneed","DoubleEncryption","DoubleEncryption","Dquot","DuplexPipe","Duration","End","Entry","EntryNotFound","Errno","Errno","Error","Event","EventFdReadwrite","EventUnion","Eventrwflags","Eventtype","Exist","ExitCode","Extern","ExternRef","F32","F64","Failed","Fault","Fbig","FdRead","FdWrite","Fdflags","Fdstat","FileSystem","Filesize","Filestat","Filetype","Finish","Finish","FsError","Fstflags","FuncRef","Function","Function","FunctionEnv","FunctionEnvMut","Generic","Global","Global","HandleRewindType","HashMap","HashSet","HeapOutOfBounds","Hostunreach","I32","I64","IOError","Idrm","Ilseq","Inet4","Inet6","Infallible","InfiniteSleep","Inherit","Inprogress","Instance","Interrupted","IntoWaker","Intr","Inval","InvalidData","InvalidFd","InvalidInput","InvalidMemory","InvokeAgain","Io","IpAddr","Ipv4Addr","Ipv6Addr","Isconn","Isdir","KeepAlive","LOCALHOST","LOCALHOST","LastError","Linger","Linkcount","Listening","LocalKey","Lock","Log","Longsize","Loop","MAX","MAX","MICROSECOND","MILLISECOND","MIN","MaximumMemoryTooLarge","Memory","Memory","Memory32","Memory64","MemoryAccessError","MemoryError","MemoryNotShared","MemorySize","MemoryView","Memviolation","Mfile","MinimumMemoryTooLarge","Mlink","Module","Monotonic","Monotonic","Msgsize","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","Mutex","NANOSECOND","Nametoolong","Native","Netdown","Netreset","Netunreach","Nfile","NoDelay","NoDevice","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","NonUtf8String","NonZeroU64","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","NotAFile","NotConnected","Notcapable","Notconn","Notdir","Notempty","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","ONE","Occupied","Offset","OnCalledAction","OnlyV6","OobInline","Opened","Opening","OptionFd","Ordering","Other","Overflow","Overflow","Owned","Ownerdead","Pages","Path","Pending","Perm","PermissionDenied","Pid","Pin","Pipe","Piped","Poll","Prestat","ProcessCputimeId","ProcessCputimeId","Promiscuous","Proto","Proto","Protonosupport","Prototype","Random","Range","Raw","Read","Ready","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RefCell","Region","RegularFile","Relaxed","Release","ResultDriven","ResultLess","ReuseAddr","ReusePort","Rights","Rofs","RuntimeError","SECOND","Seek","SendBufSize","SendLowat","SendTimeout","SeqCst","Seqpacket","Sequential","Set","Sha256","Shutdown","Snapshot0Clockid","SocketAddr","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Spipe","Srch","StackSnapshot","Stale","StorageFull","Store","Stream","StreamSecurity","Streamsecurity","Subscription","SubscriptionFsReadwrite","Success","SymbolicLink","Table","Target","ThreadCputimeId","ThreadCputimeId","Tid","TimedOut","Timedout","Timestamp","TlKey","TlUser","TlVal","Toobig","Trap","TryInto","Ttl","Tty","Txtbsy","Type","TypedFunction","UNSPECIFIED","UNSPECIFIED","Unencrypted","Unencrypted","UnexpectedEof","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","UnknownError","Unspec","UnsupportedOperation","Unwind","V128","V4","V4","V6","V6","Vacant","Value","VirtualFile","WasiFd","WasiStdioMode","WasmPtr","WasmSlice","Whence","Willneed","WouldBlock","Write","WriteZero","Xdev","ZERO","ZERO","__asyncify","__asyncify_light","__asyncify_with_deep_sleep","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__sock_actor","__sock_actor_mut","__sock_asyncify","__sock_asyncify_mut","__sock_upgrade","__wasi_asyncify_t","_inner","_marker","_marker2","_phantom","_phantom","_prepare_wasi","access","access","accumulate","accumulate","accumulate","accumulate","add","add","add","add","add","add_assign","add_assign","add_assign","add_assign","add_offset","advance","advance","advance_mut","alloc","allocator","ancestors","and_modify","anyhow_err_to_runtime_err","as_component_extern_name","as_component_extern_name","as_cow_c_str","as_cow_c_str","as_cow_c_str","as_cow_c_str","as_deref_mut","as_engine_ref","as_engine_ref","as_engine_ref","as_engine_ref","as_error","as_error","as_error","as_error","as_error","as_fd","as_micros","as_millis","as_mut","as_mut","as_mut","as_mut","as_mut_os_str","as_nanos","as_os_str","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr32","as_ptr64","as_raw","as_raw_fd","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_restarted","as_restarted","as_secs","as_secs_f32","as_secs_f64","as_shared","as_store_mut","as_store_mut","as_store_mut","as_store_mut","as_store_ref","as_store_ref","as_store_ref","as_store_ref","as_store_ref","as_store_ref","as_str","as_str","as_str","as_str","assume_init","assume_init","back","backward_checked","backward_checked","backward_unchecked","backward_unchecked","base","base","bitand","bitand","bitand","bitand","bitand","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","block_on_with_timeout","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","branch","branch","buffer","buffer","build_memory","build_memory","build_memory","by_ref","by_ref","bytes","bytes","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","canonicalize","cap","capacity","capacity","capacity","cast","cause","chain","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_heap_type","checked_add","checked_add","checked_add","checked_div","checked_mul","checked_mul","checked_next_power_of_two","checked_pow","checked_sub","chunk","chunk","chunk_mut","clean","clear","clear","clear","clear","clear_poison","clock","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_from","clone_from","clone_from","clone_from","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_span","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cols","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare_and_swap","compare_and_swap","compare_and_swap","compare_exchange","compare_exchange","compare_exchange","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","components","consume","consume","contains","contains_key","conv_spawn_err_to_errno","conv_spawn_err_to_exit_code","copy_from_slice","copy_from_slice","copy_range_to_vec","copy_reference","copy_to_bytes","copy_to_bytes","copy_to_memory","copy_to_store","copy_to_vec","core","create_dir","create_dir","create_dir","create_dir","create_host_memory","create_host_table","create_vm_memory","create_vm_table","created_time","ctx","current_span","custom_sections","d_ino","d_namlen","d_next","d_type","data","data","data","data","data","data_address","data_and_store_mut","data_count","data_count","data_mut","data_size","debug","decrement_strong_count","decrement_strong_count_in","deep_sleep","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","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_unchecked","difference","display","div","div","div_assign","div_duration_f32","div_duration_f64","div_f32","div_f64","downcast","downcast","downcast_mut","downcast_raw","downcast_ref","downcast_ref","downcast_unchecked","downgrade","drain","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop_span","echo","element_count","element_count","element_type_at","element_type_at","empty_array","empty_array","enabled","enabled","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","end","ends_with","engine","enter","entry","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","error","event","event_enabled","exists","exit","exports","exports","extend","extend","extend","extend","extend","extend","extend","extend_from_slice","extend_one","extend_one","extend_one","extend_one","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extension","externref","extract_if","extract_if","f32","f64","failure","fd","fd_readwrite","fetch_add","fetch_add","fetch_and","fetch_and","fetch_and","fetch_max","fetch_max","fetch_min","fetch_min","fetch_nand","fetch_nand","fetch_nand","fetch_not","fetch_or","fetch_or","fetch_or","fetch_sub","fetch_sub","fetch_update","fetch_update","fetch_update","fetch_xor","fetch_xor","fetch_xor","file_descriptor","file_name","file_prefix","file_stem","flags","flush","flush","flush","flush","flush","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","forward_checked","forward_checked","forward_unchecked","forward_unchecked","freeze","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_array","from_array","from_binary","from_binary_unchecked","from_bits","from_bits","from_c_struct","from_c_struct","from_fallible_iter","from_fallible_iter","from_file","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_micros","from_millis","from_mut","from_mut","from_mut","from_mut_slice","from_mut_slice","from_mut_slice","from_nanos","from_native","from_offset","from_output","from_output","from_par_iter","from_par_iter","from_par_iter","from_par_iter","from_ptr","from_ptr","from_ptr","from_raw","from_raw","from_raw","from_raw_in","from_residual","from_residual","from_secs","from_secs_f32","from_secs_f64","from_slice","from_slice","from_static","from_str","from_str","from_str","from_str","from_str","from_vm_extern","from_waker","front","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","func","func_env","func_type_at","funcref","ge","ge","ge","get","get","get","get","get","get_current_time_in_nanos","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_key_value","get_many_mut","get_many_unchecked_mut","get_memory_stack","get_memory_stack_offset","get_memory_stack_pointer","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_unchecked","get_or_insert","get_or_insert_owned","get_or_insert_with","get_ref","get_self_from_extern","get_self_from_extern","get_self_from_extern","get_self_from_extern","get_special_fd","get_stack_lower","get_stack_upper","get_unchecked_mut","global_at","global_at","grow","grow_at_least","gt","gt","gt","handle","handle_rewind","handle_rewind_ext","handle_rewind_ext_with_default","has_root","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hasher","hasher","height","i32","i64","id","ilog10","ilog2","imports","include_node","include_node","increment_strong_count","increment_strong_count_in","index","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","initial","initial","initial","initial","inner","inner","inner","inner","inner","inner","insert","insert","insert_entry","intersection","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_array","into_bytes","into_bytes","into_c_str","into_c_str","into_c_str","into_c_str","into_c_struct","into_c_struct","into_deserializer","into_deserializer","into_deserializer","into_fn","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner_unchecked","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_keys","into_mut","into_owned","into_par_iter","into_par_iter","into_par_iter","into_par_iter","into_par_iter","into_path_buf","into_raw","into_raw","into_raw","into_raw","into_raw","into_raw","into_raw","into_ref","into_target_addr","into_values","into_waker","into_with_c_str","into_with_c_str","into_with_c_str","into_with_c_str","io","ip","is","is_64bit","is_64bit","is_64bit","is_absolute","is_benchmarking","is_benchmarking","is_benchmarking","is_borrowed","is_broadcast","is_dir","is_disjoint","is_documentation","is_documentation","is_documentation","is_empty","is_empty","is_empty","is_empty","is_empty","is_end_stream","is_file","is_fn","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_function_referenced","is_function_referenced","is_global","is_global","is_global","is_ipv4","is_ipv4","is_ipv6","is_ipv6","is_link_local","is_loopback","is_loopback","is_loopback","is_multicast","is_multicast","is_multicast","is_null","is_open","is_owned","is_pending","is_poisoned","is_power_of_two","is_private","is_read_vectored","is_read_vectored","is_ready","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_relative","is_reserved","is_shared","is_subset","is_subtype","is_superset","is_symlink","is_terminated","is_terminated","is_unicast","is_unicast_global","is_unicast_link_local","is_unique","is_unique_local","is_unspecified","is_unspecified","is_unspecified","is_visited","is_write_vectored","is_write_vectored","is_write_vectored","is_zero","iter","iter","iter","iter","iter_mut","join","journal","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","key","keys","last_accessed","last_modified","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","le","le","le","leading_zeros","legacy","len","len","len","len","len","len","len","len","line_buffered","load","load","load","load","load","load","load","load","load","load_consume","load_consume","load_consume","load_package_tree","load_package_tree","load_package_tree","lock","log","lt","lt","lt","make_mut","map","map_err","map_err","map_ok","map_ok","map_unchecked","map_unchecked_mut","marker","marker","max_level_hint","max_value","maybe_backoff","memory_at","memory_at","memory_style","message","metadata","metadata","metadata","metadata","metadata","metadata","metadata","midpoint","module","module","mpsc","mul","mul_assign","mul_f32","mul_f64","multicast_scope","name","nanos","native_to_offset","native_to_offset","native_to_offset","nbytes","ne","ne","ne","ne","ne","ne","ne","ne","ne","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_by_index","new_cyclic","new_from_existing","new_from_source","new_in","new_mut","new_open_options","new_open_options","new_open_options","new_open_options","new_span","new_typed","new_typed_with_env","new_unchecked","new_unchecked","new_uninit","new_uninit_in","new_uninit_slice","new_uninit_slice_in","new_with_env","new_zeroed","new_zeroed_in","new_zeroed_slice","new_zeroed_slice_in","notify_all","notify_one","null","null","objects_mut","objects_mut","objects_mut","objects_mut","octets","octets","octets","octets","offset","offset","offset","offset","offset_to_native","offset_to_native","offset_to_native","or_default","or_insert","or_insert_with","or_insert_with_key","par_drain","par_drain","par_extend","par_extend","par_extend","par_extend","par_iter","par_iter","par_iter_mut","param_arity","parent","parse_ascii","parse_ascii","parse_ascii","parse_ascii","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","phantom","pin","pin_in","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poison","poll","poll","poll","poll_close","poll_close","poll_complete","poll_data","poll_fill_buf","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_next","poll_next","poll_read","poll_read","poll_read_ready","poll_read_vectored","poll_ready","poll_seek","poll_shutdown","poll_trailers","poll_write","poll_write","poll_write_ready","poll_write_vectored","poll_write_vectored","port","pr_type","provide","ptr","ptr","ptr","ptr_eq","put","put_bytes","put_slice","query","query","query","raw_entry","raw_entry_mut","read","read","read","read","read","read","read","read_buf","read_buf","read_buf_exact","read_bytes","read_dir","read_dir","read_dir","read_dir","read_dir","read_exact","read_exact_buf","read_link","read_slice","read_slice_uninit","read_to_bytes","read_to_end","read_to_end","read_to_slice","read_to_string","read_to_string","read_to_vec","read_u8","read_uninit","read_until","read_utf8_string","read_utf8_string_with_nul","read_vectored","read_vectored","readlink","readlink","readlink","readlink","record","record","record_follows_from","register_callsite","remaining","remaining","remaining_mut","remove","remove","remove_dir","remove_dir","remove_dir","remove_dir","remove_entry","remove_file","remove_file","remove_file","remove_file","rename","rename","rename","rename","replace","replace","replace","replace","replace_with","report","request","request","request","reserve","reserve","reserve","reset","resize","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","result_arity","resume","resume","retain","retain","rewind","rewind","rewind","rewind_ext","rewind_ext2","rows","run","same","saturating_add","saturating_add","saturating_add","saturating_add","saturating_mul","saturating_mul","saturating_pow","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","save","save","save","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","secs","seek","seek","seek","segments","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_to_file","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","set","set","set","set","set_ip","set_len","set_len","set_memory_stack","set_memory_stack_offset","set_name","set_port","set_times","set_trap_handler","share_in_store","shrink_to","shrink_to","shrink_to_fit","shrink_to_fit","shutdown","size","size","size","size","size_hint","size_hint","size_hint","sleep_now","sleep_now","sleep_now","slice","slice","slice_ref","source","source","spare_capacity_mut","spawn_and_block_on","spawn_and_block_on","spawn_and_block_on","spawn_await","spawn_await","spawn_await","spawn_local_obj","spawn_obj","spawn_with_module","spawn_with_module","spawn_with_module","split","split","split_off","split_off","split_to","split_to","st_atim","st_ctim","st_dev","st_filetype","st_ino","st_mtim","st_nlink","st_size","start","start_seek","start_send","starts_with","static_mut","static_ref","status","status_local","stderr_tty","stderr_write","stdin_tty","stdout_tty","steps_between","steps_between","store","store","store","store_mut","stream_len","stream_position","stream_position","strip_prefix","strong_count","sub","sub","sub","sub","sub_assign","sub_assign","sub_offset","sub_type_at","subsec_micros","subsec_millis","subsec_nanos","subslice","success","sum","sum","swap","swap","swap","swap","symlink_metadata","symlink_metadata","symlink_metadata","symlink_metadata","symlink_metadata","symmetric_difference","table_at","table_at","table_style","tag","tag_at","tag_at","take","take","take","take","take","task_dedicated","task_dedicated","task_dedicated","task_shared","task_shared","task_shared","task_wasm","task_wasm","task_wasm","thread_parallelism","thread_parallelism","thread_parallelism","to_bits","to_bits","to_canonical","to_canonical","to_ipv4","to_ipv4_mapped","to_ipv6_compatible","to_ipv6_mapped","to_mut","to_native","to_offset","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_path_buf","to_path_segments","to_path_segments","to_proxy_addrs","to_socket_addrs","to_str","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string_lossy","to_string_lossy","to_string_lossy","to_string_lossy","to_string_lossy","to_trap","to_vm_extern","top_type","trace","trace","trailing_zeros","transmute","truncate","truncate","try_borrow","try_borrow_mut","try_borrow_unguarded","try_clone","try_close","try_exists","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_secs_f32","try_from_secs_f64","try_insert","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_lock","try_new","try_new_in","try_new_uninit","try_new_uninit_in","try_new_zeroed","try_new_zeroed_in","try_pin","try_pin_in","try_poll","try_poll","try_poll_next","try_reserve","try_reserve","try_unwrap","try_with","ty","ty","ty","ty","ty","type_","type_","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id_of_function","type_of_function","type_of_function","typed","types","u","u","unchecked_add","unchecked_mul","undo_leak","union","unix","unlink","unlock","unsplit","unwind","unwrap_externref","unwrap_f32","unwrap_f64","unwrap_funcref","unwrap_i32","unwrap_i64","unwrap_or_clone","unwrap_v128","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","user","user","userdata","userdata","v","v","v","v128","validate","value","values","values_mut","view","visit","vtable","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait","wait_timeout","wait_timeout_ms","wait_timeout_while","wait_while","wake_by_ref","waker","waker","warn","wasi","wasix","wasm_types","wasm_types","weak_count","width","with","with_borrow","with_borrow_mut","with_capacity","with_capacity","with_capacity","with_capacity_and_hasher","with_capacity_and_hasher","with_extension","with_file_name","with_hasher","with_hasher","work","write","write","write","write","write","write","write","write","write","write_all","write_all","write_all_buf","write_all_vectored","write_buf","write_buffer_array","write_bytes","write_bytes","write_bytes_inner","write_c_struct_to_ptr","write_c_struct_to_ptr","write_f32","write_f32_le","write_f64","write_f64_le","write_fmt","write_fmt","write_from_mmap","write_i128","write_i128_le","write_i16","write_i16_le","write_i32","write_i32_le","write_i64","write_i64_le","write_i8","write_slice","write_str","write_u128","write_u128_le","write_u16","write_u16_le","write_u32","write_u32_le","write_u64","write_u64_le","write_u8","write_u8","write_vectored","write_vectored","write_vectored","zero_padding_bytes","zero_padding_bytes","zeroed","attempted_delta","current","max_allowed","max_allowed","max_requested","message","min_requested","reason","AddrInUse","AddrNotAvailable","AlreadyExists","ArgumentListTooLong","BorrowedBuf","BorrowedCursor","BrokenPipe","BufRead","BufReader","BufWriter","Bytes","Chain","ConnectionAborted","ConnectionRefused","ConnectionReset","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","HostUnreachable","Interrupted","IntoInnerError","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","IsTerminal","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","RawOsError","Read","ReadOnlyFilesystem","Repeat","ResourceBusy","Result","Seek","SeekFrom","Sink","Split","StaleNetworkFileHandle","Start","Stderr","StderrLock","Stdin","StdinLock","Stdout","StdoutLock","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","WouldBlock","Write","WriteZero","WriterPanicked","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","advance","advance","advance","advance","advance_slices","advance_slices","append","as_error","as_error","as_error","as_fd","as_fd","as_fd","as_fd","as_fd","as_fd","as_mut","as_raw_fd","as_raw_fd","as_raw_fd","as_raw_fd","as_raw_fd","as_raw_fd","borrow","borrow","borrow","borrow","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","buf","buf","buf","buf","buf","buf","buf","buffer","buffer","by_ref","by_ref","byte","bytes","capacity","capacity","capacity","capacity","cause","chain","chunk","clear","clone","clone","clone","clone","clone","clone","clone_from","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","consume","consume","consume","consume","consume","consume","consume","consume","copy","default","default","default","delim","deref","deref","deref","deref","deref","deref","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","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","done_first","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","empty","ensure_init","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","fill_buf","fill_buf","fill_buf","fill_buf","fill_buf","fill_buf","fill_buf","filled","filled","filled_mut","first","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_raw_os_error","get_hash","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","has_data_left","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_len","init_mut","init_ref","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_error","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_non_blocking","into_parts","into_parts","is_empty","is_read_vectored","is_read_vectored","is_read_vectored","is_read_vectored","is_read_vectored","is_read_vectored","is_terminal","is_terminal","is_terminal","is_terminal","is_terminal","is_terminal","is_terminal","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","kind","last_os_error","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","limit","limit","lines","lines","lock","lock","lock","new","new","new","new","new","new","new","next","next","next","other","panicked","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_complete","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_flush","poll_read","poll_shutdown","poll_shutdown","poll_shutdown","poll_shutdown","poll_write","poll_write","poll_write","poll_write","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","pos","position","prelude","raw_os_error","read","read","read","read","read","read","read","read","read","read_buf","read_buf","read_buf","read_buf","read_buf","read_buf","read_buf","read_buf","read_buf_exact","read_exact","read_exact","read_exact","read_exact","read_exact","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_line","read_line","read_line","read_to_end","read_to_end","read_to_end","read_to_end","read_to_string","read_to_string","read_to_string","read_to_string","read_to_string","read_until","read_until","read_vectored","read_vectored","read_vectored","read_vectored","read_vectored","read_vectored","read_vectored","reborrow","remaining","remaining_slice","repeat","repr","rewind","second","seek","seek","seek","seek","seek","seek_relative","set_init","set_init","set_limit","set_position","sink","size_hint","source","split","start","start_seek","stderr","stdin","stdout","stream_len","stream_len","stream_len","stream_position","stream_position","stream_position","stream_position","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unfilled","uninit_mut","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_capacity","with_capacity","with_capacity","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write_all","write_all","write_all","write_all","write_all","write_all","write_all","write_all","write_all","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_fmt","write_fmt","write_fmt","write_fmt","write_fmt","write_fmt","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","written","BufRead","Read","Seek","Write","by_ref","by_ref","bytes","chain","consume","fill_buf","flush","has_data_left","is_read_vectored","is_write_vectored","lines","read","read_buf","read_buf_exact","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","rewind","seek","split","stream_len","stream_position","take","write","write_all","write_all_vectored","write_fmt","write_vectored","JournalSyscallPlayer","action_close_thread","action_fd_advise","action_fd_allocate","action_fd_close","action_fd_dup","action_fd_open","action_fd_renumber","action_fd_seek","action_fd_set_flags","action_fd_set_rights","action_fd_set_size","action_fd_set_times","action_fd_write","action_init_module","action_path_set_times","action_process_exit","action_set_thread","action_snapshot","action_tty_set","action_update_compressed_memory","actions","bootstrapping","borrow","borrow_mut","clear_ethereal","clear_ethereal","ctx","cur_module_hash","deref","deref_mut","deserialize","differ_memory","do_checkpoint_from_outside","drop","from","init","into","journal_module_hash","layout_raw","maybe_snapshot","maybe_snapshot_many","maybe_snapshot_once","new","play_event","play_event","pointer_metadata","real_fd","restore_snapshot","rewind","spawn_threads","staged_differ_memory","stderr","stderr_fds","stdout","stdout_fds","try_from","try_into","type_id","vzip","wait_for_snapshot","close_thread","fd_advise","fd_allocate","fd_close","fd_dup","fd_open","fd_renumber","fd_seek","fd_set_flags","fd_set_rights","fd_set_size","fd_set_times","fd_write","init_module","path_set_times","process_exit","set_thread","snapshot","tty_set","update_memory","do_checkpoint_from_outside","maybe_snapshot","maybe_snapshot_many","maybe_snapshot_once","restore_snapshot","wait_for_snapshot","snapshot0","fd_filestat_get","fd_seek","path_filestat_get","poll_oneoff","Disconnected","Disconnected","Disconnected","Empty","Full","IntoIter","Iter","Receiver","RecvError","RecvTimeoutError","SendError","Sender","SyncSender","Timeout","TryIter","TryRecvError","TrySendError","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_error","as_error","as_error","as_error","as_error","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","channel","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","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","description","description","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","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","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","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","next","next","next","nfc","nfc","nfc","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","recv","recv_deadline","recv_timeout","rx","rx","rx","send","send","stream_safe","stream_safe","stream_safe","sync_channel","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","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_iter","try_recv","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Accept","AddrUnspec","AddrUnspecPort","Ah","Beetph","Bool","CidrUnspec","Clock","Comp","Connect","Count","Dccp","Dstopts","EVENT_FD_FLAGS_SEMAPHORE","Egp","Encap","Esp","Ethernet","EventFdFlags","Eventtype","False","FdRead","FdWrite","FileDelta","Fragment","Gre","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Igmp","Inherit","Ip","Ipip","Ipv6","Log","LookupFlags","Max","Mh","Mpls","Mptcp","Mtp","None","None","Null","Oflags","OptionTag","OptionTimestamp","Pim","Piped","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Pup","Read","RiFlags","RoFlags","Route","Routing","Rsvp","Sctp","SdFlags","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","SockProto","Some","StdioMode","SubscriptionFsReadwrite","Tcp","Timeout","True","Udp","Udplite","Unknown","Unknown","Write","__WASI_DIRCOOKIE_START","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_ciovec_t","__wasi_hardwareaddress_t","__wasi_iovec_t","_padding","_padding","_padding","addr","addr","bits","buf","buf","buf_len","buf_len","cidr","directory","dirent_to_le_bytes","expires_at","file","file_descriptor","hdr","io","ip","ip","ip","ip","n0","net","octs","octs","octs","octs","octs","octs","ok","port","port","port","port","preferred_until","prefix","prefix","prefix","prefix","print_right_set","redirect","req","res","segs","signal","size","status","subscription","tag","tag","tag","tag","time","u","u","u","u","unix","unix","via_router","wasi","__WASI_DIRCOOKIE_START","dirent_to_le_bytes","EVENT_FD_FLAGS_SEMAPHORE","EventFdFlags","FileDelta","LookupFlags","Oflags","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","bits","print_right_set","Bool","Count","False","Inherit","Log","None","Null","OptionTag","Piped","Some","StdioMode","True","__wasi_ciovec_t","__wasi_iovec_t","buf","buf","buf_len","buf_len","Accept","AddrUnspec","AddrUnspecPort","Ah","Beetph","CidrUnspec","Comp","Connect","Dccp","Dstopts","Egp","Encap","Esp","Ethernet","Fragment","Gre","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Igmp","Ip","Ipip","Ipv6","Max","Mh","Mpls","Mptcp","Mtp","None","Pim","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Pup","Read","RiFlags","RoFlags","Route","Routing","Rsvp","Sctp","SdFlags","SiFlags","SockProto","Tcp","Timeout","Udp","Udplite","Unknown","Write","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_hardwareaddress_t","_padding","_padding","_padding","addr","addr","cidr","expires_at","hdr","ip","ip","ip","ip","n0","octs","octs","octs","octs","octs","octs","ok","port","port","port","port","preferred_until","prefix","prefix","prefix","prefix","redirect","req","res","segs","size","status","tag","tag","tag","u","u","u","unix","unix","via_router","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Clock","Eventtype","FdRead","FdWrite","SubscriptionFsReadwrite","Unknown","file_descriptor","OptionTimestamp","tag","u","Accept","AcceptTimeout","Access","Add","AddrUnspec","AddrUnspecPort","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Ah","Already","AnyEncryption","Badf","Badmsg","Beetph","BlockDevice","Bool","Broadcast","Busy","Canceled","CharacterDevice","Child","CidrUnspec","ClassicEncryption","Clock","Clockid","Closed","Comp","Connaborted","Connect","ConnectTimeout","Connrefused","Connreset","Count","Cur","Cur","Dccp","Deadlk","Del","Destaddrreq","Device","Dgram","Dir","Dir","Dircookie","Directory","Dirent","Dirnamlen","Dom","DontRoute","Dontneed","DoubleEncryption","Dquot","Dstopts","Egp","Encap","End","End","EpollCtl","EpollData","EpollEvent","EpollEventCtl","EpollType","Errno","Errno","ErrnoSignal","Esp","Ethernet","Event","EventFdFlags","EventFdReadwrite","EventUnion","Eventrwflags","Eventtype","Exist","ExitCode","ExitNormal","ExitSignal","Failed","False","Fault","Fbig","Fd","FdRead","FdWrite","Fdflags","Fdstat","FileDelta","Filesize","Filestat","Filetype","Fragment","Fstflags","Gre","Hostunreach","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Idrm","Igmp","Ilseq","Inet4","Inet6","Inherit","Inode","Inprogress","Intr","Inval","Io","Ip","Ipip","Ipv6","Isconn","Isdir","JoinFlags","JoinStatus","JoinStatusType","JoinStatusUnion","KeepAlive","LastError","Linger","Linkcount","Listening","Log","Longsize","Lookup","LookupFlags","Loop","Max","Memviolation","Mfile","Mh","Mlink","Mod","Monotonic","Monotonic","Mpls","Mptcp","Msgsize","Mtp","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","Nametoolong","Netdown","Netreset","Netunreach","Nfile","NoDelay","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","None","None","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Nothing","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","Oflags","OnlyV6","OobInline","Opened","Opening","OptionFd","OptionPid","OptionTag","OptionTimestamp","Other","Overflow","Ownerdead","Perm","Pid","Pim","Pipe","PipeHandles","Piped","Preopentype","Prestat","PrestatEnum","PrestatU","PrestatUDir","ProcessCputimeId","ProcessCputimeId","ProcessHandles","Promiscuous","Proto","Proto","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Protonosupport","Prototype","Pup","Random","Range","Raw","Read","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RegularFile","ReuseAddr","ReusePort","RiFlags","Rights","RoFlags","Rofs","Routing","Rsvp","Sctp","SdFlags","SendBufSize","SendLowat","SendTimeout","Seqpacket","Sequential","Set","Set","Shutdown","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Size","Snapshot0Clockid","Snapshot0Dirent","Snapshot0Event","Snapshot0Filestat","Snapshot0Linkcount","Snapshot0Subscription","Snapshot0SubscriptionClock","Snapshot0SubscriptionUnion","Snapshot0Whence","SockProto","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Some","Spipe","Srch","StackSnapshot","Stale","StdioMode","Stopped","Stream","Streamsecurity","Subclockflags","Subscription","SubscriptionClock","SubscriptionFsReadwrite","SubscriptionUnion","Success","SymbolicLink","Tcp","ThreadCputimeId","ThreadCputimeId","ThreadStart","ThreadStateFlags","Tid","Timedout","Timeout","Timestamp","TlKey","TlUser","TlVal","Toobig","True","Ttl","Tty","Txtbsy","Type","Udp","Udplite","Unencrypted","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unspec","Userdata","Whence","Willneed","Write","Xdev","addr","addr","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","clock","clock","clock","clock_id","cols","d_ino","d_ino","d_namlen","d_namlen","d_next","d_next","d_type","d_type","data","data","data1","data1","data2","data2","dir","echo","error","error","events","events","exit_code","exit_normal","exit_signal","fd","fd","fd","fd_readwrite","fd_readwrite","fd_readwrite","fd_readwrite","file_descriptor","flags","flags","flags","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","guard_size","hash","hdr","height","id","identifier","line_buffered","n0","nbytes","nothing","ok","other","pid","pid","pipe","port","pr_name_len","pr_type","precision","precision","prefix","ptr","ptr","redirect","req","res","reserved","rows","signal","size","st_atim","st_atim","st_ctim","st_ctim","st_dev","st_dev","st_filetype","st_filetype","st_ino","st_ino","st_mtim","st_mtim","st_nlink","st_nlink","st_size","st_size","stack_size","stack_upper","start_args","start_funct","status","stderr","stderr_tty","stdin","stdin_tty","stdout","stdout_tty","stopped","tag","tag","tag","tag","timeout","timeout","tls_base","type_","type_","type_","type_","u","u","u","u","u","user","userdata","userdata","userdata","userdata","width","pr_name_len","platform_clock_res_get","platform_clock_time_get","args_get","args_sizes_get","clock_res_get","clock_time_get","clock_time_set","environ_get","environ_sizes_get","fd_advise","fd_allocate","fd_close","fd_datasync","fd_dup","fd_event","fd_fdstat_get","fd_fdstat_set_flags","fd_fdstat_set_rights","fd_filestat_get","fd_filestat_set_size","fd_filestat_set_times","fd_prestat_dir_name","fd_prestat_get","fd_read","fd_readdir","fd_renumber","fd_seek","fd_sync","fd_tell","fd_write","path_create_directory","path_filestat_get","path_filestat_set_times","path_link","path_open","path_readlink","path_remove_directory","path_rename","path_symlink","path_unlink_file","poll_oneoff","proc_exit","proc_raise","random_get","thread_spawn","args_get","args_sizes_get","clock_res_get","clock_time_get","clock_time_set","clock_time_set_internal","environ_get","environ_sizes_get","fd_advise","fd_advise_internal","fd_allocate","fd_allocate_internal","fd_close","fd_datasync","fd_dup","fd_dup_internal","fd_event","fd_event_internal","fd_fdstat_get","fd_fdstat_set_flags","fd_fdstat_set_flags_internal","fd_fdstat_set_rights","fd_fdstat_set_rights_internal","fd_filestat_get","fd_filestat_get_internal","fd_filestat_get_old","fd_filestat_set_size","fd_filestat_set_size_internal","fd_filestat_set_times","fd_filestat_set_times_internal","fd_prestat_dir_name","fd_prestat_get","fd_pread","fd_read","fd_read_internal","fd_read_internal_handler","fd_readdir","fd_renumber","fd_renumber_internal","fd_seek","fd_seek_internal","fd_sync","fd_tell","Buffer","FdWriteSource","Iovs","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fd_pwrite","fd_write","fd_write_internal","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","iovs","iovs_len","path_create_directory","path_create_directory_internal","path_filestat_get","path_filestat_get_internal","path_filestat_get_old","path_filestat_set_times","path_filestat_set_times_internal","path_link","path_link_internal","path_open","path_open_internal","path_readlink","path_remove_directory","path_remove_directory_internal","path_rename","path_rename_internal","path_symlink","path_symlink_internal","path_unlink_file","path_unlink_file_internal","Clock","EventResult","EventResultType","Fd","PollBatch","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","error","evts","from","from","from","init","init","init","inner","into","into","into","into_event","into_future","joins","layout_raw","layout_raw","layout_raw","new","pid","pointer_metadata","pointer_metadata","pointer_metadata","poll","poll_fd_guard","poll_oneoff","poll_oneoff_internal","serialize","serialize","tid","try_from","try_from","try_from","try_into","try_into","try_into","try_poll","type_","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","userdata","vzip","vzip","vzip","proc_exit","proc_raise","proc_raise_interval","random_get","thread_spawn","callback_signal","chdir","epoll_create","epoll_ctl","epoll_wait","fd_pipe","futex_wait","futex_wake","futex_wake_all","getcwd","port_addr_add","port_addr_clear","port_addr_list","port_addr_remove","port_bridge","port_dhcp_acquire","port_gateway_set","port_mac","port_route_add","port_route_clear","port_route_list","port_route_remove","port_unbridge","proc_exec","proc_exec2","proc_fork","proc_id","proc_join","proc_parent","proc_signal","proc_spawn","resolve","sched_yield","sock_accept","sock_addr_local","sock_addr_peer","sock_bind","sock_connect","sock_get_opt_flag","sock_get_opt_size","sock_get_opt_time","sock_join_multicast_v4","sock_join_multicast_v6","sock_leave_multicast_v4","sock_leave_multicast_v6","sock_listen","sock_open","sock_recv","sock_recv_from","sock_send","sock_send_file","sock_send_to","sock_set_opt_flag","sock_set_opt_size","sock_set_opt_time","sock_shutdown","sock_status","stack_checkpoint","stack_restore","thread_exit","thread_id","thread_join","thread_parallelism","thread_signal","thread_sleep","thread_spawn","tty_get","tty_set","callback_signal","chdir","chdir_internal","epoll_create","epoll_create_internal","EpollHandler","EpollJoinWaker","VTABLE","as_waker","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","epoll_ctl","epoll_ctl_internal","fd","fd","fmt","from","from","has_interest","init","init","inline_waker_clone","inline_waker_wake","into","into","layout_raw","layout_raw","new","new","pointer_metadata","pointer_metadata","pop_interest","push_interest","readiness","register_epoll_waker","try_from","try_from","try_into","try_into","tx","tx","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","wake_now","TIMEOUT_FOREVER","epoll_wait","fd_pipe","fd_pipe_internal","FutexPoller","borrow","borrow_mut","deref","deref_mut","deserialize","drop","drop","expected","from","futex_idx","futex_wait","futex_wait_internal","init","into","into_future","layout_raw","pointer_metadata","poll","poller_idx","state","timeout","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","futex_wake","futex_wake_all","getcwd","port_addr_add","port_addr_add_internal","port_addr_clear","port_addr_clear_internal","port_addr_list","port_addr_remove","port_addr_remove_internal","port_bridge","port_bridge_internal","port_dhcp_acquire","port_dhcp_acquire_internal","port_gateway_set","port_gateway_set_internal","port_mac","port_route_add","port_route_add_internal","port_route_clear","port_route_clear_internal","port_route_list","port_route_remove","port_route_remove_internal","port_unbridge","port_unbridge_internal","proc_exec","proc_exec2","ForkResult","borrow","borrow_mut","deref","deref_mut","deserialize","deserialize","drop","from","init","into","layout_raw","pid","pointer_metadata","proc_fork","ret","run","serialize","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","proc_id","Err","ExitNormal","JoinStatusResult","Nothing","borrow","borrow_mut","deref","deref_mut","deserialize","deserialize","drop","from","init","into","layout_raw","pointer_metadata","proc_join","proc_join_internal","serialize","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","proc_parent","proc_signal","proc_spawn","proc_spawn_internal","resolve","sched_yield","sock_accept","sock_accept_internal","sock_accept_v2","sock_addr_local","sock_addr_peer","sock_bind","sock_bind_internal","sock_connect","sock_connect_internal","sock_get_opt_flag","sock_get_opt_size","sock_get_opt_time","sock_join_multicast_v4","sock_join_multicast_v4_internal","sock_join_multicast_v6","sock_join_multicast_v6_internal","sock_leave_multicast_v4","sock_leave_multicast_v4_internal","sock_leave_multicast_v6","sock_leave_multicast_v6_internal","sock_listen","sock_listen_internal","sock_open","sock_open_internal","sock_recv","sock_recv_internal","sock_recv_internal_handler","sock_recv_from","sock_recv_from_internal","sock_send","sock_send_internal","sock_send_file","sock_send_file_internal","sock_send_to","sock_send_to_internal","sock_set_opt_flag","sock_set_opt_flag_internal","sock_set_opt_size","sock_set_opt_size_internal","sock_set_opt_time","sock_set_opt_time_internal","sock_shutdown","sock_shutdown_internal","sock_status","stack_checkpoint","stack_restore","thread_exit","thread_id","thread_join","thread_join_internal","thread_parallelism","thread_signal","thread_sleep","thread_sleep_internal","call_module","thread_spawn_internal_from_wasi","thread_spawn_internal_using_layout","thread_spawn_v2","tty_get","tty_set","tty_set_internal","Accept","AddrUnspec","AddrUnspecPort","Ah","Beetph","Bool","CREATE","CidrUnspec","Clock","Comp","Connect","Count","DIRECTORY","Dccp","Dstopts","EVENT_FD_FLAGS_SEMAPHORE","EXCL","Egp","Encap","Esp","Ethernet","EventFdFlags","Eventtype","False","FdRead","FdWrite","FileDelta","Fragment","Gre","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Igmp","Inherit","Ip","Ipip","Ipv6","Log","LookupFlags","Max","Mh","Mpls","Mptcp","Mtp","None","None","Null","Oflags","OptionTag","OptionTimestamp","Pim","Piped","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Pup","Read","RiFlags","RoFlags","Route","Routing","Rsvp","Sctp","SdFlags","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","SockProto","Some","StdioMode","SubscriptionFsReadwrite","TRUNC","Tcp","Timeout","True","Udp","Udplite","Unknown","Unknown","Write","__WASI_DIRCOOKIE_START","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_ciovec_t","__wasi_hardwareaddress_t","__wasi_iovec_t","_padding","_padding","_padding","addr","addr","all","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","buf","buf","buf_len","buf_len","cidr","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","cmp","compare","complement","contains","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","directory","dirent_to_le_bytes","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","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","expires_at","extend","file","file_descriptor","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_bits","from_bits_preserve","from_bits_truncate","from_bits_unchecked","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_iter","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","get_hash","get_hash","hash","hash","hdr","init","init","init","init","init","init","init","init","init","init","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","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_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","io","ip","ip","ip","ip","is_all","is_empty","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","n0","net","not","octs","octs","octs","octs","octs","octs","ok","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","port","port","port","port","preferred_until","prefix","prefix","prefix","prefix","print_right_set","redirect","remove","req","res","segs","serialize","serialize","serialize","set","signal","size","size","size","size","size","size","size","size","size","status","sub","sub_assign","subscription","symmetric_difference","tag","tag","tag","tag","time","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","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","u","u","u","u","union","unix","unix","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","via_router","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasi","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","__WASI_DIRCOOKIE_START","dirent_to_le_bytes","EVENT_FD_FLAGS_SEMAPHORE","EventFdFlags","FileDelta","LookupFlags","Oflags","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","bits","print_right_set","Bool","Count","False","Inherit","Log","None","Null","OptionTag","Piped","Some","StdioMode","True","__wasi_ciovec_t","__wasi_iovec_t","buf","buf","buf_len","buf_len","Accept","AddrUnspec","AddrUnspecPort","Ah","Beetph","CidrUnspec","Comp","Connect","Dccp","Dstopts","Egp","Encap","Esp","Ethernet","Fragment","Gre","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Igmp","Ip","Ipip","Ipv6","Max","Mh","Mpls","Mptcp","Mtp","None","Pim","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Pup","Read","RiFlags","RoFlags","Route","Routing","Rsvp","Sctp","SdFlags","SiFlags","SockProto","Tcp","Timeout","Udp","Udplite","Unknown","Write","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_hardwareaddress_t","_padding","_padding","_padding","addr","addr","cidr","expires_at","hdr","ip","ip","ip","ip","n0","octs","octs","octs","octs","octs","octs","ok","port","port","port","port","preferred_until","prefix","prefix","prefix","prefix","redirect","req","res","segs","size","status","tag","tag","tag","u","u","u","unix","unix","via_router","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Clock","Eventtype","FdRead","FdWrite","SubscriptionFsReadwrite","Unknown","file_descriptor","OptionTimestamp","tag","u","APPEND","Accept","AcceptTimeout","Access","Add","AddrUnspec","AddrUnspecPort","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Ah","Already","AnyEncryption","Badf","Badmsg","Beetph","BlockDevice","Bool","Broadcast","Busy","Canceled","CharacterDevice","Child","CidrUnspec","ClassicEncryption","Clock","Clockid","Closed","Comp","Connaborted","Connect","ConnectTimeout","Connrefused","Connreset","Count","Cur","Cur","DLERROR_FLAG","DSYNC","Dccp","Deadlk","Del","Destaddrreq","Device","Dgram","Dir","Dir","Dircookie","Directory","Dirent","Dirnamlen","Dom","DontRoute","Dontneed","DoubleEncryption","Dquot","Dstopts","EPOLLERR","EPOLLET","EPOLLHUP","EPOLLIN","EPOLLONESHOT","EPOLLOUT","EPOLLPRI","EPOLLRDHUP","Egp","Encap","End","End","EpollCtl","EpollData","EpollEvent","EpollEventCtl","EpollType","Errno","Errno","ErrnoSignal","Esp","Ethernet","Event","EventFdFlags","EventFdReadwrite","EventUnion","Eventrwflags","Eventtype","Exist","ExitCode","ExitNormal","ExitSignal","FD_ADVISE","FD_ALLOCATE","FD_DATASYNC","FD_FDSTAT_SET_FLAGS","FD_FILESTAT_GET","FD_FILESTAT_SET_SIZE","FD_FILESTAT_SET_TIMES","FD_READ","FD_READDIR","FD_READWRITE_HANGUP","FD_SEEK","FD_SYNC","FD_TELL","FD_WRITE","Failed","False","Fault","Fbig","Fd","FdRead","FdWrite","Fdflags","Fdstat","FileDelta","Filesize","Filestat","Filetype","Fragment","Fstflags","Gre","Hostunreach","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Idrm","Igmp","Ilseq","Inet4","Inet6","Inherit","Inode","Inprogress","Intr","Inval","Io","Ip","Ipip","Ipv6","Isconn","Isdir","JoinFlags","JoinStatus","JoinStatusType","JoinStatusUnion","KeepAlive","LastError","Linger","Linkcount","Listening","Log","Longsize","Lookup","LookupFlags","Loop","Max","Memviolation","Mfile","Mh","Mlink","Mod","Monotonic","Monotonic","Mpls","Mptcp","Msgsize","Mtp","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","NONBLOCK","NON_BLOCKING","Nametoolong","Netdown","Netreset","Netunreach","Nfile","NoDelay","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","None","None","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Nothing","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","Oflags","OnlyV6","OobInline","Opened","Opening","OptionFd","OptionPid","OptionTag","OptionTimestamp","Other","Overflow","Ownerdead","PATH_CREATE_DIRECTORY","PATH_CREATE_FILE","PATH_FILESTAT_GET","PATH_FILESTAT_SET_SIZE","PATH_FILESTAT_SET_TIMES","PATH_LINK_SOURCE","PATH_LINK_TARGET","PATH_OPEN","PATH_READLINK","PATH_REMOVE_DIRECTORY","PATH_RENAME_SOURCE","PATH_RENAME_TARGET","PATH_SYMLINK","PATH_UNLINK_FILE","POLL_FD_READWRITE","Perm","Pid","Pim","Pipe","PipeHandles","Piped","Preopentype","Prestat","PrestatEnum","PrestatU","PrestatUDir","ProcessCputimeId","ProcessCputimeId","ProcessHandles","Promiscuous","Proto","Proto","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Protonosupport","Prototype","Pup","RSYNC","Random","Range","Raw","Read","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RegularFile","ReuseAddr","ReusePort","RiFlags","Rights","RoFlags","Rofs","Routing","Rsvp","SET_ATIM","SET_ATIM_NOW","SET_MTIM","SET_MTIM_NOW","SOCK_ACCEPT","SOCK_ADDR_LOCAL","SOCK_ADDR_REMOTE","SOCK_BIND","SOCK_CONNECT","SOCK_LISTEN","SOCK_RECV","SOCK_RECV_FROM","SOCK_SEND","SOCK_SEND_TO","SOCK_SHUTDOWN","SUBSCRIPTION_CLOCK_ABSTIME","SYMLINK_FOLLOW","SYNC","Sctp","SdFlags","SendBufSize","SendLowat","SendTimeout","Seqpacket","Sequential","Set","Set","Shutdown","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Size","Snapshot0Clockid","Snapshot0Dirent","Snapshot0Event","Snapshot0Filestat","Snapshot0Linkcount","Snapshot0Subscription","Snapshot0SubscriptionClock","Snapshot0SubscriptionUnion","Snapshot0Whence","SockProto","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Some","Spipe","Srch","StackSnapshot","Stale","StdioMode","Stopped","Stream","Streamsecurity","Subclockflags","Subscription","SubscriptionClock","SubscriptionFsReadwrite","SubscriptionUnion","Success","SymbolicLink","TSD_USED","Tcp","ThreadCputimeId","ThreadCputimeId","ThreadStart","ThreadStateFlags","Tid","Timedout","Timeout","Timestamp","TlKey","TlUser","TlVal","Toobig","True","Ttl","Tty","Txtbsy","Type","Udp","Udplite","Unencrypted","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unspec","Userdata","WAKE_STOPPED","Whence","Willneed","Write","Xdev","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","addr","addr","all","all","all","all","all","all","all","all","all","all_socket","as_error","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","clock","clock","clock","clock_id","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cols","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","complement","complement","complement","complement","complement","complement","complement","complement","complement","contains","contains","contains","contains","contains","contains","contains","contains","contains","d_ino","d_ino","d_namlen","d_namlen","d_next","d_next","d_type","d_type","data","data","data1","data1","data2","data2","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","difference","difference","difference","difference","difference","difference","difference","difference","dir","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","echo","empty","empty","empty","empty","empty","empty","empty","empty","empty","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","error","events","events","exit_code","exit_normal","exit_signal","extend","extend","extend","extend","extend","extend","extend","extend","extend","fd","fd","fd","fd_readwrite","fd_readwrite","fd_readwrite","fd_readwrite","file_descriptor","flags","flags","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","guard_size","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hdr","height","id","identifier","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","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","insert","insert","insert","insert","insert","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersects","intersects","intersects","intersects","intersects","intersects","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_success","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","line_buffered","message","n0","name","nbytes","not","not","not","not","not","not","not","not","not","nothing","ok","other","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pid","pid","pipe","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","port","pr_name_len","pr_type","precision","precision","prefix","ptr","ptr","raw","redirect","remove","remove","remove","remove","remove","remove","remove","remove","remove","req","res","reserved","rows","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","signal","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","st_atim","st_atim","st_ctim","st_ctim","st_dev","st_dev","st_filetype","st_filetype","st_ino","st_ino","st_mtim","st_mtim","st_nlink","st_nlink","st_size","st_size","stack_size","stack_upper","start_args","start_funct","status","stderr","stderr_tty","stdin","stdin_tty","stdout","stdout_tty","stopped","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","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","tag","tag","tag","tag","tagged","timeout","timeout","tls_base","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_str","to_string","to_string","to_string","toggle","toggle","toggle","toggle","toggle","toggle","toggle","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_from_primitive","try_from_primitive","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","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_","type_","type_","type_","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","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","u","u","u","u","union","union","union","union","union","union","union","union","union","untagged","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","user","userdata","userdata","userdata","userdata","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","width","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","pr_name_len","Latest","SNAPSHOT0_NAMESPACE","SNAPSHOT1_NAMESPACE","Snapshot0","Snapshot1","WASIX_32V1_NAMESPACE","WASIX_64V1_NAMESPACE","WASIX_HTTP_V1_NAMESPACE","WasiDummyWaker","WasiParkingLot","WasiVersion","Wasix32v1","Wasix64v1","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","deserialize","drop","dummy_waker","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","get_namespace_str","get_wasi_version","get_wasi_versions","init","into","is_wasi_module","is_wasix_module","layout_raw","map_io_err","map_snapshot_err","owned_mutex_guard","partial_cmp","pointer_metadata","store","thread_parker","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","xxhash_random","WasiDummyWaker","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","fmt","from","from_raw","init","into","into_raw","into_waker","layout_raw","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wake","wake_by_ref","OwnedRwLockReadGuard","OwnedRwLockWriteGuard","as_engine_ref","as_engine_ref","as_store_mut","as_store_ref","as_store_ref","borrow","borrow","borrow_mut","borrow_mut","build_memory","build_memory","create_dir","create_dir","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","guard","guard","init","init","into","into","into_inner","into_inner","layout_raw","layout_raw","load","load","load","load","load_package_tree","load_package_tree","metadata","metadata","new","new","new_open_options","new_open_options","objects_mut","ownership","ownership","pointer_metadata","pointer_metadata","query","query","read_dir","read_dir","read_owned","readlink","readlink","remove_dir","remove_dir","remove_file","remove_file","rename","rename","request","request","save","save","sleep_now","sleep_now","spawn_and_block_on","spawn_and_block_on","spawn_await","spawn_await","spawn_with_module","spawn_with_module","symlink_metadata","symlink_metadata","task_dedicated","task_dedicated","task_shared","task_shared","task_wasm","task_wasm","thread_parallelism","thread_parallelism","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","write_owned","StoreSnapshot","__clone_box","borrow","borrow_mut","capture_store_snapshot","clone","clone_into","default","deref","deref_mut","deserialize","deserialize","deserialize","drop","fmt","from","globals","init","into","layout_raw","pointer_metadata","restore_store_snapshot","serialize","serialize","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","WasiParkingLot","borrow","borrow_mut","default","deref","deref_mut","deserialize","drop","fmt","from","get_waker","init","into","layout_raw","new","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wait","wake","waker"],"q":[[0,"wasmer_wasix"],[770,"wasmer_wasix::SpawnError"],[776,"wasmer_wasix::bin_factory"],[857,"wasmer_wasix::bin_factory::binary_package"],[935,"wasmer_wasix::bin_factory::exec"],[945,"wasmer_wasix::capabilities"],[1011,"wasmer_wasix::fs"],[1416,"wasmer_wasix::fs::EpollJoinGuard"],[1419,"wasmer_wasix::fs::Kind"],[1436,"wasmer_wasix::fs::fd"],[1627,"wasmer_wasix::fs::fd::EpollJoinGuard"],[1630,"wasmer_wasix::fs::fd::Kind"],[1647,"wasmer_wasix::fs::inode_guard"],[1843,"wasmer_wasix::fs::inode_guard::InodeValFilePollGuardMode"],[1845,"wasmer_wasix::fs::notification"],[1906,"wasmer_wasix::http"],[1933,"wasmer_wasix::http::client"],[2062,"wasmer_wasix::http::reqwest"],[2099,"wasmer_wasix::journal"],[9681,"wasmer_wasix::journal::ArchivedJournalThreadStartTypeV1"],[9682,"wasmer_wasix::journal::JournalEntry"],[9838,"wasmer_wasix::journal::JournalThreadStartTypeV1"],[9839,"wasmer_wasix::journal::JournalThreadStartTypeV1Resolver"],[9840,"wasmer_wasix::journal::SocketJournalEvent"],[9850,"wasmer_wasix::journal::effector"],[10341,"wasmer_wasix::journal::effector::memory_and_snapshot"],[10342,"wasmer_wasix::journal::effector::syscalls"],[10394,"wasmer_wasix::macros"],[10404,"wasmer_wasix::net"],[10416,"wasmer_wasix::net::socket"],[10762,"wasmer_wasix::net::socket::InodeSocketKind"],[10777,"wasmer_wasix::os"],[10782,"wasmer_wasix::os::command"],[10822,"wasmer_wasix::os::command::builtins"],[10823,"wasmer_wasix::os::command::builtins::cmd_wasmer"],[10860,"wasmer_wasix::os::common"],[10863,"wasmer_wasix::os::console"],[10920,"wasmer_wasix::os::console::cconst"],[11007,"wasmer_wasix::os::task"],[11029,"wasmer_wasix::os::task::backoff"],[11111,"wasmer_wasix::os::task::control_plane"],[11323,"wasmer_wasix::os::task::control_plane::ControlPlaneError"],[11324,"wasmer_wasix::os::task::process"],[11588,"wasmer_wasix::os::task::process::WasiProcessCheckpoint"],[11589,"wasmer_wasix::os::task::signal"],[11646,"wasmer_wasix::os::task::task_join_handle"],[11779,"wasmer_wasix::os::task::thread"],[12199,"wasmer_wasix::os::tty"],[12441,"wasmer_wasix::os::tty::tty_sys"],[12474,"wasmer_wasix::os::tty::tty_sys::sys"],[12488,"wasmer_wasix::os::tty::tty_sys::sys_terminal_size"],[12490,"wasmer_wasix::rewind"],[12545,"wasmer_wasix::runners"],[12565,"wasmer_wasix::runners::dcgi"],[12582,"wasmer_wasix::runners::dcgi::callbacks"],[12617,"wasmer_wasix::runners::dcgi::factory"],[12675,"wasmer_wasix::runners::dcgi::handler"],[12739,"wasmer_wasix::runners::dcgi::instance"],[12763,"wasmer_wasix::runners::dcgi::runner"],[12836,"wasmer_wasix::runners::dproxy"],[12859,"wasmer_wasix::runners::dproxy::factory"],[12916,"wasmer_wasix::runners::dproxy::handler"],[12975,"wasmer_wasix::runners::dproxy::hyper_proxy"],[13121,"wasmer_wasix::runners::dproxy::hyper_proxy::builder"],[13147,"wasmer_wasix::runners::dproxy::hyper_proxy::connector"],[13179,"wasmer_wasix::runners::dproxy::hyper_proxy::stream"],[13211,"wasmer_wasix::runners::dproxy::instance"],[13241,"wasmer_wasix::runners::dproxy::networking"],[13320,"wasmer_wasix::runners::dproxy::runner"],[13384,"wasmer_wasix::runners::dproxy::shard"],[13424,"wasmer_wasix::runners::dproxy::socket_manager"],[13463,"wasmer_wasix::runners::emscripten"],[13503,"wasmer_wasix::runners::runner"],[13506,"wasmer_wasix::runners::wasi"],[13570,"wasmer_wasix::runners::wasi_common"],[13749,"wasmer_wasix::runners::wcgi"],[13809,"wasmer_wasix::runners::wcgi::callbacks"],[13910,"wasmer_wasix::runners::wcgi::create_env"],[13912,"wasmer_wasix::runners::wcgi::handler"],[13981,"wasmer_wasix::runners::wcgi::runner"],[14055,"wasmer_wasix::runtime"],[14249,"wasmer_wasix::runtime::module_cache"],[14274,"wasmer_wasix::runtime::module_cache::CacheError"],[14278,"wasmer_wasix::runtime::module_cache::fallback"],[14322,"wasmer_wasix::runtime::module_cache::filesystem"],[14358,"wasmer_wasix::runtime::module_cache::shared"],[14390,"wasmer_wasix::runtime::module_cache::thread_local"],[14423,"wasmer_wasix::runtime::module_cache::types"],[14464,"wasmer_wasix::runtime::module_cache::types::CacheError"],[14468,"wasmer_wasix::runtime::package_loader"],[14482,"wasmer_wasix::runtime::package_loader::builtin_loader"],[14576,"wasmer_wasix::runtime::package_loader::load_package_tree"],[14630,"wasmer_wasix::runtime::package_loader::types"],[14633,"wasmer_wasix::runtime::package_loader::unsupported"],[14700,"wasmer_wasix::runtime::resolver"],[14793,"wasmer_wasix::runtime::resolver::QueryError"],[14794,"wasmer_wasix::runtime::resolver::ResolveError"],[14798,"wasmer_wasix::runtime::resolver::filesystem_source"],[14832,"wasmer_wasix::runtime::resolver::in_memory_source"],[14907,"wasmer_wasix::runtime::resolver::inputs"],[15172,"wasmer_wasix::runtime::resolver::multi_source"],[15243,"wasmer_wasix::runtime::resolver::outputs"],[15492,"wasmer_wasix::runtime::resolver::resolve"],[15559,"wasmer_wasix::runtime::resolver::resolve::ResolveError"],[15563,"wasmer_wasix::runtime::resolver::source"],[15600,"wasmer_wasix::runtime::resolver::source::QueryError"],[15601,"wasmer_wasix::runtime::resolver::utils"],[15605,"wasmer_wasix::runtime::resolver::wapm_source"],[16065,"wasmer_wasix::runtime::resolver::web_source"],[16163,"wasmer_wasix::runtime::resolver::web_source::CacheInfo"],[16166,"wasmer_wasix::runtime::resolver::web_source::CacheState"],[16169,"wasmer_wasix::runtime::task_manager"],[16314,"wasmer_wasix::runtime::task_manager::tokio"],[16455,"wasmer_wasix::state"],[16610,"wasmer_wasix::state::builder"],[16836,"wasmer_wasix::state::env"],[17016,"wasmer_wasix::state::func_env"],[17057,"wasmer_wasix::state::handles"],[17059,"wasmer_wasix::state::handles::global"],[17095,"wasmer_wasix::state::handles::thread_local"],[17193,"wasmer_wasix::state::run"],[17196,"wasmer_wasix::state::types"],[17420,"wasmer_wasix::syscalls"],[21095,"wasmer_wasix::syscalls::MemoryError"],[21103,"wasmer_wasix::syscalls::io"],[22257,"wasmer_wasix::syscalls::io::prelude"],[22292,"wasmer_wasix::syscalls::journal"],[22353,"wasmer_wasix::syscalls::journal::actions"],[22373,"wasmer_wasix::syscalls::journal::do_checkpoint_from_outside"],[22374,"wasmer_wasix::syscalls::journal::maybe_snapshot"],[22375,"wasmer_wasix::syscalls::journal::maybe_snapshot_many"],[22376,"wasmer_wasix::syscalls::journal::maybe_snapshot_once"],[22377,"wasmer_wasix::syscalls::journal::restore_snapshot"],[22378,"wasmer_wasix::syscalls::journal::wait_for_snapshot"],[22379,"wasmer_wasix::syscalls::legacy"],[22380,"wasmer_wasix::syscalls::legacy::snapshot0"],[22384,"wasmer_wasix::syscalls::mpsc"],[22789,"wasmer_wasix::syscalls::types"],[23218,"wasmer_wasix::syscalls::types::directory"],[23220,"wasmer_wasix::syscalls::types::file"],[23231,"wasmer_wasix::syscalls::types::io"],[23249,"wasmer_wasix::syscalls::types::net"],[23596,"wasmer_wasix::syscalls::types::signal"],[23629,"wasmer_wasix::syscalls::types::subscription"],[23636,"wasmer_wasix::syscalls::types::time"],[23639,"wasmer_wasix::syscalls::types::wasi"],[24358,"wasmer_wasix::syscalls::types::wasi::PrestatEnum"],[24359,"wasmer_wasix::syscalls::unix"],[24361,"wasmer_wasix::syscalls::wasi"],[24404,"wasmer_wasix::syscalls::wasi::args_get"],[24405,"wasmer_wasix::syscalls::wasi::args_sizes_get"],[24406,"wasmer_wasix::syscalls::wasi::clock_res_get"],[24407,"wasmer_wasix::syscalls::wasi::clock_time_get"],[24408,"wasmer_wasix::syscalls::wasi::clock_time_set"],[24410,"wasmer_wasix::syscalls::wasi::environ_get"],[24411,"wasmer_wasix::syscalls::wasi::environ_sizes_get"],[24412,"wasmer_wasix::syscalls::wasi::fd_advise"],[24414,"wasmer_wasix::syscalls::wasi::fd_allocate"],[24416,"wasmer_wasix::syscalls::wasi::fd_close"],[24417,"wasmer_wasix::syscalls::wasi::fd_datasync"],[24418,"wasmer_wasix::syscalls::wasi::fd_dup"],[24420,"wasmer_wasix::syscalls::wasi::fd_event"],[24422,"wasmer_wasix::syscalls::wasi::fd_fdstat_get"],[24423,"wasmer_wasix::syscalls::wasi::fd_fdstat_set_flags"],[24425,"wasmer_wasix::syscalls::wasi::fd_fdstat_set_rights"],[24427,"wasmer_wasix::syscalls::wasi::fd_filestat_get"],[24430,"wasmer_wasix::syscalls::wasi::fd_filestat_set_size"],[24432,"wasmer_wasix::syscalls::wasi::fd_filestat_set_times"],[24434,"wasmer_wasix::syscalls::wasi::fd_prestat_dir_name"],[24435,"wasmer_wasix::syscalls::wasi::fd_prestat_get"],[24436,"wasmer_wasix::syscalls::wasi::fd_read"],[24440,"wasmer_wasix::syscalls::wasi::fd_readdir"],[24441,"wasmer_wasix::syscalls::wasi::fd_renumber"],[24443,"wasmer_wasix::syscalls::wasi::fd_seek"],[24445,"wasmer_wasix::syscalls::wasi::fd_sync"],[24446,"wasmer_wasix::syscalls::wasi::fd_tell"],[24447,"wasmer_wasix::syscalls::wasi::fd_write"],[24471,"wasmer_wasix::syscalls::wasi::fd_write::FdWriteSource"],[24473,"wasmer_wasix::syscalls::wasi::path_create_directory"],[24475,"wasmer_wasix::syscalls::wasi::path_filestat_get"],[24478,"wasmer_wasix::syscalls::wasi::path_filestat_set_times"],[24480,"wasmer_wasix::syscalls::wasi::path_link"],[24482,"wasmer_wasix::syscalls::wasi::path_open"],[24484,"wasmer_wasix::syscalls::wasi::path_readlink"],[24485,"wasmer_wasix::syscalls::wasi::path_remove_directory"],[24487,"wasmer_wasix::syscalls::wasi::path_rename"],[24489,"wasmer_wasix::syscalls::wasi::path_symlink"],[24491,"wasmer_wasix::syscalls::wasi::path_unlink_file"],[24493,"wasmer_wasix::syscalls::wasi::poll_oneoff"],[24572,"wasmer_wasix::syscalls::wasi::proc_exit"],[24573,"wasmer_wasix::syscalls::wasi::proc_raise"],[24575,"wasmer_wasix::syscalls::wasi::random_get"],[24576,"wasmer_wasix::syscalls::wasi::thread_spawn"],[24577,"wasmer_wasix::syscalls::wasix"],[24645,"wasmer_wasix::syscalls::wasix::callback_signal"],[24646,"wasmer_wasix::syscalls::wasix::chdir"],[24648,"wasmer_wasix::syscalls::wasix::epoll_create"],[24650,"wasmer_wasix::syscalls::wasix::epoll_ctl"],[24710,"wasmer_wasix::syscalls::wasix::epoll_wait"],[24712,"wasmer_wasix::syscalls::wasix::fd_pipe"],[24714,"wasmer_wasix::syscalls::wasix::futex_wait"],[24743,"wasmer_wasix::syscalls::wasix::futex_wake"],[24744,"wasmer_wasix::syscalls::wasix::futex_wake_all"],[24745,"wasmer_wasix::syscalls::wasix::getcwd"],[24746,"wasmer_wasix::syscalls::wasix::port_addr_add"],[24748,"wasmer_wasix::syscalls::wasix::port_addr_clear"],[24750,"wasmer_wasix::syscalls::wasix::port_addr_list"],[24751,"wasmer_wasix::syscalls::wasix::port_addr_remove"],[24753,"wasmer_wasix::syscalls::wasix::port_bridge"],[24755,"wasmer_wasix::syscalls::wasix::port_dhcp_acquire"],[24757,"wasmer_wasix::syscalls::wasix::port_gateway_set"],[24759,"wasmer_wasix::syscalls::wasix::port_mac"],[24760,"wasmer_wasix::syscalls::wasix::port_route_add"],[24762,"wasmer_wasix::syscalls::wasix::port_route_clear"],[24764,"wasmer_wasix::syscalls::wasix::port_route_list"],[24765,"wasmer_wasix::syscalls::wasix::port_route_remove"],[24767,"wasmer_wasix::syscalls::wasix::port_unbridge"],[24769,"wasmer_wasix::syscalls::wasix::proc_exec"],[24770,"wasmer_wasix::syscalls::wasix::proc_exec2"],[24771,"wasmer_wasix::syscalls::wasix::proc_fork"],[24796,"wasmer_wasix::syscalls::wasix::proc_id"],[24797,"wasmer_wasix::syscalls::wasix::proc_join"],[24823,"wasmer_wasix::syscalls::wasix::proc_parent"],[24824,"wasmer_wasix::syscalls::wasix::proc_signal"],[24825,"wasmer_wasix::syscalls::wasix::proc_spawn"],[24827,"wasmer_wasix::syscalls::wasix::resolve"],[24828,"wasmer_wasix::syscalls::wasix::sched_yield"],[24829,"wasmer_wasix::syscalls::wasix::sock_accept"],[24832,"wasmer_wasix::syscalls::wasix::sock_addr_local"],[24833,"wasmer_wasix::syscalls::wasix::sock_addr_peer"],[24834,"wasmer_wasix::syscalls::wasix::sock_bind"],[24836,"wasmer_wasix::syscalls::wasix::sock_connect"],[24838,"wasmer_wasix::syscalls::wasix::sock_get_opt_flag"],[24839,"wasmer_wasix::syscalls::wasix::sock_get_opt_size"],[24840,"wasmer_wasix::syscalls::wasix::sock_get_opt_time"],[24841,"wasmer_wasix::syscalls::wasix::sock_join_multicast_v4"],[24843,"wasmer_wasix::syscalls::wasix::sock_join_multicast_v6"],[24845,"wasmer_wasix::syscalls::wasix::sock_leave_multicast_v4"],[24847,"wasmer_wasix::syscalls::wasix::sock_leave_multicast_v6"],[24849,"wasmer_wasix::syscalls::wasix::sock_listen"],[24851,"wasmer_wasix::syscalls::wasix::sock_open"],[24853,"wasmer_wasix::syscalls::wasix::sock_recv"],[24856,"wasmer_wasix::syscalls::wasix::sock_recv_from"],[24858,"wasmer_wasix::syscalls::wasix::sock_send"],[24860,"wasmer_wasix::syscalls::wasix::sock_send_file"],[24862,"wasmer_wasix::syscalls::wasix::sock_send_to"],[24864,"wasmer_wasix::syscalls::wasix::sock_set_opt_flag"],[24866,"wasmer_wasix::syscalls::wasix::sock_set_opt_size"],[24868,"wasmer_wasix::syscalls::wasix::sock_set_opt_time"],[24870,"wasmer_wasix::syscalls::wasix::sock_shutdown"],[24872,"wasmer_wasix::syscalls::wasix::sock_status"],[24873,"wasmer_wasix::syscalls::wasix::stack_checkpoint"],[24874,"wasmer_wasix::syscalls::wasix::stack_restore"],[24875,"wasmer_wasix::syscalls::wasix::thread_exit"],[24876,"wasmer_wasix::syscalls::wasix::thread_id"],[24877,"wasmer_wasix::syscalls::wasix::thread_join"],[24879,"wasmer_wasix::syscalls::wasix::thread_parallelism"],[24880,"wasmer_wasix::syscalls::wasix::thread_signal"],[24881,"wasmer_wasix::syscalls::wasix::thread_sleep"],[24883,"wasmer_wasix::syscalls::wasix::thread_spawn"],[24887,"wasmer_wasix::syscalls::wasix::tty_get"],[24888,"wasmer_wasix::syscalls::wasix::tty_set"],[24890,"wasmer_wasix::types"],[26491,"wasmer_wasix::types::directory"],[26493,"wasmer_wasix::types::file"],[26504,"wasmer_wasix::types::io"],[26522,"wasmer_wasix::types::net"],[26869,"wasmer_wasix::types::signal"],[26902,"wasmer_wasix::types::subscription"],[26909,"wasmer_wasix::types::time"],[26912,"wasmer_wasix::types::wasi"],[30048,"wasmer_wasix::types::wasi::PrestatEnum"],[30049,"wasmer_wasix::utils"],[30108,"wasmer_wasix::utils::dummy_waker"],[30140,"wasmer_wasix::utils::owned_mutex_guard"],[30259,"wasmer_wasix::utils::store"],[30294,"wasmer_wasix::utils::thread_parker"],[30324,"dyn_clone::sealed"],[30325,"alloc::alloc"],[30326,"alloc::boxed"],[30327,"virtual_net"],[30328,"core::result"],[30329,"core::option"],[30330,"core::error"],[30331,"core::ops::function"],[30332,"virtual_fs::pipe"],[30333,"virtual_fs::pipe"],[30334,"core::fmt"],[30335,"core::fmt"],[30336,"wasmer::exports"],[30337,"anyhow"],[30338,"wasmer::imports"],[30339,"alloc::collections::btree::set"],[30340,"core::alloc::layout"],[30341,"core::alloc::layout"],[30342,"serde::ser"],[30343,"virtual_net"],[30344,"std::net"],[30345,"tokio::runtime::task::error"],[30346,"core::marker"],[30347,"virtual_net"],[30348,"virtual_net"],[30349,"core::marker"],[30350,"core::fmt"],[30351,"webc::container"],[30352,"wasmer_types::module_hash"],[30353,"webc::metadata"],[30354,"shared_buffer::owned"],[30355,"core::cmp"],[30356,"virtual_fs"],[30357,"core::hash"],[30358,"core::marker"],[30359,"futures_core::future"],[30360,"std::sync::rwlock"],[30361,"virtual_fs"],[30362,"std::sync::rwlock"],[30363,"http::request"],[30364,"alloc::vec"],[30365,"http::request"],[30366,"wasm_encoder::component::imports"],[30367,"virtual_fs::mem_fs::offloaded_file"],[30368,"bytecheck"],[30369,"bytecheck"],[30370,"rkyv"],[30371,"core::iter::traits::collect"],[30372,"wasmer_wasix_types::wasix"],[30373,"std::fs"],[30374,"core::convert"],[30375,"rkyv::ser"],[30376,"std::collections::hash::map"],[30377,"time::duration"],[30378,"core::num::nonzero"],[30379,"core::iter::range"],[30380,"anyhow"],[30381,"wasmer::store"],[30382,"wasmer::store"],[30383,"core::cmp"],[30384,"winnow::stream"],[30385,"rkyv"],[30386,"core::marker"],[30387,"time::offset_date_time"],[30388,"regex_automata::util::search"],[30389,"aho_corasick::util::search"],[30390,"core::fmt"],[30391,"smoltcp::time"],[30392,"schemars::gen"],[30393,"schemars::schema"],[30394,"core::cmp"],[30395,"unicode_normalization::decompose"],[30396,"wasmer_vm::store"],[30397,"rand_core"],[30398,"rkyv"],[30399,"virtual_net"],[30400,"libc::unix"],[30401,"hyper::body::body"],[30402,"http::response"],[30403,"core::iter::traits::collect"],[30404,"http::uri::builder"],[30405,"bytes::buf::uninit_slice"],[30406,"http::uri::path"],[30407,"http::uri"],[30408,"http::uri"],[30409,"http::uri::port"],[30410,"http::uri::scheme"],[30411,"hyper::client::connect::sealed"],[30412,"hyper::service::oneshot"],[30413,"hyper::client::connect"],[30414,"virtual_net::loopback"],[30415,"virtual_net::tcp_pair"],[30416,"core::ops::function"],[30417,"wasmer_emscripten"],[30418,"wasmer_emscripten"],[30419,"virtual_fs::tmp_fs"],[30420,"virtual_fs"],[30421,"core::marker"],[30422,"wasmer::engine"],[30423,"wasmer_types::error"],[30424,"http::header::map"],[30425,"webc::metadata::annotations"],[30426,"wasmer_config::package::package_id"],[30427,"webc::metadata"],[30428,"serde_cbor::error"],[30429,"wasmer_config::package::package_id"],[30430,"webc::metadata"],[30431,"petgraph::graph_impl"],[30432,"petgraph::graph_impl"],[30433,"petgraph::graph_impl"],[30434,"tokio::runtime::handle"],[30435,"tokio::runtime::runtime"],[30436,"tokio::sync::mpsc::unbounded"],[30437,"rayon::iter::par_bridge"],[30438,"serde::de"],[30439,"wasmer_types::value"],[30440,"wasmer::access"],[30441,"std::path"],[30442,"core::ffi::c_str"],[30443,"rustix::backend::io::errno"],[30444,"std::os::fd::owned"],[30445,"std::os::fd::owned"],[30446,"alloc::borrow"],[30447,"wasmer::externals::memory"],[30448,"rend"],[30449,"rend"],[30450,"core::cell"],[30451,"wasmer_types::units"],[30452,"wasmer::native_type"],[30453,"wasmer::native_type"],[30454,"wasmparser::binary_reader"],[30455,"wasmparser::resources"],[30456,"tracing_core::span"],[30457,"tracing_core::subscriber"],[30458,"std::path"],[30459,"wasmer_types::types"],[30460,"wasmer_types::memory"],[30461,"wasmer_vm::memory"],[30462,"wasmer_types::types"],[30463,"wasmer_vm::table"],[30464,"wasmer_vm::vmcontext"],[30465,"core::ptr::non_null"],[30466,"wasmer_vm::vmcontext"],[30467,"serde_bytes::bytes"],[30468,"wasmer::engine"],[30469,"std::collections::hash::set"],[30470,"std::path"],[30471,"std::collections::hash::map"],[30472,"log"],[30473,"log"],[30474,"allocator_api2::stable::vec"],[30475,"allocator_api2::stable::alloc"],[30476,"std::ffi::os_str"],[30477,"rkyv::collections::hash_set"],[30478,"rkyv::net"],[30479,"rkyv::net"],[30480,"tracing_core::event"],[30481,"wasmer_types::module"],[30482,"wasmer::extern_ref"],[30483,"std::collections::hash::map"],[30484,"powerfmt::smart_display"],[30485,"core::fmt"],[30486,"http::header::name"],[30487,"percent_encoding"],[30488,"alloc::ffi::c_str"],[30489,"percent_encoding"],[30490,"bstr::bstring"],[30491,"wasmer_vm::trap::trap"],[30492,"wasmer::externals::table"],[30493,"alloc::string"],[30494,"smoltcp::wire::ipv4"],[30495,"core::net::socket_addr"],[30496,"core::net::socket_addr"],[30497,"smoltcp::time"],[30498,"wasmer::module"],[30499,"rayon::iter"],[30500,"wasmer_types::types"],[30501,"core::net::parser"],[30502,"wasmer_vm::export"],[30503,"core::cell"],[30504,"wasmparser::readers::core::types"],[30505,"wasmer_types::module"],[30506,"serde::de"],[30507,"std::collections::hash::map"],[30508,"tokio_socks::error"],[30509,"std::collections::hash::map"],[30510,"wasmer_types::types"],[30511,"wasmer_types::trapcode"],[30512,"tracing_core::span"],[30513,"wasmer::externals::function"],[30514,"core::error"],[30515,"std::collections::hash::map"],[30516,"tracing_core::field"],[30517,"rkyv"],[30518,"core::ops::generator"],[30519,"rkyv::ser"],[30520,"http_body::size_hint"],[30521,"core::ops::range"],[30522,"futures_task::spawn"],[30523,"futures_task::spawn"],[30524,"webc::path_segments"],[30525,"core::time"],[30526,"std::collections::hash::map"],[30527,"std::thread::local"],[30528,"wasmer_types::types"],[30529,"std::collections::hash::set"],[30530,"cooked_waker"],[30531,"tokio::io::util::write"],[30532,"tokio::io::util::write_all"],[30533,"tokio::io::util::write_all_buf"],[30534,"tokio::io::util::write_buf"],[30535,"tokio::io::util::write_int"],[30536,"tokio::io::util::write_int"],[30537,"httpdate"],[30538,"rand_core::error"],[30539,"walkdir::error"],[30540,"alloc::ffi::c_str"],[30541,"flate2::mem"],[30542,"tempfile::file"],[30543,"tokio::runtime::blocking::pool"],[30544,"tokio::io::async_fd"],[30545,"tempfile::file"],[30546,"tar::error"],[30547,"tokio_stream::stream_ext::timeout"],[30548,"tokio::time::error"],[30549,"getrandom::error"],[30550,"lz4_flex::frame"],[30551,"flate2::mem"],[30552,"std::time"],[30553,"std::sync::poison"]],"d":["all the rights enabled","Access denied","The address was in use","The address could not be found","File exists","","","Bad handle","Bad request","The fd given as a base was not a directory so the …","Tried to run the specified binary as a new WASI …","A pipe was closed","","Failed to compile the Wasmer process","The connection was aborted","The connection request was refused","The connection was reset","","","","Represents the work that will be done when a thread goes …","Failed during deserialization","Directory not Empty","A pair of pipes that are connected together.","The requested file or directory could not be found","","Contains the error value","","","","","Failed to fetch the Wasmer process","","An error occurred while preparing the file system","Error type for external users","Something failed when doing IO. These errors can generally …","","","","Internal error has occurred","The operation was interrupted before it could finish","Invalid ABI","Invalid internal data, if the argument data is invalid, …","The fd given was not usable","The provided data is invalid","Invalid Wasmer process","Latest version.","","","","","The filesystem has failed to lock a resource.","","Memory access violation","Memory allocation failed","","","","The requested device couldn’t be accessed","No value.","Expected a file but found not a file","Could not perform the operation because there was not an …","Not found","Contains the success value","","Caller was not allowed to perform this operation","","","","","Trait that will be invoked after the rewind has finished …","The rewind state after a deep sleep","","","","","Failed during serialization","wasi_unstable.","wasi_snapshot_preview1.","Some value of type T.","","","A snapshot that captures the runtime state of an instance.","","The operation did not complete within the given amount of …","Found EOF when EOF was not expected","Some other unhandled error. If you see this, it’s …","Some other unhandled error. If you see this, it’s …","","Call is unsupported","","","This trait relies on your file closing when it goes out of …","An implementation of virtual networking","","","Shared version of BidiPipe for situations where you need …","","The environment provided to the WASI imports.","Builder API for configuring a WasiEnv environment needed …","Data required to construct a WasiEnv.","This is returned in RuntimeError. Use downcast or …","","","","","","","","Various TypedFunction and Global handles for an active …","","","","","Error type returned when bad data is given to …","","","","","","","The version of WASI. This is determined by the imports …","wasix_32v1.","wasix_64v1.","Operation would block, this error lets the caller know …","A call to write returned 0","","","","","","","Additional functionality provided to the WASIX instance, …","","","","","","","","Command line arguments.","","","","","","Retrieve the concrete exit code returned by an instance.","asyncify_get_state(): call this to get the current value …","asyncify_start_rewind(data : i32): call this to start …","asyncify_start_unwind(data : i32): call this to start …","asyncify_stop_rewind(): call this to note that rewinding …","asyncify_stop_unwind(): call this to note that unwinding …","","Get the receiver pipe.","","Get the receiver pipe.","","","","Binary factory attached to this environment","","Creates a socket that can be used to send and receive ICMP …","Creates a low level socket that can read and write …","","Opens a UDP socket that listens on a specific IP and Port …","Run a synchronous function that would normally be blocking.","","","","","","","","","","","","","","","","","","","","","","","","","","","Bridges this local network with a remote network, which is …","","","Whether to call the _initialize function in the WASI …","Indicates if the calling environment is capable of deep …","","","","","","","","","","","","","","","","","","","Combines two ends of a duplex pipe back together again","","Opens a TCP connection to a particular destination IP …","","","This method will copy a file from a source to this …","the time at which the file was created in nanoseconds as a …","the time at which the file was created in nanoseconds as a …","","Points to the end of the data section","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Acquires an IP address on the network and configures the …","Flag that indicates the cleanup of the environment is to …","","","","","","","","","","","","","","","","Is this environment capable and setup for deep sleeping","Enables an exponential backoff of the process CPU usage …","Enables the snap shotting functionality","","The environment before the vfork occured","Environment variables.","","","","","","","Indicates if extra tracing should be output","Returns the serialized object that is returned on the …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","Get the sender pipe.","","Get the mutable sender pipe.","","","Adds a default gateway to the routing table","Create an Imports with an existing WasiEnv. WasiEnv needs …","Combines a state generating function with the import list …","","Combines a state generating function with the import list …","","Used for “special” files such as stdin, stdout and …","Detect the version of WASI being used based on the import …","Like get_wasi_version but detects multiple WASI versions …","Values of all globals, indexed by the same index used in …","","Handle of the thread we have forked (dropping this handle …","","","","Flag that indicates if the stack capture exports are being …","","","","","","","","","","","","","","","","Function thats invoked to initialize the WASM module (name …","","Inner functions and references that are loaded before 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).","","Adds a static IP address to the interface with a netmask …","Clears all the assigned IP addresses for this interface","Lists all the IP addresses currently assigned to this …","Removes a static (or dynamic) IP address from the interface","Flag that indicates if this rewind is 64-bit or 32-bit …","","Returns true if the spawn error is NotFound.","Indicates if the file is opened or closed. This function …","Indicates if the file is opened or closed. This function …","Check if a provided module is compiled for some version of …","Returns if the module is WASIX or not","","","","","","","the last time the file was accessed in nanoseconds as a …","the last time the file was accessed in nanoseconds as a …","the last time the file was modified in nanoseconds as a …","the last time the file was modified in nanoseconds as a …","Layout of the memory,","Represents the layout of the memory","","","","","","","","","","","","","","","","","","Lists for TCP connections on a specific IP and Port …","Returns the hardware MAC address for this interface","Macros to simplify some common WASI-specific tasks.","List of host commands to map into the WASI instance.","","","Represents a reference to the memory","Memory stack used to restore the stack trace back to where …","The memory stack before the vfork occured","","","","","","","","","","","","","","List of the handles that are owned by this context (this …","","","","","","","","","","","","","","","","","Polls the file for when there is data to be read","","","","Polls the file for when there is data to be read","Seed used to rotate around the events returned by …","","","Polls the file for when it is available for writing","","","","Polls the file for when it is available for writing","","Pre-opened directories that will be accessible from WASI.","Represents the process this environment is attached to","","","","","","","","","","","Flag that indicatees if the environment is currently …","","Performs DNS resolution for a specific hostname","","","","","State that the thread will be rewound to","","Call stack used to restore the stack trace back to where …","The unwound stack before the vfork occured","Adds a specific route to the routing table","Clears the routing table for this interface","Lists all the routes defined in the routing table for this …","Removes a routing rule from the routing table","","Run a main function.","","","Implementation of the WASI runtime.","","","","","","","","","","","","","","","","","","Change the size of the file, if the new_size is greater …","Change the size of the file, if the new_size is greater …","","","","","","","","sets accessed and modified time","","","","","","","Represents the callback for signals (name = “__…","Flag that indicates if the signal callback has been set by …","the size of the file in bytes","the size of the file in bytes","","","Indicates triggers that will cause a snapshot to be taken","","","","Spawns a new blocking task that runs the provided closure.","","Split into two pipes that are connected to each other","Points to the higher end of the stack","Points to the lower end of the stack","Points to the current location of the memory stack pointer","Describes the type of thread start","Main function that will be invoked (name = “_start”)","","WARNING: the API exposed here is unstable and very …","Shared state of the WASI system. Manages all the data that …","","","","","","","All the global data stored in the store","The mutable parts of the store","","","No-op module initializer.","","Represents the thread this environment is attached to","","Represents the callback for spawning a thread (name = “…","","","","","","","","","","This is the work that will be performed before the thread …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Disconnects from the remote network essentially unbridging …","Request deletion of the file","Request deletion of the file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","List of webc dependencies to be injected.","","Represents a fork of the process that is currently in play","Pre-opened virtual directories that will be accessible …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Writes to this file using an mmap offset and reference …","","","","","","","","","A WebAssembly package that has been loaded into memory.","","","","","","","","","","","","","","","","","","","","","","","","The name of the BinaryPackageCommand which is this package…","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A WebAssembly package that has been loaded into memory.","","","","Get a reference to this BinaryPackageCommand’s atom.","","","","","","","","","","","","","","","","","","","Get the bytes for the entrypoint command.","The name of the BinaryPackageCommand which is this package…","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Load a BinaryPackage and all its dependencies from a …","Load a webc::Container and all its dependencies into a …","","Resolve the entrypoint command name to a …","","Get a hash for this binary package.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls the module","","","SAFETY","","","","","","","Defines capabilities for a Wasi environment.","Defines threading related permissions.","","","","","","","","","","","","","","","","","","","","","Flag that indicates if asynchronous threading is disabled …","Switches to a blocking sleep implementation instead of the …","Enables an exponential backoff of the process CPU usage …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","Maximum number of threads that can be spawned.","","","","","","","","","","","","","","","","","","","","","","","","","Merges another Capabilities object into this one, …","","","","","","","","","Represents all the EpollInterests that have occurred","Guard the cleans up the selector registrations","","","","The root inode and stdio inodes are the first inodes in the","","","","","","","","A file that Wasi knows about that may or may not be open","","","The core of the filesystem abstraction. Includes …","A completely aribtrary “big enough” number used as the …","","","The same as Dir but without the irrelevant bits The root …","","","","","","The first two fields are data about the symlink the last …","the fd value of the virtual root","This needs to be exposed so that the multiple use-cases …","Warning, modifying these fields directly may cause …","","","","","","","","","","adds another value to the inodes","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Closes all the file handles.","Closes an open FD, handling all details such as FD being …","","","Will conditionally union the binary file system with this …","","","","","","Creates an inode and inserts it given a Kind and some …","Creates an inode and inserts it given a Kind, does not …","Creates an inode with the given filestat and inserts it.","","","","","","","","","Associated user data","Associated user data","","","","Returns the default filesystem backing","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The events we are polling on","","","File descriptor we are polling on","","","","refresh size from filesystem","","","","","","","","","","","","Forking the WasiState is used when either fork or vfork is …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Gets the current directory","","","","","gets a host file from a base directory and a path this …","Internal part of the core path resolution function which …","Returns the parent Dir or Root that the file at a given …","","","","","","","","","","","","","","","","","","","","","","","Using a hash set prevents the same interest from being …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Merge the contents of a filesystem into this one.","Merge the contents of one filesystem into another.","","","","","","Private helper function to init the filesystem, called in …","","","Created for the builder API. like new but with more …","","","","","","This function is like create dir all, but it also opens it.","Opens a user-supplied file in the directory specified with …","Flags that determine how the Fd can be used.","","finds the number of directories between the fd and the …","Finds the preopened directory that is the “best match” …","","","","","","","","","","","","","","Pointer to the user data","","","","","","Converts a relative path into an absolute path","","","","","Low level function to remove an inode, that is it deletes …","","","","","","","Changes the current directory","","","","Receiver that wakes sleeping threads","Internal helper function to get a standard device handle. …","Internal helper function to mutably get a standard device …","Get the VirtualFile object at stderr","Get the VirtualFile object at stderr mutably","Get the VirtualFile object at stdin TODO: Review why this …","Get the VirtualFile object at stdin mutably","Get the VirtualFile object at stdout","Get the VirtualFile object at stdout mutably","Change the backing of a given file descriptor Returns the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The preopened dir that this symlink file is relative to …","","The entries of a directory are lazily filled.","","Marks the file as a special file that only one fd can …","The open file, if it’s open","","Parent directory","The path on the host system where the file is located This …","The path on the host system where the directory is located","The path to the symlink from the base_po_dir","Reference to the pipe","the value of the symlink as a relative path","","Represents a networking socket","","","This Fd can append in write system calls. Note that the …","","This Fd may create a file before writing to it. Note that …","","","","Represents all the EpollInterests that have occurred","Guard the cleans up the selector registrations","","","","","","A file that Wasi knows about that may or may not be open","","The core of the filesystem abstraction. Includes …","","This Fd can be used with read system calls.","The same as Dir but without the irrelevant bits The root …","","The first two fields are data about the symlink the last …","This Fd will delete everything before writing. Note that …","This Fd can be used with write system calls.","","","","","","","","","","","","","","","","","","","","Associated user data","Associated user data","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The events we are polling on","File descriptor we are polling on","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Using a hash set prevents the same interest from being …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Flags that determine how the Fd can be used.","","","","","","","Pointer to the user data","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The preopened dir that this symlink file is relative to …","","The entries of a directory are lazily filled.","","Marks the file as a special file that only one fd can …","The open file, if it’s open","","Parent directory","The path on the host system where the file is located This …","The path on the host system where the directory is located","The path to the symlink from the base_po_dir","Reference to the pipe","the value of the symlink as a relative path","","Represents a networking socket","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Used for event notifications by the user application or …","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Flag that indicates if this is operating","Counter used to prevent duplicate notification events","","","","","","","","","Receiver that wakes sleeping threads","","","","","","","","","","","","","","","","","","","","","","","All the registered wakers","","","","Defines http client permissions.","","","","","","","","","","","","Try to instantiate a HTTP client that is suitable for the …","","","","","","","","","","","","","","","Defines http client permissions.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","The alignment of the vector","The resolver for JournalSockoptionV1::AcceptTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::AcceptTimeout","The archived counterpart of …","","","The resolver for JournalEpollCtlV1::Add","The archived counterpart of JournalEpollCtlV1::Add","","","An aligned COW vector of bytes which avoids copying data …","The resolver for JournalStreamSecurityV1::AnyEncryption","The archived counterpart of …","","An archived JournalAddressfamilyV1","An archived JournalAdviceV1","","An archived JournalEntryChangeDirectoryV1","An archived JournalEntryClearEtherealV1","An archived JournalEntryCloseFileDescriptorV1","An archived JournalEntryCloseThreadV1","An archived JournalEntryCreateDirectoryV1","An archived JournalEntryCreateEventV1","An archived JournalEntryCreateHardLinkV1","An archived JournalEntryCreatePipeV1","An archived JournalEntryCreateSymbolicLinkV1","An archived JournalEntryDuplicateFileDescriptorV1","An archived JournalEntryEpollCreateV1","An archived JournalEntryEpollCtlV1","An archived JournalEntryFileDescriptorAdviseV1","An archived JournalEntryFileDescriptorAllocateV1","An archived JournalEntryFileDescriptorSeekV1","An archived JournalEntryFileDescriptorSetFlagsV1","An archived JournalEntryFileDescriptorSetRightsV1","An archived JournalEntryFileDescriptorSetSizeV1","An archived JournalEntryFileDescriptorSetTimesV1","An archived JournalEntryFileDescriptorWriteV1","An archived JournalEntryInitModuleV1","An archived JournalEntryOpenFileDescriptorV1","An archived JournalEntryPathRenameV1","An archived JournalEntryPathSetTimesV1","An archived JournalEntryPortAddAddrV1","An archived JournalEntryPortBridgeV1","An archived JournalEntryPortDelAddrV1","An archived JournalEntryPortGatewaySetV1","An archived JournalEntryPortRouteAddV1","An archived JournalEntryPortRouteDelV1","An archived JournalEntryProcessExitV1","An archived JournalEntryRecordType","An archived JournalEntryRemoveDirectoryV1","An archived JournalEntryRenumberFileDescriptorV1","An archived JournalEntrySetClockTimeV1","An archived JournalEntrySetThreadV1","An archived JournalEntrySnapshotV1","An archived JournalEntrySocketAcceptedV1","An archived JournalEntrySocketBindV1","An archived JournalEntrySocketConnectedV1","An archived JournalEntrySocketJoinIpv4MulticastV1","An archived JournalEntrySocketJoinIpv6MulticastV1","An archived JournalEntrySocketLeaveIpv4MulticastV1","An archived JournalEntrySocketLeaveIpv6MulticastV1","An archived JournalEntrySocketListenV1","An archived JournalEntrySocketOpenV1","An archived JournalEntrySocketSendFileV1","An archived JournalEntrySocketSendToV1","An archived JournalEntrySocketSendV1","An archived JournalEntrySocketSetOptFlagV1","An archived JournalEntrySocketSetOptSizeV1","An archived JournalEntrySocketSetOptTimeV1","An archived JournalEntrySocketShutdownV1","An archived JournalEntryTtySetV1","An archived JournalEntryUnlinkFileV1","An archived JournalEntryUpdateMemoryRegionV1","An archived JournalEpollCtlV1","An archived JournalEpollEventCtlV1","An archived JournalExitCodeV1","An archived JournalIpCidrV1","An archived JournalSnapshot0ClockidV1","An archived JournalSnapshotTriggerV1","An archived JournalSocketShutdownV1","An archived JournalSockoptionV1","An archived JournalSocktypeV1","An archived JournalStreamSecurityV1","An archived JournalThreadStartTypeV1","An archived JournalTimeTypeV1","An archived JournalWasiMemoryLayout","An archived JournalWhenceV1","The resolver for JournalTimeTypeV1::BindTimeout","The archived counterpart of JournalTimeTypeV1::BindTimeout","","","The resolver for JournalSnapshotTriggerV1::Bootstrap","The archived counterpart of …","","Bootstrapping process","The resolver for JournalSocketShutdownV1::Both","The archived counterpart of JournalSocketShutdownV1::Both","","","The resolver for JournalSockoptionV1::Broadcast","The archived counterpart of JournalSockoptionV1::Broadcast","","","","","","The resolver for JournalEntryRecordType::ChangeDirectoryV1","The archived counterpart of …","","","The resolver for JournalStreamSecurityV1::ClassicEncryption","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ClearEtherealV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CloseThreadV1","The archived counterpart of …","","","Represents the results of a compaction operation","","","Deduplicates memory and stacks to reduce the number of …","","","","The resolver for JournalSockoptionV1::ConnectTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::ConnectTimeout","The archived counterpart of …","","","Journal that counts the size of the entries that are …","","The resolver for JournalEntryRecordType::CreateDirectoryV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreateEventV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreateHardLinkV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreatePipeV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalWhenceV1::Cur","The archived counterpart of JournalWhenceV1::Cur","","","The resolver for JournalEpollCtlV1::Del","The archived counterpart of JournalEpollCtlV1::Del","","The resolver for JournalSocktypeV1::Dgram","The archived counterpart of JournalSocktypeV1::Dgram","","The resolver for JournalSockoptionV1::DontRoute","The archived counterpart of JournalSockoptionV1::DontRoute","","The resolver for JournalAdviceV1::Dontneed","The archived counterpart of JournalAdviceV1::Dontneed","","The resolver for JournalStreamSecurityV1::DoubleEncryption","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","","","","The resolver for JournalWhenceV1::End","The archived counterpart of JournalWhenceV1::End","","The resolver for JournalSnapshotTriggerV1::Environ","The archived counterpart of …","","","The resolver for JournalEntryRecordType::EpollCreateV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::EpollCtlV1","The archived counterpart of …","","","The resolver for JournalExitCodeV1::Errno","The archived counterpart of JournalExitCodeV1::Errno","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","Filters out a specific set of journal events and drops the …","Constructs a filter with a set of parameters that will be …","","","Triggered on reading the environment variables for the …","Triggered when a listen syscall is invoked on a socket for …","Issued on the first interrupt signal (Ctrl + C) the …","Triggered when the process reads stdin for the first time","","The resolver for JournalSnapshotTriggerV1::Idle","The archived counterpart of JournalSnapshotTriggerV1::Idle","","Triggered when all the threads in the process goes idle","The resolver for JournalAddressfamilyV1::Inet4","The archived counterpart of JournalAddressfamilyV1::Inet4","","The resolver for JournalAddressfamilyV1::Inet6","The archived counterpart of JournalAddressfamilyV1::Inet6","","","The resolver for JournalEntryRecordType::InitModuleV1","The archived counterpart of …","","","","","The snapshot capturer will take a series of objects that …","","The resolver for an archived JournalAddressfamilyV1","","The resolver for an archived JournalAdviceV1","The journal effector is an adapter that will be removed in …","Represents a log entry in a snapshot log stream that …","","The resolver for an archived JournalEntryChangeDirectoryV1","","The resolver for an archived JournalEntryClearEtherealV1","","The resolver for an archived …","","The resolver for an archived JournalEntryCloseThreadV1","","The resolver for an archived JournalEntryCreateDirectoryV1","","The resolver for an archived JournalEntryCreateEventV1","","The resolver for an archived JournalEntryCreateHardLinkV1","","The resolver for an archived JournalEntryCreatePipeV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntryEpollCreateV1","","The resolver for an archived JournalEntryEpollCtlV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","WARNING!!!! Do not change this structure without updating …","The resolver for an archived …","","The resolver for an archived JournalEntryInitModuleV1","","The resolver for an archived …","","The resolver for an archived JournalEntryPathRenameV1","","The resolver for an archived JournalEntryPathSetTimesV1","","The resolver for an archived JournalEntryPortAddAddrV1","","The resolver for an archived JournalEntryPortBridgeV1","","The resolver for an archived JournalEntryPortDelAddrV1","","The resolver for an archived JournalEntryPortGatewaySetV1","","The resolver for an archived JournalEntryPortRouteAddV1","","The resolver for an archived JournalEntryPortRouteDelV1","","The resolver for an archived JournalEntryProcessExitV1","","The resolver for an archived JournalEntryRecordType","","The resolver for an archived JournalEntryRemoveDirectoryV1","","The resolver for an archived …","","The resolver for an archived JournalEntrySetClockTimeV1","","The resolver for an archived JournalEntrySetThreadV1","","The resolver for an archived JournalEntrySnapshotV1","","The resolver for an archived JournalEntrySocketAcceptedV1","","The resolver for an archived JournalEntrySocketBindV1","","The resolver for an archived JournalEntrySocketConnectedV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntrySocketListenV1","","The resolver for an archived JournalEntrySocketOpenV1","","The resolver for an archived JournalEntrySocketSendFileV1","","The resolver for an archived JournalEntrySocketSendToV1","","The resolver for an archived JournalEntrySocketSendV1","","The resolver for an archived JournalEntrySocketSetOptFlagV1","","The resolver for an archived JournalEntrySocketSetOptSizeV1","","The resolver for an archived JournalEntrySocketSetOptTimeV1","","The resolver for an archived JournalEntrySocketShutdownV1","","The resolver for an archived JournalEntryTtySetV1","","The resolver for an archived JournalEntryUnlinkFileV1","","The resolver for an archived …","","The resolver for an archived JournalEpollCtlV1","","The resolver for an archived JournalEpollEventCtlV1","","The resolver for an archived JournalExitCodeV1","","The resolver for an archived JournalIpCidrV1","Type of printing mode to use","","The resolver for an archived JournalSnapshot0ClockidV1","","The resolver for an archived JournalSnapshotTriggerV1","","The resolver for an archived JournalSocketShutdownV1","","The resolver for an archived JournalSockoptionV1","","The resolver for an archived JournalSocktypeV1","","The resolver for an archived JournalStreamSecurityV1","","The resolver for an archived JournalThreadStartTypeV1","","The resolver for an archived JournalTimeTypeV1","","The resolver for an archived JournalWasiMemoryLayout","","The resolver for an archived JournalWhenceV1","","The resolver for JournalSockoptionV1::KeepAlive","The archived counterpart of JournalSockoptionV1::KeepAlive","","The resolver for JournalSockoptionV1::LastError","The archived counterpart of JournalSockoptionV1::LastError","","The resolver for JournalSockoptionV1::Linger","The archived counterpart of JournalSockoptionV1::Linger","","The resolver for JournalTimeTypeV1::Linger","The archived counterpart of JournalTimeTypeV1::Linger","","","The resolver for JournalSnapshotTriggerV1::Listen","The archived counterpart of …","","The resolver for JournalSockoptionV1::Listening","The archived counterpart of JournalSockoptionV1::Listening","","The LogFile snapshot capturer will write its snapshots to …","","","The results of an operation to read a log entry from the …","The results of an operation to write a log entry to the log","The resolver for JournalThreadStartTypeV1::MainThread","The archived counterpart of …","","The memory file journal processes journal entries by …","The resolver for JournalEpollCtlV1::Mod","The archived counterpart of JournalEpollCtlV1::Mod","","The resolver for JournalSnapshot0ClockidV1::Monotonic","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV4","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV6","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastTtlV4","The archived counterpart of …","","","The resolver for JournalSockoptionV1::NoDelay","The archived counterpart of JournalSockoptionV1::NoDelay","","The resolver for …","The archived counterpart of …","","When a non-determinstic call is made","The resolver for JournalSockoptionV1::Noop","The archived counterpart of JournalSockoptionV1::Noop","","The resolver for JournalAdviceV1::Noreuse","The archived counterpart of JournalAdviceV1::Noreuse","","The resolver for JournalAdviceV1::Normal","The archived counterpart of JournalAdviceV1::Normal","","The null journal sends all the records into the abyss","The resolver for JournalSockoptionV1::OnlyV6","The archived counterpart of JournalSockoptionV1::OnlyV6","","The resolver for JournalSockoptionV1::OobInline","The archived counterpart of JournalSockoptionV1::OobInline","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalExitCodeV1::Other","The archived counterpart of JournalExitCodeV1::Other","","","The resolver for JournalEntryRecordType::PathRenameV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PathSetTimesV1","The archived counterpart of …","","","Triggered periodically based on a interval (default 10 …","","","","","The resolver for JournalEntryRecordType::PortAddAddrV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortAddrClearV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortBridgeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortDelAddrV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortDhcpAcquireV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortGatewaySetV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteAddV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteClearV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteDelV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortUnbridgeV1","The archived counterpart of …","","","The printing journal writes all the journal entries to the …","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ProcessExitV1","The archived counterpart of …","","","The resolver for JournalSockoptionV1::Promiscuous","The archived counterpart of …","","The resolver for JournalSockoptionV1::Proto","The archived counterpart of JournalSockoptionV1::Proto","","The resolver for JournalAdviceV1::Random","The archived counterpart of JournalAdviceV1::Random","","The resolver for JournalSocktypeV1::Raw","The archived counterpart of JournalSocktypeV1::Raw","","The resolver for JournalSocketShutdownV1::Read","The archived counterpart of JournalSocketShutdownV1::Read","","","The resolver for JournalTimeTypeV1::ReadTimeout","The archived counterpart of JournalTimeTypeV1::ReadTimeout","","","The snapshot capturer will take a series of objects that …","The resolver for JournalSnapshot0ClockidV1::Realtime","The archived counterpart of …","","","The resolver for JournalSockoptionV1::RecvBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::RecvLowat","The archived counterpart of JournalSockoptionV1::RecvLowat","","The resolver for JournalSockoptionV1::RecvTimeout","The archived counterpart of …","","","The resolver for JournalEntryRecordType::RemoveDirectoryV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalSockoptionV1::ReuseAddr","The archived counterpart of JournalSockoptionV1::ReuseAddr","","The resolver for JournalSockoptionV1::ReusePort","The archived counterpart of JournalSockoptionV1::ReusePort","","The resolver for JournalSockoptionV1::SendBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::SendLowat","The archived counterpart of JournalSockoptionV1::SendLowat","","The resolver for JournalSockoptionV1::SendTimeout","The archived counterpart of …","","The resolver for JournalSocktypeV1::Seqpacket","The archived counterpart of JournalSocktypeV1::Seqpacket","","The resolver for JournalAdviceV1::Sequential","The archived counterpart of JournalAdviceV1::Sequential","","The resolver for JournalWhenceV1::Set","The archived counterpart of JournalWhenceV1::Set","","","The resolver for JournalEntryRecordType::SetClockTimeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SetThreadV1","The archived counterpart of …","","","The resolver for JournalSnapshotTriggerV1::Sigalrm","The archived counterpart of …","","Alarm clock signal (used for timers)","The resolver for JournalSnapshotTriggerV1::Sigint","The archived counterpart of …","","Issued if the user sends an interrupt signal (Ctrl + C).","The resolver for JournalSnapshotTriggerV1::Sigstop","The archived counterpart of …","","The SIGSTOP signal instructs the operating system to stop …","The resolver for JournalSnapshotTriggerV1::Sigtstp","The archived counterpart of …","","The SIGTSTP signal is sent to a process by its controlling …","Various triggers that will cause the runtime to take …","","The resolver for JournalEntryRecordType::SnapshotV1","The archived counterpart of …","","Represents the marker for the end of a snapshot","","The resolver for JournalEntryRecordType::SocketAcceptedV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketBindV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketConnectedV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketListenV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketOpenV1","The archived counterpart of …","","","","","The resolver for JournalEntryRecordType::SocketSendFileV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSendToV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSendV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptFlagV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptSizeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptTimeV1","The archived counterpart of …","","","","","The resolver for JournalEntryRecordType::SocketShutdownV1","The archived counterpart of …","","","The resolver for JournalSnapshotTriggerV1::Stdin","The archived counterpart of JournalSnapshotTriggerV1::Stdin","","The resolver for JournalSocktypeV1::Stream","The archived counterpart of JournalSocktypeV1::Stream","","","","","The resolver for JournalSnapshot0ClockidV1::ThreadCputimeId","The archived counterpart of …","","The resolver for JournalThreadStartTypeV1::ThreadSpawn","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Timer","The archived counterpart of JournalSnapshotTriggerV1::Timer","","The resolver for JournalSockoptionV1::Ttl","The archived counterpart of JournalSockoptionV1::Ttl","","","The resolver for JournalEntryRecordType::TtySetV1","The archived counterpart of …","","","The resolver for JournalSockoptionV1::Type","The archived counterpart of JournalSockoptionV1::Type","","","","The resolver for JournalStreamSecurityV1::Unencrypted","The archived counterpart of …","","The resolver for JournalAddressfamilyV1::Unix","The archived counterpart of JournalAddressfamilyV1::Unix","","The resolver for JournalSnapshot0ClockidV1::Unknown","The archived counterpart of …","","The resolver for JournalWhenceV1::Unknown","The archived counterpart of JournalWhenceV1::Unknown","","The resolver for JournalAdviceV1::Unknown","The archived counterpart of JournalAdviceV1::Unknown","","The resolver for JournalEpollCtlV1::Unknown","The archived counterpart of JournalEpollCtlV1::Unknown","","The resolver for JournalStreamSecurityV1::Unknown","The archived counterpart of …","","The resolver for JournalSocktypeV1::Unknown","The archived counterpart of JournalSocktypeV1::Unknown","","","The resolver for JournalEntryRecordType::UnlinkFileV1","The archived counterpart of …","","","The resolver for JournalAddressfamilyV1::Unspec","The archived counterpart of JournalAddressfamilyV1::Unspec","","The default for runtime is to use the unsupported journal …","","The resolver for …","The archived counterpart of …","","","The resolver for JournalAdviceV1::Willneed","The archived counterpart of JournalAdviceV1::Willneed","","The snapshot capturer will take a series of objects that …","The resolver for JournalSocketShutdownV1::Write","The archived counterpart of JournalSocketShutdownV1::Write","","","The resolver for JournalTimeTypeV1::WriteTimeout","The archived counterpart of JournalTimeTypeV1::WriteTimeout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortDelAddrV1::addr","","","The archived counterpart of JournalEntrySocketBindV1::addr","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketOpenV1::af","","","","","","","Resets the journal so that reads will start from the …","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortAddAddrV1::cidr","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::cols","","","","Compacts the inner journal into a new journal","Compacts the inner journal into a new journal","","","","","","","","","","","","","","","The archived counterpart of …","","","","","The archived counterpart of …","","","","The archived counterpart of …","","","","The archived counterpart of …","DO NOT MOVE!","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::data","","","The archived counterpart of JournalEpollEventCtlV1::data1","","","The archived counterpart of JournalEpollEventCtlV1::data2","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::echo","","","","","","The archived counterpart of …","","","The archived counterpart of JournalEntryEpollCtlV1::epfd","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryEpollCtlV1::event","","","The archived counterpart of JournalEpollEventCtlV1::events","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPathSetTimesV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::fd","","","The archived counterpart of JournalEntryEpollCreateV1::fd","","","The archived counterpart of JournalEntryEpollCtlV1::fd","","","The archived counterpart of JournalEntryCreateEventV1::fd","","","The archived counterpart of JournalEntrySocketOpenV1::fd","","","The archived counterpart of JournalEntrySocketListenV1::fd","","","The archived counterpart of JournalEntrySocketBindV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendToV1::fd","","","The archived counterpart of JournalEntrySocketSendV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEpollEventCtlV1::fd","","","The archived counterpart of JournalEntryCreatePipeV1::fd1","","","The archived counterpart of JournalEntryCreatePipeV1::fd2","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::flags","","Flushes the data to disk or network","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","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 a new journal from a buffer","Create a new journal from a file","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::height","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::id","","","The archived counterpart of JournalEntryCloseThreadV1::id","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart 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).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 archived counterpart of …","","","The archived counterpart of JournalEntryPortRouteDelV1::ip","","","The archived counterpart of JournalIpCidrV1::ip","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of JournalEntrySetThreadV1::layout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of …","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of JournalEntryEpollCtlV1::op","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::path","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalIpCidrV1::prefix","","","The archived counterpart of JournalEntrySocketOpenV1::pt","","","The archived counterpart of JournalEpollEventCtlV1::ptr","","Returns a stream of snapshot objects that the runtime will …","","","","","","","","","","","","UNSAFE: This method uses unsafe operations to remove the …","","","","","","","","Represents the journal entry","","Offset of the end of the entry","","","Offset into the journal where this entry exists","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::rows","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","Splits the journal into a read and write side","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::start","","","The archived counterpart of …","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::stdin_tty","","","The archived counterpart of …","","","","The archived counterpart of …","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortBridgeV1::token","","","","","The archived counterpart of JournalEntrySnapshotV1::trigger","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntrySocketOpenV1::ty","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::width","","","","","","","","","","","","","","Takes in a stream of snapshot log entries and saves them …","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The resolver for …","","","","","","","","","","","Permission denied.","Add an entry to the interest list of the epoll file …","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","Connection already in progress.","Bad file descriptor.","Bad message.","Borrowed data.","Device or resource busy.","A cheaply cloneable and sliceable chunk of contiguous …","Operation canceled.","No child processes.","Connection aborted.","Connection refused.","Connection reset.","A clone-on-write smart pointer.","","Resource deadlock would occur.","Remove (deregister) the target file descriptor fd from the …","Destination address required.","Mathematics argument out of domain of function.","The application expects that it will not access the …","Reserved.","","Epoll operation.","","Error codes returned by functions. Not all of these error …","","File exists.","","Bad address.","File too large.","A file descriptor handle.","File descriptor flags.","Non-negative file size or length of a region within a file.","Which file time attributes to adjust. TODO: wit appears to …","A temporary handle to a FunctionEnv.","Host is unreachable.","Identifier removed.","Illegal byte sequence.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","Socket is connected.","Is a directory.","The journal effector is an adapter that will be removed in …","","Too many levels of symbolic links.","Trait for the Memory32 and Memory64 marker types.","Memory access violation.","File descriptor value too large.","Too many links.","Change the settings associated with fd in the interest …","The store-wide monotonic clock, which is defined as a …","Message too large.","Reserved.","An RAII implementation of a “scoped lock” of a mutex. …","Filename too long.","Type used to pass this value as an argument or return …","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","No such device or address.","One value used for counting.","Type used to represent an offset into a memory. This is u32…","Open flags used by path_open. TODO: wit appears to not …","","Value too large to be stored in data type.","Owned data.","Previous owner died.","Operation not permitted.","Broken pipe.","The CPU-time clock associated with the current process.","Protocol error.","Protocol not supported.","Protocol wrong type for socket.","The application expects to access the specified data in a …","A (half-open) range bounded inclusively below and …","Result too large.","The clock measuring real time. Time value zero corresponds …","File descriptor rights, determining which actions may be …","Read-only file system.","The application expects to access the specified data …","","Cannot send after socket shutdown.","Identifiers for clocks, snapshot0 version.","Invalid seek.","No such process.","Reserved.","No error occurred. System call completed successfully.","A measurement of the system clock, useful for talking to …","The CPU-time clock associated with the current thread.","Connection timed out.","Timestamp in nanoseconds.","Argument list too long.","Text file busy.","An anchor in time which can be used to create new …","The clock type is not known.","An unknown error has occured","The application expectations are unknown.","","Unknown.","A zero-cost type that represents a pointer to something in …","","The application expects to access the specified data in …","Cross-device link.","Zero value used for WasmPtr::is_null.","","","","","","Panics","","","","","","","","Safety","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety","","","","","","","","","","","","","","","","","","This will take the supplied stacks and apply them to the …","","","","","Return early with an error.","","","","","","","","","","","","","","","","Returns Some(t) where t is the time self + duration if t …","Returns Some(t) where t is the time self - duration if t …","","","","","","","","","","Returns true if item is contained in the range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the amount of time elapsed from an earlier point …","Returns the difference from this system time to the …","","The upper bound of the range (exclusive).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","True if the memory is 64-bit","Returns true if the range contains no items.","","","","","","","","","","","","","","","Convert a Native to an Offset.","","","","","","","Returns the system time corresponding to “now”.","","","","","Convert an Offset to a Native.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runs the work in the background via the task managers …","","","The lower bound of the range (inclusive).","","","","","","","Panics","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This value is tweaked to minimize the amount of journal …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Reads a string from Wasm memory.","","","","Like the try! macro or ? syntax: returns the value if the …","Like wasi_try but converts a MemoryAccessError to a …","Like wasi_try but converts a MemoryAccessError to a …","Like wasi_try but converts a MemoryAccessError to a …","Like the try! macro or ? syntax: returns the value if the …","","","","","","","","","","","","","","","","","","","","","","","Used to read the headers from the HTTP server","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Used to feed the bytes into the request itself","Used to receive the bytes from the HTTP server","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","OS task management for processes and threads.","","","A command available to an OS environment.","","Retrieve the command as as a std::any::Any reference.","","","","","","","","","","","Executes the command.","Execute a command.","Determine if a command exists at the given path.","","Returns the argument unchanged.","Get a command by its path.","","Calls U::from(self).","","Returns the canonical name of the command.","","","","Register a command.","Register a command at a custom path.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","A handle that allows awaiting the termination of a task, …","","","A handle that allows awaiting the termination of a task, …","","","","","","","Polls to check if the process is ready yet to receive …","","","","","","","","","","","","","Represents the CPU backoff properties for a process which …","","","","","","","","The amount of CPU backoff time we are currently waiting","The amount of CPU backoff time we are currently waiting","Seed used to register CPU release wakers","Referenced list of wakers that will be triggered when the …","When the backoff is reset the cool-off period will keep …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","The inner protected region of the process with a …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Maximum amount of CPU backoff time before it starts capping","Amount of time the CPU should cool-off after exiting run …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","How long should the CPU backoff for","ID used to unregister the wakers","","","","","Guard that ensures the WasiControlPlane task counter is …","The maximum number of execution tasks has been reached.","","","","","","","Get the current count of active tasks (threads).","","","","","","","","","","","","","","","","","","","","","","","","Returns the configuration for this control plane","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Flag that indicates if asynchronous threading is enables …","Enables an exponential backoff of the process CPU usage …","","","","","","","","","","","","","","Returns the argument unchanged.","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 a new process ID","Gets a reference to a running process","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","Total number of tasks (processes + threads) that can be …","","Mutable state.","","","","Creates a new process","","","","","","","","","Seed used to generate process ID’s","The processes running on this machine","Register a new task.","","Total number of active tasks (threads) across all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The maximum number of tasks.","No checkpoint will take place and the process should just …","","","","","The process needs to take a snapshot of the memory and …","","Represents a process running within the compute state …","Represents a freeze of all threads to perform some action …","Represents the ID of a sub-process","","","","","","","","","Returns the number of active threads for this process","","Represents all the backoff properties for this process …","","","","","","","","","","","","","","","Checkpoints the process which will cause all other threads …","Represents a checkpoint which blocks all the threads and …","List of all the children spawned from this thread","","","","","","","","","","","","","","","Reference back to the compute engine","Number of tokens that are currently active and thus the …","","","","","","","","","","","","","","","","","","","","","","","Disables the journaling functionality","If true then the journaling will be disabled after the …","","","","","","","","","","","","","","","","","","","","","","","","","","Reference to the exit code for the main thread","","","","","","","Returns the argument unchanged.","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 a reference to a particular thread","","","","","","","","","","The inner protected region of the process with 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).","Waits until the process is finished.","Waits for any of the children to finished","Waits for all the children to be finished","","","","","","","","Gains access to the process internals","If a checkpoint has been started this will block the …","Hash of the module that this process is using","","","Creates a a thread and returns it","Creates a a thread and returns it","List of all the children spawned from this thread","","","","","Gets the process ID of this process","Unique ID of this process","Unique ID of this process","","","","","","","","Gets the process ID of the parent process","","","","","","Signals one of the threads every interval","Signals that will be triggered at specific intervals","Signals all the threads in this process","Signals all the threads in this process","Signals a particular thread in the process","Takes a snapshot of the process and disables journaling …","The snapshot memory significantly reduce the amount of …","List of situations that the process will checkpoint on","","Terminate the process and all its threads","Number of threads running for this process","The threads that make up this process","","","","","","","","","","","","","","","","","","","","Attempts to join on the process","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wait for the checkout process to finish","Wait for the checkout process to finish","","Number of threads waiting for children to exit","Number of threads waiting for children to exit","Any wakers waiting on this process (for example for a …","","","","Signal handles…well…they process signals","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Time between the signals","Calls U::from(self).","Calls U::from(self).","Last time that a signal was triggered","","","","","Flag that indicates if the signal should repeat","Processes a signal","Signal that will be raised","","","","","","","","","","","","","","","","","","","","","","","A handle that allows awaiting the termination of a task, …","","","A handle that allows awaiting the termination of a task, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Returns true if the task status is Finished.","Returns true if the task status is Pending.","Returns true if the task status is Running.","","","","","","","","","","","","Polls to check if the process is ready yet to receive …","Marks the task as finished.","Marks the task as finished.","Sets the signal handler used for this owned task","","","","","Retrieve the current status.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wait until the task finishes.","","","","Attaches a signal handler","","","","This will happen if WASM is running in a thread has not …","","","","","","","","","Represents a linked list of stack snapshots","Represents a linked list of stack snapshots","","Represents the memory layout of the parts that the thread …","Represents a running thread which allows a joiner to wait …","","","","Represents the ID of a WASI thread","A guard that ensures a thread is marked as terminated when …","","","","","","","","","","","","Adds a stack snapshot and removes dead ones","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a snapshot that was previously addedf","Piece of memory that is marked as none readable/writable …","Returns true if a rewind of a particular type has been …","Returns all the signals that are waiting to be processed","Returns all the signals that are waiting to be processed","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Reads a flag that determines if this thread is currently …","Reads a flag that determines if this thread is currently …","Returns true if this thread is the main thread","","Waits until the thread is finished or the timeout is …","Get a join handle to watch the task status.","","","","","","","","","","","","","","Gets the memory layout for this thread","","Memory stack used to restore the memory stack (thing that …","","","","","","","Returns the process ID","","","","","","","","","","","","","","Returns all the signals that are waiting to be processed","Returns all the signals that are waiting to be processed","","","","Generic serialized object passed back to the rewind …","","","Sets a flag that tells others that this thread is currently","Sets a flag that tells others if this thread is currently …","Gets the memory layout for this thread","Gets or sets the exit code based of a signal that was …","Sets that a rewind will take place","Marks the thread as finished (which will cause anyone that …","","Adds a signal for this thread to process","","","","","This is the bottom part of the stack (anything more below …","Total size of the stack","This is the top part of the stack (stacks go backwards)","","","","","Pops any rewinds that need to take place","","","Gets the thread start type for this thread","Returns the thread ID","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to join on the thread","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Waits for a signal to arrive","","","","","","","","Provides access to a TTY.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Resets the values","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Retrieve the current TTY state.","Set the TTY state.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","TtyBridge implementation for Unix systems.","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents the work that will be done when a thread goes …","No value.","Trait that will be invoked after the rewind has finished …","The rewind state after a deep sleep","","Some value of type T.","","","","","","","","","","","","","Returns the serialized object that is returned on the …","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Flag that indicates if this rewind is 64-bit or 32-bit …","Layout of the memory,","","","Memory stack used to restore the stack trace back to where …","","","State that the thread will be rewound to","Call stack used to restore the stack trace back to where …","Describes the type of thread start","All the global data stored in the store","This is the work that will be performed before the thread …","","","","","","","","","","","","","","","","","","","","A directory that should be mapped from the host filesystem …","","Trait that all runners have to implement","The new alias.","Returns whether the Runner will be able to run the Command","","","WebC container support for running Emscripten modules","","","The absolute path specifying where the host directory …","The absolute path for a directory on the host filesystem.","Run a command.","","The original command.","WebC container support for running WASI modules","","","A handle to an Abortable task.","","","This factory will store and reuse instances between …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","This factory will store and reuse instances between …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Once the instance is running it will","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The shared object that manages the instantiaion of WASI …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","The base URI used by a [Dcgi] runner.","","","","","","Add an argument to the WASI executable’s command-line …","Add multiple arguments to the WASI executable’s …","","","","","Set callbacks that will be triggered at various points in …","","","","","","","","","","","","","Expose an environment variable to the guest.","Expose multiple environment variables to the guest.","","","Forward all of the host’s environment variables to the …","Returns the argument unchanged.","Returns the argument unchanged.","","","","Add a package that should be available to the instance at …","Add packages that should be available to the instance at …","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This factory will store and reuse instances between …","","","","","","","","","","","","","","","","","","","","","This factory will store and reuse instances between …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Handler which will process DProxy requests","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Reads bytes from a source.","Writes bytes asynchronously.","","The context of an asynchronous task.","Errors produced by the service.","A future represents an asynchronous computation obtained …","The future response value.","The type of value produced on completion.","Represents that a value is not ready yet.","A pinned pointer.","Indicates whether a value is available or if the current …","A wrapper around a byte buffer that is incrementally …","Represents that a value is immediately ready.","Responses given by the service.","An asynchronous function from a Request to a Response.","The URI component of a request.","","","","Advances the size of the filled region of the buffer.","","Asserts that the first n unfilled bytes of the buffer are …","Get the authority of this Uri.","","","","","","","","Creates a new builder-style object to manufacture a Uri.","Process the request and return the response asynchronously.","Returns the total capacity of the buffer.","","Clears the buffer, resetting the filled region to empty.","","","","","","","","","","","","","","","","","","","","","Returns a shared reference to the filled portion of the …","","Returns a mutable reference to the filled portion of the …","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Attempt to convert a Bytes buffer to a Uri.","Attempt to convert a Parts into a Uri.","Convert a Uri from a static string.","","","","Get the host of this Uri.","","","Returns a mutable reference to the unfilled part of the …","Returns a mutable reference to the first n bytes of the …","Returns a shared reference to the initialized portion of …","","Returns a mutable reference to the initialized portion of …","Returns a mutable reference to the entire buffer, without …","Calls U::from(self).","Calls U::from(self).","","","Convert a Uri into Parts.","","Determines if this writer has an efficient …","","","Creates a new ReadBuf from a fully initialized buffer.","Get the path of this Uri.","Returns the path & query components of the Uri","","","","Attempt to resolve the future to a final value, registering","Attempts to flush the object, ensuring that any buffered …","Attempts to read from the AsyncRead into buf.","Returns Poll::Ready(Ok(())) when the service is able to …","Initiates or attempts to shut down this writer, returning …","Attempt to write bytes from buf into the object.","Like poll_write, except that it writes from a slice of …","Get the port part of this Uri.","Get the port of this Uri as a u16.","Appends data to the buffer, advancing the written position …","Get the query string of this Uri, starting after the ?.","Returns the number of bytes at the end of the slice that …","","Get the scheme of this Uri.","","Get the scheme of this Uri as a &str.","Sets the size of the filled region of the buffer.","","Returns a new ReadBuf comprised of the unfilled section up …","","","","","","","","","","","","","","","","Returns a mutable reference to the unfilled part of the …","Creates a new ReadBuf from a fully uninitialized buffer.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","A Connector for the WASM processes behind a socket.","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a socket that can be used to send and receive ICMP …","Creates a low level socket that can read and write …","Opens a UDP socket that listens on a specific IP and Port …","","","","","Bridges this local network with a remote network, which is …","","","Opens a TCP connection to a particular destination IP …","","","","","","","","Acquires an IP address on the network and configures the …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Adds a default gateway to the routing table","","","","Calls U::from(self).","Calls U::from(self).","Adds a static IP address to the interface with a netmask …","Clears all the assigned IP addresses for this interface","Lists all the IP addresses currently assigned to this …","Removes a static (or dynamic) IP address from the interface","","","Listens for TCP connections on a specific IP and Port …","","","","Returns the hardware MAC address for this interface","","","","","","Performs DNS resolution for a specific hostname","Adds a specific route to the routing table","Clears the routing table for this interface","Lists all the routes defined in the routing table for this …","Removes a routing rule from the routing table","","","","","","","","Disconnects from the remote network essentially unbridging …","","","","","","","","","","","","","","","","","The base URI used by a [DProxy] runner.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the current arguments for this EmscriptenRunner","","Calls U::from(self).","","Constructs a new EmscriptenRunner given an Store","","","","","Set the CLI args","","","","","","","","","","","Builder method to provide CLI args to the runner","Trait that all runners have to implement","Returns whether the Runner will be able to run the Command","Run a command.","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the current arguments for this WasiRunner","","","Calls U::from(self).","","Constructs a new WasiRunner.","","","","","","","","","","","","","","","","","","","","Builder method to provide CLI args to the runner","","Override the directory the WASIX instance will start in.","","Builder method to provide environment variables to the …","","","","Add an item to the list of importable items provided to …","Add multiple import functions.","Add a package that should be available to the instance at …","Add packages that should be available to the instance at …","","","","","Mount a FileSystem instance at a particular location.","","","","","","","","","","","A directory that should be mapped from the host filesystem …","","","","","","","","The new alias.","HACK: We need this so users can mount host directories at …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","The absolute path specifying where the host directory …","The absolute path for a directory on the host filesystem.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The original command.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A handle to an Abortable task.","Callbacks that are triggered at various points in the …","","Configuration used for creating a new environment","Result of a create operation on a new environment","","Configuration used for reusing an new environment","","","Abort the Abortable stream/future associated with this …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Checks whether AbortHandle::abort was called on any …","","","","","","Creates an (AbortHandle, AbortRegistration) pair which can …","","","","","","","","","","","","","","","","","","","","Callbacks that are triggered at various points in the …","Configuration used for creating a new environment","Result of a create operation on a new environment","","Configuration used for reusing an new environment","","","","","","","","","","","Create the WASI environment","Create the WASI environment","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Data was written to stderr by an instance.","Data was written to stderr by an instance.","Reading from stderr failed.","Reading from stderr failed.","","","","","","Recycle the WASI environment","Recycle the WASI environment","","","A callback that is called whenever the server starts.","A callback that is called whenever the server starts.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The shared object that manages the instantiaion of WASI …","","","","","","","","","","","","","Read the instance’s stderr, taking care to preserve …","","","","","","","","","Drive the request to completion by streaming the request …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Add an argument to the WASI executable’s command-line …","Add multiple arguments to the WASI executable’s …","","","","","Set callbacks that will be triggered at various points in …","","","","","","","","","","","","","","Expose an environment variable to the guest.","Expose multiple environment variables to the guest.","","","Forward all of the host’s environment variables to the …","Returns the argument unchanged.","Returns the argument unchanged.","","","","Add a package that should be available to the instance at …","Add packages that should be available to the instance at …","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runtime that allows for certain things to be overridden …","","Runtime components used when running WebAssembly programs.","","","","","","","","","The snapshot capturer takes and restores snapshots of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a wasmer::Engine for module compilation.","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a custom HTTP client","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","The list of journals which will be used to restore the …","","","","","","","","","Load a a Webassembly module, trying to use a pre-compiled …","Load a a Webassembly module, trying to use a pre-compiled …","","Load a a Webassembly module, trying to use a pre-compiled …","","Cache pre-compiled wasmer::Modules.","A cache for compiled modules.","","","","","Provides access to all the networking related functions …","","","","","","","Create a new wasmer::Store.","","","Callback thats invokes whenever the instance is tainted, …","","A package loader.","","","","","","","","","","","","","","","","","","","The package registry.","","","","","","","Retrieve the active VirtualTaskManager.","","","","","","","","","","","","","","","Get access to the TTY used by the environment.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Possible errors that may occur during ModuleCache …","","FallbackCache is a combinator for the ModuleCache trait …","","A cache that saves modules to a folder on the host …","","A cache for compiled WebAssembly modules.","The item was not found.","A catch-all variant for any other errors that may occur.","","A ModuleCache based on a DashMap<ModuleHash, Module>.","A cache that will cache modules in a thread-local variable.","","","","","Get a ModuleCache which should be good enough for most …","Load a module based on its hash.","","","Save a module so it can be retrieved with …","","","","","","","","","FallbackCache is a combinator for the ModuleCache trait …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","A cache that saves modules to a folder on the host …","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","A ModuleCache based on a DashMap<ModuleHash, Module>.","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A cache that will cache modules in a thread-local variable.","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Possible errors that may occur during ModuleCache …","","","","A cache for compiled WebAssembly modules.","The item was not found.","A catch-all variant for any other errors that may occur.","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Load a module based on its hash.","","","Save a module so it can be retrieved with …","","","","","","","","","","","","","Chain a second ModuleCache that will be used as a fallback …","Chain a second ModuleCache that will be used as a fallback …","","","","","The builtin PackageLoader that is used by the wasmer CLI …","","A PackageLoader implementation which will always error out.","","","","","","","Given a fully resolved package, load it into memory for …","Load a resolved package into memory so it can be executed.","A mapping from hostnames to tokens","","","The builtin PackageLoader that is used by the wasmer CLI …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Insert a container into the in-memory hash.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","A mapping from hostnames to tokens","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Add an API token that will be used whenever sending …","","","The maximum number of packages that will be loaded in …","A FileSystem implementation that lets you map the Path to …","","","","","","","","How many bytes worth of files does a directory contain?","","","","","","","","Given a set of ResolvedFileSystemMappings and the Container…","Build the filesystem for webc v2 packages.","Build the filesystem for webc v3 packages.","","Returns the argument unchanged.","","","Calls U::from(self).","","HACK: Some older packages like sharrattj/bash and …","Given a webc::metadata::Command, figure out which atom it …","Given a fully resolved package, load it into memory for …","","","","","","","","","","","","","","","","","","","","","","","","","","","Load a resolved package into memory so it can be executed.","","A PackageLoader implementation which will always error out.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A dependency constraint.","An acyclic, directed dependency graph.","Information used when retrieving a package.","","An edge in the DependencyGraph.","","A Source that knows how to query files on the filesystem.","A Source that tracks packages in memory.","","A Source that works by querying multiple Sources in …","","","A node in the DependencyGraph.","","","Information about a package’s contents.","Some metadata a Source can provide about a package without …","","","","","","A package that has been resolved, but is not yet runnable.","Something that packages can be downloaded from.","","","A Source which will resolve dependencies by pinging a …","A Source which can query arbitrary packages on the …","The SHA-256 hash of a *.webc file.","","The name used by the package when referring to this …","","","","","Commands this package exposes to the outside world.","","If encountered, treat QueryError::NoMatches as a non-fatal …","If encountered, treat QueryError::NotFound as a non-fatal …","If encountered, treat QueryError::Unsupported as a …","Any dependencies this package may have.","The name of the package this volume comes from (current …","","Information about how the package is distributed.","The name of a Command that should be used as this package…","","","A mapping from paths to the volumes that should be mounted …","","","","","","","","","Where the volume should be mounted within the resulting …","","","","The item’s original name.","","The path of the mapped item within its original volume.","","","","The package this item comes from.","","","","","","","Ask this source which packages would satisfy a particular …","","","Given the PackageInfo for a root package, resolve its …","","","","","","","","","The volume to be mounted.","","","","A URL that can be used to download the *.webc file.","A SHA-256 checksum for the *.webc file.","","","","","","A Source that knows how to query files on the filesystem.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","A Source that tracks packages in memory.","","","","Add a new PackageSummary to the InMemorySource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Recursively walk a directory, adding all valid WEBC files …","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A dependency constraint.","Information used when retrieving a package.","","Information about a package’s contents.","Some metadata a Source can provide about a package without …","The SHA-256 hash of a *.webc file.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Commands this package exposes to the outside world.","","Any dependencies this package may have.","The name of the package this volume comes from (current …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of a Command that should be used as this package…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","Where the volume should be mounted within the resulting …","","The path of the mapped item within its original volume.","","","","","Parse a sha256 hash from a hex-encoded string.","","","","","","","","","","","Generate a new WebcHash based on the SHA-256 hash of some …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The volume to be mounted.","","","","","","","","A URL that can be used to download the *.webc file.","A SHA-256 checksum for the *.webc file.","A Source that works by querying multiple Sources in …","","","","","","","","","","","","","","If encountered, treat QueryError::NoMatches as a non-fatal …","If encountered, treat QueryError::NotFound as a non-fatal …","If encountered, treat QueryError::Unsupported as a …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Override the strategy used when a Source returns a …","An acyclic, directed dependency graph.","An edge in the DependencyGraph.","","A node in the DependencyGraph.","","","A package that has been resolved, but is not yet runnable.","","","","","","","","The name used by the package when referring to this …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Information about how the package is distributed.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A mapping from paths to the volumes that should be mounted …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Calls U::from(self).","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 an iterator over all the packages in this dependency …","","","","","","","","","The item’s original name.","","","","The package this item comes from.","","Get a mapping from PackageIds to NodeIndexs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Visualise this graph as a DOT program.","","","","","","","","","","","","","","","","","","","","As a workaround for the lack of “proper” dependency …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","All node indices, in topologically sorted order.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Given the PackageInfo for a root package, resolve its …","","Given some DiscoveredPackages, figure out how the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Something that packages can be downloaded from.","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","Run Source::query() and get the PackageSummary for the …","Run Source::query() and get the PackageSummary for the …","","","Ask this source which packages would satisfy a particular …","","","","","","","","","","","","","","","","Polyfill for Url::from_file_path() that works on …","","","A local cache for package queries.","","Cache entry for a webc lookup by hash.","","","","","","","","","A Source which will resolve dependencies by pinging a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Has the package been archived?","","","","","","","","","","","","","","","","","A JSON string containing a Manifest definition.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cache query results locally.","","","Classification of how valid an item is based on filesystem …","","An item in the cache.","An item isn’t in the cache, but could be cached later on.","The item isn’t in the cache.","The cached item might be invalid, but it has an ETag we …","The cached item exists on disk, but we weren’t able to …","A Source which can query arbitrary packages on the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Download a package and cache it locally.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set the period after which an item should be marked as “…","","","","","","","","","","","","","Callback that will be invoked","Represents a WASM task that will be executed on a …","Callback that will be invoked","The properties passed to the task","Callback that will be invoked","The properties passed to the task","A task executor backed by a thread pool.","Generic utility methods for VirtualTaskManager","","","","","","","","","","","","","","","Build a new Webassembly memory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 instance will be recycled back to this function when …","","Pause the current thread of execution.","Runs the work in the background via the task managers …","","","Schedule a blocking task to run on the threadpool, …","","","Run a blocking operation on the thread pool.","Run an asynchronous operation on the thread pool.","Run a blocking WebAssembly operation on the thread pool.","Returns the amount of parallelism that is possible on this …","","","The result of the asynchronous trigger serialized into …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A task manager that uses tokio to spawn tasks.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","See VirtualTaskManager::sleep_now.","See VirtualTaskManager::task_dedicated.","See VirtualTaskManager::task_shared.","See VirtualTaskManager::task_wasm.","See VirtualTaskManager::thread_parallelism.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","all the rights enabled","","","Structure that holds the state of BUS calls to this …","","","","Represents a futex which will make threads wait for …","Stores the state of the futexes","","Top level data type containing all* the state with which …","","","","","","","","","","","","","Builder system for configuring a WasiState and creating it.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Forking the WasiState is used when either fork or vfork is …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Gets a reference to the waker that can be used for …","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Will wait until either the reactor is triggered or the …","Wakes one of the reactors thats currently waiting","","","","","","","Internal helper function to get a standard device handle. …","Get the VirtualFile object at stderr","Get the VirtualFile object at stdin","Get the VirtualFile object at stdout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Builder for preopened directories.","The built version of PreopenDirBuilder","","","","Builder API for configuring a WasiEnv environment needed …","","","","","Error type returned when bad data is given to …","","","Add an argument.","Add multiple arguments.","Add an environment variable pair.","Add multiple environment variable pairs.","Add an item to the list of importable items provided to …","","Specifies one or more journal files that Wasmer will use …","Preopen a directory with a different name exposed to the …","Map an atom to a local binary","Maps a series of atoms to local binaries.","Preopen a directory and configure it.","Adds a preopen a directory","","Adds a container this module inherits from.","","Make this preopened directory appear to the WASI program …","","","Add an argument.","Add multiple arguments.","Command line arguments.","","Attaches a ctrl-c handler which will send signals to the …","","","","","","","","","","","","Consumes the WasiEnvBuilder and produces a WasiEnvInit, …","","","","","","","","","Set create permissions affecting files in the directory","","","","","","","","","","","","","","","","","","","","Point the preopened directory to the path given by po_dir","","","","","Add an environment variable pair.","Add multiple environment variable pairs.","Environment variables.","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Sets the FileSystem to be used with this WASI instance.","","Get a reference to the configured arguments.","Get a mutable reference to the configured arguments.","Get a reference to the configured environment variables.","Get a mutable reference to the configured environment …","Add an item to the list of importable items provided to …","","","","","","Consumes the WasiEnvBuilder and produces a WasiEnvInit, …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","Map an atom to a local binary","Maps a series of atoms to the local binaries","List of host commands to map into the WASI instance.","Preopen a directory with a different name exposed to the …","Preopen directorys with a different names exposed to the …","","Creates an empty WasiEnvBuilder.","Create an empty builder","","","","","","","Preopen a directory and configure it.","Preopen a directory","Preopen multiple directories.","Preopen the given directories from the Virtual FS.","Pre-opened directories that will be accessible from WASI.","Set read permissions affecting files in the directory","","","","","","Start the WASI executable with async threads enabled.","","Sets the WASI runtime implementation and overrides the …","","Sets a new sandbox FileSystem to be used with this WASI …","","","","Sets the module hash for the running process. This ensures …","","Overwrite the default WASI stderr, if you want to hold on …","Overwrite the default WASI stdin, if you want to hold on …","Overwrite the default WASI stdout, if you want to hold on …","Configure the WASI filesystem before running.","","","","","Overwrite the default WASI stderr, if you want to hold on …","","Overwrite the default WASI stdin, if you want to hold on …","","Overwrite the default WASI stdout, if you want to hold on …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a container this module inherits from.","Adds a list of other containers this module inherits from.","List of webc dependencies to be injected.","","Pre-opened virtual directories that will be accessible …","","","","","","Set write permissions affecting files in the directory","","","The environment provided to the WASI imports.","Data required to construct a WasiEnv.","Various TypedFunction and Global handles for an active …","","","Returns the active journal or fails with an error","Returns the number of active threads","Additional functionality provided to the WASIX instance, …","asyncify_get_state(): call this to get the current value …","asyncify_start_rewind(data : i32): call this to start …","asyncify_start_unwind(data : i32): call this to start …","asyncify_stop_rewind(): call this to note that rewinding …","asyncify_stop_unwind(): call this to note that unwinding …","Binary factory attached to this environment","","Cleans up all the open files (if this is the main thread)","","","","","","","Construct a new WasiEnvBuilder that allows customizing an …","Whether to call the _initialize function in the WASI …","Indicates if the calling environment is capable of deep …","","","Returns true if this module is capable of deep sleep …","","","","","","","Points to the end of the data section","","","","","","","","","","Flag that indicates the cleanup of the environment is to …","","","","","Is this environment capable and setup for deep sleeping","Enables an exponential backoff of the process CPU usage …","Enables the snap shotting functionality","Indicates if extra tracing should be output","","","","Forking the WasiState is used when either fork or vfork is …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Unsafe:","Unsafe:","","Returns true if a particular snapshot trigger is enabled","Flag that indicates if the stack capture exports are being …","","","","Function thats invoked to initialize the WASM module (name …","Providers safe access to the initialized part of WasiEnv …","Inner functions and references that are loaded before the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Returns true if this thread can go into a deep sleep","Represents the layout of the memory","","","","","","Providers safe access to the memory (it must be …","Providers safe access to the memory (it must be …","Represents a reference to the memory","Copy the lazy reference so that when it’s initialized …","","Providers safe access to the memory (it must be …","Providers safe access to the memory (it must be …","","","Accesses the virtual networking implementation","","Cleans up all the open files (if this is the main thread)","List of the handles that are owned by this context (this …","","","","","Seed used to rotate around the events returned by …","Returns true if a particular snapshot trigger is enabled","Represents the process this environment is attached to","","Porcesses any signals that are batched up","Porcesses any signals that are batched up or any forced …","","Re-initializes this environment so that it can be executed …","Flag that indicatees if the environment is currently …","Returns a copy of the current runtime implementation for …","Implementation of the WASI runtime.","","Overrides the runtime implementation for this environment","Returns an exit code if the thread or process has been …","Returns true if the process should perform snapshots or not","Represents the callback for signals (name = “__…","Flag that indicates if the signal callback has been set by …","Indicates triggers that will cause a snapshot to be taken","Points to the higher end of the stack","Points to the lower end of the stack","Points to the current location of the memory stack pointer","Main function that will be invoked (name = “_start”)","Get the WASI state","Shared state of the WASI system. Manages all the data that …","","Internal helper function to get a standard device handle. …","Get the VirtualFile object at stderr","Get the VirtualFile object at stdin","Get the VirtualFile object at stdout","Returns a copy of the current tasks implementation for …","Represents the thread this environment is attached to","","Represents the callback for spawning a thread (name = “…","","","","Tries to clone the instance from this environment","","","","Providers safe access to the initialized part of WasiEnv","Providers safe access to the initialized part of WasiEnv …","","","","Providers safe access to the memory (it must be …","Copy the lazy reference so that when it’s initialized …","Providers safe access to the memory (it must be …","","","","","","","","","","","","","","","","","","","","","","Make all the commands in a BinaryPackage available to the …","Given a list of packages, load them from the registry and …","Represents a fork of the process that is currently in play","","","","","Returns true if this WASM process will need and try to use …","","The default stack size for WASIX - the number itself is …","","","Bootstraps this main thread and context with any journals …","","","","","Gets a reference to the WasiEnvironment","Gets a mutable- reference to the host state in this …","","","","","","","Returns the argument unchanged.","Get an Imports for a specific version of WASI detected in …","Like import_object but containing all the WASI versions …","","Initializes the WasiEnv using the instance exports (this …","Initializes the WasiEnv using the instance exports and a …","Calls U::from(self).","","","","Safety","","","","","","","","","","","","","","","","","","","This pointer provides global access to some instance …","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","This non-sendable guard provides memory safe access to the …","This provides access to the memory inside the instance","This non-sendable guard provides memory safe access to the …","This handle protects the WasiInstance and makes it …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Inner functions and references that are loaded before the …","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extract the exit code from a Result<(), WasiRuntimeError>.","Something didn’t work. ignored as input","","","","","Connection closed. ignored as input","Data available to read","Invalid request. ignored as input","Data available to write (will still block if data is …","A wrapper type around Stderr that implements VirtualFile.","A wrapper type around Stdin that implements VirtualFile.","A wrapper type around Stdout that implements VirtualFile.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Permission denied.","Has the effects of both Acquire and Release together: For …","When coupled with a load, if the loaded value was written …","The address was in use","The address could not be found","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","Connection already in progress.","File exists","","","A thread-safe reference-counting pointer. ‘Arc’ stands …","Helper trait for a value that is convertible to a StoreMut.","Helper trait for a value that is convertible to a StoreRef.","An extension trait that adds utility methods to AsyncSeek …","Writes bytes to a sink.","","Future that will be polled by asyncify methods (the return …","","A boolean type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","The memory does not support atomic operations.","The size of this non-zero integer type in bits.","The size of an IPv4 address in bits.","The size of an IPv6 address in bits.","An IPv4 address representing the broadcast address: …","Bad file descriptor.","Bad message.","The fd given as a base was not a directory so the …","The file descriptor or file refers to a block device inode.","A trait for borrowing data.","Borrowed data.","","A pipe was closed","Device or resource busy.","A cheaply cloneable and sliceable chunk of contiguous …","A unique reference to a contiguous slice of memory.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","A Condition Variable","Connection aborted.","","The connection was aborted","The connection request was refused","The connection was reset","Connection refused.","Connection reset.","The context of an asynchronous task.","The operation would cause the size of the memory to exceed …","A clone-on-write smart pointer.","","Resource deadlock would occur.","Used for immutable dereferencing operations, like *v.","Used for mutable dereferencing operations, like in *v = 1;.","Destination address required.","","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","Directory not Empty","A directory entry.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","","Reserved.","A pair of pipes that are connected together.","A Duration type to represent a span of time, typically …","","A view into a single entry in a map, which may either be …","The requested file or directory could not be found","Error codes returned by functions. Not all of these error …","","The type returned in the event of a conversion error.","An event that occurred.","The contents of an event for the eventtype::fd_read and …","The contents of an event.","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","","An Extern is the runtime representation of an entity that …","An externref value which can hold opaque data to the wasm …","A 32-bit float.","A 64-bit float.","","Bad address.","File too large.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","Indicates that asyncify callback finished and the caller …","Will return the result of the invocation","Error type for external users","Which file time attributes to adjust. TODO: wit appears to …","A first-class reference to a WebAssembly function.","A WebAssembly function instance.","A external Function.","An opaque reference to a function environment. The …","A temporary handle to a FunctionEnv.","A user defined error value, used for error cases not …","A WebAssembly global instance.","A external Global.","","A hash map implemented with quadratic probing and SIMD …","A hash set implemented as a HashMap where the value is ().","Memory access is outside heap bounds.","Host is unreachable.","A 32-bit integer.","A 64-bit integer.","Something failed when doing IO. These errors can generally …","Identifier removed.","Illegal byte sequence.","","","The error type for errors that can never happen.","","","Operation in progress.","A WebAssembly Instance is a stateful, executable instance …","The operation was interrupted before it could finish","Objects that can be converted into an Waker. This trait is …","Interrupted function.","Invalid argument.","Invalid internal data, if the argument data is invalid, …","The fd given was not usable","The provided data is invalid","Invalid memory was provided.","Will call the function again","I/O error.","An IP address, either IPv4 or IPv6.","An IPv4 address.","An IPv6 address.","Socket is connected.","Is a directory.","","An IPv4 address with the address pointing to localhost: …","An IPv6 address representing localhost: ::1.","","","","","A thread local storage key which owns its contents.","The filesystem has failed to lock a resource.","","Long size used by checkpoints","Too many levels of symbolic links.","The largest value that can be represented by this non-zero …","The maximum duration.","The duration of one microsecond.","The duration of one millisecond.","The smallest value that can be represented by this non-zero","Caller asked for a maximum memory greater than we can give …","A WebAssembly memory instance.","A external Memory.","Marker trait for 32-bit memories.","Marker trait for 64-bit memories.","Error for invalid Memory access.","Error type describing things that can go wrong when …","Returned when a shared memory is required, but the given …","Trait for the Memory32 and Memory64 marker types.","A WebAssembly memory view.","Memory access violation.","File descriptor value too large.","Caller asked for more minimum memory than we can give them.","Too many links.","A WebAssembly Module contains stateless WebAssembly code …","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","Message too large.","","","","Reserved.","A mutual exclusion primitive useful for protecting shared …","The duration of one nanosecond.","Filename too long.","Type used to pass this value as an argument or return …","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","The requested device couldn’t be accessed","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","String is not valid UTF-8.","An integer that is known not to equal zero.","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Expected a file but found not a file","Could not perform the operation because there was not an …","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","One value used for counting.","An occupied entry.","Type used to represent an offset into a memory. This is u32…","After the stack is unwound via asyncify what should the …","","","","","","Atomic memory orderings","","Value too large to be stored in data type.","Address calculation overflow.","Owned data.","Previous owner died.","Units of WebAssembly pages (as specified to be 65,536 …","A slice of a path (akin to str).","Represents that a value is not ready yet.","Operation not permitted.","Caller was not allowed to perform this operation","","A pinned pointer.","Broken pipe.","","Indicates whether a value is available or if the current …","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","Protocol error.","","Protocol not supported.","Protocol wrong type for socket.","The application expects to access the specified data in a …","Result too large.","","The Read trait allows for reading bytes from a source.","Represents that a value is immediately ready.","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","A mutable memory location with dynamically checked borrow …","Low level error with mmap.","The file descriptor or file refers to a regular file inode.","No ordering constraints, only atomic operations.","When coupled with a store, all previous operations become …","Handle rewind types that have a result to be processed","Handle rewind types that are result-less (generally these …","","","File descriptor rights, determining which actions may be …","Read-only file system.","A struct representing an aborted instruction execution, …","The duration of one second.","The Seek trait provides a cursor which can be moved within …","","","","Like Acquire/Release/AcqRel (for load, store, and …","","The application expects to access the specified data …","","SHA-256 hasher.","Cannot send after socket shutdown.","Identifiers for clocks, snapshot0 version.","An internet socket address, either IPv4 or IPv6.","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","Invalid seek.","No such process.","","Reserved.","","The store represents all global state that can be …","","","","","An event that occurred. The contents of an event. An event …","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","A external Table.","The resulting type after dereferencing.","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","","The operation did not complete within the given amount of …","Connection timed out.","Timestamp in nanoseconds.","Thread local key","Thread local user data (associated with the value)","Thread local value","Argument list too long.","Traps with an error","An attempted conversion that consumes self, which may or …","","","Text file busy.","","A WebAssembly function that can be called natively (using …","An IPv4 address representing an unspecified address: …","An IPv6 address representing the unspecified address: ::","","","Found EOF when EOF was not expected","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","","","","","Some other unhandled error. If you see this, it’s …","","Returned when trying to call a memory operation that is …","Indicates that asyncify should unwind by immediately …","A 128-bit number","An IPv4 address.","An IPv4 socket address.","An IPv6 address.","An IPv6 socket address.","A vacant entry.","WebAssembly computations manipulate values of basic value …","This trait relies on your file closing when it goes out of …","A file descriptor handle.","","A zero-cost type that represents a pointer to something in …","Reference to an array of values in Wasm memory.","","The application expects to access the specified data in …","Operation would block, this error lets the caller know …","A trait for objects which are byte-oriented sinks.","A call to write returned 0","Cross-device link.","Zero value used for WasmPtr::is_null.","A duration of zero time.","Asyncify takes the current thread and blocks on the async …","Asyncify takes the current thread and blocks on the async …","Asyncify takes the current thread and blocks on the async …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs an immutable operation on the socket while …","Performs mutable work on a socket under an asynchronous …","Performs an immutable operation on the socket while …","Performs mutable work on a socket under an asynchronous …","Replaces a socket with another socket in under an …","","","","","","","","Creates a WasmAccess","Gains direct access to the memory of this slice","","","","","","","","","","","","Panics","","Calculates an offset from the current pointer address. The …","","","","","Returns a reference to the underlying allocator.","Produces an iterator over Path and its ancestors.","Provides in-place mutable access to an occupied entry …","","","","","","","","Gets a pinned mutable reference from this nested pinned …","","","","","","","","","","","Returns the total number of whole microseconds contained …","Returns the total number of whole milliseconds contained …","Borrows a new mutable reference","","Get the data as mutable","Gets a pinned mutable reference from this pinned pointer.","Yields a mutable reference to the underlying OsStr slice.","Returns the total number of nanoseconds contained by this …","Yields the underlying OsStr slice.","Returns a raw pointer to the underlying data in this cell.","Provides a raw pointer to the data.","Returns a mutable pointer to the underlying bool.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Get a 32-bit WasmPtr for this WasmRef.","Get a 64-bit WasmPtr for this WasmRef.","Converts the Value into a RawValue.","","","Borrows a new immmutable reference","","","","Get the data as reference","","","","Gets a pinned shared reference from this pinned pointer.","","","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 …","Get a SharedMemory.","Returns a StoreMut pointing to the underlying context.","","","","Returns a StoreRef pointing to the underlying context.","","","","","","","","","","Converts to Arc<T>.","Converts to Arc<[T]>.","","","","","","","","Returns the intersection of self and rhs as a new …","","","","","Returns the union of self and rhs as a new HashSet<T, S>.","","","","","","","","","","","","","","","","","","","Returns the symmetric difference of self and rhs as a new …","","Immutably borrows from an owned value.","","","","","","","","","","","","","","","","","","","","","","","","","","","Immutably borrows the wrapped value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Mutably borrows the wrapped value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a “by reference” adaptor for this instance of …","Creates a “by reference” adapter for this instance of …","Transforms this Read instance to an Iterator over its …","Calculate number of bytes from pages.","Call the Function function.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Returns the canonical, absolute form of the path with all …","","Returns the number of bytes the BytesMut can hold without …","Returns the number of elements the map can hold without …","Returns the number of elements the set can hold without …","Casts this WasmPtr to a WasmPtr of a different type.","","Creates an adapter which will chain this stream with …","","","","","","","Checked addition. Computes self + rhs, returning None if …","Adds an unsigned integer to a non-zero value. Checks for …","Checked Duration addition. Computes self + other, …","Checked Duration division. Computes self / other, …","Multiplies two non-zero integers together. Checks for …","Checked Duration multiplication. Computes self * other, …","Returns the smallest power of two greater than or equal to …","Raises non-zero value to an integer power. Checks for …","Checked Duration subtraction. Computes self - other, …","","","","","Clears the buffer, removing all data.","Clears the buffer, removing all data. Existing capacity is …","Clears the map, removing all key-value pairs. Keeps the …","Clears the set, removing all values.","Clear the poisoned state from a mutex","","","","","","","","","","","","","","","","","","","","Panics","","Makes a clone of the Arc pointer.","","","","","","","","","","","","","","","","","","","Panics","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Panics","","Comparison for two Arcs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Stores a value into the bool if the current value is the …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Produces an iterator over the Components of the path.","","","Returns true if the set contains a value.","Returns true if the map contains a value for the specified …","","","","Creates Bytes instance from slice, by copying it.","Copies a range of the memory and returns it as a vector of …","This method will copy a file from a source to this …","","","Copies the memory to another new memory object","Attempts to duplicate this memory (if its clonable) in a …","Copies the memory and returns it as a vector of bytes","","","","","","","","","","the time at which the file was created in nanoseconds as a …","","","Get the custom sections of the module given a name.","The serial number of the file referred to by this …","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","Returns a reference to the host state in this function …","","","","","","Borrows a new mutable reference of both the attached Store …","","","Returns a mutable- reference to the host state in this …","Returns the size (in bytes) of the Memory.","Constructs an event at the debug level.","Decrements the strong reference count on the Arc<T> …","Decrements the strong reference count on the Arc<T> …","Puts the process to deep sleep and wakes it again when the …","","","Creates an owned Cow<’a, B> with the default value for …","Creates an empty HashMap<K, V, S>, with the Default value …","","Creates an empty HashSet<T, S> with the Default value for …","Creates a RefCell<T>, with the Default value for T.","Creates a Condvar which is ready to be waited on and …","Creates a new Arc<T>, with the Default value for T.","Creates a Mutex<T>, with the Default value for T.","Creates an AtomicBool initialized to false.","","","","","Dereferences the value.","","","","","","","","","","","Creates a WasmRef from this WasmPtr which allows reading …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Mutably dereferences the value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Deserializes a serialized Module binary into a Module.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Deserializes a serialized Module located in a Path into a …","Deserializes a serialized Module located in a Path into a …","Deserializes a serialized module binary into a Module.","Visits the values representing the difference, i.e., the …","Returns an object that implements Display for safely …","","","","Divide Duration by Duration and return f32.","Divide Duration by Duration and return f64.","Divide Duration by f32.","Divide Duration by f64.","Attempts to downcast the RuntimeError to a concrete type.","Attempt to downcast the Arc<dyn Any + Send + Sync> to a …","","","","Attempts to downcast the RuntimeError to a concrete type.","Downcasts the Arc<dyn Any + Send + Sync> to a concrete …","Creates a new Weak pointer to this allocation.","Clears the map, returning all key-value pairs as an …","Clears the set, returning all elements as an iterator. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Drops the Arc.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Determines whether child is a suffix of self.","Returns the Engine.","","Gets the given key’s corresponding entry in the map for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Panics","","","","","","","","","","","","","","Equality for two Arcs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If non-zero, an error that occurred while processing the …","Constructs an event at the error level.","","","Returns true if the path points at an existing entity.","","Returns an iterator over the exported types in the Module.","The exports for an instance.","","","","","","","","Appends given bytes to this BytesMut.","","","","","","","","","Extracts the extension (without the leading dot) of …","Attempt to access the underlying value of this Value, …","Creates an iterator which uses a closure to determine if …","Creates an iterator which uses a closure to determine if a …","Attempt to access the underlying value of this Value, …","Attempt to access the underlying value of this Value, …","","","","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Logical “and” with a boolean value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Maximum with the current value.","Maximum with the current value.","Minimum with the current value.","Minimum with the current value.","Logical “nand” with a boolean value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Logical “not” with a boolean value.","Logical “or” with a boolean value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Logical “xor” with a boolean value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","The file descriptor on which to wait for it to become …","Returns the final component of the Path, if there is one.","Extracts the prefix of self.file_name.","Extracts the stem (non-extension) portion of self.file_name…","The state of the file descriptor.","Flush this output stream, ensuring that all intermediately …","Flushes this output stream, ensuring that all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts self into an immutable Bytes.","","Returns the argument unchanged.","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Creates a clone-on-write pointer from a reference to Path.","Creates a clone-on-write pointer from an owned instance of …","","Converts a CString into an owned Cow without copying or …","Creates a Borrowed variant of Cow from a slice.","Converts a CStr into a borrowed Cow without copying or …","Converts a String into an Owned variant. No heap …","Converts the string reference into a Cow::Borrowed.","Moves the string into a Cow::Owned.","Converts the string reference into a Cow::Borrowed.","Converts a string slice into a Borrowed variant. No heap …","Creates an Owned variant of Cow from an owned instance of …","","","","Converts a &CString into a borrowed Cow without copying or …","Returns the argument unchanged.","","Creates a Borrowed variant of Cow from a reference to Vec.","Creates a clone-on-write pointer from a reference to …","Converts a String reference into a Borrowed variant. No …","Examples","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Examples","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","Returns the argument unchanged.","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 RefCell<T> containing the given value.","","Returns the argument unchanged.","","Returns the argument unchanged.","Move a boxed object to a new, reference-counted allocation.","Converts a [T; N] into an Arc<[T]>.","Converts a PathBuf into an Arc<Path> by moving the PathBuf …","Allocate a reference-counted slice and fill it by cloning v…","Allocate a reference-counted slice and move v’s items …","Converts a CString into an Arc<CStr> by moving the CString …","Allocate a reference-counted str and copy v into it.","Converts a Path into an Arc by copying the Path data into …","Create an atomically reference-counted pointer from a …","Converts a &CStr into a Arc<CStr>, by copying the contents …","Allocate a reference-counted str and copy v into it.","Converts a T into an Arc<T>","Converts an OsString into an Arc<OsStr> by moving the …","Returns the argument unchanged.","","Converts an atomically reference-counted string slice into …","Copies the string into a newly allocated Arc<OsStr>.","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Creates a new mutex in an unlocked state ready for use. …","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 a bool into an AtomicBool.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Converts NonZeroU32 to NonZeroU64 losslessly.","","","Returns the argument unchanged.","","Converts NonZeroU16 to NonZeroU64 losslessly.","Converts NonZeroU8 to NonZeroU64 losslessly.","","Returns the argument unchanged.","","Creates an IpAddr::V6 from a sixteen element byte array.","Returns the argument unchanged.","Creates an IpAddr::V6 from an eight element 16-bit array.","Copies this address to a new IpAddr::V6.","Copies this address to a new IpAddr::V4.","Creates an IpAddr::V4 from a four element byte array.","","Creates an Ipv4Addr from a four element byte array.","Returns the argument unchanged.","","Uses Ipv4Addr::from_bits to convert a host byte order u32 …","Creates an Ipv6Addr from an eight element 16-bit array.","Uses Ipv6Addr::from_bits to convert a host byte order u128 …","Returns the argument unchanged.","Creates an Ipv6Addr from a sixteen element byte array.","Returns the argument unchanged.","Converts a tuple struct (Into<IpAddr>, u16) into a …","Converts a SocketAddrV6 into a SocketAddr::V6.","Converts a SocketAddrV4 into a SocketAddr::V4.","Converts a Box<T> into a Pin<Box<T>>. If T does not …","Returns the argument unchanged.","Converts a Box<T> into a Pin<Box<T>>. If T does not …","Returns the argument unchanged.","Converts an u32 into an AtomicU32.","Returns the argument unchanged.","Converts an u64 into an AtomicU64.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Moves the value into a Poll::Ready to make a Poll<T>.","","","Creates a new WebAssembly module from a Wasm binary.","Creates a new WebAssembly module from a Wasm binary, …","Converts a host byte order u32 into an IPv4 address.","Converts a host byte order u128 into an IPv6 address.","","","","","Creates a new WebAssembly module from a file path.","","","","","","","","","","Takes each element in the Iterator and collects it into an …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","Get atomic access to a &mut bool.","Get atomic access to a &mut u32.","Get atomic access to a &mut u64.","Get atomic access to a &mut [bool] slice.","Get atomic access to a &mut [u32] slice.","Get atomic access to a &mut [u64] slice.","Creates a new Duration from the specified number of …","","","","","","","","","Creates a new AtomicBool from a pointer.","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","","Constructs an Arc<T> from a raw pointer.","Converts a RawValue to a Value.","Constructs an Arc<T, A> from a raw pointer.","","","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 Bytes from a static slice.","","","","","","Create an Extern from an wasmer_engine::Export.","Create a new Context from a &Waker.","","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","Attempt to access the underlying value of this Value, …","Panics","‘Greater than or equal to’ comparison for two Arcs.","","Returns a copy of the contained value.","Returns a reference to the value corresponding to the key.","Returns a reference to the value in the set, if any, that …","Retrieves the current value Value that the Global has.","Returns the value as a primitive type.","","","","","","","","","","","","","","","","","","","","Returns the key-value pair corresponding to the supplied …","Attempts to get mutable references to N values in the map …","Attempts to get mutable references to N values in the map …","","","","Returns a mutable reference to the value corresponding to …","Returns a mutable reference to the underlying data.","Returns a mutable reference into the given Arc, if there …","Returns a mutable reference to the underlying data.","Returns a mutable reference to the underlying bool.","Gets a mutable reference to the data inside of this Pin.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Get non-atomic access to a &mut [AtomicBool] slice.","Get non-atomic access to a &mut [AtomicU32] slice","Get non-atomic access to a &mut [AtomicU64] slice","Returns a mutable reference into the given Arc, without …","Inserts the given value into the set if it is not present, …","Inserts an owned copy of the given value into the set if …","Inserts a value computed from f into the set if the given …","Gets a shared reference out of a pin.","","","","","Used for “special” files such as stdin, stdout and …","","","Gets a mutable reference to the data inside of this Pin.","","","Grow memory by the specified amount of WebAssembly Pages …","Grows the memory to at least a minimum size. If the memory …","Panics","Greater-than comparison for two Arcs.","","","","","","Returns true if the Path has a root.","","","","","","","","","","","","","","","","","","","","Returns a reference to the map’s BuildHasher.","Returns a reference to the set’s BuildHasher.","","Attempt to access the underlying value of this Value, …","Attempt to access the underlying value of this Value, …","Returns the ID of this store","Returns the base 10 logarithm of the number, rounded down.","Returns the base 2 logarithm of the number, rounded down.","Returns an iterator over the imported types in the Module.","","","Increments the strong reference count on the Arc<T> …","Increments the strong reference count on the Arc<T> …","Returns a reference to the value corresponding to the …","Get a WasmRef to an element in the slice.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts a key-value pair into the map.","Adds a value to the set.","Sets the value of the entry, and returns an OccupiedEntry.","Visits the values representing the intersection, i.e., 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).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 RefCell, returning the wrapped value.","Returns the inner value, if the Arc has exactly one strong …","Consumes this mutex, returning the underlying data.","Consumes the atomic and returns the contained value.","Unwraps this Pin<P> returning the underlying pointer.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Unwraps this Pin<P> returning the underlying pointer.","","","","","","Creates a consuming iterator, that is, one that moves each …","","Creates a consuming iterator, that is, one that moves each …","","","Creates a consuming iterator visiting all the keys in …","Convert it into a FunctionEnvMut","Extracts the owned data.","","","","","","Converts a Box<Path> into a PathBuf without copying or …","Consumes the Arc, returning the wrapped pointer.","","","","","","","Converts this Pin<&mut T> into a Pin<&T> with the same …","","Creates a consuming iterator visiting all the values in …","Convert this object into a Waker.","","","","","Traits, helpers, and type definitions for core I/O …","Returns the IP address associated with this socket address.","Returns true if the RuntimeError is the same as T","True if the memory is 64-bit","","","Returns true if the Path is absolute, i.e., if it is …","Returns true if this address is in a range designated for …","Returns true if this address part of the 198.18.0.0/15 …","Returns true if this is an address reserved for …","Returns true if the data is borrowed, i.e. if to_mut would …","Returns true if this is a broadcast address (…","Returns true if the path exists on disk and is pointing at …","Returns true if self has no elements in common with other. …","Returns true if this address is in a range designated for …","Returns true if this address is in a range designated for …","Returns true if this is an address reserved for …","Returns true if the Bytes has a length of 0.","Returns true if the BytesMut has a length of 0.","Returns true if the map contains no elements.","Returns true if the set contains no elements.","Returns true if the number of elements is 0.","","Returns true if the path exists on disk and is pointing at …","","","Checks whether this Function can be used with the given …","Checks whether this Global can be used with the given …","Checks whether this Memory can be used with the given …","Checks whether this Extern can be used with the given …","Checks whether a value can be used with the given context.","","","Returns true if the address appears to be globally …","Returns true if the address appears to be globally …","Returns true if the address appears to be globally …","Returns true if this address is an IPv4 address, and false …","Returns true if the IP address in this SocketAddr is an …","Returns true if this address is an IPv6 address, and false …","Returns true if the IP address in this SocketAddr is an …","Returns true if the address is link-local (169.254.0.0/16).","Returns true if this is a loopback address.","Returns true if this is a loopback address (127.0.0.0/8).","Returns true if this is the loopback address (::1), as …","Returns true if this is a multicast address.","Returns true if this is a multicast address (224.0.0.0/4).","Returns true if this is a multicast address (ff00::/8).","Checks whether the WasmPtr is null.","Indicates if the file is opened or closed. This function …","Returns true if the data is owned, i.e. if to_mut would be …","Returns true if the poll is a Pending value.","Determines whether the mutex is poisoned.","Returns true if and only if self == (1 << k) for some k.","Returns true if this is a private address.","Determines if this Reader has an efficient read_vectored …","","Returns true if the poll is a Poll::Ready value.","","","","","","","","","","","","","","","","Returns true if the Path is relative, i.e., not absolute.","Returns true if this address is reserved by IANA for …","Returns true if this address is part of the Shared Address …","Returns true if the set is a subset of another, i.e., other…","","Returns true if the set is a superset of another, i.e., …","Returns true if the path exists on disk and is pointing at …","","","Returns true if this is a unicast address, as defined by …","Returns true if the address is a globally routable unicast …","Returns true if the address is a unicast address with …","Returns true if this is the only reference to the data.","Returns true if this is a unique local address (fc00::/7).","Returns true for the special ‘unspecified’ address.","Returns true for the special ‘unspecified’ address (…","Returns true for the special ‘unspecified’ address (::…","","Determines if this Writer has an efficient write_vectored …","","","Returns true if this Duration spans no time.","An iterator visiting all key-value pairs in arbitrary …","An iterator visiting all elements in arbitrary order. The …","Get an iterator over the elements in this slice.","Produces an iterator over the path’s components viewed …","An iterator visiting all key-value pairs in arbitrary …","Creates an owned PathBuf with path adjoined to self.","","","","","","","","","","","","","","","","","","Returns a reference to this entry’s key.","An iterator visiting all keys in arbitrary order. The …","the last time the file was accessed in nanoseconds as a …","the last time the file was modified in nanoseconds as a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Panics","‘Less than or equal to’ comparison for two Arcs.","","Returns the number of leading zeros in the binary …","These modules provide wrappers and implementations for …","Returns the number of bytes contained in this Bytes.","Returns the number of bytes contained in this BytesMut.","Returns the number of elements in the map.","Returns the number of elements in the set.","Get the number of elements in this slice.","","","","","","","","","Loads a value from the bool.","","","Loads a value from the atomic integer.","Loads a value from the atomic integer.","","","","","","","Acquires a mutex, blocking the current thread until it is …","","Panics","Less-than comparison for two Arcs.","","Makes a mutable reference into the given Arc.","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 …","Constructs a new pin by mapping the interior value.","Construct a new pin by mapping the interior value.","","","","Returns the largest value that can be represented by the …","Exponentially increasing backoff of CPU usage","","","","Returns a reference the message stored in Trap.","","","Queries the file system to get information about a file, …","","","","","Calculates the middle point of self and rhs.","Gets the Module associated with this instance.","","Multi-producer, single-consumer FIFO queue communication …","","","Multiplies Duration by f32.","Multiplies Duration by f64.","Returns the address’s multicast scope if the address is …","Returns the name of the current module.","","Convert a Native to an Offset.","","","The number of bytes available for reading or writing.","","","","","","","","Inequality for two Arcs.","","Creates a new empty Bytes.","Creates a new BytesMut with default capacity.","Creates an empty HashMap.","Create a new WasmPtr at the given offset.","Creates a new Store with a specific Engine.","Creates an empty HashSet.","Creates a new generic RuntimeError with the given message.","Creates a new host Function (dynamic) with the provided …","Create a new Global with the initial value Value.","Creates a new host Memory from the provided MemoryType.","Make a new FunctionEnv","Creates a new Instance from a WebAssembly Module and a set …","Creates a new WasmSlice starting at the given offset in …","Creates a new WebAssembly Module given the configuration …","Creates a new RefCell containing value.","Directly wraps a string slice as a Path slice.","Creates a new condition variable which is ready to be …","Constructs a new Arc<T>.","Creates a new mutex in an unlocked state ready for use.","Creates a new AtomicBool.","Creates a non-zero if the given value is not zero.","Creates a new IPv4 address from four eight-bit octets.","Creates a new IPv6 address from eight 16-bit segments.","Creates a new socket address from an IP address and a port …","Construct a new Pin<P> around a pointer to some data of a …","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new Duration from the specified number of whole …","Creates a new Instance from a WebAssembly Module and a …","Constructs a new Arc<T> while giving you a Weak<T> to the …","Create a memory object from an existing memory and …","Creates RuntimeError from an error and a WasmTrace","Constructs a new Arc<T> in the provided allocator.","Create a mutable Global with the initial value Value.","","","","","","Creates a new host Function from a native function.","Creates a new host Function with an environment from a …","Creates a non-zero without checking whether the value is …","Construct a new Pin<P> around a reference to some data of …","Constructs a new Arc with uninitialized contents.","Constructs a new Arc with uninitialized contents in the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Creates a new host Function (dynamic) with the provided …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Wakes up all blocked threads on this condvar.","Wakes up one blocked thread on this condvar.","Returns a null UserPtr.","Returns a null externref value.","Returns the ObjectMutable","","","","Returns the four eight-bit integers that make up this …","Returns the sixteen eight-bit integers the IPv6 address …","","","Get the offset into Wasm linear memory for this WasmPtr.","Get the offset into Wasm linear memory for this WasmSlice.","","","Convert an Offset to a Native.","","","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the result of …","Ensures a value is in the entry by inserting, if empty, …","","","","","","","","","","Returns the number of parameters that this function takes.","Returns the Path without its final component, if there is …","Parse an IP address from a slice of bytes.","Parse an IPv4 address from a slice of bytes.","Parse an IPv6 address from a slice of bytes.","Parse a socket address from a slice of bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","Panics","","","","","","","","","","","","","Partial comparison for two Arcs.","","","","","","","","","","","","","","","","","","","","","Constructs a new Pin<Arc<T>>. If T does not implement Unpin…","Constructs a new Pin<Arc<T, A>> in the provided allocator. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Polls the file for when there is data to be read","","","","","","","","Polls the file for when it is available for writing","","","Returns the port number associated with this socket …","","","","","","Returns true if the two Arcs point to the same allocation …","","","","","","","Creates a raw immutable entry builder for the HashMap.","Creates a raw entry builder for the HashMap.","Pull some bytes from this source into the specified …","Reads the address pointed to by this WasmPtr in a memory.","Safely reads bytes from the memory at the given offset.","Reads an element of this slice.","","","","Pull some bytes from this source into the specified buffer.","","Read the exact number of bytes required to fill cursor.","","","","Returns an iterator over the entries within a directory.","","","Read the exact number of bytes required to fill buf.","","Reads a symbolic link, returning the file that the link …","Reads the entire slice into the given buffer.","Reads the entire slice into the given uninitialized buffer.","Reads this WasmSlice into a BytesMut","Read all bytes until EOF in this source, placing them into …","","Reads this WasmSlice into a slice.","Read all bytes until EOF in this source, appending them to …","","Reads this WasmSlice into a Vec.","Safely reads a single byte from memory at the given offset","Safely reads bytes from the memory at the given offset.","Reads a sequence of values from this WasmPtr until a value …","Reads a UTF-8 string from the WasmPtr with the given …","Reads a null-terminated UTF-8 string from the WasmPtr.","Like read, except that it reads into a slice of buffers.","","","","","","","","","","","","","Removes a key from the map, returning the value at the key …","Removes a value from the set. Returns whether the value was","","","","","Removes a key from the map, returning the stored key and …","","","","","","","","","Replaces the contained value, returning the old value.","Replaces the contained value, returning the old value.","Adds a value to the set, replacing the existing value, if …","Replaces the wrapped value with a new one, returning the …","Replaces the wrapped value with a new one computed from f, …","","","","","Reserves capacity for at least additional more bytes to be …","Reserves capacity for at least additional more elements to …","Reserves capacity for at least additional more elements to …","Resets the memory back to zero length","Resizes the buffer so that len is equal to new_len.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the number of results this function produces.","","","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","","Creates a future which will rewind to the beginning of the …","Rewind to the beginning of a stream.","","","","","Checks whether two stores are identical. A store is …","Adds an unsigned integer to a non-zero value. Return …","","","Saturating Duration addition. Computes self + other, …","Multiplies two non-zero integers together. Return …","Saturating Duration multiplication. Computes self * other, …","Raise non-zero value to an integer power. Return …","","","","","Saturating Duration subtraction. Computes self - other, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Seek to an offset, in bytes, in a stream.","Creates a future which will seek an IO object, and then …","","Returns the eight 16-bit segments that make up this …","","","","","","","","","","Serializes a module into a binary representation that the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Serializes a module into a file that the Engine can later …","","","","","","","","","","","","","","Sets or initializes the contained value.","Sets or initializes the contained value.","Sets a custom value Value to the runtime Global.","Assigns a new value to the memory behind the pinned …","Changes the IP address associated with this socket address.","Change the size of the file, if the new_size is greater …","Sets the length of the buffer.","","","Sets the name of the current module. This is normally …","Changes the port number associated with this socket …","sets accessed and modified time","Set the trap handler in this store.","Attempts to clone this memory (if its clonable) in a new …","Shrinks the capacity of the map with a lower limit. It …","Shrinks the capacity of the set with a lower limit. It …","Shrinks the capacity of the map as much as possible. It …","Shrinks the capacity of the set as much as possible. It …","Shuts down the output stream, ensuring that the value can …","the size of the file in bytes","","Returns the size (in Pages) of the Memory.","","","","","","","","Returns a slice of self for the provided range.","Creates a WasmSlice starting at this WasmPtr which allows …","Returns a slice of self that is equivalent to the given …","","","Returns the remaining spare capacity of the buffer as a …","Runs the work in the background via the task managers …","Runs the work in the background via the task managers …","Runs the work in the background via the task managers …","","","","","","","","","Removes the bytes from the current view, returning them in …","","Splits the bytes into two at the given index.","Splits the bytes into two at the given index.","Splits the bytes into two at the given index.","Splits the buffer into two at the given index.","","","","","","","","","","","","Determines whether base is a prefix of self.","Get a pinned mutable reference from a static mutable …","Get a pinned reference from a static reference.","","","","Writes data to the stderr","","","","","Stores a value into the bool.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","","Returns the length of this stream (in bytes).","Creates a future which will return the current seek …","Returns the current seek position from the start of the …","Returns a path that, when joined onto base, yields self.","Gets the number of strong (Arc) pointers to this …","Returns the difference of self and rhs as a new …","","","Panics","Panics","","Calculates an offset from the current pointer address. The …","","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 …","Get a WasmSlice for a subslice of this slice.","","","","Swaps the wrapped value of self with the wrapped value of …","Stores a value into the bool, returning the previous value.","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","This method gets metadata without following symlinks in …","","Queries the metadata about a file without following …","","","Visits the values representing the symmetric difference, …","","","","","","","Takes the contained value, leaving Default::default() in …","Takes the contained value, leaving Default::default() in …","Removes and returns the value in the set, if any, that is …","Creates an adapter which will read at most limit bytes …","Takes the wrapped value, leaving Default::default() in its …","","","","","","","","","","","","","Converts an IPv4 address into host byte order u32.","Converts an IPv6 address into host byte order u128.","Converts this address to an IpAddr::V4 if it is an …","Converts this address to an IpAddr::V4 if it is an …","Converts this address to an IPv4 address if it is either …","Converts this address to an IPv4 address if it’s an …","Converts this address to an IPv4-compatible IPv6 address.","Converts this address to an IPv4-mapped IPv6 address.","Acquires a mutable reference to the owned form of the data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts a Path to an owned PathBuf.","","","","","Yields a &str slice if the Path is valid unicode.","","","","","","","","","","","","","","","","","Converts a Path to a Cow<str>.","","Returns trap code, if it’s a Trap","To VMExtern.","","Returns a list of function frames in WebAssembly code that …","Constructs an event at the trace level.","Returns the number of trailing zeros in the binary …","Reinterprets the bits of a value of one type as another …","Shortens the buffer, keeping the first len bytes and …","Shortens the buffer, keeping the first len bytes and …","Immutably borrows the wrapped value, returning an error if …","Mutably borrows the wrapped value, returning an error if …","Immutably borrows the wrapped value, returning an error if …","Attempts to clone this memory (if its clonable)","","Returns Ok(true) if the path points at an existing entity.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to convert NonZeroI8 to NonZeroU64.","Attempts to convert NonZeroI32 to NonZeroU64.","Attempts to convert u64 to NonZeroU64.","","Attempts to convert NonZeroI128 to NonZeroU64.","Attempts to convert NonZeroI64 to NonZeroU64.","Attempts to convert NonZeroIsize to NonZeroU64.","Attempts to convert NonZeroUsize to NonZeroU64.","Attempts to convert NonZeroU128 to NonZeroU64.","Attempts to convert NonZeroI16 to NonZeroU64.","","","","","","","","","","","","","The checked version of from_secs_f32.","The checked version of from_secs_f64.","Tries to insert a key-value pair into the map, and returns …","Performs the conversion.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to acquire this lock.","Constructs a new Arc<T>, returning an error if allocation …","Constructs a new Arc<T, A> in the provided allocator, …","Constructs a new Arc with uninitialized contents, …","Constructs a new Arc with uninitialized contents, in the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Pin<Arc<T>>, return an error if …","Constructs a new Pin<Arc<T, A>> in the provided allocator, …","","","","Tries to reserve capacity for at least additional more …","Tries to reserve capacity for at least additional more …","Returns the inner value, if the Arc has exactly one strong …","Acquires a reference to the value in this TLS key.","Returns the FunctionType of the Function.","Returns the GlobalType of the Global.","Returns the MemoryType of the Memory.","Return the underlying type of the inner Extern.","Returns the corresponding Type for this Value.","","Type of event that was triggered","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transform this WebAssembly function into a typed function. …","","","The type of the event that occurred, and the contents of …","Adds an unsigned integer to a non-zero value, assuming …","Multiplies two non-zero integers together, assuming …","Undo the effect of leaked guards on the borrow state of …","Visits the values representing the union, i.e., all the …","","Request deletion of the file","Immediately drops the guard, and consequently unlocks the …","Absorbs a BytesMut that was previously split off.","","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","If we have the only reference to T then unwrap it. …","Returns the underlying value of this Value, panicking if it…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a custom user Error.","","","User-provided value that got attached to …","","","","Attempt to access the underlying value of this Value, …","Validates a new WebAssembly Module given the configuration …","","An iterator visiting all values in arbitrary order. The …","An iterator visiting all values mutably in arbitrary order.","Creates a view into the memory that then allows for read …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Blocks the current thread until this condition variable …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Blocks the current thread until this condition variable …","","Returns a reference to the Waker for the current task.","","Constructs an event at the warn level.","","","","","Gets the number of Weak pointers to this allocation.","","Acquires a reference to the value in this TLS key.","Acquires a reference to the contained value.","Acquires a mutable reference to the contained value.","Creates a new BytesMut with the specified capacity.","Creates an empty HashMap with at least the specified …","Creates an empty HashSet with at least the specified …","Creates an empty HashMap with at least the specified …","Creates an empty HashSet with at least the specified …","Creates an owned PathBuf like self but with the given …","Creates an owned PathBuf like self but with the given file …","Creates an empty HashMap which will use the given hash …","Creates a new empty hash set which will use the given …","","Write a buffer into this writer, returning how many bytes …","Writes to the address pointed to by this WasmPtr in a …","Safely writes bytes to the memory at the given offset.","Writes to an element of this slice.","Writes a buffer into this writer, returning how many bytes …","","","","","Attempts to write an entire buffer into this writer.","Attempts to write an entire buffer into this writer.","Attempts to write an entire buffer into this writer.","Attempts to write multiple buffers into this writer.","Writes a buffer into this writer, advancing the buffer’s …","","","","","","","Writes an 32-bit floating point type in big-endian order …","Writes an 32-bit floating point type in little-endian …","Writes an 64-bit floating point type in big-endian order …","Writes an 64-bit floating point type in little-endian …","","Writes a formatted string into this writer, returning any …","Writes to this file using an mmap offset and reference …","Writes an signed 128-bit integer in big-endian order to the","Writes an signed 128-bit integer in little-endian order to …","Writes a signed 16-bit integer in big-endian order to the …","Writes a signed 16-bit integer in little-endian order to …","Writes a signed 32-bit integer in big-endian order to the …","Writes a signed 32-bit integer in little-endian order to …","Writes an signed 64-bit integer in big-endian order to the …","Writes an signed 64-bit integer in little-endian order to …","Writes a signed 8-bit integer to the underlying writer.","Write the given slice into this WasmSlice.","","Writes an unsigned 128-bit integer in big-endian order to …","Writes an unsigned 128-bit integer in little-endian order …","Writes an unsigned 16-bit integer in big-endian order to …","Writes an unsigned 16-bit integer in little-endian order …","Writes an unsigned 32-bit integer in big-endian order to …","Writes an unsigned 32-bit integer in little-endian order …","Writes an unsigned 64-bit integer in big-endian order to …","Writes an unsigned 64-bit integer in little-endian order …","Safely writes a single byte from memory at the given offset","Writes an unsigned 8-bit integer to the underlying writer.","Like write, except that it writes from a slice of buffers.","Like write, except that it writes from a slice of buffers.","","","","Creates a new BytesMut, which is initialized with zero.","The attempted amount to grow by in pages.","The current size in pages.","The maximum amount of memory we can allocate.","The number of pages requested as the maximum amount of …","The number of pages requested as the maximum amount of …","Message describing the unsupported operation.","The number of pages requested as the minimum amount of …","The reason why the provided memory is invalid.","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","An entity already exists, often a file.","Program argument list too long.","A borrowed byte buffer which is incrementally filled and …","A writeable view of the unfilled portion of a BorrowedBuf.","The operation failed because a pipe was closed.","A BufRead is a type of Reader which has an internal …","The BufReader<R> struct adds buffering to any reader.","Wraps a writer and buffers its output.","An iterator over u8 values of a reader.","Adapter to chain together two readers.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","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 …","Empty ignores any data written via Write, and will always …","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.","The remote host is not reachable.","This operation was interrupted.","An error returned by BufWriter::into_inner which combines …","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.","Trait to determine if a descriptor/handle refers to a …","Wraps a writer and buffers output to it, flushing whenever …","An iterator over the lines of an instance of BufRead.","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.","The type of raw OS error codes returned by …","The Read trait allows for reading bytes from a source.","The filesystem or storage medium is read-only, but a write …","A reader which yields one byte over and over and over and …","Resource is busy.","A specialized Result type for I/O operations.","The Seek trait provides a cursor which can be moved within …","Enumeration of possible methods to seek within an I/O …","A writer which will move data into the void.","An iterator over the contents of an instance of BufRead …","Stale network file handle.","Sets the offset to the provided number of bytes.","A handle to the standard error stream of a process.","A locked reference to the Stderr handle.","A handle to the standard input stream of a process.","A locked reference to the Stdin handle.","A handle to the global standard output stream of the …","A locked reference to the Stdout handle.","The underlying storage (typically, a filesystem) is full.","Reader adapter which limits the bytes read from an …","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.","The operation needs to block to complete, but the blocking …","A trait for objects which are byte-oriented sinks.","An error returned when an operation could not be completed …","Error returned for the buffered data from …","","","","","","","Advance the internal cursor of the slice.","","Advance the cursor by asserting that n bytes have been …","Advance the internal cursor of the slice.","Advance a slice of slices.","Advance a slice of slices.","Appends data to the cursor, advancing position within its …","","","","","","","","","","Returns a mutable reference to the whole cursor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the internally buffered data.","Returns a reference to the internally buffered data.","Creates a “by reference” adaptor for this instance of …","Creates a “by reference” adapter for this instance of …","","Transforms this Read instance to an Iterator over its …","Returns the number of bytes the internal buffer can hold …","Returns the number of bytes the internal buffer can hold …","Returns the total capacity of the buffer.","Returns the available space in the cursor.","","Creates an adapter which will chain this stream with …","","Clears the buffer, resetting the filled region to empty.","","","","","","","","","","","","","","","","Tells this buffer that amt bytes have been consumed from …","","","","","","","","Copies the entire contents of a reader into a writer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to downgrade the inner error to E if any.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a value that is always at EOF for reads, and …","Initializes all bytes in the cursor.","","","","","","","","","","","","","","","","Returns the error which caused the call to …","Returns the contents of the internal buffer, filling it …","","","","","","","Returns a shared reference to the filled portion of the …","","Returns a mutable reference to the filled portion of the …","","Flush this output stream, ensuring that all intermediately …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Shows a human-readable description of the ErrorKind.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Convert the Error to an io::Error, preserving the original …","Converts a alloc::ffi::NulError into a Error.","","","","","","","","Convert a serde_json::Error into an io::Error.","","","","","","Converts an ErrorKind into an 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.","Creates a new instance of an Error from a particular OS …","","Gets a mutable reference to the underlying reader.","Gets a mutable reference to the underlying writer.","Gets a mutable reference to the underlying writer.","Returns a mutable reference to the inner error wrapped by …","Gets a mutable reference to the underlying value in this …","Gets mutable references to the underlying readers in this …","Gets a mutable reference to the underlying reader.","Gets a reference to the underlying reader.","Gets a reference to the underlying writer.","Gets a reference to the underlying writer.","Returns a reference to the inner error wrapped by this …","Gets a reference to the underlying value in this cursor.","Gets references to the underlying readers in this Chain.","Gets a reference to the underlying reader.","Check if the underlying Read has any data left to be read.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the length of the initialized part of the buffer.","Returns a mutable reference to the initialized portion of …","Returns a shared reference to the initialized portion 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).","Consumes the IntoInnerError and returns the error which …","Unwraps this BufReader<R>, returning the underlying reader.","Unwraps this BufWriter<W>, returning the underlying writer.","Returns the perhaps-unwritten data. Some of this data may …","Unwraps this LineWriter, returning the underlying writer.","Consumes the Error, returning its inner error (if any).","Returns the buffered writer instance which generated the …","Consumes this cursor, returning the underlying value.","Consumes the Chain, returning the wrapped readers.","Consumes the Take, returning the wrapped reader.","","","","","Disassembles this BufWriter<W>, returning the underlying …","Consumes the IntoInnerError and returns the error which …","Returns true if the remaining slice is empty.","","","","","Determines if this Reader has an efficient read_vectored …","","Returns true if the descriptor/handle refers to a …","","","","","","","","","","","","","","","Determines if this Writer has an efficient write_vectored …","","","","","","","","","","","","","","Returns the corresponding ErrorKind for this error.","Returns an error representing the last OS error which …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the length of the filled part of the buffer.","Returns the number of bytes that can be read before this …","","Consumes this handle and returns an iterator over input …","Returns an iterator over the lines of this reader.","Locks this handle to the standard input stream, returning …","Locks this handle to the standard output stream, returning …","Locks this handle to the standard error stream, returning …","Creates a new BufReader<R> with a default buffer capacity. …","Creates a new BufWriter<W> with a default buffer capacity. …","Creates a new LineWriter.","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 cursor wrapping the provided underlying …","Creates a new IoSlice wrapping a byte slice.","","","","Creates a new I/O error from an arbitrary error payload.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the current position of this cursor.","The I/O Prelude.","Returns the OS error that this error represents (if any).","Pull some bytes from this source into the specified …","","","","","","","","","","","","","Pull some bytes from this source into the specified buffer.","","","","Read the exact number of bytes required to fill cursor.","","","","Read the exact number of bytes required to fill buf.","","","","","","","","","","Locks this handle and reads a line of input, appending it …","","Read all bytes until a newline (the 0xA byte) is reached, …","","","","Read all bytes until EOF in this source, placing them into …","Read all bytes from a reader into a new String.","","","","Read all bytes until EOF in this source, appending them to …","","Read all bytes into buf until the delimiter byte or EOF is …","","","","","Like read, except that it reads into a slice of buffers.","","","Reborrow this cursor by cloning it with a smaller lifetime.","","Returns the remaining slice.","Creates an instance of a reader that infinitely repeats …","","Rewind to the beginning of a stream.","","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.","","","Seeks relative to the current position. If the new …","Asserts that the first n bytes of the buffer are …","Asserts that the first n unfilled bytes of the cursor are …","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 …","","","Returns an iterator over the contents of this reader split …","","","Constructs a new handle to the standard error of the …","Constructs a new handle to the standard input of the …","Constructs a new handle to the standard output of the …","Returns the length of this stream (in bytes).","","","Returns the current seek position from the start of the …","Returns the current seek position from the start of the …","","","Creates an adapter which will read at most limit bytes …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a cursor over the unfilled part of the buffer.","Returns a mutable reference to the uninitialized part of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new BufReader<R> with the specified buffer …","Creates a new BufWriter<W> with at least the specified …","Creates a new LineWriter with at least the specified …","Write a buffer into this writer, returning how many bytes …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to write an entire buffer into this writer.","","","","","","","","Attempts to write multiple buffers into this writer.","","","","","","","","","","","","","","","","Writes a formatted string into this writer, returning any …","","","","","","","","","Like write, except that it writes from a slice of buffers.","","","","","","","","","","Returns the number of bytes written to this cursor since …","A BufRead is a type of Reader which has an internal …","The Read trait allows for reading bytes from a source.","The Seek trait provides a cursor which can be moved within …","A trait for objects which are byte-oriented sinks.","Creates a “by reference” adaptor for this instance of …","Creates a “by reference” adapter for this instance of …","Transforms this Read instance to an Iterator over its …","Creates an adapter which will chain this stream with …","Tells this buffer that amt bytes have been consumed from …","Returns the contents of the internal buffer, filling it …","Flush this output stream, ensuring that all intermediately …","Check if the underlying Read has any data left to be read.","Determines if this Reader has an efficient read_vectored …","Determines if this Writer has an efficient write_vectored …","Returns an iterator over the lines of this reader.","Pull some bytes from this source into the specified …","Pull some bytes from this source into the specified buffer.","Read the exact number of bytes required to fill cursor.","Read the exact number of bytes required to fill buf.","Read all bytes until a newline (the 0xA byte) is reached, …","Read all bytes until EOF in this source, placing them into …","Read all bytes until EOF in this source, appending them to …","Read all bytes into buf until the delimiter byte or EOF is …","Like read, except that it reads into a slice of buffers.","Rewind to the beginning of a stream.","Seek to an offset, in bytes, in a stream.","Returns an iterator over the contents of this reader split …","Returns the length of this stream (in bytes).","Returns the current seek position from the start of the …","Creates an adapter which will read at most limit bytes …","Write a buffer into this writer, returning how many bytes …","Attempts to write an entire buffer into this writer.","Attempts to write multiple buffers into this writer.","Writes a formatted string into this writer, returning any …","Like write, except that it writes from a slice of buffers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety: This function manipulates the memory of the …","","","Wrapper around syscalls::fd_filestat_get for old Snapshot0","Wrapper around syscalls::fd_seek with extra logic to remap …","Wrapper around syscalls::path_filestat_get for old …","Wrapper around syscalls::poll_oneoff with extra logic to …","The channel’s sending half has become disconnected, and …","The channel’s sending half has become disconnected, and …","This sync_channel’s receiving half has disconnected, so …","This channel is currently empty, but the Sender(s) have …","The data could not be sent on the sync_channel because it …","An owning iterator over messages on a Receiver, created by …","An iterator over messages on a Receiver, created by iter.","The receiving half of Rust’s channel (or sync_channel) …","An error returned from the recv function on a Receiver.","This enumeration is the list of possible errors that made …","An error returned from the Sender::send or SyncSender::send","The sending-half of Rust’s asynchronous channel type.","The sending-half of Rust’s synchronous sync_channel type.","This channel is currently empty, but the Sender(s) have …","An iterator that attempts to yield all pending values for …","This enumeration is the list of the possible reasons that …","This enumeration is the list of the possible error …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new asynchronous channel, returning the …","","","","Clone a sender to send to other threads.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a RecvError into a TryRecvError.","Returns the argument unchanged.","Converts a RecvError into a RecvTimeoutError.","Converts a SendError<T> into a TrySendError<T>.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 that will block waiting for messages, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","","","","Attempts to send a value on this channel, returning it …","Sends a value on this synchronous channel.","","","","Creates a new synchronous, bounded channel. All data sent …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator that will attempt to yield all pending …","Attempts to return a pending value on this receiver …","Attempts to send a value on this channel without blocking.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The time value of clock subscription_clock::id has reached …","","","","","","","","","","","","Type of a subscription to an event or its occurrence.","","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","","","","","","","","","","","","","","","","","","","","","","","","Open flags used by path_open. TODO: wit appears to not …","__wasi_option_t","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An event that occurred. The contents of an event. An event …","","","","","","Event type is unknown","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The file descriptor on which to wait for it to become …","","","","","","","","","","","","","","","","","","","","","","","","","function for debugging rights issues","","","","","","","","","","","","","","","","","","","","","","","","","","","","Open flags used by path_open. TODO: wit appears to not …","","","","","","function for debugging rights issues","","","","","","","","__wasi_option_t","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The time value of clock subscription_clock::id has reached …","Type of a subscription to an event or its occurrence.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","An event that occurred. The contents of an event. An event …","Event type is unknown","The file descriptor on which to wait for it to become …","","","","","","Permission denied.","Add an entry to the interest list of the epoll file …","","","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","","Connection already in progress.","","Bad file descriptor.","Bad message.","","The file descriptor or file refers to a block device inode.","","","Device or resource busy.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","","Connection aborted.","","","Connection refused.","Connection reset.","","","","","Resource deadlock would occur.","Remove (deregister) the target file descriptor fd from the …","Destination address required.","Identifier for a device containing a file system. Can be …","","A pre-opened directory.","","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","A directory entry.","The type for the dirent::d-namlen field of dirent struct.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","Reserved.","","","","","","Epoll operation.","An event that can be triggered","An event that can be triggered","","Epoll available event types.","Error codes returned by functions. Not all of these error …","","Represents an errno and a signal","","","An event that occurred.","","The contents of an event for the eventtype::fd_read and …","The contents of an event.","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","","The process has exited by a normal exit code","The process was terminated by a signal","","","Bad address.","File too large.","A file descriptor handle.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","","Which file time attributes to adjust. TODO: wit appears to …","","Host is unreachable.","","","","","","Identifier removed.","","Illegal byte sequence.","","","","File serial number that is unique within its file system.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","","","","Socket is connected.","Is a directory.","join flags.","","What has happened with the proccess when we joined on it","","","","","","","","Long size used by checkpoints","Flags determining the method of how paths are resolved. …","","Too many levels of symbolic links.","","Memory access violation.","File descriptor value too large.","","Too many links.","Change the settings associated with fd in the interest …","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","","","Message too large.","","","","","Reserved.","Filename too long.","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","","","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","Nothing has happened","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","Open flags used by path_open. TODO: wit appears to not …","","","","","","","__wasi_option_t","","","Value too large to be stored in data type.","Previous owner died.","Operation not permitted.","","","Broken pipe.","","","Identifiers for preopened capabilities.","","","","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","","Protocol error.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol not supported.","Protocol wrong type for socket.","","The application expects to access the specified data in a …","Result too large.","","","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","The file descriptor or file refers to a regular file inode.","","","","File descriptor rights, determining which actions may be …","","Read-only file system.","","","","","","","","","The application expects to access the specified data …","","","Cannot send after socket shutdown.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type names used by low-level WASI interfaces. An array …","Identifiers for clocks, snapshot0 version.","A directory entry, snapshot0 version.","An event that occurred.","","","","The contents of a subscription when type is …","The contents of a subscription, snapshot0 version.","","","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","","Invalid seek.","No such process.","","Reserved.","","The process was stopped by a signal and can be resumed …","","","Flags determining how to interpret the timestamp provided …","","The contents of a subscription when type is …","An event that occurred. The contents of an event. An event …","The contents of a subscription.","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","Represents the thread start object","thread state flags","","Connection timed out.","","Timestamp in nanoseconds.","Thread local key","Thread local user data (associated with the value)","Thread local value","Argument list too long.","","","","Text file busy.","","","","","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","Unknown.","","","","","","","Unknown.","","User-provided value that may be attached to objects that …","","The application expects to access the specified data in …","","Cross-device link.","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","","The serial number of the file referred to by this …","The serial number of the file referred to by this …","The length of the name of the directory entry.","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","The type of the file referred to by this directory entry.","","File descriptor","","Associated user data","","Associated user data","","","If non-zero, an error that occurred while processing the …","If non-zero, an error that occurred while processing the …","","Pointer to the data","The exit code that was returned","","","","","File descriptor","","","","The contents of the event, if it is an eventtype::fd_read …","The file descriptor on which to wait for it to become …","Flags specifying whether the timeout is absolute or …","Flags specifying whether the timeout is absolute or …","The state of the file descriptor.","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","","The clock against which to compare the timestamp.","The user-defined unique identifier of the clock.","","","The number of bytes available for reading or writing.","","","","","","","","","","The amount of time that the implementation may wait …","The amount of time that the implementation may wait …","","","Pointer to the data","","","","","","The signal that was returned","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The absolute or relative timestamp.","The absolute or relative timestamp.","","","","Type of event that was triggered","The type of event that occured","","","","The type of the event that occurred, and the contents of …","","","","","User-provided value that got attached to …","User-provided value that got attached to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","args_get()","args_sizes_get()","clock_res_get()","clock_time_get()","clock_time_set()","","environ_get()","environ_sizes_get()","fd_advise()","","fd_allocate","","fd_close()","fd_datasync()","fd_dup()","","fd_event()","","fd_fdstat_get()","fd_fdstat_set_flags()","","fd_fdstat_set_rights()","","fd_filestat_get()","fd_filestat_get()","fd_filestat_get_old()","fd_filestat_set_size()","","fd_filestat_set_times()","","","fd_prestat_get()","fd_pread()","fd_read()","","","fd_readdir()","fd_renumber()","","fd_seek()","","fd_sync()","fd_tell()","","","","","","","","","","fd_pwrite()","fd_write()","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","path_create_directory()","","path_filestat_get()","path_filestat_get_internal()","path_filestat_get_old()","path_filestat_set_times()","","path_link()","","path_open()","","path_readlink()","Returns Errno::Notemtpy if directory is not empty","","path_rename()","","path_symlink()","","path_unlink_file()","","","An event that occurred.","An event that occurred.","","","","","","","","","","","","","","","","","","","","","","","If non-zero, an error that occurred while processing the …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","The type of the event that occurred, and the contents of …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","poll_oneoff()","poll_oneoff()","","","","","","","","","","","Type of event that was triggered","","","","","","","","","","","","","User-provided value that got attached to …","","","","proc_exit()","proc_raise()","proc_raise()","random_get()","thread_spawn()","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","callback_signal()","chdir()","","epoll_create()","","","","","","","","","","","","","","","","","","epoll_ctl()","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","epoll_wait()","fd_pipe()","","Poller returns true if its triggered and false if it times …","","","","","","","","","Returns the argument unchanged.","","Wait for a futex_wake operation to wake us. Returns with …","","","Calls U::from(self).","","","","","","","","","","","","","","","Wake up one thread that’s blocked on futex_wait on this …","Wake up all threads that are waiting on futex_wait on this …","getcwd()","port_addr_add()","","port_addr_clear()","","port_ip_list()","port_addr_remove()","","port_bridge()","","port_dhcp_acquire()","","port_gateway_set()","","port_mac()","port_route_add()","","port_route_clear()","","port_route_list()","port_route_remove()","","port_unbridge()","","Replaces the current process with a new process","Replaces the current process with a new process","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","proc_fork()","","","","","","","","","","","proc_id()","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","proc_join()","","","","","","","","","","proc_parent()","proc_signal()","Spawns a new process within the context of this machine","","resolve()","sched_yield()","sock_accept()","","sock_accept_v2()","sock_addr_local()","sock_addr_peer()","sock_bind()","","sock_connect()","","sock_get_opt_flag()","sock_get_opt_size()","sock_get_opt_time()","sock_join_multicast_v4()","","sock_join_multicast_v6()","","sock_leave_multicast_v4()","","sock_leave_multicast_v6()","","sock_listen()","","sock_open()","","sock_recv()","sock_recv()","","sock_recv_from()","","sock_send()","","sock_send_file()","","sock_send_to()","","sock_set_opt_flag()","","`sock_set_opt_size()","","sock_set_opt_time()","","sock_shutdown()","","sock_status()","stack_checkpoint()","stack_restore()","thread_exit()","thread_id()","thread_join()","","thread_parallelism()","thread_signal()","thread_sleep()","","Calls the module","","","thread_spawn()","tty_get()","tty_set()","","","","","","","","Create file if it does not exist.","","The time value of clock subscription_clock::id has reached …","","","","Fail if not a directory.","","","","Fail if file already exists.","","","","","","Type of a subscription to an event or its occurrence.","","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","","","","","","","","","","","","","","","","","","","","","","","","Open flags used by path_open. TODO: wit appears to not …","__wasi_option_t","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An event that occurred. The contents of an event. An event …","Truncate file to size 0.","","","","","","Event type is unknown","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set containing all flags.","Returns the intersection between the two sets of flags.","Disables all flags disabled in the set.","Returns the union of the two sets of flags.","Adds the set of flags.","Returns the raw value of the flags currently stored.","","Returns the left flags, but with all the right flags …","Toggles the set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","Returns true if all of the flags in other are contained …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the difference between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an empty set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The file descriptor on which to wait for it to become …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 underlying bit representation, unless that …","Convert from a raw integer, preserving any unknown bits. …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, preserving all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts the specified flags in-place.","Returns the intersection between the flags in self and …","Returns true if there are flags common to both self and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 all flags are currently set.","Returns true if no flags are currently stored.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","function for debugging rights issues","","Removes the specified flags in-place.","","","","","","","Inserts or removes the specified flags depending on the …","","","","","","","","","","","","Returns the set difference of the two sets of flags.","Disables all flags enabled in the set.","","Returns the symmetric difference between the flags in self …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Toggles the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the union of between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Open flags used by path_open. TODO: wit appears to not …","","","","","","function for debugging rights issues","","","","","","","","__wasi_option_t","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The time value of clock subscription_clock::id has reached …","Type of a subscription to an event or its occurrence.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","An event that occurred. The contents of an event. An event …","Event type is unknown","The file descriptor on which to wait for it to become …","","","","Append mode: Data written to the file is always appended …","","","Permission denied.","Add an entry to the interest list of the epoll file …","","","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","","Connection already in progress.","","Bad file descriptor.","Bad message.","","The file descriptor or file refers to a block device inode.","","","Device or resource busy.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","","Connection aborted.","","","Connection refused.","Connection reset.","","","","","Write according to synchronized I/O data integrity …","","Resource deadlock would occur.","Remove (deregister) the target file descriptor fd from the …","Destination address required.","Identifier for a device containing a file system. Can be …","","A pre-opened directory.","","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","A directory entry.","The type for the dirent::d-namlen field of dirent struct.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","Reserved.","","Error condition happened on the associated file …","Requests edge-triggered notification for the associated …","Hang up happened on the associated file descriptor.","The associated file is available for read(2) operations.","Requests one-shot notification for the associated file …","The associated file is available for write(2) operations.","There is an exceptional condition on the file descriptor. …","Stream socket peer closed connection, or shut down writing …","","","","","Epoll operation.","An event that can be triggered","An event that can be triggered","","Epoll available event types.","Error codes returned by functions. Not all of these error …","","Represents an errno and a signal","","","An event that occurred.","","The contents of an event for the eventtype::fd_read and …","The contents of an event.","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","","The process has exited by a normal exit code","The process was terminated by a signal","The right to invoke fd_advise.","The right to invoke fd_allocate.","The right to invoke fd_datasync.","The right to invoke fd_fdstat_set_flags.","The right to invoke fd_filestat_get.","The right to invoke fd_filestat_set_size.","The right to invoke fd_filestat_set_times.","The right to invoke fd_read and sock_recv.","The right to invoke fd_readdir.","The peer of this socket has closed or disconnected.","The right to invoke fd_seek. This flag implies …","The right to invoke fd_sync.","The right to invoke fd_seek in such a way that the file …","The right to invoke fd_write and sock_send. If …","","","Bad address.","File too large.","A file descriptor handle.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","","Which file time attributes to adjust. TODO: wit appears to …","","Host is unreachable.","","","","","","Identifier removed.","","Illegal byte sequence.","","","","File serial number that is unique within its file system.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","","","","Socket is connected.","Is a directory.","join flags.","","What has happened with the proccess when we joined on it","","","","","","","","Long size used by checkpoints","Flags determining the method of how paths are resolved. …","","Too many levels of symbolic links.","","Memory access violation.","File descriptor value too large.","","Too many links.","Change the settings associated with fd in the interest …","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","","","Message too large.","","","","","Reserved.","Non-blocking mode.","Non-blocking join on the process","Filename too long.","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","","","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","Nothing has happened","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","Open flags used by path_open. TODO: wit appears to not …","","","","","","","__wasi_option_t","","","Value too large to be stored in data type.","Previous owner died.","The right to invoke path_create_directory.","If rights::path_open is set, the right to invoke path_open …","The right to invoke path_filestat_get.","The right to change a file’s size (there is no …","The right to invoke path_filestat_set_times.","The right to invoke path_link with the file descriptor as …","The right to invoke path_link with the file descriptor as …","The right to invoke path_open.","The right to invoke path_readlink.","The right to invoke path_remove_directory.","The right to invoke path_rename with the file descriptor …","The right to invoke path_rename with the file descriptor …","The right to invoke path_symlink.","The right to invoke path_unlink_file.","If rights::fd_read is set, includes the right to invoke …","Operation not permitted.","","","Broken pipe.","","","Identifiers for preopened capabilities.","","","","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","","Protocol error.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol not supported.","Protocol wrong type for socket.","","Synchronized read I/O operations.","The application expects to access the specified data in a …","Result too large.","","","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","The file descriptor or file refers to a regular file inode.","","","","File descriptor rights, determining which actions may be …","","Read-only file system.","","","Adjust the last data access timestamp to the value stored …","Adjust the last data access timestamp to the time of clock …","Adjust the last data modification timestamp to the value …","Adjust the last data modification timestamp to the time of …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","The right to invoke sock_shutdown.","If set, treat the timestamp provided in …","As long as the resolved path corresponds to a symbolic …","Write according to synchronized I/O file integrity …","","","","","","","The application expects to access the specified data …","","","Cannot send after socket shutdown.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type names used by low-level WASI interfaces. An array …","Identifiers for clocks, snapshot0 version.","A directory entry, snapshot0 version.","An event that occurred.","","","","The contents of a subscription when type is …","The contents of a subscription, snapshot0 version.","","","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","","Invalid seek.","No such process.","","Reserved.","","The process was stopped by a signal and can be resumed …","","","Flags determining how to interpret the timestamp provided …","","The contents of a subscription when type is …","An event that occurred. The contents of an event. An event …","The contents of a subscription.","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","","","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","Represents the thread start object","thread state flags","","Connection timed out.","","Timestamp in nanoseconds.","Thread local key","Thread local user data (associated with the value)","Thread local value","Argument list too long.","","","","Text file busy.","","","","","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","Unknown.","","","","","","","Unknown.","","User-provided value that may be attached to objects that …","Return if a process is stopped","","The application expects to access the specified data in …","","Cross-device link.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","","","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","","","","","","","","","","","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","The serial number of the file referred to by this …","The serial number of the file referred to by this …","The length of the name of the directory entry.","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","The type of the file referred to by this directory entry.","","File descriptor","","Associated user data","","Associated user data","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If non-zero, an error that occurred while processing the …","If non-zero, an error that occurred while processing the …","","Pointer to the data","The exit code that was returned","","","","","","","","","","","","","","File descriptor","","","","The contents of the event, if it is an eventtype::fd_read …","The file descriptor on which to wait for it to become …","Flags specifying whether the timeout is absolute or …","Flags specifying whether the timeout is absolute or …","The state of the 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.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","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 underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","The user-defined unique identifier of the clock.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The number of bytes available for reading or writing.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The amount of time that the implementation may wait …","The amount of time that the implementation may wait …","","","Pointer to the data","","","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","The signal that was returned","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","","","","","","The absolute or relative timestamp.","The absolute or relative timestamp.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","expects a single right, returns None if out of bounds or > …","","","","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type of event that was triggered","The type of event that occured","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The type of the event that occurred, and the contents of …","","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","User-provided value that got attached to …","User-provided value that got attached to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Latest version.","Namespace for the Snapshot0 version.","Namespace for the Snapshot1 version.","wasi_unstable.","wasi_snapshot_preview1.","Namespace for the wasix version.","Namespace for the wasix version.","Namespace for the wasix version.","","","The version of WASI. This is determined by the imports …","wasix_32v1.","wasix_64v1.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Get the version as its namespace str as it appears in Wasm …","Detect the version of WASI being used based on the import …","Like get_wasi_version but detects multiple WASI versions …","","Calls U::from(self).","Check if a provided module is compiled for some version of …","Returns if the module is WASIX or not","","","","","","","","","","","","","","","","","","","","Creates a random xxhash for the module","A “mock” no-op std::task::Waker implementation.","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Converts this guard into an owned reference of the …","Converts this guard into an owned reference of the …","","","","","","","","","","","","","","","","","","","","","","","","Locks this rwlock with shared read access, blocking the …","","","","","","","","","","","","","","","Runs the work in the background via the task managers …","Runs the work in the background via the task managers …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Locks this rwlock with exclusive write access, blocking …","A snapshot that captures the runtime state of an instance.","","","","","","","","","","","","","","","Returns the argument unchanged.","Values of all globals, indexed by the same index used in …","","Calls U::from(self).","","","","","","","","","","","","","","","","","Represents a waker that can be used to put a thread to …","","","","","","","","","Returns the argument unchanged.","Gets a reference to the waker that can be used for …","","Calls U::from(self).","","Creates a new parking lot with a specific value","","","","","","","","","","","","","Will wait until either the reactor is triggered or the …","Wakes one of the reactors thats currently waiting",""],"i":[0,44,28,28,28,15,51,44,44,28,44,28,44,44,28,28,28,51,15,42,0,44,28,0,28,51,488,42,15,0,0,44,51,44,0,28,15,0,15,44,28,44,28,28,28,44,55,0,0,0,0,28,51,44,44,44,0,44,28,695,28,28,44,488,44,28,0,0,51,51,0,0,0,0,44,15,44,55,55,695,0,28,0,15,28,28,28,44,42,44,0,0,0,0,0,15,0,0,0,0,0,0,0,51,51,0,51,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,55,28,28,18,17,28,29,7,577,693,11,12,7,11,12,11,12,577,28,42,44,27,15,15,694,694,694,694,694,577,17,17,17,7,12,0,53,693,457,457,20,457,0,20,7,11,12,18,17,28,34,42,44,27,15,29,20,7,11,12,18,17,28,34,42,44,27,15,29,457,12,11,693,693,577,0,53,693,0,27,18,18,17,28,29,18,17,28,29,11,18,18,17,20,457,53,693,32,32,18,577,694,20,17,34,0,20,7,11,12,18,17,28,34,42,44,27,15,29,20,7,11,12,18,17,28,34,42,44,27,15,29,20,7,11,12,18,17,28,34,42,44,27,15,29,457,53,11,20,20,7,11,12,18,17,28,34,42,44,27,15,29,53,53,53,111,29,577,28,28,28,28,28,27,693,1117,11,18,18,20,7,11,12,18,17,28,28,34,42,42,44,44,27,27,15,15,29,20,7,11,12,18,17,28,28,34,42,44,44,44,27,15,15,15,15,15,15,15,15,15,29,17,17,17,0,577,457,0,0,0,0,0,32,0,0,25,20,29,7,11,12,694,0,0,20,7,11,12,18,17,28,34,42,44,27,15,29,694,1118,53,694,20,7,11,12,18,17,28,34,42,44,27,15,29,0,457,457,457,457,113,11,44,32,18,0,0,12,12,0,577,7,11,32,18,32,18,113,53,20,7,11,12,18,17,28,34,42,44,27,15,29,12,12,11,20,457,457,0,577,693,0,694,113,29,693,27,577,12,12,12,0,20,17,27,7,11,0,53,20,7,11,12,18,17,28,34,42,44,27,15,29,18,18,18,32,7,11,12,18,53,18,18,32,7,11,12,18,18,577,53,693,18,18,11,18,11,12,7,11,12,53,20,457,0,17,0,0,517,0,113,29,457,457,457,457,0,0,0,0,53,577,693,18,20,7,11,12,11,18,11,12,12,11,7,11,12,11,32,18,11,12,12,12,11,11,11,32,7,11,12,577,11,11,694,694,32,18,577,577,693,12,44,15,0,18,17,694,694,694,113,694,18,0,53,693,11,12,577,577,577,113,29,7,11,0,0,53,693,694,18,17,28,29,28,42,44,27,15,517,7,11,20,7,11,12,18,17,28,34,42,44,27,15,29,20,7,11,12,18,17,28,34,42,44,27,15,29,18,11,12,11,12,7,11,12,20,7,11,12,18,17,28,34,42,44,27,15,29,0,457,32,18,0,20,20,7,7,11,11,12,12,18,18,17,17,28,28,34,34,42,42,44,44,27,27,15,15,29,29,20,20,7,7,11,11,12,12,18,18,17,17,28,28,34,34,42,42,44,44,27,27,15,15,29,29,20,20,7,7,11,11,12,12,18,18,17,17,28,28,34,34,42,42,44,44,27,27,15,15,29,29,577,0,53,577,0,0,20,7,11,12,18,17,28,34,42,44,27,15,29,0,0,0,0,0,0,0,0,693,27,18,18,18,18,18,32,18,1119,1120,1121,1122,1120,1123,0,0,99,0,0,99,96,105,0,99,96,99,96,96,96,98,96,99,96,99,96,99,96,99,96,98,0,98,96,99,96,96,96,105,98,98,99,96,99,96,99,96,0,96,105,105,96,99,96,0,96,96,96,96,0,0,0,0,0,96,96,99,96,99,96,99,96,99,96,96,99,96,96,99,96,96,98,99,96,98,98,0,0,105,98,105,105,105,98,105,98,105,98,105,98,98,105,98,105,98,105,98,105,98,98,98,98,105,98,105,98,98,98,98,98,98,105,98,105,98,98,105,98,105,98,105,98,105,105,105,105,105,105,98,105,98,105,98,105,98,105,98,105,105,98,98,105,105,98,98,105,105,98,98,98,105,98,98,98,0,0,0,0,0,0,0,0,0,0,0,0,115,116,115,116,115,116,115,116,115,116,115,116,115,116,115,116,115,116,115,116,116,116,116,115,116,115,116,115,115,116,115,115,116,115,116,116,115,115,116,115,115,116,115,116,115,116,115,116,115,115,116,116,115,115,116,116,115,115,116,116,115,116,115,116,124,131,131,131,0,0,0,131,0,0,0,0,0,0,131,159,0,0,0,0,159,0,0,0,131,131,0,0,0,124,131,131,0,0,0,0,0,0,120,119,123,117,124,121,117,120,125,120,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,121,120,119,123,117,124,121,125,120,119,123,117,124,121,125,125,120,120,125,124,128,0,125,125,125,125,125,125,125,125,125,125,125,121,125,156,156,117,121,128,0,125,120,119,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,119,125,120,119,123,137,117,124,121,128,120,120,120,120,120,156,128,0,156,125,125,125,125,138,125,125,120,119,123,137,117,124,121,128,125,121,125,120,119,123,137,117,124,121,128,120,0,0,125,125,125,125,120,125,125,125,125,125,120,125,120,119,123,137,117,124,121,128,125,125,119,123,119,123,119,123,138,0,157,125,120,119,123,137,117,124,121,128,118,138,125,125,118,125,120,119,123,137,117,124,121,128,137,125,124,0,124,128,118,117,121,125,124,128,125,125,121,121,0,138,125,125,138,120,125,125,125,120,119,123,137,117,124,121,128,125,125,125,117,156,124,128,124,128,119,125,124,128,124,128,125,124,128,138,138,125,125,125,125,121,118,173,117,117,117,117,117,117,117,117,125,124,128,120,119,123,117,124,121,125,120,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,125,125,120,120,119,119,123,123,137,137,117,117,124,124,121,121,128,128,125,125,120,120,119,119,123,123,137,137,117,117,124,124,121,121,128,128,125,125,120,120,119,119,123,123,137,137,117,117,124,124,121,121,128,128,123,0,125,120,119,123,137,117,124,121,128,125,1124,1125,1124,1126,1127,1128,1129,1130,1130,1131,1128,1130,1128,1126,1132,1126,1133,1134,1133,1133,138,131,138,131,131,0,0,0,0,131,0,131,159,0,159,0,131,138,131,131,131,138,138,138,156,1135,138,118,156,157,159,131,138,118,156,157,159,131,138,156,138,156,156,156,157,138,118,156,157,159,131,138,118,156,157,159,131,138,118,156,156,157,157,159,131,138,118,156,157,159,159,131,156,156,138,138,118,156,157,159,131,138,118,156,157,159,131,138,118,156,157,159,131,138,157,138,118,156,157,159,131,118,159,138,118,138,118,156,157,159,131,118,138,138,138,118,156,157,159,131,156,118,159,138,138,156,157,118,138,156,138,118,156,157,159,131,138,118,156,157,159,131,138,118,156,157,159,131,138,138,118,118,156,156,157,157,159,159,131,131,138,138,118,118,156,156,157,157,159,159,131,131,138,138,118,118,156,156,157,157,159,159,131,131,138,118,156,157,159,131,118,1124,1125,1124,1126,1127,1128,1129,1130,1130,1131,1128,1130,1128,1126,1132,1126,1133,1134,1133,1133,163,163,0,0,0,0,0,0,163,163,0,163,166,163,165,152,153,164,166,163,165,152,153,164,163,163,164,166,163,165,152,152,153,153,164,166,163,165,152,153,153,164,166,163,165,152,153,164,166,163,165,152,153,164,165,166,165,166,163,165,152,153,164,166,163,165,152,153,164,152,153,166,163,165,152,153,164,164,166,163,165,152,153,164,165,152,0,164,165,164,164,164,166,163,165,152,153,164,164,164,166,165,166,165,152,153,164,165,166,165,166,163,165,152,153,164,165,164,164,164,164,164,164,164,164,165,164,164,164,165,164,166,165,153,163,166,163,165,152,153,164,166,163,165,152,153,164,166,163,165,152,153,164,164,166,166,163,163,165,165,152,152,153,153,164,164,166,166,163,163,165,165,152,152,153,153,164,164,166,166,163,163,165,165,152,152,153,153,164,164,166,163,165,152,153,164,1136,1137,0,0,171,171,173,171,173,171,171,171,173,171,173,171,173,171,173,171,173,171,173,171,171,173,171,173,171,171,171,173,173,171,173,173,173,173,173,171,173,171,173,173,171,173,171,171,173,173,171,171,173,173,171,171,173,173,171,173,171,171,173,0,0,0,0,0,0,0,597,177,177,175,176,0,178,0,178,175,176,175,175,597,597,176,174,0,176,175,0,0,0,0,0,0,177,597,177,177,175,176,175,176,177,178,175,176,177,178,177,177,177,178,177,178,175,176,177,178,175,176,177,178,175,176,177,178,175,176,177,178,175,176,177,178,175,175,175,175,175,175,176,177,178,175,178,175,176,175,176,177,178,175,176,177,178,177,176,175,176,177,178,175,177,177,175,597,175,176,177,178,597,176,174,176,177,175,176,177,178,175,176,177,178,175,176,177,178,175,175,176,176,177,177,178,178,175,175,176,176,177,177,178,178,175,175,176,176,177,177,178,178,177,175,175,176,177,178,182,0,182,182,182,182,182,182,182,182,182,182,182,182,182,0,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,189,188,1138,281,353,1139,282,354,361,1140,276,348,0,0,1141,278,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1139,282,354,361,1142,275,347,362,1143,283,355,360,1138,281,353,0,0,0,391,1144,212,186,185,1141,278,350,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,0,0,0,0,0,0,1138,281,353,1139,282,354,361,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,1145,271,343,0,1140,276,348,1146,280,352,1138,281,353,1147,272,344,1141,278,350,391,1144,212,186,185,0,0,0,1145,271,343,1142,275,347,391,1144,212,186,185,391,1144,212,186,185,1148,274,346,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,0,0,0,362,362,362,362,359,1142,275,347,362,1149,279,351,1149,279,351,391,1144,212,186,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,366,1138,281,353,1138,281,353,1138,281,353,1139,282,354,361,1142,275,347,1138,281,353,0,0,0,0,0,1150,284,356,0,1140,276,348,1151,270,342,1138,281,353,1138,281,353,1138,281,353,0,1138,281,353,1142,275,347,362,1138,281,353,1147,272,344,1147,272,344,0,1138,281,353,1138,281,353,391,1144,212,186,185,1148,274,346,391,1144,212,186,185,391,1144,212,186,185,362,0,0,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,1151,270,342,391,1144,212,186,185,1138,281,353,1138,281,353,1147,272,344,1146,280,352,1143,283,355,360,1139,282,354,361,0,1151,270,342,0,1138,281,353,1138,281,353,1138,281,353,391,1144,212,186,185,391,1144,212,186,185,1138,281,353,1138,281,353,1138,281,353,1138,281,353,1138,281,353,1146,280,352,1147,272,344,1145,271,343,391,1144,212,186,185,391,1144,212,186,185,1142,275,347,362,1142,275,347,362,1142,275,347,362,1142,275,347,362,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,391,1144,212,186,185,1142,275,347,1146,280,352,359,359,366,1151,270,342,1150,284,356,1142,275,347,1138,281,353,391,1144,212,186,185,1138,281,353,0,359,1141,278,350,1149,279,351,1151,270,342,1145,271,343,1147,272,344,1140,276,348,1141,278,350,1146,280,352,391,1144,212,186,185,1149,279,351,0,391,1144,212,186,185,1147,272,344,0,1143,283,355,360,1139,282,354,361,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,198,209,203,359,360,361,185,362,184,1152,248,320,1153,255,327,1154,263,335,1155,235,307,1156,253,325,185,189,188,189,188,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,189,188,201,202,1157,254,326,391,191,189,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,391,191,189,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,202,202,184,1161,218,290,205,212,214,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,1189,247,319,1192,251,323,1166,223,295,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,198,209,203,359,360,361,185,362,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,198,209,203,359,360,361,185,362,199,347,348,350,351,352,353,354,355,356,360,361,362,198,1186,244,316,196,364,358,195,358,347,348,350,351,352,353,354,355,356,360,361,362,1165,222,294,372,184,1170,227,299,0,1200,262,334,358,1164,221,293,1154,263,335,1201,264,336,1208,277,349,1208,277,349,204,189,188,192,363,198,184,204,366,207,208,391,191,189,189,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,367,391,191,189,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,391,191,189,188,1144,212,186,186,1158,214,287,287,1159,216,288,288,1160,217,289,289,1161,218,290,290,1162,219,291,291,1163,220,292,292,1164,221,293,293,1165,222,294,294,1166,223,295,295,1167,224,296,296,1168,225,297,297,1169,226,298,298,1170,227,299,299,1171,228,300,300,1172,229,301,301,1173,230,302,302,1174,231,303,303,1175,232,304,304,1176,233,305,305,1177,234,306,306,1155,235,307,307,1178,236,308,308,1179,237,309,309,1180,238,310,310,1181,239,311,311,1182,240,312,312,1183,241,313,313,1184,242,314,314,1185,243,315,315,1186,244,316,316,1187,245,317,317,1188,246,318,318,1189,247,319,319,1152,248,320,320,1190,249,321,321,1191,250,322,322,1192,251,323,323,1193,252,324,324,1156,253,325,325,1157,254,326,326,1153,255,327,327,1194,256,328,328,1195,257,329,329,1196,258,330,330,1197,259,331,331,1198,260,332,332,1199,261,333,333,1200,262,334,334,1154,263,335,335,1201,264,336,336,1202,265,337,337,1203,266,338,338,1204,267,339,339,1205,268,340,340,1206,269,341,341,1151,270,342,342,1145,271,343,343,1147,272,344,344,1207,273,345,345,1148,274,346,346,1142,275,347,347,1140,276,348,348,1208,277,349,349,1141,278,350,350,1149,279,351,351,1146,280,352,352,1138,281,353,353,1139,282,354,354,1143,283,355,355,1150,284,356,356,1209,285,357,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,359,360,360,361,361,185,185,362,362,374,367,186,1167,224,296,1167,224,296,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,364,197,198,199,372,200,184,201,209,202,203,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,1186,244,316,0,188,188,1165,222,294,1185,243,315,186,347,348,350,351,352,353,354,355,356,357,360,361,185,362,186,186,186,186,347,347,347,347,348,348,348,348,350,350,350,350,351,351,351,351,352,352,352,352,353,353,353,353,354,354,354,354,355,355,355,355,356,356,356,356,357,357,357,357,360,360,360,360,361,361,361,361,362,362,362,362,185,1185,243,315,1208,277,349,1160,217,289,1162,219,291,1192,251,323,1163,220,292,1164,221,293,1167,224,296,1168,225,297,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1180,238,310,1181,239,311,1184,242,314,1185,243,315,1188,246,318,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1208,277,349,1187,245,317,1187,245,317,1195,257,329,203,1200,262,334,1202,265,337,1173,230,302,1176,233,305,1188,246,318,1154,263,335,1201,264,336,365,191,192,371,358,195,196,364,198,199,372,201,209,203,204,205,373,207,208,189,188,212,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,270,342,271,343,272,344,273,345,274,346,275,347,276,348,277,349,278,350,279,351,280,352,281,353,282,354,283,355,356,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,185,362,374,367,391,191,189,189,189,188,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,342,1145,271,343,343,1147,272,344,344,1207,273,345,345,1148,274,346,346,1142,275,347,347,1140,276,348,348,1208,277,349,349,1141,278,350,350,1149,279,351,351,1146,280,352,352,1138,281,353,353,1139,282,354,354,1143,283,355,355,1150,284,356,356,1209,285,357,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,360,360,360,361,361,361,361,185,362,362,362,374,367,201,201,362,1167,224,296,1167,224,296,1177,234,306,1167,224,296,1177,234,306,1173,230,302,1174,231,303,347,348,350,351,352,353,354,355,356,357,360,361,362,1209,285,357,347,348,350,351,352,353,354,355,356,357,360,361,362,1186,244,316,1205,268,340,1161,218,290,1162,219,291,1196,258,330,1197,259,331,1198,260,332,1199,261,333,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,1188,246,318,189,188,194,364,197,372,200,391,191,189,189,189,188,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,189,188,199,367,185,195,1191,250,322,1193,252,324,1207,273,345,1161,218,290,1164,221,293,1154,263,335,1201,264,336,189,188,1161,218,290,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,189,188,1155,235,307,1178,236,308,188,1186,244,316,1186,244,316,1195,257,329,1194,256,328,1195,257,329,364,1161,218,290,207,1196,258,330,1197,259,331,1198,260,332,1199,261,333,198,198,1190,249,321,191,195,196,184,201,203,207,1169,226,298,1179,237,309,1182,240,312,1179,237,309,1180,238,310,1182,240,312,1195,257,329,1167,224,296,1163,220,292,1164,221,293,1155,235,307,1178,236,308,1200,262,334,1169,226,298,1179,237,309,1182,240,312,1179,237,309,1179,237,309,1180,238,310,1182,240,312,362,1185,243,315,1202,265,337,1203,266,338,1170,227,299,201,202,347,348,350,351,352,353,354,355,356,360,361,362,1167,224,296,1171,228,300,1172,229,301,1173,230,302,1181,239,311,1183,241,313,1194,256,328,1195,257,329,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,1192,251,323,1207,273,345,1156,253,325,1208,277,349,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,206,367,374,367,374,374,367,358,195,364,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,1186,244,316,191,192,195,196,199,201,205,1190,249,321,373,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,359,360,361,185,362,185,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,184,184,184,184,184,184,184,1206,269,341,198,1203,266,338,1200,262,334,211,191,192,195,196,198,199,201,203,204,205,207,208,1173,230,302,1174,231,303,1173,230,302,1174,231,303,1175,232,304,1209,285,357,1209,285,357,1209,285,357,1161,218,290,1165,222,294,193,371,358,364,197,209,1186,244,316,1186,244,316,1186,244,316,202,1161,218,290,358,194,197,364,1166,223,295,1204,267,339,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,198,209,203,359,360,361,185,362,185,1190,249,321,363,363,1206,269,341,391,191,189,188,1144,212,186,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,185,362,374,367,186,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,191,192,195,196,199,201,202,205,1156,253,325,1204,267,339,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,391,191,189,189,188,1144,212,212,186,186,1158,214,287,287,1159,216,288,288,1160,217,289,289,290,290,1162,219,291,291,1163,220,292,292,293,293,294,294,1166,223,295,295,296,296,1168,225,297,297,1169,226,298,298,1170,227,299,299,300,300,301,301,302,302,1174,231,303,303,1175,232,304,304,1176,233,305,305,1177,234,306,306,1155,235,307,307,1178,236,308,308,309,309,310,310,311,311,312,312,313,313,1184,242,314,314,1185,243,315,315,1186,244,316,316,1187,245,317,317,1188,246,318,318,1189,247,319,319,1152,248,320,320,321,321,1191,250,322,322,1192,251,323,323,1193,252,324,324,1156,253,325,325,1157,254,326,326,1153,255,327,327,1194,256,328,328,1195,257,329,329,1196,258,330,330,1197,259,331,331,1198,260,332,332,1199,261,333,333,1200,262,334,334,335,335,336,336,1202,265,337,337,1203,266,338,338,1204,267,339,339,1205,268,340,340,1206,269,341,341,1151,270,270,342,342,1145,271,271,343,343,1147,272,272,344,344,1207,273,273,345,345,1148,274,274,346,346,1142,275,275,347,347,1140,276,276,348,348,1208,277,277,349,349,1141,278,278,350,350,1149,279,279,351,351,1146,280,280,352,352,1138,281,281,353,353,1139,282,282,354,354,1143,283,283,355,355,1150,284,356,356,1209,285,357,357,192,192,193,193,371,371,358,358,194,194,195,195,363,363,196,196,364,364,197,197,198,198,199,199,372,372,200,200,184,184,201,201,209,209,202,202,203,203,204,204,205,205,206,206,373,373,366,366,207,207,208,208,359,359,360,360,361,361,185,185,362,362,374,374,367,367,391,191,189,189,188,1144,212,212,186,186,1158,214,287,287,1159,216,288,288,1160,217,289,289,290,290,1162,219,291,291,1163,220,292,292,293,293,294,294,1166,223,295,295,296,296,1168,225,297,297,1169,226,298,298,1170,227,299,299,300,300,301,301,302,302,1174,231,303,303,1175,232,304,304,1176,233,305,305,1177,234,306,306,1155,235,307,307,1178,236,308,308,309,309,310,310,311,311,312,312,313,313,1184,242,314,314,1185,243,315,315,1186,244,316,316,1187,245,317,317,1188,246,318,318,1189,247,319,319,1152,248,320,320,321,321,1191,250,322,322,1192,251,323,323,1193,252,324,324,1156,253,325,325,1157,254,326,326,1153,255,327,327,1194,256,328,328,1195,257,329,329,1196,258,330,330,1197,259,331,331,1198,260,332,332,1199,261,333,333,1200,262,334,334,335,335,336,336,1202,265,337,337,1203,266,338,338,1204,267,339,339,1205,268,340,340,1206,269,341,341,1151,270,270,342,342,1145,271,271,343,343,1147,272,272,344,344,1207,273,273,345,345,1148,274,274,346,346,1142,275,275,347,347,1140,276,276,348,348,1208,277,277,349,349,1141,278,278,350,350,1149,279,279,351,351,1146,280,280,352,352,1138,281,281,353,353,1139,282,282,354,354,1143,283,283,355,355,1150,284,356,356,1209,285,357,357,192,192,193,193,371,371,358,358,194,194,195,195,363,363,196,196,364,364,197,197,198,198,199,199,372,372,200,200,184,184,201,201,209,209,202,202,203,203,204,204,205,205,206,206,373,373,366,366,207,207,208,208,359,359,360,360,361,361,185,185,362,362,374,374,367,367,391,191,189,189,188,1144,212,212,186,186,1158,214,287,287,1159,216,288,288,1160,217,289,289,290,290,1162,219,291,291,1163,220,292,292,293,293,294,294,1166,223,295,295,296,296,1168,225,297,297,1169,226,298,298,1170,227,299,299,300,300,301,301,302,302,1174,231,303,303,1175,232,304,304,1176,233,305,305,1177,234,306,306,1155,235,307,307,1178,236,308,308,309,309,310,310,311,311,312,312,313,313,1184,242,314,314,1185,243,315,315,1186,244,316,316,1187,245,317,317,1188,246,318,318,1189,247,319,319,1152,248,320,320,321,321,1191,250,322,322,1192,251,323,323,1193,252,324,324,1156,253,325,325,1157,254,326,326,1153,255,327,327,1194,256,328,328,1195,257,329,329,1196,258,330,330,1197,259,331,331,1198,260,332,332,1199,261,333,333,1200,262,334,334,335,335,336,336,1202,265,337,337,1203,266,338,338,1204,267,339,339,1205,268,340,340,1206,269,341,341,1151,270,270,342,342,1145,271,271,343,343,1147,272,272,344,344,1207,273,273,345,345,1148,274,274,346,346,1142,275,275,347,347,1140,276,276,348,348,1208,277,277,349,349,1141,278,278,350,350,1149,279,279,351,351,1146,280,280,352,352,1138,281,281,353,353,1139,282,282,354,354,1143,283,283,355,355,1150,284,356,356,1209,285,357,357,192,192,193,193,371,371,358,358,194,194,195,195,363,363,196,196,364,364,197,197,198,198,199,199,372,372,200,200,184,184,201,201,209,209,202,202,203,203,204,204,205,205,206,206,373,373,366,366,207,207,208,208,359,359,360,360,361,361,185,185,362,362,374,374,367,367,1192,251,323,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,1158,214,287,1163,220,292,1186,244,316,196,196,196,196,184,184,184,184,184,184,184,184,365,191,192,371,358,195,196,364,198,199,372,201,209,203,204,205,373,207,208,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1213,1225,1226,1226,1227,1227,1228,1229,1219,1230,1224,1231,1226,1232,1233,1234,1235,1236,1237,1238,1214,1239,1240,1241,1242,1227,1243,1215,1216,1212,1244,1245,1246,1247,1248,1249,1213,1225,1250,1251,1252,1253,1254,1254,1245,1223,1250,1234,1236,1243,1213,1225,1226,1226,1237,1226,1237,1234,1235,1253,1217,1229,1246,1247,1248,1249,1243,1255,1256,1217,1224,1213,1225,1217,1214,1239,1257,1245,1244,1245,1217,1247,1248,1249,1246,1258,1259,1260,1261,1260,1240,1261,1245,1226,1230,1224,1214,1239,1223,1259,1260,1261,1260,1260,1240,1261,1227,1250,1251,1222,1226,1232,1233,1234,1241,1262,1244,1245,1219,1215,1221,1258,1251,1223,1234,1235,1234,1235,1238,1217,1217,1220,1252,1258,1263,1257,1215,1252,1219,1264,1263,1230,1265,1266,1267,1268,1269,1270,1269,1270,1268,1270,1268,1270,37,378,37,37,0,37,37,37,37,37,132,37,0,37,37,37,37,37,0,376,37,378,37,37,377,37,376,0,0,0,16,37,0,37,37,0,0,0,0,0,37,37,37,37,37,37,37,37,37,0,0,37,0,37,37,37,378,375,37,37,0,37,443,37,37,37,37,37,37,37,37,37,37,37,37,37,377,377,37,37,37,37,37,37,37,37,37,37,37,443,443,0,16,37,132,37,37,37,375,37,37,37,377,0,37,375,0,37,377,376,37,0,37,37,37,37,0,375,37,0,37,37,395,375,37,377,376,378,0,0,377,37,443,416,395,397,0,442,395,395,395,395,397,397,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,421,421,421,0,129,130,404,406,416,421,395,397,416,421,395,397,441,441,397,395,395,397,416,395,397,416,395,397,395,395,397,397,397,397,38,379,379,397,416,421,421,395,397,416,421,421,395,397,416,421,395,395,397,397,397,416,421,421,395,397,395,395,397,397,397,397,395,395,397,397,397,395,395,395,395,397,397,397,397,379,379,416,421,421,395,397,416,421,395,395,395,395,397,397,397,74,397,397,395,397,397,397,397,397,397,397,395,397,397,397,397,397,416,421,395,397,416,421,395,397,397,397,443,397,397,397,395,397,397,416,421,395,397,38,421,397,0,397,443,397,397,397,397,397,397,395,397,397,421,442,443,395,395,416,421,395,397,421,0,38,379,421,397,397,397,416,416,416,416,0,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,395,397,395,397,395,397,397,397,397,397,421,421,397,397,397,397,74,397,395,395,395,395,395,0,0,0,416,395,397,421,416,421,395,397,416,421,395,397,416,421,395,397,416,416,421,395,395,397,397,416,416,421,395,395,397,397,416,416,421,395,395,397,397,38,416,421,395,397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,385,385,465,462,465,385,465,462,459,461,0,0,0,0,0,0,465,465,465,385,465,465,465,465,465,465,465,465,462,462,461,465,465,461,385,465,465,465,461,459,459,465,465,465,465,465,0,461,461,0,465,465,461,0,0,385,385,455,455,460,455,455,0,455,465,459,460,461,462,385,463,464,455,458,465,459,460,461,462,385,463,464,455,458,455,385,455,385,455,455,455,460,458,465,459,460,461,462,385,463,464,455,458,465,459,460,461,462,385,463,464,455,458,465,459,460,461,462,385,463,464,455,458,460,465,459,460,461,462,385,463,464,455,458,385,385,385,385,385,460,459,460,461,462,385,463,464,455,465,465,459,460,461,462,385,385,463,464,455,458,455,460,465,459,460,461,462,385,463,464,455,458,455,465,459,460,461,462,385,463,464,455,458,458,455,455,460,463,465,459,460,461,462,385,463,464,455,458,455,455,455,455,455,455,460,460,455,465,459,460,461,462,385,463,464,455,458,458,463,455,463,455,464,460,460,455,455,460,455,463,460,460,455,455,460,455,463,455,455,455,455,455,455,455,455,455,385,455,465,459,460,461,462,385,463,464,455,458,465,459,460,461,462,385,463,464,455,458,455,460,465,459,460,461,462,385,463,464,455,458,465,459,459,460,460,461,461,462,462,385,385,463,463,464,464,455,455,458,465,459,459,460,460,461,461,462,462,385,385,463,463,464,464,455,455,458,465,459,459,460,460,461,461,462,462,385,385,463,463,464,464,455,455,458,465,459,460,461,462,385,463,464,455,458,460,1271,1272,1273,1273,1273,1274,1273,1272,1273,1275,1271,1275,1274,1273,1275,0,0,0,0,0,0,0,467,468,467,467,0,467,467,467,467,467,467,467,468,467,467,467,467,467,467,467,467,468,467,467,467,467,467,467,467,467,467,467,467,467,467,467,467,467,0,0,0,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,0,0,0,0,470,470,470,470,0,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,470,470,470,470,470,470,470,470,470,470,470,470,470,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,0,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,474,0,474,474,0,0,0,0,0,0,1277,1277,0,0,498,104,1277,0,0,104,498,498,0,0,0,475,475,477,476,475,477,476,475,477,477,477,477,475,477,476,475,477,476,475,477,476,475,475,477,476,476,477,476,475,477,476,475,477,476,475,475,477,476,475,475,477,476,477,477,477,475,477,476,475,476,475,477,476,475,477,476,475,477,476,475,477,477,476,476,475,477,477,476,476,475,477,477,476,476,475,477,476,475,475,0,0,0,0,0,46,0,0,478,479,480,46,478,46,478,479,480,482,483,481,46,478,479,480,482,483,481,46,478,479,480,46,478,479,480,46,478,482,478,480,478,479,480,482,483,481,46,478,479,480,482,483,481,46,478,479,480,482,483,481,46,478,479,480,482,483,481,481,46,480,480,46,46,46,46,46,478,479,480,482,483,481,46,46,478,479,480,482,483,481,46,478,478,478,478,479,480,482,483,481,46,479,478,479,480,482,483,481,46,478,479,480,482,483,481,46,480,479,482,478,479,480,478,483,478,479,480,482,483,481,46,483,483,478,478,482,478,479,480,46,46,478,479,480,482,483,481,46,478,479,480,482,483,481,46,478,479,480,482,483,481,46,478,478,479,479,480,480,482,482,483,483,481,481,46,46,478,478,479,479,480,480,482,482,483,483,481,481,46,46,478,478,479,479,480,480,482,482,483,483,481,481,46,46,479,478,479,480,482,483,481,46,1278,486,0,0,0,487,486,487,0,0,0,0,0,484,471,486,489,471,471,471,485,444,487,490,484,471,486,489,444,487,490,484,471,486,489,444,444,444,444,484,471,486,489,484,471,486,489,484,486,489,484,486,489,471,471,487,490,484,471,486,489,444,487,490,484,471,486,489,444,487,490,484,484,471,486,489,444,471,444,444,487,490,490,484,471,486,489,444,489,484,486,489,484,484,484,484,486,486,486,486,489,489,489,489,471,484,484,471,486,489,444,487,490,484,484,484,471,486,489,489,444,484,489,471,484,489,487,490,484,471,486,489,444,471,487,490,484,471,486,489,489,444,471,471,471,487,490,484,471,486,489,444,471,444,471,490,471,471,471,471,484,486,489,485,471,471,444,487,490,484,471,486,489,444,471,485,484,484,471,471,471,444,471,0,471,471,444,444,489,471,444,444,484,471,486,489,484,487,490,484,471,486,489,444,487,490,484,471,486,489,444,471,487,490,484,471,486,489,444,490,484,484,471,471,486,486,489,489,444,444,490,484,484,471,471,486,486,489,489,444,444,490,484,484,471,471,486,486,489,489,444,444,487,490,484,471,486,489,444,471,471,490,471,444,444,1279,0,0,0,0,494,494,497,494,497,0,494,497,494,497,494,497,494,497,494,494,497,494,497,494,497,497,494,497,497,494,497,494,497,497,514,497,494,494,497,494,497,494,497,494,494,497,497,494,494,497,497,494,494,497,497,494,497,474,0,474,474,0,0,0,0,474,104,473,498,498,474,473,498,104,474,473,498,104,474,104,474,104,498,474,473,498,104,474,473,498,104,474,473,498,104,474,473,498,104,474,473,473,498,104,474,473,498,104,498,474,473,498,104,104,474,473,498,104,474,474,474,474,474,473,498,104,498,498,474,473,498,104,1277,1277,498,498,498,498,104,1277,498,104,474,104,473,474,473,498,104,474,473,498,104,474,473,498,104,474,474,473,473,498,498,104,104,474,474,473,473,498,498,104,104,474,474,473,473,498,498,104,104,474,473,498,104,104,104,498,498,498,52,52,52,52,52,52,0,76,0,0,76,76,0,0,52,0,0,0,0,0,0,0,0,384,409,500,501,492,76,502,493,52,504,492,52,493,112,384,409,500,501,492,76,502,504,503,493,52,112,384,409,500,501,492,76,502,504,503,493,52,500,504,384,409,500,501,492,76,502,493,52,384,409,500,501,492,76,502,493,52,409,409,492,504,384,409,501,112,384,409,500,501,492,76,502,504,503,493,493,52,112,384,409,500,501,492,76,502,504,503,493,52,112,384,384,409,409,500,501,492,76,502,504,503,493,52,112,112,384,409,500,501,492,76,502,504,503,503,493,52,384,409,384,384,384,384,409,409,409,409,384,409,409,500,501,492,76,502,504,503,493,52,52,112,384,384,384,409,409,409,500,501,492,76,502,504,503,493,52,384,409,492,384,492,492,492,384,409,493,504,409,112,384,409,500,501,492,76,502,504,503,493,52,503,112,384,409,500,501,492,76,502,504,503,493,52,492,492,492,504,492,492,492,112,384,409,500,501,492,76,502,504,503,493,52,492,501,502,501,112,492,493,501,409,492,504,112,384,409,500,501,492,76,502,504,503,493,52,492,492,493,409,492,502,384,409,492,492,492,492,492,492,492,492,492,504,501,504,384,384,384,492,492,504,500,492,112,503,492,492,384,409,500,501,492,76,502,493,52,409,52,112,384,409,500,501,492,76,502,504,503,493,52,112,384,409,500,501,492,76,502,504,503,493,52,492,112,384,409,500,501,492,76,502,504,503,493,52,112,384,384,409,409,500,500,501,501,492,492,76,76,502,502,504,504,503,503,493,493,52,52,112,384,384,409,409,500,500,501,501,492,492,76,76,502,502,504,504,503,503,493,493,52,52,112,384,384,409,409,500,500,501,501,492,492,76,76,502,502,504,504,503,503,493,493,52,52,112,384,409,500,501,492,76,502,504,503,493,52,492,0,512,0,512,512,0,0,0,0,0,0,509,510,511,410,512,509,510,511,513,410,512,509,510,511,513,410,509,510,511,410,509,510,511,410,410,511,509,410,410,509,511,410,512,509,510,511,513,410,512,509,510,511,513,410,512,509,510,511,513,410,512,509,510,511,513,410,511,510,410,410,410,410,410,410,512,509,510,511,513,410,512,509,510,511,513,410,410,512,509,510,511,513,410,511,512,509,510,511,513,410,513,513,512,509,510,511,513,410,513,410,511,510,511,510,410,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,410,512,509,510,511,513,410,510,602,511,509,410,511,511,511,511,511,513,513,410,513,513,513,513,513,410,513,410,509,510,511,410,512,509,510,511,513,410,512,509,510,511,513,410,602,602,0,512,509,510,511,513,410,512,512,509,509,510,510,511,511,513,513,410,410,512,512,509,509,510,510,511,511,513,513,410,410,512,512,509,509,510,510,511,511,513,513,410,410,512,509,510,511,513,410,410,0,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,0,0,515,515,515,515,515,515,515,515,515,515,515,515,515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,0,695,113,517,113,517,113,517,113,517,113,517,113,517,1117,517,113,517,113,517,113,517,113,113,113,517,113,113,517,517,113,113,113,517,113,517,113,517,113,517,113,517,517,113,517,517,113,517,517,113,517,0,0,0,0,0,580,1280,0,0,0,579,579,537,537,1280,0,580,0,0,0,0,0,0,0,0,0,535,0,518,0,518,535,532,523,0,0,520,0,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,0,0,520,520,526,520,526,520,520,520,0,526,520,526,520,526,520,526,520,526,520,526,520,526,520,526,520,526,526,520,526,520,520,526,520,520,520,520,526,520,526,520,526,520,526,526,520,520,526,526,520,520,526,526,520,520,526,520,0,0,527,529,527,529,527,529,527,527,529,527,529,527,527,529,527,529,527,529,527,529,529,527,529,527,529,527,527,529,527,529,527,529,527,529,529,527,527,529,527,527,527,529,527,529,527,529,527,529,527,527,529,529,527,527,529,529,527,527,529,529,527,529,0,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,0,0,0,532,532,532,532,532,532,535,532,535,532,532,535,532,535,535,535,532,535,532,535,532,535,532,532,532,535,532,532,535,532,532,535,532,532,532,532,535,532,535,532,535,532,532,532,535,535,532,535,535,535,532,535,532,535,532,535,535,532,532,535,535,532,532,535,535,532,532,535,532,532,0,0,0,0,545,542,567,0,567,0,0,545,0,542,0,545,545,545,0,0,0,542,539,0,0,539,539,543,539,543,539,539,539,543,539,543,539,543,539,543,539,543,539,543,539,543,539,543,539,543,543,539,543,539,539,543,539,539,539,539,543,539,543,539,543,539,543,543,539,539,543,543,539,539,543,543,539,539,543,539,0,0,540,544,540,544,540,540,540,540,544,544,544,540,540,544,540,544,540,544,540,544,544,540,544,540,540,544,540,544,540,544,540,540,544,540,540,544,540,544,540,544,540,544,540,544,544,540,540,544,544,540,540,544,544,540,540,544,540,0,0,0,0,591,0,591,3,68,0,0,0,68,591,0,0,546,67,67,69,69,69,546,546,69,546,69,546,69,0,546,591,69,69,69,546,546,0,546,69,546,69,546,69,546,69,546,3,546,546,546,546,546,546,546,69,69,69,69,546,546,69,546,546,546,546,546,546,546,546,546,546,69,546,69,69,69,69,69,69,69,546,546,546,546,3,587,69,546,69,546,546,546,69,546,3,587,585,591,587,587,587,546,546,69,546,69,69,546,546,546,69,0,69,546,546,69,546,546,546,546,546,546,546,546,69,546,69,546,69,69,69,69,546,546,69,69,546,546,69,69,546,546,69,546,67,0,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,0,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,0,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,0,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,0,0,564,565,564,564,564,565,564,565,564,564,564,564,564,565,565,564,565,564,565,564,564,565,564,565,564,565,564,564,565,564,564,565,564,564,564,564,564,565,564,564,564,564,564,564,564,565,564,564,564,564,564,564,564,564,564,565,564,565,564,565,564,564,565,565,564,564,565,565,564,564,565,565,564,564,565,564,565,0,0,0,545,545,545,567,545,567,545,567,545,545,567,567,567,545,567,545,567,545,567,545,567,567,545,567,545,567,545,545,567,545,567,545,567,545,545,567,545,545,545,567,545,567,545,567,545,567,545,567,567,545,545,567,567,545,545,567,567,545,545,567,545,541,0,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,0,0,559,1281,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,1281,559,559,559,559,1281,559,559,559,559,559,559,559,559,559,559,559,559,559,0,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,0,572,572,572,572,572,572,572,572,0,572,572,572,572,572,572,572,572,572,572,572,572,572,572,0,1280,1280,0,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,0,0,0,0,0,0,580,581,579,537,581,580,0,581,580,581,579,537,582,580,581,579,537,582,0,581,580,581,579,537,580,581,579,537,582,0,581,581,580,581,579,537,582,580,581,579,537,582,580,581,579,537,537,582,580,581,579,537,582,581,537,537,537,537,537,582,580,581,579,537,582,581,580,581,579,579,537,582,579,579,537,537,580,581,579,537,582,581,580,581,579,537,582,581,581,581,580,581,579,537,582,581,582,581,582,582,580,581,579,537,582,581,581,0,581,582,582,582,582,582,537,581,581,582,580,580,581,579,537,580,581,579,537,582,580,581,579,537,582,580,581,579,537,582,580,580,581,581,579,579,537,537,582,582,580,580,581,581,579,579,537,537,582,582,580,580,581,581,579,579,537,537,582,582,580,581,579,537,582,0,0,0,0,0,0,0,0,523,523,536,524,524,523,523,0,536,523,523,589,0,523,523,523,523,519,524,522,523,523,0,523,523,523,523,523,524,522,519,519,523,523,519,0,519,519,524,522,523,523,523,523,523,523,523,523,523,523,523,536,0,0,0,0,0,524,524,519,524,522,1282,519,524,522,1282,521,521,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,524,522,519,519,521,521,521,521,519,524,522,1282,519,521,521,519,519,521,521,524,522,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,0,0,0,0,0,531,1283,531,588,531,588,531,588,531,531,0,531,531,588,531,588,531,588,588,0,531,588,531,588,531,588,531,531,588,531,588,531,588,588,588,531,1283,531,588,531,588,588,1283,588,588,531,531,588,531,588,531,588,531,531,588,588,531,531,588,588,531,531,588,588,531,588,0,0,536,536,536,536,536,536,536,589,536,589,536,536,536,589,536,589,589,589,536,589,536,589,536,589,536,536,536,589,536,536,589,536,536,589,536,536,536,589,536,589,536,536,536,589,536,589,536,589,589,589,589,536,589,536,589,536,589,589,536,536,589,589,536,536,589,589,536,536,589,536,536,536,0,0,0,594,0,0,0,594,0,0,594,0,594,592,593,101,592,593,592,594,595,592,593,594,595,592,593,594,592,593,594,592,593,595,594,595,592,593,594,595,592,593,594,595,592,593,594,595,592,593,101,592,593,592,593,595,592,593,594,595,592,593,101,592,593,592,593,594,595,592,593,593,594,595,592,593,101,592,593,592,593,594,595,592,593,0,101,593,101,593,0,101,592,593,592,593,101,592,593,592,593,592,593,101,592,593,101,0,101,592,593,592,593,594,595,592,593,595,0,592,592,592,592,592,592,592,592,101,592,593,592,593,595,0,101,592,593,593,594,592,593,594,595,592,593,594,595,592,593,101,592,593,592,593,595,595,594,595,592,593,594,595,595,592,592,593,593,594,595,595,592,592,593,593,594,595,595,592,592,593,593,594,595,592,593,593,593,593,593,593,593,593,593,593,0,606,0,606,0,606,0,606,606,606,0,0,605,0,603,0,0,598,608,603,598,0,605,0,0,1284,1285,1284,1285,0,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,0,605,605,605,605,605,605,605,605,605,0,605,605,605,605,605,605,605,605,605,605,605,0,605,605,605,605,605,605,605,605,605,605,605,605,605,0,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,0,0,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,0,606,606,606,0,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,598,606,606,598,606,606,606,606,606,606,606,606,606,606,606,606,598,598,1284,1285,1284,1285,0,0,0,0,614,614,614,600,0,0,600,614,0,0,0,0,0,614,617,615,614,617,615,614,617,614,614,615,614,617,615,614,617,615,614,617,615,614,614,617,615,614,617,615,614,617,615,614,614,614,614,617,615,614,614,617,615,614,617,615,614,614,617,615,614,617,614,617,615,617,615,617,614,614,617,615,614,617,615,614,617,615,614,614,617,617,615,615,614,614,617,617,615,615,614,614,617,617,615,615,614,617,615,614,614,614,614,614,0,0,0,622,0,622,622,622,622,0,0,622,622,622,622,622,622,0,0,0,0,622,622,622,622,622,622,0,0,0,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,0,600,600,0,0,628,629,629,628,629,628,629,628,629,628,629,628,628,629,628,629,628,629,628,629,628,628,628,628,628,628,629,629,628,629,628,628,628,629,628,629,628,629,628,628,628,629,628,629,629,628,629,628,629,628,629,628,628,629,629,628,628,629,629,628,628,629,629,628,629,0,631,0,0,0,631,0,0,0,0,0,0,0,656,0,656,656,0,0,0,631,0,0,0,0,0,656,656,0,0,0,635,649,657,672,657,672,630,626,647,647,647,630,637,612,648,630,626,630,626,0,613,627,633,630,648,0,0,637,650,0,638,623,633,637,650,0,613,623,650,627,635,612,648,657,601,657,0,0,672,627,626,0,646,646,657,0,637,650,0,0,616,616,1286,1287,1287,1288,1288,0,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,0,0,633,634,633,633,633,634,633,634,633,634,633,634,633,633,634,633,634,633,634,633,634,633,634,633,633,633,633,634,634,634,634,633,634,633,634,633,633,633,634,633,634,633,634,633,634,633,633,633,634,633,634,633,634,633,634,633,634,633,634,633,633,634,634,633,633,634,634,633,633,634,634,633,634,0,0,0,0,0,0,0,635,612,630,637,616,618,638,635,635,618,618,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,618,630,618,630,637,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,612,635,612,630,637,616,618,638,630,635,612,630,637,616,618,638,635,635,635,635,612,612,612,612,630,630,630,630,637,637,637,637,616,616,616,616,618,618,618,618,638,638,638,638,630,0,635,612,630,637,616,618,618,638,618,635,612,630,637,616,618,618,638,618,630,612,618,618,630,630,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,637,638,637,612,630,630,635,618,618,635,612,635,612,630,637,616,618,638,618,635,612,630,637,616,618,638,618,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,635,612,612,630,630,637,637,616,616,618,618,638,638,635,635,612,612,630,630,637,637,616,616,618,618,638,638,635,635,612,612,630,630,637,637,616,616,618,618,638,638,0,635,637,635,612,630,637,616,618,638,616,616,0,0,646,647,646,646,646,647,646,647,646,647,646,647,647,647,647,647,647,646,647,646,647,646,647,646,647,647,647,647,647,647,646,647,646,647,646,647,646,647,646,647,646,646,647,646,646,646,646,647,646,647,646,647,646,647,646,646,647,647,646,646,647,647,646,646,647,647,646,647,646,0,0,0,0,0,0,0,613,623,627,648,649,650,626,649,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,648,613,623,627,648,649,650,626,626,623,627,648,649,650,626,623,623,623,623,627,627,627,627,648,648,648,648,649,649,649,649,650,650,650,650,626,626,626,626,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,627,613,627,627,648,627,627,627,613,623,627,648,649,650,626,613,623,627,648,649,650,626,627,613,623,627,648,649,650,626,650,623,627,650,613,623,650,627,627,648,613,623,627,648,649,650,626,627,627,627,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,613,623,623,627,627,648,648,649,649,650,650,626,626,613,613,623,623,627,627,648,648,649,649,650,650,626,626,613,613,623,623,627,627,648,648,649,649,650,650,626,626,627,650,613,623,627,648,649,650,626,631,0,631,631,0,631,631,631,655,631,655,0,0,631,655,631,655,631,655,0,631,655,631,631,655,631,655,655,655,631,655,631,655,631,655,0,655,631,655,0,0,0,0,0,655,631,631,631,655,631,655,631,655,631,631,655,655,631,631,655,655,631,631,655,655,631,655,1287,1287,1288,1288,656,656,656,0,0,656,656,656,656,656,656,656,656,656,656,656,656,656,656,656,601,601,656,656,601,656,656,656,656,656,656,656,656,656,656,656,656,1286,0,0,0,0,0,0,0,0,0,0,669,669,657,657,0,0,0,0,0,0,0,0,0,0,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,657,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,661,664,0,669,666,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,665,662,660,657,665,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,663,668,659,657,658,659,660,661,662,663,664,665,666,667,668,669,670,658,668,0,667,657,658,659,667,658,670,663,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,657,657,657,657,657,657,659,660,659,660,661,662,663,664,665,666,667,668,669,670,658,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,663,657,658,659,660,661,662,663,664,665,666,667,668,669,670,659,660,657,657,658,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,657,657,658,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,657,657,658,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,658,668,668,668,667,657,658,659,660,661,662,663,664,665,666,667,668,669,670,663,670,657,657,657,0,0,672,673,673,674,674,674,0,672,673,672,672,673,674,672,673,674,672,0,672,672,673,672,673,672,673,674,672,673,674,672,673,674,672,673,674,673,672,672,673,674,673,672,673,674,672,672,672,673,674,672,673,674,672,673,674,672,672,673,674,672,672,0,674,672,673,672,673,674,672,673,674,672,673,674,672,672,673,673,674,674,672,672,673,673,674,674,672,672,673,673,674,674,672,673,674,672,1289,1289,1289,1290,1290,1291,676,676,676,0,676,0,0,0,0,0,0,0,0,0,0,0,675,675,675,680,676,102,678,675,680,676,102,678,456,675,102,675,680,676,102,678,675,680,676,102,678,675,680,676,102,678,675,680,676,102,678,680,678,676,102,678,675,680,676,102,678,680,675,680,676,102,678,675,680,676,102,678,675,680,676,102,678,675,678,680,675,680,675,680,676,102,678,680,102,680,456,1292,1292,680,456,102,678,456,456,456,456,0,680,102,675,680,676,102,678,675,680,676,102,678,675,680,676,102,678,675,676,102,678,678,675,676,102,678,678,675,676,102,678,678,680,675,680,676,102,678,680,680,680,680,680,682,682,0,0,0,0,0,682,683,607,684,685,682,683,607,684,685,682,683,607,684,682,683,607,682,683,607,607,684,685,682,683,683,607,684,685,682,683,607,684,685,682,683,607,684,685,685,682,682,683,607,684,684,684,682,683,607,685,682,682,682,683,607,684,682,685,682,683,607,684,685,683,685,682,683,607,684,685,682,683,607,684,607,685,682,683,607,684,607,607,607,607,607,607,607,607,607,682,683,607,685,682,683,607,684,685,682,683,607,684,685,682,683,607,684,682,682,683,683,607,607,684,682,682,683,683,607,607,684,682,682,683,683,607,607,684,685,682,683,607,684,0,0,0,0,0,0,0,0,0,0,0,0,169,691,688,689,690,169,691,688,689,690,169,0,169,688,689,690,691,688,689,690,169,691,688,689,690,169,691,688,689,690,169,691,688,689,690,169,0,169,688,689,690,169,169,691,688,689,690,169,169,169,169,169,169,169,169,0,690,169,689,0,691,688,689,690,169,169,691,688,689,690,169,691,688,689,690,169,691,691,688,689,690,169,689,689,689,690,169,691,0,169,169,169,169,169,691,688,689,690,169,691,688,689,690,169,691,688,689,690,169,0,691,688,688,689,689,690,690,169,169,691,688,688,689,689,690,690,169,169,691,688,688,689,689,690,690,169,169,691,688,689,690,169,688,51,51,51,51,51,0,0,51,51,0,0,51,51,51,51,0,51,145,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,692,692,145,577,577,577,51,577,577,577,51,692,145,577,51,692,145,577,692,577,577,577,577,51,145,51,145,0,692,692,145,577,577,577,692,145,577,51,692,145,577,51,692,145,577,51,692,145,692,577,51,692,145,577,577,577,51,51,51,51,51,577,51,51,692,145,577,51,51,51,692,145,577,577,577,577,577,577,577,577,577,51,692,145,577,577,577,51,692,145,577,577,51,692,145,577,577,577,577,577,577,577,692,692,145,577,51,692,145,577,577,577,577,577,692,692,145,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,51,577,577,577,577,577,577,51,145,51,577,51,692,145,577,51,692,145,577,51,692,145,577,51,51,692,692,145,145,577,51,51,692,692,145,145,577,51,51,692,692,145,145,577,577,577,0,577,577,51,692,145,577,692,692,145,0,0,0,53,694,53,53,693,694,694,694,694,694,53,693,53,53,694,693,53,694,693,53,693,693,53,693,53,53,694,53,694,53,693,694,53,694,693,53,694,693,53,694,693,53,53,694,693,693,53,53,53,693,53,694,693,53,53,694,693,53,53,53,53,53,53,694,53,694,693,694,53,53,694,694,53,53,694,693,53,53,53,694,693,53,693,53,694,694,694,693,53,694,694,694,53,694,53,53,53,53,694,693,53,53,53,693,53,53,53,53,53,53,53,693,53,53,53,694,694,693,694,694,694,694,53,53,693,53,53,53,53,53,53,693,694,53,53,694,53,53,694,693,53,53,53,694,693,53,53,53,53,694,693,53,53,694,694,693,693,53,53,694,694,693,693,53,53,694,694,693,693,53,53,53,53,694,693,693,53,0,0,0,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,0,0,0,0,0,0,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,0,0,0,0,0,0,697,700,698,699,698,699,698,699,700,697,698,699,700,698,699,700,697,697,697,697,697,698,698,699,699,700,700,697,698,699,699,700,697,698,699,700,697,697,698,699,700,697,697,697,698,699,700,697,697,697,697,698,699,700,697,698,699,700,697,698,699,700,697,698,698,699,700,697,697,697,698,699,700,697,698,699,700,697,698,699,700,697,697,697,697,697,697,697,698,699,700,697,0,0,0,703,0,0,0,0,703,703,703,703,0,0,0,0,703,702,702,704,705,706,703,702,707,704,705,706,703,702,707,702,703,702,703,702,704,705,706,704,705,706,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,703,704,705,706,704,705,706,707,704,705,706,703,702,707,704,705,706,702,704,705,706,703,702,707,707,704,705,0,704,705,706,704,705,706,704,705,706,703,702,707,702,707,707,707,704,705,706,703,702,707,704,705,706,704,705,706,704,705,706,704,705,706,704,705,706,704,705,706,704,705,706,704,705,706,706,704,705,706,704,705,706,704,705,706,703,702,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,704,704,705,705,706,706,703,703,702,702,707,707,704,704,705,705,706,706,703,703,702,702,707,707,704,704,705,705,706,706,703,703,702,702,707,707,704,705,706,703,702,707,382,37,760,760,28,28,0,37,37,0,37,37,37,28,1053,24,0,0,0,0,0,0,0,0,0,0,0,758,738,61,62,61,37,37,28,155,0,132,382,28,37,0,0,37,155,37,1053,24,1080,0,1066,0,37,382,28,28,28,37,37,0,758,0,376,37,0,0,37,381,0,155,28,0,37,382,377,1053,24,37,0,0,376,0,28,0,16,1293,0,0,0,0,0,37,0,0,79,79,79,1066,37,37,1080,1080,0,0,0,0,0,0,709,812,0,0,79,0,578,0,0,758,0,578,0,0,0,66,37,79,79,28,37,37,380,380,0,0,1061,37,0,28,0,37,37,28,28,28,758,812,37,0,0,0,37,37,382,61,62,382,382,0,382,0,28,1061,0,37,738,65,65,65,738,758,0,578,0,0,0,0,758,0,0,37,37,758,37,0,375,1093,37,382,382,382,37,0,65,37,443,37,37,37,37,382,28,37,37,37,37,37,37,37,37,66,0,382,37,377,377,37,37,28,28,37,37,37,37,37,37,37,37,1061,37,443,719,443,0,382,382,1066,1066,0,0,16,37,66,132,37,0,0,68,37,28,0,0,37,1061,0,0,375,1093,382,37,382,37,37,377,37,381,0,68,375,1093,382,382,382,0,758,155,760,760,506,506,382,382,0,37,0,65,0,382,382,382,760,381,377,376,0,37,0,0,155,155,155,155,0,0,0,37,37,0,37,28,0,381,0,0,0,0,37,155,578,735,375,1093,0,28,37,0,0,0,0,37,812,0,382,0,37,382,0,61,62,1053,24,28,380,375,1093,37,155,377,1080,381,1066,1053,376,28,380,758,709,79,19,8,19,8,719,0,0,0,0,0,0,0,377,28,0,28,37,443,65,0,0,0,38,756,505,132,150,442,394,47,78,757,677,578,54,86,66,713,58,758,726,24,50,747,79,730,731,716,738,759,19,61,62,8,6,760,65,68,0,0,0,0,0,0,86,67,67,442,747,0,442,713,150,150,394,394,132,132,716,65,65,132,132,65,65,442,38,505,505,50,50,100,719,0,132,50,132,132,132,100,6,132,103,50,6,47,66,758,50,759,50,65,65,74,505,54,6,100,65,100,726,50,727,728,729,713,713,79,50,38,74,505,132,132,54,100,100,50,6,50,50,65,65,65,677,26,74,103,6,87,74,132,103,50,6,132,132,132,100,50,50,17,61,62,61,62,150,394,394,61,61,62,62,394,738,738,738,738,738,738,738,738,61,61,62,62,738,738,129,130,404,1091,394,0,764,38,38,811,756,74,505,505,132,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,726,24,100,508,50,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,65,68,726,38,811,756,74,505,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,726,24,100,508,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,68,68,1294,713,132,50,6,751,951,751,716,78,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,100,505,505,150,394,442,50,751,727,716,738,728,729,50,716,738,65,65,738,65,738,738,65,38,505,505,100,38,505,150,394,507,1108,38,756,505,132,150,442,394,47,78,757,677,578,54,86,66,713,58,758,726,24,50,747,79,730,731,716,738,759,19,61,62,8,6,760,65,68,132,150,394,726,38,756,505,132,150,442,394,47,78,757,677,578,54,86,66,713,58,758,726,24,100,50,747,79,730,731,716,738,759,19,61,62,8,6,760,65,68,50,38,505,132,726,100,50,716,738,759,19,61,62,8,6,65,68,1017,38,505,132,726,100,50,716,738,759,19,61,62,8,6,65,68,727,728,729,727,728,729,727,728,729,100,6,6,394,150,0,0,0,38,447,32,38,505,447,677,447,1294,97,132,50,6,50,50,50,50,32,883,50,58,1035,1035,1035,1035,74,38,505,168,507,50,74,50,50,74,447,0,50,50,0,38,505,132,150,103,394,726,508,50,507,727,778,728,729,65,735,38,38,811,756,74,505,505,132,132,150,442,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,6,760,728,729,65,68,723,38,811,756,74,505,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,6,760,728,729,65,68,50,759,38,38,811,756,74,505,505,132,132,132,132,150,150,442,719,103,394,394,47,78,757,677,447,578,54,86,66,713,58,58,758,726,726,24,24,100,100,508,50,50,747,79,883,709,507,507,506,730,731,812,727,727,727,716,716,716,67,778,738,738,738,759,19,19,61,61,62,62,8,8,6,760,728,728,728,729,729,729,65,65,68,58,58,58,394,100,65,65,65,65,65,65,65,47,50,97,50,97,47,50,50,150,394,38,38,811,756,74,505,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,6,6,6,6,6,760,728,729,65,68,50,1017,50,50,50,50,442,759,50,50,38,505,132,50,38,505,132,50,756,100,103,50,150,38,38,38,38,38,38,38,756,505,505,505,505,505,505,505,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,150,150,442,103,394,394,78,757,677,578,54,86,58,758,726,24,100,100,100,100,100,100,100,100,100,100,100,100,50,79,716,738,738,738,738,759,19,19,19,19,61,61,61,62,62,62,8,8,6,760,65,65,65,68,38,38,38,38,756,756,756,756,505,505,505,505,132,132,132,132,150,150,150,150,442,442,442,442,394,394,394,394,78,78,78,78,757,757,757,757,677,677,677,677,578,578,578,578,54,54,54,54,86,86,86,86,58,58,58,58,758,758,758,758,726,726,726,726,24,24,24,24,100,100,100,100,50,50,50,50,716,716,716,716,738,738,738,738,759,759,759,759,19,19,19,19,61,61,61,61,62,62,62,62,8,8,8,8,6,6,6,6,760,760,760,760,65,65,65,65,68,68,68,68,1040,0,50,50,100,50,58,86,505,505,505,150,150,394,394,505,150,150,394,394,150,150,394,394,100,79,150,394,79,79,760,1099,1108,728,729,727,728,729,728,729,728,729,727,728,729,727,727,728,729,728,729,727,728,729,727,728,729,1081,100,100,100,1098,951,1295,50,50,50,50,50,38,38,38,811,756,74,505,505,505,132,132,150,442,719,103,394,47,47,78,757,677,447,578,54,86,66,66,713,58,758,758,726,24,100,508,50,50,50,79,507,812,727,716,67,738,738,738,738,738,738,759,759,759,19,19,61,61,62,62,8,8,6,6,6,6,760,728,729,65,68,61,62,61,62,505,38,38,38,38,38,38,38,38,38,811,756,74,505,505,505,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,150,150,442,719,103,394,394,47,47,47,47,78,78,757,677,447,578,578,578,578,578,54,86,66,66,713,58,758,726,726,726,24,24,24,508,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,747,79,79,79,79,79,79,79,79,79,79,79,883,709,507,507,507,506,730,731,812,727,727,716,716,67,778,738,738,738,738,738,738,738,738,738,738,759,759,759,19,19,19,19,19,19,19,61,61,61,61,62,62,62,62,8,8,8,8,6,6,6,760,728,728,729,729,65,65,65,68,68,68,442,759,58,58,61,62,442,759,150,394,58,38,505,505,132,132,132,132,150,394,50,65,65,727,728,729,727,728,729,65,442,0,68,68,132,150,394,50,727,728,729,50,50,79,50,68,68,65,65,65,442,759,38,738,19,61,62,8,578,67,17,135,135,135,135,747,74,50,79,726,50,6,811,150,394,757,738,0,38,505,132,54,758,100,50,716,738,759,19,61,62,8,6,760,65,68,150,150,150,0,0,0,150,726,50,507,727,6,728,729,727,728,729,50,394,394,394,6,78,757,677,578,32,0,0,6,50,50,677,677,726,50,6,54,0,0,0,100,38,505,132,54,758,100,50,716,738,759,19,61,62,8,6,760,65,68,1067,150,394,1017,79,79,103,738,738,58,394,394,50,50,150,713,38,811,756,74,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,150,150,394,394,811,103,47,100,508,507,150,394,719,394,38,811,756,74,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,442,759,38,132,132,132,132,100,442,759,132,150,394,50,883,778,6,726,50,507,727,6,728,729,6,38,38,505,505,150,150,150,394,394,100,150,54,132,150,150,150,394,394,100,50,50,6,6,6,6,6,6,8,150,1296,132,132,132,100,0,8,47,443,730,731,100,19,61,62,132,61,100,394,19,61,62,38,505,150,394,713,6,100,50,442,78,757,677,578,79,50,50,19,61,62,19,8,19,8,61,19,61,62,19,61,62,442,32,132,68,507,738,61,751,50,68,132,150,394,726,100,50,507,727,738,19,61,62,8,728,729,100,61,61,394,50,394,100,6,6,62,62,62,38,62,19,61,62,394,951,50,6,65,150,394,713,100,150,100,0,132,150,394,726,100,50,507,727,738,19,61,62,8,728,729,65,719,150,32,32,38,811,756,74,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,726,50,6,738,0,38,505,150,394,713,38,505,713,1017,132,132,50,50,727,6,6,728,729,727,728,729,132,50,6,507,50,726,50,6,50,68,68,68,68,68,6,6,54,713,50,716,0,50,50,50,47,97,132,100,50,759,6,6,738,86,86,0,65,65,65,65,62,58,65,443,730,731,1098,132,132,132,132,132,132,132,50,6,38,505,150,442,103,394,47,78,757,677,54,86,713,58,726,100,508,50,507,727,738,61,62,8,6,728,729,65,86,50,677,47,50,757,97,132,50,6,50,78,78,738,6,50,50,50,50,78,50,50,50,50,508,508,442,79,26,74,103,6,61,62,61,62,442,713,442,713,443,730,731,719,719,719,719,150,394,150,150,394,394,150,394,150,78,100,19,61,62,8,38,38,38,38,38,38,505,505,505,505,505,505,132,132,132,132,132,132,132,132,132,132,132,132,132,726,100,100,100,100,100,100,100,100,100,100,100,100,50,716,738,759,19,19,19,19,61,61,61,62,62,62,8,8,6,65,65,68,50,50,50,38,811,756,74,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,507,883,778,6,6,6,6,6,6,6,6,6,6,6,6,6,6,32,6,6,6,6,6,6,6,32,6,6,8,146,50,38,505,50,50,505,505,505,132,50,6,150,150,751,442,447,713,50,50,50,751,50,751,0,97,132,100,50,6,751,50,100,713,713,713,751,50,713,751,50,713,447,447,442,442,442,751,50,97,132,50,6,50,738,50,50,38,505,505,150,394,97,132,50,6,150,97,132,50,6,97,132,50,6,811,811,394,726,726,759,132,50,6,505,150,394,677,505,150,394,50,727,716,738,19,61,62,8,728,729,65,150,394,50,727,716,738,19,61,62,8,728,729,65,78,6,6,150,394,0,1297,1014,0,0,1017,50,103,738,61,62,65,738,65,738,61,61,62,62,65,132,50,6,132,150,394,726,100,50,507,727,738,19,61,62,8,728,729,65,132,150,394,726,100,50,507,727,738,19,61,62,8,728,729,65,65,1014,1297,50,62,38,505,132,132,132,150,150,394,394,58,726,24,100,50,50,507,727,727,716,716,738,738,19,19,61,61,62,62,8,8,728,728,729,729,65,65,150,394,50,727,716,738,19,61,62,8,728,729,65,58,150,394,50,727,716,738,19,61,62,8,728,729,65,811,811,757,6,8,32,505,0,0,58,8,32,103,677,150,394,150,394,1295,32,442,447,759,6,6,6,132,50,6,38,442,38,47,50,505,132,50,6,132,50,6,50,50,132,50,6,505,50,38,505,38,505,133,133,133,133,133,133,133,133,756,6,6,100,6,6,50,50,1017,0,1017,1017,61,62,727,728,729,74,1014,1297,1014,100,50,394,716,65,65,65,65,442,50,65,65,65,713,760,65,65,726,727,728,729,97,132,100,50,6,394,50,50,50,1099,50,50,811,811,394,751,726,132,50,6,132,50,6,132,50,6,132,50,6,61,62,19,62,62,62,61,61,132,442,0,38,756,505,132,150,442,394,47,78,757,677,578,54,86,66,713,58,758,726,24,100,50,747,79,730,731,716,738,759,19,61,62,8,6,760,65,68,100,100,50,8,8,100,132,47,66,758,50,79,738,759,19,61,62,8,6,132,132,132,100,100,47,578,50,47,0,738,0,38,505,726,726,726,677,50,100,38,38,811,756,74,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,50,747,79,883,709,507,506,730,731,812,727,716,716,67,778,738,738,738,738,738,738,738,738,738,738,759,19,61,62,8,6,760,728,729,65,65,68,65,65,150,1293,38,811,756,74,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,507,50,50,50,50,50,50,50,50,883,6,6,150,394,50,811,78,757,677,578,79,168,1040,38,811,756,74,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,100,508,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,50,50,50,78,0,146,1040,738,738,726,394,0,32,507,505,0,79,79,79,79,79,79,50,79,38,38,811,811,756,756,74,505,505,132,132,150,150,442,442,719,719,103,103,394,394,47,47,78,78,757,757,677,677,447,578,578,54,54,86,86,66,66,713,58,58,758,758,726,24,24,508,508,50,50,747,79,79,883,507,507,506,730,731,812,812,727,727,716,716,67,778,738,738,759,759,19,19,61,61,62,62,8,8,6,6,760,760,728,728,729,729,65,65,68,68,38,38,811,811,756,756,74,505,505,132,132,150,150,442,442,719,719,103,103,394,394,47,47,78,78,757,757,677,677,447,578,578,54,54,86,86,66,66,713,58,58,758,758,726,24,24,508,508,50,50,747,79,79,883,507,507,506,730,731,812,812,727,727,716,716,67,778,738,738,759,759,19,19,61,61,62,62,8,8,6,6,760,760,728,728,729,729,65,65,68,68,38,38,811,811,756,756,74,505,505,132,132,150,150,442,442,719,719,103,103,394,394,47,47,78,78,757,757,677,677,447,578,578,54,54,86,86,66,66,713,58,58,758,758,726,24,24,508,508,50,50,747,79,79,883,507,507,506,730,731,812,812,727,727,716,716,67,778,738,738,759,759,19,19,61,61,62,62,8,8,6,6,760,760,728,728,729,729,65,65,68,68,47,1067,168,1040,727,728,729,79,58,726,150,150,677,394,38,38,811,756,74,505,132,150,442,719,103,394,47,78,757,677,447,578,54,86,66,713,58,758,726,24,508,50,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,508,508,508,508,508,50,67,67,0,0,0,442,759,50,1017,811,811,811,505,150,394,150,394,100,100,150,394,883,951,442,447,713,1295,50,50,50,50,1295,951,1295,951,1295,0,0,50,0,442,759,1295,1295,1295,1295,505,951,32,1295,1295,1295,1295,1295,1295,1295,1295,1295,713,505,1295,1295,1295,1295,1295,1295,1295,1295,447,1295,1295,951,50,756,442,505,1298,1298,1299,1300,1300,1301,1299,1302,987,987,987,987,0,0,987,0,0,0,0,0,987,987,987,987,80,0,987,987,0,80,170,0,0,987,987,987,987,987,987,0,987,987,987,0,0,987,0,0,0,987,987,987,987,987,987,170,987,987,987,0,0,987,0,987,0,0,0,0,0,987,80,0,0,0,0,0,0,987,0,987,987,987,987,987,0,987,0,977,987,988,989,71,80,884,977,890,71,884,71,890,991,39,992,978,979,980,981,982,983,890,978,979,980,981,982,983,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,991,986,890,995,996,984,985,751,951,994,751,984,985,986,890,39,751,977,986,977,987,988,989,71,80,977,977,987,988,989,71,80,987,987,990,984,979,977,977,988,750,918,0,977,988,989,995,984,985,991,993,39,986,978,979,980,981,982,983,994,884,884,992,977,987,890,988,989,71,71,80,750,918,745,995,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,884,992,977,987,890,988,989,71,80,750,918,745,995,996,991,39,992,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,750,39,984,985,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,0,890,977,987,80,977,977,977,977,987,987,987,987,80,80,80,80,992,990,984,979,977,988,750,918,986,986,986,750,951,985,985,993,993,980,980,980,981,981,982,982,982,983,983,977,977,977,977,977,977,890,890,988,988,988,989,989,989,984,985,991,991,993,39,39,986,978,979,980,981,982,983,994,884,992,992,977,987,987,890,988,989,71,80,750,918,745,995,996,984,985,991,993,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,986,986,986,978,979,980,981,982,983,994,884,992,977,987,987,890,988,989,71,80,750,918,745,995,996,39,987,984,985,993,39,977,750,918,984,985,993,39,977,750,918,990,987,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,986,986,890,890,984,985,993,978,979,980,981,982,983,977,918,745,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,992,984,985,991,993,39,992,977,750,918,745,995,996,39,985,992,977,984,978,979,994,751,977,1303,978,979,980,981,982,983,985,993,980,980,981,982,982,983,951,977,977,977,977,977,977,977,977,977,988,988,989,989,39,39,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,986,918,918,978,990,978,980,982,984,985,993,39,884,977,71,745,995,996,39,985,987,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,0,39,751,984,978,979,994,977,988,750,918,984,978,979,994,751,977,988,918,751,984,978,979,751,977,984,978,979,994,977,988,750,918,978,979,990,984,978,979,751,0,984,978,979,751,979,990,984,978,979,994,751,977,750,890,977,977,0,39,1014,750,1014,984,985,977,988,984,986,890,918,977,0,745,39,990,890,977,0,0,0,1014,977,988,984,1014,977,988,751,977,987,988,989,71,80,991,39,992,987,984,985,991,993,39,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,986,890,984,984,985,985,991,991,993,993,39,39,986,986,978,978,979,980,980,981,982,982,983,994,994,884,884,992,992,977,977,987,987,890,890,988,988,989,989,71,71,80,80,750,750,918,918,745,745,995,995,996,996,984,984,985,985,991,991,993,993,39,39,986,986,978,978,979,980,980,981,982,982,983,994,994,884,884,992,992,977,977,987,987,890,890,988,988,989,989,71,71,80,80,750,750,918,918,745,745,995,995,996,996,984,984,985,985,991,991,993,993,39,39,986,986,978,978,979,980,980,981,982,982,983,994,994,884,884,992,992,977,977,987,987,890,890,988,988,989,989,71,71,80,80,750,750,918,918,745,745,995,995,996,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,993,951,985,985,993,993,980,980,980,981,981,982,982,982,983,983,977,977,977,977,977,977,890,890,988,988,988,989,989,989,985,993,980,980,981,982,982,983,951,993,980,980,981,982,982,983,951,985,993,980,981,982,983,977,890,988,989,993,980,980,982,982,951,985,993,980,980,981,982,982,983,951,977,977,977,977,977,988,988,989,989,890,0,0,0,0,751,951,751,751,990,990,951,990,751,951,990,751,751,751,751,990,751,751,990,751,1014,1014,990,1014,1014,751,951,951,951,951,951,0,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,0,1016,1016,1016,0,1016,1016,1016,1016,1016,1016,1016,0,1016,1016,1016,1016,1016,1016,0,0,0,1016,0,1016,1016,1016,0,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1028,1029,1030,1028,1030,0,0,0,0,0,0,0,0,1029,0,0,0,1023,1025,1026,1027,1028,1029,1030,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,0,1031,1032,1033,1023,1025,1026,1027,1028,1029,1030,1023,1025,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1026,1027,1028,1029,1030,1026,1026,1026,1026,1027,1027,1027,1027,1028,1028,1028,1028,1029,1029,1029,1029,1030,1030,1030,1030,1024,1023,1025,1031,1032,1033,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1028,1029,1029,1030,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1024,1031,1032,1033,1024,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1031,1031,1031,1031,1031,1031,1031,1031,1031,1031,1031,1031,1031,1032,1032,1032,1032,1032,1032,1032,1032,1032,1032,1032,1032,1032,1033,1033,1033,1033,1033,1033,1033,1033,1033,1033,1033,1033,1033,1031,1032,1033,1031,1032,1033,1031,1032,1033,1031,1032,1033,1031,1032,1033,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1024,1024,1031,1032,1033,1023,1025,1031,1032,1033,0,1023,1025,1026,1027,1028,1029,1030,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1024,1025,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1023,1025,1025,1031,1032,1033,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1024,1023,1023,1025,1025,1031,1032,1033,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1024,1023,1023,1025,1025,1031,1032,1033,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1088,0,0,407,407,0,0,1080,407,1088,0,407,407,0,407,407,407,407,0,0,1042,1080,1080,0,407,407,0,0,407,407,407,407,1061,407,407,407,1061,0,407,407,407,407,407,1082,407,1061,0,0,0,407,1061,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,1088,0,0,0,407,407,407,0,0,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,0,1082,0,0,407,0,1042,407,407,1080,1088,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,450,448,1084,1085,406,441,765,441,765,453,0,0,453,0,1081,1086,0,1070,1071,1075,1076,1083,0,1054,451,1072,1077,1078,1079,1087,1070,1073,1075,1084,453,1071,1074,1076,1085,0,1087,1086,1086,452,0,1087,1087,0,449,450,448,1052,0,449,450,448,1052,1073,1074,453,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,1042,1061,1061,1082,1061,0,1061,1082,0,1042,0,0,441,765,441,765,1088,0,0,407,407,0,407,1088,407,407,407,407,407,407,407,407,0,0,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,1088,0,0,0,407,407,407,0,0,0,407,0,407,407,1088,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,450,448,1084,1085,453,453,1086,1070,1071,1075,1076,1083,1054,451,1072,1077,1078,1079,1087,1070,1073,1075,1084,453,1071,1074,1076,1085,1087,1086,1086,452,1087,1087,449,450,448,449,450,448,1073,1074,453,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,1080,0,1080,1080,0,1080,1081,0,1052,1052,1088,382,37,378,0,0,0,37,37,0,37,37,407,37,1053,37,37,407,155,0,382,37,37,155,37,0,1053,1080,0,1066,407,37,1088,382,37,37,0,1020,376,407,37,378,37,0,381,1097,1105,0,155,0,0,37,382,377,1053,37,407,407,407,1020,376,0,0,0,0,0,0,16,0,407,407,0,0,0,0,0,0,37,0,1103,1103,1066,1042,37,37,0,1080,1080,0,0,0,0,0,0,407,0,407,37,0,0,407,407,407,37,407,37,380,380,1061,0,37,37,37,37,407,407,407,37,37,0,0,0,0,382,382,382,0,382,1061,0,0,0,37,407,37,37,407,37,378,375,1093,407,407,37,407,382,382,382,37,37,37,37,37,37,382,37,37,37,37,37,37,37,37,1082,407,382,37,377,377,37,37,37,37,37,37,1103,37,37,37,37,1061,37,0,382,382,1066,1066,0,0,0,0,16,37,37,37,0,407,37,0,1061,0,0,0,0,0,375,1093,0,382,37,382,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,37,37,407,377,37,381,1088,375,1093,382,382,382,155,382,382,0,0,0,37,407,407,407,0,382,382,382,381,377,1020,376,37,0,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,0,0,0,0,0,0,0,0,0,0,0,155,155,155,155,0,0,0,1082,37,37,0,37,0,1103,381,0,0,0,0,0,0,37,155,407,375,1093,0,0,0,37,0,0,0,0,0,37,1042,382,0,37,382,407,407,1053,380,375,1093,37,155,377,1080,1097,381,1066,1053,1020,376,1088,378,380,0,0,377,1088,37,1084,1085,129,130,404,1089,406,1090,1091,1059,1092,1050,1106,1107,1108,1096,1017,1094,1035,1094,1035,1094,1035,1094,1035,168,1045,379,1110,379,1110,1101,1017,1040,1022,379,1045,1104,1109,1109,1099,379,1110,1106,1107,1108,1022,1081,1095,1096,1098,135,135,135,135,1043,1067,1086,1017,1095,1095,1017,1083,1098,1109,1087,1102,1058,1062,1102,1084,1100,146,1095,1096,1085,379,1110,1087,1086,1086,1043,1017,1104,1087,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1043,1043,1043,1043,1087,1062,1017,1062,1017,1062,1017,1109,1058,1099,1052,1060,1095,1096,1043,1021,168,1040,1022,146,1052,1021,1040,1060,1067,1021,168,1040,1022,1017,1304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,0,1037,1037,1037,1037,1037,1037,1037,0,0,0,1037,1037,1037,1037,1037,1037,1037,1037,1037,1037,1037,1037,1305,1305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,1038,0,1041,1038,1039,1041,1038,1039,1041,1038,1039,1041,1038,1039,1041,1038,1038,1039,1039,1041,1038,1039,1039,1041,1041,1038,1039,1041,1038,1039,1039,1041,1038,1039,1039,1041,1041,1041,1038,1039,1041,1041,1041,1038,1039,1041,0,0,0,1038,1039,1041,1041,1038,1039,1041,1038,1039,1041,1039,1041,1038,1039,1041,1038,1039,1041,1038,1039,1041,1038,1039,1039,1041,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1046,1044,1046,1044,1046,1044,1046,1044,1046,1044,1046,1044,0,0,1046,1044,1044,1046,1044,1046,1046,1044,0,0,1046,1044,1046,1044,1046,1044,1046,1044,1046,1046,1044,0,1046,1044,1046,1044,1046,1044,1046,1044,1046,1044,1044,1046,1044,1044,1046,1044,1044,1046,1044,1044,0,0,0,0,0,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,0,0,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1055,1055,1055,1055,1055,1055,1055,1055,1055,1055,1055,1055,0,1055,0,1055,1055,1055,1055,1055,1055,1055,1055,0,1057,1057,0,1057,1057,1057,1057,1057,1057,1057,1057,1057,1057,1057,1057,1057,0,0,1057,1057,1057,1057,1057,1057,1057,1057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,407,407,0,406,0,1080,407,1088,0,406,407,407,0,406,407,407,407,407,0,0,1042,1080,1080,0,407,407,0,0,407,407,407,407,1061,407,407,407,1061,0,407,407,407,407,407,1082,407,1061,0,0,0,407,1061,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,1088,0,0,0,407,407,407,0,0,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,0,1082,0,0,406,407,0,1042,407,407,1080,1088,1088,0,0,0,0,0,0,0,0,0,0,0,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,450,448,1084,1085,406,406,406,406,406,406,406,406,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,441,765,453,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,406,406,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,406,1080,1080,1081,1082,1061,407,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,0,0,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,406,1080,1082,1061,407,1042,495,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,406,1080,1082,1061,407,1042,495,1088,441,441,441,441,765,765,765,765,1054,1054,1054,1054,451,451,451,451,1070,1070,1070,1070,1071,1071,1071,1071,1072,1072,1072,1072,1073,1073,1073,1073,1074,1074,1074,1074,452,452,452,452,1075,1075,1075,1075,1076,1076,1076,1076,406,406,406,406,1080,1080,1080,1080,1082,1082,1082,1082,1061,1061,1061,1061,407,407,407,407,1042,1042,1042,1042,495,495,495,495,1088,1088,1088,1088,453,406,0,1081,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,406,406,406,406,1080,1081,1082,1061,407,1042,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,1080,1082,1061,407,1042,495,1088,406,406,406,406,406,1080,1082,1061,407,1042,495,1088,406,406,1080,1082,1061,407,1042,495,1088,406,1080,1082,1061,407,1042,495,1088,406,495,406,495,1086,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,406,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,1080,1082,1061,407,1042,495,1088,406,1080,1082,1061,407,1042,495,1088,0,1070,1071,1075,1076,406,406,406,1080,1082,1061,407,1042,495,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,1083,0,406,1054,451,1072,1077,1078,1079,1087,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,1070,1073,1075,1084,453,1071,1074,1076,1085,0,1087,406,1086,1086,452,406,1080,407,406,0,406,1080,1082,1061,407,1042,495,1088,1087,1087,406,406,0,406,449,450,448,1052,0,406,1080,1082,1061,407,1042,495,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,1042,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,407,1042,1052,495,495,1083,1084,1085,1086,1087,1088,407,495,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,449,450,448,1052,406,1073,1074,441,441,765,765,1054,1054,451,451,1070,1070,1071,1071,1072,1072,1073,1073,1074,1074,452,452,1075,1075,1076,1076,1077,1077,449,449,1078,1078,450,450,1079,1079,448,448,453,453,406,406,1080,1080,1081,1081,1082,1082,1061,1061,407,407,1042,1042,1052,1052,495,495,1083,1083,1084,1084,1085,1085,1086,1086,1087,1087,1088,1088,441,441,765,765,1054,1054,451,451,1070,1070,1071,1071,1072,1072,1073,1073,1074,1074,452,452,1075,1075,1076,1076,1077,1077,449,449,1078,1078,450,450,1079,1079,448,448,453,453,406,406,1080,1080,1081,1081,1082,1082,1061,1061,407,407,1042,1042,1052,1052,495,495,1083,1083,1084,1084,1085,1085,1086,1086,1087,1087,1088,1088,441,441,765,765,1054,1054,451,451,1070,1070,1071,1071,1072,1072,1073,1073,1074,1074,452,452,1075,1075,1076,1076,1077,1077,449,449,1078,1078,450,450,1079,1079,448,448,453,453,406,406,1080,1080,1081,1081,1082,1082,1061,1061,407,407,1042,1042,1052,1052,495,495,1083,1083,1084,1084,1085,1085,1086,1086,1087,1087,1088,1088,453,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,0,406,1080,1082,1061,407,1042,495,1088,406,1080,1082,1061,407,1042,495,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,1042,1061,1061,1082,1061,0,1061,1082,0,1042,0,0,441,765,441,765,1088,0,0,407,407,0,407,1088,407,407,407,407,407,407,407,407,0,0,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,1088,0,0,0,407,407,407,0,0,0,407,0,407,407,1088,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,450,448,1084,1085,453,453,1086,1070,1071,1075,1076,1083,1054,451,1072,1077,1078,1079,1087,1070,1073,1075,1084,453,1071,1074,1076,1085,1087,1086,1086,452,1087,1087,449,450,448,449,450,448,1073,1074,453,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,1080,0,1080,1080,0,1080,1081,0,1052,1052,130,1088,382,37,378,0,0,0,37,37,0,37,37,407,37,1053,37,37,407,155,0,382,37,37,155,37,0,1053,1080,0,1066,407,37,1088,382,37,37,0,1020,376,1092,130,407,37,378,37,0,381,1097,1105,0,155,0,0,37,382,377,1053,37,407,1050,1050,1050,1050,1050,1050,1050,1050,407,407,1020,376,0,0,0,0,0,0,16,0,407,407,0,0,0,0,0,0,37,0,1103,1103,129,129,129,129,129,129,129,129,129,1091,129,129,129,129,1066,1042,37,37,0,1080,1080,0,0,0,0,0,0,407,0,407,37,0,0,407,407,407,37,407,37,380,380,1061,0,37,37,37,37,407,407,407,37,37,0,0,0,0,382,382,382,0,382,1061,0,0,0,37,407,37,37,407,37,378,375,1093,407,407,37,407,382,382,382,37,130,1059,37,37,37,37,37,382,37,37,37,37,37,37,37,37,1082,407,382,37,377,377,37,37,37,37,37,37,1103,37,37,37,37,1061,37,0,382,382,1066,1066,0,0,0,0,16,37,37,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,37,0,407,37,0,1061,0,0,0,0,0,375,1093,0,382,37,382,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,37,37,407,130,377,37,381,1088,375,1093,382,382,382,155,382,382,0,0,0,37,407,407,404,404,404,404,129,129,129,129,129,129,129,129,129,129,129,1090,1089,130,407,0,382,382,382,381,377,1020,376,37,0,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,0,0,0,0,0,0,0,0,0,0,0,155,155,155,155,0,0,0,1082,37,37,0,37,0,1103,381,0,0,0,0,0,0,37,155,1092,407,375,1093,0,0,0,37,0,0,0,0,0,37,1042,382,0,37,382,407,407,1053,380,375,1093,37,155,377,1080,1097,381,1066,1053,1020,376,1088,378,380,0,1059,0,377,1088,37,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1084,1085,129,130,404,1089,1090,1091,1059,1092,1050,129,37,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,406,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1106,1107,1108,1096,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,37,129,130,404,1089,1090,1091,1059,1092,1067,16,1050,379,1017,37,129,130,404,1089,1090,1091,1059,1092,1067,16,1050,379,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,1094,1035,1094,1035,1094,1035,1094,1035,168,1045,379,1110,379,1110,133,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,375,1093,37,37,129,129,155,1094,1035,377,377,130,130,135,404,404,1089,1090,1095,1096,1097,1091,1091,1098,1098,381,381,1066,382,382,1053,380,380,1018,133,1020,376,376,1017,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,16,1050,1050,378,378,379,379,1110,1045,129,130,404,1089,1090,1091,1059,1092,1050,1101,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1017,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,377,130,404,1089,1090,1097,1091,381,1066,382,1053,380,1020,376,1017,1059,1103,1092,1067,16,1050,378,379,375,375,375,375,1093,1093,1093,1093,37,37,37,37,129,129,129,129,155,155,155,155,377,377,377,377,130,130,130,130,404,404,404,404,1089,1089,1089,1089,1090,1090,1090,1090,1097,1097,1097,1097,1091,1091,1091,1091,381,381,381,381,1066,1066,1066,1066,382,382,382,382,1053,1053,1053,1053,380,380,380,380,1020,1020,1020,1020,376,376,376,376,1059,1059,1059,1059,1103,1103,1103,1103,1092,1092,1092,1092,1067,1067,1067,1067,16,16,16,16,1050,1050,1050,1050,378,378,378,378,379,379,379,379,1040,1022,379,1045,1104,1109,1109,129,130,404,1089,1090,1091,1059,1092,1050,1099,379,1110,1106,1107,1108,1022,1081,1095,1096,1098,375,1093,37,37,129,129,129,129,129,155,1094,1035,377,130,130,130,130,130,135,404,404,404,404,404,1089,1089,1089,1089,1089,1090,1090,1090,1090,1090,1095,1096,1097,1091,1091,1091,1091,1091,1098,381,1066,382,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1059,1059,1059,1059,1103,1104,1092,1092,1092,1092,1092,1021,168,1067,1040,1022,1060,1043,16,16,1050,1050,1050,1050,1050,378,379,1110,1045,375,375,375,375,1093,1093,37,37,37,37,129,155,1094,1035,377,377,377,130,135,404,1089,1090,1095,1096,1096,1097,1091,1098,381,381,381,1066,382,382,382,1053,380,380,380,1018,133,1020,376,376,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,168,1108,1067,1040,1022,1109,1060,1043,16,16,16,16,16,1050,378,378,378,379,379,379,1110,1045,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,135,135,135,135,375,1093,37,129,130,404,1089,1090,1091,1059,1092,1067,1050,378,379,1043,375,1093,37,129,130,404,1089,1090,1091,1059,1092,1067,1050,378,379,1067,1086,1017,1095,1095,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,16,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1017,37,1083,37,1098,129,130,404,1089,1090,1091,1059,1092,1050,1109,1087,1102,37,129,130,404,1089,1090,1091,1059,1092,1067,16,1050,379,1058,1062,1102,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1084,1100,146,1095,1096,1085,379,1110,16,1087,129,130,404,1089,1090,1091,1059,1092,1050,1086,1086,1043,1017,375,37,129,377,130,404,1091,1098,381,382,380,376,1017,16,1050,378,379,129,130,404,1089,1090,1091,1059,1092,1050,1104,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,1087,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1043,1043,1043,1043,1087,1062,1017,1062,1017,1062,1017,1109,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,1058,1099,1052,1060,146,1095,1096,1043,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,129,37,382,16,129,130,404,1089,1090,1091,1059,1092,1050,375,375,1093,1093,37,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,378,379,1110,1045,375,1093,37,378,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1021,168,1040,1022,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,146,1052,1021,1040,1060,129,130,404,1089,1090,1091,1059,1092,1050,1105,375,375,1093,1093,37,37,129,129,155,155,1094,1094,1035,1035,377,377,130,130,135,135,404,404,1089,1089,1090,1090,1095,1095,1096,1096,1097,1097,1091,1091,1098,1098,381,381,1066,1066,382,382,1053,1053,380,380,1018,1018,133,133,1020,1020,376,376,1017,1017,1058,1058,1099,1099,1062,1062,1100,1100,1101,1101,146,146,1102,1102,1059,1059,1103,1103,1104,1104,1092,1092,1105,1106,1107,1021,1021,168,168,1108,1067,1067,1040,1040,1022,1022,1109,1060,1060,1043,1043,16,16,1050,1050,378,378,379,379,1110,1110,1045,1045,375,375,1093,1093,37,37,129,129,155,155,1094,1094,1035,1035,377,377,130,130,135,135,404,404,1089,1089,1090,1090,1095,1095,1096,1096,1097,1097,1091,1091,1098,1098,381,381,1066,1066,382,382,1053,1053,380,380,1018,1018,133,133,1020,1020,376,376,1017,1017,1058,1058,1099,1099,1062,1062,1100,1100,1101,1101,146,146,1102,1102,1059,1059,1103,1103,1104,1104,1092,1092,1105,1106,1107,1021,1021,168,168,1108,1067,1067,1040,1040,1022,1022,1109,1060,1060,1043,1043,16,16,1050,1050,378,378,379,379,1110,1110,1045,1045,375,375,1093,1093,37,37,129,129,155,155,1094,1094,1035,1035,377,377,130,130,135,135,404,404,1089,1089,1090,1090,1095,1095,1096,1096,1097,1097,1091,1091,1098,1098,381,381,1066,1066,382,382,1053,1053,380,380,1018,1018,133,133,1020,1020,376,376,1017,1017,1058,1058,1099,1099,1062,1062,1100,1100,1101,1101,146,146,1102,1102,1059,1059,1103,1103,1104,1104,1092,1092,1105,1106,1107,1021,1021,168,168,1108,1067,1067,1040,1040,1022,1022,1109,1060,1060,1043,1043,16,16,1050,1050,378,378,379,379,1110,1110,1045,1045,1067,1021,168,1040,1022,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,1017,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1021,168,1067,1040,1022,1060,1043,1050,378,1045,1304,55,0,0,55,55,0,0,0,0,0,0,55,55,55,55,55,55,55,55,55,55,55,55,55,0,55,55,55,55,55,55,55,55,0,0,55,55,0,0,55,0,0,0,55,55,0,0,55,55,55,55,55,55,55,55,55,55,55,0,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,0,0,1112,1113,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1112,1113,1113,1112,1113,1113,1112,1113,1112,1112,1113,1113,1112,1112,1113,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1112,1113,1113,1112,1113,1112,1113,1112,1113,1112,1113,1113,1112,1113,1112,1113,1112,1113,1112,1113,0,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1112,1113,1113,1112,1112,1113,1113,1112,1112,1113,1113,1112,1113,0,0,25,25,25,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,25,25,25,25,25,25,25,25,25,25,25,25,25,0,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,[[6,[[5,[3,4]]]]],[]],0,0,0,0,[7,[[10,[8,9]]]],[11,[[10,[8,9]]]],[12,[[10,[8,9]]]],[11,[[10,[8,9]]]],[12,[[10,[[13,[8]],9]]]],0,[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[15,[[13,[16]]]],0,0,0,0,0,0,[17,18],0,[17,18],0,0,0,0,0,[[-1,19],[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[[20,8,21,21],[[6,[[5,[3,4]]]]]],[[-1,8,21,21],[[6,[[5,[3,4]]]]],[]],[-1,-2,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,23,23,24],[[6,[[5,[3,4]]]]],[]],[12,[[10,[21,9]]]],0,0,0,0,0,0,0,[-1,25,26],[27,[[13,[14]]]],[[],[[2,[18,18]]]],[18,18],[17,17],[28,28],[29,29],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[11,[[10,[2,9]]]],[18,2],[[30,31],18],[[18,18],17],[[20,8,8],[[6,[[5,[3,4]]]]]],[[-1,8,8],[[6,[[5,[3,4]]]]],[]],0,0,[[-1,[5,[32,4]]],[[6,[[5,[3,4]]]]],[]],[-1,33,[]],[18,33],0,0,[[],20],[[],17],[[],34],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[6,[[5,[3,4]]]]],[]],0,[11,[[10,[21,9]]]],[35,2],[20,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,0,0,0,0,0,[[28,28],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,0,[[-1,[10,[2,37]]],38,[]],[-1,[[6,[[5,[3,4]]]]],[]],[18,[[10,[2,39]]]],[-1,2,[]],[[20,40],[[10,[2,41]]]],[[7,40],[[10,[2,41]]]],[[11,40],[[10,[2,41]]]],[[12,40],[[10,[2,41]]]],[[18,40],[[10,[2,41]]]],[[17,40],[[10,[2,41]]]],[[28,40],[[10,[2,41]]]],[[28,40],[[10,[2,41]]]],[[34,40],[[10,[2,41]]]],[[42,40],43],[[42,40],43],[[44,40],43],[[44,40],43],[[27,40],[[10,[2,41]]]],[[27,40],43],[[15,40],43],[[15,40],43],[[29,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[39,28],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[15,44],[[[5,[14]]],44],[-1,-1,[]],[-1,-1,[]],[45,15],[46,15],[47,15],[42,15],[48,15],[[[50,[49]]],15],[51,15],[52,15],[-1,-1,[]],[17,18],0,[17,18],0,0,[[-1,19],[[6,[[5,[3,4]]]]],[]],[[-1,[54,[53]],55],56,26],[[-1,[54,[53]]],56,26],[[-1,[54,[53]]],56,26],[[-1,[54,[53]]],56,26],[[-1,[54,[53]]],56,26],[-1,[[13,[57]]],[]],[[58,21],[[13,[55]]]],[[58,21],[[13,[[59,[55]]]]]],0,0,0,0,0,0,0,0,[[58,-1,[54,[53]]],[[2,[56,[5,[22]]]]],26],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[39,9],[[-1,19,60],[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[[-1,19],[[6,[[5,[3,4]]]]],[]],0,[11,21],[44,21],[-1,21,[]],[18,21],[58,21],[58,21],[[12,61,61],[[10,[2,9]]]],[[12,62,57],[[10,[2,9]]]],0,0,0,[11,[[10,[21,9]]]],[-1,33,[]],[18,33],[-1,33,[]],[18,33],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[12,61,61],[[10,[2,9]]]],[[12,62,57],[[10,[2,9]]]],[11,[[10,[[13,[65]],9]]]],[[20,8,21,21,21],[[6,[[5,[3,4]]]]]],[[-1,8,21,21,21],[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],0,0,0,[66,37],0,0,0,0,0,0,[12,[[10,[21,9]]]],[12,[[10,[21,9]]]],[12,[[10,[57,9]]]],0,[[],20],[[],17],[28,27],0,[11,[[10,[21,9]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[18]],67],[[68,[[10,[33,39]]]]]],[[[6,[18]],67],[[68,[[10,[2,39]]]]]],[[[6,[18]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[-1]],67],[[68,[[10,[35,39]]]]],[]],[[7,67],[[68,[[10,[35,9]]]]]],[[11,67],[[68,[[10,[35,9]]]]]],[[12,67],[[68,[[10,[35,9]]]]]],[[[6,[18]],67],[[68,[[10,[35,39]]]]]],0,[[[6,[18]],67],[[68,[[10,[2,39]]]]]],[[[6,[18]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[-1]],67],[[68,[[10,[35,39]]]]],[]],[[7,67],[[68,[[10,[35,9]]]]]],[[11,67],[[68,[[10,[35,9]]]]]],[[12,67],[[68,[[10,[35,9]]]]]],[[[6,[18]],67],[[68,[[10,[35,39]]]]]],[[[6,[18]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],0,0,0,[[18,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[[72,[60]]]]],[[6,[[5,[3,4]]]]],[]],0,[11,[[10,[35,9]]]],[[-1,[70,[[72,[60]]]]],[[6,[[5,[3,4]]]]],[]],[7,2],[11,2],[12,2],0,[[20,23,[13,[73]],[13,[19]]],[[6,[[5,[3,4]]]]]],[[-1,23,[13,[73]],[13,[19]]],[[6,[[5,[3,4]]]]],[]],[[-1,25],2,26],[17,17],0,[[[74,[53]],38,38,38,-1],37,75],0,[[[74,[53]],[13,[38]],38,38,76],37],0,0,[[-1,77,19,[13,[65]],[13,[65]]],[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[[-1,19],[[6,[[5,[3,4]]]]],[]],[[78,-1,[70,[79]]],[[10,[[5,[[70,[79]]]],15]]],26],[[78,-1],[[10,[2,15]]],26],0,0,0,0,0,[[18,80],[[10,[33,39]]]],0,0,0,0,[[-1,[70,[60]]],[[6,[[5,[3,4]]]]],[]],0,[11,[[10,[35,9]]]],[[-1,[70,[60]],8],[[6,[[5,[3,4]]]]],[]],[[12,21],[[10,[2,9]]]],[[11,21],[[10,[2,9]]]],[[7,[5,[81,4]]],[[10,[2,9]]]],[[11,[5,[81,4]]],[[10,[2,9]]]],[[12,[5,[81,4]]],[[10,[2,9]]]],[[11,21],[[10,[2,9]]]],[[-1,33],[[10,[2,28]]],[]],[[18,33],[[10,[2,28]]]],[[11,[13,[65]]],[[10,[2,9]]]],[[12,21],[[10,[2,9]]]],[[12,21],[[10,[2,9]]]],[[12,57],[[10,[2,9]]]],[[11,21],[[10,[2,9]]]],[[11,35],[[10,[2,9]]]],[[11,35],[[10,[2,9]]]],[[-1,[13,[33]],[13,[33]]],[[10,[2,28]]],[]],[[7,60],[[10,[2,9]]]],[[11,57],[[10,[2,9]]]],[[12,57],[[10,[2,9]]]],0,[[11,82],[[10,[2,9]]]],0,0,0,[-1,33,[]],[18,33],0,0,0,0,[44,[[13,[14]]]],[15,[[13,[14]]]],[-1,[[10,[-2,83]]],[22,84],84],[18,[[2,[30,31]]]],[17,[[2,[18,18]]]],0,0,0,0,0,[[[6,[18]],80],[[10,[2,39]]]],0,0,0,[11,[[10,[85,9]]]],[12,[[10,[85,9]]]],0,0,0,0,0,0,0,[[86,87],[[10,[2,49]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],0,[7,[[10,[[2,[[5,[89,4]],8]],9]]]],[11,[[10,[2,9]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[18,[70,[60]]],[[13,[35]]]],[[11,[70,[[72,[60]]]]],[[10,[35,9]]]],[[12,[70,[[72,[60]]]]],[[10,[[2,[35,8]],9]]]],[[11,[70,[60]]],[[10,[35,9]]]],[[12,[70,[60]],8],[[10,[35,9]]]],[7,[[10,[60,9]]]],[11,[[10,[57,9]]]],[12,[[10,[57,9]]]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,[-1,[[6,[[5,[3,4]]]]],[]],[-1,[[10,[2,28]]],[]],[18,[[10,[2,28]]]],[[[74,[53]],-1],[[10,[37,42]]],[22,84,91]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[53,[[6,[[5,[3]]]]]],[[-1,[54,[53]]],93,26],[[-1,[54,[53]]],93,26],[[-1,[54,[53]]],93,26],[[-1,[54,[53]]],93,26],[[-1,[54,[53]]],93,26],0,0,0,[[28,-1],27,[[94,[88]]]],[[18,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[18,[70,[60]]],[[10,[2,39]]]],[[-1,[70,[60]]],[[10,[2]]],[]],[[18,95],[[10,[2,39]]]],[[-1,33,33],[[10,[2,39]]],[]],[[18,[70,[71]]],[[10,[35,39]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[96,96],[[-1,-2],2,[],[]],0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,0,0,[[96,40],43],[-1,-1,[]],[-1,-1,[]],[[96,23,[13,[97]]],[[13,[98]]]],[[96,23,[13,[97]]],[[13,[99]]]],0,0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[97,100,101],[[10,[99,49]]]],0,0,0,[[[50,[101]]],96],[[]],[[]],[102,2],[96,101],0,[[96,23,98],2],[[96,88,103,53],[[6,[[5,[3]]]]]],[[98,23,103,53,[50,[101]]],[[10,[104,44]]]],[[58,53,[50,[101]]],[[10,[104,44]]]],[[53,23,[70,[60]],[50,[101]]],[[10,[58,44]]]],[[53,98,23],[[10,[[70,[60]],44]]]],[[53,98],[[10,[2,44]]]],[-1,-2,[],[]],[[96,88,[13,[[74,[53]]]],[13,[103]],[13,[53]]],[[10,[104,44]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[105,[[70,[60]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[105,105],[98,98],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[98,[[13,[[70,[60]]]]]],0,0,[[105,40],43],[[98,40],43],[-1,-1,[]],[-1,-1,[]],[[100,101],[[10,[98,49]]]],[[106,101],[[10,[98,49]]]],[[107,101],[[10,[98,49]]]],[[98,23],[[13,[105]]]],[98,[[13,[105]]]],[105,108],[98,108],0,0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[105,109],0,[105,23],0,[[88,109,110,108],105],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[111,103,112,[13,[[2,[113,76]]]],[13,[[5,[114]]]]],2],[[111,103],[[13,[78]]]],[102,2],[[[13,[[5,[114]]]],111,103],2],[[98,23,103,53,[50,[101]]],[[10,[104,44]]]],[[58,53,[50,[101]]],[[10,[104,44]]]],[[[70,[60]],23,53,[50,[101]]],[[10,[104,44]]]],[[53,23,[70,[60]],[50,[101]]],[[10,[58,44]]]],[[53,98,23],[[10,[[70,[60]],44]]]],[[53,98],[[10,[2,44]]]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[115,115],[116,116],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],115],[[],116],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,0,0,[[115,40],43],[[116,40],43],[-1,-1,[]],[-1,-1,[]],0,[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[],115],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[115,115],2],[[116,116],2],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[117,118],119],[120,33],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[121,122],2],[120,120],[119,119],[123,123],[117,117],[124,124],[121,121],[[125,122],[[10,[122,37]]]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[125,2],[[125,122],[[10,[2,37]]]],[[120,120],126],[[-1,-2],126,[],[]],[[125,98],[[10,[2,28]]]],[[124,100],[[127,[2]]]],[[128,100],[[10,[2,28]]]],[[97,100],[[10,[2,28]]]],[[125,129,129,130,73,119],[[10,[122,37]]]],[[125,129,129,130,73,119,122,21],[[10,[2,37]]]],[[125,117,131,21,88],[[10,[119,37]]]],[[125,117,131,21,[132,[23]]],119],[[125,117,131,21,[132,[23]],133],119],[[125,117,21],[[10,[2,88]]]],[125,[[10,[2,88]]]],[[125,117,[5,[32]],23,122,129,130,120],2],[[125,117],2],[[125,117],2],[[125,117],2],[121,122],0,0,0,[[],117],[[],121],[[],128],[[],[[5,[97]]]],[35,-1,[]],[35,-1,[]],[119],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[119,123],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[120,120],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[],134],0,0,0,[[125,122],[[10,[135,37]]]],[[125,122],[[10,[133,37]]]],[[125,122],[[10,[136,37]]]],0,[[125,122],[[10,[2,37]]]],[[125,40],43],[[120,40],43],[[119,40],43],[[123,40],43],[[137,40],43],[[117,40],43],[[124,40],43],[[121,40],43],[[128,40],43],[125,125],[121,121],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,120],[37,28],[28,37],[[125,117,122],[[10,[[2,[119,88]],37]]]],[[125,117,122,57],[[10,[[2,[119,88]],37]]]],[[125,122],[[10,[138,37]]]],[[125,122],[[10,[119,37]]]],[[-1,-2],33,[139,140],141],[[125,117,122,23,21],[[10,[119,37]]]],[[125,117,119,23,57,21],[[10,[119,37]]]],[[125,117,122,100,21],[[10,[[2,[119,88]],37]]]],[[125,131],[[10,[133,37]]]],0,[[120,-1],2,142],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,0,[119,120],[123,120],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[125,21],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[125,57],2],[[124,[50,[97]]],[[10,[2,28]]]],[[97,97],[[10,[2,28]]]],[[124,100],[[127,[143]]]],[[128,100],[[10,[143,28]]]],0,[[],117],[57,121],[[124,117,120],[[10,[125,88]]]],[124,144],[128,144],[[117,[70,[145]],[70,[88]],124],[[10,[125,88]]]],0,0,[121,122],0,0,[[125,117,122,88,129,129,130],[[10,[122,28]]]],[[125,117,122,[5,[32]],73,88,129,129,130],[[10,[122,28]]]],0,[[120,120],[[13,[126]]]],[[125,122,119],[[10,[35,37]]]],[[125,100],[[10,[[2,[122,100]],37]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[125,122],[[10,[146,37]]]],[[125,118],146],0,0,[[124,100],[[127,[147]]]],[[128,100],[[10,[147,28]]]],[[124,100],[[127,[148]]]],[[128,100],[[127,[148]]]],[119,35],[[125,88],88],[[124,100],[[127,[2]]]],[[128,100],[[10,[2,28]]]],[[124,100],[[127,[2]]]],[[128,100],[[10,[2,28]]]],[[125,117,120],[[13,[[50,[118]]]]]],[[124,100,100],[[149,[[127,[2]]]]]],[[128,100,100],[[149,[[10,[2,28]]]]]],0,0,0,0,[[125,23],2],[[125,21],2],[[121,122],2],0,0,[[[151,[[150,[57,138]]]],122],[[10,[152,28]]]],[[[151,[[150,[57,138]]]],122],[[10,[153,28]]]],[[[151,[[150,[57,138]]]]],[[10,[152,28]]]],[[[151,[[150,[57,138]]]]],[[10,[153,28]]]],[[[151,[[150,[57,138]]]]],[[10,[152,28]]]],[[[151,[[150,[57,138]]]]],[[10,[153,28]]]],[[[151,[[150,[57,138]]]]],[[10,[152,28]]]],[[[151,[[150,[57,138]]]]],[[10,[153,28]]]],[[125,122,[5,[32]]],[[10,[[13,[[5,[32]]]],28]]]],[[124,100],[[127,[143]]]],[[128,100],[[10,[143,28]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[123,[[13,[119]]]],[154,155],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,129,129,130,73,119,122],[[10,[2,37]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[138,138],[156,156],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[],157],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[156]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[157]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[159,2],[35,2],[35,2],0,0,0,[[138,40],43],[[118,40],43],[[156,40],43],[[157,40],43],[[159,40],43],[[131,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[159,21],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],0,[118,[[160,[131]]]],[159,2],0,0,[[156,-1],10,161],[[157,-1],10,161],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[118,[[162,[131]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[163,163],[[-1,-2],2,[],[]],[164,33],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[152],[35,-1,[]],[153],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[153],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[165,57],0,0,[[166,40],43],[[163,40],43],[[165,40],43],[[152,40],43],[[153,40],43],[[164,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[152,57,167,168],166],[39,21],[164,21],[165,21],[164,21],[164,33],[164,33],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[164,[[13,[152]]]],[164,[[13,[153]]]],0,0,[[57,167,168,131],[[13,[166]]]],[166,165],[[[50,[[151,[[5,[32]]]]]]],152],[[[50,[[151,[[5,[32]]]]]]],153],[[169,122],[[10,[[13,[164]],28]]]],[165,167],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[165]],67],68],[[[6,[164]],67],[[68,[[170,[33]]]]]],[[[6,[164]],67],[[68,[[170,[2]]]]]],[[[6,[164]],67,69],[[68,[[170,[2]]]]]],[[[6,[164]],67],[[68,[[170,[35]]]]]],[[[6,[164]],67],[[68,[[170,[2]]]]]],[[[6,[164]],67,[70,[60]]],[[68,[[170,[35]]]]]],[[[6,[164]],67],[[68,[[170,[35]]]]]],[[[6,[164]],67,[70,[71]]],[[68,[[170,[35]]]]]],[165,2],[[164,33],[[10,[2,28]]]],[[164,[13,[33]],[13,[33]]],[[10,[2,28]]]],[164,33],0,[[[6,[164]],80],[[170,[2]]]],0,0,[[153,[5,[32]]],[[5,[32]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[164,[[10,[2,28]]]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[171,172],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[171,33],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[171,40],43],[[173,40],43],[-1,-1,[]],[-1,-1,[]],[[171,33],2],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[33,21],173],[[]],[[]],[[173,172],[[68,[35]]]],[[173,172],[[68,[33]]]],[173,2],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[173,[[13,[33]]]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[171,2],0,[[173,33],2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[13,[[0,[174,84,91]]]]]],0,0,0,0,0,0,0,0,[[-1,175],[[149,[[10,[176,49]]]]],[]],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[177,23],21],[177,177],[[-1,-2],2,[],[]],0,[[],177],[[],178],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[[175,40],43],[[176,40],43],[[177,40],43],[[178,40],43],[[[179,[23]]],175],[-1,-1,[]],[[[179,[[13,[[180,[60]]]]]]],175],[[[179,[[180,[60]]]]],175],[[[179,[88]]],175],[[[179,[2]]],175],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[181,-1],175,[[94,[[13,[[180,[60]]]]]]]],0,0,0,[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[177,21],[176,21],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[],177],[[],177],0,0,[[]],[[]],[[]],[[]],0,0,[[-1,175],[[149,[[10,[176,49]]]]],[]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[177,177],2],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[182,182],[[-1,-2],2,[],[]],0,[[],182],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[182,40],43],[-1,-1,[]],[[],[[10,[[13,[183]],49]]]],0,[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[182,175],[[10,[176,49]]]],[[182,175],[[149,[[10,[176,49]]]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[182,65],182],[[182,65],182],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[184,35],2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[185,186],[-1,187,[]],[[[188,[-1]]],[[70,[-1]]],[]],[189,23],[[[188,[-1]]],[[70,[-1]]],[]],[-1,[[10,[[5,[190,4]],49]]],[]],[191,[[10,[[5,[190,4]],49]]]],[192,[[10,[[5,[190,4]],49]]]],[193,[[10,[[5,[190,4]],49]]]],[194,[[10,[[5,[190,4]],49]]]],[195,[[10,[[5,[190,4]],49]]]],[196,[[10,[[5,[190,4]],49]]]],[197,[[10,[[5,[190,4]],49]]]],[198,[[10,[[5,[190,4]],49]]]],[199,[[10,[[5,[190,4]],49]]]],[200,[[10,[[5,[190,4]],49]]]],[201,[[10,[[5,[190,4]],49]]]],[202,[[10,[[5,[190,4]],49]]]],[203,[[10,[[5,[190,4]],49]]]],[204,[[10,[[5,[190,4]],49]]]],[205,[[10,[[5,[190,4]],49]]]],[206,[[10,[[5,[190,4]],49]]]],[207,[[10,[[5,[190,4]],49]]]],[208,[[10,[[5,[190,4]],49]]]],[209,[[10,[202,49]]]],[189,23],[[[188,[-1]]],[[70,[-1]]],[]],[201,210],[202,210],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[188,[-1]]],[[70,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[188,[-1]]],[[70,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[184,-1],199,211],0,0,0,[[],[[2,[205,205]]]],[[212,-1],[[10,[212,[213,[60]]]]],140],[[214,-1],[[10,[214,215]]],140],[[216,-1],[[10,[216,215]]],140],[[217,-1],[[10,[217,215]]],140],[[218,-1],[[10,[218,215]]],140],[[219,-1],[[10,[219,215]]],140],[[220,-1],[[10,[220,215]]],140],[[221,-1],[[10,[221,215]]],140],[[222,-1],[[10,[222,215]]],140],[[223,-1],[[10,[223,215]]],140],[[224,-1],[[10,[224,215]]],140],[[225,-1],[[10,[225,215]]],140],[[226,-1],[[10,[226,215]]],140],[[227,-1],[[10,[227,215]]],140],[[228,-1],[[10,[228,215]]],140],[[229,-1],[[10,[229,215]]],140],[[230,-1],[[10,[230,215]]],140],[[231,-1],[[10,[231,215]]],140],[[232,-1],[[10,[232,215]]],140],[[233,-1],[[10,[233,215]]],140],[[234,-1],[[10,[234,215]]],140],[[235,-1],[[10,[235,215]]],140],[[236,-1],[[10,[236,215]]],140],[[237,-1],[[10,[237,215]]],140],[[238,-1],[[10,[238,215]]],140],[[239,-1],[[10,[239,215]]],140],[[240,-1],[[10,[240,215]]],140],[[241,-1],[[10,[241,215]]],140],[[242,-1],[[10,[242,215]]],140],[[243,-1],[[10,[243,215]]],140],[[244,-1],[[10,[244,215]]],140],[[245,-1],[[10,[245,215]]],140],[[246,-1],[[10,[246,215]]],140],[[247,-1],[[10,[247,215]]],140],[[248,-1],[[10,[248,215]]],140],[[249,-1],[[10,[249,215]]],140],[[250,-1],[[10,[250,215]]],140],[[251,-1],[[10,[251,215]]],140],[[252,-1],[[10,[252,215]]],140],[[253,-1],[[10,[253,215]]],140],[[254,-1],[[10,[254,215]]],140],[[255,-1],[[10,[255,215]]],140],[[256,-1],[[10,[256,215]]],140],[[257,-1],[[10,[257,215]]],140],[[258,-1],[[10,[258,215]]],140],[[259,-1],[[10,[259,215]]],140],[[260,-1],[[10,[260,215]]],140],[[261,-1],[[10,[261,215]]],140],[[262,-1],[[10,[262,215]]],140],[[263,-1],[[10,[263,215]]],140],[[264,-1],[[10,[264,215]]],140],[[265,-1],[[10,[265,215]]],140],[[266,-1],[[10,[266,215]]],140],[[267,-1],[[10,[267,215]]],140],[[268,-1],[[10,[268,215]]],140],[[269,-1],[[10,[269,215]]],140],[[270,-1],[[10,[270,[213,[60]]]]],140],[[271,-1],[[10,[271,[213,[60]]]]],140],[[272,-1],[[10,[272,[213,[60]]]]],140],[[273,-1],[[10,[273,215]]],140],[[274,-1],[[10,[274,[213,[60]]]]],140],[[275,-1],[[10,[275,[213,[60]]]]],140],[[276,-1],[[10,[276,[213,[60]]]]],140],[[277,-1],[[10,[277,215]]],140],[[278,-1],[[10,[278,[213,[60]]]]],140],[[279,-1],[[10,[279,[213,[60]]]]],140],[[280,-1],[[10,[280,[213,[60]]]]],140],[[281,-1],[[10,[281,[213,[60]]]]],140],[[282,-1],[[10,[282,[213,[60]]]]],140],[[283,-1],[[10,[283,[213,[60]]]]],140],[[284,-1],[[10,[284,[213,[60]]]]],140],[[285,-1],[[10,[285,215]]],140],0,0,0,0,0,0,0,0,0,[189,189],[[[188,[-1]]],[[188,[-1]]],286],[186,186],[287,287],[288,288],[289,289],[290,290],[291,291],[292,292],[293,293],[294,294],[295,295],[296,296],[297,297],[298,298],[299,299],[300,300],[301,301],[302,302],[303,303],[304,304],[305,305],[306,306],[307,307],[308,308],[309,309],[310,310],[311,311],[312,312],[313,313],[314,314],[315,315],[316,316],[317,317],[318,318],[319,319],[320,320],[321,321],[322,322],[323,323],[324,324],[325,325],[326,326],[327,327],[328,328],[329,329],[330,330],[331,331],[332,332],[333,333],[334,334],[335,335],[336,336],[337,337],[338,338],[339,339],[340,340],[341,341],[342,342],[343,343],[344,344],[345,345],[346,346],[347,347],[348,348],[349,349],[350,350],[351,351],[352,352],[353,353],[354,354],[355,355],[356,356],[357,357],[358,358],[198,198],[209,209],[203,203],[359,359],[360,360],[361,361],[185,185],[362,362],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[199,-1],199,211],[[347,347],126],[[348,348],126],[[350,350],126],[[351,351],126],[[352,352],126],[[353,353],126],[[354,354],126],[[355,355],126],[[356,356],126],[[360,360],126],[[361,361],126],[[362,362],126],[198,35],0,0,0,[196,[[10,[363,49]]]],[364,[[10,[[2,[363,194]],49]]]],[[358,-1],[[10,[363,49]]],211],[[195,-1],[[10,[363,49]]],211],0,[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],0,0,0,0,0,0,0,0,[[-1,-2],[[10,[2,49]]],190,365],0,0,0,[[358,-1],199,211],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],189],[[],[[188,[-1]]],286],[[],192],[[],363],[[],198],[[],184],[[],204],[[],366],[[],207],[[],208],[35,-1,[]],[35,-1,[]],[189],[35,-1,[]],[[[188,[-1]]],[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[367],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[188,[-1]]],[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[186]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[287]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[288]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[289]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[290]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[291]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[292]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[293]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[294]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[295]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[296]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[297]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[298]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[299]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[300]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[301]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[302]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[303]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[304]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[305]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[306]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[307]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[308]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[309]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[310]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[311]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[312]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[313]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[314]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[315]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[316]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[317]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[318]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[319]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[320]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[321]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[322]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[323]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[324]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[325]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[326]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[327]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[328]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[329]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[330]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[331]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[332]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[333]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[334]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[335]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[336]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[337]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[338]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[339]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[340]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[341]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[342]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[343]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[344]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[345]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[346]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[347]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[348]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[349]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[350]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[351]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[352]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[353]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[354]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[355]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[356]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[357]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[359]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[360]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[361]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[185]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[362]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[186,[70,[60]]],[[10,[185,49]]]],0,0,0,0,0,0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[364,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[203,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,0,0,0,[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],0,0,0,0,0,0,[[186,186],21],[[347,347],21],[[348,348],21],[[350,350],21],[[351,351],21],[[352,352],21],[[353,353],21],[[354,354],21],[[355,355],21],[[356,356],21],[[357,357],21],[[360,360],21],[[361,361],21],[[185,185],21],[[362,362],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[185,35],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[10,[2,49]]],[]],[191,[[10,[2,49]]]],[192,[[10,[2,49]]]],[371,[[10,[2,49]]]],[358,[[10,[2,49]]]],[195,[[10,[2,49]]]],[196,[[10,[2,49]]]],[364,[[10,[2,49]]]],[198,[[10,[2,49]]]],[199,[[10,[2,49]]]],[372,[[10,[2,49]]]],[201,[[10,[2,49]]]],[209,[[10,[2,49]]]],[203,[[10,[2,49]]]],[204,[[10,[2,49]]]],[205,[[10,[2,49]]]],[373,[[10,[2,49]]]],[207,[[10,[2,49]]]],[208,[[10,[2,49]]]],[[189,40],[[10,[2,41]]]],[[[188,[-1]],40],[[10,[2,41]]],[]],[[212,40],[[10,[2,41]]]],[[186,40],[[10,[2,41]]]],[[287,40],[[10,[2,41]]]],[[288,40],[[10,[2,41]]]],[[289,40],[[10,[2,41]]]],[[290,40],[[10,[2,41]]]],[[291,40],[[10,[2,41]]]],[[292,40],[[10,[2,41]]]],[[293,40],[[10,[2,41]]]],[[294,40],[[10,[2,41]]]],[[295,40],[[10,[2,41]]]],[[296,40],[[10,[2,41]]]],[[297,40],[[10,[2,41]]]],[[298,40],[[10,[2,41]]]],[[299,40],[[10,[2,41]]]],[[300,40],[[10,[2,41]]]],[[301,40],[[10,[2,41]]]],[[302,40],[[10,[2,41]]]],[[303,40],[[10,[2,41]]]],[[304,40],[[10,[2,41]]]],[[305,40],[[10,[2,41]]]],[[306,40],[[10,[2,41]]]],[[307,40],[[10,[2,41]]]],[[308,40],[[10,[2,41]]]],[[309,40],[[10,[2,41]]]],[[310,40],[[10,[2,41]]]],[[311,40],[[10,[2,41]]]],[[312,40],[[10,[2,41]]]],[[313,40],[[10,[2,41]]]],[[314,40],[[10,[2,41]]]],[[315,40],[[10,[2,41]]]],[[316,40],[[10,[2,41]]]],[[317,40],[[10,[2,41]]]],[[318,40],[[10,[2,41]]]],[[319,40],[[10,[2,41]]]],[[320,40],[[10,[2,41]]]],[[321,40],[[10,[2,41]]]],[[322,40],[[10,[2,41]]]],[[323,40],[[10,[2,41]]]],[[324,40],[[10,[2,41]]]],[[325,40],[[10,[2,41]]]],[[326,40],[[10,[2,41]]]],[[327,40],[[10,[2,41]]]],[[328,40],[[10,[2,41]]]],[[329,40],[[10,[2,41]]]],[[330,40],[[10,[2,41]]]],[[331,40],[[10,[2,41]]]],[[332,40],[[10,[2,41]]]],[[333,40],[[10,[2,41]]]],[[334,40],[[10,[2,41]]]],[[335,40],[[10,[2,41]]]],[[336,40],[[10,[2,41]]]],[[337,40],[[10,[2,41]]]],[[338,40],[[10,[2,41]]]],[[339,40],[[10,[2,41]]]],[[340,40],[[10,[2,41]]]],[[341,40],[[10,[2,41]]]],[[270,40],[[10,[2,41]]]],[[342,40],[[10,[2,41]]]],[[271,40],[[10,[2,41]]]],[[343,40],[[10,[2,41]]]],[[272,40],[[10,[2,41]]]],[[344,40],[[10,[2,41]]]],[[273,40],[[10,[2,41]]]],[[345,40],[[10,[2,41]]]],[[274,40],[[10,[2,41]]]],[[346,40],[[10,[2,41]]]],[[275,40],[[10,[2,41]]]],[[347,40],[[10,[2,41]]]],[[276,40],[[10,[2,41]]]],[[348,40],[[10,[2,41]]]],[[277,40],[[10,[2,41]]]],[[349,40],[[10,[2,41]]]],[[278,40],[[10,[2,41]]]],[[350,40],[[10,[2,41]]]],[[279,40],[[10,[2,41]]]],[[351,40],[[10,[2,41]]]],[[280,40],[[10,[2,41]]]],[[352,40],[[10,[2,41]]]],[[281,40],[[10,[2,41]]]],[[353,40],[[10,[2,41]]]],[[282,40],[[10,[2,41]]]],[[354,40],[[10,[2,41]]]],[[283,40],[[10,[2,41]]]],[[355,40],[[10,[2,41]]]],[[356,40],[[10,[2,41]]]],[[357,40],[[10,[2,41]]]],[[192,40],[[10,[2,41]]]],[[193,40],[[10,[2,41]]]],[[371,40],[[10,[2,41]]]],[[358,40],[[10,[2,41]]]],[[194,40],[[10,[2,41]]]],[[195,40],[[10,[2,41]]]],[[363,40],[[10,[2,41]]]],[[196,40],[[10,[2,41]]]],[[364,40],[[10,[2,41]]]],[[197,40],[[10,[2,41]]]],[[198,40],[[10,[2,41]]]],[[199,40],[[10,[2,41]]]],[[372,40],[[10,[2,41]]]],[[200,40],[[10,[2,41]]]],[[184,40],[[10,[2,41]]]],[[201,40],[[10,[2,41]]]],[[209,40],[[10,[2,41]]]],[[202,40],[[10,[2,41]]]],[[203,40],[[10,[2,41]]]],[[204,40],[[10,[2,41]]]],[[205,40],[[10,[2,41]]]],[[206,40],[[10,[2,41]]]],[[373,40],[[10,[2,41]]]],[[366,40],[[10,[2,41]]]],[[207,40],[[10,[2,41]]]],[[208,40],[[10,[2,41]]]],[[359,40],[[10,[2,41]]]],[[360,40],[[10,[2,41]]]],[[361,40],[[10,[2,41]]]],[[185,40],[[10,[2,41]]]],[[185,40],[[10,[2,41]]]],[[362,40],[[10,[2,41]]]],[[374,40],[[10,[2,41]]]],[[367,40],[[10,[2,41]]]],[-1,-1,[]],[-1,-1,[]],[[[132,[23]]],189],[-1,-1,[]],[88,189],[-1,-1,[]],[[[180,[-1,4]]],[[188,[-1]]],286],[[[132,[[70,[-1]]]]],[[188,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[375,342],[-1,-1,[]],[-1,-1,[]],[376,343],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[377,344],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[77,345],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[16,346],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[362,347],[-1,-1,[]],[-1,-1,[]],[378,348],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[379,349],[-1,-1,[]],[-1,-1,[]],[24,350],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[380,351],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[381,352],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[382,353],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[361,354],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[360,355],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[383,356],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[384,357],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[283,360],[-1,-1,[]],[82,360],[355,360],[385,361],[-1,-1,[]],[354,361],[282,361],[-1,-1,[]],[-1,-1,[]],[275,362],[347,362],[-1,-1,[]],[-1,-1,[]],[110,191],[386,[[10,[201,49]]]],[23,[[10,[362]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],0,0,0,[[347,-1],2,142],[[348,-1],2,142],[[350,-1],2,142],[[351,-1],2,142],[[352,-1],2,142],[[353,-1],2,142],[[354,-1],2,142],[[355,-1],2,142],[[356,-1],2,142],[[357,-1],2,142],[[360,-1],2,142],[[361,-1],2,142],[[362,-1],2,142],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[189,88],[189,[[132,[23]]]],[-1,-2,[],[]],[[[188,[-1]]],[[132,[[70,[-1]]]]],[]],[-1,-2,[],[]],[[[188,[60]]],[[180,[60,4]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[189,[[132,[23]]]],[[[188,[-1]]],[[132,[[70,[-1]]]]],[]],[199,191],[367,185],[185,185],[195,[[2,[358,194]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[189,21],[[[188,[-1]]],21,[]],0,0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[189,35],[[[188,[-1]]],35,[]],0,0,0,0,0,0,[[[188,[-1]]],35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[5,[365,4]],[5,[190,4]]],191],[-1,[[10,[195,49]]],211],[-1,[[10,[196,49]]],[[387,[100]]]],[[],184],[-1,[[10,[201,49]]],[[387,[100]]]],[100,[[10,[203,49]]]],[366,207],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[362,21],0,0,0,0,0,0,0,0,0,0,0,0,[201,110],[202,110],[[347,347],[[13,[126]]]],[[348,348],[[13,[126]]]],[[350,350],[[13,[126]]]],[[351,351],[[13,[126]]]],[[352,352],[[13,[126]]]],[[353,353],[[13,[126]]]],[[354,354],[[13,[126]]]],[[355,355],[[13,[126]]]],[[356,356],[[13,[126]]]],[[360,360],[[13,[126]]]],[[361,361],[[13,[126]]]],[[362,362],[[13,[126]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[10,[[13,[367]],49]]],[]],[191,[[10,[[13,[367]],49]]]],[192,[[10,[[13,[367]],49]]]],[193,[[10,[[13,[367]],49]]]],[194,[[10,[[13,[367]],49]]]],[195,[[10,[[13,[367]],49]]]],[196,[[10,[[13,[367]],49]]]],[197,[[10,[[13,[367]],49]]]],[198,[[10,[[13,[367]],49]]]],[199,[[10,[[13,[367]],49]]]],[200,[[10,[[13,[367]],49]]]],[201,[[10,[[13,[367]],49]]]],[202,[[10,[[13,[367]],49]]]],[203,[[10,[[13,[367]],49]]]],[204,[[10,[[13,[367]],49]]]],[205,[[10,[[13,[367]],49]]]],[206,[[10,[[13,[367]],49]]]],[207,[[10,[[13,[367]],49]]]],[208,[[10,[[13,[367]],49]]]],0,0,0,0,[374,33],0,0,[[358,-1],2,211],[[195,-1],2,211],[364,2],[[189,35],2],[[[188,[-1]],35],2,[]],[[186,35],2],[[287,35],2],[[288,35],2],[[289,35],2],[[290,35],2],[[291,35],2],[[292,35],2],[[293,35],2],[[294,35],2],[[295,35],2],[[296,35],2],[[297,35],2],[[298,35],2],[[299,35],2],[[300,35],2],[[301,35],2],[[302,35],2],[[303,35],2],[[304,35],2],[[305,35],2],[[306,35],2],[[307,35],2],[[308,35],2],[[309,35],2],[[310,35],2],[[311,35],2],[[312,35],2],[[313,35],2],[[314,35],2],[[315,35],2],[[316,35],2],[[317,35],2],[[318,35],2],[[319,35],2],[[320,35],2],[[321,35],2],[[322,35],2],[[323,35],2],[[324,35],2],[[325,35],2],[[326,35],2],[[327,35],2],[[328,35],2],[[329,35],2],[[330,35],2],[[331,35],2],[[332,35],2],[[333,35],2],[[334,35],2],[[335,35],2],[[336,35],2],[[337,35],2],[[338,35],2],[[339,35],2],[[340,35],2],[[341,35],2],[[342,35],2],[[343,35],2],[[344,35],2],[[345,35],2],[[346,35],2],[[347,35],2],[[348,35],2],[[349,35],2],[[350,35],2],[[351,35],2],[[352,35],2],[[353,35],2],[[354,35],2],[[355,35],2],[[356,35],2],[[357,35],2],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[189,-1],10,[388,389,140]],[[[188,[60]],-1],10,[388,389,140]],[[186,-1],10,[368,140]],[[287,-1],10,[368,140]],[[288,-1],10,[368,140]],[[289,-1],10,[368,140]],[[290,-1],10,[368,140]],[[291,-1],10,[368,140]],[[292,-1],10,[368,140]],[[293,-1],10,[368,140]],[[294,-1],10,[368,140]],[[295,-1],10,[368,140]],[[296,-1],10,[368,140]],[[297,-1],10,[368,140]],[[298,-1],10,[368,140]],[[299,-1],10,[368,140]],[[300,-1],10,[368,140]],[[301,-1],10,[368,140]],[[302,-1],10,[368,140]],[[303,-1],10,[368,140]],[[304,-1],10,[368,140]],[[305,-1],10,[368,140]],[[306,-1],10,[368,140]],[[307,-1],10,[368,140]],[[308,-1],10,[368,140]],[[309,-1],10,[368,140]],[[310,-1],10,[368,140]],[[311,-1],10,[368,140]],[[312,-1],10,[368,140]],[[313,-1],10,[368,140]],[[314,-1],10,[368,140]],[[315,-1],10,[368,140]],[[316,-1],10,[368,140]],[[317,-1],10,[368,140]],[[318,-1],10,[368,140]],[[319,-1],10,[368,140]],[[320,-1],10,[368,140]],[[321,-1],10,[368,140]],[[322,-1],10,[368,140]],[[323,-1],10,[368,140]],[[324,-1],10,[368,140]],[[325,-1],10,[368,140]],[[326,-1],10,[368,140]],[[327,-1],10,[368,140]],[[328,-1],10,[368,140]],[[329,-1],10,[368,140]],[[330,-1],10,[368,140]],[[331,-1],10,[368,140]],[[332,-1],10,[368,140]],[[333,-1],10,[368,140]],[[334,-1],10,[368,140]],[[335,-1],10,[368,140]],[[336,-1],10,[368,140]],[[337,-1],10,[368,140]],[[338,-1],10,[368,140]],[[339,-1],10,[368,140]],[[340,-1],10,[368,140]],[[341,-1],10,[368,140]],[[342,-1],10,[368,140]],[[343,-1],10,[368,140]],[[344,-1],10,[368,140]],[[345,-1],10,[368,140]],[[346,-1],10,[368,140]],[[347,-1],10,[368,140]],[[348,-1],10,[368,140]],[[349,-1],10,[368,140]],[[350,-1],10,[368,140]],[[351,-1],10,[368,140]],[[352,-1],10,[368,140]],[[353,-1],10,[368,140]],[[354,-1],10,[368,140]],[[355,-1],10,[368,140]],[[356,-1],10,[368,140]],[[357,-1],10,[368,140]],[[359,-1],10,161],[[360,-1],10,161],[[361,-1],10,161],[[185,-1],10,161],[[362,-1],10,161],[[185,-1],[[10,[35,49]]],[389,388]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],0,0,0,[198,33],0,0,0,0,0,0,[-1,[[2,[[5,[365,4]],[5,[190,4]]]]],[]],[191,[[2,[[5,[365,4]],[5,[190,4]]]]]],[192,[[2,[[5,[365,4]],[5,[190,4]]]]]],[195,[[2,[[5,[365,4]],[5,[190,4]]]]]],[196,[[2,[[5,[365,4]],[5,[190,4]]]]]],[198,[[2,[[5,[365,4]],[5,[190,4]]]]]],[199,[[2,[[5,[365,4]],[5,[190,4]]]]]],[201,[[2,[[5,[365,4]],[5,[190,4]]]]]],[203,[[2,[[5,[365,4]],[5,[190,4]]]]]],[204,[[2,[[5,[365,4]],[5,[190,4]]]]]],[205,[[2,[[5,[365,4]],[5,[190,4]]]]]],[207,[[2,[[5,[365,4]],[5,[190,4]]]]]],[208,[[2,[[5,[365,4]],[5,[190,4]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[358,358],358],[[194,[5,[190,4]]],[[5,[190,4]]]],[[197,[5,[190,4]]],[[5,[190,4]]]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],0,0,0,0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[73,[[10,[186,[390,[186]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[391,[[10,[185,49]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[],[[10,[186,[390,[186]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[196,196],[[196,392],196],[[196,33],196],[[196,33],196],[[184,[394,[35,393]]],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[-1,185],[[10,[374,49]]],[]],[[191,185],[[10,[374,49]]]],[[192,185],[[10,[374,49]]]],[[371,185],[[10,[374,49]]]],[[358,185],[[10,[374,49]]]],[[195,185],[[10,[374,49]]]],[[196,185],[[10,[374,49]]]],[[364,185],[[10,[374,49]]]],[[198,185],[[10,[374,49]]]],[[199,185],[[10,[374,49]]]],[[372,185],[[10,[374,49]]]],[[201,185],[[10,[374,49]]]],[[209,185],[[10,[374,49]]]],[[203,185],[[10,[374,49]]]],[[204,185],[[10,[374,49]]]],[[205,185],[[10,[374,49]]]],[[373,185],[[10,[374,49]]]],[[207,185],[[10,[374,49]]]],[[208,185],[[10,[374,49]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[[395,65],395],[[395,396]],[[395,65],2],[[395,396],2],[[[397,[-1]],35],[[10,[2,398]]],399],[[[397,[-1]],35],[[10,[2,398]]],399],[[[74,[53]],23],[[400,[2]]]],[[[74,[53]],375,401],[[400,[2]]]],[[[74,[53]],[397,[33]],[70,[60]]],[[400,[2]]]],[[[74,[53]],122],[[400,[2]]]],[[[74,[53]],122,378,122,[13,[379]]],[[400,[2]]]],[[[74,[53]],122,136,136,377],[[400,[2]]]],[[[74,[53]],122,136,136],[[400,[2]]]],[[[74,[53]],122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],33,402,122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],122,403,376],[[400,[2]]]],[[[74,[53]],122,130],[[400,[2]]]],[[[74,[53]],122,129,129],[[400,[2]]]],[[[74,[53]],122,136],[[400,[2]]]],[[[74,[53]],122,401,401,404],[[400,[2]]]],[[[74,[53]],122,33,[132,[[70,[60]]]]],[[400,[2]]]],[[[74,[53]],122,23],[[400,[2]]]],[[[74,[53]],122,405,23,122,23],[[400,[2]]]],[[[74,[53]],122,122,405,23,406,129,129,130],[[400,[2]]]],[[[74,[53]],122,23],[[400,[2]]]],[[[74,[53]],122,23,122,23],[[400,[2]]]],[[[74,[53]],122,405,23,401,401,404],[[400,[2]]]],[[[74,[53]],23,122,23],[[400,[2]]]],[[[74,[53]],122,23],[[400,[2]]]],[[[74,[53]],77],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]],23,23,24],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]],77,19,[13,[65]],[13,[65]]],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],[13,[16]]],[[400,[2]]]],[[[74,[53]],122,122,8,8,130,21],[[400,[2]]]],[[[74,[53]],122,8],[[400,[2]]]],[[[74,[53]],122,8,8],[[400,[2]]]],[[[74,[53]],122,61,61],[[400,[2]]]],[[[74,[53]],122,62,57],[[400,[2]]]],[[[74,[53]],122,61,61],[[400,[2]]]],[[[74,[53]],122,62,57],[[400,[2]]]],[[[74,[53]],122,35],[[400,[2]]]],[[[74,[53]],380,381,407,122],[[400,[2]]]],[[[74,[53]],122,[132,[[70,[60]]]],408],[[400,[2]]]],[[[74,[53]],122,122,136,136],[[400,[2]]]],[[[74,[53]],122,[132,[[70,[60]]]],408,8],[[400,[2]]]],[[[74,[53]],122,382,21],[[400,[2]]]],[[[74,[53]],122,382,136],[[400,[2]]]],[[[74,[53]],122,385,[13,[65]]],[[400,[2]]]],[[[74,[53]],122,82],[[400,[2]]]],[[[74,[53]],409,[13,[16]]],[[400,[2]]]],[[[74,[53]],409,38,38,38,383,384],[[400,[2]]]],[[[74,[53]],410],[[400,[2]]]],[-1,411,[]],[-1,412,[]],[-1,413,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[397,-1],[[10,[[397,[-2]]]]],140,[[414,[-1]]]],[[395,65],[[13,[395]]]],[[395,65],[[13,[395]]]],[-1,[[415,[-2]]],[],[]],[416,416],[395,395],[[[397,[-1]]],[[397,[-1]]],286],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[395,395],126],[[-1,-2],126,[],[]],[[[397,[-1]],-2],21,[],[[417,[-1]],140]],[[[397,[-1]],-2],21,[418,286],418],[[[397,[-1]],-2],21,[419,286],419],[[[397,[-1]]],35,399],0,0,0,[[],[[397,[-1]]],420],[35,-1,[]],[35,-1,[]],[[[421,[-1]]],-1,140],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[421,[-1]]],-1,140],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[395]]],158],[-1,[[10,[[397,[-2]]]]],[368,140],422],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[397,[-2]]]]],158,423],[35,2],[35,2],[[[421,[-1]]],2,140],[35,2],[35,2],[[395,395],[[10,[65,424]]]],[395,[[10,[65,424]]]],[[[397,[-1]]],[[13,[-1]]],425],0,[[[397,[-1]]],[[426,[-1]]],[]],[[[397,[-1]]],[[426,[-1]]],[]],[[395,395],21],[[395,427],21],[[[397,[35]],428],21],[[[397,[-1]],[397,[-1]]],21,[]],[[[397,[35]],429],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,0,[[416,40],43],[[[421,[-1]],40],[[10,[2,41]]],[430,140]],[[[421,[-1]],40],[[10,[2,41]]],[431,140]],[[395,40],[[10,[2,41]]]],[[[397,[-1]],40],[[10,[2,41]]],430],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[427,395],[432,395],[433,395],[428,[[397,[35]]]],[-1,-1,[]],[429,[[397,[35]]]],0,[[[397,[35]],23],13],[[[397,[35]],[70,[-1]]],[[13,[[70,[-1]]]]],[]],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[[397,[35]],[70,[-1]]],[[13,[[70,[-1]]]]],[]],[[[397,[35]],23],13],[[[397,[35]],70],70],[[[397,[35]],23]],[[[397,[35]],70],70],[[[397,[35]],23]],[[395,-1],2,142],[[[397,[-1]],-2],2,139,142],[[[397,[35]],23]],[[[397,[35]],[70,[-1]]],[[70,[-1]]],[]],[[[397,[35]],23]],[[[397,[35]],[70,[-1]]],[[70,[-1]]],[]],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[397,[-1]]],[],[]],[[],21],[[[397,[-1]]],21,[]],[[[397,[-1]]],21,[]],[[[397,[-1]]],21,399],[434,435],[434,435],[[[397,[-1]]],[[13,[-1]]],399],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[[[397,[-1]]],[[13,[-1]]],[436,399]],0,[[[397,[-1]]],[[13,[-1]]],[436,399]],[[]],[[[397,[-1]]],[[13,[-1]]],399],[[[397,[-1]]],[[13,[-1]]],399],[-1,[[437,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[[],395],[[[397,[-1]],35],[[13,[-1]]],399],[[[397,[-1]],35],[[13,[-1]]],399],[-1,439,[]],0,[[]],[[395,427],[[13,[126]]]],[[395,395],[[13,[126]]]],[[]],[[]],[[]],[[]],0,0,0,0,[[-1,175],[[6,[[5,[3,4]]]]],[]],[[[397,[-1]],35],2,422],[[-1,35],2,[]],[[[397,[-1]],-2],-1,[],[440,140]],[[[74,[53]],88],[[400,[2]]]],[[[74,[53]],375,401],[[400,[2]]]],[[[74,[53]],122],[[400,[2]]]],[[[74,[53]],122,378,122,[13,[379]]],[[400,[2]]]],0,[[[74,[53]],185],[[400,[2]]]],[[[74,[53]],122,136,136,377],[[400,[2]]]],[[[74,[53]],122,136,136],[[400,[2]]]],[[[74,[53]],122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],33,402,122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],122,403,376],[[400,[2]]]],[[[74,[53]],122,130],[[400,[2]]]],[[[74,[53]],122,129,129],[[400,[2]]]],[[[74,[53]],122,136],[[400,[2]]]],[[[74,[53]],122,401,401,404],[[400,[2]]]],[[[74,[53]],122,33,35,[442,[[441,[-1]],-1]]],[[400,[2]]],443],[[[74,[53]],[421,[444]],362],[[400,[2]]]],[[[74,[53]],122,88],[[400,[2]]]],[[[74,[53]],122,405,88,122,88],[[400,[2]]]],[[[74,[53]],122,122,405,88,406,129,129,130],[[400,[2]]]],[[[74,[53]],122,88],[[400,[2]]]],[[[74,[53]],122,88,122,88],[[400,[2]]]],[[[74,[53]],122,405,88,401,401,404],[[400,[2]]]],[[[74,[53]],88,122,88],[[400,[2]]]],[[[74,[53]],122,88],[[400,[2]]]],[[[74,[53]],77],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]],88,88,24],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]],77,19,[13,[65]],[13,[65]]],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[53,[13,[16]]],[[400,[2]]]],[[[74,[53]],122,122,8,8,130,21],[[400,[2]]]],[[[74,[53]],122,8],[[400,[2]]]],[[[74,[53]],122,8,8],[[400,[2]]]],[[[74,[53]],122,61,61],[[400,[2]]]],[[[74,[53]],122,62,57],[[400,[2]]]],[[[74,[53]],122,61,61],[[400,[2]]]],[[[74,[53]],122,62,57],[[400,[2]]]],[[[74,[53]],122,35],[[400,[2]]]],[[[74,[53]],380,381,407,122],[[400,[2]]]],[[[74,[53]],122,35,[442,[[441,[-1]],-1]],408],[[400,[2]]],443],[[[74,[53]],122,122,136,136],[[400,[2]]]],[[[74,[53]],122,35,[442,[[441,[-1]],-1]],8,408],[[400,[2]]],443],[[[74,[53]],122,382,21],[[400,[2]]]],[[[74,[53]],122,382,136],[[400,[2]]]],[[[74,[53]],122,385,[13,[65]]],[[400,[2]]]],[[[74,[53]],122,82],[[400,[2]]]],[[53,409,[13,[16]]],[[400,[2]]]],[[[74,[53]],409,38,38,38,383,384],[[400,[2]]]],[[[74,[53]],410],[[400,[2]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],88],[[],88],[[395,-1],10,161],[[[397,[-2]],-1],10,[368,140],[[445,[-1]]]],[[[397,[-1]],-2],10,75,161],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[[397,[-1]]],[[2,[35,[13,[35]]]]],399],[[-1,-2],[[10,[-3,49]]],[],[3,84],84],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[[397,[-1]]],[[13,[-1]]],425],0,[[[397,[-1]]],[[426,[-1]]],[]],[[[397,[-1]]],[[426,[-1]]],[]],0,[-1,[[446,[-2]]],[],[]],[[395,396]],[[395,65],395],[[395,427]],[[395,65],2],[[395,396],2],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[9,37],[[447,[442,[448,-1]]],[[10,[77,37]]],443],[[447,[442,[449,-1]]],[[10,[19,37]]],443],[[447,[442,[450,-1]]],[[10,[[2,[19,73]],37]]],443],[[447,[442,[451,-1]]],[[10,[61,37]]],443],[[447,[442,[452,-1]]],[[10,[62,37]]],443],[[447,[442,[453,-1]]],[[10,[454,37]]],443],0,[[447,[442,[448,-1]],77],[[10,[2,37]]],443],[[447,[442,[449,-1]],19],[[10,[2,37]]],443],[[447,[442,[450,-1]],19,73],[[10,[2,37]]],443],[[447,[442,[453,-1]],454],[[10,[2,37]]],443],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[455,456,21,[13,[65]]],[[10,[[2,[[5,[89]],8]],37]]]],0,[455,[[10,[8,37]]]],[455,[[10,[8,37]]]],[[],129],[[455,456,457,8],[[10,[[13,[455]],37]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[455,21],[385,385],[455,455],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[455,[[10,[2,37]]]],[[455,456,457,8,[13,[65]],21],[[10,[[13,[455]],37]]]],0,[[],458],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[385,385],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[459,40],43],[[460,40],43],[[461,40],43],[[462,40],43],[[385,40],43],[[463,40],43],[[464,40],43],[[455,40],43],[382,465],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[361,385],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[455,465],[[10,[21,37]]]],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[455,61,61],[[10,[2,37]]]],[[455,62,57],[[10,[2,37]]]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[455,61,61],[[10,[2,37]]]],[[455,62,57],[[10,[2,37]]]],[455,[[10,[[13,[65]],37]]]],[[455,456,457,35],[[10,[[13,[455]],37]]]],[455,[[10,[57,37]]]],[461,455],0,0,[[455,385],[[10,[[13,[65]],37]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[458]],67],68],[[463,67],[[68,[[170,[35]]]]]],[[[6,[455]],67],[[68,[[170,[35]]]]]],[[463,67],[[68,[[170,[35]]]]]],[[[6,[455]],67],[[68,[[170,[35]]]]]],0,0,0,[[455,456,[70,[[72,[60]]]],[13,[65]],21],[[10,[35,37]]]],[455,[[10,[35,37]]]],0,[[455,456,[70,[[72,[60]]]],[13,[65]],21],[[10,[[2,[35,8]],37]]]],[463,2],0,0,[[455,456,[70,[60]],[13,[65]],21],[[10,[35,37]]]],[455,[[10,[35,37]]]],0,[[455,456,[70,[60]],8,[13,[65]],21],[[10,[35,37]]]],[[463,[5,[81]]],[[466,[2]]]],[[455,[13,[65]]],[[10,[2,37]]]],[[455,57],[[10,[2,37]]]],[[455,465,21],[[10,[2,37]]]],[[455,385,[13,[65]]],[[10,[2,37]]]],[[455,35],[[10,[2,37]]]],[[455,35],[[10,[2,37]]]],[[455,57],[[10,[2,37]]]],[[455,82],[[10,[2,37]]]],[455,[[10,[462,37]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[455,[[10,[57,37]]]],0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[467,467],[[-1,-2],2,[],[]],0,[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[-1,[74,[53]],23,[13,[103]],[13,[53]]],[[10,[104,44]]],[]],[[467,[74,[53]],23,[13,[103]],[13,[53]]],[[10,[104,44]]]],[[467,23],21],[[467,40],43],[-1,-1,[]],[[467,23],[[13,[[50,[468]]]]]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[-1,23,[]],[[],467],[[[50,[101]]],467],[[]],[[467,-1],2,[468,84,91]],[[467,-1,88],2,[468,84,91]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,[[-1,1],2,[]],[469,92],[-1,-2,[],[]],[-1,-2,[],[]],[469,469],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[469,[74,[53]],23,[13,[103]],[13,[53]]],[[10,[104,44]]]],[[469,40],43],[-1,-1,[]],[[469,23],[[10,[98,49]]]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[469,23],[[[50,[101]]],469],[[]],[[469,[74,[53]],23,[13,[103]],[13,[53]],[13,[88]],[180,[88]]],[[10,[104,44]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[23,21],[23,21],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[470,2],[35,2],0,[[470,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],0,[[23,[50,[101]]],470],0,[[]],0,0,[470,[[10,[[2,[104,471]],44]]]],0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,0,[-1,-2,[],[]],0,[[470,88],470],[[470,115],470],[[470,[150,[88,88]]],470],[[470,472],470],[[470,21],470],[[470,88],470],[[470,[150,[88,[132,[[70,[60]]]]]]],470],[[470,[5,[32]]],470],[[470,[5,[32]]],470],[[470,[5,[32]]],470],[[470,88],470],[[470,23],470],[[470,[180,[88]]],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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[[6,[-1]],67],[[68,[[10,[16,[50,[15]]]]]]],[]],[[[6,[-1]],67],[[68,[[10,[2,473]]]]],[]],0,0,0,0,[-1,474,[]],0,0,0,0,0,0,0,0,[475,65],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[475,2],[35,2],[35,2],[35,2],[476,2],[[477,40],43],[[476,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[[65,65],477],[[]],[[]],[[]],[[[6,[475]],67],68],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[478,35],[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[478,478],[479,479],[480,480],[46,46],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[478,480],0,[[],478],[[],480],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[481,2],[35,2],0,0,[[46,46],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[478,40],43],[[479,40],43],[[480,40],43],[[482,40],43],[[483,40],43],[[481,40],43],[[46,40],43],[[46,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[478,[[10,[484,46]]]],[[478,484],[[13,[471]]]],[478,479],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[479,478],0,[480,478],[[[50,[482]]],479],[[],480],[[478,108],[[10,[471,46]]]],[483,[[10,[484,46]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[478,[[10,[481,46]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[479,[[13,[478]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[471,[50,[456]]],[[13,[475]]]],[471,476],[471,57],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[485,[74,[53]],486],[[488,[487]]]],0,0,[484,484],[471,471],[486,486],[489,489],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[484,484],126],[[486,486],126],[[489,489],126],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[484]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[471,2],0,[[[74,[53]]],2],[35,2],[35,2],[490,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[484,484],21],[[486,486],21],[[489,489],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[484,40],43],[[484,40],43],[[471,40],43],[[486,40],43],[[489,40],43],[[444,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[491,484],[57,484],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[397,[33]]],489],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[471,409],[[13,[492]]]],[[484,-1],2,142],[[489,-1],2,142],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[489,[[397,[33]]]],[-1,-2,[],[]],[-1,-2,[],[]],[471,[[10,[16,[50,[15]]]]]],[471,[[10,[[13,[[2,[484,16]]]],37]]]],[471,[[13,[[10,[16,[50,[15]]]]]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[471,[[421,[444]]]],[[485,[74,[53]]],[[488,[487]]]],0,[471,490],[[484,108,479],471],[[471,384,383],[[10,[493,46]]]],[[471,384,383,409],[[10,[493,46]]]],0,[[484,484],[[13,[126]]]],[[486,486],[[13,[126]]]],[[489,489],[[13,[126]]]],0,[471,484],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[471,484],0,[484,57],[[484,-1],10,161],[[471,484],2],[[471,60],[[10,[2,494]]]],[[471,495,[13,[65]],21],2],0,[[471,495],2],[[485,495],2],[[471,409,495],2],[[471,362],[[6,[[5,[3]]]]]],0,0,0,[[471,16],2],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[471,[[13,[[10,[16,[50,[15]]]]]]]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[471,[[6,[[5,[3]]]]]],[471,[[6,[[5,[3]]]]]],0,0,0,0,0,0,0,0,0,[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[50,[496]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[494,40],43],[[494,40],43],[[497,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[]],[[]],0,[[-1,60],[[10,[2,494]]],[]],0,[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,14,[]],[498,[[10,[16,[50,[15]]]]]],[498,[[400,[16]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[474,474],[104,104],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],498],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[[474,40],43],[[473,40],43],[[473,40],43],[[498,40],43],[[104,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[498,104],[[],35],[[],35],[[],35],[[],35],[104,2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[474,[[13,[[10,[16,[50,[15]]]]]]]],[474,21],[474,21],[474,21],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[474,498],[16,498],[[]],[[]],[[]],[[]],[[[6,[-1]],67],[[68,[[10,[16,[50,[15]]]]]]],[]],[[[6,[-1]],67],[[68,[[10,[2,473]]]]],[]],[[498,[10,[16,[50,[15]]]]],2],[498,2],[[498,[50,[496]]],2],0,0,[-1,474,[]],[498,474],[104,474],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[104,[[10,[16,[50,[15]]]]]],0,0,0,[[498,[50,[496]]],498],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[[492,[70,[60]],[70,[60]],499,[70,[60]],[70,[60]]],2],[-1,14,[]],[493,492],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[384,384],[409,409],[500,500],[501,501],[492,492],[76,76],[502,502],[493,493],[52,52],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[409,409],126],[[-1,-2],126,[],[]],[[492,492],2],0,[[],384],[[],409],[[],501],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[493],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[384]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[409]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[112,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[503,2],[35,2],[35,2],[[384,384],21],[[409,409],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[384,40],[[10,[2,41]]]],[[409,40],43],[[409,40],43],[[500,40],43],[[501,40],43],[[492,40],43],[[76,40],43],[[502,40],43],[[504,40],43],[[503,40],43],[[493,40],43],[[52,40],43],[[52,40],43],[-1,-1,[]],[357,384],[285,384],[-1,-1,[]],[491,409],[57,409],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[492,499],[[13,[[2,[505,38,38]]]]]],0,[[492,506],21],[[492,[70,[495]]],21],[[492,172],21],[[384,-1],2,142],[[409,-1],2,142],[493,409],0,[409,409],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[492,21],[492,21],[492,21],0,[492,[[10,[16,[50,[15]]]]]],[492,104],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[492,384],0,0,0,[492,112],[[484,409,21,[50,[498]],481,384,383],492],[[492,[50,[[2,[[507,[444]],508]]]]],493],0,[[409,409],[[13,[126]]]],[492,484],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[492,[[180,[495]]]],[[492,172],[[13,[[180,[495]]]]]],0,[409,57],0,0,[[384,-1],10,161],[[409,-1],10,161],[[492,21],2],[[492,21],2],[[492,384],2],[[492,495],16],[[492,502],2],[[492,[10,[16,15]]],2],[492,2],[[492,495],2],[492,[[507,[[2,[[180,[495]],[180,[172]]]]]]]],0,0,0,0,0,0,0,0,0,0,[492,[[13,[502]]]],0,0,[492,383],[492,409],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[492,[[13,[[10,[16,[50,[15]]]]]]]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[492,2],0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[509,509],[510,510],[511,511],[410,410],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[410,410],126],[511,57],0,0,[[-1,-2],126,[],[]],[[],509],[[],511],[[],410],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[511,21],0,0,[[410,410],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[512,40],43],[[509,40],43],[[510,40],43],[[511,40],43],[[513,40],43],[[410,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[511,21],0,[511,21],0,0,[[[5,[32]],[5,[32]],21,511],513],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,512],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[513,511],0,[[410,410],[[13,[126]]]],[[]],[[]],[[]],[[]],[[]],[[]],0,[-1,2,[]],[511,57],0,0,[[511,57],2],[[511,21],2],[[511,21],2],[[511,21],2],[[511,57],2],[[513,[5,[514]]],2],0,0,[513,32],0,[513,32],[[513,[5,[32]]],[[5,[32]]]],[513,[[5,[32]]]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,410,[]],[[-1,410],2,[]],0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[515,515],[[-1,-2],2,[],[]],[[],515],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[515,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[515,2],0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[515,410],[[515,410],2],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[516,[[170,[2]]]],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],[[10,[2,49]]]],[[],[[10,[2,49]]]],[[],[[10,[2,49]]]],[[],[[10,[2,49]]]],[[],[[10,[2,49]]]],[[],[[10,[2,49]]]],[[],[[10,[2,49]]]],0,[[],[[2,[57,57]]]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[-1,[10,[2,37]]],38,[]],[[517,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[]],[[]],0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[109,[[10,[21,49]]]],0,0,0,0,0,0,0,[[-1,23,98,[50,[101]]],[[10,[2,49]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[518,518],[[-1,-2],2,[],[]],[[518,519],[[6,[[5,[3]]]]]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,[[518,40],43],[-1,-1,[]],[[],35],0,[-1,-2,[],[]],[[],[[10,[63,64]]]],[[520,-1],518,521],[[518,[70,[60]]],2],[[518,39],2],[[]],[[518,522],[[6,[[5,[3]]]]]],[[518,523],2],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[[520,519],[[13,[524]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[520,520],[[-1,-2],2,[],[]],[[525,519],[[400,[524]]]],[[],526],[[],520],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[526,40],43],[[520,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],520],[[]],[[]],[[520,522],2],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[527,[179,[528]]]],[527,527],[529,529],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[35,-1,[]],[527],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,[[527,40],43],[[529,40],43],[-1,-1,[]],[-1,-1,[]],[[527,[179,[528]]],[[10,[[530,[528]],49]]]],[[],35],[[],35],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[531,527],[[]],[[]],[[527,67],[[68,[[10,[2]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,[[525,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,[532,532],[[532,[50,[533]]],532],[[532,362],2],[[532,8],532],[[532,-1],532,[[94,[88]]]],[[532,-1],532,534],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[532,-1],532,[521,84,91]],[109,[[10,[21,49]]]],[532,115],[535,532],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[532,-1,-2],532,[[94,[88]]],[[94,[88]]]],[[532,-1],532,534],[[535,40],43],[[532,40],43],[532,532],[-1,-1,[]],[-1,-1,[]],[[532,362],21],[[],35],[[],35],[[532,98],532],[[532,-1],532,534],[532,536],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[532,-1],532,534],[[532,537],532],[520,535],[[]],[[]],[[535,23,98,[50,[101]]],[[10,[527,49]]]],[[535,23,98,[50,[538]]],[[10,[2,49]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[532,65],532],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[539,540,541],[[400,[542]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[539,539],[[-1,-2],2,[],[]],[[],543],[[],539],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[543,40],43],[[539,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],539],[[]],[[]],[[539,540,541],[[400,[542]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[540,[179,[528]]]],[540,540],[[-1,-2],2,[],[]],0,0,[35,-1,[]],[35,-1,[]],[540],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,[[544,40],43],[[540,40],43],[-1,-1,[]],[-1,-1,[]],[[540,[179,[528]],-1],[[400,[[530,[528]]]]],84],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[545,88,539,[50,[101]]],540],[[]],[[]],[[540,67],[[68,[[10,[2]]]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[[69,35],2],[[69,35],2],[[69,35],2],[546,[[13,[547]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],548],[[-1,-2],[],[],[]],[69,35],[69,549],[69,2],[546,546],[[-1,-2],2,[],[]],0,[[],546],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[3,2],[[546,23],21],[[546,546],21],[[546,23],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[69,[[70,[60]]]],0,[69,[[70,[60]]]],[[69,40],[[10,[2,41]]]],[[546,40],[[10,[2,41]]]],[[546,40],[[10,[2,41]]]],[-1,-1,[]],[547,546],[550,546],[-1,-1,[]],[-1,[[10,[546,551]]],[[387,[[70,[60]]]]]],[552,[[10,[546,553]]]],[23,546],[23,[[10,[546,551]]]],[[-1,-2],33,[139,140],141],[[546,-1],2,142],[546,[[13,[23]]]],[[],35],[[],35],[69,[[70,[60]]]],[[69,35],[[70,[60]]]],[69,[[70,[60]]]],0,[69,[[70,[60]]]],[69,[[70,[[72,[60]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[546,[[10,[[179,[2]],554]]]],[546,[[10,[[179,[2]],554]]]],[546,552],[3,3],[-1,21,[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[[70,[60]]],69],[546,23],[546,[[13,[550]]]],0,[[]],[[]],[[[6,[-1]],67],68,[]],[[[6,[-1]],67],[[68,[[10,[2,39]]]]],[]],[[[6,[-1]],67,69],[[68,[[10,[2,39]]]]],[]],[[-1,67],[[68,[[10,[2]]]]],[]],[[[6,[-1]],67],[[68,[[10,[2,39]]]]],[]],[[[6,[-1]],67,[70,[60]]],[[68,[[10,[35,39]]]]],[]],[[[6,[-1]],67,[70,[71]]],[[68,[[10,[35,39]]]]],[]],[546,[[13,[[555,[23]]]]]],[546,[[13,[73]]]],[[69,[70,[60]]],2],[546,[[13,[23]]]],[69,35],[69,35],[546,[[13,[556]]]],0,[546,[[13,[23]]]],[[69,35],2],0,[[69,35],69],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[88,[[10,[546]]]],[88,[[10,[546]]]],[-1,[[10,[-2]]],[],[]],[[[180,[60,4]]],[[10,[546]]]],[546,[[10,[546]]]],[23,[[10,[546]]]],[[[70,[60]]],[[10,[546]]]],[552,[[10,[546]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[69,[[70,[[72,[60]]]]]],[[[70,[[72,[60]]]]],69],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[557,558],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[557,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[[50,[559]]],557],[[]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[558,546]],[558,558],[[-1,-2],2,[],[]],[[-1,560,546],[[561,[-2,546]]],[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[558,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[558,67],[[68,[[10,[2]]]]]],[558,2],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[562,563],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[562,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[[6,[562]],67],[[68,[[10,[2,39]]]]]],[[[6,[562]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[562]],67],[[68,[[10,[2,39]]]]]],[[[6,[562]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[542,542],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[542,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],0,[[],[[10,[63,64]]]],[[]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],0,[[564,19],[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[[564,8,21,21],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[564,23,23,24],[[6,[[5,[3]]]]]],[564,564],[[-1,-2],2,[],[]],[[564,8,8],[[6,[[5,[3]]]]]],[[],565],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[564,[[6,[[5,[3]]]]]],[35,2],[35,2],[[565,40],43],[[564,40],43],[-1,-1,[]],[-1,-1,[]],[[564,19],[[6,[[5,[3]]]]]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[564,19,60],[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[[564,19],[[6,[[5,[3]]]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[564,8,21,21,21],[[6,[[5,[3]]]]]],0,[564,566],0,[564,[[6,[[5,[3]]]]]],[[],564],[[]],[[]],[[564,67],[[68,[8]]]],[[564,8],2],[[564,23,[13,[73]],[13,[19]]],[[6,[[5,[3]]]]]],[[564,77,19,[13,[65]],[13,[65]]],[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[[564,19],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[564,[[6,[[5,[3]]]]]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[-1,1],2,[]],[[545,8],545],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[109,[[10,[21,49]]]],[545,545],[[-1,-2],2,[],[]],[567,545],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,[[567,40],43],[[545,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[568,98],567],[[568,98],545],0,[[]],[[]],0,0,[[567,23,98,[50,[538]]],[[10,[2,49]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[541,541],[[-1,-2],2,[],[]],[[541,541],126],[[-1,-2],126,[],[]],[[],541],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[541,541],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[541,40],43],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[541,-1],2,142],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[541,541],[[13,[126]]]],[[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[559,[[400,[569]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[559,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],0,[[[50,[570]],566,65,65],559],[559,[[400,[569]]]],0,[[]],0,0,0,0,[559,2],0,[559,[[571,[2]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[109,[[10,[21,49]]]],[[],572],[35,-1,[]],[35,-1,[]],[-1,[[10,[572]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[572,572],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[103,58,573,[54,[574]],23,[180,[88]]],[[10,[2,49]]]],[[572,40],43],[-1,-1,[]],[572,[[180,[88]]]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],572],[[]],[[103,58,23],[[10,[[2,[573,[54,[574]]]],49]]]],[[572,23,98,[50,[101]]],[[10,[2,49]]]],[[572,-1],10,161],[[572,[180,[88]]],2],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[572,[180,[88]]],572],0,[109,[[10,[21,49]]]],[[-1,23,98,[50,[101]]],[[10,[2,49]]],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[109,[[10,[21,49]]]],[568,115],[568,568],[[-1,-2],2,[],[]],[[],568],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[568,40],43],[-1,-1,[]],[568,[[180,[88]]]],[[568,362],21],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],568],[[]],[[568,23,575,[13,[98]],[50,[101]],[13,[576]]],[[10,[577,49]]]],[[568,23,98,[50,[101]]],[[10,[2,49]]]],[[568,[50,[101]],23,58,108,21],[[10,[2,49]]]],0,0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[568,-1],568,534],[[568,115],568],[[568,-1],568,[[94,[148]]]],[568,568],[[568,-1,-2],568,[[94,[88]]],[[94,[88]]]],[[568,-1],568,534],[[568,21],568],[[568,21],568],[[568,-1,-2,-3],568,[[94,[88]]],[[94,[88]]],[[94,[578]]]],[[568,-1],568,534],[[568,98],568],[[568,-1],568,534],[[568,[50,[533]]],568],[[568,-1],568,534],[[568,-1,-2],568,[[94,[88]]],[[94,[88]]]],[[568,-1],568,534],[[568,88,[50,[97]]],568],[[568,-1],568,534],[[568,65],568],[[568,362],568],[[568,[5,[32]]],568],[[568,[5,[32]]],568],[[568,[5,[32]]],568],[[568,21],568],0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[100,148],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[576,[70,[579]]],[[10,[2,49]]]],0,[580,580],[581,581],[579,579],[537,537],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[582,[-1]],100],[[127,[2]]],97],[[97,100],[[10,[2,49]]]],0,[[],581],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[537]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[537,537],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[582,[-1]],100,-2],[[10,[-3,28]]],97,570,[]],[[580,40],43],[[581,40],43],[[579,40],43],[[537,40],43],[[[582,[-1]],40],43,430],0,[-1,-1,[]],[-1,-1,[]],[537,579],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,0,[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[[582,[-1]],100],[[127,[143]]],97],0,[[[582,[-1]]],144,97],[[[582,[-1]],100,583],[[127,[[5,[32]]]]],97],[[]],[[]],[[]],[[]],[[]],[[581,575,577],2],[[581,575,577],2],[[576,[70,[579]],[13,[[50,[97]]]]],[[10,[[5,[97]],49]]]],[[581,577,[13,[[50,[97]]]],575,[13,[576]]],[[10,[2,49]]]],[[[582,[-1]],100],[[127,[147]]],97],[[[582,[-1]],100],[[127,[148]]],97],[[[582,[-1]],100],[[127,[2]]],97],[[[582,[-1]],100],[[127,[2]]],97],[[[582,[-1]],100,100],[[149,[[127,[2]]]]],97],[[537,-1],10,161],0,0,[[[582,[-1]],100],[[127,[143]]],97],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[523,2],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[523,523],[[-1,-2],2,[],[]],0,0,[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,0,0,[[523,40],[[10,[2,41]]]],[-1,-1,[]],0,[[],35],0,[-1,-2,[],[]],[523,21],[[],[[10,[63,64]]]],0,0,0,0,[[],[[2,[523,584]]]],[[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,519],[[6,[[5,[3]]]]],[]],[[-1,519],[[6,[[5,[3]]]]],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],0,0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,0,0,[[-1,[70,[60]]],2,[]],[[-1,[70,[60]]],2,[]],[[-1,39],2,[]],[[-1,39],2,[]],[[]],[[]],[[]],[[]],0,[[-1,522],[[6,[[5,[3]]]]],[]],[[-1,522],[[6,[[5,[3]]]]],[]],0,0,[[-1,523],2,[]],[[-1,523],2,[]],0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[519,[[400,[524]]]],[522,2],0,0,0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[531,[179,[528]]]],0,[531,531],[[-1,-2],2,[],[]],[[-1,[50,[521]],21],[[13,[[180,[60]]]]],[585,84,586]],[531],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[[[50,[498]],528,-1],[[10,[16,49]]],[587,84,91,586]],[35,2],[35,2],[[531,40],43],[[588,40],43],[-1,-1,[]],[-1,-1,[]],[[531,[179,[528]],-1],[[10,[[530,[528]],49]]],84],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[[[50,[588]]],531],0,[[]],[[]],[[531,67],[[68,[[10,[2]]]]]],0,0,0,0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[536,536],[[536,[50,[533]]],536],[[536,362],2],[[536,8],536],0,[[536,-1],536,[[94,[88]]]],[[536,-1],536,534],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[536,-1],536,[521,84,91]],0,[109,[[10,[21,49]]]],[536,115],[589,536],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[536,-1,-2],536,[[94,[88]]],[[94,[88]]]],[[536,-1],536,534],[[589,40],43],[[536,40],43],[536,536],[-1,-1,[]],[-1,-1,[]],[[536,362],21],[[],35],[[],35],[[536,98],536],[[536,-1],536,534],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[536,-1],536,534],[[536,537],536],[-1,589,521],[-1,536,521],[[]],[[]],[[589,23,98,21,590,[50,[101]]],[[10,[531,49]]]],[[589,23,98,[50,[101]]],[[10,[2,49]]]],[[589,-1,[50,[101]]],[[10,[2,49]]],[[591,[[179,[528]]]],286,84,91]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[536,65],536],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,[[13,[533]]],[]],[592,[[13,[533]]]],[593,[[13,[533]]]],[[592,[50,[533]]],592],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[594,594],[592,592],[593,593],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],595],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[-1,596,[]],[592,596],[593,596],0,0,[[595,40],43],[[592,40],43],[[593,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[13,[597]]],[]],[592,[[13,[597]]]],[593,[[13,[597]]]],0,0,[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[180,[[50,[533]]]]],[]],[592,[[180,[[50,[533]]]]]],[593,[[180,[[50,[533]]]]]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[596,598,[70,[60]],108],[[10,[58,44]]]],[[-1,[70,[60]]],[[149,[[10,[58,44]]]]],[]],[[593,[70,[60]]],[[149,[[10,[58,44]]]]]],[[-1,[70,[60]]],[[10,[58,44]]],[]],[[593,[70,[60]]],[[10,[58,44]]]],0,[-1,[[50,[598]]],[]],[592,[[50,[598]]]],[593,[[50,[598]]]],0,0,[-1,599,[]],[592,599],[593,599],0,0,[[[50,[456]]],592],[[[50,[538]]],593],[-1,103,[]],[592,103],[593,103],[[-1,594],2,[]],0,[-1,[[50,[600]]],[]],[592,[[50,[600]]]],[593,[[50,[600]]]],0,0,[[]],[[]],[[]],[[]],[595,2],0,0,[[592,[13,[596]]],592],[[592,-1],592,[174,84,91]],[[592,-1],592,[598,84,91]],[[592,-1],592,[457,91]],[[592,-1],592,[600,84,91]],[[592,-1],592,[601,84,91]],[[592,[50,[602]]],592],[-1,[[50,[601]]],[]],[592,[[50,[601]]]],[593,[[50,[601]]]],0,0,0,0,[-1,[[50,[456]]],[]],[592,[[50,[456]]]],[593,[[50,[456]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[13,[602]]],[]],[592,[[13,[602]]]],[593,[[13,[602]]]],0,0,[595,410],[[595,410],2],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[593,596],593],[[593,597],593],[[593,[180,[[50,[533]]]]],593],[[593,[50,[598]]],593],[[593,599],593],[[593,[50,[600]]],593],[[593,[50,[601]]],593],[[593,[50,[456]]],593],[[593,[50,[602]]],593],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[0,[598,84,91]]]],[[-1,108,596],[[6,[[5,[3]]]]],[]],0,0,[[-1,108,596,58],[[6,[[5,[3]]]]],[]],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[603,[-1,-2]]],[[603,[-1,-2]]],286,286],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[[603,[-1,-2]],[603,[-1,-2]]],21,604,604],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[603,[-1,-2]]],-2,[],[]],0,[[[603,[-1,-2]]],-2,[],[]],[[[603,[-1,-2]],40],43,430,430],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[[603,[-1,-2]],-3],2,139,139,142],[[],35],[-1,-2,[],[]],[[[603,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[],[[10,[63,64]]]],[[[603,[-1,-2]],108,596],[[6,[[5,[3]]]]],[598,84,91],[598,84,91]],[[-1,-2],[[603,[-1,-2]]],[],[]],[[]],[[[603,[-1,-2]]],-1,[],[]],0,[[[603,[-1,-2]]],-1,[],[]],[[[603,[-1,-2]],108,596,58],[[6,[[5,[3]]]]],[598,84,91],[598,84,91]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[605,100],0,[605,605],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[[70,[60]],596],[[10,[58,606]]]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[605,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[605,108,596],[[6,[[5,[3]]]]]],[[-1,[50,[607]]],605,[[94,[148]]]],[[605,108,23],148],[[]],[100,[[10,[[180,[60]],606]]]],[[605,108,596,58],[[6,[[5,[3]]]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[608,608],[[-1,-2],2,[],[]],[[],608],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[608,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[608,108,596],[[6,[[5,[3]]]]]],0,[[],608],[[]],[[608,108,596,58],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[609,609],[[-1,-2],2,[],[]],[[],609],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[609,40],43],[-1,-1,[]],[[],35],[[609,108,58,23],2],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[609,108,596],[[6,[[5,[3]]]]]],[[609,108,23],[[13,[58]]]],[[]],[[609,108,596,58],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[606,40],43],[[606,40],43],[610,606],[611,606],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[-1,108,596],[[6,[[5,[3]]]]],[]],[-1,606,[14,84,91]],[[]],[[-1,108,596,58],[[6,[[5,[3]]]]],[]],[606,[[13,[14]]]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[-1,-2],[[603,[-1,-2]]],140,598],[[-1,-2],[[603,[-1,-2]]],140,598],0,0,0,0,0,0,0,0,0,0,0,[[-1,612],[[6,[[5,[3]]]]],[]],0,[[107,600,613],[[10,[98,49]]]],[[-1,107,613],[[6,[[5,[3]]]]],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[],614],[[],615],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[614,616],[[10,[38,49]]]],[35,2],[35,2],[35,2],[[614,40],43],[[617,40],43],[[615,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[614,618],[[10,[[13,[107]],49]]]],[[614,619],620],0,[[],35],[[],35],[[],35],[[614,618,107],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[614,612],[[6,[[5,[3]]]]]],[[614,107,613],[[6,[[5,[3]]]]]],[[617,618],[[10,[[13,[107]],49]]]],[[615,618],[[13,[107]]]],[[],614],[[617,618],148],[[]],[[]],[[]],[[617,38,616],[[10,[2,49]]]],[[615,107,618],2],[[617,38,616],[[10,[107,49]]]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[614,-1],614,[[94,[148]]]],[[614,-1],614,[174,84,91]],[[614,[50,[174]]],614],[[614,-1,-2],614,[[94,[88]]],[[94,[88]]]],[[614,-1],614,534],0,0,0,[[-1,1],2,[]],[[23,109],[[10,[[13,[621]],49]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[622,[-1,-2]]],[[622,[-1,-2]]],286,286],[[-1,-2],2,[],[]],[[[624,[88,623]],[150,[625,107]],613],[[10,[[180,[105]],49]]]],[[97,100],33],[[[622,[-1,-2]],100],[[127,[2]]],97,[570,84,91]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[[622,[-1,-2]],[622,[-1,-2]]],21,604,604],[[600,626,627],[[10,[[150,[625,107]],49]]]],[[[150,[625,107]],626],[[10,[[5,[97]],49]]]],[[[150,[625,107]],626],[[10,[[5,[97]],49]]]],[[[150,[625,107]],626],[[10,[[5,[97]],49]]]],[[[622,[-1,-2]],40],43,430,[]],[-1,-1,[]],[[],35],0,[-1,-2,[],[]],[[],[[10,[63,64]]]],[[107,23,109],[[10,[[13,[105]],49]]]],[[625,23,109,[150,[625,107]],613],[[10,[[13,[105]],49]]]],[[107,600,613],[[10,[98,49]]]],0,[[[622,[-1,-2]],100],[[127,[143]]],97,[570,84,91]],[[-1,-2],[[622,[-1,-2]]],[],[570,84,91]],[[[622,[-1,-2]]],144,97,[570,84,91]],[[[622,[-1,-2]],100,583],[[127,[[5,[32]]]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[10,[148,28]]],[],[570,84,91]],[[]],[[[622,[-1,-2]],100],[[127,[147]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[127,[148]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[127,[2]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[127,[2]]],97,[570,84,91]],[[[622,[-1,-2]],100,100],[[149,[[127,[2]]]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[127,[143]]],97,[570,84,91]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,612],[[6,[[5,[3]]]]],[]],[[-1,107,613],[[6,[[5,[3]]]]],[]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[628,628],[629,629],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],628],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[628,628],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[628,40],43],[[629,40],43],[[629,40],43],[-1,-1,[]],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[628,-1],2,142],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[628,612],[[6,[[5,[3]]]]]],[[628,107,613],[[6,[[5,[3]]]]]],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,106],[[6,[[5,[3]]]]],[]],0,0,[[625,630,601],[[10,[613,631]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[632,632],[[-1,-2],2,[],[]],[[],632],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[632,632],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[632,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[632,106],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[633,612],2],[[633,-1],[[10,[2,49]]],[[387,[100]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[633,633],[634,634],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],633],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[633,633],21],[[634,634],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[633,40],43],[[634,40],43],[-1,-1,[]],[-1,-1,[]],[-1,[[10,[633,49]]],[[94,[148]]]],[[633,625],[[13,[612]]]],0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[],633],[[]],[[]],[[633,106],[[6,[[5,[3]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[635,23],0,[618,[[636,[60]]]],[618,88],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[635,635],[612,612],[630,630],[637,637],[616,616],[618,618],[638,638],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[618,618],126],0,[[-1,-2],126,[],[]],0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[635,635],21],[[612,612],21],[[630,630],21],[[637,637],21],[[616,616],21],[[618,618],21],[[638,638],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[639,640],[[10,[[180,[637]],641]]]],[[635,40],43],[[612,40],43],[[630,40],43],[[637,40],43],[[616,40],43],[[618,40],43],[[618,40],43],[[638,40],43],[148,[[10,[618,39]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[636,[60]]],618],[-1,-1,[]],[[[636,[60]]],618],[[625,639,640],[[10,[630,49]]]],[-1,[[10,[612,49]]],[[387,[100]]]],[[-1,-2],33,[139,140],141],[[618,-1],2,142],[630,625],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,0,[612,625],[639,[[10,[[13,[625]],49]]]],[639,[[10,[[13,[642]],49]]]],[635,[[13,[88]]]],[23,[[10,[618,643]]]],[[618,618],[[13,[126]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[-1,618,[[387,[[70,[60]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[644,[[10,[106,49]]]],[635,[[13,[645]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[646,[50,[601]]],646],[[646,-1],646,[601,84,91]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[646,646],[647,647],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[[],647],[[],647],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[647,647],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[646,40],43],[[647,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],646],[[]],[[]],[[646,106],[[6,[[5,[3]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[646,647],646],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[613,613],[623,623],[627,627],[648,648],[649,649],[650,650],[626,626],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[623,623],21],[[627,627],21],[[648,648],21],[[649,649],21],[[650,650],21],[[626,626],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[613,40],43],[[623,40],43],[[627,40],43],[[648,40],43],[[649,40],43],[[650,40],43],[[626,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[627,[[651,[648,649]]]],0,0,[627,625],0,[[627,625]],[[627,652]],[[627,652]],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[627,[[0,[653]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[[652,[651,[648,649]],[624,[625,652]]],627],0,0,0,0,[627,[[624,[625,652]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[627,652],0,[627,630],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[627,88],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[631,[[13,[[70,[625]]]]]],[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[2,631]]],653],[[[654,[648,649]]],631],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[625,630,601],[[10,[655,631]]]],[35,2],[35,2],[[631,40],43],[[631,40],43],[[655,40],43],[-1,-1,[]],[-1,-1,[]],0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[[651,[648,649]],652],2],0,[[]],[[]],[[[70,[625]]],88],[106,88],[[625,630,601],[[10,[613,631]]]],[[625,630,601],[[10,[627,631]]]],[627,[[10,[626,631]]]],0,[631,[[13,[14]]]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[656,40],43],[[656,40],43],[-1,-1,[]],[49,656],[[],35],[-1,-2,[],[]],[[-1,106],[[6,[[5,[3]]]]],[]],[[-1,106],[[6,[[5,[3]]]]],[]],[[],[[10,[63,64]]]],[[]],[[-1,106],[[6,[[5,[3]]]]],[]],[656,[[13,[14]]]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[619,[[10,[148,49]]]],[176,49],[-1,[[13,[619]]],[[387,[100]]]],[[],620],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[657,657],[658,658],[659,659],[660,660],[[[661,[-1]]],[[661,[-1]]],286],[662,662],[663,663],[664,664],[665,665],[666,666],[667,667],[668,668],[669,669],[670,670],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[23,23,668,640],[[10,[612,49]]]],[[],669],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[659]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[660]]],158],[-1,[[10,[[661,[-2]]]]],158,423],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[662]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[663]]],158],[-1,[[10,[664]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[665]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[666]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[667]]],158],[-1,[[10,[668]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[669]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[670]]],158],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[657,40],43],[[658,40],43],[[659,40],43],[[660,40],43],[[[661,[-1]],40],43,430],[[662,40],43],[[663,40],43],[[664,40],43],[[665,40],43],[[666,40],43],[[667,40],43],[[668,40],43],[[669,40],43],[[670,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[657,620],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[659,65],21],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[658,23],[[10,[[13,[664]],49]]]],0,[[664,645,640],[[10,[[180,[612]],656]]]],0,[[619,[50,[174]]],657],[[-1,65],658,[[94,[148]]]],0,0,[[658,23],148],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[657,106],[[6,[[5,[3]]]]]],[[657,671],[[10,[[13,[612]],656]]]],[[657,671],[[10,[[13,[663]],49]]]],[[657,23],[[10,[664,49]]]],[657,619],0,0,0,[[659,-1],10,161],[[660,-1],10,161],[[[661,[-1]],-2],10,75,161],[[662,-1],10,161],[[663,-1],10,161],[[664,-1],10,161],[[665,-1],10,161],[[666,-1],10,161],[[667,-1],10,161],[[668,-1],10,161],[[669,-1],10,161],[[670,-1],10,161],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[663,671],[[10,[612,49]]]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,0,[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[658,23,664],[[10,[2,49]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[657,-1],657,[[94,[88]]]],[[657,-1,65],657,[[94,[148]]]],[[657,640],657],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[672,-1,[70,[60]]],[[10,[2,49]]],[[387,[100]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[673,65],[[10,[148,674]]]],0,[672,672],[673,673],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[[673,673],21],[[672,619],[[10,[[2,[[180,[60]],[13,[88]]]],49]]]],[[672,40],43],[[673,40],43],[[674,40],43],[[23,100],673],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[672,619],[[10,[88,49]]]],[[672,619],[[10,[148,49]]]],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[-1,[50,[174]]],672,[[94,[148]]]],[[]],[[]],[[]],[[672,106],[[6,[[5,[3]]]]]],0,[[[70,[60]]],88],[674,[[13,[148]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[672,65],672],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[50,[675,4]]],172],[-1,-2,3,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,412,676],[[10,[[13,[677]],52]]],[]],0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],0,0,[[676,40],43],[[102,40],43],[[678,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],35],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,0,[[],[[50,[675,4]]]],[[[5,[679]],53,58,21],680],[[]],[[]],[[]],[[]],[[]],0,0,0,[[-1,65],[[6,[[5,[3]]]]],[]],[[-1,-2],[[10,[-3,49]]],[],[3,84],84],[[-1,-2],[[5,[3]]],[],[22,84]],0,[[-1,58,[5,[22]]],[[10,[2,52]]],[]],0,0,[[-1,[5,[22]]],[[10,[2,52]]],[]],[[-1,[5,[22]]],[[10,[2,52]]],[]],[[-1,680],[[10,[2,52]]],[]],[-1,[[10,[35,52]]],[]],0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[680,25],680],[[680,676],680],[[680,[13,[676]]],680],[[680,[5,[114]]],680],[[680,[5,[681]]],680],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[682,682],[683,683],[607,607],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],607],[[],684],[35,-1,[]],[35,-1,[]],[683],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[685,2],[35,2],[682,2],[35,2],[35,2],[684,2],[35,2],[[684,686,65],[[10,[2,83]]]],[[682,40],43],[[683,40],43],[[607,40],43],[-1,-1,[]],[-1,-1,[]],[687,682],[686,682],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[682,686],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[-1,607,[[94,[682]]]],[[]],[[]],[[]],[[]],[[]],0,[607,[[50,[683]]]],0,[607,686],[[607,65],[[6,[[5,[3]]]]]],[[607,[5,[22]]],[[10,[2,52]]]],[[607,[5,[22]]],[[10,[2,52]]]],[[607,680],[[10,[2,52]]]],[607,[[10,[35,52]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],688],[[],689],[[],690],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],0,0,[[688,40],43],[[689,40],43],[[690,40],43],[[169,40],43],[169,169],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[169,-1],[[10,[2,37]]],[[387,[100]]]],[169,144],[[169,-1],[[10,[147,37]]],[[387,[100]]]],[[169,-1],[[10,[2,37]]],[[387,[100]]]],[[169,-1],[[10,[2,37]]],[[387,[100]]]],[[169,-1,-2],[[10,[2,37]]],[[387,[100]]],[[387,[100]]]],0,0,0,[689,172],0,[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[691,100,583],[[127,[[5,[32]]]]]],[[]],[[]],[[]],[[]],[[]],[[689,65],21],[689,2],0,0,0,0,0,0,[[169,122],[[10,[[13,[[5,[32]]]],28]]]],[169,[[10,[[13,[[5,[32]]]],28]]]],[169,[[10,[[13,[[5,[32]]]],28]]]],[169,[[10,[[13,[[5,[32]]]],28]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[577,-1],2,[[387,[[70,[60]]]]]],[[577,-1],2,534],[[577,-1,-2],2,[[387,[[70,[60]]]]],[[387,[[70,[60]]]]]],[[577,-1],2,534],[[577,-1,-2,-3],2,[[94,[88]]],[[94,[88]]],[[94,[578]]]],[[577,-1],2,534],[[577,[50,[533]]],2],[[577,23,-1],[[10,[2,51]]],[[387,[100]]]],[[577,-1,-2],2,[[387,[23]]],[[387,[23]]]],[[577,-1],2,534],[[577,-1],[[10,[2,51]]],570],[[577,-1],[[10,[2,51]]],[[387,[100]]]],[[577,362],2],[[577,98],577],0,[[692,23],692],0,0,[[577,-1],577,[[387,[[70,[60]]]]]],[[577,-1],577,534],0,[-1,14,[]],[577,577],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[577,[[10,[53,15]]]],[692,[[10,[145,51]]]],[577,[[10,[693,51]]]],0,[[577,115],577],[577,115],[51,51],[145,145],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[180,[[2,[88,[180,[60]]]]]]],[[180,[[180,[60]]]]]],[[692,21],692],0,0,[[577,-1],577,[[94,[148]]]],0,[[],577],[[],692],[[],145],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[692,-1],692,[[387,[100]]]],[35,2],[35,2],[35,2],[35,2],[[577,-1,-2],577,[[387,[[70,[60]]]]],[[387,[[70,[60]]]]]],[[577,-1],577,534],0,[[51,51],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[577,40],43],[[51,40],43],[[51,40],43],[[692,40],43],[[145,40],43],[-1,-1,[]],[46,51],[-1,-1,[]],[28,51],[-1,-1,[]],[-1,-1,[]],[[577,[5,[97]]],577],0,[577,[[70,[88]]]],[577,[[180,[88]]]],[577,[[70,[[2,[88,[180,[60]]]]]]]],[577,[[180,[[2,[88,[180,[60]]]]]]]],[[577,-1,-2,-3],577,[[94,[88]]],[[94,[88]]],[[94,[578]]]],[[577,-1],577,534],[[],35],[[],35],[[],35],[[],35],[[577,58,-1],[[10,[[2,[86,111]],15]]],26],[[577,58,108,-1],[[10,[[2,[86,111]],15]]],26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[577,-1,-2],577,[[387,[23]]],[[387,[23]]]],[[577,-1],577,534],0,[[577,23,-1],[[10,[577,51]]],[[387,[100]]]],[[577,-1],[[10,[577,51]]],534],0,[-1,577,[[94,[88]]]],[[],692],0,0,[[]],[[]],[[]],[[]],[[577,-1],[[10,[577,51]]],570],[[577,-1],[[10,[577,51]]],[[387,[100]]]],[[577,-1],[[10,[577,51]]],534],[[577,-1],[[10,[577,51]]],534],0,[[692,21],692],0,0,[[577,58],[[10,[2,15]]]],[[577,58,108],[[10,[2,15]]]],[[577,58,103],[[10,[2,15]]]],[[577,58,108,103],[[10,[2,15]]]],[[577,58,108,103],[[10,[2,15]]]],[[577,[50,[101]]],577],0,[[577,576],577],[[577,115],2],[[577,-1],2,[[94,[148]]]],[[577,[5,[97]]],2],[[577,108],577],[[577,[50,[101]]],2],[[577,[5,[32]]],2],[[577,[5,[32]]],2],[[577,[5,[32]]],2],[[577,[5,[570]]],577],0,0,0,[51,[[13,[14]]]],[[577,[5,[32]]],577],0,[[577,[5,[32]]],577],0,[[577,[5,[32]]],577],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[577,98],577],[[577,-1],577,534],0,[23,[[10,[2,51]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[577,65],2],[[692,21],692],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[53,[[10,[533,37]]]],[53,57],0,0,0,0,0,0,0,0,[[53,[13,[16]]],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,577,[[94,[88]]]],0,0,0,0,[53,21],[53,53],[694,694],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[35,2],[35,2],[35,2],[693,693],0,0,0,0,[[53,40],43],[[694,40],43],[[693,40],43],[53,[[10,[[2,[53,493]],46]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[693,108],[[10,[53,15]]]],[53,124],[[53,-1,57],[[2,[447,169]]],87],[[53,-1,57],[[2,[447,169,117]]],87],[53,[[2,[169,117]]]],[[53,362],21],0,[[],35],[[],35],[[],35],0,[53,694],0,[694,86],0,[[693,58,108,-1],[[10,[[2,[86,111]],15]]],26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[53,384],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[53,[150,[88,148]]],[[10,[2,51]]]],0,[53,677],[694,677],0,[694,677],0,[[53,-1],447,[87,140]],[[694,-1],447,[87,140]],[694,58],[694,58],[53,599],[[677,-1,86],694,87],[[53,[13,[16]]],[[149,[2]]]],0,[53,484],[[]],[[]],[[]],0,[[53,362],21],0,0,[[[74,[53]]],[[488,[21]]]],[[[74,[53]]],[[488,[21]]]],[[[74,[53]],[180,[495]]],[[10,[21,42]]]],[53,[[10,[2,51]]]],0,[53,101],0,0,[[53,-1],2,[101,84,91]],[53,[[13,[16]]]],[53,21],0,0,0,0,0,0,0,[53,169],0,0,[[53,122],[[10,[[13,[[5,[32]]]],28]]]],[53,[[10,[[13,[[5,[32]]]],28]]]],[53,[[10,[[13,[[5,[32]]]],28]]]],[53,[[10,[[13,[[5,[32]]]],28]]]],[53,[[50,[456]]]],0,0,0,[53,409],[-1,-2,[],[]],[-1,-2,[],[]],[53,[[13,[86]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[53,[[13,[694]]]],[53,[[13,[694]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[53,[[13,[677]]]],[53,[[13,[677]]]],[[53,-1],[[13,[447]]],[87,140]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[53,98],[[10,[2,51]]]],[[53,-1],[[10,[2,51]]],534],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[53,21],0,0,0,[[-1,1],2,[]],[[111,-1],[[10,[695,15]]],26],[-1,-2,[],[]],[-1,-2,[],[]],[111,111],[[-1,-2],2,[],[]],[[111,-1],53,87],[[111,-1],53,26],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,[[111,40],43],[-1,-1,[]],[[111,-1,58],[[10,[56,42]]],26],[[111,-1,58],[[10,[56,42]]],26],[[],35],[[111,-1,86],[[10,[2,48]]],26],[[111,-1,86,[13,[677]],21],[[10,[2,48]]],26],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[-1,53],111,26],[[58,53,[13,[25]],676,21],[[10,[[2,[111,103]],52]]]],[[111,-1,[13,[16]]],2,26],[[]],[[111,103],[[10,[[2,[111,103]],15]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[696,2],[696,696],[[-1,-2],2,[],[]],[[],696],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[696,40],43],[-1,-1,[]],[696,[[13,[694]]]],[696,[[13,[694]]]],[[],35],0,[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[696,694],2],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,[[-1,1],2,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[697,2],[697,697],[[-1,-2],2,[],[]],[[],697],[35,-1,[]],[698],[35,-1,[]],[699],[35,-1,[]],[700],[35,-1,[]],[35,-1,[]],[699],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[33,2],[35,2],[35,2],[35,2],[697,2],[35,2],[[697,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[697,[[13,[698]]]],[697,[[13,[699]]]],0,[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[698,700],[[]],[[]],[[]],[[]],[[697,694],2],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[103,111,[10,[[5,[[70,[79]]]],47]],[701,[[10,[103,15]]]]],2],[[103,695,111,[701,[[10,[103,15]]]]],2],[[[10,[2,15]]],[[2,[[10,[2,15]],16]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[702,703],702],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[702,167],[703,703],[702,702],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[704,33],[705,33],[706,33],[[],704],[[],705],[[],706],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[704,40],[[10,[2,41]]]],[[705,40],[[10,[2,41]]]],[[706,40],[[10,[2,41]]]],[[703,40],43],[[702,40],43],[[707,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[167,[[13,[703]]]],[704,[[13,[57]]]],[705,[[13,[57]]]],[706,[[13,[57]]]],0,0,0,0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[704,21],[705,21],[167,707],[704,33],[705,33],[706,33],[704,33],[705,33],[706,33],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],702],[707,13],[-1,[[708,[-2]]],[],[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[704]],67],[[68,[[10,[33,39]]]]]],[[[6,[705]],67],[[68,[[10,[33,39]]]]]],[[[6,[706]],67],[[68,[[10,[33,39]]]]]],[[[6,[704]],67],[[68,[[10,[2,39]]]]]],[[[6,[705]],67],[[68,[[10,[2,39]]]]]],[[[6,[706]],67],[[68,[[10,[2,39]]]]]],[[[6,[704]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[705]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[706]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[704]],67],[[68,[[10,[35,39]]]]]],[[[6,[705]],67],[[68,[[10,[35,39]]]]]],[[[6,[706]],67],[[68,[[10,[35,39]]]]]],[[[6,[704]],67],[[68,[[10,[2,39]]]]]],[[[6,[705]],67],[[68,[[10,[2,39]]]]]],[[[6,[706]],67],[[68,[[10,[2,39]]]]]],[[[6,[704]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[705]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[706]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[704]],67],[[68,[[10,[35,39]]]]]],[[[6,[705]],67],[[68,[[10,[35,39]]]]]],[[[6,[706]],67],[[68,[[10,[35,39]]]]]],[[[6,[704]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[705]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[706]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],0,[[704,33],[[10,[2,28]]]],[[705,33],[[10,[2,28]]]],[[706,33],[[10,[2,28]]]],[704,33],[705,33],[706,33],[[[6,[704]],80],[[10,[2,39]]]],[[[6,[705]],80],[[10,[2,39]]]],[[[6,[706]],80],[[10,[2,39]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[704,[[10,[2,28]]]],[705,[[10,[2,28]]]],[706,[[10,[2,28]]]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[74,[53]],[13,[65]],-1],[[488,[-2]]],3,[]],[[53,[13,[65]],-1],[[488,[-2]]],3,[]],[[[74,[53]],-1],[[10,[[709,[-2]],42]]],[3,84,91],[75,710]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[74,[53]],122,129,-1],[[10,[-2,37]]],22,[]],[[[74,[53]],122,129,-1],[[10,[-2,37]]],22,[]],[[53,122,129,-1],[[10,[-2,37]]],22,[]],[[[74,[53]],122,129,-1],[[10,[-2,37]]],22,[]],[[[74,[53]],122,129,-1],[[10,[2,37]]],22],0,0,0,0,0,0,[[53,[13,[[180,[88]]]],[13,[[180,[[2,[88,88]]]]]]],2],[[[442,[-1,-2]],447],[[10,[[711,[-1]],66]]],712,443],[[[713,[-1]]],[[10,[[714,[-1]],66]]],712],[[[150,[-1,-2,-3]],[2,[-1,-2]]],2,[715,139],[],[141,420]],[[[150,[-1,-2,-3]],[2,[-1,-2]]],2,[715,139],[],[141,420]],[[[394,[-1,-2]],-1],2,[715,139],[141,420]],[[[394,[-1,-2]],-1],2,[715,139],[141,420]],[[[132,[23]],[132,[23]]]],[[[132,[23]],23]],[[716,-1],716,[[94,[716]]]],[[65,65],65],[[65,396]],[[[132,[23]],23],2],[[[132,[23]],[132,[23]]],2],[[65,396],2],[[65,65],2],[[[442,[-1,-2]]],[[10,[[442,[-1,-2]],66]]],[],443],[[38,35],2],[[505,35],2],[[505,35],2],0,[[[50,[-1,-2]]],-2,[],717],[100,718],[[[719,[-1,-2]],-3],[[719,[-1,-2]]],[],[],22],[49,15],[-1,187,[]],[-1,187,[]],[[[132,[720]]],[[10,[[132,[721]],722]]]],[[[132,[23]]],[[10,[[132,[721]],722]]]],[[[132,[721]]],[[10,[[132,[721]],722]]]],[100,[[10,[[132,[721]],722]]]],[[[6,[[6,[-1]]]]],6,723],[-1,411,[]],[103,411],[-1,411,[]],[-1,411,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[[[50,[-1,4]]],724,725],[65,499],[65,499],[[[74,[-1]]],[[74,[-1]]],84],[505,[[70,[60]]]],[[[54,[-1]],-2],-1,[92,84],26],[[[6,[-1]]],6,723],[100,720],[65,499],[100,720],[[[726,[-1]]],[],140],[[[50,[-1,-2]]],[],140,717],[727,21],[728,57],[729,33],[[[713,[-1]]],[[442,[-1,730]]],712],[[[713,[-1]]],[[442,[-1,731]]],712],[[79,-1],732,87],[[[50,[-1,4]]],491,733],[38,[[70,[60]]]],[[[74,[-1]]],[[54,[-1]]],84],[505,[[70,[60]]]],[[[132,[-1]]],-1,[734,140]],[[[132,[720]]],100],[[[54,[-1]],-2],-1,[92,84],87],[100,100],[100,720],[[[50,[-1,-2]]],-1,140,717],[[[6,[-1]]],6,735],[[[50,[211,4]]],[[10,[[5,[190,4]],49]]]],[[[50,[190,4]]],[[10,[[5,[190,4]],49]]]],[65,33],[65,392],[65,736],[[677,-1],[[13,[737]]],87],[-1,412,[]],[[[74,[-1]]],412,[]],[103,412],[-1,412,[]],[-1,413,[]],[[[74,[-1]]],413,[]],[-1,413,[]],[103,413],[-1,413,[]],[-1,413,[]],[[[132,[720]]],[[10,[23,722]]]],[[[132,[23]]],[[10,[23,722]]]],[[[132,[721]]],[[10,[23,722]]]],[100,[[10,[23,722]]]],[[[50,[[72,[-1]],-2]]],[[50,[-1,-2]]],[],[286,717]],[[[50,[[70,[[72,[-1]]]],-2]]],[[50,[[70,[-1]],-2]]],[],[286,717]],0,[[61,35],[[13,[61]]]],[[62,35],[[13,[62]]]],[[61,35],61],[[62,35],62],0,0,[[[394,[-1,-2]],[394,[-1,-2]]],[[394,[-1,-2]]],[715,139,286],[141,420]],[[61,57],61],[[61,61],61],[[62,499],62],[[62,62],62],[[[394,[-1,-2]],[394,[-1,-2]]],[[394,[-1,-2]]],[715,139,286],[141,420]],[[738,33]],[[738,[739,[738]]]],[[738,[740,[738]]]],[[738,738]],[[738,[739,[738]]]],[[738,[741,[738]]]],[[738,[740,[738]]]],[[738,[741,[738]]]],[[61,61],61],[[61,57],61],[[62,62],62],[[62,499],62],[[738,738],2],[[738,33],2],0,0,0,0,[[[394,[-1,-2]],[394,[-1,-2]]],[[394,[-1,-2]]],[715,139,286],[141,420]],[[[50,[456]],[13,[65]],-1],[[488,[-2]]],3,[]],[-1,-2,[],[]],[38,[[70,[60]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[505,[[70,[60]]]],[-1,-2,[],[]],[[[132,[-1]]],-1,[734,140]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[726,[-1]]],[[742,[-1]]],140],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[50,[-1,-2]]],-1,140,717],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[505,[[70,[60]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[726,[-1]]],[[743,[-1]]],140],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[68,[[10,[-1,-2]]]]],744,[],[]],[[[68,[[13,[[10,[-1,-2]]]]]]],744,[],[]],0,0,[[-1,412,676],[[10,[[13,[677]],52]]],[]],[[-1,412,676],[[10,[[13,[677]],52]]],[]],[[-1,412,676],[[10,[[13,[677]],52]]],[]],[-1,-1,140],[-1,-1,140],[-1,[[745,[-1]]],140],[716,746],[[78,-1,[70,[79]]],[[10,[[5,[[70,[79]],4]],47]]],26],[[[747,[[2,[-1,-2,-3,-4,-5]],-6]],-7,-1,-2,-3,-4,-5],[[10,[-6,47]]],748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4]],-5]],-6,-1,-2,-3,-4],[[10,[-5,47]]],748,748,748,748,749,26],[[[747,[-1,-2]],-3,-1],[[10,[-2,47]]],748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18]],-19]],-20,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18],[[10,[-19,47]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17]],-18]],-19,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17],[[10,[-18,47]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15]],-16]],-17,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15],[[10,[-16,47]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14]],-15]],-16,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14],[[10,[-15,47]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[2,-1]],-2],[[10,[-1,47]]],749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9]],-10]],-11,-1,-2,-3,-4,-5,-6,-7,-8,-9],[[10,[-10,47]]],748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2]],-3]],-4,-1,-2],[[10,[-3,47]]],748,748,749,26],[[[747,[[2,[-1,-2,-3]],-4]],-5,-1,-2,-3],[[10,[-4,47]]],748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10]],-11]],-12,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10],[[10,[-11,47]]],748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19]],-20]],-21,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19],[[10,[-20,47]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7]],-8]],-9,-1,-2,-3,-4,-5,-6,-7],[[10,[-8,47]]],748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8]],-9]],-10,-1,-2,-3,-4,-5,-6,-7,-8],[[10,[-9,47]]],748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]],-14]],-15,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13],[[10,[-14,47]]],748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20]],-21]],-22,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20],[[10,[-21,47]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]],-13]],-14,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12],[[10,[-13,47]]],748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16]],-17]],-18,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16],[[10,[-17,47]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6]],-7]],-8,-1,-2,-3,-4,-5,-6],[[10,[-7,47]]],748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]],-12]],-13,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11],[[10,[-12,47]]],748,748,748,748,748,748,748,748,748,748,748,749,26],[100,[[10,[148,39]]]],0,[505,35],[[[150,[-1,-2,-3]]],35,[],[],[]],[[[394,[-1,-2]]],35,[],[]],[[[442,[-1,-2]]],[[442,[-3,-2]]],[],443,[]],[[[50,[-1,4]]],[[13,[14]]],[14,140]],[[-1,-2],[[750,[-1,-2]]],140,751],[[727,-1],[[10,[727]]],140],[[716,-1],[[10,[716,752]]],140],[[738,-1],[[10,[738]]],140],[[728,-1],[[10,[728]]],140],[[729,-1],[[10,[729]]],140],[[[50,[-1,4]],753,35],[[10,[2,754]]],755],[[716,716],[[13,[716]]]],[[738,33],[[13,[738]]]],[[65,65],[[13,[65]]]],[[65,57],[[13,[65]]]],[[738,738],[[13,[738]]]],[[65,57],[[13,[65]]]],[738,[[13,[738]]]],[[738,57],[[13,[738]]]],[[65,65],[[13,[65]]]],[38,[[70,[60]]]],[505,[[70,[60]]]],[505,549],[100,148],[38,2],[505,2],[[[150,[-1,-2,-3]]],2,[],[],[]],[[[394,[-1,-2]]],2,[],[]],[[[507,[-1]]],2,140],0,[38,38],[[[756,[-1]]],[[756,[-1]]],[286,712]],[505,505],[[[132,[-1]]],[[132,[-1]]],[734,140]],[[[150,[-1,-2,-3]]],[[150,[-1,-2,-3]]],286,286,286],[[[442,[-1,-2]]],[[442,[-1,-2]]],712,443],[[[394,[-1,-2]]],[[394,[-1,-2]]],286,286],[47,47],[78,78],[757,757],[677,677],[578,578],[[[54,[-1]]],[[54,[-1]]],[]],[86,86],[66,66],[[[713,[-1]]],[[713,[-1]]],[286,712]],[58,58],[758,758],[[[726,[-1]]],[[726,[-1]]],286],[24,24],[[[50,[-1,-2]]],[[50,[-1,-2]]],140,[717,286]],[[[747,[-1,-2]]],[[747,[-1,-2]]],286,286],[79,79],[730,730],[731,731],[716,716],[738,738],[759,759],[19,19],[61,61],[62,62],[8,8],[[[6,[-1]]],[[6,[-1]]],286],[760,760],[65,65],[[[68,[-1]]],[[68,[-1]]],286],[[[132,[-1]],[132,[-1]]],2,[734,140]],[[[150,[-1,-2,-3]],[150,[-1,-2,-3]]],2,286,286,286],[[[394,[-1,-2]],[394,[-1,-2]]],2,286,286],[[[726,[-1]],[726,[-1]]],2,286],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[100,148],2],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[50,[-1,4]],761],761,[762,140]],[[38,38],126],[[505,505],126],[[[132,[-1]],[132,[-1]]],126,[436,734,140]],[[[726,[-1]],[726,[-1]]],126,[436,140]],[[100,100],126],[[[50,[-1,-2]],[50,[-1,-2]]],126,[436,140],717],[[716,716],126],[[738,738],126],[[759,759],126],[[19,19],126],[[61,61],126],[[62,62],126],[[8,8],126],[[[6,[-1]],[6,[-1]]],126,735],[[65,65],126],[[[68,[-1]],[68,[-1]]],126,436],0,[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[727,21,21,760],21],[[728,57,57,760],57],[[729,33,33,760],33],[[727,21,21,760,760],[[10,[21,21]]]],[[728,57,57,760,760],[[10,[57,57]]]],[[729,33,33,760,760],[[10,[33,33]]]],[[727,21,21,760,760],[[10,[21,21]]]],[[728,57,57,760,760],[[10,[57,57]]]],[[729,33,33,760,760],[[10,[33,33]]]],[100,763],[[[6,[[6,[-1]]]],35],2,[723,586]],[[[6,[[6,[-1]]]],35],2,[723,586]],[[[394,[-2,-3]],-1],21,[139,715,140],[[764,[-1]],715,139],141],[[[150,[-2,-3,-4]],-1],21,[139,715,140],[[764,[-1]],715,139],[],141],[44,37],[44,16],[[[70,[60]],447,[713,[[765,[-1]]]]],[[10,[35,37]]],443],[[[70,[60]]],38],[[447,[397,[33]]],[[10,[[180,[60,4]],66]]]],[[-1,[5,[32,4]]],[[6,[[5,[3,4]]]]],[]],[[38,35],38],[[505,35],38],[[447,33,447],[[10,[2,66]]]],[[677,-1,-2],[[10,[677,758]]],87,26],[447,[[10,[[180,[60,4]],66]]]],0,[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[[50,[766,4]],767,768],[[10,[769,758]]]],[[[50,[766,4]],770,771],[[10,[772,88]]]],[[[50,[766,4]],767,768,[774,[773]]],[[10,[769,758]]]],[[[50,[766,4]],770,771,[774,[775]]],[[10,[772,88]]]],[-1,33,[]],0,[[[50,[-1,4]]],776,[762,140]],[[58,23],[[0,[653]]]],0,0,0,0,[[[74,[-1]]],-1,84],0,0,0,0,[[[50,[-1,4]]],2,140],[[[74,[-1]]],[[2,[-1,412]]],84],[[[50,[-1,4]]],[[13,[57]]],777],[[[50,[-1,4]]],[[13,[57]]],755],[[[74,[-1]]],-1,84],[447,33],0,[[],2],[-1,2,717],[[[74,[53]],[6,[[5,[3]]]]],[[10,[2,42]]]],[[],38],[[],505],[[],[[132,[-1]]],[734,140]],[[],[[150,[-1,-2,-3]]],[],[],420],[[],103],[[],[[394,[-1,-2]]],[],420],[[],[[726,[-1]]],420],[[],508],[[],[[50,[-1,4]]],420],[[],[[507,[-1]]],[420,140]],[[],727],[[],778],[[],728],[[],729],[[],65],[-1,[],[]],[38,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[505,[[70,[60]]]],[35,-1,[]],[[[132,[-1]]],-1,[734,140]],[35,-1,[]],[[[442,[-1,-2]],447],[[779,[-1]]],712,443],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[50,[-1,-2]]],-1,140,717],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[6,[-1]]],[],735],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[-1,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[505,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[6,[-1]]],[],723],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[50,[-1,4]]],23,[14,140]],[759,23],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[38]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[505]]],158],[-1,[[10,[[132,[[70,[60]]]]]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[132,[-2]]]]],158,[734,140]],[-1,[[10,[[132,[780]]]]],158],[-1,[[10,[[150,[-2,-3,-4]]]]],158,[423,715,139],423,[141,420]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[394,[-2,-3]]]]],158,[423,715,139],[141,420]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[58,611]]],781,782],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[726,[-2]]]]],158,423],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[24]]],158],[-1,[[10,[100]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[50,[-2,4]]]]],158,140],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[507,[-2]]]]],158,423],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[727]]],158],[-1,[[10,[727]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[716]]],158],[-1,[[10,[716]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[738]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[738,-1],[[10,[738]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[19]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[61]]],158],[-1,[[10,[62]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[8]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[728]]],[368,140]],[-1,[[10,[728]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[729]]],158],[-1,[[10,[729]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[65]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[58,611]]],781,[[387,[100]]]],[[-1,-2],[[10,[58,611]]],781,[[387,[100]]]],[[-1,-2],[[10,[58,611]]],781,782],[[[394,[-1,-2]],[394,[-1,-2]]],[[783,[-1,-2]]],[715,139],141],[100,784],[[65,396]],[[65,57],65],[[65,57],2],[[65,65],392],[[65,65],736],[[65,392],65],[[65,736],65],[47,[[10,[-1,47]]],14],[[[50,[92,-1]]],[[10,[[50,[-2,-1]],[50,[92,-1]]]]],[717,286],[92,84,91]],[97,[[13,[-1]]],[]],[[[50,[-1,4]],90],[[13,[2]]],[762,140]],[97,[[13,[-1]]],[]],[47,[[13,[-1]]],14],[[[50,[92,-1]]],[[50,[-2,-1]]],[717,286],[92,84,91]],[[[50,[-1,-2]]],[[785,[-1,-2]]],140,[286,717]],[[[150,[-1,-2,-3]]],[[786,[-1,-2]]],[],[],[]],[[[394,[-1,-2]]],[[787,[-1]]],[],[]],[38,2],[35,2],[35,2],[35,2],[35,2],[35,2],[505,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[[50,[-1,-2]]],2,140,717],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[3,2],[3,2],[3,2],[3,2],[3,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[[50,[-1,4]],761],2,[762,140]],0,[[[50,[-1,4]]],57,777],[[[50,[-1,4]]],57,755],[[[50,[-1,4]],57],[[13,[788]]],777],[[[50,[-1,4]],57],[[13,[789]]],755],[[]],[[]],[[[50,[-1,4]],790],21,[762,140]],[[[50,[-1,4]],791],21,[792,140]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],0,[[100,-1],21,[[387,[100]]]],[103,596],[[[50,[-1,4]],761],2,[762,140]],[[[150,[-1,-2,-3]],-1],[[719,[-1,-2]]],[715,139],[],141],[[38,23],21],[[38,505],21],[[38,[180,[60,4]]],21],[[38,88],21],[[38,[70,[60]]],21],[[38,38],21],[[38,-1],21,140],[[[756,[-1]],[756,[-1]]],21,[]],[[505,88],21],[[505,38],21],[[505,505],21],[[505,-1],21,140],[[505,23],21],[[505,[70,[60]]],21],[[505,[180,[60,4]]],21],[[[132,[[70,[-2]]]],[70,[-1]]],21,[],[[604,[-1]],286]],[[[132,[100]],148],21],[[[132,[100]],100],21],[[[132,[100]],720],21],[[[132,[100]],100],21],[[[132,[23]],23],21],[[[132,[[70,[-2]]]],[180,[-1,-3]]],21,[],[[604,[-1]],286],717],[[[132,[23]],793],21],[[[132,[[70,[-2]]]],[794,[-1,-3]]],21,[],[[604,[-1]],286],795],[[[132,[23]],88],21],[[[132,[23]],23],21],[[[132,[100]],720],21],[[[132,[[70,[60]]]],793],21],[[[132,[720]],100],21],[[[132,[[70,[-2]]]],[70,[-1]]],21,[],[[604,[-1]],286]],[[[132,[720]],720],21],[[[132,[720]],796],21],[[[132,[100]],796],21],[[[132,[720]],148],21],[[[132,[-2]],[132,[-1]]],21,[734,140],[[604,[-1]],734,140]],[[[132,[720]],720],21],[[[132,[720]],100],21],[[[132,[793]],793],21],[[[150,[-1,-2,-3]],[150,[-1,-2,-3]]],21,[715,139],[],141],[[[150,[-2,-3,393]],[797,[-1,-4]]],21,[139,715],[139,715,[764,[-1]]],[],[[604,[-3]]]],[[[442,[-1,-2]],[442,[-1,-2]]],21,712,443],[[103,103],21],[[[394,[-1,-2]],[394,[-1,-2]]],21,[715,139],141],[[[394,[-2,-3]],[798,[-1]]],21,[139,715],[139,715,[764,[-1]]],141],[[78,78],21],[[757,757],21],[[677,677],21],[[578,578],21],[[[54,[-1]],[54,[-1]]],21,[]],[[86,86],21],[[58,58],21],[[758,758],21],[[[726,[-1]],[726,[-1]]],21,[]],[[24,24],21],[[100,100],21],[[100,796],21],[[100,[132,[100]]],21],[[100,720],21],[[100,[132,[100]]],21],[[100,[132,[720]]],21],[[100,148],21],[[100,720],21],[[100,720],21],[[100,796],21],[[100,[132,[720]]],21],[[100,148],21],[[[50,[-1,-2]],[50,[-1,-2]]],21,[],717],[[79,79],21],[[716,716],21],[[738,738],21],[[738,[739,[738]]],21],[[738,[741,[738]]],21],[[738,[740,[738]]],21],[[759,759],21],[[19,799],21],[[19,19],21],[[19,62],21],[[19,61],21],[[61,800],21],[[61,61],21],[[61,19],21],[[62,801],21],[[62,19],21],[[62,62],21],[[8,8],21],[[8,802],21],[[[6,[-1]],[6,[-2]]],21,735,735],[[760,760],21],[[65,396],21],[[65,65],21],[[65,803],21],[[[68,[-1]],[68,[-1]]],21,[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,0,[[[50,[-1,4]],804],2,[762,140]],[[[50,[-1,4]],804],21,[762,140]],[100,21],[[[50,[-1,4]],761],2,[762,140]],[58,[[805,[[0,[653]]]]]],0,[[505,-1],2,534],[[505,-1],2,534],[[505,-1],2,534],[[[150,[-1,-2,-3]],-4],2,[715,139],[],141,534],[[[150,[-1,-2,-3]],-4],2,[715,139,425],425,141,534],[[[394,[-1,-2]],-3],2,[715,139,425],141,534],[[[394,[-1,-2]],-3],2,[715,139],141,534],[[505,[70,[60]]],2],[[[150,[-1,-2,-3]],[2,[-1,-2]]],2,[715,139],[],141],[[[150,[-1,-2,-3]],[2,[-1,-2]]],2,[715,139,425],425,141],[[[394,[-1,-2]],-1],2,[715,139],141],[[[394,[-1,-2]],-1],2,[715,139,425],141],[[[150,[-1,-2,-3]],35],2,[715,139,425],425,141],[[[150,[-1,-2,-3]],35],2,[715,139],[],141],[[[394,[-1,-2]],35],2,[715,139],141],[[[394,[-1,-2]],35],2,[715,139,425],141],[100,[[13,[720]]]],[79,[[13,[[13,[806]]]]]],[[[150,[-1,-2,-3]],-4],[[807,[-1,-2,-4]]],[],[],[],808],[[[394,[-1,-2]],-3],[[809,[-1,-3]]],[],[],808],[79,[[13,[392]]]],[79,[[13,[736]]]],[760,760],0,0,[[728,57,760],57],[[729,33,760],33],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],[[728,57,760],57],[[729,33,760],33],[[728,57,760],57],[[729,33,760],33],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],[[727,760],21],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],[[728,57,760],57],[[729,33,760],33],[[727,760,760,-1],[[10,[21,21]]],808],[[728,760,760,-1],[[10,[57,57]]],808],[[729,760,760,-1],[[10,[33,33]]],808],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],0,[100,[[13,[720]]]],[100,[[13,[720]]]],[100,[[13,[720]]]],0,[-1,[[10,[2,39]]],[]],[-1,[[810,[-1]]],586],[[[50,[211,4]]],[[10,[2,49]]]],[-1,2,[]],[[[50,[365,4]]],[[10,[2,49]]]],[[[50,[-1,4]]],2,[792,140]],[[[50,[386,4]]],[[10,[2,39]]]],[[38,40],[[10,[2,41]]]],[[38,40],[[10,[2,41]]]],[[38,40],[[10,[2,41]]]],[[[811,[-1]],40],[[10,[2,41]]],[]],[[[756,[-1]],40],[[10,[2,41]]],[430,712]],[[[74,[-1]],40],[[10,[2,41]]],[84,430]],[[505,40],[[10,[2,41]]]],[[505,40],[[10,[2,41]]]],[[505,40],[[10,[2,41]]]],[[[132,[-1]],40],[[10,[2,41]]],[430,734,140]],[[[132,[-1]],40],[[10,[2,41]]],[431,734,140]],[[[150,[-1,-2,-3]],40],[[10,[2,41]]],430,430,[]],[[[442,[-1,-2]],40],[[10,[2,41]]],712,443],[[[719,[-1,-2]],40],[[10,[2,41]]],430,430],[[103,40],[[10,[2,41]]]],[[[394,[-1,-2]],40],[[10,[2,41]]],430,[]],[[47,40],[[10,[2,41]]]],[[47,40],[[10,[2,41]]]],[[78,40],[[10,[2,41]]]],[[757,40],[[10,[2,41]]]],[[677,40],[[10,[2,41]]]],[[447,40],[[10,[2,41]]]],[[578,40],[[10,[2,41]]]],[[[54,[-1]],40],[[10,[2,41]]],430],[[86,40],[[10,[2,41]]]],[[66,40],[[10,[2,41]]]],[[66,40],[[10,[2,41]]]],[[[713,[-1]],40],[[10,[2,41]]],712],[[58,40],[[10,[2,41]]]],[[758,40],[[10,[2,41]]]],[[758,40],[[10,[2,41]]]],[[[726,[-1]],40],[[10,[2,41]]],[430,140]],[[24,40],[[10,[2,41]]]],[[100,40],[[10,[2,41]]]],[[508,40],[[10,[2,41]]]],[[[50,[-1,-2]],40],[[10,[2,41]]],140,717],[[[50,[-1,-2]],40],[[10,[2,41]]],[430,140],717],[[[50,[-1,-2]],40],[[10,[2,41]]],[431,140],717],[[79,40],[[10,[2,41]]]],[[[507,[-1]],40],[[10,[2,41]]],[430,140]],[[812,40],[[10,[2,41]]]],[[727,40],[[10,[2,41]]]],[[716,40],[[10,[2,41]]]],[[67,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[759,40],[[10,[2,41]]]],[[759,40],[[10,[2,41]]]],[[759,40],[[10,[2,41]]]],[[19,40],[[10,[2,41]]]],[[19,40],[[10,[2,41]]]],[[61,40],[[10,[2,41]]]],[[61,40],[[10,[2,41]]]],[[62,40],[[10,[2,41]]]],[[62,40],[[10,[2,41]]]],[[8,40],[[10,[2,41]]]],[[8,40],[[10,[2,41]]]],[[[6,[-1]],40],[[10,[2,41]]],431],[[[6,[-1]],40],[[10,[2,41]]],[813,140]],[[[6,[-1]],40],[[10,[2,41]]],814],[[[6,[-1]],40],[[10,[2,41]]],430],[[760,40],[[10,[2,41]]]],[[728,40],[[10,[2,41]]]],[[729,40],[[10,[2,41]]]],[[65,40],[[10,[2,41]]]],[[[68,[-1]],40],[[10,[2,41]]],430],[[61,35],[[13,[61]]]],[[62,35],[[13,[62]]]],[[61,35],61],[[62,35],62],[505,38],[23,38],[-1,-1,[]],[88,38],[505,38],[[[5,[[70,[60]],4]]],38],[[[180,[60,4]]],38],[815,38],[816,38],[[[70,[60]]],38],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,505],[[[70,[60]]],505],[100,[[132,[100]]]],[148,[[132,[100]]]],[817,[[132,[23]]]],[818,[[132,[721]]]],[[[70,[-1]]],[[132,[[70,[-1]]]]],286],[721,[[132,[721]]]],[88,[[132,[23]]]],[720,[[132,[720]]]],[796,[[132,[720]]]],[796,[[132,[720]]]],[23,[[132,[23]]]],[[[180,[-1,4]]],[[132,[[70,[-1]]]]],286],[819,[[132,[[70,[60]]]]]],[820,[[132,[23]]]],[793,[[132,[793]]]],[818,[[132,[721]]]],[-1,-1,[]],[821,[[132,[793]]]],[[[180,[-1,4]]],[[132,[[70,[-1]]]]],286],[148,[[132,[100]]]],[88,[[132,[23]]]],[[[636,[[2,[-1,-2]]]]],[[150,[-1,-2,393]]],[715,139],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[636,[-1]]],[[394,[-1,393]]],[715,139]],[-1,-1,[]],[[[5,[14,4]]],47],[66,47],[-1,-1,[]],[822,47],[-1,-1,[]],[[[747,[-1,-2]]],78,749,749],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[78,578],[-1,-1,[]],[823,578],[757,578],[677,578],[-1,-1,[]],[-1,-1,[]],[824,66],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[134,-1,[]],[-1,-1,[]],[-1,[[726,[-1]]],[]],[350,24],[-1,-1,[]],[278,24],[-1,-1,[]],[[[5,[-1,-2]]],[[50,[-1,-2]]],140,717],[[[636,[-1]]],[[50,[[70,[-1]],4]]],[]],[148,[[50,[100,4]]]],[[[70,[-1]]],[[50,[[70,[-1]],4]]],286],[[[180,[-1,-2]]],[[50,[[70,[-1]],-2]]],[],[717,286]],[818,[[50,[721,4]]]],[88,[[50,[23,4]]]],[100,[[50,[100,4]]]],[[[132,[-1]]],[[50,[-1,4]]],[734,140]],[721,[[50,[721,4]]]],[23,[[50,[23,4]]]],[-1,[[50,[-1,4]]],[]],[796,[[50,[720,4]]]],[-1,-1,[]],[134,-1,[]],[[[50,[23,4]]],[[50,[[70,[60]],4]]]],[720,[[50,[720,4]]]],[-1,-1,[]],[491,79],[33,79],[736,79],[403,79],[78,79],[806,79],[-1,-1,[]],[[[13,[806]]],79],[392,79],[[[13,[78]]],79],[57,79],[-1,-1,[]],[-1,-1,[]],[134,-1,[]],[-1,[[507,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[21,727],[57,716],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[739,[738]]],738],[[[741,[738]]],738],[[[739,[738]]],738],[825,738],[[[740,[738]]],738],[[[740,[738]]],738],[-1,-1,[]],[[[741,[738]]],738],[826,738],[827,738],[134,-1,[]],[-1,-1,[]],[134,759],[[[636,[60]]],19],[-1,-1,[]],[[[636,[73]]],19],[62,19],[61,19],[[[636,[60]]],19],[828,19],[[[636,[60]]],61],[-1,-1,[]],[829,61],[57,61],[[[636,[73]]],62],[499,62],[-1,-1,[]],[[[636,[60]]],62],[-1,-1,[]],[[[2,[-1,73]]],8,[[94,[19]]]],[830,8],[831,8],[[[832,[-1,-2]]],[[6,[[832,[-1,-2]]]]],140,795],[-1,-1,[]],[[[5,[-1,-2]]],[[6,[[5,[-1,-2]]]]],140,717],[-1,-1,[]],[57,728],[-1,-1,[]],[33,729],[-1,-1,[]],[-1,-1,[]],[803,65],[833,65],[-1,-1,[]],[134,-1,[]],[-1,[[68,[-1]]],[]],[-1,-2,26,[]],[-1,759,26],[[-1,[70,[60]]],[[10,[58,834]]],781],[[-1,[70,[60]]],[[10,[58,834]]],781],[57,61],[499,62],[-1,-2,26,[]],[-1,759,26],[-1,[[10,[[150,[-2,-3,-4]]]]],835,[139,715],[],[141,420]],[-1,[[10,[[394,[-2,-3]]]]],835,[139,715],[141,420]],[[-1,-2],[[10,[58,836]]],781,[[387,[100]]]],[-1,38,534],[-1,505,534],[-1,505,534],[-1,[[132,[[70,[-2]]]]],534,286],[-1,[[132,[23]]],534],[-1,[[132,[23]]],534],[-1,[[132,[23]]],534],[-1,[[150,[-2,-3,-4]]],534,[715,139],[],[141,420]],[-1,[[394,[-2,-3]]],534,[715,139],[141,420]],[-1,[[50,[[70,[-2]],4]]],534,[]],[33,65],[33,65],[21,727],[57,728],[33,729],[[[70,[21]]],[[70,[727]]]],[[[70,[57]]],[[70,[728]]]],[[[70,[33]]],[[70,[729]]]],[33,65],[[],[[442,[-1,-2]]],712,443],[[],[[10,[35,37]]]],[[],[[68,[[10,[-1,-2]]]]],[],[]],[[],[[68,[[13,[[10,[-1,-2]]]]]]],[],[]],[-1,[[132,[-2]]],837,[734,140]],[-1,[[150,[-2,-3,-4]]],837,[715,139,84],84,[141,420,84]],[-1,[[394,[-2,-3]]],837,[715,139,84],[141,420,84]],[-1,[[50,[[70,[-2]],4]]],837,84],[21,727],[57,728],[33,729],[[],[[50,[-1,4]]],140],[[],[[50,[-1,4]]],140],[[-1,838,732],79,26],[-1,[[50,[-2,-1]]],717,140],[[[10,[759,-1]]],[[68,[[13,[[10,[-2,-3]]]]]]],[],[],[[839,[-1]]]],[[[10,[759,-1]]],[[68,[[10,[-2,-3]]]]],[],[],[[839,[-1]]]],[33,65],[392,65],[736,65],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[759,840]]],26],[[[70,[60]]],38],[23,[[10,[738]]]],[23,[[10,[19,841]]]],[23,[[10,[61,841]]]],[23,[[10,[62,841]]]],[23,[[10,[8,841]]]],[[-1,842],578,26],[172,67],0,0,0,0,0,0,0,[[[50,[-1,4]],57],13,777],[79,[[13,[[13,[78]]]]]],[[[726,[-1]],[726,[-1]]],21,[]],[[[50,[-1,-2]],[50,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],[[[811,[[843,[-1]]]]],-1,425],[[[150,[-2,-3,-4]],-1],[[13,[-3]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[394,[-2,-3]],-1],[[13,[-2]]],[139,715,140],[[764,[-1]],715,139],141],[[757,-1],79,26],[738,33],[[],[[10,[401,37]]]],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[[150,[-2,-3,-4]],-1],[[13,[[2,[-2,-3]]]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[150,[-2,-3,-4]],[636,[-1]]],[[13,[[636,[-3]]]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[150,[-2,-3,-4]],[636,[-1]]],[[13,[[636,[-3]]]]],[139,715,140],[[764,[-1]],715,139],[],141],[[53,-1],[[10,[505,88]]],26],[[[74,[53]]],[[10,[33,88]]]],[[[74,[53]]],[[10,[33,88]]]],[[[150,[-2,-3,-4]],-1],[[13,[-3]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[726,[-1]]],-1,140],[[[50,[-1,-2]]],[[13,[-1]]],140,717],[[[507,[-1]]],[[10,[-1,[844,[-1]]]]],140],[727,21],[[[6,[-1]]],-1,[586,140]],[728,57],[729,33],[[[70,[727]]],[[70,[21]]]],[[[70,[728]]],[[70,[57]]]],[[[70,[729]]],[[70,[33]]]],[[[50,[-1,-2]]],-1,140,717],[[[394,[-1,-2]],-1],-1,[715,139],141],[[[394,[-2,-3]],-1],-2,[139,715,734,140],[[764,[-1]],715,139],141],[[[394,[-2,-3]],-1,-4],-2,[139,715,140],[[764,[-1]],715,139],141,22],[[[6,[-1]]],-1,140],[578,[[10,[78,48]]]],[578,[[10,[757,48]]]],[578,[[10,[677,48]]]],[578,[[10,[578,48]]]],[-1,[[13,[57]]],[]],[53,33],[53,33],[[[6,[-1]]],-1,140],[[[50,[-1,4]],57],[[13,[845]]],777],[[[50,[-1,4]],57],[[13,[846]]],755],[[677,-1,-2],[[10,[716,758]]],26,[[94,[716]]]],[[677,-1,33],[[10,[2,758]]],26],[[[726,[-1]],[726,[-1]]],21,[]],[[[50,[-1,-2]],[50,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],0,[[[74,[53]]],[[13,[-1]]],710],[[[74,[53]],506],[[13,[[13,[-1]]]]],710],[[[74,[53]],506],[[13,[-1]]],[710,420]],[100,21],[[38,-1],2,142],[[505,-1],2,142],[[[132,[-1]],-2],2,[139,734,140],142],[[[54,[-1]],-2],2,[],142],[[758,-1],2,142],[[100,-1],2,142],[[[50,[-1,-2]],-3],2,[139,140],717,142],[[716,-1],2,142],[[738,-1],2,142],[[759,-1],2,142],[[19,-1],2,142],[[61,-1],2,142],[[62,-1],2,142],[[8,-1],2,142],[[[6,[-1]],-2],2,735,142],[[760,-1],2,142],[[65,-1],2,142],[[[68,[-1]],-2],2,139,142],0,[[[150,[-1,-2,-3]]],-3,[],[],[]],[[[394,[-1,-2]]],-2,[],[]],0,[79,[[13,[491]]]],[79,[[13,[403]]]],[103,847],[738,57],[738,57],[58,[[848,[[0,[653]]]]]],[[[394,[-1,-2]],-1],21,[],[]],[[[394,[-1,-2]],-1],21,[],[]],[[],2],[-1,2,[286,717]],[[[150,[-2,-3,-4]],-1],-3,[715,139,140],[715,139,[764,[-1]]],[],141],[[[713,[-1]],33],[[779,[-1]]],712],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[[13,[35]]],[[150,[-1,-2,-3]]],[715,139],[],[141,420]],[[[13,[35]]],[[150,[-1,-2,-3]]],[715,139],[],[141,420]],[[[13,[35]]],[[394,[-1,-2]]],[715,139],[141,420]],[[[13,[35]]],[[394,[-1,-2]]],[715,139],[141,420]],0,0,0,0,0,0,[[[150,[-1,-2,-3]],-1,-2],[[13,[-2]]],[715,139],[],141],[[[394,[-1,-2]],-1],21,[715,139],141],[[[719,[-1,-2]],-2],[[849,[-1,-2]]],[],[]],[[[394,[-1,-2]],[394,[-1,-2]]],[[850,[-1,-2]]],[715,139],141],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],26],[[759,-1],[],26],[38,38],[[[132,[[70,[60]]]]],38],[[[132,[720]]],[[10,[[132,[721]],722]]]],[[[132,[721]]],[[10,[[132,[721]],722]]]],[[[132,[23]]],[[10,[[132,[721]],722]]]],[100,[[10,[[132,[721]],722]]]],[[-1,-2],[],[],26],[[759,-1],[],26],[[[132,[23]]],[[851,[-1]]],852],[[[150,[-2,-3,-4]]],[],852,[[853,[-1]],715,139],[[853,[-1]]],141],[[[394,[-2,-3]]],[],852,[[853,[-1]],715,139],141],[[[50,[854,4]]],[[13,[[5,[22,4]]]]]],[-1,[],[]],[-1,[],[]],[-1,[],[]],[[[726,[-1]]],-1,[]],[[[50,[-1,-2]]],[[13,[-1]]],[],717],[[[507,[-1]]],[[10,[-1,[844,[-1]]]]],140],[727,21],[[[6,[-1]]],-1,735],[728,57],[729,33],[[[6,[-1]]],-1,735],[38],[38],[505],[505],[[[150,[-1,-2,-3]]],[[855,[-1,-2]]],[],[],[]],[[[150,[-1,-2,-3]]],[[856,[-1,-2]]],[],[],[]],[[[150,[-1,-2,-3]]],[[857,[-1,-2]]],[],[],[]],[[[394,[-1,-2]]],[[858,[-1]]],[],[]],[[[394,[-1,-2]]],[[859,[-1]]],[],[]],[100,860],[[[150,[-1,-2,-3]]],[[861,[-1,-2]]],[],[],[]],[[[54,[-1]],-2],[[74,[-1]]],[92,84],26],[[[132,[-1]]],[],[734,140]],[[[150,[-1,-2,-3]]],[],[139,715,84],84,141],[[[150,[-1,-2,-3]]],[],[139,715,91],84,141],[[[150,[-1,-2,-3]]],[],[139,715,91],91,141],[[[394,[-1,-2]]],[],[139,715,91],141],[[[394,[-1,-2]]],[],[139,715,84],141],[[[5,[100,4]]],148],[[[50,[-1,-2]]],[],140,717],[[[50,[-1,4]]],[],140],[[[6,[[5,[3,4]]]]],3],[[[6,[3]]],3],[[[6,[[5,[-1,4]]]]],3,3],[[[6,[[5,[3,4]]]]],3],[[[6,[-1]]],3,3],[[[6,[-1]]],[[6,[-1]]],140],[8,[[10,[862,863]]]],[[[150,[-1,-2,-3]]],[[864,[-1,-2]]],[],[],[]],[-1,172,[]],[[[132,[720]],-1],[[10,[-2,722]]],22,[]],[[[132,[23]],-1],[[10,[-2,722]]],22,[]],[[[132,[721]],-1],[[10,[-2,722]]],22,[]],[[100,-1],[[10,[-2,722]]],22,[]],0,[8,19],[47,21],[[],21],[[],21],[[],21],[100,21],[19,21],[61,21],[62,21],[[[132,[-1]]],21,[734,140]],[61,21],[100,21],[[[394,[-1,-2]],[394,[-1,-2]]],21,[715,139],141],[19,21],[61,21],[62,21],[38,21],[505,21],[[[150,[-1,-2,-3]]],21,[],[],[]],[[[394,[-1,-2]]],21,[],[]],[[[713,[-1]]],21,712],[[[6,[-1]]],21,[586,723]],[100,21],[[[50,[854,4]]],21],[[[442,[-1,-2]],-3],21,712,443,87],[[78,-1],21,87],[[757,-1],21,87],[[677,-1],21,87],[[578,-1],21,87],[[79,-1],21,87],[[[50,[-1,4]],57],21,777],[[[50,[-1,4]],57],21,755],[19,21],[61,21],[62,21],[19,21],[8,21],[19,21],[8,21],[61,21],[19,21],[61,21],[62,21],[19,21],[61,21],[62,21],[[[442,[-1,-2]]],21,[],443],[-1,21,[]],[[[132,[-1]]],21,[734,140]],[[[68,[-1]]],21,[]],[[[507,[-1]]],21,140],[738,21],[61,21],[-1,21,[]],[[[50,[386,4]]],21],[[[68,[-1]]],21,[]],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[100,21],[61,21],[61,21],[[[394,[-1,-2]],[394,[-1,-2]]],21,[715,139],141],[[[50,[-1,4]],865,865],21,755],[[[394,[-1,-2]],[394,[-1,-2]]],21,[715,139],141],[100,21],[[[6,[-1]]],21,[723,586]],[[[6,[-1]]],21,[723,586]],[62,21],[62,21],[62,21],[38,21],[62,21],[19,21],[61,21],[62,21],[[[394,[-1,-2]],-1],21,[139,715],141],[-1,21,[]],[[[50,[386,4]]],21],[[[6,[-1]]],21,[723,586]],[65,21],[[[150,[-1,-2,-3]]],[[857,[-1,-2]]],[],[],[]],[[[394,[-1,-2]]],[[859,[-1]]],[],[]],[[[713,[-1]]],[[866,[-1]]],712],[100,860],[[[150,[-1,-2,-3]]],[[855,[-1,-2]]],[],[],[]],[[100,-1],148,[[387,[100]]]],0,[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[[[719,[-1,-2]]],-1,[],[]],[[[150,[-1,-2,-3]]],[[867,[-1,-2]]],[],[],[]],[-1,33,[]],[-1,33,[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[[726,[-1]],[726,[-1]]],21,[]],[[[50,[-1,-2]],[50,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],[738,57],0,[38,35],[505,35],[[[150,[-1,-2,-3]]],35,[],[],[]],[[[394,[-1,-2]]],35,[],[]],[[[713,[-1]]],33,712],0,0,0,0,[[-1,612],[[6,[[5,[3,4]]]]],[]],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[-1,612],[[6,[[5,[3,4]]]]],[]],[[727,760],21],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[-1,612],[[6,[[5,[3,4]]]]],[]],[[728,760],57],[[729,760],33],[727],[728],[729],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[[507,[-1]]],[[10,[[421,[-1]],[844,[[421,[-1]]]]]]],140],[[[50,[-1,4]],868],2,[792,140]],[[[726,[-1]],[726,[-1]]],21,[]],[[[50,[-1,-2]],[50,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],[[[50,[-1,-2]]],-1,286,[717,286]],[[[68,[-1]],-2],[[68,[-3]]],[],22,[]],[[[68,[[13,[[10,[-1,-2]]]]]],-3],[[68,[[13,[[10,[-1,-4]]]]]]],[],[],22,[]],[[[68,[[10,[-1,-2]]]],-3],[[68,[[10,[-1,-4]]]]],[],[],22,[]],[[[68,[[10,[-1,-2]]]],-3],[[68,[[10,[-4,-2]]]]],[],[],22,[]],[[[68,[[13,[[10,[-1,-2]]]]]],-3],[[68,[[13,[[10,[-4,-2]]]]]]],[],[],22,[]],[[[6,[-1]],-2],[[6,[-3]]],140,22,140],[[[6,[-1]],-2],[[6,[-3]]],140,22,140],0,0,[[[50,[-1,4]]],[[13,[869]]],[762,140]],[[],716],[[[74,[53]]],[[10,[[10,[[74,[53]],37]],42]]]],[[[50,[-1,4]],57],[[13,[870]]],755],[[[50,[-1,4]],57],[[13,[871]]],777],[[[50,[766,4]],767],768],[47,88],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[100,[[10,[872,39]]]],[[-1,100],[[10,[143,28]]],[]],[[759,873],[[874,[759]]]],[[-1,100],[[10,[143,28]]],[]],[[[6,[-1]],873],[[874,[[6,[-1]]]]],[813,140]],[[738,738],738],[86,58],0,0,[[65,57],65],[[65,57],2],[[65,392],65],[[65,736],65],[62,[[13,[875]]]],[58,[[13,[23]]]],0,[[]],[[]],[[]],0,[[[132,[[70,[-2]]]],[180,[-1,-3]]],21,[],[[604,[-1]],286],717],[[[132,[23]],88],21],[[[132,[[70,[-2]]]],[794,[-1,-3]]],21,[],[[604,[-1]],286],795],[[[132,[[70,[-2]]]],[70,[-1]]],21,[],[[604,[-1]],286]],[[[132,[23]],23],21],[[[132,[23]],23],21],[[[132,[[70,[-2]]]],[70,[-1]]],21,[],[[604,[-1]],286]],[[[50,[-1,-2]],[50,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],[[],38],[[],505],[[],[[150,[-1,-2,393]]],[],[]],[[],[[442,[-1,-2]]],[],443],[-1,103,[[94,[596]]]],[[],[[394,[-1,393]]],[]],[-1,47,[[94,[88]]]],[[-1,-2,-3],78,26,[[94,[876]]],[570,84,91]],[[-1,79],757,26],[[-1,767],[[10,[677,758]]],26],[[-1,-2],[[54,[-2]]],26,[92,84]],[[-1,58,56],[[10,[86,45]]],26],[[447,33,33],[[10,[[713,[-1]],66]]],712],[[-1,-2],[[10,[58,834]]],781,[[387,[[70,[60]]]]]],[-1,[[726,[-1]]],[]],[-1,100,[[387,[720]],140]],[[],508],[-1,[[50,[-1,4]]],[]],[-1,[[507,[-1]]],[]],[21,727],[33,[[13,[738]]]],[[60,60,60,60],61],[[73,73,73,73,73,73,73,73],62],[[19,73],8],[-1,[[6,[-1]]],735],[57,728],[33,729],[[33,57],65],[[-1,58,[70,[578]]],[[10,[86,45]]],26],[-1,[[50,[-2,4]]],22,[]],[[-1,769],677,26],[[822,[180,[877,4]],[13,[878]]],47],[[-1,-2],[[50,[-1,-2]]],[],717],[[-1,79],757,26],[-1,144,[]],[-1,144,[]],[-1,144,[]],[-1,144,[]],[[[50,[-1,4]],879],761,[762,140]],[[-1,-4],78,26,749,749,[[881,[2,-2,-3,880]],84,91]],[[-1,[54,[-2]],-5],78,26,84,749,749,[[881,[-2,-3,-4,882]],84,91]],[33,738],[-1,[[6,[-1]]],735],[[],[[50,[[72,[-1]],4]]],[]],[-1,[[50,[[72,[-2]],-1]]],717,[]],[35,[[50,[[70,[[72,[-1]]]],4]]],[]],[[35,-1],[[50,[[70,[[72,[-2]]]],-1]]],717,[]],[[-1,[54,[-2]],-3,-4],78,26,84,[[94,[876]]],[570,84,91]],[[],[[50,[[72,[-1]],4]]],[]],[-1,[[50,[[72,[-2]],-1]]],717,[]],[35,[[50,[[70,[[72,[-1]]]],4]]],[]],[[35,-1],[[50,[[70,[[72,[-2]]]],-1]]],717,[]],[508,2],[508,2],[[],[[442,[-1,-2]]],[],443],[[],79],[-1,439,[]],[[[74,[-1]]],439,[]],[103,439],[-1,439,[]],[61,[[636,[60]]]],[62,[[636,[60]]]],0,0,[[[442,[-1,-2]]],[],[],443],[[[713,[-1]]],33,712],0,0,[[]],[[]],[[]],[[[719,[-1,-2]]],-2,[],420],[[[719,[-1,-2]],-2],-2,[],[]],[[[719,[-1,-2]],-3],-2,[],[],22],[[[719,[-1,-2]],-3],-2,[],[],22],[[[150,[-1,-2,-3]]],[],[139,715,84],84,141],[[[394,[-1,-2]]],[],[139,715,84],141],[[[150,[-1,-2,-3]],-4],2,[715,139,84],84,[141,84],837],[[[150,[-1,-2,-3]],-4],2,[425,715,139,84,91],[425,84,91],[141,84],837],[[[394,[-1,-2]],-3],2,[425,715,139,84,91],[141,84],837],[[[394,[-1,-2]],-3],2,[715,139,84],[141,84],837],[-1,[],[]],[-1,[],[]],[-1,[],[]],[[78,-1],35,87],[100,[[13,[100]]]],[[[70,[60]]],[[10,[19,841]]]],[[[70,[60]]],[[10,[61,841]]]],[[[70,[60]]],[[10,[62,841]]]],[[[70,[60]]],[[10,[8,841]]]],[[38,88],[[13,[126]]]],[[38,[70,[60]]],[[13,[126]]]],[[38,-1],[[13,[126]]],140],[[38,38],[[13,[126]]]],[[38,[180,[60,4]]],[[13,[126]]]],[[38,23],[[13,[126]]]],[[505,23],[[13,[126]]]],[[505,88],[[13,[126]]]],[[505,[70,[60]]],[[13,[126]]]],[[505,[180,[60,4]]],[[13,[126]]]],[[505,-1],[[13,[126]]],140],[[505,505],[[13,[126]]]],[[[132,[100]],796],[[13,[126]]]],[[[132,[720]],720],[[13,[126]]]],[[[132,[720]],720],[[13,[126]]]],[[[132,[720]],100],[[13,[126]]]],[[[132,[100]],100],[[13,[126]]]],[[[132,[720]],796],[[13,[126]]]],[[[132,[100]],100],[[13,[126]]]],[[[132,[720]],100],[[13,[126]]]],[[[132,[100]],148],[[13,[126]]]],[[[132,[-1]],[132,[-1]]],[[13,[126]]],[]],[[[132,[100]],720],[[13,[126]]]],[[[132,[100]],720],[[13,[126]]]],[[[132,[720]],148],[[13,[126]]]],[[[726,[-1]],[726,[-1]]],[[13,[126]]],[]],[[100,[132,[720]]],[[13,[126]]]],[[100,148],[[13,[126]]]],[[100,796],[[13,[126]]]],[[100,[132,[100]]],[[13,[126]]]],[[100,796],[[13,[126]]]],[[100,100],[[13,[126]]]],[[100,[132,[720]]],[[13,[126]]]],[[100,720],[[13,[126]]]],[[100,[132,[100]]],[[13,[126]]]],[[100,720],[[13,[126]]]],[[100,148],[[13,[126]]]],[[100,720],[[13,[126]]]],[[[50,[-1,-2]],[50,[-1,-2]]],[[13,[126]]],[],717],[[716,716],[[13,[126]]]],[[738,738],[[13,[126]]]],[[759,759],[[13,[126]]]],[[19,62],[[13,[126]]]],[[19,799],[[13,[126]]]],[[19,61],[[13,[126]]]],[[19,19],[[13,[126]]]],[[61,61],[[13,[126]]]],[[61,800],[[13,[126]]]],[[61,19],[[13,[126]]]],[[62,801],[[13,[126]]]],[[62,19],[[13,[126]]]],[[62,62],[[13,[126]]]],[[8,802],[[13,[126]]]],[[8,8],[[13,[126]]]],[[[6,[-1]],[6,[-2]]],[[13,[126]]],735,735],[[65,65],[[13,[126]]]],[[65,396],[[13,[126]]]],[[[68,[-1]],[68,[-1]]],[[13,[126]]],[]],0,[-1,[[6,[[50,[-1,4]]]]],[]],[[-1,-2],[[6,[[50,[-1,-2]]]]],[],717],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[6,[[883,[-1,-2]]]],67],68,[],[3,84,91]],[[[6,[778]],67],68],[[[6,[[6,[-1]]]],67],68,723],[[[6,[[6,[-1]]]],67],[[68,[[10,[2]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[33,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[13,[10]]]]],[586,723]],[[[6,[[6,[-1]]]],67],[[68,[[10,[[70,[60]],39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[[70,[60]],39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[13]]],723],[[[6,[[6,[-1]]]],67],[[68,[13]]],[723,586]],[[[6,[[6,[-1]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67,69],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[-1]],67],[[68,[[10,[35,39]]]]],[]],[[[6,[[6,[-1]]]],67,[70,[884]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2]]]]],[723,586]],[[[6,[[6,[-1]]]],67,80],[[68,[[10,[33,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[[13,[[620,[885]]]]]]]]],[586,723]],[[[6,[[6,[-1]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[-1]],67],[[68,[[10,[35,39]]]]],[]],[[[6,[[6,[-1]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]],[723,586]],[8,73],0,[[[50,[-1,4]],886],2,[14,140]],0,0,0,[[[50,[-1,-2]],[50,[-1,-2]]],21,140,717],[[505,-1],2,887],[[505,60,35],2],[[505,[70,[60]]],2],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[[150,[-1,-2,-3]]],[[888,[-1,-2,-3]]],[],[],141],[[[150,[-1,-2,-3]]],[[889,[-1,-2,-3]]],[],[],141],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[[442,[-1,-2]],447],[[10,[-1,66]]],712,443],[[447,33,[70,[60]]],[[10,[2,66]]]],[[[713,[-1]],33],[[10,[-1,66]]],712],[[[50,[190,4]]],[[10,[[13,[367]],49]]]],[[[50,[211,4]]],[[10,[[13,[367]],49]]]],[[[50,[386,4]],[70,[60]]],[[10,[35,39]]]],[[-1,890],[[10,[2,39]]],[]],[[[50,[386,4]],890],[[10,[2,39]]]],[[-1,890],[[10,[2,39]]],[]],[[-1,447,[713,[[765,[-2]]]]],[[10,[35,37]]],751,443],[[-1,100],[[10,[147,28]]],[]],[[-1,100],[[10,[147,28]]],[]],[100,[[10,[891,39]]]],[[-1,100],[[10,[147,28]]],[]],[[-1,100],[[10,[147,28]]],[]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[100,[[10,[148,39]]]],[[[713,[-1]],[70,[-1]]],[[10,[2,66]]],712],[[[713,[-1]],[70,[[72,[-1]]]]],[[10,[[70,[-1]],66]]],712],[[[713,[-1]]],[[10,[505,66]]],712],[[-1,[180,[60,4]]],[[10,[35,39]]],[]],[[[50,[386,4]],[180,[60,4]]],[[10,[35,39]]]],[[[713,[-1]],[70,[[72,[60]]]]],[[10,[35,66]]],712],[[-1,88],[[10,[35,39]]],[]],[[[50,[386,4]],88],[[10,[35,39]]]],[[[713,[-1]]],[[10,[[180,[-1,4]],66]]],712],[[447,33],[[10,[60,66]]]],[[447,33,[70,[[72,[60]]]]],[[10,[[70,[60]],66]]]],[[[442,[-1,-2]],447,-3],[[10,[[180,[-1,4]],66]]],712,443,808],[[[442,[60,-1]],447],[[10,[88,66]]],443],[[[442,[60,-1]],447],[[10,[88,66]]],443],[[-1,[70,[884]]],[[10,[35,39]]],[]],[[[50,[386,4]],[70,[884]]],[[10,[35,39]]]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[148,28]]],[]],[[[50,[-1,4]],761,892],2,[762,140]],[[738,893,894],2],[[[50,[-1,4]],761,761],2,[762,140]],[[[50,[-1,4]],790],895,[762,140]],[38,35],[505,35],[505,35],[[[150,[-2,-3,-4]],-1],[[13,[-3]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[394,[-2,-3]],-1],21,[139,715,140],[[764,[-1]],715,139],141],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[[150,[-2,-3,-4]],-1],[[13,[[2,[-2,-3]]]]],[139,715,140],[[764,[-1]],715,139],[],141],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[[811,[[843,[-1]]]],-1],-1,[]],[[[811,[[726,[-1]]]],-1],-1,[]],[[[394,[-1,-2]],-1],[[13,[-1]]],[715,139],141],[[[726,[-1]],-1],-1,[]],[[[726,[-1]],-2],-1,[],22],[759,896],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[505,35],2],[[[150,[-1,-2,-3]],35],2,[715,139],[],141],[[[394,[-1,-2]],35],2,[715,139],141],[[677,-1],[[10,[2,758]]],26],[[505,35,60],2],[[[150,[-1,-2,-3]],35],2,[422,139,715],422,[]],[[[394,[-1,-2]],35],2,[422,139,715],[]],[[[50,[-1,4]],35],2,[897,140]],[[727,35],2],[[716,35],2],[[738,35],2],[[19,35],2],[[61,35],2],[[62,35],2],[[8,35],2],[[728,35],2],[[729,35],2],[[65,35],2],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[78,-1],35,87],[[[6,[[6,[-2]]]],-1],898,[],[[899,[-1]],140]],[[[6,[[6,[[5,[-2,-3]]]]]],-1],898,[],[[899,[-1]],140],717],[[[150,[-1,-2,-3]],-4],2,[],[],[],808],[[[394,[-1,-2]],-3],2,[],[],808],[[[74,[53]],38,38,38,-1],37,75],[-1,[[900,[-1]]],586],[-1,[[10,[2,39]]],[]],[[[74,[53]],[13,[38]],38,38,76],37],[[[74,[53]],695],[[10,[2,16]]]],0,[[[50,[854,4]]],2],[[103,103],21],[[738,33],738],[[61,57],61],[[62,499],62],[[65,65],65],[[738,738],738],[[65,57],65],[[738,57],738],[[61,61],57],[[61,57],61],[[62,62],499],[[62,499],62],[[65,65],65],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],0,[[-1,80],[[10,[33,39]]],[]],[[-1,80],[[900,[-1]]],586],[[[50,[386,4]],80],[[10,[33,39]]]],[62,[[636,[73]]]],[[38,-1],10,161],[[505,-1],10,161],[[[132,[-1]],-2],10,[75,734,140],161],[[[132,[780]],-1],10,161],[[[132,[[70,[60]]]],-1],10,161],[[[150,[-2,-3,-4]],-1],10,[389,388,140],[[445,[-1]],139,715],[[445,[-1]]],[]],[[[150,[-1,-2,-3]],-4],10,75,75,[],161],[[[394,[-1,-2]],-3],10,75,[],161],[[[394,[-2,-3]],-1],10,[388,389,140],[[445,[-1]],139,715],[]],[58,[[10,[38,610]]]],[[[726,[-1]],-2],10,[75,140],161],[[24,-1],10,161],[[100,-1],10,161],[[[50,[-2,4]],-1],10,[389,901,140],[[902,[-1]],140]],[[[50,[-1,4]],-2],10,[75,140],161],[[[507,[-1]],-2],10,[75,140],161],[[727,-1],10,[368,140]],[[727,-1],10,161],[[716,-1],10,[368,140]],[[716,-1],10,161],[[738,-1],10,161],[[738,-1],10,[368,140]],[[19,-1],10,161],[[19,-1],10,[368,140]],[[61,-1],10,161],[[61,-1],10,[368,140]],[[62,-1],10,161],[[62,-1],10,[368,140]],[[8,-1],10,[368,140]],[[8,-1],10,161],[[728,-1],10,161],[[728,-1],10,[368,140]],[[729,-1],10,[368,140]],[[729,-1],10,161],[[65,-1],10,[368,140]],[[65,-1],10,161],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[58,-1],[[10,[2,610]]],[[387,[100]]]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[[811,[[726,[-1]]]],-1],2,[]],[[[811,[[843,[-1]]]],-1],2,[]],[[757,-1,79],[[10,[2,47]]],26],[[[6,[-1]]],2,723],[[8,19],2],[[-1,33],[[10,[2,28]]],[]],[[505,35],2],[[53,-1,38],[[10,[2,88]]],26],[[53,-1,33],[[10,[2,88]]],26],[[58,23],21],[[8,73],2],[[-1,[13,[33]],[13,[33]]],[[10,[2,28]]],[]],[[103,[13,[[5,[570,4]]]]],2],[[677,-1,-2],[[10,[677,758]]],87,26],[[[150,[-1,-2,-3]],35],2,[715,139],[],141],[[[394,[-1,-2]],35],2,[715,139],141],[[[150,[-1,-2,-3]]],2,[715,139],[],141],[[[394,[-1,-2]]],2,[715,139],141],[-1,[[903,[-1]]],586],[-1,33,[]],[[],57],[447,716],[[],57],[[[6,[-1]]],904,[586,723]],[[[6,[-1]]],[[2,[35,[13,[35]]]]],[723,586]],[[[6,[-1]]],[[2,[35,[13,[35]]]]],723],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[38,-1],38,[[905,[35]]]],[[[442,[-1,-2]],447],[[10,[[713,[-1]],66]]],712,443],[[38,[70,[60]]],38],[47,[[13,[14]]]],[[[50,[-1,4]]],[[13,[14]]],[14,140]],[505,[[70,[[72,[60]]]]]],[[-1,-2],[[10,[-3,49]]],[],[3,84],84],[[-1,-2],[[10,[-3,49]]],[],[3,84],84],[[-1,-2],[[10,[-3,49]]],[],[3,84],84],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[[50,[-1,4]],[906,[2]]],[[10,[2,907]]],[908,140]],[[[50,[-1,4]],[909,[2]]],[[10,[2,907]]],[910,140]],[[-1,58,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,58,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,58,[5,[22,4]]],[[10,[2,52]]],[]],[505,505],[[[50,[211,4]]],[[2,[[5,[365,4]],[5,[190,4]]]]]],[[38,35],38],[[505,35],505],[[38,35],38],[[505,35],505],0,0,0,0,0,0,0,0,0,[[[6,[[6,[-1]]]],80],[[10,[2,39]]],[723,586]],[[[6,[[6,[-1]]]],-2],[[10,[2]]],[723,586],[]],[[100,-1],21,[[387,[100]]]],[-1,[[6,[-1]]],140],[-1,[[6,[-1]]],140],[[[50,[-1,4]]],[[10,[2,907]]],[910,140]],[[[50,[-1,4]]],[[10,[2,907]]],[908,140]],0,[[[74,[53]],[70,[60]]],[[911,[[10,[2,37]]]]]],0,0,[[61,61],[[13,[35]]]],[[62,62],[[13,[35]]]],[[727,21,760],2],[[728,57,760],2],[[729,33,760],2],0,[-1,[[10,[33,39]]],[]],[-1,[[900,[-1]]],586],[-1,[[10,[33,39]]],[]],[[100,-1],[[10,[100,912]]],[[387,[100]]]],[[[50,[-1,-2]]],35,140,717],[[[394,[-1,-2]],[394,[-1,-2]]],[[394,[-1,-2]]],[715,139,286],[141,420]],[[716,-1],716,[[94,[716]]]],[[65,65],65],[[65,396]],[[65,396],2],[[65,65],2],[[[442,[-1,-2]]],[[10,[[442,[-1,-2]],66]]],[],443],[[[50,[-1,4]],57],[[13,[913]]],755],[65,57],[65,57],[65,57],[[[713,[-1]],[397,[33]]],[[713,[-1]]],712],[760,760],[-1,65,653],[-1,65,653],[[[726,[-1]],[726,[-1]]],2,[]],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[100,[[10,[872,39]]]],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[[[394,[-1,-2]],[394,[-1,-2]]],[[914,[-1,-2]]],[715,139],141],[[[50,[-1,4]],57],[[13,[915]]],777],[[[50,[-1,4]],57],[[13,[916]]],755],[[[50,[766,4]],770],771],0,[[[50,[-1,4]],57],13,777],[[[50,[-1,4]],57],[[13,[917]]],755],[[[811,[[726,[-1]]]]],-1,420],[[[811,[[843,[-1]]]]],-1,420],[[[394,[-2,-3]],-1],[[13,[-2]]],[139,715,140],[[764,[-1]],715,139],141],[[-1,33],[[918,[-1]]],140],[[[726,[-1]]],-1,420],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,680],[[10,[2,52]]],[]],[[-1,680],[[10,[2,52]]],[]],[[-1,680],[[10,[2,52]]],[]],[-1,[[10,[35,52]]],[]],[-1,[[10,[35,52]]],[]],[-1,[[10,[35,52]]],[]],[61,57],[62,499],[19,19],[62,19],[62,[[13,[61]]]],[62,[[13,[61]]]],[61,62],[61,62],[[[132,[-1]]],[],[734,140]],[[[442,[-1,-2]]],[],712,443],[35,[[10,[37]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[100,148],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[100,148],[100,[[10,[919,920]]]],[[[50,[-1,4]]],[[10,[919,920]]],[921,140]],[8],[8,[[10,[[922,[8]],39]]]],[100,[[13,[23]]]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[79,88],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[[[132,[720]]],[[132,[23]]]],[[[132,[23]]],[[132,[23]]]],[[[132,[721]]],[[132,[23]]]],[100,[[132,[23]]]],[100,[[132,[23]]]],[47,[[13,[878]]]],[578,842],[[[50,[-1,4]],753],753,755],[47,[[70,[877]]]],0,[738,57],[-1,-2,[],[]],[[38,35],2],[[505,35],2],[[[726,[-1]]],[[10,[[742,[-1]],923]]],140],[[[726,[-1]]],[[10,[[743,[-1]],924]]],140],[[[726,[-1]]],[[10,[-1,923]]],140],[[677,-1],[[10,[769,758]]],87],[[[50,[-1,4]],761],21,[762,140]],[100,[[10,[21,39]]]],[110,[[10,[38]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[[50,[[70,[-1]],-2]]],[[10,[[50,[[636,[-1]],-2]]]]],[],[717,286]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[746,[[10,[716]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[925,[[10,[738]]]],[926,[[10,[738]]]],[33,[[10,[738]]]],[-1,[[10,[-2]]],[],[]],[927,[[10,[738]]]],[928,[[10,[738]]]],[929,[[10,[738]]]],[398,[[10,[738]]]],[930,[[10,[738]]]],[931,[[10,[738]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[396,[[10,[65,932]]]],[-1,[[10,[-2]]],[],[]],[392,[[10,[65,933]]]],[736,[[10,[65,933]]]],[[[150,[-1,-2,-3]],-1,-2],[[10,[-2,[934,[-1,-2]]]]],[715,139],[],141],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[[507,[-1]]],[[10,[[421,[-1]],[935,[[421,[-1]]]]]]],140],[-1,[[10,[[50,[-1,4]],936]]],[]],[[-1,-2],[[10,[[50,[-1,-2]],936]]],[],717],[[],[[10,[[50,[[72,[-1]],4]],936]]],[]],[-1,[[10,[[50,[[72,[-2]],-1]],936]]],717,[]],[[],[[10,[[50,[[72,[-1]],4]],936]]],[]],[-1,[[10,[[50,[[72,[-2]],-1]],936]]],717,[]],[-1,[[10,[[6,[[50,[-1,4]]]],936]]],[]],[[-1,-2],[[10,[[6,[[50,[-1,-2]]]],936]]],[],717],[[[6,[-1]],67],68,[]],[[[6,[-1]],67],68,[]],[[[6,[-1]],67],[[68,[[13,[10]]]]],[]],[[[150,[-1,-2,-3]],35],[[10,[2,937]]],[715,139],[],141],[[[394,[-1,-2]],35],[[10,[2,937]]],[715,139],141],[[[50,[-1,-2]]],[[10,[-1,[50,[-1,-2]]]]],[],717],[[[811,[-1]],-2],[[10,[-3,938]]],[],22,[]],[[78,-1],876,87],[[757,-1],939,87],[[677,-1],767,87],[[578,-1],940,87],[79,838],0,0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[50,[-1,4]],57],[[13,[941]]],755],[[[50,[-1,4]],57],[[13,[917]]],755],[[[50,[-1,4]],57],13,777],[[78,-1],[[10,[[747,[-2,-3]],47]]],87,749,749],0,0,0,[[738,33],738],[[738,738],738],[[[726,[-1]]],-1,140],[[[394,[-1,-2]],[394,[-1,-2]]],[[942,[-1,-2]]],[715,139],141],0,[-1,[[10,[2,28]]],[]],[[[421,[-1]]],2,140],[[505,505],2],[[[74,[53]],-1],[[10,[37,42]]],[22,84,91]],[79,[[13,[806]]]],[79,392],[79,736],[79,[[13,[78]]]],[79,491],[79,403],[[[50,[-1,-2]]],-1,286,[717,286]],[79,499],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[[5,[14,4]]],47],0,0,0,0,0,0,[79,[[13,[499]]]],[[-1,[70,[60]]],[[10,[2,834]]],781],0,[[[150,[-1,-2,-3]]],[[943,[-1,-2]]],[],[],[]],[[[150,[-1,-2,-3]]],[[944,[-1,-2]]],[],[],[]],[[677,-1],447,[87,140]],[[[394,[-1,-2]],-1],21,[139,715],141],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[508,[421,[-1]]],[[10,[[421,[-1]],[844,[[421,[-1]]]]]]],[]],[[508,[421,[-1]],65],[[10,[[2,[[421,[-1]],945]],[844,[[2,[[421,[-1]],945]]]]]]],[]],[[508,[421,[-1]],57],[[10,[[2,[[421,[-1]],21]],[844,[[2,[[421,[-1]],21]]]]]]],[]],[[508,[421,[-1]],65,-2],[[10,[[2,[[421,[-1]],945]],[844,[[2,[[421,[-1]],945]]]]]]],[],808],[[508,[421,[-1]],-2],[[10,[[421,[-1]],[844,[[421,[-1]]]]]]],[],808],[[[50,[-1,4]]],2,[946,140]],[67,172],0,0,0,0,[[],[[70,[838]]]],[[],[[70,[838]]]],[[[50,[-1,-2]]],35,140,717],0,[[[811,[-1]],-2],-3,[],22,[]],[[[811,[[726,[-1]]]],-2],-3,[],22,[]],[[[811,[[726,[-1]]]],-2],-3,[],22,[]],[35,505],[35,[[150,[-1,-2,393]]],[],[]],[35,[[394,[-1,393]]],[]],[[35,-1],[[150,[-2,-3,-1]]],[],[],[]],[[35,-1],[[394,[-2,-1]]],[],[]],[[100,-1],148,[[387,[720]]]],[[100,-1],148,[[387,[720]]]],[-1,[[150,[-2,-3,-1]]],[],[],[]],[-1,[[394,[-2,-1]]],[],[]],0,[[-1,[70,[60]]],[[10,[35,39]]],[]],[[[442,[-1,-2]],447,-1],[[10,[2,66]]],712,443],[[447,33,[70,[60]]],[[10,[2,66]]]],[[[713,[-1]],33,-1],[[10,[2,66]]],712],[[-1,[70,[60]]],[[947,[-1]]],586],[[[50,[365,4]],185],[[10,[374,49]]]],[[-1,[70,[60]]],2,[]],[[[50,[211,4]],185],[[10,[374,49]]]],[[[50,[386,4]],[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],[[948,[-1]]],586],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[-1,-2],[[949,[-1,-2]]],[140,586],887],[[-1,[70,[71]]],[[10,[2,39]]],[]],[[-1,-2],[[950,[-1,-2]]],[140,586],887],[[447,[70,[[180,[60]]]],[442,[[442,[60,-1]],-1]],[442,[60,-1]]],37,443],[[-1,447,[713,[[441,[-2]]]]],[[10,[35,37]]],951,443],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,447,[713,[[441,[-2]]]]],[[10,[35,37]]],951,443],[732,2],[732,2],[[-1,392],[[952,[-1]]],586],[[-1,392],[[953,[-1]]],586],[[-1,736],[[954,[-1]]],586],[[-1,736],[[955,[-1]]],586],[[505,95],[[10,[2,41]]]],[[-1,95],[[10,[2,39]]],[]],[[-1,33,33],[[10,[2,39]]],[]],[[-1,956],[[957,[-1]]],586],[[-1,956],[[958,[-1]]],586],[[-1,167],[[959,[-1]]],586],[[-1,167],[[960,[-1]]],586],[[-1,491],[[961,[-1]]],586],[[-1,491],[[962,[-1]]],586],[[-1,403],[[963,[-1]]],586],[[-1,403],[[964,[-1]]],586],[[-1,965],[[966,[-1]]],586],[[[713,[-1]],[70,[-1]]],[[10,[2,66]]],712],[[505,23],[[10,[2,41]]]],[[-1,499],[[967,[-1]]],586],[[-1,499],[[968,[-1]]],586],[[-1,73],[[969,[-1]]],586],[[-1,73],[[970,[-1]]],586],[[-1,57],[[971,[-1]]],586],[[-1,57],[[972,[-1]]],586],[[-1,33],[[973,[-1]]],586],[[-1,33],[[974,[-1]]],586],[[447,33,60],[[10,[2,66]]]],[[-1,60],[[975,[-1]]],586],[[-1,[70,[71]]],[[976,[-1]]],586],[[-1,[70,[71]]],[[10,[35,39]]],[]],[[[50,[386,4]],[70,[71]]],[[10,[35,39]]]],[[[756,[-1]],[70,[[72,[60]]]]],2,712],[[[442,[-1,-2]],[70,[[72,[60]]]]],2,712,443],[35,505],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[884,35],2],[[[977,[-1]],35],2,[[387,[[70,[60]]]]]],[[890,35],890],[[71,35],2],[[[70,[884]],35],2],[[[70,[71]],35],2],[[890,[70,[60]]],2],[-1,14,[]],[-1,14,[]],[-1,14,[]],[978,724],[979,724],[980,724],[981,724],[982,724],[983,724],[890,[[70,[[72,[60]]]]]],[978,491],[979,491],[980,491],[981,491],[982,491],[983,491],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[[[984,[-1]]],[[70,[60]]],140],[[[985,[-1]]],[[70,[60]]],[951,140]],[-1,-1,140],[-1,-1,140],0,[-1,[[745,[-1]]],140],[[[984,[-1]]],35,140],[[[985,[-1]]],35,[951,140]],[986,35],[890,35],[39,[[13,[14]]]],[[-1,-2],[[750,[-1,-2]]],140,751],[[[977,[-1]]],[[70,[60]]],[[387,[[70,[60]]]]]],[986,986],[[[977,[-1]]],[[977,[-1]]],286],[987,987],[988,988],[989,989],[71,71],[80,80],[[[977,[-1]],[977,[-1]]],2,286],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[987,987],126],[[-1,-2],126,[],[]],[[-1,35],2,[]],[[[984,[-1]],35],2,[751,140]],[[979,35],2],[[[6,[[977,[-1]]]],35],2,[[387,[[70,[60]]]],586]],[[[977,[-1]],35],2,[[387,[[70,[60]]]]]],[[988,35],2],[[[750,[-1,-2]],35],2,990,990],[[[918,[-1]],35],2,990],[[-1,-2],[[10,[33,39]]],[751,140],[951,140]],[[],[[977,[-1]]],420],[[],988],[[],989],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[884,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[71,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[884,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[991,23],[39,23],[[[992,[-1]]],23,[84,430]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[39,[[10,[[5,[-1,4]],39]]],[14,84,91]],[35,2],[[[985,[-1]]],2,[951,140]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[],988],[890,890],[[[977,[-1]],[977,[-1]]],21,[]],[[987,987],21],[[80,80],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[992,[-1]]],39,[]],[-1,[[10,[[70,[60]],39]]],[]],[[[984,[-1]]],[[10,[[70,[60]],39]]],[751,140]],[979,[[10,[[70,[60]],39]]]],[[[977,[-1]]],[[10,[[70,[60]],39]]],[[387,[[70,[60]]]]]],[988,[[10,[[70,[60]],39]]]],[[[750,[-1,-2]]],[[10,[[70,[60]],39]]],990,990],[[[918,[-1]]],[[10,[[70,[60]],39]]],990],[986,[[70,[60]]]],0,[986,[[70,[60]]]],0,[-1,[[10,[2,39]]],[]],[-1,2,[]],[[[985,[-1]]],[[10,[2,39]]],[951,140]],[[[993,[-1]]],[[10,[2,39]]],[951,140]],[-1,2,[]],[980,[[10,[2,39]]]],[-1,2,[]],[980,[[10,[2,39]]]],[981,[[10,[2,39]]]],[-1,2,[]],[982,[[10,[2,39]]]],[982,[[10,[2,39]]]],[-1,2,[]],[983,[[10,[2,39]]]],[-1,2,[]],[[[977,[[5,[[70,[60]],-1]]]]],[[10,[2,39]]],717],[[[977,[[180,[60,-1]]]]],[[10,[2,39]]],717],[-1,2,[]],[[[977,[[180,[60,-1]]]]],[[10,[2,39]]],717],[[[977,[[70,[60]]]]],[[10,[2,39]]]],[[[977,[[636,[60]]]]],[[10,[2,39]]]],[890,[[10,[2,39]]]],[-1,2,[]],[988,[[10,[2,39]]]],[-1,2,[]],[988,[[10,[2,39]]]],[989,[[10,[2,39]]]],[-1,2,[]],[989,[[10,[2,39]]]],[[[984,[-1]],40],[[10,[2,41]]],[430,140]],[[[985,[-1]],40],[[10,[2,41]]],[951,430,140]],[[991,40],[[10,[2,41]]]],[[991,40],[[10,[2,41]]]],[[[993,[-1]],40],[[10,[2,41]]],[951,430,140]],[[39,40],[[10,[2,41]]]],[[39,40],[[10,[2,41]]]],[[986,40],[[10,[2,41]]]],[[978,40],[[10,[2,41]]]],[[979,40],[[10,[2,41]]]],[[980,40],[[10,[2,41]]]],[[981,40],[[10,[2,41]]]],[[982,40],[[10,[2,41]]]],[[983,40],[[10,[2,41]]]],[[994,40],[[10,[2,41]]]],[[884,40],[[10,[2,41]]]],[[[992,[-1]],40],[[10,[2,41]]],[]],[[[992,[-1]],40],[[10,[2,41]]],430],[[[977,[-1]],40],[[10,[2,41]]],430],[[987,40],[[10,[2,41]]]],[[987,40],[[10,[2,41]]]],[[890,40],[[10,[2,41]]]],[[988,40],[[10,[2,41]]]],[[989,40],[[10,[2,41]]]],[[71,40],[[10,[2,41]]]],[[80,40],[[10,[2,41]]]],[[[750,[-1,-2]],40],[[10,[2,41]]],430,430],[[[918,[-1]],40],[[10,[2,41]]],430],[[[745,[-1]],40],[[10,[2,41]]],430],[[[995,[-1]],40],[[10,[2,41]]],430],[[[996,[-1]],40],[[10,[2,41]]],430],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[997,39],[998,39],[-1,-1,[]],[999,39],[1000,39],[[[1001,[39]]],39],[1002,39],[[[1003,[-1]]],39,[]],[1004,39],[[[1005,[-1]]],39,[]],[1006,39],[722,39],[1007,39],[1008,39],[37,39],[1009,39],[1010,39],[83,39],[987,39],[28,39],[1011,39],[[[992,[-1]]],39,[]],[1012,39],[1013,39],[[[70,[60]]],986],[-1,-1,[]],[[[70,[[72,[60]]]]],986],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[37,987],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[491,39],[[-1,-2],33,[139,140],141],[[[984,[-1]]],-1,140],[[[985,[-1]]],-1,[951,140]],[[[993,[-1]]],-1,951],[39,[[13,[14]]]],[[[977,[-1]]],-1,[]],[[[750,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[[918,[-1]]],-1,[]],[[[984,[-1]]],-1,140],[[[985,[-1]]],-1,[951,140]],[[[993,[-1]]],-1,[951,140]],[39,[[13,[14]]]],[[[977,[-1]]],-1,[]],[[[750,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[[918,[-1]]],-1,[]],[-1,[[10,[21,39]]],[]],[[987,-1],2,142],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[986,35],[890,[[70,[60]]]],[890,[[70,[60]]]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[992,[-1]]],39,[]],[[[984,[-1]]],-1,140],[[[985,[-1]]],[[10,[-1,[992,[[985,[-1]]]]]]],951],[991,[[180,[60,4]]]],[[[993,[-1]]],[[10,[-1,[992,[[993,[-1]]]]]]],951],[39,[[13,[[5,[14,4]]]]]],[[[992,[-1]]],-1,[]],[[[977,[-1]]],-1,[]],[[[750,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[[918,[-1]]],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[39,[[13,[39]]]],[[[985,[-1]]],[[2,[-1,[10,[[180,[60,4]],991]]]]],951],[[[992,[-1]]],[[2,[39,-1]]],[]],[[[977,[-1]]],21,[[387,[[70,[60]]]]]],[[[984,[-1]]],21,[751,140]],[978,21],[979,21],[994,21],[-1,21,[]],[[[977,[-1]]],21,[[387,[[70,[60]]]]]],[-1,21,[]],[978,21],[979,21],[980,21],[981,21],[982,21],[983,21],[[[985,[-1]]],21,[951,140]],[[[993,[-1]]],21,[951,140]],[980,21],[980,21],[981,21],[982,21],[982,21],[983,21],[-1,21,[]],[[[977,[[70,[60]]]]],21],[[[977,[[180,[60,-1]]]]],21,717],[[[977,[[5,[[70,[60]],4]]]]],21],[[[977,[[5,[[70,[60]],-1]]]]],21,717],[[[977,[[636,[60]]]]],21],[[[977,[[70,[60]]]]],21],[[[977,[[180,[60,4]]]]],21],[[[977,[[180,[60,4]]]]],21],[[[977,[[180,[60,-1]]]]],21,717],[988,21],[988,21],[989,21],[989,21],[39,987],[[],39],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[986,35],[[[918,[-1]]],33,[]],0,[978,[[996,[979]]]],[-1,[[996,[-1]]],140],[978,979],[980,981],[982,983],[-1,[[984,[-1]]],751],[-1,[[985,[-1]]],951],[-1,[[993,[-1]]],951],[[987,-1],39,[[94,[[5,[14,4]]]]]],[[[70,[60]]],884],[-1,[[977,[-1]]],[]],[[[70,[60]]],71],[[[745,[-1]]],[[13,[[10,[60,39]]]]],751],[[[995,[-1]]],[[13,[[10,[[180,[60,4]],39]]]]],990],[[[996,[-1]]],[[13,[[10,[88,39]]]]],990],[-1,39,[[94,[[5,[14,4]]]]]],0,[[987,987],[[13,[126]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[[977,[-1]]]],67],[[68,[[10,[33,39]]]]],[[387,[[70,[60]]]],586]],[[[6,[[977,[-1]]]],67],[[68,[[10,[[70,[60]],39]]]]],[[387,[[70,[60]]]],586]],[[[6,[[977,[[180,[60,4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[180,[60,4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[5,[[70,[60]],4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[70,[60]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[-1]]]],67,69],[[68,[[10,[2,39]]]]],[[387,[[70,[60]]]],586]],[[[6,[[977,[[5,[[70,[60]],4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[180,[60,4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[70,[60]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[180,[60,4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[180,[60,4]]]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[70,[60]]]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[5,[[70,[60]],4]]]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[180,[60,4]]]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[5,[[70,[60]],4]]]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[70,[60]]]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[180,[60,4]]]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[180,[60,4]]]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],0,[[[977,[-1]]],33,[]],0,[39,[[13,[491]]]],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[[984,[-1]],[70,[60]]],[[10,[35,39]]],[751,140]],[[978,[70,[60]]],[[10,[35,39]]]],[[979,[70,[60]]],[[10,[35,39]]]],[[994,[70,[60]]],[[10,[35,39]]]],[[[977,[-1]],[70,[60]]],[[10,[35,39]]],[[387,[[70,[60]]]]]],[[988,[70,[60]]],[[10,[35,39]]]],[[[750,[-1,-2]],[70,[60]]],[[10,[35,39]]],751,751],[[[918,[-1]],[70,[60]]],[[10,[35,39]]],751],[[[984,[-1]],890],[[10,[2,39]]],[751,140]],[[978,890],[[10,[2,39]]]],[[979,890],[[10,[2,39]]]],[[994,890],[[10,[2,39]]]],[[-1,890],[[10,[2,39]]],[]],[[[977,[-1]],890],[[10,[2,39]]],[[387,[[70,[60]]]]]],[[988,890],[[10,[2,39]]]],[[[918,[-1]],890],[[10,[2,39]]],751],[[-1,890],[[10,[2,39]]],[]],[[[984,[-1]],[70,[60]]],[[10,[2,39]]],[751,140]],[[978,[70,[60]]],[[10,[2,39]]]],[[979,[70,[60]]],[[10,[2,39]]]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[[977,[-1]],[70,[60]]],[[10,[2,39]]],[[387,[[70,[60]]]]]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[978,88],[[10,[35,39]]]],[[979,88],[[10,[35,39]]]],[[-1,88],[[10,[35,39]]],[]],[[[984,[-1]],[180,[60,4]]],[[10,[35,39]]],[751,140]],[[978,[180,[60,4]]],[[10,[35,39]]]],[[979,[180,[60,4]]],[[10,[35,39]]]],[[-1,[180,[60,4]]],[[10,[35,39]]],[]],[-1,[[10,[88,39]]],751],[[[984,[-1]],88],[[10,[35,39]]],[751,140]],[[978,88],[[10,[35,39]]]],[[979,88],[[10,[35,39]]]],[[-1,88],[[10,[35,39]]],[]],[[979,60,[180,[60,4]]],[[10,[35,39]]]],[[-1,60,[180,[60,4]]],[[10,[35,39]]],[]],[[[984,[-1]],[70,[884]]],[[10,[35,39]]],[751,140]],[[978,[70,[884]]],[[10,[35,39]]]],[[979,[70,[884]]],[[10,[35,39]]]],[[994,[70,[884]]],[[10,[35,39]]]],[[-1,[70,[884]]],[[10,[35,39]]],[]],[[[977,[-1]],[70,[884]]],[[10,[35,39]]],[[387,[[70,[60]]]]]],[[[750,[-1,-2]],[70,[884]]],[[10,[35,39]]],751,751],[890,890],[[[977,[-1]]],35,[[387,[[70,[60]]]]]],[[[977,[-1]]],[[70,[60]]],[[387,[[70,[60]]]]]],[60,994],0,[-1,[[10,[2,39]]],[]],0,[[-1,80],[[10,[33,39]]],[]],[[[984,[-1]],80],[[10,[33,39]]],[1014,140]],[[[985,[-1]],80],[[10,[33,39]]],[951,1014,140]],[[[977,[-1]],80],[[10,[33,39]]],[[387,[[70,[60]]]]]],[[988,80],[[10,[33,39]]]],[[[984,[-1]],403],[[10,[2,39]]],[1014,140]],[[986,35],986],[[890,35],890],[[[918,[-1]],33],2,[]],[[[977,[-1]],33],2,[]],[[],989],[[[745,[-1]]],[[2,[35,[13,[35]]]]],751],[39,[[13,[14]]]],[[-1,60],[[995,[-1]]],140],0,[[[6,[[977,[-1]]]],80],[[10,[2,39]]],[[387,[[70,[60]]]],586]],[[],982],[[],978],[[],980],[-1,[[10,[33,39]]],[]],[[[977,[-1]]],[[10,[33,39]]],[[387,[[70,[60]]]]]],[988,[[10,[33,39]]]],[[[984,[-1]]],[[10,[33,39]]],[1014,140]],[-1,[[10,[33,39]]],[]],[[[977,[-1]]],[[10,[33,39]]],[[387,[[70,[60]]]]]],[988,[[10,[33,39]]]],[[-1,33],[[918,[-1]]],140],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[1015,[[10,[39]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[986,890],[890,[[70,[[72,[60]]]]]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,-1],[[984,[-1]]],751],[[35,-1],[[985,[-1]]],951],[[35,-1],[[993,[-1]]],951],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[[985,[-1]],[70,[60]]],[[10,[35,39]]],[951,140]],[[-1,[70,[60]]],2,[]],[[-1,[70,[60]]],2,[]],[[[993,[-1]],[70,[60]]],[[10,[35,39]]],[951,140]],[[980,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[980,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[981,[70,[60]]],[[10,[35,39]]]],[[982,[70,[60]]],[[10,[35,39]]]],[[982,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[983,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[[977,[[180,[60,-1]]]],[70,[60]]],[[10,[35,39]]],717],[[[977,[[70,[60]]]],[70,[60]]],[[10,[35,39]]]],[[[977,[[5,[[70,[60]],-1]]]],[70,[60]]],[[10,[35,39]]],717],[[[977,[[636,[60]]]],[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[[977,[[180,[60,-1]]]],[70,[60]]],[[10,[35,39]]],717],[[890,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[-1,[70,[60]]],2,[]],[[988,[70,[60]]],[[10,[35,39]]]],[[988,[70,[60]]],[[10,[35,39]]]],[[989,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[989,[70,[60]]],[[10,[35,39]]]],[[[985,[-1]],[70,[60]]],[[10,[2,39]]],[951,140]],[[[993,[-1]],[70,[60]]],[[10,[2,39]]],[951,140]],[[980,[70,[60]]],[[10,[2,39]]]],[[980,[70,[60]]],[[10,[2,39]]]],[[981,[70,[60]]],[[10,[2,39]]]],[[982,[70,[60]]],[[10,[2,39]]]],[[982,[70,[60]]],[[10,[2,39]]]],[[983,[70,[60]]],[[10,[2,39]]]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[[993,[-1]],[70,[71]]],[[10,[2,39]]],[951,140]],[[980,[70,[71]]],[[10,[2,39]]]],[[980,[70,[71]]],[[10,[2,39]]]],[[981,[70,[71]]],[[10,[2,39]]]],[[982,[70,[71]]],[[10,[2,39]]]],[[982,[70,[71]]],[[10,[2,39]]]],[[983,[70,[71]]],[[10,[2,39]]]],[[-1,[70,[71]]],[[10,[2,39]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[[993,[-1]],95],[[10,[2,39]]],[951,140]],[[980,95],[[10,[2,39]]]],[[980,95],[[10,[2,39]]]],[[982,95],[[10,[2,39]]]],[[982,95],[[10,[2,39]]]],[[-1,95],[[10,[2,39]]],[]],[[[985,[-1]],[70,[71]]],[[10,[35,39]]],[951,140]],[[[993,[-1]],[70,[71]]],[[10,[35,39]]],[951,140]],[[980,[70,[71]]],[[10,[35,39]]]],[[980,[70,[71]]],[[10,[35,39]]]],[[981,[70,[71]]],[[10,[35,39]]]],[[982,[70,[71]]],[[10,[35,39]]]],[[982,[70,[71]]],[[10,[35,39]]]],[[983,[70,[71]]],[[10,[35,39]]]],[[-1,[70,[71]]],[[10,[35,39]]],[]],[[[977,[[5,[[70,[60]],-1]]]],[70,[71]]],[[10,[35,39]]],717],[[[977,[[70,[60]]]],[70,[71]]],[[10,[35,39]]]],[[[977,[[636,[60]]]],[70,[71]]],[[10,[35,39]]]],[[[977,[[180,[60,-1]]]],[70,[71]]],[[10,[35,39]]],717],[[[977,[[180,[60,-1]]]],[70,[71]]],[[10,[35,39]]],717],[[988,[70,[71]]],[[10,[35,39]]]],[[988,[70,[71]]],[[10,[35,39]]]],[[989,[70,[71]]],[[10,[35,39]]]],[[989,[70,[71]]],[[10,[35,39]]]],[890,35],0,0,0,0,[-1,-1,140],[-1,-1,140],[-1,[[745,[-1]]],140],[[-1,-2],[[750,[-1,-2]]],140,751],[[-1,35],2,[]],[-1,[[10,[[70,[60]],39]]],[]],[-1,[[10,[2,39]]],[]],[-1,[[10,[21,39]]],[]],[-1,21,[]],[-1,21,[]],[-1,[[996,[-1]]],140],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[-1,890],[[10,[2,39]]],[]],[[-1,890],[[10,[2,39]]],[]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[-1,88],[[10,[35,39]]],[]],[[-1,[180,[60,4]]],[[10,[35,39]]],[]],[[-1,88],[[10,[35,39]]],[]],[[-1,60,[180,[60,4]]],[[10,[35,39]]],[]],[[-1,[70,[884]]],[[10,[35,39]]],[]],[-1,[[10,[2,39]]],[]],[[-1,80],[[10,[33,39]]],[]],[[-1,60],[[995,[-1]]],140],[-1,[[10,[33,39]]],[]],[-1,[[10,[33,39]]],[]],[[-1,33],[[918,[-1]]],140],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[-1,[70,[71]]],[[10,[2,39]]],[]],[[-1,95],[[10,[2,39]]],[]],[[-1,[70,[71]]],[[10,[35,39]]],[]],0,[[1016,57,[13,[16]],[13,[[180,[185]]]]],[[10,[2,15]]]],[[1016,122,136,136,377],[[10,[2,15]]]],[[1016,122,136,136],[[10,[2,15]]]],[[1016,57],[[10,[2,15]]]],[[1016,57,57],[[10,[2,15]]]],[[1016,57,57,57,[132,[23]],406,129,129,130],[[10,[2,15]]]],[[1016,57,57],[[10,[2,15]]]],[[1016,57,403,376],[[10,[2,15]]]],[[1016,122,130],[[10,[2,15]]]],[[1016,122,129,129],[[10,[2,15]]]],[[1016,122,136],[[10,[2,15]]]],[[1016,122,401,401,404],[[10,[2,15]]]],[[1016,57,33,[132,[[70,[60]]]],21],[[10,[2,15]]]],[[1016,[5,[[70,[60]]]],[13,[[180,[185]]]]],[[10,[2,15]]]],[[1016,122,405,[132,[23]],401,401,404],[[10,[2,15]]]],[[1016,[13,[16]],[13,[[180,[185]]]]],[[10,[2,15]]]],[[1016,57,[132,[[70,[60]]]],[132,[[70,[60]]]],[132,[[70,[60]]]],21,383,384,[13,[[180,[185]]]]],[[10,[2,15]]]],[[1016,395,362,[13,[[180,[185]]]]],[[10,[2,15]]]],[[1016,1017,21],[[10,[2,15]]]],[[1016,[397,[33]],[132,[[70,[60]]]],[13,[[180,[185]]]]],[[10,[2,15]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[1016,[13,[[180,[185]]]]],2],0,0,[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,0,[35,2],[-1,-1,[]],[[],35],[-1,-2,[],[]],0,[[],[[10,[63,64]]]],0,0,0,[[[74,[53]],21],1016],0,[[1016,185,[13,[[180,[185]]]]],[[10,[2,15]]]],[[]],0,0,0,0,0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[485,486],2],[[[74,[53]]],[[488,[[74,[53]]]]]],[[[74,[53]],362],[[488,[[74,[53]]]]]],[[[74,[53]],362],[[488,[[74,[53]]]]]],[[[74,[53]],[50,[533]],21],[[10,[[13,[113]],15]]]],[53,[[6,[[5,[3]]]]]],0,[[[74,[53]],122,[442,[1018,730]]],37],[[[74,[53]],122,1019,1020,[442,[136,730]]],[[10,[37,42]]]],[[[74,[53]],122,405,[442,[60,730]],57,[442,[1018,730]]],37],[[[74,[53]],[442,[1021,730]],[442,[1022,730]],57,[442,[57,730]]],[[10,[37,42]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[2,[[1023,[-1]],[1024,[-1]]]]],[]],[-1,[[415,[-2]]],[],[]],[-1,[[415,[-2]]],[],[]],[-1,[[415,[-2]]],[],[]],[[[1023,[-1]]],[[1023,[-1]]],[]],[[[1025,[-1]]],[[1025,[-1]]],[]],[[[1026,[-1]]],[[1026,[-1]]],286],[1027,1027],[1028,1028],[1029,1029],[[[1030,[-1]]],[[1030,[-1]]],286],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[1026,[-1]]],23,[]],[1027,23],[1028,23],[1029,23],[[[1030,[-1]]],23,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[[1026,[-1]],[1026,[-1]]],21,[]],[[1027,1027],21],[[1028,1028],21],[[1029,1029],21],[[[1030,[-1]],[1030,[-1]]],21,[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[1024,[-1]],40],[[10,[2,41]]],[]],[[[1023,[-1]],40],[[10,[2,41]]],[]],[[[1025,[-1]],40],[[10,[2,41]]],[]],[[[1031,[-1]],40],[[10,[2,41]]],430],[[[1032,[-1]],40],[[10,[2,41]]],430],[[[1033,[-1]],40],[[10,[2,41]]],430],[[[1026,[-1]],40],[[10,[2,41]]],[]],[[[1026,[-1]],40],[[10,[2,41]]],[]],[[1027,40],[[10,[2,41]]]],[[1027,40],[[10,[2,41]]]],[[1028,40],[[10,[2,41]]]],[[1028,40],[[10,[2,41]]]],[[1029,40],[[10,[2,41]]]],[[1029,40],[[10,[2,41]]]],[[[1030,[-1]],40],[[10,[2,41]]],[]],[[[1030,[-1]],40],[[10,[2,41]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[1027,1028],[-1,-1,[]],[1027,1029],[[[1026,[-1]]],[[1030,[-1]]],[]],[-1,-1,[]],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[1024,[-1]]],[[1033,[-1]]],[]],[[[1024,[-1]]],[[1031,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[1024,[-1]]],[[1031,[-1]]],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]]],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10]]],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]]],[],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6]]],[],[],[],[],[],[]],[-1,2,[]],[-1,[[2,[-2,-3,-4,-5,-6,-7]]],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3]]],[],[],[]],[-1,[[2,[-2]]],[],[]],[-1,[[2,[-2,-3,-4,-5]]],[],[],[],[],[]],[-1,[[2,[-2,-3,-4]]],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]]],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8]]],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9]]],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10]]],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3]]],[],[],[]],[-1,[[2,[-2]]],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]]],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5]]],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6]]],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4]]],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]]],[],[],[],[],[],[],[],[],[],[],[]],[-1,2,[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8]]],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7]]],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9]]],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]]],[],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]]],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10]]],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]]],[],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9]]],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8]]],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]]],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4]]],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5]]],[],[],[],[],[]],[-1,[[2,[-2]]],[],[]],[-1,[[2,[-2,-3,-4,-5,-6]]],[],[],[],[],[],[]],[-1,2,[]],[-1,[[2,[-2,-3,-4,-5,-6,-7]]],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3]]],[],[],[]],[[[1031,[-1]]],[[13,[-1]]],[]],[[[1032,[-1]]],[[13,[-1]]],[]],[[[1033,[-1]]],[[13,[-1]]],[]],[-1,[[437,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[1024,[-1]]],[[10,[-1,1027]]],[]],[[[1024,[-1]],1034],[[10,[-1,1029]]],[]],[[[1024,[-1]],65],[[10,[-1,1029]]],[]],0,0,0,[[[1023,[-1]],-1],[[10,[2,[1026,[-1]]]]],[]],[[[1025,[-1]],-1],[[10,[2,[1026,[-1]]]]],[]],[-1,[[446,[-2]]],[],[]],[-1,[[446,[-2]]],[],[]],[-1,[[446,[-2]]],[],[]],[35,[[2,[[1025,[-1]],[1024,[-1]]]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[[1024,[-1]]],[[1032,[-1]]],[]],[[[1024,[-1]]],[[10,[-1,1028]]],[]],[[[1025,[-1]],-1],[[10,[2,[1030,[-1]]]]],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1035,[[180,[60,4]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[129,2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1035,[[180,[60,4]]]],0,0,0,0,0,0,0,0,0,0,[129,2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[375,[779,[401]]],[[10,[403,37]]]],[[375,401],[[10,[403,37]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[74,[53]],[442,[[442,[60,-1]],-1]],[442,[60,-1]]],37,443],[[[74,[53]],[442,[-1]],[442,[-1]]],37,443],[[[74,[53]],375,[442,[401,-1]]],37,443],[[[74,[53]],375,401,[442,[401,-1]]],[[10,[37,42]]],443],[[[74,[53]],375,401],[[10,[37,42]]]],[[[74,[53]],375,401],37],[[[74,[53]],[442,[[442,[60,-1]],-1]],[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,136,136,377],[[10,[37,42]]]],[[[74,[53]],122,136,136,377],[[10,[2,37]]]],[[[74,[53]],122,136,136],[[10,[37,42]]]],[[[74,[53]],122,136,136],[[10,[2,37]]]],[[[74,[53]],122],[[10,[37,42]]]],[[[74,[53]],122],[[10,[37,42]]]],[[[74,[53]],122,[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],122],[[10,[122,37]]]],[[[74,[53]],33,402,[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],33,402,[13,[122]]],[[10,[[10,[122,37]],42]]]],[[[74,[53]],122,[442,[135,-1]]],37,443],[[[74,[53]],122,130],[[10,[37,42]]]],[[[74,[53]],122,130],[[10,[37,42]]]],[[[74,[53]],122,129,129],[[10,[37,42]]]],[[[74,[53]],122,129,129],[[10,[2,37]]]],[[[74,[53]],122,[442,[133,-1]]],37,443],[[[74,[53]],122],[[10,[133,37]]]],[[[74,[53]],122,[442,[1018,-1]]],37,443],[[[74,[53]],122,136],[[10,[37,42]]]],[[[74,[53]],122,136],[[10,[2,37]]]],[[[74,[53]],122,401,401,404],[[10,[37,42]]]],[[[74,[53]],122,401,401,404],[[10,[2,37]]]],[[[74,[53]],122,[442,[60,-1]]],37,443],[[[74,[53]],122,[442,[146,-1]]],37,443],[[[74,[53]],122,[442,[[765,[-1]],-1]],136,[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],35,[442,[-1]],21],[[488,[35]]],443],[[[74,[53]],[10,[35,37]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[60,-1]],1036,[442,[-1]]],37,443],[[[74,[53]],122,122],[[10,[37,42]]]],[[[74,[53]],122,122],37],[[[74,[53]],122,1019,376,[442,[136,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,1019,376],[[10,[[10,[136,37]],42]]]],[[[74,[53]],122],[[10,[37,42]]]],[[[74,[53]],122,[442,[136,-1]]],37,443],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[[74,[53]],122,[442,[[441,[-1]],-1]],136,[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[441,[-1]],-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[1037,[-1]],33,21,21],[[10,[[10,[35,37]],42]]],443],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[[74,[53]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,23],[[10,[2,37]]]],[[[74,[53]],122,405,[442,[60,-1]],[442,[133,-1]]],37,443],[[447,169,117,122,405,23],[[10,[133,37]]]],[[[74,[53]],122,405,[442,[60,-1]],[442,[1018,-1]]],37,443],[[[74,[53]],122,405,[442,[60,-1]],401,401,404],[[10,[37,42]]],443],[[[74,[53]],122,405,23,401,401,404],[[10,[2,37]]]],[[[74,[53]],122,405,[442,[60,-1]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,405,23,122,23],[[10,[2,37]]]],[[[74,[53]],122,405,[442,[60,-1]],406,129,129,130,[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,405,23,406,129,129,130,[13,[122]]],[[10,[[10,[122,37]],42]]]],[[[74,[53]],122,[442,[60,-1]],[442,[60,-1]],[442,[-1]]],37,443],[[[74,[53]],122,[442,[60,-1]]],37,443],[[[74,[53]],122,23],[[10,[2,37]]]],[[[74,[53]],122,[442,[60,-1]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,23,122,23],[[10,[37,42]]]],[[[74,[53]],[442,[60,-1]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],23,122,23],[[10,[2,37]]]],[[[74,[53]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,23],[[10,[37,42]]]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1038]]],158],[-1,[[10,[1039]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[1039,1040],[-1,[],[]],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[484,409,[180,[166]]],1041],0,[[]],[[]],[[]],[[[6,[1041]],67],68],[[[50,[169]],167,122,168],[[10,[166,37]]]],[[[74,[53]],[442,[168,-1]],[442,[1040,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],[180,[[2,[[13,[122]],167,168]]]],-1],[[10,[37,42]]],22],[[1038,-1],10,161],[[1039,-1],10,161],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[[6,[-1]],67],68,[]],0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[74,[53]],16],[[10,[2,42]]]],[[[74,[53]],495],[[10,[37,42]]]],[[[74,[53]],495,401,1042],[[10,[37,42]]]],[[[74,[53]],[442,[60,-1]]],37,443],[[[74,[53]],[442,[[1043,[-1]],-1]]],491,443],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[74,[53]],[442,[60,-1]]],[[10,[2,42]]],443],[[[74,[53]],[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],23],[[10,[2,37]]]],[[[74,[53]],[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],[13,[122]]],[[10,[[10,[122,37]],42]]]],0,0,0,[[[50,[1044]]],172],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[[74,[53]],122,378,122,[442,[[1045,[-1]],-1]]],[[10,[37,42]]],443],[[[74,[53]],122,378,122,[13,[379]]],[[10,[[10,[2,37]],42]]]],0,0,[[1044,40],43],[-1,-1,[]],[-1,-1,[]],[[1046,1047],21],[[],35],[[],35],[1044,1048],[1044,2],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[122,[50,[[1049,[157]]]]],[[5,[1046]]]],[[122,1050,[50,[[1049,[157]]]]],[[50,[1044]]]],[[]],[[]],[[1046,1047],21],[[1046,1047],2],0,[[[50,[169]],156,[50,[[1049,[157]]]]],[[10,[[180,[159]],37]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[1044,2],0,[[[74,[53]],122,[442,[[1045,[-1]],-1]],491,401,[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[122,-1]],[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],[13,[122]],[13,[122]]],[[10,[[2,[122,122]],37]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[1051,2],0,[-1,-1,[]],0,[[[74,[53]],[442,[57,-1]],57,[442,[1052,-1]],[442,[1042,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[57,-1]],57,[442,[1052,-1]],[442,[1042,-1]]],[[10,[37,42]]],443],[[],35],[-1,-2,[],[]],[-1,[],[]],[[],[[10,[63,64]]]],[[]],[[[6,[1051]],67],[[68,[21]]]],0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[[74,[53]],[442,[57,-1]],[442,[1042,-1]]],37,443],[[[74,[53]],[442,[57,-1]],[442,[1042,-1]]],37,443],[[[74,[53]],[442,[60,-1]],[442,[-1]]],37,443],[[[74,[53]],[442,[448,-1]]],[[10,[37,42]]],443],[[[74,[53]],77],[[10,[[10,[2,37]],42]]]],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[448,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[449,-1]]],[[10,[37,42]]],443],[[[74,[53]],19],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[60,-1]],[442,[60,-1]],1053],[[10,[37,42]]],443],[[[74,[53]],23,23,24],[[10,[[10,[2,37]],42]]]],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[449,-1]]],[[10,[37,42]]],443],[[[74,[53]],19],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[1054,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[448,-1]],[442,[449,-1]],[442,[1052,-1]],[442,[1052,-1]]],[[10,[37,42]]],443],[[[74,[53]],77,19,[13,[65]],[13,[65]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[453,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[449,-1]]],[[10,[37,42]]],443],[[[74,[53]],19],[[10,[[10,[2,37]],42]]]],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[60,-1]],[442,[60,-1]]],[[10,[2,42]]],443],[[[74,[53]],[442,[60,-1]],[442,[60,-1]],[442,[60,-1]]],[[10,[2,42]]],443],0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1055]]],158],[35,2],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],0,[[]],[[[74,[53]],1042,[442,[1056,-1]]],[[10,[37,42]]],443],0,[[111,103,493,[13,[[2,[113,76]]]]],16],[[1055,-1],10,161],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[[74,[53]],[442,[1056,-1]]],37,443],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1057]]],158],[35,2],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[[74,[53]],[442,[1058,-1]],1059,[442,[1060,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[1058,-1]],1059,[442,[1060,-1]]],[[10,[37,42]]],443],[[1057,-1],10,161],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[[74,[53]],1056,[442,[1056,-1]]],37,443],[[[74,[53]],1056,495],[[10,[37,42]]]],[[[74,[53]],[442,[60,-1]],1042,[442,[60,-1]],[442,[60,-1]],1061,1061,1061,[442,[60,-1]],[442,[1062,-1]]],[[10,[37,42]]],443],[[[74,[53]],88,[13,[[180,[88]]]],[13,[[180,[88]]]],[13,[88]],1061,1061,1061],[[488,[[2,[1062,[74,[53]]]]]]]],[[[74,[53]],[442,[60,-1]],73,[442,[449,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]],122,130,[442,[122,-1]]],[[10,[37,42]]],443],[[53,122,130,21,[13,[122]]],[[10,[[10,[[2,[122,8,8]],37]],42]]]],[[[74,[53]],122,130,[442,[122,-1]],[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[450,-1]]],37,443],[[[74,[53]],122,[442,[450,-1]]],37,443],[[[74,[53]],122,[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,8],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,8],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,382,[442,[1042,-1]]],37,443],[[[74,[53]],122,382,[442,[136,-1]]],37,443],[[[74,[53]],122,382,[442,[1052,-1]]],37,443],[[[74,[53]],122,[442,[451,-1]],[442,[451,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,61,61],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[452,-1]],57],[[10,[37,42]]],443],[[[74,[53]],122,62,57],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[451,-1]],[442,[451,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,61,61],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[452,-1]],57],[[10,[37,42]]],443],[[[74,[53]],122,62,57],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122],[[10,[37,42]]]],[[[74,[53]],122,35],[[10,[[10,[2,37]],42]]]],[[[74,[53]],380,381,407,[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],380,381,407,[13,[122]]],[[10,[[10,[122,37]],42]]]],[[[74,[53]],122,[442,[[765,[-1]],-1]],1063,[442,[-1]],[442,[1064,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],1063,[442,[-1]],[442,[1064,-1]]],[[488,[35]]],443],[[[74,[53]],[10,[35,37]],[442,[-1]],[442,[1064,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],1063,[442,[-1]],[442,[1064,-1]],[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],1063,[442,[-1]],[442,[1064,-1]],[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[441,[-1]],-1]],408,[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[1037,[-1]],408],[[10,[[10,[35,37]],42]]],443],[[[74,[53]],122,122,136,136,[442,[136,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,122,136,136],[[10,[[10,[136,37]],42]]]],[[[74,[53]],122,[442,[[441,[-1]],-1]],408,[442,[450,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[1037,[-1]],408,8],[[10,[[10,[35,37]],42]]],443],[[[74,[53]],122,382,1042],[[10,[37,42]]]],[[[74,[53]],122,382,21],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,382,136],[[10,[37,42]]]],[[[74,[53]],122,382,136],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,382,[442,[1052,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,385,[13,[65]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,1065],[[10,[37,42]]]],[[[74,[53]],122,82],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[1066,-1]]],37,443],[[[74,[53]],[442,[1067,-1]],[442,[1068,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[1067,-1]],1068],[[10,[2,42]]],443],[[[74,[53]],16],[[10,[2,42]]]],[[[74,[53]],[442,[1069,-1]]],37,443],[[[74,[53]],1069],[[10,[37,42]]]],[[[74,[53]],1069],[[10,[37,42]]]],[[[74,[53]],[442,[-1]]],37,443],[[[74,[53]],1069,495],[[10,[37,42]]]],[[[74,[53]],401],[[10,[37,42]]]],[[[74,[53]],401],[[10,[37,42]]]],[[111,103,[50,[493]],[13,[[2,[113,76]]]]],[[10,[1069,37]]]],[[[74,[53]],[442,[[1043,[-1]],-1]]],[[10,[1069,37]]],443],[[[74,[53]],[50,[493]],384,[13,[[2,[113,76]]]]],[[10,[2,37]]]],[[[74,[53]],[442,[[1043,[-1]],-1]],[442,[1069,-1]]],37,443],[[[74,[53]],[442,[1017,-1]]],37,443],[[[74,[53]],[442,[1017,-1]]],[[10,[37,42]]],443],[[[74,[53]],410],[[10,[2,37]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],406],[[406,406],406],[[406,406],2],[[406,406],406],[[406,406],2],[406,73],0,[[406,406],406],[[406,406],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[441,[-1]]],[[441,[-1]]],[286,443]],[[[765,[-1]]],[[765,[-1]]],[286,443]],[1054,1054],[451,451],[1070,1070],[1071,1071],[1072,1072],[1073,1073],[1074,1074],[452,452],[1075,1075],[1076,1076],[1077,1077],[449,449],[1078,1078],[450,450],[1079,1079],[448,448],[453,453],[406,406],[1080,1080],[1081,1081],[1082,1082],[1061,1061],[407,407],[1042,1042],[1052,1052],[495,495],[1083,1083],[1084,1084],[1085,1085],[1086,1086],[1087,1087],[1088,1088],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[406,406],126],[[-1,-2],126,[],[]],[406,406],[[406,406],21],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[406]]],158],[-1,[[10,[1080]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[407]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[406,406],406],0,[1035,[[180,[60,4]]]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[],406],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[441,[-1]],[441,[-1]]],21,[]],[[[765,[-1]],[765,[-1]]],21,[]],[[1054,1054],21],[[451,451],21],[[1070,1070],21],[[1071,1071],21],[[1072,1072],21],[[1073,1073],21],[[1074,1074],21],[[452,452],21],[[1075,1075],21],[[1076,1076],21],[[406,406],21],[[1080,1080],21],[[1082,1082],21],[[1061,1061],21],[[407,407],21],[[1042,1042],21],[[495,495],21],[[1088,1088],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[406,-1],2,534],0,0,[[[441,[-1]],40],[[10,[2,41]]],[430,443]],[[[765,[-1]],40],[[10,[2,41]]],[430,443]],[[1054,40],[[10,[2,41]]]],[[451,40],[[10,[2,41]]]],[[1070,40],[[10,[2,41]]]],[[1071,40],[[10,[2,41]]]],[[1072,40],[[10,[2,41]]]],[[1073,40],[[10,[2,41]]]],[[1074,40],[[10,[2,41]]]],[[452,40],[[10,[2,41]]]],[[1075,40],[[10,[2,41]]]],[[1076,40],[[10,[2,41]]]],[[1077,40],[[10,[2,41]]]],[[449,40],[[10,[2,41]]]],[[1078,40],[[10,[2,41]]]],[[450,40],[[10,[2,41]]]],[[1079,40],[[10,[2,41]]]],[[448,40],[[10,[2,41]]]],[[453,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[1080,40],[[10,[2,41]]]],[[1081,40],[[10,[2,41]]]],[[1082,40],[[10,[2,41]]]],[[1061,40],[[10,[2,41]]]],[[407,40],[[10,[2,41]]]],[[1042,40],[[10,[2,41]]]],[[1042,40],[[10,[2,41]]]],[[1052,40],[[10,[2,41]]]],[[495,40],[[10,[2,41]]]],[[1083,40],[[10,[2,41]]]],[[1084,40],[[10,[2,41]]]],[[1085,40],[[10,[2,41]]]],[[1086,40],[[10,[2,41]]]],[[1087,40],[[10,[2,41]]]],[[1088,40],[[10,[2,41]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[73,[[13,[406]]]],[73,406],[73,406],[73,406],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,406,534],[[],406],[[],1080],[[],1082],[[],1061],[[],407],[[],1042],[[],495],[[],1088],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[406,-1],2,142],[[495,-1],2,142],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[406,406],2],[[406,406],406],[[406,406],21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],0,0,0,0,0,[406,21],[406,21],[[406,-1],21,87],[[1080,-1],21,87],[[1082,-1],21,87],[[1061,-1],21,87],[[407,-1],21,87],[[1042,-1],21,87],[[495,-1],21,87],[[1088,-1],21,87],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[406,406],0,0,0,0,0,0,0,[[406,406],[[13,[126]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[129,2],0,[[406,406],2],0,0,0,[[406,-1],10,161],[[1080,-1],10,161],[[407,-1],10,161],[[406,406,21],2],0,[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],0,0,[[406,406],406],[[406,406],2],0,[[406,406],406],0,0,0,0,0,[406],[1080],[1082],[1061],[407],[1042],[495],[1088],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[[406,406],2],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[73,[[10,[407,[390,[407]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[60,[[10,[495,[390,[495]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[],[[10,[407,[390,[407]]]]]],[[],[[10,[495,[390,[495]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,0,0,0,[[406,406],406],0,0,[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[[[441,[-1]],[70,[[72,[60]]]]],2,443],[[[765,[-1]],[70,[[72,[60]]]]],2,443],[[1054,[70,[[72,[60]]]]],2],[[451,[70,[[72,[60]]]]],2],[[1070,[70,[[72,[60]]]]],2],[[1071,[70,[[72,[60]]]]],2],[[1072,[70,[[72,[60]]]]],2],[[1073,[70,[[72,[60]]]]],2],[[1074,[70,[[72,[60]]]]],2],[[452,[70,[[72,[60]]]]],2],[[1075,[70,[[72,[60]]]]],2],[[1076,[70,[[72,[60]]]]],2],[[1077,[70,[[72,[60]]]]],2],[[449,[70,[[72,[60]]]]],2],[[1078,[70,[[72,[60]]]]],2],[[450,[70,[[72,[60]]]]],2],[[1079,[70,[[72,[60]]]]],2],[[448,[70,[[72,[60]]]]],2],[[453,[70,[[72,[60]]]]],2],[[406,[70,[[72,[60]]]]],2],[[1080,[70,[[72,[60]]]]],2],[[1081,[70,[[72,[60]]]]],2],[[1082,[70,[[72,[60]]]]],2],[[1061,[70,[[72,[60]]]]],2],[[407,[70,[[72,[60]]]]],2],[[1042,[70,[[72,[60]]]]],2],[[1052,[70,[[72,[60]]]]],2],[[495,[70,[[72,[60]]]]],2],[[1083,[70,[[72,[60]]]]],2],[[1084,[70,[[72,[60]]]]],2],[[1085,[70,[[72,[60]]]]],2],[[1086,[70,[[72,[60]]]]],2],[[1087,[70,[[72,[60]]]]],2],[[1088,[70,[[72,[60]]]]],2],0,[1035,[[180,[60,4]]]],0,0,0,0,0,0,0,0,0,0,[129,2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[[],129],[[],130],[[],404],[[],1089],[[],1090],[[],1091],[[],1059],[[],1092],[[],1050],[[],129],[-1,14,[]],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[129,33],[130,73],[404,73],[1089,57],[1090,73],[1091,73],[1059,57],[1092,73],[1050,57],0,0,0,0,0,0,0,0,0,0,[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[375,375],[1093,1093],[37,37],[129,129],[155,155],[1094,1094],[1035,1035],[377,377],[130,130],[135,135],[404,404],[1089,1089],[1090,1090],[1095,1095],[1096,1096],[1097,1097],[1091,1091],[1098,1098],[381,381],[1066,1066],[382,382],[1053,1053],[380,380],[1018,1018],[133,133],[1020,1020],[376,376],[1017,1017],[1058,1058],[1099,1099],[1062,1062],[1100,1100],[1101,1101],[146,146],[1102,1102],[1059,1059],[1103,1103],[1104,1104],[1092,1092],[1105,1105],[1106,1106],[1107,1107],[1021,1021],[168,168],[1108,1108],[1067,1067],[1040,1040],[1022,1022],[1109,1109],[1060,1060],[[[1043,[-1]]],[[1043,[-1]]],[286,443]],[16,16],[1050,1050],[378,378],[379,379],[[[1110,[-1]]],[[1110,[-1]]],[286,443]],[[[1045,[-1]]],[[1045,[-1]]],[286,443]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[37,37],126],[[129,129],126],[[130,130],126],[[404,404],126],[[1089,1089],126],[[1090,1090],126],[[1091,1091],126],[[1059,1059],126],[[1092,1092],126],[[1067,1067],126],[[16,16],126],[[1050,1050],126],[[379,379],126],0,[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[129,129],[130,130],[404,404],[1089,1089],[1090,1090],[1091,1091],[1059,1059],[1092,1092],[1050,1050],[[129,129],21],[[130,130],21],[[404,404],21],[[1089,1089],21],[[1090,1090],21],[[1091,1091],21],[[1059,1059],21],[[1092,1092],21],[[1050,1050],21],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],133],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[-1,[[10,[375]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[37]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[129]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[377]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[130]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[404]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1091]]],158],[-1,[[10,[1098]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[381]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[382]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[380]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[376]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1017]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[16]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1050]]],158],[-1,[[10,[378]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[379]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[],129],[[],130],[[],404],[[],1089],[[],1090],[[],1091],[[],1059],[[],1092],[[],1050],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[375,375],21],[[1093,1093],21],[[37,37],21],[[129,129],21],[[155,155],21],[[377,377],21],[[130,130],21],[[404,404],21],[[1089,1089],21],[[1090,1090],21],[[1097,1097],21],[[1091,1091],21],[[381,381],21],[[1066,1066],21],[[382,382],21],[[1053,1053],21],[[380,380],21],[[1020,1020],21],[[376,376],21],[[1017,1017],21],[[1059,1059],21],[[1103,1103],21],[[1092,1092],21],[[1067,1067],21],[[16,16],21],[[1050,1050],21],[[378,378],21],[[379,379],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,0,0,0,0,0,0,[[129,-1],2,534],[[130,-1],2,534],[[404,-1],2,534],[[1089,-1],2,534],[[1090,-1],2,534],[[1091,-1],2,534],[[1059,-1],2,534],[[1092,-1],2,534],[[1050,-1],2,534],0,0,0,0,0,0,0,0,0,0,0,[[375,40],[[10,[2,41]]]],[[1093,40],[[10,[2,41]]]],[[37,40],[[10,[2,41]]]],[[37,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[155,40],[[10,[2,41]]]],[[1094,40],[[10,[2,41]]]],[[1035,40],[[10,[2,41]]]],[[377,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[135,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1095,40],[[10,[2,41]]]],[[1096,40],[[10,[2,41]]]],[[1097,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1098,40],[[10,[2,41]]]],[[381,40],[[10,[2,41]]]],[[1066,40],[[10,[2,41]]]],[[382,40],[[10,[2,41]]]],[[382,40],[[10,[2,41]]]],[[1053,40],[[10,[2,41]]]],[[380,40],[[10,[2,41]]]],[[1018,40],[[10,[2,41]]]],[[133,40],[[10,[2,41]]]],[[1020,40],[[10,[2,41]]]],[[376,40],[[10,[2,41]]]],[[1017,40],[[10,[2,41]]]],[[1058,40],[[10,[2,41]]]],[[1099,40],[[10,[2,41]]]],[[1062,40],[[10,[2,41]]]],[[1100,40],[[10,[2,41]]]],[[1101,40],[[10,[2,41]]]],[[146,40],[[10,[2,41]]]],[[1102,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1103,40],[[10,[2,41]]]],[[1104,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1021,40],[[10,[2,41]]]],[[168,40],[[10,[2,41]]]],[[1067,40],[[10,[2,41]]]],[[1040,40],[[10,[2,41]]]],[[1022,40],[[10,[2,41]]]],[[1060,40],[[10,[2,41]]]],[[[1043,[-1]],40],[[10,[2,41]]],443],[[16,40],[[10,[2,41]]]],[[16,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[378,40],[[10,[2,41]]]],[[379,40],[[10,[2,41]]]],[[[1110,[-1]],40],[[10,[2,41]]],443],[[[1045,[-1]],40],[[10,[2,41]]],443],[-1,-1,[]],[270,375],[1093,375],[342,375],[375,1093],[-1,-1,[]],[-1,-1,[]],[52,37],[39,37],[16,37],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[344,377],[272,377],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[1095,1096],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[280,381],[-1,-1,[]],[352,381],[-1,-1,[]],[281,382],[-1,-1,[]],[353,382],[-1,-1,[]],[-1,-1,[]],[351,380],[279,380],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[271,376],[343,376],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[1021,168],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[37,16],[274,16],[491,16],[-1,-1,[]],[346,16],[-1,-1,[]],[348,378],[-1,-1,[]],[276,378],[349,379],[277,379],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[33,[[13,[129]]]],[73,[[13,[130]]]],[73,[[13,[404]]]],[57,[[13,[1089]]]],[73,[[13,[1090]]]],[73,[[13,[1091]]]],[57,[[13,[1059]]]],[73,[[13,[1092]]]],[57,[[13,[1050]]]],[33,129],[73,130],[73,404],[57,1089],[73,1090],[73,1091],[57,1059],[73,1092],[33,129],[73,130],[73,404],[57,1089],[73,1090],[73,1091],[57,1059],[73,1092],[57,1050],[33,129],[73,130],[73,404],[57,1089],[73,1090],[73,1091],[57,1059],[73,1092],[57,1050],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,129,534],[-1,130,534],[-1,404,534],[-1,1089,534],[-1,1090,534],[-1,1091,534],[-1,1059,534],[-1,1092,534],[-1,1050,534],[[],375],[[],1093],[[],37],[[],129],[[],155],[[],377],[[],130],[[],404],[[],1097],[[],381],[[],1066],[[],382],[[],1053],[[],380],[[],1020],[[],376],[[],1059],[[],1103],[[],16],[[],378],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],0,0,0,0,[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],0,[[375,-1],2,142],[[1093,-1],2,142],[[37,-1],2,142],[[129,-1],2,142],[[130,-1],2,142],[[404,-1],2,142],[[1089,-1],2,142],[[1090,-1],2,142],[[1091,-1],2,142],[[1059,-1],2,142],[[1092,-1],2,142],[[1067,-1],2,142],[[1050,-1],2,142],[[378,-1],2,142],[[379,-1],2,142],0,0,0,0,0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],21],[[130,130],21],[[404,404],21],[[1089,1089],21],[[1090,1090],21],[[1091,1091],21],[[1059,1059],21],[[1092,1092],21],[[1050,1050],21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[129,21],[130,21],[404,21],[1089,21],[1090,21],[1091,21],[1059,21],[1092,21],[1050,21],[129,21],[130,21],[404,21],[1089,21],[1090,21],[1091,21],[1059,21],[1092,21],[1050,21],[[375,-1],21,87],[[1093,-1],21,87],[[37,-1],21,87],[[129,-1],21,87],[[155,-1],21,87],[[377,-1],21,87],[[130,-1],21,87],[[404,-1],21,87],[[1097,-1],21,87],[[381,-1],21,87],[[1066,-1],21,87],[[382,-1],21,87],[[1053,-1],21,87],[[380,-1],21,87],[[1020,-1],21,87],[[376,-1],21,87],[[1059,-1],21,87],[[1103,-1],21,87],[[16,-1],21,87],[[378,-1],21,87],[16,21],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[37,23],0,[37,23],0,[129,129],[130,130],[404,404],[1089,1089],[1090,1090],[1091,1091],[1059,1059],[1092,1092],[1050,1050],0,0,0,[[37,37],[[13,[126]]]],[[129,129],[[13,[126]]]],[[130,130],[[13,[126]]]],[[404,404],[[13,[126]]]],[[1089,1089],[[13,[126]]]],[[1090,1090],[[13,[126]]]],[[1091,1091],[[13,[126]]]],[[1059,1059],[[13,[126]]]],[[1092,1092],[[13,[126]]]],[[1067,1067],[[13,[126]]]],[[16,16],[[13,[126]]]],[[1050,1050],[[13,[126]]]],[[379,379],[[13,[126]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[16,491],0,[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],0,0,0,0,[[375,-1],10,161],[[37,-1],10,161],[[129,-1],10,161],[[377,-1],10,161],[[130,-1],10,161],[[404,-1],10,161],[[1091,-1],10,161],[[1098,-1],10,161],[[381,-1],10,161],[[382,-1],10,161],[[380,-1],10,161],[[376,-1],10,161],[[1017,-1],10,161],[[16,-1],10,161],[[1050,-1],10,161],[[378,-1],10,161],[[379,-1],10,161],[[129,129,21],2],[[130,130,21],2],[[404,404,21],2],[[1089,1089,21],2],[[1090,1090,21],2],[[1091,1091,21],2],[[1059,1059,21],2],[[1092,1092,21],2],[[1050,1050,21],2],0,[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],0,0,0,0,[146,[[13,[1105]]]],0,0,0,[375],[1093],[37],[129],[155],[377],[130],[404],[1097],[381],[1066],[382],[1053],[380],[1020],[376],[1059],[1103],[16],[378],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[129,[[13,[23]]]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[57,[[10,[375,[390,[375]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[57,[[10,[1093,[390,[1093]]]]]],[-1,[[10,[-2]]],[],[]],[73,[[10,[37,[390,[37]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[57,[[10,[378,[390,[378]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[],[[10,[375,[390,[375]]]]]],[[],[[10,[1093,[390,[1093]]]]]],[[],[[10,[37,[390,[37]]]]]],[[],[[10,[378,[390,[378]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,0,0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,0,0,0,0,[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[1105,1101],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],0,[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[[375,[70,[[72,[60]]]]],2],[[1093,[70,[[72,[60]]]]],2],[[37,[70,[[72,[60]]]]],2],[[129,[70,[[72,[60]]]]],2],[[155,[70,[[72,[60]]]]],2],[[1094,[70,[[72,[60]]]]],2],[[1035,[70,[[72,[60]]]]],2],[[377,[70,[[72,[60]]]]],2],[[130,[70,[[72,[60]]]]],2],[[135,[70,[[72,[60]]]]],2],[[404,[70,[[72,[60]]]]],2],[[1089,[70,[[72,[60]]]]],2],[[1090,[70,[[72,[60]]]]],2],[[1095,[70,[[72,[60]]]]],2],[[1096,[70,[[72,[60]]]]],2],[[1097,[70,[[72,[60]]]]],2],[[1091,[70,[[72,[60]]]]],2],[[1098,[70,[[72,[60]]]]],2],[[381,[70,[[72,[60]]]]],2],[[1066,[70,[[72,[60]]]]],2],[[382,[70,[[72,[60]]]]],2],[[1053,[70,[[72,[60]]]]],2],[[380,[70,[[72,[60]]]]],2],[[1018,[70,[[72,[60]]]]],2],[[133,[70,[[72,[60]]]]],2],[[1020,[70,[[72,[60]]]]],2],[[376,[70,[[72,[60]]]]],2],[[1017,[70,[[72,[60]]]]],2],[[1058,[70,[[72,[60]]]]],2],[[1099,[70,[[72,[60]]]]],2],[[1062,[70,[[72,[60]]]]],2],[[1100,[70,[[72,[60]]]]],2],[[1101,[70,[[72,[60]]]]],2],[[146,[70,[[72,[60]]]]],2],[[1102,[70,[[72,[60]]]]],2],[[1059,[70,[[72,[60]]]]],2],[[1103,[70,[[72,[60]]]]],2],[[1104,[70,[[72,[60]]]]],2],[[1021,[70,[[72,[60]]]]],2],[[168,[70,[[72,[60]]]]],2],[[1067,[70,[[72,[60]]]]],2],[[1040,[70,[[72,[60]]]]],2],[[1022,[70,[[72,[60]]]]],2],[[1060,[70,[[72,[60]]]]],2],[[[1043,[-1]],[70,[[72,[60]]]]],2,443],[[1050,[70,[[72,[60]]]]],2],[[378,[70,[[72,[60]]]]],2],[[[1045,[-1]],[70,[[72,[60]]]]],2,443],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[55,55],[[-1,-2],2,[],[]],[[55,55],126],[[-1,-2],126,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,[[55,55],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[55,40],43],[-1,-1,[]],[55,23],[[58,21],[[13,[55]]]],[[58,21],[[13,[[59,[55]]]]]],[[],35],[-1,-2,[],[]],[58,21],[58,21],[[],[[10,[63,64]]]],[39,37],[49,37],0,[[55,55],[[13,[126]]]],[[]],0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[],108],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[1111,1111],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[1111,40],43],[-1,-1,[]],[2,1111],[[],35],[-1,-2,[],[]],[1111,2],[-1,172,[]],[[],[[10,[63,64]]]],[[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[1111,2],[1111,2],0,0,[-1,411,[]],[-1,411,[]],[-1,412,[]],[-1,413,[]],[-1,413,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,412,676],[[10,[[13,[677]],52]]],[]],[[-1,412,676],[[10,[[13,[677]],52]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[[1112,[-1]]],[],[]],[35,-1,[]],[35,-1,[]],[[[1113,[-1]]],[],[]],[35,-1,[]],[[[1113,[-1]]],[],[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[[1112,[-1]]],2,140],[35,2],[[[1113,[-1]]],2,140],[[[1112,[-1]],40],43,430],[[[1112,[-1]],40],43,431],[[[1113,[-1]],40],43,430],[[[1113,[-1]],40],43,431],[-1,-1,[]],[-1,-1,[]],0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[[1112,[-1]]],[[50,[[151,[-1]]]]],[]],[[[1113,[-1]]],[[50,[[151,[-1]]]]],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[-1,612],[[6,[[5,[3,4]]]]],[]],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[-1,612],[[6,[[5,[3,4]]]]],[]],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[[[50,[[151,[-1]]]]],[[1114,[[1112,[-1]]]]],[]],[[[50,[[151,[-1]]]]],[[1114,[[1113,[-1]]]]],[]],[-1,144,[]],[-1,144,[]],[-1,439,[]],0,0,[[]],[[]],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[-1,100],[[10,[147,28]]],[]],[[-1,100],[[10,[147,28]]],[]],[[[50,[[151,[-1]]]]],[[1114,[[1112,[-1]]]]],[]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[-1,-2],[[10,[-3,49]]],[],[3,84],84],[[-1,-2],[[10,[-3,49]]],[],[3,84],84],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[-1,58,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,58,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,[5,[22,4]]],[[10,[2,52]]],[]],[[-1,680],[[10,[2,52]]],[]],[[-1,680],[[10,[2,52]]],[]],[-1,[[10,[35,52]]],[]],[-1,[[10,[35,52]]],[]],[-1,88,[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[50,[[151,[-1]]]]],[[1114,[[1113,[-1]]]]],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,25,26],[25,25],[[-1,-2],2,[],[]],[[],25],[35,-1,[]],[35,-1,[]],[[[70,[60]]],[[10,[25,1115]]]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[25]]],158],[35,2],[[25,40],43],[-1,-1,[]],0,[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[-1,25],2,26],[[25,-1],10,161],[25,[[10,[[180,[60]],1115]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],1116],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[1116,40],43],[-1,-1,[]],[1116,172],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[21,1116],[[]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[1116,65],21],[1116,2],0],"c":[880,18264,18265,18266,21015],"p":[[3,"Private",30324],[15,"tuple"],[8,"Future",12975],[3,"Global",30325],[3,"Box",30326],[3,"Pin",17420],[3,"LocalTcpListener",0],[4,"SocketAddr",17420],[4,"NetworkError",30327],[4,"Result",30328],[3,"LocalTcpStream",0],[3,"LocalUdpSocket",0],[4,"Option",30329],[8,"Error",30330],[4,"WasiRuntimeError",0],[4,"ExitCode",26912],[3,"DuplexPipe",0],[3,"Pipe",0],[4,"IpAddr",17420],[3,"LocalNetworking",0],[15,"bool"],[8,"FnOnce",30331],[15,"str"],[4,"StreamSecurity",17420],[3,"StoreSnapshot",30259],[8,"AsStoreMut",17420],[3,"ExtendedFsError",0],[4,"FsError",0],[3,"WasiVFork",0],[3,"PipeTx",30332],[3,"PipeRx",30332],[8,"VirtualFile",0],[15,"u64"],[3,"UnsupportedVirtualNetworking",0],[15,"usize"],[3,"With",30333],[4,"Errno",26912],[3,"Bytes",17420],[3,"Error",21103],[3,"Formatter",30334],[3,"Error",30334],[4,"WasiError",0],[6,"Result",30334],[4,"SpawnError",0],[4,"InstantiationError",30335],[4,"ControlPlaneError",11111],[3,"RuntimeError",17420],[4,"ExportError",30336],[3,"Error",30337],[3,"Arc",17420],[4,"WasiStateCreationError",16610],[4,"WasiThreadError",11779],[3,"WasiEnv",16836],[3,"FunctionEnv",17420],[4,"WasiVersion",30049],[3,"Imports",30338],[15,"u32"],[3,"Module",17420],[3,"BTreeSet",30339],[15,"u8"],[3,"Ipv4Addr",17420],[3,"Ipv6Addr",17420],[3,"Layout",30340],[3,"LayoutError",30340],[3,"Duration",17420],[4,"MemoryAccessError",17420],[3,"Context",17420],[4,"Poll",17420],[3,"ReadBuf",12975],[15,"slice"],[3,"IoSlice",21103],[19,"MaybeUninit",30341],[15,"u16"],[3,"FunctionEnvMut",17420],[8,"Serialize",30342],[4,"RewindResultType",11779],[3,"IpCidr",30327],[3,"Function",17420],[4,"Value",17420],[4,"SeekFrom",21103],[8,"InterestHandler",30343],[4,"Shutdown",30344],[3,"JoinError",30345],[8,"Send",30346],[4,"SocketStatus",30327],[3,"Instance",17420],[8,"AsStoreRef",17420],[3,"String",30347],[8,"VirtualTcpSocket",30327],[3,"TypeId",30348],[8,"Sync",30346],[8,"Any",30348],[3,"Exports",30336],[8,"Into",30349],[3,"Arguments",30334],[3,"BinFactory",776],[8,"FileSystem",17420],[3,"BinaryPackage",857],[4,"Executable",776],[3,"Path",17420],[8,"Runtime",14055],[3,"TaskWasmRunProperties",16169],[3,"Store",17420],[3,"TaskJoinHandle",11646],[3,"BinaryPackageCommand",857],[4,"PackageSource",30350],[3,"Container",30351],[4,"ModuleHash",30352],[3,"Command",30353],[3,"OwnedBuffer",30354],[3,"WasiFunctionEnv",17016],[3,"WasiThreadRunGuard",11779],[3,"RewindState",12490],[6,"TaskWasmRecycle",16169],[3,"Capabilities",945],[3,"CapabilityThreadingV1",945],[3,"WasiInodes",1011],[3,"InodeVal",1436],[3,"InodeGuard",1011],[3,"Inode",1011],[3,"WasiFdSeed",1011],[6,"Fd",26912],[3,"InodeWeakGuard",1011],[4,"WasiFsRoot",1011],[3,"WasiFs",1011],[4,"Ordering",30355],[6,"Result",30356],[3,"FallbackFileSystem",1011],[3,"Rights",26912],[3,"Fdflags",26912],[4,"Kind",1436],[4,"Cow",17420],[3,"Filestat",26912],[15,"never"],[3,"Fdstat",26912],[6,"Filesize",26912],[3,"WasiInodesProtected",1011],[3,"Fd",1436],[8,"Hash",30357],[8,"Sized",30346],[8,"BuildHasher",30357],[8,"Hasher",30357],[3,"Metadata",30356],[3,"OpenOptions",30356],[3,"PreopenedDir",16610],[3,"Prestat",26912],[3,"ReadDir",30356],[3,"PathBuf",30358],[6,"BoxFuture",30359],[3,"HashMap",17420],[3,"RwLock",30360],[3,"InodeValFileReadGuard",1647],[3,"InodeValFileWriteGuard",1647],[3,"FileType",30356],[4,"Filetype",26912],[3,"EpollFd",1436],[3,"EpollInterest",1436],[8,"Deserializer",30361],[4,"EpollJoinGuard",1436],[3,"RwLockReadGuard",30360],[8,"Serializer",30342],[3,"RwLockWriteGuard",30360],[4,"InodeValFilePollGuardMode",1647],[3,"WasiStateFileGuard",1647],[3,"InodeValFilePollGuardJoin",1647],[3,"InodeValFilePollGuard",1647],[15,"i16"],[3,"Subscription",26912],[3,"WasiState",16455],[6,"Result",21103],[3,"NotificationState",1845],[3,"Waker",30362],[3,"NotificationInner",1845],[8,"HttpClient",1933],[3,"HttpRequest",1933],[3,"HttpResponse",1933],[3,"HttpClientCapabilityV1",1933],[3,"HttpRequestOptions",1933],[3,"Request",30363],[3,"Vec",30364],[3,"Parts",30363],[3,"ReqwestHttpClient",2062],[3,"Proxy",30365],[3,"FilteredJournalBuilder",2099],[4,"JournalEntry",2099],[4,"JournalEntryRecordType",2099],[4,"ComponentExternName",30366],[3,"AlignedCowVec",2099],[3,"AlignedCowStr",2099],[8,"ReadableJournal",2099],[3,"RecombinedJournal",2099],[3,"BufferedJournal",2099],[3,"BufferedJournalRx",2099],[3,"CompactingJournalRx",2099],[3,"CompactingJournal",2099],[3,"CompactingLogFileJournal",2099],[3,"CompactingLogFileJournalRx",2099],[3,"CountingJournal",2099],[3,"FilteredJournal",2099],[3,"FilteredJournalRx",2099],[3,"LogFileJournal",2099],[3,"LogFileJournalRx",2099],[3,"MemFileJournal",2099],[3,"NullJournal",2099],[3,"PipeJournal",2099],[3,"PipeJournalRx",2099],[3,"PrintingJournal",2099],[3,"UnsupportedJournal",2099],[3,"LogFileJournalTx",2099],[3,"OffloadBackingStore",30367],[8,"Journal",2099],[4,"ArchivedJournalEntryRecordType",2099],[4,"EnumCheckError",30368],[3,"ArchivedJournalEntryInitModuleV1",2099],[3,"StructCheckError",30368],[3,"ArchivedJournalEntryClearEtherealV1",2099],[3,"ArchivedJournalEntryProcessExitV1",2099],[3,"ArchivedJournalEntrySetThreadV1",2099],[3,"ArchivedJournalEntryCloseThreadV1",2099],[3,"ArchivedJournalEntryFileDescriptorSeekV1",2099],[3,"ArchivedJournalEntryFileDescriptorWriteV1",2099],[3,"ArchivedJournalEntryUpdateMemoryRegionV1",2099],[3,"ArchivedJournalEntrySetClockTimeV1",2099],[3,"ArchivedJournalEntryOpenFileDescriptorV1",2099],[3,"ArchivedJournalEntryCloseFileDescriptorV1",2099],[3,"ArchivedJournalEntryRenumberFileDescriptorV1",2099],[3,"ArchivedJournalEntryDuplicateFileDescriptorV1",2099],[3,"ArchivedJournalEntryCreateDirectoryV1",2099],[3,"ArchivedJournalEntryRemoveDirectoryV1",2099],[3,"ArchivedJournalEntryPathSetTimesV1",2099],[3,"ArchivedJournalEntryFileDescriptorSetTimesV1",2099],[3,"ArchivedJournalEntryFileDescriptorSetSizeV1",2099],[3,"ArchivedJournalEntryFileDescriptorSetFlagsV1",2099],[3,"ArchivedJournalEntryFileDescriptorSetRightsV1",2099],[3,"ArchivedJournalEntryFileDescriptorAdviseV1",2099],[3,"ArchivedJournalEntryFileDescriptorAllocateV1",2099],[3,"ArchivedJournalEntryCreateHardLinkV1",2099],[3,"ArchivedJournalEntryCreateSymbolicLinkV1",2099],[3,"ArchivedJournalEntryUnlinkFileV1",2099],[3,"ArchivedJournalEntryPathRenameV1",2099],[3,"ArchivedJournalEntryChangeDirectoryV1",2099],[3,"ArchivedJournalEntryEpollCreateV1",2099],[3,"ArchivedJournalEntryEpollCtlV1",2099],[3,"ArchivedJournalEntryTtySetV1",2099],[3,"ArchivedJournalEntryCreatePipeV1",2099],[3,"ArchivedJournalEntryCreateEventV1",2099],[3,"ArchivedJournalEntryPortAddAddrV1",2099],[3,"ArchivedJournalEntryPortDelAddrV1",2099],[3,"ArchivedJournalEntryPortBridgeV1",2099],[3,"ArchivedJournalEntryPortGatewaySetV1",2099],[3,"ArchivedJournalEntryPortRouteAddV1",2099],[3,"ArchivedJournalEntryPortRouteDelV1",2099],[3,"ArchivedJournalEntrySocketOpenV1",2099],[3,"ArchivedJournalEntrySocketListenV1",2099],[3,"ArchivedJournalEntrySocketBindV1",2099],[3,"ArchivedJournalEntrySocketConnectedV1",2099],[3,"ArchivedJournalEntrySocketAcceptedV1",2099],[3,"ArchivedJournalEntrySocketJoinIpv4MulticastV1",2099],[3,"ArchivedJournalEntrySocketJoinIpv6MulticastV1",2099],[3,"ArchivedJournalEntrySocketLeaveIpv4MulticastV1",2099],[3,"ArchivedJournalEntrySocketLeaveIpv6MulticastV1",2099],[3,"ArchivedJournalEntrySocketSendFileV1",2099],[3,"ArchivedJournalEntrySocketSendToV1",2099],[3,"ArchivedJournalEntrySocketSendV1",2099],[3,"ArchivedJournalEntrySocketSetOptFlagV1",2099],[3,"ArchivedJournalEntrySocketSetOptSizeV1",2099],[3,"ArchivedJournalEntrySocketSetOptTimeV1",2099],[3,"ArchivedJournalEntrySocketShutdownV1",2099],[3,"ArchivedJournalEntrySnapshotV1",2099],[4,"ArchivedJournalSnapshot0ClockidV1",2099],[4,"ArchivedJournalWhenceV1",2099],[4,"ArchivedJournalAdviceV1",2099],[3,"ArchivedJournalIpCidrV1",2099],[4,"ArchivedJournalExitCodeV1",2099],[4,"ArchivedJournalSnapshotTriggerV1",2099],[4,"ArchivedJournalEpollCtlV1",2099],[3,"ArchivedJournalEpollEventCtlV1",2099],[4,"ArchivedJournalStreamSecurityV1",2099],[4,"ArchivedJournalAddressfamilyV1",2099],[4,"ArchivedJournalSocktypeV1",2099],[4,"ArchivedJournalSockoptionV1",2099],[4,"ArchivedJournalTimeTypeV1",2099],[4,"ArchivedJournalSocketShutdownV1",2099],[4,"ArchivedJournalThreadStartTypeV1",2099],[3,"ArchivedJournalWasiMemoryLayout",2099],[8,"Clone",30369],[3,"JournalEntryInitModuleV1",2099],[3,"JournalEntryClearEtherealV1",2099],[3,"JournalEntryProcessExitV1",2099],[3,"JournalEntrySetThreadV1",2099],[3,"JournalEntryCloseThreadV1",2099],[3,"JournalEntryFileDescriptorSeekV1",2099],[3,"JournalEntryFileDescriptorWriteV1",2099],[3,"JournalEntryUpdateMemoryRegionV1",2099],[3,"JournalEntrySetClockTimeV1",2099],[3,"JournalEntryOpenFileDescriptorV1",2099],[3,"JournalEntryCloseFileDescriptorV1",2099],[3,"JournalEntryRenumberFileDescriptorV1",2099],[3,"JournalEntryDuplicateFileDescriptorV1",2099],[3,"JournalEntryCreateDirectoryV1",2099],[3,"JournalEntryRemoveDirectoryV1",2099],[3,"JournalEntryPathSetTimesV1",2099],[3,"JournalEntryFileDescriptorSetTimesV1",2099],[3,"JournalEntryFileDescriptorSetSizeV1",2099],[3,"JournalEntryFileDescriptorSetFlagsV1",2099],[3,"JournalEntryFileDescriptorSetRightsV1",2099],[3,"JournalEntryFileDescriptorAdviseV1",2099],[3,"JournalEntryFileDescriptorAllocateV1",2099],[3,"JournalEntryCreateHardLinkV1",2099],[3,"JournalEntryCreateSymbolicLinkV1",2099],[3,"JournalEntryUnlinkFileV1",2099],[3,"JournalEntryPathRenameV1",2099],[3,"JournalEntryChangeDirectoryV1",2099],[3,"JournalEntryEpollCreateV1",2099],[3,"JournalEntryEpollCtlV1",2099],[3,"JournalEntryTtySetV1",2099],[3,"JournalEntryCreatePipeV1",2099],[3,"JournalEntryCreateEventV1",2099],[3,"JournalEntryPortAddAddrV1",2099],[3,"JournalEntryPortDelAddrV1",2099],[3,"JournalEntryPortBridgeV1",2099],[3,"JournalEntryPortGatewaySetV1",2099],[3,"JournalEntryPortRouteAddV1",2099],[3,"JournalEntryPortRouteDelV1",2099],[3,"JournalEntrySocketOpenV1",2099],[3,"JournalEntrySocketListenV1",2099],[3,"JournalEntrySocketBindV1",2099],[3,"JournalEntrySocketConnectedV1",2099],[3,"JournalEntrySocketAcceptedV1",2099],[3,"JournalEntrySocketJoinIpv4MulticastV1",2099],[3,"JournalEntrySocketJoinIpv6MulticastV1",2099],[3,"JournalEntrySocketLeaveIpv4MulticastV1",2099],[3,"JournalEntrySocketLeaveIpv6MulticastV1",2099],[3,"JournalEntrySocketSendFileV1",2099],[3,"JournalEntrySocketSendToV1",2099],[3,"JournalEntrySocketSendV1",2099],[3,"JournalEntrySocketSetOptFlagV1",2099],[3,"JournalEntrySocketSetOptSizeV1",2099],[3,"JournalEntrySocketSetOptTimeV1",2099],[3,"JournalEntrySocketShutdownV1",2099],[3,"JournalEntrySnapshotV1",2099],[4,"JournalSnapshot0ClockidV1",2099],[4,"JournalWhenceV1",2099],[4,"JournalAdviceV1",2099],[3,"JournalIpCidrV1",2099],[4,"JournalExitCodeV1",2099],[4,"JournalSnapshotTriggerV1",2099],[4,"JournalEpollCtlV1",2099],[3,"JournalEpollEventCtlV1",2099],[4,"JournalStreamSecurityV1",2099],[4,"JournalAddressfamilyV1",2099],[4,"JournalSocktypeV1",2099],[4,"JournalSockoptionV1",2099],[4,"JournalTimeTypeV1",2099],[4,"JournalSocketShutdownV1",2099],[4,"JournalThreadStartTypeV1",2099],[3,"JournalWasiMemoryLayout",2099],[3,"CompactingJournalTx",2099],[4,"SocketJournalEvent",2099],[4,"SocketShutdownHow",2099],[4,"SocketOptTimeType",2099],[4,"SnapshotTrigger",2099],[3,"CompactResult",2099],[3,"CompactingLogFileJournalTx",2099],[8,"WritableJournal",2099],[4,"JournalPrintingMode",2099],[3,"LogReadResult",2099],[8,"Fallible",30370],[15,"char"],[8,"FromIterator",30371],[3,"BufferedJournalTx",2099],[3,"FilteredJournalTx",2099],[3,"PipeJournalTx",2099],[3,"LogWriteResult",2099],[4,"Snapshot0Clockid",26912],[4,"Whence",26912],[4,"Advice",26912],[4,"EpollCtl",26912],[3,"EpollEventCtl",26912],[4,"Addressfamily",26912],[4,"Socktype",26912],[4,"Sockoption",26912],[4,"ThreadStartType",30372],[3,"WasiMemoryLayout",11779],[4,"TimeType",10416],[3,"File",30373],[8,"AsRef",30349],[8,"ScratchSpace",30374],[8,"Serializer",30374],[3,"TryFromPrimitiveError",30375],[4,"ArchivedJournalEntry",2099],[15,"f32"],[3,"RandomState",30376],[3,"HashSet",17420],[3,"SystemTime",9850],[3,"Duration",30377],[3,"Range",9850],[3,"NonZeroUsize",30378],[8,"Step",30379],[6,"Result",30337],[6,"Timestamp",26912],[6,"EventFdFlags",24890],[15,"i64"],[3,"Fstflags",26912],[6,"LookupFlags",24890],[3,"Oflags",24890],[4,"SockProto",24890],[6,"SiFlags",24890],[3,"WasiThreadId",11779],[3,"WasiTtyState",12199],[3,"EngineRef",30380],[3,"StoreMut",30381],[3,"StoreRef",30381],[8,"CheckBytes",30368],[3,"Replacements",30382],[3,"JournalEffector",9850],[8,"PartialOrd",30355],[8,"AsChar",30383],[8,"AsChar",30383],[8,"Default",30384],[3,"MutexGuard",9850],[8,"Archive",30370],[8,"Deserialize",30361],[3,"SystemTimeError",30385],[8,"Copy",30346],[4,"Bound",30386],[3,"OffsetDateTime",30387],[3,"Span",30388],[3,"Span",30389],[8,"Debug",30334],[8,"Display",30334],[3,"HttpDate",30390],[3,"Instant",30391],[3,"SchemaGenerator",30392],[4,"Schema",30393],[8,"Ord",30355],[3,"Recompositions",30394],[3,"Decompositions",30395],[3,"StoreObjects",30396],[8,"RngCore",30397],[3,"__wasi_ciovec_t",24890],[3,"WasmPtr",17420],[8,"MemorySize",17420],[3,"WasiProcessInner",11324],[8,"Serialize",30370],[3,"StreamSafe",30398],[3,"MemoryView",17420],[3,"__wasi_cidr_t",24890],[3,"__wasi_addr_t",24890],[3,"__wasi_addr_port_t",24890],[3,"__wasi_addr_ip4_t",24890],[3,"__wasi_addr_ip6_t",24890],[3,"Route",24890],[3,"IpRoute",30327],[3,"InodeSocket",10416],[8,"VirtualTaskManager",16169],[8,"VirtualNetworking",0],[3,"IndefinitePoll",10416],[4,"InodeHttpSocketType",10416],[3,"SocketProperties",10416],[4,"InodeSocketKind",10416],[4,"WasiSocketStatus",10416],[3,"InodeSocketProtected",10416],[3,"InodeSocketInner",10416],[4,"WasiSocketOption",10416],[6,"Result",30327],[3,"Commands",10782],[8,"VirtualCommand",10782],[3,"CmdWasmer",10823],[3,"Console",10863],[3,"WasiProcess",11324],[6,"DynFsMemoryLimiter",30399],[3,"TaskTerminatedError",11646],[4,"TaskStatus",11646],[3,"CpuBackoffToken",11029],[3,"CpuRunToken",11029],[3,"WasiProcessCpuBackoff",11029],[3,"WasiControlPlane",11111],[3,"WasiControlPlaneHandle",11111],[3,"ControlPlaneConfig",11111],[3,"TaskCountGuard",11111],[3,"State",11111],[3,"MutableState",11111],[3,"WasiProcessId",11324],[6,"LockableWasiProcessInner",11324],[4,"WasiProcessCheckpoint",11324],[4,"MaybeCheckpointResult",11324],[6,"WasiResult",0],[3,"MemorySnapshotRegion",11324],[3,"WasiProcessWait",11324],[15,"i32"],[3,"WasiThread",11779],[3,"WasiThreadHandle",11779],[3,"SignalDeliveryError",11589],[4,"Signal",24890],[6,"DynSignalHandlerAbi",11589],[3,"WasiSignalInterval",11589],[3,"OwnedTaskStatus",11646],[15,"u128"],[3,"ThreadSnapshot",11779],[3,"ThreadStack",11779],[3,"RewindResult",11779],[3,"WasiThreadHandleProtected",11779],[3,"WasiThreadState",11779],[3,"BytesMut",17420],[4,"HandleRewindType",17420],[3,"Mutex",17420],[3,"Condvar",17420],[3,"ConsoleRect",12199],[3,"TtyOptionsInner",12199],[3,"TtyOptions",12199],[4,"InputEvent",12199],[3,"Tty",12199],[8,"SignalHandlerAbi",11589],[3,"SysTty",12441],[6,"c_int",30400],[3,"DeepSleepWork",12490],[3,"DcgiCallbacks",12582],[3,"CreateEnvConfig",13809],[3,"DcgiInstanceFactory",12617],[8,"Callbacks",13809],[3,"RecycleEnvConfig",13809],[3,"AbortHandle",13749],[3,"CreateEnvResult",13809],[3,"DcgiInstance",12739],[3,"State",12617],[3,"Handler",12675],[3,"Body",30401],[3,"SharedState",12675],[3,"Response",30402],[3,"Handler",13912],[3,"Config",12763],[6,"DynJournal",2099],[8,"IntoIterator",30371],[3,"DcgiRunner",12763],[3,"Config",13981],[3,"MappedDirectory",13570],[6,"DynRuntime",14055],[3,"DProxyInstanceFactory",12859],[3,"Handler",12916],[4,"Shard",13384],[3,"DProxyInstance",13211],[3,"State",12859],[3,"SharedState",12916],[3,"Config",13320],[3,"Uri",12975],[3,"Authority",30403],[3,"Builder",30404],[3,"UninitSlice",30405],[3,"PathAndQuery",30406],[3,"InvalidUri",30407],[3,"Parts",30407],[3,"InvalidUriParts",30407],[4,"Error",30408],[3,"Port",30409],[3,"Scheme",30410],[3,"HyperProxyConnectorBuilder",13121],[3,"HyperProxyConnector",13147],[3,"SocketManager",13424],[3,"Internal",30411],[3,"Oneshot",30412],[3,"HyperProxyStream",13179],[3,"Connected",30413],[3,"LocalWithLoopbackNetworking",13241],[3,"LocalWithLoopbackNetworkingListening",13241],[3,"LoopbackNetworking",30414],[3,"DProxyRunner",13320],[3,"WasiRunner",13506],[3,"TcpSocketHalf",30415],[8,"Fn",30331],[3,"Receiver",30416],[3,"EmscriptenRunner",13463],[3,"EmscriptenGlobals",30417],[3,"EmEnv",30417],[3,"Wasi",30418],[3,"TmpFileSystem",30419],[3,"WasiEnvBuilder",16610],[4,"Extern",17420],[3,"MountedDirectory",13570],[3,"MappedCommand",13570],[3,"CommonWasiOptions",13570],[3,"RelativeOrAbsolutePathHack",13570],[3,"OpenOptionsConfig",30356],[3,"AbortRegistration",30420],[8,"AsyncRead",12975],[8,"Unpin",30346],[8,"AsyncWrite",12975],[3,"SharedState",13912],[3,"WcgiRunner",13981],[4,"CgiDialect",30421],[8,"Service",12975],[3,"PluggableRuntime",14055],[3,"OverriddenRuntime",14055],[4,"TaintReason",14055],[3,"DefaultTty",14055],[3,"Engine",30380],[6,"DynHttpClient",1933],[8,"ModuleCache",14423],[6,"DynVirtualNetworking",30327],[8,"PackageLoader",14630],[8,"Source",15563],[8,"TtyBridge",12199],[3,"FallbackCache",14278],[8,"PartialEq",30355],[3,"FileSystemCache",14322],[4,"CacheError",14423],[3,"TokioTaskManager",16314],[3,"SharedCache",14358],[3,"ThreadLocalCache",14390],[4,"SerializeError",30422],[4,"DeserializeError",30422],[3,"PackageSummary",14907],[3,"Resolution",15243],[3,"BuiltinPackageLoader",14482],[3,"InMemoryCache",14482],[3,"DistributionInfo",14907],[3,"FileSystemCache",14482],[3,"WebcHash",14907],[3,"Url",30423],[3,"HeaderMap",30424],[3,"Atom",30418],[3,"MappedPathFileSystem",14576],[3,"ItemLocation",15243],[3,"BTreeMap",30425],[4,"PackageId",30426],[3,"ResolvedPackage",15243],[3,"DependencyGraph",15243],[3,"UnsupportedPackageLoader",14633],[3,"Unsupported",14633],[3,"PackageInfo",14907],[4,"ResolveError",15492],[3,"FileSystemSource",14798],[3,"InMemorySource",14832],[3,"NamedPackageSummary",14832],[3,"Dependency",14907],[15,"array"],[3,"FileSystemMapping",14907],[3,"Command",14907],[3,"Manifest",30353],[3,"Version",30427],[3,"Error",30428],[3,"NamedPackageId",30426],[4,"FromHexError",30429],[4,"UrlOrManifest",30353],[3,"VersionReq",30430],[3,"MultiSource",15172],[3,"MultiSourceStrategy",15172],[3,"Node",15243],[3,"Edge",15243],[3,"ResolvedFileSystemMapping",15243],[6,"DiGraph",30431],[3,"NodeIndex",30431],[8,"Iterator",30432],[3,"Graph",30431],[3,"DiscoveredPackages",15492],[4,"QueryError",15563],[3,"WapmSource",15605],[3,"FileSystemCache",15605],[3,"CacheEntry",15605],[3,"HashCacheEntry",15605],[3,"Reply",15605],[3,"GetPackageRelease",15605],[3,"PackageWebc",15605],[3,"WapmWebQuery",15605],[3,"WapmWebQueryData",15605],[3,"WapmWebQueryInfo",15605],[3,"WapmWebQueryGetPackage",15605],[3,"WapmWebQueryGetPackageVersion",15605],[4,"WebCVersion",15605],[3,"WapmWebQueryGetPackageVersionDistribution",15605],[4,"PackageHash",30433],[3,"WebSource",16065],[4,"CacheInfo",16065],[4,"CacheState",16065],[3,"InlineWaker",16169],[4,"SpawnMemoryType",16169],[3,"Memory",17420],[3,"TaskWasmRecycleProperties",16169],[6,"TaskWasmRun",16169],[3,"TaskWasm",16169],[6,"WasmResumeTrigger",16169],[4,"RuntimeOrHandle",16314],[3,"ThreadPool",16314],[3,"SleepNow",16314],[3,"TokioRuntimeGuard",16314],[3,"Handle",30434],[3,"Runtime",30435],[3,"WasiFutex",16455],[3,"WasiBusState",16455],[3,"WasiFutexState",16455],[3,"WasiStateOpener",16455],[3,"PreopenDirBuilder",16610],[3,"WasiEnvInit",16836],[3,"WasiInstanceHandles",16836],[6,"RewindStateOption",12490],[3,"WasiInstanceHandlesPointer",17059],[3,"WasiInstanceHandlesPointer",17095],[3,"WasiInstanceGuard",17095],[3,"WasiInstanceGuardMut",17095],[3,"WasiInstanceGuardMemory",17095],[3,"UnboundedSender",30436],[3,"PollEventBuilder",17196],[4,"PollEvent",17196],[3,"Stdout",17196],[3,"Stderr",17196],[3,"Stdin",17196],[3,"PollEventIter",17196],[3,"IterBridge",30437],[4,"AsyncifyAction",17420],[8,"DeserializeOwned",30361],[3,"WasmRefAccess",30438],[8,"ValueType",30439],[3,"WasmSlice",17420],[3,"WasmSliceAccess",30438],[8,"Eq",30355],[3,"Pages",17420],[8,"Allocator",30440],[3,"Ancestors",30358],[4,"Entry",17420],[3,"OsStr",30441],[3,"CStr",30442],[3,"Errno",30443],[8,"DerefMut",17420],[3,"BorrowedFd",30444],[8,"AsFd",30444],[3,"RefCell",17420],[3,"AtomicBool",17420],[3,"AtomicU32",17420],[3,"AtomicU64",17420],[3,"Memory32",17420],[3,"Memory64",17420],[19,"RawValue",30439],[8,"AsRawFd",30445],[8,"ToOwned",30446],[8,"Deref",17420],[15,"f64"],[3,"SharedMemory",30447],[3,"NonZeroU64",17420],[3,"LittleEndian",30448],[3,"NativeEndian",30448],[3,"BigEndian",30448],[3,"Ref",30449],[3,"RefMut",30449],[4,"ControlFlow",30450],[3,"Bytes",21103],[3,"Bytes",30451],[3,"TypedFunction",17420],[8,"FromToNativeWasmType",30452],[8,"WasmTypeList",30452],[3,"Chain",21103],[8,"Read",17420],[3,"TupleStructCheckError",30368],[4,"HeapType",30453],[3,"BinaryReaderError",30454],[8,"WasmModuleResources",30455],[3,"__wasi_asyncify_t",17420],[3,"Global",17420],[4,"MemoryError",17420],[4,"Infallible",17420],[4,"Ordering",17420],[3,"Id",30456],[8,"Subscriber",30457],[3,"Components",30358],[8,"Borrow",17420],[3,"__wasi_iovec_t",24890],[8,"Tunables",30458],[3,"MemoryType",30459],[4,"MemoryStyle",30460],[3,"VMMemory",30461],[3,"TableType",30459],[4,"TableStyle",30462],[3,"VMTable",30463],[3,"VMMemoryDefinition",30464],[3,"NonNull",30465],[3,"VMTableDefinition",30464],[3,"Current",30456],[8,"WasmModuleResources",30455],[3,"InfiniteSleep",17420],[3,"WasmRef",30466],[3,"Bytes",30467],[8,"AsEngineRef",30380],[8,"IntoBytes",30468],[3,"Difference",30469],[3,"Display",30358],[3,"Weak",30470],[3,"Drain",30376],[3,"Drain",30469],[4,"ValType",30453],[3,"RefType",30453],[3,"Metadata",30471],[3,"Metadata",30472],[8,"Log",30472],[3,"BStr",30473],[3,"Vec",30474],[8,"Allocator",30475],[3,"OsString",30441],[3,"ArchivedHashMap",30476],[3,"ArchivedHashSet",30477],[4,"ArchivedIpAddr",30478],[3,"ArchivedIpv4Addr",30478],[3,"ArchivedIpv6Addr",30478],[4,"ArchivedSocketAddr",30478],[3,"ArchivedDuration",30479],[3,"Event",30480],[3,"ExportsIterator",30481],[3,"ExternRef",30482],[3,"ExtractIf",30376],[8,"FnMut",30331],[3,"ExtractIf",30469],[3,"Flush",30483],[3,"LocalKey",17420],[4,"OnCalledAction",17420],[8,"SmartDisplay",30484],[8,"Pointer",30334],[3,"ByteStr",30485],[3,"Custom",30486],[3,"PercentEncode",30487],[3,"CString",30488],[3,"PercentDecode",30487],[4,"Key",30489],[3,"BString",30490],[4,"Trap",30491],[3,"Table",30492],[3,"FromUtf8Error",30347],[3,"NonZeroU32",30378],[3,"NonZeroU16",30378],[3,"NonZeroU8",30378],[4,"Address",30493],[3,"Address",30494],[3,"SocketAddrV6",30495],[3,"SocketAddrV4",30495],[3,"Box",30496],[3,"Duration",30391],[4,"CompileError",30422],[8,"IntoFallibleIterator",30497],[4,"IoCompileError",30498],[8,"IntoParallelIterator",30499],[4,"Type",30459],[8,"From",30349],[3,"TryFromSliceError",30500],[3,"AddrParseError",30501],[4,"VMExtern",30502],[3,"Cell",30449],[3,"PoisonError",30503],[3,"GlobalType",30453],[3,"GlobalType",30453],[3,"StoreId",30504],[3,"ImportsIterator",30481],[3,"OccupiedEntry",30376],[3,"Intersection",30469],[3,"CowStrDeserializer",30505],[8,"Error",30361],[8,"IntoDeserializer",30361],[3,"AsyncTask",30506],[3,"IterMut",30376],[3,"IntoIter",30376],[3,"Iter",30376],[3,"IntoIter",30469],[3,"Iter",30469],[3,"Iter",30358],[3,"IntoKeys",30376],[4,"TargetAddr",30507],[4,"Error",30508],[3,"IntoValues",30376],[4,"ValType",30453],[3,"WasmSliceIter",30466],[3,"Keys",30376],[3,"Record",30472],[3,"LevelFilter",30471],[3,"MemoryType",30453],[3,"MemoryType",30453],[3,"Metadata",30373],[3,"FormatterOptions",30484],[3,"Metadata",30484],[4,"Ipv6MulticastScope",30509],[3,"FunctionType",30459],[3,"FrameInfo",30510],[4,"TrapCode",30511],[3,"Attributes",30456],[3,"WithoutEnv",30512],[8,"HostFunction",30512],[3,"WithEnv",30512],[3,"AsyncifyPoller",17420],[3,"IoSliceMut",21103],[3,"HeaderValue",30513],[3,"Request",30330],[8,"Buf",30514],[3,"RawEntryBuilder",30376],[3,"RawEntryBuilderMut",30376],[3,"BorrowedCursor",21103],[3,"ReadDir",30373],[3,"Record",30456],[3,"Field",30515],[8,"Visit",30515],[3,"Interest",30457],[3,"ExitCode",30516],[8,"ArchiveUnsized",30370],[4,"GeneratorState",30517],[8,"Generator",30517],[3,"Seek",30518],[8,"SharedSerializeRegistry",30374],[8,"SerializeUnsized",30370],[3,"Shutdown",30519],[3,"SizeHint",30520],[8,"RangeBounds",30386],[3,"LocalFutureObj",30521],[3,"SpawnError",30522],[8,"LocalSpawn",30522],[3,"FutureObj",30521],[8,"Spawn",30522],[6,"LocalBoxFuture",30359],[3,"StripPrefixError",30358],[3,"SubType",30453],[3,"SymmetricDifference",30469],[3,"TableType",30453],[3,"TableType",30453],[3,"FuncType",30453],[3,"Take",21103],[3,"PathSegments",30523],[4,"PathSegmentError",30523],[8,"ToPathSegments",30523],[3,"IntoIter",30329],[3,"BorrowError",30449],[3,"BorrowMutError",30449],[3,"NonZeroI8",30378],[3,"NonZeroI32",30378],[3,"NonZeroI128",30378],[3,"NonZeroI64",30378],[3,"NonZeroIsize",30378],[3,"NonZeroU128",30378],[3,"NonZeroI16",30378],[3,"ConversionRange",30524],[3,"TryFromFloatSecsError",30525],[3,"OccupiedError",30376],[4,"TryLockError",30503],[3,"AllocError",30440],[3,"TryReserveError",30526],[3,"AccessError",30527],[3,"GlobalType",30459],[4,"ExternType",30459],[3,"CoreTypeId",30528],[3,"Union",30469],[3,"Values",30376],[3,"ValuesMut",30376],[3,"WaitTimeoutResult",30529],[8,"WakeRef",30530],[3,"Write",30531],[3,"WriteAll",30532],[3,"WriteAllBuf",30533],[3,"WriteBuf",30534],[8,"Write",17420],[3,"WriteF32",30535],[3,"WriteF32Le",30535],[3,"WriteF64",30535],[3,"WriteF64Le",30535],[15,"i128"],[3,"WriteI128",30535],[3,"WriteI128Le",30535],[3,"WriteI16",30535],[3,"WriteI16Le",30535],[3,"WriteI32",30535],[3,"WriteI32Le",30535],[3,"WriteI64",30535],[3,"WriteI64Le",30535],[15,"i8"],[3,"WriteI8",30535],[3,"WriteU128",30535],[3,"WriteU128Le",30535],[3,"WriteU16",30535],[3,"WriteU16Le",30535],[3,"WriteU32",30535],[3,"WriteU32Le",30535],[3,"WriteU64",30535],[3,"WriteU64Le",30535],[3,"WriteU8",30535],[3,"WriteVectored",30536],[3,"Cursor",21103],[3,"Stdin",21103],[3,"StdinLock",21103],[3,"Stdout",21103],[3,"StdoutLock",21103],[3,"Stderr",21103],[3,"StderrLock",21103],[3,"BufReader",21103],[3,"BufWriter",21103],[3,"BorrowedBuf",21103],[4,"ErrorKind",21103],[3,"Empty",21103],[3,"Sink",21103],[8,"BufRead",21103],[3,"WriterPanicked",21103],[3,"IntoInnerError",21103],[3,"LineWriter",21103],[3,"Repeat",21103],[3,"Split",21103],[3,"Lines",21103],[3,"Error",30537],[3,"Error",30538],[3,"Error",30539],[3,"NulError",30488],[4,"ValueWriteError",30540],[3,"CompressError",30541],[3,"PersistError",30542],[4,"SpawnError",30543],[3,"AsyncFdTryNewError",30544],[3,"PathPersistError",30542],[3,"Error",30545],[3,"TarError",30546],[3,"Elapsed",30547],[3,"Elapsed",30548],[3,"Error",30549],[4,"Error",30550],[3,"DecompressError",30541],[8,"Seek",17420],[4,"Format",30551],[3,"JournalSyscallPlayer",22292],[3,"Tty",26912],[3,"Snapshot0Filestat",26912],[6,"FileDelta",24890],[4,"Snapshot0Whence",26912],[3,"Snapshot0Subscription",26912],[3,"Snapshot0Event",26912],[3,"Sender",22384],[3,"Receiver",22384],[3,"SyncSender",22384],[3,"SendError",22384],[3,"RecvError",22384],[4,"TryRecvError",22384],[4,"RecvTimeoutError",22384],[4,"TrySendError",22384],[3,"Iter",22384],[3,"TryIter",22384],[3,"IntoIter",22384],[3,"Instant",30385],[3,"Dirent",26912],[6,"Dircookie",26912],[4,"FdWriteSource",24447],[4,"EventResultType",24493],[3,"EventResult",24493],[3,"Event",26912],[3,"PollBatch",24493],[4,"Bool",24890],[3,"ThreadStart",26912],[3,"EpollJoinWaker",24650],[3,"EpollEvent",26912],[3,"EpollHandler",24650],[4,"InterestType",30343],[3,"RawWaker",30362],[3,"Sender",30552],[3,"EpollType",26912],[3,"FutexPoller",24714],[3,"OptionTimestamp",24890],[4,"Streamsecurity",26912],[3,"__wasi_hardwareaddress_t",24890],[3,"ForkResult",24771],[6,"Pid",26912],[4,"JoinStatusResult",24797],[3,"OptionPid",26912],[3,"JoinFlags",26912],[3,"JoinStatus",26912],[4,"StdioMode",24890],[3,"ProcessHandles",26912],[6,"RiFlags",24890],[6,"RoFlags",24890],[6,"SdFlags",24890],[4,"Sockstatus",26912],[3,"StackSnapshot",26912],[6,"Longsize",26912],[6,"Tid",26912],[3,"__wasi_addr_ip4_port_t",24890],[3,"__wasi_cidr_ip4_t",24890],[3,"__wasi_addr_unix_t",24890],[3,"__wasi_addr_unix_port_t",24890],[3,"__wasi_cidr_unix_t",24890],[3,"__wasi_addr_ip6_port_t",24890],[3,"__wasi_cidr_ip6_t",24890],[3,"__wasi_addr_u",24890],[3,"__wasi_addr_port_u",24890],[3,"__wasi_cidr_u",24890],[4,"Eventtype",24890],[3,"SubscriptionFsReadwrite",24890],[4,"OptionTag",24890],[3,"AddrUnspec",24890],[3,"AddrUnspecPort",24890],[3,"CidrUnspec",24890],[3,"HttpHandles",24890],[3,"HttpStatus",24890],[4,"Timeout",24890],[3,"Lookup",26912],[3,"Subclockflags",26912],[3,"Eventrwflags",26912],[3,"ThreadStateFlags",26912],[4,"Clockid",26912],[3,"Snapshot0Dirent",26912],[3,"Snapshot0SubscriptionClock",26912],[3,"SubscriptionClock",26912],[4,"Preopentype",26912],[3,"EventFdReadwrite",26912],[3,"OptionFd",26912],[3,"PrestatUDir",26912],[3,"PrestatU",26912],[3,"PipeHandles",26912],[4,"JoinStatusType",26912],[3,"ErrnoSignal",26912],[4,"PrestatEnum",26912],[19,"Snapshot0SubscriptionUnion",26912],[19,"SubscriptionUnion",26912],[19,"EventUnion",26912],[19,"JoinStatusUnion",26912],[3,"EpollData",26912],[3,"WasiDummyWaker",30108],[3,"OwnedRwLockReadGuard",30140],[3,"OwnedRwLockWriteGuard",30140],[6,"LockResult",30503],[6,"Error",30553],[3,"WasiParkingLot",30294],[8,"RewindPostProcess",12490],[6,"WasiBidirectionalSharedPipePair",0],[13,"BinaryNotFound",770],[13,"CompileError",770],[13,"NotFound",770],[13,"ModuleLoad",770],[13,"MissingEntrypoint",770],[13,"Join",1627],[13,"Handler",1627],[13,"Symlink",1630],[13,"Buffer",1630],[13,"Dir",1630],[13,"Root",1630],[13,"File",1630],[13,"EventNotifications",1630],[13,"Pipe",1630],[13,"Epoll",1630],[13,"Socket",1630],[6,"EpollSubscriptions",1436],[13,"Socket",1843],[13,"Pipe",1843],[4,"JournalSockoptionV1Resolver",2099],[4,"JournalTimeTypeV1Resolver",2099],[4,"JournalEpollCtlV1Resolver",2099],[4,"JournalStreamSecurityV1Resolver",2099],[4,"JournalSnapshotTriggerV1Resolver",2099],[4,"JournalSocketShutdownV1Resolver",2099],[4,"JournalEntryRecordTypeResolver",2099],[4,"JournalWhenceV1Resolver",2099],[4,"JournalSocktypeV1Resolver",2099],[4,"JournalAdviceV1Resolver",2099],[4,"JournalExitCodeV1Resolver",2099],[4,"JournalAddressfamilyV1Resolver",2099],[4,"JournalThreadStartTypeV1Resolver",2099],[4,"JournalSnapshot0ClockidV1Resolver",2099],[3,"JournalEntryPortDelAddrV1Resolver",2099],[3,"JournalEntrySocketBindV1Resolver",2099],[3,"JournalEntrySocketSendToV1Resolver",2099],[3,"JournalEntryFileDescriptorAdviseV1Resolver",2099],[3,"JournalEntrySocketOpenV1Resolver",2099],[3,"JournalEntrySocketListenV1Resolver",2099],[3,"JournalEntryInitModuleV1Resolver",2099],[3,"JournalEntryClearEtherealV1Resolver",2099],[3,"JournalEntryProcessExitV1Resolver",2099],[3,"JournalEntrySetThreadV1Resolver",2099],[3,"JournalEntryCloseThreadV1Resolver",2099],[3,"JournalEntryFileDescriptorSeekV1Resolver",2099],[3,"JournalEntryFileDescriptorWriteV1Resolver",2099],[3,"JournalEntryUpdateMemoryRegionV1Resolver",2099],[3,"JournalEntrySetClockTimeV1Resolver",2099],[3,"JournalEntryOpenFileDescriptorV1Resolver",2099],[3,"JournalEntryCloseFileDescriptorV1Resolver",2099],[3,"JournalEntryRenumberFileDescriptorV1Resolver",2099],[3,"JournalEntryDuplicateFileDescriptorV1Resolver",2099],[3,"JournalEntryCreateDirectoryV1Resolver",2099],[3,"JournalEntryRemoveDirectoryV1Resolver",2099],[3,"JournalEntryPathSetTimesV1Resolver",2099],[3,"JournalEntryFileDescriptorSetTimesV1Resolver",2099],[3,"JournalEntryFileDescriptorSetSizeV1Resolver",2099],[3,"JournalEntryFileDescriptorSetFlagsV1Resolver",2099],[3,"JournalEntryFileDescriptorSetRightsV1Resolver",2099],[3,"JournalEntryFileDescriptorAllocateV1Resolver",2099],[3,"JournalEntryCreateHardLinkV1Resolver",2099],[3,"JournalEntryCreateSymbolicLinkV1Resolver",2099],[3,"JournalEntryUnlinkFileV1Resolver",2099],[3,"JournalEntryPathRenameV1Resolver",2099],[3,"JournalEntryChangeDirectoryV1Resolver",2099],[3,"JournalEntryEpollCreateV1Resolver",2099],[3,"JournalEntryEpollCtlV1Resolver",2099],[3,"JournalEntryTtySetV1Resolver",2099],[3,"JournalEntryCreatePipeV1Resolver",2099],[3,"JournalEntryCreateEventV1Resolver",2099],[3,"JournalEntryPortAddAddrV1Resolver",2099],[3,"JournalEntryPortBridgeV1Resolver",2099],[3,"JournalEntryPortGatewaySetV1Resolver",2099],[3,"JournalEntryPortRouteAddV1Resolver",2099],[3,"JournalEntryPortRouteDelV1Resolver",2099],[3,"JournalEntrySocketConnectedV1Resolver",2099],[3,"JournalEntrySocketAcceptedV1Resolver",2099],[3,"JournalEntrySocketJoinIpv4MulticastV1Resolver",2099],[3,"JournalEntrySocketJoinIpv6MulticastV1Resolver",2099],[3,"JournalEntrySocketLeaveIpv4MulticastV1Resolver",2099],[3,"JournalEntrySocketLeaveIpv6MulticastV1Resolver",2099],[3,"JournalEntrySocketSendFileV1Resolver",2099],[3,"JournalEntrySocketSendV1Resolver",2099],[3,"JournalEntrySocketSetOptFlagV1Resolver",2099],[3,"JournalEntrySocketSetOptSizeV1Resolver",2099],[3,"JournalEntrySocketSetOptTimeV1Resolver",2099],[3,"JournalEntrySocketShutdownV1Resolver",2099],[3,"JournalEntrySnapshotV1Resolver",2099],[3,"JournalIpCidrV1Resolver",2099],[3,"JournalEpollEventCtlV1Resolver",2099],[3,"JournalWasiMemoryLayoutResolver",2099],[13,"ThreadSpawn",9681],[13,"PortDelAddrV1",9682],[13,"SocketBindV1",9682],[13,"SocketSendToV1",9682],[13,"FileDescriptorAdviseV1",9682],[13,"SocketOpenV1",9682],[13,"SocketListenV1",9682],[13,"SetThreadV1",9682],[13,"PortAddAddrV1",9682],[13,"PortRouteAddV1",9682],[13,"SetClockTimeV1",9682],[13,"UpdateMemoryRegionV1",9682],[13,"DuplicateFileDescriptorV1",9682],[13,"SocketSendFileV1",9682],[13,"FileDescriptorWriteV1",9682],[13,"SocketSendV1",9682],[13,"OpenFileDescriptorV1",9682],[13,"EpollCtlV1",9682],[13,"ProcessExitV1",9682],[13,"CloseThreadV1",9682],[13,"FileDescriptorSeekV1",9682],[13,"CloseFileDescriptorV1",9682],[13,"CreateDirectoryV1",9682],[13,"RemoveDirectoryV1",9682],[13,"PathSetTimesV1",9682],[13,"FileDescriptorSetTimesV1",9682],[13,"FileDescriptorSetFlagsV1",9682],[13,"FileDescriptorSetRightsV1",9682],[13,"FileDescriptorSetSizeV1",9682],[13,"FileDescriptorAllocateV1",9682],[13,"CreateSymbolicLinkV1",9682],[13,"UnlinkFileV1",9682],[13,"EpollCreateV1",9682],[13,"CreateEventV1",9682],[13,"SocketConnectedV1",9682],[13,"SocketAcceptedV1",9682],[13,"SocketJoinIpv4MulticastV1",9682],[13,"SocketJoinIpv6MulticastV1",9682],[13,"SocketLeaveIpv4MulticastV1",9682],[13,"SocketLeaveIpv6MulticastV1",9682],[13,"SocketSetOptFlagV1",9682],[13,"SocketSetOptSizeV1",9682],[13,"SocketSetOptTimeV1",9682],[13,"SocketShutdownV1",9682],[13,"CreatePipeV1",9682],[13,"PortGatewaySetV1",9682],[13,"PortRouteDelV1",9682],[13,"TtySetV1",9682],[13,"PortBridgeV1",9682],[13,"RenumberFileDescriptorV1",9682],[13,"CreateHardLinkV1",9682],[13,"PathRenameV1",9682],[13,"ChangeDirectoryV1",9682],[13,"SnapshotV1",9682],[13,"InitModuleV1",9682],[13,"ThreadSpawn",9838],[13,"ThreadSpawn",9839],[13,"Icmp",9840],[13,"TcpListen",9840],[13,"TcpStream",9840],[13,"UdpSocket",9840],[13,"TcpListener",10762],[13,"PreSocket",10762],[13,"RemoteSocket",10762],[13,"UdpSocket",10762],[13,"TcpStream",10762],[3,"ConsoleConst",10920],[8,"VirtualTaskHandle",11646],[13,"TaskLimitReached",11323],[13,"Snapshot",11588],[8,"Runner",13503],[6,"PollListeningFn",13424],[3,"NoOpWcgiCallbacks",13809],[6,"SetupBuilder",13912],[13,"FileRead",14464],[13,"FileWrite",14464],[13,"NoMatches",15600],[13,"Registry",15559],[13,"DuplicateVersions",15559],[13,"Hit",16163],[13,"PossiblyDirty",16166],[13,"UnableToVerify",16166],[8,"VirtualTaskManagerExt",16169],[8,"TryInto",17420],[6,"Sha256",17420],[8,"AsyncWriteExt",17420],[8,"IntoWaker",17420],[8,"AsyncSeekExt",17420],[13,"CouldNotGrow",21095],[13,"MinimumMemoryTooLarge",21095],[13,"MaximumMemoryTooLarge",21095],[13,"UnsupportedOperation",21095],[13,"InvalidMemory",21095],[8,"IsTerminal",21103],[13,"Dir",24358],[13,"Iovs",24471]],"a":{"&*":[17484],"*":[17484,17485],"..":[9953],"basename":[18908],"compare_and_swap":[18267,18270],"dirname":[19844],"errno":[21714],"getlasterror":[21714],"in6addr_any":[17757],"in6addr_any_init":[17757],"in6addr_loopback":[17574],"in6addr_loopback_init":[17574],"inaddr_any":[17756]}},\ -"wasmer_wasix_types":{"doc":"","t":"AAAALDLLLLLLLLMLLLLLLLLLLLMLLLLLLLLAAAAAAARFRCCCCRRRRFCCCCLLDDLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLCCCCCCCDCCCCRRRRRRLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLCCCCNNNNDDENNENNNNNNNNNENNNNNDNNENNNNNNNGNNNNNNGNNNGNDGNNNNNNNNNNEDDDDENDNNDGDTDENENNNNNNGNNDDGGDENDNNDDNNNNNNNNNGNNNNNNNNNDDETNNNGNNGDGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNDDEDNNNNGNNDNEDEDDNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGDGNNNNGNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNGEDDDGDDTEENNNNEEENNNDNENNEDDDDTNNNNNDDGNEGGGGNNNDNNNNNNNNNNNNNNNNNNNNNGENNNMMAAMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMAMMSNNNDDENNENNNNNNNNNENNSNNNDNNENNNNNNNGNNSSSNNNGNNGNDGNNNNNNSNNNNEDNNGDDENNNSSSSSSSSSSSSSSNNNNGNNDDGGDENDNNDDNNNNNNNNNGNNNNNNNNNDENNNGNNDGNNNNNNNNNNNNNNNNSSNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNDDEDNNSSSSSSSSSSSSSSSNGNNDNEDDDNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSNNNNNNNNNNNNGDGNNNSSSSSSSSSSSSSSSSSSNGNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNGEDDGDEENNNNEEENNNNENNEDDDNNSSNNNDGNEGNNNDNNNNNNNNNNNNNNNNNNNNGSENNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLMLLLLLLLLLMMLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNELLLLLLLLLLLLLLLLLLLLLLMNNSSSSSSSSEDDDDNDTEDTGNNDDTDDTDGGGNLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMMLLMLLLLLLLMMMMMLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLNNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLM","n":["asyncify","types","wasi","wasix","__clone_box","__wasi_asyncify_t","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","end","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","init","into","layout_raw","pointer_metadata","start","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","zero_padding_bytes","directory","file","io","net","signal","subscription","time","__WASI_DIRCOOKIE_START","dirent_to_le_bytes","EVENT_FD_FLAGS_SEMAPHORE","EventFdFlags","FileDelta","LookupFlags","Oflags","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","print_right_set","Bool","Count","OptionTag","StdioMode","__clone_box","__clone_box","__wasi_ciovec_t","__wasi_iovec_t","borrow","borrow","borrow_mut","borrow_mut","buf","buf","buf_len","buf_len","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","zero_padding_bytes","zero_padding_bytes","AddrUnspec","AddrUnspecPort","CidrUnspec","HttpHandles","HttpStatus","RiFlags","RoFlags","Route","SdFlags","SiFlags","SockProto","Timeout","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_hardwareaddress_t","_padding","_padding","_padding","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","cidr","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","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","expires_at","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","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","ip","ip","ip","ip","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","octs","octs","octs","octs","octs","octs","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","port","port","port","preferred_until","prefix","prefix","prefix","segs","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_from","try_from","try_from","try_from","try_from","try_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","u","u","u","unix","unix","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","via_router","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","Signal","Eventtype","SubscriptionFsReadwrite","OptionTimestamp","Accept","AcceptTimeout","Access","Add","AddrUnspec","AddrUnspecPort","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Ah","Already","AnyEncryption","Badf","Badmsg","Beetph","BlockDevice","Bool","Broadcast","Busy","Canceled","CharacterDevice","Child","CidrUnspec","ClassicEncryption","Clock","Clockid","Closed","Comp","Connaborted","Connect","ConnectTimeout","Connrefused","Connreset","Count","Cur","Cur","Dccp","Deadlk","Del","Destaddrreq","Device","Dgram","Dir","Dir","Dircookie","Directory","Dirent","Dirnamlen","Dom","DontRoute","Dontneed","DoubleEncryption","Dquot","Dstopts","Egp","Encap","End","End","EpollCtl","EpollData","EpollEvent","EpollEventCtl","EpollType","Errno","Errno","ErrnoSignal","Esp","Ethernet","Event","EventFdFlags","EventFdReadwrite","EventUnion","Eventrwflags","Eventtype","Exist","ExitCode","ExitNormal","ExitSignal","Failed","False","Fault","Fbig","Fd","FdRead","FdWrite","Fdflags","Fdstat","FileDelta","Filesize","Filestat","Filetype","Fragment","Fstflags","Gre","Hostunreach","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Idrm","Igmp","Ilseq","Inet4","Inet6","Inherit","Inode","Inprogress","Intr","Inval","Io","Ip","Ipip","Ipv6","Isconn","Isdir","JoinFlags","JoinStatus","JoinStatusType","JoinStatusUnion","KeepAlive","LastError","Linger","Linkcount","Listening","Log","Longsize","Lookup","LookupFlags","Loop","Max","Memviolation","Mfile","Mh","Mlink","Mod","Monotonic","Monotonic","Mpls","Mptcp","Msgsize","Mtp","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","Nametoolong","Netdown","Netreset","Netunreach","Nfile","NoDelay","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","None","None","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Nothing","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","Oflags","OnlyV6","OobInline","Opened","Opening","OptionFd","OptionPid","OptionTag","OptionTimestamp","Other","Overflow","Ownerdead","Perm","Pid","Pim","Pipe","PipeHandles","Piped","Preopentype","Prestat","PrestatEnum","PrestatU","PrestatUDir","ProcessCputimeId","ProcessCputimeId","ProcessHandles","Promiscuous","Proto","Proto","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Protonosupport","Prototype","Pup","Random","Range","Raw","Read","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RegularFile","ReuseAddr","ReusePort","RiFlags","Rights","RoFlags","Rofs","Routing","Rsvp","Sctp","SdFlags","SendBufSize","SendLowat","SendTimeout","Seqpacket","Sequential","Set","Set","Shutdown","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Size","Snapshot0Clockid","Snapshot0Dirent","Snapshot0Event","Snapshot0Filestat","Snapshot0Linkcount","Snapshot0Subscription","Snapshot0SubscriptionClock","Snapshot0SubscriptionUnion","Snapshot0Whence","SockProto","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Some","Spipe","Srch","StackSnapshot","Stale","StdioMode","Stopped","Stream","Streamsecurity","Subclockflags","Subscription","SubscriptionClock","SubscriptionFsReadwrite","SubscriptionUnion","Success","SymbolicLink","Tcp","ThreadCputimeId","ThreadCputimeId","ThreadStart","ThreadStateFlags","Tid","Timedout","Timeout","Timestamp","TlKey","TlUser","TlVal","Toobig","True","Ttl","Tty","Txtbsy","Type","Udp","Udplite","Unencrypted","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unspec","Userdata","Whence","Willneed","Write","Xdev","addr","addr","bindings","bindings_manual","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","clock","clock","clock","clock_id","cols","d_ino","d_ino","d_namlen","d_namlen","d_next","d_next","d_type","d_type","data","data","data1","data1","data2","data2","dir","echo","error","error","events","events","exit_code","exit_normal","exit_signal","fd","fd","fd","fd_readwrite","fd_readwrite","fd_readwrite","fd_readwrite","file_descriptor","flags","flags","flags","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","guard_size","hash","hdr","height","id","identifier","line_buffered","n0","nbytes","nothing","ok","other","pid","pid","pipe","port","pr_name_len","pr_type","precision","precision","prefix","ptr","ptr","redirect","req","res","reserved","rows","signal","size","st_atim","st_atim","st_ctim","st_ctim","st_dev","st_dev","st_filetype","st_filetype","st_ino","st_ino","st_mtim","st_mtim","st_nlink","st_nlink","st_size","st_size","stack_size","stack_upper","start_args","start_funct","status","stderr","stderr_tty","stdin","stdin_tty","stdout","stdout_tty","stopped","tag","tag","tag","tag","timeout","timeout","tls_base","type_","type_","type_","type_","u","u","u","u","u","user","userdata","userdata","userdata","userdata","wasix_manual","width","pr_name_len","APPEND","Accept","AcceptTimeout","Access","AddrUnspec","AddrUnspecPort","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Ah","Already","AnyEncryption","Badf","Badmsg","Beetph","BlockDevice","Bool","Broadcast","Busy","CREATE","Canceled","CharacterDevice","Child","CidrUnspec","ClassicEncryption","Clock","Clockid","Closed","Comp","Connaborted","Connect","ConnectTimeout","Connrefused","Connreset","Count","Cur","Cur","DIRECTORY","DLERROR_FLAG","DSYNC","Dccp","Deadlk","Destaddrreq","Device","Dgram","Dir","Dircookie","Directory","Dirent","Dirnamlen","Dom","DontRoute","Dontneed","DoubleEncryption","Dquot","Dstopts","EXCL","Egp","Encap","End","End","Errno","ErrnoSignal","Esp","Ethernet","EventFdFlags","EventFdReadwrite","Eventrwflags","Eventtype","Exist","ExitNormal","ExitSignal","FD_ADVISE","FD_ALLOCATE","FD_DATASYNC","FD_FDSTAT_SET_FLAGS","FD_FILESTAT_GET","FD_FILESTAT_SET_SIZE","FD_FILESTAT_SET_TIMES","FD_READ","FD_READDIR","FD_READWRITE_HANGUP","FD_SEEK","FD_SYNC","FD_TELL","FD_WRITE","Failed","False","Fault","Fbig","Fd","FdRead","FdWrite","Fdflags","Fdstat","FileDelta","Filesize","Filestat","Filetype","Fragment","Fstflags","Gre","Hostunreach","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Idrm","Igmp","Ilseq","Inet4","Inet6","Inherit","Inode","Inprogress","Intr","Inval","Io","Ip","Ipip","Ipv6","Isconn","Isdir","JoinFlags","JoinStatusType","KeepAlive","LastError","Linger","Linkcount","Listening","Log","Lookup","LookupFlags","Loop","Max","Memviolation","Mfile","Mh","Mlink","Monotonic","Monotonic","Mpls","Mptcp","Msgsize","Mtp","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","NONBLOCK","NON_BLOCKING","Nametoolong","Netdown","Netreset","Netunreach","Nfile","NoDelay","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","None","None","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Nothing","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","Oflags","OnlyV6","OobInline","Opened","Opening","OptionFd","OptionPid","OptionTag","OptionTimestamp","Overflow","Ownerdead","PATH_CREATE_DIRECTORY","PATH_CREATE_FILE","PATH_FILESTAT_GET","PATH_FILESTAT_SET_SIZE","PATH_FILESTAT_SET_TIMES","PATH_LINK_SOURCE","PATH_LINK_TARGET","PATH_OPEN","PATH_READLINK","PATH_REMOVE_DIRECTORY","PATH_RENAME_SOURCE","PATH_RENAME_TARGET","PATH_SYMLINK","PATH_UNLINK_FILE","POLL_FD_READWRITE","Perm","Pid","Pim","Pipe","PipeHandles","Piped","Preopentype","Prestat","PrestatU","PrestatUDir","ProcessCputimeId","ProcessCputimeId","ProcessHandles","Promiscuous","Proto","Proto","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Protonosupport","Prototype","Pup","RSYNC","Random","Range","Raw","Read","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RegularFile","ReuseAddr","ReusePort","RiFlags","Rights","RoFlags","Rofs","Routing","Rsvp","SET_ATIM","SET_ATIM_NOW","SET_MTIM","SET_MTIM_NOW","SOCK_ACCEPT","SOCK_ADDR_LOCAL","SOCK_ADDR_REMOTE","SOCK_BIND","SOCK_CONNECT","SOCK_LISTEN","SOCK_RECV","SOCK_RECV_FROM","SOCK_SEND","SOCK_SEND_TO","SOCK_SHUTDOWN","SUBSCRIPTION_CLOCK_ABSTIME","SYMLINK_FOLLOW","SYNC","Sctp","SdFlags","SendBufSize","SendLowat","SendTimeout","Seqpacket","Sequential","Set","Set","Shutdown","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Size","Snapshot0Clockid","Snapshot0Dirent","Snapshot0Filestat","Snapshot0Linkcount","Snapshot0SubscriptionClock","Snapshot0Whence","SockProto","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Some","Spipe","Srch","Stale","StdioMode","Stopped","Stream","Streamsecurity","Subclockflags","SubscriptionClock","SubscriptionFsReadwrite","Success","SymbolicLink","TRUNC","TSD_USED","Tcp","ThreadCputimeId","ThreadCputimeId","ThreadStateFlags","Tid","Timedout","Timeout","Timestamp","Toobig","True","Ttl","Tty","Txtbsy","Type","Udp","Udplite","Unencrypted","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unspec","Userdata","WAKE_STOPPED","Whence","Willneed","Write","Xdev","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","addr","addr","all","all","all","all","all","all","all","all","all","all_socket","as_error","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","clock_id","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","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","cols","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","complement","complement","complement","complement","complement","complement","complement","complement","complement","contains","contains","contains","contains","contains","contains","contains","contains","contains","d_ino","d_ino","d_namlen","d_namlen","d_next","d_next","d_type","d_type","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","difference","difference","difference","difference","difference","difference","difference","difference","dir","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","echo","empty","empty","empty","empty","empty","empty","empty","empty","empty","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exit_code","extend","extend","extend","extend","extend","extend","extend","extend","extend","fd","file_descriptor","flags","flags","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hdr","height","id","identifier","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","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","insert","insert","insert","insert","insert","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersects","intersects","intersects","intersects","intersects","intersects","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","line_buffered","message","n0","name","nbytes","not","not","not","not","not","not","not","not","not","ok","other","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pid","pid","pipe","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","port","pr_name_len","pr_type","precision","precision","prefix","redirect","remove","remove","remove","remove","remove","remove","remove","remove","remove","req","res","rows","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","signal","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","st_atim","st_atim","st_ctim","st_ctim","st_dev","st_dev","st_filetype","st_filetype","st_ino","st_ino","st_mtim","st_mtim","st_nlink","st_nlink","st_size","st_size","status","stderr","stderr_tty","stdin","stdin_tty","stdout","stdout_tty","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","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","tag","tag","tag","tagged","timeout","timeout","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_str","to_string","to_string","to_string","toggle","toggle","toggle","toggle","toggle","toggle","toggle","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_from_primitive","try_from_primitive","try_from_primitive","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","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","u","u","union","union","union","union","union","union","union","union","union","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","width","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","Dir","PrestatEnum","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","to_owned","try_from","try_into","type_id","untagged","upcast_any_box","upcast_any_mut","upcast_any_ref","pr_name_len","Add","Del","EPOLLERR","EPOLLET","EPOLLHUP","EPOLLIN","EPOLLONESHOT","EPOLLOUT","EPOLLPRI","EPOLLRDHUP","EpollCtl","EpollData","EpollEvent","EpollEventCtl","EpollType","Errno","Event","EventUnion","ExitCode","JoinStatus","JoinStatusUnion","Longsize","Mod","Other","Snapshot0Event","Snapshot0Subscription","Snapshot0SubscriptionUnion","StackSnapshot","Subscription","SubscriptionUnion","ThreadStart","TlKey","TlUser","TlVal","Unknown","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","all","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","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","clock","clock","clock","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","cmp","cmp","cmp","cmp","compare","compare","compare","compare","complement","contains","data","data","data1","data1","data2","data2","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","empty_array","empty_array","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","error","error","events","events","exit_normal","exit_signal","extend","fd","fd","fd_readwrite","fd_readwrite","fd_readwrite","fd_readwrite","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_array","from_array","from_bits","from_bits_truncate","from_bits_unchecked","from_c_struct","from_c_struct","from_iter","from_native","from_native","from_slice","from_slice","get_hash","get_hash","get_hash","get_hash","guard_size","hash","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","insert","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_array","into_c_struct","into_c_struct","is_all","is_empty","is_from_store","is_from_store","is_success","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","not","nothing","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","ptr","raw","remove","reserved","serialize","serialize","serialize","serialize","set","size","size","stack_size","stack_upper","start_args","start_funct","stopped","sub","sub_assign","symmetric_difference","tag","tls_base","to_native","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_into","try_into","try_into","try_into","try_into","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_","type_","type_","type_","type_id","type_id","type_id","type_id","type_id","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","u","u","union","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","user","userdata","userdata","userdata","userdata","wasm_types","wasm_types","write_c_struct_to_ptr","write_c_struct_to_ptr","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","MainThread","ThreadSpawn","ThreadStartType","WasiMemoryLayout","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","compare","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","get_hash","get_hash","guard_size","hash","hash","init","init","into","into","layout_raw","layout_raw","partial_cmp","pointer_metadata","pointer_metadata","serialize","serialize","stack_lower","stack_size","stack_upper","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","start_ptr"],"q":[[0,"wasmer_wasix_types"],[4,"wasmer_wasix_types::asyncify"],[35,"wasmer_wasix_types::types"],[42,"wasmer_wasix_types::types::directory"],[44,"wasmer_wasix_types::types::file"],[54,"wasmer_wasix_types::types::io"],[120,"wasmer_wasix_types::types::net"],[627,"wasmer_wasix_types::types::signal"],[628,"wasmer_wasix_types::types::subscription"],[630,"wasmer_wasix_types::types::time"],[631,"wasmer_wasix_types::wasi"],[1353,"wasmer_wasix_types::wasi::PrestatEnum"],[1354,"wasmer_wasix_types::wasi::bindings"],[4191,"wasmer_wasix_types::wasi::bindings_manual"],[4215,"wasmer_wasix_types::wasi::bindings_manual::PrestatEnum"],[4216,"wasmer_wasix_types::wasi::wasix_manual"],[4798,"wasmer_wasix_types::wasix"],[4872,"wasmer_wasix_types::wasix::ThreadStartType"],[4873,"dyn_clone::sealed"],[4874,"wasmer_types::value"],[4875,"core::clone"],[4876,"rkyv::with"],[4877,"core::result"],[4878,"core::cmp"],[4879,"core::fmt"],[4880,"core::fmt"],[4881,"core::alloc::layout"],[4882,"alloc::alloc"],[4883,"alloc::boxed"],[4884,"core::any"],[4885,"alloc::vec"],[4886,"wasmer_types::memory"],[4887,"core::error"],[4888,"core::cmp"],[4889,"core::iter::traits::collect"],[4890,"std::io::error"],[4891,"wasmer::store"],[4892,"core::option"],[4893,"wasmer_types::value"],[4894,"core::hash"],[4895,"core::marker"],[4896,"core::hash"],[4897,"alloc::string"],[4898,"num_enum"],[4899,"wasmer_types::types"]],"d":["","Wasmer’s WASI types implementation.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","function for debugging rights issues","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Permission denied.","Add an entry to the interest list of the epoll file …","","","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","","Connection already in progress.","","Bad file descriptor.","Bad message.","","The file descriptor or file refers to a block device inode.","","","Device or resource busy.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","","Connection aborted.","","","Connection refused.","Connection reset.","","","","","Resource deadlock would occur.","Remove (deregister) the target file descriptor fd from the …","Destination address required.","Identifier for a device containing a file system. Can be …","","A pre-opened directory.","","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","A directory entry.","The type for the dirent::d-namlen field of dirent struct.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","Reserved.","","","","","","Epoll operation.","An event that can be triggered","An event that can be triggered","","Epoll available event types.","Error codes returned by functions. Not all of these error …","","Represents an errno and a signal","","","An event that occurred.","","The contents of an event for the eventtype::fd_read and …","The contents of an event.","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","","The process has exited by a normal exit code","The process was terminated by a signal","","","Bad address.","File too large.","A file descriptor handle.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","","Which file time attributes to adjust. TODO: wit appears to …","","Host is unreachable.","","","","","","Identifier removed.","","Illegal byte sequence.","","","","File serial number that is unique within its file system.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","","","","Socket is connected.","Is a directory.","join flags.","","What has happened with the proccess when we joined on it","","","","","","","","Long size used by checkpoints","Flags determining the method of how paths are resolved. …","","Too many levels of symbolic links.","","Memory access violation.","File descriptor value too large.","","Too many links.","Change the settings associated with fd in the interest …","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","","","Message too large.","","","","","Reserved.","Filename too long.","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","","","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","Nothing has happened","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","Open flags used by path_open. TODO: wit appears to not …","","","","","","","__wasi_option_t","","","Value too large to be stored in data type.","Previous owner died.","Operation not permitted.","","","Broken pipe.","","","Identifiers for preopened capabilities.","","","","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","","Protocol error.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol not supported.","Protocol wrong type for socket.","","The application expects to access the specified data in a …","Result too large.","","","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","The file descriptor or file refers to a regular file inode.","","","","File descriptor rights, determining which actions may be …","","Read-only file system.","","","","","","","","","The application expects to access the specified data …","","","Cannot send after socket shutdown.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type names used by low-level WASI interfaces. An array …","Identifiers for clocks, snapshot0 version.","A directory entry, snapshot0 version.","An event that occurred.","","","","The contents of a subscription when type is …","The contents of a subscription, snapshot0 version.","","","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","","Invalid seek.","No such process.","","Reserved.","","The process was stopped by a signal and can be resumed …","","","Flags determining how to interpret the timestamp provided …","","The contents of a subscription when type is …","An event that occurred. The contents of an event. An event …","The contents of a subscription.","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","Represents the thread start object","thread state flags","","Connection timed out.","","Timestamp in nanoseconds.","Thread local key","Thread local user data (associated with the value)","Thread local value","Argument list too long.","","","","Text file busy.","","","","","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","Unknown.","","","","","","","Unknown.","","User-provided value that may be attached to objects that …","","The application expects to access the specified data in …","","Cross-device link.","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","","The serial number of the file referred to by this …","The serial number of the file referred to by this …","The length of the name of the directory entry.","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","The type of the file referred to by this directory entry.","","File descriptor","","Associated user data","","Associated user data","","","If non-zero, an error that occurred while processing the …","If non-zero, an error that occurred while processing the …","","Pointer to the data","The exit code that was returned","","","","","File descriptor","","","","The contents of the event, if it is an eventtype::fd_read …","The file descriptor on which to wait for it to become …","Flags specifying whether the timeout is absolute or …","Flags specifying whether the timeout is absolute or …","The state of the file descriptor.","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","","The clock against which to compare the timestamp.","The user-defined unique identifier of the clock.","","","The number of bytes available for reading or writing.","","","","","","","","","","The amount of time that the implementation may wait …","The amount of time that the implementation may wait …","","","Pointer to the data","","","","","","The signal that was returned","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The absolute or relative timestamp.","The absolute or relative timestamp.","","","","Type of event that was triggered","The type of event that occured","","","","The type of the event that occurred, and the contents of …","","","","","User-provided value that got attached to …","User-provided value that got attached to …","","","","Append mode: Data written to the file is always appended …","","","Permission denied.","","","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","","Connection already in progress.","","Bad file descriptor.","Bad message.","","The file descriptor or file refers to a block device inode.","","","Device or resource busy.","Create file if it does not exist.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","","Connection aborted.","","","Connection refused.","Connection reset.","","","","Fail if not a directory.","","Write according to synchronized I/O data integrity …","","Resource deadlock would occur.","Destination address required.","Identifier for a device containing a file system. Can be …","","A pre-opened directory.","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","A directory entry.","The type for the dirent::d-namlen field of dirent struct.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","Reserved.","","Fail if file already exists.","","","","","Error codes returned by functions. Not all of these error …","Represents an errno and a signal","","","","The contents of an event for the eventtype::fd_read and …","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","The process has exited by a normal exit code","The process was terminated by a signal","The right to invoke fd_advise.","The right to invoke fd_allocate.","The right to invoke fd_datasync.","The right to invoke fd_fdstat_set_flags.","The right to invoke fd_filestat_get.","The right to invoke fd_filestat_set_size.","The right to invoke fd_filestat_set_times.","The right to invoke fd_read and sock_recv.","The right to invoke fd_readdir.","The peer of this socket has closed or disconnected.","The right to invoke fd_seek. This flag implies …","The right to invoke fd_sync.","The right to invoke fd_seek in such a way that the file …","The right to invoke fd_write and sock_send. If …","","","Bad address.","File too large.","A file descriptor handle.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","","Which file time attributes to adjust. TODO: wit appears to …","","Host is unreachable.","","","","","","Identifier removed.","","Illegal byte sequence.","","","","File serial number that is unique within its file system.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","","","","Socket is connected.","Is a directory.","join flags.","What has happened with the proccess when we joined on it","","","","","","","Flags determining the method of how paths are resolved. …","","Too many levels of symbolic links.","","Memory access violation.","File descriptor value too large.","","Too many links.","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","","","Message too large.","","","","","Reserved.","Non-blocking mode.","Non-blocking join on the process","Filename too long.","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","","","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","Nothing has happened","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","Open flags used by path_open. TODO: wit appears to not …","","","","","","","__wasi_option_t","","Value too large to be stored in data type.","Previous owner died.","The right to invoke path_create_directory.","If rights::path_open is set, the right to invoke path_open …","The right to invoke path_filestat_get.","The right to change a file’s size (there is no …","The right to invoke path_filestat_set_times.","The right to invoke path_link with the file descriptor as …","The right to invoke path_link with the file descriptor as …","The right to invoke path_open.","The right to invoke path_readlink.","The right to invoke path_remove_directory.","The right to invoke path_rename with the file descriptor …","The right to invoke path_rename with the file descriptor …","The right to invoke path_symlink.","The right to invoke path_unlink_file.","If rights::fd_read is set, includes the right to invoke …","Operation not permitted.","","","Broken pipe.","","","Identifiers for preopened capabilities.","","","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","","Protocol error.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol not supported.","Protocol wrong type for socket.","","Synchronized read I/O operations.","The application expects to access the specified data in a …","Result too large.","","","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","The file descriptor or file refers to a regular file inode.","","","","File descriptor rights, determining which actions may be …","","Read-only file system.","","","Adjust the last data access timestamp to the value stored …","Adjust the last data access timestamp to the time of clock …","Adjust the last data modification timestamp to the value …","Adjust the last data modification timestamp to the time of …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","The right to invoke sock_shutdown.","If set, treat the timestamp provided in …","As long as the resolved path corresponds to a symbolic …","Write according to synchronized I/O file integrity …","","","","","","","The application expects to access the specified data …","","","Cannot send after socket shutdown.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type names used by low-level WASI interfaces. An array …","Identifiers for clocks, snapshot0 version.","A directory entry, snapshot0 version.","","","The contents of a subscription when type is …","","","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","","Invalid seek.","No such process.","Reserved.","","The process was stopped by a signal and can be resumed …","","","Flags determining how to interpret the timestamp provided …","The contents of a subscription when type is …","An event that occurred. The contents of an event. An event …","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","Truncate file to size 0.","","","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","thread state flags","","Connection timed out.","","Timestamp in nanoseconds.","Argument list too long.","","","","Text file busy.","","","","","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","Unknown.","","","","","","","","User-provided value that may be attached to objects that …","Return if a process is stopped","","The application expects to access the specified data in …","","Cross-device link.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","","","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","","","","","","","","","","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","The serial number of the file referred to by this …","The serial number of the file referred to by this …","The length of the name of the directory entry.","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","The type of the file referred to by this directory entry.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The exit code that was returned","","","","","","","","","","","The file descriptor on which to wait for it to become …","Flags specifying whether the timeout is absolute or …","Flags specifying whether the timeout is absolute or …","The state of the 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.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","The user-defined unique identifier of the clock.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The number of bytes available for reading or writing.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The amount of time that the implementation may wait …","The amount of time that the implementation may wait …","","","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","","","","","","","","","","","","","","","","","","","","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","The signal that was returned","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","","","","","The absolute or relative timestamp.","The absolute or relative timestamp.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","expects a single right, returns None if out of bounds or > …","","","","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","Add an entry to the interest list of the epoll file …","Remove (deregister) the target file descriptor fd from the …","Error condition happened on the associated file …","Requests edge-triggered notification for the associated …","Hang up happened on the associated file descriptor.","The associated file is available for read(2) operations.","Requests one-shot notification for the associated file …","The associated file is available for write(2) operations.","There is an exceptional condition on the file descriptor. …","Stream socket peer closed connection, or shut down writing …","Epoll operation.","An event that can be triggered","An event that can be triggered","","Epoll available event types.","","An event that occurred.","The contents of an event.","","","","Long size used by checkpoints","Change the settings associated with fd in the interest …","","An event that occurred.","","The contents of a subscription, snapshot0 version.","","","The contents of a subscription.","Represents the thread start object","Thread local key","Thread local user data (associated with the value)","Thread local value","Unknown.","","","","","","","","","","","","","","","","","","Returns the set containing all flags.","Returns the intersection between the two sets of flags.","Disables all flags disabled in the set.","Returns the union of the two sets of flags.","Adds the set of flags.","Returns the raw value of the flags currently stored.","","Returns the left flags, but with all the right flags …","Toggles the set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","Returns true if all of the flags in other are contained …","","File descriptor","","Associated user data","","Associated user data","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the difference between the flags in self and other.","","","","","","","","","","","","","","","","","","Returns an empty set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","If non-zero, an error that occurred while processing the …","If non-zero, an error that occurred while processing the …","","Pointer to the data","","","","","File descriptor","","","","The contents of the event, if it is an eventtype::fd_read …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","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 underlying bit representation, unless that …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, preserving all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts the specified flags in-place.","Returns the intersection between the flags in self and …","Returns true if there are flags common to both self and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 all flags are currently set.","Returns true if no flags are currently stored.","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","","","","","","","","","","","","","","","","","","","","","","","","Pointer to the data","","Removes the specified flags in-place.","","","","","","Inserts or removes the specified flags depending on the …","","","","","","","","Returns the set difference of the two sets of flags.","Disables all flags enabled in the set.","Returns the symmetric difference between the flags in self …","","","","","","","","","","","","","","","","","","","","","","","Toggles the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type of event that was triggered","The type of event that occured","","","","","","","","","","","","","","","","","","","The type of the event that occurred, and the contents of …","","Returns the union of between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","User-provided value that got attached to …","User-provided value that got attached to …","","","","","","","","","","","","","","","","","","Represents the memory layout of the parts that the thread …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Piece of memory that is marked as none readable/writable …","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","This is the bottom part of the stack (anything more below …","Total size of the stack","This is the top part of the stack (stacks go backwards)","","","","","","","","","","","","","","",""],"i":[0,0,0,0,3,0,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,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,28,0,0,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,26,26,26,28,28,28,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,42,44,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,29,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,38,38,38,38,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,31,32,37,38,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,33,39,41,43,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,31,34,37,45,32,35,38,36,40,42,44,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,40,42,44,34,35,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,0,0,0,0,99,73,60,134,0,0,0,60,60,0,60,60,90,60,74,60,60,90,61,0,73,60,60,61,60,0,74,65,0,72,90,60,99,73,60,60,0,78,79,90,60,134,60,0,71,68,118,0,61,0,0,60,73,63,74,60,90,90,90,78,79,0,0,0,0,0,0,105,0,90,90,0,0,0,0,0,0,60,0,100,100,72,91,60,60,0,65,65,0,0,0,0,0,0,90,0,90,60,0,0,90,90,90,60,90,60,75,75,89,0,60,60,60,60,90,90,90,60,60,0,0,0,0,73,73,73,0,73,89,0,0,0,60,90,60,60,90,60,134,58,59,90,90,60,90,73,73,73,60,60,60,60,60,60,73,60,60,60,60,60,60,60,60,81,90,73,60,63,63,60,60,60,60,60,60,100,60,60,60,60,89,60,0,73,73,72,72,0,0,0,0,105,60,60,60,0,90,60,0,89,0,0,0,0,0,58,59,0,73,60,73,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,60,60,90,63,60,71,99,58,59,73,73,73,61,73,73,0,0,0,60,90,90,90,0,73,73,73,71,63,78,79,60,0,93,93,93,93,93,93,93,93,93,93,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,0,0,0,0,0,0,0,0,0,0,61,61,61,61,0,0,0,81,60,60,0,60,0,100,71,0,0,0,0,0,0,60,61,90,58,59,0,0,0,60,0,0,0,0,0,60,91,73,0,60,73,90,90,74,75,58,59,60,61,63,65,68,71,72,74,78,79,99,134,75,0,0,63,99,60,95,96,0,0,25,46,47,48,49,50,51,52,53,122,123,124,127,67,80,62,23,62,23,62,23,62,23,126,137,135,136,135,136,86,80,129,130,135,137,101,131,131,83,135,136,123,124,127,130,70,66,67,69,64,64,64,64,133,128,97,80,66,66,80,94,69,131,98,88,82,84,88,95,85,87,66,67,96,135,136,98,97,97,133,80,101,98,76,77,76,77,76,77,76,77,76,77,76,77,76,77,76,77,133,133,133,133,98,84,80,84,80,84,80,131,82,83,92,132,66,67,133,125,126,129,130,87,92,125,129,132,128,125,126,129,130,0,80,141,46,99,73,60,0,0,0,60,60,0,60,60,90,60,74,60,60,90,61,0,73,60,49,60,61,60,0,74,65,0,72,90,60,99,73,60,60,0,78,79,49,53,46,90,60,60,0,71,68,0,61,0,0,60,73,63,74,60,90,49,90,90,78,79,0,0,90,90,0,0,0,0,60,100,100,25,25,25,25,25,25,25,25,25,51,25,25,25,25,72,91,60,60,0,65,65,0,0,0,0,0,0,90,0,90,60,0,0,90,90,90,60,90,60,75,75,89,0,60,60,60,60,90,90,90,60,60,0,0,73,73,73,0,73,89,0,0,60,90,60,60,90,60,58,59,90,90,60,90,73,73,73,60,46,52,60,60,60,60,60,73,60,60,60,60,60,60,60,60,81,90,73,60,63,63,60,60,60,60,60,60,100,60,60,60,60,89,60,0,73,73,72,72,0,0,0,0,60,60,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,60,0,90,60,0,89,0,0,0,0,58,59,0,73,60,73,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,60,60,90,46,63,60,71,99,58,59,73,73,73,61,73,73,0,0,0,60,90,90,47,47,47,47,25,25,25,25,25,25,25,25,25,25,25,50,48,46,90,0,73,73,73,71,63,78,79,60,0,93,93,93,93,93,93,93,93,93,93,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,0,0,0,0,0,0,0,61,61,61,61,0,0,0,81,60,60,60,0,100,71,0,0,0,0,60,61,49,53,90,58,59,0,0,60,0,0,60,91,73,0,60,73,90,90,74,75,58,59,60,61,63,65,68,71,72,74,78,79,99,75,0,52,0,63,99,60,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,95,96,25,46,47,48,49,50,51,52,53,25,60,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,67,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,60,25,46,47,48,49,50,51,52,53,80,60,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,62,23,62,23,62,23,62,23,77,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,58,59,60,60,25,25,61,62,23,63,63,46,46,64,47,47,48,49,49,65,65,50,66,67,68,51,51,69,69,70,71,71,72,73,73,74,75,75,76,77,78,79,79,80,80,81,82,83,84,85,86,87,88,89,90,90,91,92,93,94,95,96,97,98,99,52,100,101,53,25,46,47,48,49,50,51,52,53,86,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,80,25,46,47,48,49,50,51,52,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,63,46,47,48,49,65,50,68,51,71,72,73,74,75,78,79,80,81,89,90,91,93,99,52,100,53,58,58,58,58,59,59,59,59,60,60,60,60,25,25,25,25,61,61,61,61,63,63,63,63,46,46,46,46,47,47,47,47,48,48,48,48,49,49,49,49,65,65,65,65,50,50,50,50,68,68,68,68,51,51,51,51,71,71,71,71,72,72,72,72,73,73,73,73,74,74,74,74,75,75,75,75,78,78,78,78,79,79,79,79,81,81,81,81,89,89,89,89,90,90,90,90,91,91,91,91,93,93,93,93,99,99,99,99,52,52,52,52,100,100,100,100,53,53,53,53,101,25,46,47,48,49,50,51,52,53,83,70,66,67,69,58,59,60,60,25,25,25,25,25,61,62,23,63,46,46,46,46,46,64,47,47,47,47,47,48,48,48,48,48,49,49,49,49,49,65,50,50,50,50,50,66,67,68,51,51,51,51,51,69,70,71,72,73,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,91,92,93,94,95,96,97,98,99,52,52,52,52,52,100,101,53,53,53,53,53,58,58,59,59,60,60,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,67,68,51,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,52,100,101,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,25,46,47,48,49,50,51,52,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,64,64,64,64,58,59,60,25,46,47,48,49,50,51,93,52,53,58,59,60,25,46,47,48,49,50,51,93,52,53,97,80,66,66,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,80,60,94,60,69,25,46,47,48,49,50,51,52,53,98,88,60,25,46,47,48,49,50,51,52,53,82,84,88,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,95,85,87,66,67,96,98,25,46,47,48,49,50,51,52,53,97,97,80,58,60,25,63,46,47,49,65,51,69,71,73,75,79,80,90,25,46,47,48,49,50,51,52,53,101,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,98,76,77,76,77,76,77,76,77,76,77,76,77,76,77,76,77,98,84,80,84,80,84,80,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,82,83,92,87,66,67,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,25,60,73,91,25,46,47,48,49,50,51,52,53,58,58,59,59,60,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,90,91,92,93,93,94,95,96,97,98,99,52,100,101,53,58,59,60,90,93,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,87,92,25,46,47,48,49,50,51,52,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,80,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,118,0,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,141,134,134,122,122,122,122,122,122,122,122,0,0,0,0,0,105,0,0,0,0,0,0,134,105,0,0,0,0,0,0,0,0,0,0,134,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,122,122,122,122,122,122,122,122,122,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,123,124,127,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,128,105,122,135,128,105,122,135,122,122,126,137,135,136,135,136,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,105,105,122,122,134,134,135,135,136,137,122,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,122,105,134,128,105,122,134,135,128,128,128,128,105,105,105,105,122,122,122,122,134,134,134,134,135,135,135,135,129,130,135,137,131,131,122,135,136,123,124,127,130,125,126,128,129,130,132,133,105,105,122,122,122,122,122,134,135,136,137,123,124,125,126,126,127,128,129,130,131,132,133,105,105,105,122,134,135,136,137,105,134,122,122,122,105,134,122,105,134,105,134,128,122,134,135,133,128,122,134,135,128,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,122,122,122,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,105,134,105,134,122,122,105,134,105,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,122,131,128,105,122,135,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,135,136,105,122,133,105,122,134,135,122,105,134,133,133,133,133,131,122,122,122,132,133,105,134,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,105,122,123,124,125,126,127,128,129,130,131,132,133,105,122,134,134,135,136,137,134,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,125,126,129,130,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,125,129,132,122,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,105,122,134,135,136,137,128,125,126,129,130,105,134,105,134,125,126,128,129,130,132,133,122,134,137,139,139,0,0,139,140,139,140,139,140,139,140,139,140,139,139,140,139,140,139,140,139,139,140,140,139,140,139,140,139,139,139,139,140,140,140,140,139,140,139,140,139,140,140,139,140,139,140,139,140,139,140,139,139,140,139,140,140,140,140,139,140,139,140,139,140,139,140,139,140,139,140,139,140,142],"f":[0,0,0,0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[3,[-1]]],[[3,[-1]]],[4,5]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[6,2],0,[[[3,[-1]],[3,[-1]]],9,[4,10]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[[3,[-1]],11],12,[4,13]],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[],[[8,[14,15]]]],[[]],0,[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[[[3,[-1]],[22,[[21,[20]]]]],2,4],0,0,0,0,0,0,0,0,[23,[[24,[20]]]],0,0,0,0,0,0,0,0,0,[25,2],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[26,[-1]]],[[26,[-1]]],[5,27]],[[[28,[-1]]],[[28,[-1]]],[5,27]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[[[26,[-1]],[26,[-1]]],9,[10,27]],[[[28,[-1]],[28,[-1]]],9,[10,27]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[[26,[-1]],11],12,[13,27]],[[[28,[-1]],11],12,[13,27]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[-1,16,[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[26,[-1]],[22,[[21,[20]]]]],2,27],[[[28,[-1]],[22,[[21,[20]]]]],2,27],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[29,29],[30,30],[31,31],[32,32],[33,33],[34,34],[35,35],[36,36],[37,37],[38,38],[39,39],[40,40],[41,41],[42,42],[43,43],[44,44],[45,45],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[29,29],9],[[30,30],9],[[31,31],9],[[32,32],9],[[33,33],9],[[34,34],9],[[35,35],9],[[36,36],9],[[37,37],9],[[38,38],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],0,[[29,11],12],[[30,11],12],[[31,11],12],[[32,11],12],[[33,11],12],[[34,11],12],[[35,11],12],[[36,11],12],[[37,11],12],[[38,11],12],[[39,11],12],[[40,11],12],[[41,11],12],[[42,11],12],[[43,11],12],[[44,11],12],[[45,11],12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],0,0,0,0,0,[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[[29,[22,[[21,[20]]]]],2],[[30,[22,[[21,[20]]]]],2],[[31,[22,[[21,[20]]]]],2],[[32,[22,[[21,[20]]]]],2],[[33,[22,[[21,[20]]]]],2],[[34,[22,[[21,[20]]]]],2],[[35,[22,[[21,[20]]]]],2],[[36,[22,[[21,[20]]]]],2],[[37,[22,[[21,[20]]]]],2],[[38,[22,[[21,[20]]]]],2],[[39,[22,[[21,[20]]]]],2],[[40,[22,[[21,[20]]]]],2],[[41,[22,[[21,[20]]]]],2],[[42,[22,[[21,[20]]]]],2],[[43,[22,[[21,[20]]]]],2],[[44,[22,[[21,[20]]]]],2],[[45,[22,[[21,[20]]]]],2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[[],25],[[],46],[[],47],[[],48],[[],49],[[],50],[[],51],[[],52],[[],53],[[],25],[-1,54,[]],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[25,55],[46,56],[47,56],[48,57],[49,56],[50,56],[51,56],[52,57],[53,56],0,0,0,0,0,0,0,0,0,[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[58,58],[59,59],[60,60],[25,25],[61,61],[62,62],[23,23],[63,63],[46,46],[64,64],[47,47],[48,48],[49,49],[65,65],[50,50],[66,66],[67,67],[68,68],[51,51],[69,69],[70,70],[71,71],[72,72],[73,73],[74,74],[75,75],[76,76],[77,77],[78,78],[79,79],[80,80],[81,81],[82,82],[83,83],[84,84],[85,85],[86,86],[87,87],[88,88],[89,89],[90,90],[91,91],[92,92],[93,93],[94,94],[95,95],[96,96],[97,97],[98,98],[99,99],[52,52],[100,100],[101,101],[53,53],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[60,60],102],[[25,25],102],[[46,46],102],[[47,47],102],[[48,48],102],[[49,49],102],[[50,50],102],[[51,51],102],[[52,52],102],[[53,53],102],0,[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[25,25],[46,46],[47,47],[48,48],[49,49],[50,50],[51,51],[52,52],[53,53],[[25,25],9],[[46,46],9],[[47,47],9],[[48,48],9],[[49,49],9],[[50,50],9],[[51,51],9],[[52,52],9],[[53,53],9],0,0,0,0,0,0,0,0,[[],77],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[-1,[[8,[58]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[60]]],103],[-1,[[8,[25]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[63]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[46]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[47]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[49]]],103],[-1,[[8,[65]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[51]]],103],[-1,[[8,[69]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[71]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[73]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[75]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[79]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[80]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[90]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],0,[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,[[],25],[[],46],[[],47],[[],48],[[],49],[[],50],[[],51],[[],52],[[],53],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[58,58],9],[[59,59],9],[[60,60],9],[[25,25],9],[[61,61],9],[[63,63],9],[[46,46],9],[[47,47],9],[[48,48],9],[[49,49],9],[[65,65],9],[[50,50],9],[[68,68],9],[[51,51],9],[[71,71],9],[[72,72],9],[[73,73],9],[[74,74],9],[[75,75],9],[[78,78],9],[[79,79],9],[[80,80],9],[[81,81],9],[[89,89],9],[[90,90],9],[[91,91],9],[[93,93],9],[[99,99],9],[[52,52],9],[[100,100],9],[[53,53],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],0,[[25,-1],2,104],[[46,-1],2,104],[[47,-1],2,104],[[48,-1],2,104],[[49,-1],2,104],[[50,-1],2,104],[[51,-1],2,104],[[52,-1],2,104],[[53,-1],2,104],0,0,0,0,0,[[58,11],12],[[59,11],12],[[60,11],12],[[60,11],12],[[25,11],12],[[25,11],12],[[25,11],12],[[25,11],12],[[25,11],12],[[61,11],12],[[62,11],12],[[23,11],12],[[63,11],12],[[46,11],12],[[46,11],12],[[46,11],12],[[46,11],12],[[46,11],12],[[64,11],12],[[47,11],12],[[47,11],12],[[47,11],12],[[47,11],12],[[47,11],12],[[48,11],12],[[48,11],12],[[48,11],12],[[48,11],12],[[48,11],12],[[49,11],12],[[49,11],12],[[49,11],12],[[49,11],12],[[49,11],12],[[65,11],12],[[50,11],12],[[50,11],12],[[50,11],12],[[50,11],12],[[50,11],12],[[66,11],12],[[67,11],12],[[68,11],12],[[51,11],12],[[51,11],12],[[51,11],12],[[51,11],12],[[51,11],12],[[69,11],12],[[70,11],12],[[71,11],12],[[72,11],12],[[73,11],12],[[73,11],12],[[74,11],12],[[75,11],12],[[76,11],12],[[77,11],12],[[78,11],12],[[79,11],12],[[80,11],12],[[81,11],12],[[82,11],12],[[83,11],12],[[84,11],12],[[85,11],12],[[86,11],12],[[87,11],12],[[88,11],12],[[89,11],12],[[90,11],12],[[91,11],12],[[91,11],12],[[92,11],12],[[93,11],12],[[94,11],12],[[95,11],12],[[96,11],12],[[97,11],12],[[98,11],12],[[99,11],12],[[52,11],12],[[52,11],12],[[52,11],12],[[52,11],12],[[52,11],12],[[100,11],12],[[101,11],12],[[53,11],12],[[53,11],12],[[53,11],12],[[53,11],12],[[53,11],12],[-1,-1,[]],[59,58],[-1,-1,[]],[58,59],[105,60],[-1,-1,[]],[106,60],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[66,67],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[55,[[108,[25]]]],[56,[[108,[46]]]],[56,[[108,[47]]]],[57,[[108,[48]]]],[56,[[108,[49]]]],[56,[[108,[50]]]],[56,[[108,[51]]]],[57,[[108,[52]]]],[56,[[108,[53]]]],[55,25],[56,46],[56,47],[57,48],[56,49],[56,50],[56,51],[57,52],[56,53],[55,25],[56,46],[56,47],[57,48],[56,49],[56,50],[56,51],[57,52],[56,53],[55,25],[56,46],[56,47],[57,48],[56,49],[56,50],[56,51],[57,52],[56,53],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,25,104],[-1,46,104],[-1,47,104],[-1,48,104],[-1,49,104],[-1,50,104],[-1,51,104],[-1,52,104],[-1,53,104],[[],58],[[],59],[[],60],[[],25],[[],61],[[],63],[[],46],[[],47],[[],49],[[],65],[[],68],[[],71],[[],72],[[],73],[[],74],[[],75],[[],78],[[],79],[[],81],[[],89],[[],90],[[],91],[[],93],[[],99],[[],52],[[],100],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],0,0,0,0,[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[58,-1],2,114],[[59,-1],2,114],[[60,-1],2,114],[[25,-1],2,114],[[46,-1],2,114],[[47,-1],2,114],[[48,-1],2,114],[[49,-1],2,114],[[50,-1],2,114],[[51,-1],2,114],[[93,-1],2,114],[[52,-1],2,114],[[53,-1],2,114],0,0,0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],9],[[46,46],9],[[47,47],9],[[48,48],9],[[49,49],9],[[50,50],9],[[51,51],9],[[52,52],9],[[53,53],9],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[25,9],[46,9],[47,9],[48,9],[49,9],[50,9],[51,9],[52,9],[53,9],[25,9],[46,9],[47,9],[48,9],[49,9],[50,9],[51,9],[52,9],[53,9],[[58,-1],9,115],[[59,-1],9,115],[[60,-1],9,115],[[25,-1],9,115],[[61,-1],9,115],[[63,-1],9,115],[[46,-1],9,115],[[47,-1],9,115],[[49,-1],9,115],[[65,-1],9,115],[[68,-1],9,115],[[71,-1],9,115],[[72,-1],9,115],[[73,-1],9,115],[[74,-1],9,115],[[75,-1],9,115],[[78,-1],9,115],[[79,-1],9,115],[[81,-1],9,115],[[89,-1],9,115],[[90,-1],9,115],[[91,-1],9,115],[[93,-1],9,115],[[99,-1],9,115],[[52,-1],9,115],[[100,-1],9,115],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],0,[60,116],0,[60,116],0,[25,25],[46,46],[47,47],[48,48],[49,49],[50,50],[51,51],[52,52],[53,53],0,0,[[60,60],[[108,[102]]]],[[25,25],[[108,[102]]]],[[46,46],[[108,[102]]]],[[47,47],[[108,[102]]]],[[48,48],[[108,[102]]]],[[49,49],[[108,[102]]]],[[50,50],[[108,[102]]]],[[51,51],[[108,[102]]]],[[52,52],[[108,[102]]]],[[53,53],[[108,[102]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],0,0,0,[[58,-1],8,117],[[60,-1],8,117],[[25,-1],8,117],[[63,-1],8,117],[[46,-1],8,117],[[47,-1],8,117],[[49,-1],8,117],[[65,-1],8,117],[[51,-1],8,117],[[69,-1],8,117],[[71,-1],8,117],[[73,-1],8,117],[[75,-1],8,117],[[79,-1],8,117],[[80,-1],8,117],[[90,-1],8,117],[[25,25,9],2],[[46,46,9],2],[[47,47,9],2],[[48,48,9],2],[[49,49,9],2],[[50,50,9],2],[[51,51,9],2],[[52,52,9],2],[[53,53,9],2],0,[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],0,0,0,[87,[[108,[118]]]],0,0,[58],[59],[60],[25],[61],[63],[46],[47],[49],[65],[68],[71],[72],[73],[74],[75],[78],[79],[81],[89],[90],[91],[93],[99],[52],[100],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[25,[[108,[116]]]],[-1,119,[]],[-1,119,[]],[-1,119,[]],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[-1,[[8,[-2]]],[],[]],[57,[[8,[58,[120,[58]]]]]],[-1,[[8,[-2]]],[],[]],[57,[[8,[59,[120,[59]]]]]],[56,[[8,[60,[120,[60]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[56,[[8,[90,[120,[90]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[20,[[8,[93,[120,[93]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[],[[8,[58,[120,[58]]]]]],[[],[[8,[59,[120,[59]]]]]],[[],[[8,[60,[120,[60]]]]]],[[],[[8,[90,[120,[90]]]]]],[[],[[8,[93,[120,[93]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],0,0,[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],0,[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[[58,[22,[[21,[20]]]]],2],[[59,[22,[[21,[20]]]]],2],[[60,[22,[[21,[20]]]]],2],[[25,[22,[[21,[20]]]]],2],[[61,[22,[[21,[20]]]]],2],[[62,[22,[[21,[20]]]]],2],[[23,[22,[[21,[20]]]]],2],[[63,[22,[[21,[20]]]]],2],[[46,[22,[[21,[20]]]]],2],[[64,[22,[[21,[20]]]]],2],[[47,[22,[[21,[20]]]]],2],[[48,[22,[[21,[20]]]]],2],[[49,[22,[[21,[20]]]]],2],[[65,[22,[[21,[20]]]]],2],[[50,[22,[[21,[20]]]]],2],[[66,[22,[[21,[20]]]]],2],[[67,[22,[[21,[20]]]]],2],[[68,[22,[[21,[20]]]]],2],[[51,[22,[[21,[20]]]]],2],[[69,[22,[[21,[20]]]]],2],[[70,[22,[[21,[20]]]]],2],[[71,[22,[[21,[20]]]]],2],[[72,[22,[[21,[20]]]]],2],[[73,[22,[[21,[20]]]]],2],[[74,[22,[[21,[20]]]]],2],[[75,[22,[[21,[20]]]]],2],[[76,[22,[[21,[20]]]]],2],[[77,[22,[[21,[20]]]]],2],[[78,[22,[[21,[20]]]]],2],[[79,[22,[[21,[20]]]]],2],[[80,[22,[[21,[20]]]]],2],[[81,[22,[[21,[20]]]]],2],[[82,[22,[[21,[20]]]]],2],[[83,[22,[[21,[20]]]]],2],[[84,[22,[[21,[20]]]]],2],[[85,[22,[[21,[20]]]]],2],[[86,[22,[[21,[20]]]]],2],[[87,[22,[[21,[20]]]]],2],[[88,[22,[[21,[20]]]]],2],[[89,[22,[[21,[20]]]]],2],[[90,[22,[[21,[20]]]]],2],[[91,[22,[[21,[20]]]]],2],[[92,[22,[[21,[20]]]]],2],[[93,[22,[[21,[20]]]]],2],[[94,[22,[[21,[20]]]]],2],[[95,[22,[[21,[20]]]]],2],[[96,[22,[[21,[20]]]]],2],[[97,[22,[[21,[20]]]]],2],[[98,[22,[[21,[20]]]]],2],[[99,[22,[[21,[20]]]]],2],[[52,[22,[[21,[20]]]]],2],[[100,[22,[[21,[20]]]]],2],[[101,[22,[[21,[20]]]]],2],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[118,118],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[6,2],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[],[[8,[14,15]]]],[[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[118,86],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[],122],[[122,122],122],[[122,122],2],[[122,122],122],[[122,122],2],[122,57],0,[[122,122],122],[[122,122],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[123,123],[124,124],[125,125],[126,126],[127,127],[128,128],[129,129],[130,130],[131,131],[132,132],[[[133,[-1]]],[[133,[-1]]],[5,27]],[105,105],[122,122],[134,134],[135,135],[[[136,[-1]]],[[136,[-1]]],[5,27]],[[[137,[-1]]],[[137,[-1]]],[5,27]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[128,128],102],[[105,105],102],[[122,122],102],[[135,135],102],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[122,122],[[122,122],9],0,0,0,0,0,0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[105]]],103],[-1,[[8,[122]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[134]]],103],[-1,[[8,[135]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[122,122],122],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[],122],[[]],[[]],[[128,128],9],[[105,105],9],[[122,122],9],[[134,134],9],[[135,135],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],0,0,0,0,0,0,[[122,-1],2,104],0,0,0,0,0,0,[[125,11],12],[[126,11],12],[[128,11],12],[[129,11],12],[[130,11],12],[[132,11],12],[[[133,[-1]],11],12,27],[[105,11],12],[[105,11],12],[[122,11],12],[[122,11],12],[[122,11],12],[[122,11],12],[[122,11],12],[[134,11],12],[[135,11],12],[[[136,[-1]],11],12,27],[[[137,[-1]],11],12,27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[125,126],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[60,105],[-1,-1,[]],[138,105],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,107,[]],[-1,-2,107,[]],[57,[[108,[122]]]],[57,122],[57,122],[-1,-2,107,[]],[-1,-2,107,[]],[-1,122,104],[[],105],[[],134],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],0,[[128,-1],2,114],[[122,-1],2,114],[[134,-1],2,114],[[135,-1],2,114],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[122,122],2],[[122,122],122],[[122,122],9],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[122,9],[122,9],[[105,-1],9,115],[[134,-1],9,115],[105,9],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[122,122],0,[[128,128],[[108,[102]]]],[[105,105],[[108,[102]]]],[[122,122],[[108,[102]]]],[[135,135],[[108,[102]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[105,138],[[122,122],2],0,[[105,-1],8,117],[[122,-1],8,117],[[134,-1],8,117],[[135,-1],8,117],[[122,122,9],2],[[],57],[[],57],0,0,0,0,0,[[122,122],122],[[122,122],2],[[122,122],122],0,0,[105],[134],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,119,[]],[[122,122],2],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[57,[[8,[134,[120,[134]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[],[[8,[134,[120,[134]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],0,0,0,0,[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],0,0,0,[[122,122],122],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,0,0,[[],[[22,[121]]]],[[],[[22,[121]]]],[109,2],[109,2],[[125,[22,[[21,[20]]]]],2],[[126,[22,[[21,[20]]]]],2],[[128,[22,[[21,[20]]]]],2],[[129,[22,[[21,[20]]]]],2],[[130,[22,[[21,[20]]]]],2],[[132,[22,[[21,[20]]]]],2],[[[133,[-1]],[22,[[21,[20]]]]],2,27],[[122,[22,[[21,[20]]]]],2],[[134,[22,[[21,[20]]]]],2],[[[137,[-1]],[22,[[21,[20]]]]],2,27],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[139,139],[140,140],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[139,139],102],[[-1,-2],102,[],[]],[[],140],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[-1,[[8,[139]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[140]]],103],[6,2],[6,2],[[139,139],9],[[140,140],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[139,11],12],[[140,11],12],[-1,-1,[]],[-1,-1,[]],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],0,[[139,-1],2,114],[[140,-1],2,114],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[139,139],[[108,[102]]]],[[]],[[]],[[139,-1],8,117],[[140,-1],8,117],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[-1,16,[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0],"c":[],"p":[[3,"Private",4873],[15,"tuple"],[3,"__wasi_asyncify_t",4],[8,"ValueType",4874],[8,"Clone",4875],[15,"usize"],[3,"With",4876],[4,"Result",4877],[15,"bool"],[8,"PartialEq",4878],[3,"Formatter",4879],[6,"Result",4879],[8,"Debug",4879],[3,"Layout",4880],[3,"LayoutError",4880],[3,"TypeId",4881],[3,"Global",4882],[3,"Box",4883],[8,"Any",4881],[15,"u8"],[19,"MaybeUninit",4884],[15,"slice"],[3,"Dirent",1354],[3,"Vec",4885],[3,"Rights",1354],[3,"__wasi_ciovec_t",54],[8,"MemorySize",4886],[3,"__wasi_iovec_t",54],[3,"__wasi_hardwareaddress_t",120],[3,"__wasi_addr_ip4_t",120],[3,"__wasi_addr_ip4_port_t",120],[3,"__wasi_cidr_ip4_t",120],[3,"__wasi_addr_unix_t",120],[3,"__wasi_addr_unix_port_t",120],[3,"__wasi_cidr_unix_t",120],[3,"__wasi_addr_ip6_t",120],[3,"__wasi_addr_ip6_port_t",120],[3,"__wasi_cidr_ip6_t",120],[3,"__wasi_addr_u",120],[3,"__wasi_addr_t",120],[3,"__wasi_addr_port_u",120],[3,"__wasi_addr_port_t",120],[3,"__wasi_cidr_u",120],[3,"__wasi_cidr_t",120],[3,"Route",120],[3,"Fdflags",1354],[3,"Fstflags",1354],[3,"Lookup",1354],[3,"Oflags",1354],[3,"Subclockflags",1354],[3,"Eventrwflags",1354],[3,"JoinFlags",1354],[3,"ThreadStateFlags",1354],[8,"Error",4887],[15,"u64"],[15,"u16"],[15,"u32"],[4,"Snapshot0Clockid",1354],[4,"Clockid",1354],[4,"Errno",1354],[4,"Filetype",1354],[3,"Snapshot0Dirent",1354],[4,"Advice",1354],[3,"Fdstat",1354],[4,"Eventtype",1354],[3,"Snapshot0SubscriptionClock",1354],[3,"SubscriptionClock",1354],[4,"Preopentype",1354],[3,"EventFdReadwrite",1354],[3,"SubscriptionFsReadwrite",1354],[4,"Socktype",1354],[4,"Sockstatus",1354],[4,"Sockoption",1354],[4,"Streamsecurity",1354],[4,"Addressfamily",1354],[3,"Snapshot0Filestat",1354],[3,"Filestat",1354],[4,"Snapshot0Whence",1354],[4,"Whence",1354],[3,"Tty",1354],[4,"OptionTag",1354],[3,"OptionPid",1354],[3,"OptionFd",1354],[3,"ProcessHandles",1354],[3,"PrestatUDir",1354],[3,"PrestatU",1354],[3,"Prestat",1354],[3,"PipeHandles",1354],[4,"StdioMode",1354],[4,"SockProto",1354],[4,"Bool",1354],[3,"OptionTimestamp",1354],[4,"Signal",1354],[3,"AddrUnspec",1354],[3,"AddrUnspecPort",1354],[3,"CidrUnspec",1354],[3,"HttpHandles",1354],[3,"HttpStatus",1354],[4,"Timeout",1354],[4,"JoinStatusType",1354],[3,"ErrnoSignal",1354],[4,"Ordering",4878],[8,"Deserializer",4888],[8,"IntoIterator",4889],[4,"ExitCode",4216],[3,"Error",4890],[8,"AsStoreMut",4891],[4,"Option",4892],[19,"RawValue",4874],[3,"TryFromSliceError",4893],[8,"Hash",4894],[8,"Sized",4895],[8,"BuildHasher",4894],[8,"Hasher",4894],[8,"AsStoreRef",4891],[15,"str"],[8,"Serializer",4896],[4,"PrestatEnum",4191],[3,"String",4897],[3,"TryFromPrimitiveError",4898],[4,"Type",4899],[3,"EpollType",4216],[19,"Snapshot0SubscriptionUnion",4216],[19,"SubscriptionUnion",4216],[3,"Snapshot0Subscription",4216],[3,"Subscription",4216],[19,"EventUnion",4216],[3,"StackSnapshot",4216],[3,"Event",4216],[3,"Snapshot0Event",4216],[19,"JoinStatusUnion",4216],[3,"JoinStatus",4216],[3,"ThreadStart",4216],[4,"EpollCtl",4216],[3,"EpollEventCtl",4216],[3,"EpollData",4216],[3,"EpollEvent",4216],[15,"i32"],[4,"ThreadStartType",4798],[3,"WasiMemoryLayout",4798],[13,"Dir",4215],[13,"ThreadSpawn",4872]]},\ +"wasmer_wasix":{"doc":"Wasmer’s WASI implementation","t":"RNNNNNNNNNNNNNNNNNNNDNNDNNNNNDCNNNENNGNNNNNNNNNDDDDNNNNNGNNNNNNNNNDCNNIDGCNNNNNNENDNNNNNNNDCIICNGCDDDECNNDNNCDCCGEECCCCCDENNNNLLLLLMMMMLLLLLMLLLLLLMMMMMMLMLMMAMMLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMAMMFLLLLLLLLLLLLLLLLMMLKLMMLLLCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMMMMLLLLLMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLAMLFFFFFLFFMMMMMMMAFLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLFLLLLMLLLLFFLLAMMLKLKLMMLLLLLLLLLLLLLLLLLLLAMMFMMMMMMLLLALLLMLAMLLLLLLLLLLLLLLLLKLLLLMLLKLLLLLMMMLLLMLLLLLMLLFLAFMFMMLLLLFFAAMMMLMMMMLMLLLLLLLLKLLLLLLLLLLLLMLMMMKLMMMMLLFLLMMMMMLAMMLLMMMMMMMFAMMMLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALKLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMMCCLLLLLLLLLLLLLFFFFFFCCMLLLLLLLLMMMMMMDDNDENLMALLLLLLMMLLLLLLLLMAMLLLLLMMMLLLLLLFMMMLLLFLMLLFFFFFLLLLLLLLLLLLLLLLLMLLMMDDLLLMLLLLLLLLMLLLLLLLLLMMLLLLLLLLLLLMMMLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLMLLMMFFFFFFFFFFDDLLLLLLLLLLLLLLLLLLLLMMMLLLLMLLMLLLLMLLLMLLLLLLLLLLLLLLLLLLLLLLLLNNNNDDENRRRRDDNNDDDDNERDNNRRRNNNRDDEDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLMMMLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLAMMLLLMLLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLLMLLLLLLLLLLMMMMLLMMMAMLLLLLLLLLMMLMMLLLLLLLLLMLLFLLMLLLLLLMMLAMLLMLLLLLLLLLLLLMLLMMLLLLLLLLLLLLLMMMMLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMSNSNNDDEGNDNNDNENSNNNSSLLMLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLMMLLLLLLMLMMLLLLLLMMMLLLLLLMLLMMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMNNDDEDDRNNDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLMMLLLLLLMLLLLLLLLFLLLLLLLLLLLLLMMLLLLLLMMLLLLLLLLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDDLLLLLMLLLLLLLLLLLLLLLLLLMMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLGIDDDDRMMMMMAMFMMMMMMMMKAMMGIDDDDLMMMMMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLMLLMMLLLLMMKMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLSDLLLLLMLLLLLLLFMLLLLLLMLLLLLLLLLLLLLSSNNNNNNNNNNDDNNNEEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEDDDDDDDDDDDDDDDDDDDDDDDDEDEDEEEEEEEEDENNNNNNNNNNNNNNNDDDNNNNNNNNNNNNNNNNNNNNNNNDDDDDDDNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNRNNNNNNNNNNNNNNNNNNNNGGGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDDDDNNNNNNNNNNNNNNNNNNNNRRIEEEEDEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEDDEEDDEEEEEEEEEEEEEEEEEDDEENNNNNNNNNNNNNNNNNNNNDDDDDNNNDNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNDDDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNINNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNNNNNINNNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMLLLLLKLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLMLLLLLLLLLLLLMMMMMMMMFMMMLMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMALLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLMMMLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLMMMMMMMMMMMMLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMKLLLLLLLLLLLLLLLLLLMMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMMMMMMKLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNNNENNNNNNNDNNNNNENNNNNNNNEDENNENNGDGDDNNNNNNNNNDGNINNNNNNNDNQNNNNNNNNNNNNNNNNNNNNNNNNNNSQDNNNNNNNNNNNDNNDNNNNENNNNDNNGNNSNNNNNDENNSLLLDMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOMMMMLLLLLLLLMMLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLMMLALKLLLLLLLLLLMKLLLLLLMAMMLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLAAALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOOOOOOOOOOFFFFFFFAFFFFNNNNNNNNNNNDEDDEDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNENNNEENLLLMLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMMMLLMLLMMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMAAAAADILKLLALLMLLLLKLLLLLLLLKLLLLLLLLLLLLLLLLADRRSLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLGFFDMLLMALLLLLMLLLLMMLMLMLMMLMMMMMLLLLLLLLLMMLMLLLLLLLLLLLLLSSSSSSSSSSSSSSSSSSSSDSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSLLLLLLLLLLLLLLLLLLNDNNDEDIAAKKAAMMKAAMMMDDDLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMMLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDEDDDNDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMLMLLLLLLLLLLLLMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMNGEDNNNDEDDDLLLLLLLMMLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLMLLLMLMMLLLLLLLLMLLLLLMLFLLMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMGDIDLLLLLFLLLLLLLLLLLLLLLMLLMLLLLMKMLLLLLLLLLLLLLLLLLLLLLNDNNDEDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLLMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLNNNNNNHNDENNDDNDDEDDDDDLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLMMMLLLMLLMLLLLLLLLLLLLLLMLMMLLLLLLLLLLLMMMMMMMMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNENNRDIDDDLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLMLLLLLLMLLLLLLMMLLLLLLMMLMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMKLMMLLLLLLMMLMLLLMMMLLLLLLLLLLLLLLLLKKALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDLLLLLLLLLLLLLLLLLAALLLLLLLLLLLLLFFFFFFFFFFFFFFHFDNIDGNLLLLLLLLLLLLKLLLLLLLMMLLMLLMMMMMLLLLLLLLLLLLLLLLLRDDDIMKAAAMMMMKAMAAADDDDDAMAMAMMMMAAMDLLLLLLLLLLMLLLMLLLLLLLLLLLLLLLLLLLDDLLLLLLLLFLLLLLLLLLLLLLLLLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLMLLLLLLLMMLLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLDLLLLLLMLLLLLLLLLLLLLLLLDRDLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDMMMAMAAMAMAMMMAAAMMDDLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLMMLLLLLLLLLMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLIIGDQIQQNDEDNQIDLMMLLLLMLLLLMALKLLLLLALLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLMLLKKKKKKLLLLLLLLMLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDLLLLLLLLLLLLLLMLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLDLLLLLLLLLLLLLLLLLMMMLLMLLLLLLLLDLLLMLLLLLLLLLLMLLMLLLLLLLLLLLDDLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDRDLLMLLLLLLLLMLLLLLLLLMLLLLLLMLLLLLLMLLMMLLLLLLLLLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGDLMLLLLLLLLLLMMLMLLMLMMMMLMLLLLLLLLLLLDMLLLLLLLLLLLLLLFLLLLLLLLFLLLLLLLLLLLLLLIKKDLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLDRDDDDLLLLMMFMLLLLLLLLLLFMLLLLLLLLLFMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLMLLLLLLMMMMLLLLLMLLLLLMMMLLLLLMLMLLLLLLLLLFLLLLLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDIDDDDDDLLMMMLLAMLLMALLLLMMMLLALMLLLMMMMLLMAMMMMLLLLLLLLLLLMIDDDDMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLMMMMLLLLLLLLMLLMMLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFDGDLMLLLLLMLLFLLLLLLLMFLLLLLLLLLLLLLMMLMLLLMMMMMLLLLLLLLLLLLLLLLLLLLLDDLLLLMLLLLLLLMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLDGHNDDINCENCLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLMMLLLLMLLLLLLLMMLLLLFLLLLALLLMMKLLMMLLLLLLALLLMMLLLLLAMLLLLLLLKLLMMMAKLLMLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENDNDNINNNDDMAMAFKMMKAMAAMMMMDLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMLLLLLLLLLLLLLDLLLLMLLLLFLLLLLLLLLLLFLMLLLLLLLLLLLDLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLRDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENNNINNNLLLLLLLLLLLLLLLKLLKLLLLLLLLLLLLLLMMMMDIDAMMMKAFKMAADDDLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLGRDLFLLLLFFLLLLLLFFFFLLLMLLFFFMLLLLLLLLLLLLLLLLLLLLLLLIKKDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDDDNDDDDDDDNDNNDDENDEDDINNDDDMMMMMMMMMMMMMMMMMMMAMMMMMAAMMAMMMMMAMMMMMMMMKMAFMMMAMMMAMMAAMMMMMMMDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLMLLLLLLLMMDDLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLLMMLMMMMLMMLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLNDNNELLLLLLFFLLLLLLFLLLLLLLMMLLLLLLFMLLFFFFFMLLLLLLLLLLLLLLLLLLLLLLMMMMNNNEINNLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLMFFFFDDDDDDNNSSRRDDDDDDDELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMFLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMFMLLMMLMMMLLLLLLLLLLLLLLMLLLLLMMMLLLLLLLLLLLLMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLMMLLLEESNNNNNDLLLLLLLLLMFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMNNNDNEGDGDGDIIGGLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLMLLLLLLLLLLLLLLLMMMLLLLLLLMMMKKKMLMMKKKKAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLNNEDDDDLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRCCDCCCDDCDDMLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLMLLLLLLAMMLALLLLLMLLLLLLLLLLLLLLLLLLMMMMAMLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMNNNNNDDNNGDNNNNELLLLLLLLLLLLLLLLMLMMLLMLLMLLLLLLLLLLLMLLLLLLFLMMLMLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLMLLMLLMMLLLLLLLLMLMMLLLLLLMLLLLLLLLLLMMMLLMLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFMLLLLLLMMDDDLLLLMMMMMMMMLLLLLLLLMMMMLLLLLMMMLLLLLLLLLMLLLLMMMMLLLLLLLLLLLLLMLLLMLMLMLLLLLMLLLLMLLMLMLLLLLLLMLLLLMLMMLLLLMLMMLLLMMMMMMMLMMLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMLRRDLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLAAGGGDLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLHRDDDDLMMMMMLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFNEDDGNNNNDDDILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLMMMMLLLLLLLLLFLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNENNENNNNNNDIIIIEGDDDDNSSSSNNNNINNNNDDNNNNNNENDNNNNNNNDNENNIINNGNNDNNNNNNDDNENENQDDTDENEENNNNNNNNDDIGDENNEDNDNDDNDNEDDNNNNNNNNNEDNNDNINNNNNNNNEDDNNNSSNNGNDNNGNSSSSSNDNDDEENIDNNNNDNNNNNNNDSNQNNNNNNNNNNNNNNNDNNNNNNNNNNNNNNNNNNSNQENNNNDENNNNNDDNNNGDNNEDNNNNNNNNNNINNNNNNDNNNNNNNNDNDSINNNNNNNGNEENNNNEEENNDNNDNEEDDNNNQNNGNNGGGGNNINDNNDSSNNNNNNNNNNNNNNNNNNNNNNNNEIGEDDENNINNSSFFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFFFDMMMMMFLLLLLLLLLLLLLLLLLLLMLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLKLLLLLLLLLLLMLLLLMMLLLLLLLLLLLLLLLLLLLLMMMMLFKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFFFLLLLLLLLMKLLLLLLLKMLLMMMMLMMMMLLLLLLOLLFLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMOLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLFFFLLLLLLLLLLLLLLLLLLLLLFFLLLLLLLLMFFFLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLALLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLKKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLFLLLLKLLLLLLLLMALLLLLLMKLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLKLLLLLMMLLMMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLKLLLLLLLKLLLMLMMMLLLLLLLLLKLLLLLLLLLFKLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLKLLLLKLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLFFMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLFFLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLMFMMLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMLLLLAKLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMOAALLLMLLLLLLLLLLLLMKLLLLLLLLLLLLLFFLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMNNNNDDNIDDDDNNNNNDNNDNNDENNNNNNDNNNDDNIDDNNNNNNNNNNGINDNGIEDDNNDDDDDDNDNNNNNINDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLFLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLKLLLLLLLMLMKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLALKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLFMLMKLLLLLLLLLFLLLMLFFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLIIIILLLLKKKLLLLKLLLLLLLLLKLLLLKLLLLDLLLLLLLLLLLLLLLLLLLLAMLLALMMLLLMALLLLMLAAALALLMAMMMMMMMLLLLAAAAAAAAAAAAAAAAAAAAAFFFFFFAFFFFNNNNNDDDDEDDDNDEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNDDNNEDNNNGNNRNNNNGENNNGNNDDNNNNNNNNNGNNNNNNNNDEDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGDNNNGGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNENEDNENNNNNNRRRRRRRRRRRDDDDDDDDDDDDDDDDDDMMMMMMMMMMMAFMAMMAMMMMMAMMMMMMMMMMMMMMMMFMMMMAMMAMMMMAMMMMMMMARFRGGGDRRRRMFEGNNNNNENNENDDMMMMNDDNNDNNNNNNNNNNDDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGDNNNGGENENNNNRRRRRRDDDDDDDDDDDDDDDDMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNENNDNMDMMNNNNDDENNENNNNNNNNNENNNNNDNNENNNNNNNGNNNNNNGNNNGNDGNNNNNNNNNNEDDDDENDNNDGDTDENENNNNNNGNNDDGGDENDNNDDNNNNNNNNNGNNNNNNNNNDDETNNNGNNGDGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNDDEDNNNNGNNDNEDEDDNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGDGNNNNGNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNGEDDDGDDTEENNNNEEENNNDNENNEDDDDTNNNNNDDGNEGGGGNNNDNNNNNNNNNNNNNNNNNNNNNGENNNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMFFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNENLLLLLLFFFLLLLLLLLLLLLMMFFFFFFFFFFFFFFFFFFFFNDENDLLLLLLLLLLLLLLLLLLLLMMLLLLLLMLLLLLMLLLLMLLLLFFFLLMLLLLLLLMLLLLLLLLLLLLMLLLFFFFFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFFFFFDDRLLLLLLLLLLLLLFFMMLLLLLLFFLLLLLLLLLLMFLLLLMMLLLLLLLLLLLLLLRFFFDLLLLLLLMLMFFLLLLLLMMMLLLLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFDLLLLLLLLLLLMLFMFLLLLLLLLFNNENLLLLLLLLLLLLFFLLLLLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNDDNNESDNNNGSNNRSNNNNGENNNGNNDDNNNNNNNNNGNNNNNNNNDEDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGDNNNGGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNENEDSNENNNNNNRRRRRRRRRRRLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDDDMMMMMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMALMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMFMLMMMLLLLALLLLLLLLMMLLALMMMMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRFRGGGDRRRRMFEGNNNNNENNENDDMMMMNDDNNDNNNNNNNNNNDDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGGDNNNGGENENNNNRRRRRRDDDDDDDDDDDDDDDDMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNNENNDNMDMMSNNNNDDENNENNNNNNNNNENNNNNDNNENNNNNNNGNNSSNNNNGNNNGNDGNNNNNNSSSSSSSSNNNNEDDDDENDNNDGDTDENENNSSSSSSSSSSSSSSNNNNGNNDDGGDENDNNDDNNNNNNNNNGNNNNNNNNNDDETNNNGNNGDGNNNNNNNNNNNNNNNNNSSNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNDDEDNNNSSSSSSSSSSSSSSSNGNNDNEDEDDNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSNNNNNNNNNNNNGDGNNNSSSSSSSSSSSSSSSSSSNGNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNGEDDDGDDTEENNNNEEENNNDNENNEDDDDTNNSNNNDDGNEGGGGNNNDNNNNNNNNNNNNNNNNNNNNNGSENNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLMLLLLLLLLLMMMLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLMLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMNRRNNRRRCCENNLLLLLLLLLLLALLLLLLLLFFLLFFLFFALLAALLLLLLLLLLLFDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLMMLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFDLLLFLLLLLLLLLLLMLLLLFLLLLLLLLLLLLLDLLLLLLLLLLLLLLLMLLLLLLLLLLLLM","n":["ALL_RIGHTS","AccessDenied","AddressInUse","AddressNotAvailable","AlreadyExists","Anyhow","ArgumentContainsNulByte","BadHandle","BadRequest","BaseNotDirectory","BinaryNotFound","BrokenPipe","CacheError","CompileError","ConnectionAborted","ConnectionRefused","ConnectionReset","ControlPlane","ControlPlane","DeepSleep","DeepSleepWork","Deserialization","DirectoryNotEmpty","DuplexPipe","EntryNotFound","EnvironmentVariableFormatError","Err","Exit","Export","ExtendedFsError","Fd","FetchFailed","FileSystemError","FileSystemError","FsError","IOError","Init","InstanceInitializer","Instantiation","InternalError","Interrupted","InvalidABI","InvalidData","InvalidFd","InvalidInput","InvalidWasmer","Latest","LocalNetworking","LocalTcpListener","LocalTcpStream","LocalUdpSocket","Lock","MappedDirAliasFormattingError","MemoryAccessViolation","MemoryAllocationFailed","MissingEntrypoint","ModuleInitializer","ModuleLoad","NoDevice","None","NotAFile","NotConnected","NotFound","Ok","Other","PermissionDenied","Pipe","PluggableRuntime","PreopenedDirectoryError","PreopenedDirectoryNotFound","RewindPostProcess","RewindState","RewindStateOption","Runtime","Runtime","Runtime","Serialization","Snapshot0","Snapshot1","Some","SpawnError","StorageFull","StoreSnapshot","Thread","TimedOut","UnexpectedEof","UnknownError","UnknownError","UnknownWasiVersion","Unsupported","UnsupportedVirtualNetworking","VIRTUAL_ROOT_FD","VirtualFile","VirtualNetworking","VirtualTaskManager","Wasi","WasiBidirectionalSharedPipePair","WasiControlPlane","WasiEnv","WasiEnvBuilder","WasiEnvInit","WasiError","WasiFs","WasiFsCreationError","WasiFsSetupError","WasiFunctionEnv","WasiIncludePackageError","WasiInheritError","WasiInodes","WasiInstanceHandles","WasiProcess","WasiProcessId","WasiResult","WasiRuntimeError","WasiStateCreationError","WasiThread","WasiThreadError","WasiThreadHandle","WasiThreadId","WasiTtyState","WasiVFork","WasiVersion","Wasix32v1","Wasix64v1","WouldBlock","WriteZero","__clone_box","__clone_box","__clone_box","__clone_box","accept","additional_imports","additional_imports","addr","addr","addr_local","addr_local","addr_local","addr_peer","addr_peer","args","as_error","as_error","as_error","as_error","as_error","as_exit_code","asyncify_get_state","asyncify_start_rewind","asyncify_start_unwind","asyncify_stop_rewind","asyncify_stop_unwind","attach_ctrl_c","back","back","back_mut","backlog","backlog","bin_factory","bin_factory","bin_factory","bind_icmp","bind_raw","bind_udp","bind_udp","block_in_place","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","bridge","broadcast","buffer","call_initialize","can_deep_sleep","capabilites","capabilities","capabilities","capabilities","capture_store_snapshot","cause","channel","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","close","close","combine","combine","connect_tcp","connect_tcp","control_plane","control_plane","copy_reference","created_time","created_time","current_dir","data_end","default","default","default","default_fs_backing","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dhcp_acquire","disable_fs_cleanup","dontroute","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","enable_deep_sleep","enable_exponential_cpu_backoff","enable_journal","env","env","envs","eq","equivalent","equivalent","equivalent","equivalent","error","extra_tracing","finish","flush","flush","flush","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","front","front","front_mut","fs","fs","gateway_set","generate_import_object_from_env","generate_import_object_snapshot0","generate_import_object_snapshot1","generate_import_object_wasix32_v1","generate_import_object_wasix64_v1","get_special_fd","get_wasi_version","get_wasi_versions","globals","handle","handle","handler_guard","handler_guard","handler_guard","has_stack_checkpoint","http","import_object_for_all_wasi_versions","init","init","init","init","init","init","init","init","init","init","init","init","init","initialize","inner","inner","instance","into","into","into","into","into","into","into","into","into","into","into","into","into","io_err_into_net_error","ip_add","ip_clear","ip_list","ip_remove","is_64bit","is_closed","is_not_found","is_open","is_open","is_wasi_module","is_wasix_module","join_multicast_v4","join_multicast_v6","journal","journals","keep_alive","keepalive","last_accessed","last_accessed","last_modified","last_modified","layout","layout","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","leave_multicast_v4","leave_multicast_v6","linger","listen_tcp","listen_tcp","mac","macros","map_commands","mapped_commands","mem_error_to_wasi","memory","memory_stack","memory_stack","memory_ty","message","module_hash","multicast_loop_v4","multicast_loop_v6","multicast_ttl_v4","net","new","new","new","no_delay","nodelay","os","owned_handles","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_complete","poll_flush","poll_read","poll_read_ready","poll_read_ready","poll_read_ready","poll_read_ready","poll_read_ready","poll_seed","poll_shutdown","poll_write","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_vectored","preopens","process","process","read","read_exact_buf","recv","recv","recv_buf_size","recv_from","remove_handler","remove_handler","remove_handler","replaying_journal","resolve","resolve","restore_store_snapshot","reverse","rewind","rewind","rewind","rewind_ext","rewind_stack","rewind_stack","route_add","route_clear","route_list","route_remove","run_wasi_func","run_wasi_func_start","runners","runtime","runtime","runtime","runtime","seek","selector","selector","selector","selector","send","send","send_buf_size","send_to","set_broadcast","set_dontroute","set_handler","set_handler","set_handler","set_keepalive","set_len","set_len","set_linger","set_multicast_loop_v4","set_multicast_loop_v6","set_multicast_ttl_v4","set_nodelay","set_recv_buf_size","set_send_buf_size","set_times","set_ttl","set_ttl","set_ttl","setup_fs_fn","shutdown","shutdown","signal","signal_set","size","size","snapshot_interval","snapshot_on","snapshot_on","socket","source","source","spawn_blocking","split","split","stack_high","stack_low","stack_pointer","start","start","start_seek","state","state","state","status","status","stderr","stdin","stdout","store_data","store_data","stream","stream","stub_initializer","syscalls","thread","thread","thread_spawn","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","trigger","try_accept","try_flush","try_from","try_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_read","try_recv","try_recv_from","try_send","try_send_to","ttl","ttl","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","types","unbridge","unlink","unlink","unwind","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","uses","utils","vfork","vfs_preopens","virtual_fs","virtual_net","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_snapshot","wasi_exports_generic","wasi_snapshot_preview1_exports","wasi_unstable_exports","wasix_exports_32","wasix_exports_64","wasmer","wasmer_wasix_types","webc_dependencies","with_msg","write","write","write_all","write_bytes","write_fmt","write_from_mmap","write_vectored","binary","error","message","message","module_hash","package_id","BinFactory","BinaryPackage","BinaryPackage","BinaryPackageCommand","Executable","Wasm","__clone_box","atom","binary_package","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","commands","commands","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","entrypoint_cmd","exec","file_system_memory_footprint","fmt","from","from","get_binary","get_executable","hash","hash","id","init","init","into","into","layout_raw","layout_raw","load_executable_from_filesystem","local","metadata","name","new","pointer_metadata","pointer_metadata","run_exec","runtime","runtime","set_binary","spawn","spawn_exec","spawn_exec_module","spawn_load_module","spawn_load_wasm","spawn_union_fs","to_owned","try_built_in","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","uses","vzip","vzip","webc_fs","when_cached","BinaryPackage","BinaryPackageCommand","__clone_box","__clone_box","atom","atom","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","commands","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","entrypoint_bytes","entrypoint_cmd","file_system_memory_footprint","fmt","fmt","from","from","from_dir","from_registry","from_webc","get_command","get_entrypoint_command","hash","hash","hash","hash","id","init","init","into","into","layout_raw","layout_raw","metadata","metadata","name","name","new","pointer_metadata","pointer_metadata","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","uses","vzip","vzip","webc_fs","when_cached","call_module","get_start","run_exec","run_recycle","spawn_exec","spawn_exec_module","spawn_exec_wasm","spawn_load_module","spawn_load_wasm","spawn_union_fs","Capabilities","CapabilityThreadingV1","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","enable_asynchronous_threading","enable_blocking_sleep","enable_exponential_cpu_backoff","fmt","fmt","from","from","http_client","init","init","insecure_allow_all","into","into","layout_raw","layout_raw","max_threads","new","pointer_metadata","pointer_metadata","threading","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update","update","vzip","vzip","Backing","Buffer","Dir","Epoll","EpollFd","EpollInterest","EpollJoinGuard","EventNotifications","FS_ROOT_INO","FS_STDERR_INO","FS_STDIN_INO","FS_STDOUT_INO","FallbackFileSystem","Fd","File","Handler","Inode","InodeGuard","InodeVal","InodeWeakGuard","Join","Kind","MAX_SYMLINKS","NotificationInner","Pipe","Root","STDERR_DEFAULT_RIGHTS","STDIN_DEFAULT_RIGHTS","STDOUT_DEFAULT_RIGHTS","Sandbox","Socket","Symlink","VIRTUAL_ROOT_FD","WasiFdSeed","WasiFs","WasiFsRoot","WasiInodes","WasiInodesProtected","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add_inode_val","as_u64","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clip_val","clone","clone","clone","clone","clone","clone","clone_fd","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","close_all","close_fd","cmp","compare","conditional_union","create_dir","create_dir","create_dir_all","create_fd","create_fd_ext","create_inode","create_inode_with_default_stat","create_inode_with_stat","create_preopens","create_rootfd","create_std_dev_inner","create_stderr","create_stdin","create_stdout","cur_val","current_dir","data1","data2","default","default","default","default_fs_backing","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","downgrade","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","events","fail","fd","fd","fd_map","fdstat","filestat_fd","filestat_resync_size","flags","flush","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fork","fork","from","from","from","from","from","from","from","from","from","from_path","fs_error_from_wasi_err","fs_error_into_wasi_err","get_current_dir","get_current_dir_inner","get_fd","get_fd_inode","get_hash","get_inode_at_path","get_inode_at_path_inner","get_parent_inode_at_path","get_stat_for_kind","has_unioned","hash","init","init","init","init","init","init","init","init","init","init_preopens","init_vfs_preopens","inner","inner","ino","ino","ino","ino","inode","inode_guard","interest","into","into","into","into","into","into","into","into","into","is_preopened","is_stdio","is_wasix","is_wasix","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lookup","make_max_fd","merge","merge_filesystems","metadata","metadata","name","new","new","new_init","new_open_options","new_open_options","new_with_preopen","next_fd","next_fd","next_val","notification","offset","open_dir_all","open_file_at","open_flags","partial_cmp","path_depth_from_fd","path_into_pre_open_and_relative_path","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preopen_fds","prestat_fd","prestat_fd_inner","protected","ptr","read_dir","read_dir","readlink","readlink","ref_cnt","relative_path_to_absolute","remove_dir","remove_dir","remove_file","remove_file","remove_inode","rename","rename","rights","rights_inheriting","root_fs","root_inode","set_current_dir","set_is_wasix","set_val","stat","state","std_dev_get","std_dev_get_mut","stderr","stderr_mut","stdin","stdin_mut","stdout","stdout_mut","swap_file","symlink_metadata","symlink_metadata","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upgrade","virtual_file_type_to_wasi_file_type","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_fd","epoll_waker","fd_guard","join_guard","base_po_dir","buffer","entries","entries","fd","handle","inner","parent","path","path","path_to_symlink","pipe","relative_path","rx","socket","subscriptions","tx","APPEND","Buffer","CREATE","Dir","Epoll","EpollFd","EpollInterest","EpollJoinGuard","EpollSubscriptions","EventNotifications","Fd","File","Handler","InodeVal","Join","Kind","Pipe","READ","Root","Socket","Symlink","TRUNCATE","WRITE","__clone_box","__clone_box","base","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","data1","data2","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","events","fd","flags","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","init","init","init","init","init","init","inode","interest","into","into","into","into","into","into","is_preopened","is_spent","is_stdio","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","name","offset","open_flags","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","read","renew","rights","rights_inheriting","serialize","serialize","stat","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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","write","epoll_waker","fd_guard","join_guard","base_po_dir","buffer","entries","entries","fd","handle","inner","parent","path","path","path_to_symlink","pipe","relative_path","rx","socket","subscriptions","tx","EventNotifications","File","InodeValFilePollGuard","InodeValFilePollGuardJoin","InodeValFilePollGuardMode","InodeValFileReadGuard","InodeValFileWriteGuard","POLL_GUARD_MAX_RET","Pipe","Socket","WasiStateFileGuard","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","created_time","deref","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","fd","fd","fd","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","guard","guard","init","init","init","init","init","init","inode","into","into","into","into","into","into","into_future","into_poll_guard","is_err_closed","is_open","is_spent","is_write_vectored","last_accessed","last_modified","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lock_read","lock_write","mode","mode","new","new","new","new","new","peb","peb","peb","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","poll_write_vectored","reset","set_len","set_times","size","spent","start_seek","subscription","subscription","swap","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","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","inner","pipe","NotificationInner","NotificationState","add_waker","borrow","borrow","borrow_mut","borrow_mut","counter","dec","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","inc","init","init","into","into","is_semaphore","last_poll","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","poll","read","reset","state","try_from","try_from","try_into","try_into","try_read","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","wake_all","wakers","write","DynHttpClient","HttpClient","HttpClientCapabilityV1","HttpRequest","HttpRequestOptions","HttpResponse","USER_AGENT","alloc","allow_all","allowed_hosts","body","body","client","cors_proxy","default_http_client","gzip","headers","headers","method","options","phantom","ptr","redirected","request","reqwest","status","url","DynHttpClient","HttpClient","HttpClientCapabilityV1","HttpRequest","HttpRequestOptions","HttpResponse","__clone_box","alloc","allow_all","allowed_hosts","body","body","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","can_access_domain","clone","clone_into","cors_proxy","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_http_parts","gzip","headers","headers","init","init","init","init","into","into","into","into","is_deny_all","is_ok","layout_raw","layout_raw","layout_raw","layout_raw","method","new","new_allow_all","options","phantom","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","redirected","request","status","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update","url","vzip","vzip","vzip","vzip","DEFAULT_CONNECT_TIMEOUT","ReqwestHttpClient","__clone_box","borrow","borrow_mut","clone","clone_into","connect_timeout","default","deref","deref_mut","deserialize","drop","fmt","from","get_proxy","handle","init","into","layout_raw","pointer_metadata","request","request","response_body_chunk_timeout","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","with_connect_timeout","with_response_body_chunk_timeout","ALIGNMENT","ALIGNMENT","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","AcceptTimeout","Add","Add","Add","AlignedCowStr","AlignedCowVec","AnyEncryption","AnyEncryption","AnyEncryption","ArchivedJournalAddressfamilyV1","ArchivedJournalAdviceV1","ArchivedJournalEntry","ArchivedJournalEntryChangeDirectoryV1","ArchivedJournalEntryClearEtherealV1","ArchivedJournalEntryCloseFileDescriptorV1","ArchivedJournalEntryCloseThreadV1","ArchivedJournalEntryCreateDirectoryV1","ArchivedJournalEntryCreateEventV1","ArchivedJournalEntryCreateHardLinkV1","ArchivedJournalEntryCreatePipeV1","ArchivedJournalEntryCreateSymbolicLinkV1","ArchivedJournalEntryDuplicateFileDescriptorV1","ArchivedJournalEntryEpollCreateV1","ArchivedJournalEntryEpollCtlV1","ArchivedJournalEntryFileDescriptorAdviseV1","ArchivedJournalEntryFileDescriptorAllocateV1","ArchivedJournalEntryFileDescriptorSeekV1","ArchivedJournalEntryFileDescriptorSetFlagsV1","ArchivedJournalEntryFileDescriptorSetRightsV1","ArchivedJournalEntryFileDescriptorSetSizeV1","ArchivedJournalEntryFileDescriptorSetTimesV1","ArchivedJournalEntryFileDescriptorWriteV1","ArchivedJournalEntryInitModuleV1","ArchivedJournalEntryOpenFileDescriptorV1","ArchivedJournalEntryPathRenameV1","ArchivedJournalEntryPathSetTimesV1","ArchivedJournalEntryPortAddAddrV1","ArchivedJournalEntryPortBridgeV1","ArchivedJournalEntryPortDelAddrV1","ArchivedJournalEntryPortGatewaySetV1","ArchivedJournalEntryPortRouteAddV1","ArchivedJournalEntryPortRouteDelV1","ArchivedJournalEntryProcessExitV1","ArchivedJournalEntryRecordType","ArchivedJournalEntryRemoveDirectoryV1","ArchivedJournalEntryRenumberFileDescriptorV1","ArchivedJournalEntrySetClockTimeV1","ArchivedJournalEntrySetThreadV1","ArchivedJournalEntrySnapshotV1","ArchivedJournalEntrySocketAcceptedV1","ArchivedJournalEntrySocketBindV1","ArchivedJournalEntrySocketConnectedV1","ArchivedJournalEntrySocketJoinIpv4MulticastV1","ArchivedJournalEntrySocketJoinIpv6MulticastV1","ArchivedJournalEntrySocketLeaveIpv4MulticastV1","ArchivedJournalEntrySocketLeaveIpv6MulticastV1","ArchivedJournalEntrySocketListenV1","ArchivedJournalEntrySocketOpenV1","ArchivedJournalEntrySocketSendFileV1","ArchivedJournalEntrySocketSendToV1","ArchivedJournalEntrySocketSendV1","ArchivedJournalEntrySocketSetOptFlagV1","ArchivedJournalEntrySocketSetOptSizeV1","ArchivedJournalEntrySocketSetOptTimeV1","ArchivedJournalEntrySocketShutdownV1","ArchivedJournalEntryTtySetV1","ArchivedJournalEntryUnlinkFileV1","ArchivedJournalEntryUpdateMemoryRegionV1","ArchivedJournalEpollCtlV1","ArchivedJournalEpollEventCtlV1","ArchivedJournalExitCodeV1","ArchivedJournalIpCidrV1","ArchivedJournalSnapshot0ClockidV1","ArchivedJournalSnapshotTriggerV1","ArchivedJournalSocketShutdownV1","ArchivedJournalSockoptionV1","ArchivedJournalSocktypeV1","ArchivedJournalStreamSecurityV1","ArchivedJournalThreadStartTypeV1","ArchivedJournalTimeTypeV1","ArchivedJournalWasiMemoryLayout","ArchivedJournalWhenceV1","BindTimeout","BindTimeout","BindTimeout","BindTimeout","Bootstrap","Bootstrap","Bootstrap","Bootstrap","Both","Both","Both","Both","Broadcast","Broadcast","Broadcast","BufferedJournal","BufferedJournalRx","BufferedJournalTx","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ChangeDirectoryV1","ClassicEncryption","ClassicEncryption","ClassicEncryption","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","ClearEtherealV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseFileDescriptorV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CloseThreadV1","CompactResult","CompactingJournal","CompactingJournalRx","CompactingJournalTx","CompactingLogFileJournal","CompactingLogFileJournalRx","CompactingLogFileJournalTx","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","ConnectTimeout","CountingJournal","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateDirectoryV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateEventV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreateHardLinkV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreatePipeV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","CreateSymbolicLinkV1","Cur","Cur","Cur","DEFAULT_SNAPSHOT_TRIGGERS","Del","Del","Del","Dgram","Dgram","Dgram","DontRoute","DontRoute","DontRoute","Dontneed","Dontneed","Dontneed","DoubleEncryption","DoubleEncryption","DoubleEncryption","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DuplicateFileDescriptorV1","DynJournal","DynReadableJournal","DynWritableJournal","End","End","End","Environ","Environ","Environ","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCreateV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","EpollCtlV1","Errno","Errno","Errno","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAdviseV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorAllocateV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSeekV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetFlagsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetRightsV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetSizeV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorSetTimesV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FileDescriptorWriteV1","FilteredJournal","FilteredJournalBuilder","FilteredJournalRx","FilteredJournalTx","FirstEnviron","FirstListen","FirstSigint","FirstStdin","Icmp","Idle","Idle","Idle","Idle","Inet4","Inet4","Inet4","Inet6","Inet6","Inet6","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","InitModuleV1","JOURNAL_MAGIC_NUMBER","JOURNAL_MAGIC_NUMBER_BYTES","Journal","JournalAddressfamilyV1","JournalAddressfamilyV1Resolver","JournalAdviceV1","JournalAdviceV1Resolver","JournalEffector","JournalEntry","JournalEntryChangeDirectoryV1","JournalEntryChangeDirectoryV1Resolver","JournalEntryClearEtherealV1","JournalEntryClearEtherealV1Resolver","JournalEntryCloseFileDescriptorV1","JournalEntryCloseFileDescriptorV1Resolver","JournalEntryCloseThreadV1","JournalEntryCloseThreadV1Resolver","JournalEntryCreateDirectoryV1","JournalEntryCreateDirectoryV1Resolver","JournalEntryCreateEventV1","JournalEntryCreateEventV1Resolver","JournalEntryCreateHardLinkV1","JournalEntryCreateHardLinkV1Resolver","JournalEntryCreatePipeV1","JournalEntryCreatePipeV1Resolver","JournalEntryCreateSymbolicLinkV1","JournalEntryCreateSymbolicLinkV1Resolver","JournalEntryDuplicateFileDescriptorV1","JournalEntryDuplicateFileDescriptorV1Resolver","JournalEntryEpollCreateV1","JournalEntryEpollCreateV1Resolver","JournalEntryEpollCtlV1","JournalEntryEpollCtlV1Resolver","JournalEntryFileDescriptorAdviseV1","JournalEntryFileDescriptorAdviseV1Resolver","JournalEntryFileDescriptorAllocateV1","JournalEntryFileDescriptorAllocateV1Resolver","JournalEntryFileDescriptorSeekV1","JournalEntryFileDescriptorSeekV1Resolver","JournalEntryFileDescriptorSetFlagsV1","JournalEntryFileDescriptorSetFlagsV1Resolver","JournalEntryFileDescriptorSetRightsV1","JournalEntryFileDescriptorSetRightsV1Resolver","JournalEntryFileDescriptorSetSizeV1","JournalEntryFileDescriptorSetSizeV1Resolver","JournalEntryFileDescriptorSetTimesV1","JournalEntryFileDescriptorSetTimesV1Resolver","JournalEntryFileDescriptorWriteV1","JournalEntryFileDescriptorWriteV1Resolver","JournalEntryInitModuleV1","JournalEntryInitModuleV1Resolver","JournalEntryOpenFileDescriptorV1","JournalEntryOpenFileDescriptorV1Resolver","JournalEntryPathRenameV1","JournalEntryPathRenameV1Resolver","JournalEntryPathSetTimesV1","JournalEntryPathSetTimesV1Resolver","JournalEntryPortAddAddrV1","JournalEntryPortAddAddrV1Resolver","JournalEntryPortBridgeV1","JournalEntryPortBridgeV1Resolver","JournalEntryPortDelAddrV1","JournalEntryPortDelAddrV1Resolver","JournalEntryPortGatewaySetV1","JournalEntryPortGatewaySetV1Resolver","JournalEntryPortRouteAddV1","JournalEntryPortRouteAddV1Resolver","JournalEntryPortRouteDelV1","JournalEntryPortRouteDelV1Resolver","JournalEntryProcessExitV1","JournalEntryProcessExitV1Resolver","JournalEntryRecordType","JournalEntryRecordTypeResolver","JournalEntryRemoveDirectoryV1","JournalEntryRemoveDirectoryV1Resolver","JournalEntryRenumberFileDescriptorV1","JournalEntryRenumberFileDescriptorV1Resolver","JournalEntrySetClockTimeV1","JournalEntrySetClockTimeV1Resolver","JournalEntrySetThreadV1","JournalEntrySetThreadV1Resolver","JournalEntrySnapshotV1","JournalEntrySnapshotV1Resolver","JournalEntrySocketAcceptedV1","JournalEntrySocketAcceptedV1Resolver","JournalEntrySocketBindV1","JournalEntrySocketBindV1Resolver","JournalEntrySocketConnectedV1","JournalEntrySocketConnectedV1Resolver","JournalEntrySocketJoinIpv4MulticastV1","JournalEntrySocketJoinIpv4MulticastV1Resolver","JournalEntrySocketJoinIpv6MulticastV1","JournalEntrySocketJoinIpv6MulticastV1Resolver","JournalEntrySocketLeaveIpv4MulticastV1","JournalEntrySocketLeaveIpv4MulticastV1Resolver","JournalEntrySocketLeaveIpv6MulticastV1","JournalEntrySocketLeaveIpv6MulticastV1Resolver","JournalEntrySocketListenV1","JournalEntrySocketListenV1Resolver","JournalEntrySocketOpenV1","JournalEntrySocketOpenV1Resolver","JournalEntrySocketSendFileV1","JournalEntrySocketSendFileV1Resolver","JournalEntrySocketSendToV1","JournalEntrySocketSendToV1Resolver","JournalEntrySocketSendV1","JournalEntrySocketSendV1Resolver","JournalEntrySocketSetOptFlagV1","JournalEntrySocketSetOptFlagV1Resolver","JournalEntrySocketSetOptSizeV1","JournalEntrySocketSetOptSizeV1Resolver","JournalEntrySocketSetOptTimeV1","JournalEntrySocketSetOptTimeV1Resolver","JournalEntrySocketShutdownV1","JournalEntrySocketShutdownV1Resolver","JournalEntryTtySetV1","JournalEntryTtySetV1Resolver","JournalEntryUnlinkFileV1","JournalEntryUnlinkFileV1Resolver","JournalEntryUpdateMemoryRegionV1","JournalEntryUpdateMemoryRegionV1Resolver","JournalEpollCtlV1","JournalEpollCtlV1Resolver","JournalEpollEventCtlV1","JournalEpollEventCtlV1Resolver","JournalExitCodeV1","JournalExitCodeV1Resolver","JournalIpCidrV1","JournalIpCidrV1Resolver","JournalPrintingMode","JournalSnapshot0ClockidV1","JournalSnapshot0ClockidV1Resolver","JournalSnapshotTriggerV1","JournalSnapshotTriggerV1Resolver","JournalSocketShutdownV1","JournalSocketShutdownV1Resolver","JournalSockoptionV1","JournalSockoptionV1Resolver","JournalSocktypeV1","JournalSocktypeV1Resolver","JournalStreamSecurityV1","JournalStreamSecurityV1Resolver","JournalThreadStartTypeV1","JournalThreadStartTypeV1Resolver","JournalTimeTypeV1","JournalTimeTypeV1Resolver","JournalWasiMemoryLayout","JournalWasiMemoryLayoutResolver","JournalWhenceV1","JournalWhenceV1Resolver","Json","KeepAlive","KeepAlive","KeepAlive","LastError","LastError","LastError","Linger","Linger","Linger","Linger","Linger","Linger","Linger","Listen","Listen","Listen","Listening","Listening","Listening","LogFileJournal","LogFileJournalRx","LogFileJournalTx","LogReadResult","LogWriteResult","MainThread","MainThread","MainThread","MemFileJournal","Mod","Mod","Mod","Monotonic","Monotonic","Monotonic","MulticastLoopV4","MulticastLoopV4","MulticastLoopV4","MulticastLoopV6","MulticastLoopV6","MulticastLoopV6","MulticastTtlV4","MulticastTtlV4","MulticastTtlV4","NULL_JOURNAL","NoDelay","NoDelay","NoDelay","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","NonDeterministicCall","Noop","Noop","Noop","Noreuse","Noreuse","Noreuse","Normal","Normal","Normal","NullJournal","OnlyV6","OnlyV6","OnlyV6","OobInline","OobInline","OobInline","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","OpenFileDescriptorV1","Other","Other","Other","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathRenameV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PathSetTimesV1","PeriodicInterval","PipeJournal","PipeJournalRx","PipeJournalTx","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddAddrV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortAddrClearV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortBridgeV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDelAddrV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortDhcpAcquireV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortGatewaySetV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteAddV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteClearV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortRouteDelV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PortUnbridgeV1","PrintingJournal","ProcessCputimeId","ProcessCputimeId","ProcessCputimeId","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","ProcessExitV1","Promiscuous","Promiscuous","Promiscuous","Proto","Proto","Proto","Random","Random","Random","Raw","Raw","Raw","Read","Read","Read","Read","ReadTimeout","ReadTimeout","ReadTimeout","ReadTimeout","ReadableJournal","Realtime","Realtime","Realtime","RecombinedJournal","RecvBufSize","RecvBufSize","RecvBufSize","RecvLowat","RecvLowat","RecvLowat","RecvTimeout","RecvTimeout","RecvTimeout","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RemoveDirectoryV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","RenumberFileDescriptorV1","ReuseAddr","ReuseAddr","ReuseAddr","ReusePort","ReusePort","ReusePort","SendBufSize","SendBufSize","SendBufSize","SendLowat","SendLowat","SendLowat","SendTimeout","SendTimeout","SendTimeout","Seqpacket","Seqpacket","Seqpacket","Sequential","Sequential","Sequential","Set","Set","Set","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetClockTimeV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","SetThreadV1","Sigalrm","Sigalrm","Sigalrm","Sigalrm","Sigint","Sigint","Sigint","Sigint","Sigstop","Sigstop","Sigstop","Sigstop","Sigtstp","Sigtstp","Sigtstp","Sigtstp","SnapshotTrigger","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SnapshotV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketAcceptedV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketBindV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketConnectedV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv4MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJoinIpv6MulticastV1","SocketJournalEvent","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv4MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketLeaveIpv6MulticastV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketListenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOpenV1","SocketOptTimeType","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendFileV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendToV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSendV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptFlagV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptSizeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketSetOptTimeV1","SocketShutdownHow","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","SocketShutdownV1","Stdin","Stdin","Stdin","Stream","Stream","Stream","TcpListen","TcpStream","Text","ThreadCputimeId","ThreadCputimeId","ThreadCputimeId","ThreadSpawn","ThreadSpawn","ThreadSpawn","Timer","Timer","Timer","Ttl","Ttl","Ttl","TtySetV1","TtySetV1","TtySetV1","TtySetV1","TtySetV1","Type","Type","Type","UNSUPPORTED_JOURNAL","UdpSocket","Unencrypted","Unencrypted","Unencrypted","Unix","Unix","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","UnlinkFileV1","Unspec","Unspec","Unspec","UnsupportedJournal","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","UpdateMemoryRegionV1","Willneed","Willneed","Willneed","WritableJournal","Write","Write","Write","Write","WriteTimeout","WriteTimeout","WriteTimeout","WriteTimeout","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","add_event_to_whitelist","addr","addr","addr","addr","addr","addr","addr","addr","addr","advice","advice","advice","af","af","af","archive_record_type","as_component_extern_name","as_mut","as_ref","as_ref","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_restarted","as_rx","as_slice","as_slice","backing_store","backing_store","backlog","backlog","backlog","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","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_pos","build","call_stack","call_stack","call_stack","channel","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","cidr","cidr","cidr","cidr","cidr","cidr","clock_id","clock_id","clock_id","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_with_inner","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cnt","cols","cols","cols","compact_now","compact_now","compact_to","compact_to","compacting","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compressed_data","compressed_data","compressed_data","config","config","copied_fd","copied_fd","copied_fd","copy_journal","count","count","count","create_filter","data","data","data","data","data","data","data","data","data","data1","data1","data1","data2","data2","data2","debug_print","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","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_archive","dirfd","dirfd","dirfd","dirflags","dirflags","dirflags","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","echo","echo","echo","effector","encode_hex","encode_hex_upper","end","end","end","epfd","epfd","epfd","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","estimate_size","event","event","event","events","events","events","exit_code","exit_code","exit_code","exit_code","exit_code","exit_code","expires_at","expires_at","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd1","fd1","fd2","fd2","fd2","fd_flags","fd_flags","fd_flags","file","file_fd","file_fd","file_fd","flag","flag","flag","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flags","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_buffer","from_file","from_str","fs_flags","fs_flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","fst_flags","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","guard_size","guard_size","guard_size","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","height","height","height","how","how","how","id","id","id","id","id","id","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","iface","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","initial_val","initial_val","initial_val","inner","inner","inner","inner","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_inner","into_inner","into_inner","into_inner","into_owned","into_split","ip","ip","ip","ip","ip","ip","ip","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_64bit","is_empty","is_empty","layout","layout","layout","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","len","len","len","len","len","len","len","len_with_padding","line_buffered","line_buffered","line_buffered","line_feeds","line_feeds","line_feeds","listen_fd","listen_fd","listen_fd","local_addr","local_addr","local_addr","local_addr","local_addr","local_addr","main_path","memory_stack","memory_stack","memory_stack","mode","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","multiaddr","n_cnt","n_size","network","network","network","new","new","new","new","new","new","new","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_fd","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","new_path","nonblocking","nonblocking","nonblocking","o_flags","o_flags","o_flags","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_fd","old_flags","old_flags","old_flags","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","old_path","only_once","op","op","op","opt","opt","opt","opt","opt","opt","original_fd","original_fd","original_fd","owned_buffer","owned_buffer","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","path","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","peer_addr","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preferred_until","preferred_until","preferred_until","prefix","prefix","prefix","pt","pt","pt","ptr","ptr","ptr","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","read","receiver","record","record_end","record_end","record_size","record_start","record_start","replace_inner","replace_inner","reset_counters","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","rows","rows","rows","rx","rx","rx","rx","rx","rx","rx","security","security","security","sender","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_archive","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","set_ignore_core","set_ignore_fs","set_ignore_memory","set_ignore_networking","set_ignore_snapshots","set_ignore_stdio","set_ignore_threads","since_epoch","since_epoch","since_epoch","size","size","size","size","socket_fd","socket_fd","socket_fd","split","split","split","split","split","split","split","split","split","split","split","split","split","st_atim","st_atim","st_atim","st_atim","st_atim","st_atim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_mtim","st_size","st_size","st_size","stack_lower","stack_lower","stack_lower","stack_size","stack_size","stack_size","stack_upper","stack_upper","stack_upper","start","start","start","start","start","start","state","state","state","state","state","state","stderr_tty","stderr_tty","stderr_tty","stdin_tty","stdin_tty","stdin_tty","stdout_tty","stdout_tty","stdout_tty","store","store_data","store_data","store_data","swap","swap_inner","swap_inner","temp_path","time","time","time","time","time","time","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","token","token","token","total_events","total_size","trigger","trigger","trigger","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","tx","tx","tx","tx","tx","tx","tx","tx","ty","ty","ty","ty","ty","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","via_router","via_router","via_router","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasm_hash","wasm_hash","wasm_hash","whence","whence","whence","width","width","width","with_compact_on_drop","with_compact_on_factor_size","with_compact_on_n_records","with_compact_on_n_size","with_filter_events","with_ignore_core","with_ignore_fs","with_ignore_memory","with_ignore_networking","with_ignore_snapshots","with_ignore_stdio","with_ignore_threads","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","start_ptr","addr","addr","addr","advice","af","backlog","call_stack","cidr","cidr","clock_id","compressed_data","copied_fd","count","data","data","data","dirfd","dirflags","epfd","event","exit_code","exit_code","expires_at","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd","fd1","fd2","fd_flags","file_fd","flag","flags","flags","flags","flags","flags","fs_flags","fs_rights_base","fs_rights_base","fs_rights_inheriting","fs_rights_inheriting","fst_flags","fst_flags","how","id","id","iface","iface","iface","iface","initial_val","ip","ip","is_64bit","is_64bit","is_64bit","is_64bit","layout","len","len","line_feeds","listen_fd","local_addr","local_addr","memory_stack","multi_addr","multi_addr","multi_addr","multiaddr","network","new_fd","new_fd","new_fd","new_path","new_path","new_path","non_blocking","o_flags","offset","offset","offset","offset","offset","old_fd","old_fd","old_fd","old_flags","old_path","old_path","old_path","op","opt","opt","original_fd","path","path","path","path","path","path","peer_addr","peer_addr","preferred_until","pt","region","security","size","socket_fd","st_atim","st_atim","st_mtim","st_mtim","st_size","start","store_data","time","time","token","trigger","tty","ty","ty","via_router","wasm_hash","when","whence","start_ptr","start_ptr","addr","listen_addr","local_addr","local_addr","peer_addr","peer_addr","reuse_addr","reuse_addr","reuse_port","reuse_port","Access","Add","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Already","Badf","Badmsg","Borrowed","Busy","Bytes","Canceled","Child","Connaborted","Connrefused","Connreset","Cow","Cur","Deadlk","Del","Destaddrreq","Dom","Dontneed","Dquot","End","EpollCtl","EpollEventCtl","Errno","Errno","Exist","ExitCode","Fault","Fbig","Fd","Fdflags","Filesize","Fstflags","FunctionEnvMut","Hostunreach","Idrm","Ilseq","Inprogress","Intr","Inval","Io","Isconn","Isdir","JournalEffector","LookupFlags","Loop","MemorySize","Memviolation","Mfile","Mlink","Mod","Monotonic","Msgsize","Multihop","MutexGuard","Nametoolong","Native","Netdown","Netreset","Netunreach","Nfile","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Notrecoverable","Notsock","Notsup","Notty","Nxio","ONE","Offset","Oflags","Other","Overflow","Owned","Ownerdead","Perm","Pipe","ProcessCputimeId","Proto","Protonosupport","Prototype","Random","Range","Range","Realtime","Rights","Rofs","Sequential","Set","Shutdown","Snapshot0Clockid","Spipe","Srch","Stale","Success","SystemTime","ThreadCputimeId","Timedout","Timestamp","Toobig","Txtbsy","UNIX_EPOCH","Unknown","Unknown","Unknown","Unknown","Unknown","WasmPtr","Whence","Willneed","Xdev","ZERO","__clone_box","__clone_box","__clone_box","__wasi_ciovec_t","_phantom","add","add","add_assign","add_assign","advance_back_by","advance_by","apply_chdir","apply_clock_time_set","apply_compressed_memory","apply_epoll_create","apply_epoll_ctl","apply_fd_advise","apply_fd_allocate","apply_fd_close","apply_fd_duplicate","apply_fd_event","apply_fd_pipe","apply_fd_renumber","apply_fd_seek","apply_fd_set_flags","apply_fd_set_rights","apply_fd_set_size","apply_fd_set_times","apply_fd_write","apply_path_create_directory","apply_path_link","apply_path_open","apply_path_remove_directory","apply_path_rename","apply_path_set_times","apply_path_symlink","apply_path_unlink","apply_port_addr_add","apply_port_addr_clear","apply_port_addr_remove","apply_port_bridge","apply_port_dhcp_acquire","apply_port_gateway_set","apply_port_route_add","apply_port_route_clear","apply_port_route_remove","apply_port_unbridge","apply_process_exit","apply_sock_accepted","apply_sock_bind","apply_sock_connect","apply_sock_join_ipv4_multicast","apply_sock_join_ipv6_multicast","apply_sock_leave_ipv4_multicast","apply_sock_leave_ipv6_multicast","apply_sock_listen","apply_sock_open","apply_sock_send","apply_sock_send_file","apply_sock_send_to","apply_sock_set_opt_flag","apply_sock_set_opt_size","apply_sock_set_opt_time","apply_sock_shutdown","apply_thread_exit","apply_thread_state","apply_tty_set","as_engine_ref","as_store_mut","as_store_ref","bail","bits","bits","bits","bits","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","buf","buf_len","check_bytes","checked_add","checked_sub","cjk_compat_variants","clone","clone","clone","clone_into","clone_into","clone_into","cmp","compare","contains","contains_token","contains_token","count","data","data1","data2","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","duration_since","elapsed","end","end","end_bound","end_bound","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","events","fd","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","func_env","get","get","get_hash","get_hash","get_mut","get_mut","get_unchecked","get_unchecked","get_unchecked_mut","get_unchecked_mut","hash","hash","index","index","index_mut","index_mut","init","init","init","init","into","into","into","into","into_iter","into_par_iter","is_64bit","is_empty","is_empty","is_sorted","json_schema","json_schema","last","layout_raw","layout_raw","layout_raw","layout_raw","len","lock","max","memory_and_snapshot","min","native_to_offset","next","next_back","nfc","nfd","nfkc","nfkd","now","nth","nth_back","objects_mut","offset","offset_to_native","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poison","process_exit","ptr","ptr","request","resolve","resolve_metadata","sample_single","save_chdir","save_clock_time_set","save_epoll_create","save_epoll_ctl","save_event","save_event","save_fd_advise","save_fd_allocate","save_fd_close","save_fd_duplicate","save_fd_event","save_fd_pipe","save_fd_renumber","save_fd_seek","save_fd_set_flags","save_fd_set_rights","save_fd_set_size","save_fd_set_times","save_fd_write","save_memory_and_snapshot","save_path_create_directory","save_path_link","save_path_open","save_path_remove_directory","save_path_rename","save_path_set_times","save_path_symlink","save_path_unlink","save_port_addr_add","save_port_addr_clear","save_port_addr_remove","save_port_bridge","save_port_dhcp_acquire","save_port_gateway_set","save_port_route_add","save_port_route_clear","save_port_route_remove","save_port_unbridge","save_process_exit","save_sock_accepted","save_sock_bind","save_sock_connect","save_sock_join_ipv4_multicast","save_sock_join_ipv6_multicast","save_sock_leave_ipv4_multicast","save_sock_leave_ipv6_multicast","save_sock_listen","save_sock_open","save_sock_send","save_sock_send_file","save_sock_send_to","save_sock_set_opt_flag","save_sock_set_opt_size","save_sock_set_opt_time","save_sock_shutdown","save_thread_exit","save_thread_state","save_tty_set","schema_id","schema_id","schema_name","schema_name","serialize","serialize","serialize","serialize_metadata","serialize_unsized","size_hint","spawn_and_block_on","spawn_await","start","start","start_bound","start_bound","store_mut","stream_safe","sub","sub","sub","sub_assign","sub_assign","syscalls","thread_exit","thread_state","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vtable","vzip","vzip","vzip","vzip","MEMORY_REGION_RESOLUTION","chdir","clock_time","epoll_create","epoll_ctl","fd_advise","fd_allocate","fd_close","fd_duplicate","fd_event","fd_pipe","fd_renumber","fd_seek","fd_set_flags","fd_set_rights","fd_set_size","fd_set_times","fd_write","path_create_directory","path_link","path_open","path_remove_directory","path_rename","path_set_times","path_symlink","path_unlink","port_addr_add","port_addr_clear","port_addr_remove","port_bridge","port_dhcp_acquire","port_gateway_set","port_route_add","port_route_clear","port_route_remove","port_unbridge","sock_accept","sock_bind","sock_connect","sock_join_ipv4_multicast","sock_join_ipv6_multicast","sock_leave_ipv4_multicast","sock_leave_ipv6_multicast","sock_listen","sock_open","sock_send","sock_send_file","sock_send_to","sock_set_opt_flag","sock_set_opt_size","sock_set_opt_time","sock_shutdown","tty_set","get_input_str","get_input_str_bus","get_input_str_bus_ok","get_input_str_ok","wasi_try","wasi_try_mem","wasi_try_mem_ok","wasi_try_mem_ok_ok","wasi_try_ok","wasi_try_ok_ok","net_error_into_wasi_err","read_cidr","read_ip","read_ip_port","read_ip_v4","read_ip_v6","read_route","socket","write_cidr","write_ip","write_ip_port","write_route","AcceptTimeout","AcceptTimeout","BindTimeout","Broadcast","Closed","ConnectTimeout","ConnectTimeout","DontRoute","Failed","Headers","Icmp","IndefinitePoll","InodeHttpSocketType","InodeSocket","InodeSocketInner","InodeSocketKind","InodeSocketProtected","KeepAlive","LastError","Linger","Linger","Listening","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","NoDelay","Noop","OnlyV6","OobInline","Opened","Opening","PreSocket","Promiscuous","Proto","Raw","ReadTimeout","RecvBufSize","RecvLowat","RecvTimeout","RemoteSocket","Request","Response","ReuseAddr","ReusePort","SendBufSize","SendLowat","SendTimeout","SocketProperties","TcpListener","TcpStream","TimeType","Ttl","Type","UdpSocket","WasiSocketOption","WasiSocketStatus","WriteTimeout","__clone_box","__clone_box","accept","accept_timeout","addr_local","addr_peer","all_socket_rights","bind","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","can_write","clone","clone","clone_into","clone_into","close","connect","connect_timeout","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dont_route","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","family","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","get_opt_flag","handler","init","init","init","init","init","init","init","init","init","init","inner","into","into","into","into","into","into","into","into","into","into","into_future","join_multicast_v4","join_multicast_v6","keep_alive","kind","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","leave_multicast_v4","leave_multicast_v6","linger","listen","multicast_ttl_v4","new","no_delay","only_v6","opt_time","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll","poll_read_ready","poll_read_ready","poll_write_ready","poll_write_ready","protected","pt","read_timeout","recv","recv_buf_size","recv_buf_size","recv_from","remove_handler","reuse_addr","reuse_port","send","send_buf_size","send_buf_size","send_to","set_handler","set_linger","set_multicast_ttl_v4","set_opt_flag","set_opt_time","set_recv_buf_size","set_send_buf_size","set_ttl","shutdown","status","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_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","ttl","ty","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","write_timeout","accept_timeout","addr","is_dead","local_addr","multicast_ttl","peer","peer_addr","props","props","read_timeout","socket","socket","socket","ttl","write_timeout","command","common","console","task","tty","Commands","VirtualCommand","__clone_box","as_any","borrow","borrow_mut","builtins","clone","clone_into","commands","deref","deref_mut","deserialize","drop","exec","exec","exists","fmt","from","get","init","into","layout_raw","name","new","new_with_builtins","pointer_metadata","register_command","register_command_with_path","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","cmd_wasmer","CmdWasmer","HELP","HELP_RUN","NAME","__clone_box","as_any","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","exec","fmt","from","get_package","init","into","layout_raw","name","new","pointer_metadata","run","runtime","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","Pid","is_mobile","is_ssh","Console","boot_cmd","borrow","borrow_mut","capabilities","cconst","deref","deref_mut","deserialize","draw_welcome","drop","env","fmt","from","init","into","is_mobile","is_ssh","layout_raw","memfs_memory_limiter","new","no_welcome","pointer_metadata","prompt","ro_files","run","runtime","stderr","stdin","stdout","token","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","user_agent","uses","vzip","whitelabel","with_boot_cmd","with_capabilities","with_env","with_mem_fs_memory_limiter","with_no_welcome","with_prompt","with_ro_files","with_stderr","with_stdin","with_stdout","with_token","with_user_agent","with_uses","ABOUT","ABOUT_WASMER","BAD_WORKER","COL_BLACK","COL_BLUE","COL_BROWN","COL_CYAN","COL_GRAY","COL_GREEN","COL_LIGHT_BLUE","COL_LIGHT_CYAN","COL_LIGHT_GRAY","COL_LIGHT_GREEN","COL_LIGHT_PURPLE","COL_LIGHT_RED","COL_PURPLE","COL_RED","COL_RESET","COL_WHITE","COL_YELLOW","ConsoleConst","HELP","TERM_CURSOR_DOWN","TERM_CURSOR_LEFT","TERM_CURSOR_RESTORE","TERM_CURSOR_RIGHT","TERM_CURSOR_SAVE","TERM_CURSOR_UP","TERM_DELETE_ABOVE","TERM_DELETE_ALL","TERM_DELETE_BELOW","TERM_DELETE_LEFT","TERM_DELETE_LINE","TERM_DELETE_RIGHT","TERM_DELETE_SAVED","TERM_KEY_BACKSPACE","TERM_KEY_C","TERM_KEY_DEL","TERM_KEY_DOWN_ARROW","TERM_KEY_END","TERM_KEY_ENTER","TERM_KEY_F1","TERM_KEY_F10","TERM_KEY_F11","TERM_KEY_F12","TERM_KEY_F2","TERM_KEY_F3","TERM_KEY_F4","TERM_KEY_F5","TERM_KEY_F6","TERM_KEY_F7","TERM_KEY_F8","TERM_KEY_F9","TERM_KEY_HOME","TERM_KEY_INSERT","TERM_KEY_L","TERM_KEY_LEFT_ARROW","TERM_KEY_PAGE_DOWN","TERM_KEY_PAGE_UP","TERM_KEY_RIGHT_ARROW","TERM_KEY_TAB","TERM_KEY_UP_ARROW","TERM_NO_REVERSE_WRAPAROUND","TERM_NO_WRAPAROUND","TERM_REVERSE_WRAPAROUND","TERM_WRAPAROUND","WELCOME_LARGE","WELCOME_MEDIUM","WELCOME_SMALL","borrow","borrow_mut","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","Finished","OwnedTaskStatus","Pending","Running","TaskJoinHandle","TaskStatus","TaskTerminatedError","VirtualTaskHandle","backoff","control_plane","poll_finished","poll_ready","process","signal","signal_handler","signal_handler","status","task_join_handle","thread","watch","watch_rx","watch_tx","CpuBackoffToken","CpuRunToken","WasiProcessCpuBackoff","backoff_time","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cpu_backoff_time","cpu_backoff_time","cpu_backoff_waker_seed","cpu_backoff_wakers","cpu_run_cool_off","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","fmt","fmt","from","from","from","init","init","init","inner","into","into","into","into_future","layout_raw","layout_raw","layout_raw","max_cpu_backoff_time","max_cpu_cool_off_time","new","pointer_metadata","pointer_metadata","pointer_metadata","poll","tokens","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","wait","waker_id","ControlPlaneConfig","ControlPlaneError","MutableState","State","TaskCountGuard","TaskLimitReached","WasiControlPlane","WasiControlPlaneHandle","__clone_box","__clone_box","__clone_box","__clone_box","active_task_count","as_error","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","config","config","default","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","enable_asynchronous_threading","enable_exponential_cpu_backoff","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","generate_id","get_process","handle","init","init","init","init","init","init","init","inner","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","max_task_count","must_upgrade","mutable","new","new","new","new_process","next_process_id","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","process_seed","processes","register_task","state","task_count","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upgrade","vzip","vzip","vzip","vzip","vzip","vzip","vzip","max","Execute","LockableWasiProcessInner","MaybeCheckpointResult","MemorySnapshotRegion","NotThisTime","Snapshot","Unwinding","WasiProcess","WasiProcessCheckpoint","WasiProcessId","WasiProcessInner","WasiProcessWait","__clone_box","__clone_box","__clone_box","__clone_box","acquire_cpu_backoff_token","acquire_cpu_run_token","active_threads","alloc","backoff","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","checkpoint","checkpoint","children","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","compare","compare","compare","compute","cpu_run_tokens","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","disable_journaling_after_checkpoint","disable_journaling_after_checkpoint","do_checkpoints_from_outside","drop","drop","drop","drop","drop","drop","drop","drop","end","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","finished","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","get_hash","get_hash","get_thread","hash","hash","init","init","init","init","init","init","init","inner","into","into","into","into","into","into","into","into","join","join_any_child","join_children","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lock","maybe_checkpoint","module_hash","new","new","new_thread","new_thread_with_id","parent","partial_cmp","partial_cmp","partial_cmp","phantom","pid","pid","pid","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ppid","ptr","raw","serialize","set_pid","signal","signal_interval","signal_intervals","signal_process","signal_process_internal","signal_thread","snapshot_and_disable_journaling","snapshot_memory_hash","snapshot_on","start","terminate","thread_count","threads","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_join","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_checkpoint","wait_for_checkpoint_finish","waiting","waiting","waiting","wakers","trigger","DynSignalHandlerAbi","SignalDeliveryError","SignalHandlerAbi","WasiSignalInterval","as_error","borrow","borrow","borrow_mut","borrow_mut","default_signal_handler","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","fmt","from","from","init","init","interval","into","into","last_signal","layout_raw","layout_raw","pointer_metadata","pointer_metadata","repeat","signal","signal","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Finished","OwnedTaskStatus","Pending","Running","TaskJoinHandle","TaskStatus","TaskTerminatedError","VirtualTaskHandle","__clone_box","__clone_box","as_error","await_termination","await_termination_anyhow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","from","from","from","from","handle","init","init","init","init","install_ctrlc_handler","into","into","into","into","into_finished","is_finished","is_pending","is_running","layout_raw","layout_raw","layout_raw","layout_raw","new","new_finished_with_code","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_finished","poll_ready","set_finished","set_running","set_signal_handler","signal_handler","signal_handler","status","status","status","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","wait_finished","watch","watch_rx","watch_tx","with_signal_handler","ExportError","InitFailed","InstanceCreateFailed","InvalidWasmContext","MemoryCreateFailed","MethodNotFound","NO_MORE_BYTES","RewindRestart","RewindResult","RewindResultType","RewindWithResult","RewindWithoutResult","ThreadSnapshot","ThreadStack","Unsupported","WasiMemoryLayout","WasiThread","WasiThreadError","WasiThreadHandle","WasiThreadHandleProtected","WasiThreadId","WasiThreadRunGuard","WasiThreadState","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","_task_count_guard","add_snapshot","as_error","as_thread","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","call_stack","check_pointing","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","copy_stack_from","deep_sleeping","default","default","default","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","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","eq","eq","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","get_hash","get_hash","get_snapshot","guard_size","has_rewind_of_type","has_signal","has_signals_or_subscribe","hash","hash","id","id","inc","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","is_check_pointing","is_deep_sleeping","is_main","is_main","join","join_handle","layout","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","memory_layout","memory_stack","memory_stack","memory_stack_corrected","new","new","new","next","partial_cmp","pid","pid","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pop_signals","pop_signals_or_subscribe","protected","raw","rewind","rewind_result","serialize","serialize","set_checkpointing","set_deep_sleeping","set_memory_layout","set_or_get_exit_code_for_signal","set_rewind","set_status_finished","set_status_running","signal","signals","signals","snapshots","stack","stack_lower","stack_size","stack_upper","start","state","status","store_data","take_rewind","thread","thread","thread_start_type","tid","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","try_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_join","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_signal","ConsoleRect","Data","InputEvent","Key","Raw","TTY_MOBILE_PAUSE","Tty","TtyBridge","TtyOptions","TtyOptionsInner","WasiTtyState","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","cols","cols","cols","compare","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","echo","echo","echo","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","height","init","init","init","init","init","init","inner","into","into","into","into","into","into","is_mobile","last","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","line","line_buffered","line_buffering","line_buffering","line_feeds","line_feeds","line_feeds","new","on_backspace","on_ctrl_c","on_ctrl_l","on_cursor_down","on_cursor_left","on_cursor_right","on_cursor_up","on_data","on_end","on_enter","on_event","on_f1","on_f10","on_f11","on_f12","on_f2","on_f3","on_f4","on_f5","on_f6","on_f7","on_f8","on_f9","on_home","on_page_down","on_page_up","on_tab","options","options","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","rect","reset","rows","rows","rows","set_cols","set_echo","set_line_buffering","set_line_feeds","set_rows","set_signaler","signaler","stderr_tty","stdin","stdin","stdin_mut","stdin_replace","stdin_take","stdin_tty","stdout","stdout_tty","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","tty_get","tty_set","tty_sys","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","width","SysTty","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","pointer_metadata","reset","sys","sys_terminal_size","to_owned","try_from","try_into","tty_get","tty_set","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","io_result","is_mode_echo","is_mode_line_buffering","is_mode_line_feeds","is_stderr_tty","is_stdin_tty","is_stdout_tty","reset","set_mode_echo","set_mode_line_buffered","set_mode_line_feeds","set_mode_no_echo","set_mode_no_line_buffered","set_mode_no_line_feeds","DEFAULT_SIZE","get_terminal_size","DeepSleepWork","None","RewindPostProcess","RewindState","RewindStateOption","Some","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","finish","fmt","from","from","init","init","into","into","is_64bit","layout","layout_raw","layout_raw","memory_stack","pointer_metadata","pointer_metadata","rewind","rewind_stack","start","store_data","trigger","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","MAPPED_CURRENT_DIR_DEFAULT_PATH","MappedCommand","MappedDirectory","MountedDirectory","Runner","alias","can_run_command","dcgi","dproxy","emscripten","fs","guest","guest","host","run_command","runner","target","wasi","wasi_common","wcgi","AbortHandle","Config","DcgiCallbacks","DcgiInstanceFactory","DcgiRunner","callbacks","config","factory","factory","handler","inner","inner","inner","inner","instance","runner","state","DcgiCallbacks","__clone_box","borrow","borrow_mut","clone","clone_into","create_env","deref","deref_mut","deserialize","drop","factory","fmt","from","init","inner","into","layout_raw","new","on_stderr","on_stderr_error","pointer_metadata","recycle_env","started","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","DcgiInstanceFactory","State","__clone_box","acquire","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","convert_instance","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","init","init","instance","into","into","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","release","state","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Handler","SharedState","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","call","clone","clone","clone_into","clone_into","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","factory","fmt","fmt","from","from","handle","init","init","inner","inner","into","into","layout_raw","layout_raw","master_lock","new","pointer_metadata","pointer_metadata","poll_ready","state","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","DcgiInstance","borrow","borrow_mut","deref","deref_mut","deserialize","drop","env","fmt","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","Config","DCGI_RUNNER_URI","DcgiRunner","add_default_snapshot_triggers","add_journal","add_snapshot_trigger","addr","arg","args","borrow","borrow","borrow_mut","borrow_mut","callbacks","can_run_command","capabilities","config","config","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","env","envs","fmt","fmt","forward_host_env","from","from","has_snapshot_trigger","init","init","inject_package","inject_packages","inner","inner","inner","into","into","layout_raw","layout_raw","map_directories","map_directory","new","pointer_metadata","pointer_metadata","prepare_handler","run_command","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","with_snapshot_interval","Config","DProxyInstance","DProxyInstanceFactory","DProxyRunner","addr","client","config","factory","factory","handler","hyper_proxy","inner","instance","last_used","networking","pkg","proxy_connect_init_timeout","proxy_connect_nominal_timeout","runner","shard","socket_manager","socket_manager","state","DProxyInstanceFactory","State","__clone_box","acquire","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","fmt","fmt","from","from","init","init","instance","into","into","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","spin_up","state","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Handler","SharedState","__clone_box","borrow","borrow","borrow_mut","borrow_mut","call","clone","clone_into","command_name","config","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","factory","fmt","fmt","from","from","handle","init","init","into","into","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","poll_ready","runtime","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","AsyncRead","AsyncWrite","BoxError","Context","Error","Future","Future","Output","Pending","Pin","Poll","ReadBuf","Ready","Response","Service","Uri","__clone_box","_marker","_marker2","advance","advance_mut","assume_init","authority","authority","borrow","borrow","borrow_mut","borrow_mut","buf","builder","builder","call","capacity","chunk_mut","clear","clone","clone_into","connector","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","filled","filled","filled_mut","fmt","fmt","fmt","from","from","from","from","from_maybe_shared","from_parts","from_static","from_str","get_hash","hash","host","init","init","initialize_unfilled","initialize_unfilled_to","initialized","initialized","initialized_mut","inner_mut","into","into","into_client_request","into_client_request","into_parts","into_raw","is_write_vectored","layout_raw","layout_raw","new","path","path_and_query","path_and_query","pointer_metadata","pointer_metadata","poll","poll_flush","poll_read","poll_ready","poll_shutdown","poll_write","poll_write_vectored","port","port_u16","put_slice","query","remaining","remaining_mut","scheme","scheme","scheme_str","set_filled","stream","take","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","type_id","type_id","unfilled_mut","uninit","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","waker","HyperProxyConnectorBuilder","borrow","borrow_mut","build","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","new","pointer_metadata","socket_manager","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","HyperProxyConnector","__clone_box","borrow","borrow_mut","call","clone","clone_into","connect","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","pointer_metadata","poll_ready","shutdown","socket_manager","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","HyperProxyStream","borrow","borrow_mut","connected","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","pointer_metadata","poll_flush","poll_read","poll_shutdown","poll_write","rx","terminate","terminated","try_from","try_into","tx","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","DProxyInstance","__clone_box","borrow","borrow_mut","client","clone","clone_into","deref","deref_mut","deserialize","drop","fmt","from","init","into","last_used","layout_raw","pointer_metadata","socket_manager","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","LocalWithLoopbackNetworking","LocalWithLoopbackNetworkingListening","__clone_box","addresses","bind_icmp","bind_raw","bind_udp","borrow","borrow","borrow_mut","borrow_mut","bridge","clone","clone_into","connect_tcp","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dhcp_acquire","drop","drop","fmt","fmt","from","from","gateway_set","init","init","inner_networking","into","into","ip_add","ip_clear","ip_list","ip_remove","layout_raw","layout_raw","listen_tcp","local_listening","loopback_networking","loopback_networking","mac","new","pointer_metadata","pointer_metadata","poll_listening","register_listener","resolve","route_add","route_clear","route_list","route_remove","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unbridge","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","wakers","Config","DPROXY_RUNNER_URI","DProxyRunner","__clone_box","addr","addr","borrow","borrow","borrow_mut","borrow_mut","can_run_command","clone","clone_into","config","config","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","factory","fmt","fmt","from","from","init","init","inner","into","into","layout_raw","layout_raw","new","new","pkg","pointer_metadata","pointer_metadata","proxy_connect_init_timeout","proxy_connect_nominal_timeout","run_command","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","ById","Shard","Singleton","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","get_hash","hash","init","into","layout_raw","partial_cmp","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","PollListeningFn","SocketManager","acquire_http_socket","alloc","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","from","init","into","is_running","is_terminated","layout_raw","loopback_networking","new","open_proxy_http_socket","phantom","pointer_metadata","poll_listening","proxy_connect_init_timeout","proxy_connect_nominal_timeout","ptr","shutdown","terminate_all","terminate_rx","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","EmscriptenRunner","args","borrow","borrow_mut","can_run_command","default","deref","deref_mut","deserialize","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","exec_module","fmt","from","get_args","init","into","layout_raw","new","pointer_metadata","prepare_emscripten_env","run_command","serialize","set_args","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","with_args","Runner","can_run_command","run_command","WasiRunner","__clone_box","borrow","borrow_mut","can_run_command","capabilities_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","get_args","has_snapshot_trigger","init","into","layout_raw","new","pointer_metadata","prepare_webc_env","run_command","run_wasm","stderr","stdin","stdout","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wasi","with_args","with_capabilities","with_current_dir","with_default_snapshot_triggers","with_env","with_envs","with_forward_host_env","with_home_mapped","with_import","with_imports","with_injected_package","with_injected_packages","with_journal","with_mapped_directories","with_mapped_host_command","with_mapped_host_commands","with_mount","with_mounted_directories","with_snapshot_interval","with_snapshot_trigger","with_stderr","with_stdin","with_stdout","with_tmp_mapped","CommonWasiOptions","MAPPED_CURRENT_DIR_DEFAULT_PATH","MappedCommand","MappedDirectory","MountedDirectory","RelativeOrAbsolutePathHack","__clone_box","__clone_box","__clone_box","__clone_box","additional_imports","alias","apply_relative_path_mounting_hack","args","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_directory_mappings","capabilities","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","create_dir","create_dir_all","current_dir","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","env","eq","equivalent","equivalent","equivalent","equivalent","execute","fmt","fmt","fmt","fmt","fmt","forward_host_env","from","from","from","from","from","from","fs","guest","guest","host","init","init","init","init","init","injected_packages","into","into","into","into","into","is_home_mapped","is_tmp_mapped","journals","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","mapped_host_commands","metadata","mounts","new_open_options","open","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","populate_args","populate_env","prepare_filesystem","prepare_webc_env","read_dir","readlink","remove_dir","remove_file","rename","serialize","snapshot_interval","snapshot_on","symlink_metadata","target","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","AbortHandle","Callbacks","Config","CreateEnvConfig","CreateEnvResult","NoOpWcgiCallbacks","RecycleEnvConfig","WcgiRunner","__clone_box","abort","addr","body_receiver","body_sender","borrow","borrow_mut","callbacks","callbacks","clone","clone_into","config","create_env","deref","deref_mut","deserialize","drop","env","env","env","fmt","from","handler","init","inner","into","is_aborted","layout_raw","memory","memory","module","module_hash","new_pair","pointer_metadata","program_name","runner","runtime","setup_builder","stderr_receiver","store","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wasi","Callbacks","CreateEnvConfig","CreateEnvResult","NoOpWcgiCallbacks","RecycleEnvConfig","body_receiver","body_sender","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","create_env","create_env","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","env","env","env","from","from","from","from","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","memory","memory","module","module_hash","on_stderr","on_stderr","on_stderr_error","on_stderr_error","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","program_name","recycle_env","recycle_env","runtime","setup_builder","started","started","stderr_receiver","store","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","default_create_env","default_recycle_env","Handler","SetupBuilder","SharedState","__clone_box","alloc","borrow","borrow","borrow_mut","borrow_mut","call","callbacks","clone","clone_into","consume_stderr","deref","deref","deref","deref_mut","deref_mut","deserialize","deserialize","dialect","drive_request_to_completion","drop","drop","fmt","fmt","from","from","handle","init","init","into","into","layout_raw","layout_raw","module","module_hash","new","phantom","pointer_metadata","pointer_metadata","poll_ready","program_name","propagate_stderr","ptr","runtime","setup_builder","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Config","WcgiRunner","add_default_snapshot_triggers","add_journal","add_snapshot_trigger","addr","addr","arg","args","borrow","borrow","borrow_mut","borrow_mut","callbacks","callbacks","can_run_command","capabilities","config","config","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","env","envs","fmt","fmt","forward_host_env","from","from","has_snapshot_trigger","init","init","inject_package","inject_packages","into","into","layout_raw","layout_raw","map_directories","map_directory","new","new","pointer_metadata","pointer_metadata","prepare_handler","run_command","run_command_with_handler","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","wasi","with_snapshot_interval","DefaultTty","DynRuntime","EMPTY_JOURNAL_LIST","NonZeroExitCode","OverriddenRuntime","PluggableRuntime","Runtime","RuntimeError","SpawnMemoryType","TaintReason","UnknownWasiVersion","VirtualTaskManager","__clone_box","__clone_box","__clone_box","active_journal","active_journal","active_journal","add_journal","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","engine","engine","engine","engine","engine","fmt","fmt","fmt","from","from","from","from","http_client","http_client","http_client","http_client","http_client","init","init","init","init","inner","into","into","into","into","journals","journals","journals","journals","journals","layout_raw","layout_raw","layout_raw","layout_raw","load_module","load_module","load_module","load_module_sync","load_module_sync","module_cache","module_cache","module_cache","module_cache","module_cache","module_cache","networking","networking","networking","networking","networking","new","new","new_store","new_store","new_store","on_taint","package_loader","package_loader","package_loader","package_loader","package_loader","package_loader","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","reset","resolver","rt","set_engine","set_http_client","set_module_cache","set_networking_implementation","set_package_loader","set_source","set_tty","source","source","source","source","source","state","task_manager","task_manager","task_manager","task_manager","task_manager","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","tty","tty","tty","tty","tty","tty_get","tty_set","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","with_engine","with_http_client","with_journals","with_module_cache","with_networking","with_package_loader","with_source","with_task_manager","with_tty","CacheError","Deserialize","FallbackCache","FileRead","FileSystemCache","FileWrite","ModuleCache","NotFound","Other","Serialize","SharedCache","ThreadLocalCache","cache_dir","fallback","fallback","filesystem","in_memory","load","modules","primary","save","shared","task_manager","thread_local","types","error","error","path","path","FallbackCache","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fallback","fallback","fallback_mut","fmt","from","get_hash","hash","init","into","into_inner","layout_raw","load","new","pointer_metadata","primary","primary","primary_mut","save","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","FileSystemCache","__clone_box","borrow","borrow_mut","cache_dir","cache_dir","clone","clone_into","deref","deref_mut","deserialize","deserialize","drop","fmt","from","init","into","layout_raw","load","new","path","pointer_metadata","read_file","save","task_manager","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","SharedCache","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","init","into","layout_raw","load","modules","new","pointer_metadata","save","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","CACHED_MODULES","ThreadLocalCache","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","init","insert","into","layout_raw","load","lookup","pointer_metadata","save","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","CacheError","Deserialize","FileRead","FileWrite","ModuleCache","NotFound","Other","Serialize","as_error","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","fmt","from","from","from","init","into","layout_raw","load","other","pointer_metadata","save","source","to_string","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","with_fallback","with_fallback","error","error","path","path","BuiltinPackageLoader","PackageLoader","UnsupportedPackageLoader","builtin_loader","cache","client","in_memory","load","load_package_tree","load_package_tree","load_package_tree","tokens","types","unsupported","BuiltinPackageLoader","FileSystemCache","InMemoryCache","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cache","cache_dir","client","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","download","drop","drop","drop","fmt","fmt","fmt","from","from","from","get_cached","headers","in_memory","init","init","init","insert_cached","into","into","into","layout_raw","layout_raw","layout_raw","load","load_package_tree","lookup","lookup","new","path","pointer_metadata","pointer_metadata","pointer_metadata","save","save","save_and_load_as_mmapped","tokens","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","with_cache_dir","with_http_client","with_shared_http_client","with_token","with_tokens","DynPathMapper","MAX_PARALLEL_DOWNLOADS","MappedPathFileSystem","__clone_box","atom_name_for_command","borrow","borrow_mut","clone","clone_into","commands","count_file_system","create_dir","deref","deref_mut","deserialize","drop","eq","fetch_dependencies","filesystem","filesystem_v2","filesystem_v3","fmt","from","init","inner","into","layout_raw","legacy_atom_hack","load_binary_command","load_package_tree","map","metadata","new","new_open_options","open","path","pointer_metadata","read_dir","readlink","remove_dir","remove_file","rename","symlink_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","PackageLoader","load","load_package_tree","Unsupported","UnsupportedPackageLoader","__clone_box","__clone_box","as_error","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","get_hash","hash","init","init","into","into","layout_raw","layout_raw","load","load_package_tree","pointer_metadata","pointer_metadata","to_owned","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Command","Cycle","Dependency","DependencyGraph","DistributionInfo","DuplicateVersions","Edge","FileSystemMapping","FileSystemSource","InMemorySource","ItemLocation","MultiSource","MultiSourceStrategy","NoMatches","Node","NotFound","Other","PackageInfo","PackageSummary","QueryError","Registry","Resolution","ResolveError","ResolvedFileSystemMapping","ResolvedPackage","Source","Timeout","Unsupported","WapmSource","WebSource","WebcHash","alias","alias","cache","cache_dir","client","client","commands","commands","continue_if_no_matches","continue_if_not_found","continue_if_unsupported","dependencies","dependency_name","dist","dist","entrypoint","entrypoint","filesystem","filesystem","filesystem_source","graph","graph","hash_packages","id","id","in_memory_source","inputs","mount_path","mount_path","multi_source","name","name","named_packages","original_path","original_path","outputs","package","package","package","packages","pkg","pkg","pkg","preferred_webc_version","query","registry_endpoint","resolve","resolve","retry_period","root","root_package","source","sources","strategy","token","utils","volume_name","volume_name","wapm_source","web_source","webc","webc_sha256","archived_versions","error","package","package_name","versions","FileSystemSource","__clone_box","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","init","into","layout_raw","pointer_metadata","query","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","InMemorySource","NamedPackageSummary","__clone_box","__clone_box","add","add_webc","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_directory_tree","get","hash_packages","ident","init","init","into","into","layout_raw","layout_raw","named_packages","new","pointer_metadata","pointer_metadata","query","summary","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","Command","Dependency","DistributionInfo","FileSystemMapping","PackageInfo","PackageSummary","WebcHash","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alias","alias","as_bytes","as_hex","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","commands","compare","dependencies","dependency_name","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dist","drop","drop","drop","drop","drop","drop","drop","entrypoint","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","filesystem","filesystem_mapping_from_manifest","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","for_file","from","from","from","from","from","from","from","from","from_bytes","from_manifest","from_webc_file","get_hash","hash","id","id","init","init","init","init","init","init","init","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","mount_path","name","original_path","package_id","package_id_from_manifest","package_ident_from_manifest","package_name","parse_hex","partial_cmp","pkg","pkg","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","sha256","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","url_or_manifest_to_specifier","version","volume_name","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webc","webc_sha256","MultiSource","MultiSourceStrategy","__clone_box","__clone_box","add_shared_source","add_source","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","continue_if_no_matches","continue_if_not_found","continue_if_unsupported","default","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","init","init","into","into","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","query","sources","strategy","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","with_strategy","DependencyGraph","Edge","ItemLocation","Node","Resolution","ResolvedFileSystemMapping","ResolvedPackage","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alias","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","commands","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","dist","drop","drop","drop","drop","drop","drop","drop","entrypoint","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","filesystem","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","graph","graph","graph","id","id","index","index","index","init","init","init","init","init","init","init","into","into","into","into","into","into","into","iter_dependencies","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","mount_path","name","new","original_path","package","package","package","packages","packages","pkg","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","root","root","root_info","root_package","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_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","visualise","volume_name","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Cycle","DiscoveredPackages","DuplicateVersions","Registry","ResolveError","as_cycle","as_error","borrow","borrow","borrow_mut","borrow_mut","check_for_duplicate_versions","cycle_error","deref","deref","deref_mut","deref_mut","deserialize","deserialize","discover_dependencies","drop","drop","fmt","fmt","fmt","from","from","graph","indices","init","init","into","into","layout_raw","layout_raw","log_dependencies","packages","pointer_metadata","pointer_metadata","print_cycle","registry_error_message","resolve","resolve_dependency_graph","resolve_package","root","source","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","error","package","package_name","versions","NoMatches","NotFound","Other","QueryError","Source","Timeout","Unsupported","as_error","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fmt","fmt","from","from","init","into","latest","latest","layout_raw","pointer_metadata","query","source","to_string","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","archived_versions","file_path_from_url","http_error","url_from_file_path","webc_headers","CacheEntry","FileSystemCache","GetPackageRelease","HashCacheEntry","PackageWebc","Reply","V2","V3","WASMER_DEV_ENDPOINT","WASMER_PROD_ENDPOINT","WASMER_WEBC_QUERY_ALL","WASMER_WEBC_QUERY_BY_HASH","WapmSource","WapmWebQuery","WapmWebQueryData","WapmWebQueryGetPackage","WapmWebQueryGetPackageVersion","WapmWebQueryGetPackageVersionDistribution","WapmWebQueryInfo","WebCVersion","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","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","cache","cache_dir","client","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","data","data","decode_summary","default","default_frontend","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","get_package","get_package_release","hash","headers","info","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","is_archived","is_archived","is_still_valid","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lookup_cached_query","manifest","matching_package_summaries","namespace","new","new","package_name","package_name","path","pirita_download_url","pirita_manifest","pirita_sha256_hash","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preferred_webc_version","query","query_by_hash","query_graphql_by_hash","query_graphql_named","registry_endpoint","registry_endpoint","response","response","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","timeout","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","token","try_from","try_from","try_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_summary","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unix_timestamp","unix_timestamp","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update","v2","v3","version","versions","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","webc_url","webc_version","with_auth_token","with_local_cache","with_preferred_webc_version","CacheInfo","CacheState","DEFAULT_RETRY_PERIOD","Hit","Miss","Miss","PossiblyDirty","UnableToVerify","WebSource","__clone_box","__clone_box","atomically_save_file","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cache_dir","classify_cache_using_mtime","client","clone","clone","clone_into","clone_into","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","drop","drop","drop","eq","fetch","fmt","fmt","fmt","for_url","from","from","from","get_etag","get_locally_cached_file","init","init","init","into","into","into","layout_raw","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","pointer_metadata","query","retry_period","sha256","take_path","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","with_retry_period","etag","last_modified","path","etag","path","path","CopyMemory","CreateMemory","CreateMemoryOfType","InlineWaker","ShareMemory","SpawnMemoryType","TaskExecModule","TaskWasm","TaskWasmRecycle","TaskWasmRecycleProperties","TaskWasmRun","TaskWasmRunProperties","VirtualTaskManager","VirtualTaskManagerExt","WasmResumeTask","WasmResumeTrigger","as_waker","block_on","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build_memory","condvar","ctx","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","env","env","fmt","fmt","fmt","from","from","from","from","from","globals","init","init","init","init","init","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lock","memory","module","new","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","recycle","recycle","run","sleep_now","spawn_and_block_on","spawn_await","spawn_type","spawn_with_module","store","store","task_dedicated","task_shared","task_wasm","thread_parallelism","tokio","trigger","trigger_result","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","update_layout","vzip","vzip","vzip","vzip","vzip","with_globals","with_memory","with_optional_memory","with_recycle","with_trigger","Handle","Runtime","RuntimeOrHandle","SleepNow","ThreadPool","TokioRuntimeGuard","TokioTaskManager","__clone_box","__clone_box","__clone_box","abort_handle","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","drop","drop","enter","fmt","fmt","fmt","from","from","from","from","from","from","from","handle","init","init","init","init","init","inner","inner","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","new","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pool","pool_handle","rt","runtime_handle","sleep_now","task_dedicated","task_shared","task_wasm","thread_parallelism","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","ALL_RIGHTS","InodeGuard","InodeWeakGuard","WasiBusState","WasiEnv","WasiEnvInit","WasiFunctionEnv","WasiFutex","WasiFutexState","WasiInstanceHandles","WasiState","WasiStateOpener","args","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","builder","clock_offset","default","default","default","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","env","envs","fmt","fmt","fmt","fmt","fork","from","from","from","from","from","fs","fs_create_dir","fs_new_open_options","fs_read_dir","fs_remove_dir","fs_remove_file","fs_rename","func_env","futexes","futexs","get_poll_waker","handles","init","init","init","init","init","inodes","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","open","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_wait","poll_wake","poll_waker","poller_seed","preopen","root_fs","run","secret","std_dev_get","stderr","stdin","stdout","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","types","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","wakers","ArgumentContainsNulByte","ControlPlane","EnvironmentVariableFormatError","FileSystemError","MappedDirAliasFormattingError","PreopenDirBuilder","PreopenedDir","PreopenedDirectoryError","PreopenedDirectoryNotFound","SetupFsFn","WasiEnvBuilder","WasiFsCreationError","WasiFsSetupError","WasiIncludePackageError","WasiInheritError","WasiStateCreationError","__clone_box","__clone_box","add_arg","add_args","add_env","add_envs","add_import","add_imports","add_journal","add_map_dir","add_mapped_command","add_mapped_commands","add_preopen_build","add_preopen_dir","add_snapshot_trigger","add_webc","additional_imports","alias","alias","alias","arg","args","args","as_error","attach_ctrl_c","attach_ctrl_c","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","build","build_init","capabilites","capabilities","capabilities_mut","clone","clone","clone_into","clone_into","conv_env_vars","create","create","create","current_dir","current_dir","default","default","default","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","directory","drop","drop","drop","drop","env","envs","envs","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","fs","fs","get_args","get_args_mut","get_env","get_env_mut","import","imports","init","init","init","init","instantiate","instantiate_ext","into","into","into","into","journals","layout_raw","layout_raw","layout_raw","layout_raw","map_command","map_commands","map_commands","map_dir","map_dirs","module_hash","new","new","path","path","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preopen_build","preopen_dir","preopen_dirs","preopen_vfs_dirs","preopens","read","read","read","run","run_ext","run_with_store","run_with_store_async","run_with_store_ext","runtime","runtime","sandbox_fs","set_capabilities","set_current_dir","set_fs","set_module_hash","set_runtime","set_stderr","set_stdin","set_stdout","setup_fs","setup_fs_fn","snapshot_interval","snapshot_on","source","stderr","stderr","stdin","stdin","stdout","stdout","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","use_webc","uses","uses","validate_mapped_dir_alias","vfs_preopens","vzip","vzip","vzip","vzip","with_snapshot_interval","write","write","write","WasiEnv","WasiEnvInit","WasiInstanceHandles","__clone_box","__clone_box","active_journal","active_threads","additional_imports","asyncify_get_state","asyncify_start_rewind","asyncify_start_unwind","asyncify_stop_rewind","asyncify_stop_unwind","bin_factory","bin_factory","blocking_on_exit","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","builder","call_initialize","can_deep_sleep","capabilities","capabilities","capable_of_deep_sleep","clone","clone","clone_into","clone_into","control_plane","control_plane","data_end","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","disable_fs_cleanup","drop","drop","drop","duplicate","enable_deep_sleep","enable_exponential_cpu_backoff","enable_journal","extra_tracing","fmt","fmt","fmt","fork","from","from","from","from_init","fs_root","get_memory_and_wasi_state","get_memory_and_wasi_state_and_inodes","get_wasi_state_and_inodes","has_snapshot_trigger","has_stack_checkpoint","init","init","init","initialize","inner","inner","instance","instance","instantiate","into","into","into","layout","layout","layout_raw","layout_raw","layout_raw","map_commands","mapped_commands","memory","memory","memory","memory_clone","memory_ty","memory_view","memory_view","module","module_clone","net","new","on_exit","owned_handles","pid","pointer_metadata","pointer_metadata","pointer_metadata","poll_seed","pop_snapshot_trigger","process","process","process_signals","process_signals_and_exit","process_signals_internal","reinit","replaying_journal","runtime","runtime","runtime","set_runtime","should_exit","should_journal","signal","signal_set","snapshot_on","stack_high","stack_low","stack_pointer","start","state","state","state","std_dev_get","stderr","stdin","stdout","tasks","thread","thread","thread_spawn","tid","to_owned","to_owned","try_clone_instance","try_from","try_from","try_from","try_inner","try_inner_mut","try_into","try_into","try_into","try_memory","try_memory_clone","try_memory_view","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","use_package","uses","vfork","vzip","vzip","vzip","webc_dependencies","will_use_asyncify","DEFAULT_STACK_BASE","DEFAULT_STACK_SIZE","WasiFunctionEnv","__clone_box","bootstrap","borrow","borrow_mut","clone","clone_into","data","data_mut","deref","deref_mut","deserialize","drop","env","fmt","from","import_object","import_object_for_all_wasi_versions","init","initialize","initialize_with_memory","into","layout_raw","new","new_with_store","on_exit","pointer_metadata","run_async","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","global","thread_local","WasiInstanceGuard","WasiInstanceGuardMemory","WasiInstanceGuardMut","WasiInstanceHandlesPointer","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","get","get_mut","init","inner","into","layout_raw","pointer_metadata","set","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","LOCAL_INSTANCE_SEED","THREAD_LOCAL_INSTANCE_HANDLES","WasiInstanceGuard","WasiInstanceGuardMemory","WasiInstanceGuardMut","WasiInstanceHandlesPointer","__clone_box","_guard","_inner","_inner","_pointer","_pointer","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone_into","default","deref","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","destroy","drop","drop","drop","drop","drop","fmt","from","from","from","from","get","get_mut","id","init","init","init","init","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","memory","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","set","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","handle_result","run_with_deep_sleep","wasi_exit_code","PollError","PollEvent","PollEventBuilder","PollEventIter","PollEventSet","PollHangUp","PollIn","PollInvalid","PollOut","Stderr","Stdin","Stdout","WasiPath","__clone_box","__clone_box","add","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","build","clone","clone","clone_into","clone_into","created_time","created_time","created_time","default","default","default","deref","deref","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","drop","drop","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_i16","get_special_fd","get_special_fd","get_special_fd","handle","handle","handle","i","init","init","init","init","init","init","inner","inner","inner","inner","into","into","into","into","into","into","into_iter","is_write_vectored","is_write_vectored","iterate_poll_events","last_accessed","last_accessed","last_accessed","last_modified","last_modified","last_modified","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","new","next","par_bridge","pes","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_complete","poll_complete","poll_complete","poll_flush","poll_flush","poll_flush","poll_read","poll_read","poll_read","poll_read_ready","poll_read_ready","poll_read_ready","poll_shutdown","poll_shutdown","poll_shutdown","poll_write","poll_write","poll_write","poll_write_ready","poll_write_ready","poll_write_ready","poll_write_vectored","poll_write_vectored","poll_write_vectored","read_buffer","set_len","set_len","set_len","size","size","size","start_seek","start_seek","start_seek","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","unlink","unlink","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","AcceptTimeout","Access","AcqRel","Acquire","AddressInUse","AddressNotAvailable","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Already","AlreadyExists","AnyEncryption","AnyEncyption","Arc","AsStoreMut","AsStoreRef","AsyncSeekExt","AsyncWriteExt","AsyncifyAction","AsyncifyFuture","AsyncifyPoller","AtomicBool","AtomicU32","AtomicU64","AtomicsNotSupported","BITS","BITS","BITS","BROADCAST","Badf","Badmsg","BaseNotDirectory","BlockDevice","Borrow","Borrowed","Broadcast","BrokenPipe","Busy","Bytes","BytesMut","Canceled","CharacterDevice","Child","ClassicEncryption","ClassicEncryption","Clock","Clockid","Closed","Condvar","Connaborted","ConnectTimeout","ConnectionAborted","ConnectionRefused","ConnectionReset","Connrefused","Connreset","Context","CouldNotGrow","Cow","Cur","Deadlk","Deref","DerefMut","Destaddrreq","Dgram","Dircookie","Directory","DirectoryNotEmpty","Dirent","Dom","DontRoute","Dontneed","DoubleEncryption","DoubleEncryption","Dquot","DuplexPipe","Duration","End","Entry","EntryNotFound","Errno","Errno","Error","Event","EventFdReadwrite","EventUnion","Eventrwflags","Eventtype","Exist","ExitCode","Extern","ExternRef","F32","F64","Failed","Fault","Fbig","FdRead","FdWrite","Fdflags","Fdstat","FileSystem","Filesize","Filestat","Filetype","Finish","Finish","FsError","Fstflags","FuncRef","Function","Function","FunctionEnv","FunctionEnvMut","Generic","Global","Global","HandleRewindType","HashMap","HashSet","HeapOutOfBounds","Hostunreach","I32","I64","IOError","Idrm","Ilseq","Inet4","Inet6","Infallible","InfiniteSleep","Inherit","Inprogress","Instance","Interrupted","IntoWaker","Intr","Inval","InvalidData","InvalidFd","InvalidInput","InvalidMemory","InvokeAgain","Io","IpAddr","Ipv4Addr","Ipv6Addr","Isconn","Isdir","KeepAlive","LOCALHOST","LOCALHOST","LastError","Linger","Linkcount","Listening","LocalKey","Lock","Log","Longsize","Loop","MAX","MAX","MICROSECOND","MILLISECOND","MIN","MaximumMemoryTooLarge","Memory","Memory","Memory32","Memory64","MemoryAccessError","MemoryError","MemoryNotShared","MemorySize","MemoryView","Memviolation","Mfile","MinimumMemoryTooLarge","Mlink","Module","Monotonic","Monotonic","Msgsize","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","Mutex","NANOSECOND","Nametoolong","Native","Netdown","Netreset","Netunreach","Nfile","NoDelay","NoDevice","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","NonUtf8String","NonZeroU64","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","NotAFile","NotConnected","Notcapable","Notconn","Notdir","Notempty","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","ONE","Occupied","Offset","OnCalledAction","OnlyV6","OobInline","Opened","Opening","OptionFd","Ordering","Other","Overflow","Overflow","Owned","Ownerdead","Pages","Path","Pending","Perm","PermissionDenied","Pid","Pin","Pipe","Piped","Poll","Prestat","ProcessCputimeId","ProcessCputimeId","Promiscuous","Proto","Proto","Protonosupport","Prototype","Random","Range","Raw","Read","Ready","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RefCell","Region","RegularFile","Relaxed","Release","ResultDriven","ResultLess","ReuseAddr","ReusePort","Rights","Rofs","RuntimeError","SECOND","Seek","SendBufSize","SendLowat","SendTimeout","SeqCst","Seqpacket","Sequential","Set","Sha256","Shutdown","Snapshot0Clockid","SocketAddr","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Spipe","Srch","StackSnapshot","Stale","StorageFull","Store","Stream","StreamSecurity","Streamsecurity","Subscription","SubscriptionFsReadwrite","Success","SymbolicLink","Table","Target","ThreadCputimeId","ThreadCputimeId","Tid","TimedOut","Timedout","Timestamp","TlKey","TlUser","TlVal","Toobig","Trap","TryInto","Ttl","Tty","Txtbsy","Type","TypedFunction","UNSPECIFIED","UNSPECIFIED","Unencrypted","Unencrypted","UnexpectedEof","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","UnknownError","Unspec","UnsupportedOperation","Unwind","V128","V4","V4","V6","V6","Vacant","Value","VirtualFile","WasiFd","WasiStdioMode","WasmPtr","WasmSlice","Whence","Willneed","WouldBlock","Write","WriteZero","Xdev","ZERO","ZERO","__asyncify","__asyncify_light","__asyncify_with_deep_sleep","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__sock_actor","__sock_actor_mut","__sock_asyncify","__sock_asyncify_mut","__sock_upgrade","__wasi_asyncify_t","_inner","_marker","_marker2","_phantom","_phantom","_prepare_wasi","access","access","accumulate","accumulate","accumulate","accumulate","add","add","add","add","add","add_assign","add_assign","add_assign","add_assign","add_offset","advance","advance","advance_mut","alloc","allocator","ancestors","and_modify","anyhow_err_to_runtime_err","as_component_extern_name","as_component_extern_name","as_cow_c_str","as_cow_c_str","as_cow_c_str","as_cow_c_str","as_deref_mut","as_engine_ref","as_engine_ref","as_engine_ref","as_engine_ref","as_error","as_error","as_error","as_error","as_error","as_fd","as_micros","as_millis","as_mut","as_mut","as_mut","as_mut","as_mut_os_str","as_nanos","as_os_str","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr","as_ptr32","as_ptr64","as_raw","as_raw_fd","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_ref","as_restarted","as_restarted","as_secs","as_secs_f32","as_secs_f64","as_shared","as_store_mut","as_store_mut","as_store_mut","as_store_mut","as_store_ref","as_store_ref","as_store_ref","as_store_ref","as_store_ref","as_store_ref","as_str","as_str","as_str","as_str","assume_init","assume_init","back","backward_checked","backward_checked","backward_unchecked","backward_unchecked","base","base","bitand","bitand","bitand","bitand","bitand","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor_assign","bitor_assign","bits","bits","bits","bits","bitxor","block_on_with_timeout","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","branch","branch","buffer","buffer","build_memory","build_memory","build_memory","by_ref","by_ref","bytes","bytes","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","call","canonicalize","cap","capacity","capacity","capacity","cast","cause","chain","check_bytes","check_bytes","check_bytes","check_bytes","check_bytes","check_heap_type","checked_add","checked_add","checked_add","checked_div","checked_mul","checked_mul","checked_next_power_of_two","checked_pow","checked_sub","chunk","chunk","chunk_mut","clean","clear","clear","clear","clear","clear_poison","clock","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone_from","clone_from","clone_from","clone_from","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_span","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cols","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare_and_swap","compare_and_swap","compare_and_swap","compare_exchange","compare_exchange","compare_exchange","compare_exchange_weak","compare_exchange_weak","compare_exchange_weak","components","consume","consume","contains","contains_key","conv_spawn_err_to_errno","conv_spawn_err_to_exit_code","copy_from_slice","copy_from_slice","copy_range_to_vec","copy_reference","copy_to_bytes","copy_to_bytes","copy_to_memory","copy_to_store","copy_to_vec","core","create_dir","create_dir","create_dir","create_dir","create_host_memory","create_host_table","create_vm_memory","create_vm_table","created_time","ctx","current_span","custom_sections","d_ino","d_namlen","d_next","d_type","data","data","data","data","data","data_address","data_and_store_mut","data_count","data_count","data_mut","data_size","debug","decrement_strong_count","decrement_strong_count_in","deep_sleep","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","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize_from_file","deserialize_from_file_unchecked","deserialize_unchecked","difference","display","div","div","div_assign","div_duration_f32","div_duration_f64","div_f32","div_f64","downcast","downcast","downcast_mut","downcast_raw","downcast_ref","downcast_ref","downcast_unchecked","downgrade","drain","drain","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop_span","echo","element_count","element_count","element_type_at","element_type_at","empty_array","empty_array","enabled","enabled","encode_hex","encode_hex","encode_hex","encode_hex","encode_hex_upper","encode_hex_upper","encode_hex_upper","encode_hex_upper","end","ends_with","engine","enter","entry","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","error","event","event_enabled","exists","exit","exports","exports","extend","extend","extend","extend","extend","extend","extend","extend_from_slice","extend_one","extend_one","extend_one","extend_one","extend_reserve","extend_reserve","extend_reserve","extend_reserve","extension","externref","extract_if","extract_if","f32","f64","failure","fd","fd_readwrite","fetch_add","fetch_add","fetch_and","fetch_and","fetch_and","fetch_max","fetch_max","fetch_min","fetch_min","fetch_nand","fetch_nand","fetch_nand","fetch_not","fetch_or","fetch_or","fetch_or","fetch_sub","fetch_sub","fetch_update","fetch_update","fetch_update","fetch_xor","fetch_xor","fetch_xor","file_descriptor","file_name","file_prefix","file_stem","flags","flush","flush","flush","flush","flush","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","forward_checked","forward_checked","forward_unchecked","forward_unchecked","freeze","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_array","from_array","from_binary","from_binary_unchecked","from_bits","from_bits","from_c_struct","from_c_struct","from_fallible_iter","from_fallible_iter","from_file","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_micros","from_millis","from_mut","from_mut","from_mut","from_mut_slice","from_mut_slice","from_mut_slice","from_nanos","from_native","from_offset","from_output","from_output","from_par_iter","from_par_iter","from_par_iter","from_par_iter","from_ptr","from_ptr","from_ptr","from_raw","from_raw","from_raw","from_raw_in","from_residual","from_residual","from_secs","from_secs_f32","from_secs_f64","from_slice","from_slice","from_static","from_str","from_str","from_str","from_str","from_str","from_vm_extern","from_waker","front","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","func","func_env","func_type_at","funcref","ge","ge","ge","get","get","get","get","get","get_current_time_in_nanos","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_key_value","get_many_mut","get_many_unchecked_mut","get_memory_stack","get_memory_stack_offset","get_memory_stack_pointer","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut_slice","get_mut_slice","get_mut_slice","get_mut_unchecked","get_or_insert","get_or_insert_owned","get_or_insert_with","get_ref","get_self_from_extern","get_self_from_extern","get_self_from_extern","get_self_from_extern","get_special_fd","get_stack_lower","get_stack_upper","get_unchecked_mut","global_at","global_at","grow","grow_at_least","gt","gt","gt","handle","handle_rewind","handle_rewind_ext","handle_rewind_ext_with_default","has_root","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hasher","hasher","height","i32","i64","id","ilog10","ilog2","imports","include_node","include_node","increment_strong_count","increment_strong_count_in","index","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","initial","initial","initial","initial","inner","inner","inner","inner","inner","inner","insert","insert","insert_entry","intersection","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_array","into_bytes","into_bytes","into_c_str","into_c_str","into_c_str","into_c_str","into_c_struct","into_c_struct","into_deserializer","into_deserializer","into_deserializer","into_fn","into_future","into_future","into_future","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner","into_inner_unchecked","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_iter","into_keys","into_mut","into_owned","into_par_iter","into_par_iter","into_par_iter","into_par_iter","into_par_iter","into_path_buf","into_raw","into_raw","into_raw","into_raw","into_raw","into_raw","into_raw","into_ref","into_target_addr","into_values","into_waker","into_with_c_str","into_with_c_str","into_with_c_str","into_with_c_str","io","ip","is","is_64bit","is_64bit","is_64bit","is_absolute","is_benchmarking","is_benchmarking","is_benchmarking","is_borrowed","is_broadcast","is_dir","is_disjoint","is_documentation","is_documentation","is_documentation","is_empty","is_empty","is_empty","is_empty","is_empty","is_end_stream","is_file","is_fn","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_function_referenced","is_function_referenced","is_global","is_global","is_global","is_ipv4","is_ipv4","is_ipv6","is_ipv6","is_link_local","is_loopback","is_loopback","is_loopback","is_multicast","is_multicast","is_multicast","is_null","is_open","is_owned","is_pending","is_poisoned","is_power_of_two","is_private","is_read_vectored","is_read_vectored","is_ready","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_referenceable","is_relative","is_reserved","is_shared","is_subset","is_subtype","is_superset","is_symlink","is_terminated","is_terminated","is_unicast","is_unicast_global","is_unicast_link_local","is_unique","is_unique_local","is_unspecified","is_unspecified","is_unspecified","is_visited","is_write_vectored","is_write_vectored","is_write_vectored","is_zero","iter","iter","iter","iter","iter_mut","join","journal","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","json_schema","key","keys","last_accessed","last_modified","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","le","le","le","leading_zeros","legacy","len","len","len","len","len","len","len","len","line_buffered","load","load","load","load","load","load","load","load","load","load_consume","load_consume","load_consume","load_package_tree","load_package_tree","load_package_tree","lock","log","lt","lt","lt","make_mut","map","map_err","map_err","map_ok","map_ok","map_unchecked","map_unchecked_mut","marker","marker","max_level_hint","max_value","maybe_backoff","memory_at","memory_at","memory_style","message","metadata","metadata","metadata","metadata","metadata","metadata","metadata","midpoint","module","module","mpsc","mul","mul_assign","mul_f32","mul_f64","multicast_scope","name","nanos","native_to_offset","native_to_offset","native_to_offset","nbytes","ne","ne","ne","ne","ne","ne","ne","ne","ne","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_by_index","new_cyclic","new_from_existing","new_from_source","new_in","new_mut","new_open_options","new_open_options","new_open_options","new_open_options","new_span","new_typed","new_typed_with_env","new_unchecked","new_unchecked","new_uninit","new_uninit_in","new_uninit_slice","new_uninit_slice_in","new_with_env","new_zeroed","new_zeroed_in","new_zeroed_slice","new_zeroed_slice_in","notify_all","notify_one","null","null","objects_mut","objects_mut","objects_mut","objects_mut","octets","octets","octets","octets","offset","offset","offset","offset","offset_to_native","offset_to_native","offset_to_native","or_default","or_insert","or_insert_with","or_insert_with_key","par_drain","par_drain","par_extend","par_extend","par_extend","par_extend","par_iter","par_iter","par_iter_mut","param_arity","parent","parse_ascii","parse_ascii","parse_ascii","parse_ascii","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","phantom","pin","pin_in","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poison","poll","poll","poll","poll_close","poll_close","poll_complete","poll_data","poll_fill_buf","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_next","poll_next","poll_read","poll_read","poll_read_ready","poll_read_vectored","poll_ready","poll_seek","poll_shutdown","poll_trailers","poll_write","poll_write","poll_write_ready","poll_write_vectored","poll_write_vectored","port","pr_type","provide","ptr","ptr","ptr","ptr_eq","put","put_bytes","put_slice","query","query","query","raw_entry","raw_entry_mut","read","read","read","read","read","read","read","read_buf","read_buf","read_buf_exact","read_bytes","read_dir","read_dir","read_dir","read_dir","read_dir","read_exact","read_exact_buf","read_link","read_slice","read_slice_uninit","read_to_bytes","read_to_end","read_to_end","read_to_slice","read_to_string","read_to_string","read_to_vec","read_u8","read_uninit","read_until","read_utf8_string","read_utf8_string_with_nul","read_vectored","read_vectored","readlink","readlink","readlink","readlink","record","record","record_follows_from","register_callsite","remaining","remaining","remaining_mut","remove","remove","remove_dir","remove_dir","remove_dir","remove_dir","remove_entry","remove_file","remove_file","remove_file","remove_file","rename","rename","rename","rename","replace","replace","replace","replace","replace_with","report","request","request","request","reserve","reserve","reserve","reset","resize","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","resolve_metadata","result_arity","resume","resume","retain","retain","rewind","rewind","rewind","rewind_ext","rewind_ext2","rows","run","same","saturating_add","saturating_add","saturating_add","saturating_add","saturating_mul","saturating_mul","saturating_pow","saturating_sub","saturating_sub","saturating_sub","saturating_sub","saturating_sub","save","save","save","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","schema_name","secs","seek","seek","seek","segments","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_metadata","serialize_to_file","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","serialize_unsized","set","set","set","set","set_ip","set_len","set_len","set_memory_stack","set_memory_stack_offset","set_name","set_port","set_times","set_trap_handler","share_in_store","shrink_to","shrink_to","shrink_to_fit","shrink_to_fit","shutdown","size","size","size","size","size_hint","size_hint","size_hint","sleep_now","sleep_now","sleep_now","slice","slice","slice_ref","source","source","spare_capacity_mut","spawn_and_block_on","spawn_and_block_on","spawn_and_block_on","spawn_await","spawn_await","spawn_await","spawn_local_obj","spawn_obj","spawn_with_module","spawn_with_module","spawn_with_module","split","split","split_off","split_off","split_to","split_to","st_atim","st_ctim","st_dev","st_filetype","st_ino","st_mtim","st_nlink","st_size","start","start_seek","start_send","starts_with","static_mut","static_ref","status","status_local","stderr_tty","stderr_write","stdin_tty","stdout_tty","steps_between","steps_between","store","store","store","store_mut","stream_len","stream_position","stream_position","strip_prefix","strong_count","sub","sub","sub","sub","sub_assign","sub_assign","sub_offset","sub_type_at","subsec_micros","subsec_millis","subsec_nanos","subslice","success","sum","sum","swap","swap","swap","swap","symlink_metadata","symlink_metadata","symlink_metadata","symlink_metadata","symlink_metadata","symmetric_difference","table_at","table_at","table_style","tag","tag_at","tag_at","take","take","take","take","take","task_dedicated","task_dedicated","task_dedicated","task_shared","task_shared","task_shared","task_wasm","task_wasm","task_wasm","thread_parallelism","thread_parallelism","thread_parallelism","to_bits","to_bits","to_canonical","to_canonical","to_ipv4","to_ipv4_mapped","to_ipv6_compatible","to_ipv6_mapped","to_mut","to_native","to_offset","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_path_buf","to_path_segments","to_path_segments","to_proxy_addrs","to_socket_addrs","to_str","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string","to_string_lossy","to_string_lossy","to_string_lossy","to_string_lossy","to_string_lossy","to_trap","to_vm_extern","top_type","trace","trace","trailing_zeros","transmute","truncate","truncate","try_borrow","try_borrow_mut","try_borrow_unguarded","try_clone","try_close","try_exists","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_secs_f32","try_from_secs_f64","try_insert","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_lock","try_new","try_new_in","try_new_uninit","try_new_uninit_in","try_new_zeroed","try_new_zeroed_in","try_pin","try_pin_in","try_poll","try_poll","try_poll_next","try_reserve","try_reserve","try_unwrap","try_with","ty","ty","ty","ty","ty","type_","type_","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id_of_function","type_of_function","type_of_function","typed","types","u","u","unchecked_add","unchecked_mul","undo_leak","union","unix","unlink","unlock","unsplit","unwind","unwrap_externref","unwrap_f32","unwrap_f64","unwrap_funcref","unwrap_i32","unwrap_i64","unwrap_or_clone","unwrap_v128","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","user","user","userdata","userdata","v","v","v","v128","validate","value","values","values_mut","view","visit","vtable","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait","wait_timeout","wait_timeout_ms","wait_timeout_while","wait_while","wake_by_ref","waker","waker","warn","wasi","wasix","wasm_types","wasm_types","weak_count","width","with","with_borrow","with_borrow_mut","with_capacity","with_capacity","with_capacity","with_capacity_and_hasher","with_capacity_and_hasher","with_extension","with_file_name","with_hasher","with_hasher","work","write","write","write","write","write","write","write","write","write","write_all","write_all","write_all_buf","write_all_vectored","write_buf","write_buffer_array","write_bytes","write_bytes","write_bytes_inner","write_c_struct_to_ptr","write_c_struct_to_ptr","write_f32","write_f32_le","write_f64","write_f64_le","write_fmt","write_fmt","write_from_mmap","write_i128","write_i128_le","write_i16","write_i16_le","write_i32","write_i32_le","write_i64","write_i64_le","write_i8","write_slice","write_str","write_u128","write_u128_le","write_u16","write_u16_le","write_u32","write_u32_le","write_u64","write_u64_le","write_u8","write_u8","write_vectored","write_vectored","write_vectored","zero_padding_bytes","zero_padding_bytes","zeroed","attempted_delta","current","max_allowed","max_allowed","max_requested","message","min_requested","reason","AddrInUse","AddrNotAvailable","AlreadyExists","ArgumentListTooLong","BorrowedBuf","BorrowedCursor","BrokenPipe","BufRead","BufReader","BufWriter","Bytes","Chain","ConnectionAborted","ConnectionRefused","ConnectionReset","CrossesDevices","Current","Cursor","Deadlock","DirectoryNotEmpty","Empty","End","Err","Error","ErrorKind","ExecutableFileBusy","FileTooLarge","FilesystemLoop","FilesystemQuotaExceeded","HostUnreachable","Interrupted","IntoInnerError","InvalidData","InvalidFilename","InvalidInput","IoSlice","IoSliceMut","IsADirectory","IsTerminal","LineWriter","Lines","NetworkDown","NetworkUnreachable","NotADirectory","NotConnected","NotFound","NotSeekable","Ok","Other","OutOfMemory","PermissionDenied","RawOsError","Read","ReadOnlyFilesystem","Repeat","ResourceBusy","Result","Seek","SeekFrom","Sink","Split","StaleNetworkFileHandle","Start","Stderr","StderrLock","Stdin","StdinLock","Stdout","StdoutLock","StorageFull","Take","TimedOut","TooManyLinks","UnexpectedEof","Unsupported","WouldBlock","Write","WriteZero","WriterPanicked","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","advance","advance","advance","advance","advance_slices","advance_slices","append","as_error","as_error","as_error","as_fd","as_fd","as_fd","as_fd","as_fd","as_fd","as_mut","as_raw_fd","as_raw_fd","as_raw_fd","as_raw_fd","as_raw_fd","as_raw_fd","borrow","borrow","borrow","borrow","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","buf","buf","buf","buf","buf","buf","buf","buffer","buffer","by_ref","by_ref","byte","bytes","capacity","capacity","capacity","capacity","cause","chain","chunk","clear","clone","clone","clone","clone","clone","clone","clone_from","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","consume","consume","consume","consume","consume","consume","consume","consume","copy","default","default","default","delim","deref","deref","deref","deref","deref","deref","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","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","done_first","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","empty","ensure_init","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","fill_buf","fill_buf","fill_buf","fill_buf","fill_buf","fill_buf","fill_buf","filled","filled","filled_mut","first","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","flush","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","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_raw_os_error","get_hash","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_mut","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","get_ref","has_data_left","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_len","init_mut","init_ref","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_error","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_non_blocking","into_parts","into_parts","is_empty","is_read_vectored","is_read_vectored","is_read_vectored","is_read_vectored","is_read_vectored","is_read_vectored","is_terminal","is_terminal","is_terminal","is_terminal","is_terminal","is_terminal","is_terminal","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","is_write_vectored","kind","last_os_error","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","len","limit","limit","lines","lines","lock","lock","lock","new","new","new","new","new","new","new","next","next","next","other","panicked","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_complete","poll_fill_buf","poll_flush","poll_flush","poll_flush","poll_flush","poll_read","poll_shutdown","poll_shutdown","poll_shutdown","poll_shutdown","poll_write","poll_write","poll_write","poll_write","poll_write_vectored","poll_write_vectored","poll_write_vectored","poll_write_vectored","pos","position","prelude","raw_os_error","read","read","read","read","read","read","read","read","read","read_buf","read_buf","read_buf","read_buf","read_buf","read_buf","read_buf","read_buf","read_buf_exact","read_exact","read_exact","read_exact","read_exact","read_exact","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_exact_buf","read_line","read_line","read_line","read_to_end","read_to_end","read_to_end","read_to_end","read_to_string","read_to_string","read_to_string","read_to_string","read_to_string","read_until","read_until","read_vectored","read_vectored","read_vectored","read_vectored","read_vectored","read_vectored","read_vectored","reborrow","remaining","remaining_slice","repeat","repr","rewind","second","seek","seek","seek","seek","seek","seek_relative","set_init","set_init","set_limit","set_position","sink","size_hint","source","split","start","start_seek","stderr","stdin","stdout","stream_len","stream_len","stream_len","stream_position","stream_position","stream_position","stream_position","take","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","unfilled","uninit_mut","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","with_capacity","with_capacity","with_capacity","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write","write_all","write_all","write_all","write_all","write_all","write_all","write_all","write_all","write_all","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_all_vectored","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_bytes","write_fmt","write_fmt","write_fmt","write_fmt","write_fmt","write_fmt","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","write_vectored","written","BufRead","Read","Seek","Write","by_ref","by_ref","bytes","chain","consume","fill_buf","flush","has_data_left","is_read_vectored","is_write_vectored","lines","read","read_buf","read_buf_exact","read_exact","read_line","read_to_end","read_to_string","read_until","read_vectored","rewind","seek","split","stream_len","stream_position","take","write","write_all","write_all_vectored","write_fmt","write_vectored","JournalSyscallPlayer","action_close_thread","action_fd_advise","action_fd_allocate","action_fd_close","action_fd_dup","action_fd_open","action_fd_renumber","action_fd_seek","action_fd_set_flags","action_fd_set_rights","action_fd_set_size","action_fd_set_times","action_fd_write","action_init_module","action_path_set_times","action_process_exit","action_set_thread","action_snapshot","action_tty_set","action_update_compressed_memory","actions","bootstrapping","borrow","borrow_mut","clear_ethereal","clear_ethereal","ctx","cur_module_hash","deref","deref_mut","deserialize","differ_memory","do_checkpoint_from_outside","drop","from","init","into","journal_module_hash","layout_raw","maybe_snapshot","maybe_snapshot_many","maybe_snapshot_once","new","play_event","play_event","pointer_metadata","real_fd","restore_snapshot","rewind","spawn_threads","staged_differ_memory","stderr","stderr_fds","stdout","stdout_fds","try_from","try_into","type_id","vzip","wait_for_snapshot","close_thread","fd_advise","fd_allocate","fd_close","fd_dup","fd_open","fd_renumber","fd_seek","fd_set_flags","fd_set_rights","fd_set_size","fd_set_times","fd_write","init_module","path_set_times","process_exit","set_thread","snapshot","tty_set","update_memory","do_checkpoint_from_outside","maybe_snapshot","maybe_snapshot_many","maybe_snapshot_once","restore_snapshot","wait_for_snapshot","snapshot0","fd_filestat_get","fd_seek","path_filestat_get","poll_oneoff","Disconnected","Disconnected","Disconnected","Empty","Full","IntoIter","Iter","Receiver","RecvError","RecvTimeoutError","SendError","Sender","SyncSender","Timeout","TryIter","TryRecvError","TrySendError","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_error","as_error","as_error","as_error","as_error","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","channel","cjk_compat_variants","cjk_compat_variants","cjk_compat_variants","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","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","description","description","description","description","description","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","drop","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","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","init","init","init","init","init","init","init","init","init","init","init","inner","inner","inner","into","into","into","into","into","into","into","into","into","into","into","into_iter","into_iter","into_iter","into_iter","into_iter","iter","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","multiunzip","next","next","next","nfc","nfc","nfc","nfd","nfd","nfd","nfkc","nfkc","nfkc","nfkd","nfkd","nfkd","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","recv","recv_deadline","recv_timeout","rx","rx","rx","send","send","stream_safe","stream_safe","stream_safe","sync_channel","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","to_string","to_string","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_iter","try_recv","try_send","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Accept","AddrUnspec","AddrUnspecPort","Ah","Beetph","Bool","CidrUnspec","Clock","Comp","Connect","Count","Dccp","Dstopts","EVENT_FD_FLAGS_SEMAPHORE","Egp","Encap","Esp","Ethernet","EventFdFlags","Eventtype","False","FdRead","FdWrite","FileDelta","Fragment","Gre","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Igmp","Inherit","Ip","Ipip","Ipv6","Log","LookupFlags","Max","Mh","Mpls","Mptcp","Mtp","None","None","Null","Oflags","OptionTag","OptionTimestamp","Pim","Piped","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Pup","Read","RiFlags","RoFlags","Route","Routing","Rsvp","Sctp","SdFlags","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","SockProto","Some","StdioMode","SubscriptionFsReadwrite","Tcp","Timeout","True","Udp","Udplite","Unknown","Unknown","Write","__WASI_DIRCOOKIE_START","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_ciovec_t","__wasi_hardwareaddress_t","__wasi_iovec_t","_padding","_padding","_padding","addr","addr","bits","buf","buf","buf_len","buf_len","cidr","directory","dirent_to_le_bytes","expires_at","file","file_descriptor","hdr","io","ip","ip","ip","ip","n0","net","octs","octs","octs","octs","octs","octs","ok","port","port","port","port","preferred_until","prefix","prefix","prefix","prefix","print_right_set","redirect","req","res","segs","signal","size","status","subscription","tag","tag","tag","tag","time","u","u","u","u","unix","unix","via_router","wasi","__WASI_DIRCOOKIE_START","dirent_to_le_bytes","EVENT_FD_FLAGS_SEMAPHORE","EventFdFlags","FileDelta","LookupFlags","Oflags","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","bits","print_right_set","Bool","Count","False","Inherit","Log","None","Null","OptionTag","Piped","Some","StdioMode","True","__wasi_ciovec_t","__wasi_iovec_t","buf","buf","buf_len","buf_len","Accept","AddrUnspec","AddrUnspecPort","Ah","Beetph","CidrUnspec","Comp","Connect","Dccp","Dstopts","Egp","Encap","Esp","Ethernet","Fragment","Gre","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Igmp","Ip","Ipip","Ipv6","Max","Mh","Mpls","Mptcp","Mtp","None","Pim","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Pup","Read","RiFlags","RoFlags","Route","Routing","Rsvp","Sctp","SdFlags","SiFlags","SockProto","Tcp","Timeout","Udp","Udplite","Unknown","Write","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_hardwareaddress_t","_padding","_padding","_padding","addr","addr","cidr","expires_at","hdr","ip","ip","ip","ip","n0","octs","octs","octs","octs","octs","octs","ok","port","port","port","port","preferred_until","prefix","prefix","prefix","prefix","redirect","req","res","segs","size","status","tag","tag","tag","u","u","u","unix","unix","via_router","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Clock","Eventtype","FdRead","FdWrite","SubscriptionFsReadwrite","Unknown","file_descriptor","OptionTimestamp","tag","u","Accept","AcceptTimeout","Access","Add","AddrUnspec","AddrUnspecPort","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Ah","Already","AnyEncryption","Badf","Badmsg","Beetph","BlockDevice","Bool","Broadcast","Busy","Canceled","CharacterDevice","Child","CidrUnspec","ClassicEncryption","Clock","Clockid","Closed","Comp","Connaborted","Connect","ConnectTimeout","Connrefused","Connreset","Count","Cur","Cur","Dccp","Deadlk","Del","Destaddrreq","Device","Dgram","Dir","Dir","Dircookie","Directory","Dirent","Dirnamlen","Dom","DontRoute","Dontneed","DoubleEncryption","Dquot","Dstopts","Egp","Encap","End","End","EpollCtl","EpollData","EpollEvent","EpollEventCtl","EpollType","Errno","Errno","ErrnoSignal","Esp","Ethernet","Event","EventFdFlags","EventFdReadwrite","EventUnion","Eventrwflags","Eventtype","Exist","ExitCode","ExitNormal","ExitSignal","Failed","False","Fault","Fbig","Fd","FdRead","FdWrite","Fdflags","Fdstat","FileDelta","Filesize","Filestat","Filetype","Fragment","Fstflags","Gre","Hostunreach","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Idrm","Igmp","Ilseq","Inet4","Inet6","Inherit","Inode","Inprogress","Intr","Inval","Io","Ip","Ipip","Ipv6","Isconn","Isdir","JoinFlags","JoinStatus","JoinStatusType","JoinStatusUnion","KeepAlive","LastError","Linger","Linkcount","Listening","Log","Longsize","Lookup","LookupFlags","Loop","Max","Memviolation","Mfile","Mh","Mlink","Mod","Monotonic","Monotonic","Mpls","Mptcp","Msgsize","Mtp","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","Nametoolong","Netdown","Netreset","Netunreach","Nfile","NoDelay","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","None","None","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Nothing","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","Oflags","OnlyV6","OobInline","Opened","Opening","OptionFd","OptionPid","OptionTag","OptionTimestamp","Other","Overflow","Ownerdead","Perm","Pid","Pim","Pipe","PipeHandles","Piped","Preopentype","Prestat","PrestatEnum","PrestatU","PrestatUDir","ProcessCputimeId","ProcessCputimeId","ProcessHandles","Promiscuous","Proto","Proto","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Protonosupport","Prototype","Pup","Random","Range","Raw","Read","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RegularFile","ReuseAddr","ReusePort","RiFlags","Rights","RoFlags","Rofs","Routing","Rsvp","Sctp","SdFlags","SendBufSize","SendLowat","SendTimeout","Seqpacket","Sequential","Set","Set","Shutdown","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Size","Snapshot0Clockid","Snapshot0Dirent","Snapshot0Event","Snapshot0Filestat","Snapshot0Linkcount","Snapshot0Subscription","Snapshot0SubscriptionClock","Snapshot0SubscriptionUnion","Snapshot0Whence","SockProto","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Some","Spipe","Srch","StackSnapshot","Stale","StdioMode","Stopped","Stream","Streamsecurity","Subclockflags","Subscription","SubscriptionClock","SubscriptionFsReadwrite","SubscriptionUnion","Success","SymbolicLink","Tcp","ThreadCputimeId","ThreadCputimeId","ThreadStart","ThreadStateFlags","Tid","Timedout","Timeout","Timestamp","TlKey","TlUser","TlVal","Toobig","True","Ttl","Tty","Txtbsy","Type","Udp","Udplite","Unencrypted","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unspec","Userdata","Whence","Willneed","Write","Xdev","addr","addr","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","clock","clock","clock","clock_id","cols","d_ino","d_ino","d_namlen","d_namlen","d_next","d_next","d_type","d_type","data","data","data1","data1","data2","data2","dir","echo","error","error","events","events","exit_code","exit_normal","exit_signal","fd","fd","fd","fd_readwrite","fd_readwrite","fd_readwrite","fd_readwrite","file_descriptor","flags","flags","flags","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","guard_size","hash","hdr","height","id","identifier","line_buffered","n0","nbytes","nothing","ok","other","pid","pid","pipe","port","pr_name_len","pr_type","precision","precision","prefix","ptr","ptr","redirect","req","res","reserved","rows","signal","size","st_atim","st_atim","st_ctim","st_ctim","st_dev","st_dev","st_filetype","st_filetype","st_ino","st_ino","st_mtim","st_mtim","st_nlink","st_nlink","st_size","st_size","stack_size","stack_upper","start_args","start_funct","status","stderr","stderr_tty","stdin","stdin_tty","stdout","stdout_tty","stopped","tag","tag","tag","tag","timeout","timeout","tls_base","type_","type_","type_","type_","u","u","u","u","u","user","userdata","userdata","userdata","userdata","width","pr_name_len","platform_clock_res_get","platform_clock_time_get","args_get","args_sizes_get","clock_res_get","clock_time_get","clock_time_set","environ_get","environ_sizes_get","fd_advise","fd_allocate","fd_close","fd_datasync","fd_dup","fd_event","fd_fdstat_get","fd_fdstat_set_flags","fd_fdstat_set_rights","fd_filestat_get","fd_filestat_set_size","fd_filestat_set_times","fd_prestat_dir_name","fd_prestat_get","fd_read","fd_readdir","fd_renumber","fd_seek","fd_sync","fd_tell","fd_write","path_create_directory","path_filestat_get","path_filestat_set_times","path_link","path_open","path_readlink","path_remove_directory","path_rename","path_symlink","path_unlink_file","poll_oneoff","proc_exit","proc_raise","random_get","thread_spawn","args_get","args_sizes_get","clock_res_get","clock_time_get","clock_time_set","clock_time_set_internal","environ_get","environ_sizes_get","fd_advise","fd_advise_internal","fd_allocate","fd_allocate_internal","fd_close","fd_datasync","fd_dup","fd_dup_internal","fd_event","fd_event_internal","fd_fdstat_get","fd_fdstat_set_flags","fd_fdstat_set_flags_internal","fd_fdstat_set_rights","fd_fdstat_set_rights_internal","fd_filestat_get","fd_filestat_get_internal","fd_filestat_get_old","fd_filestat_set_size","fd_filestat_set_size_internal","fd_filestat_set_times","fd_filestat_set_times_internal","fd_prestat_dir_name","fd_prestat_get","fd_pread","fd_read","fd_read_internal","fd_read_internal_handler","fd_readdir","fd_renumber","fd_renumber_internal","fd_seek","fd_seek_internal","fd_sync","fd_tell","Buffer","FdWriteSource","Iovs","borrow","borrow_mut","deref","deref_mut","deserialize","drop","fd_pwrite","fd_write","fd_write_internal","from","init","into","layout_raw","pointer_metadata","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","iovs","iovs_len","path_create_directory","path_create_directory_internal","path_filestat_get","path_filestat_get_internal","path_filestat_get_old","path_filestat_set_times","path_filestat_set_times_internal","path_link","path_link_internal","path_open","path_open_internal","path_readlink","path_remove_directory","path_remove_directory_internal","path_rename","path_rename_internal","path_symlink","path_symlink_internal","path_unlink_file","path_unlink_file_internal","Clock","EventResult","EventResultType","Fd","PollBatch","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","deserialize","drop","drop","drop","error","evts","from","from","from","init","init","init","inner","into","into","into","into_event","into_future","joins","layout_raw","layout_raw","layout_raw","new","pid","pointer_metadata","pointer_metadata","pointer_metadata","poll","poll_fd_guard","poll_oneoff","poll_oneoff_internal","serialize","serialize","tid","try_from","try_from","try_from","try_into","try_into","try_into","try_poll","type_","type_id","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","userdata","vzip","vzip","vzip","proc_exit","proc_raise","proc_raise_interval","random_get","thread_spawn","callback_signal","chdir","epoll_create","epoll_ctl","epoll_wait","fd_pipe","futex_wait","futex_wake","futex_wake_all","getcwd","port_addr_add","port_addr_clear","port_addr_list","port_addr_remove","port_bridge","port_dhcp_acquire","port_gateway_set","port_mac","port_route_add","port_route_clear","port_route_list","port_route_remove","port_unbridge","proc_exec","proc_exec2","proc_fork","proc_id","proc_join","proc_parent","proc_signal","proc_spawn","resolve","sched_yield","sock_accept","sock_addr_local","sock_addr_peer","sock_bind","sock_connect","sock_get_opt_flag","sock_get_opt_size","sock_get_opt_time","sock_join_multicast_v4","sock_join_multicast_v6","sock_leave_multicast_v4","sock_leave_multicast_v6","sock_listen","sock_open","sock_recv","sock_recv_from","sock_send","sock_send_file","sock_send_to","sock_set_opt_flag","sock_set_opt_size","sock_set_opt_time","sock_shutdown","sock_status","stack_checkpoint","stack_restore","thread_exit","thread_id","thread_join","thread_parallelism","thread_signal","thread_sleep","thread_spawn","tty_get","tty_set","callback_signal","chdir","chdir_internal","epoll_create","epoll_create_internal","EpollHandler","EpollJoinWaker","VTABLE","as_waker","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","epoll_ctl","epoll_ctl_internal","fd","fd","fmt","from","from","has_interest","init","init","inline_waker_clone","inline_waker_wake","into","into","layout_raw","layout_raw","new","new","pointer_metadata","pointer_metadata","pop_interest","push_interest","readiness","register_epoll_waker","try_from","try_from","try_into","try_into","tx","tx","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","wake_now","TIMEOUT_FOREVER","epoll_wait","fd_pipe","fd_pipe_internal","FutexPoller","borrow","borrow_mut","deref","deref_mut","deserialize","drop","drop","expected","from","futex_idx","futex_wait","futex_wait_internal","init","into","into_future","layout_raw","pointer_metadata","poll","poller_idx","state","timeout","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","futex_wake","futex_wake_all","getcwd","port_addr_add","port_addr_add_internal","port_addr_clear","port_addr_clear_internal","port_addr_list","port_addr_remove","port_addr_remove_internal","port_bridge","port_bridge_internal","port_dhcp_acquire","port_dhcp_acquire_internal","port_gateway_set","port_gateway_set_internal","port_mac","port_route_add","port_route_add_internal","port_route_clear","port_route_clear_internal","port_route_list","port_route_remove","port_route_remove_internal","port_unbridge","port_unbridge_internal","proc_exec","proc_exec2","ForkResult","borrow","borrow_mut","deref","deref_mut","deserialize","deserialize","drop","from","init","into","layout_raw","pid","pointer_metadata","proc_fork","ret","run","serialize","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","proc_id","Err","ExitNormal","JoinStatusResult","Nothing","borrow","borrow_mut","deref","deref_mut","deserialize","deserialize","drop","from","init","into","layout_raw","pointer_metadata","proc_join","proc_join_internal","serialize","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","vzip","proc_parent","proc_signal","proc_spawn","proc_spawn_internal","resolve","sched_yield","sock_accept","sock_accept_internal","sock_accept_v2","sock_addr_local","sock_addr_peer","sock_bind","sock_bind_internal","sock_connect","sock_connect_internal","sock_get_opt_flag","sock_get_opt_size","sock_get_opt_time","sock_join_multicast_v4","sock_join_multicast_v4_internal","sock_join_multicast_v6","sock_join_multicast_v6_internal","sock_leave_multicast_v4","sock_leave_multicast_v4_internal","sock_leave_multicast_v6","sock_leave_multicast_v6_internal","sock_listen","sock_listen_internal","sock_open","sock_open_internal","sock_recv","sock_recv_internal","sock_recv_internal_handler","sock_recv_from","sock_recv_from_internal","sock_send","sock_send_internal","sock_send_file","sock_send_file_internal","sock_send_to","sock_send_to_internal","sock_set_opt_flag","sock_set_opt_flag_internal","sock_set_opt_size","sock_set_opt_size_internal","sock_set_opt_time","sock_set_opt_time_internal","sock_shutdown","sock_shutdown_internal","sock_status","stack_checkpoint","stack_restore","thread_exit","thread_id","thread_join","thread_join_internal","thread_parallelism","thread_signal","thread_sleep","thread_sleep_internal","call_module","thread_spawn_internal_from_wasi","thread_spawn_internal_using_layout","thread_spawn_v2","tty_get","tty_set","tty_set_internal","Accept","AddrUnspec","AddrUnspecPort","Ah","Beetph","Bool","CREATE","CidrUnspec","Clock","Comp","Connect","Count","DIRECTORY","Dccp","Dstopts","EVENT_FD_FLAGS_SEMAPHORE","EXCL","Egp","Encap","Esp","Ethernet","EventFdFlags","Eventtype","False","FdRead","FdWrite","FileDelta","Fragment","Gre","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Igmp","Inherit","Ip","Ipip","Ipv6","Log","LookupFlags","Max","Mh","Mpls","Mptcp","Mtp","None","None","Null","Oflags","OptionTag","OptionTimestamp","Pim","Piped","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Pup","Read","RiFlags","RoFlags","Route","Routing","Rsvp","Sctp","SdFlags","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","SockProto","Some","StdioMode","SubscriptionFsReadwrite","TRUNC","Tcp","Timeout","True","Udp","Udplite","Unknown","Unknown","Write","__WASI_DIRCOOKIE_START","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_ciovec_t","__wasi_hardwareaddress_t","__wasi_iovec_t","_padding","_padding","_padding","addr","addr","all","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","buf","buf","buf_len","buf_len","cidr","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","cmp","compare","complement","contains","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","deref","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","directory","dirent_to_le_bytes","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","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","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","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","expires_at","extend","file","file_descriptor","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_bits","from_bits_preserve","from_bits_truncate","from_bits_unchecked","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_iter","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","get_hash","get_hash","hash","hash","hdr","init","init","init","init","init","init","init","init","init","init","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","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_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","io","ip","ip","ip","ip","is_all","is_empty","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","n0","net","not","octs","octs","octs","octs","octs","octs","ok","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","port","port","port","port","preferred_until","prefix","prefix","prefix","prefix","print_right_set","redirect","remove","req","res","segs","serialize","serialize","serialize","set","signal","size","size","size","size","size","size","size","size","size","status","sub","sub_assign","subscription","symmetric_difference","tag","tag","tag","tag","time","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","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","u","u","u","u","union","unix","unix","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","via_router","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasi","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","__WASI_DIRCOOKIE_START","dirent_to_le_bytes","EVENT_FD_FLAGS_SEMAPHORE","EventFdFlags","FileDelta","LookupFlags","Oflags","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","bits","print_right_set","Bool","Count","False","Inherit","Log","None","Null","OptionTag","Piped","Some","StdioMode","True","__wasi_ciovec_t","__wasi_iovec_t","buf","buf","buf_len","buf_len","Accept","AddrUnspec","AddrUnspecPort","Ah","Beetph","CidrUnspec","Comp","Connect","Dccp","Dstopts","Egp","Encap","Esp","Ethernet","Fragment","Gre","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Igmp","Ip","Ipip","Ipv6","Max","Mh","Mpls","Mptcp","Mtp","None","Pim","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Pup","Read","RiFlags","RoFlags","Route","Routing","Rsvp","Sctp","SdFlags","SiFlags","SockProto","Tcp","Timeout","Udp","Udplite","Unknown","Write","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_hardwareaddress_t","_padding","_padding","_padding","addr","addr","cidr","expires_at","hdr","ip","ip","ip","ip","n0","octs","octs","octs","octs","octs","octs","ok","port","port","port","port","preferred_until","prefix","prefix","prefix","prefix","redirect","req","res","segs","size","status","tag","tag","tag","u","u","u","unix","unix","via_router","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Clock","Eventtype","FdRead","FdWrite","SubscriptionFsReadwrite","Unknown","file_descriptor","OptionTimestamp","tag","u","APPEND","Accept","AcceptTimeout","Access","Add","AddrUnspec","AddrUnspecPort","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Ah","Already","AnyEncryption","Badf","Badmsg","Beetph","BlockDevice","Bool","Broadcast","Busy","Canceled","CharacterDevice","Child","CidrUnspec","ClassicEncryption","Clock","Clockid","Closed","Comp","Connaborted","Connect","ConnectTimeout","Connrefused","Connreset","Count","Cur","Cur","DLERROR_FLAG","DSYNC","Dccp","Deadlk","Del","Destaddrreq","Device","Dgram","Dir","Dir","Dircookie","Directory","Dirent","Dirnamlen","Dom","DontRoute","Dontneed","DoubleEncryption","Dquot","Dstopts","EPOLLERR","EPOLLET","EPOLLHUP","EPOLLIN","EPOLLONESHOT","EPOLLOUT","EPOLLPRI","EPOLLRDHUP","Egp","Encap","End","End","EpollCtl","EpollData","EpollEvent","EpollEventCtl","EpollType","Errno","Errno","ErrnoSignal","Esp","Ethernet","Event","EventFdFlags","EventFdReadwrite","EventUnion","Eventrwflags","Eventtype","Exist","ExitCode","ExitNormal","ExitSignal","FD_ADVISE","FD_ALLOCATE","FD_DATASYNC","FD_FDSTAT_SET_FLAGS","FD_FILESTAT_GET","FD_FILESTAT_SET_SIZE","FD_FILESTAT_SET_TIMES","FD_READ","FD_READDIR","FD_READWRITE_HANGUP","FD_SEEK","FD_SYNC","FD_TELL","FD_WRITE","Failed","False","Fault","Fbig","Fd","FdRead","FdWrite","Fdflags","Fdstat","FileDelta","Filesize","Filestat","Filetype","Fragment","Fstflags","Gre","Hostunreach","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Idrm","Igmp","Ilseq","Inet4","Inet6","Inherit","Inode","Inprogress","Intr","Inval","Io","Ip","Ipip","Ipv6","Isconn","Isdir","JoinFlags","JoinStatus","JoinStatusType","JoinStatusUnion","KeepAlive","LastError","Linger","Linkcount","Listening","Log","Longsize","Lookup","LookupFlags","Loop","Max","Memviolation","Mfile","Mh","Mlink","Mod","Monotonic","Monotonic","Mpls","Mptcp","Msgsize","Mtp","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","NONBLOCK","NON_BLOCKING","Nametoolong","Netdown","Netreset","Netunreach","Nfile","NoDelay","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","None","None","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Nothing","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","Oflags","OnlyV6","OobInline","Opened","Opening","OptionFd","OptionPid","OptionTag","OptionTimestamp","Other","Overflow","Ownerdead","PATH_CREATE_DIRECTORY","PATH_CREATE_FILE","PATH_FILESTAT_GET","PATH_FILESTAT_SET_SIZE","PATH_FILESTAT_SET_TIMES","PATH_LINK_SOURCE","PATH_LINK_TARGET","PATH_OPEN","PATH_READLINK","PATH_REMOVE_DIRECTORY","PATH_RENAME_SOURCE","PATH_RENAME_TARGET","PATH_SYMLINK","PATH_UNLINK_FILE","POLL_FD_READWRITE","Perm","Pid","Pim","Pipe","PipeHandles","Piped","Preopentype","Prestat","PrestatEnum","PrestatU","PrestatUDir","ProcessCputimeId","ProcessCputimeId","ProcessHandles","Promiscuous","Proto","Proto","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Protonosupport","Prototype","Pup","RSYNC","Random","Range","Raw","Read","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RegularFile","ReuseAddr","ReusePort","RiFlags","Rights","RoFlags","Rofs","Routing","Rsvp","SET_ATIM","SET_ATIM_NOW","SET_MTIM","SET_MTIM_NOW","SOCK_ACCEPT","SOCK_ADDR_LOCAL","SOCK_ADDR_REMOTE","SOCK_BIND","SOCK_CONNECT","SOCK_LISTEN","SOCK_RECV","SOCK_RECV_FROM","SOCK_SEND","SOCK_SEND_TO","SOCK_SHUTDOWN","SUBSCRIPTION_CLOCK_ABSTIME","SYMLINK_FOLLOW","SYNC","Sctp","SdFlags","SendBufSize","SendLowat","SendTimeout","Seqpacket","Sequential","Set","Set","Shutdown","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Size","Snapshot0Clockid","Snapshot0Dirent","Snapshot0Event","Snapshot0Filestat","Snapshot0Linkcount","Snapshot0Subscription","Snapshot0SubscriptionClock","Snapshot0SubscriptionUnion","Snapshot0Whence","SockProto","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Some","Spipe","Srch","StackSnapshot","Stale","StdioMode","Stopped","Stream","Streamsecurity","Subclockflags","Subscription","SubscriptionClock","SubscriptionFsReadwrite","SubscriptionUnion","Success","SymbolicLink","TSD_USED","Tcp","ThreadCputimeId","ThreadCputimeId","ThreadStart","ThreadStateFlags","Tid","Timedout","Timeout","Timestamp","TlKey","TlUser","TlVal","Toobig","True","Ttl","Tty","Txtbsy","Type","Udp","Udplite","Unencrypted","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unspec","Userdata","WAKE_STOPPED","Whence","Willneed","Write","Xdev","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","addr","addr","all","all","all","all","all","all","all","all","all","all_socket","as_error","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","clock","clock","clock","clock_id","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cmp","cols","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","complement","complement","complement","complement","complement","complement","complement","complement","complement","contains","contains","contains","contains","contains","contains","contains","contains","contains","d_ino","d_ino","d_namlen","d_namlen","d_next","d_next","d_type","d_type","data","data","data1","data1","data2","data2","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","difference","difference","difference","difference","difference","difference","difference","difference","dir","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","echo","empty","empty","empty","empty","empty","empty","empty","empty","empty","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","error","error","events","events","exit_code","exit_normal","exit_signal","extend","extend","extend","extend","extend","extend","extend","extend","extend","fd","fd","fd","fd_readwrite","fd_readwrite","fd_readwrite","fd_readwrite","file_descriptor","flags","flags","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","guard_size","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hdr","height","id","identifier","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","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","insert","insert","insert","insert","insert","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersects","intersects","intersects","intersects","intersects","intersects","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_success","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","line_buffered","message","n0","name","nbytes","not","not","not","not","not","not","not","not","not","nothing","ok","other","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pid","pid","pipe","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","port","pr_name_len","pr_type","precision","precision","prefix","ptr","ptr","raw","redirect","remove","remove","remove","remove","remove","remove","remove","remove","remove","req","res","reserved","rows","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","signal","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","size","st_atim","st_atim","st_ctim","st_ctim","st_dev","st_dev","st_filetype","st_filetype","st_ino","st_ino","st_mtim","st_mtim","st_nlink","st_nlink","st_size","st_size","stack_size","stack_upper","start_args","start_funct","status","stderr","stderr_tty","stdin","stdin_tty","stdout","stdout_tty","stopped","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","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","tag","tag","tag","tag","tagged","timeout","timeout","tls_base","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_str","to_string","to_string","to_string","toggle","toggle","toggle","toggle","toggle","toggle","toggle","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_from_primitive","try_from_primitive","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","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_","type_","type_","type_","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","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","u","u","u","u","union","union","union","union","union","union","union","union","union","untagged","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","user","userdata","userdata","userdata","userdata","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","width","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","pr_name_len","Latest","SNAPSHOT0_NAMESPACE","SNAPSHOT1_NAMESPACE","Snapshot0","Snapshot1","WASIX_32V1_NAMESPACE","WASIX_64V1_NAMESPACE","WASIX_HTTP_V1_NAMESPACE","WasiDummyWaker","WasiParkingLot","WasiVersion","Wasix32v1","Wasix64v1","__clone_box","borrow","borrow_mut","clone","clone_into","cmp","compare","deref","deref_mut","deserialize","drop","dummy_waker","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","get_namespace_str","get_wasi_version","get_wasi_versions","init","into","is_wasi_module","is_wasix_module","layout_raw","map_io_err","map_snapshot_err","owned_mutex_guard","partial_cmp","pointer_metadata","store","thread_parker","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","xxhash_random","WasiDummyWaker","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","fmt","from","from_raw","init","into","into_raw","into_waker","layout_raw","pointer_metadata","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wake","wake_by_ref","OwnedRwLockReadGuard","OwnedRwLockWriteGuard","as_engine_ref","as_engine_ref","as_store_mut","as_store_ref","as_store_ref","borrow","borrow","borrow_mut","borrow_mut","build_memory","build_memory","create_dir","create_dir","deref","deref","deref","deref","deref_mut","deref_mut","deref_mut","deserialize","deserialize","drop","drop","drop","drop","fmt","fmt","fmt","fmt","from","from","guard","guard","init","init","into","into","into_inner","into_inner","layout_raw","layout_raw","load","load","load","load","load_package_tree","load_package_tree","metadata","metadata","new","new","new_open_options","new_open_options","objects_mut","ownership","ownership","pointer_metadata","pointer_metadata","query","query","read_dir","read_dir","read_owned","readlink","readlink","remove_dir","remove_dir","remove_file","remove_file","rename","rename","request","request","save","save","sleep_now","sleep_now","spawn_and_block_on","spawn_and_block_on","spawn_await","spawn_await","spawn_with_module","spawn_with_module","symlink_metadata","symlink_metadata","task_dedicated","task_dedicated","task_shared","task_shared","task_wasm","task_wasm","thread_parallelism","thread_parallelism","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","write_owned","StoreSnapshot","__clone_box","borrow","borrow_mut","capture_store_snapshot","clone","clone_into","default","deref","deref_mut","deserialize","deserialize","deserialize","drop","fmt","from","globals","init","into","layout_raw","pointer_metadata","restore_store_snapshot","serialize","serialize","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","WasiParkingLot","borrow","borrow_mut","default","deref","deref_mut","deserialize","drop","fmt","from","get_waker","init","into","layout_raw","new","pointer_metadata","run","try_from","try_into","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","vzip","wait","wake","waker"],"q":[[0,"wasmer_wasix"],[770,"wasmer_wasix::SpawnError"],[776,"wasmer_wasix::bin_factory"],[857,"wasmer_wasix::bin_factory::binary_package"],[935,"wasmer_wasix::bin_factory::exec"],[945,"wasmer_wasix::capabilities"],[1011,"wasmer_wasix::fs"],[1416,"wasmer_wasix::fs::EpollJoinGuard"],[1419,"wasmer_wasix::fs::Kind"],[1436,"wasmer_wasix::fs::fd"],[1627,"wasmer_wasix::fs::fd::EpollJoinGuard"],[1630,"wasmer_wasix::fs::fd::Kind"],[1647,"wasmer_wasix::fs::inode_guard"],[1843,"wasmer_wasix::fs::inode_guard::InodeValFilePollGuardMode"],[1845,"wasmer_wasix::fs::notification"],[1906,"wasmer_wasix::http"],[1933,"wasmer_wasix::http::client"],[2062,"wasmer_wasix::http::reqwest"],[2099,"wasmer_wasix::journal"],[9681,"wasmer_wasix::journal::ArchivedJournalThreadStartTypeV1"],[9682,"wasmer_wasix::journal::JournalEntry"],[9838,"wasmer_wasix::journal::JournalThreadStartTypeV1"],[9839,"wasmer_wasix::journal::JournalThreadStartTypeV1Resolver"],[9840,"wasmer_wasix::journal::SocketJournalEvent"],[9850,"wasmer_wasix::journal::effector"],[10341,"wasmer_wasix::journal::effector::memory_and_snapshot"],[10342,"wasmer_wasix::journal::effector::syscalls"],[10394,"wasmer_wasix::macros"],[10404,"wasmer_wasix::net"],[10416,"wasmer_wasix::net::socket"],[10762,"wasmer_wasix::net::socket::InodeSocketKind"],[10777,"wasmer_wasix::os"],[10782,"wasmer_wasix::os::command"],[10822,"wasmer_wasix::os::command::builtins"],[10823,"wasmer_wasix::os::command::builtins::cmd_wasmer"],[10860,"wasmer_wasix::os::common"],[10863,"wasmer_wasix::os::console"],[10920,"wasmer_wasix::os::console::cconst"],[11007,"wasmer_wasix::os::task"],[11029,"wasmer_wasix::os::task::backoff"],[11111,"wasmer_wasix::os::task::control_plane"],[11323,"wasmer_wasix::os::task::control_plane::ControlPlaneError"],[11324,"wasmer_wasix::os::task::process"],[11588,"wasmer_wasix::os::task::process::WasiProcessCheckpoint"],[11589,"wasmer_wasix::os::task::signal"],[11646,"wasmer_wasix::os::task::task_join_handle"],[11779,"wasmer_wasix::os::task::thread"],[12199,"wasmer_wasix::os::tty"],[12441,"wasmer_wasix::os::tty::tty_sys"],[12474,"wasmer_wasix::os::tty::tty_sys::sys"],[12488,"wasmer_wasix::os::tty::tty_sys::sys_terminal_size"],[12490,"wasmer_wasix::rewind"],[12545,"wasmer_wasix::runners"],[12565,"wasmer_wasix::runners::dcgi"],[12582,"wasmer_wasix::runners::dcgi::callbacks"],[12617,"wasmer_wasix::runners::dcgi::factory"],[12675,"wasmer_wasix::runners::dcgi::handler"],[12739,"wasmer_wasix::runners::dcgi::instance"],[12763,"wasmer_wasix::runners::dcgi::runner"],[12836,"wasmer_wasix::runners::dproxy"],[12859,"wasmer_wasix::runners::dproxy::factory"],[12916,"wasmer_wasix::runners::dproxy::handler"],[12975,"wasmer_wasix::runners::dproxy::hyper_proxy"],[13121,"wasmer_wasix::runners::dproxy::hyper_proxy::builder"],[13147,"wasmer_wasix::runners::dproxy::hyper_proxy::connector"],[13179,"wasmer_wasix::runners::dproxy::hyper_proxy::stream"],[13211,"wasmer_wasix::runners::dproxy::instance"],[13241,"wasmer_wasix::runners::dproxy::networking"],[13320,"wasmer_wasix::runners::dproxy::runner"],[13384,"wasmer_wasix::runners::dproxy::shard"],[13424,"wasmer_wasix::runners::dproxy::socket_manager"],[13463,"wasmer_wasix::runners::emscripten"],[13503,"wasmer_wasix::runners::runner"],[13506,"wasmer_wasix::runners::wasi"],[13570,"wasmer_wasix::runners::wasi_common"],[13749,"wasmer_wasix::runners::wcgi"],[13809,"wasmer_wasix::runners::wcgi::callbacks"],[13910,"wasmer_wasix::runners::wcgi::create_env"],[13912,"wasmer_wasix::runners::wcgi::handler"],[13981,"wasmer_wasix::runners::wcgi::runner"],[14055,"wasmer_wasix::runtime"],[14249,"wasmer_wasix::runtime::module_cache"],[14274,"wasmer_wasix::runtime::module_cache::CacheError"],[14278,"wasmer_wasix::runtime::module_cache::fallback"],[14322,"wasmer_wasix::runtime::module_cache::filesystem"],[14358,"wasmer_wasix::runtime::module_cache::shared"],[14390,"wasmer_wasix::runtime::module_cache::thread_local"],[14423,"wasmer_wasix::runtime::module_cache::types"],[14464,"wasmer_wasix::runtime::module_cache::types::CacheError"],[14468,"wasmer_wasix::runtime::package_loader"],[14482,"wasmer_wasix::runtime::package_loader::builtin_loader"],[14576,"wasmer_wasix::runtime::package_loader::load_package_tree"],[14630,"wasmer_wasix::runtime::package_loader::types"],[14633,"wasmer_wasix::runtime::package_loader::unsupported"],[14700,"wasmer_wasix::runtime::resolver"],[14793,"wasmer_wasix::runtime::resolver::QueryError"],[14794,"wasmer_wasix::runtime::resolver::ResolveError"],[14798,"wasmer_wasix::runtime::resolver::filesystem_source"],[14832,"wasmer_wasix::runtime::resolver::in_memory_source"],[14907,"wasmer_wasix::runtime::resolver::inputs"],[15172,"wasmer_wasix::runtime::resolver::multi_source"],[15243,"wasmer_wasix::runtime::resolver::outputs"],[15492,"wasmer_wasix::runtime::resolver::resolve"],[15559,"wasmer_wasix::runtime::resolver::resolve::ResolveError"],[15563,"wasmer_wasix::runtime::resolver::source"],[15600,"wasmer_wasix::runtime::resolver::source::QueryError"],[15601,"wasmer_wasix::runtime::resolver::utils"],[15605,"wasmer_wasix::runtime::resolver::wapm_source"],[16065,"wasmer_wasix::runtime::resolver::web_source"],[16163,"wasmer_wasix::runtime::resolver::web_source::CacheInfo"],[16166,"wasmer_wasix::runtime::resolver::web_source::CacheState"],[16169,"wasmer_wasix::runtime::task_manager"],[16314,"wasmer_wasix::runtime::task_manager::tokio"],[16455,"wasmer_wasix::state"],[16610,"wasmer_wasix::state::builder"],[16836,"wasmer_wasix::state::env"],[17016,"wasmer_wasix::state::func_env"],[17057,"wasmer_wasix::state::handles"],[17059,"wasmer_wasix::state::handles::global"],[17095,"wasmer_wasix::state::handles::thread_local"],[17193,"wasmer_wasix::state::run"],[17196,"wasmer_wasix::state::types"],[17420,"wasmer_wasix::syscalls"],[21095,"wasmer_wasix::syscalls::MemoryError"],[21103,"wasmer_wasix::syscalls::io"],[22257,"wasmer_wasix::syscalls::io::prelude"],[22292,"wasmer_wasix::syscalls::journal"],[22353,"wasmer_wasix::syscalls::journal::actions"],[22373,"wasmer_wasix::syscalls::journal::do_checkpoint_from_outside"],[22374,"wasmer_wasix::syscalls::journal::maybe_snapshot"],[22375,"wasmer_wasix::syscalls::journal::maybe_snapshot_many"],[22376,"wasmer_wasix::syscalls::journal::maybe_snapshot_once"],[22377,"wasmer_wasix::syscalls::journal::restore_snapshot"],[22378,"wasmer_wasix::syscalls::journal::wait_for_snapshot"],[22379,"wasmer_wasix::syscalls::legacy"],[22380,"wasmer_wasix::syscalls::legacy::snapshot0"],[22384,"wasmer_wasix::syscalls::mpsc"],[22789,"wasmer_wasix::syscalls::types"],[23218,"wasmer_wasix::syscalls::types::directory"],[23220,"wasmer_wasix::syscalls::types::file"],[23231,"wasmer_wasix::syscalls::types::io"],[23249,"wasmer_wasix::syscalls::types::net"],[23596,"wasmer_wasix::syscalls::types::signal"],[23629,"wasmer_wasix::syscalls::types::subscription"],[23636,"wasmer_wasix::syscalls::types::time"],[23639,"wasmer_wasix::syscalls::types::wasi"],[24358,"wasmer_wasix::syscalls::types::wasi::PrestatEnum"],[24359,"wasmer_wasix::syscalls::unix"],[24361,"wasmer_wasix::syscalls::wasi"],[24404,"wasmer_wasix::syscalls::wasi::args_get"],[24405,"wasmer_wasix::syscalls::wasi::args_sizes_get"],[24406,"wasmer_wasix::syscalls::wasi::clock_res_get"],[24407,"wasmer_wasix::syscalls::wasi::clock_time_get"],[24408,"wasmer_wasix::syscalls::wasi::clock_time_set"],[24410,"wasmer_wasix::syscalls::wasi::environ_get"],[24411,"wasmer_wasix::syscalls::wasi::environ_sizes_get"],[24412,"wasmer_wasix::syscalls::wasi::fd_advise"],[24414,"wasmer_wasix::syscalls::wasi::fd_allocate"],[24416,"wasmer_wasix::syscalls::wasi::fd_close"],[24417,"wasmer_wasix::syscalls::wasi::fd_datasync"],[24418,"wasmer_wasix::syscalls::wasi::fd_dup"],[24420,"wasmer_wasix::syscalls::wasi::fd_event"],[24422,"wasmer_wasix::syscalls::wasi::fd_fdstat_get"],[24423,"wasmer_wasix::syscalls::wasi::fd_fdstat_set_flags"],[24425,"wasmer_wasix::syscalls::wasi::fd_fdstat_set_rights"],[24427,"wasmer_wasix::syscalls::wasi::fd_filestat_get"],[24430,"wasmer_wasix::syscalls::wasi::fd_filestat_set_size"],[24432,"wasmer_wasix::syscalls::wasi::fd_filestat_set_times"],[24434,"wasmer_wasix::syscalls::wasi::fd_prestat_dir_name"],[24435,"wasmer_wasix::syscalls::wasi::fd_prestat_get"],[24436,"wasmer_wasix::syscalls::wasi::fd_read"],[24440,"wasmer_wasix::syscalls::wasi::fd_readdir"],[24441,"wasmer_wasix::syscalls::wasi::fd_renumber"],[24443,"wasmer_wasix::syscalls::wasi::fd_seek"],[24445,"wasmer_wasix::syscalls::wasi::fd_sync"],[24446,"wasmer_wasix::syscalls::wasi::fd_tell"],[24447,"wasmer_wasix::syscalls::wasi::fd_write"],[24471,"wasmer_wasix::syscalls::wasi::fd_write::FdWriteSource"],[24473,"wasmer_wasix::syscalls::wasi::path_create_directory"],[24475,"wasmer_wasix::syscalls::wasi::path_filestat_get"],[24478,"wasmer_wasix::syscalls::wasi::path_filestat_set_times"],[24480,"wasmer_wasix::syscalls::wasi::path_link"],[24482,"wasmer_wasix::syscalls::wasi::path_open"],[24484,"wasmer_wasix::syscalls::wasi::path_readlink"],[24485,"wasmer_wasix::syscalls::wasi::path_remove_directory"],[24487,"wasmer_wasix::syscalls::wasi::path_rename"],[24489,"wasmer_wasix::syscalls::wasi::path_symlink"],[24491,"wasmer_wasix::syscalls::wasi::path_unlink_file"],[24493,"wasmer_wasix::syscalls::wasi::poll_oneoff"],[24572,"wasmer_wasix::syscalls::wasi::proc_exit"],[24573,"wasmer_wasix::syscalls::wasi::proc_raise"],[24575,"wasmer_wasix::syscalls::wasi::random_get"],[24576,"wasmer_wasix::syscalls::wasi::thread_spawn"],[24577,"wasmer_wasix::syscalls::wasix"],[24645,"wasmer_wasix::syscalls::wasix::callback_signal"],[24646,"wasmer_wasix::syscalls::wasix::chdir"],[24648,"wasmer_wasix::syscalls::wasix::epoll_create"],[24650,"wasmer_wasix::syscalls::wasix::epoll_ctl"],[24710,"wasmer_wasix::syscalls::wasix::epoll_wait"],[24712,"wasmer_wasix::syscalls::wasix::fd_pipe"],[24714,"wasmer_wasix::syscalls::wasix::futex_wait"],[24743,"wasmer_wasix::syscalls::wasix::futex_wake"],[24744,"wasmer_wasix::syscalls::wasix::futex_wake_all"],[24745,"wasmer_wasix::syscalls::wasix::getcwd"],[24746,"wasmer_wasix::syscalls::wasix::port_addr_add"],[24748,"wasmer_wasix::syscalls::wasix::port_addr_clear"],[24750,"wasmer_wasix::syscalls::wasix::port_addr_list"],[24751,"wasmer_wasix::syscalls::wasix::port_addr_remove"],[24753,"wasmer_wasix::syscalls::wasix::port_bridge"],[24755,"wasmer_wasix::syscalls::wasix::port_dhcp_acquire"],[24757,"wasmer_wasix::syscalls::wasix::port_gateway_set"],[24759,"wasmer_wasix::syscalls::wasix::port_mac"],[24760,"wasmer_wasix::syscalls::wasix::port_route_add"],[24762,"wasmer_wasix::syscalls::wasix::port_route_clear"],[24764,"wasmer_wasix::syscalls::wasix::port_route_list"],[24765,"wasmer_wasix::syscalls::wasix::port_route_remove"],[24767,"wasmer_wasix::syscalls::wasix::port_unbridge"],[24769,"wasmer_wasix::syscalls::wasix::proc_exec"],[24770,"wasmer_wasix::syscalls::wasix::proc_exec2"],[24771,"wasmer_wasix::syscalls::wasix::proc_fork"],[24796,"wasmer_wasix::syscalls::wasix::proc_id"],[24797,"wasmer_wasix::syscalls::wasix::proc_join"],[24823,"wasmer_wasix::syscalls::wasix::proc_parent"],[24824,"wasmer_wasix::syscalls::wasix::proc_signal"],[24825,"wasmer_wasix::syscalls::wasix::proc_spawn"],[24827,"wasmer_wasix::syscalls::wasix::resolve"],[24828,"wasmer_wasix::syscalls::wasix::sched_yield"],[24829,"wasmer_wasix::syscalls::wasix::sock_accept"],[24832,"wasmer_wasix::syscalls::wasix::sock_addr_local"],[24833,"wasmer_wasix::syscalls::wasix::sock_addr_peer"],[24834,"wasmer_wasix::syscalls::wasix::sock_bind"],[24836,"wasmer_wasix::syscalls::wasix::sock_connect"],[24838,"wasmer_wasix::syscalls::wasix::sock_get_opt_flag"],[24839,"wasmer_wasix::syscalls::wasix::sock_get_opt_size"],[24840,"wasmer_wasix::syscalls::wasix::sock_get_opt_time"],[24841,"wasmer_wasix::syscalls::wasix::sock_join_multicast_v4"],[24843,"wasmer_wasix::syscalls::wasix::sock_join_multicast_v6"],[24845,"wasmer_wasix::syscalls::wasix::sock_leave_multicast_v4"],[24847,"wasmer_wasix::syscalls::wasix::sock_leave_multicast_v6"],[24849,"wasmer_wasix::syscalls::wasix::sock_listen"],[24851,"wasmer_wasix::syscalls::wasix::sock_open"],[24853,"wasmer_wasix::syscalls::wasix::sock_recv"],[24856,"wasmer_wasix::syscalls::wasix::sock_recv_from"],[24858,"wasmer_wasix::syscalls::wasix::sock_send"],[24860,"wasmer_wasix::syscalls::wasix::sock_send_file"],[24862,"wasmer_wasix::syscalls::wasix::sock_send_to"],[24864,"wasmer_wasix::syscalls::wasix::sock_set_opt_flag"],[24866,"wasmer_wasix::syscalls::wasix::sock_set_opt_size"],[24868,"wasmer_wasix::syscalls::wasix::sock_set_opt_time"],[24870,"wasmer_wasix::syscalls::wasix::sock_shutdown"],[24872,"wasmer_wasix::syscalls::wasix::sock_status"],[24873,"wasmer_wasix::syscalls::wasix::stack_checkpoint"],[24874,"wasmer_wasix::syscalls::wasix::stack_restore"],[24875,"wasmer_wasix::syscalls::wasix::thread_exit"],[24876,"wasmer_wasix::syscalls::wasix::thread_id"],[24877,"wasmer_wasix::syscalls::wasix::thread_join"],[24879,"wasmer_wasix::syscalls::wasix::thread_parallelism"],[24880,"wasmer_wasix::syscalls::wasix::thread_signal"],[24881,"wasmer_wasix::syscalls::wasix::thread_sleep"],[24883,"wasmer_wasix::syscalls::wasix::thread_spawn"],[24887,"wasmer_wasix::syscalls::wasix::tty_get"],[24888,"wasmer_wasix::syscalls::wasix::tty_set"],[24890,"wasmer_wasix::types"],[26491,"wasmer_wasix::types::directory"],[26493,"wasmer_wasix::types::file"],[26504,"wasmer_wasix::types::io"],[26522,"wasmer_wasix::types::net"],[26869,"wasmer_wasix::types::signal"],[26902,"wasmer_wasix::types::subscription"],[26909,"wasmer_wasix::types::time"],[26912,"wasmer_wasix::types::wasi"],[30048,"wasmer_wasix::types::wasi::PrestatEnum"],[30049,"wasmer_wasix::utils"],[30108,"wasmer_wasix::utils::dummy_waker"],[30140,"wasmer_wasix::utils::owned_mutex_guard"],[30259,"wasmer_wasix::utils::store"],[30294,"wasmer_wasix::utils::thread_parker"],[30324,"dyn_clone::sealed"],[30325,"alloc::alloc"],[30326,"alloc::boxed"],[30327,"virtual_net"],[30328,"core::result"],[30329,"core::option"],[30330,"core::error"],[30331,"core::ops::function"],[30332,"virtual_fs::pipe"],[30333,"virtual_fs::pipe"],[30334,"core::fmt"],[30335,"core::fmt"],[30336,"wasmer::errors"],[30337,"anyhow"],[30338,"wasmer::imports"],[30339,"alloc::collections::btree::set"],[30340,"core::alloc::layout"],[30341,"core::alloc::layout"],[30342,"serde::ser"],[30343,"virtual_net"],[30344,"std::net"],[30345,"tokio::runtime::task::error"],[30346,"core::marker"],[30347,"virtual_net"],[30348,"virtual_net"],[30349,"core::marker"],[30350,"core::fmt"],[30351,"webc::container"],[30352,"wasmer_types::module_hash"],[30353,"webc::metadata"],[30354,"shared_buffer::owned"],[30355,"core::cmp"],[30356,"virtual_fs"],[30357,"core::hash"],[30358,"core::marker"],[30359,"futures_core::future"],[30360,"std::sync::rwlock"],[30361,"virtual_fs"],[30362,"std::sync::rwlock"],[30363,"alloc::vec"],[30364,"http::request"],[30365,"http::request"],[30366,"wasm_encoder::component::imports"],[30367,"virtual_fs::mem_fs::offloaded_file"],[30368,"bytecheck"],[30369,"bytecheck"],[30370,"rkyv"],[30371,"core::iter::traits::collect"],[30372,"wasmer_wasix_types::wasix"],[30373,"std::fs"],[30374,"core::convert"],[30375,"rkyv::ser"],[30376,"std::collections::hash::map"],[30377,"time::duration"],[30378,"core::num::nonzero"],[30379,"core::iter::range"],[30380,"anyhow"],[30381,"wasmer::store"],[30382,"wasmer::store"],[30383,"core::cmp"],[30384,"winnow::stream"],[30385,"serde::de"],[30386,"core::marker"],[30387,"time::offset_date_time"],[30388,"aho_corasick::util::search"],[30389,"regex_automata::util::search"],[30390,"core::fmt"],[30391,"smoltcp::time"],[30392,"schemars::gen"],[30393,"schemars::schema"],[30394,"core::cmp"],[30395,"unicode_normalization::decompose"],[30396,"wasmer_vm::store"],[30397,"rand_core"],[30398,"rkyv"],[30399,"virtual_net"],[30400,"libc::unix"],[30401,"hyper::body::body"],[30402,"http::response"],[30403,"core::iter::traits::collect"],[30404,"http::uri::builder"],[30405,"bytes::buf::uninit_slice"],[30406,"http::uri::path"],[30407,"http::uri"],[30408,"http::uri"],[30409,"http::uri::port"],[30410,"http::uri::scheme"],[30411,"hyper::client::connect::sealed"],[30412,"hyper::service::oneshot"],[30413,"hyper::client::connect"],[30414,"virtual_net::loopback"],[30415,"virtual_net::tcp_pair"],[30416,"core::ops::function"],[30417,"wasmer_emscripten"],[30418,"wasmer_emscripten"],[30419,"virtual_fs::tmp_fs"],[30420,"virtual_fs"],[30421,"core::marker"],[30422,"wasmer::engine"],[30423,"wasmer_types::error"],[30424,"http::header::map"],[30425,"webc::metadata::annotations"],[30426,"wasmer_config::package::package_id"],[30427,"webc::metadata"],[30428,"serde_cbor::error"],[30429,"wasmer_config::package::package_id"],[30430,"webc::metadata"],[30431,"petgraph::graph_impl"],[30432,"petgraph::graph_impl"],[30433,"petgraph::graph_impl"],[30434,"tokio::runtime::handle"],[30435,"tokio::runtime::runtime"],[30436,"tokio::sync::mpsc::unbounded"],[30437,"rayon::iter::par_bridge"],[30438,"serde::de"],[30439,"wasmer_types::value"],[30440,"wasmer::access"],[30441,"std::path"],[30442,"rustix::backend::io::errno"],[30443,"std::ffi::os_str"],[30444,"std::os::fd::owned"],[30445,"std::os::fd::owned"],[30446,"alloc::borrow"],[30447,"wasmer::externals::memory"],[30448,"rend"],[30449,"rend"],[30450,"core::cell"],[30451,"wasmer_types::units"],[30452,"wasmer::native_type"],[30453,"wasmer::native_type"],[30454,"wasmparser::binary_reader"],[30455,"wasmparser::resources"],[30456,"tracing_core::span"],[30457,"tracing_core::subscriber"],[30458,"std::path"],[30459,"wasmer_types::types"],[30460,"wasmer_types::memory"],[30461,"wasmer_vm::memory"],[30462,"wasmer_types::types"],[30463,"wasmer_vm::table"],[30464,"wasmer_vm::vmcontext"],[30465,"core::ptr::non_null"],[30466,"wasmer_vm::vmcontext"],[30467,"serde_bytes::bytes"],[30468,"wasmer::engine"],[30469,"std::collections::hash::set"],[30470,"std::path"],[30471,"std::collections::hash::map"],[30472,"log"],[30473,"log"],[30474,"std::ffi::os_str"],[30475,"allocator_api2::stable::alloc"],[30476,"rkyv::collections::hash_map"],[30477,"rkyv::collections::hash_set"],[30478,"rkyv::net"],[30479,"rkyv::net"],[30480,"tracing_core::event"],[30481,"wasmer_types::module"],[30482,"wasmer::extern_ref"],[30483,"std::collections::hash::map"],[30484,"core::fmt"],[30485,"http::byte_str"],[30486,"http::header::name"],[30487,"bstr::bstring"],[30488,"percent_encoding"],[30489,"percent_encoding"],[30490,"serde_urlencoded::ser::key"],[30491,"wasmer_vm::trap::trap"],[30492,"wasmer::externals::table"],[30493,"alloc::string"],[30494,"smoltcp::wire::ipv4"],[30495,"core::net::socket_addr"],[30496,"core::net::socket_addr"],[30497,"smoltcp::time"],[30498,"wasmer::module"],[30499,"rayon::iter"],[30500,"wasmer_types::types"],[30501,"core::net::parser"],[30502,"wasmer_vm::export"],[30503,"core::cell"],[30504,"wasmparser::readers::core::types"],[30505,"wasmer_types::module"],[30506,"serde::de"],[30507,"std::collections::hash::map"],[30508,"tokio_socks::error"],[30509,"std::collections::hash::map"],[30510,"wasmer_types::types"],[30511,"wasmer_types::trapcode"],[30512,"tracing_core::span"],[30513,"wasmer::externals::function"],[30514,"core::error"],[30515,"std::collections::hash::map"],[30516,"tracing_core::field"],[30517,"rkyv"],[30518,"core::ops::generator"],[30519,"rkyv::ser"],[30520,"http_body::size_hint"],[30521,"core::ops::range"],[30522,"futures_task::spawn"],[30523,"futures_task::spawn"],[30524,"webc::path_segments"],[30525,"core::time"],[30526,"std::collections::hash::map"],[30527,"std::thread::local"],[30528,"wasmer_types::types"],[30529,"std::collections::hash::set"],[30530,"cooked_waker"],[30531,"tokio::io::util::write"],[30532,"tokio::io::util::write_all"],[30533,"tokio::io::util::write_all_buf"],[30534,"tokio::io::util::write_buf"],[30535,"tokio::io::util::write_int"],[30536,"tokio::io::util::write_int"],[30537,"httpdate"],[30538,"rand_core::error"],[30539,"walkdir::error"],[30540,"alloc::ffi::c_str"],[30541,"flate2::mem"],[30542,"tempfile::file"],[30543,"tokio::runtime::blocking::pool"],[30544,"tokio::io::async_fd"],[30545,"tempfile::file"],[30546,"tar::error"],[30547,"tokio_stream::stream_ext::timeout"],[30548,"tokio::time::error"],[30549,"getrandom::error"],[30550,"lz4_flex::frame"],[30551,"flate2::mem"],[30552,"std::time"],[30553,"std::sync::poison"]],"d":["all the rights enabled","Access denied","The address was in use","The address could not be found","File exists","","","Bad handle","Bad request","The fd given as a base was not a directory so the …","Tried to run the specified binary as a new WASI …","A pipe was closed","","Failed to compile the Wasmer process","The connection was aborted","The connection request was refused","The connection was reset","","","","Represents the work that will be done when a thread goes …","Failed during deserialization","Directory not Empty","A pair of pipes that are connected together.","The requested file or directory could not be found","","Contains the error value","","","","","Failed to fetch the Wasmer process","","An error occurred while preparing the file system","Error type for external users","Something failed when doing IO. These errors can generally …","","","","Internal error has occurred","The operation was interrupted before it could finish","Invalid ABI","Invalid internal data, if the argument data is invalid, …","The fd given was not usable","The provided data is invalid","Invalid Wasmer process","Latest version.","","","","","The filesystem has failed to lock a resource.","","Memory access violation","Memory allocation failed","","","","The requested device couldn’t be accessed","No value.","Expected a file but found not a file","Could not perform the operation because there was not an …","Not found","Contains the success value","","Caller was not allowed to perform this operation","","","","","Trait that will be invoked after the rewind has finished …","The rewind state after a deep sleep","","","","","Failed during serialization","wasi_unstable.","wasi_snapshot_preview1.","Some value of type T.","","","A snapshot that captures the runtime state of an instance.","","The operation did not complete within the given amount of …","Found EOF when EOF was not expected","Some other unhandled error. If you see this, it’s …","Some other unhandled error. If you see this, it’s …","","Call is unsupported","","","This trait relies on your file closing when it goes out of …","An implementation of virtual networking","","","Shared version of BidiPipe for situations where you need …","","The environment provided to the WASI imports.","Builder API for configuring a WasiEnv environment needed …","Data required to construct a WasiEnv.","This is returned in RuntimeError. Use downcast or …","","","","","","","","Various TypedFunction and Global handles for an active …","","","","","Error type returned when bad data is given to …","","","","","","","The version of WASI. This is determined by the imports …","wasix_32v1.","wasix_64v1.","Operation would block, this error lets the caller know …","A call to write returned 0","","","","","","","Additional functionality provided to the WASIX instance, …","","","","","","","","Command line arguments.","","","","","","Retrieve the concrete exit code returned by an instance.","asyncify_get_state(): call this to get the current value …","asyncify_start_rewind(data : i32): call this to start …","asyncify_start_unwind(data : i32): call this to start …","asyncify_stop_rewind(): call this to note that rewinding …","asyncify_stop_unwind(): call this to note that unwinding …","","Get the receiver pipe.","","Get the receiver pipe.","","","","Binary factory attached to this environment","","Creates a socket that can be used to send and receive ICMP …","Creates a low level socket that can read and write …","","Opens a UDP socket that listens on a specific IP and Port …","Run a synchronous function that would normally be blocking.","","","","","","","","","","","","","","","","","","","","","","","","","","","Bridges this local network with a remote network, which is …","","","Whether to call the _initialize function in the WASI …","Indicates if the calling environment is capable of deep …","","","","","","","","","","","","","","","","","","","Combines two ends of a duplex pipe back together again","","Opens a TCP connection to a particular destination IP …","","","This method will copy a file from a source to this …","the time at which the file was created in nanoseconds as a …","the time at which the file was created in nanoseconds as a …","","Points to the end of the data section","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Acquires an IP address on the network and configures the …","Flag that indicates the cleanup of the environment is to …","","","","","","","","","","","","","","","","Is this environment capable and setup for deep sleeping","Enables an exponential backoff of the process CPU usage …","Enables the snap shotting functionality","","The environment before the vfork occured","Environment variables.","","","","","","","Indicates if extra tracing should be output","Returns the serialized object that is returned on the …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Get the sender pipe.","","Get the mutable sender pipe.","","","Adds a default gateway to the routing table","Create an Imports with an existing WasiEnv. WasiEnv needs …","Combines a state generating function with the import list …","","Combines a state generating function with the import list …","","Used for “special” files such as stdin, stdout and …","Detect the version of WASI being used based on the import …","Like get_wasi_version but detects multiple WASI versions …","Values of all globals, indexed by the same index used in …","","Handle of the thread we have forked (dropping this handle …","","","","Flag that indicates if the stack capture exports are being …","","","","","","","","","","","","","","","","Function thats invoked to initialize the WASM module (name …","","Inner functions and references that are loaded before 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).","","Adds a static IP address to the interface with a netmask …","Clears all the assigned IP addresses for this interface","Lists all the IP addresses currently assigned to this …","Removes a static (or dynamic) IP address from the interface","Flag that indicates if this rewind is 64-bit or 32-bit …","","Returns true if the spawn error is NotFound.","Indicates if the file is opened or closed. This function …","Indicates if the file is opened or closed. This function …","Check if a provided module is compiled for some version of …","Returns if the module is WASIX or not","","","","","","","the last time the file was accessed in nanoseconds as a …","the last time the file was accessed in nanoseconds as a …","the last time the file was modified in nanoseconds as a …","the last time the file was modified in nanoseconds as a …","Layout of the memory,","Represents the layout of the memory","","","","","","","","","","","","","","","","","","Lists for TCP connections on a specific IP and Port …","Returns the hardware MAC address for this interface","Macros to simplify some common WASI-specific tasks.","List of host commands to map into the WASI instance.","","","Represents a reference to the memory","Memory stack used to restore the stack trace back to where …","The memory stack before the vfork occured","","","","","","","","","","","","","","List of the handles that are owned by this context (this …","","","","","","","","","","","","","","","","","Polls the file for when there is data to be read","","","","Polls the file for when there is data to be read","Seed used to rotate around the events returned by …","","","Polls the file for when it is available for writing","","","","Polls the file for when it is available for writing","","Pre-opened directories that will be accessible from WASI.","Represents the process this environment is attached to","","","","","","","","","","","Flag that indicatees if the environment is currently …","","Performs DNS resolution for a specific hostname","","","","","State that the thread will be rewound to","","Call stack used to restore the stack trace back to where …","The unwound stack before the vfork occured","Adds a specific route to the routing table","Clears the routing table for this interface","Lists all the routes defined in the routing table for this …","Removes a routing rule from the routing table","","Run a main function.","","","Implementation of the WASI runtime.","","","","","","","","","","","","","","","","","","Change the size of the file, if the new_size is greater …","Change the size of the file, if the new_size is greater …","","","","","","","","sets accessed and modified time","","","","","","","Represents the callback for signals (name = “__…","Flag that indicates if the signal callback has been set by …","the size of the file in bytes","the size of the file in bytes","","","Indicates triggers that will cause a snapshot to be taken","","","","Spawns a new blocking task that runs the provided closure.","","Split into two pipes that are connected to each other","Points to the higher end of the stack","Points to the lower end of the stack","Points to the current location of the memory stack pointer","Describes the type of thread start","Main function that will be invoked (name = “_start”)","","WARNING: the API exposed here is unstable and very …","Shared state of the WASI system. Manages all the data that …","","","","","","","All the global data stored in the store","The mutable parts of the store","","","No-op module initializer.","","Represents the thread this environment is attached to","","Represents the callback for spawning a thread (name = “…","","","","","","","","","","This is the work that will be performed before the thread …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Disconnects from the remote network essentially unbridging …","Request deletion of the file","Request deletion of the file","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","List of webc dependencies to be injected.","","Represents a fork of the process that is currently in play","Pre-opened virtual directories that will be accessible …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Writes to this file using an mmap offset and reference …","","","","","","","","","A WebAssembly package that has been loaded into memory.","","","","","","","","","","","","","","","","","","","","","","","","The name of the BinaryPackageCommand which is this package…","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A WebAssembly package that has been loaded into memory.","","","","Get a reference to this BinaryPackageCommand’s atom.","","","","","","","","","","","","","","","","","","","Get the bytes for the entrypoint command.","The name of the BinaryPackageCommand which is this package…","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Load a BinaryPackage and all its dependencies from a …","Load a webc::Container and all its dependencies into a …","","Resolve the entrypoint command name to a …","","Get a hash for this binary package.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Calls the module","","","SAFETY","","","","","","","Defines capabilities for a Wasi environment.","Defines threading related permissions.","","","","","","","","","","","","","","","","","","","","","Flag that indicates if asynchronous threading is disabled …","Switches to a blocking sleep implementation instead of the …","Enables an exponential backoff of the process CPU usage …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","Maximum number of threads that can be spawned.","","","","","","","","","","","","","","","","","","","","","","","","","Merges another Capabilities object into this one, …","","","","","","","","","Represents all the EpollInterests that have occurred","Guard the cleans up the selector registrations","","","","The root inode and stdio inodes are the first inodes in the","","","","","","","","A file that Wasi knows about that may or may not be open","","","The core of the filesystem abstraction. Includes …","A completely aribtrary “big enough” number used as the …","","","The same as Dir but without the irrelevant bits The root …","","","","","","The first two fields are data about the symlink the last …","the fd value of the virtual root","This needs to be exposed so that the multiple use-cases …","Warning, modifying these fields directly may cause …","","","","","","","","","","adds another value to the inodes","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Closes all the file handles.","Closes an open FD, handling all details such as FD being …","","","Will conditionally union the binary file system with this …","","","","","","Creates an inode and inserts it given a Kind and some …","Creates an inode and inserts it given a Kind, does not …","Creates an inode with the given filestat and inserts it.","","","","","","","","","Associated user data","Associated user data","","","","Returns the default filesystem backing","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The events we are polling on","","","File descriptor we are polling on","","","","refresh size from filesystem","","","","","","","","","","","","Forking the WasiState is used when either fork or vfork is …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Gets the current directory","","","","","gets a host file from a base directory and a path this …","Internal part of the core path resolution function which …","Returns the parent Dir or Root that the file at a given …","","","","","","","","","","","","","","","","","","","","","","","Using a hash set prevents the same interest from being …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","Merge the contents of a filesystem into this one.","Merge the contents of one filesystem into another.","","","","","","Private helper function to init the filesystem, called in …","","","Created for the builder API. like new but with more …","","","","","","This function is like create dir all, but it also opens it.","Opens a user-supplied file in the directory specified with …","Flags that determine how the Fd can be used.","","finds the number of directories between the fd and the …","Finds the preopened directory that is the “best match” …","","","","","","","","","","","","","","Pointer to the user data","","","","","","Converts a relative path into an absolute path","","","","","Low level function to remove an inode, that is it deletes …","","","","","","","Changes the current directory","","","","Receiver that wakes sleeping threads","Internal helper function to get a standard device handle. …","Internal helper function to mutably get a standard device …","Get the VirtualFile object at stderr","Get the VirtualFile object at stderr mutably","Get the VirtualFile object at stdin TODO: Review why this …","Get the VirtualFile object at stdin mutably","Get the VirtualFile object at stdout","Get the VirtualFile object at stdout mutably","Change the backing of a given file descriptor Returns the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The preopened dir that this symlink file is relative to …","","The entries of a directory are lazily filled.","","Marks the file as a special file that only one fd can …","The open file, if it’s open","","Parent directory","The path on the host system where the file is located This …","The path on the host system where the directory is located","The path to the symlink from the base_po_dir","Reference to the pipe","the value of the symlink as a relative path","","Represents a networking socket","","","This Fd can append in write system calls. Note that the …","","This Fd may create a file before writing to it. Note that …","","","","Represents all the EpollInterests that have occurred","Guard the cleans up the selector registrations","","","","","","A file that Wasi knows about that may or may not be open","","The core of the filesystem abstraction. Includes …","","This Fd can be used with read system calls.","The same as Dir but without the irrelevant bits The root …","","The first two fields are data about the symlink the last …","This Fd will delete everything before writing. Note that …","This Fd can be used with write system calls.","","","","","","","","","","","","","","","","","","","","Associated user data","Associated user data","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The events we are polling on","File descriptor we are polling on","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","Using a hash set prevents the same interest from being …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","Flags that determine how the Fd can be used.","","","","","","","Pointer to the user data","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The preopened dir that this symlink file is relative to …","","The entries of a directory are lazily filled.","","Marks the file as a special file that only one fd can …","The open file, if it’s open","","Parent directory","The path on the host system where the file is located This …","The path on the host system where the directory is located","The path to the symlink from the base_po_dir","Reference to the pipe","the value of the symlink as a relative path","","Represents a networking socket","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Used for event notifications by the user application or …","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Flag that indicates if this is operating","Counter used to prevent duplicate notification events","","","","","","","","","Receiver that wakes sleeping threads","","","","","","","","","","","","","","","","","","","","","","","All the registered wakers","","","","Defines http client permissions.","","","","","","","","","","","","Try to instantiate a HTTP client that is suitable for the …","","","","","","","","","","","","","","","Defines http client permissions.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","The alignment of the vector","The resolver for JournalSockoptionV1::AcceptTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::AcceptTimeout","The archived counterpart of …","","","The resolver for JournalEpollCtlV1::Add","The archived counterpart of JournalEpollCtlV1::Add","","","An aligned COW vector of bytes which avoids copying data …","The resolver for JournalStreamSecurityV1::AnyEncryption","The archived counterpart of …","","An archived JournalAddressfamilyV1","An archived JournalAdviceV1","","An archived JournalEntryChangeDirectoryV1","An archived JournalEntryClearEtherealV1","An archived JournalEntryCloseFileDescriptorV1","An archived JournalEntryCloseThreadV1","An archived JournalEntryCreateDirectoryV1","An archived JournalEntryCreateEventV1","An archived JournalEntryCreateHardLinkV1","An archived JournalEntryCreatePipeV1","An archived JournalEntryCreateSymbolicLinkV1","An archived JournalEntryDuplicateFileDescriptorV1","An archived JournalEntryEpollCreateV1","An archived JournalEntryEpollCtlV1","An archived JournalEntryFileDescriptorAdviseV1","An archived JournalEntryFileDescriptorAllocateV1","An archived JournalEntryFileDescriptorSeekV1","An archived JournalEntryFileDescriptorSetFlagsV1","An archived JournalEntryFileDescriptorSetRightsV1","An archived JournalEntryFileDescriptorSetSizeV1","An archived JournalEntryFileDescriptorSetTimesV1","An archived JournalEntryFileDescriptorWriteV1","An archived JournalEntryInitModuleV1","An archived JournalEntryOpenFileDescriptorV1","An archived JournalEntryPathRenameV1","An archived JournalEntryPathSetTimesV1","An archived JournalEntryPortAddAddrV1","An archived JournalEntryPortBridgeV1","An archived JournalEntryPortDelAddrV1","An archived JournalEntryPortGatewaySetV1","An archived JournalEntryPortRouteAddV1","An archived JournalEntryPortRouteDelV1","An archived JournalEntryProcessExitV1","An archived JournalEntryRecordType","An archived JournalEntryRemoveDirectoryV1","An archived JournalEntryRenumberFileDescriptorV1","An archived JournalEntrySetClockTimeV1","An archived JournalEntrySetThreadV1","An archived JournalEntrySnapshotV1","An archived JournalEntrySocketAcceptedV1","An archived JournalEntrySocketBindV1","An archived JournalEntrySocketConnectedV1","An archived JournalEntrySocketJoinIpv4MulticastV1","An archived JournalEntrySocketJoinIpv6MulticastV1","An archived JournalEntrySocketLeaveIpv4MulticastV1","An archived JournalEntrySocketLeaveIpv6MulticastV1","An archived JournalEntrySocketListenV1","An archived JournalEntrySocketOpenV1","An archived JournalEntrySocketSendFileV1","An archived JournalEntrySocketSendToV1","An archived JournalEntrySocketSendV1","An archived JournalEntrySocketSetOptFlagV1","An archived JournalEntrySocketSetOptSizeV1","An archived JournalEntrySocketSetOptTimeV1","An archived JournalEntrySocketShutdownV1","An archived JournalEntryTtySetV1","An archived JournalEntryUnlinkFileV1","An archived JournalEntryUpdateMemoryRegionV1","An archived JournalEpollCtlV1","An archived JournalEpollEventCtlV1","An archived JournalExitCodeV1","An archived JournalIpCidrV1","An archived JournalSnapshot0ClockidV1","An archived JournalSnapshotTriggerV1","An archived JournalSocketShutdownV1","An archived JournalSockoptionV1","An archived JournalSocktypeV1","An archived JournalStreamSecurityV1","An archived JournalThreadStartTypeV1","An archived JournalTimeTypeV1","An archived JournalWasiMemoryLayout","An archived JournalWhenceV1","The resolver for JournalTimeTypeV1::BindTimeout","The archived counterpart of JournalTimeTypeV1::BindTimeout","","","The resolver for JournalSnapshotTriggerV1::Bootstrap","The archived counterpart of …","","Bootstrapping process","The resolver for JournalSocketShutdownV1::Both","The archived counterpart of JournalSocketShutdownV1::Both","","","The resolver for JournalSockoptionV1::Broadcast","The archived counterpart of JournalSockoptionV1::Broadcast","","","","","","The resolver for JournalEntryRecordType::ChangeDirectoryV1","The archived counterpart of …","","","The resolver for JournalStreamSecurityV1::ClassicEncryption","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ClearEtherealV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CloseThreadV1","The archived counterpart of …","","","Represents the results of a compaction operation","","","Deduplicates memory and stacks to reduce the number of …","","","","The resolver for JournalSockoptionV1::ConnectTimeout","The archived counterpart of …","","The resolver for JournalTimeTypeV1::ConnectTimeout","The archived counterpart of …","","","Journal that counts the size of the entries that are …","","The resolver for JournalEntryRecordType::CreateDirectoryV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreateEventV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreateHardLinkV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::CreatePipeV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalWhenceV1::Cur","The archived counterpart of JournalWhenceV1::Cur","","","The resolver for JournalEpollCtlV1::Del","The archived counterpart of JournalEpollCtlV1::Del","","The resolver for JournalSocktypeV1::Dgram","The archived counterpart of JournalSocktypeV1::Dgram","","The resolver for JournalSockoptionV1::DontRoute","The archived counterpart of JournalSockoptionV1::DontRoute","","The resolver for JournalAdviceV1::Dontneed","The archived counterpart of JournalAdviceV1::Dontneed","","The resolver for JournalStreamSecurityV1::DoubleEncryption","The archived counterpart of …","","","The resolver for …","The archived counterpart of …","","","","","","The resolver for JournalWhenceV1::End","The archived counterpart of JournalWhenceV1::End","","The resolver for JournalSnapshotTriggerV1::Environ","The archived counterpart of …","","","The resolver for JournalEntryRecordType::EpollCreateV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::EpollCtlV1","The archived counterpart of …","","","The resolver for JournalExitCodeV1::Errno","The archived counterpart of JournalExitCodeV1::Errno","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","Filters out a specific set of journal events and drops the …","Constructs a filter with a set of parameters that will be …","","","Triggered on reading the environment variables for the …","Triggered when a listen syscall is invoked on a socket for …","Issued on the first interrupt signal (Ctrl + C) the …","Triggered when the process reads stdin for the first time","","The resolver for JournalSnapshotTriggerV1::Idle","The archived counterpart of JournalSnapshotTriggerV1::Idle","","Triggered when all the threads in the process goes idle","The resolver for JournalAddressfamilyV1::Inet4","The archived counterpart of JournalAddressfamilyV1::Inet4","","The resolver for JournalAddressfamilyV1::Inet6","The archived counterpart of JournalAddressfamilyV1::Inet6","","","The resolver for JournalEntryRecordType::InitModuleV1","The archived counterpart of …","","","","","The snapshot capturer will take a series of objects that …","","The resolver for an archived JournalAddressfamilyV1","","The resolver for an archived JournalAdviceV1","The journal effector is an adapter that will be removed in …","Represents a log entry in a snapshot log stream that …","","The resolver for an archived JournalEntryChangeDirectoryV1","","The resolver for an archived JournalEntryClearEtherealV1","","The resolver for an archived …","","The resolver for an archived JournalEntryCloseThreadV1","","The resolver for an archived JournalEntryCreateDirectoryV1","","The resolver for an archived JournalEntryCreateEventV1","","The resolver for an archived JournalEntryCreateHardLinkV1","","The resolver for an archived JournalEntryCreatePipeV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntryEpollCreateV1","","The resolver for an archived JournalEntryEpollCtlV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","WARNING!!!! Do not change this structure without updating …","The resolver for an archived …","","The resolver for an archived JournalEntryInitModuleV1","","The resolver for an archived …","","The resolver for an archived JournalEntryPathRenameV1","","The resolver for an archived JournalEntryPathSetTimesV1","","The resolver for an archived JournalEntryPortAddAddrV1","","The resolver for an archived JournalEntryPortBridgeV1","","The resolver for an archived JournalEntryPortDelAddrV1","","The resolver for an archived JournalEntryPortGatewaySetV1","","The resolver for an archived JournalEntryPortRouteAddV1","","The resolver for an archived JournalEntryPortRouteDelV1","","The resolver for an archived JournalEntryProcessExitV1","","The resolver for an archived JournalEntryRecordType","","The resolver for an archived JournalEntryRemoveDirectoryV1","","The resolver for an archived …","","The resolver for an archived JournalEntrySetClockTimeV1","","The resolver for an archived JournalEntrySetThreadV1","","The resolver for an archived JournalEntrySnapshotV1","","The resolver for an archived JournalEntrySocketAcceptedV1","","The resolver for an archived JournalEntrySocketBindV1","","The resolver for an archived JournalEntrySocketConnectedV1","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived …","","The resolver for an archived JournalEntrySocketListenV1","","The resolver for an archived JournalEntrySocketOpenV1","","The resolver for an archived JournalEntrySocketSendFileV1","","The resolver for an archived JournalEntrySocketSendToV1","","The resolver for an archived JournalEntrySocketSendV1","","The resolver for an archived JournalEntrySocketSetOptFlagV1","","The resolver for an archived JournalEntrySocketSetOptSizeV1","","The resolver for an archived JournalEntrySocketSetOptTimeV1","","The resolver for an archived JournalEntrySocketShutdownV1","","The resolver for an archived JournalEntryTtySetV1","","The resolver for an archived JournalEntryUnlinkFileV1","","The resolver for an archived …","","The resolver for an archived JournalEpollCtlV1","","The resolver for an archived JournalEpollEventCtlV1","","The resolver for an archived JournalExitCodeV1","","The resolver for an archived JournalIpCidrV1","Type of printing mode to use","","The resolver for an archived JournalSnapshot0ClockidV1","","The resolver for an archived JournalSnapshotTriggerV1","","The resolver for an archived JournalSocketShutdownV1","","The resolver for an archived JournalSockoptionV1","","The resolver for an archived JournalSocktypeV1","","The resolver for an archived JournalStreamSecurityV1","","The resolver for an archived JournalThreadStartTypeV1","","The resolver for an archived JournalTimeTypeV1","","The resolver for an archived JournalWasiMemoryLayout","","The resolver for an archived JournalWhenceV1","","The resolver for JournalSockoptionV1::KeepAlive","The archived counterpart of JournalSockoptionV1::KeepAlive","","The resolver for JournalSockoptionV1::LastError","The archived counterpart of JournalSockoptionV1::LastError","","The resolver for JournalSockoptionV1::Linger","The archived counterpart of JournalSockoptionV1::Linger","","The resolver for JournalTimeTypeV1::Linger","The archived counterpart of JournalTimeTypeV1::Linger","","","The resolver for JournalSnapshotTriggerV1::Listen","The archived counterpart of …","","The resolver for JournalSockoptionV1::Listening","The archived counterpart of JournalSockoptionV1::Listening","","The LogFile snapshot capturer will write its snapshots to …","","","The results of an operation to read a log entry from the …","The results of an operation to write a log entry to the log","The resolver for JournalThreadStartTypeV1::MainThread","The archived counterpart of …","","The memory file journal processes journal entries by …","The resolver for JournalEpollCtlV1::Mod","The archived counterpart of JournalEpollCtlV1::Mod","","The resolver for JournalSnapshot0ClockidV1::Monotonic","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV4","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastLoopV6","The archived counterpart of …","","The resolver for JournalSockoptionV1::MulticastTtlV4","The archived counterpart of …","","","The resolver for JournalSockoptionV1::NoDelay","The archived counterpart of JournalSockoptionV1::NoDelay","","The resolver for …","The archived counterpart of …","","When a non-determinstic call is made","The resolver for JournalSockoptionV1::Noop","The archived counterpart of JournalSockoptionV1::Noop","","The resolver for JournalAdviceV1::Noreuse","The archived counterpart of JournalAdviceV1::Noreuse","","The resolver for JournalAdviceV1::Normal","The archived counterpart of JournalAdviceV1::Normal","","The null journal sends all the records into the abyss","The resolver for JournalSockoptionV1::OnlyV6","The archived counterpart of JournalSockoptionV1::OnlyV6","","The resolver for JournalSockoptionV1::OobInline","The archived counterpart of JournalSockoptionV1::OobInline","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalExitCodeV1::Other","The archived counterpart of JournalExitCodeV1::Other","","","The resolver for JournalEntryRecordType::PathRenameV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PathSetTimesV1","The archived counterpart of …","","","Triggered periodically based on a interval (default 10 …","","","","","The resolver for JournalEntryRecordType::PortAddAddrV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortAddrClearV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortBridgeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortDelAddrV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortDhcpAcquireV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortGatewaySetV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteAddV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteClearV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortRouteDelV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::PortUnbridgeV1","The archived counterpart of …","","","The printing journal writes all the journal entries to the …","The resolver for …","The archived counterpart of …","","","The resolver for JournalEntryRecordType::ProcessExitV1","The archived counterpart of …","","","The resolver for JournalSockoptionV1::Promiscuous","The archived counterpart of …","","The resolver for JournalSockoptionV1::Proto","The archived counterpart of JournalSockoptionV1::Proto","","The resolver for JournalAdviceV1::Random","The archived counterpart of JournalAdviceV1::Random","","The resolver for JournalSocktypeV1::Raw","The archived counterpart of JournalSocktypeV1::Raw","","The resolver for JournalSocketShutdownV1::Read","The archived counterpart of JournalSocketShutdownV1::Read","","","The resolver for JournalTimeTypeV1::ReadTimeout","The archived counterpart of JournalTimeTypeV1::ReadTimeout","","","The snapshot capturer will take a series of objects that …","The resolver for JournalSnapshot0ClockidV1::Realtime","The archived counterpart of …","","","The resolver for JournalSockoptionV1::RecvBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::RecvLowat","The archived counterpart of JournalSockoptionV1::RecvLowat","","The resolver for JournalSockoptionV1::RecvTimeout","The archived counterpart of …","","","The resolver for JournalEntryRecordType::RemoveDirectoryV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","The resolver for JournalSockoptionV1::ReuseAddr","The archived counterpart of JournalSockoptionV1::ReuseAddr","","The resolver for JournalSockoptionV1::ReusePort","The archived counterpart of JournalSockoptionV1::ReusePort","","The resolver for JournalSockoptionV1::SendBufSize","The archived counterpart of …","","The resolver for JournalSockoptionV1::SendLowat","The archived counterpart of JournalSockoptionV1::SendLowat","","The resolver for JournalSockoptionV1::SendTimeout","The archived counterpart of …","","The resolver for JournalSocktypeV1::Seqpacket","The archived counterpart of JournalSocktypeV1::Seqpacket","","The resolver for JournalAdviceV1::Sequential","The archived counterpart of JournalAdviceV1::Sequential","","The resolver for JournalWhenceV1::Set","The archived counterpart of JournalWhenceV1::Set","","","The resolver for JournalEntryRecordType::SetClockTimeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SetThreadV1","The archived counterpart of …","","","The resolver for JournalSnapshotTriggerV1::Sigalrm","The archived counterpart of …","","Alarm clock signal (used for timers)","The resolver for JournalSnapshotTriggerV1::Sigint","The archived counterpart of …","","Issued if the user sends an interrupt signal (Ctrl + C).","The resolver for JournalSnapshotTriggerV1::Sigstop","The archived counterpart of …","","The SIGSTOP signal instructs the operating system to stop …","The resolver for JournalSnapshotTriggerV1::Sigtstp","The archived counterpart of …","","The SIGTSTP signal is sent to a process by its controlling …","Various triggers that will cause the runtime to take …","","The resolver for JournalEntryRecordType::SnapshotV1","The archived counterpart of …","","Represents the marker for the end of a snapshot","","The resolver for JournalEntryRecordType::SocketAcceptedV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketBindV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketConnectedV1","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","","The resolver for …","The archived counterpart of …","","","","The resolver for …","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketListenV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketOpenV1","The archived counterpart of …","","","","","The resolver for JournalEntryRecordType::SocketSendFileV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSendToV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSendV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptFlagV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptSizeV1","The archived counterpart of …","","","","The resolver for JournalEntryRecordType::SocketSetOptTimeV1","The archived counterpart of …","","","","","The resolver for JournalEntryRecordType::SocketShutdownV1","The archived counterpart of …","","","The resolver for JournalSnapshotTriggerV1::Stdin","The archived counterpart of JournalSnapshotTriggerV1::Stdin","","The resolver for JournalSocktypeV1::Stream","The archived counterpart of JournalSocktypeV1::Stream","","","","","The resolver for JournalSnapshot0ClockidV1::ThreadCputimeId","The archived counterpart of …","","The resolver for JournalThreadStartTypeV1::ThreadSpawn","The archived counterpart of …","","The resolver for JournalSnapshotTriggerV1::Timer","The archived counterpart of JournalSnapshotTriggerV1::Timer","","The resolver for JournalSockoptionV1::Ttl","The archived counterpart of JournalSockoptionV1::Ttl","","","The resolver for JournalEntryRecordType::TtySetV1","The archived counterpart of …","","","The resolver for JournalSockoptionV1::Type","The archived counterpart of JournalSockoptionV1::Type","","","","The resolver for JournalStreamSecurityV1::Unencrypted","The archived counterpart of …","","The resolver for JournalAddressfamilyV1::Unix","The archived counterpart of JournalAddressfamilyV1::Unix","","The resolver for JournalSnapshot0ClockidV1::Unknown","The archived counterpart of …","","The resolver for JournalWhenceV1::Unknown","The archived counterpart of JournalWhenceV1::Unknown","","The resolver for JournalAdviceV1::Unknown","The archived counterpart of JournalAdviceV1::Unknown","","The resolver for JournalEpollCtlV1::Unknown","The archived counterpart of JournalEpollCtlV1::Unknown","","The resolver for JournalStreamSecurityV1::Unknown","The archived counterpart of …","","The resolver for JournalSocktypeV1::Unknown","The archived counterpart of JournalSocktypeV1::Unknown","","","The resolver for JournalEntryRecordType::UnlinkFileV1","The archived counterpart of …","","","The resolver for JournalAddressfamilyV1::Unspec","The archived counterpart of JournalAddressfamilyV1::Unspec","","The default for runtime is to use the unsupported journal …","","The resolver for …","The archived counterpart of …","","","The resolver for JournalAdviceV1::Willneed","The archived counterpart of JournalAdviceV1::Willneed","","The snapshot capturer will take a series of objects that …","The resolver for JournalSocketShutdownV1::Write","The archived counterpart of JournalSocketShutdownV1::Write","","","The resolver for JournalTimeTypeV1::WriteTimeout","The archived counterpart of JournalTimeTypeV1::WriteTimeout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortDelAddrV1::addr","","","The archived counterpart of JournalEntrySocketBindV1::addr","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketOpenV1::af","","","","","","","Resets the journal so that reads will start from the …","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortAddAddrV1::cidr","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::cols","","","","Compacts the inner journal into a new journal","Compacts the inner journal into a new journal","","","","","","","","","","","","","","","The archived counterpart of …","","","","","The archived counterpart of …","","","","The archived counterpart of …","","","","The archived counterpart of …","DO NOT MOVE!","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::data","","","The archived counterpart of JournalEpollEventCtlV1::data1","","","The archived counterpart of JournalEpollEventCtlV1::data2","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::echo","","","","","","The archived counterpart of …","","","The archived counterpart of JournalEntryEpollCtlV1::epfd","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryEpollCtlV1::event","","","The archived counterpart of JournalEpollEventCtlV1::events","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryPathSetTimesV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::fd","","","The archived counterpart of JournalEntryEpollCreateV1::fd","","","The archived counterpart of JournalEntryEpollCtlV1::fd","","","The archived counterpart of JournalEntryCreateEventV1::fd","","","The archived counterpart of JournalEntrySocketOpenV1::fd","","","The archived counterpart of JournalEntrySocketListenV1::fd","","","The archived counterpart of JournalEntrySocketBindV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendToV1::fd","","","The archived counterpart of JournalEntrySocketSendV1::fd","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEpollEventCtlV1::fd","","","The archived counterpart of JournalEntryCreatePipeV1::fd1","","","The archived counterpart of JournalEntryCreatePipeV1::fd2","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySocketSendV1::flags","","Flushes the data to disk or network","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","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 a new journal from a buffer","Create a new journal from a file","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::height","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::id","","","The archived counterpart of JournalEntryCloseThreadV1::id","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart 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).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 archived counterpart of …","","","The archived counterpart of JournalEntryPortRouteDelV1::ip","","","The archived counterpart of JournalIpCidrV1::ip","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of JournalEntrySetThreadV1::layout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","The archived counterpart of …","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","The archived counterpart of JournalEntryEpollCtlV1::op","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryUnlinkFileV1::path","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalIpCidrV1::prefix","","","The archived counterpart of JournalEntrySocketOpenV1::pt","","","The archived counterpart of JournalEpollEventCtlV1::ptr","","Returns a stream of snapshot objects that the runtime will …","","","","","","","","","","","","UNSAFE: This method uses unsafe operations to remove the …","","","","","","","","Represents the journal entry","","Offset of the end of the entry","","","Offset into the journal where this entry exists","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryTtySetV1::rows","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","The archived counterpart of …","","","The archived counterpart of …","","Splits the journal into a read and write side","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntrySetThreadV1::start","","","The archived counterpart of …","","","","","","","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::stdin_tty","","","The archived counterpart of …","","","","The archived counterpart of …","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntryPortBridgeV1::token","","","","","The archived counterpart of JournalEntrySnapshotV1::trigger","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of JournalEntrySocketOpenV1::ty","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","The archived counterpart of …","","","The archived counterpart of JournalEntryTtySetV1::width","","","","","","","","","","","","","","Takes in a stream of snapshot log entries and saves them …","","","","","","","","","","","","","","","","","","","The archived counterpart of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The resolver for …","","","","","","","","","","","Permission denied.","Add an entry to the interest list of the epoll file …","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","Connection already in progress.","Bad file descriptor.","Bad message.","Borrowed data.","Device or resource busy.","A cheaply cloneable and sliceable chunk of contiguous …","Operation canceled.","No child processes.","Connection aborted.","Connection refused.","Connection reset.","A clone-on-write smart pointer.","","Resource deadlock would occur.","Remove (deregister) the target file descriptor fd from the …","Destination address required.","Mathematics argument out of domain of function.","The application expects that it will not access the …","Reserved.","","Epoll operation.","","Error codes returned by functions. Not all of these error …","","File exists.","","Bad address.","File too large.","A file descriptor handle.","File descriptor flags.","Non-negative file size or length of a region within a file.","Which file time attributes to adjust. TODO: wit appears to …","A temporary handle to a FunctionEnv.","Host is unreachable.","Identifier removed.","Illegal byte sequence.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","Socket is connected.","Is a directory.","The journal effector is an adapter that will be removed in …","","Too many levels of symbolic links.","Trait for the Memory32 and Memory64 marker types.","Memory access violation.","File descriptor value too large.","Too many links.","Change the settings associated with fd in the interest …","The store-wide monotonic clock, which is defined as a …","Message too large.","Reserved.","An RAII implementation of a “scoped lock” of a mutex. …","Filename too long.","Type used to pass this value as an argument or return …","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","No such device or address.","One value used for counting.","Type used to represent an offset into a memory. This is u32…","Open flags used by path_open. TODO: wit appears to not …","","Value too large to be stored in data type.","Owned data.","Previous owner died.","Operation not permitted.","Broken pipe.","The CPU-time clock associated with the current process.","Protocol error.","Protocol not supported.","Protocol wrong type for socket.","The application expects to access the specified data in a …","A (half-open) range bounded inclusively below and …","Result too large.","The clock measuring real time. Time value zero corresponds …","File descriptor rights, determining which actions may be …","Read-only file system.","The application expects to access the specified data …","","Cannot send after socket shutdown.","Identifiers for clocks, snapshot0 version.","Invalid seek.","No such process.","Reserved.","No error occurred. System call completed successfully.","A measurement of the system clock, useful for talking to …","The CPU-time clock associated with the current thread.","Connection timed out.","Timestamp in nanoseconds.","Argument list too long.","Text file busy.","An anchor in time which can be used to create new …","The clock type is not known.","An unknown error has occured","The application expectations are unknown.","","Unknown.","A zero-cost type that represents a pointer to something in …","","The application expects to access the specified data in …","Cross-device link.","Zero value used for WasmPtr::is_null.","","","","","","","Panics","","","","","","","Safety","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety","","","","","","","","","","","","","","","","","","This will take the supplied stacks and apply them to the …","","","","","Return early with an error.","","","","","","","","","","","","","","","","Returns Some(t) where t is the time self + duration if t …","Returns Some(t) where t is the time self - duration if t …","","","","","","","","","","Returns true if item is contained in the range.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the amount of time elapsed from an earlier point …","Returns the difference from this system time to the …","","The upper bound of the range (exclusive).","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","True if the memory is 64-bit","","Returns true if the range contains no items.","","","","","","","","","","","","","","Convert a Native to an Offset.","","","","","","","Returns the system time corresponding to “now”.","","","","","Convert an Offset to a Native.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runs the work in the background via the task managers …","","","The lower bound of the range (inclusive).","","","","","","","Panics","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This value is tweaked to minimize the amount of journal …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Reads a string from Wasm memory.","","","","Like the try! macro or ? syntax: returns the value if the …","Like wasi_try but converts a MemoryAccessError to a …","Like wasi_try but converts a MemoryAccessError to a …","Like wasi_try but converts a MemoryAccessError to a …","Like the try! macro or ? syntax: returns the value if the …","","","","","","","","","","","","","","","","","","","","","","","Used to read the headers from the HTTP server","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Used to feed the bytes into the request itself","Used to receive the bytes from the HTTP server","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","OS task management for processes and threads.","","","A command available to an OS environment.","","Retrieve the command as as a std::any::Any reference.","","","","","","","","","","","Executes the command.","Execute a command.","Determine if a command exists at the given path.","","Returns the argument unchanged.","Get a command by its path.","","Calls U::from(self).","","Returns the canonical name of the command.","","","","Register a command.","Register a command at a custom path.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","A handle that allows awaiting the termination of a task, …","","","A handle that allows awaiting the termination of a task, …","","","","","","","Polls to check if the process is ready yet to receive …","","","","","","","","","","","","","Represents the CPU backoff properties for a process which …","","","","","","","","The amount of CPU backoff time we are currently waiting","The amount of CPU backoff time we are currently waiting","Seed used to register CPU release wakers","Referenced list of wakers that will be triggered when the …","When the backoff is reset the cool-off period will keep …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","The inner protected region of the process with a …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Maximum amount of CPU backoff time before it starts capping","Amount of time the CPU should cool-off after exiting run …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","How long should the CPU backoff for","ID used to unregister the wakers","","","","","Guard that ensures the WasiControlPlane task counter is …","The maximum number of execution tasks has been reached.","","","","","","","Get the current count of active tasks (threads).","","","","","","","","","","","","","","","","","","","","","","","","Returns the configuration for this control plane","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Flag that indicates if asynchronous threading is enables …","Enables an exponential backoff of the process CPU usage …","","","","","","","","","","","","","","Returns the argument unchanged.","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 a new process ID","Gets a reference to a running process","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","Total number of tasks (processes + threads) that can be …","","Mutable state.","","","","Creates a new process","","","","","","","","","Seed used to generate process ID’s","The processes running on this machine","Register a new task.","","Total number of active tasks (threads) across all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The maximum number of tasks.","No checkpoint will take place and the process should just …","","","","","The process needs to take a snapshot of the memory and …","","Represents a process running within the compute state …","Represents a freeze of all threads to perform some action …","Represents the ID of a sub-process","","","","","","","","","Returns the number of active threads for this process","","Represents all the backoff properties for this process …","","","","","","","","","","","","","","","Checkpoints the process which will cause all other threads …","Represents a checkpoint which blocks all the threads and …","List of all the children spawned from this thread","","","","","","","","","","","","","","","Reference back to the compute engine","Number of tokens that are currently active and thus the …","","","","","","","","","","","","","","","","","","","","","","","Disables the journaling functionality","If true then the journaling will be disabled after the …","","","","","","","","","","","","","","","","","","","","","","","","","","Reference to the exit code for the main thread","","","","","","","Returns the argument unchanged.","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 a reference to a particular thread","","","","","","","","","","The inner protected region of the process with 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).","Waits until the process is finished.","Waits for any of the children to finished","Waits for all the children to be finished","","","","","","","","Gains access to the process internals","If a checkpoint has been started this will block the …","Hash of the module that this process is using","","","Creates a a thread and returns it","Creates a a thread and returns it","List of all the children spawned from this thread","","","","","Gets the process ID of this process","Unique ID of this process","Unique ID of this process","","","","","","","","Gets the process ID of the parent process","","","","","","Signals one of the threads every interval","Signals that will be triggered at specific intervals","Signals all the threads in this process","Signals all the threads in this process","Signals a particular thread in the process","Takes a snapshot of the process and disables journaling …","The snapshot memory significantly reduce the amount of …","List of situations that the process will checkpoint on","","Terminate the process and all its threads","Number of threads running for this process","The threads that make up this process","","","","","","","","","","","","","","","","","","","","Attempts to join on the process","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wait for the checkout process to finish","Wait for the checkout process to finish","","Number of threads waiting for children to exit","Number of threads waiting for children to exit","Any wakers waiting on this process (for example for a …","","","","Signal handles…well…they process signals","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Time between the signals","Calls U::from(self).","Calls U::from(self).","Last time that a signal was triggered","","","","","Flag that indicates if the signal should repeat","Processes a signal","Signal that will be raised","","","","","","","","","","","","","","","","","","","","","","","A handle that allows awaiting the termination of a task, …","","","A handle that allows awaiting the termination of a task, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Returns true if the task status is Finished.","Returns true if the task status is Pending.","Returns true if the task status is Running.","","","","","","","","","","","","Polls to check if the process is ready yet to receive …","Marks the task as finished.","Marks the task as finished.","Sets the signal handler used for this owned task","","","","","Retrieve the current status.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Wait until the task finishes.","","","","Attaches a signal handler","","","","This will happen if WASM is running in a thread has not …","","","","","","","","","Represents a linked list of stack snapshots","Represents a linked list of stack snapshots","","Represents the memory layout of the parts that the thread …","Represents a running thread which allows a joiner to wait …","","","","Represents the ID of a WASI thread","A guard that ensures a thread is marked as terminated when …","","","","","","","","","","","","Adds a stack snapshot and removes dead ones","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a snapshot that was previously addedf","Piece of memory that is marked as none readable/writable …","Returns true if a rewind of a particular type has been …","Returns all the signals that are waiting to be processed","Returns all the signals that are waiting to be processed","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Reads a flag that determines if this thread is currently …","Reads a flag that determines if this thread is currently …","Returns true if this thread is the main thread","","Waits until the thread is finished or the timeout is …","Get a join handle to watch the task status.","","","","","","","","","","","","","","Gets the memory layout for this thread","","Memory stack used to restore the memory stack (thing that …","","","","","","","Returns the process ID","","","","","","","","","","","","","","Returns all the signals that are waiting to be processed","Returns all the signals that are waiting to be processed","","","","Generic serialized object passed back to the rewind …","","","Sets a flag that tells others that this thread is currently","Sets a flag that tells others if this thread is currently …","Gets the memory layout for this thread","Gets or sets the exit code based of a signal that was …","Sets that a rewind will take place","Marks the thread as finished (which will cause anyone that …","","Adds a signal for this thread to process","","","","","This is the bottom part of the stack (anything more below …","Total size of the stack","This is the top part of the stack (stacks go backwards)","","","","","Pops any rewinds that need to take place","","","Gets the thread start type for this thread","Returns the thread ID","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to join on the thread","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Waits for a signal to arrive","","","","","","","","Provides access to a TTY.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Resets the values","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Retrieve the current TTY state.","Set the TTY state.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","TtyBridge implementation for Unix systems.","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents the work that will be done when a thread goes …","No value.","Trait that will be invoked after the rewind has finished …","The rewind state after a deep sleep","","Some value of type T.","","","","","","","","","","","","","Returns the serialized object that is returned on the …","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Flag that indicates if this rewind is 64-bit or 32-bit …","Layout of the memory,","","","Memory stack used to restore the stack trace back to where …","","","State that the thread will be rewound to","Call stack used to restore the stack trace back to where …","Describes the type of thread start","All the global data stored in the store","This is the work that will be performed before the thread …","","","","","","","","","","","","","","","","","","","","A directory that should be mapped from the host filesystem …","","Trait that all runners have to implement","The new alias.","Returns whether the Runner will be able to run the Command","","","WebC container support for running Emscripten modules","","","The absolute path specifying where the host directory …","The absolute path for a directory on the host filesystem.","Run a command.","","The original command.","WebC container support for running WASI modules","","","A handle to an Abortable task.","","","This factory will store and reuse instances between …","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","This factory will store and reuse instances between …","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Once the instance is running it will","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The shared object that manages the instantiaion of WASI …","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","The base URI used by a [Dcgi] runner.","","","","","","Add an argument to the WASI executable’s command-line …","Add multiple arguments to the WASI executable’s …","","","","","Set callbacks that will be triggered at various points in …","","","","","","","","","","","","","Expose an environment variable to the guest.","Expose multiple environment variables to the guest.","","","Forward all of the host’s environment variables to the …","Returns the argument unchanged.","Returns the argument unchanged.","","","","Add a package that should be available to the instance at …","Add packages that should be available to the instance at …","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","This factory will store and reuse instances between …","","","","","","","","","","","","","","","","","","","","","This factory will store and reuse instances between …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Handler which will process DProxy requests","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Reads bytes from a source.","Writes bytes asynchronously.","","The context of an asynchronous task.","Errors produced by the service.","A future represents an asynchronous computation obtained …","The future response value.","The type of value produced on completion.","Represents that a value is not ready yet.","A pinned pointer.","Indicates whether a value is available or if the current …","A wrapper around a byte buffer that is incrementally …","Represents that a value is immediately ready.","Responses given by the service.","An asynchronous function from a Request to a Response.","The URI component of a request.","","","","Advances the size of the filled region of the buffer.","","Asserts that the first n unfilled bytes of the buffer are …","Get the authority of this Uri.","","","","","","","","Creates a new builder-style object to manufacture a Uri.","Process the request and return the response asynchronously.","Returns the total capacity of the buffer.","","Clears the buffer, resetting the filled region to empty.","","","","","","","","","","","","","","","","","","","","","Returns a shared reference to the filled portion of the …","","Returns a mutable reference to the filled portion of the …","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Attempt to convert a Bytes buffer to a Uri.","Attempt to convert a Parts into a Uri.","Convert a Uri from a static string.","","","","Get the host of this Uri.","","","Returns a mutable reference to the unfilled part of the …","Returns a mutable reference to the first n bytes of the …","Returns a shared reference to the initialized portion of …","","Returns a mutable reference to the initialized portion of …","Returns a mutable reference to the entire buffer, without …","Calls U::from(self).","Calls U::from(self).","","","Convert a Uri into Parts.","","Determines if this writer has an efficient …","","","Creates a new ReadBuf from a fully initialized buffer.","Get the path of this Uri.","Returns the path & query components of the Uri","","","","Attempt to resolve the future to a final value, registering","Attempts to flush the object, ensuring that any buffered …","Attempts to read from the AsyncRead into buf.","Returns Poll::Ready(Ok(())) when the service is able to …","Initiates or attempts to shut down this writer, returning …","Attempt to write bytes from buf into the object.","Like poll_write, except that it writes from a slice of …","Get the port part of this Uri.","Get the port of this Uri as a u16.","Appends data to the buffer, advancing the written position …","Get the query string of this Uri, starting after the ?.","Returns the number of bytes at the end of the slice that …","","Get the scheme of this Uri.","","Get the scheme of this Uri as a &str.","Sets the size of the filled region of the buffer.","","Returns a new ReadBuf comprised of the unfilled section up …","","","","","","","","","","","","","","","","Returns a mutable reference to the unfilled part of the …","Creates a new ReadBuf from a fully uninitialized buffer.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","A Connector for the WASM processes behind a socket.","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","Creates a socket that can be used to send and receive ICMP …","Creates a low level socket that can read and write …","Opens a UDP socket that listens on a specific IP and Port …","","","","","Bridges this local network with a remote network, which is …","","","Opens a TCP connection to a particular destination IP …","","","","","","","","Acquires an IP address on the network and configures the …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Adds a default gateway to the routing table","","","","Calls U::from(self).","Calls U::from(self).","Adds a static IP address to the interface with a netmask …","Clears all the assigned IP addresses for this interface","Lists all the IP addresses currently assigned to this …","Removes a static (or dynamic) IP address from the interface","","","Listens for TCP connections on a specific IP and Port …","","","","Returns the hardware MAC address for this interface","","","","","","Performs DNS resolution for a specific hostname","Adds a specific route to the routing table","Clears the routing table for this interface","Lists all the routes defined in the routing table for this …","Removes a routing rule from the routing table","","","","","","","","Disconnects from the remote network essentially unbridging …","","","","","","","","","","","","","","","","","The base URI used by a [DProxy] runner.","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the current arguments for this EmscriptenRunner","","Calls U::from(self).","","Constructs a new EmscriptenRunner given an Store","","","","","Set the CLI args","","","","","","","","","","","Builder method to provide CLI args to the runner","Trait that all runners have to implement","Returns whether the Runner will be able to run the Command","Run a command.","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the current arguments for this WasiRunner","","","Calls U::from(self).","","Constructs a new WasiRunner.","","","","","","","","","","","","","","","","","","","","Builder method to provide CLI args to the runner","","Override the directory the WASIX instance will start in.","","Builder method to provide environment variables to the …","","","","Add an item to the list of importable items provided to …","Add multiple import functions.","Add a package that should be available to the instance at …","Add packages that should be available to the instance at …","","","","","Mount a FileSystem instance at a particular location.","","","","","","","","","","","A directory that should be mapped from the host filesystem …","","","","","","","","The new alias.","HACK: We need this so users can mount host directories at …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","The absolute path specifying where the host directory …","The absolute path for a directory on the host filesystem.","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The original command.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A handle to an Abortable task.","Callbacks that are triggered at various points in the …","","Configuration used for creating a new environment","Result of a create operation on a new environment","","Configuration used for reusing an new environment","","","Abort the Abortable stream/future associated with this …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Checks whether AbortHandle::abort was called on any …","","","","","","Creates an (AbortHandle, AbortRegistration) pair which can …","","","","","","","","","","","","","","","","","","","","Callbacks that are triggered at various points in the …","Configuration used for creating a new environment","Result of a create operation on a new environment","","Configuration used for reusing an new environment","","","","","","","","","","","Create the WASI environment","Create the WASI environment","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Data was written to stderr by an instance.","Data was written to stderr by an instance.","Reading from stderr failed.","Reading from stderr failed.","","","","","","Recycle the WASI environment","Recycle the WASI environment","","","A callback that is called whenever the server starts.","A callback that is called whenever the server starts.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The shared object that manages the instantiaion of WASI …","","","","","","","","","","","","","Read the instance’s stderr, taking care to preserve …","","","","","","","","","Drive the request to completion by streaming the request …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Add an argument to the WASI executable’s command-line …","Add multiple arguments to the WASI executable’s …","","","","","Set callbacks that will be triggered at various points in …","","","","","","","","","","","","","","Expose an environment variable to the guest.","Expose multiple environment variables to the guest.","","","Forward all of the host’s environment variables to the …","Returns the argument unchanged.","Returns the argument unchanged.","","","","Add a package that should be available to the instance at …","Add packages that should be available to the instance at …","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Runtime that allows for certain things to be overridden …","","Runtime components used when running WebAssembly programs.","","","","","","","","","The snapshot capturer takes and restores snapshots of the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Get a wasmer::Engine for module compilation.","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get a custom HTTP client","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","The list of journals which will be used to restore the …","","","","","","","","","Load a a Webassembly module, trying to use a pre-compiled …","Load a a Webassembly module, trying to use a pre-compiled …","","Load a a Webassembly module, trying to use a pre-compiled …","","Cache pre-compiled wasmer::Modules.","A cache for compiled modules.","","","","","Provides access to all the networking related functions …","","","","","","","Create a new wasmer::Store.","","","Callback thats invokes whenever the instance is tainted, …","","A package loader.","","","","","","","","","","","","","","","","","","","The package registry.","","","","","","","Retrieve the active VirtualTaskManager.","","","","","","","","","","","","","","","Get access to the TTY used by the environment.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Possible errors that may occur during ModuleCache …","","FallbackCache is a combinator for the ModuleCache trait …","","A cache that saves modules to a folder on the host …","","A cache for compiled WebAssembly modules.","The item was not found.","A catch-all variant for any other errors that may occur.","","A ModuleCache based on a DashMap<ModuleHash, Module>.","A cache that will cache modules in a thread-local variable.","","","","","Get a ModuleCache which should be good enough for most …","Load a module based on its hash.","","","Save a module so it can be retrieved with …","","","","","","","","","FallbackCache is a combinator for the ModuleCache trait …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","A cache that saves modules to a folder on the host …","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","A ModuleCache based on a DashMap<ModuleHash, Module>.","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","A cache that will cache modules in a thread-local variable.","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","Possible errors that may occur during ModuleCache …","","","","A cache for compiled WebAssembly modules.","The item was not found.","A catch-all variant for any other errors that may occur.","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Load a module based on its hash.","","","Save a module so it can be retrieved with …","","","","","","","","","","","","","Chain a second ModuleCache that will be used as a fallback …","Chain a second ModuleCache that will be used as a fallback …","","","","","The builtin PackageLoader that is used by the wasmer CLI …","","A PackageLoader implementation which will always error out.","","","","","","","Given a fully resolved package, load it into memory for …","Load a resolved package into memory so it can be executed.","A mapping from hostnames to tokens","","","The builtin PackageLoader that is used by the wasmer CLI …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","Insert a container into the in-memory hash.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","A mapping from hostnames to tokens","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Add an API token that will be used whenever sending …","","","The maximum number of packages that will be loaded in …","A FileSystem implementation that lets you map the Path to …","","","","","","","","How many bytes worth of files does a directory contain?","","","","","","","","Given a set of ResolvedFileSystemMappings and the Container…","Build the filesystem for webc v2 packages.","Build the filesystem for webc v3 packages.","","Returns the argument unchanged.","","","Calls U::from(self).","","HACK: Some older packages like sharrattj/bash and …","Given a webc::metadata::Command, figure out which atom it …","Given a fully resolved package, load it into memory for …","","","","","","","","","","","","","","","","","","","","","","","","","","","Load a resolved package into memory so it can be executed.","","A PackageLoader implementation which will always error out.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A dependency constraint.","An acyclic, directed dependency graph.","Information used when retrieving a package.","","An edge in the DependencyGraph.","","A Source that knows how to query files on the filesystem.","A Source that tracks packages in memory.","","A Source that works by querying multiple Sources in …","","","A node in the DependencyGraph.","","","Information about a package’s contents.","Some metadata a Source can provide about a package without …","","","","","","A package that has been resolved, but is not yet runnable.","Something that packages can be downloaded from.","","","A Source which will resolve dependencies by pinging a …","A Source which can query arbitrary packages on the …","The SHA-256 hash of a *.webc file.","","The name used by the package when referring to this …","","","","","Commands this package exposes to the outside world.","","If encountered, treat QueryError::NoMatches as a non-fatal …","If encountered, treat QueryError::NotFound as a non-fatal …","If encountered, treat QueryError::Unsupported as a …","Any dependencies this package may have.","The name of the package this volume comes from (current …","","Information about how the package is distributed.","The name of a Command that should be used as this package…","","","A mapping from paths to the volumes that should be mounted …","","","","","","","","","Where the volume should be mounted within the resulting …","","","","The item’s original name.","","The path of the mapped item within its original volume.","","","","The package this item comes from.","","","","","","","Ask this source which packages would satisfy a particular …","","","Given the PackageInfo for a root package, resolve its …","","","","","","","","","The volume to be mounted.","","","","A URL that can be used to download the *.webc file.","A SHA-256 checksum for the *.webc file.","","","","","","A Source that knows how to query files on the filesystem.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","A Source that tracks packages in memory.","","","","Add a new PackageSummary to the InMemorySource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Recursively walk a directory, adding all valid WEBC files …","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A dependency constraint.","Information used when retrieving a package.","","Information about a package’s contents.","Some metadata a Source can provide about a package without …","The SHA-256 hash of a *.webc file.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Commands this package exposes to the outside world.","","Any dependencies this package may have.","The name of the package this volume comes from (current …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The name of a Command that should be used as this package…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","Where the volume should be mounted within the resulting …","","The path of the mapped item within its original volume.","","","","","Parse a sha256 hash from a hex-encoded string.","","","","","","","","","","","Generate a new WebcHash based on the SHA-256 hash of some …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The volume to be mounted.","","","","","","","","A URL that can be used to download the *.webc file.","A SHA-256 checksum for the *.webc file.","A Source that works by querying multiple Sources in …","","","","","","","","","","","","","","If encountered, treat QueryError::NoMatches as a non-fatal …","If encountered, treat QueryError::NotFound as a non-fatal …","If encountered, treat QueryError::Unsupported as a …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Override the strategy used when a Source returns a …","An acyclic, directed dependency graph.","An edge in the DependencyGraph.","","A node in the DependencyGraph.","","","A package that has been resolved, but is not yet runnable.","","","","","","","","The name used by the package when referring to this …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Information about how the package is distributed.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A mapping from paths to the volumes that should be mounted …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","Calls U::from(self).","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 an iterator over all the packages in this dependency …","","","","","","","","","The item’s original name.","","","","The package this item comes from.","","Get a mapping from PackageIds to NodeIndexs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Visualise this graph as a DOT program.","","","","","","","","","","","","","","","","","","","","As a workaround for the lack of “proper” dependency …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","All node indices, in topologically sorted order.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","Given the PackageInfo for a root package, resolve its …","","Given some DiscoveredPackages, figure out how the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Something that packages can be downloaded from.","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","Run Source::query() and get the PackageSummary for the …","Run Source::query() and get the PackageSummary for the …","","","Ask this source which packages would satisfy a particular …","","","","","","","","","","","","","","","","Polyfill for Url::from_file_path() that works on …","","","A local cache for package queries.","","Cache entry for a webc lookup by hash.","","","","","","","","","A Source which will resolve dependencies by pinging a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","Has the package been archived?","","","","","","","","","","","","","","","","","A JSON string containing a Manifest definition.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Cache query results locally.","","","Classification of how valid an item is based on filesystem …","","An item in the cache.","An item isn’t in the cache, but could be cached later on.","The item isn’t in the cache.","The cached item might be invalid, but it has an ETag we …","The cached item exists on disk, but we weren’t able to …","A Source which can query arbitrary packages on the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Download a package and cache it locally.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Set the period after which an item should be marked as “…","","","","","","","","","","","","","Callback that will be invoked","Represents a WASM task that will be executed on a …","Callback that will be invoked","The properties passed to the task","Callback that will be invoked","The properties passed to the task","A task executor backed by a thread pool.","Generic utility methods for VirtualTaskManager","","","","","","","","","","","","","","","Build a new Webassembly memory.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 instance will be recycled back to this function when …","","Pause the current thread of execution.","Runs the work in the background via the task managers …","","","Schedule a blocking task to run on the threadpool, …","","","Run a blocking operation on the thread pool.","Run an asynchronous operation on the thread pool.","Run a blocking WebAssembly operation on the thread pool.","Returns the amount of parallelism that is possible on this …","","","The result of the asynchronous trigger serialized into …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A task manager that uses tokio to spawn tasks.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","See VirtualTaskManager::sleep_now.","See VirtualTaskManager::task_dedicated.","See VirtualTaskManager::task_shared.","See VirtualTaskManager::task_wasm.","See VirtualTaskManager::thread_parallelism.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","all the rights enabled","","","Structure that holds the state of BUS calls to this …","","","","Represents a futex which will make threads wait for …","Stores the state of the futexes","","Top level data type containing all* the state with which …","","","","","","","","","","","","","Builder system for configuring a WasiState and creating it.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Forking the WasiState is used when either fork or vfork is …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Gets a reference to the waker that can be used for …","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Will wait until either the reactor is triggered or the …","Wakes one of the reactors thats currently waiting","","","","","","","Internal helper function to get a standard device handle. …","Get the VirtualFile object at stderr","Get the VirtualFile object at stdin","Get the VirtualFile object at stdout","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Builder for preopened directories.","The built version of PreopenDirBuilder","","","","Builder API for configuring a WasiEnv environment needed …","","","","","Error type returned when bad data is given to …","","","Add an argument.","Add multiple arguments.","Add an environment variable pair.","Add multiple environment variable pairs.","Add an item to the list of importable items provided to …","","Specifies one or more journal files that Wasmer will use …","Preopen a directory with a different name exposed to the …","Map an atom to a local binary","Maps a series of atoms to local binaries.","Preopen a directory and configure it.","Adds a preopen a directory","","Adds a container this module inherits from.","","Make this preopened directory appear to the WASI program …","","","Add an argument.","Add multiple arguments.","Command line arguments.","","Attaches a ctrl-c handler which will send signals to the …","","","","","","","","","","","","Consumes the WasiEnvBuilder and produces a WasiEnvInit, …","","","","","","","","","Set create permissions affecting files in the directory","","","","","","","","","","","","","","","","","","","","Point the preopened directory to the path given by po_dir","","","","","Add an environment variable pair.","Add multiple environment variable pairs.","Environment variables.","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Returns the argument unchanged.","Sets the FileSystem to be used with this WASI instance.","","Get a reference to the configured arguments.","Get a mutable reference to the configured arguments.","Get a reference to the configured environment variables.","Get a mutable reference to the configured environment …","Add an item to the list of importable items provided to …","","","","","","Consumes the WasiEnvBuilder and produces a WasiEnvInit, …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","Map an atom to a local binary","Maps a series of atoms to the local binaries","List of host commands to map into the WASI instance.","Preopen a directory with a different name exposed to the …","Preopen directorys with a different names exposed to the …","","Creates an empty WasiEnvBuilder.","Create an empty builder","","","","","","","Preopen a directory and configure it.","Preopen a directory","Preopen multiple directories.","Preopen the given directories from the Virtual FS.","Pre-opened directories that will be accessible from WASI.","Set read permissions affecting files in the directory","","","","","","Start the WASI executable with async threads enabled.","","Sets the WASI runtime implementation and overrides the …","","Sets a new sandbox FileSystem to be used with this WASI …","","","","Sets the module hash for the running process. This ensures …","","Overwrite the default WASI stderr, if you want to hold on …","Overwrite the default WASI stdin, if you want to hold on …","Overwrite the default WASI stdout, if you want to hold on …","Configure the WASI filesystem before running.","","","","","Overwrite the default WASI stderr, if you want to hold on …","","Overwrite the default WASI stdin, if you want to hold on …","","Overwrite the default WASI stdout, if you want to hold on …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a container this module inherits from.","Adds a list of other containers this module inherits from.","List of webc dependencies to be injected.","","Pre-opened virtual directories that will be accessible …","","","","","","Set write permissions affecting files in the directory","","","The environment provided to the WASI imports.","Data required to construct a WasiEnv.","Various TypedFunction and Global handles for an active …","","","Returns the active journal or fails with an error","Returns the number of active threads","Additional functionality provided to the WASIX instance, …","asyncify_get_state(): call this to get the current value …","asyncify_start_rewind(data : i32): call this to start …","asyncify_start_unwind(data : i32): call this to start …","asyncify_stop_rewind(): call this to note that rewinding …","asyncify_stop_unwind(): call this to note that unwinding …","Binary factory attached to this environment","","Cleans up all the open files (if this is the main thread)","","","","","","","Construct a new WasiEnvBuilder that allows customizing an …","Whether to call the _initialize function in the WASI …","Indicates if the calling environment is capable of deep …","","","Returns true if this module is capable of deep sleep …","","","","","","","Points to the end of the data section","","","","","","","","","","Flag that indicates the cleanup of the environment is to …","","","","","Is this environment capable and setup for deep sleeping","Enables an exponential backoff of the process CPU usage …","Enables the snap shotting functionality","Indicates if extra tracing should be output","","","","Forking the WasiState is used when either fork or vfork is …","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Unsafe:","Unsafe:","","Returns true if a particular snapshot trigger is enabled","Flag that indicates if the stack capture exports are being …","","","","Function thats invoked to initialize the WASM module (name …","Providers safe access to the initialized part of WasiEnv …","Inner functions and references that are loaded before the …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Returns true if this thread can go into a deep sleep","Represents the layout of the memory","","","","","","Providers safe access to the memory (it must be …","Providers safe access to the memory (it must be …","Represents a reference to the memory","Copy the lazy reference so that when it’s initialized …","","Providers safe access to the memory (it must be …","Providers safe access to the memory (it must be …","","","Accesses the virtual networking implementation","","Cleans up all the open files (if this is the main thread)","List of the handles that are owned by this context (this …","","","","","Seed used to rotate around the events returned by …","Returns true if a particular snapshot trigger is enabled","Represents the process this environment is attached to","","Porcesses any signals that are batched up","Porcesses any signals that are batched up or any forced …","","Re-initializes this environment so that it can be executed …","Flag that indicatees if the environment is currently …","Returns a copy of the current runtime implementation for …","Implementation of the WASI runtime.","","Overrides the runtime implementation for this environment","Returns an exit code if the thread or process has been …","Returns true if the process should perform snapshots or not","Represents the callback for signals (name = “__…","Flag that indicates if the signal callback has been set by …","Indicates triggers that will cause a snapshot to be taken","Points to the higher end of the stack","Points to the lower end of the stack","Points to the current location of the memory stack pointer","Main function that will be invoked (name = “_start”)","Get the WASI state","Shared state of the WASI system. Manages all the data that …","","Internal helper function to get a standard device handle. …","Get the VirtualFile object at stderr","Get the VirtualFile object at stdin","Get the VirtualFile object at stdout","Returns a copy of the current tasks implementation for …","Represents the thread this environment is attached to","","Represents the callback for spawning a thread (name = “…","","","","Tries to clone the instance from this environment","","","","Providers safe access to the initialized part of WasiEnv","Providers safe access to the initialized part of WasiEnv …","","","","Providers safe access to the memory (it must be …","Copy the lazy reference so that when it’s initialized …","Providers safe access to the memory (it must be …","","","","","","","","","","","","","","","","","","","","","","Make all the commands in a BinaryPackage available to the …","Given a list of packages, load them from the registry and …","Represents a fork of the process that is currently in play","","","","","Returns true if this WASM process will need and try to use …","","The default stack size for WASIX - the number itself is …","","","Bootstraps this main thread and context with any journals …","","","","","Gets a reference to the WasiEnvironment","Gets a mutable- reference to the host state in this …","","","","","","","Returns the argument unchanged.","Get an Imports for a specific version of WASI detected in …","Like import_object but containing all the WASI versions …","","Initializes the WasiEnv using the instance exports (this …","Initializes the WasiEnv using the instance exports and a …","Calls U::from(self).","","","","Safety","","","","","","","","","","","","","","","","","","","This pointer provides global access to some instance …","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","This non-sendable guard provides memory safe access to the …","This provides access to the memory inside the instance","This non-sendable guard provides memory safe access to the …","This handle protects the WasiInstance and makes it …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Inner functions and references that are loaded before the …","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Extract the exit code from a Result<(), WasiRuntimeError>.","Something didn’t work. ignored as input","","","","","Connection closed. ignored as input","Data available to read","Invalid request. ignored as input","Data available to write (will still block if data is …","A wrapper type around Stderr that implements VirtualFile.","A wrapper type around Stdin that implements VirtualFile.","A wrapper type around Stdout that implements VirtualFile.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Permission denied.","Has the effects of both Acquire and Release together: For …","When coupled with a load, if the loaded value was written …","The address was in use","The address could not be found","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","Connection already in progress.","File exists","","","A thread-safe reference-counting pointer. ‘Arc’ stands …","Helper trait for a value that is convertible to a StoreMut.","Helper trait for a value that is convertible to a StoreRef.","An extension trait that adds utility methods to AsyncSeek …","Writes bytes to a sink.","","Future that will be polled by asyncify methods (the return …","","A boolean type which can be safely shared between threads.","An integer type which can be safely shared between threads.","An integer type which can be safely shared between threads.","The memory does not support atomic operations.","The size of this non-zero integer type in bits.","The size of an IPv4 address in bits.","The size of an IPv6 address in bits.","An IPv4 address representing the broadcast address: …","Bad file descriptor.","Bad message.","The fd given as a base was not a directory so the …","The file descriptor or file refers to a block device inode.","A trait for borrowing data.","Borrowed data.","","A pipe was closed","Device or resource busy.","A cheaply cloneable and sliceable chunk of contiguous …","A unique reference to a contiguous slice of memory.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","A Condition Variable","Connection aborted.","","The connection was aborted","The connection request was refused","The connection was reset","Connection refused.","Connection reset.","The context of an asynchronous task.","The operation would cause the size of the memory to exceed …","A clone-on-write smart pointer.","","Resource deadlock would occur.","Used for immutable dereferencing operations, like *v.","Used for mutable dereferencing operations, like in *v = 1;.","Destination address required.","","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","Directory not Empty","A directory entry.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","","Reserved.","A pair of pipes that are connected together.","A Duration type to represent a span of time, typically …","","A view into a single entry in a map, which may either be …","The requested file or directory could not be found","Error codes returned by functions. Not all of these error …","","The type returned in the event of a conversion error.","An event that occurred.","The contents of an event for the eventtype::fd_read and …","The contents of an event.","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","","An Extern is the runtime representation of an entity that …","An externref value which can hold opaque data to the wasm …","A 32-bit float.","A 64-bit float.","","Bad address.","File too large.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","Indicates that asyncify callback finished and the caller …","Will return the result of the invocation","Error type for external users","Which file time attributes to adjust. TODO: wit appears to …","A first-class reference to a WebAssembly function.","A WebAssembly function instance.","A external Function.","An opaque reference to a function environment. The …","A temporary handle to a FunctionEnv.","A user defined error value, used for error cases not …","A WebAssembly global instance.","A external Global.","","A hash map implemented with quadratic probing and SIMD …","A hash set implemented as a HashMap where the value is ().","Memory access is outside heap bounds.","Host is unreachable.","A 32-bit integer.","A 64-bit integer.","Something failed when doing IO. These errors can generally …","Identifier removed.","Illegal byte sequence.","","","The error type for errors that can never happen.","","","Operation in progress.","A WebAssembly Instance is a stateful, executable instance …","The operation was interrupted before it could finish","Objects that can be converted into an Waker. This trait is …","Interrupted function.","Invalid argument.","Invalid internal data, if the argument data is invalid, …","The fd given was not usable","The provided data is invalid","Invalid memory was provided.","Will call the function again","I/O error.","An IP address, either IPv4 or IPv6.","An IPv4 address.","An IPv6 address.","Socket is connected.","Is a directory.","","An IPv4 address with the address pointing to localhost: …","An IPv6 address representing localhost: ::1.","","","","","A thread local storage key which owns its contents.","The filesystem has failed to lock a resource.","","Long size used by checkpoints","Too many levels of symbolic links.","The largest value that can be represented by this non-zero …","The maximum duration.","The duration of one microsecond.","The duration of one millisecond.","The smallest value that can be represented by this non-zero","Caller asked for a maximum memory greater than we can give …","A WebAssembly memory instance.","A external Memory.","Marker trait for 32-bit memories.","Marker trait for 64-bit memories.","Error for invalid Memory access.","Error type describing things that can go wrong when …","Returned when a shared memory is required, but the given …","Trait for the Memory32 and Memory64 marker types.","A WebAssembly memory view.","Memory access violation.","File descriptor value too large.","Caller asked for more minimum memory than we can give them.","Too many links.","A WebAssembly Module contains stateless WebAssembly code …","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","Message too large.","","","","Reserved.","A mutual exclusion primitive useful for protecting shared …","The duration of one nanosecond.","Filename too long.","Type used to pass this value as an argument or return …","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","The requested device couldn’t be accessed","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","String is not valid UTF-8.","An integer that is known not to equal zero.","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Expected a file but found not a file","Could not perform the operation because there was not an …","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","One value used for counting.","An occupied entry.","Type used to represent an offset into a memory. This is u32…","After the stack is unwound via asyncify what should the …","","","","","","Atomic memory orderings","","Value too large to be stored in data type.","Address calculation overflow.","Owned data.","Previous owner died.","Units of WebAssembly pages (as specified to be 65,536 …","A slice of a path (akin to str).","Represents that a value is not ready yet.","Operation not permitted.","Caller was not allowed to perform this operation","","A pinned pointer.","Broken pipe.","","Indicates whether a value is available or if the current …","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","Protocol error.","","Protocol not supported.","Protocol wrong type for socket.","The application expects to access the specified data in a …","Result too large.","","The Read trait allows for reading bytes from a source.","Represents that a value is immediately ready.","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","A mutable memory location with dynamically checked borrow …","Low level error with mmap.","The file descriptor or file refers to a regular file inode.","No ordering constraints, only atomic operations.","When coupled with a store, all previous operations become …","Handle rewind types that have a result to be processed","Handle rewind types that are result-less (generally these …","","","File descriptor rights, determining which actions may be …","Read-only file system.","A struct representing an aborted instruction execution, …","The duration of one second.","The Seek trait provides a cursor which can be moved within …","","","","Like Acquire/Release/AcqRel (for load, store, and …","","The application expects to access the specified data …","","SHA-256 hasher.","Cannot send after socket shutdown.","Identifiers for clocks, snapshot0 version.","An internet socket address, either IPv4 or IPv6.","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","Invalid seek.","No such process.","","Reserved.","","The store represents all global state that can be …","","","","","An event that occurred. The contents of an event. An event …","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","A external Table.","The resulting type after dereferencing.","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","","The operation did not complete within the given amount of …","Connection timed out.","Timestamp in nanoseconds.","Thread local key","Thread local user data (associated with the value)","Thread local value","Argument list too long.","Traps with an error","An attempted conversion that consumes self, which may or …","","","Text file busy.","","A WebAssembly function that can be called natively (using …","An IPv4 address representing an unspecified address: …","An IPv6 address representing the unspecified address: ::","","","Found EOF when EOF was not expected","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","","","","","Some other unhandled error. If you see this, it’s …","","Returned when trying to call a memory operation that is …","Indicates that asyncify should unwind by immediately …","A 128-bit number","An IPv4 address.","An IPv4 socket address.","An IPv6 address.","An IPv6 socket address.","A vacant entry.","WebAssembly computations manipulate values of basic value …","This trait relies on your file closing when it goes out of …","A file descriptor handle.","","A zero-cost type that represents a pointer to something in …","Reference to an array of values in Wasm memory.","","The application expects to access the specified data in …","Operation would block, this error lets the caller know …","A trait for objects which are byte-oriented sinks.","A call to write returned 0","Cross-device link.","Zero value used for WasmPtr::is_null.","A duration of zero time.","Asyncify takes the current thread and blocks on the async …","Asyncify takes the current thread and blocks on the async …","Asyncify takes the current thread and blocks on the async …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Performs an immutable operation on the socket while …","Performs mutable work on a socket under an asynchronous …","Performs an immutable operation on the socket while …","Performs mutable work on a socket under an asynchronous …","Replaces a socket with another socket in under an …","","","","","","","","Creates a WasmAccess","Gains direct access to the memory of this slice","","","","","","","","","","","","Panics","","Calculates an offset from the current pointer address. The …","","","","","Returns a reference to the underlying allocator.","Produces an iterator over Path and its ancestors.","Provides in-place mutable access to an occupied entry …","","","","","","","","Gets a pinned mutable reference from this nested pinned …","","","","","","","","","","","Returns the total number of whole microseconds contained …","Returns the total number of whole milliseconds contained …","Borrows a new mutable reference","","Get the data as mutable","Gets a pinned mutable reference from this pinned pointer.","Yields a mutable reference to the underlying OsStr slice.","Returns the total number of nanoseconds contained by this …","Yields the underlying OsStr slice.","Returns a raw pointer to the underlying data in this cell.","Provides a raw pointer to the data.","Returns a mutable pointer to the underlying bool.","Returns a mutable pointer to the underlying integer.","Returns a mutable pointer to the underlying integer.","Get a 32-bit WasmPtr for this WasmRef.","Get a 64-bit WasmPtr for this WasmRef.","Converts the Value into a RawValue.","","","Borrows a new immmutable reference","","","","Get the data as reference","","","","Gets a pinned shared reference from this pinned pointer.","","","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 …","Get a SharedMemory.","Returns a StoreMut pointing to the underlying context.","","","","Returns a StoreRef pointing to the underlying context.","","","","","","","","","","Converts to Arc<T>.","Converts to Arc<[T]>.","","","","","","","","Returns the intersection of self and rhs as a new …","","","","","Returns the union of self and rhs as a new HashSet<T, S>.","","","","","","","","","","","","","","","","","","","Returns the symmetric difference of self and rhs as a new …","","Immutably borrows from an owned value.","","","","","","","","","","","","","","","","","","","","","","","","","","","Immutably borrows the wrapped value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Mutably borrows the wrapped value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a “by reference” adaptor for this instance of …","Creates a “by reference” adapter for this instance of …","Transforms this Read instance to an Iterator over its …","Calculate number of bytes from pages.","Call the Function function.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Call the typed func and return results.","Returns the canonical, absolute form of the path with all …","","Returns the number of bytes the BytesMut can hold without …","Returns the number of elements the map can hold without …","Returns the number of elements the set can hold without …","Casts this WasmPtr to a WasmPtr of a different type.","","Creates an adapter which will chain this stream with …","","","","","","","Checked addition. Computes self + rhs, returning None if …","Adds an unsigned integer to a non-zero value. Checks for …","Checked Duration addition. Computes self + other, …","Checked Duration division. Computes self / other, …","Multiplies two non-zero integers together. Checks for …","Checked Duration multiplication. Computes self * other, …","Returns the smallest power of two greater than or equal to …","Raises non-zero value to an integer power. Checks for …","Checked Duration subtraction. Computes self - other, …","","","","","Clears the buffer, removing all data.","Clears the buffer, removing all data. Existing capacity is …","Clears the map, removing all key-value pairs. Keeps the …","Clears the set, removing all values.","Clear the poisoned state from a mutex","","","","","","","","","","","","","","","","","","","","Panics","","Makes a clone of the Arc pointer.","","","","","","","","","","","","","","","","","","","Panics","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Panics","","Comparison for two Arcs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Stores a value into the bool if the current value is the …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Stores a value into the bool if the current value is the …","Stores a value into the atomic integer if the current …","Stores a value into the atomic integer if the current …","Produces an iterator over the Components of the path.","","","Returns true if the set contains a value.","Returns true if the map contains a value for the specified …","","","","Creates Bytes instance from slice, by copying it.","Copies a range of the memory and returns it as a vector of …","This method will copy a file from a source to this …","","","Copies the memory to another new memory object","Attempts to duplicate this memory (if its clonable) in a …","Copies the memory and returns it as a vector of bytes","","","","","","","","","","the time at which the file was created in nanoseconds as a …","","","Get the custom sections of the module given a name.","The serial number of the file referred to by this …","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","Returns a reference to the host state in this function …","","","","","","Borrows a new mutable reference of both the attached Store …","","","Returns a mutable- reference to the host state in this …","Returns the size (in bytes) of the Memory.","Constructs an event at the debug level.","Decrements the strong reference count on the Arc<T> …","Decrements the strong reference count on the Arc<T> …","Puts the process to deep sleep and wakes it again when the …","","","Creates an owned Cow<’a, B> with the default value for …","Creates an empty HashMap<K, V, S>, with the Default value …","","Creates an empty HashSet<T, S> with the Default value for …","Creates a RefCell<T>, with the Default value for T.","Creates a Condvar which is ready to be waited on and …","Creates a new Arc<T>, with the Default value for T.","Creates a Mutex<T>, with the Default value for T.","Creates an AtomicBool initialized to false.","","","","","Dereferences the value.","","","","","","","","","","","Creates a WasmRef from this WasmPtr which allows reading …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Mutably dereferences the value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Deserializes a serialized Module binary into a Module.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Deserializes a serialized Module located in a Path into a …","Deserializes a serialized Module located in a Path into a …","Deserializes a serialized module binary into a Module.","Visits the values representing the difference, i.e., the …","Returns an object that implements Display for safely …","","","","Divide Duration by Duration and return f32.","Divide Duration by Duration and return f64.","Divide Duration by f32.","Divide Duration by f64.","Attempts to downcast the RuntimeError to a concrete type.","Attempt to downcast the Arc<dyn Any + Send + Sync> to a …","","","","Attempts to downcast the RuntimeError to a concrete type.","Downcasts the Arc<dyn Any + Send + Sync> to a concrete …","Creates a new Weak pointer to this allocation.","Clears the map, returning all key-value pairs as an …","Clears the set, returning all elements as an iterator. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Drops the Arc.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Determines whether child is a suffix of self.","Returns the Engine.","","Gets the given key’s corresponding entry in the map for …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Panics","","","","","","","","","","","","","","Equality for two Arcs.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If non-zero, an error that occurred while processing the …","Constructs an event at the error level.","","","Returns true if the path points at an existing entity.","","Returns an iterator over the exported types in the Module.","The exports for an instance.","","","","","","","","Appends given bytes to this BytesMut.","","","","","","","","","Extracts the extension (without the leading dot) of …","Attempt to access the underlying value of this Value, …","Creates an iterator which uses a closure to determine if …","Creates an iterator which uses a closure to determine if a …","Attempt to access the underlying value of this Value, …","Attempt to access the underlying value of this Value, …","","","","Adds to the current value, returning the previous value.","Adds to the current value, returning the previous value.","Logical “and” with a boolean value.","Bitwise “and” with the current value.","Bitwise “and” with the current value.","Maximum with the current value.","Maximum with the current value.","Minimum with the current value.","Minimum with the current value.","Logical “nand” with a boolean value.","Bitwise “nand” with the current value.","Bitwise “nand” with the current value.","Logical “not” with a boolean value.","Logical “or” with a boolean value.","Bitwise “or” with the current value.","Bitwise “or” with the current value.","Subtracts from the current value, returning the previous …","Subtracts from the current value, returning the previous …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Fetches the value, and applies a function to it that …","Logical “xor” with a boolean value.","Bitwise “xor” with the current value.","Bitwise “xor” with the current value.","The file descriptor on which to wait for it to become …","Returns the final component of the Path, if there is one.","Extracts the prefix of self.file_name.","Extracts the stem (non-extension) portion of self.file_name…","The state of the file descriptor.","Flush this output stream, ensuring that all intermediately …","Flushes this output stream, ensuring that all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts self into an immutable Bytes.","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Converts the string reference into a Cow::Borrowed.","Returns the argument unchanged.","Creates a clone-on-write pointer from a reference to Path.","","","","","Creates a clone-on-write pointer from a reference to …","Converts a String into an Owned variant. No heap …","Creates a clone-on-write pointer from an owned instance of …","Converts a CString into an owned Cow without copying or …","Converts the string reference into a Cow::Borrowed.","Creates an Owned variant of Cow from an owned instance of …","Creates a Borrowed variant of Cow from a reference to Vec.","Converts a &CString into a borrowed Cow without copying or …","Converts a string slice into a Borrowed variant. No heap …","Converts a String reference into a Borrowed variant. No …","Converts a CStr into a borrowed Cow without copying or …","","Moves the string into a Cow::Owned.","Creates a Borrowed variant of Cow from a slice.","Returns the argument unchanged.","Examples","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Examples","Returns the argument unchanged.","","","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","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 RefCell<T> containing the given value.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Converts an atomically reference-counted string slice into …","Converts a [T; N] into an Arc<[T]>.","Converts a &CStr into a Arc<CStr>, by copying the contents …","Create an atomically reference-counted pointer from a …","","Converts a CString into an Arc<CStr> by moving the CString …","Allocate a reference-counted slice and move v’s items …","Converts a PathBuf into an Arc<Path> by moving the PathBuf …","Converts a T into an Arc<T>","Returns the argument unchanged.","Allocate a reference-counted str and copy v into it.","Copies the string into a newly allocated Arc<OsStr>.","Allocate a reference-counted str and copy v into it.","Move a boxed object to a new, reference-counted allocation.","Allocate a reference-counted slice and fill it by cloning v…","Converts a Path into an Arc by copying the Path data into …","Converts an OsString into an Arc<OsStr> by moving the …","Returns the argument unchanged.","","","","","","","","","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Creates a new mutex in an unlocked state ready for use. …","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts a bool into an AtomicBool.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","Converts NonZeroU8 to NonZeroU64 losslessly.","Returns the argument unchanged.","","Converts NonZeroU32 to NonZeroU64 losslessly.","","","Converts NonZeroU16 to NonZeroU64 losslessly.","","","","Returns the argument unchanged.","Creates an IpAddr::V4 from a four element byte array.","Creates an IpAddr::V6 from an eight element 16-bit array.","","Copies this address to a new IpAddr::V4.","Copies this address to a new IpAddr::V6.","Creates an IpAddr::V6 from a sixteen element byte array.","Returns the argument unchanged.","Creates an Ipv4Addr from a four element byte array.","","Returns the argument unchanged.","Uses Ipv4Addr::from_bits to convert a host byte order u32 …","Uses Ipv6Addr::from_bits to convert a host byte order u128 …","Returns the argument unchanged.","Creates an Ipv6Addr from an eight element 16-bit array.","Creates an Ipv6Addr from a sixteen element byte array.","Returns the argument unchanged.","Converts a SocketAddrV4 into a SocketAddr::V4.","Converts a tuple struct (Into<IpAddr>, u16) into a …","Converts a SocketAddrV6 into a SocketAddr::V6.","Returns the argument unchanged.","Converts a Box<T> into a Pin<Box<T>>. If T does not …","Converts a Box<T> into a Pin<Box<T>>. If T does not …","Returns the argument unchanged.","Converts an u32 into an AtomicU32.","Returns the argument unchanged.","Converts an u64 into an AtomicU64.","Returns the argument unchanged.","","","Returns the argument unchanged.","Moves the value into a Poll::Ready to make a Poll<T>.","Returns the argument unchanged.","","","","Creates a new WebAssembly module from a Wasm binary.","Creates a new WebAssembly module from a Wasm binary, …","Converts a host byte order u32 into an IPv4 address.","Converts a host byte order u128 into an IPv6 address.","","","","","Creates a new WebAssembly module from a file path.","","","","","","","","","","Takes each element in the Iterator and collects it into an …","Creates a new Duration from the specified number of …","Creates a new Duration from the specified number of …","Get atomic access to a &mut bool.","Get atomic access to a &mut u32.","Get atomic access to a &mut u64.","Get atomic access to a &mut [bool] slice.","Get atomic access to a &mut [u32] slice.","Get atomic access to a &mut [u64] slice.","Creates a new Duration from the specified number of …","","","","","","","","","Creates a new AtomicBool from a pointer.","Creates a new reference to an atomic integer from a …","Creates a new reference to an atomic integer from a …","","Constructs an Arc<T> from a raw pointer.","Converts a RawValue to a Value.","Constructs an Arc<T, A> from a raw pointer.","","","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 Bytes from a static slice.","","","","","","Create an Extern from an wasmer_engine::Export.","Create a new Context from a &Waker.","","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","Attempt to access the underlying value of this Value, …","Panics","‘Greater than or equal to’ comparison for two Arcs.","","Returns a copy of the contained value.","Returns a reference to the value corresponding to the key.","Returns a reference to the value in the set, if any, that …","Retrieves the current value Value that the Global has.","Returns the value as a primitive type.","","","","","","","","","","","","","","","","","","","","Returns the key-value pair corresponding to the supplied …","Attempts to get mutable references to N values in the map …","Attempts to get mutable references to N values in the map …","","","","Returns a mutable reference to the value corresponding to …","Returns a mutable reference to the underlying data.","Returns a mutable reference into the given Arc, if there …","Returns a mutable reference to the underlying data.","Returns a mutable reference to the underlying bool.","Gets a mutable reference to the data inside of this Pin.","Returns a mutable reference to the underlying integer.","Returns a mutable reference to the underlying integer.","Get non-atomic access to a &mut [AtomicBool] slice.","Get non-atomic access to a &mut [AtomicU32] slice","Get non-atomic access to a &mut [AtomicU64] slice","Returns a mutable reference into the given Arc, without …","Inserts the given value into the set if it is not present, …","Inserts an owned copy of the given value into the set if …","Inserts a value computed from f into the set if the given …","Gets a shared reference out of a pin.","","","","","Used for “special” files such as stdin, stdout and …","","","Gets a mutable reference to the data inside of this Pin.","","","Grow memory by the specified amount of WebAssembly Pages …","Grows the memory to at least a minimum size. If the memory …","Panics","Greater-than comparison for two Arcs.","","","","","","Returns true if the Path has a root.","","","","","","","","","","","","","","","","","","","","Returns a reference to the map’s BuildHasher.","Returns a reference to the set’s BuildHasher.","","Attempt to access the underlying value of this Value, …","Attempt to access the underlying value of this Value, …","Returns the ID of this store","Returns the base 10 logarithm of the number, rounded down.","Returns the base 2 logarithm of the number, rounded down.","Returns an iterator over the imported types in the Module.","","","Increments the strong reference count on the Arc<T> …","Increments the strong reference count on the Arc<T> …","Returns a reference to the value corresponding to the …","Get a WasmRef to an element in the slice.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts a key-value pair into the map.","Adds a value to the set.","Sets the value of the entry, and returns an OccupiedEntry.","Visits the values representing the intersection, i.e., 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).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 RefCell, returning the wrapped value.","Returns the inner value, if the Arc has exactly one strong …","Consumes this mutex, returning the underlying data.","Consumes the atomic and returns the contained value.","Unwraps this Pin<P> returning the underlying pointer.","Consumes the atomic and returns the contained value.","Consumes the atomic and returns the contained value.","Unwraps this Pin<P> returning the underlying pointer.","","","","","Creates a consuming iterator, that is, one that moves each …","","","","Creates a consuming iterator, that is, one that moves each …","","Creates a consuming iterator visiting all the keys in …","Convert it into a FunctionEnvMut","Extracts the owned data.","","","","","","Converts a Box<Path> into a PathBuf without copying or …","","Consumes the Arc, returning the wrapped pointer.","","","","","","Converts this Pin<&mut T> into a Pin<&T> with the same …","","Creates a consuming iterator visiting all the values in …","Convert this object into a Waker.","","","","","Traits, helpers, and type definitions for core I/O …","Returns the IP address associated with this socket address.","Returns true if the RuntimeError is the same as T","True if the memory is 64-bit","","","Returns true if the Path is absolute, i.e., if it is …","Returns true if this address is in a range designated for …","Returns true if this address part of the 198.18.0.0/15 …","Returns true if this is an address reserved for …","Returns true if the data is borrowed, i.e. if to_mut would …","Returns true if this is a broadcast address (…","Returns true if the path exists on disk and is pointing at …","Returns true if self has no elements in common with other. …","Returns true if this address is in a range designated for …","Returns true if this address is in a range designated for …","Returns true if this is an address reserved for …","Returns true if the Bytes has a length of 0.","Returns true if the BytesMut has a length of 0.","Returns true if the map contains no elements.","Returns true if the set contains no elements.","Returns true if the number of elements is 0.","","Returns true if the path exists on disk and is pointing at …","","","Checks whether this Function can be used with the given …","Checks whether this Global can be used with the given …","Checks whether this Memory can be used with the given …","Checks whether this Extern can be used with the given …","Checks whether a value can be used with the given context.","","","Returns true if the address appears to be globally …","Returns true if the address appears to be globally …","Returns true if the address appears to be globally …","Returns true if this address is an IPv4 address, and false …","Returns true if the IP address in this SocketAddr is an …","Returns true if this address is an IPv6 address, and false …","Returns true if the IP address in this SocketAddr is an …","Returns true if the address is link-local (169.254.0.0/16).","Returns true if this is a loopback address.","Returns true if this is a loopback address (127.0.0.0/8).","Returns true if this is the loopback address (::1), as …","Returns true if this is a multicast address.","Returns true if this is a multicast address (224.0.0.0/4).","Returns true if this is a multicast address (ff00::/8).","Checks whether the WasmPtr is null.","Indicates if the file is opened or closed. This function …","Returns true if the data is owned, i.e. if to_mut would be …","Returns true if the poll is a Pending value.","Determines whether the mutex is poisoned.","Returns true if and only if self == (1 << k) for some k.","Returns true if this is a private address.","Determines if this Reader has an efficient read_vectored …","","Returns true if the poll is a Poll::Ready value.","","","","","","","","","","","","","","","","Returns true if the Path is relative, i.e., not absolute.","Returns true if this address is reserved by IANA for …","Returns true if this address is part of the Shared Address …","Returns true if the set is a subset of another, i.e., other…","","Returns true if the set is a superset of another, i.e., …","Returns true if the path exists on disk and is pointing at …","","","Returns true if this is a unicast address, as defined by …","Returns true if the address is a globally routable unicast …","Returns true if the address is a unicast address with …","Returns true if this is the only reference to the data.","Returns true if this is a unique local address (fc00::/7).","Returns true for the special ‘unspecified’ address.","Returns true for the special ‘unspecified’ address (…","Returns true for the special ‘unspecified’ address (::…","","Determines if this Writer has an efficient write_vectored …","","","Returns true if this Duration spans no time.","An iterator visiting all key-value pairs in arbitrary …","An iterator visiting all elements in arbitrary order. The …","Get an iterator over the elements in this slice.","Produces an iterator over the path’s components viewed …","An iterator visiting all key-value pairs in arbitrary …","Creates an owned PathBuf with path adjoined to self.","","","","","","","","","","","","","","","","","","Returns a reference to this entry’s key.","An iterator visiting all keys in arbitrary order. The …","the last time the file was accessed in nanoseconds as a …","the last time the file was modified in nanoseconds as a …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Panics","‘Less than or equal to’ comparison for two Arcs.","","Returns the number of leading zeros in the binary …","These modules provide wrappers and implementations for …","Returns the number of bytes contained in this Bytes.","Returns the number of bytes contained in this BytesMut.","Returns the number of elements in the map.","Returns the number of elements in the set.","Get the number of elements in this slice.","","","","","","","","","Loads a value from the bool.","","","Loads a value from the atomic integer.","Loads a value from the atomic integer.","","","","","","","Acquires a mutex, blocking the current thread until it is …","","Panics","Less-than comparison for two Arcs.","","Makes a mutable reference into the given Arc.","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<Option<Result<T, E>>> to …","Maps a Poll<Result<T, E>> to Poll<Result<U, E>> by …","Constructs a new pin by mapping the interior value.","Construct a new pin by mapping the interior value.","","","","Returns the largest value that can be represented by the …","Exponentially increasing backoff of CPU usage","","","","Returns a reference the message stored in Trap.","","","Queries the file system to get information about a file, …","","","","","Calculates the middle point of self and rhs.","Gets the Module associated with this instance.","","Multi-producer, single-consumer FIFO queue communication …","","","Multiplies Duration by f32.","Multiplies Duration by f64.","Returns the address’s multicast scope if the address is …","Returns the name of the current module.","","Convert a Native to an Offset.","","","The number of bytes available for reading or writing.","","","","","","","","Inequality for two Arcs.","","Creates a new empty Bytes.","Creates a new BytesMut with default capacity.","Creates an empty HashMap.","Create a new WasmPtr at the given offset.","Creates a new Store with a specific Engine.","Creates an empty HashSet.","Creates a new generic RuntimeError with the given message.","Creates a new host Function (dynamic) with the provided …","Create a new Global with the initial value Value.","Creates a new host Memory from the provided MemoryType.","Make a new FunctionEnv","Creates a new Instance from a WebAssembly Module and a set …","Creates a new WasmSlice starting at the given offset in …","Creates a new WebAssembly Module given the configuration …","Creates a new RefCell containing value.","Directly wraps a string slice as a Path slice.","Creates a new condition variable which is ready to be …","Constructs a new Arc<T>.","Creates a new mutex in an unlocked state ready for use.","Creates a new AtomicBool.","Creates a non-zero if the given value is not zero.","Creates a new IPv4 address from four eight-bit octets.","Creates a new IPv6 address from eight 16-bit segments.","Creates a new socket address from an IP address and a port …","Construct a new Pin<P> around a pointer to some data of a …","Creates a new atomic integer.","Creates a new atomic integer.","Creates a new Duration from the specified number of whole …","Creates a new Instance from a WebAssembly Module and a …","Constructs a new Arc<T> while giving you a Weak<T> to the …","Create a memory object from an existing memory and …","Creates RuntimeError from an error and a WasmTrace","Constructs a new Arc<T> in the provided allocator.","Create a mutable Global with the initial value Value.","","","","","","Creates a new host Function from a native function.","Creates a new host Function with an environment from a …","Creates a non-zero without checking whether the value is …","Construct a new Pin<P> around a reference to some data of …","Constructs a new Arc with uninitialized contents.","Constructs a new Arc with uninitialized contents in the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Creates a new host Function (dynamic) with the provided …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new atomically reference-counted slice with …","Constructs a new atomically reference-counted slice with …","Wakes up all blocked threads on this condvar.","Wakes up one blocked thread on this condvar.","Returns a null UserPtr.","Returns a null externref value.","Returns the ObjectMutable","","","","Returns the four eight-bit integers that make up this …","Returns the sixteen eight-bit integers the IPv6 address …","","","Get the offset into Wasm linear memory for this WasmPtr.","Get the offset into Wasm linear memory for this WasmSlice.","","","Convert an Offset to a Native.","","","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the default …","Ensures a value is in the entry by inserting the result of …","Ensures a value is in the entry by inserting, if empty, …","","","","","","","","","","Returns the number of parameters that this function takes.","Returns the Path without its final component, if there is …","Parse an IP address from a slice of bytes.","Parse an IPv4 address from a slice of bytes.","Parse an IPv6 address from a slice of bytes.","Parse a socket address from a slice of bytes.","","","","","","","","","","","","","","","","","","","","","","","","","","Panics","","","","","","","","","","","","","Partial comparison for two Arcs.","","","","","","","","","","","","","","","","","","","","","Constructs a new Pin<Arc<T>>. If T does not implement Unpin…","Constructs a new Pin<Arc<T, A>> in the provided allocator. …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Polls the file for when there is data to be read","","","","","","","","Polls the file for when it is available for writing","","","Returns the port number associated with this socket …","","","","","","Returns true if the two Arcs point to the same allocation …","","","","","","","Creates a raw immutable entry builder for the HashMap.","Creates a raw entry builder for the HashMap.","Pull some bytes from this source into the specified …","Reads the address pointed to by this WasmPtr in a memory.","Safely reads bytes from the memory at the given offset.","Reads an element of this slice.","","","","Pull some bytes from this source into the specified buffer.","","Read the exact number of bytes required to fill cursor.","","","","Returns an iterator over the entries within a directory.","","","Read the exact number of bytes required to fill buf.","","Reads a symbolic link, returning the file that the link …","Reads the entire slice into the given buffer.","Reads the entire slice into the given uninitialized buffer.","Reads this WasmSlice into a BytesMut","Read all bytes until EOF in this source, placing them into …","","Reads this WasmSlice into a slice.","Read all bytes until EOF in this source, appending them to …","","Reads this WasmSlice into a Vec.","Safely reads a single byte from memory at the given offset","Safely reads bytes from the memory at the given offset.","Reads a sequence of values from this WasmPtr until a value …","Reads a UTF-8 string from the WasmPtr with the given …","Reads a null-terminated UTF-8 string from the WasmPtr.","Like read, except that it reads into a slice of buffers.","","","","","","","","","","","","","Removes a key from the map, returning the value at the key …","Removes a value from the set. Returns whether the value was","","","","","Removes a key from the map, returning the stored key and …","","","","","","","","","Replaces the contained value, returning the old value.","Replaces the contained value, returning the old value.","Adds a value to the set, replacing the existing value, if …","Replaces the wrapped value with a new one, returning the …","Replaces the wrapped value with a new one computed from f, …","","","","","Reserves capacity for at least additional more bytes to be …","Reserves capacity for at least additional more elements to …","Reserves capacity for at least additional more elements to …","Resets the memory back to zero length","Resizes the buffer so that len is equal to new_len.","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the number of results this function produces.","","","Retains only the elements specified by the predicate.","Retains only the elements specified by the predicate.","","Creates a future which will rewind to the beginning of the …","Rewind to the beginning of a stream.","","","","","Checks whether two stores are identical. A store is …","Adds an unsigned integer to a non-zero value. Return …","","","Saturating Duration addition. Computes self + other, …","Multiplies two non-zero integers together. Return …","Saturating Duration multiplication. Computes self * other, …","Raise non-zero value to an integer power. Return …","","","","","Saturating Duration subtraction. Computes self - other, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Seek to an offset, in bytes, in a stream.","Creates a future which will seek an IO object, and then …","","Returns the eight 16-bit segments that make up this …","","","","","","","","","","Serializes a module into a binary representation that the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Serializes a module into a file that the Engine can later …","","","","","","","","","","","","","","Sets or initializes the contained value.","Sets or initializes the contained value.","Sets a custom value Value to the runtime Global.","Assigns a new value to the memory behind the pinned …","Changes the IP address associated with this socket address.","Change the size of the file, if the new_size is greater …","Sets the length of the buffer.","","","Sets the name of the current module. This is normally …","Changes the port number associated with this socket …","sets accessed and modified time","Set the trap handler in this store.","Attempts to clone this memory (if its clonable) in a new …","Shrinks the capacity of the map with a lower limit. It …","Shrinks the capacity of the set with a lower limit. It …","Shrinks the capacity of the map as much as possible. It …","Shrinks the capacity of the set as much as possible. It …","Shuts down the output stream, ensuring that the value can …","the size of the file in bytes","","Returns the size (in Pages) of the Memory.","","","","","","","","Returns a slice of self for the provided range.","Creates a WasmSlice starting at this WasmPtr which allows …","Returns a slice of self that is equivalent to the given …","","","Returns the remaining spare capacity of the buffer as a …","Runs the work in the background via the task managers …","Runs the work in the background via the task managers …","Runs the work in the background via the task managers …","","","","","","","","","Removes the bytes from the current view, returning them in …","","Splits the bytes into two at the given index.","Splits the bytes into two at the given index.","Splits the bytes into two at the given index.","Splits the buffer into two at the given index.","","","","","","","","","","","","Determines whether base is a prefix of self.","Get a pinned mutable reference from a static mutable …","Get a pinned reference from a static reference.","","","","Writes data to the stderr","","","","","Stores a value into the bool.","Stores a value into the atomic integer.","Stores a value into the atomic integer.","","Returns the length of this stream (in bytes).","Creates a future which will return the current seek …","Returns the current seek position from the start of the …","Returns a path that, when joined onto base, yields self.","Gets the number of strong (Arc) pointers to this …","Returns the difference of self and rhs as a new …","","","Panics","Panics","","Calculates an offset from the current pointer address. The …","","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 …","Get a WasmSlice for a subslice of this slice.","","","","Swaps the wrapped value of self with the wrapped value of …","Stores a value into the bool, returning the previous value.","Stores a value into the atomic integer, returning the …","Stores a value into the atomic integer, returning the …","This method gets metadata without following symlinks in …","","Queries the metadata about a file without following …","","","Visits the values representing the symmetric difference, …","","","","","","","Takes the contained value, leaving Default::default() in …","Takes the contained value, leaving Default::default() in …","Removes and returns the value in the set, if any, that is …","Creates an adapter which will read at most limit bytes …","Takes the wrapped value, leaving Default::default() in its …","","","","","","","","","","","","","Converts an IPv4 address into host byte order u32.","Converts an IPv6 address into host byte order u128.","Converts this address to an IpAddr::V4 if it is an …","Converts this address to an IpAddr::V4 if it is an …","Converts this address to an IPv4 address if it is either …","Converts this address to an IPv4 address if it’s an …","Converts this address to an IPv4-compatible IPv6 address.","Converts this address to an IPv4-mapped IPv6 address.","Acquires a mutable reference to the owned form of the data.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Converts a Path to an owned PathBuf.","","","","","Yields a &str slice if the Path is valid unicode.","","","","","","","","","","","","","","","","","Converts a Path to a Cow<str>.","","Returns trap code, if it’s a Trap","To VMExtern.","","Returns a list of function frames in WebAssembly code that …","Constructs an event at the trace level.","Returns the number of trailing zeros in the binary …","Reinterprets the bits of a value of one type as another …","Shortens the buffer, keeping the first len bytes and …","Shortens the buffer, keeping the first len bytes and …","Immutably borrows the wrapped value, returning an error if …","Mutably borrows the wrapped value, returning an error if …","Immutably borrows the wrapped value, returning an error if …","Attempts to clone this memory (if its clonable)","","Returns Ok(true) if the path points at an existing entity.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to convert NonZeroI32 to NonZeroU64.","Attempts to convert NonZeroIsize to NonZeroU64.","Attempts to convert NonZeroUsize to NonZeroU64.","Attempts to convert NonZeroU128 to NonZeroU64.","","Attempts to convert NonZeroI16 to NonZeroU64.","Attempts to convert NonZeroI64 to NonZeroU64.","Attempts to convert u64 to NonZeroU64.","Attempts to convert NonZeroI128 to NonZeroU64.","Attempts to convert NonZeroI8 to NonZeroU64.","","","","","","","","","","","","","The checked version of from_secs_f32.","The checked version of from_secs_f64.","Tries to insert a key-value pair into the map, and returns …","Performs the conversion.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to acquire this lock.","Constructs a new Arc<T>, returning an error if allocation …","Constructs a new Arc<T, A> in the provided allocator, …","Constructs a new Arc with uninitialized contents, …","Constructs a new Arc with uninitialized contents, in the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Arc with uninitialized contents, with the …","Constructs a new Pin<Arc<T>>, return an error if …","Constructs a new Pin<Arc<T, A>> in the provided allocator, …","","","","Tries to reserve capacity for at least additional more …","Tries to reserve capacity for at least additional more …","Returns the inner value, if the Arc has exactly one strong …","Acquires a reference to the value in this TLS key.","Returns the FunctionType of the Function.","Returns the GlobalType of the Global.","Returns the MemoryType of the Memory.","Return the underlying type of the inner Extern.","Returns the corresponding Type for this Value.","","Type of event that was triggered","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Transform this WebAssembly function into a typed function. …","","","The type of the event that occurred, and the contents of …","Adds an unsigned integer to a non-zero value, assuming …","Multiplies two non-zero integers together, assuming …","Undo the effect of leaked guards on the borrow state of …","Visits the values representing the union, i.e., all the …","","Request deletion of the file","Immediately drops the guard, and consequently unlocks the …","Absorbs a BytesMut that was previously split off.","","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","Returns the underlying value of this Value, panicking if it…","If we have the only reference to T then unwrap it. …","Returns the underlying value of this Value, panicking if it…","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a custom user Error.","","","User-provided value that got attached to …","","","","Attempt to access the underlying value of this Value, …","Validates a new WebAssembly Module given the configuration …","","An iterator visiting all values in arbitrary order. The …","An iterator visiting all values mutably in arbitrary order.","Creates a view into the memory that then allows for read …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Blocks the current thread until this condition variable …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Waits on this condition variable for a notification, …","Blocks the current thread until this condition variable …","","Returns a reference to the Waker for the current task.","","Constructs an event at the warn level.","","","","","Gets the number of Weak pointers to this allocation.","","Acquires a reference to the value in this TLS key.","Acquires a reference to the contained value.","Acquires a mutable reference to the contained value.","Creates a new BytesMut with the specified capacity.","Creates an empty HashMap with at least the specified …","Creates an empty HashSet with at least the specified …","Creates an empty HashMap with at least the specified …","Creates an empty HashSet with at least the specified …","Creates an owned PathBuf like self but with the given …","Creates an owned PathBuf like self but with the given file …","Creates an empty HashMap which will use the given hash …","Creates a new empty hash set which will use the given …","","Write a buffer into this writer, returning how many bytes …","Writes to the address pointed to by this WasmPtr in a …","Safely writes bytes to the memory at the given offset.","Writes to an element of this slice.","Writes a buffer into this writer, returning how many bytes …","","","","","Attempts to write an entire buffer into this writer.","Attempts to write an entire buffer into this writer.","Attempts to write an entire buffer into this writer.","Attempts to write multiple buffers into this writer.","Writes a buffer into this writer, advancing the buffer’s …","","","","","","","Writes an 32-bit floating point type in big-endian order …","Writes an 32-bit floating point type in little-endian …","Writes an 64-bit floating point type in big-endian order …","Writes an 64-bit floating point type in little-endian …","","Writes a formatted string into this writer, returning any …","Writes to this file using an mmap offset and reference …","Writes an signed 128-bit integer in big-endian order to the","Writes an signed 128-bit integer in little-endian order to …","Writes a signed 16-bit integer in big-endian order to the …","Writes a signed 16-bit integer in little-endian order to …","Writes a signed 32-bit integer in big-endian order to the …","Writes a signed 32-bit integer in little-endian order to …","Writes an signed 64-bit integer in big-endian order to the …","Writes an signed 64-bit integer in little-endian order to …","Writes a signed 8-bit integer to the underlying writer.","Write the given slice into this WasmSlice.","","Writes an unsigned 128-bit integer in big-endian order to …","Writes an unsigned 128-bit integer in little-endian order …","Writes an unsigned 16-bit integer in big-endian order to …","Writes an unsigned 16-bit integer in little-endian order …","Writes an unsigned 32-bit integer in big-endian order to …","Writes an unsigned 32-bit integer in little-endian order …","Writes an unsigned 64-bit integer in big-endian order to …","Writes an unsigned 64-bit integer in little-endian order …","Safely writes a single byte from memory at the given offset","Writes an unsigned 8-bit integer to the underlying writer.","Like write, except that it writes from a slice of buffers.","Like write, except that it writes from a slice of buffers.","","","","Creates a new BytesMut, which is initialized with zero.","The attempted amount to grow by in pages.","The current size in pages.","The maximum amount of memory we can allocate.","The number of pages requested as the maximum amount of …","The number of pages requested as the maximum amount of …","Message describing the unsupported operation.","The number of pages requested as the minimum amount of …","The reason why the provided memory is invalid.","A socket address could not be bound because the address is …","A nonexistent interface was requested or the requested …","An entity already exists, often a file.","Program argument list too long.","A borrowed byte buffer which is incrementally filled and …","A writeable view of the unfilled portion of a BorrowedBuf.","The operation failed because a pipe was closed.","A BufRead is a type of Reader which has an internal …","The BufReader<R> struct adds buffering to any reader.","Wraps a writer and buffers its output.","An iterator over u8 values of a reader.","Adapter to chain together two readers.","The connection was aborted (terminated) by the remote …","The connection was refused by the remote server.","The connection was reset by the remote server.","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 …","Empty ignores any data written via Write, and will always …","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.","The remote host is not reachable.","This operation was interrupted.","An error returned by BufWriter::into_inner which combines …","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.","Trait to determine if a descriptor/handle refers to a …","Wraps a writer and buffers output to it, flushing whenever …","An iterator over the lines of an instance of BufRead.","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.","The type of raw OS error codes returned by …","The Read trait allows for reading bytes from a source.","The filesystem or storage medium is read-only, but a write …","A reader which yields one byte over and over and over and …","Resource is busy.","A specialized Result type for I/O operations.","The Seek trait provides a cursor which can be moved within …","Enumeration of possible methods to seek within an I/O …","A writer which will move data into the void.","An iterator over the contents of an instance of BufRead …","Stale network file handle.","Sets the offset to the provided number of bytes.","A handle to the standard error stream of a process.","A locked reference to the Stderr handle.","A handle to the standard input stream of a process.","A locked reference to the Stdin handle.","A handle to the global standard output stream of the …","A locked reference to the Stdout handle.","The underlying storage (typically, a filesystem) is full.","Reader adapter which limits the bytes read from an …","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.","The operation needs to block to complete, but the blocking …","A trait for objects which are byte-oriented sinks.","An error returned when an operation could not be completed …","Error returned for the buffered data from …","","","","","","","Advance the internal cursor of the slice.","","Advance the cursor by asserting that n bytes have been …","Advance the internal cursor of the slice.","Advance a slice of slices.","Advance a slice of slices.","Appends data to the cursor, advancing position within its …","","","","","","","","","","Returns a mutable reference to the whole cursor.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a reference to the internally buffered data.","Returns a reference to the internally buffered data.","Creates a “by reference” adaptor for this instance of …","Creates a “by reference” adapter for this instance of …","","Transforms this Read instance to an Iterator over its …","Returns the number of bytes the internal buffer can hold …","Returns the number of bytes the internal buffer can hold …","Returns the total capacity of the buffer.","Returns the available space in the cursor.","","Creates an adapter which will chain this stream with …","","Clears the buffer, resetting the filled region to empty.","","","","","","","","","","","","","","","","Tells this buffer that amt bytes have been consumed from …","","","","","","","","Copies the entire contents of a reader into a writer.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempt to downgrade the inner error to E if any.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a value that is always at EOF for reads, and …","Initializes all bytes in the cursor.","","","","","","","","","","","","","","","","Returns the error which caused the call to …","Returns the contents of the internal buffer, filling it …","","","","","","","Returns a shared reference to the filled portion of the …","","Returns a mutable reference to the filled portion of the …","","Flush this output stream, ensuring that all intermediately …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Shows a human-readable description of the ErrorKind.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","Returns the argument unchanged.","Convert the Error to an io::Error, preserving the original …","Converts a alloc::ffi::NulError into a Error.","","","","","","","","Convert a serde_json::Error into an io::Error.","","","","","","Converts an ErrorKind into an 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.","Creates a new instance of an Error from a particular OS …","","Gets a mutable reference to the underlying reader.","Gets a mutable reference to the underlying writer.","Gets a mutable reference to the underlying writer.","Returns a mutable reference to the inner error wrapped by …","Gets a mutable reference to the underlying value in this …","Gets mutable references to the underlying readers in this …","Gets a mutable reference to the underlying reader.","Gets a reference to the underlying reader.","Gets a reference to the underlying writer.","Gets a reference to the underlying writer.","Returns a reference to the inner error wrapped by this …","Gets a reference to the underlying value in this cursor.","Gets references to the underlying readers in this Chain.","Gets a reference to the underlying reader.","Check if the underlying Read has any data left to be read.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the length of the initialized part of the buffer.","Returns a mutable reference to the initialized portion of …","Returns a shared reference to the initialized portion 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).","Consumes the IntoInnerError and returns the error which …","Unwraps this BufReader<R>, returning the underlying reader.","Unwraps this BufWriter<W>, returning the underlying writer.","Returns the perhaps-unwritten data. Some of this data may …","Unwraps this LineWriter, returning the underlying writer.","Consumes the Error, returning its inner error (if any).","Returns the buffered writer instance which generated the …","Consumes this cursor, returning the underlying value.","Consumes the Chain, returning the wrapped readers.","Consumes the Take, returning the wrapped reader.","","","","","Disassembles this BufWriter<W>, returning the underlying …","Consumes the IntoInnerError and returns the error which …","Returns true if the remaining slice is empty.","","","","","Determines if this Reader has an efficient read_vectored …","","Returns true if the descriptor/handle refers to a …","","","","","","","","","","","","","","","Determines if this Writer has an efficient write_vectored …","","","","","","","","","","","","","","Returns the corresponding ErrorKind for this error.","Returns an error representing the last OS error which …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the length of the filled part of the buffer.","Returns the number of bytes that can be read before this …","","Consumes this handle and returns an iterator over input …","Returns an iterator over the lines of this reader.","Locks this handle to the standard input stream, returning …","Locks this handle to the standard output stream, returning …","Locks this handle to the standard error stream, returning …","Creates a new BufReader<R> with a default buffer capacity. …","Creates a new BufWriter<W> with a default buffer capacity. …","Creates a new LineWriter.","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 cursor wrapping the provided underlying …","Creates a new IoSlice wrapping a byte slice.","","","","Creates a new I/O error from an arbitrary error payload.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the current position of this cursor.","The I/O Prelude.","Returns the OS error that this error represents (if any).","Pull some bytes from this source into the specified …","","","","","","","","","","","","","Pull some bytes from this source into the specified buffer.","","","","Read the exact number of bytes required to fill cursor.","","","","Read the exact number of bytes required to fill buf.","","","","","","","","","","Locks this handle and reads a line of input, appending it …","","Read all bytes until a newline (the 0xA byte) is reached, …","","","","Read all bytes until EOF in this source, placing them into …","Read all bytes from a reader into a new String.","","","","Read all bytes until EOF in this source, appending them to …","","Read all bytes into buf until the delimiter byte or EOF is …","","","","","Like read, except that it reads into a slice of buffers.","","","Reborrow this cursor by cloning it with a smaller lifetime.","","Returns the remaining slice.","Creates an instance of a reader that infinitely repeats …","","Rewind to the beginning of a stream.","","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.","","","Seeks relative to the current position. If the new …","Asserts that the first n bytes of the buffer are …","Asserts that the first n unfilled bytes of the cursor are …","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 …","","","Returns an iterator over the contents of this reader split …","","","Constructs a new handle to the standard error of the …","Constructs a new handle to the standard input of the …","Constructs a new handle to the standard output of the …","Returns the length of this stream (in bytes).","","","Returns the current seek position from the start of the …","Returns the current seek position from the start of the …","","","Creates an adapter which will read at most limit bytes …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns a cursor over the unfilled part of the buffer.","Returns a mutable reference to the uninitialized part of …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new BufReader<R> with the specified buffer …","Creates a new BufWriter<W> with at least the specified …","Creates a new LineWriter with at least the specified …","Write a buffer into this writer, returning how many bytes …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to write an entire buffer into this writer.","","","","","","","","Attempts to write multiple buffers into this writer.","","","","","","","","","","","","","","","","Writes a formatted string into this writer, returning any …","","","","","","","","","Like write, except that it writes from a slice of buffers.","","","","","","","","","","Returns the number of bytes written to this cursor since …","A BufRead is a type of Reader which has an internal …","The Read trait allows for reading bytes from a source.","The Seek trait provides a cursor which can be moved within …","A trait for objects which are byte-oriented sinks.","Creates a “by reference” adaptor for this instance of …","Creates a “by reference” adapter for this instance of …","Transforms this Read instance to an Iterator over its …","Creates an adapter which will chain this stream with …","Tells this buffer that amt bytes have been consumed from …","Returns the contents of the internal buffer, filling it …","Flush this output stream, ensuring that all intermediately …","Check if the underlying Read has any data left to be read.","Determines if this Reader has an efficient read_vectored …","Determines if this Writer has an efficient write_vectored …","Returns an iterator over the lines of this reader.","Pull some bytes from this source into the specified …","Pull some bytes from this source into the specified buffer.","Read the exact number of bytes required to fill cursor.","Read the exact number of bytes required to fill buf.","Read all bytes until a newline (the 0xA byte) is reached, …","Read all bytes until EOF in this source, placing them into …","Read all bytes until EOF in this source, appending them to …","Read all bytes into buf until the delimiter byte or EOF is …","Like read, except that it reads into a slice of buffers.","Rewind to the beginning of a stream.","Seek to an offset, in bytes, in a stream.","Returns an iterator over the contents of this reader split …","Returns the length of this stream (in bytes).","Returns the current seek position from the start of the …","Creates an adapter which will read at most limit bytes …","Write a buffer into this writer, returning how many bytes …","Attempts to write an entire buffer into this writer.","Attempts to write multiple buffers into this writer.","Writes a formatted string into this writer, returning any …","Like write, except that it writes from a slice of buffers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Safety: This function manipulates the memory of the …","","","Wrapper around syscalls::fd_filestat_get for old Snapshot0","Wrapper around syscalls::fd_seek with extra logic to remap …","Wrapper around syscalls::path_filestat_get for old …","Wrapper around syscalls::poll_oneoff with extra logic to …","The channel’s sending half has become disconnected, and …","The channel’s sending half has become disconnected, and …","This sync_channel’s receiving half has disconnected, so …","This channel is currently empty, but the Sender(s) have …","The data could not be sent on the sync_channel because it …","An owning iterator over messages on a Receiver, created by …","An iterator over messages on a Receiver, created by iter.","The receiving half of Rust’s channel (or sync_channel) …","An error returned from the recv function on a Receiver.","This enumeration is the list of possible errors that made …","An error returned from the Sender::send or SyncSender::send","The sending-half of Rust’s asynchronous channel type.","The sending-half of Rust’s synchronous sync_channel type.","This channel is currently empty, but the Sender(s) have …","An iterator that attempts to yield all pending values for …","This enumeration is the list of the possible reasons that …","This enumeration is the list of the possible error …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates a new asynchronous channel, returning the …","","","","Clone a sender to send to other threads.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 a RecvError into a TryRecvError.","Converts a RecvError into a RecvTimeoutError.","Returns the argument unchanged.","Converts a SendError<T> into a TrySendError<T>.","Returns the argument unchanged.","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 that will block waiting for messages, …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","Attempts to wait for a value on this receiver, returning …","","","","Attempts to send a value on this channel, returning it …","Sends a value on this synchronous channel.","","","","Creates a new synchronous, bounded channel. All data sent …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an iterator that will attempt to yield all pending …","Attempts to return a pending value on this receiver …","Attempts to send a value on this channel without blocking.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The time value of clock subscription_clock::id has reached …","","","","","","","","","","","","Type of a subscription to an event or its occurrence.","","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","","","","","","","","","","","","","","","","","","","","","","","","Open flags used by path_open. TODO: wit appears to not …","__wasi_option_t","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An event that occurred. The contents of an event. An event …","","","","","","Event type is unknown","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The file descriptor on which to wait for it to become …","","","","","","","","","","","","","","","","","","","","","","","","","function for debugging rights issues","","","","","","","","","","","","","","","","","","","","","","","","","","","","Open flags used by path_open. TODO: wit appears to not …","","","","","","function for debugging rights issues","","","","","","","","__wasi_option_t","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The time value of clock subscription_clock::id has reached …","Type of a subscription to an event or its occurrence.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","An event that occurred. The contents of an event. An event …","Event type is unknown","The file descriptor on which to wait for it to become …","","","","","","Permission denied.","Add an entry to the interest list of the epoll file …","","","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","","Connection already in progress.","","Bad file descriptor.","Bad message.","","The file descriptor or file refers to a block device inode.","","","Device or resource busy.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","","Connection aborted.","","","Connection refused.","Connection reset.","","","","","Resource deadlock would occur.","Remove (deregister) the target file descriptor fd from the …","Destination address required.","Identifier for a device containing a file system. Can be …","","A pre-opened directory.","","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","A directory entry.","The type for the dirent::d-namlen field of dirent struct.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","Reserved.","","","","","","Epoll operation.","An event that can be triggered","An event that can be triggered","","Epoll available event types.","Error codes returned by functions. Not all of these error …","","Represents an errno and a signal","","","An event that occurred.","","The contents of an event for the eventtype::fd_read and …","The contents of an event.","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","","The process has exited by a normal exit code","The process was terminated by a signal","","","Bad address.","File too large.","A file descriptor handle.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","","Which file time attributes to adjust. TODO: wit appears to …","","Host is unreachable.","","","","","","Identifier removed.","","Illegal byte sequence.","","","","File serial number that is unique within its file system.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","","","","Socket is connected.","Is a directory.","join flags.","","What has happened with the proccess when we joined on it","","","","","","","","Long size used by checkpoints","Flags determining the method of how paths are resolved. …","","Too many levels of symbolic links.","","Memory access violation.","File descriptor value too large.","","Too many links.","Change the settings associated with fd in the interest …","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","","","Message too large.","","","","","Reserved.","Filename too long.","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","","","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","Nothing has happened","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","Open flags used by path_open. TODO: wit appears to not …","","","","","","","__wasi_option_t","","","Value too large to be stored in data type.","Previous owner died.","Operation not permitted.","","","Broken pipe.","","","Identifiers for preopened capabilities.","","","","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","","Protocol error.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol not supported.","Protocol wrong type for socket.","","The application expects to access the specified data in a …","Result too large.","","","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","The file descriptor or file refers to a regular file inode.","","","","File descriptor rights, determining which actions may be …","","Read-only file system.","","","","","","","","","The application expects to access the specified data …","","","Cannot send after socket shutdown.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type names used by low-level WASI interfaces. An array …","Identifiers for clocks, snapshot0 version.","A directory entry, snapshot0 version.","An event that occurred.","","","","The contents of a subscription when type is …","The contents of a subscription, snapshot0 version.","","","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","","Invalid seek.","No such process.","","Reserved.","","The process was stopped by a signal and can be resumed …","","","Flags determining how to interpret the timestamp provided …","","The contents of a subscription when type is …","An event that occurred. The contents of an event. An event …","The contents of a subscription.","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","Represents the thread start object","thread state flags","","Connection timed out.","","Timestamp in nanoseconds.","Thread local key","Thread local user data (associated with the value)","Thread local value","Argument list too long.","","","","Text file busy.","","","","","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","Unknown.","","","","","","","Unknown.","","User-provided value that may be attached to objects that …","","The application expects to access the specified data in …","","Cross-device link.","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","","The serial number of the file referred to by this …","The serial number of the file referred to by this …","The length of the name of the directory entry.","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","The type of the file referred to by this directory entry.","","File descriptor","","Associated user data","","Associated user data","","","If non-zero, an error that occurred while processing the …","If non-zero, an error that occurred while processing the …","","Pointer to the data","The exit code that was returned","","","","","File descriptor","","","","The contents of the event, if it is an eventtype::fd_read …","The file descriptor on which to wait for it to become …","Flags specifying whether the timeout is absolute or …","Flags specifying whether the timeout is absolute or …","The state of the file descriptor.","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","","The clock against which to compare the timestamp.","The user-defined unique identifier of the clock.","","","The number of bytes available for reading or writing.","","","","","","","","","","The amount of time that the implementation may wait …","The amount of time that the implementation may wait …","","","Pointer to the data","","","","","","The signal that was returned","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The absolute or relative timestamp.","The absolute or relative timestamp.","","","","Type of event that was triggered","The type of event that occured","","","","The type of the event that occurred, and the contents of …","","","","","User-provided value that got attached to …","User-provided value that got attached to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","args_get()","args_sizes_get()","clock_res_get()","clock_time_get()","clock_time_set()","","environ_get()","environ_sizes_get()","fd_advise()","","fd_allocate","","fd_close()","fd_datasync()","fd_dup()","","fd_event()","","fd_fdstat_get()","fd_fdstat_set_flags()","","fd_fdstat_set_rights()","","fd_filestat_get()","fd_filestat_get()","fd_filestat_get_old()","fd_filestat_set_size()","","fd_filestat_set_times()","","","fd_prestat_get()","fd_pread()","fd_read()","","","fd_readdir()","fd_renumber()","","fd_seek()","","fd_sync()","fd_tell()","","","","","","","","","","fd_pwrite()","fd_write()","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","path_create_directory()","","path_filestat_get()","path_filestat_get_internal()","path_filestat_get_old()","path_filestat_set_times()","","path_link()","","path_open()","","path_readlink()","Returns Errno::Notemtpy if directory is not empty","","path_rename()","","path_symlink()","","path_unlink_file()","","","An event that occurred.","An event that occurred.","","","","","","","","","","","","","","","","","","","","","","","If non-zero, an error that occurred while processing the …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","The type of the event that occurred, and the contents of …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","poll_oneoff()","poll_oneoff()","","","","","","","","","","","Type of event that was triggered","","","","","","","","","","","","","User-provided value that got attached to …","","","","proc_exit()","proc_raise()","proc_raise()","random_get()","thread_spawn()","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","callback_signal()","chdir()","","epoll_create()","","","","","","","","","","","","","","","","","","epoll_ctl()","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","epoll_wait()","fd_pipe()","","Poller returns true if its triggered and false if it times …","","","","","","","","","Returns the argument unchanged.","","Wait for a futex_wake operation to wake us. Returns with …","","","Calls U::from(self).","","","","","","","","","","","","","","","Wake up one thread that’s blocked on futex_wait on this …","Wake up all threads that are waiting on futex_wait on this …","getcwd()","port_addr_add()","","port_addr_clear()","","port_ip_list()","port_addr_remove()","","port_bridge()","","port_dhcp_acquire()","","port_gateway_set()","","port_mac()","port_route_add()","","port_route_clear()","","port_route_list()","port_route_remove()","","port_unbridge()","","Replaces the current process with a new process","Replaces the current process with a new process","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","proc_fork()","","","","","","","","","","","proc_id()","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","proc_join()","","","","","","","","","","proc_parent()","proc_signal()","Spawns a new process within the context of this machine","","resolve()","sched_yield()","sock_accept()","","sock_accept_v2()","sock_addr_local()","sock_addr_peer()","sock_bind()","","sock_connect()","","sock_get_opt_flag()","sock_get_opt_size()","sock_get_opt_time()","sock_join_multicast_v4()","","sock_join_multicast_v6()","","sock_leave_multicast_v4()","","sock_leave_multicast_v6()","","sock_listen()","","sock_open()","","sock_recv()","sock_recv()","","sock_recv_from()","","sock_send()","","sock_send_file()","","sock_send_to()","","sock_set_opt_flag()","","`sock_set_opt_size()","","sock_set_opt_time()","","sock_shutdown()","","sock_status()","stack_checkpoint()","stack_restore()","thread_exit()","thread_id()","thread_join()","","thread_parallelism()","thread_signal()","thread_sleep()","","Calls the module","","","thread_spawn()","tty_get()","tty_set()","","","","","","","","Create file if it does not exist.","","The time value of clock subscription_clock::id has reached …","","","","Fail if not a directory.","","","","Fail if file already exists.","","","","","","Type of a subscription to an event or its occurrence.","","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","","","","","","","","","","","","","","","","","","","","","","","","Open flags used by path_open. TODO: wit appears to not …","__wasi_option_t","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","An event that occurred. The contents of an event. An event …","Truncate file to size 0.","","","","","","Event type is unknown","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set containing all flags.","Returns the intersection between the two sets of flags.","Disables all flags disabled in the set.","Returns the union of the two sets of flags.","Adds the set of flags.","Returns the raw value of the flags currently stored.","","Returns the left flags, but with all the right flags …","Toggles the set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","Returns true if all of the flags in other are contained …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the difference between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an empty set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The file descriptor on which to wait for it to become …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 underlying bit representation, unless that …","Convert from a raw integer, preserving any unknown bits. …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, preserving all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts the specified flags in-place.","Returns the intersection between the flags in self and …","Returns true if there are flags common to both self and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 all flags are currently set.","Returns true if no flags are currently stored.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","function for debugging rights issues","","Removes the specified flags in-place.","","","","","","","Inserts or removes the specified flags depending on the …","","","","","","","","","","","","Returns the set difference of the two sets of flags.","Disables all flags enabled in the set.","","Returns the symmetric difference between the flags in self …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Toggles the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the union of between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Open flags used by path_open. TODO: wit appears to not …","","","","","","function for debugging rights issues","","","","","","","","__wasi_option_t","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The time value of clock subscription_clock::id has reached …","Type of a subscription to an event or its occurrence.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","An event that occurred. The contents of an event. An event …","Event type is unknown","The file descriptor on which to wait for it to become …","","","","Append mode: Data written to the file is always appended …","","","Permission denied.","Add an entry to the interest list of the epoll file …","","","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","","Connection already in progress.","","Bad file descriptor.","Bad message.","","The file descriptor or file refers to a block device inode.","","","Device or resource busy.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","","Connection aborted.","","","Connection refused.","Connection reset.","","","","","Write according to synchronized I/O data integrity …","","Resource deadlock would occur.","Remove (deregister) the target file descriptor fd from the …","Destination address required.","Identifier for a device containing a file system. Can be …","","A pre-opened directory.","","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","A directory entry.","The type for the dirent::d-namlen field of dirent struct.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","Reserved.","","Error condition happened on the associated file …","Requests edge-triggered notification for the associated …","Hang up happened on the associated file descriptor.","The associated file is available for read(2) operations.","Requests one-shot notification for the associated file …","The associated file is available for write(2) operations.","There is an exceptional condition on the file descriptor. …","Stream socket peer closed connection, or shut down writing …","","","","","Epoll operation.","An event that can be triggered","An event that can be triggered","","Epoll available event types.","Error codes returned by functions. Not all of these error …","","Represents an errno and a signal","","","An event that occurred.","","The contents of an event for the eventtype::fd_read and …","The contents of an event.","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","","The process has exited by a normal exit code","The process was terminated by a signal","The right to invoke fd_advise.","The right to invoke fd_allocate.","The right to invoke fd_datasync.","The right to invoke fd_fdstat_set_flags.","The right to invoke fd_filestat_get.","The right to invoke fd_filestat_set_size.","The right to invoke fd_filestat_set_times.","The right to invoke fd_read and sock_recv.","The right to invoke fd_readdir.","The peer of this socket has closed or disconnected.","The right to invoke fd_seek. This flag implies …","The right to invoke fd_sync.","The right to invoke fd_seek in such a way that the file …","The right to invoke fd_write and sock_send. If …","","","Bad address.","File too large.","A file descriptor handle.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","","Which file time attributes to adjust. TODO: wit appears to …","","Host is unreachable.","","","","","","Identifier removed.","","Illegal byte sequence.","","","","File serial number that is unique within its file system.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","","","","Socket is connected.","Is a directory.","join flags.","","What has happened with the proccess when we joined on it","","","","","","","","Long size used by checkpoints","Flags determining the method of how paths are resolved. …","","Too many levels of symbolic links.","","Memory access violation.","File descriptor value too large.","","Too many links.","Change the settings associated with fd in the interest …","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","","","Message too large.","","","","","Reserved.","Non-blocking mode.","Non-blocking join on the process","Filename too long.","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","","","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","Nothing has happened","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","Open flags used by path_open. TODO: wit appears to not …","","","","","","","__wasi_option_t","","","Value too large to be stored in data type.","Previous owner died.","The right to invoke path_create_directory.","If rights::path_open is set, the right to invoke path_open …","The right to invoke path_filestat_get.","The right to change a file’s size (there is no …","The right to invoke path_filestat_set_times.","The right to invoke path_link with the file descriptor as …","The right to invoke path_link with the file descriptor as …","The right to invoke path_open.","The right to invoke path_readlink.","The right to invoke path_remove_directory.","The right to invoke path_rename with the file descriptor …","The right to invoke path_rename with the file descriptor …","The right to invoke path_symlink.","The right to invoke path_unlink_file.","If rights::fd_read is set, includes the right to invoke …","Operation not permitted.","","","Broken pipe.","","","Identifiers for preopened capabilities.","","","","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","","Protocol error.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol not supported.","Protocol wrong type for socket.","","Synchronized read I/O operations.","The application expects to access the specified data in a …","Result too large.","","","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","The file descriptor or file refers to a regular file inode.","","","","File descriptor rights, determining which actions may be …","","Read-only file system.","","","Adjust the last data access timestamp to the value stored …","Adjust the last data access timestamp to the time of clock …","Adjust the last data modification timestamp to the value …","Adjust the last data modification timestamp to the time of …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","The right to invoke sock_shutdown.","If set, treat the timestamp provided in …","As long as the resolved path corresponds to a symbolic …","Write according to synchronized I/O file integrity …","","","","","","","The application expects to access the specified data …","","","Cannot send after socket shutdown.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type names used by low-level WASI interfaces. An array …","Identifiers for clocks, snapshot0 version.","A directory entry, snapshot0 version.","An event that occurred.","","","","The contents of a subscription when type is …","The contents of a subscription, snapshot0 version.","","","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","","Invalid seek.","No such process.","","Reserved.","","The process was stopped by a signal and can be resumed …","","","Flags determining how to interpret the timestamp provided …","","The contents of a subscription when type is …","An event that occurred. The contents of an event. An event …","The contents of a subscription.","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","","","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","Represents the thread start object","thread state flags","","Connection timed out.","","Timestamp in nanoseconds.","Thread local key","Thread local user data (associated with the value)","Thread local value","Argument list too long.","","","","Text file busy.","","","","","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","Unknown.","","","","","","","Unknown.","","User-provided value that may be attached to objects that …","Return if a process is stopped","","The application expects to access the specified data in …","","Cross-device link.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","","","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","","","","","","","","","","","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","The serial number of the file referred to by this …","The serial number of the file referred to by this …","The length of the name of the directory entry.","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","The type of the file referred to by this directory entry.","","File descriptor","","Associated user data","","Associated user data","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","If non-zero, an error that occurred while processing the …","If non-zero, an error that occurred while processing the …","","Pointer to the data","The exit code that was returned","","","","","","","","","","","","","","File descriptor","","","","The contents of the event, if it is an eventtype::fd_read …","The file descriptor on which to wait for it to become …","Flags specifying whether the timeout is absolute or …","Flags specifying whether the timeout is absolute or …","The state of the 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.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","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 underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","The user-defined unique identifier of the clock.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The number of bytes available for reading or writing.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The amount of time that the implementation may wait …","The amount of time that the implementation may wait …","","","Pointer to the data","","","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","The signal that was returned","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","","","","","","The absolute or relative timestamp.","The absolute or relative timestamp.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","expects a single right, returns None if out of bounds or > …","","","","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type of event that was triggered","The type of event that occured","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The type of the event that occurred, and the contents of …","","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","User-provided value that got attached to …","User-provided value that got attached to …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Latest version.","Namespace for the Snapshot0 version.","Namespace for the Snapshot1 version.","wasi_unstable.","wasi_snapshot_preview1.","Namespace for the wasix version.","Namespace for the wasix version.","Namespace for the wasix version.","","","The version of WASI. This is determined by the imports …","wasix_32v1.","wasix_64v1.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Get the version as its namespace str as it appears in Wasm …","Detect the version of WASI being used based on the import …","Like get_wasi_version but detects multiple WASI versions …","","Calls U::from(self).","Check if a provided module is compiled for some version of …","Returns if the module is WASIX or not","","","","","","","","","","","","","","","","","","","","Creates a random xxhash for the module","A “mock” no-op std::task::Waker implementation.","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Converts this guard into an owned reference of the …","Converts this guard into an owned reference of the …","","","","","","","","","","","","","","","","","","","","","","","","Locks this rwlock with shared read access, blocking the …","","","","","","","","","","","","","","","Runs the work in the background via the task managers …","Runs the work in the background via the task managers …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Locks this rwlock with exclusive write access, blocking …","A snapshot that captures the runtime state of an instance.","","","","","","","","","","","","","","","Returns the argument unchanged.","Values of all globals, indexed by the same index used in …","","Calls U::from(self).","","","","","","","","","","","","","","","","","Represents a waker that can be used to put a thread to …","","","","","","","","","Returns the argument unchanged.","Gets a reference to the waker that can be used for …","","Calls U::from(self).","","Creates a new parking lot with a specific value","","","","","","","","","","","","","Will wait until either the reactor is triggered or the …","Wakes one of the reactors thats currently waiting",""],"i":[0,44,28,28,28,15,45,44,44,28,44,28,44,44,28,28,28,45,15,42,0,44,28,0,28,45,488,42,15,0,0,44,45,44,0,28,15,0,15,44,28,44,28,28,28,44,55,0,0,0,0,28,45,44,44,44,0,44,28,695,28,28,44,488,44,28,0,0,45,45,0,0,0,0,44,15,44,55,55,695,0,28,0,15,28,28,28,44,42,44,0,0,0,0,0,15,0,0,0,0,0,0,0,45,45,0,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,55,28,28,18,17,28,29,7,577,693,11,12,7,11,12,11,12,577,28,42,44,27,15,15,694,694,694,694,694,577,17,17,17,7,12,0,53,693,457,457,20,457,0,20,7,11,12,18,17,28,34,42,44,27,15,29,20,7,11,12,18,17,28,34,42,44,27,15,29,457,12,11,693,693,577,0,53,693,0,27,18,18,17,28,29,18,17,28,29,11,18,18,17,20,457,53,693,32,32,18,577,694,20,17,34,0,20,7,11,12,18,17,28,34,42,44,27,15,29,20,7,11,12,18,17,28,34,42,44,27,15,29,20,7,11,12,18,17,28,34,42,44,27,15,29,457,53,11,20,20,7,11,12,18,17,28,34,42,44,27,15,29,53,53,53,111,29,577,28,28,28,28,28,27,693,1117,11,18,18,20,7,11,12,18,17,28,28,34,42,42,44,44,27,27,15,15,29,20,7,11,12,18,17,28,28,34,42,44,44,44,27,15,15,15,15,15,15,15,15,15,29,17,17,17,0,577,457,0,0,0,0,0,32,0,0,25,20,29,7,11,12,694,0,0,20,7,11,12,18,17,28,34,42,44,27,15,29,694,1118,53,694,20,7,11,12,18,17,28,34,42,44,27,15,29,0,457,457,457,457,113,11,44,32,18,0,0,12,12,0,577,7,11,32,18,32,18,113,53,20,7,11,12,18,17,28,34,42,44,27,15,29,12,12,11,20,457,457,0,577,693,0,694,113,29,693,27,577,12,12,12,0,20,17,27,7,11,0,53,20,7,11,12,18,17,28,34,42,44,27,15,29,18,18,18,32,7,11,12,18,53,18,18,32,7,11,12,18,18,577,53,693,18,18,11,18,11,12,7,11,12,53,20,457,0,17,0,0,517,0,113,29,457,457,457,457,0,0,0,0,53,577,693,18,20,7,11,12,11,18,11,12,12,11,7,11,12,11,32,18,11,12,12,12,11,11,11,32,7,11,12,577,11,11,694,694,32,18,577,577,693,12,44,15,0,18,17,694,694,694,113,694,18,0,53,693,11,12,577,577,577,113,29,7,11,0,0,53,693,694,18,17,28,29,28,42,44,27,15,517,7,11,20,7,11,12,18,17,28,34,42,44,27,15,29,20,7,11,12,18,17,28,34,42,44,27,15,29,18,11,12,11,12,7,11,12,20,7,11,12,18,17,28,34,42,44,27,15,29,0,457,32,18,0,20,20,7,7,11,11,12,12,18,18,17,17,28,28,34,34,42,42,44,44,27,27,15,15,29,29,20,20,7,7,11,11,12,12,18,18,17,17,28,28,34,34,42,42,44,44,27,27,15,15,29,29,20,20,7,7,11,11,12,12,18,18,17,17,28,28,34,34,42,42,44,44,27,27,15,15,29,29,577,0,53,577,0,0,20,7,11,12,18,17,28,34,42,44,27,15,29,0,0,0,0,0,0,0,0,693,27,18,18,18,18,18,32,18,1119,1120,1121,1122,1120,1123,0,0,99,0,0,99,96,105,0,99,96,99,96,96,96,98,96,99,96,99,96,99,96,99,96,98,0,98,96,99,96,96,96,105,98,98,99,96,99,96,99,96,0,96,105,105,96,99,96,0,96,96,96,96,0,0,0,0,0,96,96,99,96,99,96,99,96,99,96,96,99,96,96,99,96,96,98,99,96,98,98,0,0,105,98,105,105,105,98,105,98,105,98,105,98,98,105,98,105,98,105,98,105,98,98,98,98,105,98,105,98,98,98,98,98,98,105,98,105,98,98,105,98,105,98,105,98,105,105,105,105,105,105,98,105,98,105,98,105,98,105,98,105,105,98,98,105,105,98,98,105,105,98,98,98,105,98,98,98,0,0,0,0,0,0,0,0,0,0,0,0,115,116,115,116,115,116,115,116,115,116,115,116,115,116,115,116,115,116,115,116,116,116,116,115,116,115,116,115,115,116,115,115,116,115,116,116,115,115,116,115,115,116,115,116,115,116,115,116,115,115,116,116,115,115,116,116,115,115,116,116,115,116,115,116,124,131,131,131,0,0,0,131,0,0,0,0,0,0,131,159,0,0,0,0,159,0,0,0,131,131,0,0,0,124,131,131,0,0,0,0,0,0,120,119,123,117,124,121,117,120,125,120,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,121,120,119,123,117,124,121,125,120,119,123,117,124,121,125,125,120,120,125,124,128,0,125,125,125,125,125,125,125,125,125,125,125,121,125,156,156,117,121,128,0,125,120,119,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,119,125,120,119,123,137,117,124,121,128,120,120,120,120,120,156,128,0,156,125,125,125,125,138,125,125,120,119,123,137,117,124,121,128,125,121,125,120,119,123,137,117,124,121,128,120,0,0,125,125,125,125,120,125,125,125,125,125,120,125,120,119,123,137,117,124,121,128,125,125,119,123,119,123,119,123,138,0,157,125,120,119,123,137,117,124,121,128,118,138,125,125,118,125,120,119,123,137,117,124,121,128,137,125,124,0,124,128,118,117,121,125,124,128,125,125,121,121,0,138,125,125,138,120,125,125,125,120,119,123,137,117,124,121,128,125,125,125,117,156,124,128,124,128,119,125,124,128,124,128,125,124,128,138,138,125,125,125,125,121,118,173,117,117,117,117,117,117,117,117,125,124,128,120,119,123,117,124,121,125,120,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,125,120,119,123,137,117,124,121,128,125,125,120,120,119,119,123,123,137,137,117,117,124,124,121,121,128,128,125,125,120,120,119,119,123,123,137,137,117,117,124,124,121,121,128,128,125,125,120,120,119,119,123,123,137,137,117,117,124,124,121,121,128,128,123,0,125,120,119,123,137,117,124,121,128,125,1124,1125,1124,1126,1127,1128,1129,1130,1130,1131,1128,1130,1128,1126,1132,1126,1133,1134,1133,1133,138,131,138,131,131,0,0,0,0,131,0,131,159,0,159,0,131,138,131,131,131,138,138,138,156,1135,138,118,156,157,159,131,138,118,156,157,159,131,138,156,138,156,156,156,157,138,118,156,157,159,131,138,118,156,157,159,131,138,118,156,156,157,157,159,131,138,118,156,157,159,159,131,156,156,138,138,118,156,157,159,131,138,118,156,157,159,131,138,118,156,157,159,131,138,157,138,118,156,157,159,131,118,159,138,118,138,118,156,157,159,131,118,138,138,138,118,156,157,159,131,156,118,159,138,138,156,157,118,138,156,138,118,156,157,159,131,138,118,156,157,159,131,138,118,156,157,159,131,138,138,118,118,156,156,157,157,159,159,131,131,138,138,118,118,156,156,157,157,159,159,131,131,138,138,118,118,156,156,157,157,159,159,131,131,138,118,156,157,159,131,118,1124,1125,1124,1126,1127,1128,1129,1130,1130,1131,1128,1130,1128,1126,1132,1126,1133,1134,1133,1133,163,163,0,0,0,0,0,0,163,163,0,163,166,163,165,152,153,164,166,163,165,152,153,164,163,163,164,166,163,165,152,152,153,153,164,166,163,165,152,153,153,164,166,163,165,152,153,164,166,163,165,152,153,164,165,166,165,166,163,165,152,153,164,166,163,165,152,153,164,152,153,166,163,165,152,153,164,164,166,163,165,152,153,164,165,152,0,164,165,164,164,164,166,163,165,152,153,164,164,164,166,165,166,165,152,153,164,165,166,165,166,163,165,152,153,164,165,164,164,164,164,164,164,164,164,165,164,164,164,165,164,166,165,153,163,166,163,165,152,153,164,166,163,165,152,153,164,166,163,165,152,153,164,164,166,166,163,163,165,165,152,152,153,153,164,164,166,166,163,163,165,165,152,152,153,153,164,164,166,166,163,163,165,165,152,152,153,153,164,164,166,163,165,152,153,164,1136,1137,0,0,171,171,173,171,173,171,171,171,173,171,173,171,173,171,173,171,173,171,173,171,171,173,171,173,171,171,171,173,173,171,173,173,173,173,173,171,173,171,173,173,171,173,171,171,173,173,171,171,173,173,171,171,173,173,171,173,171,171,173,0,0,0,0,0,0,0,597,177,177,175,176,0,178,0,178,175,176,175,175,597,597,176,174,0,176,175,0,0,0,0,0,0,177,597,177,177,175,176,175,176,177,178,175,176,177,178,177,177,177,178,177,178,175,176,177,178,175,176,177,178,175,176,177,178,175,176,177,178,175,176,177,178,175,175,175,175,175,175,176,177,178,175,178,175,176,175,176,177,178,175,176,177,178,177,176,175,176,177,178,175,177,177,175,597,175,176,177,178,597,176,174,176,177,175,176,177,178,175,176,177,178,175,176,177,178,175,175,176,176,177,177,178,178,175,175,176,176,177,177,178,178,175,175,176,176,177,177,178,178,177,175,175,176,177,178,182,0,182,182,182,182,182,182,182,182,182,182,182,182,182,0,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,182,189,188,1138,281,353,1139,282,354,361,1140,276,348,0,0,1141,278,350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1139,282,354,361,1142,275,347,362,1143,283,355,360,1138,281,353,0,0,0,391,1144,212,186,185,1141,278,350,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,0,0,0,0,0,0,1138,281,353,1139,282,354,361,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,1145,271,343,0,1140,276,348,1146,280,352,1138,281,353,1147,272,344,1141,278,350,391,1144,212,186,185,0,0,0,1145,271,343,1142,275,347,391,1144,212,186,185,391,1144,212,186,185,1148,274,346,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,0,0,0,362,362,362,362,359,1142,275,347,362,1149,279,351,1149,279,351,391,1144,212,186,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,366,1138,281,353,1138,281,353,1138,281,353,1139,282,354,361,1142,275,347,1138,281,353,0,0,0,0,0,1150,284,356,0,1140,276,348,1151,270,342,1138,281,353,1138,281,353,1138,281,353,0,1138,281,353,1142,275,347,362,1138,281,353,1147,272,344,1147,272,344,0,1138,281,353,1138,281,353,391,1144,212,186,185,1148,274,346,391,1144,212,186,185,391,1144,212,186,185,362,0,0,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,1151,270,342,391,1144,212,186,185,1138,281,353,1138,281,353,1147,272,344,1146,280,352,1143,283,355,360,1139,282,354,361,0,1151,270,342,0,1138,281,353,1138,281,353,1138,281,353,391,1144,212,186,185,391,1144,212,186,185,1138,281,353,1138,281,353,1138,281,353,1138,281,353,1138,281,353,1146,280,352,1147,272,344,1145,271,343,391,1144,212,186,185,391,1144,212,186,185,1142,275,347,362,1142,275,347,362,1142,275,347,362,1142,275,347,362,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,391,1144,212,186,185,0,391,1144,212,186,185,1142,275,347,1146,280,352,359,359,366,1151,270,342,1150,284,356,1142,275,347,1138,281,353,391,1144,212,186,185,1138,281,353,0,359,1141,278,350,1149,279,351,1151,270,342,1145,271,343,1147,272,344,1140,276,348,1141,278,350,1146,280,352,391,1144,212,186,185,1149,279,351,0,391,1144,212,186,185,1147,272,344,0,1143,283,355,360,1139,282,354,361,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,198,209,203,359,360,361,185,362,184,1152,248,320,1153,255,327,1154,263,335,1155,235,307,1156,253,325,185,189,188,189,188,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,189,188,201,202,1157,254,326,391,191,189,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,391,191,189,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,202,202,184,1161,218,290,205,212,214,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,1189,247,319,1192,251,323,1166,223,295,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,198,209,203,359,360,361,185,362,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,198,209,203,359,360,361,185,362,199,347,348,350,351,352,353,354,355,356,360,361,362,198,1186,244,316,196,364,358,195,358,347,348,350,351,352,353,354,355,356,360,361,362,1165,222,294,372,184,1170,227,299,0,1200,262,334,358,1164,221,293,1154,263,335,1201,264,336,1208,277,349,1208,277,349,204,189,188,192,363,198,184,204,366,207,208,391,191,189,189,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,367,391,191,189,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,391,191,189,188,1144,212,186,186,1158,214,287,287,1159,216,288,288,1160,217,289,289,1161,218,290,290,1162,219,291,291,1163,220,292,292,1164,221,293,293,1165,222,294,294,1166,223,295,295,1167,224,296,296,1168,225,297,297,1169,226,298,298,1170,227,299,299,1171,228,300,300,1172,229,301,301,1173,230,302,302,1174,231,303,303,1175,232,304,304,1176,233,305,305,1177,234,306,306,1155,235,307,307,1178,236,308,308,1179,237,309,309,1180,238,310,310,1181,239,311,311,1182,240,312,312,1183,241,313,313,1184,242,314,314,1185,243,315,315,1186,244,316,316,1187,245,317,317,1188,246,318,318,1189,247,319,319,1152,248,320,320,1190,249,321,321,1191,250,322,322,1192,251,323,323,1193,252,324,324,1156,253,325,325,1157,254,326,326,1153,255,327,327,1194,256,328,328,1195,257,329,329,1196,258,330,330,1197,259,331,331,1198,260,332,332,1199,261,333,333,1200,262,334,334,1154,263,335,335,1201,264,336,336,1202,265,337,337,1203,266,338,338,1204,267,339,339,1205,268,340,340,1206,269,341,341,1151,270,342,342,1145,271,343,343,1147,272,344,344,1207,273,345,345,1148,274,346,346,1142,275,347,347,1140,276,348,348,1208,277,349,349,1141,278,350,350,1149,279,351,351,1146,280,352,352,1138,281,353,353,1139,282,354,354,1143,283,355,355,1150,284,356,356,1209,285,357,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,359,360,360,361,361,185,185,362,362,374,367,186,1167,224,296,1167,224,296,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,364,197,198,199,372,200,184,201,209,202,203,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,1186,244,316,0,188,188,1165,222,294,1185,243,315,186,347,348,350,351,352,353,354,355,356,357,360,361,185,362,186,186,186,186,347,347,347,347,348,348,348,348,350,350,350,350,351,351,351,351,352,352,352,352,353,353,353,353,354,354,354,354,355,355,355,355,356,356,356,356,357,357,357,357,360,360,360,360,361,361,361,361,362,362,362,362,185,1185,243,315,1208,277,349,1160,217,289,1162,219,291,1192,251,323,1163,220,292,1164,221,293,1167,224,296,1168,225,297,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1180,238,310,1181,239,311,1184,242,314,1185,243,315,1188,246,318,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1208,277,349,1187,245,317,1187,245,317,1195,257,329,203,1200,262,334,1202,265,337,1173,230,302,1176,233,305,1188,246,318,1154,263,335,1201,264,336,365,191,192,371,358,195,196,364,198,199,372,201,209,203,204,205,373,207,208,189,188,212,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,270,342,271,343,272,344,273,345,274,346,275,347,276,348,277,349,278,350,279,351,280,352,281,353,282,354,283,355,356,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,185,362,374,367,391,191,189,189,189,188,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,342,1145,271,343,343,1147,272,344,344,1207,273,345,345,1148,274,346,346,1142,275,347,347,1140,276,348,348,1208,277,349,349,1141,278,350,350,1149,279,351,351,1146,280,352,352,1138,281,353,353,1139,282,354,354,1143,283,355,355,1150,284,356,356,1209,285,357,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,360,360,360,361,361,361,361,185,362,362,362,374,367,201,201,362,1167,224,296,1167,224,296,1177,234,306,1167,224,296,1177,234,306,1173,230,302,1174,231,303,347,348,350,351,352,353,354,355,356,357,360,361,362,1209,285,357,347,348,350,351,352,353,354,355,356,357,360,361,362,1186,244,316,1205,268,340,1161,218,290,1162,219,291,1196,258,330,1197,259,331,1198,260,332,1199,261,333,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,1188,246,318,189,188,194,364,197,372,200,391,191,189,189,189,188,188,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,189,188,199,367,185,195,1191,250,322,1193,252,324,1207,273,345,1161,218,290,1164,221,293,1154,263,335,1201,264,336,189,188,1161,218,290,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,189,188,1155,235,307,1178,236,308,188,1186,244,316,1186,244,316,1195,257,329,1194,256,328,1195,257,329,364,1161,218,290,207,1196,258,330,1197,259,331,1198,260,332,1199,261,333,198,198,1190,249,321,191,195,196,184,201,203,207,1169,226,298,1179,237,309,1182,240,312,1179,237,309,1180,238,310,1182,240,312,1195,257,329,1167,224,296,1163,220,292,1164,221,293,1155,235,307,1178,236,308,1200,262,334,1169,226,298,1179,237,309,1182,240,312,1179,237,309,1179,237,309,1180,238,310,1182,240,312,362,1185,243,315,1202,265,337,1203,266,338,1170,227,299,201,202,347,348,350,351,352,353,354,355,356,360,361,362,1167,224,296,1171,228,300,1172,229,301,1173,230,302,1181,239,311,1183,241,313,1194,256,328,1195,257,329,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,1192,251,323,1207,273,345,1156,253,325,1208,277,349,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,206,367,374,367,374,374,367,358,195,364,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,1186,244,316,191,192,195,196,199,201,205,1190,249,321,373,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,359,360,361,185,362,185,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,184,184,184,184,184,184,184,1206,269,341,198,1203,266,338,1200,262,334,211,191,192,195,196,198,199,201,203,204,205,207,208,1173,230,302,1174,231,303,1173,230,302,1174,231,303,1175,232,304,1209,285,357,1209,285,357,1209,285,357,1161,218,290,1165,222,294,193,371,358,364,197,209,1186,244,316,1186,244,316,1186,244,316,202,1161,218,290,358,194,197,364,1166,223,295,1204,267,339,189,188,186,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,198,209,203,359,360,361,185,362,185,1190,249,321,363,363,1206,269,341,391,191,189,188,1144,212,186,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,185,362,374,367,186,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,191,192,195,196,199,201,202,205,1156,253,325,1204,267,339,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,391,191,189,189,188,1144,212,212,186,186,1158,214,287,287,1159,216,288,288,1160,217,289,289,290,290,1162,219,291,291,1163,220,292,292,293,293,294,294,1166,223,295,295,296,296,1168,225,297,297,1169,226,298,298,1170,227,299,299,300,300,301,301,302,302,1174,231,303,303,1175,232,304,304,1176,233,305,305,1177,234,306,306,1155,235,307,307,1178,236,308,308,309,309,310,310,311,311,312,312,313,313,1184,242,314,314,1185,243,315,315,1186,244,316,316,1187,245,317,317,1188,246,318,318,1189,247,319,319,1152,248,320,320,321,321,1191,250,322,322,1192,251,323,323,1193,252,324,324,1156,253,325,325,1157,254,326,326,1153,255,327,327,1194,256,328,328,1195,257,329,329,1196,258,330,330,1197,259,331,331,1198,260,332,332,1199,261,333,333,1200,262,334,334,335,335,336,336,1202,265,337,337,1203,266,338,338,1204,267,339,339,1205,268,340,340,1206,269,341,341,1151,270,270,342,342,1145,271,271,343,343,1147,272,272,344,344,1207,273,273,345,345,1148,274,274,346,346,1142,275,275,347,347,1140,276,276,348,348,1208,277,277,349,349,1141,278,278,350,350,1149,279,279,351,351,1146,280,280,352,352,1138,281,281,353,353,1139,282,282,354,354,1143,283,283,355,355,1150,284,356,356,1209,285,357,357,192,192,193,193,371,371,358,358,194,194,195,195,363,363,196,196,364,364,197,197,198,198,199,199,372,372,200,200,184,184,201,201,209,209,202,202,203,203,204,204,205,205,206,206,373,373,366,366,207,207,208,208,359,359,360,360,361,361,185,185,362,362,374,374,367,367,391,191,189,189,188,1144,212,212,186,186,1158,214,287,287,1159,216,288,288,1160,217,289,289,290,290,1162,219,291,291,1163,220,292,292,293,293,294,294,1166,223,295,295,296,296,1168,225,297,297,1169,226,298,298,1170,227,299,299,300,300,301,301,302,302,1174,231,303,303,1175,232,304,304,1176,233,305,305,1177,234,306,306,1155,235,307,307,1178,236,308,308,309,309,310,310,311,311,312,312,313,313,1184,242,314,314,1185,243,315,315,1186,244,316,316,1187,245,317,317,1188,246,318,318,1189,247,319,319,1152,248,320,320,321,321,1191,250,322,322,1192,251,323,323,1193,252,324,324,1156,253,325,325,1157,254,326,326,1153,255,327,327,1194,256,328,328,1195,257,329,329,1196,258,330,330,1197,259,331,331,1198,260,332,332,1199,261,333,333,1200,262,334,334,335,335,336,336,1202,265,337,337,1203,266,338,338,1204,267,339,339,1205,268,340,340,1206,269,341,341,1151,270,270,342,342,1145,271,271,343,343,1147,272,272,344,344,1207,273,273,345,345,1148,274,274,346,346,1142,275,275,347,347,1140,276,276,348,348,1208,277,277,349,349,1141,278,278,350,350,1149,279,279,351,351,1146,280,280,352,352,1138,281,281,353,353,1139,282,282,354,354,1143,283,283,355,355,1150,284,356,356,1209,285,357,357,192,192,193,193,371,371,358,358,194,194,195,195,363,363,196,196,364,364,197,197,198,198,199,199,372,372,200,200,184,184,201,201,209,209,202,202,203,203,204,204,205,205,206,206,373,373,366,366,207,207,208,208,359,359,360,360,361,361,185,185,362,362,374,374,367,367,391,191,189,189,188,1144,212,212,186,186,1158,214,287,287,1159,216,288,288,1160,217,289,289,290,290,1162,219,291,291,1163,220,292,292,293,293,294,294,1166,223,295,295,296,296,1168,225,297,297,1169,226,298,298,1170,227,299,299,300,300,301,301,302,302,1174,231,303,303,1175,232,304,304,1176,233,305,305,1177,234,306,306,1155,235,307,307,1178,236,308,308,309,309,310,310,311,311,312,312,313,313,1184,242,314,314,1185,243,315,315,1186,244,316,316,1187,245,317,317,1188,246,318,318,1189,247,319,319,1152,248,320,320,321,321,1191,250,322,322,1192,251,323,323,1193,252,324,324,1156,253,325,325,1157,254,326,326,1153,255,327,327,1194,256,328,328,1195,257,329,329,1196,258,330,330,1197,259,331,331,1198,260,332,332,1199,261,333,333,1200,262,334,334,335,335,336,336,1202,265,337,337,1203,266,338,338,1204,267,339,339,1205,268,340,340,1206,269,341,341,1151,270,270,342,342,1145,271,271,343,343,1147,272,272,344,344,1207,273,273,345,345,1148,274,274,346,346,1142,275,275,347,347,1140,276,276,348,348,1208,277,277,349,349,1141,278,278,350,350,1149,279,279,351,351,1146,280,280,352,352,1138,281,281,353,353,1139,282,282,354,354,1143,283,283,355,355,1150,284,356,356,1209,285,357,357,192,192,193,193,371,371,358,358,194,194,195,195,363,363,196,196,364,364,197,197,198,198,199,199,372,372,200,200,184,184,201,201,209,209,202,202,203,203,204,204,205,205,206,206,373,373,366,366,207,207,208,208,359,359,360,360,361,361,185,185,362,362,374,374,367,367,1192,251,323,391,191,189,188,1144,212,186,1158,214,287,1159,216,288,1160,217,289,1161,218,290,1162,219,291,1163,220,292,1164,221,293,1165,222,294,1166,223,295,1167,224,296,1168,225,297,1169,226,298,1170,227,299,1171,228,300,1172,229,301,1173,230,302,1174,231,303,1175,232,304,1176,233,305,1177,234,306,1155,235,307,1178,236,308,1179,237,309,1180,238,310,1181,239,311,1182,240,312,1183,241,313,1184,242,314,1185,243,315,1186,244,316,1187,245,317,1188,246,318,1189,247,319,1152,248,320,1190,249,321,1191,250,322,1192,251,323,1193,252,324,1156,253,325,1157,254,326,1153,255,327,1194,256,328,1195,257,329,1196,258,330,1197,259,331,1198,260,332,1199,261,333,1200,262,334,1154,263,335,1201,264,336,1202,265,337,1203,266,338,1204,267,339,1205,268,340,1206,269,341,1151,270,342,1145,271,343,1147,272,344,1207,273,345,1148,274,346,1142,275,347,1140,276,348,1208,277,349,1141,278,350,1149,279,351,1146,280,352,1138,281,353,1139,282,354,1143,283,355,1150,284,356,1209,285,357,192,193,371,358,194,195,363,196,364,197,198,199,372,200,184,201,209,202,203,204,205,206,373,366,207,208,359,360,361,185,362,374,367,1158,214,287,1163,220,292,1186,244,316,196,196,196,196,184,184,184,184,184,184,184,184,365,191,192,371,358,195,196,364,198,199,372,201,209,203,204,205,373,207,208,1210,1211,1212,1213,1214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1213,1225,1226,1226,1227,1227,1228,1229,1219,1230,1224,1231,1226,1232,1233,1234,1235,1236,1237,1238,1214,1239,1240,1241,1242,1227,1243,1215,1216,1212,1244,1245,1246,1247,1248,1249,1213,1225,1250,1251,1252,1253,1254,1254,1245,1223,1250,1234,1236,1243,1213,1225,1226,1226,1237,1226,1237,1234,1235,1253,1217,1229,1246,1247,1248,1249,1243,1255,1256,1217,1224,1213,1225,1217,1214,1239,1257,1245,1244,1245,1217,1247,1248,1249,1246,1258,1259,1260,1261,1260,1240,1261,1245,1226,1230,1224,1214,1239,1223,1259,1260,1261,1260,1260,1240,1261,1227,1250,1251,1222,1226,1232,1233,1234,1241,1262,1244,1245,1219,1215,1221,1258,1251,1223,1234,1235,1234,1235,1238,1217,1217,1220,1252,1258,1263,1257,1215,1252,1219,1264,1263,1230,1265,1266,1267,1268,1269,1270,1269,1270,1268,1270,1268,1270,37,378,37,37,0,37,37,37,37,37,132,37,0,37,37,37,37,37,0,376,37,378,37,37,377,37,376,0,0,0,16,37,0,37,37,0,0,0,0,0,37,37,37,37,37,37,37,37,37,0,0,37,0,37,37,37,378,375,37,37,0,37,443,37,37,37,37,37,37,37,37,37,37,37,37,37,377,377,37,37,37,37,37,37,37,37,37,37,37,443,443,0,16,37,132,37,37,37,375,37,37,37,377,0,37,375,0,37,377,376,37,0,37,37,37,37,0,375,37,0,37,37,395,375,37,377,376,378,0,0,377,37,443,416,395,397,0,442,395,395,395,395,397,397,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,421,421,421,0,129,130,404,406,416,421,395,397,416,421,395,397,441,441,397,395,395,397,416,395,397,416,395,397,395,395,397,397,397,397,38,379,379,397,416,421,421,395,397,416,421,421,395,397,416,421,395,395,397,397,397,416,421,421,395,397,395,395,397,397,397,397,395,395,397,397,397,395,395,395,395,397,397,397,397,379,379,416,421,421,395,397,416,421,395,395,395,395,397,397,397,74,397,397,395,397,397,397,397,397,397,397,395,397,397,397,397,397,416,421,395,397,416,421,395,397,397,397,443,397,397,397,395,397,397,416,421,395,397,38,421,397,0,397,443,397,397,397,397,397,397,395,397,397,421,442,443,395,395,416,421,395,397,421,0,38,379,421,397,397,397,416,416,416,416,0,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,395,397,395,397,395,397,397,397,397,397,421,421,397,397,397,397,74,397,395,395,395,395,395,0,0,0,416,395,397,421,416,421,395,397,416,421,395,397,416,421,395,397,416,416,421,395,395,397,397,416,416,421,395,395,397,397,416,416,421,395,395,397,397,38,416,421,395,397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,385,385,465,462,465,385,465,462,459,461,0,0,0,0,0,0,465,465,465,385,465,465,465,465,465,465,465,465,462,462,461,465,465,461,385,465,465,465,461,459,459,465,465,465,465,465,0,461,461,0,465,465,461,0,0,385,385,455,455,460,455,455,0,455,465,459,460,461,462,385,463,464,455,458,465,459,460,461,462,385,463,464,455,458,455,385,455,385,455,455,455,460,458,465,459,460,461,462,385,463,464,455,458,465,459,460,461,462,385,463,464,455,458,465,459,460,461,462,385,463,464,455,458,460,465,459,460,461,462,385,463,464,455,458,385,385,385,385,385,460,459,460,461,462,385,463,464,455,465,465,459,460,461,462,385,385,463,464,455,458,455,460,465,459,460,461,462,385,463,464,455,458,455,465,459,460,461,462,385,463,464,455,458,458,455,455,460,463,465,459,460,461,462,385,463,464,455,458,455,455,455,455,455,455,460,460,455,465,459,460,461,462,385,463,464,455,458,458,463,455,463,455,464,460,460,455,455,460,455,463,460,460,455,455,460,455,463,455,455,455,455,455,455,455,455,455,385,455,465,459,460,461,462,385,463,464,455,458,465,459,460,461,462,385,463,464,455,458,455,460,465,459,460,461,462,385,463,464,455,458,465,459,459,460,460,461,461,462,462,385,385,463,463,464,464,455,455,458,465,459,459,460,460,461,461,462,462,385,385,463,463,464,464,455,455,458,465,459,459,460,460,461,461,462,462,385,385,463,463,464,464,455,455,458,465,459,460,461,462,385,463,464,455,458,460,1271,1272,1273,1273,1273,1274,1273,1272,1273,1275,1271,1275,1274,1273,1275,0,0,0,0,0,0,0,467,468,467,467,0,467,467,467,467,467,467,467,468,467,467,467,467,467,467,467,467,468,467,467,467,467,467,467,467,467,467,467,467,467,467,467,467,467,0,0,0,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,0,0,0,0,470,470,470,470,0,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,470,470,470,470,470,470,470,470,470,470,470,470,470,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,0,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,1276,474,0,474,474,0,0,0,0,0,0,1277,1277,0,0,498,104,1277,0,0,104,498,498,0,0,0,475,475,477,476,475,477,476,475,477,477,477,477,475,477,476,475,477,476,475,477,476,475,475,477,476,476,477,476,475,477,476,475,477,476,475,475,477,476,475,475,477,476,477,477,477,475,477,476,475,476,475,477,476,475,477,476,475,477,476,475,477,477,476,476,475,477,477,476,476,475,477,477,476,476,475,477,476,475,475,0,0,0,0,0,48,0,0,478,479,480,48,478,48,478,479,480,482,483,481,48,478,479,480,482,483,481,48,478,479,480,48,478,479,480,48,478,482,478,480,478,479,480,482,483,481,48,478,479,480,482,483,481,48,478,479,480,482,483,481,48,478,479,480,482,483,481,481,48,480,480,48,48,48,48,48,478,479,480,482,483,481,48,48,478,479,480,482,483,481,48,478,478,478,478,479,480,482,483,481,48,479,478,479,480,482,483,481,48,478,479,480,482,483,481,48,480,479,482,478,479,480,478,483,478,479,480,482,483,481,48,483,483,478,478,482,478,479,480,48,48,478,479,480,482,483,481,48,478,479,480,482,483,481,48,478,479,480,482,483,481,48,478,478,479,479,480,480,482,482,483,483,481,481,48,48,478,478,479,479,480,480,482,482,483,483,481,481,48,48,478,478,479,479,480,480,482,482,483,483,481,481,48,48,479,478,479,480,482,483,481,48,1278,486,0,0,0,487,486,487,0,0,0,0,0,484,471,486,489,471,471,471,485,444,487,490,484,471,486,489,444,487,490,484,471,486,489,444,444,444,444,484,471,486,489,484,471,486,489,484,486,489,484,486,489,471,471,487,490,484,471,486,489,444,487,490,484,471,486,489,444,487,490,484,484,471,486,489,444,471,444,444,487,490,490,484,471,486,489,444,489,484,486,489,484,484,484,484,486,486,486,486,489,489,489,489,471,484,484,471,486,489,444,487,490,484,484,484,471,486,489,489,444,484,489,471,484,489,487,490,484,471,486,489,444,471,487,490,484,471,486,489,489,444,471,471,471,487,490,484,471,486,489,444,471,444,471,490,471,471,471,471,484,486,489,485,471,471,444,487,490,484,471,486,489,444,471,485,484,484,471,471,471,444,471,0,471,471,444,444,489,471,444,444,484,471,486,489,484,487,490,484,471,486,489,444,487,490,484,471,486,489,444,471,487,490,484,471,486,489,444,490,484,484,471,471,486,486,489,489,444,444,490,484,484,471,471,486,486,489,489,444,444,490,484,484,471,471,486,486,489,489,444,444,487,490,484,471,486,489,444,471,471,490,471,444,444,1279,0,0,0,0,494,494,497,494,497,0,494,497,494,497,494,497,494,497,494,494,497,494,497,494,497,497,494,497,497,494,497,494,497,497,514,497,494,494,497,494,497,494,497,494,494,497,497,494,494,497,497,494,494,497,497,494,497,474,0,474,474,0,0,0,0,474,104,473,498,498,474,473,498,104,474,473,498,104,474,104,474,104,498,474,473,498,104,474,473,498,104,474,473,498,104,474,473,498,104,474,473,473,498,104,474,473,498,104,498,474,473,498,104,104,474,473,498,104,474,474,474,474,474,473,498,104,498,498,474,473,498,104,1277,1277,498,498,498,498,104,1277,498,104,474,104,473,474,473,498,104,474,473,498,104,474,473,498,104,474,474,473,473,498,498,104,104,474,474,473,473,498,498,104,104,474,474,473,473,498,498,104,104,474,473,498,104,104,104,498,498,498,49,49,49,49,49,49,0,76,0,0,76,76,0,0,49,0,0,0,0,0,0,0,0,384,409,500,501,492,76,502,493,49,504,492,49,493,112,384,409,500,501,492,76,502,504,503,493,49,112,384,409,500,501,492,76,502,504,503,493,49,500,504,384,409,500,501,492,76,502,493,49,384,409,500,501,492,76,502,493,49,409,409,492,504,384,409,501,112,384,409,500,501,492,76,502,504,503,493,493,49,112,384,409,500,501,492,76,502,504,503,493,49,112,384,384,409,409,500,501,492,76,502,504,503,493,49,112,112,384,409,500,501,492,76,502,504,503,503,493,49,384,409,384,384,384,384,409,409,409,409,384,409,409,500,501,492,76,502,504,503,493,49,49,112,384,384,384,409,409,409,500,501,492,76,502,504,503,493,49,384,409,492,384,492,492,492,384,409,493,504,409,112,384,409,500,501,492,76,502,504,503,493,49,503,112,384,409,500,501,492,76,502,504,503,493,49,492,492,492,504,492,492,492,112,384,409,500,501,492,76,502,504,503,493,49,492,501,502,501,112,492,493,501,409,492,504,112,384,409,500,501,492,76,502,504,503,493,49,492,492,493,409,492,502,384,409,492,492,492,492,492,492,492,492,492,504,501,504,384,384,384,492,492,504,500,492,112,503,492,492,384,409,500,501,492,76,502,493,49,409,49,112,384,409,500,501,492,76,502,504,503,493,49,112,384,409,500,501,492,76,502,504,503,493,49,492,112,384,409,500,501,492,76,502,504,503,493,49,112,384,384,409,409,500,500,501,501,492,492,76,76,502,502,504,504,503,503,493,493,49,49,112,384,384,409,409,500,500,501,501,492,492,76,76,502,502,504,504,503,503,493,493,49,49,112,384,384,409,409,500,500,501,501,492,492,76,76,502,502,504,504,503,503,493,493,49,49,112,384,409,500,501,492,76,502,504,503,493,49,492,0,512,0,512,512,0,0,0,0,0,0,509,510,511,410,512,509,510,511,513,410,512,509,510,511,513,410,509,510,511,410,509,510,511,410,410,511,509,410,410,509,511,410,512,509,510,511,513,410,512,509,510,511,513,410,512,509,510,511,513,410,512,509,510,511,513,410,511,510,410,410,410,410,410,410,512,509,510,511,513,410,512,509,510,511,513,410,410,512,509,510,511,513,410,511,512,509,510,511,513,410,513,513,512,509,510,511,513,410,513,410,511,510,511,510,410,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,410,512,509,510,511,513,410,510,602,511,509,410,511,511,511,511,511,513,513,410,513,513,513,513,513,410,513,410,509,510,511,410,512,509,510,511,513,410,512,509,510,511,513,410,602,602,0,512,509,510,511,513,410,512,512,509,509,510,510,511,511,513,513,410,410,512,512,509,509,510,510,511,511,513,513,410,410,512,512,509,509,510,510,511,511,513,513,410,410,512,509,510,511,513,410,410,0,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,515,0,0,515,515,515,515,515,515,515,515,515,515,515,515,515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,0,695,113,517,113,517,113,517,113,517,113,517,113,517,1117,517,113,517,113,517,113,517,113,113,113,517,113,113,517,517,113,113,113,517,113,517,113,517,113,517,113,517,517,113,517,517,113,517,517,113,517,0,0,0,0,0,580,1280,0,0,0,579,579,537,537,1280,0,580,0,0,0,0,0,0,0,0,0,535,0,518,0,518,535,532,523,0,0,520,0,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,518,0,0,520,520,526,520,526,520,520,520,0,526,520,526,520,526,520,526,520,526,520,526,520,526,520,526,520,526,526,520,526,520,520,526,520,520,520,520,526,520,526,520,526,520,526,526,520,520,526,526,520,520,526,526,520,520,526,520,0,0,527,529,527,529,527,529,527,527,529,527,529,527,527,529,527,529,527,529,527,529,529,527,529,527,529,527,527,529,527,529,527,529,527,529,529,527,527,529,527,527,527,529,527,529,527,529,527,529,527,527,529,529,527,527,529,529,527,527,529,529,527,529,0,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,525,0,0,0,532,532,532,532,532,532,535,532,535,532,532,535,532,535,535,535,532,535,532,535,532,535,532,532,532,535,532,532,535,532,532,535,532,532,532,532,535,532,535,532,535,532,532,532,535,535,532,535,535,535,532,535,532,535,532,535,535,532,532,535,535,532,532,535,535,532,532,535,532,532,0,0,0,0,545,542,567,0,567,0,0,545,0,542,0,545,545,545,0,0,0,542,539,0,0,539,539,543,539,543,539,539,539,543,539,543,539,543,539,543,539,543,539,543,539,543,539,543,539,543,543,539,543,539,539,543,539,539,539,539,543,539,543,539,543,539,543,543,539,539,543,543,539,539,543,543,539,539,543,539,0,0,540,544,540,544,540,540,540,540,544,544,544,540,540,544,540,544,540,544,540,544,544,540,544,540,540,544,540,544,540,544,540,540,544,540,540,544,540,544,540,544,540,544,540,544,544,540,540,544,544,540,540,544,544,540,540,544,540,0,0,0,0,591,0,591,3,68,0,0,0,68,591,0,0,546,67,67,69,69,69,546,546,69,546,69,546,69,0,546,591,69,69,69,546,546,0,546,69,546,69,546,69,546,69,546,3,546,546,546,546,546,546,546,69,69,69,69,546,546,69,546,546,546,546,546,546,546,546,546,546,69,546,69,69,69,69,69,69,69,546,546,546,546,3,587,69,546,69,546,546,546,69,546,3,587,585,591,587,587,587,546,546,69,546,69,69,546,546,546,69,0,69,546,546,69,546,546,546,546,546,546,546,546,69,546,69,546,69,69,69,69,546,546,69,69,546,546,69,69,546,546,69,546,67,0,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,557,0,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,558,0,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,0,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,542,0,0,564,565,564,564,564,565,564,565,564,564,564,564,564,565,565,564,565,564,565,564,564,565,564,565,564,565,564,564,565,564,564,565,564,564,564,564,564,565,564,564,564,564,564,564,564,565,564,564,564,564,564,564,564,564,564,565,564,565,564,565,564,564,565,565,564,564,565,565,564,564,565,565,564,564,565,564,565,0,0,0,545,545,545,567,545,567,545,567,545,545,567,567,567,545,567,545,567,545,567,545,567,567,545,567,545,567,545,545,567,545,567,545,567,545,545,567,545,545,545,567,545,567,545,567,545,567,545,567,567,545,545,567,567,545,545,567,567,545,545,567,545,541,0,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,541,0,0,559,1281,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,1281,559,559,559,559,1281,559,559,559,559,559,559,559,559,559,559,559,559,559,0,572,572,572,572,572,572,572,572,572,572,572,572,572,572,572,0,572,572,572,572,572,572,572,572,0,572,572,572,572,572,572,572,572,572,572,572,572,572,572,0,1280,1280,0,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,568,0,0,0,0,0,0,580,581,579,537,581,580,0,581,580,581,579,537,582,580,581,579,537,582,0,581,580,581,579,537,580,581,579,537,582,0,581,581,580,581,579,537,582,580,581,579,537,582,580,581,579,537,537,582,580,581,579,537,582,581,537,537,537,537,537,582,580,581,579,537,582,581,580,581,579,579,537,582,579,579,537,537,580,581,579,537,582,581,580,581,579,537,582,581,581,581,580,581,579,537,582,581,582,581,582,582,580,581,579,537,582,581,581,0,581,582,582,582,582,582,537,581,581,582,580,580,581,579,537,580,581,579,537,582,580,581,579,537,582,580,581,579,537,582,580,580,581,581,579,579,537,537,582,582,580,580,581,581,579,579,537,537,582,582,580,580,581,581,579,579,537,537,582,582,580,581,579,537,582,0,0,0,0,0,0,0,0,523,523,536,524,524,523,523,0,536,523,523,589,0,523,523,523,523,519,524,522,523,523,0,523,523,523,523,523,524,522,519,519,523,523,519,0,519,519,524,522,523,523,523,523,523,523,523,523,523,523,523,536,0,0,0,0,0,524,524,519,524,522,1282,519,524,522,1282,521,521,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,524,522,519,519,521,521,521,521,519,524,522,1282,519,521,521,519,519,521,521,524,522,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,519,524,522,1282,0,0,0,0,0,531,1283,531,588,531,588,531,588,531,531,0,531,531,588,531,588,531,588,588,0,531,588,531,588,531,588,531,531,588,531,588,531,588,588,588,531,1283,531,588,531,588,588,1283,588,588,531,531,588,531,588,531,588,531,531,588,588,531,531,588,588,531,531,588,588,531,588,0,0,536,536,536,536,536,536,536,589,536,589,536,536,536,589,536,589,589,589,536,589,536,589,536,589,536,536,536,589,536,536,589,536,536,589,536,536,536,589,536,589,536,536,536,589,536,589,536,589,589,589,589,536,589,536,589,536,589,589,536,536,589,589,536,536,589,589,536,536,589,536,536,536,0,0,0,594,0,0,0,594,0,0,594,0,594,592,593,101,592,593,592,594,595,592,593,594,595,592,593,594,592,593,594,592,593,595,594,595,592,593,594,595,592,593,594,595,592,593,594,595,592,593,101,592,593,592,593,595,592,593,594,595,592,593,101,592,593,592,593,594,595,592,593,593,594,595,592,593,101,592,593,592,593,594,595,592,593,0,101,593,101,593,0,101,592,593,592,593,101,592,593,592,593,592,593,101,592,593,101,0,101,592,593,592,593,594,595,592,593,595,0,592,592,592,592,592,592,592,592,101,592,593,592,593,595,0,101,592,593,593,594,592,593,594,595,592,593,594,595,592,593,101,592,593,592,593,595,595,594,595,592,593,594,595,595,592,592,593,593,594,595,595,592,592,593,593,594,595,595,592,592,593,593,594,595,592,593,593,593,593,593,593,593,593,593,593,0,606,0,606,0,606,0,606,606,606,0,0,605,0,603,0,0,598,608,603,598,0,605,0,0,1284,1285,1284,1285,0,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,603,0,605,605,605,605,605,605,605,605,605,0,605,605,605,605,605,605,605,605,605,605,605,0,605,605,605,605,605,605,605,605,605,605,605,605,605,0,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,608,0,0,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,609,0,606,606,606,0,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,598,606,606,598,606,606,606,606,606,606,606,606,606,606,606,606,598,598,1284,1285,1284,1285,0,0,0,0,614,614,614,600,0,0,600,614,0,0,0,0,0,614,617,615,614,617,615,614,617,614,614,615,614,617,615,614,617,615,614,617,615,614,614,617,615,614,617,615,614,617,615,614,614,614,614,617,615,614,614,617,615,614,617,615,614,614,617,615,614,617,614,617,615,617,615,617,614,614,617,615,614,617,615,614,617,615,614,614,617,617,615,615,614,614,617,617,615,615,614,614,617,617,615,615,614,617,615,614,614,614,614,614,0,0,0,622,0,622,622,622,622,0,0,622,622,622,622,622,622,0,0,0,0,622,622,622,622,622,622,0,0,0,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,622,0,600,600,0,0,628,629,629,628,629,628,629,628,629,628,629,628,628,629,628,629,628,629,628,629,628,628,628,628,628,628,629,629,628,629,628,628,628,629,628,629,628,629,628,628,628,629,628,629,629,628,629,628,629,628,629,628,628,629,629,628,628,629,629,628,628,629,629,628,629,0,631,0,0,0,631,0,0,0,0,0,0,0,656,0,656,656,0,0,0,631,0,0,0,0,0,656,656,0,0,0,635,649,657,672,657,672,630,626,647,647,647,630,637,612,648,630,626,630,626,0,613,627,633,630,648,0,0,637,650,0,638,623,633,637,650,0,613,623,650,627,635,612,648,657,601,657,0,0,672,627,626,0,646,646,657,0,637,650,0,0,616,616,1286,1287,1287,1288,1288,0,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,632,0,0,633,634,633,633,633,634,633,634,633,634,633,634,633,633,634,633,634,633,634,633,634,633,634,633,633,633,633,634,634,634,634,633,634,633,634,633,633,633,634,633,634,633,634,633,634,633,633,633,634,633,634,633,634,633,634,633,634,633,634,633,633,634,634,633,633,634,634,633,633,634,634,633,634,0,0,0,0,0,0,0,635,612,630,637,616,618,638,635,635,618,618,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,618,630,618,630,637,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,612,635,612,630,637,616,618,638,630,635,612,630,637,616,618,638,635,635,635,635,612,612,612,612,630,630,630,630,637,637,637,637,616,616,616,616,618,618,618,618,638,638,638,638,630,0,635,612,630,637,616,618,618,638,618,635,612,630,637,616,618,618,638,618,630,612,618,618,630,630,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,637,638,637,612,630,630,635,618,618,635,612,635,612,630,637,616,618,638,618,635,612,630,637,616,618,638,618,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,612,630,637,616,618,638,635,635,612,612,630,630,637,637,616,616,618,618,638,638,635,635,612,612,630,630,637,637,616,616,618,618,638,638,635,635,612,612,630,630,637,637,616,616,618,618,638,638,0,635,637,635,612,630,637,616,618,638,616,616,0,0,646,647,646,646,646,647,646,647,646,647,646,647,647,647,647,647,647,646,647,646,647,646,647,646,647,647,647,647,647,647,646,647,646,647,646,647,646,647,646,647,646,646,647,646,646,646,646,647,646,647,646,647,646,647,646,646,647,647,646,646,647,647,646,646,647,647,646,647,646,0,0,0,0,0,0,0,613,623,627,648,649,650,626,649,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,648,613,623,627,648,649,650,626,626,623,627,648,649,650,626,623,623,623,623,627,627,627,627,648,648,648,648,649,649,649,649,650,650,650,650,626,626,626,626,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,627,613,627,627,648,627,627,627,613,623,627,648,649,650,626,613,623,627,648,649,650,626,627,613,623,627,648,649,650,626,650,623,627,650,613,623,650,627,627,648,613,623,627,648,649,650,626,627,627,627,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,623,627,648,649,650,626,613,613,623,623,627,627,648,648,649,649,650,650,626,626,613,613,623,623,627,627,648,648,649,649,650,650,626,626,613,613,623,623,627,627,648,648,649,649,650,650,626,626,627,650,613,623,627,648,649,650,626,631,0,631,631,0,631,631,631,655,631,655,0,0,631,655,631,655,631,655,0,631,655,631,631,655,631,655,655,655,631,655,631,655,631,655,0,655,631,655,0,0,0,0,0,655,631,631,631,655,631,655,631,655,631,631,655,655,631,631,655,655,631,631,655,655,631,655,1287,1287,1288,1288,656,656,656,0,0,656,656,656,656,656,656,656,656,656,656,656,656,656,656,656,601,601,656,656,601,656,656,656,656,656,656,656,656,656,656,656,656,1286,0,0,0,0,0,0,0,0,0,0,669,669,657,657,0,0,0,0,0,0,0,0,0,0,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,657,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,661,664,0,669,666,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,665,662,660,657,665,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,663,668,659,657,658,659,660,661,662,663,664,665,666,667,668,669,670,658,668,0,667,657,658,659,667,658,670,663,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,657,657,657,657,657,657,659,660,659,660,661,662,663,664,665,666,667,668,669,670,658,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,657,658,659,660,661,662,663,664,665,666,667,668,669,670,657,658,659,660,661,662,663,664,665,666,667,668,669,670,663,657,658,659,660,661,662,663,664,665,666,667,668,669,670,659,660,657,657,658,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,657,657,658,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,657,657,658,658,659,659,660,660,661,661,662,662,663,663,664,664,665,665,666,666,667,667,668,668,669,669,670,670,658,668,668,668,667,657,658,659,660,661,662,663,664,665,666,667,668,669,670,663,670,657,657,657,0,0,672,673,673,674,674,674,0,672,673,672,672,673,674,672,673,674,672,0,672,672,673,672,673,672,673,674,672,673,674,672,673,674,672,673,674,673,672,672,673,674,673,672,673,674,672,672,672,673,674,672,673,674,672,673,674,672,672,673,674,672,672,0,674,672,673,672,673,674,672,673,674,672,673,674,672,672,673,673,674,674,672,672,673,673,674,674,672,672,673,673,674,674,672,673,674,672,1289,1289,1289,1290,1290,1291,676,676,676,0,676,0,0,0,0,0,0,0,0,0,0,0,675,675,675,680,676,102,678,675,680,676,102,678,456,675,102,675,680,676,102,678,675,680,676,102,678,675,680,676,102,678,675,680,676,102,678,680,678,676,102,678,675,680,676,102,678,680,675,680,676,102,678,675,680,676,102,678,675,680,676,102,678,675,678,680,675,680,675,680,676,102,678,680,102,680,456,1292,1292,680,456,102,678,456,456,456,456,0,680,102,675,680,676,102,678,675,680,676,102,678,675,680,676,102,678,675,676,102,678,678,675,676,102,678,678,675,676,102,678,678,680,675,680,676,102,678,680,680,680,680,680,682,682,0,0,0,0,0,682,683,607,684,685,682,683,607,684,685,682,683,607,684,682,683,607,682,683,607,607,684,685,682,683,683,607,684,685,682,683,607,684,685,682,683,607,684,685,685,682,682,683,607,684,684,684,682,683,607,685,682,682,682,683,607,684,682,685,682,683,607,684,685,683,685,682,683,607,684,685,682,683,607,684,607,685,682,683,607,684,607,607,607,607,607,607,607,607,607,682,683,607,685,682,683,607,684,685,682,683,607,684,685,682,683,607,684,682,682,683,683,607,607,684,682,682,683,683,607,607,684,682,682,683,683,607,607,684,685,682,683,607,684,0,0,0,0,0,0,0,0,0,0,0,0,169,691,688,689,690,169,691,688,689,690,169,0,169,688,689,690,691,688,689,690,169,691,688,689,690,169,691,688,689,690,169,691,688,689,690,169,0,169,688,689,690,169,169,691,688,689,690,169,169,169,169,169,169,169,169,0,690,169,689,0,691,688,689,690,169,169,691,688,689,690,169,691,688,689,690,169,691,691,688,689,690,169,689,689,689,690,169,691,0,169,169,169,169,169,691,688,689,690,169,691,688,689,690,169,691,688,689,690,169,0,691,688,688,689,689,690,690,169,169,691,688,688,689,689,690,690,169,169,691,688,688,689,689,690,690,169,169,691,688,689,690,169,688,45,45,45,45,45,0,0,45,45,0,0,45,45,45,45,0,45,145,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,692,692,145,577,577,577,45,577,577,577,45,692,145,577,45,692,145,577,692,577,577,577,577,45,145,45,145,0,692,692,145,577,577,577,692,145,577,45,692,145,577,45,692,145,577,45,692,145,692,577,45,692,145,577,577,577,45,45,45,45,45,577,45,45,692,145,577,45,45,45,692,145,577,577,577,577,577,577,577,577,577,45,692,145,577,577,577,45,692,145,577,577,45,692,145,577,577,577,577,577,577,577,692,692,145,577,45,692,145,577,577,577,577,577,692,692,145,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,45,577,577,577,577,577,577,45,145,45,577,45,692,145,577,45,692,145,577,45,692,145,577,45,45,692,692,145,145,577,45,45,692,692,145,145,577,45,45,692,692,145,145,577,577,577,0,577,577,45,692,145,577,692,692,145,0,0,0,53,694,53,53,693,694,694,694,694,694,53,693,53,53,694,693,53,694,693,53,693,693,53,693,53,53,694,53,694,53,693,694,53,694,693,53,694,693,53,694,693,53,53,694,693,693,53,53,53,693,53,694,693,53,53,694,693,53,53,53,53,53,53,694,53,694,693,694,53,53,694,694,53,53,694,693,53,53,53,694,693,53,693,53,694,694,694,693,53,694,694,694,53,694,53,53,53,53,694,693,53,53,53,693,53,53,53,53,53,53,53,693,53,53,53,694,694,693,694,694,694,694,53,53,693,53,53,53,53,53,53,693,694,53,53,694,53,53,694,693,53,53,53,694,693,53,53,53,53,694,693,53,53,694,694,693,693,53,53,694,694,693,693,53,53,694,694,693,693,53,53,53,53,694,693,693,53,0,0,0,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,0,0,0,0,0,0,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,696,0,0,0,0,0,0,697,700,698,699,698,699,698,699,700,697,698,699,700,698,699,700,697,697,697,697,697,698,698,699,699,700,700,697,698,699,699,700,697,698,699,700,697,697,698,699,700,697,697,697,698,699,700,697,697,697,697,698,699,700,697,698,699,700,697,698,699,700,697,698,698,699,700,697,697,697,698,699,700,697,698,699,700,697,698,699,700,697,697,697,697,697,697,697,698,699,700,697,0,0,0,703,0,0,0,0,703,703,703,703,0,0,0,0,703,702,702,704,705,706,703,702,707,704,705,706,703,702,707,702,703,702,703,702,704,705,706,704,705,706,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,703,704,705,706,704,705,706,707,704,705,706,703,702,707,704,705,706,702,704,705,706,703,702,707,707,704,705,0,704,705,706,704,705,706,704,705,706,703,702,707,702,707,707,707,704,705,706,703,702,707,704,705,706,704,705,706,704,705,706,704,705,706,704,705,706,704,705,706,704,705,706,704,705,706,706,704,705,706,704,705,706,704,705,706,703,702,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,703,702,707,704,705,706,704,704,705,705,706,706,703,703,702,702,707,707,704,704,705,705,706,706,703,703,702,702,707,707,704,704,705,705,706,706,703,703,702,702,707,707,704,705,706,703,702,707,382,37,760,760,28,28,0,37,37,0,37,37,37,28,1053,24,0,0,0,0,0,0,0,0,0,0,0,758,738,61,62,61,37,37,28,155,0,132,382,28,37,0,0,37,155,37,1053,24,1080,0,1066,0,37,382,28,28,28,37,37,0,758,0,376,37,0,0,37,381,0,155,28,0,37,382,377,1053,24,37,0,0,376,0,28,0,16,1293,0,0,0,0,0,37,0,0,79,79,79,1066,37,37,1080,1080,0,0,0,0,0,0,709,812,0,0,79,0,578,0,0,758,0,578,0,0,0,66,37,79,79,28,37,37,380,380,0,0,1061,37,0,28,0,37,37,28,28,28,758,812,37,0,0,0,37,37,382,61,62,382,382,0,382,0,28,1061,0,37,738,65,65,65,738,758,0,578,0,0,0,0,758,0,0,37,37,758,37,0,375,1093,37,382,382,382,37,0,65,37,443,37,37,37,37,382,28,37,37,37,37,37,37,37,37,66,0,382,37,377,377,37,37,28,28,37,37,37,37,37,37,37,37,1061,37,443,719,443,0,382,382,1066,1066,0,0,16,37,66,132,37,0,0,68,37,28,0,0,37,1061,0,0,375,1093,382,37,382,37,37,377,37,381,0,68,375,1093,382,382,382,0,758,155,760,760,506,506,382,382,0,37,0,65,0,382,382,382,760,381,377,376,0,37,0,0,155,155,155,155,0,0,0,37,37,0,37,28,0,381,0,0,0,0,37,155,578,735,375,1093,0,28,37,0,0,0,0,37,812,0,382,0,37,382,0,61,62,1053,24,28,380,375,1093,37,155,377,1080,381,1066,1053,376,28,380,758,709,79,19,8,19,8,719,0,0,0,0,0,0,0,377,28,0,28,37,443,65,0,0,0,38,756,505,132,150,442,394,46,78,757,677,578,54,86,66,713,58,758,726,24,52,747,79,730,731,716,738,759,19,61,62,8,6,760,65,68,0,0,0,0,0,0,86,67,67,442,747,0,442,713,150,150,394,394,132,132,716,65,65,132,132,65,65,442,38,505,505,52,52,100,719,0,132,52,132,132,132,100,6,132,103,52,6,46,66,758,52,759,52,65,65,74,505,54,6,100,65,100,726,52,727,728,729,713,713,79,52,38,74,505,132,132,54,100,100,52,6,52,52,65,65,65,677,26,74,103,6,87,74,132,103,52,6,132,132,132,100,52,52,17,61,62,61,62,150,394,394,61,61,62,62,394,738,738,738,738,738,738,738,738,61,61,62,62,738,738,129,130,404,1091,394,0,764,38,38,811,756,74,505,505,132,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,726,24,100,508,52,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,65,68,726,38,811,756,74,505,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,726,24,100,508,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,68,68,1294,713,132,52,6,751,951,751,716,78,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,747,100,505,505,150,394,442,52,751,727,716,738,728,729,52,716,738,65,65,738,65,738,738,65,38,505,505,100,38,505,150,394,507,1108,38,756,505,132,150,442,394,46,78,757,677,578,54,86,66,713,58,758,726,24,52,747,79,730,731,716,738,759,19,61,62,8,6,760,65,68,132,150,394,726,38,756,505,132,150,442,394,46,78,757,677,578,54,86,66,713,58,758,726,24,100,52,747,79,730,731,716,738,759,19,61,62,8,6,760,65,68,52,38,505,132,726,100,52,716,738,759,19,61,62,8,6,65,68,1017,38,505,132,726,100,52,716,738,759,19,61,62,8,6,65,68,727,728,729,727,728,729,727,728,729,100,6,6,394,150,0,0,0,38,447,32,38,505,447,677,447,1294,97,132,52,6,52,52,52,52,32,883,52,58,1035,1035,1035,1035,74,38,505,168,507,52,74,52,52,74,447,0,52,52,0,38,505,132,150,103,394,726,508,52,507,727,778,728,729,65,735,38,38,811,756,74,505,505,132,132,150,442,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,6,760,728,729,65,68,723,38,811,756,74,505,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,6,760,728,729,65,68,52,759,38,38,811,756,74,505,505,132,132,132,132,150,150,442,719,103,394,394,46,78,757,677,447,578,54,86,66,713,58,58,758,726,726,24,24,100,100,508,52,52,747,79,883,709,507,507,506,730,731,812,727,727,727,716,716,716,67,778,738,738,738,759,19,19,61,61,62,62,8,8,6,760,728,728,728,729,729,729,65,65,68,58,58,58,394,100,65,65,65,65,65,65,65,46,52,97,52,97,46,52,52,150,394,38,38,811,756,74,505,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,6,6,6,6,6,760,728,729,65,68,52,1017,52,52,52,52,442,759,52,52,38,505,132,52,38,505,132,52,756,100,103,52,150,38,38,38,38,38,38,38,756,505,505,505,505,505,505,505,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,150,150,442,103,394,394,78,757,677,578,54,86,58,758,726,24,100,100,100,100,100,100,100,100,100,100,100,100,52,79,716,738,738,738,738,759,19,19,19,19,61,61,61,62,62,62,8,8,6,760,65,65,65,68,38,38,38,38,756,756,756,756,505,505,505,505,132,132,132,132,150,150,150,150,442,442,442,442,394,394,394,394,78,78,78,78,757,757,757,757,677,677,677,677,578,578,578,578,54,54,54,54,86,86,86,86,58,58,58,58,758,758,758,758,726,726,726,726,24,24,24,24,100,100,100,100,52,52,52,52,716,716,716,716,738,738,738,738,759,759,759,759,19,19,19,19,61,61,61,61,62,62,62,62,8,8,8,8,6,6,6,6,760,760,760,760,65,65,65,65,68,68,68,68,1040,0,52,52,100,52,58,86,505,505,505,150,150,394,394,505,150,150,394,394,150,150,394,394,100,79,150,394,79,79,760,1099,1108,728,729,727,728,729,728,729,728,729,727,728,729,727,727,728,729,728,729,727,728,729,727,728,729,1081,100,100,100,1098,951,1295,52,52,52,52,52,38,38,38,811,756,74,505,505,505,132,132,150,442,719,103,394,46,46,78,757,677,447,578,54,86,66,66,713,58,758,758,726,24,100,508,52,52,52,79,507,812,727,716,67,738,738,738,738,738,738,759,759,759,19,19,61,61,62,62,8,8,6,6,6,6,760,728,729,65,68,61,62,61,62,505,38,38,38,38,38,38,38,38,38,811,756,74,505,505,505,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,132,150,150,442,719,103,394,394,46,46,46,46,78,78,757,677,447,578,578,578,578,578,54,86,66,66,713,58,758,726,726,726,24,24,24,508,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,747,79,79,79,79,79,79,79,79,79,79,79,883,709,507,507,507,506,730,731,812,727,727,716,716,67,778,738,738,738,738,738,738,738,738,738,738,759,759,759,19,19,19,19,19,19,19,61,61,61,61,62,62,62,62,8,8,8,8,6,6,6,760,728,728,729,729,65,65,65,68,68,68,442,759,58,58,61,62,442,759,150,394,58,38,505,505,132,132,132,132,150,394,52,65,65,727,728,729,727,728,729,65,442,0,68,68,132,150,394,52,727,728,729,52,52,79,52,68,68,65,65,65,442,759,38,738,19,61,62,8,578,67,17,135,135,135,135,747,74,52,79,726,52,6,811,150,394,757,738,0,38,505,132,54,758,100,52,716,738,759,19,61,62,8,6,760,65,68,150,150,150,0,0,0,150,726,52,507,727,6,728,729,727,728,729,52,394,394,394,6,78,757,677,578,32,0,0,6,52,52,677,677,726,52,6,54,0,0,0,100,38,505,132,54,758,100,52,716,738,759,19,61,62,8,6,760,65,68,1067,150,394,1017,79,79,103,738,738,58,394,394,52,52,150,713,38,811,756,74,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,150,150,394,394,811,103,46,100,508,507,150,394,719,394,38,811,756,74,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,442,759,38,132,132,132,132,100,442,759,132,150,394,52,883,778,6,726,52,507,727,6,728,729,6,38,38,505,505,150,150,150,394,394,100,150,54,132,150,150,150,394,394,100,52,52,6,6,6,6,6,6,8,150,1296,132,132,132,100,0,8,46,443,730,731,100,19,61,62,132,61,100,394,19,61,62,38,505,150,394,713,6,100,52,442,78,757,677,578,79,52,52,19,61,62,19,8,19,8,61,19,61,62,19,61,62,442,32,132,68,507,738,61,751,52,68,132,150,394,726,100,52,507,727,738,19,61,62,8,728,729,100,61,61,394,52,394,100,6,6,62,62,62,38,62,19,61,62,394,951,52,6,65,150,394,713,100,150,100,0,132,150,394,726,100,52,507,727,738,19,61,62,8,728,729,65,719,150,32,32,38,811,756,74,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,726,52,6,738,0,38,505,150,394,713,38,505,713,1017,132,132,52,52,727,6,6,728,729,727,728,729,132,52,6,507,52,726,52,6,52,68,68,68,68,68,6,6,54,713,52,716,0,52,52,52,46,97,132,100,52,759,6,6,738,86,86,0,65,65,65,65,62,58,65,443,730,731,1098,132,132,132,132,132,132,132,52,6,38,505,150,442,103,394,46,78,757,677,54,86,713,58,726,100,508,52,507,727,738,61,62,8,6,728,729,65,86,52,677,46,52,757,97,132,52,6,52,78,78,738,6,52,52,52,52,78,52,52,52,52,508,508,442,79,26,74,103,6,61,62,61,62,442,713,442,713,443,730,731,719,719,719,719,150,394,150,150,394,394,150,394,150,78,100,19,61,62,8,38,38,38,38,38,38,505,505,505,505,505,505,132,132,132,132,132,132,132,132,132,132,132,132,132,726,100,100,100,100,100,100,100,100,100,100,100,100,52,716,738,759,19,19,19,19,61,61,61,62,62,62,8,8,6,65,65,68,52,52,52,38,811,756,74,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,507,883,778,6,6,6,6,6,6,6,6,6,6,6,6,6,6,32,6,6,6,6,6,6,6,32,6,6,8,146,52,38,505,52,52,505,505,505,132,52,6,150,150,751,442,447,713,52,52,52,751,52,751,0,97,132,100,52,6,751,52,100,713,713,713,751,52,713,751,52,713,447,447,442,442,442,751,52,97,132,52,6,52,738,52,52,38,505,505,150,394,97,132,52,6,150,97,132,52,6,97,132,52,6,811,811,394,726,726,759,132,52,6,505,150,394,677,505,150,394,52,727,716,738,19,61,62,8,728,729,65,150,394,52,727,716,738,19,61,62,8,728,729,65,78,6,6,150,394,0,1297,1014,0,0,1017,52,103,738,61,62,65,738,65,738,61,61,62,62,65,132,52,6,132,150,394,726,100,52,507,727,738,19,61,62,8,728,729,65,132,150,394,726,100,52,507,727,738,19,61,62,8,728,729,65,65,1014,1297,52,62,38,505,132,132,132,150,150,394,394,58,726,24,100,52,52,507,727,727,716,716,738,738,19,19,61,61,62,62,8,8,728,728,729,729,65,65,150,394,52,727,716,738,19,61,62,8,728,729,65,58,150,394,52,727,716,738,19,61,62,8,728,729,65,811,811,757,6,8,32,505,0,0,58,8,32,103,677,150,394,150,394,1295,32,442,447,759,6,6,6,132,52,6,38,442,38,46,52,505,132,52,6,132,52,6,52,52,132,52,6,505,52,38,505,38,505,133,133,133,133,133,133,133,133,756,6,6,100,6,6,52,52,1017,0,1017,1017,61,62,727,728,729,74,1014,1297,1014,100,52,394,716,65,65,65,65,442,52,65,65,65,713,760,65,65,726,727,728,729,97,132,100,52,6,394,52,52,52,1099,52,52,811,811,394,751,726,132,52,6,132,52,6,132,52,6,132,52,6,61,62,19,62,62,62,61,61,132,442,0,38,756,505,132,150,442,394,46,78,757,677,578,54,86,66,713,58,758,726,24,100,52,747,79,730,731,716,738,759,19,61,62,8,6,760,65,68,100,100,52,8,8,100,132,46,66,758,52,79,738,759,19,61,62,8,6,132,132,132,100,100,46,578,52,46,0,738,0,38,505,726,726,726,677,52,100,38,38,811,756,74,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,52,747,79,883,709,507,506,730,731,812,727,716,716,67,778,738,738,738,738,738,738,738,738,738,738,759,19,61,62,8,6,760,728,729,65,65,68,65,65,150,1293,38,811,756,74,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,507,52,52,52,52,52,52,52,52,883,6,6,150,394,52,811,78,757,677,578,79,168,1040,38,811,756,74,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,100,508,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,52,52,52,78,0,146,1040,738,738,726,394,0,32,507,505,0,79,79,79,79,79,79,52,79,38,38,811,811,756,756,74,505,505,132,132,150,150,442,442,719,719,103,103,394,394,46,46,78,78,757,757,677,677,447,578,578,54,54,86,86,66,66,713,58,58,758,758,726,24,24,508,508,52,52,747,79,79,883,507,507,506,730,731,812,812,727,727,716,716,67,778,738,738,759,759,19,19,61,61,62,62,8,8,6,6,760,760,728,728,729,729,65,65,68,68,38,38,811,811,756,756,74,505,505,132,132,150,150,442,442,719,719,103,103,394,394,46,46,78,78,757,757,677,677,447,578,578,54,54,86,86,66,66,713,58,58,758,758,726,24,24,508,508,52,52,747,79,79,883,507,507,506,730,731,812,812,727,727,716,716,67,778,738,738,759,759,19,19,61,61,62,62,8,8,6,6,760,760,728,728,729,729,65,65,68,68,38,38,811,811,756,756,74,505,505,132,132,150,150,442,442,719,719,103,103,394,394,46,46,78,78,757,757,677,677,447,578,578,54,54,86,86,66,66,713,58,58,758,758,726,24,24,508,508,52,52,747,79,79,883,507,507,506,730,731,812,812,727,727,716,716,67,778,738,738,759,759,19,19,61,61,62,62,8,8,6,6,760,760,728,728,729,729,65,65,68,68,46,1067,168,1040,727,728,729,79,58,726,150,150,677,394,38,38,811,756,74,505,132,150,442,719,103,394,46,78,757,677,447,578,54,86,66,713,58,758,726,24,508,52,747,79,883,709,507,506,730,731,812,727,716,67,778,738,759,19,61,62,8,6,760,728,729,65,68,508,508,508,508,508,52,67,67,0,0,0,442,759,52,1017,811,811,811,505,150,394,150,394,100,100,150,394,883,951,442,447,713,1295,52,52,52,52,1295,951,1295,951,1295,0,0,52,0,442,759,1295,1295,1295,1295,505,951,32,1295,1295,1295,1295,1295,1295,1295,1295,1295,713,505,1295,1295,1295,1295,1295,1295,1295,1295,447,1295,1295,951,52,756,442,505,1298,1298,1299,1300,1300,1301,1299,1302,987,987,987,987,0,0,987,0,0,0,0,0,987,987,987,987,80,0,987,987,0,80,170,0,0,987,987,987,987,987,987,0,987,987,987,0,0,987,0,0,0,987,987,987,987,987,987,170,987,987,987,0,0,987,0,987,0,0,0,0,0,987,80,0,0,0,0,0,0,987,0,987,987,987,987,987,0,987,0,977,987,988,989,71,80,884,977,890,71,884,71,890,991,39,992,978,979,980,981,982,983,890,978,979,980,981,982,983,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,991,986,890,995,996,984,985,751,951,994,751,984,985,986,890,39,751,977,986,977,987,988,989,71,80,977,977,987,988,989,71,80,987,987,990,984,979,977,977,988,750,918,0,977,988,989,995,984,985,991,993,39,986,978,979,980,981,982,983,994,884,884,992,977,987,890,988,989,71,71,80,750,918,745,995,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,884,992,977,987,890,988,989,71,80,750,918,745,995,996,991,39,992,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,750,39,984,985,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,0,890,977,987,80,977,977,977,977,987,987,987,987,80,80,80,80,992,990,984,979,977,988,750,918,986,986,986,750,951,985,985,993,993,980,980,980,981,981,982,982,982,983,983,977,977,977,977,977,977,890,890,988,988,988,989,989,989,984,985,991,991,993,39,39,986,978,979,980,981,982,983,994,884,992,992,977,987,987,890,988,989,71,80,750,918,745,995,996,984,985,991,993,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,986,986,986,978,979,980,981,982,983,994,884,992,977,987,987,890,988,989,71,80,750,918,745,995,996,39,987,984,985,993,39,977,750,918,984,985,993,39,977,750,918,990,987,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,986,986,890,890,984,985,993,978,979,980,981,982,983,977,918,745,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,992,984,985,991,993,39,992,977,750,918,745,995,996,39,985,992,977,984,978,979,994,751,977,1303,978,979,980,981,982,983,985,993,980,980,981,982,982,983,951,977,977,977,977,977,977,977,977,977,988,988,989,989,39,39,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,986,918,918,978,990,978,980,982,984,985,993,39,884,977,71,745,995,996,39,985,987,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,977,0,39,751,984,978,979,994,977,988,750,918,984,978,979,994,751,977,988,918,751,984,978,979,751,977,984,978,979,994,977,988,750,918,978,979,990,984,978,979,751,0,984,978,979,751,979,990,984,978,979,994,751,977,750,890,977,977,0,39,1014,750,1014,984,985,977,988,984,986,890,918,977,0,745,39,990,890,977,0,0,0,1014,977,988,984,1014,977,988,751,977,987,988,989,71,80,991,39,992,987,984,985,991,993,39,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,986,890,984,984,985,985,991,991,993,993,39,39,986,986,978,978,979,980,980,981,982,982,983,994,994,884,884,992,992,977,977,987,987,890,890,988,988,989,989,71,71,80,80,750,750,918,918,745,745,995,995,996,996,984,984,985,985,991,991,993,993,39,39,986,986,978,978,979,980,980,981,982,982,983,994,994,884,884,992,992,977,977,987,987,890,890,988,988,989,989,71,71,80,80,750,750,918,918,745,745,995,995,996,996,984,984,985,985,991,991,993,993,39,39,986,986,978,978,979,980,980,981,982,982,983,994,994,884,884,992,992,977,977,987,987,890,890,988,988,989,989,71,71,80,80,750,750,918,918,745,745,995,995,996,996,984,985,991,993,39,986,978,979,980,981,982,983,994,884,992,977,987,890,988,989,71,80,750,918,745,995,996,984,985,993,951,985,985,993,993,980,980,980,981,981,982,982,982,983,983,977,977,977,977,977,977,890,890,988,988,988,989,989,989,985,993,980,980,981,982,982,983,951,993,980,980,981,982,982,983,951,985,993,980,981,982,983,977,890,988,989,993,980,980,982,982,951,985,993,980,980,981,982,982,983,951,977,977,977,977,977,988,988,989,989,890,0,0,0,0,751,951,751,751,990,990,951,990,751,951,990,751,751,751,751,990,751,751,990,751,1014,1014,990,1014,1014,751,951,951,951,951,951,0,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,0,1016,1016,1016,0,1016,1016,1016,1016,1016,1016,1016,0,1016,1016,1016,1016,1016,1016,0,0,0,1016,0,1016,1016,1016,0,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,1016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1028,1029,1030,1028,1030,0,0,0,0,0,0,0,0,1029,0,0,0,1023,1025,1026,1027,1028,1029,1030,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,0,1031,1032,1033,1023,1025,1026,1027,1028,1029,1030,1023,1025,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1026,1027,1028,1029,1030,1026,1026,1026,1026,1027,1027,1027,1027,1028,1028,1028,1028,1029,1029,1029,1029,1030,1030,1030,1030,1024,1023,1025,1031,1032,1033,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1028,1029,1029,1030,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1024,1031,1032,1033,1024,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1031,1031,1031,1031,1031,1031,1031,1031,1031,1031,1031,1031,1031,1032,1032,1032,1032,1032,1032,1032,1032,1032,1032,1032,1032,1032,1033,1033,1033,1033,1033,1033,1033,1033,1033,1033,1033,1033,1033,1031,1032,1033,1031,1032,1033,1031,1032,1033,1031,1032,1033,1031,1032,1033,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1024,1024,1031,1032,1033,1023,1025,1031,1032,1033,0,1023,1025,1026,1027,1028,1029,1030,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1024,1025,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1024,1023,1023,1025,1025,1031,1032,1033,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1024,1023,1023,1025,1025,1031,1032,1033,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1024,1023,1023,1025,1025,1031,1032,1033,1026,1026,1027,1027,1028,1028,1029,1029,1030,1030,1024,1023,1025,1031,1032,1033,1026,1027,1028,1029,1030,1088,0,0,407,407,0,0,1080,407,1088,0,407,407,0,407,407,407,407,0,0,1042,1080,1080,0,407,407,0,0,407,407,407,407,1061,407,407,407,1061,0,407,407,407,407,407,1082,407,1061,0,0,0,407,1061,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,1088,0,0,0,407,407,407,0,0,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,0,1082,0,0,407,0,1042,407,407,1080,1088,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,450,448,1084,1085,406,441,765,441,765,453,0,0,453,0,1081,1086,0,1070,1071,1075,1076,1083,0,1054,451,1072,1077,1078,1079,1087,1070,1073,1075,1084,453,1071,1074,1076,1085,0,1087,1086,1086,452,0,1087,1087,0,449,450,448,1052,0,449,450,448,1052,1073,1074,453,0,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,1042,1061,1061,1082,1061,0,1061,1082,0,1042,0,0,441,765,441,765,1088,0,0,407,407,0,407,1088,407,407,407,407,407,407,407,407,0,0,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,1088,0,0,0,407,407,407,0,0,0,407,0,407,407,1088,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,450,448,1084,1085,453,453,1086,1070,1071,1075,1076,1083,1054,451,1072,1077,1078,1079,1087,1070,1073,1075,1084,453,1071,1074,1076,1085,1087,1086,1086,452,1087,1087,449,450,448,449,450,448,1073,1074,453,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,1080,0,1080,1080,0,1080,1081,0,1052,1052,1088,382,37,378,0,0,0,37,37,0,37,37,407,37,1053,37,37,407,155,0,382,37,37,155,37,0,1053,1080,0,1066,407,37,1088,382,37,37,0,1020,376,407,37,378,37,0,381,1097,1105,0,155,0,0,37,382,377,1053,37,407,407,407,1020,376,0,0,0,0,0,0,16,0,407,407,0,0,0,0,0,0,37,0,1103,1103,1066,1042,37,37,0,1080,1080,0,0,0,0,0,0,407,0,407,37,0,0,407,407,407,37,407,37,380,380,1061,0,37,37,37,37,407,407,407,37,37,0,0,0,0,382,382,382,0,382,1061,0,0,0,37,407,37,37,407,37,378,375,1093,407,407,37,407,382,382,382,37,37,37,37,37,37,382,37,37,37,37,37,37,37,37,1082,407,382,37,377,377,37,37,37,37,37,37,1103,37,37,37,37,1061,37,0,382,382,1066,1066,0,0,0,0,16,37,37,37,0,407,37,0,1061,0,0,0,0,0,375,1093,0,382,37,382,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,37,37,407,377,37,381,1088,375,1093,382,382,382,155,382,382,0,0,0,37,407,407,407,0,382,382,382,381,377,1020,376,37,0,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,0,0,0,0,0,0,0,0,0,0,0,155,155,155,155,0,0,0,1082,37,37,0,37,0,1103,381,0,0,0,0,0,0,37,155,407,375,1093,0,0,0,37,0,0,0,0,0,37,1042,382,0,37,382,407,407,1053,380,375,1093,37,155,377,1080,1097,381,1066,1053,1020,376,1088,378,380,0,0,377,1088,37,1084,1085,129,130,404,1089,406,1090,1091,1059,1092,1050,1106,1107,1108,1096,1017,1094,1035,1094,1035,1094,1035,1094,1035,168,1045,379,1110,379,1110,1101,1017,1040,1022,379,1045,1104,1109,1109,1099,379,1110,1106,1107,1108,1022,1081,1095,1096,1098,135,135,135,135,1043,1067,1086,1017,1095,1095,1017,1083,1098,1109,1087,1102,1058,1062,1102,1084,1100,146,1095,1096,1085,379,1110,1087,1086,1086,1043,1017,1104,1087,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1043,1043,1043,1043,1087,1062,1017,1062,1017,1062,1017,1109,1058,1099,1052,1060,1095,1096,1043,1021,168,1040,1022,146,1052,1021,1040,1060,1067,1021,168,1040,1022,1017,1304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,0,1037,1037,1037,1037,1037,1037,1037,0,0,0,1037,1037,1037,1037,1037,1037,1037,1037,1037,1037,1037,1037,1305,1305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,1038,0,1041,1038,1039,1041,1038,1039,1041,1038,1039,1041,1038,1039,1041,1038,1038,1039,1039,1041,1038,1039,1039,1041,1041,1038,1039,1041,1038,1039,1039,1041,1038,1039,1039,1041,1041,1041,1038,1039,1041,1041,1041,1038,1039,1041,0,0,0,1038,1039,1041,1041,1038,1039,1041,1038,1039,1041,1039,1041,1038,1039,1041,1038,1039,1041,1038,1039,1041,1038,1039,1039,1041,1038,1039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,1046,1044,1046,1044,1046,1044,1046,1044,1046,1044,1046,1044,0,0,1046,1044,1044,1046,1044,1046,1046,1044,0,0,1046,1044,1046,1044,1046,1044,1046,1044,1046,1046,1044,0,1046,1044,1046,1044,1046,1044,1046,1044,1046,1044,1044,1046,1044,1044,1046,1044,1044,1046,1044,1044,0,0,0,0,0,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,0,0,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,1051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1055,1055,1055,1055,1055,1055,1055,1055,1055,1055,1055,1055,1055,0,1055,0,1055,1055,1055,1055,1055,1055,1055,1055,0,1057,1057,0,1057,1057,1057,1057,1057,1057,1057,1057,1057,1057,1057,1057,1057,0,0,1057,1057,1057,1057,1057,1057,1057,1057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,407,407,0,406,0,1080,407,1088,0,406,407,407,0,406,407,407,407,407,0,0,1042,1080,1080,0,407,407,0,0,407,407,407,407,1061,407,407,407,1061,0,407,407,407,407,407,1082,407,1061,0,0,0,407,1061,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,1088,0,0,0,407,407,407,0,0,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,0,1082,0,0,406,407,0,1042,407,407,1080,1088,1088,0,0,0,0,0,0,0,0,0,0,0,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,450,448,1084,1085,406,406,406,406,406,406,406,406,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,441,765,453,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,406,406,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,406,1080,1080,1081,1082,1061,407,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,0,0,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,406,1080,1082,1061,407,1042,495,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,406,1080,1082,1061,407,1042,495,1088,441,441,441,441,765,765,765,765,1054,1054,1054,1054,451,451,451,451,1070,1070,1070,1070,1071,1071,1071,1071,1072,1072,1072,1072,1073,1073,1073,1073,1074,1074,1074,1074,452,452,452,452,1075,1075,1075,1075,1076,1076,1076,1076,406,406,406,406,1080,1080,1080,1080,1082,1082,1082,1082,1061,1061,1061,1061,407,407,407,407,1042,1042,1042,1042,495,495,495,495,1088,1088,1088,1088,453,406,0,1081,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,406,406,406,406,1080,1081,1082,1061,407,1042,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,1080,1082,1061,407,1042,495,1088,406,406,406,406,406,1080,1082,1061,407,1042,495,1088,406,406,1080,1082,1061,407,1042,495,1088,406,1080,1082,1061,407,1042,495,1088,406,495,406,495,1086,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,406,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,406,1080,1082,1061,407,1042,495,1088,406,1080,1082,1061,407,1042,495,1088,0,1070,1071,1075,1076,406,406,406,1080,1082,1061,407,1042,495,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,1083,0,406,1054,451,1072,1077,1078,1079,1087,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,1070,1073,1075,1084,453,1071,1074,1076,1085,0,1087,406,1086,1086,452,406,1080,407,406,0,406,1080,1082,1061,407,1042,495,1088,1087,1087,406,406,0,406,449,450,448,1052,0,406,1080,1082,1061,407,1042,495,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,1042,406,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,407,1042,1052,495,495,1083,1084,1085,1086,1087,1088,407,495,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,449,450,448,1052,406,1073,1074,441,441,765,765,1054,1054,451,451,1070,1070,1071,1071,1072,1072,1073,1073,1074,1074,452,452,1075,1075,1076,1076,1077,1077,449,449,1078,1078,450,450,1079,1079,448,448,453,453,406,406,1080,1080,1081,1081,1082,1082,1061,1061,407,407,1042,1042,1052,1052,495,495,1083,1083,1084,1084,1085,1085,1086,1086,1087,1087,1088,1088,441,441,765,765,1054,1054,451,451,1070,1070,1071,1071,1072,1072,1073,1073,1074,1074,452,452,1075,1075,1076,1076,1077,1077,449,449,1078,1078,450,450,1079,1079,448,448,453,453,406,406,1080,1080,1081,1081,1082,1082,1061,1061,407,407,1042,1042,1052,1052,495,495,1083,1083,1084,1084,1085,1085,1086,1086,1087,1087,1088,1088,441,441,765,765,1054,1054,451,451,1070,1070,1071,1071,1072,1072,1073,1073,1074,1074,452,452,1075,1075,1076,1076,1077,1077,449,449,1078,1078,450,450,1079,1079,448,448,453,453,406,406,1080,1080,1081,1081,1082,1082,1061,1061,407,407,1042,1042,1052,1052,495,495,1083,1083,1084,1084,1085,1085,1086,1086,1087,1087,1088,1088,453,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,0,406,1080,1082,1061,407,1042,495,1088,406,1080,1082,1061,407,1042,495,1088,441,765,1054,451,1070,1071,1072,1073,1074,452,1075,1076,1077,449,1078,450,1079,448,453,406,1080,1081,1082,1061,407,1042,1052,495,1083,1084,1085,1086,1087,1088,0,0,0,0,0,0,0,0,0,0,0,406,0,0,0,1042,1061,1061,1082,1061,0,1061,1082,0,1042,0,0,441,765,441,765,1088,0,0,407,407,0,407,1088,407,407,407,407,407,407,407,407,0,0,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,1088,0,0,0,407,407,407,0,0,0,407,0,407,407,1088,1088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,450,448,1084,1085,453,453,1086,1070,1071,1075,1076,1083,1054,451,1072,1077,1078,1079,1087,1070,1073,1075,1084,453,1071,1074,1076,1085,1087,1086,1086,452,1087,1087,449,450,448,449,450,448,1073,1074,453,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,1080,0,1080,1080,0,1080,1081,0,1052,1052,130,1088,382,37,378,0,0,0,37,37,0,37,37,407,37,1053,37,37,407,155,0,382,37,37,155,37,0,1053,1080,0,1066,407,37,1088,382,37,37,0,1020,376,1092,130,407,37,378,37,0,381,1097,1105,0,155,0,0,37,382,377,1053,37,407,1050,1050,1050,1050,1050,1050,1050,1050,407,407,1020,376,0,0,0,0,0,0,16,0,407,407,0,0,0,0,0,0,37,0,1103,1103,129,129,129,129,129,129,129,129,129,1091,129,129,129,129,1066,1042,37,37,0,1080,1080,0,0,0,0,0,0,407,0,407,37,0,0,407,407,407,37,407,37,380,380,1061,0,37,37,37,37,407,407,407,37,37,0,0,0,0,382,382,382,0,382,1061,0,0,0,37,407,37,37,407,37,378,375,1093,407,407,37,407,382,382,382,37,130,1059,37,37,37,37,37,382,37,37,37,37,37,37,37,37,1082,407,382,37,377,377,37,37,37,37,37,37,1103,37,37,37,37,1061,37,0,382,382,1066,1066,0,0,0,0,16,37,37,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,37,0,407,37,0,1061,0,0,0,0,0,375,1093,0,382,37,382,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,407,37,37,407,130,377,37,381,1088,375,1093,382,382,382,155,382,382,0,0,0,37,407,407,404,404,404,404,129,129,129,129,129,129,129,129,129,129,129,1090,1089,130,407,0,382,382,382,381,377,1020,376,37,0,495,495,495,495,495,495,495,495,495,495,0,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,495,0,0,0,0,0,0,0,0,0,0,0,155,155,155,155,0,0,0,1082,37,37,0,37,0,1103,381,0,0,0,0,0,0,37,155,1092,407,375,1093,0,0,0,37,0,0,0,0,0,37,1042,382,0,37,382,407,407,1053,380,375,1093,37,155,377,1080,1097,381,1066,1053,1020,376,1088,378,380,0,1059,0,377,1088,37,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1084,1085,129,130,404,1089,1090,1091,1059,1092,1050,129,37,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,406,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1106,1107,1108,1096,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,37,129,130,404,1089,1090,1091,1059,1092,1067,16,1050,379,1017,37,129,130,404,1089,1090,1091,1059,1092,1067,16,1050,379,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,1094,1035,1094,1035,1094,1035,1094,1035,168,1045,379,1110,379,1110,133,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,375,1093,37,37,129,129,155,1094,1035,377,377,130,130,135,404,404,1089,1090,1095,1096,1097,1091,1091,1098,1098,381,381,1066,382,382,1053,380,380,1018,133,1020,376,376,1017,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,16,1050,1050,378,378,379,379,1110,1045,129,130,404,1089,1090,1091,1059,1092,1050,1101,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1017,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,377,130,404,1089,1090,1097,1091,381,1066,382,1053,380,1020,376,1017,1059,1103,1092,1067,16,1050,378,379,375,375,375,375,1093,1093,1093,1093,37,37,37,37,129,129,129,129,155,155,155,155,377,377,377,377,130,130,130,130,404,404,404,404,1089,1089,1089,1089,1090,1090,1090,1090,1097,1097,1097,1097,1091,1091,1091,1091,381,381,381,381,1066,1066,1066,1066,382,382,382,382,1053,1053,1053,1053,380,380,380,380,1020,1020,1020,1020,376,376,376,376,1059,1059,1059,1059,1103,1103,1103,1103,1092,1092,1092,1092,1067,1067,1067,1067,16,16,16,16,1050,1050,1050,1050,378,378,378,378,379,379,379,379,1040,1022,379,1045,1104,1109,1109,129,130,404,1089,1090,1091,1059,1092,1050,1099,379,1110,1106,1107,1108,1022,1081,1095,1096,1098,375,1093,37,37,129,129,129,129,129,155,1094,1035,377,130,130,130,130,130,135,404,404,404,404,404,1089,1089,1089,1089,1089,1090,1090,1090,1090,1090,1095,1096,1097,1091,1091,1091,1091,1091,1098,381,1066,382,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1059,1059,1059,1059,1103,1104,1092,1092,1092,1092,1092,1021,168,1067,1040,1022,1060,1043,16,16,1050,1050,1050,1050,1050,378,379,1110,1045,375,375,375,375,1093,1093,37,37,37,37,129,155,1094,1035,377,377,377,130,135,404,1089,1090,1095,1096,1096,1097,1091,1098,381,381,381,1066,382,382,382,1053,380,380,380,1018,133,1020,376,376,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,168,1108,1067,1040,1022,1109,1060,1043,16,16,16,16,16,1050,378,378,378,379,379,379,1110,1045,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,135,135,135,135,375,1093,37,129,130,404,1089,1090,1091,1059,1092,1067,1050,378,379,1043,375,1093,37,129,130,404,1089,1090,1091,1059,1092,1067,1050,378,379,1067,1086,1017,1095,1095,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,16,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1017,37,1083,37,1098,129,130,404,1089,1090,1091,1059,1092,1050,1109,1087,1102,37,129,130,404,1089,1090,1091,1059,1092,1067,16,1050,379,1058,1062,1102,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1084,1100,146,1095,1096,1085,379,1110,16,1087,129,130,404,1089,1090,1091,1059,1092,1050,1086,1086,1043,1017,375,37,129,377,130,404,1091,1098,381,382,380,376,1017,16,1050,378,379,129,130,404,1089,1090,1091,1059,1092,1050,1104,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,1087,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1018,133,1043,1043,1043,1043,1087,1062,1017,1062,1017,1062,1017,1109,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,129,130,404,1089,1090,1091,1059,1092,1050,1058,1099,1052,1060,146,1095,1096,1043,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,129,37,382,16,129,130,404,1089,1090,1091,1059,1092,1050,375,375,1093,1093,37,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,378,379,1110,1045,375,1093,37,378,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,1021,168,1040,1022,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,146,1052,1021,1040,1060,129,130,404,1089,1090,1091,1059,1092,1050,1105,375,375,1093,1093,37,37,129,129,155,155,1094,1094,1035,1035,377,377,130,130,135,135,404,404,1089,1089,1090,1090,1095,1095,1096,1096,1097,1097,1091,1091,1098,1098,381,381,1066,1066,382,382,1053,1053,380,380,1018,1018,133,133,1020,1020,376,376,1017,1017,1058,1058,1099,1099,1062,1062,1100,1100,1101,1101,146,146,1102,1102,1059,1059,1103,1103,1104,1104,1092,1092,1105,1106,1107,1021,1021,168,168,1108,1067,1067,1040,1040,1022,1022,1109,1060,1060,1043,1043,16,16,1050,1050,378,378,379,379,1110,1110,1045,1045,375,375,1093,1093,37,37,129,129,155,155,1094,1094,1035,1035,377,377,130,130,135,135,404,404,1089,1089,1090,1090,1095,1095,1096,1096,1097,1097,1091,1091,1098,1098,381,381,1066,1066,382,382,1053,1053,380,380,1018,1018,133,133,1020,1020,376,376,1017,1017,1058,1058,1099,1099,1062,1062,1100,1100,1101,1101,146,146,1102,1102,1059,1059,1103,1103,1104,1104,1092,1092,1105,1106,1107,1021,1021,168,168,1108,1067,1067,1040,1040,1022,1022,1109,1060,1060,1043,1043,16,16,1050,1050,378,378,379,379,1110,1110,1045,1045,375,375,1093,1093,37,37,129,129,155,155,1094,1094,1035,1035,377,377,130,130,135,135,404,404,1089,1089,1090,1090,1095,1095,1096,1096,1097,1097,1091,1091,1098,1098,381,381,1066,1066,382,382,1053,1053,380,380,1018,1018,133,133,1020,1020,376,376,1017,1017,1058,1058,1099,1099,1062,1062,1100,1100,1101,1101,146,146,1102,1102,1059,1059,1103,1103,1104,1104,1092,1092,1105,1106,1107,1021,1021,168,168,1108,1067,1067,1040,1040,1022,1022,1109,1060,1060,1043,1043,16,16,1050,1050,378,378,379,379,1110,1110,1045,1045,1067,1021,168,1040,1022,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1092,1105,1106,1107,1021,168,1108,1067,1040,1022,1109,1060,1043,16,1050,378,379,1110,1045,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,1017,375,1093,37,129,155,377,130,404,1097,381,1066,382,1053,380,1020,376,1059,1103,16,378,375,1093,37,129,155,1094,1035,377,130,135,404,1089,1090,1095,1096,1097,1091,1098,381,1066,382,1053,380,1018,133,1020,376,1017,1058,1099,1062,1100,1101,146,1102,1059,1103,1104,1021,168,1067,1040,1022,1060,1043,1050,378,1045,1304,55,0,0,55,55,0,0,0,0,0,0,55,55,55,55,55,55,55,55,55,55,55,55,55,0,55,55,55,55,55,55,55,55,0,0,55,55,0,0,55,0,0,0,55,55,0,0,55,55,55,55,55,55,55,55,55,55,55,0,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,0,0,1112,1113,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1112,1113,1113,1112,1113,1113,1112,1113,1112,1112,1113,1113,1112,1112,1113,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1112,1113,1113,1112,1113,1112,1113,1112,1113,1112,1113,1113,1112,1113,1112,1113,1112,1113,1112,1113,0,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1113,1112,1112,1113,1113,1112,1112,1113,1113,1112,1112,1113,1113,1112,1113,0,0,25,25,25,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,25,25,25,25,25,25,25,25,25,25,25,25,25,0,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116,1116],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,[[6,[[5,[3,4]]]]],[]],0,0,0,0,[7,[[10,[8,9]]]],[11,[[10,[8,9]]]],[12,[[10,[8,9]]]],[11,[[10,[8,9]]]],[12,[[10,[[13,[8]],9]]]],0,[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[15,[[13,[16]]]],0,0,0,0,0,0,[17,18],0,[17,18],0,0,0,0,0,[[-1,19],[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[[20,8,21,21],[[6,[[5,[3,4]]]]]],[[-1,8,21,21],[[6,[[5,[3,4]]]]],[]],[-1,-2,22,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,23,23,24],[[6,[[5,[3,4]]]]],[]],[12,[[10,[21,9]]]],0,0,0,0,0,0,0,[-1,25,26],[27,[[13,[14]]]],[[],[[2,[18,18]]]],[18,18],[17,17],[28,28],[29,29],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[11,[[10,[2,9]]]],[18,2],[[30,31],18],[[18,18],17],[[20,8,8],[[6,[[5,[3,4]]]]]],[[-1,8,8],[[6,[[5,[3,4]]]]],[]],0,0,[[-1,[5,[32,4]]],[[6,[[5,[3,4]]]]],[]],[-1,33,[]],[18,33],0,0,[[],20],[[],17],[[],34],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[6,[[5,[3,4]]]]],[]],0,[11,[[10,[21,9]]]],[35,2],[20,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,0,0,0,0,0,[[28,28],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,0,[[-1,[10,[2,37]]],38,[]],[-1,[[6,[[5,[3,4]]]]],[]],[-1,2,[]],[18,[[10,[2,39]]]],[[20,40],[[10,[2,41]]]],[[7,40],[[10,[2,41]]]],[[11,40],[[10,[2,41]]]],[[12,40],[[10,[2,41]]]],[[18,40],[[10,[2,41]]]],[[17,40],[[10,[2,41]]]],[[28,40],[[10,[2,41]]]],[[28,40],[[10,[2,41]]]],[[34,40],[[10,[2,41]]]],[[42,40],43],[[42,40],43],[[44,40],43],[[44,40],43],[[27,40],43],[[27,40],[[10,[2,41]]]],[[15,40],43],[[15,40],43],[[29,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[39,28],[-1,-1,[]],[-1,-1,[]],[15,44],[-1,-1,[]],[[[5,[14]]],44],[-1,-1,[]],[45,15],[46,15],[47,15],[48,15],[49,15],[50,15],[[[52,[51]]],15],[42,15],[-1,-1,[]],[-1,-1,[]],[17,18],0,[17,18],0,0,[[-1,19],[[6,[[5,[3,4]]]]],[]],[[-1,[54,[53]],55],56,26],[[-1,[54,[53]]],56,26],[[-1,[54,[53]]],56,26],[[-1,[54,[53]]],56,26],[[-1,[54,[53]]],56,26],[-1,[[13,[57]]],[]],[[58,21],[[13,[55]]]],[[58,21],[[13,[[59,[55]]]]]],0,0,0,0,0,0,0,0,[[58,-1,[54,[53]]],[[2,[56,[5,[22]]]]],26],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[39,9],[[-1,19,60],[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[[-1,19],[[6,[[5,[3,4]]]]],[]],0,[11,21],[44,21],[-1,21,[]],[18,21],[58,21],[58,21],[[12,61,61],[[10,[2,9]]]],[[12,62,57],[[10,[2,9]]]],0,0,0,[11,[[10,[21,9]]]],[-1,33,[]],[18,33],[-1,33,[]],[18,33],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[12,61,61],[[10,[2,9]]]],[[12,62,57],[[10,[2,9]]]],[11,[[10,[[13,[65]],9]]]],[[20,8,21,21,21],[[6,[[5,[3,4]]]]]],[[-1,8,21,21,21],[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],0,0,0,[66,37],0,0,0,0,0,0,[12,[[10,[21,9]]]],[12,[[10,[21,9]]]],[12,[[10,[57,9]]]],0,[[],20],[[],17],[28,27],0,[11,[[10,[21,9]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[18]],67],[[68,[[10,[33,39]]]]]],[[[6,[18]],67],[[68,[[10,[2,39]]]]]],[[[6,[18]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[-1]],67],[[68,[[10,[35,39]]]]],[]],[[7,67],[[68,[[10,[35,9]]]]]],[[11,67],[[68,[[10,[35,9]]]]]],[[12,67],[[68,[[10,[35,9]]]]]],[[[6,[18]],67],[[68,[[10,[35,39]]]]]],0,[[[6,[18]],67],[[68,[[10,[2,39]]]]]],[[[6,[18]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[-1]],67],[[68,[[10,[35,39]]]]],[]],[[7,67],[[68,[[10,[35,9]]]]]],[[11,67],[[68,[[10,[35,9]]]]]],[[12,67],[[68,[[10,[35,9]]]]]],[[[6,[18]],67],[[68,[[10,[35,39]]]]]],[[[6,[18]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],0,0,0,[[18,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[[72,[60]]]]],[[6,[[5,[3,4]]]]],[]],0,[11,[[10,[35,9]]]],[[-1,[70,[[72,[60]]]]],[[6,[[5,[3,4]]]]],[]],[7,2],[11,2],[12,2],0,[[20,23,[13,[73]],[13,[19]]],[[6,[[5,[3,4]]]]]],[[-1,23,[13,[73]],[13,[19]]],[[6,[[5,[3,4]]]]],[]],[[-1,25],2,26],[17,17],0,[[[74,[53]],38,38,38,-1],37,75],0,[[[74,[53]],[13,[38]],38,38,76],37],0,0,[[-1,77,19,[13,[65]],[13,[65]]],[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[-1,[[6,[[5,[3,4]]]]],[]],[[-1,19],[[6,[[5,[3,4]]]]],[]],[[78,-1,[70,[79]]],[[10,[[5,[[70,[79]]]],15]]],26],[[78,-1],[[10,[2,15]]],26],0,0,0,0,0,[[18,80],[[10,[33,39]]]],0,0,0,0,[[-1,[70,[60]]],[[6,[[5,[3,4]]]]],[]],0,[11,[[10,[35,9]]]],[[-1,[70,[60]],8],[[6,[[5,[3,4]]]]],[]],[[12,21],[[10,[2,9]]]],[[11,21],[[10,[2,9]]]],[[7,[5,[81,4]]],[[10,[2,9]]]],[[11,[5,[81,4]]],[[10,[2,9]]]],[[12,[5,[81,4]]],[[10,[2,9]]]],[[11,21],[[10,[2,9]]]],[[-1,33],[[10,[2,28]]],[]],[[18,33],[[10,[2,28]]]],[[11,[13,[65]]],[[10,[2,9]]]],[[12,21],[[10,[2,9]]]],[[12,21],[[10,[2,9]]]],[[12,57],[[10,[2,9]]]],[[11,21],[[10,[2,9]]]],[[11,35],[[10,[2,9]]]],[[11,35],[[10,[2,9]]]],[[-1,[13,[33]],[13,[33]]],[[10,[2,28]]],[]],[[7,60],[[10,[2,9]]]],[[11,57],[[10,[2,9]]]],[[12,57],[[10,[2,9]]]],0,[[11,82],[[10,[2,9]]]],0,0,0,[-1,33,[]],[18,33],0,0,0,0,[44,[[13,[14]]]],[15,[[13,[14]]]],[-1,[[10,[-2,83]]],[22,84],84],[18,[[2,[30,31]]]],[17,[[2,[18,18]]]],0,0,0,0,0,[[[6,[18]],80],[[10,[2,39]]]],0,0,0,[11,[[10,[85,9]]]],[12,[[10,[85,9]]]],0,0,0,0,0,0,0,[[86,87],[[10,[2,51]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],0,[7,[[10,[[2,[[5,[89,4]],8]],9]]]],[11,[[10,[2,9]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[18,[70,[60]]],[[13,[35]]]],[[11,[70,[[72,[60]]]]],[[10,[35,9]]]],[[12,[70,[[72,[60]]]]],[[10,[[2,[35,8]],9]]]],[[11,[70,[60]]],[[10,[35,9]]]],[[12,[70,[60]],8],[[10,[35,9]]]],[7,[[10,[60,9]]]],[11,[[10,[57,9]]]],[12,[[10,[57,9]]]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,[-1,[[6,[[5,[3,4]]]]],[]],[-1,[[10,[2,28]]],[]],[18,[[10,[2,28]]]],[[[74,[53]],-1],[[10,[37,42]]],[22,84,91]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[53,[[6,[[5,[3]]]]]],[[-1,[54,[53]]],93,26],[[-1,[54,[53]]],93,26],[[-1,[54,[53]]],93,26],[[-1,[54,[53]]],93,26],[[-1,[54,[53]]],93,26],0,0,0,[[28,-1],27,[[94,[88]]]],[[18,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[18,[70,[60]]],[[10,[2,39]]]],[[-1,[70,[60]]],[[10,[2]]],[]],[[18,95],[[10,[2,39]]]],[[-1,33,33],[[10,[2,39]]],[]],[[18,[70,[71]]],[[10,[35,39]]]],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[96,96],[[-1,-2],2,[],[]],0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,0,0,[[96,40],43],[-1,-1,[]],[-1,-1,[]],[[96,23,[13,[97]]],[[13,[98]]]],[[96,23,[13,[97]]],[[13,[99]]]],0,0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[97,100,101],[[10,[99,51]]]],0,0,0,[[[52,[101]]],96],[[]],[[]],[102,2],[96,101],0,[[96,23,98],2],[[96,88,103,53],[[6,[[5,[3]]]]]],[[98,23,103,53,[52,[101]]],[[10,[104,44]]]],[[58,53,[52,[101]]],[[10,[104,44]]]],[[53,23,[70,[60]],[52,[101]]],[[10,[58,44]]]],[[53,98,23],[[10,[[70,[60]],44]]]],[[53,98],[[10,[2,44]]]],[-1,-2,[],[]],[[96,88,[13,[[74,[53]]]],[13,[103]],[13,[53]]],[[10,[104,44]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[105,[[70,[60]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[105,105],[98,98],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[98,[[13,[[70,[60]]]]]],0,0,[[105,40],43],[[98,40],43],[-1,-1,[]],[-1,-1,[]],[[100,101],[[10,[98,51]]]],[[106,101],[[10,[98,51]]]],[[107,101],[[10,[98,51]]]],[[98,23],[[13,[105]]]],[98,[[13,[105]]]],[105,108],[98,108],0,0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[105,109],0,[105,23],0,[[88,109,110,108],105],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[111,103,112,[13,[[2,[113,76]]]],[13,[[5,[114]]]]],2],[[111,103],[[13,[78]]]],[102,2],[[[13,[[5,[114]]]],111,103],2],[[98,23,103,53,[52,[101]]],[[10,[104,44]]]],[[58,53,[52,[101]]],[[10,[104,44]]]],[[[70,[60]],23,53,[52,[101]]],[[10,[104,44]]]],[[53,23,[70,[60]],[52,[101]]],[[10,[58,44]]]],[[53,98,23],[[10,[[70,[60]],44]]]],[[53,98],[[10,[2,44]]]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[115,115],[116,116],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],115],[[],116],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,0,0,[[115,40],43],[[116,40],43],[-1,-1,[]],[-1,-1,[]],0,[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[],115],[[]],[[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[115,115],2],[[116,116],2],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[117,118],119],[120,33],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[121,122],2],[120,120],[119,119],[123,123],[117,117],[124,124],[121,121],[[125,122],[[10,[122,37]]]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[125,2],[[125,122],[[10,[2,37]]]],[[120,120],126],[[-1,-2],126,[],[]],[[125,98],[[10,[2,28]]]],[[124,100],[[127,[2]]]],[[128,100],[[10,[2,28]]]],[[97,100],[[10,[2,28]]]],[[125,129,129,130,73,119],[[10,[122,37]]]],[[125,129,129,130,73,119,122,21],[[10,[2,37]]]],[[125,117,131,21,88],[[10,[119,37]]]],[[125,117,131,21,[132,[23]]],119],[[125,117,131,21,[132,[23]],133],119],[[125,117,21],[[10,[2,88]]]],[125,[[10,[2,88]]]],[[125,117,[5,[32]],23,122,129,130,120],2],[[125,117],2],[[125,117],2],[[125,117],2],[121,122],0,0,0,[[],117],[[],121],[[],128],[[],[[5,[97]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[119],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[119,123],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[120,120],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[],134],0,0,0,[[125,122],[[10,[135,37]]]],[[125,122],[[10,[133,37]]]],[[125,122],[[10,[136,37]]]],0,[[125,122],[[10,[2,37]]]],[[125,40],43],[[120,40],43],[[119,40],43],[[123,40],43],[[137,40],43],[[117,40],43],[[124,40],43],[[121,40],43],[[128,40],43],[125,125],[121,121],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,120],[37,28],[28,37],[[125,117,122],[[10,[[2,[119,88]],37]]]],[[125,117,122,57],[[10,[[2,[119,88]],37]]]],[[125,122],[[10,[138,37]]]],[[125,122],[[10,[119,37]]]],[[-1,-2],33,[139,140],141],[[125,117,122,23,21],[[10,[119,37]]]],[[125,117,119,23,57,21],[[10,[119,37]]]],[[125,117,122,100,21],[[10,[[2,[119,88]],37]]]],[[125,131],[[10,[133,37]]]],0,[[120,-1],2,142],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,0,[119,120],[123,120],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[125,21],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[125,57],2],[[124,[52,[97]]],[[10,[2,28]]]],[[97,97],[[10,[2,28]]]],[[124,100],[[127,[143]]]],[[128,100],[[10,[143,28]]]],0,[[],117],[57,121],[[124,117,120],[[10,[125,88]]]],[124,144],[128,144],[[117,[70,[145]],[70,[88]],124],[[10,[125,88]]]],0,0,[121,122],0,0,[[125,117,122,88,129,129,130],[[10,[122,28]]]],[[125,117,122,[5,[32]],73,88,129,129,130],[[10,[122,28]]]],0,[[120,120],[[13,[126]]]],[[125,122,119],[[10,[35,37]]]],[[125,100],[[10,[[2,[122,100]],37]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[125,122],[[10,[146,37]]]],[[125,118],146],0,0,[[124,100],[[127,[147]]]],[[128,100],[[10,[147,28]]]],[[124,100],[[127,[148]]]],[[128,100],[[127,[148]]]],[119,35],[[125,88],88],[[124,100],[[127,[2]]]],[[128,100],[[10,[2,28]]]],[[124,100],[[127,[2]]]],[[128,100],[[10,[2,28]]]],[[125,117,120],[[13,[[52,[118]]]]]],[[124,100,100],[[149,[[127,[2]]]]]],[[128,100,100],[[149,[[10,[2,28]]]]]],0,0,0,0,[[125,23],2],[[125,21],2],[[121,122],2],0,0,[[[151,[[150,[57,138]]]],122],[[10,[152,28]]]],[[[151,[[150,[57,138]]]],122],[[10,[153,28]]]],[[[151,[[150,[57,138]]]]],[[10,[152,28]]]],[[[151,[[150,[57,138]]]]],[[10,[153,28]]]],[[[151,[[150,[57,138]]]]],[[10,[152,28]]]],[[[151,[[150,[57,138]]]]],[[10,[153,28]]]],[[[151,[[150,[57,138]]]]],[[10,[152,28]]]],[[[151,[[150,[57,138]]]]],[[10,[153,28]]]],[[125,122,[5,[32]]],[[10,[[13,[[5,[32]]]],28]]]],[[124,100],[[127,[143]]]],[[128,100],[[10,[143,28]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[123,[[13,[119]]]],[154,155],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[125,129,129,130,73,119,122],[[10,[2,37]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[138,138],[156,156],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[],157],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[156]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[157]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[159,2],[35,2],0,0,0,[[138,40],43],[[118,40],43],[[156,40],43],[[157,40],43],[[159,40],43],[[131,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[159,21],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],0,[118,[[160,[131]]]],[159,2],0,0,[[156,-1],10,161],[[157,-1],10,161],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[118,[[162,[131]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[163,163],[[-1,-2],2,[],[]],[164,33],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[152],[153],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[153],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[165,57],0,0,[[166,40],43],[[163,40],43],[[165,40],43],[[152,40],43],[[153,40],43],[[164,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[152,57,167,168],166],[39,21],[164,21],[165,21],[164,21],[164,33],[164,33],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[164,[[13,[152]]]],[164,[[13,[153]]]],0,0,[[57,167,168,131],[[13,[166]]]],[166,165],[[[52,[[151,[[5,[32]]]]]]],152],[[[52,[[151,[[5,[32]]]]]]],153],[[169,122],[[10,[[13,[164]],28]]]],[165,167],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[165]],67],68],[[[6,[164]],67],[[68,[[170,[33]]]]]],[[[6,[164]],67],[[68,[[170,[2]]]]]],[[[6,[164]],67,69],[[68,[[170,[2]]]]]],[[[6,[164]],67],[[68,[[170,[35]]]]]],[[[6,[164]],67],[[68,[[170,[2]]]]]],[[[6,[164]],67,[70,[60]]],[[68,[[170,[35]]]]]],[[[6,[164]],67],[[68,[[170,[35]]]]]],[[[6,[164]],67,[70,[71]]],[[68,[[170,[35]]]]]],[165,2],[[164,33],[[10,[2,28]]]],[[164,[13,[33]],[13,[33]]],[[10,[2,28]]]],[164,33],0,[[[6,[164]],80],[[170,[2]]]],0,0,[[153,[5,[32]]],[[5,[32]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[164,[[10,[2,28]]]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[171,172],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[171,33],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[171,40],43],[[173,40],43],[-1,-1,[]],[-1,-1,[]],[[171,33],2],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[33,21],173],[[]],[[]],[[173,172],[[68,[35]]]],[[173,172],[[68,[33]]]],[173,2],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[173,[[13,[33]]]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[171,2],0,[[173,33],2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[13,[[0,[174,84,91]]]]]],0,0,0,0,0,0,0,0,[[-1,175],[[149,[[10,[176,51]]]]],[]],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[177,23],21],[177,177],[[-1,-2],2,[],[]],0,[[],177],[[],178],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[[175,40],43],[[176,40],43],[[177,40],43],[[178,40],43],[[[180,[[179,[60]]]]],175],[[[180,[88]]],175],[[[180,[23]]],175],[[[180,[[13,[[179,[60]]]]]]],175],[[[180,[2]]],175],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[181,-1],175,[[94,[[13,[[179,[60]]]]]]]],0,0,0,[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[177,21],[176,21],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[],177],[[],177],0,0,[[]],[[]],[[]],[[]],0,0,[[-1,175],[[149,[[10,[176,51]]]]],[]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[177,177],2],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[182,182],[[-1,-2],2,[],[]],0,[[],182],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[182,40],43],[-1,-1,[]],[[],[[10,[[13,[183]],51]]]],0,[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[182,175],[[149,[[10,[176,51]]]]]],[[182,175],[[10,[176,51]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[182,65],182],[[182,65],182],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[184,35],2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[185,186],[-1,187,[]],[[[188,[-1]]],[[70,[-1]]],[]],[189,23],[[[188,[-1]]],[[70,[-1]]],[]],[-1,[[10,[[5,[190,4]],51]]],[]],[191,[[10,[[5,[190,4]],51]]]],[192,[[10,[[5,[190,4]],51]]]],[193,[[10,[[5,[190,4]],51]]]],[194,[[10,[[5,[190,4]],51]]]],[195,[[10,[[5,[190,4]],51]]]],[196,[[10,[[5,[190,4]],51]]]],[197,[[10,[[5,[190,4]],51]]]],[198,[[10,[[5,[190,4]],51]]]],[199,[[10,[[5,[190,4]],51]]]],[200,[[10,[[5,[190,4]],51]]]],[201,[[10,[[5,[190,4]],51]]]],[202,[[10,[[5,[190,4]],51]]]],[203,[[10,[[5,[190,4]],51]]]],[204,[[10,[[5,[190,4]],51]]]],[205,[[10,[[5,[190,4]],51]]]],[206,[[10,[[5,[190,4]],51]]]],[207,[[10,[[5,[190,4]],51]]]],[208,[[10,[[5,[190,4]],51]]]],[209,[[10,[202,51]]]],[189,23],[[[188,[-1]]],[[70,[-1]]],[]],[201,210],[202,210],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[188,[-1]]],[[70,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[188,[-1]]],[[70,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[184,-1],199,211],0,0,0,[[],[[2,[205,205]]]],[[212,-1],[[10,[212,[213,[60]]]]],140],[[214,-1],[[10,[214,215]]],140],[[216,-1],[[10,[216,215]]],140],[[217,-1],[[10,[217,215]]],140],[[218,-1],[[10,[218,215]]],140],[[219,-1],[[10,[219,215]]],140],[[220,-1],[[10,[220,215]]],140],[[221,-1],[[10,[221,215]]],140],[[222,-1],[[10,[222,215]]],140],[[223,-1],[[10,[223,215]]],140],[[224,-1],[[10,[224,215]]],140],[[225,-1],[[10,[225,215]]],140],[[226,-1],[[10,[226,215]]],140],[[227,-1],[[10,[227,215]]],140],[[228,-1],[[10,[228,215]]],140],[[229,-1],[[10,[229,215]]],140],[[230,-1],[[10,[230,215]]],140],[[231,-1],[[10,[231,215]]],140],[[232,-1],[[10,[232,215]]],140],[[233,-1],[[10,[233,215]]],140],[[234,-1],[[10,[234,215]]],140],[[235,-1],[[10,[235,215]]],140],[[236,-1],[[10,[236,215]]],140],[[237,-1],[[10,[237,215]]],140],[[238,-1],[[10,[238,215]]],140],[[239,-1],[[10,[239,215]]],140],[[240,-1],[[10,[240,215]]],140],[[241,-1],[[10,[241,215]]],140],[[242,-1],[[10,[242,215]]],140],[[243,-1],[[10,[243,215]]],140],[[244,-1],[[10,[244,215]]],140],[[245,-1],[[10,[245,215]]],140],[[246,-1],[[10,[246,215]]],140],[[247,-1],[[10,[247,215]]],140],[[248,-1],[[10,[248,215]]],140],[[249,-1],[[10,[249,215]]],140],[[250,-1],[[10,[250,215]]],140],[[251,-1],[[10,[251,215]]],140],[[252,-1],[[10,[252,215]]],140],[[253,-1],[[10,[253,215]]],140],[[254,-1],[[10,[254,215]]],140],[[255,-1],[[10,[255,215]]],140],[[256,-1],[[10,[256,215]]],140],[[257,-1],[[10,[257,215]]],140],[[258,-1],[[10,[258,215]]],140],[[259,-1],[[10,[259,215]]],140],[[260,-1],[[10,[260,215]]],140],[[261,-1],[[10,[261,215]]],140],[[262,-1],[[10,[262,215]]],140],[[263,-1],[[10,[263,215]]],140],[[264,-1],[[10,[264,215]]],140],[[265,-1],[[10,[265,215]]],140],[[266,-1],[[10,[266,215]]],140],[[267,-1],[[10,[267,215]]],140],[[268,-1],[[10,[268,215]]],140],[[269,-1],[[10,[269,215]]],140],[[270,-1],[[10,[270,[213,[60]]]]],140],[[271,-1],[[10,[271,[213,[60]]]]],140],[[272,-1],[[10,[272,[213,[60]]]]],140],[[273,-1],[[10,[273,215]]],140],[[274,-1],[[10,[274,[213,[60]]]]],140],[[275,-1],[[10,[275,[213,[60]]]]],140],[[276,-1],[[10,[276,[213,[60]]]]],140],[[277,-1],[[10,[277,215]]],140],[[278,-1],[[10,[278,[213,[60]]]]],140],[[279,-1],[[10,[279,[213,[60]]]]],140],[[280,-1],[[10,[280,[213,[60]]]]],140],[[281,-1],[[10,[281,[213,[60]]]]],140],[[282,-1],[[10,[282,[213,[60]]]]],140],[[283,-1],[[10,[283,[213,[60]]]]],140],[[284,-1],[[10,[284,[213,[60]]]]],140],[[285,-1],[[10,[285,215]]],140],0,0,0,0,0,0,0,0,0,[189,189],[[[188,[-1]]],[[188,[-1]]],286],[186,186],[287,287],[288,288],[289,289],[290,290],[291,291],[292,292],[293,293],[294,294],[295,295],[296,296],[297,297],[298,298],[299,299],[300,300],[301,301],[302,302],[303,303],[304,304],[305,305],[306,306],[307,307],[308,308],[309,309],[310,310],[311,311],[312,312],[313,313],[314,314],[315,315],[316,316],[317,317],[318,318],[319,319],[320,320],[321,321],[322,322],[323,323],[324,324],[325,325],[326,326],[327,327],[328,328],[329,329],[330,330],[331,331],[332,332],[333,333],[334,334],[335,335],[336,336],[337,337],[338,338],[339,339],[340,340],[341,341],[342,342],[343,343],[344,344],[345,345],[346,346],[347,347],[348,348],[349,349],[350,350],[351,351],[352,352],[353,353],[354,354],[355,355],[356,356],[357,357],[358,358],[198,198],[209,209],[203,203],[359,359],[360,360],[361,361],[185,185],[362,362],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[199,-1],199,211],[[347,347],126],[[348,348],126],[[350,350],126],[[351,351],126],[[352,352],126],[[353,353],126],[[354,354],126],[[355,355],126],[[356,356],126],[[360,360],126],[[361,361],126],[[362,362],126],[198,35],0,0,0,[196,[[10,[363,51]]]],[364,[[10,[[2,[363,194]],51]]]],[[358,-1],[[10,[363,51]]],211],[[195,-1],[[10,[363,51]]],211],0,[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],0,0,0,0,0,0,0,0,[[-1,-2],[[10,[2,51]]],190,365],0,0,0,[[358,-1],199,211],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],189],[[],[[188,[-1]]],286],[[],192],[[],363],[[],198],[[],184],[[],204],[[],366],[[],207],[[],208],[35,-1,[]],[35,-1,[]],[189],[35,-1,[]],[[[188,[-1]]],[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[367],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[188,[-1]]],[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[186]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[287]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[288]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[289]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[290]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[291]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[292]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[293]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[294]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[295]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[296]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[297]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[298]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[299]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[300]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[301]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[302]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[303]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[304]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[305]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[306]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[307]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[308]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[309]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[310]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[311]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[312]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[313]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[314]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[315]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[316]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[317]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[318]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[319]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[320]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[321]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[322]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[323]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[324]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[325]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[326]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[327]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[328]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[329]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[330]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[331]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[332]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[333]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[334]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[335]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[336]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[337]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[338]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[339]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[340]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[341]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[342]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[343]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[344]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[345]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[346]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[347]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[348]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[349]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[350]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[351]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[352]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[353]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[354]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[355]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[356]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[357]]],[368,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[359]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[360]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[361]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[185]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[362]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[186,[70,[60]]],[[10,[185,51]]]],0,0,0,0,0,0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[364,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[203,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,0,0,0,[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],0,0,0,0,0,0,[[186,186],21],[[347,347],21],[[348,348],21],[[350,350],21],[[351,351],21],[[352,352],21],[[353,353],21],[[354,354],21],[[355,355],21],[[356,356],21],[[357,357],21],[[360,360],21],[[361,361],21],[[185,185],21],[[362,362],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[185,35],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[10,[2,51]]],[]],[191,[[10,[2,51]]]],[192,[[10,[2,51]]]],[371,[[10,[2,51]]]],[358,[[10,[2,51]]]],[195,[[10,[2,51]]]],[196,[[10,[2,51]]]],[364,[[10,[2,51]]]],[198,[[10,[2,51]]]],[199,[[10,[2,51]]]],[372,[[10,[2,51]]]],[201,[[10,[2,51]]]],[209,[[10,[2,51]]]],[203,[[10,[2,51]]]],[204,[[10,[2,51]]]],[205,[[10,[2,51]]]],[373,[[10,[2,51]]]],[207,[[10,[2,51]]]],[208,[[10,[2,51]]]],[[189,40],[[10,[2,41]]]],[[[188,[-1]],40],[[10,[2,41]]],[]],[[212,40],[[10,[2,41]]]],[[186,40],[[10,[2,41]]]],[[287,40],[[10,[2,41]]]],[[288,40],[[10,[2,41]]]],[[289,40],[[10,[2,41]]]],[[290,40],[[10,[2,41]]]],[[291,40],[[10,[2,41]]]],[[292,40],[[10,[2,41]]]],[[293,40],[[10,[2,41]]]],[[294,40],[[10,[2,41]]]],[[295,40],[[10,[2,41]]]],[[296,40],[[10,[2,41]]]],[[297,40],[[10,[2,41]]]],[[298,40],[[10,[2,41]]]],[[299,40],[[10,[2,41]]]],[[300,40],[[10,[2,41]]]],[[301,40],[[10,[2,41]]]],[[302,40],[[10,[2,41]]]],[[303,40],[[10,[2,41]]]],[[304,40],[[10,[2,41]]]],[[305,40],[[10,[2,41]]]],[[306,40],[[10,[2,41]]]],[[307,40],[[10,[2,41]]]],[[308,40],[[10,[2,41]]]],[[309,40],[[10,[2,41]]]],[[310,40],[[10,[2,41]]]],[[311,40],[[10,[2,41]]]],[[312,40],[[10,[2,41]]]],[[313,40],[[10,[2,41]]]],[[314,40],[[10,[2,41]]]],[[315,40],[[10,[2,41]]]],[[316,40],[[10,[2,41]]]],[[317,40],[[10,[2,41]]]],[[318,40],[[10,[2,41]]]],[[319,40],[[10,[2,41]]]],[[320,40],[[10,[2,41]]]],[[321,40],[[10,[2,41]]]],[[322,40],[[10,[2,41]]]],[[323,40],[[10,[2,41]]]],[[324,40],[[10,[2,41]]]],[[325,40],[[10,[2,41]]]],[[326,40],[[10,[2,41]]]],[[327,40],[[10,[2,41]]]],[[328,40],[[10,[2,41]]]],[[329,40],[[10,[2,41]]]],[[330,40],[[10,[2,41]]]],[[331,40],[[10,[2,41]]]],[[332,40],[[10,[2,41]]]],[[333,40],[[10,[2,41]]]],[[334,40],[[10,[2,41]]]],[[335,40],[[10,[2,41]]]],[[336,40],[[10,[2,41]]]],[[337,40],[[10,[2,41]]]],[[338,40],[[10,[2,41]]]],[[339,40],[[10,[2,41]]]],[[340,40],[[10,[2,41]]]],[[341,40],[[10,[2,41]]]],[[270,40],[[10,[2,41]]]],[[342,40],[[10,[2,41]]]],[[271,40],[[10,[2,41]]]],[[343,40],[[10,[2,41]]]],[[272,40],[[10,[2,41]]]],[[344,40],[[10,[2,41]]]],[[273,40],[[10,[2,41]]]],[[345,40],[[10,[2,41]]]],[[274,40],[[10,[2,41]]]],[[346,40],[[10,[2,41]]]],[[275,40],[[10,[2,41]]]],[[347,40],[[10,[2,41]]]],[[276,40],[[10,[2,41]]]],[[348,40],[[10,[2,41]]]],[[277,40],[[10,[2,41]]]],[[349,40],[[10,[2,41]]]],[[278,40],[[10,[2,41]]]],[[350,40],[[10,[2,41]]]],[[279,40],[[10,[2,41]]]],[[351,40],[[10,[2,41]]]],[[280,40],[[10,[2,41]]]],[[352,40],[[10,[2,41]]]],[[281,40],[[10,[2,41]]]],[[353,40],[[10,[2,41]]]],[[282,40],[[10,[2,41]]]],[[354,40],[[10,[2,41]]]],[[283,40],[[10,[2,41]]]],[[355,40],[[10,[2,41]]]],[[356,40],[[10,[2,41]]]],[[357,40],[[10,[2,41]]]],[[192,40],[[10,[2,41]]]],[[193,40],[[10,[2,41]]]],[[371,40],[[10,[2,41]]]],[[358,40],[[10,[2,41]]]],[[194,40],[[10,[2,41]]]],[[195,40],[[10,[2,41]]]],[[363,40],[[10,[2,41]]]],[[196,40],[[10,[2,41]]]],[[364,40],[[10,[2,41]]]],[[197,40],[[10,[2,41]]]],[[198,40],[[10,[2,41]]]],[[199,40],[[10,[2,41]]]],[[372,40],[[10,[2,41]]]],[[200,40],[[10,[2,41]]]],[[184,40],[[10,[2,41]]]],[[201,40],[[10,[2,41]]]],[[209,40],[[10,[2,41]]]],[[202,40],[[10,[2,41]]]],[[203,40],[[10,[2,41]]]],[[204,40],[[10,[2,41]]]],[[205,40],[[10,[2,41]]]],[[206,40],[[10,[2,41]]]],[[373,40],[[10,[2,41]]]],[[366,40],[[10,[2,41]]]],[[207,40],[[10,[2,41]]]],[[208,40],[[10,[2,41]]]],[[359,40],[[10,[2,41]]]],[[360,40],[[10,[2,41]]]],[[361,40],[[10,[2,41]]]],[[185,40],[[10,[2,41]]]],[[185,40],[[10,[2,41]]]],[[362,40],[[10,[2,41]]]],[[374,40],[[10,[2,41]]]],[[367,40],[[10,[2,41]]]],[-1,-1,[]],[-1,-1,[]],[88,189],[[[132,[23]]],189],[-1,-1,[]],[[[179,[-1,4]]],[[188,[-1]]],286],[-1,-1,[]],[[[132,[[70,[-1]]]]],[[188,[-1]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[375,342],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[376,343],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[377,344],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[77,345],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[16,346],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[362,347],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[378,348],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[379,349],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[24,350],[-1,-1,[]],[-1,-1,[]],[380,351],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[381,352],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[382,353],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[361,354],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[360,355],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[383,356],[-1,-1,[]],[-1,-1,[]],[384,357],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[355,360],[283,360],[82,360],[-1,-1,[]],[282,361],[354,361],[385,361],[-1,-1,[]],[-1,-1,[]],[347,362],[-1,-1,[]],[275,362],[-1,-1,[]],[-1,-1,[]],[110,191],[386,[[10,[201,51]]]],[23,[[10,[362]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],0,0,0,[[347,-1],2,142],[[348,-1],2,142],[[350,-1],2,142],[[351,-1],2,142],[[352,-1],2,142],[[353,-1],2,142],[[354,-1],2,142],[[355,-1],2,142],[[356,-1],2,142],[[357,-1],2,142],[[360,-1],2,142],[[361,-1],2,142],[[362,-1],2,142],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[189,88],[189,[[132,[23]]]],[[[188,[60]]],[[179,[60,4]]]],[[[188,[-1]]],[[132,[[70,[-1]]]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[189,[[132,[23]]]],[[[188,[-1]]],[[132,[[70,[-1]]]]],[]],[199,191],[367,185],[185,185],[195,[[2,[358,194]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[189,21],[[[188,[-1]]],21,[]],0,0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[189,35],[[[188,[-1]]],35,[]],0,0,0,0,0,0,[[[188,[-1]]],35,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[5,[365,4]],[5,[190,4]]],191],[-1,[[10,[195,51]]],211],[-1,[[10,[196,51]]],[[387,[100]]]],[[],184],[-1,[[10,[201,51]]],[[387,[100]]]],[100,[[10,[203,51]]]],[366,207],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[362,21],0,0,0,0,0,0,0,0,0,0,0,0,[201,110],[202,110],[[347,347],[[13,[126]]]],[[348,348],[[13,[126]]]],[[350,350],[[13,[126]]]],[[351,351],[[13,[126]]]],[[352,352],[[13,[126]]]],[[353,353],[[13,[126]]]],[[354,354],[[13,[126]]]],[[355,355],[[13,[126]]]],[[356,356],[[13,[126]]]],[[360,360],[[13,[126]]]],[[361,361],[[13,[126]]]],[[362,362],[[13,[126]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,[[10,[[13,[367]],51]]],[]],[191,[[10,[[13,[367]],51]]]],[192,[[10,[[13,[367]],51]]]],[193,[[10,[[13,[367]],51]]]],[194,[[10,[[13,[367]],51]]]],[195,[[10,[[13,[367]],51]]]],[196,[[10,[[13,[367]],51]]]],[197,[[10,[[13,[367]],51]]]],[198,[[10,[[13,[367]],51]]]],[199,[[10,[[13,[367]],51]]]],[200,[[10,[[13,[367]],51]]]],[201,[[10,[[13,[367]],51]]]],[202,[[10,[[13,[367]],51]]]],[203,[[10,[[13,[367]],51]]]],[204,[[10,[[13,[367]],51]]]],[205,[[10,[[13,[367]],51]]]],[206,[[10,[[13,[367]],51]]]],[207,[[10,[[13,[367]],51]]]],[208,[[10,[[13,[367]],51]]]],0,0,0,0,[374,33],0,0,[[358,-1],2,211],[[195,-1],2,211],[364,2],[[189,35],2],[[[188,[-1]],35],2,[]],[[186,35],2],[[287,35],2],[[288,35],2],[[289,35],2],[[290,35],2],[[291,35],2],[[292,35],2],[[293,35],2],[[294,35],2],[[295,35],2],[[296,35],2],[[297,35],2],[[298,35],2],[[299,35],2],[[300,35],2],[[301,35],2],[[302,35],2],[[303,35],2],[[304,35],2],[[305,35],2],[[306,35],2],[[307,35],2],[[308,35],2],[[309,35],2],[[310,35],2],[[311,35],2],[[312,35],2],[[313,35],2],[[314,35],2],[[315,35],2],[[316,35],2],[[317,35],2],[[318,35],2],[[319,35],2],[[320,35],2],[[321,35],2],[[322,35],2],[[323,35],2],[[324,35],2],[[325,35],2],[[326,35],2],[[327,35],2],[[328,35],2],[[329,35],2],[[330,35],2],[[331,35],2],[[332,35],2],[[333,35],2],[[334,35],2],[[335,35],2],[[336,35],2],[[337,35],2],[[338,35],2],[[339,35],2],[[340,35],2],[[341,35],2],[[342,35],2],[[343,35],2],[[344,35],2],[[345,35],2],[[346,35],2],[[347,35],2],[[348,35],2],[[349,35],2],[[350,35],2],[[351,35],2],[[352,35],2],[[353,35],2],[[354,35],2],[[355,35],2],[[356,35],2],[[357,35],2],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[189,-1],10,[388,389,140]],[[[188,[60]],-1],10,[388,389,140]],[[186,-1],10,[368,140]],[[287,-1],10,[368,140]],[[288,-1],10,[368,140]],[[289,-1],10,[368,140]],[[290,-1],10,[368,140]],[[291,-1],10,[368,140]],[[292,-1],10,[368,140]],[[293,-1],10,[368,140]],[[294,-1],10,[368,140]],[[295,-1],10,[368,140]],[[296,-1],10,[368,140]],[[297,-1],10,[368,140]],[[298,-1],10,[368,140]],[[299,-1],10,[368,140]],[[300,-1],10,[368,140]],[[301,-1],10,[368,140]],[[302,-1],10,[368,140]],[[303,-1],10,[368,140]],[[304,-1],10,[368,140]],[[305,-1],10,[368,140]],[[306,-1],10,[368,140]],[[307,-1],10,[368,140]],[[308,-1],10,[368,140]],[[309,-1],10,[368,140]],[[310,-1],10,[368,140]],[[311,-1],10,[368,140]],[[312,-1],10,[368,140]],[[313,-1],10,[368,140]],[[314,-1],10,[368,140]],[[315,-1],10,[368,140]],[[316,-1],10,[368,140]],[[317,-1],10,[368,140]],[[318,-1],10,[368,140]],[[319,-1],10,[368,140]],[[320,-1],10,[368,140]],[[321,-1],10,[368,140]],[[322,-1],10,[368,140]],[[323,-1],10,[368,140]],[[324,-1],10,[368,140]],[[325,-1],10,[368,140]],[[326,-1],10,[368,140]],[[327,-1],10,[368,140]],[[328,-1],10,[368,140]],[[329,-1],10,[368,140]],[[330,-1],10,[368,140]],[[331,-1],10,[368,140]],[[332,-1],10,[368,140]],[[333,-1],10,[368,140]],[[334,-1],10,[368,140]],[[335,-1],10,[368,140]],[[336,-1],10,[368,140]],[[337,-1],10,[368,140]],[[338,-1],10,[368,140]],[[339,-1],10,[368,140]],[[340,-1],10,[368,140]],[[341,-1],10,[368,140]],[[342,-1],10,[368,140]],[[343,-1],10,[368,140]],[[344,-1],10,[368,140]],[[345,-1],10,[368,140]],[[346,-1],10,[368,140]],[[347,-1],10,[368,140]],[[348,-1],10,[368,140]],[[349,-1],10,[368,140]],[[350,-1],10,[368,140]],[[351,-1],10,[368,140]],[[352,-1],10,[368,140]],[[353,-1],10,[368,140]],[[354,-1],10,[368,140]],[[355,-1],10,[368,140]],[[356,-1],10,[368,140]],[[357,-1],10,[368,140]],[[359,-1],10,161],[[360,-1],10,161],[[361,-1],10,161],[[185,-1],10,161],[[362,-1],10,161],[[185,-1],[[10,[35,51]]],[389,388]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],0,0,0,[198,33],0,0,0,0,0,0,[-1,[[2,[[5,[365,4]],[5,[190,4]]]]],[]],[191,[[2,[[5,[365,4]],[5,[190,4]]]]]],[192,[[2,[[5,[365,4]],[5,[190,4]]]]]],[195,[[2,[[5,[365,4]],[5,[190,4]]]]]],[196,[[2,[[5,[365,4]],[5,[190,4]]]]]],[198,[[2,[[5,[365,4]],[5,[190,4]]]]]],[199,[[2,[[5,[365,4]],[5,[190,4]]]]]],[201,[[2,[[5,[365,4]],[5,[190,4]]]]]],[203,[[2,[[5,[365,4]],[5,[190,4]]]]]],[204,[[2,[[5,[365,4]],[5,[190,4]]]]]],[205,[[2,[[5,[365,4]],[5,[190,4]]]]]],[207,[[2,[[5,[365,4]],[5,[190,4]]]]]],[208,[[2,[[5,[365,4]],[5,[190,4]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[358,358],358],[[194,[5,[190,4]]],[[5,[190,4]]]],[[197,[5,[190,4]]],[[5,[190,4]]]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],0,0,0,0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[73,[[10,[186,[390,[186]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[391,[[10,[185,51]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[],[[10,[186,[390,[186]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[196,196],[[196,392],196],[[196,33],196],[[196,33],196],[[184,[394,[35,393]]],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[184,21],184],[[-1,185],[[10,[374,51]]],[]],[[191,185],[[10,[374,51]]]],[[192,185],[[10,[374,51]]]],[[371,185],[[10,[374,51]]]],[[358,185],[[10,[374,51]]]],[[195,185],[[10,[374,51]]]],[[196,185],[[10,[374,51]]]],[[364,185],[[10,[374,51]]]],[[198,185],[[10,[374,51]]]],[[199,185],[[10,[374,51]]]],[[372,185],[[10,[374,51]]]],[[201,185],[[10,[374,51]]]],[[209,185],[[10,[374,51]]]],[[203,185],[[10,[374,51]]]],[[204,185],[[10,[374,51]]]],[[205,185],[[10,[374,51]]]],[[373,185],[[10,[374,51]]]],[[207,185],[[10,[374,51]]]],[[208,185],[[10,[374,51]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[[395,396]],[[395,65],395],[[395,65],2],[[395,396],2],[[[397,[-1]],35],[[10,[2,398]]],399],[[[397,[-1]],35],[[10,[2,398]]],399],[[[74,[53]],23],[[400,[2]]]],[[[74,[53]],375,401],[[400,[2]]]],[[[74,[53]],[397,[33]],[70,[60]]],[[400,[2]]]],[[[74,[53]],122],[[400,[2]]]],[[[74,[53]],122,378,122,[13,[379]]],[[400,[2]]]],[[[74,[53]],122,136,136,377],[[400,[2]]]],[[[74,[53]],122,136,136],[[400,[2]]]],[[[74,[53]],122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],33,402,122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],122,403,376],[[400,[2]]]],[[[74,[53]],122,130],[[400,[2]]]],[[[74,[53]],122,129,129],[[400,[2]]]],[[[74,[53]],122,136],[[400,[2]]]],[[[74,[53]],122,401,401,404],[[400,[2]]]],[[[74,[53]],122,33,[132,[[70,[60]]]]],[[400,[2]]]],[[[74,[53]],122,23],[[400,[2]]]],[[[74,[53]],122,405,23,122,23],[[400,[2]]]],[[[74,[53]],122,122,405,23,406,129,129,130],[[400,[2]]]],[[[74,[53]],122,23],[[400,[2]]]],[[[74,[53]],122,23,122,23],[[400,[2]]]],[[[74,[53]],122,405,23,401,401,404],[[400,[2]]]],[[[74,[53]],23,122,23],[[400,[2]]]],[[[74,[53]],122,23],[[400,[2]]]],[[[74,[53]],77],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]],23,23,24],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]],77,19,[13,[65]],[13,[65]]],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],[13,[16]]],[[400,[2]]]],[[[74,[53]],122,122,8,8,130,21],[[400,[2]]]],[[[74,[53]],122,8],[[400,[2]]]],[[[74,[53]],122,8,8],[[400,[2]]]],[[[74,[53]],122,61,61],[[400,[2]]]],[[[74,[53]],122,62,57],[[400,[2]]]],[[[74,[53]],122,61,61],[[400,[2]]]],[[[74,[53]],122,62,57],[[400,[2]]]],[[[74,[53]],122,35],[[400,[2]]]],[[[74,[53]],380,381,407,122],[[400,[2]]]],[[[74,[53]],122,[132,[[70,[60]]]],408],[[400,[2]]]],[[[74,[53]],122,122,136,136],[[400,[2]]]],[[[74,[53]],122,[132,[[70,[60]]]],408,8],[[400,[2]]]],[[[74,[53]],122,382,21],[[400,[2]]]],[[[74,[53]],122,382,136],[[400,[2]]]],[[[74,[53]],122,385,[13,[65]]],[[400,[2]]]],[[[74,[53]],122,82],[[400,[2]]]],[[[74,[53]],409,[13,[16]]],[[400,[2]]]],[[[74,[53]],409,38,38,38,383,384],[[400,[2]]]],[[[74,[53]],410],[[400,[2]]]],[-1,411,[]],[-1,412,[]],[-1,413,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[397,-1],[[10,[[397,[-2]]]]],140,[[414,[-1]]]],[[395,65],[[13,[395]]]],[[395,65],[[13,[395]]]],[-1,[[415,[-2]]],[],[]],[416,416],[395,395],[[[397,[-1]]],[[397,[-1]]],286],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[395,395],126],[[-1,-2],126,[],[]],[[[397,[-1]],-2],21,[],[[417,[-1]],140]],[[[397,[-1]],-2],21,[418,286],418],[[[397,[-1]],-2],21,[419,286],419],[[[397,[-1]]],35,399],0,0,0,[[],[[397,[-1]]],420],[35,-1,[]],[[[421,[-1]]],-1,140],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[421,[-1]]],-1,140],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[395]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[397,[-2]]]]],158,422],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[397,[-2]]]]],[368,140],423],[35,2],[35,2],[[[421,[-1]]],2,140],[35,2],[35,2],[[395,395],[[10,[65,424]]]],[395,[[10,[65,424]]]],[[[397,[-1]]],[[13,[-1]]],425],0,[[[397,[-1]]],[[426,[-1]]],[]],[[[397,[-1]]],[[426,[-1]]],[]],[[395,427],21],[[395,395],21],[[[397,[35]],428],21],[[[397,[35]],429],21],[[[397,[-1]],[397,[-1]]],21,[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,0,[[416,40],43],[[[421,[-1]],40],[[10,[2,41]]],[430,140]],[[[421,[-1]],40],[[10,[2,41]]],[431,140]],[[395,40],[[10,[2,41]]]],[[[397,[-1]],40],[[10,[2,41]]],431],[-1,-1,[]],[-1,-1,[]],[432,395],[433,395],[-1,-1,[]],[427,395],[428,[[397,[35]]]],[-1,-1,[]],[429,[[397,[35]]]],0,[[[397,[35]],[70,[-1]]],[[13,[[70,[-1]]]]],[]],[[[397,[35]],23],13],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[[397,[35]],23],13],[[[397,[35]],[70,[-1]]],[[13,[[70,[-1]]]]],[]],[[[397,[35]],70],70],[[[397,[35]],23]],[[[397,[35]],70],70],[[[397,[35]],23]],[[395,-1],2,142],[[[397,[-1]],-2],2,139,142],[[[397,[35]],23]],[[[397,[35]],[70,[-1]]],[[70,[-1]]],[]],[[[397,[35]],23]],[[[397,[35]],[70,[-1]]],[[70,[-1]]],[]],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[397,[-1]]],[],[]],[[],21],[[[397,[-1]]],21,[]],[[[397,[-1]]],21,[]],[[[397,[-1]]],21,399],[434,435],[434,435],[[[397,[-1]]],[[13,[-1]]],399],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[[[397,[-1]]],[[13,[-1]]],[436,399]],0,[[[397,[-1]]],[[13,[-1]]],[436,399]],[[]],[[[397,[-1]]],[[13,[-1]]],399],[[[397,[-1]]],[[13,[-1]]],399],[-1,[[437,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[[],395],[[[397,[-1]],35],[[13,[-1]]],399],[[[397,[-1]],35],[[13,[-1]]],399],[-1,439,[]],0,[[]],[[395,427],[[13,[126]]]],[[395,395],[[13,[126]]]],[[]],[[]],[[]],[[]],0,0,0,0,[[-1,175],[[6,[[5,[3,4]]]]],[]],[[[397,[-1]],35],2,423],[[-1,35],2,[]],[[[397,[-1]],-2],-1,[],[440,140]],[[[74,[53]],88],[[400,[2]]]],[[[74,[53]],375,401],[[400,[2]]]],[[[74,[53]],122],[[400,[2]]]],[[[74,[53]],122,378,122,[13,[379]]],[[400,[2]]]],0,[[[74,[53]],185],[[400,[2]]]],[[[74,[53]],122,136,136,377],[[400,[2]]]],[[[74,[53]],122,136,136],[[400,[2]]]],[[[74,[53]],122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],33,402,122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],122,122],[[400,[2]]]],[[[74,[53]],122,403,376],[[400,[2]]]],[[[74,[53]],122,130],[[400,[2]]]],[[[74,[53]],122,129,129],[[400,[2]]]],[[[74,[53]],122,136],[[400,[2]]]],[[[74,[53]],122,401,401,404],[[400,[2]]]],[[[74,[53]],122,33,35,[442,[[441,[-1]],-1]]],[[400,[2]]],443],[[[74,[53]],[421,[444]],362],[[400,[2]]]],[[[74,[53]],122,88],[[400,[2]]]],[[[74,[53]],122,405,88,122,88],[[400,[2]]]],[[[74,[53]],122,122,405,88,406,129,129,130],[[400,[2]]]],[[[74,[53]],122,88],[[400,[2]]]],[[[74,[53]],122,88,122,88],[[400,[2]]]],[[[74,[53]],122,405,88,401,401,404],[[400,[2]]]],[[[74,[53]],88,122,88],[[400,[2]]]],[[[74,[53]],122,88],[[400,[2]]]],[[[74,[53]],77],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]],88,88,24],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]],77,19,[13,[65]],[13,[65]]],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[[74,[53]],19],[[400,[2]]]],[[[74,[53]]],[[400,[2]]]],[[53,[13,[16]]],[[400,[2]]]],[[[74,[53]],122,122,8,8,130,21],[[400,[2]]]],[[[74,[53]],122,8],[[400,[2]]]],[[[74,[53]],122,8,8],[[400,[2]]]],[[[74,[53]],122,61,61],[[400,[2]]]],[[[74,[53]],122,62,57],[[400,[2]]]],[[[74,[53]],122,61,61],[[400,[2]]]],[[[74,[53]],122,62,57],[[400,[2]]]],[[[74,[53]],122,35],[[400,[2]]]],[[[74,[53]],380,381,407,122],[[400,[2]]]],[[[74,[53]],122,35,[442,[[441,[-1]],-1]],408],[[400,[2]]],443],[[[74,[53]],122,122,136,136],[[400,[2]]]],[[[74,[53]],122,35,[442,[[441,[-1]],-1]],8,408],[[400,[2]]],443],[[[74,[53]],122,382,21],[[400,[2]]]],[[[74,[53]],122,382,136],[[400,[2]]]],[[[74,[53]],122,385,[13,[65]]],[[400,[2]]]],[[[74,[53]],122,82],[[400,[2]]]],[[53,409,[13,[16]]],[[400,[2]]]],[[[74,[53]],409,38,38,38,383,384],[[400,[2]]]],[[[74,[53]],410],[[400,[2]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],88],[[],88],[[395,-1],10,161],[[[397,[-2]],-1],10,[368,140],[[445,[-1]]]],[[[397,[-1]],-2],10,75,161],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[[397,[-1]]],[[2,[35,[13,[35]]]]],399],[[-1,-2],[[10,[-3,51]]],[],[3,84],84],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[[397,[-1]]],[[13,[-1]]],425],0,[[[397,[-1]]],[[426,[-1]]],[]],[[[397,[-1]]],[[426,[-1]]],[]],0,[-1,[[446,[-2]]],[],[]],[[395,65],395],[[395,396]],[[395,427]],[[395,65],2],[[395,396],2],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[9,37],[[447,[442,[448,-1]]],[[10,[77,37]]],443],[[447,[442,[449,-1]]],[[10,[19,37]]],443],[[447,[442,[450,-1]]],[[10,[[2,[19,73]],37]]],443],[[447,[442,[451,-1]]],[[10,[61,37]]],443],[[447,[442,[452,-1]]],[[10,[62,37]]],443],[[447,[442,[453,-1]]],[[10,[454,37]]],443],0,[[447,[442,[448,-1]],77],[[10,[2,37]]],443],[[447,[442,[449,-1]],19],[[10,[2,37]]],443],[[447,[442,[450,-1]],19,73],[[10,[2,37]]],443],[[447,[442,[453,-1]],454],[[10,[2,37]]],443],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[455,456,21,[13,[65]]],[[10,[[2,[[5,[89]],8]],37]]]],0,[455,[[10,[8,37]]]],[455,[[10,[8,37]]]],[[],129],[[455,456,457,8],[[10,[[13,[455]],37]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[455,21],[385,385],[455,455],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[455,[[10,[2,37]]]],[[455,456,457,8,[13,[65]],21],[[10,[[13,[455]],37]]]],0,[[],458],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[385,385],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[459,40],43],[[460,40],43],[[461,40],43],[[462,40],43],[[385,40],43],[[463,40],43],[[464,40],43],[[455,40],43],[-1,-1,[]],[382,465],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[361,385],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[455,465],[[10,[21,37]]]],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[455,61,61],[[10,[2,37]]]],[[455,62,57],[[10,[2,37]]]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[455,61,61],[[10,[2,37]]]],[[455,62,57],[[10,[2,37]]]],[455,[[10,[[13,[65]],37]]]],[[455,456,457,35],[[10,[[13,[455]],37]]]],[455,[[10,[57,37]]]],[461,455],0,0,[[455,385],[[10,[[13,[65]],37]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[458]],67],68],[[463,67],[[68,[[170,[35]]]]]],[[[6,[455]],67],[[68,[[170,[35]]]]]],[[463,67],[[68,[[170,[35]]]]]],[[[6,[455]],67],[[68,[[170,[35]]]]]],0,0,0,[[455,456,[70,[[72,[60]]]],[13,[65]],21],[[10,[35,37]]]],[455,[[10,[35,37]]]],0,[[455,456,[70,[[72,[60]]]],[13,[65]],21],[[10,[[2,[35,8]],37]]]],[463,2],0,0,[[455,456,[70,[60]],[13,[65]],21],[[10,[35,37]]]],[455,[[10,[35,37]]]],0,[[455,456,[70,[60]],8,[13,[65]],21],[[10,[35,37]]]],[[463,[5,[81]]],[[466,[2]]]],[[455,[13,[65]]],[[10,[2,37]]]],[[455,57],[[10,[2,37]]]],[[455,465,21],[[10,[2,37]]]],[[455,385,[13,[65]]],[[10,[2,37]]]],[[455,35],[[10,[2,37]]]],[[455,35],[[10,[2,37]]]],[[455,57],[[10,[2,37]]]],[[455,82],[[10,[2,37]]]],[455,[[10,[462,37]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[455,[[10,[57,37]]]],0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[467,467],[[-1,-2],2,[],[]],0,[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[-1,[74,[53]],23,[13,[103]],[13,[53]]],[[10,[104,44]]],[]],[[467,[74,[53]],23,[13,[103]],[13,[53]]],[[10,[104,44]]]],[[467,23],21],[[467,40],43],[-1,-1,[]],[[467,23],[[13,[[52,[468]]]]]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[-1,23,[]],[[],467],[[[52,[101]]],467],[[]],[[467,-1],2,[468,84,91]],[[467,-1,88],2,[468,84,91]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,[[-1,1],2,[]],[469,92],[-1,-2,[],[]],[-1,-2,[],[]],[469,469],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[469,[74,[53]],23,[13,[103]],[13,[53]]],[[10,[104,44]]]],[[469,40],43],[-1,-1,[]],[[469,23],[[10,[98,51]]]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[469,23],[[[52,[101]]],469],[[]],[[469,[74,[53]],23,[13,[103]],[13,[53]],[13,[88]],[179,[88]]],[[10,[104,44]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[23,21],[23,21],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[470,2],[35,2],0,[[470,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],0,[[23,[52,[101]]],470],0,[[]],0,0,[470,[[10,[[2,[104,471]],44]]]],0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,0,[-1,-2,[],[]],0,[[470,88],470],[[470,115],470],[[470,[150,[88,88]]],470],[[470,472],470],[[470,21],470],[[470,88],470],[[470,[150,[88,[132,[[70,[60]]]]]]],470],[[470,[5,[32]]],470],[[470,[5,[32]]],470],[[470,[5,[32]]],470],[[470,88],470],[[470,23],470],[[470,[179,[88]]],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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[[6,[-1]],67],[[68,[[10,[16,[52,[15]]]]]]],[]],[[[6,[-1]],67],[[68,[[10,[2,473]]]]],[]],0,0,0,0,[-1,474,[]],0,0,0,0,0,0,0,0,[475,65],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[475,2],[35,2],[476,2],[35,2],[[477,40],43],[[476,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[[65,65],477],[[]],[[]],[[]],[[[6,[475]],67],68],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[478,35],[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[478,478],[479,479],[480,480],[48,48],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[478,480],0,[[],478],[[],480],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[481,2],[35,2],0,0,[[48,48],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[478,40],43],[[479,40],43],[[480,40],43],[[482,40],43],[[483,40],43],[[481,40],43],[[48,40],43],[[48,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[478,[[10,[484,48]]]],[[478,484],[[13,[471]]]],[478,479],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[479,478],0,[480,478],[[[52,[482]]],479],[[],480],[[478,108],[[10,[471,48]]]],[483,[[10,[484,48]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[478,[[10,[481,48]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[479,[[13,[478]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[471,[52,[456]]],[[13,[475]]]],[471,476],[471,57],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[485,[74,[53]],486],[[488,[487]]]],0,0,[484,484],[471,471],[486,486],[489,489],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[484,484],126],[[486,486],126],[[489,489],126],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[484]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[471,2],0,[[[74,[53]]],2],[35,2],[35,2],[490,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[484,484],21],[[486,486],21],[[489,489],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[484,40],43],[[484,40],43],[[471,40],43],[[486,40],43],[[489,40],43],[[444,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[57,484],[491,484],[-1,-1,[]],[-1,-1,[]],[[[397,[33]]],489],[-1,-1,[]],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[471,409],[[13,[492]]]],[[484,-1],2,142],[[489,-1],2,142],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[489,[[397,[33]]]],[-1,-2,[],[]],[471,[[10,[16,[52,[15]]]]]],[471,[[10,[[13,[[2,[484,16]]]],37]]]],[471,[[13,[[10,[16,[52,[15]]]]]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[471,[[421,[444]]]],[[485,[74,[53]]],[[488,[487]]]],0,[471,490],[[484,108,479],471],[[471,384,383],[[10,[493,48]]]],[[471,384,383,409],[[10,[493,48]]]],0,[[484,484],[[13,[126]]]],[[486,486],[[13,[126]]]],[[489,489],[[13,[126]]]],0,[471,484],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[471,484],0,[484,57],[[484,-1],10,161],[[471,484],2],[[471,60],[[10,[2,494]]]],[[471,495,[13,[65]],21],2],0,[[471,495],2],[[485,495],2],[[471,409,495],2],[[471,362],[[6,[[5,[3]]]]]],0,0,0,[[471,16],2],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[471,[[13,[[10,[16,[52,[15]]]]]]]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[471,[[6,[[5,[3]]]]]],[471,[[6,[[5,[3]]]]]],0,0,0,0,0,0,0,0,0,[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[52,[496]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[494,40],43],[[494,40],43],[[497,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[]],[[]],0,[[-1,60],[[10,[2,494]]],[]],0,[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,14,[]],[498,[[10,[16,[52,[15]]]]]],[498,[[400,[16]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[474,474],[104,104],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],498],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[[474,40],43],[[473,40],43],[[473,40],43],[[498,40],43],[[104,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[498,104],[[],35],[[],35],[[],35],[[],35],[104,2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[474,[[13,[[10,[16,[52,[15]]]]]]]],[474,21],[474,21],[474,21],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[474,498],[16,498],[[]],[[]],[[]],[[]],[[[6,[-1]],67],[[68,[[10,[16,[52,[15]]]]]]],[]],[[[6,[-1]],67],[[68,[[10,[2,473]]]]],[]],[[498,[10,[16,[52,[15]]]]],2],[498,2],[[498,[52,[496]]],2],0,0,[-1,474,[]],[498,474],[104,474],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[104,[[10,[16,[52,[15]]]]]],0,0,0,[[498,[52,[496]]],498],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[[492,[70,[60]],[70,[60]],499,[70,[60]],[70,[60]]],2],[-1,14,[]],[493,492],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[384,384],[409,409],[500,500],[501,501],[492,492],[76,76],[502,502],[493,493],[49,49],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[409,409],126],[[-1,-2],126,[],[]],[[492,492],2],0,[[],384],[[],409],[[],501],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[493],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[384]]],158],[-1,[[10,[409]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[112,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[503,2],[35,2],[35,2],[35,2],[[384,384],21],[[409,409],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[384,40],[[10,[2,41]]]],[[409,40],43],[[409,40],43],[[500,40],43],[[501,40],43],[[492,40],43],[[76,40],43],[[502,40],43],[[504,40],43],[[503,40],43],[[493,40],43],[[49,40],43],[[49,40],43],[-1,-1,[]],[357,384],[285,384],[-1,-1,[]],[-1,-1,[]],[491,409],[57,409],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[492,499],[[13,[[2,[505,38,38]]]]]],0,[[492,506],21],[[492,[70,[495]]],21],[[492,172],21],[[384,-1],2,142],[[409,-1],2,142],[493,409],0,[409,409],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[492,21],[492,21],[492,21],0,[492,[[10,[16,[52,[15]]]]]],[492,104],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[492,384],0,0,0,[492,112],[[484,409,21,[52,[498]],481,384,383],492],[[492,[52,[[2,[[507,[444]],508]]]]],493],0,[[409,409],[[13,[126]]]],[492,484],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[492,[[179,[495]]]],[[492,172],[[13,[[179,[495]]]]]],0,[409,57],0,0,[[384,-1],10,161],[[409,-1],10,161],[[492,21],2],[[492,21],2],[[492,384],2],[[492,495],16],[[492,502],2],[[492,[10,[16,15]]],2],[492,2],[[492,495],2],[492,[[507,[[2,[[179,[495]],[179,[172]]]]]]]],0,0,0,0,0,0,0,0,0,0,[492,[[13,[502]]]],0,0,[492,383],[492,409],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[492,[[13,[[10,[16,[52,[15]]]]]]]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[492,2],0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[509,509],[510,510],[511,511],[410,410],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[410,410],126],[511,57],0,0,[[-1,-2],126,[],[]],[[],509],[[],511],[[],410],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[511,21],0,0,[[410,410],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[512,40],43],[[509,40],43],[[510,40],43],[[511,40],43],[[513,40],43],[[410,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[511,21],0,[511,21],0,0,[[[5,[32]],[5,[32]],21,511],513],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,512],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[[513,[132,[[70,[60]]]]],[[149,[513]]]],[513,511],0,[[410,410],[[13,[126]]]],[[]],[[]],[[]],[[]],[[]],[[]],0,[-1,2,[]],[511,57],0,0,[[511,57],2],[[511,21],2],[[511,21],2],[[511,21],2],[[511,57],2],[[513,[5,[514]]],2],0,0,[513,32],0,[513,32],[[513,[5,[32]]],[[5,[32]]]],[513,[[5,[32]]]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,410,[]],[[-1,410],2,[]],0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[515,515],[[-1,-2],2,[],[]],[[],515],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[515,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[515,2],0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[515,410],[[515,410],2],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[516,[[170,[2]]]],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],[[10,[2,51]]]],[[],[[10,[2,51]]]],[[],[[10,[2,51]]]],[[],[[10,[2,51]]]],[[],[[10,[2,51]]]],[[],[[10,[2,51]]]],[[],[[10,[2,51]]]],0,[[],[[2,[57,57]]]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[-1,[10,[2,37]]],38,[]],[[517,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[]],[[]],0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,[109,[[10,[21,51]]]],0,0,0,0,0,0,0,[[-1,23,98,[52,[101]]],[[10,[2,51]]],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[518,518],[[-1,-2],2,[],[]],[[518,519],[[6,[[5,[3]]]]]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,[[518,40],43],[-1,-1,[]],[[],35],0,[-1,-2,[],[]],[[],[[10,[63,64]]]],[[520,-1],518,521],[[518,[70,[60]]],2],[[518,39],2],[[]],[[518,522],[[6,[[5,[3]]]]]],[[518,523],2],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[[520,519],[[13,[524]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[520,520],[[-1,-2],2,[],[]],[[525,519],[[400,[524]]]],[[],526],[[],520],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[526,40],43],[[520,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],520],[[]],[[]],[[520,522],2],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[527,[180,[528]]]],[527,527],[529,529],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[35,-1,[]],[527],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,[[527,40],43],[[529,40],43],[-1,-1,[]],[-1,-1,[]],[[527,[180,[528]]],[[10,[[530,[528]],51]]]],[[],35],[[],35],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[531,527],[[]],[[]],[[527,67],[[68,[[10,[2]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,[[525,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,[532,532],[[532,[52,[533]]],532],[[532,362],2],[[532,8],532],[[532,-1],532,[[94,[88]]]],[[532,-1],532,534],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[532,-1],532,[521,84,91]],[109,[[10,[21,51]]]],[532,115],[535,532],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[532,-1,-2],532,[[94,[88]]],[[94,[88]]]],[[532,-1],532,534],[[535,40],43],[[532,40],43],[532,532],[-1,-1,[]],[-1,-1,[]],[[532,362],21],[[],35],[[],35],[[532,98],532],[[532,-1],532,534],[532,536],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[532,-1],532,534],[[532,537],532],[520,535],[[]],[[]],[[535,23,98,[52,[101]]],[[10,[527,51]]]],[[535,23,98,[52,[538]]],[[10,[2,51]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[532,65],532],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[539,540,541],[[400,[542]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[539,539],[[-1,-2],2,[],[]],[[],543],[[],539],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[543,40],43],[[539,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],539],[[]],[[]],[[539,540,541],[[400,[542]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[540,[180,[528]]]],[540,540],[[-1,-2],2,[],[]],0,0,[35,-1,[]],[35,-1,[]],[540],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,[[544,40],43],[[540,40],43],[-1,-1,[]],[-1,-1,[]],[[540,[180,[528]],-1],[[400,[[530,[528]]]]],84],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[545,88,539,[52,[101]]],540],[[]],[[]],[[540,67],[[68,[[10,[2]]]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],0,0,[[69,35],2],[[69,35],2],[[69,35],2],[546,[[13,[547]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],548],[[-1,-2],[],[],[]],[69,35],[69,549],[69,2],[546,546],[[-1,-2],2,[],[]],0,[[],546],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[3,2],[[546,23],21],[[546,546],21],[[546,23],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[69,[[70,[60]]]],0,[69,[[70,[60]]]],[[69,40],[[10,[2,41]]]],[[546,40],[[10,[2,41]]]],[[546,40],[[10,[2,41]]]],[-1,-1,[]],[550,546],[547,546],[-1,-1,[]],[-1,[[10,[546,551]]],[[387,[[70,[60]]]]]],[552,[[10,[546,553]]]],[23,546],[23,[[10,[546,551]]]],[[-1,-2],33,[139,140],141],[[546,-1],2,142],[546,[[13,[23]]]],[[],35],[[],35],[69,[[70,[60]]]],[[69,35],[[70,[60]]]],[69,[[70,[60]]]],0,[69,[[70,[60]]]],[69,[[70,[[72,[60]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[546,[[10,[[180,[2]],554]]]],[546,[[10,[[180,[2]],554]]]],[546,552],[3,3],[-1,21,[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[[70,[60]]],69],[546,23],[546,[[13,[550]]]],0,[[]],[[]],[[[6,[-1]],67],68,[]],[[[6,[-1]],67],[[68,[[10,[2,39]]]]],[]],[[[6,[-1]],67,69],[[68,[[10,[2,39]]]]],[]],[[-1,67],[[68,[[10,[2]]]]],[]],[[[6,[-1]],67],[[68,[[10,[2,39]]]]],[]],[[[6,[-1]],67,[70,[60]]],[[68,[[10,[35,39]]]]],[]],[[[6,[-1]],67,[70,[71]]],[[68,[[10,[35,39]]]]],[]],[546,[[13,[[555,[23]]]]]],[546,[[13,[73]]]],[[69,[70,[60]]],2],[546,[[13,[23]]]],[69,35],[69,35],[546,[[13,[556]]]],0,[546,[[13,[23]]]],[[69,35],2],0,[[69,35],69],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[[[70,[60]]],[[10,[546]]]],[-1,[[10,[-2]]],[],[]],[23,[[10,[546]]]],[552,[[10,[546]]]],[88,[[10,[546]]]],[546,[[10,[546]]]],[88,[[10,[546]]]],[[[179,[60,4]]],[[10,[546]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[69,[[70,[[72,[60]]]]]],[[[70,[[72,[60]]]]],69],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[557,558],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[557,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[[52,[559]]],557],[[]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[558,546]],[558,558],[[-1,-2],2,[],[]],[[-1,560,546],[[561,[-2,546]]],[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[558,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[558,67],[[68,[[10,[2]]]]]],[558,2],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[562,563],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[562,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[[6,[562]],67],[[68,[[10,[2,39]]]]]],[[[6,[562]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[562]],67],[[68,[[10,[2,39]]]]]],[[[6,[562]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[542,542],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[542,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],0,[[],[[10,[63,64]]]],[[]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],0,[[564,19],[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[[564,8,21,21],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[564,23,23,24],[[6,[[5,[3]]]]]],[564,564],[[-1,-2],2,[],[]],[[564,8,8],[[6,[[5,[3]]]]]],[[],565],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[564,[[6,[[5,[3]]]]]],[35,2],[35,2],[[565,40],43],[[564,40],43],[-1,-1,[]],[-1,-1,[]],[[564,19],[[6,[[5,[3]]]]]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[564,19,60],[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[[564,19],[[6,[[5,[3]]]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[564,8,21,21,21],[[6,[[5,[3]]]]]],0,[564,566],0,[564,[[6,[[5,[3]]]]]],[[],564],[[]],[[]],[[564,67],[[68,[8]]]],[[564,8],2],[[564,23,[13,[73]],[13,[19]]],[[6,[[5,[3]]]]]],[[564,77,19,[13,[65]],[13,[65]]],[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[564,[[6,[[5,[3]]]]]],[[564,19],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[564,[[6,[[5,[3]]]]]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[-1,1],2,[]],[[545,8],545],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[109,[[10,[21,51]]]],[545,545],[[-1,-2],2,[],[]],[567,545],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],0,[[567,40],43],[[545,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[568,98],567],[[568,98],545],0,[[]],[[]],0,0,[[567,23,98,[52,[538]]],[[10,[2,51]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[541,541],[[-1,-2],2,[],[]],[[541,541],126],[[-1,-2],126,[],[]],[[],541],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[541,541],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[541,40],43],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[541,-1],2,142],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[541,541],[[13,[126]]]],[[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[559,[[400,[569]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[559,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],0,0,[[],[[10,[63,64]]]],0,[[[52,[570]],566,65,65],559],[559,[[400,[569]]]],0,[[]],0,0,0,0,[559,2],0,[559,[[571,[2]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[109,[[10,[21,51]]]],[[],572],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[572]]],158],[35,2],[[572,572],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[103,58,573,[54,[574]],23,[179,[88]]],[[10,[2,51]]]],[[572,40],43],[-1,-1,[]],[572,[[179,[88]]]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],572],[[]],[[103,58,23],[[10,[[2,[573,[54,[574]]]],51]]]],[[572,23,98,[52,[101]]],[[10,[2,51]]]],[[572,-1],10,161],[[572,[179,[88]]],2],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[572,[179,[88]]],572],0,[109,[[10,[21,51]]]],[[-1,23,98,[52,[101]]],[[10,[2,51]]],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[109,[[10,[21,51]]]],[568,115],[568,568],[[-1,-2],2,[],[]],[[],568],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[568,40],43],[-1,-1,[]],[568,[[179,[88]]]],[[568,362],21],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],568],[[]],[[568,23,575,[13,[98]],[52,[101]],[13,[576]]],[[10,[577,51]]]],[[568,23,98,[52,[101]]],[[10,[2,51]]]],[[568,[52,[101]],23,58,108,21],[[10,[2,51]]]],0,0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[568,-1],568,534],[[568,115],568],[[568,-1],568,[[94,[148]]]],[568,568],[[568,-1,-2],568,[[94,[88]]],[[94,[88]]]],[[568,-1],568,534],[[568,21],568],[[568,21],568],[[568,-1,-2,-3],568,[[94,[88]]],[[94,[88]]],[[94,[578]]]],[[568,-1],568,534],[[568,98],568],[[568,-1],568,534],[[568,[52,[533]]],568],[[568,-1],568,534],[[568,-1,-2],568,[[94,[88]]],[[94,[88]]]],[[568,-1],568,534],[[568,88,[52,[97]]],568],[[568,-1],568,534],[[568,65],568],[[568,362],568],[[568,[5,[32]]],568],[[568,[5,[32]]],568],[[568,[5,[32]]],568],[[568,21],568],0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[100,148],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[576,[70,[579]]],[[10,[2,51]]]],0,[580,580],[581,581],[579,579],[537,537],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[582,[-1]],100],[[127,[2]]],97],[[97,100],[[10,[2,51]]]],0,[[],581],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[537]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[537,537],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[582,[-1]],100,-2],[[10,[-3,28]]],97,570,[]],[[580,40],43],[[581,40],43],[[579,40],43],[[537,40],43],[[[582,[-1]],40],43,431],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[537,579],[-1,-1,[]],[-1,-1,[]],0,0,0,0,[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[[582,[-1]],100],[[127,[143]]],97],0,[[[582,[-1]]],144,97],[[[582,[-1]],100,583],[[127,[[5,[32]]]]],97],[[]],[[]],[[]],[[]],[[]],[[581,575,577],2],[[581,575,577],2],[[576,[70,[579]],[13,[[52,[97]]]]],[[10,[[5,[97]],51]]]],[[581,577,[13,[[52,[97]]]],575,[13,[576]]],[[10,[2,51]]]],[[[582,[-1]],100],[[127,[147]]],97],[[[582,[-1]],100],[[127,[148]]],97],[[[582,[-1]],100],[[127,[2]]],97],[[[582,[-1]],100],[[127,[2]]],97],[[[582,[-1]],100,100],[[149,[[127,[2]]]]],97],[[537,-1],10,161],0,0,[[[582,[-1]],100],[[127,[143]]],97],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[[-1,1],2,[]],[523,2],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[523,523],[[-1,-2],2,[],[]],0,0,[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,0,0,[[523,40],[[10,[2,41]]]],[-1,-1,[]],0,[[],35],0,[-1,-2,[],[]],[523,21],[[],[[10,[63,64]]]],0,0,0,0,[[],[[2,[523,584]]]],[[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,519],[[6,[[5,[3]]]]],[]],[[-1,519],[[6,[[5,[3]]]]],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],0,0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,0,0,[[-1,[70,[60]]],2,[]],[[-1,[70,[60]]],2,[]],[[-1,39],2,[]],[[-1,39],2,[]],[[]],[[]],[[]],[[]],0,[[-1,522],[[6,[[5,[3]]]]],[]],[[-1,522],[[6,[[5,[3]]]]],[]],0,0,[[-1,523],2,[]],[[-1,523],2,[]],0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[519,[[400,[524]]]],[522,2],0,0,0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[531,[180,[528]]]],0,[531,531],[[-1,-2],2,[],[]],[[-1,[52,[521]],21],[[13,[[179,[60]]]]],[585,84,586]],[531],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[[[52,[498]],528,-1],[[10,[16,51]]],[587,84,91,586]],[35,2],[35,2],[[531,40],43],[[588,40],43],[-1,-1,[]],[-1,-1,[]],[[531,[180,[528]],-1],[[10,[[530,[528]],51]]],84],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[[[52,[588]]],531],0,[[]],[[]],[[531,67],[[68,[[10,[2]]]]]],0,0,0,0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[536,536],[[536,[52,[533]]],536],[[536,362],2],[[536,8],536],0,[[536,-1],536,[[94,[88]]]],[[536,-1],536,534],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[536,-1],536,[521,84,91]],0,[109,[[10,[21,51]]]],[536,115],[589,536],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[536,-1,-2],536,[[94,[88]]],[[94,[88]]]],[[536,-1],536,534],[[589,40],43],[[536,40],43],[536,536],[-1,-1,[]],[-1,-1,[]],[[536,362],21],[[],35],[[],35],[[536,98],536],[[536,-1],536,534],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[536,-1],536,534],[[536,537],536],[-1,589,521],[-1,536,521],[[]],[[]],[[589,23,98,21,590,[52,[101]]],[[10,[531,51]]]],[[589,23,98,[52,[101]]],[[10,[2,51]]]],[[589,-1,[52,[101]]],[[10,[2,51]]],[[591,[[180,[528]]]],286,84,91]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[536,65],536],0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,[[13,[533]]],[]],[592,[[13,[533]]]],[593,[[13,[533]]]],[[592,[52,[533]]],592],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[594,594],[592,592],[593,593],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],595],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[-1,596,[]],[592,596],[593,596],0,0,[[595,40],43],[[592,40],43],[[593,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[13,[597]]],[]],[592,[[13,[597]]]],[593,[[13,[597]]]],0,0,[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[179,[[52,[533]]]]],[]],[592,[[179,[[52,[533]]]]]],[593,[[179,[[52,[533]]]]]],0,0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[596,598,[70,[60]],108],[[10,[58,44]]]],[[-1,[70,[60]]],[[149,[[10,[58,44]]]]],[]],[[593,[70,[60]]],[[149,[[10,[58,44]]]]]],[[-1,[70,[60]]],[[10,[58,44]]],[]],[[593,[70,[60]]],[[10,[58,44]]]],0,[-1,[[52,[598]]],[]],[592,[[52,[598]]]],[593,[[52,[598]]]],0,0,[-1,599,[]],[592,599],[593,599],0,0,[[[52,[456]]],592],[[[52,[538]]],593],[-1,103,[]],[592,103],[593,103],[[-1,594],2,[]],0,[-1,[[52,[600]]],[]],[592,[[52,[600]]]],[593,[[52,[600]]]],0,0,[[]],[[]],[[]],[[]],[595,2],0,0,[[592,[13,[596]]],592],[[592,-1],592,[174,84,91]],[[592,-1],592,[598,84,91]],[[592,-1],592,[457,91]],[[592,-1],592,[600,84,91]],[[592,-1],592,[601,84,91]],[[592,[52,[602]]],592],[-1,[[52,[601]]],[]],[592,[[52,[601]]]],[593,[[52,[601]]]],0,0,0,0,[-1,[[52,[456]]],[]],[592,[[52,[456]]]],[593,[[52,[456]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[13,[602]]],[]],[592,[[13,[602]]]],[593,[[13,[602]]]],0,0,[595,410],[[595,410],2],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[593,596],593],[[593,597],593],[[593,[179,[[52,[533]]]]],593],[[593,[52,[598]]],593],[[593,599],593],[[593,[52,[600]]],593],[[593,[52,[601]]],593],[[593,[52,[456]]],593],[[593,[52,[602]]],593],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],[[0,[598,84,91]]]],[[-1,108,596],[[6,[[5,[3]]]]],[]],0,0,[[-1,108,596,58],[[6,[[5,[3]]]]],[]],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[603,[-1,-2]]],[[603,[-1,-2]]],286,286],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[[603,[-1,-2]],[603,[-1,-2]]],21,604,604],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[603,[-1,-2]]],-2,[],[]],0,[[[603,[-1,-2]]],-2,[],[]],[[[603,[-1,-2]],40],43,431,431],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[[603,[-1,-2]],-3],2,139,139,142],[[],35],[-1,-2,[],[]],[[[603,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[],[[10,[63,64]]]],[[[603,[-1,-2]],108,596],[[6,[[5,[3]]]]],[598,84,91],[598,84,91]],[[-1,-2],[[603,[-1,-2]]],[],[]],[[]],[[[603,[-1,-2]]],-1,[],[]],0,[[[603,[-1,-2]]],-1,[],[]],[[[603,[-1,-2]],108,596,58],[[6,[[5,[3]]]]],[598,84,91],[598,84,91]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[605,100],0,[605,605],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[[70,[60]],596],[[10,[58,606]]]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[605,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[605,108,596],[[6,[[5,[3]]]]]],[[-1,[52,[607]]],605,[[94,[148]]]],[[605,108,23],148],[[]],[100,[[10,[[179,[60]],606]]]],[[605,108,596,58],[[6,[[5,[3]]]]]],0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[608,608],[[-1,-2],2,[],[]],[[],608],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[608,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[608,108,596],[[6,[[5,[3]]]]]],0,[[],608],[[]],[[608,108,596,58],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[609,609],[[-1,-2],2,[],[]],[[],609],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[609,40],43],[-1,-1,[]],[[],35],[[609,108,58,23],2],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[609,108,596],[[6,[[5,[3]]]]]],[[609,108,23],[[13,[58]]]],[[]],[[609,108,596,58],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[606,40],43],[[606,40],43],[610,606],[611,606],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[-1,108,596],[[6,[[5,[3]]]]],[]],[-1,606,[14,84,91]],[[]],[[-1,108,596,58],[[6,[[5,[3]]]]],[]],[606,[[13,[14]]]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[-1,-2],[[603,[-1,-2]]],140,598],[[-1,-2],[[603,[-1,-2]]],140,598],0,0,0,0,0,0,0,0,0,0,0,[[-1,612],[[6,[[5,[3]]]]],[]],0,[[107,600,613],[[10,[98,51]]]],[[-1,107,613],[[6,[[5,[3]]]]],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[],614],[[],615],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[614,616],[[10,[38,51]]]],[35,2],[35,2],[35,2],[[614,40],43],[[617,40],43],[[615,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[614,618],[[10,[[13,[107]],51]]]],[[614,619],620],0,[[],35],[[],35],[[],35],[[614,618,107],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[614,612],[[6,[[5,[3]]]]]],[[614,107,613],[[6,[[5,[3]]]]]],[[617,618],[[10,[[13,[107]],51]]]],[[615,618],[[13,[107]]]],[[],614],[[617,618],148],[[]],[[]],[[]],[[617,38,616],[[10,[2,51]]]],[[615,107,618],2],[[617,38,616],[[10,[107,51]]]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[614,-1],614,[[94,[148]]]],[[614,-1],614,[174,84,91]],[[614,[52,[174]]],614],[[614,-1,-2],614,[[94,[88]]],[[94,[88]]]],[[614,-1],614,534],0,0,0,[[-1,1],2,[]],[[23,109],[[10,[[13,[621]],51]]]],[-1,-2,[],[]],[-1,-2,[],[]],[[[622,[-1,-2]]],[[622,[-1,-2]]],286,286],[[-1,-2],2,[],[]],[[[624,[88,623]],[150,[625,107]],613],[[10,[[179,[105]],51]]]],[[97,100],33],[[[622,[-1,-2]],100],[[127,[2]]],97,[570,84,91]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[[622,[-1,-2]],[622,[-1,-2]]],21,604,604],[[600,626,627],[[10,[[150,[625,107]],51]]]],[[[150,[625,107]],626],[[10,[[5,[97]],51]]]],[[[150,[625,107]],626],[[10,[[5,[97]],51]]]],[[[150,[625,107]],626],[[10,[[5,[97]],51]]]],[[[622,[-1,-2]],40],43,431,[]],[-1,-1,[]],[[],35],0,[-1,-2,[],[]],[[],[[10,[63,64]]]],[[107,23,109],[[10,[[13,[105]],51]]]],[[625,23,109,[150,[625,107]],613],[[10,[[13,[105]],51]]]],[[107,600,613],[[10,[98,51]]]],0,[[[622,[-1,-2]],100],[[127,[143]]],97,[570,84,91]],[[-1,-2],[[622,[-1,-2]]],[],[570,84,91]],[[[622,[-1,-2]]],144,97,[570,84,91]],[[[622,[-1,-2]],100,583],[[127,[[5,[32]]]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[10,[148,28]]],[],[570,84,91]],[[]],[[[622,[-1,-2]],100],[[127,[147]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[127,[148]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[127,[2]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[127,[2]]],97,[570,84,91]],[[[622,[-1,-2]],100,100],[[149,[[127,[2]]]]],97,[570,84,91]],[[[622,[-1,-2]],100],[[127,[143]]],97,[570,84,91]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[[-1,612],[[6,[[5,[3]]]]],[]],[[-1,107,613],[[6,[[5,[3]]]]],[]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[628,628],[629,629],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],628],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[628,628],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[628,40],43],[[629,40],43],[[629,40],43],[-1,-1,[]],[-1,-1,[]],[[-1,-2],33,[139,140],141],[[628,-1],2,142],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[628,612],[[6,[[5,[3]]]]]],[[628,107,613],[[6,[[5,[3]]]]]],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,106],[[6,[[5,[3]]]]],[]],0,0,[[625,630,601],[[10,[613,631]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[632,632],[[-1,-2],2,[],[]],[[],632],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[632,632],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[632,40],43],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[632,106],[[6,[[5,[3]]]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[633,612],2],[[633,-1],[[10,[2,51]]],[[387,[100]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[633,633],[634,634],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],633],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[633,633],21],[[634,634],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[633,40],43],[[634,40],43],[-1,-1,[]],[-1,-1,[]],[-1,[[10,[633,51]]],[[94,[148]]]],[[633,625],[[13,[612]]]],0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[[],633],[[]],[[]],[[633,106],[[6,[[5,[3]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[635,23],0,[618,[[636,[60]]]],[618,88],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[635,635],[612,612],[630,630],[637,637],[616,616],[618,618],[638,638],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[618,618],126],0,[[-1,-2],126,[],[]],0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[635,635],21],[[612,612],21],[[630,630],21],[[637,637],21],[[616,616],21],[[618,618],21],[[638,638],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[639,640],[[10,[[179,[637]],641]]]],[[635,40],43],[[612,40],43],[[630,40],43],[[637,40],43],[[616,40],43],[[618,40],43],[[618,40],43],[[638,40],43],[148,[[10,[618,39]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[636,[60]]],618],[-1,-1,[]],[[[636,[60]]],618],[[625,639,640],[[10,[630,51]]]],[-1,[[10,[612,51]]],[[387,[100]]]],[[-1,-2],33,[139,140],141],[[618,-1],2,142],[630,625],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,0,[612,625],[639,[[10,[[13,[625]],51]]]],[639,[[10,[[13,[642]],51]]]],[635,[[13,[88]]]],[23,[[10,[618,643]]]],[[618,618],[[13,[126]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[-1,618,[[387,[[70,[60]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[644,[[10,[106,51]]]],[635,[[13,[645]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[646,[52,[601]]],646],[[646,-1],646,[601,84,91]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[646,646],[647,647],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[[],647],[[],647],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[647,647],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[646,40],43],[[647,40],43],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],646],[[]],[[]],[[646,106],[[6,[[5,[3]]]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[646,647],646],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[613,613],[623,623],[627,627],[648,648],[649,649],[650,650],[626,626],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[623,623],21],[[627,627],21],[[648,648],21],[[649,649],21],[[650,650],21],[[626,626],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[613,40],43],[[623,40],43],[[627,40],43],[[648,40],43],[[649,40],43],[[650,40],43],[[626,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[627,[[651,[648,649]]]],0,0,[627,625],0,[[627,652]],[[627,652]],[[627,625]],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[627,[[0,[653]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[[652,[651,[648,649]],[624,[625,652]]],627],0,0,0,0,[627,[[624,[625,652]]]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[627,652],0,[627,630],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[627,88],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[631,[[13,[[70,[625]]]]]],[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[2,631]]],653],[[[654,[648,649]]],631],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[625,630,601],[[10,[655,631]]]],[35,2],[35,2],[[631,40],43],[[631,40],43],[[655,40],43],[-1,-1,[]],[-1,-1,[]],0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[[651,[648,649]],652],2],0,[[]],[[]],[[[70,[625]]],88],[106,88],[[625,630,601],[[10,[613,631]]]],[[625,630,601],[[10,[627,631]]]],[627,[[10,[626,631]]]],0,[631,[[13,[14]]]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[656,40],43],[[656,40],43],[51,656],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[-1,106],[[6,[[5,[3]]]]],[]],[[-1,106],[[6,[[5,[3]]]]],[]],[[],[[10,[63,64]]]],[[]],[[-1,106],[[6,[[5,[3]]]]],[]],[656,[[13,[14]]]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[619,[[10,[148,51]]]],[176,51],[-1,[[13,[619]]],[[387,[100]]]],[[],620],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[657,657],[658,658],[659,659],[660,660],[[[661,[-1]]],[[661,[-1]]],286],[662,662],[663,663],[664,664],[665,665],[666,666],[667,667],[668,668],[669,669],[670,670],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,[[23,23,668,640],[[10,[612,51]]]],[[],669],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[659]]],158],[-1,[[10,[660]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[661,[-2]]]]],158,422],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[662]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[663]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[664]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[665]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[666]]],158],[-1,[[10,[667]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[668]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[669]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[670]]],158],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[657,40],43],[[658,40],43],[[659,40],43],[[660,40],43],[[[661,[-1]],40],43,431],[[662,40],43],[[663,40],43],[[664,40],43],[[665,40],43],[[666,40],43],[[667,40],43],[[668,40],43],[[669,40],43],[[670,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,0,0,[657,620],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[659,65],21],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[658,23],[[10,[[13,[664]],51]]]],0,[[664,645,640],[[10,[[179,[612]],656]]]],0,[[619,[52,[174]]],657],[[-1,65],658,[[94,[148]]]],0,0,[[658,23],148],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[657,106],[[6,[[5,[3]]]]]],[[657,671],[[10,[[13,[612]],656]]]],[[657,671],[[10,[[13,[663]],51]]]],[[657,23],[[10,[664,51]]]],[657,619],0,0,0,[[659,-1],10,161],[[660,-1],10,161],[[[661,[-1]],-2],10,75,161],[[662,-1],10,161],[[663,-1],10,161],[[664,-1],10,161],[[665,-1],10,161],[[666,-1],10,161],[[667,-1],10,161],[[668,-1],10,161],[[669,-1],10,161],[[670,-1],10,161],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[663,671],[[10,[612,51]]]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,0,[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[658,23,664],[[10,[2,51]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[657,-1],657,[[94,[88]]]],[[657,-1,65],657,[[94,[148]]]],[[657,640],657],0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[672,-1,[70,[60]]],[[10,[2,51]]],[[387,[100]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[673,65],[[10,[148,674]]]],0,[672,672],[673,673],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[[673,673],21],[[672,619],[[10,[[2,[[179,[60]],[13,[88]]]],51]]]],[[672,40],43],[[673,40],43],[[674,40],43],[[23,100],673],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[672,619],[[10,[88,51]]]],[[672,619],[[10,[148,51]]]],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[-1,[52,[174]]],672,[[94,[148]]]],[[]],[[]],[[]],[[672,106],[[6,[[5,[3]]]]]],0,[[[70,[60]]],88],[674,[[13,[148]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[672,65],672],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[52,[675,4]]],172],[-1,-2,3,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,412,676],[[10,[[13,[677]],49]]],[]],0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],0,0,[[676,40],43],[[102,40],43],[[678,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[],35],[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,0,[[],[[52,[675,4]]]],[[[5,[679]],53,58,21],680],[[]],[[]],[[]],[[]],[[]],0,0,0,[[-1,65],[[6,[[5,[3]]]]],[]],[[-1,-2],[[10,[-3,51]]],[],[3,84],84],[[-1,-2],[[5,[3]]],[],[22,84]],0,[[-1,58,[5,[22]]],[[10,[2,49]]],[]],0,0,[[-1,[5,[22]]],[[10,[2,49]]],[]],[[-1,[5,[22]]],[[10,[2,49]]],[]],[[-1,680],[[10,[2,49]]],[]],[-1,[[10,[35,49]]],[]],0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[680,25],680],[[680,676],680],[[680,[13,[676]]],680],[[680,[5,[114]]],680],[[680,[5,[681]]],680],0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[682,682],[683,683],[607,607],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[],607],[[],684],[35,-1,[]],[35,-1,[]],[35,-1,[]],[683],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[685,2],[35,2],[35,2],[682,2],[35,2],[35,2],[684,2],[35,2],[[684,686,65],[[10,[2,83]]]],[[682,40],43],[[683,40],43],[[607,40],43],[-1,-1,[]],[687,682],[686,682],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[682,686],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[-1,607,[[94,[682]]]],[[]],[[]],[[]],[[]],[[]],0,[607,[[52,[683]]]],0,[607,686],[[607,65],[[6,[[5,[3]]]]]],[[607,[5,[22]]],[[10,[2,49]]]],[[607,[5,[22]]],[[10,[2,49]]]],[[607,680],[[10,[2,49]]]],[607,[[10,[35,49]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[],688],[[],689],[[],690],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],0,0,[[688,40],43],[[689,40],43],[[690,40],43],[[169,40],43],[169,169],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[[169,-1],[[10,[2,37]]],[[387,[100]]]],[169,144],[[169,-1],[[10,[147,37]]],[[387,[100]]]],[[169,-1],[[10,[2,37]]],[[387,[100]]]],[[169,-1],[[10,[2,37]]],[[387,[100]]]],[[169,-1,-2],[[10,[2,37]]],[[387,[100]]],[[387,[100]]]],0,0,0,[689,172],0,[[],35],[[],35],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[691,100,583],[[127,[[5,[32]]]]]],[[]],[[]],[[]],[[]],[[]],[[689,65],21],[689,2],0,0,0,0,0,0,[[169,122],[[10,[[13,[[5,[32]]]],28]]]],[169,[[10,[[13,[[5,[32]]]],28]]]],[169,[[10,[[13,[[5,[32]]]],28]]]],[169,[[10,[[13,[[5,[32]]]],28]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[577,-1],2,[[387,[[70,[60]]]]]],[[577,-1],2,534],[[577,-1,-2],2,[[387,[[70,[60]]]]],[[387,[[70,[60]]]]]],[[577,-1],2,534],[[577,-1,-2,-3],2,[[94,[88]]],[[94,[88]]],[[94,[578]]]],[[577,-1],2,534],[[577,[52,[533]]],2],[[577,23,-1],[[10,[2,45]]],[[387,[100]]]],[[577,-1,-2],2,[[387,[23]]],[[387,[23]]]],[[577,-1],2,534],[[577,-1],[[10,[2,45]]],570],[[577,-1],[[10,[2,45]]],[[387,[100]]]],[[577,362],2],[[577,98],577],0,[[692,23],692],0,0,[[577,-1],577,[[387,[[70,[60]]]]]],[[577,-1],577,534],0,[-1,14,[]],[577,577],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[577,[[10,[53,15]]]],[692,[[10,[145,45]]]],[577,[[10,[693,45]]]],0,[[577,115],577],[577,115],[45,45],[145,145],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[179,[[2,[88,[179,[60]]]]]]],[[179,[[179,[60]]]]]],[[692,21],692],0,0,[[577,-1],577,[[94,[148]]]],0,[[],577],[[],692],[[],145],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[692,-1],692,[[387,[100]]]],[35,2],[35,2],[35,2],[35,2],[[577,-1,-2],577,[[387,[[70,[60]]]]],[[387,[[70,[60]]]]]],[[577,-1],577,534],0,[[45,45],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[577,40],43],[[45,40],43],[[45,40],43],[[692,40],43],[[145,40],43],[-1,-1,[]],[-1,-1,[]],[48,45],[28,45],[-1,-1,[]],[-1,-1,[]],[[577,[5,[97]]],577],0,[577,[[70,[88]]]],[577,[[179,[88]]]],[577,[[70,[[2,[88,[179,[60]]]]]]]],[577,[[179,[[2,[88,[179,[60]]]]]]]],[[577,-1,-2,-3],577,[[94,[88]]],[[94,[88]]],[[94,[578]]]],[[577,-1],577,534],[[],35],[[],35],[[],35],[[],35],[[577,58,-1],[[10,[[2,[86,111]],15]]],26],[[577,58,108,-1],[[10,[[2,[86,111]],15]]],26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[577,-1,-2],577,[[387,[23]]],[[387,[23]]]],[[577,-1],577,534],0,[[577,23,-1],[[10,[577,45]]],[[387,[100]]]],[[577,-1],[[10,[577,45]]],534],0,[-1,577,[[94,[88]]]],[[],692],0,0,[[]],[[]],[[]],[[]],[[577,-1],[[10,[577,45]]],570],[[577,-1],[[10,[577,45]]],[[387,[100]]]],[[577,-1],[[10,[577,45]]],534],[[577,-1],[[10,[577,45]]],534],0,[[692,21],692],0,0,[[577,58],[[10,[2,15]]]],[[577,58,108],[[10,[2,15]]]],[[577,58,103],[[10,[2,15]]]],[[577,58,108,103],[[10,[2,15]]]],[[577,58,108,103],[[10,[2,15]]]],[[577,[52,[101]]],577],0,[[577,576],577],[[577,115],2],[[577,-1],2,[[94,[148]]]],[[577,[5,[97]]],2],[[577,108],577],[[577,[52,[101]]],2],[[577,[5,[32]]],2],[[577,[5,[32]]],2],[[577,[5,[32]]],2],[[577,[5,[570]]],577],0,0,0,[45,[[13,[14]]]],[[577,[5,[32]]],577],0,[[577,[5,[32]]],577],0,[[577,[5,[32]]],577],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[577,98],577],[[577,-1],577,534],0,[23,[[10,[2,45]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[577,65],2],[[692,21],692],0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[53,[[10,[533,37]]]],[53,57],0,0,0,0,0,0,0,0,[[53,[13,[16]]],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,577,[[94,[88]]]],0,0,0,0,[53,21],[53,53],[694,694],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,0,0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[35,2],[35,2],[35,2],[693,693],0,0,0,0,[[53,40],43],[[694,40],43],[[693,40],43],[53,[[10,[[2,[53,493]],48]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[693,108],[[10,[53,15]]]],[53,124],[[53,-1,57],[[2,[447,169]]],87],[[53,-1,57],[[2,[447,169,117]]],87],[53,[[2,[169,117]]]],[[53,362],21],0,[[],35],[[],35],[[],35],0,[53,694],0,[694,86],0,[[693,58,108,-1],[[10,[[2,[86,111]],15]]],26],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[53,384],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[53,[150,[88,148]]],[[10,[2,45]]]],0,[53,677],[694,677],0,[694,677],0,[[53,-1],447,[87,140]],[[694,-1],447,[87,140]],[694,58],[694,58],[53,599],[[677,-1,86],694,87],[[53,[13,[16]]],[[149,[2]]]],0,[53,484],[[]],[[]],[[]],0,[[53,362],21],0,0,[[[74,[53]]],[[488,[21]]]],[[[74,[53]]],[[488,[21]]]],[[[74,[53]],[179,[495]]],[[10,[21,42]]]],[53,[[10,[2,45]]]],0,[53,101],0,0,[[53,-1],2,[101,84,91]],[53,[[13,[16]]]],[53,21],0,0,0,0,0,0,0,[53,169],0,0,[[53,122],[[10,[[13,[[5,[32]]]],28]]]],[53,[[10,[[13,[[5,[32]]]],28]]]],[53,[[10,[[13,[[5,[32]]]],28]]]],[53,[[10,[[13,[[5,[32]]]],28]]]],[53,[[52,[456]]]],0,0,0,[53,409],[-1,-2,[],[]],[-1,-2,[],[]],[53,[[13,[86]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[53,[[13,[694]]]],[53,[[13,[694]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[53,[[13,[677]]]],[53,[[13,[677]]]],[[53,-1],[[13,[447]]],[87,140]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[53,98],[[10,[2,45]]]],[[53,-1],[[10,[2,45]]],534],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[53,21],0,0,0,[[-1,1],2,[]],[[111,-1],[[10,[695,15]]],26],[-1,-2,[],[]],[-1,-2,[],[]],[111,111],[[-1,-2],2,[],[]],[[111,-1],53,87],[[111,-1],53,26],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,[[111,40],43],[-1,-1,[]],[[111,-1,58],[[10,[56,42]]],26],[[111,-1,58],[[10,[56,42]]],26],[[],35],[[111,-1,86],[[10,[2,47]]],26],[[111,-1,86,[13,[677]],21],[[10,[2,47]]],26],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[-1,53],111,26],[[58,53,[13,[25]],676,21],[[10,[[2,[111,103]],49]]]],[[111,-1,[13,[16]]],2,26],[[]],[[111,103],[[10,[[2,[111,103]],15]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[696,2],[696,696],[[-1,-2],2,[],[]],[[],696],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[696,40],43],[-1,-1,[]],[696,[[13,[694]]]],[696,[[13,[694]]]],[[],35],0,[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[696,694],2],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,0,0,0,0,[[-1,1],2,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[697,2],[697,697],[[-1,-2],2,[],[]],[[],697],[35,-1,[]],[698],[35,-1,[]],[699],[35,-1,[]],[700],[35,-1,[]],[35,-1,[]],[35,-1,[]],[699],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[33,2],[35,2],[35,2],[35,2],[35,2],[697,2],[[697,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[697,[[13,[698]]]],[697,[[13,[699]]]],0,[[],35],[[],35],[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[698,700],[[]],[[]],[[]],[[]],[[697,694],2],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[103,111,[10,[[5,[[70,[79]]]],46]],[701,[[10,[103,15]]]]],2],[[103,695,111,[701,[[10,[103,15]]]]],2],[[[10,[2,15]]],[[2,[[10,[2,15]],16]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[702,703],702],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[702,167],[703,703],[702,702],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[704,33],[705,33],[706,33],[[],704],[[],705],[[],706],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[704,40],[[10,[2,41]]]],[[705,40],[[10,[2,41]]]],[[706,40],[[10,[2,41]]]],[[703,40],43],[[702,40],43],[[707,40],43],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[167,[[13,[703]]]],[704,[[13,[57]]]],[705,[[13,[57]]]],[706,[[13,[57]]]],0,0,0,0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[704,21],[705,21],[167,707],[704,33],[705,33],[706,33],[704,33],[705,33],[706,33],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],702],[707,13],[-1,[[708,[-2]]],[],[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[704]],67],[[68,[[10,[33,39]]]]]],[[[6,[705]],67],[[68,[[10,[33,39]]]]]],[[[6,[706]],67],[[68,[[10,[33,39]]]]]],[[[6,[704]],67],[[68,[[10,[2,39]]]]]],[[[6,[705]],67],[[68,[[10,[2,39]]]]]],[[[6,[706]],67],[[68,[[10,[2,39]]]]]],[[[6,[704]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[705]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[706]],67,69],[[68,[[10,[2,39]]]]]],[[[6,[704]],67],[[68,[[10,[35,39]]]]]],[[[6,[705]],67],[[68,[[10,[35,39]]]]]],[[[6,[706]],67],[[68,[[10,[35,39]]]]]],[[[6,[704]],67],[[68,[[10,[2,39]]]]]],[[[6,[705]],67],[[68,[[10,[2,39]]]]]],[[[6,[706]],67],[[68,[[10,[2,39]]]]]],[[[6,[704]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[705]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[706]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[704]],67],[[68,[[10,[35,39]]]]]],[[[6,[705]],67],[[68,[[10,[35,39]]]]]],[[[6,[706]],67],[[68,[[10,[35,39]]]]]],[[[6,[704]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[705]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[706]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],0,[[704,33],[[10,[2,28]]]],[[705,33],[[10,[2,28]]]],[[706,33],[[10,[2,28]]]],[704,33],[705,33],[706,33],[[[6,[704]],80],[[10,[2,39]]]],[[[6,[705]],80],[[10,[2,39]]]],[[[6,[706]],80],[[10,[2,39]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[704,[[10,[2,28]]]],[705,[[10,[2,28]]]],[706,[[10,[2,28]]]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[74,[53]],[13,[65]],-1],[[488,[-2]]],3,[]],[[53,[13,[65]],-1],[[488,[-2]]],3,[]],[[[74,[53]],-1],[[10,[[709,[-2]],42]]],[3,84,91],[75,710]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[[74,[53]],122,129,-1],[[10,[-2,37]]],22,[]],[[[74,[53]],122,129,-1],[[10,[-2,37]]],22,[]],[[53,122,129,-1],[[10,[-2,37]]],22,[]],[[[74,[53]],122,129,-1],[[10,[-2,37]]],22,[]],[[[74,[53]],122,129,-1],[[10,[2,37]]],22],0,0,0,0,0,0,[[53,[13,[[179,[88]]]],[13,[[179,[[2,[88,88]]]]]]],2],[[[442,[-1,-2]],447],[[10,[[711,[-1]],66]]],712,443],[[[713,[-1]]],[[10,[[714,[-1]],66]]],712],[[[150,[-1,-2,-3]],[2,[-1,-2]]],2,[715,139],[],[141,420]],[[[150,[-1,-2,-3]],[2,[-1,-2]]],2,[715,139],[],[141,420]],[[[394,[-1,-2]],-1],2,[715,139],[141,420]],[[[394,[-1,-2]],-1],2,[715,139],[141,420]],[[[132,[23]],[132,[23]]]],[[[132,[23]],23]],[[716,-1],716,[[94,[716]]]],[[65,396]],[[65,65],65],[[[132,[23]],[132,[23]]],2],[[[132,[23]],23],2],[[65,396],2],[[65,65],2],[[[442,[-1,-2]]],[[10,[[442,[-1,-2]],66]]],[],443],[[38,35],2],[[505,35],2],[[505,35],2],0,[[[52,[-1,-2]]],-2,[],717],[100,718],[[[719,[-1,-2]],-3],[[719,[-1,-2]]],[],[],22],[51,15],[-1,187,[]],[-1,187,[]],[[[132,[720]]],[[10,[[132,[720]],721]]]],[[[132,[722]]],[[10,[[132,[720]],721]]]],[[[132,[23]]],[[10,[[132,[720]],721]]]],[100,[[10,[[132,[720]],721]]]],[[[6,[[6,[-1]]]]],6,723],[-1,411,[]],[103,411],[-1,411,[]],[-1,411,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[[[52,[-1,4]]],724,725],[65,499],[65,499],[[[74,[-1]]],[[74,[-1]]],84],[505,[[70,[60]]]],[[[54,[-1]],-2],-1,[92,84],26],[[[6,[-1]]],6,723],[100,722],[65,499],[100,722],[[[726,[-1]]],[],140],[[[52,[-1,-2]]],[],140,717],[727,21],[728,57],[729,33],[[[713,[-1]]],[[442,[-1,730]]],712],[[[713,[-1]]],[[442,[-1,731]]],712],[[79,-1],732,87],[[[52,[-1,4]]],491,733],[38,[[70,[60]]]],[[[74,[-1]]],[[54,[-1]]],84],[505,[[70,[60]]]],[[[132,[-1]]],-1,[734,140]],[[[132,[722]]],100],[[[54,[-1]],-2],-1,[92,84],87],[100,722],[100,100],[[[52,[-1,-2]]],-1,140,717],[[[6,[-1]]],6,735],[[[52,[190,4]]],[[10,[[5,[190,4]],51]]]],[[[52,[211,4]]],[[10,[[5,[190,4]],51]]]],[65,33],[65,392],[65,736],[[677,-1],[[13,[737]]],87],[-1,412,[]],[[[74,[-1]]],412,[]],[103,412],[-1,412,[]],[-1,413,[]],[[[74,[-1]]],413,[]],[-1,413,[]],[103,413],[-1,413,[]],[-1,413,[]],[[[132,[23]]],[[10,[23,721]]]],[[[132,[722]]],[[10,[23,721]]]],[[[132,[720]]],[[10,[23,721]]]],[100,[[10,[23,721]]]],[[[52,[[72,[-1]],-2]]],[[52,[-1,-2]]],[],[286,717]],[[[52,[[70,[[72,[-1]]]],-2]]],[[52,[[70,[-1]],-2]]],[],[286,717]],0,[[61,35],[[13,[61]]]],[[62,35],[[13,[62]]]],[[61,35],61],[[62,35],62],0,0,[[[394,[-1,-2]],[394,[-1,-2]]],[[394,[-1,-2]]],[715,139,286],[141,420]],[[61,61],61],[[61,57],61],[[62,499],62],[[62,62],62],[[[394,[-1,-2]],[394,[-1,-2]]],[[394,[-1,-2]]],[715,139,286],[141,420]],[[738,33]],[[738,[739,[738]]]],[[738,[740,[738]]]],[[738,[739,[738]]]],[[738,[741,[738]]]],[[738,[740,[738]]]],[[738,[741,[738]]]],[[738,738]],[[61,61],61],[[61,57],61],[[62,499],62],[[62,62],62],[[738,33],2],[[738,738],2],0,0,0,0,[[[394,[-1,-2]],[394,[-1,-2]]],[[394,[-1,-2]]],[715,139,286],[141,420]],[[[52,[456]],[13,[65]],-1],[[488,[-2]]],3,[]],[-1,-2,[],[]],[38,[[70,[60]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[505,[[70,[60]]]],[-1,-2,[],[]],[[[132,[-1]]],-1,[734,140]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[726,[-1]]],[[742,[-1]]],140],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[52,[-1,-2]]],-1,140,717],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[505,[[70,[60]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[726,[-1]]],[[743,[-1]]],140],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[68,[[10,[-1,-2]]]]],744,[],[]],[[[68,[[13,[[10,[-1,-2]]]]]]],744,[],[]],0,0,[[-1,412,676],[[10,[[13,[677]],49]]],[]],[[-1,412,676],[[10,[[13,[677]],49]]],[]],[[-1,412,676],[[10,[[13,[677]],49]]],[]],[-1,-1,140],[-1,-1,140],[-1,[[745,[-1]]],140],[716,746],[[78,-1,[70,[79]]],[[10,[[5,[[70,[79]],4]],46]]],26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]],-12]],-13,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11],[[10,[-12,46]]],748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7]],-8]],-9,-1,-2,-3,-4,-5,-6,-7],[[10,[-8,46]]],748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10]],-11]],-12,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10],[[10,[-11,46]]],748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14]],-15]],-16,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14],[[10,[-15,46]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15]],-16]],-17,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15],[[10,[-16,46]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18]],-19]],-20,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18],[[10,[-19,46]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4]],-5]],-6,-1,-2,-3,-4],[[10,[-5,46]]],748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16]],-17]],-18,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16],[[10,[-17,46]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3]],-4]],-5,-1,-2,-3],[[10,[-4,46]]],748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17]],-18]],-19,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17],[[10,[-18,46]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9]],-10]],-11,-1,-2,-3,-4,-5,-6,-7,-8,-9],[[10,[-10,46]]],748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5]],-6]],-7,-1,-2,-3,-4,-5],[[10,[-6,46]]],748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6]],-7]],-8,-1,-2,-3,-4,-5,-6],[[10,[-7,46]]],748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2]],-3]],-4,-1,-2],[[10,[-3,46]]],748,748,749,26],[[[747,[-1,-2]],-3,-1],[[10,[-2,46]]],748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]],-13]],-14,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12],[[10,[-13,46]]],748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19]],-20]],-21,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19],[[10,[-20,46]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[2,-1]],-2],[[10,[-1,46]]],749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]],-14]],-15,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13],[[10,[-14,46]]],748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8]],-9]],-10,-1,-2,-3,-4,-5,-6,-7,-8],[[10,[-9,46]]],748,748,748,748,748,748,748,748,749,26],[[[747,[[2,[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20]],-21]],-22,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20],[[10,[-21,46]]],748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,748,749,26],[100,[[10,[148,39]]]],0,[505,35],[[[150,[-1,-2,-3]]],35,[],[],[]],[[[394,[-1,-2]]],35,[],[]],[[[442,[-1,-2]]],[[442,[-3,-2]]],[],443,[]],[[[52,[-1,4]]],[[13,[14]]],[14,140]],[[-1,-2],[[750,[-1,-2]]],140,751],[[727,-1],[[10,[727]]],140],[[716,-1],[[10,[716,752]]],140],[[738,-1],[[10,[738]]],140],[[728,-1],[[10,[728]]],140],[[729,-1],[[10,[729]]],140],[[[52,[-1,4]],753,35],[[10,[2,754]]],755],[[716,716],[[13,[716]]]],[[738,33],[[13,[738]]]],[[65,65],[[13,[65]]]],[[65,57],[[13,[65]]]],[[738,738],[[13,[738]]]],[[65,57],[[13,[65]]]],[738,[[13,[738]]]],[[738,57],[[13,[738]]]],[[65,65],[[13,[65]]]],[38,[[70,[60]]]],[505,[[70,[60]]]],[505,549],[100,148],[38,2],[505,2],[[[150,[-1,-2,-3]]],2,[],[],[]],[[[394,[-1,-2]]],2,[],[]],[[[507,[-1]]],2,140],0,[38,38],[[[756,[-1]]],[[756,[-1]]],[286,712]],[505,505],[[[132,[-1]]],[[132,[-1]]],[734,140]],[[[150,[-1,-2,-3]]],[[150,[-1,-2,-3]]],286,286,286],[[[442,[-1,-2]]],[[442,[-1,-2]]],712,443],[[[394,[-1,-2]]],[[394,[-1,-2]]],286,286],[46,46],[78,78],[757,757],[677,677],[578,578],[[[54,[-1]]],[[54,[-1]]],[]],[86,86],[66,66],[[[713,[-1]]],[[713,[-1]]],[286,712]],[58,58],[758,758],[[[726,[-1]]],[[726,[-1]]],286],[24,24],[[[52,[-1,-2]]],[[52,[-1,-2]]],140,[717,286]],[[[747,[-1,-2]]],[[747,[-1,-2]]],286,286],[79,79],[730,730],[731,731],[716,716],[738,738],[759,759],[19,19],[61,61],[62,62],[8,8],[[[6,[-1]]],[[6,[-1]]],286],[760,760],[65,65],[[[68,[-1]]],[[68,[-1]]],286],[[[132,[-1]],[132,[-1]]],2,[734,140]],[[[150,[-1,-2,-3]],[150,[-1,-2,-3]]],2,286,286,286],[[[394,[-1,-2]],[394,[-1,-2]]],2,286,286],[[[726,[-1]],[726,[-1]]],2,286],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[100,148],2],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[[52,[-1,4]],761],761,[762,140]],[[38,38],126],[[505,505],126],[[[132,[-1]],[132,[-1]]],126,[436,734,140]],[[[726,[-1]],[726,[-1]]],126,[436,140]],[[100,100],126],[[[52,[-1,-2]],[52,[-1,-2]]],126,[436,140],717],[[716,716],126],[[738,738],126],[[759,759],126],[[19,19],126],[[61,61],126],[[62,62],126],[[8,8],126],[[[6,[-1]],[6,[-1]]],126,735],[[65,65],126],[[[68,[-1]],[68,[-1]]],126,436],0,[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[727,21,21,760],21],[[728,57,57,760],57],[[729,33,33,760],33],[[727,21,21,760,760],[[10,[21,21]]]],[[728,57,57,760,760],[[10,[57,57]]]],[[729,33,33,760,760],[[10,[33,33]]]],[[727,21,21,760,760],[[10,[21,21]]]],[[728,57,57,760,760],[[10,[57,57]]]],[[729,33,33,760,760],[[10,[33,33]]]],[100,763],[[[6,[[6,[-1]]]],35],2,[723,586]],[[[6,[[6,[-1]]]],35],2,[723,586]],[[[394,[-2,-3]],-1],21,[139,715,140],[[764,[-1]],715,139],141],[[[150,[-2,-3,-4]],-1],21,[139,715,140],[[764,[-1]],715,139],[],141],[44,37],[44,16],[[[70,[60]],447,[713,[[765,[-1]]]]],[[10,[35,37]]],443],[[[70,[60]]],38],[[447,[397,[33]]],[[10,[[179,[60,4]],66]]]],[[-1,[5,[32,4]]],[[6,[[5,[3,4]]]]],[]],[[38,35],38],[[505,35],38],[[447,33,447],[[10,[2,66]]]],[[677,-1,-2],[[10,[677,758]]],87,26],[447,[[10,[[179,[60,4]],66]]]],0,[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[[52,[766,4]],767,768],[[10,[769,758]]]],[[[52,[766,4]],770,771],[[10,[772,88]]]],[[[52,[766,4]],767,768,[774,[773]]],[[10,[769,758]]]],[[[52,[766,4]],770,771,[774,[775]]],[[10,[772,88]]]],[-1,33,[]],0,[[[52,[-1,4]]],776,[762,140]],[[58,23],[[0,[653]]]],0,0,0,0,[[[74,[-1]]],-1,84],0,0,0,0,[[[52,[-1,4]]],2,140],[[[74,[-1]]],[[2,[-1,412]]],84],[[[52,[-1,4]]],[[13,[57]]],777],[[[52,[-1,4]]],[[13,[57]]],755],[[[74,[-1]]],-1,84],[447,33],0,[[],2],[-1,2,717],[[[74,[53]],[6,[[5,[3]]]]],[[10,[2,42]]]],[[],38],[[],505],[[],[[132,[-1]]],[734,140]],[[],[[150,[-1,-2,-3]]],[],[],420],[[],103],[[],[[394,[-1,-2]]],[],420],[[],[[726,[-1]]],420],[[],508],[[],[[52,[-1,4]]],420],[[],[[507,[-1]]],[420,140]],[[],727],[[],778],[[],728],[[],729],[[],65],[-1,[],[]],[35,-1,[]],[38,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[505,[[70,[60]]]],[35,-1,[]],[[[132,[-1]]],-1,[734,140]],[35,-1,[]],[[[442,[-1,-2]],447],[[779,[-1]]],712,443],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[52,[-1,-2]]],-1,140,717],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[6,[-1]]],[],735],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[-1,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[505,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[6,[-1]]],[],723],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[52,[-1,4]]],23,[14,140]],[759,23],[-1,[[10,[38]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[505]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[132,[780]]]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[132,[[70,[60]]]]]]],158],[-1,[[10,[[132,[-2]]]]],158,[734,140]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[150,[-2,-3,-4]]]]],158,[422,715,139],422,[141,420]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[394,[-2,-3]]]]],158,[422,715,139],[141,420]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[58,611]]],781,782],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[726,[-2]]]]],158,422],[-1,[[10,[24]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[100]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[52,[-2,4]]]]],158,140],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[[507,[-2]]]]],158,422],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[727]]],[368,140]],[-1,[[10,[727]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[716]]],[368,140]],[-1,[[10,[716]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[738,-1],[[10,[738]]],[368,140]],[-1,[[10,[738]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[19]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[61]]],158],[-1,[[10,[62]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[8]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[728]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[728]]],[368,140]],[-1,[[10,[729]]],[368,140]],[-1,[[10,[729]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[65]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[58,611]]],781,[[387,[100]]]],[[-1,-2],[[10,[58,611]]],781,[[387,[100]]]],[[-1,-2],[[10,[58,611]]],781,782],[[[394,[-1,-2]],[394,[-1,-2]]],[[783,[-1,-2]]],[715,139],141],[100,784],[[65,396]],[[65,57],65],[[65,57],2],[[65,65],392],[[65,65],736],[[65,392],65],[[65,736],65],[46,[[10,[-1,46]]],14],[[[52,[92,-1]]],[[10,[[52,[-2,-1]],[52,[92,-1]]]]],[717,286],[92,84,91]],[97,[[13,[-1]]],[]],[[[52,[-1,4]],90],[[13,[2]]],[762,140]],[97,[[13,[-1]]],[]],[46,[[13,[-1]]],14],[[[52,[92,-1]]],[[52,[-2,-1]]],[717,286],[92,84,91]],[[[52,[-1,-2]]],[[785,[-1,-2]]],140,[286,717]],[[[150,[-1,-2,-3]]],[[786,[-1,-2]]],[],[],[]],[[[394,[-1,-2]]],[[787,[-1]]],[],[]],[35,2],[38,2],[35,2],[35,2],[35,2],[505,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[[52,[-1,-2]]],2,140,717],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[3,2],[3,2],[3,2],[3,2],[3,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[[52,[-1,4]],761],2,[762,140]],0,[[[52,[-1,4]]],57,777],[[[52,[-1,4]]],57,755],[[[52,[-1,4]],57],[[13,[788]]],755],[[[52,[-1,4]],57],[[13,[789]]],777],[[]],[[]],[[[52,[-1,4]],790],21,[762,140]],[[[52,[-1,4]],791],21,[792,140]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],[-1,-2,[],[[370,[369]]]],0,[[100,-1],21,[[387,[100]]]],[103,596],[[[52,[-1,4]],761],2,[762,140]],[[[150,[-1,-2,-3]],-1],[[719,[-1,-2]]],[715,139],[],141],[[38,23],21],[[38,505],21],[[38,88],21],[[38,38],21],[[38,[70,[60]]],21],[[38,-1],21,140],[[38,[179,[60,4]]],21],[[[756,[-1]],[756,[-1]]],21,[]],[[505,-1],21,140],[[505,88],21],[[505,38],21],[[505,505],21],[[505,23],21],[[505,[70,[60]]],21],[[505,[179,[60,4]]],21],[[[132,[722]],100],21],[[[132,[23]],88],21],[[[132,[23]],793],21],[[[132,[[70,[60]]]],793],21],[[[132,[[70,[-2]]]],[70,[-1]]],21,[],[[604,[-1]],286]],[[[132,[100]],722],21],[[[132,[722]],148],21],[[[132,[722]],100],21],[[[132,[100]],722],21],[[[132,[100]],794],21],[[[132,[23]],23],21],[[[132,[-2]],[132,[-1]]],21,[734,140],[[604,[-1]],734,140]],[[[132,[722]],722],21],[[[132,[[70,[-2]]]],[70,[-1]]],21,[],[[604,[-1]],286]],[[[132,[793]],793],21],[[[132,[100]],100],21],[[[132,[100]],148],21],[[[132,[100]],100],21],[[[132,[23]],23],21],[[[132,[[70,[-2]]]],[179,[-1,-3]]],21,[],[[604,[-1]],286],717],[[[132,[[70,[-2]]]],[795,[-1,-3]]],21,[],[[604,[-1]],286],796],[[[132,[722]],722],21],[[[132,[722]],794],21],[[[150,[-2,-3,393]],[797,[-1,-4]]],21,[139,715],[139,715,[764,[-1]]],[],[[604,[-3]]]],[[[150,[-1,-2,-3]],[150,[-1,-2,-3]]],21,[715,139],[],141],[[[442,[-1,-2]],[442,[-1,-2]]],21,712,443],[[103,103],21],[[[394,[-2,-3]],[798,[-1]]],21,[139,715],[139,715,[764,[-1]]],141],[[[394,[-1,-2]],[394,[-1,-2]]],21,[715,139],141],[[78,78],21],[[757,757],21],[[677,677],21],[[578,578],21],[[[54,[-1]],[54,[-1]]],21,[]],[[86,86],21],[[58,58],21],[[758,758],21],[[[726,[-1]],[726,[-1]]],21,[]],[[24,24],21],[[100,100],21],[[100,[132,[100]]],21],[[100,722],21],[[100,[132,[722]]],21],[[100,722],21],[[100,[132,[722]]],21],[[100,794],21],[[100,794],21],[[100,[132,[100]]],21],[[100,722],21],[[100,148],21],[[100,148],21],[[[52,[-1,-2]],[52,[-1,-2]]],21,[],717],[[79,79],21],[[716,716],21],[[738,[741,[738]]],21],[[738,[740,[738]]],21],[[738,[739,[738]]],21],[[738,738],21],[[759,759],21],[[19,799],21],[[19,62],21],[[19,61],21],[[19,19],21],[[61,19],21],[[61,61],21],[[61,800],21],[[62,19],21],[[62,62],21],[[62,801],21],[[8,8],21],[[8,802],21],[[[6,[-1]],[6,[-2]]],21,735,735],[[760,760],21],[[65,65],21],[[65,396],21],[[65,803],21],[[[68,[-1]],[68,[-1]]],21,[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,0,[[[52,[-1,4]],804],2,[762,140]],[[[52,[-1,4]],804],21,[762,140]],[100,21],[[[52,[-1,4]],761],2,[762,140]],[58,[[805,[[0,[653]]]]]],0,[[505,-1],2,534],[[505,-1],2,534],[[505,-1],2,534],[[[150,[-1,-2,-3]],-4],2,[715,139],[],141,534],[[[150,[-1,-2,-3]],-4],2,[715,139,425],425,141,534],[[[394,[-1,-2]],-3],2,[715,139,425],141,534],[[[394,[-1,-2]],-3],2,[715,139],141,534],[[505,[70,[60]]],2],[[[150,[-1,-2,-3]],[2,[-1,-2]]],2,[715,139,425],425,141],[[[150,[-1,-2,-3]],[2,[-1,-2]]],2,[715,139],[],141],[[[394,[-1,-2]],-1],2,[715,139],141],[[[394,[-1,-2]],-1],2,[715,139,425],141],[[[150,[-1,-2,-3]],35],2,[715,139,425],425,141],[[[150,[-1,-2,-3]],35],2,[715,139],[],141],[[[394,[-1,-2]],35],2,[715,139,425],141],[[[394,[-1,-2]],35],2,[715,139],141],[100,[[13,[722]]]],[79,[[13,[[13,[806]]]]]],[[[150,[-1,-2,-3]],-4],[[807,[-1,-2,-4]]],[],[],[],808],[[[394,[-1,-2]],-3],[[809,[-1,-3]]],[],[],808],[79,[[13,[392]]]],[79,[[13,[736]]]],[760,760],0,0,[[728,57,760],57],[[729,33,760],33],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],[[728,57,760],57],[[729,33,760],33],[[728,57,760],57],[[729,33,760],33],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],[[727,760],21],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],[[728,57,760],57],[[729,33,760],33],[[727,760,760,-1],[[10,[21,21]]],808],[[728,760,760,-1],[[10,[57,57]]],808],[[729,760,760,-1],[[10,[33,33]]],808],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],0,[100,[[13,[722]]]],[100,[[13,[722]]]],[100,[[13,[722]]]],0,[-1,[[10,[2,39]]],[]],[-1,[[810,[-1]]],586],[[[52,[365,4]]],[[10,[2,51]]]],[[[52,[211,4]]],[[10,[2,51]]]],[[[52,[386,4]]],[[10,[2,39]]]],[-1,2,[]],[[[52,[-1,4]]],2,[792,140]],[[38,40],[[10,[2,41]]]],[[38,40],[[10,[2,41]]]],[[38,40],[[10,[2,41]]]],[[[811,[-1]],40],[[10,[2,41]]],[]],[[[756,[-1]],40],[[10,[2,41]]],[431,712]],[[[74,[-1]],40],[[10,[2,41]]],[84,431]],[[505,40],[[10,[2,41]]]],[[505,40],[[10,[2,41]]]],[[505,40],[[10,[2,41]]]],[[[132,[-1]],40],[[10,[2,41]]],[430,734,140]],[[[132,[-1]],40],[[10,[2,41]]],[431,734,140]],[[[150,[-1,-2,-3]],40],[[10,[2,41]]],431,431,[]],[[[442,[-1,-2]],40],[[10,[2,41]]],712,443],[[[719,[-1,-2]],40],[[10,[2,41]]],431,431],[[103,40],[[10,[2,41]]]],[[[394,[-1,-2]],40],[[10,[2,41]]],431,[]],[[46,40],[[10,[2,41]]]],[[46,40],[[10,[2,41]]]],[[78,40],[[10,[2,41]]]],[[757,40],[[10,[2,41]]]],[[677,40],[[10,[2,41]]]],[[447,40],[[10,[2,41]]]],[[578,40],[[10,[2,41]]]],[[[54,[-1]],40],[[10,[2,41]]],431],[[86,40],[[10,[2,41]]]],[[66,40],[[10,[2,41]]]],[[66,40],[[10,[2,41]]]],[[[713,[-1]],40],[[10,[2,41]]],712],[[58,40],[[10,[2,41]]]],[[758,40],[[10,[2,41]]]],[[758,40],[[10,[2,41]]]],[[[726,[-1]],40],[[10,[2,41]]],[431,140]],[[24,40],[[10,[2,41]]]],[[100,40],[[10,[2,41]]]],[[508,40],[[10,[2,41]]]],[[[52,[-1,-2]],40],[[10,[2,41]]],[430,140],717],[[[52,[-1,-2]],40],[[10,[2,41]]],140,717],[[[52,[-1,-2]],40],[[10,[2,41]]],[431,140],717],[[79,40],[[10,[2,41]]]],[[[507,[-1]],40],[[10,[2,41]]],[431,140]],[[812,40],[[10,[2,41]]]],[[727,40],[[10,[2,41]]]],[[716,40],[[10,[2,41]]]],[[67,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[738,40],[[10,[2,41]]]],[[759,40],[[10,[2,41]]]],[[759,40],[[10,[2,41]]]],[[759,40],[[10,[2,41]]]],[[19,40],[[10,[2,41]]]],[[19,40],[[10,[2,41]]]],[[61,40],[[10,[2,41]]]],[[61,40],[[10,[2,41]]]],[[62,40],[[10,[2,41]]]],[[62,40],[[10,[2,41]]]],[[8,40],[[10,[2,41]]]],[[8,40],[[10,[2,41]]]],[[[6,[-1]],40],[[10,[2,41]]],813],[[[6,[-1]],40],[[10,[2,41]]],430],[[[6,[-1]],40],[[10,[2,41]]],[814,140]],[[[6,[-1]],40],[[10,[2,41]]],431],[[760,40],[[10,[2,41]]]],[[728,40],[[10,[2,41]]]],[[729,40],[[10,[2,41]]]],[[65,40],[[10,[2,41]]]],[[[68,[-1]],40],[[10,[2,41]]],431],[[61,35],[[13,[61]]]],[[62,35],[[13,[62]]]],[[61,35],61],[[62,35],62],[505,38],[815,38],[88,38],[505,38],[[[5,[[70,[60]],4]]],38],[[[179,[60,4]]],38],[[[70,[60]]],38],[23,38],[-1,-1,[]],[816,38],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[70,[60]]],505],[23,505],[-1,-1,[]],[722,[[132,[722]]]],[-1,-1,[]],[100,[[132,[100]]]],[793,[[132,[793]]]],[817,[[132,[793]]]],[818,[[132,[[70,[60]]]]]],[819,[[132,[23]]]],[148,[[132,[100]]]],[88,[[132,[23]]]],[148,[[132,[100]]]],[820,[[132,[720]]]],[794,[[132,[722]]]],[[[179,[-1,4]]],[[132,[[70,[-1]]]]],286],[[[179,[-1,4]]],[[132,[[70,[-1]]]]],286],[820,[[132,[720]]]],[23,[[132,[23]]]],[88,[[132,[23]]]],[720,[[132,[720]]]],[821,[[132,[23]]]],[794,[[132,[722]]]],[[[70,[-1]]],[[132,[[70,[-1]]]]],286],[-1,-1,[]],[[[636,[[2,[-1,-2]]]]],[[150,[-1,-2,393]]],[715,139],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[[636,[-1]]],[[394,[-1,393]]],[715,139]],[-1,-1,[]],[66,46],[[[5,[14,4]]],46],[-1,-1,[]],[822,46],[-1,-1,[]],[[[747,[-1,-2]]],78,749,749],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[757,578],[78,578],[677,578],[823,578],[-1,-1,[]],[-1,-1,[]],[824,66],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,[[726,[-1]]],[]],[134,-1,[]],[-1,-1,[]],[-1,-1,[]],[278,24],[350,24],[-1,-1,[]],[[[52,[23,4]]],[[52,[[70,[60]],4]]]],[[[636,[-1]]],[[52,[[70,[-1]],4]]],[]],[720,[[52,[720,4]]]],[[[132,[-1]]],[[52,[-1,4]]],[734,140]],[134,-1,[]],[820,[[52,[720,4]]]],[[[179,[-1,-2]]],[[52,[[70,[-1]],-2]]],[],[717,286]],[148,[[52,[100,4]]]],[-1,[[52,[-1,4]]],[]],[-1,-1,[]],[23,[[52,[23,4]]]],[722,[[52,[722,4]]]],[88,[[52,[23,4]]]],[[[5,[-1,-2]]],[[52,[-1,-2]]],140,717],[[[70,[-1]]],[[52,[[70,[-1]],4]]],286],[100,[[52,[100,4]]]],[794,[[52,[722,4]]]],[-1,-1,[]],[57,79],[[[13,[806]]],79],[33,79],[491,79],[78,79],[[[13,[78]]],79],[806,79],[403,79],[736,79],[-1,-1,[]],[392,79],[-1,-1,[]],[-1,-1,[]],[-1,[[507,[-1]]],[]],[-1,-1,[]],[134,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[21,727],[-1,-1,[]],[-1,-1,[]],[57,716],[-1,-1,[]],[-1,-1,[]],[[[739,[738]]],738],[[[741,[738]]],738],[825,738],[-1,-1,[]],[[[741,[738]]],738],[826,738],[[[740,[738]]],738],[[[740,[738]]],738],[827,738],[[[739,[738]]],738],[134,-1,[]],[134,759],[-1,-1,[]],[[[636,[60]]],19],[[[636,[73]]],19],[828,19],[61,19],[62,19],[[[636,[60]]],19],[-1,-1,[]],[[[636,[60]]],61],[829,61],[-1,-1,[]],[57,61],[499,62],[-1,-1,[]],[[[636,[73]]],62],[[[636,[60]]],62],[-1,-1,[]],[830,8],[[[2,[-1,73]]],8,[[94,[19]]]],[831,8],[-1,-1,[]],[[[832,[-1,-2]]],[[6,[[832,[-1,-2]]]]],140,796],[[[5,[-1,-2]]],[[6,[[5,[-1,-2]]]]],140,717],[-1,-1,[]],[57,728],[-1,-1,[]],[33,729],[-1,-1,[]],[833,65],[803,65],[-1,-1,[]],[-1,[[68,[-1]]],[]],[-1,-1,[]],[134,-1,[]],[-1,-2,26,[]],[-1,759,26],[[-1,[70,[60]]],[[10,[58,834]]],781],[[-1,[70,[60]]],[[10,[58,834]]],781],[57,61],[499,62],[-1,-2,26,[]],[-1,759,26],[-1,[[10,[[150,[-2,-3,-4]]]]],835,[139,715],[],[141,420]],[-1,[[10,[[394,[-2,-3]]]]],835,[139,715],[141,420]],[[-1,-2],[[10,[58,836]]],781,[[387,[100]]]],[-1,38,534],[-1,505,534],[-1,505,534],[-1,[[132,[23]]],534],[-1,[[132,[23]]],534],[-1,[[132,[23]]],534],[-1,[[132,[[70,[-2]]]]],534,286],[-1,[[150,[-2,-3,-4]]],534,[715,139],[],[141,420]],[-1,[[394,[-2,-3]]],534,[715,139],[141,420]],[-1,[[52,[[70,[-2]],4]]],534,[]],[33,65],[33,65],[21,727],[57,728],[33,729],[[[70,[21]]],[[70,[727]]]],[[[70,[57]]],[[70,[728]]]],[[[70,[33]]],[[70,[729]]]],[33,65],[[],[[442,[-1,-2]]],712,443],[[],[[10,[35,37]]]],[[],[[68,[[13,[[10,[-1,-2]]]]]]],[],[]],[[],[[68,[[10,[-1,-2]]]]],[],[]],[-1,[[132,[-2]]],837,[734,140]],[-1,[[150,[-2,-3,-4]]],837,[715,139,84],84,[141,420,84]],[-1,[[394,[-2,-3]]],837,[715,139,84],[141,420,84]],[-1,[[52,[[70,[-2]],4]]],837,84],[21,727],[57,728],[33,729],[[],[[52,[-1,4]]],140],[[],[[52,[-1,4]]],140],[[-1,838,732],79,26],[-1,[[52,[-2,-1]]],717,140],[[[10,[759,-1]]],[[68,[[10,[-2,-3]]]]],[],[],[[839,[-1]]]],[[[10,[759,-1]]],[[68,[[13,[[10,[-2,-3]]]]]]],[],[],[[839,[-1]]]],[33,65],[392,65],[736,65],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[759,840]]],26],[[[70,[60]]],38],[23,[[10,[738]]]],[23,[[10,[19,841]]]],[23,[[10,[61,841]]]],[23,[[10,[62,841]]]],[23,[[10,[8,841]]]],[[-1,842],578,26],[172,67],0,0,0,0,0,0,0,[[[52,[-1,4]],57],13,777],[79,[[13,[[13,[78]]]]]],[[[726,[-1]],[726,[-1]]],21,[]],[[[52,[-1,-2]],[52,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],[[[811,[[843,[-1]]]]],-1,425],[[[150,[-2,-3,-4]],-1],[[13,[-3]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[394,[-2,-3]],-1],[[13,[-2]]],[139,715,140],[[764,[-1]],715,139],141],[[757,-1],79,26],[738,33],[[],[[10,[401,37]]]],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[[150,[-2,-3,-4]],-1],[[13,[[2,[-2,-3]]]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[150,[-2,-3,-4]],[636,[-1]]],[[13,[[636,[-3]]]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[150,[-2,-3,-4]],[636,[-1]]],[[13,[[636,[-3]]]]],[139,715,140],[[764,[-1]],715,139],[],141],[[53,-1],[[10,[505,88]]],26],[[[74,[53]]],[[10,[33,88]]]],[[[74,[53]]],[[10,[33,88]]]],[[[150,[-2,-3,-4]],-1],[[13,[-3]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[726,[-1]]],-1,140],[[[52,[-1,-2]]],[[13,[-1]]],140,717],[[[507,[-1]]],[[10,[-1,[844,[-1]]]]],140],[727,21],[[[6,[-1]]],-1,[586,140]],[728,57],[729,33],[[[70,[727]]],[[70,[21]]]],[[[70,[728]]],[[70,[57]]]],[[[70,[729]]],[[70,[33]]]],[[[52,[-1,-2]]],-1,140,717],[[[394,[-1,-2]],-1],-1,[715,139],141],[[[394,[-2,-3]],-1],-2,[139,715,734,140],[[764,[-1]],715,139],141],[[[394,[-2,-3]],-1,-4],-2,[139,715,140],[[764,[-1]],715,139],141,22],[[[6,[-1]]],-1,140],[578,[[10,[78,47]]]],[578,[[10,[757,47]]]],[578,[[10,[677,47]]]],[578,[[10,[578,47]]]],[-1,[[13,[57]]],[]],[53,33],[53,33],[[[6,[-1]]],-1,140],[[[52,[-1,4]],57],[[13,[845]]],755],[[[52,[-1,4]],57],[[13,[846]]],777],[[677,-1,-2],[[10,[716,758]]],26,[[94,[716]]]],[[677,-1,33],[[10,[2,758]]],26],[[[726,[-1]],[726,[-1]]],21,[]],[[[52,[-1,-2]],[52,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],0,[[[74,[53]]],[[13,[-1]]],710],[[[74,[53]],506],[[13,[[13,[-1]]]]],710],[[[74,[53]],506],[[13,[-1]]],[710,420]],[100,21],[[38,-1],2,142],[[505,-1],2,142],[[[132,[-1]],-2],2,[139,734,140],142],[[[54,[-1]],-2],2,[],142],[[758,-1],2,142],[[100,-1],2,142],[[[52,[-1,-2]],-3],2,[139,140],717,142],[[716,-1],2,142],[[738,-1],2,142],[[759,-1],2,142],[[19,-1],2,142],[[61,-1],2,142],[[62,-1],2,142],[[8,-1],2,142],[[[6,[-1]],-2],2,735,142],[[760,-1],2,142],[[65,-1],2,142],[[[68,[-1]],-2],2,139,142],0,[[[150,[-1,-2,-3]]],-3,[],[],[]],[[[394,[-1,-2]]],-2,[],[]],0,[79,[[13,[491]]]],[79,[[13,[403]]]],[103,847],[738,57],[738,57],[58,[[848,[[0,[653]]]]]],[[[394,[-1,-2]],-1],21,[],[]],[[[394,[-1,-2]],-1],21,[],[]],[[],2],[-1,2,[286,717]],[[[150,[-2,-3,-4]],-1],-3,[715,139,140],[715,139,[764,[-1]]],[],141],[[[713,[-1]],33],[[779,[-1]]],712],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[[13,[35]]],[[150,[-1,-2,-3]]],[715,139],[],[141,420]],[[[13,[35]]],[[150,[-1,-2,-3]]],[715,139],[],[141,420]],[[[13,[35]]],[[394,[-1,-2]]],[715,139],[141,420]],[[[13,[35]]],[[394,[-1,-2]]],[715,139],[141,420]],0,0,0,0,0,0,[[[150,[-1,-2,-3]],-1,-2],[[13,[-2]]],[715,139],[],141],[[[394,[-1,-2]],-1],21,[715,139],141],[[[719,[-1,-2]],-2],[[849,[-1,-2]]],[],[]],[[[394,[-1,-2]],[394,[-1,-2]]],[[850,[-1,-2]]],[715,139],141],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],26],[[759,-1],[],26],[38,38],[[[132,[[70,[60]]]]],38],[[[132,[722]]],[[10,[[132,[720]],721]]]],[[[132,[720]]],[[10,[[132,[720]],721]]]],[[[132,[23]]],[[10,[[132,[720]],721]]]],[100,[[10,[[132,[720]],721]]]],[[-1,-2],[],[],26],[[759,-1],[],26],[[[132,[23]]],[[851,[-1]]],852],[[[150,[-2,-3,-4]]],[],852,[[853,[-1]],715,139],[[853,[-1]]],141],[[[394,[-2,-3]]],[],852,[[853,[-1]],715,139],141],[[[52,[854,4]]],[[13,[[5,[22,4]]]]]],[-1,[],[]],[-1,[],[]],[-1,[],[]],[[[726,[-1]]],-1,[]],[[[52,[-1,-2]]],[[13,[-1]]],[],717],[[[507,[-1]]],[[10,[-1,[844,[-1]]]]],140],[727,21],[[[6,[-1]]],-1,735],[728,57],[729,33],[[[6,[-1]]],-1,735],[38],[38],[505],[505],[[[150,[-1,-2,-3]]],[[855,[-1,-2]]],[],[],[]],[[[150,[-1,-2,-3]]],[[856,[-1,-2]]],[],[],[]],[[[150,[-1,-2,-3]]],[[857,[-1,-2]]],[],[],[]],[[[394,[-1,-2]]],[[858,[-1]]],[],[]],[[[394,[-1,-2]]],[[859,[-1]]],[],[]],[100,860],[[[150,[-1,-2,-3]]],[[861,[-1,-2]]],[],[],[]],[[[54,[-1]],-2],[[74,[-1]]],[92,84],26],[[[132,[-1]]],[],[734,140]],[[[150,[-1,-2,-3]]],[],[139,715,91],91,141],[[[150,[-1,-2,-3]]],[],[139,715,91],84,141],[[[150,[-1,-2,-3]]],[],[139,715,84],84,141],[[[394,[-1,-2]]],[],[139,715,91],141],[[[394,[-1,-2]]],[],[139,715,84],141],[[[5,[100,4]]],148],[[[52,[-1,4]]],[],140],[[[52,[-1,-2]]],[],140,717],[[[6,[-1]]],3,3],[[[6,[[5,[3,4]]]]],3],[[[6,[[5,[3,4]]]]],3],[[[6,[3]]],3],[[[6,[[5,[-1,4]]]]],3,3],[[[6,[-1]]],[[6,[-1]]],140],[8,[[10,[862,863]]]],[[[150,[-1,-2,-3]]],[[864,[-1,-2]]],[],[],[]],[-1,172,[]],[[[132,[23]],-1],[[10,[-2,721]]],22,[]],[[[132,[722]],-1],[[10,[-2,721]]],22,[]],[[[132,[720]],-1],[[10,[-2,721]]],22,[]],[[100,-1],[[10,[-2,721]]],22,[]],0,[8,19],[46,21],[[],21],[[],21],[[],21],[100,21],[19,21],[61,21],[62,21],[[[132,[-1]]],21,[734,140]],[61,21],[100,21],[[[394,[-1,-2]],[394,[-1,-2]]],21,[715,139],141],[19,21],[61,21],[62,21],[38,21],[505,21],[[[150,[-1,-2,-3]]],21,[],[],[]],[[[394,[-1,-2]]],21,[],[]],[[[713,[-1]]],21,712],[[[6,[-1]]],21,[586,723]],[100,21],[[[52,[854,4]]],21],[[[442,[-1,-2]],-3],21,712,443,87],[[78,-1],21,87],[[757,-1],21,87],[[677,-1],21,87],[[578,-1],21,87],[[79,-1],21,87],[[[52,[-1,4]],57],21,755],[[[52,[-1,4]],57],21,777],[19,21],[61,21],[62,21],[19,21],[8,21],[19,21],[8,21],[61,21],[19,21],[61,21],[62,21],[19,21],[61,21],[62,21],[[[442,[-1,-2]]],21,[],443],[-1,21,[]],[[[132,[-1]]],21,[734,140]],[[[68,[-1]]],21,[]],[[[507,[-1]]],21,140],[738,21],[61,21],[-1,21,[]],[[[52,[386,4]]],21],[[[68,[-1]]],21,[]],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[[],21],[100,21],[61,21],[61,21],[[[394,[-1,-2]],[394,[-1,-2]]],21,[715,139],141],[[[52,[-1,4]],865,865],21,755],[[[394,[-1,-2]],[394,[-1,-2]]],21,[715,139],141],[100,21],[[[6,[-1]]],21,[723,586]],[[[6,[-1]]],21,[723,586]],[62,21],[62,21],[62,21],[38,21],[62,21],[19,21],[61,21],[62,21],[[[394,[-1,-2]],-1],21,[139,715],141],[-1,21,[]],[[[52,[386,4]]],21],[[[6,[-1]]],21,[723,586]],[65,21],[[[150,[-1,-2,-3]]],[[857,[-1,-2]]],[],[],[]],[[[394,[-1,-2]]],[[858,[-1]]],[],[]],[[[713,[-1]]],[[866,[-1]]],712],[100,860],[[[150,[-1,-2,-3]]],[[856,[-1,-2]]],[],[],[]],[[100,-1],148,[[387,[100]]]],0,[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[434,435],[[[719,[-1,-2]]],-1,[],[]],[[[150,[-1,-2,-3]]],[[867,[-1,-2]]],[],[],[]],[-1,33,[]],[-1,33,[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[[726,[-1]],[726,[-1]]],21,[]],[[[52,[-1,-2]],[52,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],[738,57],0,[38,35],[505,35],[[[150,[-1,-2,-3]]],35,[],[],[]],[[[394,[-1,-2]]],35,[],[]],[[[713,[-1]]],33,712],0,0,0,0,[[-1,612],[[6,[[5,[3,4]]]]],[]],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[-1,612],[[6,[[5,[3,4]]]]],[]],[[727,760],21],[[-1,612],[[6,[[5,[3,4]]]]],[]],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[728,760],57],[[729,760],33],[727],[728],[729],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[[507,[-1]]],[[10,[[421,[-1]],[844,[[421,[-1]]]]]]],140],[[[52,[-1,4]],868],2,[792,140]],[[[726,[-1]],[726,[-1]]],21,[]],[[[52,[-1,-2]],[52,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],[[[52,[-1,-2]]],-1,286,[717,286]],[[[68,[-1]],-2],[[68,[-3]]],[],22,[]],[[[68,[[13,[[10,[-1,-2]]]]]],-3],[[68,[[13,[[10,[-1,-4]]]]]]],[],[],22,[]],[[[68,[[10,[-1,-2]]]],-3],[[68,[[10,[-1,-4]]]]],[],[],22,[]],[[[68,[[13,[[10,[-1,-2]]]]]],-3],[[68,[[13,[[10,[-4,-2]]]]]]],[],[],22,[]],[[[68,[[10,[-1,-2]]]],-3],[[68,[[10,[-4,-2]]]]],[],[],22,[]],[[[6,[-1]],-2],[[6,[-3]]],140,22,140],[[[6,[-1]],-2],[[6,[-3]]],140,22,140],0,0,[[[52,[-1,4]]],[[13,[869]]],[762,140]],[[],716],[[[74,[53]]],[[10,[[10,[[74,[53]],37]],42]]]],[[[52,[-1,4]],57],[[13,[870]]],755],[[[52,[-1,4]],57],[[13,[871]]],777],[[[52,[766,4]],767],768],[46,88],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[100,[[10,[872,39]]]],[[-1,100],[[10,[143,28]]],[]],[[759,873],[[874,[759]]]],[[[6,[-1]],873],[[874,[[6,[-1]]]]],[814,140]],[[-1,100],[[10,[143,28]]],[]],[[738,738],738],[86,58],0,0,[[65,57],65],[[65,57],2],[[65,392],65],[[65,736],65],[62,[[13,[875]]]],[58,[[13,[23]]]],0,[[]],[[]],[[]],0,[[[132,[23]],88],21],[[[132,[[70,[-2]]]],[70,[-1]]],21,[],[[604,[-1]],286]],[[[132,[[70,[-2]]]],[70,[-1]]],21,[],[[604,[-1]],286]],[[[132,[23]],23],21],[[[132,[[70,[-2]]]],[795,[-1,-3]]],21,[],[[604,[-1]],286],796],[[[132,[[70,[-2]]]],[179,[-1,-3]]],21,[],[[604,[-1]],286],717],[[[132,[23]],23],21],[[[52,[-1,-2]],[52,[-1,-2]]],21,[],717],[[[6,[-1]],[6,[-2]]],21,735,735],[[],38],[[],505],[[],[[150,[-1,-2,393]]],[],[]],[[],[[442,[-1,-2]]],[],443],[-1,103,[[94,[596]]]],[[],[[394,[-1,393]]],[]],[-1,46,[[94,[88]]]],[[-1,-2,-3],78,26,[[94,[876]]],[570,84,91]],[[-1,79],757,26],[[-1,767],[[10,[677,758]]],26],[[-1,-2],[[54,[-2]]],26,[92,84]],[[-1,58,56],[[10,[86,50]]],26],[[447,33,33],[[10,[[713,[-1]],66]]],712],[[-1,-2],[[10,[58,834]]],781,[[387,[[70,[60]]]]]],[-1,[[726,[-1]]],[]],[-1,100,[[387,[722]],140]],[[],508],[-1,[[52,[-1,4]]],[]],[-1,[[507,[-1]]],[]],[21,727],[33,[[13,[738]]]],[[60,60,60,60],61],[[73,73,73,73,73,73,73,73],62],[[19,73],8],[-1,[[6,[-1]]],735],[57,728],[33,729],[[33,57],65],[[-1,58,[70,[578]]],[[10,[86,50]]],26],[-1,[[52,[-2,4]]],22,[]],[[-1,769],677,26],[[822,[179,[877,4]],[13,[878]]],46],[[-1,-2],[[52,[-1,-2]]],[],717],[[-1,79],757,26],[-1,144,[]],[-1,144,[]],[-1,144,[]],[-1,144,[]],[[[52,[-1,4]],879],761,[762,140]],[[-1,-4],78,26,749,749,[[881,[2,-2,-3,880]],84,91]],[[-1,[54,[-2]],-5],78,26,84,749,749,[[881,[-2,-3,-4,882]],84,91]],[33,738],[-1,[[6,[-1]]],735],[[],[[52,[[72,[-1]],4]]],[]],[-1,[[52,[[72,[-2]],-1]]],717,[]],[35,[[52,[[70,[[72,[-1]]]],4]]],[]],[[35,-1],[[52,[[70,[[72,[-2]]]],-1]]],717,[]],[[-1,[54,[-2]],-3,-4],78,26,84,[[94,[876]]],[570,84,91]],[[],[[52,[[72,[-1]],4]]],[]],[-1,[[52,[[72,[-2]],-1]]],717,[]],[35,[[52,[[70,[[72,[-1]]]],4]]],[]],[[35,-1],[[52,[[70,[[72,[-2]]]],-1]]],717,[]],[508,2],[508,2],[[],[[442,[-1,-2]]],[],443],[[],79],[-1,439,[]],[[[74,[-1]]],439,[]],[103,439],[-1,439,[]],[61,[[636,[60]]]],[62,[[636,[60]]]],0,0,[[[442,[-1,-2]]],[],[],443],[[[713,[-1]]],33,712],0,0,[[]],[[]],[[]],[[[719,[-1,-2]]],-2,[],420],[[[719,[-1,-2]],-2],-2,[],[]],[[[719,[-1,-2]],-3],-2,[],[],22],[[[719,[-1,-2]],-3],-2,[],[],22],[[[150,[-1,-2,-3]]],[],[139,715,84],84,141],[[[394,[-1,-2]]],[],[139,715,84],141],[[[150,[-1,-2,-3]],-4],2,[425,715,139,84,91],[425,84,91],[141,84],837],[[[150,[-1,-2,-3]],-4],2,[715,139,84],84,[141,84],837],[[[394,[-1,-2]],-3],2,[715,139,84],[141,84],837],[[[394,[-1,-2]],-3],2,[425,715,139,84,91],[141,84],837],[-1,[],[]],[-1,[],[]],[-1,[],[]],[[78,-1],35,87],[100,[[13,[100]]]],[[[70,[60]]],[[10,[19,841]]]],[[[70,[60]]],[[10,[61,841]]]],[[[70,[60]]],[[10,[62,841]]]],[[[70,[60]]],[[10,[8,841]]]],[[38,-1],[[13,[126]]],140],[[38,[179,[60,4]]],[[13,[126]]]],[[38,88],[[13,[126]]]],[[38,23],[[13,[126]]]],[[38,[70,[60]]],[[13,[126]]]],[[38,38],[[13,[126]]]],[[505,-1],[[13,[126]]],140],[[505,[70,[60]]],[[13,[126]]]],[[505,23],[[13,[126]]]],[[505,[179,[60,4]]],[[13,[126]]]],[[505,505],[[13,[126]]]],[[505,88],[[13,[126]]]],[[[132,[100]],794],[[13,[126]]]],[[[132,[722]],100],[[13,[126]]]],[[[132,[100]],148],[[13,[126]]]],[[[132,[722]],148],[[13,[126]]]],[[[132,[100]],100],[[13,[126]]]],[[[132,[100]],722],[[13,[126]]]],[[[132,[100]],100],[[13,[126]]]],[[[132,[-1]],[132,[-1]]],[[13,[126]]],[]],[[[132,[722]],100],[[13,[126]]]],[[[132,[722]],722],[[13,[126]]]],[[[132,[722]],722],[[13,[126]]]],[[[132,[100]],722],[[13,[126]]]],[[[132,[722]],794],[[13,[126]]]],[[[726,[-1]],[726,[-1]]],[[13,[126]]],[]],[[100,794],[[13,[126]]]],[[100,[132,[100]]],[[13,[126]]]],[[100,148],[[13,[126]]]],[[100,[132,[100]]],[[13,[126]]]],[[100,[132,[722]]],[[13,[126]]]],[[100,722],[[13,[126]]]],[[100,722],[[13,[126]]]],[[100,[132,[722]]],[[13,[126]]]],[[100,794],[[13,[126]]]],[[100,148],[[13,[126]]]],[[100,100],[[13,[126]]]],[[100,722],[[13,[126]]]],[[[52,[-1,-2]],[52,[-1,-2]]],[[13,[126]]],[],717],[[716,716],[[13,[126]]]],[[738,738],[[13,[126]]]],[[759,759],[[13,[126]]]],[[19,61],[[13,[126]]]],[[19,19],[[13,[126]]]],[[19,799],[[13,[126]]]],[[19,62],[[13,[126]]]],[[61,61],[[13,[126]]]],[[61,800],[[13,[126]]]],[[61,19],[[13,[126]]]],[[62,19],[[13,[126]]]],[[62,801],[[13,[126]]]],[[62,62],[[13,[126]]]],[[8,802],[[13,[126]]]],[[8,8],[[13,[126]]]],[[[6,[-1]],[6,[-2]]],[[13,[126]]],735,735],[[65,396],[[13,[126]]]],[[65,65],[[13,[126]]]],[[[68,[-1]],[68,[-1]]],[[13,[126]]],[]],0,[-1,[[6,[[52,[-1,4]]]]],[]],[[-1,-2],[[6,[[52,[-1,-2]]]]],[],717],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[[6,[[883,[-1,-2]]]],67],68,[],[3,84,91]],[[[6,[778]],67],68],[[[6,[[6,[-1]]]],67],68,723],[[[6,[[6,[-1]]]],67],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[33,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[13,[10]]]]],[586,723]],[[[6,[[6,[-1]]]],67],[[68,[[10,[[70,[60]],39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[[70,[60]],39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[13]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[13]]],723],[[[6,[[6,[-1]]]],67,69],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[-1]],67],[[68,[[10,[35,39]]]]],[]],[[[6,[[6,[-1]]]],67,[70,[884]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2]]]]],[723,586]],[[[6,[[6,[-1]]]],67,80],[[68,[[10,[33,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[2,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67],[[68,[[10,[[13,[[620,[885]]]]]]]]],[586,723]],[[[6,[[6,[-1]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[-1]],67],[[68,[[10,[35,39]]]]],[]],[[[6,[[6,[-1]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]],[723,586]],[[[6,[[6,[-1]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]],[723,586]],[8,73],0,[[[52,[-1,4]],886],2,[14,140]],0,0,0,[[[52,[-1,-2]],[52,[-1,-2]]],21,140,717],[[505,-1],2,887],[[505,60,35],2],[[505,[70,[60]]],2],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[[150,[-1,-2,-3]]],[[888,[-1,-2,-3]]],[],[],141],[[[150,[-1,-2,-3]]],[[889,[-1,-2,-3]]],[],[],141],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[[442,[-1,-2]],447],[[10,[-1,66]]],712,443],[[447,33,[70,[60]]],[[10,[2,66]]]],[[[713,[-1]],33],[[10,[-1,66]]],712],[[[52,[190,4]]],[[10,[[13,[367]],51]]]],[[[52,[211,4]]],[[10,[[13,[367]],51]]]],[[[52,[386,4]],[70,[60]]],[[10,[35,39]]]],[[-1,890],[[10,[2,39]]],[]],[[[52,[386,4]],890],[[10,[2,39]]]],[[-1,890],[[10,[2,39]]],[]],[[-1,447,[713,[[765,[-2]]]]],[[10,[35,37]]],751,443],[[-1,100],[[10,[147,28]]],[]],[[-1,100],[[10,[147,28]]],[]],[100,[[10,[891,39]]]],[[-1,100],[[10,[147,28]]],[]],[[-1,100],[[10,[147,28]]],[]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[100,[[10,[148,39]]]],[[[713,[-1]],[70,[-1]]],[[10,[2,66]]],712],[[[713,[-1]],[70,[[72,[-1]]]]],[[10,[[70,[-1]],66]]],712],[[[713,[-1]]],[[10,[505,66]]],712],[[-1,[179,[60,4]]],[[10,[35,39]]],[]],[[[52,[386,4]],[179,[60,4]]],[[10,[35,39]]]],[[[713,[-1]],[70,[[72,[60]]]]],[[10,[35,66]]],712],[[-1,88],[[10,[35,39]]],[]],[[[52,[386,4]],88],[[10,[35,39]]]],[[[713,[-1]]],[[10,[[179,[-1,4]],66]]],712],[[447,33],[[10,[60,66]]]],[[447,33,[70,[[72,[60]]]]],[[10,[[70,[60]],66]]]],[[[442,[-1,-2]],447,-3],[[10,[[179,[-1,4]],66]]],712,443,808],[[[442,[60,-1]],447],[[10,[88,66]]],443],[[[442,[60,-1]],447],[[10,[88,66]]],443],[[-1,[70,[884]]],[[10,[35,39]]],[]],[[[52,[386,4]],[70,[884]]],[[10,[35,39]]]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[148,28]]],[]],[[[52,[-1,4]],761,892],2,[762,140]],[[738,893,894],2],[[[52,[-1,4]],761,761],2,[762,140]],[[[52,[-1,4]],790],895,[762,140]],[38,35],[505,35],[505,35],[[[150,[-2,-3,-4]],-1],[[13,[-3]]],[139,715,140],[[764,[-1]],715,139],[],141],[[[394,[-2,-3]],-1],21,[139,715,140],[[764,[-1]],715,139],141],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[[150,[-2,-3,-4]],-1],[[13,[[2,[-2,-3]]]]],[139,715,140],[[764,[-1]],715,139],[],141],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[[811,[[843,[-1]]]],-1],-1,[]],[[[811,[[726,[-1]]]],-1],-1,[]],[[[394,[-1,-2]],-1],[[13,[-1]]],[715,139],141],[[[726,[-1]],-1],-1,[]],[[[726,[-1]],-2],-1,[],22],[759,896],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[505,35],2],[[[150,[-1,-2,-3]],35],2,[715,139],[],141],[[[394,[-1,-2]],35],2,[715,139],141],[[677,-1],[[10,[2,758]]],26],[[505,35,60],2],[[[150,[-1,-2,-3]],35],2,[423,139,715],423,[]],[[[394,[-1,-2]],35],2,[423,139,715],[]],[[[52,[-1,4]],35],2,[897,140]],[[727,35],2],[[716,35],2],[[738,35],2],[[19,35],2],[[61,35],2],[[62,35],2],[[8,35],2],[[728,35],2],[[729,35],2],[[65,35],2],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[-1,35],2,[]],[[78,-1],35,87],[[[6,[[6,[-2]]]],-1],898,[],[[899,[-1]],140]],[[[6,[[6,[[5,[-2,-3]]]]]],-1],898,[],[[899,[-1]],140],717],[[[150,[-1,-2,-3]],-4],2,[],[],[],808],[[[394,[-1,-2]],-3],2,[],[],808],[[[74,[53]],38,38,38,-1],37,75],[-1,[[900,[-1]]],586],[-1,[[10,[2,39]]],[]],[[[74,[53]],[13,[38]],38,38,76],37],[[[74,[53]],695],[[10,[2,16]]]],0,[[[52,[854,4]]],2],[[103,103],21],[[738,33],738],[[61,57],61],[[62,499],62],[[65,65],65],[[738,738],738],[[65,57],65],[[738,57],738],[[61,61],57],[[61,57],61],[[62,62],499],[[62,499],62],[[65,65],65],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],[[132,[23]]]],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],[[],88],0,[[-1,80],[[10,[33,39]]],[]],[[-1,80],[[900,[-1]]],586],[[[52,[386,4]],80],[[10,[33,39]]]],[62,[[636,[73]]]],[[38,-1],10,161],[[505,-1],10,161],[[[132,[[70,[60]]]],-1],10,161],[[[132,[780]],-1],10,161],[[[132,[-1]],-2],10,[75,734,140],161],[[[150,[-2,-3,-4]],-1],10,[389,388,140],[[445,[-1]],139,715],[[445,[-1]]],[]],[[[150,[-1,-2,-3]],-4],10,75,75,[],161],[[[394,[-2,-3]],-1],10,[388,389,140],[[445,[-1]],139,715],[]],[[[394,[-1,-2]],-3],10,75,[],161],[58,[[10,[38,610]]]],[[[726,[-1]],-2],10,[75,140],161],[[24,-1],10,161],[[100,-1],10,161],[[[52,[-2,4]],-1],10,[389,901,140],[[902,[-1]],140]],[[[52,[-1,4]],-2],10,[75,140],161],[[[507,[-1]],-2],10,[75,140],161],[[727,-1],10,161],[[727,-1],10,[368,140]],[[716,-1],10,[368,140]],[[716,-1],10,161],[[738,-1],10,[368,140]],[[738,-1],10,161],[[19,-1],10,[368,140]],[[19,-1],10,161],[[61,-1],10,161],[[61,-1],10,[368,140]],[[62,-1],10,[368,140]],[[62,-1],10,161],[[8,-1],10,[368,140]],[[8,-1],10,161],[[728,-1],10,[368,140]],[[728,-1],10,161],[[729,-1],10,161],[[729,-1],10,[368,140]],[[65,-1],10,[368,140]],[[65,-1],10,161],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[-1,-2],[[10,[2]]],[],[]],[[58,-1],[[10,[2,610]]],[[387,[100]]]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[-1,-2],[[10,[35]]],[],[]],[[[811,[[843,[-1]]]],-1],2,[]],[[[811,[[726,[-1]]]],-1],2,[]],[[757,-1,79],[[10,[2,46]]],26],[[[6,[-1]]],2,723],[[8,19],2],[[-1,33],[[10,[2,28]]],[]],[[505,35],2],[[53,-1,38],[[10,[2,88]]],26],[[53,-1,33],[[10,[2,88]]],26],[[58,23],21],[[8,73],2],[[-1,[13,[33]],[13,[33]]],[[10,[2,28]]],[]],[[103,[13,[[5,[570,4]]]]],2],[[677,-1,-2],[[10,[677,758]]],87,26],[[[150,[-1,-2,-3]],35],2,[715,139],[],141],[[[394,[-1,-2]],35],2,[715,139],141],[[[150,[-1,-2,-3]]],2,[715,139],[],141],[[[394,[-1,-2]]],2,[715,139],141],[-1,[[903,[-1]]],586],[-1,33,[]],[[],57],[447,716],[[],57],[[[6,[-1]]],[[2,[35,[13,[35]]]]],723],[[[6,[-1]]],904,[586,723]],[[[6,[-1]]],[[2,[35,[13,[35]]]]],[723,586]],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[38,-1],38,[[905,[35]]]],[[[442,[-1,-2]],447],[[10,[[713,[-1]],66]]],712,443],[[38,[70,[60]]],38],[46,[[13,[14]]]],[[[52,[-1,4]]],[[13,[14]]],[14,140]],[505,[[70,[[72,[60]]]]]],[[-1,-2],[[10,[-3,51]]],[],[3,84],84],[[-1,-2],[[10,[-3,51]]],[],[3,84],84],[[-1,-2],[[10,[-3,51]]],[],[3,84],84],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[[52,[-1,4]],[906,[2]]],[[10,[2,907]]],[908,140]],[[[52,[-1,4]],[909,[2]]],[[10,[2,907]]],[910,140]],[[-1,58,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,58,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,58,[5,[22,4]]],[[10,[2,49]]],[]],[505,505],[[[52,[211,4]]],[[2,[[5,[365,4]],[5,[190,4]]]]]],[[38,35],38],[[505,35],505],[[38,35],38],[[505,35],505],0,0,0,0,0,0,0,0,0,[[[6,[[6,[-1]]]],80],[[10,[2,39]]],[723,586]],[[[6,[[6,[-1]]]],-2],[[10,[2]]],[723,586],[]],[[100,-1],21,[[387,[100]]]],[-1,[[6,[-1]]],140],[-1,[[6,[-1]]],140],[[[52,[-1,4]]],[[10,[2,907]]],[910,140]],[[[52,[-1,4]]],[[10,[2,907]]],[908,140]],0,[[[74,[53]],[70,[60]]],[[911,[[10,[2,37]]]]]],0,0,[[61,61],[[13,[35]]]],[[62,62],[[13,[35]]]],[[727,21,760],2],[[728,57,760],2],[[729,33,760],2],0,[-1,[[10,[33,39]]],[]],[-1,[[900,[-1]]],586],[-1,[[10,[33,39]]],[]],[[100,-1],[[10,[100,912]]],[[387,[100]]]],[[[52,[-1,-2]]],35,140,717],[[[394,[-1,-2]],[394,[-1,-2]]],[[394,[-1,-2]]],[715,139,286],[141,420]],[[716,-1],716,[[94,[716]]]],[[65,65],65],[[65,396]],[[65,396],2],[[65,65],2],[[[442,[-1,-2]]],[[10,[[442,[-1,-2]],66]]],[],443],[[[52,[-1,4]],57],[[13,[913]]],755],[65,57],[65,57],[65,57],[[[713,[-1]],[397,[33]]],[[713,[-1]]],712],[760,760],[-1,65,653],[-1,65,653],[[[726,[-1]],[726,[-1]]],2,[]],[[727,21,760],21],[[728,57,760],57],[[729,33,760],33],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[100,[[10,[872,39]]]],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[[[394,[-1,-2]],[394,[-1,-2]]],[[914,[-1,-2]]],[715,139],141],[[[52,[-1,4]],57],[[13,[915]]],777],[[[52,[-1,4]],57],[[13,[916]]],755],[[[52,[766,4]],770],771],0,[[[52,[-1,4]],57],13,777],[[[52,[-1,4]],57],[[13,[917]]],755],[[[811,[[843,[-1]]]]],-1,420],[[[811,[[726,[-1]]]]],-1,420],[[[394,[-2,-3]],-1],[[13,[-2]]],[139,715,140],[[764,[-1]],715,139],141],[[-1,33],[[918,[-1]]],140],[[[726,[-1]]],-1,420],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,680],[[10,[2,49]]],[]],[[-1,680],[[10,[2,49]]],[]],[[-1,680],[[10,[2,49]]],[]],[-1,[[10,[35,49]]],[]],[-1,[[10,[35,49]]],[]],[-1,[[10,[35,49]]],[]],[61,57],[62,499],[19,19],[62,19],[62,[[13,[61]]]],[62,[[13,[61]]]],[61,62],[61,62],[[[132,[-1]]],[],[734,140]],[[[442,[-1,-2]]],[],712,443],[35,[[10,[37]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[100,148],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[100,148],[100,[[10,[919,920]]]],[[[52,[-1,4]]],[[10,[919,920]]],[921,140]],[8],[8,[[10,[[922,[8]],39]]]],[100,[[13,[23]]]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[79,88],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[[[132,[23]]],[[132,[23]]]],[[[132,[722]]],[[132,[23]]]],[[[132,[720]]],[[132,[23]]]],[100,[[132,[23]]]],[100,[[132,[23]]]],[46,[[13,[878]]]],[578,842],[[[52,[-1,4]],753],753,755],[46,[[70,[877]]]],0,[738,57],[-1,-2,[],[]],[[38,35],2],[[505,35],2],[[[726,[-1]]],[[10,[[742,[-1]],923]]],140],[[[726,[-1]]],[[10,[[743,[-1]],924]]],140],[[[726,[-1]]],[[10,[-1,923]]],140],[[677,-1],[[10,[769,758]]],87],[[[52,[-1,4]],761],21,[762,140]],[100,[[10,[21,39]]]],[110,[[10,[38]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[[52,[[70,[-1]],-2]]],[[10,[[52,[[636,[-1]],-2]]]]],[],[717,286]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[746,[[10,[716]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[925,[[10,[738]]]],[926,[[10,[738]]]],[398,[[10,[738]]]],[927,[[10,[738]]]],[-1,[[10,[-2]]],[],[]],[928,[[10,[738]]]],[929,[[10,[738]]]],[33,[[10,[738]]]],[930,[[10,[738]]]],[931,[[10,[738]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[396,[[10,[65,932]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[392,[[10,[65,933]]]],[736,[[10,[65,933]]]],[[[150,[-1,-2,-3]],-1,-2],[[10,[-2,[934,[-1,-2]]]]],[715,139],[],141],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[[507,[-1]]],[[10,[[421,[-1]],[935,[[421,[-1]]]]]]],140],[-1,[[10,[[52,[-1,4]],936]]],[]],[[-1,-2],[[10,[[52,[-1,-2]],936]]],[],717],[[],[[10,[[52,[[72,[-1]],4]],936]]],[]],[-1,[[10,[[52,[[72,[-2]],-1]],936]]],717,[]],[[],[[10,[[52,[[72,[-1]],4]],936]]],[]],[-1,[[10,[[52,[[72,[-2]],-1]],936]]],717,[]],[-1,[[10,[[6,[[52,[-1,4]]]],936]]],[]],[[-1,-2],[[10,[[6,[[52,[-1,-2]]]],936]]],[],717],[[[6,[-1]],67],68,[]],[[[6,[-1]],67],68,[]],[[[6,[-1]],67],[[68,[[13,[10]]]]],[]],[[[150,[-1,-2,-3]],35],[[10,[2,937]]],[715,139],[],141],[[[394,[-1,-2]],35],[[10,[2,937]]],[715,139],141],[[[52,[-1,-2]]],[[10,[-1,[52,[-1,-2]]]]],[],717],[[[811,[-1]],-2],[[10,[-3,938]]],[],22,[]],[[78,-1],876,87],[[757,-1],939,87],[[677,-1],767,87],[[578,-1],940,87],[79,838],0,0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[52,[-1,4]],57],[[13,[941]]],755],[[[52,[-1,4]],57],13,777],[[[52,[-1,4]],57],[[13,[917]]],755],[[78,-1],[[10,[[747,[-2,-3]],46]]],87,749,749],0,0,0,[[738,33],738],[[738,738],738],[[[726,[-1]]],-1,140],[[[394,[-1,-2]],[394,[-1,-2]]],[[942,[-1,-2]]],[715,139],141],0,[-1,[[10,[2,28]]],[]],[[[421,[-1]]],2,140],[[505,505],2],[[[74,[53]],-1],[[10,[37,42]]],[22,84,91]],[79,[[13,[806]]]],[79,392],[79,736],[79,[[13,[78]]]],[79,491],[79,403],[[[52,[-1,-2]]],-1,286,[717,286]],[79,499],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[[[5,[14,4]]],46],0,0,0,0,0,0,[79,[[13,[499]]]],[[-1,[70,[60]]],[[10,[2,834]]],781],0,[[[150,[-1,-2,-3]]],[[943,[-1,-2]]],[],[],[]],[[[150,[-1,-2,-3]]],[[944,[-1,-2]]],[],[],[]],[[677,-1],447,[87,140]],[[[394,[-1,-2]],-1],21,[139,715],141],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[508,[421,[-1]]],[[10,[[421,[-1]],[844,[[421,[-1]]]]]]],[]],[[508,[421,[-1]],65],[[10,[[2,[[421,[-1]],945]],[844,[[2,[[421,[-1]],945]]]]]]],[]],[[508,[421,[-1]],57],[[10,[[2,[[421,[-1]],21]],[844,[[2,[[421,[-1]],21]]]]]]],[]],[[508,[421,[-1]],65,-2],[[10,[[2,[[421,[-1]],945]],[844,[[2,[[421,[-1]],945]]]]]]],[],808],[[508,[421,[-1]],-2],[[10,[[421,[-1]],[844,[[421,[-1]]]]]]],[],808],[[[52,[-1,4]]],2,[946,140]],[67,172],0,0,0,0,[[],[[70,[838]]]],[[],[[70,[838]]]],[[[52,[-1,-2]]],35,140,717],0,[[[811,[-1]],-2],-3,[],22,[]],[[[811,[[726,[-1]]]],-2],-3,[],22,[]],[[[811,[[726,[-1]]]],-2],-3,[],22,[]],[35,505],[35,[[150,[-1,-2,393]]],[],[]],[35,[[394,[-1,393]]],[]],[[35,-1],[[150,[-2,-3,-1]]],[],[],[]],[[35,-1],[[394,[-2,-1]]],[],[]],[[100,-1],148,[[387,[722]]]],[[100,-1],148,[[387,[722]]]],[-1,[[150,[-2,-3,-1]]],[],[],[]],[-1,[[394,[-2,-1]]],[],[]],0,[[-1,[70,[60]]],[[10,[35,39]]],[]],[[[442,[-1,-2]],447,-1],[[10,[2,66]]],712,443],[[447,33,[70,[60]]],[[10,[2,66]]]],[[[713,[-1]],33,-1],[[10,[2,66]]],712],[[-1,[70,[60]]],[[947,[-1]]],586],[[[52,[211,4]],185],[[10,[374,51]]]],[[-1,[70,[60]]],2,[]],[[[52,[365,4]],185],[[10,[374,51]]]],[[[52,[386,4]],[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],[[948,[-1]]],586],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[-1,-2],[[949,[-1,-2]]],[140,586],887],[[-1,[70,[71]]],[[10,[2,39]]],[]],[[-1,-2],[[950,[-1,-2]]],[140,586],887],[[447,[70,[[179,[60]]]],[442,[[442,[60,-1]],-1]],[442,[60,-1]]],37,443],[[-1,447,[713,[[441,[-2]]]]],[[10,[35,37]]],951,443],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,447,[713,[[441,[-2]]]]],[[10,[35,37]]],951,443],[732,2],[732,2],[[-1,392],[[952,[-1]]],586],[[-1,392],[[953,[-1]]],586],[[-1,736],[[954,[-1]]],586],[[-1,736],[[955,[-1]]],586],[[505,95],[[10,[2,41]]]],[[-1,95],[[10,[2,39]]],[]],[[-1,33,33],[[10,[2,39]]],[]],[[-1,956],[[957,[-1]]],586],[[-1,956],[[958,[-1]]],586],[[-1,167],[[959,[-1]]],586],[[-1,167],[[960,[-1]]],586],[[-1,491],[[961,[-1]]],586],[[-1,491],[[962,[-1]]],586],[[-1,403],[[963,[-1]]],586],[[-1,403],[[964,[-1]]],586],[[-1,965],[[966,[-1]]],586],[[[713,[-1]],[70,[-1]]],[[10,[2,66]]],712],[[505,23],[[10,[2,41]]]],[[-1,499],[[967,[-1]]],586],[[-1,499],[[968,[-1]]],586],[[-1,73],[[969,[-1]]],586],[[-1,73],[[970,[-1]]],586],[[-1,57],[[971,[-1]]],586],[[-1,57],[[972,[-1]]],586],[[-1,33],[[973,[-1]]],586],[[-1,33],[[974,[-1]]],586],[[447,33,60],[[10,[2,66]]]],[[-1,60],[[975,[-1]]],586],[[-1,[70,[71]]],[[976,[-1]]],586],[[-1,[70,[71]]],[[10,[35,39]]],[]],[[[52,[386,4]],[70,[71]]],[[10,[35,39]]]],[[[756,[-1]],[70,[[72,[60]]]]],2,712],[[[442,[-1,-2]],[70,[[72,[60]]]]],2,712,443],[35,505],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[884,35],2],[[[977,[-1]],35],2,[[387,[[70,[60]]]]]],[[890,35],890],[[71,35],2],[[[70,[884]],35],2],[[[70,[71]],35],2],[[890,[70,[60]]],2],[-1,14,[]],[-1,14,[]],[-1,14,[]],[978,724],[979,724],[980,724],[981,724],[982,724],[983,724],[890,[[70,[[72,[60]]]]]],[978,491],[979,491],[980,491],[981,491],[982,491],[983,491],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[[[984,[-1]]],[[70,[60]]],140],[[[985,[-1]]],[[70,[60]]],[951,140]],[-1,-1,140],[-1,-1,140],0,[-1,[[745,[-1]]],140],[[[984,[-1]]],35,140],[[[985,[-1]]],35,[951,140]],[986,35],[890,35],[39,[[13,[14]]]],[[-1,-2],[[750,[-1,-2]]],140,751],[[[977,[-1]]],[[70,[60]]],[[387,[[70,[60]]]]]],[986,986],[[[977,[-1]]],[[977,[-1]]],286],[987,987],[988,988],[989,989],[71,71],[80,80],[[[977,[-1]],[977,[-1]]],2,286],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[987,987],126],[[-1,-2],126,[],[]],[[-1,35],2,[]],[[[984,[-1]],35],2,[751,140]],[[979,35],2],[[[6,[[977,[-1]]]],35],2,[[387,[[70,[60]]]],586]],[[[977,[-1]],35],2,[[387,[[70,[60]]]]]],[[988,35],2],[[[750,[-1,-2]],35],2,990,990],[[[918,[-1]],35],2,990],[[-1,-2],[[10,[33,39]]],[751,140],[951,140]],[[],[[977,[-1]]],420],[[],988],[[],989],0,[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[884,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[71,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[884,[[70,[60]]]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[991,23],[39,23],[[[992,[-1]]],23,[84,431]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,[39,[[10,[[5,[-1,4]],39]]],[14,84,91]],[35,2],[[[985,[-1]]],2,[951,140]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[],988],[890,890],[[[977,[-1]],[977,[-1]]],21,[]],[[987,987],21],[[80,80],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[992,[-1]]],39,[]],[-1,[[10,[[70,[60]],39]]],[]],[[[984,[-1]]],[[10,[[70,[60]],39]]],[751,140]],[979,[[10,[[70,[60]],39]]]],[[[977,[-1]]],[[10,[[70,[60]],39]]],[[387,[[70,[60]]]]]],[988,[[10,[[70,[60]],39]]]],[[[750,[-1,-2]]],[[10,[[70,[60]],39]]],990,990],[[[918,[-1]]],[[10,[[70,[60]],39]]],990],[986,[[70,[60]]]],0,[986,[[70,[60]]]],0,[-1,[[10,[2,39]]],[]],[-1,2,[]],[[[985,[-1]]],[[10,[2,39]]],[951,140]],[[[993,[-1]]],[[10,[2,39]]],[951,140]],[-1,2,[]],[980,[[10,[2,39]]]],[-1,2,[]],[980,[[10,[2,39]]]],[981,[[10,[2,39]]]],[-1,2,[]],[982,[[10,[2,39]]]],[982,[[10,[2,39]]]],[-1,2,[]],[983,[[10,[2,39]]]],[-1,2,[]],[[[977,[[5,[[70,[60]],-1]]]]],[[10,[2,39]]],717],[[[977,[[179,[60,-1]]]]],[[10,[2,39]]],717],[-1,2,[]],[[[977,[[179,[60,-1]]]]],[[10,[2,39]]],717],[[[977,[[70,[60]]]]],[[10,[2,39]]]],[[[977,[[636,[60]]]]],[[10,[2,39]]]],[890,[[10,[2,39]]]],[-1,2,[]],[988,[[10,[2,39]]]],[-1,2,[]],[988,[[10,[2,39]]]],[989,[[10,[2,39]]]],[-1,2,[]],[989,[[10,[2,39]]]],[[[984,[-1]],40],[[10,[2,41]]],[431,140]],[[[985,[-1]],40],[[10,[2,41]]],[951,431,140]],[[991,40],[[10,[2,41]]]],[[991,40],[[10,[2,41]]]],[[[993,[-1]],40],[[10,[2,41]]],[951,431,140]],[[39,40],[[10,[2,41]]]],[[39,40],[[10,[2,41]]]],[[986,40],[[10,[2,41]]]],[[978,40],[[10,[2,41]]]],[[979,40],[[10,[2,41]]]],[[980,40],[[10,[2,41]]]],[[981,40],[[10,[2,41]]]],[[982,40],[[10,[2,41]]]],[[983,40],[[10,[2,41]]]],[[994,40],[[10,[2,41]]]],[[884,40],[[10,[2,41]]]],[[[992,[-1]],40],[[10,[2,41]]],[]],[[[992,[-1]],40],[[10,[2,41]]],431],[[[977,[-1]],40],[[10,[2,41]]],431],[[987,40],[[10,[2,41]]]],[[987,40],[[10,[2,41]]]],[[890,40],[[10,[2,41]]]],[[988,40],[[10,[2,41]]]],[[989,40],[[10,[2,41]]]],[[71,40],[[10,[2,41]]]],[[80,40],[[10,[2,41]]]],[[[750,[-1,-2]],40],[[10,[2,41]]],431,431],[[[918,[-1]],40],[[10,[2,41]]],431],[[[745,[-1]],40],[[10,[2,41]]],431],[[[995,[-1]],40],[[10,[2,41]]],431],[[[996,[-1]],40],[[10,[2,41]]],431],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[997,39],[998,39],[-1,-1,[]],[999,39],[1000,39],[[[1001,[39]]],39],[1002,39],[[[1003,[-1]]],39,[]],[1004,39],[[[1005,[-1]]],39,[]],[1006,39],[721,39],[1007,39],[1008,39],[37,39],[1009,39],[1010,39],[83,39],[987,39],[28,39],[1011,39],[[[992,[-1]]],39,[]],[1012,39],[1013,39],[[[70,[60]]],986],[-1,-1,[]],[[[70,[[72,[60]]]]],986],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[37,987],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[491,39],[[-1,-2],33,[139,140],141],[[[984,[-1]]],-1,140],[[[985,[-1]]],-1,[951,140]],[[[993,[-1]]],-1,951],[39,[[13,[14]]]],[[[977,[-1]]],-1,[]],[[[750,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[[918,[-1]]],-1,[]],[[[984,[-1]]],-1,140],[[[985,[-1]]],-1,[951,140]],[[[993,[-1]]],-1,[951,140]],[39,[[13,[14]]]],[[[977,[-1]]],-1,[]],[[[750,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[[918,[-1]]],-1,[]],[-1,[[10,[21,39]]],[]],[[987,-1],2,142],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,[986,35],[890,[[70,[60]]]],[890,[[70,[60]]]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[992,[-1]]],39,[]],[[[984,[-1]]],-1,140],[[[985,[-1]]],[[10,[-1,[992,[[985,[-1]]]]]]],951],[991,[[179,[60,4]]]],[[[993,[-1]]],[[10,[-1,[992,[[993,[-1]]]]]]],951],[39,[[13,[[5,[14,4]]]]]],[[[992,[-1]]],-1,[]],[[[977,[-1]]],-1,[]],[[[750,[-1,-2]]],[[2,[-1,-2]]],[],[]],[[[918,[-1]]],-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[39,[[13,[39]]]],[[[985,[-1]]],[[2,[-1,[10,[[179,[60,4]],991]]]]],951],[[[992,[-1]]],[[2,[39,-1]]],[]],[[[977,[-1]]],21,[[387,[[70,[60]]]]]],[[[984,[-1]]],21,[751,140]],[978,21],[979,21],[994,21],[-1,21,[]],[[[977,[-1]]],21,[[387,[[70,[60]]]]]],[-1,21,[]],[978,21],[979,21],[980,21],[981,21],[982,21],[983,21],[[[985,[-1]]],21,[951,140]],[[[993,[-1]]],21,[951,140]],[980,21],[980,21],[981,21],[982,21],[982,21],[983,21],[-1,21,[]],[[[977,[[70,[60]]]]],21],[[[977,[[179,[60,-1]]]]],21,717],[[[977,[[5,[[70,[60]],4]]]]],21],[[[977,[[5,[[70,[60]],-1]]]]],21,717],[[[977,[[636,[60]]]]],21],[[[977,[[70,[60]]]]],21],[[[977,[[179,[60,4]]]]],21],[[[977,[[179,[60,4]]]]],21],[[[977,[[179,[60,-1]]]]],21,717],[988,21],[988,21],[989,21],[989,21],[39,987],[[],39],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[986,35],[[[918,[-1]]],33,[]],0,[978,[[996,[979]]]],[-1,[[996,[-1]]],140],[978,979],[980,981],[982,983],[-1,[[984,[-1]]],751],[-1,[[985,[-1]]],951],[-1,[[993,[-1]]],951],[[987,-1],39,[[94,[[5,[14,4]]]]]],[[[70,[60]]],884],[-1,[[977,[-1]]],[]],[[[70,[60]]],71],[[[745,[-1]]],[[13,[[10,[60,39]]]]],751],[[[995,[-1]]],[[13,[[10,[[179,[60,4]],39]]]]],990],[[[996,[-1]]],[[13,[[10,[88,39]]]]],990],[-1,39,[[94,[[5,[14,4]]]]]],0,[[987,987],[[13,[126]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[6,[[977,[-1]]]],67],[[68,[[10,[33,39]]]]],[[387,[[70,[60]]]],586]],[[[6,[[977,[-1]]]],67],[[68,[[10,[[70,[60]],39]]]]],[[387,[[70,[60]]]],586]],[[[6,[[977,[[179,[60,4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[179,[60,4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[5,[[70,[60]],4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[70,[60]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[-1]]]],67,69],[[68,[[10,[2,39]]]]],[[387,[[70,[60]]]],586]],[[[6,[[977,[[5,[[70,[60]],4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[179,[60,4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[70,[60]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[179,[60,4]]]]]],67],[[68,[[10,[2,39]]]]]],[[[6,[[977,[[179,[60,4]]]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[70,[60]]]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[5,[[70,[60]],4]]]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[179,[60,4]]]]]],67,[70,[60]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[5,[[70,[60]],4]]]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[70,[60]]]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[179,[60,4]]]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],[[[6,[[977,[[179,[60,4]]]]]],67,[70,[71]]],[[68,[[10,[35,39]]]]]],0,[[[977,[-1]]],33,[]],0,[39,[[13,[491]]]],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[[984,[-1]],[70,[60]]],[[10,[35,39]]],[751,140]],[[978,[70,[60]]],[[10,[35,39]]]],[[979,[70,[60]]],[[10,[35,39]]]],[[994,[70,[60]]],[[10,[35,39]]]],[[[977,[-1]],[70,[60]]],[[10,[35,39]]],[[387,[[70,[60]]]]]],[[988,[70,[60]]],[[10,[35,39]]]],[[[750,[-1,-2]],[70,[60]]],[[10,[35,39]]],751,751],[[[918,[-1]],[70,[60]]],[[10,[35,39]]],751],[[[984,[-1]],890],[[10,[2,39]]],[751,140]],[[978,890],[[10,[2,39]]]],[[979,890],[[10,[2,39]]]],[[994,890],[[10,[2,39]]]],[[-1,890],[[10,[2,39]]],[]],[[[977,[-1]],890],[[10,[2,39]]],[[387,[[70,[60]]]]]],[[988,890],[[10,[2,39]]]],[[[918,[-1]],890],[[10,[2,39]]],751],[[-1,890],[[10,[2,39]]],[]],[[[984,[-1]],[70,[60]]],[[10,[2,39]]],[751,140]],[[978,[70,[60]]],[[10,[2,39]]]],[[979,[70,[60]]],[[10,[2,39]]]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[[977,[-1]],[70,[60]]],[[10,[2,39]]],[[387,[[70,[60]]]]]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[978,88],[[10,[35,39]]]],[[979,88],[[10,[35,39]]]],[[-1,88],[[10,[35,39]]],[]],[[[984,[-1]],[179,[60,4]]],[[10,[35,39]]],[751,140]],[[978,[179,[60,4]]],[[10,[35,39]]]],[[979,[179,[60,4]]],[[10,[35,39]]]],[[-1,[179,[60,4]]],[[10,[35,39]]],[]],[-1,[[10,[88,39]]],751],[[[984,[-1]],88],[[10,[35,39]]],[751,140]],[[978,88],[[10,[35,39]]]],[[979,88],[[10,[35,39]]]],[[-1,88],[[10,[35,39]]],[]],[[979,60,[179,[60,4]]],[[10,[35,39]]]],[[-1,60,[179,[60,4]]],[[10,[35,39]]],[]],[[[984,[-1]],[70,[884]]],[[10,[35,39]]],[751,140]],[[978,[70,[884]]],[[10,[35,39]]]],[[979,[70,[884]]],[[10,[35,39]]]],[[994,[70,[884]]],[[10,[35,39]]]],[[-1,[70,[884]]],[[10,[35,39]]],[]],[[[977,[-1]],[70,[884]]],[[10,[35,39]]],[[387,[[70,[60]]]]]],[[[750,[-1,-2]],[70,[884]]],[[10,[35,39]]],751,751],[890,890],[[[977,[-1]]],35,[[387,[[70,[60]]]]]],[[[977,[-1]]],[[70,[60]]],[[387,[[70,[60]]]]]],[60,994],0,[-1,[[10,[2,39]]],[]],0,[[-1,80],[[10,[33,39]]],[]],[[[984,[-1]],80],[[10,[33,39]]],[1014,140]],[[[985,[-1]],80],[[10,[33,39]]],[951,1014,140]],[[[977,[-1]],80],[[10,[33,39]]],[[387,[[70,[60]]]]]],[[988,80],[[10,[33,39]]]],[[[984,[-1]],403],[[10,[2,39]]],[1014,140]],[[986,35],986],[[890,35],890],[[[918,[-1]],33],2,[]],[[[977,[-1]],33],2,[]],[[],989],[[[745,[-1]]],[[2,[35,[13,[35]]]]],751],[39,[[13,[14]]]],[[-1,60],[[995,[-1]]],140],0,[[[6,[[977,[-1]]]],80],[[10,[2,39]]],[[387,[[70,[60]]]],586]],[[],982],[[],978],[[],980],[-1,[[10,[33,39]]],[]],[[[977,[-1]]],[[10,[33,39]]],[[387,[[70,[60]]]]]],[988,[[10,[33,39]]]],[[[984,[-1]]],[[10,[33,39]]],[1014,140]],[-1,[[10,[33,39]]],[]],[[[977,[-1]]],[[10,[33,39]]],[[387,[[70,[60]]]]]],[988,[[10,[33,39]]]],[[-1,33],[[918,[-1]]],140],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[1015,[[10,[39]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[986,890],[890,[[70,[[72,[60]]]]]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[35,-1],[[984,[-1]]],751],[[35,-1],[[985,[-1]]],951],[[35,-1],[[993,[-1]]],951],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[-1,[70,[60]]],2,[]],[[[985,[-1]],[70,[60]]],[[10,[35,39]]],[951,140]],[[-1,[70,[60]]],2,[]],[[[993,[-1]],[70,[60]]],[[10,[35,39]]],[951,140]],[[-1,[70,[60]]],2,[]],[[980,[70,[60]]],[[10,[35,39]]]],[[980,[70,[60]]],[[10,[35,39]]]],[[981,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[-1,[70,[60]]],2,[]],[[982,[70,[60]]],[[10,[35,39]]]],[[982,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[983,[70,[60]]],[[10,[35,39]]]],[[[977,[[179,[60,-1]]]],[70,[60]]],[[10,[35,39]]],717],[[[977,[[179,[60,-1]]]],[70,[60]]],[[10,[35,39]]],717],[[[977,[[70,[60]]]],[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[[977,[[5,[[70,[60]],-1]]]],[70,[60]]],[[10,[35,39]]],717],[[[977,[[636,[60]]]],[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[890,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[988,[70,[60]]],[[10,[35,39]]]],[[988,[70,[60]]],[[10,[35,39]]]],[[-1,[70,[60]]],2,[]],[[989,[70,[60]]],[[10,[35,39]]]],[[989,[70,[60]]],[[10,[35,39]]]],[[[985,[-1]],[70,[60]]],[[10,[2,39]]],[951,140]],[[[993,[-1]],[70,[60]]],[[10,[2,39]]],[951,140]],[[980,[70,[60]]],[[10,[2,39]]]],[[980,[70,[60]]],[[10,[2,39]]]],[[981,[70,[60]]],[[10,[2,39]]]],[[982,[70,[60]]],[[10,[2,39]]]],[[982,[70,[60]]],[[10,[2,39]]]],[[983,[70,[60]]],[[10,[2,39]]]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[[993,[-1]],[70,[71]]],[[10,[2,39]]],[951,140]],[[980,[70,[71]]],[[10,[2,39]]]],[[980,[70,[71]]],[[10,[2,39]]]],[[981,[70,[71]]],[[10,[2,39]]]],[[982,[70,[71]]],[[10,[2,39]]]],[[982,[70,[71]]],[[10,[2,39]]]],[[983,[70,[71]]],[[10,[2,39]]]],[[-1,[70,[71]]],[[10,[2,39]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[-1,[70,[60]]],[[10,[2]]],[]],[[[993,[-1]],95],[[10,[2,39]]],[951,140]],[[980,95],[[10,[2,39]]]],[[980,95],[[10,[2,39]]]],[[982,95],[[10,[2,39]]]],[[982,95],[[10,[2,39]]]],[[-1,95],[[10,[2,39]]],[]],[[[985,[-1]],[70,[71]]],[[10,[35,39]]],[951,140]],[[[993,[-1]],[70,[71]]],[[10,[35,39]]],[951,140]],[[980,[70,[71]]],[[10,[35,39]]]],[[980,[70,[71]]],[[10,[35,39]]]],[[981,[70,[71]]],[[10,[35,39]]]],[[982,[70,[71]]],[[10,[35,39]]]],[[982,[70,[71]]],[[10,[35,39]]]],[[983,[70,[71]]],[[10,[35,39]]]],[[-1,[70,[71]]],[[10,[35,39]]],[]],[[[977,[[5,[[70,[60]],-1]]]],[70,[71]]],[[10,[35,39]]],717],[[[977,[[179,[60,-1]]]],[70,[71]]],[[10,[35,39]]],717],[[[977,[[179,[60,-1]]]],[70,[71]]],[[10,[35,39]]],717],[[[977,[[70,[60]]]],[70,[71]]],[[10,[35,39]]]],[[[977,[[636,[60]]]],[70,[71]]],[[10,[35,39]]]],[[988,[70,[71]]],[[10,[35,39]]]],[[988,[70,[71]]],[[10,[35,39]]]],[[989,[70,[71]]],[[10,[35,39]]]],[[989,[70,[71]]],[[10,[35,39]]]],[890,35],0,0,0,0,[-1,-1,140],[-1,-1,140],[-1,[[745,[-1]]],140],[[-1,-2],[[750,[-1,-2]]],140,751],[[-1,35],2,[]],[-1,[[10,[[70,[60]],39]]],[]],[-1,[[10,[2,39]]],[]],[-1,[[10,[21,39]]],[]],[-1,21,[]],[-1,21,[]],[-1,[[996,[-1]]],140],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[-1,890],[[10,[2,39]]],[]],[[-1,890],[[10,[2,39]]],[]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[-1,88],[[10,[35,39]]],[]],[[-1,[179,[60,4]]],[[10,[35,39]]],[]],[[-1,88],[[10,[35,39]]],[]],[[-1,60,[179,[60,4]]],[[10,[35,39]]],[]],[[-1,[70,[884]]],[[10,[35,39]]],[]],[-1,[[10,[2,39]]],[]],[[-1,80],[[10,[33,39]]],[]],[[-1,60],[[995,[-1]]],140],[-1,[[10,[33,39]]],[]],[-1,[[10,[33,39]]],[]],[[-1,33],[[918,[-1]]],140],[[-1,[70,[60]]],[[10,[35,39]]],[]],[[-1,[70,[60]]],[[10,[2,39]]],[]],[[-1,[70,[71]]],[[10,[2,39]]],[]],[[-1,95],[[10,[2,39]]],[]],[[-1,[70,[71]]],[[10,[35,39]]],[]],0,[[1016,57,[13,[16]],[13,[[179,[185]]]]],[[10,[2,15]]]],[[1016,122,136,136,377],[[10,[2,15]]]],[[1016,122,136,136],[[10,[2,15]]]],[[1016,57],[[10,[2,15]]]],[[1016,57,57],[[10,[2,15]]]],[[1016,57,57,57,[132,[23]],406,129,129,130],[[10,[2,15]]]],[[1016,57,57],[[10,[2,15]]]],[[1016,57,403,376],[[10,[2,15]]]],[[1016,122,130],[[10,[2,15]]]],[[1016,122,129,129],[[10,[2,15]]]],[[1016,122,136],[[10,[2,15]]]],[[1016,122,401,401,404],[[10,[2,15]]]],[[1016,57,33,[132,[[70,[60]]]],21],[[10,[2,15]]]],[[1016,[5,[[70,[60]]]],[13,[[179,[185]]]]],[[10,[2,15]]]],[[1016,122,405,[132,[23]],401,401,404],[[10,[2,15]]]],[[1016,[13,[16]],[13,[[179,[185]]]]],[[10,[2,15]]]],[[1016,57,[132,[[70,[60]]]],[132,[[70,[60]]]],[132,[[70,[60]]]],21,383,384,[13,[[179,[185]]]]],[[10,[2,15]]]],[[1016,395,362,[13,[[179,[185]]]]],[[10,[2,15]]]],[[1016,1017,21],[[10,[2,15]]]],[[1016,[397,[33]],[132,[[70,[60]]]],[13,[[179,[185]]]]],[[10,[2,15]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[1016,[13,[[179,[185]]]]],2],0,0,[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],0,0,[35,2],[-1,-1,[]],[[],35],[-1,-2,[],[]],0,[[],[[10,[63,64]]]],0,0,0,[[[74,[53]],21],1016],0,[[1016,185,[13,[[179,[185]]]]],[[10,[2,15]]]],[[]],0,0,0,0,0,0,0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[485,486],2],[[[74,[53]]],[[488,[[74,[53]]]]]],[[[74,[53]],362],[[488,[[74,[53]]]]]],[[[74,[53]],362],[[488,[[74,[53]]]]]],[[[74,[53]],[52,[533]],21],[[10,[[13,[113]],15]]]],[53,[[6,[[5,[3]]]]]],0,[[[74,[53]],122,[442,[1018,730]]],37],[[[74,[53]],122,1019,1020,[442,[136,730]]],[[10,[37,42]]]],[[[74,[53]],122,405,[442,[60,730]],57,[442,[1018,730]]],37],[[[74,[53]],[442,[1021,730]],[442,[1022,730]],57,[442,[57,730]]],[[10,[37,42]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,14,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[2,[[1023,[-1]],[1024,[-1]]]]],[]],[-1,[[415,[-2]]],[],[]],[-1,[[415,[-2]]],[],[]],[-1,[[415,[-2]]],[],[]],[[[1023,[-1]]],[[1023,[-1]]],[]],[[[1025,[-1]]],[[1025,[-1]]],[]],[[[1026,[-1]]],[[1026,[-1]]],286],[1027,1027],[1028,1028],[1029,1029],[[[1030,[-1]]],[[1030,[-1]]],286],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[[1026,[-1]]],23,[]],[1027,23],[1028,23],[1029,23],[[[1030,[-1]]],23,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[[1026,[-1]],[1026,[-1]]],21,[]],[[1027,1027],21],[[1028,1028],21],[[1029,1029],21],[[[1030,[-1]],[1030,[-1]]],21,[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[[1024,[-1]],40],[[10,[2,41]]],[]],[[[1023,[-1]],40],[[10,[2,41]]],[]],[[[1025,[-1]],40],[[10,[2,41]]],[]],[[[1031,[-1]],40],[[10,[2,41]]],431],[[[1032,[-1]],40],[[10,[2,41]]],431],[[[1033,[-1]],40],[[10,[2,41]]],431],[[[1026,[-1]],40],[[10,[2,41]]],[]],[[[1026,[-1]],40],[[10,[2,41]]],[]],[[1027,40],[[10,[2,41]]]],[[1027,40],[[10,[2,41]]]],[[1028,40],[[10,[2,41]]]],[[1028,40],[[10,[2,41]]]],[[1029,40],[[10,[2,41]]]],[[1029,40],[[10,[2,41]]]],[[[1030,[-1]],40],[[10,[2,41]]],[]],[[[1030,[-1]],40],[[10,[2,41]]],[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[1027,1028],[1027,1029],[-1,-1,[]],[[[1026,[-1]]],[[1030,[-1]]],[]],[-1,-1,[]],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[1024,[-1]]],[[1031,[-1]]],[]],[[[1024,[-1]]],[[1033,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[1024,[-1]]],[[1031,[-1]]],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]]],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6]]],[],[],[],[],[],[]],[-1,[[2,[-2,-3]]],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9]]],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2]]],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]]],[],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8]]],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10]]],[],[],[],[],[],[],[],[],[],[]],[-1,2,[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]]],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7]]],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4]]],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5]]],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5]]],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10]]],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2]]],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]]],[],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9]]],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3]]],[],[],[]],[-1,[[2,[-2,-3,-4]]],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7]]],[],[],[],[],[],[],[]],[-1,2,[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]]],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6]]],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8]]],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]]],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3]]],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10]]],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5]]],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13]]],[],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9]]],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2]]],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12]]],[],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8]]],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6,-7,-8,-9,-10,-11]]],[],[],[],[],[],[],[],[],[],[],[]],[-1,[[2,[-2,-3,-4]]],[],[],[],[]],[-1,[[2,[-2,-3,-4,-5,-6]]],[],[],[],[],[],[]],[-1,2,[]],[-1,[[2,[-2,-3,-4,-5,-6,-7]]],[],[],[],[],[],[],[]],[[[1031,[-1]]],[[13,[-1]]],[]],[[[1032,[-1]]],[[13,[-1]]],[]],[[[1033,[-1]]],[[13,[-1]]],[]],[-1,[[437,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[437,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[-1,[[438,[-2]]],[],[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[1024,[-1]]],[[10,[-1,1027]]],[]],[[[1024,[-1]],1034],[[10,[-1,1029]]],[]],[[[1024,[-1]],65],[[10,[-1,1029]]],[]],0,0,0,[[[1023,[-1]],-1],[[10,[2,[1026,[-1]]]]],[]],[[[1025,[-1]],-1],[[10,[2,[1026,[-1]]]]],[]],[-1,[[446,[-2]]],[],[]],[-1,[[446,[-2]]],[],[]],[-1,[[446,[-2]]],[],[]],[35,[[2,[[1025,[-1]],[1024,[-1]]]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[[1024,[-1]]],[[1032,[-1]]],[]],[[[1024,[-1]]],[[10,[-1,1028]]],[]],[[[1025,[-1]],-1],[[10,[2,[1030,[-1]]]]],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1035,[[179,[60,4]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[129,2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1035,[[179,[60,4]]]],0,0,0,0,0,0,0,0,0,0,[129,2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[375,[779,[401]]],[[10,[403,37]]]],[[375,401],[[10,[403,37]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[74,[53]],[442,[[442,[60,-1]],-1]],[442,[60,-1]]],37,443],[[[74,[53]],[442,[-1]],[442,[-1]]],37,443],[[[74,[53]],375,[442,[401,-1]]],37,443],[[[74,[53]],375,401,[442,[401,-1]]],[[10,[37,42]]],443],[[[74,[53]],375,401],[[10,[37,42]]]],[[[74,[53]],375,401],37],[[[74,[53]],[442,[[442,[60,-1]],-1]],[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,136,136,377],[[10,[37,42]]]],[[[74,[53]],122,136,136,377],[[10,[2,37]]]],[[[74,[53]],122,136,136],[[10,[37,42]]]],[[[74,[53]],122,136,136],[[10,[2,37]]]],[[[74,[53]],122],[[10,[37,42]]]],[[[74,[53]],122],[[10,[37,42]]]],[[[74,[53]],122,[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],122],[[10,[122,37]]]],[[[74,[53]],33,402,[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],33,402,[13,[122]]],[[10,[[10,[122,37]],42]]]],[[[74,[53]],122,[442,[135,-1]]],37,443],[[[74,[53]],122,130],[[10,[37,42]]]],[[[74,[53]],122,130],[[10,[37,42]]]],[[[74,[53]],122,129,129],[[10,[37,42]]]],[[[74,[53]],122,129,129],[[10,[2,37]]]],[[[74,[53]],122,[442,[133,-1]]],37,443],[[[74,[53]],122],[[10,[133,37]]]],[[[74,[53]],122,[442,[1018,-1]]],37,443],[[[74,[53]],122,136],[[10,[37,42]]]],[[[74,[53]],122,136],[[10,[2,37]]]],[[[74,[53]],122,401,401,404],[[10,[37,42]]]],[[[74,[53]],122,401,401,404],[[10,[2,37]]]],[[[74,[53]],122,[442,[60,-1]]],37,443],[[[74,[53]],122,[442,[146,-1]]],37,443],[[[74,[53]],122,[442,[[765,[-1]],-1]],136,[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],35,[442,[-1]],21],[[488,[35]]],443],[[[74,[53]],[10,[35,37]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[60,-1]],1036,[442,[-1]]],37,443],[[[74,[53]],122,122],[[10,[37,42]]]],[[[74,[53]],122,122],37],[[[74,[53]],122,1019,376,[442,[136,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,1019,376],[[10,[[10,[136,37]],42]]]],[[[74,[53]],122],[[10,[37,42]]]],[[[74,[53]],122,[442,[136,-1]]],37,443],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[[74,[53]],122,[442,[[441,[-1]],-1]],136,[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[441,[-1]],-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[1037,[-1]],33,21,21],[[10,[[10,[35,37]],42]]],443],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,0,[[[74,[53]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,23],[[10,[2,37]]]],[[[74,[53]],122,405,[442,[60,-1]],[442,[133,-1]]],37,443],[[447,169,117,122,405,23],[[10,[133,37]]]],[[[74,[53]],122,405,[442,[60,-1]],[442,[1018,-1]]],37,443],[[[74,[53]],122,405,[442,[60,-1]],401,401,404],[[10,[37,42]]],443],[[[74,[53]],122,405,23,401,401,404],[[10,[2,37]]]],[[[74,[53]],122,405,[442,[60,-1]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,405,23,122,23],[[10,[2,37]]]],[[[74,[53]],122,405,[442,[60,-1]],406,129,129,130,[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,405,23,406,129,129,130,[13,[122]]],[[10,[[10,[122,37]],42]]]],[[[74,[53]],122,[442,[60,-1]],[442,[60,-1]],[442,[-1]]],37,443],[[[74,[53]],122,[442,[60,-1]]],37,443],[[[74,[53]],122,23],[[10,[2,37]]]],[[[74,[53]],122,[442,[60,-1]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,23,122,23],[[10,[37,42]]]],[[[74,[53]],[442,[60,-1]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],23,122,23],[[10,[2,37]]]],[[[74,[53]],122,[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,23],[[10,[37,42]]]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1038]]],158],[-1,[[10,[1039]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[35,2],0,0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],35],[[],35],[[],35],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[1039,1040],[-1,[],[]],0,[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[484,409,[179,[166]]],1041],0,[[]],[[]],[[]],[[[6,[1041]],67],68],[[[52,[169]],167,122,168],[[10,[166,37]]]],[[[74,[53]],[442,[168,-1]],[442,[1040,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],[179,[[2,[[13,[122]],167,168]]]],-1],[[10,[37,42]]],22],[[1038,-1],10,161],[[1039,-1],10,161],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[[6,[-1]],67],68,[]],0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[74,[53]],16],[[10,[2,42]]]],[[[74,[53]],495],[[10,[37,42]]]],[[[74,[53]],495,401,1042],[[10,[37,42]]]],[[[74,[53]],[442,[60,-1]]],37,443],[[[74,[53]],[442,[[1043,[-1]],-1]]],491,443],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[74,[53]],[442,[60,-1]]],[[10,[2,42]]],443],[[[74,[53]],[442,[60,-1]]],[[10,[37,42]]],443],[[[74,[53]],23],[[10,[2,37]]]],[[[74,[53]],[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],[13,[122]]],[[10,[[10,[122,37]],42]]]],0,0,0,[[[52,[1044]]],172],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[35,2],[[[74,[53]],122,378,122,[442,[[1045,[-1]],-1]]],[[10,[37,42]]],443],[[[74,[53]],122,378,122,[13,[379]]],[[10,[[10,[2,37]],42]]]],0,0,[[1044,40],43],[-1,-1,[]],[-1,-1,[]],[[1046,1047],21],[[],35],[[],35],[1044,1048],[1044,2],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[122,[52,[[1049,[157]]]]],[[5,[1046]]]],[[122,1050,[52,[[1049,[157]]]]],[[52,[1044]]]],[[]],[[]],[[1046,1047],21],[[1046,1047],2],0,[[[52,[169]],156,[52,[[1049,[157]]]]],[[10,[[179,[159]],37]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[1044,2],0,[[[74,[53]],122,[442,[[1045,[-1]],-1]],491,401,[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[122,-1]],[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],[13,[122]],[13,[122]]],[[10,[[2,[122,122]],37]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[1051,2],[35,2],0,[-1,-1,[]],0,[[[74,[53]],[442,[57,-1]],57,[442,[1052,-1]],[442,[1042,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[57,-1]],57,[442,[1052,-1]],[442,[1042,-1]]],[[10,[37,42]]],443],[[],35],[-1,-2,[],[]],[-1,[],[]],[[],[[10,[63,64]]]],[[]],[[[6,[1051]],67],[[68,[21]]]],0,0,0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[[74,[53]],[442,[57,-1]],[442,[1042,-1]]],37,443],[[[74,[53]],[442,[57,-1]],[442,[1042,-1]]],37,443],[[[74,[53]],[442,[60,-1]],[442,[-1]]],37,443],[[[74,[53]],[442,[448,-1]]],[[10,[37,42]]],443],[[[74,[53]],77],[[10,[[10,[2,37]],42]]]],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[448,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[449,-1]]],[[10,[37,42]]],443],[[[74,[53]],19],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[60,-1]],[442,[60,-1]],1053],[[10,[37,42]]],443],[[[74,[53]],23,23,24],[[10,[[10,[2,37]],42]]]],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[449,-1]]],[[10,[37,42]]],443],[[[74,[53]],19],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[1054,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[448,-1]],[442,[449,-1]],[442,[1052,-1]],[442,[1052,-1]]],[[10,[37,42]]],443],[[[74,[53]],77,19,[13,[65]],[13,[65]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[453,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[449,-1]]],[[10,[37,42]]],443],[[[74,[53]],19],[[10,[[10,[2,37]],42]]]],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],[442,[60,-1]],[442,[60,-1]]],[[10,[2,42]]],443],[[[74,[53]],[442,[60,-1]],[442,[60,-1]],[442,[60,-1]]],[[10,[2,42]]],443],0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[-1,[[10,[1055]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],0,[[]],[[[74,[53]],1042,[442,[1056,-1]]],[[10,[37,42]]],443],0,[[111,103,493,[13,[[2,[113,76]]]]],16],[[1055,-1],10,161],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[[74,[53]],[442,[1056,-1]]],37,443],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[35,-1,[]],[35,-1,[]],[-1,[[10,[1057]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[-1,-1,[]],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[[74,[53]],[442,[1058,-1]],1059,[442,[1060,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[1058,-1]],1059,[442,[1060,-1]]],[[10,[37,42]]],443],[[1057,-1],10,161],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[[74,[53]],1056,[442,[1056,-1]]],37,443],[[[74,[53]],1056,495],[[10,[37,42]]]],[[[74,[53]],[442,[60,-1]],1042,[442,[60,-1]],[442,[60,-1]],1061,1061,1061,[442,[60,-1]],[442,[1062,-1]]],[[10,[37,42]]],443],[[[74,[53]],88,[13,[[179,[88]]]],[13,[[179,[88]]]],[13,[88]],1061,1061,1061],[[488,[[2,[1062,[74,[53]]]]]]]],[[[74,[53]],[442,[60,-1]],73,[442,[449,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]]],[[10,[37,42]]]],[[[74,[53]],122,130,[442,[122,-1]]],[[10,[37,42]]],443],[[53,122,130,21,[13,[122]]],[[10,[[10,[[2,[122,8,8]],37]],42]]]],[[[74,[53]],122,130,[442,[122,-1]],[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[450,-1]]],37,443],[[[74,[53]],122,[442,[450,-1]]],37,443],[[[74,[53]],122,[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,8],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,8],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,382,[442,[1042,-1]]],37,443],[[[74,[53]],122,382,[442,[136,-1]]],37,443],[[[74,[53]],122,382,[442,[1052,-1]]],37,443],[[[74,[53]],122,[442,[451,-1]],[442,[451,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,61,61],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[452,-1]],57],[[10,[37,42]]],443],[[[74,[53]],122,62,57],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[451,-1]],[442,[451,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,61,61],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[452,-1]],57],[[10,[37,42]]],443],[[[74,[53]],122,62,57],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122],[[10,[37,42]]]],[[[74,[53]],122,35],[[10,[[10,[2,37]],42]]]],[[[74,[53]],380,381,407,[442,[122,-1]]],[[10,[37,42]]],443],[[[74,[53]],380,381,407,[13,[122]]],[[10,[[10,[122,37]],42]]]],[[[74,[53]],122,[442,[[765,[-1]],-1]],1063,[442,[-1]],[442,[1064,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],1063,[442,[-1]],[442,[1064,-1]]],[[488,[35]]],443],[[[74,[53]],[10,[35,37]],[442,[-1]],[442,[1064,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],1063,[442,[-1]],[442,[1064,-1]],[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[765,[-1]],-1]],1063,[442,[-1]],[442,[1064,-1]],[442,[450,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[442,[[441,[-1]],-1]],408,[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[1037,[-1]],408],[[10,[[10,[35,37]],42]]],443],[[[74,[53]],122,122,136,136,[442,[136,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,122,136,136],[[10,[[10,[136,37]],42]]]],[[[74,[53]],122,[442,[[441,[-1]],-1]],408,[442,[450,-1]],[442,[-1]]],[[10,[37,42]]],443],[[[74,[53]],122,[1037,[-1]],408,8],[[10,[[10,[35,37]],42]]],443],[[[74,[53]],122,382,1042],[[10,[37,42]]]],[[[74,[53]],122,382,21],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,382,136],[[10,[37,42]]]],[[[74,[53]],122,382,136],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,382,[442,[1052,-1]]],[[10,[37,42]]],443],[[[74,[53]],122,385,[13,[65]]],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,1065],[[10,[37,42]]]],[[[74,[53]],122,82],[[10,[[10,[2,37]],42]]]],[[[74,[53]],122,[442,[1066,-1]]],37,443],[[[74,[53]],[442,[1067,-1]],[442,[1068,-1]]],[[10,[37,42]]],443],[[[74,[53]],[442,[1067,-1]],1068],[[10,[2,42]]],443],[[[74,[53]],16],[[10,[2,42]]]],[[[74,[53]],[442,[1069,-1]]],37,443],[[[74,[53]],1069],[[10,[37,42]]]],[[[74,[53]],1069],[[10,[37,42]]]],[[[74,[53]],[442,[-1]]],37,443],[[[74,[53]],1069,495],[[10,[37,42]]]],[[[74,[53]],401],[[10,[37,42]]]],[[[74,[53]],401],[[10,[37,42]]]],[[111,103,[52,[493]],[13,[[2,[113,76]]]]],[[10,[1069,37]]]],[[[74,[53]],[442,[[1043,[-1]],-1]]],[[10,[1069,37]]],443],[[[74,[53]],[52,[493]],384,[13,[[2,[113,76]]]]],[[10,[2,37]]]],[[[74,[53]],[442,[[1043,[-1]],-1]],[442,[1069,-1]]],37,443],[[[74,[53]],[442,[1017,-1]]],37,443],[[[74,[53]],[442,[1017,-1]]],[[10,[37,42]]],443],[[[74,[53]],410],[[10,[2,37]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],406],[[406,406],406],[[406,406],2],[[406,406],406],[[406,406],2],[406,73],0,[[406,406],406],[[406,406],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[[[441,[-1]]],[[441,[-1]]],[286,443]],[[[765,[-1]]],[[765,[-1]]],[286,443]],[1054,1054],[451,451],[1070,1070],[1071,1071],[1072,1072],[1073,1073],[1074,1074],[452,452],[1075,1075],[1076,1076],[1077,1077],[449,449],[1078,1078],[450,450],[1079,1079],[448,448],[453,453],[406,406],[1080,1080],[1081,1081],[1082,1082],[1061,1061],[407,407],[1042,1042],[1052,1052],[495,495],[1083,1083],[1084,1084],[1085,1085],[1086,1086],[1087,1087],[1088,1088],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[406,406],126],[[-1,-2],126,[],[]],[406,406],[[406,406],21],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[406]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1080]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[407]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[406,406],406],0,[1035,[[179,[60,4]]]],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[[],406],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[441,[-1]],[441,[-1]]],21,[]],[[[765,[-1]],[765,[-1]]],21,[]],[[1054,1054],21],[[451,451],21],[[1070,1070],21],[[1071,1071],21],[[1072,1072],21],[[1073,1073],21],[[1074,1074],21],[[452,452],21],[[1075,1075],21],[[1076,1076],21],[[406,406],21],[[1080,1080],21],[[1082,1082],21],[[1061,1061],21],[[407,407],21],[[1042,1042],21],[[495,495],21],[[1088,1088],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,[[406,-1],2,534],0,0,[[[441,[-1]],40],[[10,[2,41]]],[431,443]],[[[765,[-1]],40],[[10,[2,41]]],[431,443]],[[1054,40],[[10,[2,41]]]],[[451,40],[[10,[2,41]]]],[[1070,40],[[10,[2,41]]]],[[1071,40],[[10,[2,41]]]],[[1072,40],[[10,[2,41]]]],[[1073,40],[[10,[2,41]]]],[[1074,40],[[10,[2,41]]]],[[452,40],[[10,[2,41]]]],[[1075,40],[[10,[2,41]]]],[[1076,40],[[10,[2,41]]]],[[1077,40],[[10,[2,41]]]],[[449,40],[[10,[2,41]]]],[[1078,40],[[10,[2,41]]]],[[450,40],[[10,[2,41]]]],[[1079,40],[[10,[2,41]]]],[[448,40],[[10,[2,41]]]],[[453,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[406,40],[[10,[2,41]]]],[[1080,40],[[10,[2,41]]]],[[1081,40],[[10,[2,41]]]],[[1082,40],[[10,[2,41]]]],[[1061,40],[[10,[2,41]]]],[[407,40],[[10,[2,41]]]],[[1042,40],[[10,[2,41]]]],[[1042,40],[[10,[2,41]]]],[[1052,40],[[10,[2,41]]]],[[495,40],[[10,[2,41]]]],[[1083,40],[[10,[2,41]]]],[[1084,40],[[10,[2,41]]]],[[1085,40],[[10,[2,41]]]],[[1086,40],[[10,[2,41]]]],[[1087,40],[[10,[2,41]]]],[[1088,40],[[10,[2,41]]]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[73,[[13,[406]]]],[73,406],[73,406],[73,406],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,406,534],[[],406],[[],1080],[[],1082],[[],1061],[[],407],[[],1042],[[],495],[[],1088],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[406,-1],2,142],[[495,-1],2,142],0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[406,406],2],[[406,406],406],[[406,406],21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],0,0,0,0,0,[406,21],[406,21],[[406,-1],21,87],[[1080,-1],21,87],[[1082,-1],21,87],[[1061,-1],21,87],[[407,-1],21,87],[[1042,-1],21,87],[[495,-1],21,87],[[1088,-1],21,87],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,0,[406,406],0,0,0,0,0,0,0,[[406,406],[[13,[126]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,[129,2],0,[[406,406],2],0,0,0,[[406,-1],10,161],[[1080,-1],10,161],[[407,-1],10,161],[[406,406,21],2],0,[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],0,0,[[406,406],406],[[406,406],2],0,[[406,406],406],0,0,0,0,0,[406],[1080],[1082],[1061],[407],[1042],[495],[1088],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,88,[]],[[406,406],2],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[73,[[10,[407,[390,[407]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[60,[[10,[495,[390,[495]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[],[[10,[407,[390,[407]]]]]],[[],[[10,[495,[390,[495]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,0,0,0,[[406,406],406],0,0,[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[[[441,[-1]],[70,[[72,[60]]]]],2,443],[[[765,[-1]],[70,[[72,[60]]]]],2,443],[[1054,[70,[[72,[60]]]]],2],[[451,[70,[[72,[60]]]]],2],[[1070,[70,[[72,[60]]]]],2],[[1071,[70,[[72,[60]]]]],2],[[1072,[70,[[72,[60]]]]],2],[[1073,[70,[[72,[60]]]]],2],[[1074,[70,[[72,[60]]]]],2],[[452,[70,[[72,[60]]]]],2],[[1075,[70,[[72,[60]]]]],2],[[1076,[70,[[72,[60]]]]],2],[[1077,[70,[[72,[60]]]]],2],[[449,[70,[[72,[60]]]]],2],[[1078,[70,[[72,[60]]]]],2],[[450,[70,[[72,[60]]]]],2],[[1079,[70,[[72,[60]]]]],2],[[448,[70,[[72,[60]]]]],2],[[453,[70,[[72,[60]]]]],2],[[406,[70,[[72,[60]]]]],2],[[1080,[70,[[72,[60]]]]],2],[[1081,[70,[[72,[60]]]]],2],[[1082,[70,[[72,[60]]]]],2],[[1061,[70,[[72,[60]]]]],2],[[407,[70,[[72,[60]]]]],2],[[1042,[70,[[72,[60]]]]],2],[[1052,[70,[[72,[60]]]]],2],[[495,[70,[[72,[60]]]]],2],[[1083,[70,[[72,[60]]]]],2],[[1084,[70,[[72,[60]]]]],2],[[1085,[70,[[72,[60]]]]],2],[[1086,[70,[[72,[60]]]]],2],[[1087,[70,[[72,[60]]]]],2],[[1088,[70,[[72,[60]]]]],2],0,[1035,[[179,[60,4]]]],0,0,0,0,0,0,0,0,0,0,[129,2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[[],129],[[],130],[[],404],[[],1089],[[],1090],[[],1091],[[],1059],[[],1092],[[],1050],[[],129],[-1,14,[]],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[129,33],[130,73],[404,73],[1089,57],[1090,73],[1091,73],[1059,57],[1092,73],[1050,57],0,0,0,0,0,0,0,0,0,0,[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[375,375],[1093,1093],[37,37],[129,129],[155,155],[1094,1094],[1035,1035],[377,377],[130,130],[135,135],[404,404],[1089,1089],[1090,1090],[1095,1095],[1096,1096],[1097,1097],[1091,1091],[1098,1098],[381,381],[1066,1066],[382,382],[1053,1053],[380,380],[1018,1018],[133,133],[1020,1020],[376,376],[1017,1017],[1058,1058],[1099,1099],[1062,1062],[1100,1100],[1101,1101],[146,146],[1102,1102],[1059,1059],[1103,1103],[1104,1104],[1092,1092],[1105,1105],[1106,1106],[1107,1107],[1021,1021],[168,168],[1108,1108],[1067,1067],[1040,1040],[1022,1022],[1109,1109],[1060,1060],[[[1043,[-1]]],[[1043,[-1]]],[286,443]],[16,16],[1050,1050],[378,378],[379,379],[[[1110,[-1]]],[[1110,[-1]]],[286,443]],[[[1045,[-1]]],[[1045,[-1]]],[286,443]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[37,37],126],[[129,129],126],[[130,130],126],[[404,404],126],[[1089,1089],126],[[1090,1090],126],[[1091,1091],126],[[1059,1059],126],[[1092,1092],126],[[1067,1067],126],[[16,16],126],[[1050,1050],126],[[379,379],126],0,[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[[-1,-2],126,[],[]],[129,129],[130,130],[404,404],[1089,1089],[1090,1090],[1091,1091],[1059,1059],[1092,1092],[1050,1050],[[129,129],21],[[130,130],21],[[404,404],21],[[1089,1089],21],[[1090,1090],21],[[1091,1091],21],[[1059,1059],21],[[1092,1092],21],[[1050,1050],21],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],133],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[35,-1,[]],[-1,[[10,[375]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[37]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[129]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[377]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[130]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[404]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1091]]],158],[-1,[[10,[1098]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[381]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[382]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[380]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[376]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[1017]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[16]]],158],[-1,[[10,[1050]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[378]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[-1,[[10,[379]]],158],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],0,[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],[35,2],0,[[],129],[[],130],[[],404],[[],1089],[[],1090],[[],1091],[[],1059],[[],1092],[[],1050],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[375,375],21],[[1093,1093],21],[[37,37],21],[[129,129],21],[[155,155],21],[[377,377],21],[[130,130],21],[[404,404],21],[[1089,1089],21],[[1090,1090],21],[[1097,1097],21],[[1091,1091],21],[[381,381],21],[[1066,1066],21],[[382,382],21],[[1053,1053],21],[[380,380],21],[[1020,1020],21],[[376,376],21],[[1017,1017],21],[[1059,1059],21],[[1103,1103],21],[[1092,1092],21],[[1067,1067],21],[[16,16],21],[[1050,1050],21],[[378,378],21],[[379,379],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],0,0,0,0,0,0,0,[[129,-1],2,534],[[130,-1],2,534],[[404,-1],2,534],[[1089,-1],2,534],[[1090,-1],2,534],[[1091,-1],2,534],[[1059,-1],2,534],[[1092,-1],2,534],[[1050,-1],2,534],0,0,0,0,0,0,0,0,0,0,0,[[375,40],[[10,[2,41]]]],[[1093,40],[[10,[2,41]]]],[[37,40],[[10,[2,41]]]],[[37,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[129,40],[[10,[2,41]]]],[[155,40],[[10,[2,41]]]],[[1094,40],[[10,[2,41]]]],[[1035,40],[[10,[2,41]]]],[[377,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[130,40],[[10,[2,41]]]],[[135,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[404,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1089,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1090,40],[[10,[2,41]]]],[[1095,40],[[10,[2,41]]]],[[1096,40],[[10,[2,41]]]],[[1097,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1091,40],[[10,[2,41]]]],[[1098,40],[[10,[2,41]]]],[[381,40],[[10,[2,41]]]],[[1066,40],[[10,[2,41]]]],[[382,40],[[10,[2,41]]]],[[382,40],[[10,[2,41]]]],[[1053,40],[[10,[2,41]]]],[[380,40],[[10,[2,41]]]],[[1018,40],[[10,[2,41]]]],[[133,40],[[10,[2,41]]]],[[1020,40],[[10,[2,41]]]],[[376,40],[[10,[2,41]]]],[[1017,40],[[10,[2,41]]]],[[1058,40],[[10,[2,41]]]],[[1099,40],[[10,[2,41]]]],[[1062,40],[[10,[2,41]]]],[[1100,40],[[10,[2,41]]]],[[1101,40],[[10,[2,41]]]],[[146,40],[[10,[2,41]]]],[[1102,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1059,40],[[10,[2,41]]]],[[1103,40],[[10,[2,41]]]],[[1104,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1092,40],[[10,[2,41]]]],[[1021,40],[[10,[2,41]]]],[[168,40],[[10,[2,41]]]],[[1067,40],[[10,[2,41]]]],[[1040,40],[[10,[2,41]]]],[[1022,40],[[10,[2,41]]]],[[1060,40],[[10,[2,41]]]],[[[1043,[-1]],40],[[10,[2,41]]],443],[[16,40],[[10,[2,41]]]],[[16,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[1050,40],[[10,[2,41]]]],[[378,40],[[10,[2,41]]]],[[379,40],[[10,[2,41]]]],[[[1110,[-1]],40],[[10,[2,41]]],443],[[[1045,[-1]],40],[[10,[2,41]]],443],[-1,-1,[]],[1093,375],[342,375],[270,375],[375,1093],[-1,-1,[]],[-1,-1,[]],[39,37],[49,37],[16,37],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[344,377],[272,377],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[1095,1096],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[352,381],[280,381],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[281,382],[353,382],[-1,-1,[]],[-1,-1,[]],[279,380],[351,380],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[343,376],[-1,-1,[]],[271,376],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[1021,168],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[491,16],[346,16],[274,16],[-1,-1,[]],[37,16],[-1,-1,[]],[-1,-1,[]],[276,378],[348,378],[277,379],[349,379],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[33,[[13,[129]]]],[73,[[13,[130]]]],[73,[[13,[404]]]],[57,[[13,[1089]]]],[73,[[13,[1090]]]],[73,[[13,[1091]]]],[57,[[13,[1059]]]],[73,[[13,[1092]]]],[57,[[13,[1050]]]],[33,129],[73,130],[73,404],[57,1089],[73,1090],[73,1091],[57,1059],[73,1092],[33,129],[73,130],[73,404],[57,1089],[73,1090],[73,1091],[57,1059],[73,1092],[57,1050],[33,129],[73,130],[73,404],[57,1089],[73,1090],[73,1091],[57,1059],[73,1092],[57,1050],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,-2,26,[]],[-1,129,534],[-1,130,534],[-1,404,534],[-1,1089,534],[-1,1090,534],[-1,1091,534],[-1,1059,534],[-1,1092,534],[-1,1050,534],[[],375],[[],1093],[[],37],[[],129],[[],155],[[],377],[[],130],[[],404],[[],1097],[[],381],[[],1066],[[],382],[[],1053],[[],380],[[],1020],[[],376],[[],1059],[[],1103],[[],16],[[],378],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],[[-1,[70,[732]]],[[10,[-2,840]]],26,[]],0,0,0,0,[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],[[-1,-2],33,[139,140],141],0,[[375,-1],2,142],[[1093,-1],2,142],[[37,-1],2,142],[[129,-1],2,142],[[130,-1],2,142],[[404,-1],2,142],[[1089,-1],2,142],[[1090,-1],2,142],[[1091,-1],2,142],[[1059,-1],2,142],[[1092,-1],2,142],[[1067,-1],2,142],[[1050,-1],2,142],[[378,-1],2,142],[[379,-1],2,142],0,0,0,0,0,[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[],35],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],21],[[130,130],21],[[404,404],21],[[1089,1089],21],[[1090,1090],21],[[1091,1091],21],[[1059,1059],21],[[1092,1092],21],[[1050,1050],21],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[[-1,-2],[],[],26],[129,21],[130,21],[404,21],[1089,21],[1090,21],[1091,21],[1059,21],[1092,21],[1050,21],[129,21],[130,21],[404,21],[1089,21],[1090,21],[1091,21],[1059,21],[1092,21],[1050,21],[[375,-1],21,87],[[1093,-1],21,87],[[37,-1],21,87],[[129,-1],21,87],[[155,-1],21,87],[[377,-1],21,87],[[130,-1],21,87],[[404,-1],21,87],[[1097,-1],21,87],[[381,-1],21,87],[[1066,-1],21,87],[[382,-1],21,87],[[1053,-1],21,87],[[380,-1],21,87],[[1020,-1],21,87],[[376,-1],21,87],[[1059,-1],21,87],[[1103,-1],21,87],[[16,-1],21,87],[[378,-1],21,87],[16,21],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],0,[37,23],0,[37,23],0,[129,129],[130,130],[404,404],[1089,1089],[1090,1090],[1091,1091],[1059,1059],[1092,1092],[1050,1050],0,0,0,[[37,37],[[13,[126]]]],[[129,129],[[13,[126]]]],[[130,130],[[13,[126]]]],[[404,404],[[13,[126]]]],[[1089,1089],[[13,[126]]]],[[1090,1090],[[13,[126]]]],[[1091,1091],[[13,[126]]]],[[1059,1059],[[13,[126]]]],[[1092,1092],[[13,[126]]]],[[1067,1067],[[13,[126]]]],[[16,16],[[13,[126]]]],[[1050,1050],[[13,[126]]]],[[379,379],[[13,[126]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[16,491],0,[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],0,0,0,0,[[375,-1],10,161],[[37,-1],10,161],[[129,-1],10,161],[[377,-1],10,161],[[130,-1],10,161],[[404,-1],10,161],[[1091,-1],10,161],[[1098,-1],10,161],[[381,-1],10,161],[[382,-1],10,161],[[380,-1],10,161],[[376,-1],10,161],[[1017,-1],10,161],[[16,-1],10,161],[[1050,-1],10,161],[[378,-1],10,161],[[379,-1],10,161],[[129,129,21],2],[[130,130,21],2],[[404,404,21],2],[[1089,1089,21],2],[[1090,1090,21],2],[[1091,1091,21],2],[[1059,1059,21],2],[[1092,1092,21],2],[[1050,1050,21],2],0,[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],0,0,0,0,[146,[[13,[1105]]]],0,0,0,[375],[1093],[37],[129],[155],[377],[130],[404],[1097],[381],[1066],[382],[1053],[380],[1020],[376],[1059],[1103],[16],[378],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[129,[[13,[23]]]],[-1,88,[]],[-1,88,[]],[-1,88,[]],[[129,129],2],[[130,130],2],[[404,404],2],[[1089,1089],2],[[1090,1090],2],[[1091,1091],2],[[1059,1059],2],[[1092,1092],2],[[1050,1050],2],[57,[[10,[375,[390,[375]]]]]],[-1,[[10,[-2]]],[],[]],[57,[[10,[1093,[390,[1093]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[73,[[10,[37,[390,[37]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[57,[[10,[378,[390,[378]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[[],[[10,[375,[390,[375]]]]]],[[],[[10,[1093,[390,[1093]]]]]],[[],[[10,[37,[390,[37]]]]]],[[],[[10,[378,[390,[378]]]]]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],0,0,0,0,[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],[-1,90,[]],0,0,0,0,0,[[129,129],129],[[130,130],130],[[404,404],404],[[1089,1089],1089],[[1090,1090],1090],[[1091,1091],1091],[[1059,1059],1059],[[1092,1092],1092],[[1050,1050],1050],[1105,1101],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],[[],[[70,[838]]]],0,[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[732,2],[[375,[70,[[72,[60]]]]],2],[[1093,[70,[[72,[60]]]]],2],[[37,[70,[[72,[60]]]]],2],[[129,[70,[[72,[60]]]]],2],[[155,[70,[[72,[60]]]]],2],[[1094,[70,[[72,[60]]]]],2],[[1035,[70,[[72,[60]]]]],2],[[377,[70,[[72,[60]]]]],2],[[130,[70,[[72,[60]]]]],2],[[135,[70,[[72,[60]]]]],2],[[404,[70,[[72,[60]]]]],2],[[1089,[70,[[72,[60]]]]],2],[[1090,[70,[[72,[60]]]]],2],[[1095,[70,[[72,[60]]]]],2],[[1096,[70,[[72,[60]]]]],2],[[1097,[70,[[72,[60]]]]],2],[[1091,[70,[[72,[60]]]]],2],[[1098,[70,[[72,[60]]]]],2],[[381,[70,[[72,[60]]]]],2],[[1066,[70,[[72,[60]]]]],2],[[382,[70,[[72,[60]]]]],2],[[1053,[70,[[72,[60]]]]],2],[[380,[70,[[72,[60]]]]],2],[[1018,[70,[[72,[60]]]]],2],[[133,[70,[[72,[60]]]]],2],[[1020,[70,[[72,[60]]]]],2],[[376,[70,[[72,[60]]]]],2],[[1017,[70,[[72,[60]]]]],2],[[1058,[70,[[72,[60]]]]],2],[[1099,[70,[[72,[60]]]]],2],[[1062,[70,[[72,[60]]]]],2],[[1100,[70,[[72,[60]]]]],2],[[1101,[70,[[72,[60]]]]],2],[[146,[70,[[72,[60]]]]],2],[[1102,[70,[[72,[60]]]]],2],[[1059,[70,[[72,[60]]]]],2],[[1103,[70,[[72,[60]]]]],2],[[1104,[70,[[72,[60]]]]],2],[[1021,[70,[[72,[60]]]]],2],[[168,[70,[[72,[60]]]]],2],[[1067,[70,[[72,[60]]]]],2],[[1040,[70,[[72,[60]]]]],2],[[1022,[70,[[72,[60]]]]],2],[[1060,[70,[[72,[60]]]]],2],[[[1043,[-1]],[70,[[72,[60]]]]],2,443],[[1050,[70,[[72,[60]]]]],2],[[378,[70,[[72,[60]]]]],2],[[[1045,[-1]],[70,[[72,[60]]]]],2,443],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[55,55],[[-1,-2],2,[],[]],[[55,55],126],[[-1,-2],126,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],0,[[55,55],21],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[-1,-2],21,[],[]],[[55,40],43],[-1,-1,[]],[55,23],[[58,21],[[13,[55]]]],[[58,21],[[13,[[59,[55]]]]]],[[],35],[-1,-2,[],[]],[58,21],[58,21],[[],[[10,[63,64]]]],[39,37],[51,37],0,[[55,55],[[13,[126]]]],[[]],0,0,[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[],108],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[1111,1111],[[-1,-2],2,[],[]],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[1111,40],43],[-1,-1,[]],[2,1111],[[],35],[-1,-2,[],[]],[1111,2],[-1,172,[]],[[],[[10,[63,64]]]],[[]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[1111,2],[1111,2],0,0,[-1,411,[]],[-1,411,[]],[-1,412,[]],[-1,413,[]],[-1,413,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,412,676],[[10,[[13,[677]],49]]],[]],[[-1,412,676],[[10,[[13,[677]],49]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[[1112,[-1]]],[],[]],[35,-1,[]],[[[1113,[-1]]],[],[]],[35,-1,[]],[35,-1,[]],[[[1113,[-1]]],[],[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[[1112,[-1]]],2,140],[35,2],[35,2],[[[1113,[-1]]],2,140],[[[1112,[-1]],40],43,431],[[[1112,[-1]],40],43,430],[[[1113,[-1]],40],43,430],[[[1113,[-1]],40],43,431],[-1,-1,[]],[-1,-1,[]],0,0,[[],35],[[],35],[-1,-2,[],[]],[-1,-2,[],[]],[[[1112,[-1]]],[[52,[[151,[-1]]]]],[]],[[[1113,[-1]]],[[52,[[151,[-1]]]]],[]],[[],[[10,[63,64]]]],[[],[[10,[63,64]]]],[[-1,612],[[6,[[5,[3,4]]]]],[]],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[-1,108,596],[[6,[[5,[3,4]]]]],[]],[[-1,612],[[6,[[5,[3,4]]]]],[]],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[-1,107,613],[[6,[[5,[3,4]]]]],[]],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[[[52,[[151,[-1]]]]],[[1114,[[1112,[-1]]]]],[]],[[[52,[[151,[-1]]]]],[[1114,[[1113,[-1]]]]],[]],[-1,144,[]],[-1,144,[]],[-1,439,[]],0,0,[[]],[[]],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[-1,106],[[6,[[5,[3,4]]]]],[]],[[-1,100],[[10,[147,28]]],[]],[[-1,100],[[10,[147,28]]],[]],[[[52,[[151,[-1]]]]],[[1114,[[1112,[-1]]]]],[]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[148,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100],[[10,[2,28]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,100,100],[[6,[[5,[3,4]]]]],[]],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[-1,175],[[6,[[5,[3,4]]]]],[]],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[-1,108,596,58],[[6,[[5,[3,4]]]]],[]],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[-1,65],[[6,[[5,[3,4]]]]],[]],[[-1,-2],[[10,[-3,51]]],[],[3,84],84],[[-1,-2],[[10,[-3,51]]],[],[3,84],84],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[-1,-2],[[5,[3,4]]],[],[22,84]],[[-1,58,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,58,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,100],[[10,[143,28]]],[]],[[-1,100],[[10,[143,28]]],[]],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,[5,[22,4]]],[[10,[2,49]]],[]],[[-1,680],[[10,[2,49]]],[]],[[-1,680],[[10,[2,49]]],[]],[-1,[[10,[35,49]]],[]],[-1,[[10,[35,49]]],[]],[-1,88,[]],[-1,88,[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[52,[[151,[-1]]]]],[[1114,[[1113,[-1]]]]],[]],0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,25,26],[25,25],[[-1,-2],2,[],[]],[[],25],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[[[70,[60]]],[[10,[25,1115]]]],[-1,[[10,[25]]],158],[35,2],[[25,40],43],[-1,-1,[]],0,[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[[]],[[-1,25],2,26],[[25,-1],10,161],[25,[[10,[[179,[60]],1115]]]],[-1,-2,[],[]],[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[],1116],[35,-1,[]],[35,-1,[]],[[-1,-2],[[10,[[36,[-3,-4]]]]],[],[],[],[]],[35,2],[[1116,40],43],[-1,-1,[]],[1116,172],[[],35],[-1,-2,[],[]],[[],[[10,[63,64]]]],[21,1116],[[]],0,[-1,[[10,[-2]]],[],[]],[-1,[[10,[-2]]],[],[]],[-1,90,[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[[[5,[-1,4]]],[[5,[92,4]]],[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,92,[]],[-1,-2,[],[]],[[1116,65],21],[1116,2],0],"c":[880,18264,18265,18266,21015],"p":[[3,"Private",30324],[15,"tuple"],[8,"Future",12975],[3,"Global",30325],[3,"Box",30326],[3,"Pin",17420],[3,"LocalTcpListener",0],[4,"SocketAddr",17420],[4,"NetworkError",30327],[4,"Result",30328],[3,"LocalTcpStream",0],[3,"LocalUdpSocket",0],[4,"Option",30329],[8,"Error",30330],[4,"WasiRuntimeError",0],[4,"ExitCode",26912],[3,"DuplexPipe",0],[3,"Pipe",0],[4,"IpAddr",17420],[3,"LocalNetworking",0],[15,"bool"],[8,"FnOnce",30331],[15,"str"],[4,"StreamSecurity",17420],[3,"StoreSnapshot",30259],[8,"AsStoreMut",17420],[3,"ExtendedFsError",0],[4,"FsError",0],[3,"WasiVFork",0],[3,"PipeTx",30332],[3,"PipeRx",30332],[8,"VirtualFile",0],[15,"u64"],[3,"UnsupportedVirtualNetworking",0],[15,"usize"],[3,"With",30333],[4,"Errno",26912],[3,"Bytes",17420],[3,"Error",21103],[3,"Formatter",30334],[3,"Error",30334],[4,"WasiError",0],[6,"Result",30334],[4,"SpawnError",0],[4,"WasiStateCreationError",16610],[3,"RuntimeError",17420],[4,"ExportError",30335],[4,"ControlPlaneError",11111],[4,"WasiThreadError",11779],[4,"InstantiationError",30336],[3,"Error",30337],[3,"Arc",17420],[3,"WasiEnv",16836],[3,"FunctionEnv",17420],[4,"WasiVersion",30049],[3,"Imports",30338],[15,"u32"],[3,"Module",17420],[3,"BTreeSet",30339],[15,"u8"],[3,"Ipv4Addr",17420],[3,"Ipv6Addr",17420],[3,"Layout",30340],[3,"LayoutError",30340],[3,"Duration",17420],[4,"MemoryAccessError",17420],[3,"Context",17420],[4,"Poll",17420],[3,"ReadBuf",12975],[15,"slice"],[3,"IoSlice",21103],[19,"MaybeUninit",30341],[15,"u16"],[3,"FunctionEnvMut",17420],[8,"Serialize",30342],[4,"RewindResultType",11779],[3,"IpCidr",30327],[3,"Function",17420],[4,"Value",17420],[4,"SeekFrom",21103],[8,"InterestHandler",30343],[4,"Shutdown",30344],[3,"JoinError",30345],[8,"Send",30346],[4,"SocketStatus",30327],[3,"Instance",17420],[8,"AsStoreRef",17420],[3,"String",30347],[8,"VirtualTcpSocket",30327],[3,"TypeId",30348],[8,"Sync",30346],[8,"Any",30348],[3,"Exports",30335],[8,"Into",30349],[3,"Arguments",30334],[3,"BinFactory",776],[8,"FileSystem",17420],[3,"BinaryPackage",857],[4,"Executable",776],[3,"Path",17420],[8,"Runtime",14055],[3,"TaskWasmRunProperties",16169],[3,"Store",17420],[3,"TaskJoinHandle",11646],[3,"BinaryPackageCommand",857],[4,"PackageSource",30350],[3,"Container",30351],[4,"ModuleHash",30352],[3,"Command",30353],[3,"OwnedBuffer",30354],[3,"WasiFunctionEnv",17016],[3,"WasiThreadRunGuard",11779],[3,"RewindState",12490],[6,"TaskWasmRecycle",16169],[3,"Capabilities",945],[3,"CapabilityThreadingV1",945],[3,"WasiInodes",1011],[3,"InodeVal",1436],[3,"InodeGuard",1011],[3,"Inode",1011],[3,"WasiFdSeed",1011],[6,"Fd",26912],[3,"InodeWeakGuard",1011],[4,"WasiFsRoot",1011],[3,"WasiFs",1011],[4,"Ordering",30355],[6,"Result",30356],[3,"FallbackFileSystem",1011],[3,"Rights",26912],[3,"Fdflags",26912],[4,"Kind",1436],[4,"Cow",17420],[3,"Filestat",26912],[15,"never"],[3,"Fdstat",26912],[6,"Filesize",26912],[3,"WasiInodesProtected",1011],[3,"Fd",1436],[8,"Hash",30357],[8,"Sized",30346],[8,"BuildHasher",30357],[8,"Hasher",30357],[3,"Metadata",30356],[3,"OpenOptions",30356],[3,"PreopenedDir",16610],[3,"Prestat",26912],[3,"ReadDir",30356],[3,"PathBuf",30358],[6,"BoxFuture",30359],[3,"HashMap",17420],[3,"RwLock",30360],[3,"InodeValFileReadGuard",1647],[3,"InodeValFileWriteGuard",1647],[3,"FileType",30356],[4,"Filetype",26912],[3,"EpollFd",1436],[3,"EpollInterest",1436],[8,"Deserializer",30361],[4,"EpollJoinGuard",1436],[3,"RwLockReadGuard",30360],[8,"Serializer",30342],[3,"RwLockWriteGuard",30360],[4,"InodeValFilePollGuardMode",1647],[3,"WasiStateFileGuard",1647],[3,"InodeValFilePollGuardJoin",1647],[3,"InodeValFilePollGuard",1647],[15,"i16"],[3,"Subscription",26912],[3,"WasiState",16455],[6,"Result",21103],[3,"NotificationState",1845],[3,"Waker",30362],[3,"NotificationInner",1845],[8,"HttpClient",1933],[3,"HttpRequest",1933],[3,"HttpResponse",1933],[3,"HttpClientCapabilityV1",1933],[3,"HttpRequestOptions",1933],[3,"Vec",30363],[3,"Request",30364],[3,"Parts",30364],[3,"ReqwestHttpClient",2062],[3,"Proxy",30365],[3,"FilteredJournalBuilder",2099],[4,"JournalEntry",2099],[4,"JournalEntryRecordType",2099],[4,"ComponentExternName",30366],[3,"AlignedCowVec",2099],[3,"AlignedCowStr",2099],[8,"ReadableJournal",2099],[3,"RecombinedJournal",2099],[3,"BufferedJournal",2099],[3,"BufferedJournalRx",2099],[3,"CompactingJournalRx",2099],[3,"CompactingJournal",2099],[3,"CompactingLogFileJournal",2099],[3,"CompactingLogFileJournalRx",2099],[3,"CountingJournal",2099],[3,"FilteredJournal",2099],[3,"FilteredJournalRx",2099],[3,"LogFileJournal",2099],[3,"LogFileJournalRx",2099],[3,"MemFileJournal",2099],[3,"NullJournal",2099],[3,"PipeJournal",2099],[3,"PipeJournalRx",2099],[3,"PrintingJournal",2099],[3,"UnsupportedJournal",2099],[3,"LogFileJournalTx",2099],[3,"OffloadBackingStore",30367],[8,"Journal",2099],[4,"ArchivedJournalEntryRecordType",2099],[4,"EnumCheckError",30368],[3,"ArchivedJournalEntryInitModuleV1",2099],[3,"StructCheckError",30368],[3,"ArchivedJournalEntryClearEtherealV1",2099],[3,"ArchivedJournalEntryProcessExitV1",2099],[3,"ArchivedJournalEntrySetThreadV1",2099],[3,"ArchivedJournalEntryCloseThreadV1",2099],[3,"ArchivedJournalEntryFileDescriptorSeekV1",2099],[3,"ArchivedJournalEntryFileDescriptorWriteV1",2099],[3,"ArchivedJournalEntryUpdateMemoryRegionV1",2099],[3,"ArchivedJournalEntrySetClockTimeV1",2099],[3,"ArchivedJournalEntryOpenFileDescriptorV1",2099],[3,"ArchivedJournalEntryCloseFileDescriptorV1",2099],[3,"ArchivedJournalEntryRenumberFileDescriptorV1",2099],[3,"ArchivedJournalEntryDuplicateFileDescriptorV1",2099],[3,"ArchivedJournalEntryCreateDirectoryV1",2099],[3,"ArchivedJournalEntryRemoveDirectoryV1",2099],[3,"ArchivedJournalEntryPathSetTimesV1",2099],[3,"ArchivedJournalEntryFileDescriptorSetTimesV1",2099],[3,"ArchivedJournalEntryFileDescriptorSetSizeV1",2099],[3,"ArchivedJournalEntryFileDescriptorSetFlagsV1",2099],[3,"ArchivedJournalEntryFileDescriptorSetRightsV1",2099],[3,"ArchivedJournalEntryFileDescriptorAdviseV1",2099],[3,"ArchivedJournalEntryFileDescriptorAllocateV1",2099],[3,"ArchivedJournalEntryCreateHardLinkV1",2099],[3,"ArchivedJournalEntryCreateSymbolicLinkV1",2099],[3,"ArchivedJournalEntryUnlinkFileV1",2099],[3,"ArchivedJournalEntryPathRenameV1",2099],[3,"ArchivedJournalEntryChangeDirectoryV1",2099],[3,"ArchivedJournalEntryEpollCreateV1",2099],[3,"ArchivedJournalEntryEpollCtlV1",2099],[3,"ArchivedJournalEntryTtySetV1",2099],[3,"ArchivedJournalEntryCreatePipeV1",2099],[3,"ArchivedJournalEntryCreateEventV1",2099],[3,"ArchivedJournalEntryPortAddAddrV1",2099],[3,"ArchivedJournalEntryPortDelAddrV1",2099],[3,"ArchivedJournalEntryPortBridgeV1",2099],[3,"ArchivedJournalEntryPortGatewaySetV1",2099],[3,"ArchivedJournalEntryPortRouteAddV1",2099],[3,"ArchivedJournalEntryPortRouteDelV1",2099],[3,"ArchivedJournalEntrySocketOpenV1",2099],[3,"ArchivedJournalEntrySocketListenV1",2099],[3,"ArchivedJournalEntrySocketBindV1",2099],[3,"ArchivedJournalEntrySocketConnectedV1",2099],[3,"ArchivedJournalEntrySocketAcceptedV1",2099],[3,"ArchivedJournalEntrySocketJoinIpv4MulticastV1",2099],[3,"ArchivedJournalEntrySocketJoinIpv6MulticastV1",2099],[3,"ArchivedJournalEntrySocketLeaveIpv4MulticastV1",2099],[3,"ArchivedJournalEntrySocketLeaveIpv6MulticastV1",2099],[3,"ArchivedJournalEntrySocketSendFileV1",2099],[3,"ArchivedJournalEntrySocketSendToV1",2099],[3,"ArchivedJournalEntrySocketSendV1",2099],[3,"ArchivedJournalEntrySocketSetOptFlagV1",2099],[3,"ArchivedJournalEntrySocketSetOptSizeV1",2099],[3,"ArchivedJournalEntrySocketSetOptTimeV1",2099],[3,"ArchivedJournalEntrySocketShutdownV1",2099],[3,"ArchivedJournalEntrySnapshotV1",2099],[4,"ArchivedJournalSnapshot0ClockidV1",2099],[4,"ArchivedJournalWhenceV1",2099],[4,"ArchivedJournalAdviceV1",2099],[3,"ArchivedJournalIpCidrV1",2099],[4,"ArchivedJournalExitCodeV1",2099],[4,"ArchivedJournalSnapshotTriggerV1",2099],[4,"ArchivedJournalEpollCtlV1",2099],[3,"ArchivedJournalEpollEventCtlV1",2099],[4,"ArchivedJournalStreamSecurityV1",2099],[4,"ArchivedJournalAddressfamilyV1",2099],[4,"ArchivedJournalSocktypeV1",2099],[4,"ArchivedJournalSockoptionV1",2099],[4,"ArchivedJournalTimeTypeV1",2099],[4,"ArchivedJournalSocketShutdownV1",2099],[4,"ArchivedJournalThreadStartTypeV1",2099],[3,"ArchivedJournalWasiMemoryLayout",2099],[8,"Clone",30369],[3,"JournalEntryInitModuleV1",2099],[3,"JournalEntryClearEtherealV1",2099],[3,"JournalEntryProcessExitV1",2099],[3,"JournalEntrySetThreadV1",2099],[3,"JournalEntryCloseThreadV1",2099],[3,"JournalEntryFileDescriptorSeekV1",2099],[3,"JournalEntryFileDescriptorWriteV1",2099],[3,"JournalEntryUpdateMemoryRegionV1",2099],[3,"JournalEntrySetClockTimeV1",2099],[3,"JournalEntryOpenFileDescriptorV1",2099],[3,"JournalEntryCloseFileDescriptorV1",2099],[3,"JournalEntryRenumberFileDescriptorV1",2099],[3,"JournalEntryDuplicateFileDescriptorV1",2099],[3,"JournalEntryCreateDirectoryV1",2099],[3,"JournalEntryRemoveDirectoryV1",2099],[3,"JournalEntryPathSetTimesV1",2099],[3,"JournalEntryFileDescriptorSetTimesV1",2099],[3,"JournalEntryFileDescriptorSetSizeV1",2099],[3,"JournalEntryFileDescriptorSetFlagsV1",2099],[3,"JournalEntryFileDescriptorSetRightsV1",2099],[3,"JournalEntryFileDescriptorAdviseV1",2099],[3,"JournalEntryFileDescriptorAllocateV1",2099],[3,"JournalEntryCreateHardLinkV1",2099],[3,"JournalEntryCreateSymbolicLinkV1",2099],[3,"JournalEntryUnlinkFileV1",2099],[3,"JournalEntryPathRenameV1",2099],[3,"JournalEntryChangeDirectoryV1",2099],[3,"JournalEntryEpollCreateV1",2099],[3,"JournalEntryEpollCtlV1",2099],[3,"JournalEntryTtySetV1",2099],[3,"JournalEntryCreatePipeV1",2099],[3,"JournalEntryCreateEventV1",2099],[3,"JournalEntryPortAddAddrV1",2099],[3,"JournalEntryPortDelAddrV1",2099],[3,"JournalEntryPortBridgeV1",2099],[3,"JournalEntryPortGatewaySetV1",2099],[3,"JournalEntryPortRouteAddV1",2099],[3,"JournalEntryPortRouteDelV1",2099],[3,"JournalEntrySocketOpenV1",2099],[3,"JournalEntrySocketListenV1",2099],[3,"JournalEntrySocketBindV1",2099],[3,"JournalEntrySocketConnectedV1",2099],[3,"JournalEntrySocketAcceptedV1",2099],[3,"JournalEntrySocketJoinIpv4MulticastV1",2099],[3,"JournalEntrySocketJoinIpv6MulticastV1",2099],[3,"JournalEntrySocketLeaveIpv4MulticastV1",2099],[3,"JournalEntrySocketLeaveIpv6MulticastV1",2099],[3,"JournalEntrySocketSendFileV1",2099],[3,"JournalEntrySocketSendToV1",2099],[3,"JournalEntrySocketSendV1",2099],[3,"JournalEntrySocketSetOptFlagV1",2099],[3,"JournalEntrySocketSetOptSizeV1",2099],[3,"JournalEntrySocketSetOptTimeV1",2099],[3,"JournalEntrySocketShutdownV1",2099],[3,"JournalEntrySnapshotV1",2099],[4,"JournalSnapshot0ClockidV1",2099],[4,"JournalWhenceV1",2099],[4,"JournalAdviceV1",2099],[3,"JournalIpCidrV1",2099],[4,"JournalExitCodeV1",2099],[4,"JournalSnapshotTriggerV1",2099],[4,"JournalEpollCtlV1",2099],[3,"JournalEpollEventCtlV1",2099],[4,"JournalStreamSecurityV1",2099],[4,"JournalAddressfamilyV1",2099],[4,"JournalSocktypeV1",2099],[4,"JournalSockoptionV1",2099],[4,"JournalTimeTypeV1",2099],[4,"JournalSocketShutdownV1",2099],[4,"JournalThreadStartTypeV1",2099],[3,"JournalWasiMemoryLayout",2099],[3,"CompactingJournalTx",2099],[4,"SocketJournalEvent",2099],[4,"SocketShutdownHow",2099],[4,"SocketOptTimeType",2099],[4,"SnapshotTrigger",2099],[3,"CompactResult",2099],[3,"CompactingLogFileJournalTx",2099],[8,"WritableJournal",2099],[4,"JournalPrintingMode",2099],[3,"LogReadResult",2099],[8,"Fallible",30370],[15,"char"],[8,"FromIterator",30371],[3,"BufferedJournalTx",2099],[3,"FilteredJournalTx",2099],[3,"PipeJournalTx",2099],[3,"LogWriteResult",2099],[4,"Snapshot0Clockid",26912],[4,"Whence",26912],[4,"Advice",26912],[4,"EpollCtl",26912],[3,"EpollEventCtl",26912],[4,"Addressfamily",26912],[4,"Socktype",26912],[4,"Sockoption",26912],[4,"ThreadStartType",30372],[3,"WasiMemoryLayout",11779],[4,"TimeType",10416],[3,"File",30373],[8,"AsRef",30349],[8,"ScratchSpace",30374],[8,"Serializer",30374],[3,"TryFromPrimitiveError",30375],[4,"ArchivedJournalEntry",2099],[15,"f32"],[3,"RandomState",30376],[3,"HashSet",17420],[3,"SystemTime",9850],[3,"Duration",30377],[3,"Range",9850],[3,"NonZeroUsize",30378],[8,"Step",30379],[6,"Result",30337],[6,"Timestamp",26912],[6,"EventFdFlags",24890],[15,"i64"],[3,"Fstflags",26912],[6,"LookupFlags",24890],[3,"Oflags",24890],[4,"SockProto",24890],[6,"SiFlags",24890],[3,"WasiThreadId",11779],[3,"WasiTtyState",12199],[3,"EngineRef",30380],[3,"StoreMut",30381],[3,"StoreRef",30381],[8,"CheckBytes",30368],[3,"Replacements",30382],[3,"JournalEffector",9850],[8,"PartialOrd",30355],[8,"AsChar",30383],[8,"AsChar",30383],[8,"Default",30384],[3,"MutexGuard",9850],[8,"Deserialize",30361],[8,"Archive",30370],[3,"SystemTimeError",30385],[8,"Copy",30346],[4,"Bound",30386],[3,"OffsetDateTime",30387],[3,"Span",30388],[3,"Span",30389],[8,"Display",30334],[8,"Debug",30334],[3,"HttpDate",30390],[3,"Instant",30391],[3,"SchemaGenerator",30392],[4,"Schema",30393],[8,"Ord",30355],[3,"Recompositions",30394],[3,"Decompositions",30395],[3,"StoreObjects",30396],[8,"RngCore",30397],[3,"__wasi_ciovec_t",24890],[3,"WasmPtr",17420],[8,"MemorySize",17420],[3,"WasiProcessInner",11324],[8,"Serialize",30370],[3,"StreamSafe",30398],[3,"MemoryView",17420],[3,"__wasi_cidr_t",24890],[3,"__wasi_addr_t",24890],[3,"__wasi_addr_port_t",24890],[3,"__wasi_addr_ip4_t",24890],[3,"__wasi_addr_ip6_t",24890],[3,"Route",24890],[3,"IpRoute",30327],[3,"InodeSocket",10416],[8,"VirtualTaskManager",16169],[8,"VirtualNetworking",0],[3,"IndefinitePoll",10416],[4,"InodeHttpSocketType",10416],[3,"SocketProperties",10416],[4,"InodeSocketKind",10416],[4,"WasiSocketStatus",10416],[3,"InodeSocketProtected",10416],[3,"InodeSocketInner",10416],[4,"WasiSocketOption",10416],[6,"Result",30327],[3,"Commands",10782],[8,"VirtualCommand",10782],[3,"CmdWasmer",10823],[3,"Console",10863],[3,"WasiProcess",11324],[6,"DynFsMemoryLimiter",30399],[3,"TaskTerminatedError",11646],[4,"TaskStatus",11646],[3,"CpuBackoffToken",11029],[3,"CpuRunToken",11029],[3,"WasiProcessCpuBackoff",11029],[3,"WasiControlPlane",11111],[3,"WasiControlPlaneHandle",11111],[3,"ControlPlaneConfig",11111],[3,"TaskCountGuard",11111],[3,"State",11111],[3,"MutableState",11111],[3,"WasiProcessId",11324],[6,"LockableWasiProcessInner",11324],[4,"WasiProcessCheckpoint",11324],[4,"MaybeCheckpointResult",11324],[6,"WasiResult",0],[3,"MemorySnapshotRegion",11324],[3,"WasiProcessWait",11324],[15,"i32"],[3,"WasiThread",11779],[3,"WasiThreadHandle",11779],[3,"SignalDeliveryError",11589],[4,"Signal",24890],[6,"DynSignalHandlerAbi",11589],[3,"WasiSignalInterval",11589],[3,"OwnedTaskStatus",11646],[15,"u128"],[3,"ThreadSnapshot",11779],[3,"ThreadStack",11779],[3,"RewindResult",11779],[3,"WasiThreadHandleProtected",11779],[3,"WasiThreadState",11779],[3,"BytesMut",17420],[4,"HandleRewindType",17420],[3,"Mutex",17420],[3,"Condvar",17420],[3,"ConsoleRect",12199],[3,"TtyOptionsInner",12199],[3,"TtyOptions",12199],[4,"InputEvent",12199],[3,"Tty",12199],[8,"SignalHandlerAbi",11589],[3,"SysTty",12441],[6,"c_int",30400],[3,"DeepSleepWork",12490],[3,"DcgiCallbacks",12582],[3,"CreateEnvConfig",13809],[3,"DcgiInstanceFactory",12617],[8,"Callbacks",13809],[3,"RecycleEnvConfig",13809],[3,"AbortHandle",13749],[3,"CreateEnvResult",13809],[3,"DcgiInstance",12739],[3,"State",12617],[3,"Handler",12675],[3,"Body",30401],[3,"SharedState",12675],[3,"Response",30402],[3,"Handler",13912],[3,"Config",12763],[6,"DynJournal",2099],[8,"IntoIterator",30371],[3,"DcgiRunner",12763],[3,"Config",13981],[3,"MappedDirectory",13570],[6,"DynRuntime",14055],[3,"DProxyInstanceFactory",12859],[3,"Handler",12916],[4,"Shard",13384],[3,"DProxyInstance",13211],[3,"State",12859],[3,"SharedState",12916],[3,"Config",13320],[3,"Uri",12975],[3,"Authority",30403],[3,"Builder",30404],[3,"UninitSlice",30405],[3,"PathAndQuery",30406],[3,"InvalidUri",30407],[3,"Parts",30407],[3,"InvalidUriParts",30407],[4,"Error",30408],[3,"Port",30409],[3,"Scheme",30410],[3,"HyperProxyConnectorBuilder",13121],[3,"HyperProxyConnector",13147],[3,"SocketManager",13424],[3,"Internal",30411],[3,"Oneshot",30412],[3,"HyperProxyStream",13179],[3,"Connected",30413],[3,"LocalWithLoopbackNetworking",13241],[3,"LocalWithLoopbackNetworkingListening",13241],[3,"LoopbackNetworking",30414],[3,"DProxyRunner",13320],[3,"WasiRunner",13506],[3,"TcpSocketHalf",30415],[8,"Fn",30331],[3,"Receiver",30416],[3,"EmscriptenRunner",13463],[3,"EmscriptenGlobals",30417],[3,"EmEnv",30417],[3,"Wasi",30418],[3,"TmpFileSystem",30419],[3,"WasiEnvBuilder",16610],[4,"Extern",17420],[3,"MountedDirectory",13570],[3,"MappedCommand",13570],[3,"CommonWasiOptions",13570],[3,"RelativeOrAbsolutePathHack",13570],[3,"OpenOptionsConfig",30356],[3,"AbortRegistration",30420],[8,"AsyncRead",12975],[8,"Unpin",30346],[8,"AsyncWrite",12975],[3,"SharedState",13912],[3,"WcgiRunner",13981],[4,"CgiDialect",30421],[8,"Service",12975],[3,"PluggableRuntime",14055],[3,"OverriddenRuntime",14055],[4,"TaintReason",14055],[3,"DefaultTty",14055],[3,"Engine",30380],[6,"DynHttpClient",1933],[8,"ModuleCache",14423],[6,"DynVirtualNetworking",30327],[8,"PackageLoader",14630],[8,"Source",15563],[8,"TtyBridge",12199],[3,"FallbackCache",14278],[8,"PartialEq",30355],[3,"FileSystemCache",14322],[4,"CacheError",14423],[3,"TokioTaskManager",16314],[3,"SharedCache",14358],[3,"ThreadLocalCache",14390],[4,"SerializeError",30422],[4,"DeserializeError",30422],[3,"PackageSummary",14907],[3,"Resolution",15243],[3,"BuiltinPackageLoader",14482],[3,"InMemoryCache",14482],[3,"DistributionInfo",14907],[3,"FileSystemCache",14482],[3,"WebcHash",14907],[3,"Url",30423],[3,"HeaderMap",30424],[3,"Atom",30418],[3,"MappedPathFileSystem",14576],[3,"ItemLocation",15243],[3,"BTreeMap",30425],[4,"PackageId",30426],[3,"ResolvedPackage",15243],[3,"DependencyGraph",15243],[3,"UnsupportedPackageLoader",14633],[3,"Unsupported",14633],[3,"PackageInfo",14907],[4,"ResolveError",15492],[3,"FileSystemSource",14798],[3,"InMemorySource",14832],[3,"NamedPackageSummary",14832],[3,"Dependency",14907],[15,"array"],[3,"FileSystemMapping",14907],[3,"Command",14907],[3,"Manifest",30353],[3,"Version",30427],[3,"Error",30428],[3,"NamedPackageId",30426],[4,"FromHexError",30429],[4,"UrlOrManifest",30353],[3,"VersionReq",30430],[3,"MultiSource",15172],[3,"MultiSourceStrategy",15172],[3,"Node",15243],[3,"Edge",15243],[3,"ResolvedFileSystemMapping",15243],[6,"DiGraph",30431],[3,"NodeIndex",30431],[8,"Iterator",30432],[3,"Graph",30431],[3,"DiscoveredPackages",15492],[4,"QueryError",15563],[3,"WapmSource",15605],[3,"FileSystemCache",15605],[3,"CacheEntry",15605],[3,"HashCacheEntry",15605],[3,"Reply",15605],[3,"GetPackageRelease",15605],[3,"PackageWebc",15605],[3,"WapmWebQuery",15605],[3,"WapmWebQueryData",15605],[3,"WapmWebQueryInfo",15605],[3,"WapmWebQueryGetPackage",15605],[3,"WapmWebQueryGetPackageVersion",15605],[4,"WebCVersion",15605],[3,"WapmWebQueryGetPackageVersionDistribution",15605],[4,"PackageHash",30433],[3,"WebSource",16065],[4,"CacheInfo",16065],[4,"CacheState",16065],[3,"InlineWaker",16169],[4,"SpawnMemoryType",16169],[3,"Memory",17420],[3,"TaskWasmRecycleProperties",16169],[6,"TaskWasmRun",16169],[3,"TaskWasm",16169],[6,"WasmResumeTrigger",16169],[4,"RuntimeOrHandle",16314],[3,"ThreadPool",16314],[3,"SleepNow",16314],[3,"TokioRuntimeGuard",16314],[3,"Handle",30434],[3,"Runtime",30435],[3,"WasiFutex",16455],[3,"WasiBusState",16455],[3,"WasiFutexState",16455],[3,"WasiStateOpener",16455],[3,"PreopenDirBuilder",16610],[3,"WasiEnvInit",16836],[3,"WasiInstanceHandles",16836],[6,"RewindStateOption",12490],[3,"WasiInstanceHandlesPointer",17059],[3,"WasiInstanceHandlesPointer",17095],[3,"WasiInstanceGuard",17095],[3,"WasiInstanceGuardMut",17095],[3,"WasiInstanceGuardMemory",17095],[3,"UnboundedSender",30436],[3,"PollEventBuilder",17196],[4,"PollEvent",17196],[3,"Stdout",17196],[3,"Stderr",17196],[3,"Stdin",17196],[3,"PollEventIter",17196],[3,"IterBridge",30437],[4,"AsyncifyAction",17420],[8,"DeserializeOwned",30361],[3,"WasmRefAccess",30438],[8,"ValueType",30439],[3,"WasmSlice",17420],[3,"WasmSliceAccess",30438],[8,"Eq",30355],[3,"Pages",17420],[8,"Allocator",30440],[3,"Ancestors",30358],[4,"Entry",17420],[3,"CStr",30441],[3,"Errno",30442],[3,"OsStr",30443],[8,"DerefMut",17420],[3,"BorrowedFd",30444],[8,"AsFd",30444],[3,"RefCell",17420],[3,"AtomicBool",17420],[3,"AtomicU32",17420],[3,"AtomicU64",17420],[3,"Memory32",17420],[3,"Memory64",17420],[19,"RawValue",30439],[8,"AsRawFd",30445],[8,"ToOwned",30446],[8,"Deref",17420],[15,"f64"],[3,"SharedMemory",30447],[3,"NonZeroU64",17420],[3,"LittleEndian",30448],[3,"NativeEndian",30448],[3,"BigEndian",30448],[3,"Ref",30449],[3,"RefMut",30449],[4,"ControlFlow",30450],[3,"Bytes",21103],[3,"Bytes",30451],[3,"TypedFunction",17420],[8,"FromToNativeWasmType",30452],[8,"WasmTypeList",30452],[3,"Chain",21103],[8,"Read",17420],[3,"TupleStructCheckError",30368],[4,"HeapType",30453],[3,"BinaryReaderError",30454],[8,"WasmModuleResources",30455],[3,"__wasi_asyncify_t",17420],[3,"Global",17420],[4,"MemoryError",17420],[4,"Infallible",17420],[4,"Ordering",17420],[3,"Id",30456],[8,"Subscriber",30457],[3,"Components",30358],[8,"Borrow",17420],[3,"__wasi_iovec_t",24890],[8,"Tunables",30458],[3,"MemoryType",30459],[4,"MemoryStyle",30460],[3,"VMMemory",30461],[3,"TableType",30459],[4,"TableStyle",30462],[3,"VMTable",30463],[3,"VMMemoryDefinition",30464],[3,"NonNull",30465],[3,"VMTableDefinition",30464],[3,"Current",30456],[8,"WasmModuleResources",30455],[3,"InfiniteSleep",17420],[3,"WasmRef",30466],[3,"Bytes",30467],[8,"AsEngineRef",30380],[8,"IntoBytes",30468],[3,"Difference",30469],[3,"Display",30358],[3,"Weak",30470],[3,"Drain",30376],[3,"Drain",30469],[3,"RefType",30453],[4,"ValType",30453],[3,"Metadata",30471],[3,"Metadata",30472],[8,"Log",30472],[3,"BStr",30473],[3,"OsString",30443],[3,"Vec",30474],[8,"Allocator",30475],[3,"ArchivedHashMap",30476],[3,"ArchivedHashSet",30477],[4,"ArchivedIpAddr",30478],[3,"ArchivedIpv4Addr",30478],[3,"ArchivedIpv6Addr",30478],[4,"ArchivedSocketAddr",30478],[3,"ArchivedDuration",30479],[3,"Event",30480],[3,"ExportsIterator",30481],[3,"ExternRef",30482],[3,"ExtractIf",30376],[8,"FnMut",30331],[3,"ExtractIf",30469],[3,"Flush",30483],[3,"LocalKey",17420],[4,"OnCalledAction",17420],[8,"Pointer",30334],[8,"SmartDisplay",30484],[3,"ByteStr",30485],[3,"Custom",30486],[3,"BString",30487],[3,"PercentDecode",30488],[3,"PercentEncode",30488],[3,"CString",30489],[4,"Key",30490],[4,"Trap",30491],[3,"Table",30492],[3,"FromUtf8Error",30347],[3,"NonZeroU8",30378],[3,"NonZeroU32",30378],[3,"NonZeroU16",30378],[4,"Address",30493],[3,"Address",30494],[3,"SocketAddrV4",30495],[3,"SocketAddrV6",30495],[3,"Box",30496],[3,"Duration",30391],[4,"CompileError",30422],[8,"IntoFallibleIterator",30497],[4,"IoCompileError",30498],[8,"IntoParallelIterator",30499],[4,"Type",30459],[8,"From",30349],[3,"TryFromSliceError",30500],[3,"AddrParseError",30501],[4,"VMExtern",30502],[3,"Cell",30449],[3,"PoisonError",30503],[3,"GlobalType",30453],[3,"GlobalType",30453],[3,"StoreId",30504],[3,"ImportsIterator",30481],[3,"OccupiedEntry",30376],[3,"Intersection",30469],[3,"CowStrDeserializer",30505],[8,"Error",30361],[8,"IntoDeserializer",30361],[3,"AsyncTask",30506],[3,"IntoIter",30376],[3,"IterMut",30376],[3,"Iter",30376],[3,"Iter",30469],[3,"IntoIter",30469],[3,"Iter",30358],[3,"IntoKeys",30376],[4,"TargetAddr",30507],[4,"Error",30508],[3,"IntoValues",30376],[4,"ValType",30453],[3,"WasmSliceIter",30466],[3,"Keys",30376],[3,"Record",30472],[3,"LevelFilter",30471],[3,"MemoryType",30453],[3,"MemoryType",30453],[3,"Metadata",30373],[3,"FormatterOptions",30484],[3,"Metadata",30484],[4,"Ipv6MulticastScope",30509],[3,"FunctionType",30459],[3,"FrameInfo",30510],[4,"TrapCode",30511],[3,"Attributes",30456],[3,"WithoutEnv",30512],[8,"HostFunction",30512],[3,"WithEnv",30512],[3,"AsyncifyPoller",17420],[3,"IoSliceMut",21103],[3,"HeaderValue",30513],[3,"Request",30330],[8,"Buf",30514],[3,"RawEntryBuilder",30376],[3,"RawEntryBuilderMut",30376],[3,"BorrowedCursor",21103],[3,"ReadDir",30373],[3,"Record",30456],[3,"Field",30515],[8,"Visit",30515],[3,"Interest",30457],[3,"ExitCode",30516],[8,"ArchiveUnsized",30370],[4,"GeneratorState",30517],[8,"Generator",30517],[3,"Seek",30518],[8,"SharedSerializeRegistry",30374],[8,"SerializeUnsized",30370],[3,"Shutdown",30519],[3,"SizeHint",30520],[8,"RangeBounds",30386],[3,"LocalFutureObj",30521],[3,"SpawnError",30522],[8,"LocalSpawn",30522],[3,"FutureObj",30521],[8,"Spawn",30522],[6,"LocalBoxFuture",30359],[3,"StripPrefixError",30358],[3,"SubType",30453],[3,"SymmetricDifference",30469],[3,"TableType",30453],[3,"TableType",30453],[3,"FuncType",30453],[3,"Take",21103],[3,"PathSegments",30523],[4,"PathSegmentError",30523],[8,"ToPathSegments",30523],[3,"IntoIter",30329],[3,"BorrowError",30449],[3,"BorrowMutError",30449],[3,"NonZeroI32",30378],[3,"NonZeroIsize",30378],[3,"NonZeroU128",30378],[3,"NonZeroI16",30378],[3,"NonZeroI64",30378],[3,"NonZeroI128",30378],[3,"NonZeroI8",30378],[3,"ConversionRange",30524],[3,"TryFromFloatSecsError",30525],[3,"OccupiedError",30376],[4,"TryLockError",30503],[3,"AllocError",30440],[3,"TryReserveError",30526],[3,"AccessError",30527],[3,"GlobalType",30459],[4,"ExternType",30459],[3,"CoreTypeId",30528],[3,"Union",30469],[3,"Values",30376],[3,"ValuesMut",30376],[3,"WaitTimeoutResult",30529],[8,"WakeRef",30530],[3,"Write",30531],[3,"WriteAll",30532],[3,"WriteAllBuf",30533],[3,"WriteBuf",30534],[8,"Write",17420],[3,"WriteF32",30535],[3,"WriteF32Le",30535],[3,"WriteF64",30535],[3,"WriteF64Le",30535],[15,"i128"],[3,"WriteI128",30535],[3,"WriteI128Le",30535],[3,"WriteI16",30535],[3,"WriteI16Le",30535],[3,"WriteI32",30535],[3,"WriteI32Le",30535],[3,"WriteI64",30535],[3,"WriteI64Le",30535],[15,"i8"],[3,"WriteI8",30535],[3,"WriteU128",30535],[3,"WriteU128Le",30535],[3,"WriteU16",30535],[3,"WriteU16Le",30535],[3,"WriteU32",30535],[3,"WriteU32Le",30535],[3,"WriteU64",30535],[3,"WriteU64Le",30535],[3,"WriteU8",30535],[3,"WriteVectored",30536],[3,"Cursor",21103],[3,"Stdin",21103],[3,"StdinLock",21103],[3,"Stdout",21103],[3,"StdoutLock",21103],[3,"Stderr",21103],[3,"StderrLock",21103],[3,"BufReader",21103],[3,"BufWriter",21103],[3,"BorrowedBuf",21103],[4,"ErrorKind",21103],[3,"Empty",21103],[3,"Sink",21103],[8,"BufRead",21103],[3,"WriterPanicked",21103],[3,"IntoInnerError",21103],[3,"LineWriter",21103],[3,"Repeat",21103],[3,"Split",21103],[3,"Lines",21103],[3,"Error",30537],[3,"Error",30538],[3,"Error",30539],[3,"NulError",30489],[4,"ValueWriteError",30540],[3,"CompressError",30541],[3,"PersistError",30542],[4,"SpawnError",30543],[3,"AsyncFdTryNewError",30544],[3,"PathPersistError",30542],[3,"Error",30545],[3,"TarError",30546],[3,"Elapsed",30547],[3,"Elapsed",30548],[3,"Error",30549],[4,"Error",30550],[3,"DecompressError",30541],[8,"Seek",17420],[4,"Format",30551],[3,"JournalSyscallPlayer",22292],[3,"Tty",26912],[3,"Snapshot0Filestat",26912],[6,"FileDelta",24890],[4,"Snapshot0Whence",26912],[3,"Snapshot0Subscription",26912],[3,"Snapshot0Event",26912],[3,"Sender",22384],[3,"Receiver",22384],[3,"SyncSender",22384],[3,"SendError",22384],[3,"RecvError",22384],[4,"TryRecvError",22384],[4,"RecvTimeoutError",22384],[4,"TrySendError",22384],[3,"Iter",22384],[3,"TryIter",22384],[3,"IntoIter",22384],[3,"Instant",30385],[3,"Dirent",26912],[6,"Dircookie",26912],[4,"FdWriteSource",24447],[4,"EventResultType",24493],[3,"EventResult",24493],[3,"Event",26912],[3,"PollBatch",24493],[4,"Bool",24890],[3,"ThreadStart",26912],[3,"EpollJoinWaker",24650],[3,"EpollEvent",26912],[3,"EpollHandler",24650],[4,"InterestType",30343],[3,"RawWaker",30362],[3,"Sender",30552],[3,"EpollType",26912],[3,"FutexPoller",24714],[3,"OptionTimestamp",24890],[4,"Streamsecurity",26912],[3,"__wasi_hardwareaddress_t",24890],[3,"ForkResult",24771],[6,"Pid",26912],[4,"JoinStatusResult",24797],[3,"OptionPid",26912],[3,"JoinFlags",26912],[3,"JoinStatus",26912],[4,"StdioMode",24890],[3,"ProcessHandles",26912],[6,"RiFlags",24890],[6,"RoFlags",24890],[6,"SdFlags",24890],[4,"Sockstatus",26912],[3,"StackSnapshot",26912],[6,"Longsize",26912],[6,"Tid",26912],[3,"__wasi_addr_ip4_port_t",24890],[3,"__wasi_cidr_ip4_t",24890],[3,"__wasi_addr_unix_t",24890],[3,"__wasi_addr_unix_port_t",24890],[3,"__wasi_cidr_unix_t",24890],[3,"__wasi_addr_ip6_port_t",24890],[3,"__wasi_cidr_ip6_t",24890],[3,"__wasi_addr_u",24890],[3,"__wasi_addr_port_u",24890],[3,"__wasi_cidr_u",24890],[4,"Eventtype",24890],[3,"SubscriptionFsReadwrite",24890],[4,"OptionTag",24890],[3,"AddrUnspec",24890],[3,"AddrUnspecPort",24890],[3,"CidrUnspec",24890],[3,"HttpHandles",24890],[3,"HttpStatus",24890],[4,"Timeout",24890],[3,"Lookup",26912],[3,"Subclockflags",26912],[3,"Eventrwflags",26912],[3,"ThreadStateFlags",26912],[4,"Clockid",26912],[3,"Snapshot0Dirent",26912],[3,"Snapshot0SubscriptionClock",26912],[3,"SubscriptionClock",26912],[4,"Preopentype",26912],[3,"EventFdReadwrite",26912],[3,"OptionFd",26912],[3,"PrestatUDir",26912],[3,"PrestatU",26912],[3,"PipeHandles",26912],[4,"JoinStatusType",26912],[3,"ErrnoSignal",26912],[4,"PrestatEnum",26912],[19,"Snapshot0SubscriptionUnion",26912],[19,"SubscriptionUnion",26912],[19,"EventUnion",26912],[19,"JoinStatusUnion",26912],[3,"EpollData",26912],[3,"WasiDummyWaker",30108],[3,"OwnedRwLockReadGuard",30140],[3,"OwnedRwLockWriteGuard",30140],[6,"LockResult",30503],[6,"Error",30553],[3,"WasiParkingLot",30294],[8,"RewindPostProcess",12490],[6,"WasiBidirectionalSharedPipePair",0],[13,"BinaryNotFound",770],[13,"CompileError",770],[13,"NotFound",770],[13,"ModuleLoad",770],[13,"MissingEntrypoint",770],[13,"Join",1627],[13,"Handler",1627],[13,"Symlink",1630],[13,"Buffer",1630],[13,"Dir",1630],[13,"Root",1630],[13,"File",1630],[13,"EventNotifications",1630],[13,"Pipe",1630],[13,"Epoll",1630],[13,"Socket",1630],[6,"EpollSubscriptions",1436],[13,"Socket",1843],[13,"Pipe",1843],[4,"JournalSockoptionV1Resolver",2099],[4,"JournalTimeTypeV1Resolver",2099],[4,"JournalEpollCtlV1Resolver",2099],[4,"JournalStreamSecurityV1Resolver",2099],[4,"JournalSnapshotTriggerV1Resolver",2099],[4,"JournalSocketShutdownV1Resolver",2099],[4,"JournalEntryRecordTypeResolver",2099],[4,"JournalWhenceV1Resolver",2099],[4,"JournalSocktypeV1Resolver",2099],[4,"JournalAdviceV1Resolver",2099],[4,"JournalExitCodeV1Resolver",2099],[4,"JournalAddressfamilyV1Resolver",2099],[4,"JournalThreadStartTypeV1Resolver",2099],[4,"JournalSnapshot0ClockidV1Resolver",2099],[3,"JournalEntryPortDelAddrV1Resolver",2099],[3,"JournalEntrySocketBindV1Resolver",2099],[3,"JournalEntrySocketSendToV1Resolver",2099],[3,"JournalEntryFileDescriptorAdviseV1Resolver",2099],[3,"JournalEntrySocketOpenV1Resolver",2099],[3,"JournalEntrySocketListenV1Resolver",2099],[3,"JournalEntryInitModuleV1Resolver",2099],[3,"JournalEntryClearEtherealV1Resolver",2099],[3,"JournalEntryProcessExitV1Resolver",2099],[3,"JournalEntrySetThreadV1Resolver",2099],[3,"JournalEntryCloseThreadV1Resolver",2099],[3,"JournalEntryFileDescriptorSeekV1Resolver",2099],[3,"JournalEntryFileDescriptorWriteV1Resolver",2099],[3,"JournalEntryUpdateMemoryRegionV1Resolver",2099],[3,"JournalEntrySetClockTimeV1Resolver",2099],[3,"JournalEntryOpenFileDescriptorV1Resolver",2099],[3,"JournalEntryCloseFileDescriptorV1Resolver",2099],[3,"JournalEntryRenumberFileDescriptorV1Resolver",2099],[3,"JournalEntryDuplicateFileDescriptorV1Resolver",2099],[3,"JournalEntryCreateDirectoryV1Resolver",2099],[3,"JournalEntryRemoveDirectoryV1Resolver",2099],[3,"JournalEntryPathSetTimesV1Resolver",2099],[3,"JournalEntryFileDescriptorSetTimesV1Resolver",2099],[3,"JournalEntryFileDescriptorSetSizeV1Resolver",2099],[3,"JournalEntryFileDescriptorSetFlagsV1Resolver",2099],[3,"JournalEntryFileDescriptorSetRightsV1Resolver",2099],[3,"JournalEntryFileDescriptorAllocateV1Resolver",2099],[3,"JournalEntryCreateHardLinkV1Resolver",2099],[3,"JournalEntryCreateSymbolicLinkV1Resolver",2099],[3,"JournalEntryUnlinkFileV1Resolver",2099],[3,"JournalEntryPathRenameV1Resolver",2099],[3,"JournalEntryChangeDirectoryV1Resolver",2099],[3,"JournalEntryEpollCreateV1Resolver",2099],[3,"JournalEntryEpollCtlV1Resolver",2099],[3,"JournalEntryTtySetV1Resolver",2099],[3,"JournalEntryCreatePipeV1Resolver",2099],[3,"JournalEntryCreateEventV1Resolver",2099],[3,"JournalEntryPortAddAddrV1Resolver",2099],[3,"JournalEntryPortBridgeV1Resolver",2099],[3,"JournalEntryPortGatewaySetV1Resolver",2099],[3,"JournalEntryPortRouteAddV1Resolver",2099],[3,"JournalEntryPortRouteDelV1Resolver",2099],[3,"JournalEntrySocketConnectedV1Resolver",2099],[3,"JournalEntrySocketAcceptedV1Resolver",2099],[3,"JournalEntrySocketJoinIpv4MulticastV1Resolver",2099],[3,"JournalEntrySocketJoinIpv6MulticastV1Resolver",2099],[3,"JournalEntrySocketLeaveIpv4MulticastV1Resolver",2099],[3,"JournalEntrySocketLeaveIpv6MulticastV1Resolver",2099],[3,"JournalEntrySocketSendFileV1Resolver",2099],[3,"JournalEntrySocketSendV1Resolver",2099],[3,"JournalEntrySocketSetOptFlagV1Resolver",2099],[3,"JournalEntrySocketSetOptSizeV1Resolver",2099],[3,"JournalEntrySocketSetOptTimeV1Resolver",2099],[3,"JournalEntrySocketShutdownV1Resolver",2099],[3,"JournalEntrySnapshotV1Resolver",2099],[3,"JournalIpCidrV1Resolver",2099],[3,"JournalEpollEventCtlV1Resolver",2099],[3,"JournalWasiMemoryLayoutResolver",2099],[13,"ThreadSpawn",9681],[13,"PortDelAddrV1",9682],[13,"SocketBindV1",9682],[13,"SocketSendToV1",9682],[13,"FileDescriptorAdviseV1",9682],[13,"SocketOpenV1",9682],[13,"SocketListenV1",9682],[13,"SetThreadV1",9682],[13,"PortAddAddrV1",9682],[13,"PortRouteAddV1",9682],[13,"SetClockTimeV1",9682],[13,"UpdateMemoryRegionV1",9682],[13,"DuplicateFileDescriptorV1",9682],[13,"SocketSendFileV1",9682],[13,"FileDescriptorWriteV1",9682],[13,"SocketSendV1",9682],[13,"OpenFileDescriptorV1",9682],[13,"EpollCtlV1",9682],[13,"ProcessExitV1",9682],[13,"CloseThreadV1",9682],[13,"FileDescriptorSeekV1",9682],[13,"CloseFileDescriptorV1",9682],[13,"CreateDirectoryV1",9682],[13,"RemoveDirectoryV1",9682],[13,"PathSetTimesV1",9682],[13,"FileDescriptorSetTimesV1",9682],[13,"FileDescriptorSetFlagsV1",9682],[13,"FileDescriptorSetRightsV1",9682],[13,"FileDescriptorSetSizeV1",9682],[13,"FileDescriptorAllocateV1",9682],[13,"CreateSymbolicLinkV1",9682],[13,"UnlinkFileV1",9682],[13,"EpollCreateV1",9682],[13,"CreateEventV1",9682],[13,"SocketConnectedV1",9682],[13,"SocketAcceptedV1",9682],[13,"SocketJoinIpv4MulticastV1",9682],[13,"SocketJoinIpv6MulticastV1",9682],[13,"SocketLeaveIpv4MulticastV1",9682],[13,"SocketLeaveIpv6MulticastV1",9682],[13,"SocketSetOptFlagV1",9682],[13,"SocketSetOptSizeV1",9682],[13,"SocketSetOptTimeV1",9682],[13,"SocketShutdownV1",9682],[13,"CreatePipeV1",9682],[13,"PortGatewaySetV1",9682],[13,"PortRouteDelV1",9682],[13,"TtySetV1",9682],[13,"PortBridgeV1",9682],[13,"RenumberFileDescriptorV1",9682],[13,"CreateHardLinkV1",9682],[13,"PathRenameV1",9682],[13,"ChangeDirectoryV1",9682],[13,"SnapshotV1",9682],[13,"InitModuleV1",9682],[13,"ThreadSpawn",9838],[13,"ThreadSpawn",9839],[13,"Icmp",9840],[13,"TcpListen",9840],[13,"TcpStream",9840],[13,"UdpSocket",9840],[13,"TcpListener",10762],[13,"PreSocket",10762],[13,"RemoteSocket",10762],[13,"UdpSocket",10762],[13,"TcpStream",10762],[3,"ConsoleConst",10920],[8,"VirtualTaskHandle",11646],[13,"TaskLimitReached",11323],[13,"Snapshot",11588],[8,"Runner",13503],[6,"PollListeningFn",13424],[3,"NoOpWcgiCallbacks",13809],[6,"SetupBuilder",13912],[13,"FileRead",14464],[13,"FileWrite",14464],[13,"NoMatches",15600],[13,"Registry",15559],[13,"DuplicateVersions",15559],[13,"Hit",16163],[13,"PossiblyDirty",16166],[13,"UnableToVerify",16166],[8,"VirtualTaskManagerExt",16169],[8,"TryInto",17420],[6,"Sha256",17420],[8,"AsyncWriteExt",17420],[8,"IntoWaker",17420],[8,"AsyncSeekExt",17420],[13,"CouldNotGrow",21095],[13,"MinimumMemoryTooLarge",21095],[13,"MaximumMemoryTooLarge",21095],[13,"UnsupportedOperation",21095],[13,"InvalidMemory",21095],[8,"IsTerminal",21103],[13,"Dir",24358],[13,"Iovs",24471]],"a":{"&*":[17484],"*":[17484,17485],"..":[9953],"basename":[18908],"compare_and_swap":[18267,18270],"dirname":[19844],"errno":[21714],"getlasterror":[21714],"in6addr_any":[17757],"in6addr_any_init":[17757],"in6addr_loopback":[17574],"in6addr_loopback_init":[17574],"inaddr_any":[17756]}},\ +"wasmer_wasix_types":{"doc":"","t":"AAAALDLLLLLLLLMLLLLLLLLLLLMLLLLLLLLAAAAAAARFRCCCCRRRRFCCCCLLDDLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLCCCCCCCDCCCCRRRRRRLLLLLLLLLLLLLLLLLDDDDDDDDDDDDDDDDMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLCCCCNNNNDDENNENNNNNNNNNENNNNNDNNENNNNNNNGNNNNNNGNNNGNDGNNNNNNNNNNEDDDDENDNNDGDTDENENNNNNNGNNDDGGDENDNNDDNNNNNNNNNGNNNNNNNNNDDETNNNGNNGDGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNDDEDNNNNGNNDNEDEDDNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNGDGNNNNGNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNGEDDDGDDTEENNNNEEENNNDNENNEDDDDTNNNNNDDGNEGGGGNNNDNNNNNNNNNNNNNNNNNNNNNGENNNMMAAMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMAMMSNNNDDENNENNNNNNNNNENNSNNNDNNENNNNNNNGNNSSSNNNGNNGNDGNNNNNNSNNNNEDNNGDDENNNSSSSSSSSSSSSSSNNNNGNNDDGGDENDNNDDNNNNNNNNNGNNNNNNNNNDENNNGNNDGNNNNNNNNNNNNNNNNSSNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNDNNNNDDEDNNSSSSSSSSSSSSSSSNGNNDNEDDDNNDNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNSNNNNNNNNNNNNGDGNNNSSSSSSSSSSSSSSSSSSNGNNNNNNNNGNNNNNNNNNNENNNNNNNNNNNNNNNNNNNNNNGEDDGDEENNNNEEENNNNENNEDDDNNSSNNNDGNEGNNNDNNNNNNNNNNNNNNNNNNNNGSENNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLMLLLLLLLLLMMLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNELLLLLLLLLLLLLLLLLLLLLLMNNSSSSSSSSEDDDDNDTEDTGNNDDTDDTDGGGNLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLMMLLMLLLLLLLMMMMMLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLNNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLM","n":["asyncify","types","wasi","wasix","__clone_box","__wasi_asyncify_t","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","end","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","init","into","layout_raw","pointer_metadata","start","to_owned","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","zero_padding_bytes","directory","file","io","net","signal","subscription","time","__WASI_DIRCOOKIE_START","dirent_to_le_bytes","EVENT_FD_FLAGS_SEMAPHORE","EventFdFlags","FileDelta","LookupFlags","Oflags","__WASI_LOOKUP_SYMLINK_FOLLOW","__WASI_STDERR_FILENO","__WASI_STDIN_FILENO","__WASI_STDOUT_FILENO","print_right_set","Bool","Count","OptionTag","StdioMode","__clone_box","__clone_box","__wasi_ciovec_t","__wasi_iovec_t","borrow","borrow","borrow_mut","borrow_mut","buf","buf","buf_len","buf_len","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","init","init","into","into","layout_raw","layout_raw","pointer_metadata","pointer_metadata","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","zero_padding_bytes","zero_padding_bytes","AddrUnspec","AddrUnspecPort","CidrUnspec","HttpHandles","HttpStatus","RiFlags","RoFlags","Route","SdFlags","SiFlags","SockProto","Timeout","__WASI_SHUT_RD","__WASI_SHUT_WR","__WASI_SOCK_RECV_INPUT_DATA_TRUNCATED","__WASI_SOCK_RECV_INPUT_PEEK","__WASI_SOCK_RECV_INPUT_WAITALL","__WASI_SOCK_RECV_OUTPUT_DATA_TRUNCATED","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__wasi_addr_ip4_port_t","__wasi_addr_ip4_t","__wasi_addr_ip6_port_t","__wasi_addr_ip6_t","__wasi_addr_port_t","__wasi_addr_port_u","__wasi_addr_t","__wasi_addr_u","__wasi_addr_unix_port_t","__wasi_addr_unix_t","__wasi_cidr_ip4_t","__wasi_cidr_ip6_t","__wasi_cidr_t","__wasi_cidr_u","__wasi_cidr_unix_t","__wasi_hardwareaddress_t","_padding","_padding","_padding","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","cidr","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","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","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","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","expires_at","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","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","ip","ip","ip","ip","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","octs","octs","octs","octs","octs","octs","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","port","port","port","preferred_until","prefix","prefix","prefix","segs","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_from","try_from","try_from","try_from","try_from","try_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","u","u","u","unix","unix","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","via_router","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","Signal","Eventtype","SubscriptionFsReadwrite","OptionTimestamp","Accept","AcceptTimeout","Access","Add","AddrUnspec","AddrUnspecPort","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Ah","Already","AnyEncryption","Badf","Badmsg","Beetph","BlockDevice","Bool","Broadcast","Busy","Canceled","CharacterDevice","Child","CidrUnspec","ClassicEncryption","Clock","Clockid","Closed","Comp","Connaborted","Connect","ConnectTimeout","Connrefused","Connreset","Count","Cur","Cur","Dccp","Deadlk","Del","Destaddrreq","Device","Dgram","Dir","Dir","Dircookie","Directory","Dirent","Dirnamlen","Dom","DontRoute","Dontneed","DoubleEncryption","Dquot","Dstopts","Egp","Encap","End","End","EpollCtl","EpollData","EpollEvent","EpollEventCtl","EpollType","Errno","Errno","ErrnoSignal","Esp","Ethernet","Event","EventFdFlags","EventFdReadwrite","EventUnion","Eventrwflags","Eventtype","Exist","ExitCode","ExitNormal","ExitSignal","Failed","False","Fault","Fbig","Fd","FdRead","FdWrite","Fdflags","Fdstat","FileDelta","Filesize","Filestat","Filetype","Fragment","Fstflags","Gre","Hostunreach","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Idrm","Igmp","Ilseq","Inet4","Inet6","Inherit","Inode","Inprogress","Intr","Inval","Io","Ip","Ipip","Ipv6","Isconn","Isdir","JoinFlags","JoinStatus","JoinStatusType","JoinStatusUnion","KeepAlive","LastError","Linger","Linkcount","Listening","Log","Longsize","Lookup","LookupFlags","Loop","Max","Memviolation","Mfile","Mh","Mlink","Mod","Monotonic","Monotonic","Mpls","Mptcp","Msgsize","Mtp","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","Nametoolong","Netdown","Netreset","Netunreach","Nfile","NoDelay","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","None","None","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Nothing","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","Oflags","OnlyV6","OobInline","Opened","Opening","OptionFd","OptionPid","OptionTag","OptionTimestamp","Other","Overflow","Ownerdead","Perm","Pid","Pim","Pipe","PipeHandles","Piped","Preopentype","Prestat","PrestatEnum","PrestatU","PrestatUDir","ProcessCputimeId","ProcessCputimeId","ProcessHandles","Promiscuous","Proto","Proto","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Protonosupport","Prototype","Pup","Random","Range","Raw","Read","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RegularFile","ReuseAddr","ReusePort","RiFlags","Rights","RoFlags","Rofs","Routing","Rsvp","Sctp","SdFlags","SendBufSize","SendLowat","SendTimeout","Seqpacket","Sequential","Set","Set","Shutdown","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Size","Snapshot0Clockid","Snapshot0Dirent","Snapshot0Event","Snapshot0Filestat","Snapshot0Linkcount","Snapshot0Subscription","Snapshot0SubscriptionClock","Snapshot0SubscriptionUnion","Snapshot0Whence","SockProto","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Some","Spipe","Srch","StackSnapshot","Stale","StdioMode","Stopped","Stream","Streamsecurity","Subclockflags","Subscription","SubscriptionClock","SubscriptionFsReadwrite","SubscriptionUnion","Success","SymbolicLink","Tcp","ThreadCputimeId","ThreadCputimeId","ThreadStart","ThreadStateFlags","Tid","Timedout","Timeout","Timestamp","TlKey","TlUser","TlVal","Toobig","True","Ttl","Tty","Txtbsy","Type","Udp","Udplite","Unencrypted","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unspec","Userdata","Whence","Willneed","Write","Xdev","addr","addr","bindings","bindings_manual","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","clock","clock","clock","clock_id","cols","d_ino","d_ino","d_namlen","d_namlen","d_next","d_next","d_type","d_type","data","data","data1","data1","data2","data2","dir","echo","error","error","events","events","exit_code","exit_normal","exit_signal","fd","fd","fd","fd_readwrite","fd_readwrite","fd_readwrite","fd_readwrite","file_descriptor","flags","flags","flags","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","guard_size","hash","hdr","height","id","identifier","line_buffered","n0","nbytes","nothing","ok","other","pid","pid","pipe","port","pr_name_len","pr_type","precision","precision","prefix","ptr","ptr","redirect","req","res","reserved","rows","signal","size","st_atim","st_atim","st_ctim","st_ctim","st_dev","st_dev","st_filetype","st_filetype","st_ino","st_ino","st_mtim","st_mtim","st_nlink","st_nlink","st_size","st_size","stack_size","stack_upper","start_args","start_funct","status","stderr","stderr_tty","stdin","stdin_tty","stdout","stdout_tty","stopped","tag","tag","tag","tag","timeout","timeout","tls_base","type_","type_","type_","type_","u","u","u","u","u","user","userdata","userdata","userdata","userdata","wasix_manual","width","pr_name_len","APPEND","Accept","AcceptTimeout","Access","AddrUnspec","AddrUnspecPort","Addressfamily","Addrinuse","Addrnotavail","Advice","Afnosupport","Again","Ah","Already","AnyEncryption","Badf","Badmsg","Beetph","BlockDevice","Bool","Broadcast","Busy","CREATE","Canceled","CharacterDevice","Child","CidrUnspec","ClassicEncryption","Clock","Clockid","Closed","Comp","Connaborted","Connect","ConnectTimeout","Connrefused","Connreset","Count","Cur","Cur","DIRECTORY","DLERROR_FLAG","DSYNC","Dccp","Deadlk","Destaddrreq","Device","Dgram","Dir","Dircookie","Directory","Dirent","Dirnamlen","Dom","DontRoute","Dontneed","DoubleEncryption","Dquot","Dstopts","EXCL","Egp","Encap","End","End","Errno","ErrnoSignal","Esp","Ethernet","EventFdFlags","EventFdReadwrite","Eventrwflags","Eventtype","Exist","ExitNormal","ExitSignal","FD_ADVISE","FD_ALLOCATE","FD_DATASYNC","FD_FDSTAT_SET_FLAGS","FD_FILESTAT_GET","FD_FILESTAT_SET_SIZE","FD_FILESTAT_SET_TIMES","FD_READ","FD_READDIR","FD_READWRITE_HANGUP","FD_SEEK","FD_SYNC","FD_TELL","FD_WRITE","Failed","False","Fault","Fbig","Fd","FdRead","FdWrite","Fdflags","Fdstat","FileDelta","Filesize","Filestat","Filetype","Fragment","Fstflags","Gre","Hostunreach","HttpHandles","HttpStatus","Icmp","Icmpv6","Idp","Idrm","Igmp","Ilseq","Inet4","Inet6","Inherit","Inode","Inprogress","Intr","Inval","Io","Ip","Ipip","Ipv6","Isconn","Isdir","JoinFlags","JoinStatusType","KeepAlive","LastError","Linger","Linkcount","Listening","Log","Lookup","LookupFlags","Loop","Max","Memviolation","Mfile","Mh","Mlink","Monotonic","Monotonic","Mpls","Mptcp","Msgsize","Mtp","MulticastLoopV4","MulticastLoopV6","MulticastTtlV4","Multihop","NONBLOCK","NON_BLOCKING","Nametoolong","Netdown","Netreset","Netunreach","Nfile","NoDelay","Nobufs","Nodev","Noent","Noexec","Nolck","Nolink","Nomem","Nomsg","None","None","Noop","Noprotoopt","Noreuse","Normal","Nospc","Nosys","Notcapable","Notconn","Notdir","Notempty","Nothing","Notrecoverable","Notsock","Notsup","Notty","Null","Nxio","Oflags","OnlyV6","OobInline","Opened","Opening","OptionFd","OptionPid","OptionTag","OptionTimestamp","Overflow","Ownerdead","PATH_CREATE_DIRECTORY","PATH_CREATE_FILE","PATH_FILESTAT_GET","PATH_FILESTAT_SET_SIZE","PATH_FILESTAT_SET_TIMES","PATH_LINK_SOURCE","PATH_LINK_TARGET","PATH_OPEN","PATH_READLINK","PATH_REMOVE_DIRECTORY","PATH_RENAME_SOURCE","PATH_RENAME_TARGET","PATH_SYMLINK","PATH_UNLINK_FILE","POLL_FD_READWRITE","Perm","Pid","Pim","Pipe","PipeHandles","Piped","Preopentype","Prestat","PrestatU","PrestatUDir","ProcessCputimeId","ProcessCputimeId","ProcessHandles","Promiscuous","Proto","Proto","ProtoEighteen","ProtoEighty","ProtoEightyeight","ProtoEightyfive","ProtoEightyfour","ProtoEightynine","ProtoEightyone","ProtoEightyseven","ProtoEightysix","ProtoEightythree","ProtoEightytwo","ProtoEleven","ProtoFifteen","ProtoFiftyfive","ProtoFiftyfour","ProtoFiftyseven","ProtoFiftysix","ProtoFiftythree","ProtoFiftytwo","ProtoFive","ProtoFourteen","ProtoFourty","ProtoFourtyeight","ProtoFourtyfive","ProtoFourtynine","ProtoFourtytwo","ProtoNine","ProtoNineetyseven","ProtoNineteen","ProtoNinety","ProtoNinetyfive","ProtoNinetynine","ProtoNinetyone","ProtoNinetysix","ProtoNinetythree","ProtoOnehundred","ProtoOnehundredandeighteen","ProtoOnehundredandeighty","ProtoOnehundredandeightyeight","ProtoOnehundredandeightyfive","ProtoOnehundredandeightyfour","ProtoOnehundredandeightynine","ProtoOnehundredandeightyone","ProtoOnehundredandeightyseven","ProtoOnehundredandeightysix","ProtoOnehundredandeightythree","ProtoOnehundredandeightytwo","ProtoOnehundredandeleven","ProtoOnehundredandfifteen","ProtoOnehundredandfifty","ProtoOnehundredandfiftyeight","ProtoOnehundredandfiftyfive","ProtoOnehundredandfiftyfour","ProtoOnehundredandfiftynine","ProtoOnehundredandfiftyone","ProtoOnehundredandfiftyseven","ProtoOnehundredandfiftysix","ProtoOnehundredandfiftythree","ProtoOnehundredandfiftytwo","ProtoOnehundredandfive","ProtoOnehundredandfour","ProtoOnehundredandfourteen","ProtoOnehundredandfourty","ProtoOnehundredandfourtyeight","ProtoOnehundredandfourtyfive","ProtoOnehundredandfourtyfour","ProtoOnehundredandfourtynine","ProtoOnehundredandfourtyone","ProtoOnehundredandfourtyseven","ProtoOnehundredandfourtysix","ProtoOnehundredandfourtytwo","ProtoOnehundredandnine","ProtoOnehundredandnineteen","ProtoOnehundredandninety","ProtoOnehundredandninetyeight","ProtoOnehundredandninetyfive","ProtoOnehundredandninetyfour","ProtoOnehundredandninetynine","ProtoOnehundredandninetyone","ProtoOnehundredandninetyseven","ProtoOnehundredandninetysix","ProtoOnehundredandninetythree","ProtoOnehundredandninetytwo","ProtoOnehundredandone","ProtoOnehundredandseven","ProtoOnehundredandseventeen","ProtoOnehundredandseventy","ProtoOnehundredandseventyeight","ProtoOnehundredandseventyfive","ProtoOnehundredandseventyfour","ProtoOnehundredandseventynine","ProtoOnehundredandseventyone","ProtoOnehundredandseventyseven","ProtoOnehundredandseventysix","ProtoOnehundredandseventythree","ProtoOnehundredandseventytwo","ProtoOnehundredandsix","ProtoOnehundredandsixteen","ProtoOnehundredandsixty","ProtoOnehundredandsixtyeight","ProtoOnehundredandsixtyfive","ProtoOnehundredandsixtyfour","ProtoOnehundredandsixtynine","ProtoOnehundredandsixtyone","ProtoOnehundredandsixtyseven","ProtoOnehundredandsixtysix","ProtoOnehundredandsixtythree","ProtoOnehundredandsixtytwo","ProtoOnehundredandten","ProtoOnehundredandthirteen","ProtoOnehundredandthirty","ProtoOnehundredandthirtyeight","ProtoOnehundredandthirtyfour","ProtoOnehundredandthirtynine","ProtoOnehundredandthirtyone","ProtoOnehundredandthirtythree","ProtoOnehundredandtwelve","ProtoOnehundredandtwenty","ProtoOnehundredandtwentyeight","ProtoOnehundredandtwentyfive","ProtoOnehundredandtwentyfour","ProtoOnehundredandtwentynine","ProtoOnehundredandtwentyone","ProtoOnehundredandtwentyseven","ProtoOnehundredandtwentysix","ProtoOnehundredandtwentythree","ProtoOnehundredandtwentytwo","ProtoOnehundredandtwo","ProtoRaw","ProtoSeven","ProtoSeventy","ProtoSeventyeight","ProtoSeventyfive","ProtoSeventyfour","ProtoSeventynine","ProtoSeventyone","ProtoSeventyseven","ProtoSeventysix","ProtoSeventythree","ProtoSeventytwo","ProtoSixteen","ProtoSixtyeight","ProtoSixtyfive","ProtoSixtyfour","ProtoSixtynine","ProtoSixtyone","ProtoSixtyseven","ProtoSixtysix","ProtoSixtythree","ProtoSixtytwo","ProtoTen","ProtoThirteen","ProtoThirty","ProtoThirtyeight","ProtoThirtyfive","ProtoThirtyfour","ProtoThirtynine","ProtoThirtyone","ProtoThirtyseven","ProtoThirtysix","ProtoThirtytwo","ProtoThree","ProtoTp","ProtoTwenty","ProtoTwentyeight","ProtoTwentyfive","ProtoTwentyfour","ProtoTwentyone","ProtoTwentyseven","ProtoTwentysix","ProtoTwentythree","ProtoTwohundred","ProtoTwohundredandeight","ProtoTwohundredandeighteen","ProtoTwohundredandeleven","ProtoTwohundredandfifteen","ProtoTwohundredandfifty","ProtoTwohundredandfiftyeight","ProtoTwohundredandfiftyfour","ProtoTwohundredandfiftynine","ProtoTwohundredandfiftyone","ProtoTwohundredandfiftyseven","ProtoTwohundredandfiftysix","ProtoTwohundredandfiftythree","ProtoTwohundredandfiftytwo","ProtoTwohundredandfive","ProtoTwohundredandfour","ProtoTwohundredandfourteen","ProtoTwohundredandfourty","ProtoTwohundredandfourtyeight","ProtoTwohundredandfourtyfive","ProtoTwohundredandfourtyfour","ProtoTwohundredandfourtynine","ProtoTwohundredandfourtyone","ProtoTwohundredandfourtyseven","ProtoTwohundredandfourtysix","ProtoTwohundredandfourtythree","ProtoTwohundredandfourtytwo","ProtoTwohundredandnine","ProtoTwohundredandnineteen","ProtoTwohundredandone","ProtoTwohundredandseven","ProtoTwohundredandseventeen","ProtoTwohundredandsix","ProtoTwohundredandsixteen","ProtoTwohundredandsixty","ProtoTwohundredandsixtyone","ProtoTwohundredandten","ProtoTwohundredandthirteen","ProtoTwohundredandthirty","ProtoTwohundredandthirtyeight","ProtoTwohundredandthirtyfive","ProtoTwohundredandthirtyfour","ProtoTwohundredandthirtynine","ProtoTwohundredandthirtyone","ProtoTwohundredandthirtyseven","ProtoTwohundredandthirtysix","ProtoTwohundredandthirtythree","ProtoTwohundredandthirtytwo","ProtoTwohundredandthree","ProtoTwohundredandtwelve","ProtoTwohundredandtwenty","ProtoTwohundredandtwentyeight","ProtoTwohundredandtwentyfive","ProtoTwohundredandtwentyfour","ProtoTwohundredandtwentynine","ProtoTwohundredandtwentyone","ProtoTwohundredandtwentyseven","ProtoTwohundredandtwentysix","ProtoTwohundredandtwentythree","ProtoTwohundredandtwentytwo","ProtoTwohundredandtwo","Protonosupport","Prototype","Pup","RSYNC","Random","Range","Raw","Read","Realtime","Realtime","RecvBufSize","RecvLowat","RecvTimeout","RegularFile","ReuseAddr","ReusePort","RiFlags","Rights","RoFlags","Rofs","Routing","Rsvp","SET_ATIM","SET_ATIM_NOW","SET_MTIM","SET_MTIM_NOW","SOCK_ACCEPT","SOCK_ADDR_LOCAL","SOCK_ADDR_REMOTE","SOCK_BIND","SOCK_CONNECT","SOCK_LISTEN","SOCK_RECV","SOCK_RECV_FROM","SOCK_SEND","SOCK_SEND_TO","SOCK_SHUTDOWN","SUBSCRIPTION_CLOCK_ABSTIME","SYMLINK_FOLLOW","SYNC","Sctp","SdFlags","SendBufSize","SendLowat","SendTimeout","Seqpacket","Sequential","Set","Set","Shutdown","SiFlags","Sigabrt","Sigalrm","Sigbus","Sigchld","Sigcont","Sigfpe","Sighup","Sigill","Sigint","Sigkill","Signal","Signone","Sigpipe","Sigpoll","Sigprof","Sigpwr","Sigquit","Sigsegv","Sigstkflt","Sigstop","Sigsys","Sigterm","Sigtrap","Sigtstp","Sigttin","Sigttou","Sigurg","Sigusr1","Sigusr2","Sigvtalrm","Sigwinch","Sigxcpu","Sigxfsz","Size","Snapshot0Clockid","Snapshot0Dirent","Snapshot0Filestat","Snapshot0Linkcount","Snapshot0SubscriptionClock","Snapshot0Whence","SockProto","SocketDgram","SocketRaw","SocketSeqpacket","SocketStream","Sockoption","Sockstatus","Socktype","Some","Spipe","Srch","Stale","StdioMode","Stopped","Stream","Streamsecurity","Subclockflags","SubscriptionClock","SubscriptionFsReadwrite","Success","SymbolicLink","TRUNC","TSD_USED","Tcp","ThreadCputimeId","ThreadCputimeId","ThreadStateFlags","Tid","Timedout","Timeout","Timestamp","Toobig","True","Ttl","Tty","Txtbsy","Type","Udp","Udplite","Unencrypted","Unix","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unknown","Unspec","Userdata","WAKE_STOPPED","Whence","Willneed","Write","Xdev","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","addr","addr","all","all","all","all","all","all","all","all","all","all_socket","as_error","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitand_assign","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bitor_assign","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bits","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","bitxor_assign","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","clock_id","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","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","cols","compare","compare","compare","compare","compare","compare","compare","compare","compare","compare","complement","complement","complement","complement","complement","complement","complement","complement","complement","contains","contains","contains","contains","contains","contains","contains","contains","contains","d_ino","d_ino","d_namlen","d_namlen","d_next","d_next","d_type","d_type","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_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","deref_mut","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","difference","difference","difference","difference","difference","difference","difference","difference","dir","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","echo","empty","empty","empty","empty","empty","empty","empty","empty","empty","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","empty_array","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exit_code","extend","extend","extend","extend","extend","extend","extend","extend","extend","fd","file_descriptor","flags","flags","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","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_array","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_preserve","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_truncate","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_bits_unchecked","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_c_struct","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_iter","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_native","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","from_slice","fs_filetype","fs_flags","fs_rights_base","fs_rights_inheriting","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","hdr","height","id","identifier","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","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","insert","insert","insert","insert","insert","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersection","intersects","intersects","intersects","intersects","intersects","intersects","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","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_array","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","into_c_struct","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_all","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_empty","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","is_from_store","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","line_buffered","message","n0","name","nbytes","not","not","not","not","not","not","not","not","not","ok","other","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pid","pid","pipe","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","port","pr_name_len","pr_type","precision","precision","prefix","redirect","remove","remove","remove","remove","remove","remove","remove","remove","remove","req","res","rows","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","signal","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","st_atim","st_atim","st_ctim","st_ctim","st_dev","st_dev","st_filetype","st_filetype","st_ino","st_ino","st_mtim","st_mtim","st_nlink","st_nlink","st_size","st_size","status","stderr","stderr_tty","stdin","stdin_tty","stdout","stdout_tty","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","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","symmetric_difference","tag","tag","tag","tagged","timeout","timeout","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_str","to_string","to_string","to_string","toggle","toggle","toggle","toggle","toggle","toggle","toggle","toggle","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_from_primitive","try_from_primitive","try_from_primitive","try_from_primitive","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","try_into","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","u","u","union","union","union","union","union","union","union","union","union","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","wasm_types","width","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","write_c_struct_to_ptr","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","Dir","PrestatEnum","__clone_box","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","from","init","into","layout_raw","pointer_metadata","to_owned","try_from","try_into","type_id","untagged","upcast_any_box","upcast_any_mut","upcast_any_ref","pr_name_len","Add","Del","EPOLLERR","EPOLLET","EPOLLHUP","EPOLLIN","EPOLLONESHOT","EPOLLOUT","EPOLLPRI","EPOLLRDHUP","EpollCtl","EpollData","EpollEvent","EpollEventCtl","EpollType","Errno","Event","EventUnion","ExitCode","JoinStatus","JoinStatusUnion","Longsize","Mod","Other","Snapshot0Event","Snapshot0Subscription","Snapshot0SubscriptionUnion","StackSnapshot","Subscription","SubscriptionUnion","ThreadStart","TlKey","TlUser","TlVal","Unknown","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","all","bitand","bitand_assign","bitor","bitor_assign","bits","bits","bitxor","bitxor_assign","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","clock","clock","clock","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","cmp","cmp","cmp","cmp","compare","compare","compare","compare","complement","contains","data","data","data1","data1","data2","data2","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","difference","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","empty","empty_array","empty_array","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","error","error","events","events","exit_normal","exit_signal","extend","fd","fd","fd_readwrite","fd_readwrite","fd_readwrite","fd_readwrite","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_array","from_array","from_bits","from_bits_truncate","from_bits_unchecked","from_c_struct","from_c_struct","from_iter","from_native","from_native","from_slice","from_slice","get_hash","get_hash","get_hash","get_hash","guard_size","hash","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","init","insert","intersection","intersects","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into_array","into_array","into_c_struct","into_c_struct","is_all","is_empty","is_from_store","is_from_store","is_success","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","not","nothing","partial_cmp","partial_cmp","partial_cmp","partial_cmp","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","ptr","ptr","raw","remove","reserved","serialize","serialize","serialize","serialize","set","size","size","stack_size","stack_upper","start_args","start_funct","stopped","sub","sub_assign","symmetric_difference","tag","tls_base","to_native","to_native","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_string","toggle","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from_primitive","try_into","try_into","try_into","try_into","try_into","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_","type_","type_","type_","type_id","type_id","type_id","type_id","type_id","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","u","u","union","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","user","userdata","userdata","userdata","userdata","wasm_types","wasm_types","write_c_struct_to_ptr","write_c_struct_to_ptr","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","zero_padding_bytes","MainThread","ThreadSpawn","ThreadStartType","WasiMemoryLayout","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","compare","default","deref","deref","deref_mut","deref_mut","deserialize","deserialize","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","get_hash","get_hash","guard_size","hash","hash","init","init","into","into","layout_raw","layout_raw","partial_cmp","pointer_metadata","pointer_metadata","serialize","serialize","stack_lower","stack_size","stack_upper","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","start_ptr"],"q":[[0,"wasmer_wasix_types"],[4,"wasmer_wasix_types::asyncify"],[35,"wasmer_wasix_types::types"],[42,"wasmer_wasix_types::types::directory"],[44,"wasmer_wasix_types::types::file"],[54,"wasmer_wasix_types::types::io"],[120,"wasmer_wasix_types::types::net"],[627,"wasmer_wasix_types::types::signal"],[628,"wasmer_wasix_types::types::subscription"],[630,"wasmer_wasix_types::types::time"],[631,"wasmer_wasix_types::wasi"],[1353,"wasmer_wasix_types::wasi::PrestatEnum"],[1354,"wasmer_wasix_types::wasi::bindings"],[4191,"wasmer_wasix_types::wasi::bindings_manual"],[4215,"wasmer_wasix_types::wasi::bindings_manual::PrestatEnum"],[4216,"wasmer_wasix_types::wasi::wasix_manual"],[4798,"wasmer_wasix_types::wasix"],[4872,"wasmer_wasix_types::wasix::ThreadStartType"],[4873,"dyn_clone::sealed"],[4874,"wasmer_types::value"],[4875,"core::clone"],[4876,"rkyv::with"],[4877,"core::result"],[4878,"core::cmp"],[4879,"core::fmt"],[4880,"core::fmt"],[4881,"core::alloc::layout"],[4882,"alloc::alloc"],[4883,"alloc::boxed"],[4884,"core::any"],[4885,"alloc::vec"],[4886,"wasmer_types::memory"],[4887,"core::error"],[4888,"core::cmp"],[4889,"core::iter::traits::collect"],[4890,"std::io::error"],[4891,"wasmer::store"],[4892,"core::option"],[4893,"wasmer_types::value"],[4894,"core::hash"],[4895,"core::marker"],[4896,"core::hash"],[4897,"alloc::string"],[4898,"num_enum"],[4899,"wasmer_types::types"]],"d":["","Wasmer’s WASI types implementation.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","function for debugging rights issues","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Permission denied.","Add an entry to the interest list of the epoll file …","","","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","","Connection already in progress.","","Bad file descriptor.","Bad message.","","The file descriptor or file refers to a block device inode.","","","Device or resource busy.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","","Connection aborted.","","","Connection refused.","Connection reset.","","","","","Resource deadlock would occur.","Remove (deregister) the target file descriptor fd from the …","Destination address required.","Identifier for a device containing a file system. Can be …","","A pre-opened directory.","","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","A directory entry.","The type for the dirent::d-namlen field of dirent struct.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","Reserved.","","","","","","Epoll operation.","An event that can be triggered","An event that can be triggered","","Epoll available event types.","Error codes returned by functions. Not all of these error …","","Represents an errno and a signal","","","An event that occurred.","","The contents of an event for the eventtype::fd_read and …","The contents of an event.","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","","The process has exited by a normal exit code","The process was terminated by a signal","","","Bad address.","File too large.","A file descriptor handle.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","","Which file time attributes to adjust. TODO: wit appears to …","","Host is unreachable.","","","","","","Identifier removed.","","Illegal byte sequence.","","","","File serial number that is unique within its file system.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","","","","Socket is connected.","Is a directory.","join flags.","","What has happened with the proccess when we joined on it","","","","","","","","Long size used by checkpoints","Flags determining the method of how paths are resolved. …","","Too many levels of symbolic links.","","Memory access violation.","File descriptor value too large.","","Too many links.","Change the settings associated with fd in the interest …","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","","","Message too large.","","","","","Reserved.","Filename too long.","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","","","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","Nothing has happened","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","Open flags used by path_open. TODO: wit appears to not …","","","","","","","__wasi_option_t","","","Value too large to be stored in data type.","Previous owner died.","Operation not permitted.","","","Broken pipe.","","","Identifiers for preopened capabilities.","","","","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","","Protocol error.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol not supported.","Protocol wrong type for socket.","","The application expects to access the specified data in a …","Result too large.","","","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","The file descriptor or file refers to a regular file inode.","","","","File descriptor rights, determining which actions may be …","","Read-only file system.","","","","","","","","","The application expects to access the specified data …","","","Cannot send after socket shutdown.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type names used by low-level WASI interfaces. An array …","Identifiers for clocks, snapshot0 version.","A directory entry, snapshot0 version.","An event that occurred.","","","","The contents of a subscription when type is …","The contents of a subscription, snapshot0 version.","","","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","","Invalid seek.","No such process.","","Reserved.","","The process was stopped by a signal and can be resumed …","","","Flags determining how to interpret the timestamp provided …","","The contents of a subscription when type is …","An event that occurred. The contents of an event. An event …","The contents of a subscription.","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","Represents the thread start object","thread state flags","","Connection timed out.","","Timestamp in nanoseconds.","Thread local key","Thread local user data (associated with the value)","Thread local value","Argument list too long.","","","","Text file busy.","","","","","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","Unknown.","","","","","","","Unknown.","","User-provided value that may be attached to objects that …","","The application expects to access the specified data in …","","Cross-device link.","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","","The serial number of the file referred to by this …","The serial number of the file referred to by this …","The length of the name of the directory entry.","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","The type of the file referred to by this directory entry.","","File descriptor","","Associated user data","","Associated user data","","","If non-zero, an error that occurred while processing the …","If non-zero, an error that occurred while processing the …","","Pointer to the data","The exit code that was returned","","","","","File descriptor","","","","The contents of the event, if it is an eventtype::fd_read …","The file descriptor on which to wait for it to become …","Flags specifying whether the timeout is absolute or …","Flags specifying whether the timeout is absolute or …","The state of the file descriptor.","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","","The clock against which to compare the timestamp.","The user-defined unique identifier of the clock.","","","The number of bytes available for reading or writing.","","","","","","","","","","The amount of time that the implementation may wait …","The amount of time that the implementation may wait …","","","Pointer to the data","","","","","","The signal that was returned","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The absolute or relative timestamp.","The absolute or relative timestamp.","","","","Type of event that was triggered","The type of event that occured","","","","The type of the event that occurred, and the contents of …","","","","","User-provided value that got attached to …","User-provided value that got attached to …","","","","Append mode: Data written to the file is always appended …","","","Permission denied.","","","","Address in use.","Address not available.","File or memory access pattern advisory information.","Address family not supported.","Resource unavailable, or operation would block.","","Connection already in progress.","","Bad file descriptor.","Bad message.","","The file descriptor or file refers to a block device inode.","","","Device or resource busy.","Create file if it does not exist.","Operation canceled.","The file descriptor or file refers to a character device …","No child processes.","","","The time value of clock subscription_clock::id has reached …","Identifiers for clocks.","","","Connection aborted.","","","Connection refused.","Connection reset.","","","","Fail if not a directory.","","Write according to synchronized I/O data integrity …","","Resource deadlock would occur.","Destination address required.","Identifier for a device containing a file system. Can be …","","A pre-opened directory.","A reference to the offset of a directory entry.","The file descriptor or file refers to a directory inode.","A directory entry.","The type for the dirent::d-namlen field of dirent struct.","Mathematics argument out of domain of function.","","The application expects that it will not access the …","","Reserved.","","Fail if file already exists.","","","","","Error codes returned by functions. Not all of these error …","Represents an errno and a signal","","","","The contents of an event for the eventtype::fd_read and …","The state of the file descriptor subscribed to with …","Type of a subscription to an event or its occurrence.","File exists.","The process has exited by a normal exit code","The process was terminated by a signal","The right to invoke fd_advise.","The right to invoke fd_allocate.","The right to invoke fd_datasync.","The right to invoke fd_fdstat_set_flags.","The right to invoke fd_filestat_get.","The right to invoke fd_filestat_set_size.","The right to invoke fd_filestat_set_times.","The right to invoke fd_read and sock_recv.","The right to invoke fd_readdir.","The peer of this socket has closed or disconnected.","The right to invoke fd_seek. This flag implies …","The right to invoke fd_sync.","The right to invoke fd_seek in such a way that the file …","The right to invoke fd_write and sock_send. If …","","","Bad address.","File too large.","A file descriptor handle.","File descriptor subscription_fd_readwrite::fd has data …","File descriptor subscription_fd_readwrite::fd has capacity …","File descriptor flags.","File descriptor attributes.","","Non-negative file size or length of a region within a file.","","The type of a file descriptor or file.","","Which file time attributes to adjust. TODO: wit appears to …","","Host is unreachable.","","","","","","Identifier removed.","","Illegal byte sequence.","","","","File serial number that is unique within its file system.","Operation in progress.","Interrupted function.","Invalid argument.","I/O error.","","","","Socket is connected.","Is a directory.","join flags.","What has happened with the proccess when we joined on it","","","","","","","Flags determining the method of how paths are resolved. …","","Too many levels of symbolic links.","","Memory access violation.","File descriptor value too large.","","Too many links.","The store-wide monotonic clock, which is defined as a …","The store-wide monotonic clock, which is defined as a …","","","Message too large.","","","","","Reserved.","Non-blocking mode.","Non-blocking join on the process","Filename too long.","Network is down.","Connection aborted by network.","Network unreachable.","Too many files open in system.","","No buffer space available.","No such device.","No such file or directory.","Executable file format error.","No locks available.","Reserved.","Not enough space.","No message of the desired type.","","","","Protocol not available.","The application expects to access the specified data once …","The application has no advice to give on its behavior with …","No space left on device.","Function not supported.","Extension: Capabilities insufficient.","The socket is not connected.","Not a directory or a symbolic link to a directory.","Directory not empty.","Nothing has happened","State not recoverable.","Not a socket.","Not supported, or operation not supported on socket.","Inappropriate I/O control operation.","","No such device or address.","Open flags used by path_open. TODO: wit appears to not …","","","","","","","__wasi_option_t","","Value too large to be stored in data type.","Previous owner died.","The right to invoke path_create_directory.","If rights::path_open is set, the right to invoke path_open …","The right to invoke path_filestat_get.","The right to change a file’s size (there is no …","The right to invoke path_filestat_set_times.","The right to invoke path_link with the file descriptor as …","The right to invoke path_link with the file descriptor as …","The right to invoke path_open.","The right to invoke path_readlink.","The right to invoke path_remove_directory.","The right to invoke path_rename with the file descriptor …","The right to invoke path_rename with the file descriptor …","The right to invoke path_symlink.","The right to invoke path_unlink_file.","If rights::fd_read is set, includes the right to invoke …","Operation not permitted.","","","Broken pipe.","","","Identifiers for preopened capabilities.","","","","The CPU-time clock associated with the current process.","The CPU-time clock associated with the current process.","","","Protocol error.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Protocol not supported.","Protocol wrong type for socket.","","Synchronized read I/O operations.","The application expects to access the specified data in a …","Result too large.","","","The clock measuring real time. Time value zero corresponds …","The clock measuring real time. Time value zero corresponds …","","","","The file descriptor or file refers to a regular file inode.","","","","File descriptor rights, determining which actions may be …","","Read-only file system.","","","Adjust the last data access timestamp to the value stored …","Adjust the last data access timestamp to the time of clock …","Adjust the last data modification timestamp to the value …","Adjust the last data modification timestamp to the time of …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","TODO: Found in wasmer-wasi-types rust project, but not in …","The right to invoke sock_shutdown.","If set, treat the timestamp provided in …","As long as the resolved path corresponds to a symbolic …","Write according to synchronized I/O file integrity …","","","","","","","The application expects to access the specified data …","","","Cannot send after socket shutdown.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type names used by low-level WASI interfaces. An array …","Identifiers for clocks, snapshot0 version.","A directory entry, snapshot0 version.","","","The contents of a subscription when type is …","","","The file descriptor or file refers to a datagram socket.","The file descriptor or file refers to a raw socket.","The file descriptor or file refers to a sequential packet …","The file descriptor or file refers to a byte-stream socket.","","","","","Invalid seek.","No such process.","Reserved.","","The process was stopped by a signal and can be resumed …","","","Flags determining how to interpret the timestamp provided …","The contents of a subscription when type is …","An event that occurred. The contents of an event. An event …","No error occurred. System call completed successfully.","The file refers to a symbolic link inode.","Truncate file to size 0.","","","The CPU-time clock associated with the current thread.","The CPU-time clock associated with the current thread.","thread state flags","","Connection timed out.","","Timestamp in nanoseconds.","Argument list too long.","","","","Text file busy.","","","","","","The clock type is not known.","The clock type is unknown.","An unknown error has occured","The type of the file descriptor or file is unknown or is …","The application expectations are unknown.","Event type is unknown","Unknown.","","","","","","","","User-provided value that may be attached to objects that …","Return if a process is stopped","","The application expects to access the specified data in …","","Cross-device link.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","Returns the set containing all flags.","","","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Returns the intersection between the two sets of flags.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Disables all flags disabled in the set.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Returns the union of the two sets of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Adds the set of flags.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","Returns the raw value of the flags currently stored.","","","","","","","","","","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Returns the left flags, but with all the right flags …","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","Toggles the set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","Returns true if all of the flags in other are contained …","The serial number of the file referred to by this …","The serial number of the file referred to by this …","The length of the name of the directory entry.","The length of the name of the directory entry.","The offset of the next directory entry stored in this …","The offset of the next directory entry stored in this …","The type of the file referred to by this directory entry.","The type of the file referred to by this directory entry.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","Returns the difference between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","Returns an empty set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The exit code that was returned","","","","","","","","","","","The file descriptor on which to wait for it to become …","Flags specifying whether the timeout is absolute or …","Flags specifying whether the timeout is absolute or …","The state of the 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.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from underlying bit representation, unless that …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from a raw integer, preserving any unknown bits. …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","Convert from underlying bit representation, preserving all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","File type.","File descriptor flags.","Rights that apply to this file descriptor.","Maximum set of rights that may be installed on new file …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The clock against which to compare the timestamp.","The user-defined unique identifier of the clock.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Inserts the specified flags in-place.","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns the intersection between the flags in self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Returns true if there are flags common to both self and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if all flags are currently set.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","Returns true if no flags are currently stored.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The number of bytes available for reading or writing.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","Returns the complement of this set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The amount of time that the implementation may wait …","The amount of time that the implementation may wait …","","","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","Removes the specified flags in-place.","","","","","","","","","","","","","","","","","","","","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","Inserts or removes the specified flags depending on the …","The signal that was returned","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Returns the set difference of the two sets of flags.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Disables all flags enabled in the set.","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","Returns the symmetric difference between the flags in self …","","","","","The absolute or relative timestamp.","The absolute or relative timestamp.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","expects a single right, returns None if out of bounds or > …","","","","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","Toggles the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","Returns the union of between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","Add an entry to the interest list of the epoll file …","Remove (deregister) the target file descriptor fd from the …","Error condition happened on the associated file …","Requests edge-triggered notification for the associated …","Hang up happened on the associated file descriptor.","The associated file is available for read(2) operations.","Requests one-shot notification for the associated file …","The associated file is available for write(2) operations.","There is an exceptional condition on the file descriptor. …","Stream socket peer closed connection, or shut down writing …","Epoll operation.","An event that can be triggered","An event that can be triggered","","Epoll available event types.","","An event that occurred.","The contents of an event.","","","","Long size used by checkpoints","Change the settings associated with fd in the interest …","","An event that occurred.","","The contents of a subscription, snapshot0 version.","","","The contents of a subscription.","Represents the thread start object","Thread local key","Thread local user data (associated with the value)","Thread local value","Unknown.","","","","","","","","","","","","","","","","","","Returns the set containing all flags.","Returns the intersection between the two sets of flags.","Disables all flags disabled in the set.","Returns the union of the two sets of flags.","Adds the set of flags.","Returns the raw value of the flags currently stored.","","Returns the left flags, but with all the right flags …","Toggles the set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","Returns true if all of the flags in other are contained …","","File descriptor","","Associated user data","","Associated user data","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the difference between the flags in self and other.","","","","","","","","","","","","","","","","","","Returns an empty set of flags.","","","","","","","","","","","","","","","","","","","","","","","","","","","","If non-zero, an error that occurred while processing the …","If non-zero, an error that occurred while processing the …","","Pointer to the data","","","","","File descriptor","","","","The contents of the event, if it is an eventtype::fd_read …","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","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 underlying bit representation, unless that …","Convert from underlying bit representation, dropping any …","Convert from underlying bit representation, preserving all …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Inserts the specified flags in-place.","Returns the intersection between the flags in self and …","Returns true if there are flags common to both self and …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls 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 all flags are currently set.","Returns true if no flags are currently stored.","","","","","","","","","","","","","","","","","","","","","Returns the complement of this set of flags.","","","","","","","","","","","","","","","","","","","","","","","","Pointer to the data","","Removes the specified flags in-place.","","","","","","Inserts or removes the specified flags depending on the …","","","","","","","","Returns the set difference of the two sets of flags.","Disables all flags enabled in the set.","Returns the symmetric difference between the flags in self …","","","","","","","","","","","","","","","","","","","","","","","Toggles the specified flags in-place.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Type of event that was triggered","The type of event that occured","","","","","","","","","","","","","","","","","","","The type of the event that occurred, and the contents of …","","Returns the union of between the flags in self and other.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","User-provided value that got attached to …","User-provided value that got attached to …","","","","","","","","","","","","","","","","","","Represents the memory layout of the parts that the thread …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Piece of memory that is marked as none readable/writable …","","","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","This is the bottom part of the stack (anything more below …","Total size of the stack","This is the top part of the stack (stacks go backwards)","","","","","","","","","","","","","","",""],"i":[0,0,0,0,3,0,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,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,28,0,0,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,26,26,26,28,28,28,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,26,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,42,44,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,29,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,38,38,38,38,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,31,32,37,38,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,33,39,41,43,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,31,34,37,45,32,35,38,36,40,42,44,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,40,42,44,34,35,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,45,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,0,0,0,0,99,73,60,134,0,0,0,60,60,0,60,60,90,60,74,60,60,90,61,0,73,60,60,61,60,0,74,65,0,72,90,60,99,73,60,60,0,78,79,90,60,134,60,0,71,68,118,0,61,0,0,60,73,63,74,60,90,90,90,78,79,0,0,0,0,0,0,106,0,90,90,0,0,0,0,0,0,60,0,100,100,72,91,60,60,0,65,65,0,0,0,0,0,0,90,0,90,60,0,0,90,90,90,60,90,60,75,75,89,0,60,60,60,60,90,90,90,60,60,0,0,0,0,73,73,73,0,73,89,0,0,0,60,90,60,60,90,60,134,58,59,90,90,60,90,73,73,73,60,60,60,60,60,60,73,60,60,60,60,60,60,60,60,81,90,73,60,63,63,60,60,60,60,60,60,100,60,60,60,60,89,60,0,73,73,72,72,0,0,0,0,106,60,60,60,0,90,60,0,89,0,0,0,0,0,58,59,0,73,60,73,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,60,60,90,63,60,71,99,58,59,73,73,73,61,73,73,0,0,0,60,90,90,90,0,73,73,73,71,63,78,79,60,0,93,93,93,93,93,93,93,93,93,93,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,0,0,0,0,0,0,0,0,0,0,61,61,61,61,0,0,0,81,60,60,0,60,0,100,71,0,0,0,0,0,0,60,61,90,58,59,0,0,0,60,0,0,0,0,0,60,91,73,0,60,73,90,90,74,75,58,59,60,61,63,65,68,71,72,74,78,79,99,134,75,0,0,63,99,60,95,96,0,0,25,46,47,48,49,50,51,52,53,122,123,124,127,67,80,62,23,62,23,62,23,62,23,126,137,135,136,135,136,86,80,129,130,135,137,101,131,131,83,135,136,123,124,127,130,70,66,67,69,64,64,64,64,133,128,97,80,66,66,80,94,69,131,98,88,82,84,88,95,85,87,66,67,96,135,136,98,97,97,133,80,101,98,76,77,76,77,76,77,76,77,76,77,76,77,76,77,76,77,133,133,133,133,98,84,80,84,80,84,80,131,82,83,92,132,66,67,133,125,126,129,130,87,92,125,129,132,128,125,126,129,130,0,80,141,46,99,73,60,0,0,0,60,60,0,60,60,90,60,74,60,60,90,61,0,73,60,49,60,61,60,0,74,65,0,72,90,60,99,73,60,60,0,78,79,49,53,46,90,60,60,0,71,68,0,61,0,0,60,73,63,74,60,90,49,90,90,78,79,0,0,90,90,0,0,0,0,60,100,100,25,25,25,25,25,25,25,25,25,51,25,25,25,25,72,91,60,60,0,65,65,0,0,0,0,0,0,90,0,90,60,0,0,90,90,90,60,90,60,75,75,89,0,60,60,60,60,90,90,90,60,60,0,0,73,73,73,0,73,89,0,0,60,90,60,60,90,60,58,59,90,90,60,90,73,73,73,60,46,52,60,60,60,60,60,73,60,60,60,60,60,60,60,60,81,90,73,60,63,63,60,60,60,60,60,60,100,60,60,60,60,89,60,0,73,73,72,72,0,0,0,0,60,60,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,60,0,90,60,0,89,0,0,0,0,58,59,0,73,60,73,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,60,60,90,46,63,60,71,99,58,59,73,73,73,61,73,73,0,0,0,60,90,90,47,47,47,47,25,25,25,25,25,25,25,25,25,25,25,50,48,46,90,0,73,73,73,71,63,78,79,60,0,93,93,93,93,93,93,93,93,93,93,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,0,0,0,0,0,0,0,61,61,61,61,0,0,0,81,60,60,60,0,100,71,0,0,0,0,60,61,49,53,90,58,59,0,0,60,0,0,60,91,73,0,60,73,90,90,74,75,58,59,60,61,63,65,68,71,72,74,78,79,99,75,0,52,0,63,99,60,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,95,96,25,46,47,48,49,50,51,52,53,25,60,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,67,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,60,25,46,47,48,49,50,51,52,53,80,60,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,62,23,62,23,62,23,62,23,77,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,58,59,60,60,25,25,61,62,23,63,63,46,46,64,47,47,48,49,49,65,65,50,66,67,68,51,51,69,69,70,71,71,72,73,73,74,75,75,76,77,78,79,79,80,80,81,82,83,84,85,86,87,88,89,90,90,91,92,93,94,95,96,97,98,99,52,100,101,53,25,46,47,48,49,50,51,52,53,86,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,80,25,46,47,48,49,50,51,52,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,63,46,47,48,49,65,50,68,51,71,72,73,74,75,78,79,80,81,89,90,91,93,99,52,100,53,58,58,58,58,59,59,59,59,60,60,60,60,25,25,25,25,61,61,61,61,63,63,63,63,46,46,46,46,47,47,47,47,48,48,48,48,49,49,49,49,65,65,65,65,50,50,50,50,68,68,68,68,51,51,51,51,71,71,71,71,72,72,72,72,73,73,73,73,74,74,74,74,75,75,75,75,78,78,78,78,79,79,79,79,81,81,81,81,89,89,89,89,90,90,90,90,91,91,91,91,93,93,93,93,99,99,99,99,52,52,52,52,100,100,100,100,53,53,53,53,101,25,46,47,48,49,50,51,52,53,83,70,66,67,69,58,59,60,60,25,25,25,25,25,61,62,23,63,46,46,46,46,46,64,47,47,47,47,47,48,48,48,48,48,49,49,49,49,49,65,50,50,50,50,50,66,67,68,51,51,51,51,51,69,70,71,72,73,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,91,92,93,94,95,96,97,98,99,52,52,52,52,52,100,101,53,53,53,53,53,58,58,59,59,60,60,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,67,68,51,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,52,100,101,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,25,46,47,48,49,50,51,52,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,64,64,64,64,58,59,60,25,46,47,48,49,50,51,93,52,53,58,59,60,25,46,47,48,49,50,51,93,52,53,97,80,66,66,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,80,60,94,60,69,25,46,47,48,49,50,51,52,53,98,88,60,25,46,47,48,49,50,51,52,53,82,84,88,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,95,85,87,66,67,96,98,25,46,47,48,49,50,51,52,53,97,97,80,58,60,25,63,46,47,49,65,51,69,71,73,75,79,80,90,25,46,47,48,49,50,51,52,53,101,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,98,76,77,76,77,76,77,76,77,76,77,76,77,76,77,76,77,98,84,80,84,80,84,80,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,25,46,47,48,49,50,51,52,53,82,83,92,87,66,67,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,25,60,73,91,25,46,47,48,49,50,51,52,53,58,58,59,59,60,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,90,91,92,93,93,94,95,96,97,98,99,52,100,101,53,58,59,60,90,93,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,87,92,25,46,47,48,49,50,51,52,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,53,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,80,58,59,60,25,61,63,46,47,49,65,68,71,72,73,74,75,78,79,81,89,90,91,93,99,52,100,58,59,60,25,61,62,23,63,46,64,47,48,49,65,50,66,67,68,51,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,52,100,101,118,0,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,118,141,134,134,122,122,122,122,122,122,122,122,0,0,0,0,0,106,0,0,0,0,0,0,134,106,0,0,0,0,0,0,0,0,0,0,134,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,122,122,122,122,122,122,122,122,122,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,123,124,127,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,128,106,122,135,128,106,122,135,122,122,126,137,135,136,135,136,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,106,106,122,122,134,134,135,135,136,137,122,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,122,106,134,128,106,122,134,135,128,128,128,128,106,106,106,106,122,122,122,122,134,134,134,134,135,135,135,135,129,130,135,137,131,131,122,135,136,123,124,127,130,125,126,128,129,130,132,133,106,106,122,122,122,122,122,134,135,136,137,123,124,125,126,126,127,128,129,130,131,132,133,106,106,106,122,134,135,136,137,106,134,122,122,122,106,134,122,106,134,106,134,128,122,134,135,133,128,122,134,135,128,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,122,122,122,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,106,134,106,134,122,122,106,134,106,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,122,131,128,106,122,135,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,135,136,106,122,133,106,122,134,135,122,106,134,133,133,133,133,131,122,122,122,132,133,106,134,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,106,122,123,124,125,126,127,128,129,130,131,132,133,106,122,134,134,135,136,137,134,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,125,126,129,130,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,125,129,132,122,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,123,124,125,126,127,128,129,130,131,132,133,106,122,134,135,136,137,128,125,126,129,130,106,134,106,134,125,126,128,129,130,132,133,122,134,137,139,139,0,0,139,140,139,140,139,140,139,140,139,140,139,139,140,139,140,139,140,139,139,140,140,139,140,139,140,139,139,139,139,140,140,140,140,139,140,139,140,139,140,140,139,140,139,140,139,140,139,140,139,139,140,139,140,140,140,140,139,140,139,140,139,140,139,140,139,140,139,140,139,140,142],"f":[0,0,0,0,[[-1,1],2,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[[3,[-1]]],[[3,[-1]]],[4,5]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[6,2],0,[[[3,[-1]],[3,[-1]]],9,[4,10]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[[3,[-1]],11],12,[4,13]],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[],[[8,[14,15]]]],[[]],0,[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[[[3,[-1]],[22,[[21,[20]]]]],2,4],0,0,0,0,0,0,0,0,[23,[[24,[20]]]],0,0,0,0,0,0,0,0,0,[25,2],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[[26,[-1]]],[[26,[-1]]],[5,27]],[[[28,[-1]]],[[28,[-1]]],[5,27]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[[[26,[-1]],[26,[-1]]],9,[10,27]],[[[28,[-1]],[28,[-1]]],9,[10,27]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[[26,[-1]],11],12,[13,27]],[[[28,[-1]],11],12,[13,27]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[]],[[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[-1,16,[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[[26,[-1]],[22,[[21,[20]]]]],2,27],[[[28,[-1]],[22,[[21,[20]]]]],2,27],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[29,29],[30,30],[31,31],[32,32],[33,33],[34,34],[35,35],[36,36],[37,37],[38,38],[39,39],[40,40],[41,41],[42,42],[43,43],[44,44],[45,45],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[29,29],9],[[30,30],9],[[31,31],9],[[32,32],9],[[33,33],9],[[34,34],9],[[35,35],9],[[36,36],9],[[37,37],9],[[38,38],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],0,[[29,11],12],[[30,11],12],[[31,11],12],[[32,11],12],[[33,11],12],[[34,11],12],[[35,11],12],[[36,11],12],[[37,11],12],[[38,11],12],[[39,11],12],[[40,11],12],[[41,11],12],[[42,11],12],[[43,11],12],[[44,11],12],[[45,11],12],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],0,0,0,0,0,[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,[[29,[22,[[21,[20]]]]],2],[[30,[22,[[21,[20]]]]],2],[[31,[22,[[21,[20]]]]],2],[[32,[22,[[21,[20]]]]],2],[[33,[22,[[21,[20]]]]],2],[[34,[22,[[21,[20]]]]],2],[[35,[22,[[21,[20]]]]],2],[[36,[22,[[21,[20]]]]],2],[[37,[22,[[21,[20]]]]],2],[[38,[22,[[21,[20]]]]],2],[[39,[22,[[21,[20]]]]],2],[[40,[22,[[21,[20]]]]],2],[[41,[22,[[21,[20]]]]],2],[[42,[22,[[21,[20]]]]],2],[[43,[22,[[21,[20]]]]],2],[[44,[22,[[21,[20]]]]],2],[[45,[22,[[21,[20]]]]],2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],0,0,[[],25],[[],46],[[],47],[[],48],[[],49],[[],50],[[],51],[[],52],[[],53],[[],25],[-1,54,[]],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[25,55],[46,56],[47,56],[48,57],[49,56],[50,56],[51,56],[52,57],[53,56],0,0,0,0,0,0,0,0,0,[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[58,58],[59,59],[60,60],[25,25],[61,61],[62,62],[23,23],[63,63],[46,46],[64,64],[47,47],[48,48],[49,49],[65,65],[50,50],[66,66],[67,67],[68,68],[51,51],[69,69],[70,70],[71,71],[72,72],[73,73],[74,74],[75,75],[76,76],[77,77],[78,78],[79,79],[80,80],[81,81],[82,82],[83,83],[84,84],[85,85],[86,86],[87,87],[88,88],[89,89],[90,90],[91,91],[92,92],[93,93],[94,94],[95,95],[96,96],[97,97],[98,98],[99,99],[52,52],[100,100],[101,101],[53,53],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[60,60],102],[[25,25],102],[[46,46],102],[[47,47],102],[[48,48],102],[[49,49],102],[[50,50],102],[[51,51],102],[[52,52],102],[[53,53],102],0,[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[25,25],[46,46],[47,47],[48,48],[49,49],[50,50],[51,51],[52,52],[53,53],[[25,25],9],[[46,46],9],[[47,47],9],[[48,48],9],[[49,49],9],[[50,50],9],[[51,51],9],[[52,52],9],[[53,53],9],0,0,0,0,0,0,0,0,[[],77],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[-1,[[8,[58]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[60]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[25]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[63]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[46]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[47]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[49]]],103],[-1,[[8,[65]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[51]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[69]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[71]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[73]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[75]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[79]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[80]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[90]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],0,[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],0,[[],25],[[],46],[[],47],[[],48],[[],49],[[],50],[[],51],[[],52],[[],53],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[58,58],9],[[59,59],9],[[60,60],9],[[25,25],9],[[61,61],9],[[63,63],9],[[46,46],9],[[47,47],9],[[48,48],9],[[49,49],9],[[65,65],9],[[50,50],9],[[68,68],9],[[51,51],9],[[71,71],9],[[72,72],9],[[73,73],9],[[74,74],9],[[75,75],9],[[78,78],9],[[79,79],9],[[80,80],9],[[81,81],9],[[89,89],9],[[90,90],9],[[91,91],9],[[93,93],9],[[99,99],9],[[52,52],9],[[100,100],9],[[53,53],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],0,[[25,-1],2,104],[[46,-1],2,104],[[47,-1],2,104],[[48,-1],2,104],[[49,-1],2,104],[[50,-1],2,104],[[51,-1],2,104],[[52,-1],2,104],[[53,-1],2,104],0,0,0,0,0,[[58,11],12],[[59,11],12],[[60,11],12],[[60,11],12],[[25,11],12],[[25,11],12],[[25,11],12],[[25,11],12],[[25,11],12],[[61,11],12],[[62,11],12],[[23,11],12],[[63,11],12],[[46,11],12],[[46,11],12],[[46,11],12],[[46,11],12],[[46,11],12],[[64,11],12],[[47,11],12],[[47,11],12],[[47,11],12],[[47,11],12],[[47,11],12],[[48,11],12],[[48,11],12],[[48,11],12],[[48,11],12],[[48,11],12],[[49,11],12],[[49,11],12],[[49,11],12],[[49,11],12],[[49,11],12],[[65,11],12],[[50,11],12],[[50,11],12],[[50,11],12],[[50,11],12],[[50,11],12],[[66,11],12],[[67,11],12],[[68,11],12],[[51,11],12],[[51,11],12],[[51,11],12],[[51,11],12],[[51,11],12],[[69,11],12],[[70,11],12],[[71,11],12],[[72,11],12],[[73,11],12],[[73,11],12],[[74,11],12],[[75,11],12],[[76,11],12],[[77,11],12],[[78,11],12],[[79,11],12],[[80,11],12],[[81,11],12],[[82,11],12],[[83,11],12],[[84,11],12],[[85,11],12],[[86,11],12],[[87,11],12],[[88,11],12],[[89,11],12],[[90,11],12],[[91,11],12],[[91,11],12],[[92,11],12],[[93,11],12],[[94,11],12],[[95,11],12],[[96,11],12],[[97,11],12],[[98,11],12],[[99,11],12],[[52,11],12],[[52,11],12],[[52,11],12],[[52,11],12],[[52,11],12],[[100,11],12],[[101,11],12],[[53,11],12],[[53,11],12],[[53,11],12],[[53,11],12],[[53,11],12],[59,58],[-1,-1,[]],[58,59],[-1,-1,[]],[105,60],[106,60],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[66,67],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[55,[[108,[25]]]],[56,[[108,[46]]]],[56,[[108,[47]]]],[57,[[108,[48]]]],[56,[[108,[49]]]],[56,[[108,[50]]]],[56,[[108,[51]]]],[57,[[108,[52]]]],[56,[[108,[53]]]],[55,25],[56,46],[56,47],[57,48],[56,49],[56,50],[56,51],[57,52],[56,53],[55,25],[56,46],[56,47],[57,48],[56,49],[56,50],[56,51],[57,52],[56,53],[55,25],[56,46],[56,47],[57,48],[56,49],[56,50],[56,51],[57,52],[56,53],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,-2,107,[]],[-1,25,104],[-1,46,104],[-1,47,104],[-1,48,104],[-1,49,104],[-1,50,104],[-1,51,104],[-1,52,104],[-1,53,104],[[],58],[[],59],[[],60],[[],25],[[],61],[[],63],[[],46],[[],47],[[],49],[[],65],[[],68],[[],71],[[],72],[[],73],[[],74],[[],75],[[],78],[[],79],[[],81],[[],89],[[],90],[[],91],[[],93],[[],99],[[],52],[[],100],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],0,0,0,0,[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[58,-1],2,114],[[59,-1],2,114],[[60,-1],2,114],[[25,-1],2,114],[[46,-1],2,114],[[47,-1],2,114],[[48,-1],2,114],[[49,-1],2,114],[[50,-1],2,114],[[51,-1],2,114],[[93,-1],2,114],[[52,-1],2,114],[[53,-1],2,114],0,0,0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],9],[[46,46],9],[[47,47],9],[[48,48],9],[[49,49],9],[[50,50],9],[[51,51],9],[[52,52],9],[[53,53],9],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[25,9],[46,9],[47,9],[48,9],[49,9],[50,9],[51,9],[52,9],[53,9],[25,9],[46,9],[47,9],[48,9],[49,9],[50,9],[51,9],[52,9],[53,9],[[58,-1],9,115],[[59,-1],9,115],[[60,-1],9,115],[[25,-1],9,115],[[61,-1],9,115],[[63,-1],9,115],[[46,-1],9,115],[[47,-1],9,115],[[49,-1],9,115],[[65,-1],9,115],[[68,-1],9,115],[[71,-1],9,115],[[72,-1],9,115],[[73,-1],9,115],[[74,-1],9,115],[[75,-1],9,115],[[78,-1],9,115],[[79,-1],9,115],[[81,-1],9,115],[[89,-1],9,115],[[90,-1],9,115],[[91,-1],9,115],[[93,-1],9,115],[[99,-1],9,115],[[52,-1],9,115],[[100,-1],9,115],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],0,[60,116],0,[60,116],0,[25,25],[46,46],[47,47],[48,48],[49,49],[50,50],[51,51],[52,52],[53,53],0,0,[[60,60],[[108,[102]]]],[[25,25],[[108,[102]]]],[[46,46],[[108,[102]]]],[[47,47],[[108,[102]]]],[[48,48],[[108,[102]]]],[[49,49],[[108,[102]]]],[[50,50],[[108,[102]]]],[[51,51],[[108,[102]]]],[[52,52],[[108,[102]]]],[[53,53],[[108,[102]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],0,0,0,[[58,-1],8,117],[[60,-1],8,117],[[25,-1],8,117],[[63,-1],8,117],[[46,-1],8,117],[[47,-1],8,117],[[49,-1],8,117],[[65,-1],8,117],[[51,-1],8,117],[[69,-1],8,117],[[71,-1],8,117],[[73,-1],8,117],[[75,-1],8,117],[[79,-1],8,117],[[80,-1],8,117],[[90,-1],8,117],[[25,25,9],2],[[46,46,9],2],[[47,47,9],2],[[48,48,9],2],[[49,49,9],2],[[50,50,9],2],[[51,51,9],2],[[52,52,9],2],[[53,53,9],2],0,[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],[[],57],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],0,0,0,[87,[[108,[118]]]],0,0,[58],[59],[60],[25],[61],[63],[46],[47],[49],[65],[68],[71],[72],[73],[74],[75],[78],[79],[81],[89],[90],[91],[93],[99],[52],[100],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[25,[[108,[116]]]],[-1,119,[]],[-1,119,[]],[-1,119,[]],[[25,25],2],[[46,46],2],[[47,47],2],[[48,48],2],[[49,49],2],[[50,50],2],[[51,51],2],[[52,52],2],[[53,53],2],[57,[[8,[58,[120,[58]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[57,[[8,[59,[120,[59]]]]]],[-1,[[8,[-2]]],[],[]],[56,[[8,[60,[120,[60]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[56,[[8,[90,[120,[90]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[20,[[8,[93,[120,[93]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[],[[8,[58,[120,[58]]]]]],[[],[[8,[59,[120,[59]]]]]],[[],[[8,[60,[120,[60]]]]]],[[],[[8,[90,[120,[90]]]]]],[[],[[8,[93,[120,[93]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],0,0,[[25,25],25],[[46,46],46],[[47,47],47],[[48,48],48],[[49,49],49],[[50,50],50],[[51,51],51],[[52,52],52],[[53,53],53],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],[[],[[22,[121]]]],0,[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[109,2],[[58,[22,[[21,[20]]]]],2],[[59,[22,[[21,[20]]]]],2],[[60,[22,[[21,[20]]]]],2],[[25,[22,[[21,[20]]]]],2],[[61,[22,[[21,[20]]]]],2],[[62,[22,[[21,[20]]]]],2],[[23,[22,[[21,[20]]]]],2],[[63,[22,[[21,[20]]]]],2],[[46,[22,[[21,[20]]]]],2],[[64,[22,[[21,[20]]]]],2],[[47,[22,[[21,[20]]]]],2],[[48,[22,[[21,[20]]]]],2],[[49,[22,[[21,[20]]]]],2],[[65,[22,[[21,[20]]]]],2],[[50,[22,[[21,[20]]]]],2],[[66,[22,[[21,[20]]]]],2],[[67,[22,[[21,[20]]]]],2],[[68,[22,[[21,[20]]]]],2],[[51,[22,[[21,[20]]]]],2],[[69,[22,[[21,[20]]]]],2],[[70,[22,[[21,[20]]]]],2],[[71,[22,[[21,[20]]]]],2],[[72,[22,[[21,[20]]]]],2],[[73,[22,[[21,[20]]]]],2],[[74,[22,[[21,[20]]]]],2],[[75,[22,[[21,[20]]]]],2],[[76,[22,[[21,[20]]]]],2],[[77,[22,[[21,[20]]]]],2],[[78,[22,[[21,[20]]]]],2],[[79,[22,[[21,[20]]]]],2],[[80,[22,[[21,[20]]]]],2],[[81,[22,[[21,[20]]]]],2],[[82,[22,[[21,[20]]]]],2],[[83,[22,[[21,[20]]]]],2],[[84,[22,[[21,[20]]]]],2],[[85,[22,[[21,[20]]]]],2],[[86,[22,[[21,[20]]]]],2],[[87,[22,[[21,[20]]]]],2],[[88,[22,[[21,[20]]]]],2],[[89,[22,[[21,[20]]]]],2],[[90,[22,[[21,[20]]]]],2],[[91,[22,[[21,[20]]]]],2],[[92,[22,[[21,[20]]]]],2],[[93,[22,[[21,[20]]]]],2],[[94,[22,[[21,[20]]]]],2],[[95,[22,[[21,[20]]]]],2],[[96,[22,[[21,[20]]]]],2],[[97,[22,[[21,[20]]]]],2],[[98,[22,[[21,[20]]]]],2],[[99,[22,[[21,[20]]]]],2],[[52,[22,[[21,[20]]]]],2],[[100,[22,[[21,[20]]]]],2],[[101,[22,[[21,[20]]]]],2],0,0,[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[118,118],[[-1,-2],2,[],[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[6,2],[-1,-1,[]],[[],6],[-1,-2,[],[]],[[],[[8,[14,15]]]],[[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[118,86],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[-1,1],2,[]],[[],122],[[122,122],122],[[122,122],2],[[122,122],122],[[122,122],2],[122,57],0,[[122,122],122],[[122,122],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[123,123],[124,124],[125,125],[126,126],[127,127],[128,128],[129,129],[130,130],[131,131],[132,132],[[[133,[-1]]],[[133,[-1]]],[5,27]],[106,106],[122,122],[134,134],[135,135],[[[136,[-1]]],[[136,[-1]]],[5,27]],[[[137,[-1]]],[[137,[-1]]],[5,27]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[128,128],102],[[106,106],102],[[122,122],102],[[135,135],102],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[[-1,-2],102,[],[]],[122,122],[[122,122],9],0,0,0,0,0,0,[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[106]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[122]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[134]]],103],[-1,[[8,[135]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[[122,122],122],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[6,2],[[],122],[[]],[[]],[[128,128],9],[[106,106],9],[[122,122],9],[[134,134],9],[[135,135],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],0,0,0,0,0,0,[[122,-1],2,104],0,0,0,0,0,0,[[125,11],12],[[126,11],12],[[128,11],12],[[129,11],12],[[130,11],12],[[132,11],12],[[[133,[-1]],11],12,27],[[106,11],12],[[106,11],12],[[122,11],12],[[122,11],12],[[122,11],12],[[122,11],12],[[122,11],12],[[134,11],12],[[135,11],12],[[[136,[-1]],11],12,27],[[[137,[-1]],11],12,27],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[125,126],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[60,106],[138,106],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-2,107,[]],[-1,-2,107,[]],[57,[[108,[122]]]],[57,122],[57,122],[-1,-2,107,[]],[-1,-2,107,[]],[-1,122,104],[[],106],[[],134],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,[22,[109]]],[[8,[-2,110]]],107,[]],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],0,[[128,-1],2,114],[[122,-1],2,114],[[134,-1],2,114],[[135,-1],2,114],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[122,122],2],[[122,122],122],[[122,122],9],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[[-1,-2],[],[],107],[122,9],[122,9],[[106,-1],9,115],[[134,-1],9,115],[106,9],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[122,122],0,[[128,128],[[108,[102]]]],[[106,106],[[108,[102]]]],[[122,122],[[108,[102]]]],[[135,135],[[108,[102]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[106,138],[[122,122],2],0,[[106,-1],8,117],[[122,-1],8,117],[[134,-1],8,117],[[135,-1],8,117],[[122,122,9],2],[[],57],[[],57],0,0,0,0,0,[[122,122],122],[[122,122],2],[[122,122],122],0,0,[106],[134],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,119,[]],[[122,122],2],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[57,[[8,[134,[120,[134]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[[],[[8,[134,[120,[134]]]]]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],0,0,0,0,[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],0,0,0,[[122,122],122],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0,0,0,0,0,[[],[[22,[121]]]],[[],[[22,[121]]]],[109,2],[109,2],[[125,[22,[[21,[20]]]]],2],[[126,[22,[[21,[20]]]]],2],[[128,[22,[[21,[20]]]]],2],[[129,[22,[[21,[20]]]]],2],[[130,[22,[[21,[20]]]]],2],[[132,[22,[[21,[20]]]]],2],[[[133,[-1]],[22,[[21,[20]]]]],2,27],[[122,[22,[[21,[20]]]]],2],[[134,[22,[[21,[20]]]]],2],[[[137,[-1]],[22,[[21,[20]]]]],2,27],0,0,0,0,[[-1,1],2,[]],[[-1,1],2,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[139,139],[140,140],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[[139,139],102],[[-1,-2],102,[],[]],[[],140],[6,-1,[]],[6,-1,[]],[6,-1,[]],[6,-1,[]],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[-1,[[8,[139]]],103],[-1,[[8,[140]]],103],[[-1,-2],[[8,[[7,[-3,-4]]]]],[],[],[],[]],[6,2],[6,2],[[139,139],9],[[140,140],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[139,11],12],[[140,11],12],[-1,-1,[]],[-1,-1,[]],[[-1,-2],55,[111,112],113],[[-1,-2],55,[111,112],113],0,[[139,-1],2,114],[[140,-1],2,114],[[],6],[[],6],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[8,[14,15]]]],[[],[[8,[14,15]]]],[[139,139],[[108,[102]]]],[[]],[[]],[[139,-1],8,117],[[140,-1],8,117],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,[[8,[-2]]],[],[]],[-1,16,[]],[-1,16,[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[[[18,[-1,17]]],[[18,[19,17]]],[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],[-1,19,[]],0],"c":[],"p":[[3,"Private",4873],[15,"tuple"],[3,"__wasi_asyncify_t",4],[8,"ValueType",4874],[8,"Clone",4875],[15,"usize"],[3,"With",4876],[4,"Result",4877],[15,"bool"],[8,"PartialEq",4878],[3,"Formatter",4879],[6,"Result",4879],[8,"Debug",4879],[3,"Layout",4880],[3,"LayoutError",4880],[3,"TypeId",4881],[3,"Global",4882],[3,"Box",4883],[8,"Any",4881],[15,"u8"],[19,"MaybeUninit",4884],[15,"slice"],[3,"Dirent",1354],[3,"Vec",4885],[3,"Rights",1354],[3,"__wasi_ciovec_t",54],[8,"MemorySize",4886],[3,"__wasi_iovec_t",54],[3,"__wasi_hardwareaddress_t",120],[3,"__wasi_addr_ip4_t",120],[3,"__wasi_addr_ip4_port_t",120],[3,"__wasi_cidr_ip4_t",120],[3,"__wasi_addr_unix_t",120],[3,"__wasi_addr_unix_port_t",120],[3,"__wasi_cidr_unix_t",120],[3,"__wasi_addr_ip6_t",120],[3,"__wasi_addr_ip6_port_t",120],[3,"__wasi_cidr_ip6_t",120],[3,"__wasi_addr_u",120],[3,"__wasi_addr_t",120],[3,"__wasi_addr_port_u",120],[3,"__wasi_addr_port_t",120],[3,"__wasi_cidr_u",120],[3,"__wasi_cidr_t",120],[3,"Route",120],[3,"Fdflags",1354],[3,"Fstflags",1354],[3,"Lookup",1354],[3,"Oflags",1354],[3,"Subclockflags",1354],[3,"Eventrwflags",1354],[3,"JoinFlags",1354],[3,"ThreadStateFlags",1354],[8,"Error",4887],[15,"u64"],[15,"u16"],[15,"u32"],[4,"Snapshot0Clockid",1354],[4,"Clockid",1354],[4,"Errno",1354],[4,"Filetype",1354],[3,"Snapshot0Dirent",1354],[4,"Advice",1354],[3,"Fdstat",1354],[4,"Eventtype",1354],[3,"Snapshot0SubscriptionClock",1354],[3,"SubscriptionClock",1354],[4,"Preopentype",1354],[3,"EventFdReadwrite",1354],[3,"SubscriptionFsReadwrite",1354],[4,"Socktype",1354],[4,"Sockstatus",1354],[4,"Sockoption",1354],[4,"Streamsecurity",1354],[4,"Addressfamily",1354],[3,"Snapshot0Filestat",1354],[3,"Filestat",1354],[4,"Snapshot0Whence",1354],[4,"Whence",1354],[3,"Tty",1354],[4,"OptionTag",1354],[3,"OptionPid",1354],[3,"OptionFd",1354],[3,"ProcessHandles",1354],[3,"PrestatUDir",1354],[3,"PrestatU",1354],[3,"Prestat",1354],[3,"PipeHandles",1354],[4,"StdioMode",1354],[4,"SockProto",1354],[4,"Bool",1354],[3,"OptionTimestamp",1354],[4,"Signal",1354],[3,"AddrUnspec",1354],[3,"AddrUnspecPort",1354],[3,"CidrUnspec",1354],[3,"HttpHandles",1354],[3,"HttpStatus",1354],[4,"Timeout",1354],[4,"JoinStatusType",1354],[3,"ErrnoSignal",1354],[4,"Ordering",4878],[8,"Deserializer",4888],[8,"IntoIterator",4889],[3,"Error",4890],[4,"ExitCode",4216],[8,"AsStoreMut",4891],[4,"Option",4892],[19,"RawValue",4874],[3,"TryFromSliceError",4893],[8,"Hash",4894],[8,"Sized",4895],[8,"BuildHasher",4894],[8,"Hasher",4894],[8,"AsStoreRef",4891],[15,"str"],[8,"Serializer",4896],[4,"PrestatEnum",4191],[3,"String",4897],[3,"TryFromPrimitiveError",4898],[4,"Type",4899],[3,"EpollType",4216],[19,"Snapshot0SubscriptionUnion",4216],[19,"SubscriptionUnion",4216],[3,"Snapshot0Subscription",4216],[3,"Subscription",4216],[19,"EventUnion",4216],[3,"StackSnapshot",4216],[3,"Event",4216],[3,"Snapshot0Event",4216],[19,"JoinStatusUnion",4216],[3,"JoinStatus",4216],[3,"ThreadStart",4216],[4,"EpollCtl",4216],[3,"EpollEventCtl",4216],[3,"EpollData",4216],[3,"EpollEvent",4216],[15,"i32"],[4,"ThreadStartType",4798],[3,"WasiMemoryLayout",4798],[13,"Dir",4215],[13,"ThreadSpawn",4872]]},\ "wasmer_wasm_interface":{"doc":"Definition and parsing of wasm interfaces","t":"AAAAENNNNNNNNEDELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMDLLLLLLLLLLMLLLMMLLLLLFFFFFFFFFNNNELLLLLLLLFFFFFMMM","n":["interface","interface_matcher","parser","validate","Export","F32","F64","Func","Func","Global","Global","I32","I64","Import","Interface","WasmType","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","create_interface_matcher","default","deserialize","deserialize","deserialize","deserialize","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","exports","fmt","fmt","fmt","fmt","fmt","format_key","format_key","from","from","from","from","get_key","get_key","hash","hash","hash","imports","into","into","into","into","merge","name","serialize","serialize","serialize","serialize","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","name","name","params","result","var_type","name","name","namespace","namespace","params","result","var_type","InterfaceMatcher","borrow","borrow_mut","clone","clone_into","default","deserialize","eq","equivalent","equivalent","equivalent","exports","fmt","from","into","namespace_imports","namespaces","serialize","to_owned","try_from","try_into","type_id","func","global","identifier","parse_comment","parse_func_or_global","parse_interface","s_exp","space_comments","wasm_type","InterfaceViolated","InvalidWasm","UnsupportedType","WasmValidationError","borrow","borrow_mut","fmt","from","into","try_from","try_into","type_id","validate_export_fns","validate_export_globals","validate_imports","validate_wasm_and_report_errors","wasmparser_type_into_wasm_type","error","error","errors"],"q":[[0,"wasmer_wasm_interface"],[4,"wasmer_wasm_interface::interface"],[99,"wasmer_wasm_interface::interface::Export"],[104,"wasmer_wasm_interface::interface::Import"],[111,"wasmer_wasm_interface::interface_matcher"],[133,"wasmer_wasm_interface::parser"],[142,"wasmer_wasm_interface::validate"],[159,"wasmer_wasm_interface::validate::WasmValidationError"],[162,"core::result"],[163,"serde::de"],[164,"core::fmt"],[165,"core::fmt"],[166,"core::hash"],[167,"serde::ser"],[168,"core::any"],[169,"either"],[170,"nom::internal"],[171,"core::ops::function"],[172,"std::collections::hash::map"],[173,"wasmparser::readers::core::types"],[174,"alloc::vec"],[175,"wasmparser::readers::core::types"]],"d":["The definition of a WASM interface","","Parsers to get a wasm interface from text","Validate a wasm module given a interface.","","","","","","","","","","","","Primitive wasm type","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Things that the module must export","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Get the key used to look this import up in the Interface’…","Get the key used to look this export up in the Interface’…","","","","Things that the module can import","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","The name the interface gave itself","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A struct containing data for more efficient matching.","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","(func (import “ns” “name”) (param f64 i32) (result …","(global (import “ns” “name”) (type f64)) (global …","A quoted identifier, must be valid UTF8","","","Some example input: (interface “example_interface” …","Parses an S-expression","Consumes spaces and comments comments must terminate with …","Parses a wasm primitive type","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","Validates the export functions, checking the name and type …","Validates the export globals, checking the name and type …","Validates the import functions, checking the name and type …","","Converts Wasmparser’s type enum into wasm-interface’s …","","",""],"i":[0,0,0,0,0,4,4,2,3,2,3,4,4,0,0,0,1,2,3,4,1,2,3,4,1,2,3,4,1,2,3,4,1,1,1,2,3,4,1,2,3,4,1,1,1,2,2,2,3,3,3,4,4,4,1,1,2,3,4,4,2,3,1,2,3,4,2,3,2,3,4,1,1,2,3,4,1,1,1,2,3,4,1,2,3,4,4,1,2,3,4,1,2,3,4,1,2,3,4,29,30,29,29,30,31,32,31,32,31,31,32,0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,0,0,0,0,0,0,0,0,20,20,20,0,20,20,20,20,20,20,20,20,0,0,0,0,0,33,34,35],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[1,1],[2,2],[3,3],[4,4],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[1,6],[[],1],[-1,[[7,[1]]],8],[-1,[[7,[2]]],8],[-1,[[7,[3]]],8],[-1,[[7,[4]]],8],[[1,1],9],[[2,2],9],[[3,3],9],[[4,4],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],0,[[1,10],11],[[2,10],11],[[3,10],11],[[4,10],11],[[4,10],11],[[12,12],[[5,[13,13]]]],[12,13],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[2,[[5,[13,13]]]],[3,13],[[2,-1],5,14],[[3,-1],5,14],[[4,-1],5,14],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[1,1],[[7,[1,13]]]],0,[[1,-1],7,15],[[2,-1],7,15],[[3,-1],7,15],[[4,-1],7,15],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,13,[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],[-1,16,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[6,6],[[-1,-2],5,[],[]],[[],6],[-1,[[7,[6]]],8],[[6,6],9],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],[[-1,-2],9,[],[]],0,[[6,10],11],[-1,-1,[]],[-1,-2,[],[]],0,0,[[6,-1],7,15],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,16,[]],[12,[[18,[12,[17,[2,3]]]]]],[12,[[18,[12,[17,[2,3]]]]]],[12,[[18,[12,12]]]],[12,[[18,[12,5]]]],[12,[[18,[12,[17,[2,3]]]]]],[12,[[7,[1,13]]]],[-1,[[0,[19]]],19],[12,[[18,[12,5]]]],[12,[[18,[12,4]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[20,10],11],[-1,-1,[]],[-1,-2,[],[]],[-1,[[7,[-2]]],[],[]],[-1,[[7,[-2]]],[],[]],[-1,16,[]],[[[22,[13,21]],[24,[23]],[25,[21]],1,[25,[13]]],5],[[[22,[13,21]],[25,[26]],1,[25,[13]]],5],[[[22,[[5,[13,13]],21]],[24,[23]],1,[25,[13]]],5],[[[24,[27]],1],[[7,[5,20]]]],[28,[[7,[4,13]]]],0,0,0],"c":[],"p":[[3,"Interface",4],[4,"Import",4],[4,"Export",4],[4,"WasmType",4],[15,"tuple"],[3,"InterfaceMatcher",111],[4,"Result",162],[8,"Deserializer",163],[15,"bool"],[3,"Formatter",164],[6,"Result",164],[15,"str"],[3,"String",165],[8,"Hasher",166],[8,"Serializer",167],[3,"TypeId",168],[4,"Either",169],[6,"IResult",170],[8,"Fn",171],[4,"WasmValidationError",142],[15,"u32"],[3,"HashMap",172],[3,"FuncType",173],[15,"slice"],[3,"Vec",174],[3,"GlobalType",173],[15,"u8"],[4,"ValType",173],[13,"Func",99],[13,"Global",99],[13,"Func",104],[13,"Global",104],[13,"InvalidWasm",159],[13,"UnsupportedType",159],[13,"InterfaceViolated",159]]},\ "wasmer_wast":{"doc":"Implementation of the WAST text format for wasmer.","t":"DDNNNNNNREDDMMMMMMMMMMMAMMMMMMMMMAFMMMAMADDLLLLLMLLLLLLLLMMLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLFDDDDRDNNDDNDNDDNNEDLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMFMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDIDLLMLLLLMMLLLLMLFFFFFFMLLLMLMLLLKKLMLLLLLLLLLLLLLLLMLLLLLLFFLL","n":["DirectiveError","DirectiveErrors","Host","InMemory","PassthruMemory","RootFileSystemBuilder","Tmp","UnionHostMemory","VERSION","WasiFileSystemKind","WasiTest","Wast","allowed_instantiation_failures","args","assert_return","assert_stderr","assert_stdout","col","current","current_is_allowed_failure","dirs","disable_assert_trap_exhaustion","envs","error","errors","fail_fast","filename","import_object","instances","line","mapped_dirs","match_trap_messages","message","spectest","spectest_importobject","stdin","store","temp_dirs","wasi_wast","wasm_path","wast","DirectiveError","DirectiveErrors","as_error","borrow","borrow","borrow_mut","borrow_mut","col","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","errors","filename","fmt","fmt","fmt","from","from","init","init","into","into","layout_raw","layout_raw","line","message","pointer_metadata","pointer_metadata","to_string","try_from","try_from","try_into","try_into","type_id","type_id","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","spectest_importobject","Args","AssertReturn","AssertStderr","AssertStdout","BASE_TEST_DIR","Envs","Host","InMemory","MapDirs","OutputCapturerer","PassthruMemory","Preopens","RootFileSystemBuilder","Stdin","TempDirs","Tmp","UnionHostMemory","WasiFileSystemKind","WasiTest","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","args","args","assert_return","assert_stderr","assert_stdout","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","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","create_wasi_env","created_time","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","deserialize","deserialize","deserialize","dirs","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","envs","envs","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","expected","expected","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_hash","get_imports","get_stdio_output","get_version","hash","hash","hash","hash","hash","hash","hash","hash","hash","hash","init","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","into","last_accessed","last_modified","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","lex_string","map_dirs","map_host_fs_to_mem_fs","mapped_dirs","new","output","parse","parse","parse","parse","parse","parse","parse","parse","parse","parse","parse_tokens","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","poll_complete","poll_flush","poll_read","poll_read_ready","poll_shutdown","poll_write","poll_write_ready","preopens","return_value","run","set_len","size","start_seek","stdin","stream","temp_dirs","temp_dirs","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","unlink","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasi_kw","wasm_path","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","args","assert_return","assert_stderr","assert_stdout","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","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","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","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","display","display","display","display","display","display","display","display","display","display","display","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","drop","envs","fake_i64_const","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","init","init","init","init","init","init","init","init","init","init","init","into","into","into","into","into","into","into","into","into","into","into","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","layout_raw","map_dirs","parse","parse","parse","parse","parse","parse","parse","parse","parse","parse","parse","peek","peek","peek","peek","peek","peek","peek","peek","peek","peek","peek","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","pointer_metadata","preopens","stdin","temp_dirs","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_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","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_box","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_mut","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","upcast_any_ref","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wasi_test","NaNCheck","Wast","allow_instantiation_failures","allow_trap_message","allowed_instantiation_failures","assert_return","assert_trap","borrow","borrow_mut","current","current_is_allowed_failure","deref","deref_mut","deserialize","disable_assert_and_exhaustion","disable_assert_trap_exhaustion","drop","extract_lane_as_i16","extract_lane_as_i32","extract_lane_as_i64","extract_lane_as_i8","f32_matches","f64_matches","fail_fast","from","get","get_instance","import_object","init","instances","instantiate","into","invoke","is_arithmetic_nan","is_canonical_nan","layout_raw","match_trap_messages","matches_message_assert_invalid","matches_message_assert_trap","matches_message_assert_unlinkable","module","new","new_with_spectest","parse_quote_module","perform_execute","perform_invoke","pointer_metadata","register","run_buffer","run_directive","run_file","runtime_value","store","try_from","try_into","type_id","upcast_any_box","upcast_any_mut","upcast_any_ref","v128_format","v128_matches","val_matches","vzip"],"q":[[0,"wasmer_wast"],[41,"wasmer_wast::error"],[95,"wasmer_wast::spectest"],[96,"wasmer_wast::wasi_wast"],[517,"wasmer_wast::wasi_wast::wasi_kw"],[847,"wasmer_wast::wast"],[910,"wasmer::store"],[911,"wasmer::imports"],[912,"core::error"],[913,"rkyv::with"],[914,"core::result"],[915,"core::fmt"],[916,"core::fmt"],[917,"core::alloc::layout"],[918,"core::any"],[919,"alloc::alloc"],[920,"alloc::boxed"],[921,"core::any"],[922,"wasmer_wasix::state::builder"],[923,"tempfile::dir"],[924,"alloc::vec"],[925,"virtual_fs::pipe"],[926,"std::sync::mpsc"],[927,"anyhow"],[928,"wasmer_wasix_types::wasi::bindings"],[929,"core::hash"],[930,"core::marker"],[931,"core::hash"],[932,"wasmer::function_env"],[933,"wasmer::module"],[934,"wasmer_wasix::utils"],[935,"core::hash"],[936,"wast::parser"],[937,"std::fs"],[938,"std::path"],[939,"core::future::future"],[940,"core::pin"],[941,"wast::parser"],[942,"std::io::error"],[943,"core::task::poll"],[944,"tokio::io::read_buf"],[945,"wasmer_wasix_types::wasi::bindings"],[946,"wast::parser"],[947,"wast::ast::assert_expr"],[948,"wast::ast::token"],[949,"wast::ast::assert_expr"],[950,"wasmer::instance"],[951,"wast::ast::wast"],[952,"wast::ast::wast"],[953,"wast::ast::assert_expr"]],"d":["A Directive Error","A structure holding the list of all executed directives","Instruct the test runner to use virtual_fs::host_fs.","Instruct the test runner to use virtual_fs::mem_fs.","Instruct the test runner to use virtual_fs::passtru_fs","Instruct the test runner to use the TempFs returned by …","Instruct the test runner to use virtual_fs::tmp_fs","Instruct the test runner to use …","Version number of this crate.","The kind of filesystem WasiTest is going to use.","Crate holding metadata parsed from the WASI WAST about the …","The wast test script language allows modules to be defined …","Allowed failures (ideally this should be empty)","","","","","The column where the directive is defined","Wast files have a concept of a “current” module, which …","If the current module was an allowed failure, we allow …","","A flag indicating that assert_trap and assert_exhaustion …","","","The list of errors","A flag indicating if Wast tests should stop as soon as one …","The filename where the error occured","The Import Object that all wast tests will have","The instances in the test","The line where the directive is defined","","If the (expected from .wast, actual) message pair is in …","The failing message received when running the directive","","Return an instance implementing the “spectest” …","","The store in which the tests are executing.","","","","","A Directive Error","A structure holding the list of all executed directives","","","","","","The column where the directive is defined","","","","","","","","","The list of errors","The filename where the error occured","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","The line where the directive is defined","The failing message received when running the directive","","","","","","","","","","","","","","","","","","","","","","","","Return an instance implementing the “spectest” …","","","","","","","Instruct the test runner to use virtual_fs::host_fs.","Instruct the test runner to use virtual_fs::mem_fs.","","","Instruct the test runner to use virtual_fs::passtru_fs","","Instruct the test runner to use the TempFs returned by …","","","Instruct the test runner to use virtual_fs::tmp_fs","Instruct the test runner to use …","The kind of filesystem WasiTest is going to use.","Crate holding metadata parsed from the WASI WAST about the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Create the wasi env with the given metadata.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","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 correct WASI import object for the given module …","","Get the correct WasiVersion from the Wasm Module.","","","","","","","","","","","","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","Turn a WASI WAST string into a list of tokens.","","When using virtual_fs::mem_fs, we cannot rely on …","","","","","","","","","","","","","","Turn a WASI WAST list of tokens into a WasiTest struct.","","","","","","","","","","","","","","","","","","","","","","Execute the WASI test and assert.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","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 wast test script language allows modules to be defined …","A list of instantiation failures to allow.","A list of alternative messages to permit for a trap …","Allowed failures (ideally this should be empty)","","","","","Wast files have a concept of a “current” module, which …","If the current module was an allowed failure, we allow …","","","","Do not run any code in assert_trap or assert_exhaustion.","A flag indicating that assert_trap and assert_exhaustion …","","","","","","","","A flag indicating if Wast tests should stop as soon as one …","Returns the argument unchanged.","Get the value of an exported global from an instance.","","The Import Object that all wast tests will have","","The instances in the test","","Calls U::from(self).","Invoke an exported function from an instance.","","","","If the (expected from .wast, actual) message pair is in …","","","","Define a module and register it.","Construct a new instance of Wast with a given imports.","Construct a new instance of Wast with the spectests …","","Perform the action portion of a command.","","","Register an instance to make it available for performing …","Run a wast script from a byte buffer.","","Run a wast script from a file.","Translate from a script::Value to a Value.","The store in which the tests are executing.","","","","","","","","","",""],"i":[0,0,31,31,31,31,31,31,0,0,0,0,79,20,20,20,20,8,79,79,20,79,20,0,11,79,11,79,79,8,20,79,8,0,0,20,79,20,0,20,0,0,0,11,8,11,8,11,8,8,11,8,11,8,11,8,11,11,11,8,11,11,8,11,8,11,8,11,8,11,8,8,8,11,11,8,11,8,11,8,11,8,8,11,11,8,8,11,11,8,8,11,11,8,11,0,0,0,0,0,0,0,31,31,0,0,31,0,31,0,0,31,31,0,0,20,21,22,23,24,25,26,27,28,29,30,20,22,20,20,20,31,20,21,22,23,24,25,26,27,28,29,30,31,20,21,22,23,24,25,26,27,28,29,30,20,21,22,23,24,25,26,27,28,29,30,20,21,22,23,24,25,26,27,28,29,30,20,30,31,20,21,22,23,24,25,26,27,28,29,30,31,20,21,22,23,24,25,26,27,28,29,30,31,20,21,22,23,24,25,26,27,28,29,30,20,31,20,21,22,23,24,25,26,27,28,29,30,20,21,26,27,28,29,26,26,26,26,27,27,27,27,28,28,28,28,29,29,29,29,28,29,31,20,21,22,23,24,25,26,27,28,29,30,31,20,21,22,23,24,25,26,27,28,29,30,20,21,22,23,24,25,26,27,28,29,20,0,20,20,21,22,23,24,25,26,27,28,29,31,20,21,22,23,24,25,26,27,28,29,30,31,20,21,22,23,24,25,26,27,28,29,30,30,30,31,20,21,22,23,24,25,26,27,28,29,30,20,24,0,20,30,30,20,21,22,23,24,25,26,27,28,29,20,31,20,21,22,23,24,25,26,27,28,29,30,30,30,30,30,30,30,30,23,26,20,30,30,30,20,27,20,25,20,21,22,23,24,25,26,27,28,29,30,31,20,21,22,23,24,25,26,27,28,29,30,31,20,21,22,23,24,25,26,27,28,29,30,31,20,21,22,23,24,25,26,27,28,29,30,30,31,31,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,31,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,31,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,30,30,31,20,21,22,23,24,25,26,27,28,29,30,0,20,67,68,69,70,71,72,73,74,75,76,77,0,0,0,0,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,0,0,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,0,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,0,0,0,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,68,69,70,71,72,73,74,75,76,77,67,67,68,68,69,69,70,70,71,71,72,72,73,73,74,74,75,75,76,76,77,77,67,67,68,68,69,69,70,70,71,71,72,72,73,73,74,74,75,75,76,76,77,77,67,67,68,68,69,69,70,70,71,71,72,72,73,73,74,74,75,75,76,76,77,77,67,68,69,70,71,72,73,74,75,76,77,0,0,0,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,0,0,0,0,0,0,79,79,79,79,79,79,79,79,79,79,99,99,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,0,0,79,79],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1,2],0,0,0,0,0,0,0,0,[-1,3,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[4,7],[4,7],0,0,[[8,9],10],[[11,9],10],[[11,9],10],[-1,-1,[]],[-1,-1,[]],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],0,0,[[]],[[]],[-1,14,[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],[-1,-2,[],[]],[1,2],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[20,20],[21,21],[22,22],[23,23],[24,24],[25,25],[26,26],[27,27],[28,28],[29,29],[30,30],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[20,31],[[38,[[7,[32,[34,[33]],35,[37,[[34,[36]]]],[37,[[34,[36]]]]]]]]]],[30,39],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],0,[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],0,0,[[26,26],40],[[27,27],40],[[28,28],40],[[29,29],40],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],[[-1,-2],40,[],[]],0,0,[[31,9],10],[[20,9],10],[[21,9],10],[[22,9],10],[[23,9],10],[[24,9],10],[[25,9],10],[[26,9],10],[[27,9],10],[[28,9],10],[[29,9],10],[[30,9],10],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[-1,-2],41,[42,43],44],[[-1,-2],41,[42,43],44],[[-1,-2],41,[42,43],44],[[-1,-2],41,[42,43],44],[[-1,-2],41,[42,43],44],[[-1,-2],41,[42,43],44],[[-1,-2],41,[42,43],44],[[-1,-2],41,[42,43],44],[[-1,-2],41,[42,43],44],[[-1,-2],41,[42,43],44],[[20,1,[46,[45]],47],[[38,[2]]]],[[[37,[[34,[36]]]]],[[38,[14]]]],[[20,47],[[38,[48]]]],[[20,-1],7,49],[[21,-1],7,49],[[22,-1],7,49],[[23,-1],7,49],[[24,-1],7,49],[[25,-1],7,49],[[26,-1],7,49],[[27,-1],7,49],[[28,-1],7,49],[[29,-1],7,49],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[30,39],[30,39],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[50,[[52,[51]]]],0,[[53,54,55],[[57,[[17,[56]]]]]],0,[[],[[7,[30,[37,[[34,[36]]]]]]]],0,[58,[[52,[20]]]],[58,[[52,[21]]]],[58,[[52,[22]]]],[58,[[52,[23]]]],[58,[[52,[24]]]],[58,[[52,[25]]]],[58,[[52,[26]]]],[58,[[52,[27]]]],[58,[[52,[28]]]],[58,[[52,[29]]]],[51,[[52,[20]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[57,[30]],59],[[61,[[60,[41]]]]]],[[[57,[30]],59],[[61,[[60,[7]]]]]],[[[57,[30]],59,62],[[61,[[60,[7]]]]]],[[[57,[30]],59],[[61,[[60,[4]]]]]],[[[57,[30]],59],[[61,[[60,[7]]]]]],[[[57,[30]],59,[63,[36]]],[[61,[[60,[4]]]]]],[[[57,[30]],59],[[61,[[60,[4]]]]]],0,0,[[20,1,50,31],[[38,[40]]]],[[30,64],[[6,[7,65]]]],[30,41],[[[57,[30]],66],[[60,[7]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[30,[[6,[7,65]]]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],[[-1,19],7,[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[67,67],[68,68],[69,69],[70,70],[71,71],[72,72],[73,73],[74,74],[75,75],[76,76],[77,77],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[[],50],[[],50],[[],50],[[],50],[[],50],[[],50],[[],50],[[],50],[[],50],[[],50],[[],50],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],[4,7],0,0,[[67,9],10],[[68,9],10],[[69,9],10],[[70,9],10],[[71,9],10],[[72,9],10],[[73,9],10],[[74,9],10],[[75,9],10],[[76,9],10],[[77,9],10],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],[[],[[6,[12,13]]]],0,[58,[[52,[67]]]],[58,[[52,[68]]]],[58,[[52,[69]]]],[58,[[52,[70]]]],[58,[[52,[71]]]],[58,[[52,[72]]]],[58,[[52,[73]]]],[58,[[52,[74]]]],[58,[[52,[75]]]],[58,[[52,[76]]]],[58,[[52,[77]]]],[78,40],[78,40],[78,40],[78,40],[78,40],[78,40],[78,40],[78,40],[78,40],[78,40],[78,40],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,18,[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[79,[63,[50]]],7],[[79,50,50],7],0,[[79,[38,[[34,[80]]]],[63,[81]]],[[38,[7]]]],[[79,[38,[[34,[80]]]],50],[[38,[7]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[4,-1,[]],[4,-1,[]],[[-1,-2],[[6,[[5,[-3,-4]]]]],[],[],[],[]],[79,7],0,[4,7],[[82,4],83],[[82,4],84],[[82,4],85],[[82,4],86],[[87,[89,[88]]],40],[[90,[89,[91]]],40],0,[-1,-1,[]],[[79,[92,[50]],50],[[38,[[34,[80]]]]]],[[79,[92,[50]]],[[38,[93]]]],0,[[],4],0,[[79,[63,[36]]],[[38,[93]]]],[-1,-2,[],[]],[[79,[92,[50]],50,[63,[80]]],[[38,[[34,[80]]]]]],[-1,40,[]],[-1,40,[]],[[],[[6,[12,13]]]],0,[[50,50],40],[[79,50,50],40],[[50,50],40],[[79,[92,[50]],[63,[36]]],[[38,[7]]]],[[1,2],79],[1,79],[[79,55,[63,[[63,[36]]]]],[[38,[[34,[36]]]]]],[[79,94],[[38,[[34,[80]]]]]],[[79,95],[[38,[[34,[80]]]]]],[[]],[[79,[92,[50]],50],[[38,[7]]]],[[79,55,[63,[36]]],[[38,[7]]]],[[79,55,96],[[38,[7]]]],[[79,55],[[38,[7]]]],[[79,97],[[38,[80]]]],0,[-1,[[6,[-2]]],[],[]],[-1,[[6,[-2]]],[],[]],[-1,15,[]],[[[17,[-1,16]]],[[17,[18,16]]],[]],[-1,18,[]],[-1,18,[]],[[82,98],98],[[82,98],40],[[79,80,81],[[38,[40]]]],[-1,-2,[],[]]],"c":[],"p":[[3,"Store",910],[3,"Imports",911],[8,"Error",912],[15,"usize"],[3,"With",913],[4,"Result",914],[15,"tuple"],[3,"DirectiveError",41],[3,"Formatter",915],[6,"Result",915],[3,"DirectiveErrors",41],[3,"Layout",916],[3,"LayoutError",916],[3,"String",917],[3,"TypeId",918],[3,"Global",919],[3,"Box",920],[8,"Any",918],[3,"Private",921],[3,"WasiTest",96],[3,"Envs",96],[3,"Args",96],[3,"Preopens",96],[3,"MapDirs",96],[3,"TempDirs",96],[3,"AssertReturn",96],[3,"Stdin",96],[3,"AssertStdout",96],[3,"AssertStderr",96],[3,"OutputCapturerer",96],[4,"WasiFileSystemKind",96],[3,"WasiEnvBuilder",922],[3,"TempDir",923],[3,"Vec",924],[3,"Pipe",925],[15,"u8"],[3,"Receiver",926],[6,"Result",927],[6,"Timestamp",928],[15,"bool"],[15,"u64"],[8,"Hash",929],[8,"Sized",930],[8,"BuildHasher",929],[3,"WasiEnv",931],[3,"FunctionEnv",932],[3,"Module",933],[4,"WasiVersion",934],[8,"Hasher",929],[15,"str"],[3,"ParseBuffer",935],[6,"Result",935],[8,"FileSystem",936],[3,"ReadDir",937],[3,"Path",938],[8,"Future",939],[3,"Pin",940],[3,"Parser",935],[3,"Context",941],[6,"Result",942],[4,"Poll",943],[3,"ReadBuf",944],[15,"slice"],[6,"Filesize",928],[4,"FsError",936],[4,"SeekFrom",945],[3,"wasi_test",517],[3,"envs",517],[3,"args",517],[3,"preopens",517],[3,"map_dirs",517],[3,"temp_dirs",517],[3,"assert_return",517],[3,"stdin",517],[3,"assert_stdout",517],[3,"assert_stderr",517],[3,"fake_i64_const",517],[3,"Cursor",935],[3,"Wast",847],[4,"Value",946],[4,"AssertExpression",947],[15,"u128"],[15,"i16"],[15,"i32"],[15,"i64"],[15,"i8"],[15,"f32"],[3,"Float32",948],[4,"NanPattern",947],[15,"f64"],[3,"Float64",948],[4,"Option",949],[3,"Instance",950],[4,"WastExecute",951],[3,"WastInvoke",951],[4,"WastDirective",951],[3,"Expression",952],[4,"V128Pattern",947],[8,"NaNCheck",847]]}\ }'); diff --git a/crates/doc/src/wasmer_compiler/engine/unwind/systemv.rs.html b/crates/doc/src/wasmer_compiler/engine/unwind/systemv.rs.html index 427c3c0565a..9496780bb7f 100644 --- a/crates/doc/src/wasmer_compiler/engine/unwind/systemv.rs.html +++ b/crates/doc/src/wasmer_compiler/engine/unwind/systemv.rs.html @@ -122,12 +122,73 @@ 122 123 124 +125 +126 +127 +128 +129 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183
// This file contains code from external sources.
 // Attributions: https://github.com/wasmerio/wasmer/blob/main/docs/ATTRIBUTIONS.md
 
 //! Module for System V ABI unwind registry.
 
-use wasmer_types::CompiledFunctionUnwindInfoReference;
+use core::sync::atomic::{AtomicUsize, Ordering::Relaxed};
+
+use wasmer_types::CompiledFunctionUnwindInfoReference;
 
 /// Represents a registry of function unwind information for System V ABI.
 pub struct UnwindRegistry {
@@ -141,6 +202,66 @@
     fn __deregister_frame(fde: *const u8);
 }
 
+/// There are two primary unwinders on Unix platforms: libunwind and libgcc.
+///
+/// Unfortunately their interface to `__register_frame` is different. The
+/// libunwind library takes a pointer to an individual FDE while libgcc takes a
+/// null-terminated list of FDEs. This means we need to know what unwinder
+/// is being used at runtime.
+///
+/// This detection is done currently by looking for a libunwind-specific symbol.
+/// This specific symbol was somewhat recommended by LLVM's
+/// "RTDyldMemoryManager.cpp" file which says:
+///
+/// > We use the presence of __unw_add_dynamic_fde to detect libunwind.
+///
+/// I'll note that there's also a different libunwind project at
+/// https://www.nongnu.org/libunwind/ but that doesn't appear to have
+/// `__register_frame` so I don't think that interacts with this.
+fn using_libunwind() -> bool {
+    static USING_LIBUNWIND: AtomicUsize = AtomicUsize::new(LIBUNWIND_UNKNOWN);
+
+    const LIBUNWIND_UNKNOWN: usize = 0;
+    const LIBUNWIND_YES: usize = 1;
+    const LIBUNWIND_NO: usize = 2;
+
+    // On macOS the libgcc interface is never used so libunwind is always used.
+    if cfg!(target_os = "macos") {
+        return true;
+    }
+
+    // On other platforms the unwinder can vary. Sometimes the unwinder is
+    // selected at build time and sometimes it differs at build time and runtime
+    // (or at least I think that's possible). Fall back to a `libc::dlsym` to
+    // figure out what we're using and branch based on that.
+    //
+    // Note that the result of `libc::dlsym` is cached to only look this up
+    // once.
+    match USING_LIBUNWIND.load(Relaxed) {
+        LIBUNWIND_YES => true,
+        LIBUNWIND_NO => false,
+        LIBUNWIND_UNKNOWN => {
+            let looks_like_libunwind = unsafe {
+                !libc::dlsym(
+                    std::ptr::null_mut(),
+                    "__unw_add_dynamic_fde\0".as_ptr().cast(),
+                )
+                .is_null()
+            };
+            USING_LIBUNWIND.store(
+                if looks_like_libunwind {
+                    LIBUNWIND_YES
+                } else {
+                    LIBUNWIND_NO
+                },
+                Relaxed,
+            );
+            looks_like_libunwind
+        }
+        _ => unreachable!(),
+    }
+}
+
 impl UnwindRegistry {
     /// Creates a new unwind registry with the given base address.
     pub fn new() -> Self {
@@ -184,10 +305,7 @@
 
     #[allow(clippy::cast_ptr_alignment)]
     unsafe fn register_frames(&mut self, eh_frame: &[u8]) {
-        if cfg!(any(
-            all(target_os = "linux", target_env = "gnu"),
-            target_os = "freebsd"
-        )) {
+        if !using_libunwind() {
             // Registering an empty `eh_frame` (i.e. which
             // contains empty FDEs) cause problems on Linux when
             // deregistering it. We must avoid this
diff --git a/crates/doc/wai_bindgen_wasmer/enum.GuestError.html b/crates/doc/wai_bindgen_wasmer/enum.GuestError.html
index 790a881102b..d20eb6aa6c6 100644
--- a/crates/doc/wai_bindgen_wasmer/enum.GuestError.html
+++ b/crates/doc/wai_bindgen_wasmer/enum.GuestError.html
@@ -19,7 +19,7 @@
     },
     InvalidUtf8(Utf8Error),
     TryFromIntError(TryFromIntError),
-}

Variants§

§

InvalidFlagValue(&'static str)

§

InvalidEnumValue(&'static str)

§

PtrOverflow

§

PtrOutOfBounds(Region)

§

PtrNotAligned(Region, u32)

§

PtrBorrowed(Region)

§

BorrowCheckerOutOfHandles

§

SliceLengthsDiffer

§

InFunc

Fields

§funcname: &'static str
§location: &'static str
§

InDataField

Fields

§typename: String
§field: String
§

InvalidUtf8(Utf8Error)

§

TryFromIntError(TryFromIntError)

Trait Implementations§

source§

impl Debug for GuestError

source§

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

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

impl Display for GuestError

source§

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

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

impl Error for GuestError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<TryFromIntError> for GuestError

source§

fn from(source: TryFromIntError) -> Self

Converts to this type from the input type.
source§

impl From<Utf8Error> for GuestError

source§

fn from(source: Utf8Error) -> Self

Converts to this type from the input type.
source§

impl PartialEq<GuestError> for GuestError

source§

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

This method tests for self and other values to be equal, and is used +}

Variants§

§

InvalidFlagValue(&'static str)

§

InvalidEnumValue(&'static str)

§

PtrOverflow

§

PtrOutOfBounds(Region)

§

PtrNotAligned(Region, u32)

§

PtrBorrowed(Region)

§

BorrowCheckerOutOfHandles

§

SliceLengthsDiffer

§

InFunc

Fields

§funcname: &'static str
§location: &'static str
§

InDataField

Fields

§typename: String
§field: String
§

InvalidUtf8(Utf8Error)

§

TryFromIntError(TryFromIntError)

Trait Implementations§

source§

impl Debug for GuestError

source§

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

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

impl Display for GuestError

source§

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

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

impl Error for GuestError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<TryFromIntError> for GuestError

source§

fn from(source: TryFromIntError) -> Self

Converts to this type from the input type.
source§

impl From<Utf8Error> for GuestError

source§

fn from(source: Utf8Error) -> Self

Converts to this type from the input type.
source§

impl PartialEq<GuestError> for GuestError

source§

fn eq(&self, other: &GuestError) -> 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 GuestError

source§

impl StructuralEq for GuestError

source§

impl StructuralPartialEq for GuestError

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wai_bindgen_wasmer/error/enum.GuestError.html b/crates/doc/wai_bindgen_wasmer/error/enum.GuestError.html index 67fd7cf9536..618e487791e 100644 --- a/crates/doc/wai_bindgen_wasmer/error/enum.GuestError.html +++ b/crates/doc/wai_bindgen_wasmer/error/enum.GuestError.html @@ -19,7 +19,7 @@ }, InvalidUtf8(Utf8Error), TryFromIntError(TryFromIntError), -}

Variants§

§

InvalidFlagValue(&'static str)

§

InvalidEnumValue(&'static str)

§

PtrOverflow

§

PtrOutOfBounds(Region)

§

PtrNotAligned(Region, u32)

§

PtrBorrowed(Region)

§

BorrowCheckerOutOfHandles

§

SliceLengthsDiffer

§

InFunc

Fields

§funcname: &'static str
§location: &'static str
§

InDataField

Fields

§typename: String
§field: String
§

InvalidUtf8(Utf8Error)

§

TryFromIntError(TryFromIntError)

Trait Implementations§

source§

impl Debug for GuestError

source§

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

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

impl Display for GuestError

source§

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

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

impl Error for GuestError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<TryFromIntError> for GuestError

source§

fn from(source: TryFromIntError) -> Self

Converts to this type from the input type.
source§

impl From<Utf8Error> for GuestError

source§

fn from(source: Utf8Error) -> Self

Converts to this type from the input type.
source§

impl PartialEq<GuestError> for GuestError

source§

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

This method tests for self and other values to be equal, and is used +}

Variants§

§

InvalidFlagValue(&'static str)

§

InvalidEnumValue(&'static str)

§

PtrOverflow

§

PtrOutOfBounds(Region)

§

PtrNotAligned(Region, u32)

§

PtrBorrowed(Region)

§

BorrowCheckerOutOfHandles

§

SliceLengthsDiffer

§

InFunc

Fields

§funcname: &'static str
§location: &'static str
§

InDataField

Fields

§typename: String
§field: String
§

InvalidUtf8(Utf8Error)

§

TryFromIntError(TryFromIntError)

Trait Implementations§

source§

impl Debug for GuestError

source§

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

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

impl Display for GuestError

source§

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

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

impl Error for GuestError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<TryFromIntError> for GuestError

source§

fn from(source: TryFromIntError) -> Self

Converts to this type from the input type.
source§

impl From<Utf8Error> for GuestError

source§

fn from(source: Utf8Error) -> Self

Converts to this type from the input type.
source§

impl PartialEq<GuestError> for GuestError

source§

fn eq(&self, other: &GuestError) -> 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 GuestError

source§

impl StructuralEq for GuestError

source§

impl StructuralPartialEq for GuestError

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wai_bindgen_wasmer/le/struct.Le.html b/crates/doc/wai_bindgen_wasmer/le/struct.Le.html index 89992981231..e41714d71df 100644 --- a/crates/doc/wai_bindgen_wasmer/le/struct.Le.html +++ b/crates/doc/wai_bindgen_wasmer/le/struct.Le.html @@ -17,10 +17,10 @@

source

pub(crate) fn from_slice(bytes: &[u8]) -> &[Le<T>]

source

pub(crate) fn from_slice_mut(bytes: &mut [u8]) -> &mut [Le<T>]

Trait Implementations§

source§

impl<T: Copy> Clone for Le<T>

source§

fn clone(&self) -> Self

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<T: Endian + Debug> Debug for Le<T>

source§

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

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

impl<T: Endian> From<T> for Le<T>

source§

fn from(t: T) -> Le<T>

Converts to this type from the input type.
source§

impl<T: Endian + Ord> Ord for Le<T>

source§

fn cmp(&self, other: &Le<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere - Self: Sized + PartialOrd<Self>,

Restrict a value to a certain interval. Read more
source§

impl<T: Endian + PartialEq> PartialEq<Le<T>> for Le<T>

source§

fn eq(&self, other: &Le<T>) -> 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<T: Endian + PartialEq> PartialEq<T> for Le<T>

source§

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

This method tests for self and other values to be equal, and is used + Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
source§

impl<T: Endian + PartialEq> PartialEq<Le<T>> for Le<T>

source§

fn eq(&self, other: &Le<T>) -> 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<T: Endian + PartialEq> PartialEq<T> for Le<T>

source§

fn eq(&self, other: &T) -> 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<T: Endian + PartialOrd> PartialOrd<Le<T>> for Le<T>

source§

fn partial_cmp(&self, other: &Le<T>) -> 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<T: AllBytesValid> AllBytesValid for Le<T>

source§

impl<T: Copy> Copy for Le<T>

source§

impl<T: Endian + Eq> Eq for Le<T>

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Le<T>where diff --git a/crates/doc/wai_bindgen_wasmer/le/trait.Endian.html b/crates/doc/wai_bindgen_wasmer/le/trait.Endian.html index e66944e67d2..1eebada9b90 100644 --- a/crates/doc/wai_bindgen_wasmer/le/trait.Endian.html +++ b/crates/doc/wai_bindgen_wasmer/le/trait.Endian.html @@ -7,4 +7,4 @@ byte order

source

fn from_le(self) -> Self

Converts this value and any aggregate fields (if any) from little-endian byte order

-

Implementations on Foreign Types§

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian> Endian for (T1, T2, T3, T4, T5)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for f32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian, T9: Endian, T10: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for f64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian> Endian for (T1,)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian> Endian for (T1, T2, T3, T4)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian> Endian for (T1, T2, T3, T4, T5, T6)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian> Endian for (T1, T2)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i8

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian, T9: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u8

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u16

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian> Endian for (T1, T2, T3)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i16

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for ()

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

Implementors§

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl<T1: Endian> Endian for (T1,)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for ()

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian> Endian for (T1, T2, T3, T4, T5)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u16

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i8

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian> Endian for (T1, T2, T3, T4)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian> Endian for (T1, T2)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for f32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian> Endian for (T1, T2, T3, T4, T5, T6)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u8

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i16

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian, T9: Endian, T10: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for f64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian, T9: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian> Endian for (T1, T2, T3)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

Implementors§

\ No newline at end of file diff --git a/crates/doc/wai_bindgen_wasmer/region/trait.AllBytesValid.html b/crates/doc/wai_bindgen_wasmer/region/trait.AllBytesValid.html index e936be4dfc8..c0ce4d5ccf6 100644 --- a/crates/doc/wai_bindgen_wasmer/region/trait.AllBytesValid.html +++ b/crates/doc/wai_bindgen_wasmer/region/trait.AllBytesValid.html @@ -4,4 +4,4 @@ values which reside in wasm linear memory.

Safety

TODO: add safety docs.

-

Implementations on Foreign Types§

source§

impl AllBytesValid for i16

source§

impl AllBytesValid for u16

source§

impl AllBytesValid for i8

source§

impl AllBytesValid for i64

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid, T9: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

source§

impl AllBytesValid for u64

source§

impl AllBytesValid for u8

source§

impl AllBytesValid for u32

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8)

source§

impl<T1: AllBytesValid, T2: AllBytesValid> AllBytesValid for (T1, T2)

source§

impl AllBytesValid for ()

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid, T9: AllBytesValid, T10: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid> AllBytesValid for (T1, T2, T3)

source§

impl AllBytesValid for f32

source§

impl AllBytesValid for f64

source§

impl<T1: AllBytesValid> AllBytesValid for (T1,)

source§

impl AllBytesValid for i32

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid> AllBytesValid for (T1, T2, T3, T4)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7)

Implementors§

source§

impl<T: AllBytesValid> AllBytesValid for Le<T>

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl AllBytesValid for u64

source§

impl AllBytesValid for f64

source§

impl AllBytesValid for u8

source§

impl AllBytesValid for i8

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6)

source§

impl AllBytesValid for ()

source§

impl AllBytesValid for i16

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8)

source§

impl AllBytesValid for i64

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5)

source§

impl<T1: AllBytesValid, T2: AllBytesValid> AllBytesValid for (T1, T2)

source§

impl AllBytesValid for u16

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid> AllBytesValid for (T1, T2, T3, T4)

source§

impl AllBytesValid for f32

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid, T9: AllBytesValid, T10: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

source§

impl AllBytesValid for u32

source§

impl AllBytesValid for i32

source§

impl<T1: AllBytesValid> AllBytesValid for (T1,)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid> AllBytesValid for (T1, T2, T3)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid, T9: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7)

Implementors§

source§

impl<T: AllBytesValid> AllBytesValid for Le<T>

\ No newline at end of file diff --git a/crates/doc/wai_bindgen_wasmer/struct.Le.html b/crates/doc/wai_bindgen_wasmer/struct.Le.html index cad9dae316a..dc151bda7df 100644 --- a/crates/doc/wai_bindgen_wasmer/struct.Le.html +++ b/crates/doc/wai_bindgen_wasmer/struct.Le.html @@ -17,10 +17,10 @@
source

pub(crate) fn from_slice(bytes: &[u8]) -> &[Le<T>]

source

pub(crate) fn from_slice_mut(bytes: &mut [u8]) -> &mut [Le<T>]

Trait Implementations§

source§

impl<T: Copy> Clone for Le<T>

source§

fn clone(&self) -> Self

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<T: Endian + Debug> Debug for Le<T>

source§

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

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

impl<T: Endian> From<T> for Le<T>

source§

fn from(t: T) -> Le<T>

Converts to this type from the input type.
source§

impl<T: Endian + Ord> Ord for Le<T>

source§

fn cmp(&self, other: &Le<T>) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere - Self: Sized + PartialOrd<Self>,

Restrict a value to a certain interval. Read more
source§

impl<T: Endian + PartialEq> PartialEq<Le<T>> for Le<T>

source§

fn eq(&self, other: &Le<T>) -> 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<T: Endian + PartialEq> PartialEq<T> for Le<T>

source§

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

This method tests for self and other values to be equal, and is used + Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
source§

impl<T: Endian + PartialEq> PartialEq<Le<T>> for Le<T>

source§

fn eq(&self, other: &Le<T>) -> 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<T: Endian + PartialEq> PartialEq<T> for Le<T>

source§

fn eq(&self, other: &T) -> 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<T: Endian + PartialOrd> PartialOrd<Le<T>> for Le<T>

source§

fn partial_cmp(&self, other: &Le<T>) -> 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<T: AllBytesValid> AllBytesValid for Le<T>

source§

impl<T: Copy> Copy for Le<T>

source§

impl<T: Endian + Eq> Eq for Le<T>

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Le<T>where diff --git a/crates/doc/wai_bindgen_wasmer/trait.AllBytesValid.html b/crates/doc/wai_bindgen_wasmer/trait.AllBytesValid.html index 79247c8ef84..88005813de5 100644 --- a/crates/doc/wai_bindgen_wasmer/trait.AllBytesValid.html +++ b/crates/doc/wai_bindgen_wasmer/trait.AllBytesValid.html @@ -4,4 +4,4 @@ values which reside in wasm linear memory.

Safety

TODO: add safety docs.

-

Implementations on Foreign Types§

source§

impl AllBytesValid for i16

source§

impl AllBytesValid for u16

source§

impl AllBytesValid for i8

source§

impl AllBytesValid for i64

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid, T9: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

source§

impl AllBytesValid for u64

source§

impl AllBytesValid for u8

source§

impl AllBytesValid for u32

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8)

source§

impl<T1: AllBytesValid, T2: AllBytesValid> AllBytesValid for (T1, T2)

source§

impl AllBytesValid for ()

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid, T9: AllBytesValid, T10: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid> AllBytesValid for (T1, T2, T3)

source§

impl AllBytesValid for f32

source§

impl AllBytesValid for f64

source§

impl<T1: AllBytesValid> AllBytesValid for (T1,)

source§

impl AllBytesValid for i32

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid> AllBytesValid for (T1, T2, T3, T4)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7)

Implementors§

source§

impl<T: AllBytesValid> AllBytesValid for Le<T>

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl AllBytesValid for u64

source§

impl AllBytesValid for f64

source§

impl AllBytesValid for u8

source§

impl AllBytesValid for i8

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6)

source§

impl AllBytesValid for ()

source§

impl AllBytesValid for i16

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8)

source§

impl AllBytesValid for i64

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5)

source§

impl<T1: AllBytesValid, T2: AllBytesValid> AllBytesValid for (T1, T2)

source§

impl AllBytesValid for u16

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid> AllBytesValid for (T1, T2, T3, T4)

source§

impl AllBytesValid for f32

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid, T9: AllBytesValid, T10: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

source§

impl AllBytesValid for u32

source§

impl AllBytesValid for i32

source§

impl<T1: AllBytesValid> AllBytesValid for (T1,)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid> AllBytesValid for (T1, T2, T3)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid, T8: AllBytesValid, T9: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

source§

impl<T1: AllBytesValid, T2: AllBytesValid, T3: AllBytesValid, T4: AllBytesValid, T5: AllBytesValid, T6: AllBytesValid, T7: AllBytesValid> AllBytesValid for (T1, T2, T3, T4, T5, T6, T7)

Implementors§

source§

impl<T: AllBytesValid> AllBytesValid for Le<T>

\ No newline at end of file diff --git a/crates/doc/wai_bindgen_wasmer/trait.Endian.html b/crates/doc/wai_bindgen_wasmer/trait.Endian.html index ccbbca1ca99..372166c665e 100644 --- a/crates/doc/wai_bindgen_wasmer/trait.Endian.html +++ b/crates/doc/wai_bindgen_wasmer/trait.Endian.html @@ -7,4 +7,4 @@ byte order

source

fn from_le(self) -> Self

Converts this value and any aggregate fields (if any) from little-endian byte order

-

Implementations on Foreign Types§

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian> Endian for (T1, T2, T3, T4, T5)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for f32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian, T9: Endian, T10: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for f64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian> Endian for (T1,)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian> Endian for (T1, T2, T3, T4)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian> Endian for (T1, T2, T3, T4, T5, T6)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian> Endian for (T1, T2)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i8

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian, T9: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u8

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u16

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian> Endian for (T1, T2, T3)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i16

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for ()

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

Implementors§

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl<T1: Endian> Endian for (T1,)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for ()

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian> Endian for (T1, T2, T3, T4, T5)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u16

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i8

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian> Endian for (T1, T2, T3, T4)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian> Endian for (T1, T2)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for f32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian> Endian for (T1, T2, T3, T4, T5, T6)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u8

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i16

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian, T9: Endian, T10: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for f64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for i64

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian, T4: Endian, T5: Endian, T6: Endian, T7: Endian, T8: Endian, T9: Endian> Endian for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl<T1: Endian, T2: Endian, T3: Endian> Endian for (T1, T2, T3)

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

source§

impl Endian for u32

source§

fn into_le(self) -> Self

source§

fn from_le(self) -> Self

Implementors§

\ No newline at end of file diff --git a/crates/doc/wasmer/enum.ExportError.html b/crates/doc/wasmer/enum.ExportError.html index a26275945e9..9d7f6add954 100644 --- a/crates/doc/wasmer/enum.ExportError.html +++ b/crates/doc/wasmer/enum.ExportError.html @@ -12,7 +12,7 @@

Missing export

Variants§

§

IncompatibleType

An error than occurs when the exported type and the expected type are incompatible.

§

Missing(String)

This error arises when an export is missing

-

Trait Implementations§

source§

impl Clone for ExportError

source§

fn clone(&self) -> ExportError

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 ExportError

source§

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

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

impl Display for ExportError

source§

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

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

impl Error for ExportError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

§

impl RefUnwindSafe for ExportError

§

impl Send for ExportError

§

impl Sync for ExportError

§

impl Unpin for ExportError

§

impl UnwindSafe for ExportError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for ExportError

source§

fn clone(&self) -> ExportError

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 ExportError

source§

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

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

impl Display for ExportError

source§

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

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

impl Error for ExportError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

§

impl RefUnwindSafe for ExportError

§

impl Send for ExportError

§

impl Sync for ExportError

§

impl Unpin for ExportError

§

impl UnwindSafe for ExportError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/enum.Extern.html b/crates/doc/wasmer/enum.Extern.html index 1a3629c4062..d32db50db40 100644 --- a/crates/doc/wasmer/enum.Extern.html +++ b/crates/doc/wasmer/enum.Extern.html @@ -15,7 +15,7 @@

source

pub fn is_from_store(&self, store: &impl AsStoreRef) -> bool

Checks whether this Extern can be used with the given context.

source

pub fn to_vm_extern(&self) -> VMExtern

To VMExtern.

Trait Implementations§

source§

impl Clone for Extern

source§

fn clone(&self) -> Extern

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 Extern

source§

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

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

impl<'a> Exportable<'a> for Extern

source§

fn get_self_from_extern(_extern: &'a Self) -> Result<&'a Self, ExportError>

Implementation of how to get the export corresponding to the implementing type -from an Instance by name.
source§

impl From<Function> for Extern

source§

fn from(r: Function) -> Self

Converts to this type from the input type.
source§

impl From<Global> for Extern

source§

fn from(r: Global) -> Self

Converts to this type from the input type.
source§

impl From<Memory> for Extern

source§

fn from(r: Memory) -> Self

Converts to this type from the input type.
source§

impl From<Table> for Extern

source§

fn from(r: Table) -> Self

Converts to this type from the input type.
source§

impl PartialEq<Extern> for Extern

source§

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

This method tests for self and other values to be equal, and is used +from an Instance by name.
source§

impl From<Function> for Extern

source§

fn from(r: Function) -> Self

Converts to this type from the input type.
source§

impl From<Global> for Extern

source§

fn from(r: Global) -> Self

Converts to this type from the input type.
source§

impl From<Memory> for Extern

source§

fn from(r: Memory) -> Self

Converts to this type from the input type.
source§

impl From<Table> for Extern

source§

fn from(r: Table) -> Self

Converts to this type from the input type.
source§

impl PartialEq<Extern> for Extern

source§

fn eq(&self, other: &Extern) -> 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 Extern

source§

impl StructuralEq for Extern

source§

impl StructuralPartialEq for Extern

Auto Trait Implementations§

§

impl RefUnwindSafe for Extern

§

impl Send for Extern

§

impl Sync for Extern

§

impl Unpin for Extern

§

impl UnwindSafe for Extern

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer/enum.InstantiationError.html b/crates/doc/wasmer/enum.InstantiationError.html index 5bae8f13a72..108f90e142a 100644 --- a/crates/doc/wasmer/enum.InstantiationError.html +++ b/crates/doc/wasmer/enum.InstantiationError.html @@ -19,7 +19,7 @@ This error occurs when an import from a different store is used.

§

DifferentArchOS

Import from a different Store. This error occurs when an import from a different store is used.

-

Trait Implementations§

source§

impl Clone for InstantiationError

source§

fn clone(&self) -> InstantiationError

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 InstantiationError

source§

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

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

impl Display for InstantiationError

source§

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

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

impl Error for InstantiationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<InstantiationError> for InstantiationError

source§

fn from(other: InstantiationError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for InstantiationError

§

impl Send for InstantiationError

§

impl Sync for InstantiationError

§

impl Unpin for InstantiationError

§

impl !UnwindSafe for InstantiationError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for InstantiationError

source§

fn clone(&self) -> InstantiationError

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 InstantiationError

source§

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

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

impl Display for InstantiationError

source§

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

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

impl Error for InstantiationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<InstantiationError> for InstantiationError

source§

fn from(other: InstantiationError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for InstantiationError

§

impl Send for InstantiationError

§

impl Sync for InstantiationError

§

impl Unpin for InstantiationError

§

impl !UnwindSafe for InstantiationError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/enum.IoCompileError.html b/crates/doc/wasmer/enum.IoCompileError.html index e3745599876..fb9630d5d60 100644 --- a/crates/doc/wasmer/enum.IoCompileError.html +++ b/crates/doc/wasmer/enum.IoCompileError.html @@ -4,7 +4,7 @@ }
Expand description

IO Error on a Module Compilation

Variants§

§

Io(Error)

An IO error

§

Compile(CompileError)

A compilation error

-

Trait Implementations§

source§

impl Debug for IoCompileError

source§

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

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

impl Display for IoCompileError

source§

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

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

impl Error for IoCompileError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CompileError> for IoCompileError

source§

fn from(source: CompileError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for IoCompileError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for IoCompileError

source§

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

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

impl Display for IoCompileError

source§

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

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

impl Error for IoCompileError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CompileError> for IoCompileError

source§

fn from(source: CompileError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for IoCompileError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for IoCompileError

§

impl Send for IoCompileError

§

impl Sync for IoCompileError

§

impl Unpin for IoCompileError

§

impl !UnwindSafe for IoCompileError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/enum.LinkError.html b/crates/doc/wasmer/enum.LinkError.html index 2b6c8c3d471..86f759ce5b5 100644 --- a/crates/doc/wasmer/enum.LinkError.html +++ b/crates/doc/wasmer/enum.LinkError.html @@ -8,7 +8,7 @@

Variants§

§

Import(String, String, ImportError)

An error occurred when checking the import types.

§

Trap(RuntimeError)

A trap ocurred during linking.

§

Resource(String)

Insufficient resources available for linking.

-

Trait Implementations§

source§

impl Clone for LinkError

source§

fn clone(&self) -> LinkError

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 LinkError

source§

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

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

impl Display for LinkError

source§

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

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

impl Error for LinkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<LinkError> for LinkError

source§

fn from(other: LinkError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for LinkError

§

impl Send for LinkError

§

impl Sync for LinkError

§

impl Unpin for LinkError

§

impl !UnwindSafe for LinkError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for LinkError

source§

fn clone(&self) -> LinkError

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 LinkError

source§

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

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

impl Display for LinkError

source§

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

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

impl Error for LinkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<LinkError> for LinkError

source§

fn from(other: LinkError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for LinkError

§

impl Send for LinkError

§

impl Sync for LinkError

§

impl Unpin for LinkError

§

impl !UnwindSafe for LinkError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/enum.Value.html b/crates/doc/wasmer/enum.Value.html index 60afe55a5e1..e407a89ecf6 100644 --- a/crates/doc/wasmer/enum.Value.html +++ b/crates/doc/wasmer/enum.Value.html @@ -77,9 +77,9 @@
Panics
wrong type.

Panics

Panics if self is not of the right type.

-

Trait Implementations§

source§

impl Clone for Value

source§

fn clone(&self) -> Value

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 Value

source§

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

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

impl From<ExternRef> for Value

source§

fn from(val: ExternRef) -> Self

Converts to this type from the input type.
source§

impl From<Function> for Value

source§

fn from(val: Function) -> Self

Converts to this type from the input type.
source§

impl From<Option<ExternRef>> for Value

source§

fn from(val: Option<ExternRef>) -> Self

Converts to this type from the input type.
source§

impl From<Option<Function>> for Value

source§

fn from(val: Option<Function>) -> Self

Converts to this type from the input type.
source§

impl From<f32> for Value

source§

fn from(val: f32) -> Self

Converts to this type from the input type.
source§

impl From<f64> for Value

source§

fn from(val: f64) -> Self

Converts to this type from the input type.
source§

impl From<i32> for Value

source§

fn from(val: i32) -> Self

Converts to this type from the input type.
source§

impl From<i64> for Value

source§

fn from(val: i64) -> Self

Converts to this type from the input type.
source§

impl From<u32> for Value

source§

fn from(val: u32) -> Self

Converts to this type from the input type.
source§

impl From<u64> for Value

source§

fn from(val: u64) -> Self

Converts to this type from the input type.
source§

impl PartialEq<Value> for Value

source§

fn eq(&self, o: &Self) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Value

source§

fn clone(&self) -> Value

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 Value

source§

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

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

impl From<ExternRef> for Value

source§

fn from(val: ExternRef) -> Self

Converts to this type from the input type.
source§

impl From<Function> for Value

source§

fn from(val: Function) -> Self

Converts to this type from the input type.
source§

impl From<Option<ExternRef>> for Value

source§

fn from(val: Option<ExternRef>) -> Self

Converts to this type from the input type.
source§

impl From<Option<Function>> for Value

source§

fn from(val: Option<Function>) -> Self

Converts to this type from the input type.
source§

impl From<f32> for Value

source§

fn from(val: f32) -> Self

Converts to this type from the input type.
source§

impl From<f64> for Value

source§

fn from(val: f64) -> Self

Converts to this type from the input type.
source§

impl From<i32> for Value

source§

fn from(val: i32) -> Self

Converts to this type from the input type.
source§

impl From<i64> for Value

source§

fn from(val: i64) -> Self

Converts to this type from the input type.
source§

impl From<u32> for Value

source§

fn from(val: u32) -> Self

Converts to this type from the input type.
source§

impl From<u64> for Value

source§

fn from(val: u64) -> Self

Converts to this type from the input type.
source§

impl PartialEq<Value> for Value

source§

fn eq(&self, o: &Self) -> 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 ToString for Value

source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl TryFrom<Value> for Option<ExternRef>

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for Option<Function>

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for f32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for f64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl RefUnwindSafe for Value

§

impl Send for Value

§

impl Sync for Value

§

impl Unpin for Value

§

impl UnwindSafe for Value

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl ToString for Value

source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl TryFrom<Value> for Option<ExternRef>

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for Option<Function>

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for f32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for f64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl RefUnwindSafe for Value

§

impl Send for Value

§

impl Sync for Value

§

impl Unpin for Value

§

impl UnwindSafe for Value

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/errors/enum.InstantiationError.html b/crates/doc/wasmer/errors/enum.InstantiationError.html index 9d2bbfd382f..c8c1f62b172 100644 --- a/crates/doc/wasmer/errors/enum.InstantiationError.html +++ b/crates/doc/wasmer/errors/enum.InstantiationError.html @@ -19,7 +19,7 @@ This error occurs when an import from a different store is used.

§

DifferentArchOS

Import from a different Store. This error occurs when an import from a different store is used.

-

Trait Implementations§

source§

impl Clone for InstantiationError

source§

fn clone(&self) -> InstantiationError

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 InstantiationError

source§

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

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

impl Display for InstantiationError

source§

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

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

impl Error for InstantiationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<InstantiationError> for InstantiationError

source§

fn from(other: InstantiationError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for InstantiationError

§

impl Send for InstantiationError

§

impl Sync for InstantiationError

§

impl Unpin for InstantiationError

§

impl !UnwindSafe for InstantiationError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for InstantiationError

source§

fn clone(&self) -> InstantiationError

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 InstantiationError

source§

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

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

impl Display for InstantiationError

source§

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

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

impl Error for InstantiationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<InstantiationError> for InstantiationError

source§

fn from(other: InstantiationError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for InstantiationError

§

impl Send for InstantiationError

§

impl Sync for InstantiationError

§

impl Unpin for InstantiationError

§

impl !UnwindSafe for InstantiationError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/errors/enum.LinkError.html b/crates/doc/wasmer/errors/enum.LinkError.html index 66aee601802..5c1d3d6f415 100644 --- a/crates/doc/wasmer/errors/enum.LinkError.html +++ b/crates/doc/wasmer/errors/enum.LinkError.html @@ -8,7 +8,7 @@

Variants§

§

Import(String, String, ImportError)

An error occurred when checking the import types.

§

Trap(RuntimeError)

A trap ocurred during linking.

§

Resource(String)

Insufficient resources available for linking.

-

Trait Implementations§

source§

impl Clone for LinkError

source§

fn clone(&self) -> LinkError

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 LinkError

source§

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

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

impl Display for LinkError

source§

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

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

impl Error for LinkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<LinkError> for LinkError

source§

fn from(other: LinkError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for LinkError

§

impl Send for LinkError

§

impl Sync for LinkError

§

impl Unpin for LinkError

§

impl !UnwindSafe for LinkError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for LinkError

source§

fn clone(&self) -> LinkError

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 LinkError

source§

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

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

impl Display for LinkError

source§

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

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

impl Error for LinkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<LinkError> for LinkError

source§

fn from(other: LinkError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for LinkError

§

impl Send for LinkError

§

impl Sync for LinkError

§

impl Unpin for LinkError

§

impl !UnwindSafe for LinkError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/errors/struct.RuntimeError.html b/crates/doc/wasmer/errors/struct.RuntimeError.html index 1f9ea3fbc63..212b47ad124 100644 --- a/crates/doc/wasmer/errors/struct.RuntimeError.html +++ b/crates/doc/wasmer/errors/struct.RuntimeError.html @@ -31,7 +31,7 @@
Example

source

pub fn downcast<T: Error + 'static>(self) -> Result<T, Self>

Attempts to downcast the RuntimeError to a concrete type.

source

pub fn downcast_ref<T: Error + 'static>(&self) -> Option<&T>

Attempts to downcast the RuntimeError to a concrete type.

source

pub fn is<T: Error + 'static>(&self) -> bool

Returns true if the RuntimeError is the same as T

-

Trait Implementations§

source§

impl Clone for RuntimeError

source§

fn clone(&self) -> RuntimeError

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 RuntimeError

source§

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

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

impl Display for RuntimeError

source§

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

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

impl Error for RuntimeError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Box<dyn Error + Sync + Send, Global>> for RuntimeError

source§

fn from(error: Box<dyn Error + Send + Sync>) -> Self

Converts to this type from the input type.
source§

impl From<MemoryAccessError> for RuntimeError

source§

fn from(err: MemoryAccessError) -> Self

Converts to this type from the input type.
source§

impl From<Trap> for RuntimeError

source§

fn from(trap: Trap) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for RuntimeError

§

impl Send for RuntimeError

§

impl Sync for RuntimeError

§

impl Unpin for RuntimeError

§

impl !UnwindSafe for RuntimeError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for RuntimeError

source§

fn clone(&self) -> RuntimeError

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 RuntimeError

source§

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

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

impl Display for RuntimeError

source§

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

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

impl Error for RuntimeError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Box<dyn Error + Sync + Send, Global>> for RuntimeError

source§

fn from(error: Box<dyn Error + Send + Sync>) -> Self

Converts to this type from the input type.
source§

impl From<MemoryAccessError> for RuntimeError

source§

fn from(err: MemoryAccessError) -> Self

Converts to this type from the input type.
source§

impl From<Trap> for RuntimeError

source§

fn from(trap: Trap) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for RuntimeError

§

impl Send for RuntimeError

§

impl Sync for RuntimeError

§

impl Unpin for RuntimeError

§

impl !UnwindSafe for RuntimeError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/errors/struct.RuntimeStringError.html b/crates/doc/wasmer/errors/struct.RuntimeStringError.html index e4c1fe4b960..84f218c550a 100644 --- a/crates/doc/wasmer/errors/struct.RuntimeStringError.html +++ b/crates/doc/wasmer/errors/struct.RuntimeStringError.html @@ -1,6 +1,6 @@ RuntimeStringError in wasmer::errors - Rust
struct RuntimeStringError {
     details: String,
-}

Fields§

§details: String

Implementations§

Trait Implementations§

source§

impl Debug for RuntimeStringError

source§

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

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

impl Display for RuntimeStringError

source§

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

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

impl Error for RuntimeStringError

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +}

Fields§

§details: String

Implementations§

Trait Implementations§

source§

impl Debug for RuntimeStringError

source§

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

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

impl Display for RuntimeStringError

source§

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

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

impl Error for RuntimeStringError

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/exports/enum.ExportError.html b/crates/doc/wasmer/exports/enum.ExportError.html index 61c33090bce..51520610c30 100644 --- a/crates/doc/wasmer/exports/enum.ExportError.html +++ b/crates/doc/wasmer/exports/enum.ExportError.html @@ -12,7 +12,7 @@

Missing export

Variants§

§

IncompatibleType

An error than occurs when the exported type and the expected type are incompatible.

§

Missing(String)

This error arises when an export is missing

-

Trait Implementations§

source§

impl Clone for ExportError

source§

fn clone(&self) -> ExportError

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 ExportError

source§

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

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

impl Display for ExportError

source§

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

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

impl Error for ExportError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for ExportError

source§

fn clone(&self) -> ExportError

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 ExportError

source§

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

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

impl Display for ExportError

source§

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

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

impl Error for ExportError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/exports/struct.Exports.html b/crates/doc/wasmer/exports/struct.Exports.html index d80ae1c3125..07e39e0c9ac 100644 --- a/crates/doc/wasmer/exports/struct.Exports.html +++ b/crates/doc/wasmer/exports/struct.Exports.html @@ -45,7 +45,7 @@

source

pub fn iter( &self ) -> ExportsIterator<'_, impl Iterator<Item = (&String, &Extern)>>

Get an iterator over the exports.

-

Trait Implementations§

source§

impl Clone for Exports

source§

fn clone(&self) -> Exports

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 Exports

source§

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

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

impl Default for Exports

source§

fn default() -> Exports

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

impl FromIterator<(String, Extern)> for Exports

source§

fn from_iter<I: IntoIterator<Item = (String, Extern)>>(iter: I) -> Self

Creates a value from an iterator. Read more
source§

impl<'a> IntoIterator for &'a Exports

§

type IntoIter = Iter<'a, String, Extern>

Which kind of iterator are we turning this into?
§

type Item = (&'a String, &'a Extern)

The type of the elements being iterated over.
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more
source§

impl IntoIterator for Exports

§

type IntoIter = IntoIter<String, Extern>

Which kind of iterator are we turning this into?
§

type Item = (String, Extern)

The type of the elements being iterated over.
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more
source§

impl PartialEq<Exports> for Exports

source§

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

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Exports

source§

fn clone(&self) -> Exports

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 Exports

source§

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

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

impl Default for Exports

source§

fn default() -> Exports

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

impl FromIterator<(String, Extern)> for Exports

source§

fn from_iter<I: IntoIterator<Item = (String, Extern)>>(iter: I) -> Self

Creates a value from an iterator. Read more
source§

impl<'a> IntoIterator for &'a Exports

§

type IntoIter = Iter<'a, String, Extern>

Which kind of iterator are we turning this into?
§

type Item = (&'a String, &'a Extern)

The type of the elements being iterated over.
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more
source§

impl IntoIterator for Exports

§

type IntoIter = IntoIter<String, Extern>

Which kind of iterator are we turning this into?
§

type Item = (String, Extern)

The type of the elements being iterated over.
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more
source§

impl PartialEq<Exports> for Exports

source§

fn eq(&self, other: &Exports) -> 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 Exports

source§

impl StructuralEq for Exports

source§

impl StructuralPartialEq for Exports

Auto Trait Implementations§

§

impl RefUnwindSafe for Exports

§

impl Send for Exports

§

impl Sync for Exports

§

impl Unpin for Exports

§

impl UnwindSafe for Exports

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer/externals/enum.Extern.html b/crates/doc/wasmer/externals/enum.Extern.html index 2159bab7f0f..684594e4084 100644 --- a/crates/doc/wasmer/externals/enum.Extern.html +++ b/crates/doc/wasmer/externals/enum.Extern.html @@ -15,7 +15,7 @@

source

pub fn is_from_store(&self, store: &impl AsStoreRef) -> bool

Checks whether this Extern can be used with the given context.

source

pub fn to_vm_extern(&self) -> VMExtern

To VMExtern.

Trait Implementations§

source§

impl Clone for Extern

source§

fn clone(&self) -> Extern

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 Extern

source§

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

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

impl<'a> Exportable<'a> for Extern

source§

fn get_self_from_extern(_extern: &'a Self) -> Result<&'a Self, ExportError>

Implementation of how to get the export corresponding to the implementing type -from an Instance by name.
source§

impl From<Function> for Extern

source§

fn from(r: Function) -> Self

Converts to this type from the input type.
source§

impl From<Global> for Extern

source§

fn from(r: Global) -> Self

Converts to this type from the input type.
source§

impl From<Memory> for Extern

source§

fn from(r: Memory) -> Self

Converts to this type from the input type.
source§

impl From<Table> for Extern

source§

fn from(r: Table) -> Self

Converts to this type from the input type.
source§

impl PartialEq<Extern> for Extern

source§

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

This method tests for self and other values to be equal, and is used +from an Instance by name.
source§

impl From<Function> for Extern

source§

fn from(r: Function) -> Self

Converts to this type from the input type.
source§

impl From<Global> for Extern

source§

fn from(r: Global) -> Self

Converts to this type from the input type.
source§

impl From<Memory> for Extern

source§

fn from(r: Memory) -> Self

Converts to this type from the input type.
source§

impl From<Table> for Extern

source§

fn from(r: Table) -> Self

Converts to this type from the input type.
source§

impl PartialEq<Extern> for Extern

source§

fn eq(&self, other: &Extern) -> 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 Extern

source§

impl StructuralEq for Extern

source§

impl StructuralPartialEq for Extern

Auto Trait Implementations§

§

impl RefUnwindSafe for Extern

§

impl Send for Extern

§

impl Sync for Extern

§

impl Unpin for Extern

§

impl UnwindSafe for Extern

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer/externals/function/struct.Function.html b/crates/doc/wasmer/externals/function/struct.Function.html index e05934e37a3..5856d329bc7 100644 --- a/crates/doc/wasmer/externals/function/struct.Function.html +++ b/crates/doc/wasmer/externals/function/struct.Function.html @@ -144,9 +144,9 @@

Errors
vm_extern: InternalStoreHandle<VMFunction> ) -> Self
source

pub fn is_from_store(&self, store: &impl AsStoreRef) -> bool

Checks whether this Function can be used with the given store.

source

pub(crate) fn to_vm_extern(&self) -> VMExtern

Trait Implementations§

source§

impl Clone for Function

source§

fn clone(&self) -> Function

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 Function

source§

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

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

impl<'a> Exportable<'a> for Function

source§

fn get_self_from_extern(_extern: &'a Extern) -> Result<&'a Self, ExportError>

Implementation of how to get the export corresponding to the implementing type -from an Instance by name.
source§

impl From<Function> for Extern

source§

fn from(r: Function) -> Self

Converts to this type from the input type.
source§

impl From<Function> for Value

source§

fn from(val: Function) -> Self

Converts to this type from the input type.
source§

impl<Args, Rets> From<TypedFunction<Args, Rets>> for Functionwhere +from an Instance by name.

source§

impl From<Function> for Extern

source§

fn from(r: Function) -> Self

Converts to this type from the input type.
source§

impl From<Function> for Value

source§

fn from(val: Function) -> Self

Converts to this type from the input type.
source§

impl<Args, Rets> From<TypedFunction<Args, Rets>> for Functionwhere Args: WasmTypeList, - Rets: WasmTypeList,

source§

fn from(other: TypedFunction<Args, Rets>) -> Self

Converts to this type from the input type.
source§

impl NativeWasmType for Function

source§

const WASM_TYPE: Type = Type::FuncRef

Type for this NativeWasmType.
§

type Abi = usize

The ABI for this type (i32, i64, f32, f64)
source§

impl PartialEq<Function> for Function

source§

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

This method tests for self and other values to be equal, and is used + Rets: WasmTypeList,
source§

fn from(other: TypedFunction<Args, Rets>) -> Self

Converts to this type from the input type.
source§

impl NativeWasmType for Function

source§

const WASM_TYPE: Type = Type::FuncRef

Type for this NativeWasmType.
§

type Abi = usize

The ABI for this type (i32, i64, f32, f64)
source§

impl PartialEq<Function> for Function

source§

fn eq(&self, other: &Function) -> 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 Function

source§

impl StructuralPartialEq for Function

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer/externals/function/struct.WithEnv.html b/crates/doc/wasmer/externals/function/struct.WithEnv.html index 1faaaf83d12..ce3b32a11b8 100644 --- a/crates/doc/wasmer/externals/function/struct.WithEnv.html +++ b/crates/doc/wasmer/externals/function/struct.WithEnv.html @@ -3,25 +3,25 @@

Trait Implementations§

source§

impl<Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (), Rets, WithEnv> for Funcwhere Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -29,7 +29,7 @@ A5: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -38,7 +38,7 @@ A6: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -48,7 +48,7 @@ A7: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -59,7 +59,7 @@ A8: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -71,7 +71,7 @@ A9: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -84,7 +84,7 @@ A10: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -98,7 +98,7 @@ A11: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -113,7 +113,7 @@ A12: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -129,7 +129,7 @@ A13: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -146,7 +146,7 @@ A14: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -164,7 +164,7 @@ A15: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -183,7 +183,7 @@ A16: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -203,7 +203,7 @@ A17: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -224,7 +224,7 @@ A18: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -246,7 +246,7 @@ A19: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -269,7 +269,7 @@ A20: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -293,7 +293,7 @@ A21: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -318,7 +318,7 @@ A22: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -344,7 +344,7 @@ A23: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -371,7 +371,7 @@ A24: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -399,7 +399,7 @@ A25: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26), Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26), Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -428,11 +428,11 @@ A26: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, A1, Rets, WithEnv> for Funcwhere + Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, Rets, RetsAsResult, T: Send + 'static, Func> HostFunction<T, A1, Rets, WithEnv> for Funcwhere A1: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(FunctionEnvMut<'_, T>, A1) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl HostFunctionKindSealed for WithEnv

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere + Func: Fn(FunctionEnvMut<'_, T>, A1) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl HostFunctionKindSealed for WithEnv

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/externals/function/struct.WithoutEnv.html b/crates/doc/wasmer/externals/function/struct.WithoutEnv.html index 8fd1cb5acce..cae7a73685d 100644 --- a/crates/doc/wasmer/externals/function/struct.WithoutEnv.html +++ b/crates/doc/wasmer/externals/function/struct.WithoutEnv.html @@ -3,25 +3,25 @@

Trait Implementations§

source§

impl<Rets, RetsAsResult, Func> HostFunction<(), (), Rets, WithoutEnv> for Funcwhere Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn() -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2), Rets, WithoutEnv> for Funcwhere + Func: Fn() -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -29,7 +29,7 @@ A5: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -38,7 +38,7 @@ A6: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -48,7 +48,7 @@ A7: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -59,7 +59,7 @@ A8: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -71,7 +71,7 @@ A9: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -84,7 +84,7 @@ A10: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -98,7 +98,7 @@ A11: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -113,7 +113,7 @@ A12: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -129,7 +129,7 @@ A13: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -146,7 +146,7 @@ A14: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -164,7 +164,7 @@ A15: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -183,7 +183,7 @@ A16: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -224,7 +224,7 @@ A18: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -246,7 +246,7 @@ A19: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -269,7 +269,7 @@ A20: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -293,7 +293,7 @@ A21: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -318,7 +318,7 @@ A22: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -344,7 +344,7 @@ A23: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -371,7 +371,7 @@ A24: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -399,7 +399,7 @@ A25: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26), Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26, Rets, RetsAsResult, Func> HostFunction<(), (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26), Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -428,11 +428,11 @@ A26: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, Rets, RetsAsResult, Func> HostFunction<(), A1, Rets, WithoutEnv> for Funcwhere + Func: Fn(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl<A1, Rets, RetsAsResult, Func> HostFunction<(), A1, Rets, WithoutEnv> for Funcwhere A1: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, - Func: Fn(A1) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl HostFunctionKindSealed for WithoutEnv

Auto Trait Implementations§

§

impl RefUnwindSafe for WithoutEnv

§

impl Send for WithoutEnv

§

impl Sync for WithoutEnv

§

impl Unpin for WithoutEnv

§

impl UnwindSafe for WithoutEnv

Blanket Implementations§

source§

impl<T> Any for Twhere + Func: Fn(A1) -> RetsAsResult + 'static,

source§

fn function_callback(&self) -> *const VMFunctionBody

Get the pointer to the function body.
source§

fn call_trampoline_address() -> VMTrampoline

Get the pointer to the function call trampoline.
source§

impl HostFunctionKindSealed for WithoutEnv

Auto Trait Implementations§

§

impl RefUnwindSafe for WithoutEnv

§

impl Send for WithoutEnv

§

impl Sync for WithoutEnv

§

impl Unpin for WithoutEnv

§

impl UnwindSafe for WithoutEnv

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/into_bytes/trait.IntoBytes.html b/crates/doc/wasmer/into_bytes/trait.IntoBytes.html index 68002bd27c6..e35299b7040 100644 --- a/crates/doc/wasmer/into_bytes/trait.IntoBytes.html +++ b/crates/doc/wasmer/into_bytes/trait.IntoBytes.html @@ -3,4 +3,4 @@ fn into_bytes(self) -> Bytes; }
Expand description

Convert binary data into [bytes::Bytes].

Required Methods§

source

fn into_bytes(self) -> Bytes

Convert binary data into [bytes::Bytes].

-

Implementations on Foreign Types§

source§

impl IntoBytes for Bytes

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for Cow<'_, [u8]>

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &[u8]

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &str

source§

fn into_bytes(self) -> Bytes

source§

impl<const N: usize> IntoBytes for &[u8; N]

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for Vec<u8>

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &Vec<u8>

source§

fn into_bytes(self) -> Bytes

Implementors§

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl IntoBytes for Cow<'_, [u8]>

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &str

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for Bytes

source§

fn into_bytes(self) -> Bytes

source§

impl<const N: usize> IntoBytes for &[u8; N]

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &Vec<u8>

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &[u8]

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for Vec<u8>

source§

fn into_bytes(self) -> Bytes

Implementors§

\ No newline at end of file diff --git a/crates/doc/wasmer/module/enum.IoCompileError.html b/crates/doc/wasmer/module/enum.IoCompileError.html index 61ebc0f2496..4540564642f 100644 --- a/crates/doc/wasmer/module/enum.IoCompileError.html +++ b/crates/doc/wasmer/module/enum.IoCompileError.html @@ -4,7 +4,7 @@ }
Expand description

IO Error on a Module Compilation

Variants§

§

Io(Error)

An IO error

§

Compile(CompileError)

A compilation error

-

Trait Implementations§

source§

impl Debug for IoCompileError

source§

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

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

impl Display for IoCompileError

source§

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

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

impl Error for IoCompileError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CompileError> for IoCompileError

source§

fn from(source: CompileError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for IoCompileError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for IoCompileError

§

impl Send for IoCompileError

§

impl Sync for IoCompileError

§

impl Unpin for IoCompileError

§

impl !UnwindSafe for IoCompileError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for IoCompileError

source§

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

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

impl Display for IoCompileError

source§

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

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

impl Error for IoCompileError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<CompileError> for IoCompileError

source§

fn from(source: CompileError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for IoCompileError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for IoCompileError

§

impl Send for IoCompileError

§

impl Sync for IoCompileError

§

impl Unpin for IoCompileError

§

impl !UnwindSafe for IoCompileError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/native_type/trait.FromToNativeWasmType.html b/crates/doc/wasmer/native_type/trait.FromToNativeWasmType.html index 046e7886985..d614b2437ee 100644 --- a/crates/doc/wasmer/native_type/trait.FromToNativeWasmType.html +++ b/crates/doc/wasmer/native_type/trait.FromToNativeWasmType.html @@ -29,5 +29,5 @@
Panics

Provided Methods§

source

fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

Returns whether the given value is from the given store.

This always returns true for primitive types that can be used with any context.

-

Implementations on Foreign Types§

source§

impl FromToNativeWasmType for Option<Function>

§

type Native = Option<Function>

source§

fn to_native(self) -> Self::Native

source§

fn from_native(n: Self::Native) -> Self

source§

fn is_from_store(&self, store: &impl AsStoreRef) -> bool

source§

impl FromToNativeWasmType for u16

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i16

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i32

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i64

§

type Native = i64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u32

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for f32

§

type Native = f32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i8

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u8

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u64

§

type Native = i64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for f64

§

type Native = f64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for Option<ExternRef>

§

type Native = Option<ExternRef>

source§

fn to_native(self) -> Self::Native

source§

fn from_native(n: Self::Native) -> Self

source§

fn is_from_store(&self, store: &impl AsStoreRef) -> bool

Implementors§

source§

impl<T: ValueType, M: MemorySize> FromToNativeWasmType for WasmPtr<T, M>where +

Implementations on Foreign Types§

source§

impl FromToNativeWasmType for u8

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i8

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i64

§

type Native = i64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for f64

§

type Native = f64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for f32

§

type Native = f32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for Option<Function>

§

type Native = Option<Function>

source§

fn to_native(self) -> Self::Native

source§

fn from_native(n: Self::Native) -> Self

source§

fn is_from_store(&self, store: &impl AsStoreRef) -> bool

source§

impl FromToNativeWasmType for i32

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for Option<ExternRef>

§

type Native = Option<ExternRef>

source§

fn to_native(self) -> Self::Native

source§

fn from_native(n: Self::Native) -> Self

source§

fn is_from_store(&self, store: &impl AsStoreRef) -> bool

source§

impl FromToNativeWasmType for i16

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u64

§

type Native = i64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u32

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u16

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

Implementors§

source§

impl<T: ValueType, M: MemorySize> FromToNativeWasmType for WasmPtr<T, M>where <M as MemorySize>::Native: NativeWasmTypeInto,

§

type Native = <M as MemorySize>::Native

\ No newline at end of file diff --git a/crates/doc/wasmer/native_type/trait.NativeWasmTypeInto.html b/crates/doc/wasmer/native_type/trait.NativeWasmTypeInto.html index 2a2a306a4d0..6cdd9bc75f9 100644 --- a/crates/doc/wasmer/native_type/trait.NativeWasmTypeInto.html +++ b/crates/doc/wasmer/native_type/trait.NativeWasmTypeInto.html @@ -6,4 +6,4 @@ types with a context.

Required Methods§

source

fn into_raw(self, store: &mut impl AsStoreMut) -> RawValue

Convert self to raw value representation.

source

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

Convert to self from raw value representation.

-
Safety

Implementations on Foreign Types§

source§

impl NativeWasmTypeInto for u32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for Option<ExternRef>

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for i64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for Option<Function>

source§

fn into_raw(self, store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for i32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for f64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for f32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u128

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

Implementors§

\ No newline at end of file +
Safety

Implementations on Foreign Types§

source§

impl NativeWasmTypeInto for i64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for i32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for f32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for Option<Function>

source§

fn into_raw(self, store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for f64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u128

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for Option<ExternRef>

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

Implementors§

\ No newline at end of file diff --git a/crates/doc/wasmer/native_type/trait.WasmTypeList.html b/crates/doc/wasmer/native_type/trait.WasmTypeList.html index c36c7196974..69db3bccf9d 100644 --- a/crates/doc/wasmer/native_type/trait.WasmTypeList.html +++ b/crates/doc/wasmer/native_type/trait.WasmTypeList.html @@ -54,16 +54,23 @@
Safety
Safety
source

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, ptr: *mut RawValue)

Writes the contents of a C struct to an array of RawValue.

Safety
source

fn wasm_types() -> &'static [Type]

Get the Wasm types for the tuple (list) of currently represented values.

-

Implementations on Foreign Types§

source§

impl<A1, A2, A3> WasmTypeList for (A1, A2, A3)where +

Implementations on Foreign Types§

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, - A3: FromToNativeWasmType,

§

type CStruct = S3<A1, A2, A3>

§

type Array = [RawValue; 3]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A3: FromToNativeWasmType, + A4: FromToNativeWasmType, + A5: FromToNativeWasmType, + A6: FromToNativeWasmType, + A7: FromToNativeWasmType, + A8: FromToNativeWasmType, + A9: FromToNativeWasmType, + A10: FromToNativeWasmType,

§

type CStruct = S10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>

§

type Array = [RawValue; 10]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -85,17 +92,24 @@
Safety

Result<Self, TryFromSliceError>
source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4> WasmTypeList for (A1, A2, A3, A4)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, - A4: FromToNativeWasmType,

§

type CStruct = S4<A1, A2, A3, A4>

§

type Array = [RawValue; 4]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A4: FromToNativeWasmType, + A5: FromToNativeWasmType, + A6: FromToNativeWasmType, + A7: FromToNativeWasmType, + A8: FromToNativeWasmType, + A9: FromToNativeWasmType, + A10: FromToNativeWasmType, + A11: FromToNativeWasmType,

§

type CStruct = S11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>

§

type Array = [RawValue; 11]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -109,13 +123,14 @@
Safety

FromToNativeWasmType, A12: FromToNativeWasmType, A13: FromToNativeWasmType, - A14: FromToNativeWasmType,
§

type CStruct = S14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>

§

type Array = [RawValue; 14]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A14: FromToNativeWasmType, + A15: FromToNativeWasmType,

§

type CStruct = S15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>

§

type Array = [RawValue; 15]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -127,13 +142,23 @@
Safety

FromToNativeWasmType, A10: FromToNativeWasmType, A11: FromToNativeWasmType, - A12: FromToNativeWasmType,
§

type CStruct = S12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>

§

type Array = [RawValue; 12]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A12: FromToNativeWasmType, + A13: FromToNativeWasmType, + A14: FromToNativeWasmType, + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType, + A18: FromToNativeWasmType, + A19: FromToNativeWasmType, + A20: FromToNativeWasmType, + A21: FromToNativeWasmType, + A22: FromToNativeWasmType,

§

type CStruct = S22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>

§

type Array = [RawValue; 22]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -156,28 +181,27 @@
Safety

FromToNativeWasmType, A21: FromToNativeWasmType, A22: FromToNativeWasmType, - A23: FromToNativeWasmType,
§

type CStruct = S23<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23>

§

type Array = [RawValue; 23]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A23: FromToNativeWasmType, + A24: FromToNativeWasmType, + A25: FromToNativeWasmType,

§

type CStruct = S25<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25>

§

type Array = [RawValue; 25]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl WasmTypeList for Infallible

§

type CStruct = Infallible

§

type Array = [RawValue; 0]

source§

fn size() -> u32

source§

unsafe fn from_array(_: &mut impl AsStoreMut, _: Self::Array) -> Self

source§

unsafe fn from_slice( - _: &mut impl AsStoreMut, - _: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct(_: &mut impl AsStoreMut, self_: Self::CStruct) -> Self

source§

unsafe fn into_c_struct(self, _: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(_: Self::CStruct, _: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6> WasmTypeList for (A1, A2, A3, A4, A5, A6)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6> WasmTypeList for (A1, A2, A3, A4, A5, A6)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, A5: FromToNativeWasmType, - A6: FromToNativeWasmType,

§

type CStruct = S6<A1, A2, A3, A4, A5, A6>

§

type Array = [RawValue; 6]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A6: FromToNativeWasmType,

§

type CStruct = S6<A1, A2, A3, A4, A5, A6>

§

type Array = [RawValue; 6]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -190,37 +214,70 @@
Safety

FromToNativeWasmType, A11: FromToNativeWasmType, A12: FromToNativeWasmType, - A13: FromToNativeWasmType,
§

type CStruct = S13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>

§

type Array = [RawValue; 13]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A13: FromToNativeWasmType, + A14: FromToNativeWasmType, + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType, + A18: FromToNativeWasmType, + A19: FromToNativeWasmType, + A20: FromToNativeWasmType, + A21: FromToNativeWasmType, + A22: FromToNativeWasmType, + A23: FromToNativeWasmType, + A24: FromToNativeWasmType,

§

type CStruct = S24<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24>

§

type Array = [RawValue; 24]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, A5: FromToNativeWasmType, A6: FromToNativeWasmType, - A7: FromToNativeWasmType,

§

type CStruct = S7<A1, A2, A3, A4, A5, A6, A7>

§

type Array = [RawValue; 7]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A7: FromToNativeWasmType, + A8: FromToNativeWasmType, + A9: FromToNativeWasmType, + A10: FromToNativeWasmType, + A11: FromToNativeWasmType, + A12: FromToNativeWasmType, + A13: FromToNativeWasmType, + A14: FromToNativeWasmType, + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType, + A18: FromToNativeWasmType, + A19: FromToNativeWasmType, + A20: FromToNativeWasmType, + A21: FromToNativeWasmType, + A22: FromToNativeWasmType, + A23: FromToNativeWasmType,

§

type CStruct = S23<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23>

§

type Array = [RawValue; 23]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5> WasmTypeList for (A1, A2, A3, A4, A5)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, - A5: FromToNativeWasmType,

§

type CStruct = S5<A1, A2, A3, A4, A5>

§

type Array = [RawValue; 5]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A5: FromToNativeWasmType, + A6: FromToNativeWasmType, + A7: FromToNativeWasmType, + A8: FromToNativeWasmType,

§

type CStruct = S8<A1, A2, A3, A4, A5, A6, A7, A8>

§

type Array = [RawValue; 8]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl WasmTypeList for Infallible

§

type CStruct = Infallible

§

type Array = [RawValue; 0]

source§

fn size() -> u32

source§

unsafe fn from_array(_: &mut impl AsStoreMut, _: Self::Array) -> Self

source§

unsafe fn from_slice( + _: &mut impl AsStoreMut, + _: &[RawValue] +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct(_: &mut impl AsStoreMut, self_: Self::CStruct) -> Self

source§

unsafe fn into_c_struct(self, _: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(_: Self::CStruct, _: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -240,14 +297,13 @@
Safety

FromToNativeWasmType, A18: FromToNativeWasmType, A19: FromToNativeWasmType, - A20: FromToNativeWasmType, - A21: FromToNativeWasmType,
§

type CStruct = S21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>

§

type Array = [RawValue; 21]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A20: FromToNativeWasmType,

§

type CStruct = S20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>

§

type Array = [RawValue; 20]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -257,13 +313,29 @@
Safety

FromToNativeWasmType, A8: FromToNativeWasmType, A9: FromToNativeWasmType, - A10: FromToNativeWasmType,
§

type CStruct = S10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>

§

type Array = [RawValue; 10]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A10: FromToNativeWasmType, + A11: FromToNativeWasmType, + A12: FromToNativeWasmType, + A13: FromToNativeWasmType, + A14: FromToNativeWasmType, + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType, + A18: FromToNativeWasmType, + A19: FromToNativeWasmType, + A20: FromToNativeWasmType, + A21: FromToNativeWasmType, + A22: FromToNativeWasmType, + A23: FromToNativeWasmType, + A24: FromToNativeWasmType, + A25: FromToNativeWasmType, + A26: FromToNativeWasmType,

§

type CStruct = S26<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26>

§

type Array = [RawValue; 26]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -278,13 +350,15 @@
Safety

FromToNativeWasmType, A13: FromToNativeWasmType, A14: FromToNativeWasmType, - A15: FromToNativeWasmType,
§

type CStruct = S15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>

§

type Array = [RawValue; 15]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType,

§

type CStruct = S17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>

§

type Array = [RawValue; 17]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -303,18 +377,13 @@
Safety

FromToNativeWasmType, A17: FromToNativeWasmType, A18: FromToNativeWasmType, - A19: FromToNativeWasmType, - A20: FromToNativeWasmType, - A21: FromToNativeWasmType, - A22: FromToNativeWasmType, - A23: FromToNativeWasmType, - A24: FromToNativeWasmType,
§

type CStruct = S24<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24>

§

type Array = [RawValue; 24]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A19: FromToNativeWasmType,

§

type CStruct = S19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>

§

type Array = [RawValue; 19]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -335,14 +404,13 @@
Safety

FromToNativeWasmType, A19: FromToNativeWasmType, A20: FromToNativeWasmType, - A21: FromToNativeWasmType, - A22: FromToNativeWasmType,
§

type CStruct = S22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>

§

type Array = [RawValue; 22]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A21: FromToNativeWasmType,

§

type CStruct = S21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>

§

type Array = [RawValue; 21]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -357,7 +425,13 @@
Safety

Result<Self, TryFromSliceError>
source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl WasmTypeList for ()

§

type CStruct = S0

§

type Array = [RawValue; 0]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + store: &mut impl AsStoreMut, + slice: &[RawValue] +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( + _store: &mut impl AsStoreMut, + c_struct: Self::CStruct +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -369,99 +443,56 @@
Safety

FromToNativeWasmType, A10: FromToNativeWasmType, A11: FromToNativeWasmType, - A12: FromToNativeWasmType, - A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType, - A18: FromToNativeWasmType,
§

type CStruct = S18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>

§

type Array = [RawValue; 18]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A12: FromToNativeWasmType,

§

type CStruct = S12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>

§

type Array = [RawValue; 12]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, A5: FromToNativeWasmType, A6: FromToNativeWasmType, - A7: FromToNativeWasmType, - A8: FromToNativeWasmType,

§

type CStruct = S8<A1, A2, A3, A4, A5, A6, A7, A8>

§

type Array = [RawValue; 8]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A7: FromToNativeWasmType,

§

type CStruct = S7<A1, A2, A3, A4, A5, A6, A7>

§

type Array = [RawValue; 7]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5> WasmTypeList for (A1, A2, A3, A4, A5)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, - A5: FromToNativeWasmType, - A6: FromToNativeWasmType, - A7: FromToNativeWasmType, - A8: FromToNativeWasmType, - A9: FromToNativeWasmType, - A10: FromToNativeWasmType, - A11: FromToNativeWasmType, - A12: FromToNativeWasmType, - A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType, - A18: FromToNativeWasmType, - A19: FromToNativeWasmType, - A20: FromToNativeWasmType, - A21: FromToNativeWasmType, - A22: FromToNativeWasmType, - A23: FromToNativeWasmType, - A24: FromToNativeWasmType, - A25: FromToNativeWasmType, - A26: FromToNativeWasmType,

§

type CStruct = S26<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26>

§

type Array = [RawValue; 26]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A5: FromToNativeWasmType,

§

type CStruct = S5<A1, A2, A3, A4, A5>

§

type Array = [RawValue; 5]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3> WasmTypeList for (A1, A2, A3)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, - A3: FromToNativeWasmType, - A4: FromToNativeWasmType, - A5: FromToNativeWasmType, - A6: FromToNativeWasmType, - A7: FromToNativeWasmType, - A8: FromToNativeWasmType, - A9: FromToNativeWasmType, - A10: FromToNativeWasmType, - A11: FromToNativeWasmType, - A12: FromToNativeWasmType, - A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType, - A18: FromToNativeWasmType, - A19: FromToNativeWasmType, - A20: FromToNativeWasmType,

§

type CStruct = S20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>

§

type Array = [RawValue; 20]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A3: FromToNativeWasmType,

§

type CStruct = S3<A1, A2, A3>

§

type Array = [RawValue; 3]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2> WasmTypeList for (A1, A2)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4> WasmTypeList for (A1, A2, A3, A4)where A1: FromToNativeWasmType, - A2: FromToNativeWasmType,

§

type CStruct = S2<A1, A2>

§

type Array = [RawValue; 2]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A2: FromToNativeWasmType, + A3: FromToNativeWasmType, + A4: FromToNativeWasmType,

§

type CStruct = S4<A1, A2, A3, A4>

§

type Array = [RawValue; 4]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -474,25 +505,13 @@
Safety

FromToNativeWasmType, A11: FromToNativeWasmType, A12: FromToNativeWasmType, - A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType, - A18: FromToNativeWasmType, - A19: FromToNativeWasmType, - A20: FromToNativeWasmType, - A21: FromToNativeWasmType, - A22: FromToNativeWasmType, - A23: FromToNativeWasmType, - A24: FromToNativeWasmType, - A25: FromToNativeWasmType,
§

type CStruct = S25<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25>

§

type Array = [RawValue; 25]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A13: FromToNativeWasmType,

§

type CStruct = S13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>

§

type Array = [RawValue; 13]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -506,39 +525,21 @@
Safety

FromToNativeWasmType, A12: FromToNativeWasmType, A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType,
§

type CStruct = S17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>

§

type Array = [RawValue; 17]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( - store: &mut impl AsStoreMut, - slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( - _store: &mut impl AsStoreMut, - c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl WasmTypeList for ()

§

type CStruct = S0

§

type Array = [RawValue; 0]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A14: FromToNativeWasmType,

§

type CStruct = S14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>

§

type Array = [RawValue; 14]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2> WasmTypeList for (A1, A2)where A1: FromToNativeWasmType, - A2: FromToNativeWasmType, - A3: FromToNativeWasmType, - A4: FromToNativeWasmType, - A5: FromToNativeWasmType, - A6: FromToNativeWasmType, - A7: FromToNativeWasmType, - A8: FromToNativeWasmType, - A9: FromToNativeWasmType, - A10: FromToNativeWasmType, - A11: FromToNativeWasmType,

§

type CStruct = S11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>

§

type Array = [RawValue; 11]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A2: FromToNativeWasmType,

§

type CStruct = S2<A1, A2>

§

type Array = [RawValue; 2]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -556,12 +557,11 @@
Safety

FromToNativeWasmType, A16: FromToNativeWasmType, A17: FromToNativeWasmType, - A18: FromToNativeWasmType, - A19: FromToNativeWasmType,
§

type CStruct = S19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>

§

type Array = [RawValue; 19]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A18: FromToNativeWasmType,

§

type CStruct = S18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>

§

type Array = [RawValue; 18]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

Implementors§

source§

impl<A1> WasmTypeList for A1where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

Implementors§

source§

impl<A1> WasmTypeList for A1where A1: FromToNativeWasmType,

§

type CStruct = S1<A1>

§

type Array = [RawValue; 1]

\ No newline at end of file diff --git a/crates/doc/wasmer/struct.Exports.html b/crates/doc/wasmer/struct.Exports.html index 00fb1a527b1..db1ef77e0a7 100644 --- a/crates/doc/wasmer/struct.Exports.html +++ b/crates/doc/wasmer/struct.Exports.html @@ -45,7 +45,7 @@
source

pub fn iter( &self ) -> ExportsIterator<'_, impl Iterator<Item = (&String, &Extern)>>

Get an iterator over the exports.

-

Trait Implementations§

source§

impl Clone for Exports

source§

fn clone(&self) -> Exports

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 Exports

source§

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

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

impl Default for Exports

source§

fn default() -> Exports

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

impl FromIterator<(String, Extern)> for Exports

source§

fn from_iter<I: IntoIterator<Item = (String, Extern)>>(iter: I) -> Self

Creates a value from an iterator. Read more
source§

impl<'a> IntoIterator for &'a Exports

§

type IntoIter = Iter<'a, String, Extern>

Which kind of iterator are we turning this into?
§

type Item = (&'a String, &'a Extern)

The type of the elements being iterated over.
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more
source§

impl IntoIterator for Exports

§

type IntoIter = IntoIter<String, Extern>

Which kind of iterator are we turning this into?
§

type Item = (String, Extern)

The type of the elements being iterated over.
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more
source§

impl PartialEq<Exports> for Exports

source§

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

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Exports

source§

fn clone(&self) -> Exports

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 Exports

source§

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

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

impl Default for Exports

source§

fn default() -> Exports

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

impl FromIterator<(String, Extern)> for Exports

source§

fn from_iter<I: IntoIterator<Item = (String, Extern)>>(iter: I) -> Self

Creates a value from an iterator. Read more
source§

impl<'a> IntoIterator for &'a Exports

§

type IntoIter = Iter<'a, String, Extern>

Which kind of iterator are we turning this into?
§

type Item = (&'a String, &'a Extern)

The type of the elements being iterated over.
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more
source§

impl IntoIterator for Exports

§

type IntoIter = IntoIter<String, Extern>

Which kind of iterator are we turning this into?
§

type Item = (String, Extern)

The type of the elements being iterated over.
source§

fn into_iter(self) -> Self::IntoIter

Creates an iterator from a value. Read more
source§

impl PartialEq<Exports> for Exports

source§

fn eq(&self, other: &Exports) -> 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 Exports

source§

impl StructuralEq for Exports

source§

impl StructuralPartialEq for Exports

Auto Trait Implementations§

§

impl RefUnwindSafe for Exports

§

impl Send for Exports

§

impl Sync for Exports

§

impl Unpin for Exports

§

impl UnwindSafe for Exports

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer/struct.Function.html b/crates/doc/wasmer/struct.Function.html index b48d5b486b5..7975b3a05ce 100644 --- a/crates/doc/wasmer/struct.Function.html +++ b/crates/doc/wasmer/struct.Function.html @@ -144,9 +144,9 @@

Errors
vm_extern: InternalStoreHandle<VMFunction> ) -> Self
source

pub fn is_from_store(&self, store: &impl AsStoreRef) -> bool

Checks whether this Function can be used with the given store.

source

pub(crate) fn to_vm_extern(&self) -> VMExtern

Trait Implementations§

source§

impl Clone for Function

source§

fn clone(&self) -> Function

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 Function

source§

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

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

impl<'a> Exportable<'a> for Function

source§

fn get_self_from_extern(_extern: &'a Extern) -> Result<&'a Self, ExportError>

Implementation of how to get the export corresponding to the implementing type -from an Instance by name.
source§

impl From<Function> for Extern

source§

fn from(r: Function) -> Self

Converts to this type from the input type.
source§

impl From<Function> for Value

source§

fn from(val: Function) -> Self

Converts to this type from the input type.
source§

impl<Args, Rets> From<TypedFunction<Args, Rets>> for Functionwhere +from an Instance by name.

source§

impl From<Function> for Extern

source§

fn from(r: Function) -> Self

Converts to this type from the input type.
source§

impl From<Function> for Value

source§

fn from(val: Function) -> Self

Converts to this type from the input type.
source§

impl<Args, Rets> From<TypedFunction<Args, Rets>> for Functionwhere Args: WasmTypeList, - Rets: WasmTypeList,

source§

fn from(other: TypedFunction<Args, Rets>) -> Self

Converts to this type from the input type.
source§

impl NativeWasmType for Function

source§

const WASM_TYPE: Type = Type::FuncRef

Type for this NativeWasmType.
§

type Abi = usize

The ABI for this type (i32, i64, f32, f64)
source§

impl PartialEq<Function> for Function

source§

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

This method tests for self and other values to be equal, and is used + Rets: WasmTypeList,
source§

fn from(other: TypedFunction<Args, Rets>) -> Self

Converts to this type from the input type.
source§

impl NativeWasmType for Function

source§

const WASM_TYPE: Type = Type::FuncRef

Type for this NativeWasmType.
§

type Abi = usize

The ABI for this type (i32, i64, f32, f64)
source§

impl PartialEq<Function> for Function

source§

fn eq(&self, other: &Function) -> 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 Function

source§

impl StructuralPartialEq for Function

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer/struct.RuntimeError.html b/crates/doc/wasmer/struct.RuntimeError.html index 99dce538203..c87c220b3c3 100644 --- a/crates/doc/wasmer/struct.RuntimeError.html +++ b/crates/doc/wasmer/struct.RuntimeError.html @@ -31,7 +31,7 @@

Example
source

pub fn downcast<T: Error + 'static>(self) -> Result<T, Self>

Attempts to downcast the RuntimeError to a concrete type.

source

pub fn downcast_ref<T: Error + 'static>(&self) -> Option<&T>

Attempts to downcast the RuntimeError to a concrete type.

source

pub fn is<T: Error + 'static>(&self) -> bool

Returns true if the RuntimeError is the same as T

-

Trait Implementations§

source§

impl Clone for RuntimeError

source§

fn clone(&self) -> RuntimeError

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 RuntimeError

source§

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

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

impl Display for RuntimeError

source§

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

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

impl Error for RuntimeError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Box<dyn Error + Sync + Send, Global>> for RuntimeError

source§

fn from(error: Box<dyn Error + Send + Sync>) -> Self

Converts to this type from the input type.
source§

impl From<MemoryAccessError> for RuntimeError

source§

fn from(err: MemoryAccessError) -> Self

Converts to this type from the input type.
source§

impl From<Trap> for RuntimeError

source§

fn from(trap: Trap) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for RuntimeError

§

impl Send for RuntimeError

§

impl Sync for RuntimeError

§

impl Unpin for RuntimeError

§

impl !UnwindSafe for RuntimeError

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for RuntimeError

source§

fn clone(&self) -> RuntimeError

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 RuntimeError

source§

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

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

impl Display for RuntimeError

source§

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

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

impl Error for RuntimeError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Box<dyn Error + Sync + Send, Global>> for RuntimeError

source§

fn from(error: Box<dyn Error + Send + Sync>) -> Self

Converts to this type from the input type.
source§

impl From<MemoryAccessError> for RuntimeError

source§

fn from(err: MemoryAccessError) -> Self

Converts to this type from the input type.
source§

impl From<Trap> for RuntimeError

source§

fn from(trap: Trap) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for RuntimeError

§

impl Send for RuntimeError

§

impl Sync for RuntimeError

§

impl Unpin for RuntimeError

§

impl !UnwindSafe for RuntimeError

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/sys/engine/struct.Engine.html b/crates/doc/wasmer/sys/engine/struct.Engine.html index b7b51753bfd..cec3a6b5856 100644 --- a/crates/doc/wasmer/sys/engine/struct.Engine.html +++ b/crates/doc/wasmer/sys/engine/struct.Engine.html @@ -73,7 +73,7 @@
Safety

pub fn cloned(&self) -> Engine

Clone the engine

pub fn set_tunables(&mut self, tunables: impl Tunables + Send + Sync + 'static)

Attach a Tunable to this engine

pub fn tunables(&self) -> &dyn Tunables

Get a reference to attached Tunable of this engine

-

Trait Implementations§

§

impl Clone for Engine

§

fn clone(&self) -> Engine

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 Engine

§

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

Formats the value using the given formatter. Read more
§

impl From<&Engine> for Engine

§

fn from(engine_ref: &Engine) -> Engine

Converts to this type from the input type.
§

impl From<Box<dyn CompilerConfig, Global>> for Engine

§

fn from(config: Box<dyn CompilerConfig, Global>) -> Engine

Converts to this type from the input type.
source§

impl From<Cranelift> for Engine

source§

fn from(config: Cranelift) -> Engine

Converts to this type from the input type.
§

impl From<EngineBuilder> for Engine

§

fn from(engine_builder: EngineBuilder) -> Engine

Converts to this type from the input type.
§

impl From<LLVM> for Engine

§

fn from(config: LLVM) -> Engine

Converts to this type from the input type.
§

impl From<Singlepass> for Engine

§

fn from(config: Singlepass) -> Engine

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Engine

§

impl Send for Engine

§

impl Sync for Engine

§

impl Unpin for Engine

§

impl !UnwindSafe for Engine

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

§

impl Clone for Engine

§

fn clone(&self) -> Engine

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 Engine

§

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

Formats the value using the given formatter. Read more
§

impl From<&Engine> for Engine

§

fn from(engine_ref: &Engine) -> Engine

Converts to this type from the input type.
§

impl From<Box<dyn CompilerConfig, Global>> for Engine

§

fn from(config: Box<dyn CompilerConfig, Global>) -> Engine

Converts to this type from the input type.
source§

impl From<Cranelift> for Engine

source§

fn from(config: Cranelift) -> Engine

Converts to this type from the input type.
§

impl From<EngineBuilder> for Engine

§

fn from(engine_builder: EngineBuilder) -> Engine

Converts to this type from the input type.
§

impl From<LLVM> for Engine

§

fn from(config: LLVM) -> Engine

Converts to this type from the input type.
§

impl From<Singlepass> for Engine

§

fn from(config: Singlepass) -> Engine

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Engine

§

impl Send for Engine

§

impl Sync for Engine

§

impl Unpin for Engine

§

impl !UnwindSafe for Engine

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/sys/struct.MiddlewareReaderState.html b/crates/doc/wasmer/sys/struct.MiddlewareReaderState.html index 727922584e3..a3aec4da387 100644 --- a/crates/doc/wasmer/sys/struct.MiddlewareReaderState.html +++ b/crates/doc/wasmer/sys/struct.MiddlewareReaderState.html @@ -4,9 +4,9 @@ }
Expand description

The state of the binary reader. Exposed to middlewares to push their outputs.

Fields§

§inner: BinaryReader<'a>§pending_operations: VecDeque<Operator<'a>, Global>

Implementations§

§

impl<'a> MiddlewareReaderState<'a>

pub fn push_operator(&mut self, operator: Operator<'a>)

Push an operator.

Trait Implementations§

§

impl<'a> Debug for MiddlewareReaderState<'a>

§

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

Formats the value using the given formatter. Read more
§

impl<'a, 'b> Extend<&'b Operator<'a>> for MiddlewareReaderState<'a>where - 'a: 'b,

§

fn extend<I>(&mut self, iter: I)where - I: IntoIterator<Item = &'b Operator<'a>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
§

impl<'a> Extend<Operator<'a>> for MiddlewareReaderState<'a>

§

fn extend<I>(&mut self, iter: I)where - I: IntoIterator<Item = Operator<'a>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere + 'a: 'b,

§

fn extend<I>(&mut self, iter: I)where + I: IntoIterator<Item = &'b Operator<'a>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
§

impl<'a> Extend<Operator<'a>> for MiddlewareReaderState<'a>

§

fn extend<I>(&mut self, iter: I)where + I: IntoIterator<Item = Operator<'a>>,

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer/trait.FromToNativeWasmType.html b/crates/doc/wasmer/trait.FromToNativeWasmType.html index 8e6cb6a4e55..02911df6b28 100644 --- a/crates/doc/wasmer/trait.FromToNativeWasmType.html +++ b/crates/doc/wasmer/trait.FromToNativeWasmType.html @@ -29,5 +29,5 @@
Panics

Provided Methods§

source

fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

Returns whether the given value is from the given store.

This always returns true for primitive types that can be used with any context.

-

Implementations on Foreign Types§

source§

impl FromToNativeWasmType for Option<Function>

§

type Native = Option<Function>

source§

fn to_native(self) -> Self::Native

source§

fn from_native(n: Self::Native) -> Self

source§

fn is_from_store(&self, store: &impl AsStoreRef) -> bool

source§

impl FromToNativeWasmType for u16

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i16

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i32

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i64

§

type Native = i64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u32

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for f32

§

type Native = f32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i8

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u8

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u64

§

type Native = i64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for f64

§

type Native = f64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for Option<ExternRef>

§

type Native = Option<ExternRef>

source§

fn to_native(self) -> Self::Native

source§

fn from_native(n: Self::Native) -> Self

source§

fn is_from_store(&self, store: &impl AsStoreRef) -> bool

Implementors§

source§

impl<T: ValueType, M: MemorySize> FromToNativeWasmType for WasmPtr<T, M>where +

Implementations on Foreign Types§

source§

impl FromToNativeWasmType for u8

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i8

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for i64

§

type Native = i64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for f64

§

type Native = f64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for f32

§

type Native = f32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for Option<Function>

§

type Native = Option<Function>

source§

fn to_native(self) -> Self::Native

source§

fn from_native(n: Self::Native) -> Self

source§

fn is_from_store(&self, store: &impl AsStoreRef) -> bool

source§

impl FromToNativeWasmType for i32

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for Option<ExternRef>

§

type Native = Option<ExternRef>

source§

fn to_native(self) -> Self::Native

source§

fn from_native(n: Self::Native) -> Self

source§

fn is_from_store(&self, store: &impl AsStoreRef) -> bool

source§

impl FromToNativeWasmType for i16

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u64

§

type Native = i64

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u32

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

source§

impl FromToNativeWasmType for u16

§

type Native = i32

source§

fn from_native(native: Self::Native) -> Self

source§

fn to_native(self) -> Self::Native

Implementors§

source§

impl<T: ValueType, M: MemorySize> FromToNativeWasmType for WasmPtr<T, M>where <M as MemorySize>::Native: NativeWasmTypeInto,

§

type Native = <M as MemorySize>::Native

\ No newline at end of file diff --git a/crates/doc/wasmer/trait.IntoBytes.html b/crates/doc/wasmer/trait.IntoBytes.html index 88fb6322db1..e74f5f429f4 100644 --- a/crates/doc/wasmer/trait.IntoBytes.html +++ b/crates/doc/wasmer/trait.IntoBytes.html @@ -3,4 +3,4 @@ fn into_bytes(self) -> Bytes; }
Expand description

Convert binary data into [bytes::Bytes].

Required Methods§

source

fn into_bytes(self) -> Bytes

Convert binary data into [bytes::Bytes].

-

Implementations on Foreign Types§

source§

impl IntoBytes for Bytes

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for Cow<'_, [u8]>

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &[u8]

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &str

source§

fn into_bytes(self) -> Bytes

source§

impl<const N: usize> IntoBytes for &[u8; N]

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for Vec<u8>

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &Vec<u8>

source§

fn into_bytes(self) -> Bytes

Implementors§

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl IntoBytes for Cow<'_, [u8]>

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &str

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for Bytes

source§

fn into_bytes(self) -> Bytes

source§

impl<const N: usize> IntoBytes for &[u8; N]

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &Vec<u8>

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for &[u8]

source§

fn into_bytes(self) -> Bytes

source§

impl IntoBytes for Vec<u8>

source§

fn into_bytes(self) -> Bytes

Implementors§

\ No newline at end of file diff --git a/crates/doc/wasmer/trait.NativeWasmTypeInto.html b/crates/doc/wasmer/trait.NativeWasmTypeInto.html index 81eb485b6f6..c45df4af6e8 100644 --- a/crates/doc/wasmer/trait.NativeWasmTypeInto.html +++ b/crates/doc/wasmer/trait.NativeWasmTypeInto.html @@ -6,4 +6,4 @@ types with a context.

Required Methods§

source

fn into_raw(self, store: &mut impl AsStoreMut) -> RawValue

Convert self to raw value representation.

source

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

Convert to self from raw value representation.

-
Safety

Implementations on Foreign Types§

source§

impl NativeWasmTypeInto for u32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for Option<ExternRef>

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for i64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for Option<Function>

source§

fn into_raw(self, store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for i32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for f64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for f32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u128

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

Implementors§

\ No newline at end of file +
Safety

Implementations on Foreign Types§

source§

impl NativeWasmTypeInto for i64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for i32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for f32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for Option<Function>

source§

fn into_raw(self, store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for f64

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u128

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for u32

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(_store: &mut impl AsStoreMut, raw: RawValue) -> Self

source§

impl NativeWasmTypeInto for Option<ExternRef>

source§

fn into_raw(self, _store: &mut impl AsStoreMut) -> RawValue

source§

unsafe fn from_raw(store: &mut impl AsStoreMut, raw: RawValue) -> Self

Implementors§

\ No newline at end of file diff --git a/crates/doc/wasmer/trait.WasmTypeList.html b/crates/doc/wasmer/trait.WasmTypeList.html index 15d38f0c9c7..4e6e6b0765b 100644 --- a/crates/doc/wasmer/trait.WasmTypeList.html +++ b/crates/doc/wasmer/trait.WasmTypeList.html @@ -54,16 +54,23 @@
Safety
Safety
source

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, ptr: *mut RawValue)

Writes the contents of a C struct to an array of RawValue.

Safety
source

fn wasm_types() -> &'static [Type]

Get the Wasm types for the tuple (list) of currently represented values.

-

Implementations on Foreign Types§

source§

impl<A1, A2, A3> WasmTypeList for (A1, A2, A3)where +

Implementations on Foreign Types§

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, - A3: FromToNativeWasmType,

§

type CStruct = S3<A1, A2, A3>

§

type Array = [RawValue; 3]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A3: FromToNativeWasmType, + A4: FromToNativeWasmType, + A5: FromToNativeWasmType, + A6: FromToNativeWasmType, + A7: FromToNativeWasmType, + A8: FromToNativeWasmType, + A9: FromToNativeWasmType, + A10: FromToNativeWasmType,

§

type CStruct = S10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>

§

type Array = [RawValue; 10]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -85,17 +92,24 @@
Safety

Result<Self, TryFromSliceError>
source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4> WasmTypeList for (A1, A2, A3, A4)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, - A4: FromToNativeWasmType,

§

type CStruct = S4<A1, A2, A3, A4>

§

type Array = [RawValue; 4]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A4: FromToNativeWasmType, + A5: FromToNativeWasmType, + A6: FromToNativeWasmType, + A7: FromToNativeWasmType, + A8: FromToNativeWasmType, + A9: FromToNativeWasmType, + A10: FromToNativeWasmType, + A11: FromToNativeWasmType,

§

type CStruct = S11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>

§

type Array = [RawValue; 11]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -109,13 +123,14 @@
Safety

FromToNativeWasmType, A12: FromToNativeWasmType, A13: FromToNativeWasmType, - A14: FromToNativeWasmType,
§

type CStruct = S14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>

§

type Array = [RawValue; 14]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A14: FromToNativeWasmType, + A15: FromToNativeWasmType,

§

type CStruct = S15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>

§

type Array = [RawValue; 15]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -127,13 +142,23 @@
Safety

FromToNativeWasmType, A10: FromToNativeWasmType, A11: FromToNativeWasmType, - A12: FromToNativeWasmType,
§

type CStruct = S12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>

§

type Array = [RawValue; 12]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A12: FromToNativeWasmType, + A13: FromToNativeWasmType, + A14: FromToNativeWasmType, + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType, + A18: FromToNativeWasmType, + A19: FromToNativeWasmType, + A20: FromToNativeWasmType, + A21: FromToNativeWasmType, + A22: FromToNativeWasmType,

§

type CStruct = S22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>

§

type Array = [RawValue; 22]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -156,28 +181,27 @@
Safety

FromToNativeWasmType, A21: FromToNativeWasmType, A22: FromToNativeWasmType, - A23: FromToNativeWasmType,
§

type CStruct = S23<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23>

§

type Array = [RawValue; 23]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A23: FromToNativeWasmType, + A24: FromToNativeWasmType, + A25: FromToNativeWasmType,

§

type CStruct = S25<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25>

§

type Array = [RawValue; 25]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl WasmTypeList for Infallible

§

type CStruct = Infallible

§

type Array = [RawValue; 0]

source§

fn size() -> u32

source§

unsafe fn from_array(_: &mut impl AsStoreMut, _: Self::Array) -> Self

source§

unsafe fn from_slice( - _: &mut impl AsStoreMut, - _: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct(_: &mut impl AsStoreMut, self_: Self::CStruct) -> Self

source§

unsafe fn into_c_struct(self, _: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(_: Self::CStruct, _: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6> WasmTypeList for (A1, A2, A3, A4, A5, A6)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6> WasmTypeList for (A1, A2, A3, A4, A5, A6)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, A5: FromToNativeWasmType, - A6: FromToNativeWasmType,

§

type CStruct = S6<A1, A2, A3, A4, A5, A6>

§

type Array = [RawValue; 6]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A6: FromToNativeWasmType,

§

type CStruct = S6<A1, A2, A3, A4, A5, A6>

§

type Array = [RawValue; 6]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -190,37 +214,70 @@
Safety

FromToNativeWasmType, A11: FromToNativeWasmType, A12: FromToNativeWasmType, - A13: FromToNativeWasmType,
§

type CStruct = S13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>

§

type Array = [RawValue; 13]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A13: FromToNativeWasmType, + A14: FromToNativeWasmType, + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType, + A18: FromToNativeWasmType, + A19: FromToNativeWasmType, + A20: FromToNativeWasmType, + A21: FromToNativeWasmType, + A22: FromToNativeWasmType, + A23: FromToNativeWasmType, + A24: FromToNativeWasmType,

§

type CStruct = S24<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24>

§

type Array = [RawValue; 24]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, A5: FromToNativeWasmType, A6: FromToNativeWasmType, - A7: FromToNativeWasmType,

§

type CStruct = S7<A1, A2, A3, A4, A5, A6, A7>

§

type Array = [RawValue; 7]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A7: FromToNativeWasmType, + A8: FromToNativeWasmType, + A9: FromToNativeWasmType, + A10: FromToNativeWasmType, + A11: FromToNativeWasmType, + A12: FromToNativeWasmType, + A13: FromToNativeWasmType, + A14: FromToNativeWasmType, + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType, + A18: FromToNativeWasmType, + A19: FromToNativeWasmType, + A20: FromToNativeWasmType, + A21: FromToNativeWasmType, + A22: FromToNativeWasmType, + A23: FromToNativeWasmType,

§

type CStruct = S23<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23>

§

type Array = [RawValue; 23]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5> WasmTypeList for (A1, A2, A3, A4, A5)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, - A5: FromToNativeWasmType,

§

type CStruct = S5<A1, A2, A3, A4, A5>

§

type Array = [RawValue; 5]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A5: FromToNativeWasmType, + A6: FromToNativeWasmType, + A7: FromToNativeWasmType, + A8: FromToNativeWasmType,

§

type CStruct = S8<A1, A2, A3, A4, A5, A6, A7, A8>

§

type Array = [RawValue; 8]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl WasmTypeList for Infallible

§

type CStruct = Infallible

§

type Array = [RawValue; 0]

source§

fn size() -> u32

source§

unsafe fn from_array(_: &mut impl AsStoreMut, _: Self::Array) -> Self

source§

unsafe fn from_slice( + _: &mut impl AsStoreMut, + _: &[RawValue] +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct(_: &mut impl AsStoreMut, self_: Self::CStruct) -> Self

source§

unsafe fn into_c_struct(self, _: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(_: Self::CStruct, _: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -240,14 +297,13 @@
Safety

FromToNativeWasmType, A18: FromToNativeWasmType, A19: FromToNativeWasmType, - A20: FromToNativeWasmType, - A21: FromToNativeWasmType,
§

type CStruct = S21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>

§

type Array = [RawValue; 21]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A20: FromToNativeWasmType,

§

type CStruct = S20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>

§

type Array = [RawValue; 20]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -257,13 +313,29 @@
Safety

FromToNativeWasmType, A8: FromToNativeWasmType, A9: FromToNativeWasmType, - A10: FromToNativeWasmType,
§

type CStruct = S10<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>

§

type Array = [RawValue; 10]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A10: FromToNativeWasmType, + A11: FromToNativeWasmType, + A12: FromToNativeWasmType, + A13: FromToNativeWasmType, + A14: FromToNativeWasmType, + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType, + A18: FromToNativeWasmType, + A19: FromToNativeWasmType, + A20: FromToNativeWasmType, + A21: FromToNativeWasmType, + A22: FromToNativeWasmType, + A23: FromToNativeWasmType, + A24: FromToNativeWasmType, + A25: FromToNativeWasmType, + A26: FromToNativeWasmType,

§

type CStruct = S26<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26>

§

type Array = [RawValue; 26]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -278,13 +350,15 @@
Safety

FromToNativeWasmType, A13: FromToNativeWasmType, A14: FromToNativeWasmType, - A15: FromToNativeWasmType,
§

type CStruct = S15<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15>

§

type Array = [RawValue; 15]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A15: FromToNativeWasmType, + A16: FromToNativeWasmType, + A17: FromToNativeWasmType,

§

type CStruct = S17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>

§

type Array = [RawValue; 17]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -303,18 +377,13 @@
Safety

FromToNativeWasmType, A17: FromToNativeWasmType, A18: FromToNativeWasmType, - A19: FromToNativeWasmType, - A20: FromToNativeWasmType, - A21: FromToNativeWasmType, - A22: FromToNativeWasmType, - A23: FromToNativeWasmType, - A24: FromToNativeWasmType,
§

type CStruct = S24<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24>

§

type Array = [RawValue; 24]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A19: FromToNativeWasmType,

§

type CStruct = S19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>

§

type Array = [RawValue; 19]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -335,14 +404,13 @@
Safety

FromToNativeWasmType, A19: FromToNativeWasmType, A20: FromToNativeWasmType, - A21: FromToNativeWasmType, - A22: FromToNativeWasmType,
§

type CStruct = S22<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22>

§

type Array = [RawValue; 22]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A21: FromToNativeWasmType,

§

type CStruct = S21<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21>

§

type Array = [RawValue; 21]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -357,7 +425,13 @@
Safety

Result<Self, TryFromSliceError>
source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl WasmTypeList for ()

§

type CStruct = S0

§

type Array = [RawValue; 0]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + store: &mut impl AsStoreMut, + slice: &[RawValue] +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( + _store: &mut impl AsStoreMut, + c_struct: Self::CStruct +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -369,99 +443,56 @@
Safety

FromToNativeWasmType, A10: FromToNativeWasmType, A11: FromToNativeWasmType, - A12: FromToNativeWasmType, - A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType, - A18: FromToNativeWasmType,
§

type CStruct = S18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>

§

type Array = [RawValue; 18]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A12: FromToNativeWasmType,

§

type CStruct = S12<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12>

§

type Array = [RawValue; 12]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, A5: FromToNativeWasmType, A6: FromToNativeWasmType, - A7: FromToNativeWasmType, - A8: FromToNativeWasmType,

§

type CStruct = S8<A1, A2, A3, A4, A5, A6, A7, A8>

§

type Array = [RawValue; 8]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A7: FromToNativeWasmType,

§

type CStruct = S7<A1, A2, A3, A4, A5, A6, A7>

§

type Array = [RawValue; 7]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5> WasmTypeList for (A1, A2, A3, A4, A5)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, - A5: FromToNativeWasmType, - A6: FromToNativeWasmType, - A7: FromToNativeWasmType, - A8: FromToNativeWasmType, - A9: FromToNativeWasmType, - A10: FromToNativeWasmType, - A11: FromToNativeWasmType, - A12: FromToNativeWasmType, - A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType, - A18: FromToNativeWasmType, - A19: FromToNativeWasmType, - A20: FromToNativeWasmType, - A21: FromToNativeWasmType, - A22: FromToNativeWasmType, - A23: FromToNativeWasmType, - A24: FromToNativeWasmType, - A25: FromToNativeWasmType, - A26: FromToNativeWasmType,

§

type CStruct = S26<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26>

§

type Array = [RawValue; 26]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A5: FromToNativeWasmType,

§

type CStruct = S5<A1, A2, A3, A4, A5>

§

type Array = [RawValue; 5]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3> WasmTypeList for (A1, A2, A3)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, - A3: FromToNativeWasmType, - A4: FromToNativeWasmType, - A5: FromToNativeWasmType, - A6: FromToNativeWasmType, - A7: FromToNativeWasmType, - A8: FromToNativeWasmType, - A9: FromToNativeWasmType, - A10: FromToNativeWasmType, - A11: FromToNativeWasmType, - A12: FromToNativeWasmType, - A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType, - A18: FromToNativeWasmType, - A19: FromToNativeWasmType, - A20: FromToNativeWasmType,

§

type CStruct = S20<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20>

§

type Array = [RawValue; 20]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A3: FromToNativeWasmType,

§

type CStruct = S3<A1, A2, A3>

§

type Array = [RawValue; 3]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2> WasmTypeList for (A1, A2)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4> WasmTypeList for (A1, A2, A3, A4)where A1: FromToNativeWasmType, - A2: FromToNativeWasmType,

§

type CStruct = S2<A1, A2>

§

type Array = [RawValue; 2]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A2: FromToNativeWasmType, + A3: FromToNativeWasmType, + A4: FromToNativeWasmType,

§

type CStruct = S4<A1, A2, A3, A4>

§

type Array = [RawValue; 4]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -474,25 +505,13 @@
Safety

FromToNativeWasmType, A11: FromToNativeWasmType, A12: FromToNativeWasmType, - A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType, - A18: FromToNativeWasmType, - A19: FromToNativeWasmType, - A20: FromToNativeWasmType, - A21: FromToNativeWasmType, - A22: FromToNativeWasmType, - A23: FromToNativeWasmType, - A24: FromToNativeWasmType, - A25: FromToNativeWasmType,
§

type CStruct = S25<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25>

§

type Array = [RawValue; 25]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A13: FromToNativeWasmType,

§

type CStruct = S13<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13>

§

type Array = [RawValue; 13]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -506,39 +525,21 @@
Safety

FromToNativeWasmType, A12: FromToNativeWasmType, A13: FromToNativeWasmType, - A14: FromToNativeWasmType, - A15: FromToNativeWasmType, - A16: FromToNativeWasmType, - A17: FromToNativeWasmType,
§

type CStruct = S17<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17>

§

type Array = [RawValue; 17]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( - store: &mut impl AsStoreMut, - slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( - _store: &mut impl AsStoreMut, - c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl WasmTypeList for ()

§

type CStruct = S0

§

type Array = [RawValue; 0]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A14: FromToNativeWasmType,

§

type CStruct = S14<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14>

§

type Array = [RawValue; 14]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2> WasmTypeList for (A1, A2)where A1: FromToNativeWasmType, - A2: FromToNativeWasmType, - A3: FromToNativeWasmType, - A4: FromToNativeWasmType, - A5: FromToNativeWasmType, - A6: FromToNativeWasmType, - A7: FromToNativeWasmType, - A8: FromToNativeWasmType, - A9: FromToNativeWasmType, - A10: FromToNativeWasmType, - A11: FromToNativeWasmType,

§

type CStruct = S11<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>

§

type Array = [RawValue; 11]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A2: FromToNativeWasmType,

§

type CStruct = S2<A1, A2>

§

type Array = [RawValue; 2]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19)where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

source§

impl<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18> WasmTypeList for (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18)where A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, @@ -556,12 +557,11 @@
Safety

FromToNativeWasmType, A16: FromToNativeWasmType, A17: FromToNativeWasmType, - A18: FromToNativeWasmType, - A19: FromToNativeWasmType,
§

type CStruct = S19<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19>

§

type Array = [RawValue; 19]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( + A18: FromToNativeWasmType,

§

type CStruct = S18<A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16, A17, A18>

§

type Array = [RawValue; 18]

source§

fn size() -> u32

source§

unsafe fn from_array(_store: &mut impl AsStoreMut, array: Self::Array) -> Self

source§

unsafe fn from_slice( store: &mut impl AsStoreMut, slice: &[RawValue] -) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( +) -> Result<Self, TryFromSliceError>

source§

unsafe fn into_array(self, _store: &mut impl AsStoreMut) -> Self::Array

source§

fn empty_array() -> Self::Array

source§

unsafe fn from_c_struct( _store: &mut impl AsStoreMut, c_struct: Self::CStruct -) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

Implementors§

source§

impl<A1> WasmTypeList for A1where +) -> Self

source§

unsafe fn into_c_struct(self, _store: &mut impl AsStoreMut) -> Self::CStruct

source§

unsafe fn write_c_struct_to_ptr(c_struct: Self::CStruct, _ptr: *mut RawValue)

source§

fn wasm_types() -> &'static [Type]

Implementors§

source§

impl<A1> WasmTypeList for A1where A1: FromToNativeWasmType,

§

type CStruct = S1<A1>

§

type Array = [RawValue; 1]

\ No newline at end of file diff --git a/crates/doc/wasmer/value/enum.Value.html b/crates/doc/wasmer/value/enum.Value.html index 8148796f2ef..4e4bda0b165 100644 --- a/crates/doc/wasmer/value/enum.Value.html +++ b/crates/doc/wasmer/value/enum.Value.html @@ -77,9 +77,9 @@
Panics
wrong type.

Panics

Panics if self is not of the right type.

-

Trait Implementations§

source§

impl Clone for Value

source§

fn clone(&self) -> Value

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 Value

source§

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

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

impl From<ExternRef> for Value

source§

fn from(val: ExternRef) -> Self

Converts to this type from the input type.
source§

impl From<Function> for Value

source§

fn from(val: Function) -> Self

Converts to this type from the input type.
source§

impl From<Option<ExternRef>> for Value

source§

fn from(val: Option<ExternRef>) -> Self

Converts to this type from the input type.
source§

impl From<Option<Function>> for Value

source§

fn from(val: Option<Function>) -> Self

Converts to this type from the input type.
source§

impl From<f32> for Value

source§

fn from(val: f32) -> Self

Converts to this type from the input type.
source§

impl From<f64> for Value

source§

fn from(val: f64) -> Self

Converts to this type from the input type.
source§

impl From<i32> for Value

source§

fn from(val: i32) -> Self

Converts to this type from the input type.
source§

impl From<i64> for Value

source§

fn from(val: i64) -> Self

Converts to this type from the input type.
source§

impl From<u32> for Value

source§

fn from(val: u32) -> Self

Converts to this type from the input type.
source§

impl From<u64> for Value

source§

fn from(val: u64) -> Self

Converts to this type from the input type.
source§

impl PartialEq<Value> for Value

source§

fn eq(&self, o: &Self) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Value

source§

fn clone(&self) -> Value

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 Value

source§

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

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

impl From<ExternRef> for Value

source§

fn from(val: ExternRef) -> Self

Converts to this type from the input type.
source§

impl From<Function> for Value

source§

fn from(val: Function) -> Self

Converts to this type from the input type.
source§

impl From<Option<ExternRef>> for Value

source§

fn from(val: Option<ExternRef>) -> Self

Converts to this type from the input type.
source§

impl From<Option<Function>> for Value

source§

fn from(val: Option<Function>) -> Self

Converts to this type from the input type.
source§

impl From<f32> for Value

source§

fn from(val: f32) -> Self

Converts to this type from the input type.
source§

impl From<f64> for Value

source§

fn from(val: f64) -> Self

Converts to this type from the input type.
source§

impl From<i32> for Value

source§

fn from(val: i32) -> Self

Converts to this type from the input type.
source§

impl From<i64> for Value

source§

fn from(val: i64) -> Self

Converts to this type from the input type.
source§

impl From<u32> for Value

source§

fn from(val: u32) -> Self

Converts to this type from the input type.
source§

impl From<u64> for Value

source§

fn from(val: u64) -> Self

Converts to this type from the input type.
source§

impl PartialEq<Value> for Value

source§

fn eq(&self, o: &Self) -> 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 ToString for Value

source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl TryFrom<Value> for Option<ExternRef>

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for Option<Function>

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for f32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for f64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl RefUnwindSafe for Value

§

impl Send for Value

§

impl Sync for Value

§

impl Unpin for Value

§

impl UnwindSafe for Value

Blanket Implementations§

source§

impl<T> Any for Twhere +sufficient, and should not be overridden without very good reason.

source§

impl ToString for Value

source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl TryFrom<Value> for Option<ExternRef>

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for Option<Function>

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for f32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for f64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u32

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u64

§

type Error = &'static str

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

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

§

impl RefUnwindSafe for Value

§

impl Send for Value

§

impl Sync for Value

§

impl Unpin for Value

§

impl UnwindSafe for Value

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_c_api/wasm_c_api/types/enum.wasm_mutability_enum.html b/crates/doc/wasmer_c_api/wasm_c_api/types/enum.wasm_mutability_enum.html index 35934bce70a..f1e3b6c83e6 100644 --- a/crates/doc/wasmer_c_api/wasm_c_api/types/enum.wasm_mutability_enum.html +++ b/crates/doc/wasmer_c_api/wasm_c_api/types/enum.wasm_mutability_enum.html @@ -1,7 +1,7 @@ wasm_mutability_enum in wasmer_c_api::wasm_c_api::types - Rust
#[repr(u8)]
pub enum wasm_mutability_enum { WASM_CONST, WASM_VAR, -}

Variants§

§

WASM_CONST

§

WASM_VAR

Trait Implementations§

source§

impl Clone for wasm_mutability_enum

source§

fn clone(&self) -> wasm_mutability_enum

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 wasm_mutability_enum

source§

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

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

impl From<Mutability> for wasm_mutability_enum

source§

fn from(other: Mutability) -> Self

Converts to this type from the input type.
source§

impl From<wasm_mutability_enum> for Mutability

source§

fn from(other: wasm_mutability_enum) -> Self

Converts to this type from the input type.
source§

impl From<wasm_mutability_enum> for wasm_mutability_t

source§

fn from(other: wasm_mutability_enum) -> Self

Converts to this type from the input type.
source§

impl PartialEq<wasm_mutability_enum> for wasm_mutability_enum

source§

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

This method tests for self and other values to be equal, and is used +}

Variants§

§

WASM_CONST

§

WASM_VAR

Trait Implementations§

source§

impl Clone for wasm_mutability_enum

source§

fn clone(&self) -> wasm_mutability_enum

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 wasm_mutability_enum

source§

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

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

impl From<Mutability> for wasm_mutability_enum

source§

fn from(other: Mutability) -> Self

Converts to this type from the input type.
source§

impl From<wasm_mutability_enum> for Mutability

source§

fn from(other: wasm_mutability_enum) -> Self

Converts to this type from the input type.
source§

impl From<wasm_mutability_enum> for wasm_mutability_t

source§

fn from(other: wasm_mutability_enum) -> Self

Converts to this type from the input type.
source§

impl PartialEq<wasm_mutability_enum> for wasm_mutability_enum

source§

fn eq(&self, other: &wasm_mutability_enum) -> 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 TryFrom<u8> for wasm_mutability_enum

§

type Error = &'static str

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

fn try_from(item: wasm_mutability_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Copy for wasm_mutability_enum

source§

impl Eq for wasm_mutability_enum

source§

impl StructuralEq for wasm_mutability_enum

source§

impl StructuralPartialEq for wasm_mutability_enum

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer_c_api/wasm_c_api/types/enum.wasm_valkind_enum.html b/crates/doc/wasmer_c_api/wasm_c_api/types/enum.wasm_valkind_enum.html index c84ae43299c..2c5dce4b170 100644 --- a/crates/doc/wasmer_c_api/wasm_c_api/types/enum.wasm_valkind_enum.html +++ b/crates/doc/wasmer_c_api/wasm_c_api/types/enum.wasm_valkind_enum.html @@ -5,7 +5,7 @@ WASM_F64, WASM_ANYREF, WASM_FUNCREF, -}

Variants§

§

WASM_I32

§

WASM_I64

§

WASM_F32

§

WASM_F64

§

WASM_ANYREF

§

WASM_FUNCREF

Trait Implementations§

source§

impl Clone for wasm_valkind_enum

source§

fn clone(&self) -> wasm_valkind_enum

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 wasm_valkind_enum

source§

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

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

impl From<Type> for wasm_valkind_enum

source§

fn from(other: Type) -> Self

Converts to this type from the input type.
source§

impl From<wasm_valkind_enum> for Type

source§

fn from(other: wasm_valkind_enum) -> Self

Converts to this type from the input type.
source§

impl PartialEq<wasm_valkind_enum> for wasm_valkind_enum

source§

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

This method tests for self and other values to be equal, and is used +}

Variants§

§

WASM_I32

§

WASM_I64

§

WASM_F32

§

WASM_F64

§

WASM_ANYREF

§

WASM_FUNCREF

Trait Implementations§

source§

impl Clone for wasm_valkind_enum

source§

fn clone(&self) -> wasm_valkind_enum

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 wasm_valkind_enum

source§

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

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

impl From<Type> for wasm_valkind_enum

source§

fn from(other: Type) -> Self

Converts to this type from the input type.
source§

impl From<wasm_valkind_enum> for Type

source§

fn from(other: wasm_valkind_enum) -> Self

Converts to this type from the input type.
source§

impl PartialEq<wasm_valkind_enum> for wasm_valkind_enum

source§

fn eq(&self, other: &wasm_valkind_enum) -> 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 TryFrom<u8> for wasm_valkind_enum

§

type Error = &'static str

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

fn try_from(item: wasm_valkind_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Copy for wasm_valkind_enum

source§

impl Eq for wasm_valkind_enum

source§

impl StructuralEq for wasm_valkind_enum

source§

impl StructuralPartialEq for wasm_valkind_enum

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer_c_api/wasm_c_api/types/struct.ExternTypeConversionError.html b/crates/doc/wasmer_c_api/wasm_c_api/types/struct.ExternTypeConversionError.html index 64633d698bd..ab45ee49c60 100644 --- a/crates/doc/wasmer_c_api/wasm_c_api/types/struct.ExternTypeConversionError.html +++ b/crates/doc/wasmer_c_api/wasm_c_api/types/struct.ExternTypeConversionError.html @@ -1,4 +1,4 @@ -ExternTypeConversionError in wasmer_c_api::wasm_c_api::types - Rust
pub struct ExternTypeConversionError(/* private fields */);

Trait Implementations§

source§

impl Clone for ExternTypeConversionError

source§

fn clone(&self) -> ExternTypeConversionError

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 ExternTypeConversionError

source§

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

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

impl Display for ExternTypeConversionError

source§

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

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

impl Error for ExternTypeConversionError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<&'static str> for ExternTypeConversionError

source§

fn from(other: &'static str) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +ExternTypeConversionError in wasmer_c_api::wasm_c_api::types - Rust
pub struct ExternTypeConversionError(/* private fields */);

Trait Implementations§

source§

impl Clone for ExternTypeConversionError

source§

fn clone(&self) -> ExternTypeConversionError

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 ExternTypeConversionError

source§

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

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

impl Display for ExternTypeConversionError

source§

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

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

impl Error for ExternTypeConversionError

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<&'static str> for ExternTypeConversionError

source§

fn from(other: &'static str) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_exporttype_t.html b/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_exporttype_t.html index e5d359b7fb2..eb8db208af0 100644 --- a/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_exporttype_t.html +++ b/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_exporttype_t.html @@ -1,4 +1,4 @@ -wasm_exporttype_t in wasmer_c_api::wasm_c_api::types - Rust
pub struct wasm_exporttype_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for wasm_exporttype_t

source§

fn clone(&self) -> wasm_exporttype_t

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 From<&ExportType<ExternType>> for wasm_exporttype_t

source§

fn from(other: &ExportType) -> Self

Converts to this type from the input type.
source§

impl From<ExportType<ExternType>> for wasm_exporttype_t

source§

fn from(other: ExportType) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +wasm_exporttype_t in wasmer_c_api::wasm_c_api::types - Rust
pub struct wasm_exporttype_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for wasm_exporttype_t

source§

fn clone(&self) -> wasm_exporttype_t

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 From<&ExportType<ExternType>> for wasm_exporttype_t

source§

fn from(other: &ExportType) -> Self

Converts to this type from the input type.
source§

impl From<ExportType<ExternType>> for wasm_exporttype_t

source§

fn from(other: ExportType) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_externtype_t.html b/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_externtype_t.html index a19a62249c3..6f6b95497a1 100644 --- a/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_externtype_t.html +++ b/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_externtype_t.html @@ -1,4 +1,4 @@ -wasm_externtype_t in wasmer_c_api::wasm_c_api::types - Rust
pub struct wasm_externtype_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for wasm_externtype_t

source§

fn clone(&self) -> wasm_externtype_t

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 wasm_externtype_t

source§

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

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

impl From<&ExternType> for wasm_externtype_t

source§

fn from(other: &ExternType) -> Self

Converts to this type from the input type.
source§

impl From<ExternType> for wasm_externtype_t

source§

fn from(extern_type: ExternType) -> Self

Converts to this type from the input type.
source§

impl TryFrom<&'static wasm_externtype_t> for &'static wasm_functype_t

§

type Error = ExternTypeConversionError

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

fn try_from(other: &'static wasm_externtype_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&'static wasm_externtype_t> for &'static wasm_globaltype_t

§

type Error = ExternTypeConversionError

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

fn try_from(other: &'static wasm_externtype_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&'static wasm_externtype_t> for &'static wasm_memorytype_t

§

type Error = ExternTypeConversionError

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

fn try_from(other: &'static wasm_externtype_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&'static wasm_externtype_t> for &'static wasm_tabletype_t

§

type Error = ExternTypeConversionError

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

fn try_from(other: &'static wasm_externtype_t) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +wasm_externtype_t in wasmer_c_api::wasm_c_api::types - Rust
pub struct wasm_externtype_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for wasm_externtype_t

source§

fn clone(&self) -> wasm_externtype_t

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 wasm_externtype_t

source§

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

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

impl From<&ExternType> for wasm_externtype_t

source§

fn from(other: &ExternType) -> Self

Converts to this type from the input type.
source§

impl From<ExternType> for wasm_externtype_t

source§

fn from(extern_type: ExternType) -> Self

Converts to this type from the input type.
source§

impl TryFrom<&'static wasm_externtype_t> for &'static wasm_functype_t

§

type Error = ExternTypeConversionError

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

fn try_from(other: &'static wasm_externtype_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&'static wasm_externtype_t> for &'static wasm_globaltype_t

§

type Error = ExternTypeConversionError

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

fn try_from(other: &'static wasm_externtype_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&'static wasm_externtype_t> for &'static wasm_memorytype_t

§

type Error = ExternTypeConversionError

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

fn try_from(other: &'static wasm_externtype_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&'static wasm_externtype_t> for &'static wasm_tabletype_t

§

type Error = ExternTypeConversionError

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

fn try_from(other: &'static wasm_externtype_t) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_valtype_t.html b/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_valtype_t.html index 084fd8f5ad8..152d2c9cfde 100644 --- a/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_valtype_t.html +++ b/crates/doc/wasmer_c_api/wasm_c_api/types/struct.wasm_valtype_t.html @@ -1,4 +1,4 @@ -wasm_valtype_t in wasmer_c_api::wasm_c_api::types - Rust
pub struct wasm_valtype_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for wasm_valtype_t

source§

fn clone(&self) -> wasm_valtype_t

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 wasm_valtype_t

source§

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

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

impl Default for wasm_valtype_t

source§

fn default() -> Self

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

impl From<&wasm_valtype_t> for Type

source§

fn from(other: &wasm_valtype_t) -> Self

Converts to this type from the input type.
source§

impl From<Type> for wasm_valtype_t

source§

fn from(other: Type) -> Self

Converts to this type from the input type.
source§

impl From<wasm_valtype_t> for Type

source§

fn from(other: wasm_valtype_t) -> Self

Converts to this type from the input type.
source§

impl Copy for wasm_valtype_t

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +wasm_valtype_t in wasmer_c_api::wasm_c_api::types - Rust
pub struct wasm_valtype_t { /* private fields */ }

Trait Implementations§

source§

impl Clone for wasm_valtype_t

source§

fn clone(&self) -> wasm_valtype_t

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 wasm_valtype_t

source§

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

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

impl Default for wasm_valtype_t

source§

fn default() -> Self

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

impl From<&wasm_valtype_t> for Type

source§

fn from(other: &wasm_valtype_t) -> Self

Converts to this type from the input type.
source§

impl From<Type> for wasm_valtype_t

source§

fn from(other: Type) -> Self

Converts to this type from the input type.
source§

impl From<wasm_valtype_t> for Type

source§

fn from(other: wasm_valtype_t) -> Self

Converts to this type from the input type.
source§

impl Copy for wasm_valtype_t

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_c_api/wasm_c_api/value/struct.wasm_val_t.html b/crates/doc/wasmer_c_api/wasm_c_api/value/struct.wasm_val_t.html index b9f2a8b673e..e77c750f152 100644 --- a/crates/doc/wasmer_c_api/wasm_c_api/value/struct.wasm_val_t.html +++ b/crates/doc/wasmer_c_api/wasm_c_api/value/struct.wasm_val_t.html @@ -23,7 +23,7 @@

Example

}

Fields§

§kind: wasm_valkind_t

The kind of the value.

§of: wasm_val_inner

The real value.

-

Trait Implementations§

source§

impl Clone for wasm_val_t

source§

fn clone(&self) -> Self

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 wasm_val_t

source§

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

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

impl Default for wasm_val_t

source§

fn default() -> Self

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

impl TryFrom<&Value> for wasm_val_t

§

type Error = &'static str

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

fn try_from(item: &Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&wasm_val_t> for Value

§

type Error = &'static str

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

fn try_from(item: &wasm_val_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for wasm_val_t

§

type Error = &'static str

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

fn try_from(item: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<wasm_val_t> for Value

§

type Error = &'static str

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

fn try_from(item: wasm_val_t) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for wasm_val_t

source§

fn clone(&self) -> Self

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 wasm_val_t

source§

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

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

impl Default for wasm_val_t

source§

fn default() -> Self

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

impl TryFrom<&Value> for wasm_val_t

§

type Error = &'static str

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

fn try_from(item: &Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&wasm_val_t> for Value

§

type Error = &'static str

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

fn try_from(item: &wasm_val_t) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for wasm_val_t

§

type Error = &'static str

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

fn try_from(item: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<wasm_val_t> for Value

§

type Error = &'static str

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

fn try_from(item: wasm_val_t) -> Result<Self, Self::Error>

Performs the conversion.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_cli/utils/render/trait.CliRender.html b/crates/doc/wasmer_cli/utils/render/trait.CliRender.html index 5ae0b79e29c..414740be808 100644 --- a/crates/doc/wasmer_cli/utils/render/trait.CliRender.html +++ b/crates/doc/wasmer_cli/utils/render/trait.CliRender.html @@ -6,4 +6,4 @@ // Provided methods fn render_item(&self, format: ItemFormat) -> String { ... } fn render_list(items: &[Self], format: ListFormat) -> String { ... } -}

Required Methods§

Provided Methods§

source

fn render_item(&self, format: ItemFormat) -> String

source

fn render_list(items: &[Self], format: ListFormat) -> String

Implementations on Foreign Types§

source§

impl CliRender for DeployApp

source§

impl CliRender for DnsDomain

source§

impl CliRender for DeployAppVersion

source§

impl CliRender for Namespace

source§

impl CliRender for DnsDomainWithRecords

source§

impl CliRender for Log

Implementors§

\ No newline at end of file +}

Required Methods§

Provided Methods§

source

fn render_item(&self, format: ItemFormat) -> String

source

fn render_list(items: &[Self], format: ListFormat) -> String

Implementations on Foreign Types§

source§

impl CliRender for DeployApp

source§

impl CliRender for Namespace

source§

impl CliRender for DnsDomain

source§

impl CliRender for DeployAppVersion

source§

impl CliRender for Log

source§

impl CliRender for DnsDomainWithRecords

Implementors§

\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/all.html b/crates/doc/wasmer_compiler/all.html index c161f0e711a..5879bd5bbd7 100644 --- a/crates/doc/wasmer_compiler/all.html +++ b/crates/doc/wasmer_compiler/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Derive Macros

Functions

Type Aliases

Constants

\ No newline at end of file +List of all items in this crate

List of all items

Structs

Enums

Traits

Macros

Derive Macros

Functions

Type Aliases

Constants

\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/artifact/struct.AllocatedArtifact.html b/crates/doc/wasmer_compiler/engine/artifact/struct.AllocatedArtifact.html index 1377c187195..30beead16b2 100644 --- a/crates/doc/wasmer_compiler/engine/artifact/struct.AllocatedArtifact.html +++ b/crates/doc/wasmer_compiler/engine/artifact/struct.AllocatedArtifact.html @@ -1,12 +1,12 @@ AllocatedArtifact in wasmer_compiler::engine::artifact - Rust
pub struct AllocatedArtifact {
     frame_info_registered: bool,
     frame_info_registration: Option<GlobalFrameInfoRegistration>,
-    finished_functions: BoxedSlice<LocalFunctionIndex, FunctionBodyPtr>,
-    finished_function_call_trampolines: BoxedSlice<SignatureIndex, VMTrampoline>,
-    finished_dynamic_function_trampolines: BoxedSlice<FunctionIndex, FunctionBodyPtr>,
-    signatures: BoxedSlice<SignatureIndex, VMSharedSignatureIndex>,
+    finished_functions: BoxedSlice<LocalFunctionIndex, FunctionBodyPtr>,
+    finished_function_call_trampolines: BoxedSlice<SignatureIndex, VMTrampoline>,
+    finished_dynamic_function_trampolines: BoxedSlice<FunctionIndex, FunctionBodyPtr>,
+    signatures: BoxedSlice<SignatureIndex, VMSharedSignatureIndex>,
     finished_function_lengths: BoxedSlice<LocalFunctionIndex, usize>,
-}

Fields§

§frame_info_registered: bool§frame_info_registration: Option<GlobalFrameInfoRegistration>§finished_functions: BoxedSlice<LocalFunctionIndex, FunctionBodyPtr>§finished_function_call_trampolines: BoxedSlice<SignatureIndex, VMTrampoline>§finished_dynamic_function_trampolines: BoxedSlice<FunctionIndex, FunctionBodyPtr>§signatures: BoxedSlice<SignatureIndex, VMSharedSignatureIndex>§finished_function_lengths: BoxedSlice<LocalFunctionIndex, usize>

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +}

Fields§

§frame_info_registered: bool§frame_info_registration: Option<GlobalFrameInfoRegistration>§finished_functions: BoxedSlice<LocalFunctionIndex, FunctionBodyPtr>§finished_function_call_trampolines: BoxedSlice<SignatureIndex, VMTrampoline>§finished_dynamic_function_trampolines: BoxedSlice<FunctionIndex, FunctionBodyPtr>§signatures: BoxedSlice<SignatureIndex, VMSharedSignatureIndex>§finished_function_lengths: BoxedSlice<LocalFunctionIndex, usize>

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_compiler/engine/artifact/struct.Artifact.html b/crates/doc/wasmer_compiler/engine/artifact/struct.Artifact.html index 2f6bebc4d06..165786fb251 100644 --- a/crates/doc/wasmer_compiler/engine/artifact/struct.Artifact.html +++ b/crates/doc/wasmer_compiler/engine/artifact/struct.Artifact.html @@ -51,34 +51,34 @@
Safety
&mut self ) -> Option<GlobalFrameInfoRegistration>

source

pub fn finished_functions( &self -) -> &BoxedSlice<LocalFunctionIndex, FunctionBodyPtr>

Returns the functions allocated in memory or this Artifact +) -> &BoxedSlice<LocalFunctionIndex, FunctionBodyPtr>

Returns the functions allocated in memory or this Artifact ready to be run.

source

pub fn finished_function_call_trampolines( &self -) -> &BoxedSlice<SignatureIndex, VMTrampoline>

Returns the function call trampolines allocated in memory of this +) -> &BoxedSlice<SignatureIndex, VMTrampoline>

Returns the function call trampolines allocated in memory of this Artifact, ready to be run.

source

pub fn finished_dynamic_function_trampolines( &self -) -> &BoxedSlice<FunctionIndex, FunctionBodyPtr>

Returns the dynamic function trampolines allocated in memory +) -> &BoxedSlice<FunctionIndex, FunctionBodyPtr>

Returns the dynamic function trampolines allocated in memory of this Artifact, ready to be run.

-
source

pub fn signatures(&self) -> &BoxedSlice<SignatureIndex, VMSharedSignatureIndex>

Returns the associated VM signatures for this Artifact.

+
source

pub fn signatures(&self) -> &BoxedSlice<SignatureIndex, VMSharedSignatureIndex>

Returns the associated VM signatures for this Artifact.

source

pub fn preinstantiate(&self) -> Result<(), InstantiationError>

Do preinstantiation logic that is executed before instantiating

source

pub unsafe fn instantiate( &self, tunables: &dyn Tunables, - imports: &[VMExtern], - context: &mut StoreObjects -) -> Result<VMInstance, InstantiationError>

Crate an Instance from this Artifact.

+ imports: &[VMExtern], + context: &mut StoreObjects +) -> Result<VMInstance, InstantiationError>

Crate an Instance from this Artifact.

Safety
-

See VMInstance::new.

+

See [VMInstance::new].

source

pub unsafe fn finish_instantiation( &self, - config: &VMConfig, - trap_handler: Option<*const TrapHandlerFn<'static>>, - handle: &mut VMInstance + config: &VMConfig, + trap_handler: Option<*const TrapHandlerFn<'static>>, + handle: &mut VMInstance ) -> Result<(), InstantiationError>

Finishes the instantiation of a just created VMInstance.

Safety
-

See VMInstance::finish_instantiation.

+

See [VMInstance::finish_instantiation].

source

pub fn generate_metadata<'data>( data: &'data [u8], compiler: &dyn Compiler, diff --git a/crates/doc/wasmer_compiler/engine/code_memory/struct.CodeMemory.html b/crates/doc/wasmer_compiler/engine/code_memory/struct.CodeMemory.html index 453bc81469e..3188dd70a16 100644 --- a/crates/doc/wasmer_compiler/engine/code_memory/struct.CodeMemory.html +++ b/crates/doc/wasmer_compiler/engine/code_memory/struct.CodeMemory.html @@ -1,17 +1,17 @@ CodeMemory in wasmer_compiler::engine::code_memory - Rust
pub struct CodeMemory {
     frame_info_registration: Option<GlobalFrameInfoRegistration>,
     unwind_registry: UnwindRegistry,
-    mmap: Mmap,
+    mmap: Mmap,
     start_of_nonexecutable_pages: usize,
 }
Expand description

Memory manager for executable code.

-

Fields§

§frame_info_registration: Option<GlobalFrameInfoRegistration>§unwind_registry: UnwindRegistry§mmap: Mmap§start_of_nonexecutable_pages: usize

Implementations§

source§

impl CodeMemory

source

pub fn new() -> Self

Create a new CodeMemory instance.

+

Fields§

§frame_info_registration: Option<GlobalFrameInfoRegistration>§unwind_registry: UnwindRegistry§mmap: Mmap§start_of_nonexecutable_pages: usize

Implementations§

source§

impl CodeMemory

source

pub fn new() -> Self

Create a new CodeMemory instance.

source

pub fn unwind_registry_mut(&mut self) -> &mut UnwindRegistry

Mutably get the UnwindRegistry.

source

pub fn allocate<'module, 'memory, FunctionBody, CustomSection>( &'memory mut self, functions: &'memory [&'module FunctionBody], executable_sections: &'memory [&'module CustomSection], data_sections: &'memory [&'module CustomSection] -) -> Result<(Vec<&'memory mut [VMFunctionBody]>, Vec<&'memory mut [u8]>, Vec<&'memory mut [u8]>), String>where +) -> Result<(Vec<&'memory mut [VMFunctionBody]>, Vec<&'memory mut [u8]>, Vec<&'memory mut [u8]>), String>where FunctionBody: FunctionBodyLike<'module> + 'module, CustomSection: CustomSectionLike<'module> + 'module,

Allocate a single contiguous block of memory at a fixed virtual address for the functions and custom sections, and copy the data in place.

source

pub fn publish(&mut self)

Apply the page permissions.

@@ -20,9 +20,9 @@ registry: &mut UnwindRegistry, func: &'module impl FunctionBodyLike<'module>, buf: &'memory mut [u8] -) -> &'memory mut [VMFunctionBody]

Copies the data of the compiled function to the given buffer.

+) -> &'memory mut [VMFunctionBody]

Copies the data of the compiled function to the given buffer.

This will also add the function to the current function table.

-
source

fn view_as_mut_vmfunc_slice(slice: &mut [u8]) -> &mut [VMFunctionBody]

Convert mut a slice from u8 to VMFunctionBody.

+
source

fn view_as_mut_vmfunc_slice(slice: &mut [u8]) -> &mut [VMFunctionBody]

Convert mut a slice from u8 to VMFunctionBody.

source

pub fn register_frame_info(&mut self, frame_info: GlobalFrameInfoRegistration)

Register the frame info, so it’s free when the mememory gets freed

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer_compiler/engine/error/enum.InstantiationError.html b/crates/doc/wasmer_compiler/engine/error/enum.InstantiationError.html index 249445e0879..2ca9afe5d48 100644 --- a/crates/doc/wasmer_compiler/engine/error/enum.InstantiationError.html +++ b/crates/doc/wasmer_compiler/engine/error/enum.InstantiationError.html @@ -1,7 +1,7 @@ InstantiationError in wasmer_compiler::engine::error - Rust
pub enum InstantiationError {
     Link(LinkError),
     CpuFeature(String),
-    Start(Trap),
+    Start(Trap),
 }
Expand description

An error while instantiating a module.

This is not a common WebAssembly error, however we need to differentiate from a LinkError (an error @@ -11,7 +11,7 @@

Variants§

A linking ocurred during instantiation.

§

CpuFeature(String)

The module was compiled with a CPU feature that is not available on the current host.

-
§

Start(Trap)

A runtime error occured while invoking the start function

+
§

Start(Trap)

A runtime error occured while invoking the start function

Trait Implementations§

source§

impl Debug for InstantiationError

source§

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

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

impl Display for InstantiationError

source§

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

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

impl Error for InstantiationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata diff --git a/crates/doc/wasmer_compiler/engine/error/enum.LinkError.html b/crates/doc/wasmer_compiler/engine/error/enum.LinkError.html index 6d8c0d6a918..bf621c98223 100644 --- a/crates/doc/wasmer_compiler/engine/error/enum.LinkError.html +++ b/crates/doc/wasmer_compiler/engine/error/enum.LinkError.html @@ -1,14 +1,14 @@ LinkError in wasmer_compiler::engine::error - Rust
pub enum LinkError {
     Import(String, String, ImportError),
-    Trap(Trap),
+    Trap(Trap),
     Resource(String),
 }
Expand description

The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function).

This is based on the link error API.

Variants§

§

Import(String, String, ImportError)

An error occurred when checking the import types.

-
§

Trap(Trap)

A trap ocurred during linking.

+
§

Trap(Trap)

A trap ocurred during linking.

§

Resource(String)

Insufficient resources available for linking.

-

Trait Implementations§

source§

impl Debug for LinkError

source§

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

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

impl Display for LinkError

source§

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

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

impl Error for LinkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for LinkError

source§

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

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

impl Display for LinkError

source§

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

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

impl Error for LinkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_compiler/engine/inner/struct.Engine.html b/crates/doc/wasmer_compiler/engine/inner/struct.Engine.html index 07a365c89ed..61f916f9bbb 100644 --- a/crates/doc/wasmer_compiler/engine/inner/struct.Engine.html +++ b/crates/doc/wasmer_compiler/engine/inner/struct.Engine.html @@ -31,10 +31,10 @@
Important

source

pub fn register_signature( &self, func_type: &FunctionType -) -> VMSharedSignatureIndex

Register a signature

+) -> VMSharedSignatureIndex

Register a signature

source

pub fn lookup_signature( &self, - sig: VMSharedSignatureIndex + sig: VMSharedSignatureIndex ) -> Option<FunctionType>

Lookup a signature

source

pub fn validate(&self, binary: &[u8]) -> Result<(), CompileError>

Validates a WebAssembly module

source

pub fn compile(&self, binary: &[u8]) -> Result<Arc<Artifact>, CompileError>

Compile a WebAssembly binary

@@ -71,7 +71,7 @@
Safety
source

pub fn cloned(&self) -> Self

Clone the engine

source

pub fn set_tunables(&mut self, tunables: impl Tunables + Send + Sync + 'static)

Attach a Tunable to this engine

source

pub fn tunables(&self) -> &dyn Tunables

Get a reference to attached Tunable of this engine

-

Trait Implementations§

source§

impl Clone for Engine

source§

fn clone(&self) -> Engine

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 Engine

source§

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

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

impl From<&Engine> for Engine

source§

fn from(engine_ref: &Self) -> Self

Converts to this type from the input type.
source§

impl From<Box<dyn CompilerConfig, Global>> for Engine

source§

fn from(config: Box<dyn CompilerConfig>) -> Self

Converts to this type from the input type.
source§

impl From<EngineBuilder> for Engine

source§

fn from(engine_builder: EngineBuilder) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Engine

§

impl Send for Engine

§

impl Sync for Engine

§

impl Unpin for Engine

§

impl !UnwindSafe for Engine

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for Engine

source§

fn clone(&self) -> Engine

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 Engine

source§

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

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

impl From<&Engine> for Engine

source§

fn from(engine_ref: &Self) -> Self

Converts to this type from the input type.
source§

impl From<Box<dyn CompilerConfig, Global>> for Engine

source§

fn from(config: Box<dyn CompilerConfig>) -> Self

Converts to this type from the input type.
source§

impl From<EngineBuilder> for Engine

source§

fn from(engine_builder: EngineBuilder) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Engine

§

impl Send for Engine

§

impl Sync for Engine

§

impl Unpin for Engine

§

impl !UnwindSafe for Engine

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_compiler/engine/inner/struct.EngineInner.html b/crates/doc/wasmer_compiler/engine/inner/struct.EngineInner.html index 339a1bfb76f..49512946971 100644 --- a/crates/doc/wasmer_compiler/engine/inner/struct.EngineInner.html +++ b/crates/doc/wasmer_compiler/engine/inner/struct.EngineInner.html @@ -2,13 +2,13 @@ compiler: Option<Box<dyn Compiler>>, features: Features, code_memory: Vec<CodeMemory>, - signatures: SignatureRegistry, + signatures: SignatureRegistry, }
Expand description

The inner contents of Engine

Fields§

§compiler: Option<Box<dyn Compiler>>

The compiler and cpu features

§features: Features

The compiler and cpu features

§code_memory: Vec<CodeMemory>

The code memory is responsible of publishing the compiled functions to memory.

-
§signatures: SignatureRegistry

The signature registry is used mainly to operate with trampolines +

§signatures: SignatureRegistry

The signature registry is used mainly to operate with trampolines performantly.

Implementations§

source§

impl EngineInner

source

pub fn compiler(&self) -> Result<&dyn Compiler, CompileError>

Gets the compiler associated to this engine.

source

pub fn validate(&self, data: &[u8]) -> Result<(), CompileError>

Validate the module

@@ -20,7 +20,7 @@ function_call_trampolines: impl ExactSizeIterator<Item = &'a FunctionBody> + 'a, dynamic_function_trampolines: impl ExactSizeIterator<Item = &'a FunctionBody> + 'a, custom_sections: impl ExactSizeIterator<Item = &'a CustomSection> + Clone + 'a -) -> Result<(PrimaryMap<LocalFunctionIndex, FunctionExtent>, PrimaryMap<SignatureIndex, VMTrampoline>, PrimaryMap<FunctionIndex, FunctionBodyPtr>, PrimaryMap<SectionIndex, SectionBodyPtr>), CompileError>where +) -> Result<(PrimaryMap<LocalFunctionIndex, FunctionExtent>, PrimaryMap<SignatureIndex, VMTrampoline>, PrimaryMap<FunctionIndex, FunctionBodyPtr>, PrimaryMap<SectionIndex, SectionBodyPtr>), CompileError>where FunctionBody: FunctionBodyLike<'a> + 'a, CustomSection: CustomSectionLike<'a> + 'a,

Allocate compiled functions into memory

source

pub(crate) fn publish_compiled_code(&mut self)

Make memory containing compiled code executable.

@@ -28,7 +28,7 @@ &mut self, eh_frame: Option<&[u8]> ) -> Result<(), CompileError>

Register DWARF-type exception handling information associated with the code.

-
source

pub fn signatures(&self) -> &SignatureRegistry

Shared signature registry.

+
source

pub fn signatures(&self) -> &SignatureRegistry

Shared signature registry.

source

pub(crate) fn register_frame_info( &mut self, frame_info: GlobalFrameInfoRegistration diff --git a/crates/doc/wasmer_compiler/engine/link/fn.apply_relocation.html b/crates/doc/wasmer_compiler/engine/link/fn.apply_relocation.html index a9a48eb65b4..d74bd38bf75 100644 --- a/crates/doc/wasmer_compiler/engine/link/fn.apply_relocation.html +++ b/crates/doc/wasmer_compiler/engine/link/fn.apply_relocation.html @@ -2,7 +2,7 @@ body: usize, r: &impl RelocationLike, allocated_functions: &PrimaryMap<LocalFunctionIndex, FunctionExtent>, - allocated_sections: &PrimaryMap<SectionIndex, SectionBodyPtr>, + allocated_sections: &PrimaryMap<SectionIndex, SectionBodyPtr>, libcall_trampolines: SectionIndex, libcall_trampoline_len: usize, riscv_pcrel_hi20s: &mut HashMap<usize, u32> diff --git a/crates/doc/wasmer_compiler/engine/link/fn.link_module.html b/crates/doc/wasmer_compiler/engine/link/fn.link_module.html index 093781e82a9..9c795fb3072 100644 --- a/crates/doc/wasmer_compiler/engine/link/fn.link_module.html +++ b/crates/doc/wasmer_compiler/engine/link/fn.link_module.html @@ -2,7 +2,7 @@ _module: &ModuleInfo, allocated_functions: &PrimaryMap<LocalFunctionIndex, FunctionExtent>, function_relocations: impl Iterator<Item = (LocalFunctionIndex, impl Iterator<Item = &'a (impl RelocationLike + 'a)>)>, - allocated_sections: &PrimaryMap<SectionIndex, SectionBodyPtr>, + allocated_sections: &PrimaryMap<SectionIndex, SectionBodyPtr>, section_relocations: impl Iterator<Item = (SectionIndex, impl Iterator<Item = &'a (impl RelocationLike + 'a)>)>, libcall_trampolines: SectionIndex, trampoline_len: usize diff --git a/crates/doc/wasmer_compiler/engine/resolver/fn.get_extern_type.html b/crates/doc/wasmer_compiler/engine/resolver/fn.get_extern_type.html index 50e62393979..89842bad31f 100644 --- a/crates/doc/wasmer_compiler/engine/resolver/fn.get_extern_type.html +++ b/crates/doc/wasmer_compiler/engine/resolver/fn.get_extern_type.html @@ -1,2 +1,2 @@ -get_extern_type in wasmer_compiler::engine::resolver - Rust
fn get_extern_type(context: &StoreObjects, extern_: &VMExtern) -> ExternType
Expand description

Get an ExternType given an export (and Engine signatures in case is a function).

+get_extern_type in wasmer_compiler::engine::resolver - Rust
fn get_extern_type(context: &StoreObjects, extern_: &VMExtern) -> ExternType
Expand description

Get an ExternType given an export (and Engine signatures in case is a function).

\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/resolver/fn.get_runtime_size.html b/crates/doc/wasmer_compiler/engine/resolver/fn.get_runtime_size.html index 1abd2728ed8..7b9ba43fc33 100644 --- a/crates/doc/wasmer_compiler/engine/resolver/fn.get_runtime_size.html +++ b/crates/doc/wasmer_compiler/engine/resolver/fn.get_runtime_size.html @@ -1 +1 @@ -get_runtime_size in wasmer_compiler::engine::resolver - Rust
fn get_runtime_size(context: &StoreObjects, extern_: &VMExtern) -> Option<u32>
\ No newline at end of file +get_runtime_size in wasmer_compiler::engine::resolver - Rust
fn get_runtime_size(context: &StoreObjects, extern_: &VMExtern) -> Option<u32>
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/resolver/fn.resolve_imports.html b/crates/doc/wasmer_compiler/engine/resolver/fn.resolve_imports.html index 6e323a717b3..432f2c89dd8 100644 --- a/crates/doc/wasmer_compiler/engine/resolver/fn.resolve_imports.html +++ b/crates/doc/wasmer_compiler/engine/resolver/fn.resolve_imports.html @@ -1,11 +1,11 @@ resolve_imports in wasmer_compiler::engine::resolver - Rust
pub fn resolve_imports(
     module: &ModuleInfo,
-    imports: &[VMExtern],
-    context: &StoreObjects,
-    finished_dynamic_function_trampolines: &BoxedSlice<FunctionIndex, FunctionBodyPtr>,
+    imports: &[VMExtern],
+    context: &StoreObjects,
+    finished_dynamic_function_trampolines: &BoxedSlice<FunctionIndex, FunctionBodyPtr>,
     memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>,
     _table_styles: &PrimaryMap<TableIndex, TableStyle>
-) -> Result<Imports, LinkError>
Expand description

This function allows to match all imports of a ModuleInfo with concrete definitions provided by +) -> Result<Imports, LinkError>

Expand description

This function allows to match all imports of a ModuleInfo with concrete definitions provided by a Resolver.

If all imports are satisfied returns an Imports instance required for a module instantiation.

\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/trap/frame_info/struct.FunctionExtent.html b/crates/doc/wasmer_compiler/engine/trap/frame_info/struct.FunctionExtent.html index edea4305de3..af9c2b66af5 100644 --- a/crates/doc/wasmer_compiler/engine/trap/frame_info/struct.FunctionExtent.html +++ b/crates/doc/wasmer_compiler/engine/trap/frame_info/struct.FunctionExtent.html @@ -1,9 +1,9 @@ FunctionExtent in wasmer_compiler::engine::trap::frame_info - Rust
#[repr(C)]
pub struct FunctionExtent { - pub ptr: FunctionBodyPtr, + pub ptr: FunctionBodyPtr, pub length: usize, }
Expand description

Represents a continuous region of executable memory starting with a function entry point.

-

Fields§

§ptr: FunctionBodyPtr

Entry point for normal entry of the function. All addresses in the +

Fields§

§ptr: FunctionBodyPtr

Entry point for normal entry of the function. All addresses in the function lie after this address.

§length: usize

Length in bytes.

Trait Implementations§

source§

impl Debug for FunctionExtent

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere diff --git a/crates/doc/wasmer_compiler/engine/trap/stack/fn.get_trace_and_trapcode.html b/crates/doc/wasmer_compiler/engine/trap/stack/fn.get_trace_and_trapcode.html index f12180355c6..59010099311 100644 --- a/crates/doc/wasmer_compiler/engine/trap/stack/fn.get_trace_and_trapcode.html +++ b/crates/doc/wasmer_compiler/engine/trap/stack/fn.get_trace_and_trapcode.html @@ -1,2 +1,2 @@ -get_trace_and_trapcode in wasmer_compiler::engine::trap::stack - Rust
pub fn get_trace_and_trapcode(trap: &Trap) -> (Vec<FrameInfo>, Option<TrapCode>)
Expand description

Given a Trap, this function returns the Wasm trace and the trap code.

+get_trace_and_trapcode in wasmer_compiler::engine::trap::stack - Rust
pub fn get_trace_and_trapcode(trap: &Trap) -> (Vec<FrameInfo>, Option<TrapCode>)
Expand description

Given a Trap, this function returns the Wasm trace and the trap code.

\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/tunables/struct.BaseTunables.html b/crates/doc/wasmer_compiler/engine/tunables/struct.BaseTunables.html index be720ea35de..5ed3c6806ad 100644 --- a/crates/doc/wasmer_compiler/engine/tunables/struct.BaseTunables.html +++ b/crates/doc/wasmer_compiler/engine/tunables/struct.BaseTunables.html @@ -19,13 +19,13 @@ &self, ty: &MemoryType, style: &MemoryStyle -) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].

+) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].

source§

unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> -) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle].

+ vm_definition_location: NonNull<VMMemoryDefinition> +) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle].

Safety
  • vm_definition_location must point to a valid, owned VMMemoryDefinition, @@ -35,36 +35,36 @@
    Safety
    &self, ty: &TableType, style: &TableStyle -) -> Result<VMTable, String>

    Create a table owned by the host given a [TableType] and a [TableStyle].

    +) -> Result<VMTable, String>

    Create a table owned by the host given a [TableType] and a [TableStyle].

source§

unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> -) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle].

+ vm_definition_location: NonNull<VMTableDefinition> +) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle].

Safety
  • vm_definition_location must point to a valid, owned VMTableDefinition, for example in VMContext.
-
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( +

source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] -) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( + memory_definition_locations: &[NonNull<VMMemoryDefinition>] +) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] -) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( + table_definition_locations: &[NonNull<VMTableDefinition>] +) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo -) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, -with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables +) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>
Allocate memory for just the globals of the current module, +with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables Currently, VMConfig have optional Stack size If wasm_stack_size is left to None (the default value) then the global stack size will be use diff --git a/crates/doc/wasmer_compiler/engine/tunables/trait.Tunables.html b/crates/doc/wasmer_compiler/engine/tunables/trait.Tunables.html index 9035952aac8..6daeb2d702c 100644 --- a/crates/doc/wasmer_compiler/engine/tunables/trait.Tunables.html +++ b/crates/doc/wasmer_compiler/engine/tunables/trait.Tunables.html @@ -6,47 +6,47 @@ &self, ty: &MemoryType, style: &MemoryStyle - ) -> Result<VMMemory, MemoryError>; + ) -> Result<VMMemory, MemoryError>; unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> - ) -> Result<VMMemory, MemoryError>; + vm_definition_location: NonNull<VMMemoryDefinition> + ) -> Result<VMMemory, MemoryError>; fn create_host_table( &self, ty: &TableType, style: &TableStyle - ) -> Result<VMTable, String>; + ) -> Result<VMTable, String>; unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> - ) -> Result<VMTable, String>; + vm_definition_location: NonNull<VMTableDefinition> + ) -> Result<VMTable, String>; // Provided methods - fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String> { ... } + fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String> { ... } unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] - ) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError> { ... } + memory_definition_locations: &[NonNull<VMMemoryDefinition>] + ) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError> { ... } unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] - ) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError> { ... } + table_definition_locations: &[NonNull<VMTableDefinition>] + ) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError> { ... } fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo - ) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError> { ... } - fn vmconfig(&self) -> &VMConfig { ... } + ) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError> { ... } + fn vmconfig(&self) -> &VMConfig { ... } }
Expand description

An engine delegates the creation of memories, tables, and globals to a foreign implementor of this trait.

Required Methods§

source

fn memory_style(&self, memory: &MemoryType) -> MemoryStyle

Construct a MemoryStyle for the provided MemoryType

@@ -55,13 +55,13 @@ &self, ty: &MemoryType, style: &MemoryStyle -) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].

+) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].

source

unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> -) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle].

+ vm_definition_location: NonNull<VMMemoryDefinition> +) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle].

Safety
  • vm_definition_location must point to a valid location in VM memory.
  • @@ -70,45 +70,45 @@
    Safety
    &self, ty: &TableType, style: &TableStyle -) -> Result<VMTable, String>

    Create a table owned by the host given a [TableType] and a [TableStyle].

    +) -> Result<VMTable, String>

    Create a table owned by the host given a [TableType] and a [TableStyle].

source

unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> -) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle].

+ vm_definition_location: NonNull<VMTableDefinition> +) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle].

Safety
  • vm_definition_location must point to a valid location in VM memory.
-

Provided Methods§

source

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.

+

Provided Methods§

source

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.

source

unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] -) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module.

+ memory_definition_locations: &[NonNull<VMMemoryDefinition>] +) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module.

Safety
  • memory_definition_locations must point to a valid locations in VM memory.
source

unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] -) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module.

+ table_definition_locations: &[NonNull<VMTableDefinition>] +) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module.

Safety

To be done

source

fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo -) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, +) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, with initializers applied.

-
source

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables +

source

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables Currently, VMConfig have optional Stack size If wasm_stack_size is left to None (the default value) then the global stack size will be use @@ -118,38 +118,38 @@

Safety
&self, ty: &MemoryType, style: &MemoryStyle -) -> Result<VMMemory, MemoryError>
Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].
source§

unsafe fn create_vm_memory( +) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].
source§

unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> -) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle]. Read more
source§

fn create_host_table( + vm_definition_location: NonNull<VMMemoryDefinition> +) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle]. Read more
source§

fn create_host_table( &self, ty: &TableType, style: &TableStyle -) -> Result<VMTable, String>

Create a table owned by the host given a [TableType] and a [TableStyle].
source§

unsafe fn create_vm_table( +) -> Result<VMTable, String>

Create a table owned by the host given a [TableType] and a [TableStyle].
source§

unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> -) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle]. Read more
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( + vm_definition_location: NonNull<VMTableDefinition> +) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle]. Read more
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] -) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( + memory_definition_locations: &[NonNull<VMMemoryDefinition>] +) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] -) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( + table_definition_locations: &[NonNull<VMTableDefinition>] +) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo -) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, -with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables +) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>
Allocate memory for just the globals of the current module, +with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables Currently, VMConfig have optional Stack size If wasm_stack_size is left to None (the default value) then the global stack size will be use diff --git a/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.__deregister_frame.html b/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.__deregister_frame.html index 180709c979a..72a3bc0f6fa 100644 --- a/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.__deregister_frame.html +++ b/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.__deregister_frame.html @@ -1 +1 @@ -__deregister_frame in wasmer_compiler::engine::unwind::systemv - Rust
unsafe extern "C" fn __deregister_frame(fde: *const u8)
\ No newline at end of file +__deregister_frame in wasmer_compiler::engine::unwind::systemv - Rust
unsafe extern "C" fn __deregister_frame(fde: *const u8)
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.__register_frame.html b/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.__register_frame.html index b8bea768bcd..9b8a64cf88b 100644 --- a/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.__register_frame.html +++ b/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.__register_frame.html @@ -1 +1 @@ -__register_frame in wasmer_compiler::engine::unwind::systemv - Rust
unsafe extern "C" fn __register_frame(fde: *const u8)
\ No newline at end of file +__register_frame in wasmer_compiler::engine::unwind::systemv - Rust
unsafe extern "C" fn __register_frame(fde: *const u8)
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.using_libunwind.html b/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.using_libunwind.html new file mode 100644 index 00000000000..42e1ba65928 --- /dev/null +++ b/crates/doc/wasmer_compiler/engine/unwind/systemv/fn.using_libunwind.html @@ -0,0 +1,15 @@ +using_libunwind in wasmer_compiler::engine::unwind::systemv - Rust
fn using_libunwind() -> bool
Expand description

There are two primary unwinders on Unix platforms: libunwind and libgcc.

+

Unfortunately their interface to __register_frame is different. The +libunwind library takes a pointer to an individual FDE while libgcc takes a +null-terminated list of FDEs. This means we need to know what unwinder +is being used at runtime.

+

This detection is done currently by looking for a libunwind-specific symbol. +This specific symbol was somewhat recommended by LLVM’s +“RTDyldMemoryManager.cpp” file which says:

+
+

We use the presence of __unw_add_dynamic_fde to detect libunwind.

+
+

I’ll note that there’s also a different libunwind project at +https://www.nongnu.org/libunwind/ but that doesn’t appear to have +__register_frame so I don’t think that interacts with this.

+
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/unwind/systemv/index.html b/crates/doc/wasmer_compiler/engine/unwind/systemv/index.html index 776ea00488d..eca4f4ba0af 100644 --- a/crates/doc/wasmer_compiler/engine/unwind/systemv/index.html +++ b/crates/doc/wasmer_compiler/engine/unwind/systemv/index.html @@ -1,2 +1,2 @@ -wasmer_compiler::engine::unwind::systemv - Rust
Expand description

Module for System V ABI unwind registry.

-

Structs

  • Represents a registry of function unwind information for System V ABI.

Functions

\ No newline at end of file +wasmer_compiler::engine::unwind::systemv - Rust
Expand description

Module for System V ABI unwind registry.

+

Structs

  • Represents a registry of function unwind information for System V ABI.

Functions

\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/unwind/systemv/sidebar-items.js b/crates/doc/wasmer_compiler/engine/unwind/systemv/sidebar-items.js index 7dfd6166877..b9d59535646 100644 --- a/crates/doc/wasmer_compiler/engine/unwind/systemv/sidebar-items.js +++ b/crates/doc/wasmer_compiler/engine/unwind/systemv/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"fn":["__deregister_frame","__register_frame"],"struct":["UnwindRegistry"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"fn":["__deregister_frame","__register_frame","using_libunwind"],"struct":["UnwindRegistry"]}; \ No newline at end of file diff --git a/crates/doc/wasmer_compiler/engine/unwind/systemv/struct.UnwindRegistry.html b/crates/doc/wasmer_compiler/engine/unwind/systemv/struct.UnwindRegistry.html index e7ce3cade4b..3a4d343b550 100644 --- a/crates/doc/wasmer_compiler/engine/unwind/systemv/struct.UnwindRegistry.html +++ b/crates/doc/wasmer_compiler/engine/unwind/systemv/struct.UnwindRegistry.html @@ -1,17 +1,17 @@ -UnwindRegistry in wasmer_compiler::engine::unwind::systemv - Rust
pub struct UnwindRegistry {
+UnwindRegistry in wasmer_compiler::engine::unwind::systemv - Rust
pub struct UnwindRegistry {
     registrations: Vec<usize>,
     published: bool,
 }
Expand description

Represents a registry of function unwind information for System V ABI.

-

Fields§

§registrations: Vec<usize>§published: bool

Implementations§

source§

impl UnwindRegistry

source

pub fn new() -> Self

Creates a new unwind registry with the given base address.

-
source

pub fn register( +

Fields§

§registrations: Vec<usize>§published: bool

Implementations§

source§

impl UnwindRegistry

source

pub fn new() -> Self

Creates a new unwind registry with the given base address.

+
source

pub fn register( &mut self, _base_address: usize, _func_start: u32, _func_len: u32, info: &CompiledFunctionUnwindInfoReference<'_> ) -> Result<(), String>

Registers a function given the start offset, length, and unwind information.

-
source

pub fn publish(&mut self, eh_frame: Option<&[u8]>) -> Result<(), String>

Publishes all registered functions.

-
source

unsafe fn register_frames(&mut self, eh_frame: &[u8])

Trait Implementations§

source§

impl Drop for UnwindRegistry

source§

fn drop(&mut self)

Executes the destructor for this type. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

source

pub fn publish(&mut self, eh_frame: Option<&[u8]>) -> Result<(), String>

Publishes all registered functions.

+
source

unsafe fn register_frames(&mut self, eh_frame: &[u8])

Trait Implementations§

source§

impl Drop for UnwindRegistry

source§

fn drop(&mut self)

Executes the destructor for this type. Read more

Auto Trait Implementations§

§

impl RefUnwindSafe for UnwindRegistry

§

impl Send for UnwindRegistry

§

impl Sync for UnwindRegistry

§

impl Unpin for UnwindRegistry

§

impl UnwindSafe for UnwindRegistry

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_compiler/enum.InstantiationError.html b/crates/doc/wasmer_compiler/enum.InstantiationError.html index 4c2ee049b39..615669ff405 100644 --- a/crates/doc/wasmer_compiler/enum.InstantiationError.html +++ b/crates/doc/wasmer_compiler/enum.InstantiationError.html @@ -1,7 +1,7 @@ InstantiationError in wasmer_compiler - Rust
pub enum InstantiationError {
     Link(LinkError),
     CpuFeature(String),
-    Start(Trap),
+    Start(Trap),
 }
Expand description

An error while instantiating a module.

This is not a common WebAssembly error, however we need to differentiate from a LinkError (an error @@ -11,7 +11,7 @@

Variants§

A linking ocurred during instantiation.

§

CpuFeature(String)

The module was compiled with a CPU feature that is not available on the current host.

-
§

Start(Trap)

A runtime error occured while invoking the start function

+
§

Start(Trap)

A runtime error occured while invoking the start function

Trait Implementations§

source§

impl Debug for InstantiationError

source§

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

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

impl Display for InstantiationError

source§

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

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

impl Error for InstantiationError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata diff --git a/crates/doc/wasmer_compiler/enum.LinkError.html b/crates/doc/wasmer_compiler/enum.LinkError.html index 28161825103..faacf485cb2 100644 --- a/crates/doc/wasmer_compiler/enum.LinkError.html +++ b/crates/doc/wasmer_compiler/enum.LinkError.html @@ -1,14 +1,14 @@ LinkError in wasmer_compiler - Rust
pub enum LinkError {
     Import(String, String, ImportError),
-    Trap(Trap),
+    Trap(Trap),
     Resource(String),
 }
Expand description

The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function).

This is based on the link error API.

Variants§

§

Import(String, String, ImportError)

An error occurred when checking the import types.

-
§

Trap(Trap)

A trap ocurred during linking.

+
§

Trap(Trap)

A trap ocurred during linking.

§

Resource(String)

Insufficient resources available for linking.

-

Trait Implementations§

source§

impl Debug for LinkError

source§

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

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

impl Display for LinkError

source§

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

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

impl Error for LinkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Debug for LinkError

source§

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

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

impl Display for LinkError

source§

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

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

impl Error for LinkError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_compiler/fn.get_trace_and_trapcode.html b/crates/doc/wasmer_compiler/fn.get_trace_and_trapcode.html index d35bc18e9aa..3f5004f5476 100644 --- a/crates/doc/wasmer_compiler/fn.get_trace_and_trapcode.html +++ b/crates/doc/wasmer_compiler/fn.get_trace_and_trapcode.html @@ -1,2 +1,2 @@ -get_trace_and_trapcode in wasmer_compiler - Rust
pub fn get_trace_and_trapcode(trap: &Trap) -> (Vec<FrameInfo>, Option<TrapCode>)
Expand description

Given a Trap, this function returns the Wasm trace and the trap code.

+get_trace_and_trapcode in wasmer_compiler - Rust
pub fn get_trace_and_trapcode(trap: &Trap) -> (Vec<FrameInfo>, Option<TrapCode>)
Expand description

Given a Trap, this function returns the Wasm trace and the trap code.

\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/fn.link_module.html b/crates/doc/wasmer_compiler/fn.link_module.html index 58dc9c69c7e..90fd1aab2da 100644 --- a/crates/doc/wasmer_compiler/fn.link_module.html +++ b/crates/doc/wasmer_compiler/fn.link_module.html @@ -2,7 +2,7 @@ _module: &ModuleInfo, allocated_functions: &PrimaryMap<LocalFunctionIndex, FunctionExtent>, function_relocations: impl Iterator<Item = (LocalFunctionIndex, impl Iterator<Item = &'a (impl RelocationLike + 'a)>)>, - allocated_sections: &PrimaryMap<SectionIndex, SectionBodyPtr>, + allocated_sections: &PrimaryMap<SectionIndex, SectionBodyPtr>, section_relocations: impl Iterator<Item = (SectionIndex, impl Iterator<Item = &'a (impl RelocationLike + 'a)>)>, libcall_trampolines: SectionIndex, trampoline_len: usize diff --git a/crates/doc/wasmer_compiler/fn.resolve_imports.html b/crates/doc/wasmer_compiler/fn.resolve_imports.html index 73cbef0e22c..0a84858e224 100644 --- a/crates/doc/wasmer_compiler/fn.resolve_imports.html +++ b/crates/doc/wasmer_compiler/fn.resolve_imports.html @@ -1,11 +1,11 @@ resolve_imports in wasmer_compiler - Rust
pub fn resolve_imports(
     module: &ModuleInfo,
-    imports: &[VMExtern],
-    context: &StoreObjects,
-    finished_dynamic_function_trampolines: &BoxedSlice<FunctionIndex, FunctionBodyPtr>,
+    imports: &[VMExtern],
+    context: &StoreObjects,
+    finished_dynamic_function_trampolines: &BoxedSlice<FunctionIndex, FunctionBodyPtr>,
     memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>,
     _table_styles: &PrimaryMap<TableIndex, TableStyle>
-) -> Result<Imports, LinkError>
Expand description

This function allows to match all imports of a ModuleInfo with concrete definitions provided by +) -> Result<Imports, LinkError>

Expand description

This function allows to match all imports of a ModuleInfo with concrete definitions provided by a Resolver.

If all imports are satisfied returns an Imports instance required for a module instantiation.

\ No newline at end of file diff --git a/crates/doc/wasmer_compiler/lib/std/boxed/struct.Box.html b/crates/doc/wasmer_compiler/lib/std/boxed/struct.Box.html index 17107b51f90..438c3b0a7aa 100644 --- a/crates/doc/wasmer_compiler/lib/std/boxed/struct.Box.html +++ b/crates/doc/wasmer_compiler/lib/std/boxed/struct.Box.html @@ -839,7 +839,7 @@
Example
let unique: Box<str> = Box::from("eggplant");
 let shared: Arc<str> = Arc::from(unique);
 assert_eq!("eggplant", &shared[..]);
-

source§

impl From<Box<dyn CompilerConfig, Global>> for Engine

source§

fn from(config: Box<dyn CompilerConfig>) -> Self

Converts to this type from the input type.
1.19.0 · source§

impl<A> From<Box<str, A>> for Box<[u8], A>where +

source§

impl From<Box<dyn CompilerConfig, Global>> for Engine

source§

fn from(config: Box<dyn CompilerConfig>) -> Self

Converts to this type from the input type.
1.19.0 · source§

impl<A> From<Box<str, A>> for Box<[u8], A>where A: Allocator,

source§

fn from(s: Box<str, A>) -> Box<[u8], A>

Converts a Box<str> into a Box<[u8]>

This conversion does not allocate on the heap and happens in place.

Examples
@@ -994,7 +994,7 @@
Examples
assert_eq!(Box::from(x), boxed);

source§

impl<T> From<T> for Box<dyn CompilerConfig + 'static>where - T: CompilerConfig + 'static,

source§

fn from(other: T) -> Self

Converts to this type from the input type.
1.20.0 · source§

impl<T, A> From<Vec<T, A>> for Box<[T], A>where + T: CompilerConfig + 'static,

source§

fn from(other: T) -> Self

Converts to this type from the input type.
1.20.0 · source§

impl<T, A> From<Vec<T, A>> for Box<[T], A>where A: Allocator,

source§

fn from(v: Vec<T, A>) -> Box<[T], A>

Convert a vector into a boxed slice.

If v has excess capacity, its items will be moved into a newly-allocated buffer with exactly the right capacity.

@@ -1305,38 +1305,38 @@
Examples
&self, ty: &MemoryType, style: &MemoryStyle -) -> Result<VMMemory, MemoryError>
Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].
source§

unsafe fn create_vm_memory( +) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].
source§

unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> -) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle]. Read more
source§

fn create_host_table( + vm_definition_location: NonNull<VMMemoryDefinition> +) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle]. Read more
source§

fn create_host_table( &self, ty: &TableType, style: &TableStyle -) -> Result<VMTable, String>

Create a table owned by the host given a [TableType] and a [TableStyle].
source§

unsafe fn create_vm_table( +) -> Result<VMTable, String>

Create a table owned by the host given a [TableType] and a [TableStyle].
source§

unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> -) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle]. Read more
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( + vm_definition_location: NonNull<VMTableDefinition> +) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle]. Read more
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] -) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( + memory_definition_locations: &[NonNull<VMMemoryDefinition>] +) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] -) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( + table_definition_locations: &[NonNull<VMTableDefinition>] +) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo -) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, -with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables +) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>
Allocate memory for just the globals of the current module, +with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables Currently, VMConfig have optional Stack size If wasm_stack_size is left to None (the default value) then the global stack size will be use diff --git a/crates/doc/wasmer_compiler/lib/std/fmt/trait.Debug.html b/crates/doc/wasmer_compiler/lib/std/fmt/trait.Debug.html index 0efb2bafe10..180e80eefbb 100644 --- a/crates/doc/wasmer_compiler/lib/std/fmt/trait.Debug.html +++ b/crates/doc/wasmer_compiler/lib/std/fmt/trait.Debug.html @@ -103,8 +103,8 @@
Examples
1.987, 2.983, )");
-

Implementors§

source§

impl Debug for MmapType

source§

impl Debug for TableElement

source§

impl Debug for WaiterError

source§

impl Debug for Trap

source§

impl Debug for VMFunctionKind

§

impl Debug for ImportError

source§

impl Debug for InstantiationError

source§

impl Debug for LinkError

source§

impl Debug for FrameInfosVariant

source§

impl Debug for TryReserveErrorKind

source§

impl Debug for SearchStep

source§

impl Debug for wasmer_compiler::lib::std::sync::atomic::Ordering

1.12.0 · source§

impl Debug for RecvTimeoutError

source§

impl Debug for TryRecvError

1.28.0 · source§

impl Debug for wasmer_compiler::lib::std::fmt::Alignment

source§

impl Debug for AsciiChar

source§

impl Debug for core::cmp::Ordering

1.34.0 · source§

impl Debug for core::convert::Infallible

source§

impl Debug for Which

1.16.0 · source§

impl Debug for c_void

1.7.0 · source§

impl Debug for IpAddr

source§

impl Debug for Ipv6MulticastScope

source§

impl Debug for core::net::socket_addr::SocketAddr

source§

impl Debug for FpCategory

1.55.0 · source§

impl Debug for IntErrorKind

1.65.0 · source§

impl Debug for BacktraceStatus

source§

impl Debug for VarError

source§

impl Debug for std::io::SeekFrom

source§

impl Debug for std::io::error::ErrorKind

source§

impl Debug for Shutdown

source§

impl Debug for AncillaryError

source§

impl Debug for BacktraceStyle

source§

impl Debug for _Unwind_Reason_Code

source§

impl Debug for FlushCompress

source§

impl Debug for FlushDecompress

source§

impl Debug for Status

source§

impl Debug for FromHexError

source§

impl Debug for log::Level

source§

impl Debug for LevelFilter

source§

impl Debug for Always

source§

impl Debug for OnSuccess

source§

impl Debug for OnUnwind

source§

impl Debug for Op

source§

impl Debug for serde_json::error::Category

source§

impl Debug for serde_json::value::Value

source§

impl Debug for serde_yaml::value::Value

source§

impl Debug for Unpacked

source§

impl Debug for EntryType

source§

impl Debug for HeaderMode

source§

impl Debug for yaml_break_t

source§

impl Debug for yaml_emitter_state_t

source§

impl Debug for yaml_encoding_t

source§

impl Debug for yaml_error_type_t

source§

impl Debug for yaml_event_type_t

source§

impl Debug for yaml_mapping_style_t

source§

impl Debug for yaml_node_type_t

source§

impl Debug for yaml_parser_state_t

source§

impl Debug for yaml_scalar_style_t

source§

impl Debug for yaml_sequence_style_t

source§

impl Debug for yaml_token_type_t

source§

impl Debug for Origin

source§

impl Debug for url::parser::ParseError

source§

impl Debug for SyntaxViolation

source§

impl Debug for url::slicing::Position

source§

impl Debug for Variant

source§

impl Debug for uuid::Version

source§

impl Debug for bool

source§

impl Debug for char

source§

impl Debug for f32

source§

impl Debug for f64

source§

impl Debug for i8

source§

impl Debug for i16

source§

impl Debug for i32

source§

impl Debug for i64

source§

impl Debug for i128

source§

impl Debug for isize

source§

impl Debug for !

source§

impl Debug for str

source§

impl Debug for u8

source§

impl Debug for u16

source§

impl Debug for u32

source§

impl Debug for u64

source§

impl Debug for u128

source§

impl Debug for ()

source§

impl Debug for usize

source§

impl Debug for VMFunction

source§

impl Debug for VMExternObj

source§

impl Debug for VMExternRef

source§

impl Debug for VMFunctionEnvironment

source§

impl Debug for VMGlobal

source§

impl Debug for VMInstance

source§

impl Debug for VMMemory

source§

impl Debug for VMOwnedMemory

source§

impl Debug for VMSharedMemory

source§

impl Debug for wasmer_vm::mmap::Mmap

source§

impl Debug for SignatureRegistry

source§

impl Debug for StoreObjects

source§

impl Debug for FunctionBodyPtr

source§

impl Debug for SectionBodyPtr

source§

impl Debug for VMFuncRef

source§

impl Debug for VMTable

source§

impl Debug for NotifyLocation

source§

impl Debug for ThreadConditions

source§

impl Debug for VMCallerCheckedAnyfunc

source§

impl Debug for VMContext

source§

impl Debug for VMFunctionImport

source§

impl Debug for VMGlobalDefinition

source§

impl Debug for VMMemoryDefinition

source§

impl Debug for VMSharedSignatureIndex

source§

impl Debug for VMTableDefinition

source§

impl Debug for ArtifactBuildFromArchive

source§

impl Debug for ArtifactBuildFromArchiveCell

source§

impl Debug for Artifact

source§

impl Debug for ArtifactId

source§

impl Debug for Engine

source§

impl Debug for EngineId

source§

impl Debug for FunctionExtent

source§

impl Debug for FunctionInfo

source§

impl Debug for ModuleInfoFrameInfo

§

impl Debug for Features

source§

impl Debug for ModuleTranslationState

1.13.0 · source§

impl Debug for DefaultHasher

1.16.0 · source§

impl Debug for wasmer_compiler::lib::std::collections::hash_map::RandomState

1.57.0 · source§

impl Debug for wasmer_compiler::lib::std::collections::TryReserveError

1.38.0 · source§

impl Debug for wasmer_compiler::lib::std::str::Chars<'_>

1.17.0 · source§

impl Debug for EncodeUtf16<'_>

source§

impl Debug for ParseBoolError

source§

impl Debug for wasmer_compiler::lib::std::str::Utf8Chunks<'_>

source§

impl Debug for wasmer_compiler::lib::std::str::Utf8Error

1.17.0 · source§

impl Debug for wasmer_compiler::lib::std::string::Drain<'_>

source§

impl Debug for wasmer_compiler::lib::std::string::FromUtf8Error

source§

impl Debug for FromUtf16Error

source§

impl Debug for String

1.3.0 · source§

impl Debug for AtomicBool

1.34.0 · source§

impl Debug for AtomicI8

1.34.0 · source§

impl Debug for AtomicI16

1.34.0 · source§

impl Debug for AtomicI32

1.34.0 · source§

impl Debug for AtomicI64

1.3.0 · source§

impl Debug for AtomicIsize

1.34.0 · source§

impl Debug for AtomicU8

1.34.0 · source§

impl Debug for AtomicU16

1.34.0 · source§

impl Debug for AtomicU32

1.34.0 · source§

impl Debug for AtomicU64

1.3.0 · source§

impl Debug for AtomicUsize

source§

impl Debug for RecvError

1.16.0 · source§

impl Debug for Barrier

1.16.0 · source§

impl Debug for BarrierWaitResult

1.16.0 · source§

impl Debug for Condvar

1.16.0 · source§

impl Debug for wasmer_compiler::lib::std::sync::Once

1.16.0 · source§

impl Debug for OnceState

1.5.0 · source§

impl Debug for WaitTimeoutResult

source§

impl Debug for alloc::alloc::Global

source§

impl Debug for CString

1.64.0 · source§

impl Debug for FromVecWithNulError

1.64.0 · source§

impl Debug for IntoStringError

1.64.0 · source§

impl Debug for NulError

1.28.0 · source§

impl Debug for Layout

1.50.0 · source§

impl Debug for LayoutError

source§

impl Debug for core::alloc::AllocError

source§

impl Debug for TypeId

1.34.0 · source§

impl Debug for core::array::TryFromSliceError

1.16.0 · source§

impl Debug for core::ascii::EscapeDefault

1.13.0 · source§

impl Debug for BorrowError

1.13.0 · source§

impl Debug for BorrowMutError

1.34.0 · source§

impl Debug for CharTryFromError

1.20.0 · source§

impl Debug for ParseCharError

1.9.0 · source§

impl Debug for DecodeUtf16Error

1.20.0 · source§

impl Debug for core::char::EscapeDebug

source§

impl Debug for core::char::EscapeDefault

source§

impl Debug for core::char::EscapeUnicode

source§

impl Debug for ToLowercase

source§

impl Debug for ToUppercase

1.59.0 · source§

impl Debug for TryFromCharError

1.27.0 · source§

impl Debug for CpuidResult

1.27.0 · source§

impl Debug for __m128

source§

impl Debug for __m128bh

1.27.0 · source§

impl Debug for __m128d

1.27.0 · source§

impl Debug for __m128i

1.27.0 · source§

impl Debug for __m256

source§

impl Debug for __m256bh

1.27.0 · source§

impl Debug for __m256d

1.27.0 · source§

impl Debug for __m256i

1.74.1 · source§

impl Debug for __m512

source§

impl Debug for __m512bh

1.74.1 · source§

impl Debug for __m512d

1.74.1 · source§

impl Debug for __m512i

1.3.0 · source§

impl Debug for CStr

1.69.0 · source§

impl Debug for FromBytesUntilNulError

1.64.0 · source§

impl Debug for FromBytesWithNulError

source§

impl Debug for SipHasher

1.33.0 · source§

impl Debug for PhantomPinned

source§

impl Debug for Assume

source§

impl Debug for Ipv4Addr

source§

impl Debug for Ipv6Addr

source§

impl Debug for AddrParseError

source§

impl Debug for SocketAddrV4

source§

impl Debug for SocketAddrV6

source§

impl Debug for ParseFloatError

source§

impl Debug for ParseIntError

1.34.0 · source§

impl Debug for TryFromIntError

1.34.0 · source§

impl Debug for NonZeroI8

1.34.0 · source§

impl Debug for NonZeroI16

1.34.0 · source§

impl Debug for NonZeroI32

1.34.0 · source§

impl Debug for NonZeroI64

1.34.0 · source§

impl Debug for NonZeroI128

1.34.0 · source§

impl Debug for NonZeroIsize

1.28.0 · source§

impl Debug for NonZeroU8

1.28.0 · source§

impl Debug for NonZeroU16

1.28.0 · source§

impl Debug for NonZeroU32

1.28.0 · source§

impl Debug for NonZeroU64

1.28.0 · source§

impl Debug for NonZeroU128

1.28.0 · source§

impl Debug for NonZeroUsize

source§

impl Debug for RangeFull

source§

impl Debug for core::ptr::alignment::Alignment

source§

impl Debug for TimSortRun

1.36.0 · source§

impl Debug for Context<'_>

1.36.0 · source§

impl Debug for RawWaker

1.36.0 · source§

impl Debug for RawWakerVTable

1.36.0 · source§

impl Debug for Waker

1.27.0 · source§

impl Debug for Duration

1.66.0 · source§

impl Debug for TryFromFloatSecsError

1.28.0 · source§

impl Debug for System

1.65.0 · source§

impl Debug for std::backtrace::Backtrace

source§

impl Debug for std::backtrace::BacktraceFrame

1.16.0 · source§

impl Debug for Args

1.16.0 · source§

impl Debug for ArgsOs

source§

impl Debug for JoinPathsError

1.16.0 · source§

impl Debug for SplitPaths<'_>

1.16.0 · source§

impl Debug for Vars

1.16.0 · source§

impl Debug for VarsOs

source§

impl Debug for OsStr

source§

impl Debug for OsString

1.6.0 · source§

impl Debug for DirBuilder

1.13.0 · source§

impl Debug for std::fs::DirEntry

source§

impl Debug for std::fs::File

source§

impl Debug for FileTimes

1.1.0 · source§

impl Debug for std::fs::FileType

1.16.0 · source§

impl Debug for std::fs::Metadata

source§

impl Debug for OpenOptions

source§

impl Debug for Permissions

source§

impl Debug for ReadDir

1.56.0 · source§

impl Debug for WriterPanicked

source§

impl Debug for std::io::error::Error

source§

impl Debug for BorrowedBuf<'_>

1.16.0 · source§

impl Debug for Stderr

1.16.0 · source§

impl Debug for StderrLock<'_>

1.16.0 · source§

impl Debug for Stdin

1.16.0 · source§

impl Debug for StdinLock<'_>

1.16.0 · source§

impl Debug for Stdout

1.16.0 · source§

impl Debug for StdoutLock<'_>

source§

impl Debug for std::io::util::Empty

1.16.0 · source§

impl Debug for std::io::util::Repeat

source§

impl Debug for Sink

source§

impl Debug for IntoIncoming

source§

impl Debug for TcpListener

source§

impl Debug for TcpStream

source§

impl Debug for UdpSocket

1.63.0 · source§

impl Debug for BorrowedFd<'_>

1.63.0 · source§

impl Debug for OwnedFd

source§

impl Debug for PidFd

1.10.0 · source§

impl Debug for std::os::unix::net::addr::SocketAddr

1.10.0 · source§

impl Debug for UnixDatagram

1.10.0 · source§

impl Debug for UnixListener

1.10.0 · source§

impl Debug for UnixStream

source§

impl Debug for UCred

1.13.0 · source§

impl Debug for Components<'_>

source§

impl Debug for Display<'_>

1.13.0 · source§

impl Debug for std::path::Iter<'_>

source§

impl Debug for Path

source§

impl Debug for PathBuf

1.7.0 · source§

impl Debug for StripPrefixError

1.16.0 · source§

impl Debug for Child

1.16.0 · source§

impl Debug for ChildStderr

1.16.0 · source§

impl Debug for ChildStdin

1.16.0 · source§

impl Debug for ChildStdout

source§

impl Debug for std::process::Command

1.61.0 · source§

impl Debug for ExitCode

source§

impl Debug for ExitStatus

source§

impl Debug for ExitStatusError

1.7.0 · source§

impl Debug for Output

1.16.0 · source§

impl Debug for Stdio

1.26.0 · source§

impl Debug for AccessError

1.63.0 · source§

impl Debug for std::thread::scoped::Scope<'_, '_>

source§

impl Debug for std::thread::Builder

source§

impl Debug for Thread

1.19.0 · source§

impl Debug for ThreadId

1.8.0 · source§

impl Debug for Instant

1.8.0 · source§

impl Debug for SystemTime

1.8.0 · source§

impl Debug for SystemTimeError

source§

impl Debug for Adler32

source§

impl Debug for anyhow::Error

source§

impl Debug for Crc

source§

impl Debug for GzBuilder

source§

impl Debug for GzHeader

source§

impl Debug for Compress

source§

impl Debug for CompressError

source§

impl Debug for Decompress

source§

impl Debug for flate2::mem::DecompressError

source§

impl Debug for Compression

source§

impl Debug for getrandom::error::Error

source§

impl Debug for bf16

source§

impl Debug for f16

source§

impl Debug for ParseLevelError

source§

impl Debug for SetLoggerError

source§

impl Debug for semver::parse::Error

source§

impl Debug for BuildMetadata

source§

impl Debug for Comparator

source§

impl Debug for Prerelease

source§

impl Debug for semver::Version

source§

impl Debug for VersionReq

source§

impl Debug for IgnoredAny

source§

impl Debug for serde::de::value::Error

source§

impl Debug for ByteBuf

source§

impl Debug for serde_bytes::bytes::Bytes

source§

impl Debug for serde_json::error::Error

source§

impl Debug for serde_json::map::Map<String, Value>

source§

impl Debug for serde_json::number::Number

source§

impl Debug for CompactFormatter

source§

impl Debug for serde_yaml::error::Error

source§

impl Debug for serde_yaml::error::Location

source§

impl Debug for Mapping

source§

impl Debug for serde_yaml::number::Number

source§

impl Debug for serde_yaml::value::tagged::Tag

source§

impl Debug for TaggedValue

source§

impl Debug for Choice

source§

impl Debug for GnuHeader

source§

impl Debug for GnuSparseHeader

source§

impl Debug for tar::header::Header

source§

impl Debug for OldHeader

source§

impl Debug for UstarHeader

source§

impl Debug for TempDir

source§

impl Debug for PathPersistError

source§

impl Debug for TempPath

source§

impl Debug for SpooledTempFile

source§

impl Debug for ATerm

source§

impl Debug for B0

source§

impl Debug for B1

source§

impl Debug for Z0

source§

impl Debug for Equal

source§

impl Debug for Greater

source§

impl Debug for Less

source§

impl Debug for UTerm

source§

impl Debug for OpaqueOrigin

source§

impl Debug for Url

Debug the serialization of this URL.

-
source§

impl Debug for uuid::builder::Builder

source§

impl Debug for uuid::error::Error

source§

impl Debug for Braced

source§

impl Debug for Hyphenated

source§

impl Debug for Simple

source§

impl Debug for Urn

source§

impl Debug for Uuid

source§

impl Debug for NoContext

source§

impl Debug for Timestamp

source§

impl Debug for Arguments<'_>

source§

impl Debug for wasmer_compiler::lib::std::fmt::Error

source§

impl Debug for VMFunctionContext

§

impl Debug for AArch64

§

impl Debug for AHasher

§

impl Debug for AHasher

§

impl Debug for Aarch64Architecture

§

impl Debug for Abbreviation

§

impl Debug for Abbreviations

§

impl Debug for AbbreviationsCache

§

impl Debug for AbbreviationsCacheStrategy

§

impl Debug for Abi

§

impl Debug for Access

§

impl Debug for Action

§

impl Debug for AddressSize

§

impl Debug for AddressSize

§

impl Debug for Advice

§

impl Debug for Advice

§

impl Debug for AhoCorasick

§

impl Debug for AhoCorasickBuilder

§

impl Debug for AhoCorasickKind

§

impl Debug for AixFileHeader

§

impl Debug for AixHeader

§

impl Debug for AixMemberOffset

§

impl Debug for AliasableResourceId

§

impl Debug for AlignedVec

§

impl Debug for AllocError

§

impl Debug for AllocScratch

§

impl Debug for AllocScratchError

§

impl Debug for Alphabet

§

impl Debug for Alternation

§

impl Debug for Anchored

§

impl Debug for Anchored

§

impl Debug for AnonObjectHeader

§

impl Debug for AnonObjectHeader

§

impl Debug for AnonObjectHeaderBigobj

§

impl Debug for AnonObjectHeaderBigobj

§

impl Debug for AnonObjectHeaderV2

§

impl Debug for AnonObjectHeaderV2

§

impl Debug for AnyTypeId

§

impl Debug for AppConfigCapabilityMapV1

§

impl Debug for AppConfigCapabilityMemoryV1

§

impl Debug for AppConfigV1

§

impl Debug for AppScalingConfigV1

§

impl Debug for AppScalingModeV1

§

impl Debug for AppScheduledTask

§

impl Debug for AppVolume

§

impl Debug for AppVolumeMount

§

impl Debug for ArangeEntry

§

impl Debug for Architecture

§

impl Debug for Architecture

§

impl Debug for Architecture

§

impl Debug for ArchiveError

§

impl Debug for ArchiveKind

§

impl Debug for ArchivedCString

§

impl Debug for ArchivedCompileModuleInfowhere +

Implementors§

§

impl Debug for ImportError

source§

impl Debug for InstantiationError

source§

impl Debug for LinkError

source§

impl Debug for FrameInfosVariant

source§

impl Debug for TryReserveErrorKind

source§

impl Debug for SearchStep

source§

impl Debug for wasmer_compiler::lib::std::sync::atomic::Ordering

1.12.0 · source§

impl Debug for RecvTimeoutError

source§

impl Debug for TryRecvError

1.28.0 · source§

impl Debug for wasmer_compiler::lib::std::fmt::Alignment

source§

impl Debug for AsciiChar

source§

impl Debug for core::cmp::Ordering

1.34.0 · source§

impl Debug for core::convert::Infallible

source§

impl Debug for Which

1.16.0 · source§

impl Debug for c_void

1.7.0 · source§

impl Debug for IpAddr

source§

impl Debug for Ipv6MulticastScope

source§

impl Debug for core::net::socket_addr::SocketAddr

source§

impl Debug for FpCategory

1.55.0 · source§

impl Debug for IntErrorKind

1.65.0 · source§

impl Debug for BacktraceStatus

source§

impl Debug for VarError

source§

impl Debug for std::io::SeekFrom

source§

impl Debug for std::io::error::ErrorKind

source§

impl Debug for Shutdown

source§

impl Debug for AncillaryError

source§

impl Debug for BacktraceStyle

source§

impl Debug for _Unwind_Reason_Code

source§

impl Debug for FlushCompress

source§

impl Debug for FlushDecompress

source§

impl Debug for Status

source§

impl Debug for FromHexError

source§

impl Debug for log::Level

source§

impl Debug for LevelFilter

source§

impl Debug for Always

source§

impl Debug for OnSuccess

source§

impl Debug for OnUnwind

source§

impl Debug for Op

source§

impl Debug for serde_json::error::Category

source§

impl Debug for serde_json::value::Value

source§

impl Debug for serde_yaml::value::Value

source§

impl Debug for Unpacked

source§

impl Debug for EntryType

source§

impl Debug for HeaderMode

source§

impl Debug for yaml_break_t

source§

impl Debug for yaml_emitter_state_t

source§

impl Debug for yaml_encoding_t

source§

impl Debug for yaml_error_type_t

source§

impl Debug for yaml_event_type_t

source§

impl Debug for yaml_mapping_style_t

source§

impl Debug for yaml_node_type_t

source§

impl Debug for yaml_parser_state_t

source§

impl Debug for yaml_scalar_style_t

source§

impl Debug for yaml_sequence_style_t

source§

impl Debug for yaml_token_type_t

source§

impl Debug for Origin

source§

impl Debug for url::parser::ParseError

source§

impl Debug for SyntaxViolation

source§

impl Debug for url::slicing::Position

source§

impl Debug for Variant

source§

impl Debug for uuid::Version

source§

impl Debug for bool

source§

impl Debug for char

source§

impl Debug for f32

source§

impl Debug for f64

source§

impl Debug for i8

source§

impl Debug for i16

source§

impl Debug for i32

source§

impl Debug for i64

source§

impl Debug for i128

source§

impl Debug for isize

source§

impl Debug for !

source§

impl Debug for str

source§

impl Debug for u8

source§

impl Debug for u16

source§

impl Debug for u32

source§

impl Debug for u64

source§

impl Debug for u128

source§

impl Debug for ()

source§

impl Debug for usize

source§

impl Debug for ArtifactBuildFromArchive

source§

impl Debug for ArtifactBuildFromArchiveCell

source§

impl Debug for Artifact

source§

impl Debug for ArtifactId

source§

impl Debug for Engine

source§

impl Debug for EngineId

source§

impl Debug for FunctionExtent

source§

impl Debug for FunctionInfo

source§

impl Debug for ModuleInfoFrameInfo

§

impl Debug for Features

source§

impl Debug for ModuleTranslationState

1.13.0 · source§

impl Debug for DefaultHasher

1.16.0 · source§

impl Debug for wasmer_compiler::lib::std::collections::hash_map::RandomState

1.57.0 · source§

impl Debug for wasmer_compiler::lib::std::collections::TryReserveError

1.38.0 · source§

impl Debug for wasmer_compiler::lib::std::str::Chars<'_>

1.17.0 · source§

impl Debug for EncodeUtf16<'_>

source§

impl Debug for ParseBoolError

source§

impl Debug for wasmer_compiler::lib::std::str::Utf8Chunks<'_>

source§

impl Debug for wasmer_compiler::lib::std::str::Utf8Error

1.17.0 · source§

impl Debug for wasmer_compiler::lib::std::string::Drain<'_>

source§

impl Debug for wasmer_compiler::lib::std::string::FromUtf8Error

source§

impl Debug for FromUtf16Error

source§

impl Debug for String

1.3.0 · source§

impl Debug for AtomicBool

1.34.0 · source§

impl Debug for AtomicI8

1.34.0 · source§

impl Debug for AtomicI16

1.34.0 · source§

impl Debug for AtomicI32

1.34.0 · source§

impl Debug for AtomicI64

1.3.0 · source§

impl Debug for AtomicIsize

1.34.0 · source§

impl Debug for AtomicU8

1.34.0 · source§

impl Debug for AtomicU16

1.34.0 · source§

impl Debug for AtomicU32

1.34.0 · source§

impl Debug for AtomicU64

1.3.0 · source§

impl Debug for AtomicUsize

source§

impl Debug for RecvError

1.16.0 · source§

impl Debug for Barrier

1.16.0 · source§

impl Debug for BarrierWaitResult

1.16.0 · source§

impl Debug for Condvar

1.16.0 · source§

impl Debug for wasmer_compiler::lib::std::sync::Once

1.16.0 · source§

impl Debug for OnceState

1.5.0 · source§

impl Debug for WaitTimeoutResult

source§

impl Debug for alloc::alloc::Global

source§

impl Debug for CString

1.64.0 · source§

impl Debug for FromVecWithNulError

1.64.0 · source§

impl Debug for IntoStringError

1.64.0 · source§

impl Debug for NulError

1.28.0 · source§

impl Debug for Layout

1.50.0 · source§

impl Debug for LayoutError

source§

impl Debug for core::alloc::AllocError

source§

impl Debug for TypeId

1.34.0 · source§

impl Debug for core::array::TryFromSliceError

1.16.0 · source§

impl Debug for core::ascii::EscapeDefault

1.13.0 · source§

impl Debug for BorrowError

1.13.0 · source§

impl Debug for BorrowMutError

1.34.0 · source§

impl Debug for CharTryFromError

1.20.0 · source§

impl Debug for ParseCharError

1.9.0 · source§

impl Debug for DecodeUtf16Error

1.20.0 · source§

impl Debug for core::char::EscapeDebug

source§

impl Debug for core::char::EscapeDefault

source§

impl Debug for core::char::EscapeUnicode

source§

impl Debug for ToLowercase

source§

impl Debug for ToUppercase

1.59.0 · source§

impl Debug for TryFromCharError

1.27.0 · source§

impl Debug for CpuidResult

1.27.0 · source§

impl Debug for __m128

source§

impl Debug for __m128bh

1.27.0 · source§

impl Debug for __m128d

1.27.0 · source§

impl Debug for __m128i

1.27.0 · source§

impl Debug for __m256

source§

impl Debug for __m256bh

1.27.0 · source§

impl Debug for __m256d

1.27.0 · source§

impl Debug for __m256i

1.74.1 · source§

impl Debug for __m512

source§

impl Debug for __m512bh

1.74.1 · source§

impl Debug for __m512d

1.74.1 · source§

impl Debug for __m512i

1.3.0 · source§

impl Debug for CStr

1.69.0 · source§

impl Debug for FromBytesUntilNulError

1.64.0 · source§

impl Debug for FromBytesWithNulError

source§

impl Debug for SipHasher

1.33.0 · source§

impl Debug for PhantomPinned

source§

impl Debug for Assume

source§

impl Debug for Ipv4Addr

source§

impl Debug for Ipv6Addr

source§

impl Debug for AddrParseError

source§

impl Debug for SocketAddrV4

source§

impl Debug for SocketAddrV6

source§

impl Debug for ParseFloatError

source§

impl Debug for ParseIntError

1.34.0 · source§

impl Debug for TryFromIntError

1.34.0 · source§

impl Debug for NonZeroI8

1.34.0 · source§

impl Debug for NonZeroI16

1.34.0 · source§

impl Debug for NonZeroI32

1.34.0 · source§

impl Debug for NonZeroI64

1.34.0 · source§

impl Debug for NonZeroI128

1.34.0 · source§

impl Debug for NonZeroIsize

1.28.0 · source§

impl Debug for NonZeroU8

1.28.0 · source§

impl Debug for NonZeroU16

1.28.0 · source§

impl Debug for NonZeroU32

1.28.0 · source§

impl Debug for NonZeroU64

1.28.0 · source§

impl Debug for NonZeroU128

1.28.0 · source§

impl Debug for NonZeroUsize

source§

impl Debug for RangeFull

source§

impl Debug for core::ptr::alignment::Alignment

source§

impl Debug for TimSortRun

1.36.0 · source§

impl Debug for Context<'_>

1.36.0 · source§

impl Debug for RawWaker

1.36.0 · source§

impl Debug for RawWakerVTable

1.36.0 · source§

impl Debug for Waker

1.27.0 · source§

impl Debug for Duration

1.66.0 · source§

impl Debug for TryFromFloatSecsError

1.28.0 · source§

impl Debug for System

1.65.0 · source§

impl Debug for std::backtrace::Backtrace

source§

impl Debug for std::backtrace::BacktraceFrame

1.16.0 · source§

impl Debug for Args

1.16.0 · source§

impl Debug for ArgsOs

source§

impl Debug for JoinPathsError

1.16.0 · source§

impl Debug for SplitPaths<'_>

1.16.0 · source§

impl Debug for Vars

1.16.0 · source§

impl Debug for VarsOs

source§

impl Debug for OsStr

source§

impl Debug for OsString

1.6.0 · source§

impl Debug for DirBuilder

1.13.0 · source§

impl Debug for std::fs::DirEntry

source§

impl Debug for std::fs::File

source§

impl Debug for FileTimes

1.1.0 · source§

impl Debug for std::fs::FileType

1.16.0 · source§

impl Debug for std::fs::Metadata

source§

impl Debug for OpenOptions

source§

impl Debug for Permissions

source§

impl Debug for ReadDir

1.56.0 · source§

impl Debug for WriterPanicked

source§

impl Debug for std::io::error::Error

source§

impl Debug for BorrowedBuf<'_>

1.16.0 · source§

impl Debug for Stderr

1.16.0 · source§

impl Debug for StderrLock<'_>

1.16.0 · source§

impl Debug for Stdin

1.16.0 · source§

impl Debug for StdinLock<'_>

1.16.0 · source§

impl Debug for Stdout

1.16.0 · source§

impl Debug for StdoutLock<'_>

source§

impl Debug for std::io::util::Empty

1.16.0 · source§

impl Debug for std::io::util::Repeat

source§

impl Debug for Sink

source§

impl Debug for IntoIncoming

source§

impl Debug for TcpListener

source§

impl Debug for TcpStream

source§

impl Debug for UdpSocket

1.63.0 · source§

impl Debug for BorrowedFd<'_>

1.63.0 · source§

impl Debug for OwnedFd

source§

impl Debug for PidFd

1.10.0 · source§

impl Debug for std::os::unix::net::addr::SocketAddr

1.10.0 · source§

impl Debug for UnixDatagram

1.10.0 · source§

impl Debug for UnixListener

1.10.0 · source§

impl Debug for UnixStream

source§

impl Debug for UCred

1.13.0 · source§

impl Debug for Components<'_>

source§

impl Debug for Display<'_>

1.13.0 · source§

impl Debug for std::path::Iter<'_>

source§

impl Debug for Path

source§

impl Debug for PathBuf

1.7.0 · source§

impl Debug for StripPrefixError

1.16.0 · source§

impl Debug for Child

1.16.0 · source§

impl Debug for ChildStderr

1.16.0 · source§

impl Debug for ChildStdin

1.16.0 · source§

impl Debug for ChildStdout

source§

impl Debug for std::process::Command

1.61.0 · source§

impl Debug for ExitCode

source§

impl Debug for ExitStatus

source§

impl Debug for ExitStatusError

1.7.0 · source§

impl Debug for Output

1.16.0 · source§

impl Debug for Stdio

1.26.0 · source§

impl Debug for AccessError

1.63.0 · source§

impl Debug for std::thread::scoped::Scope<'_, '_>

source§

impl Debug for std::thread::Builder

source§

impl Debug for Thread

1.19.0 · source§

impl Debug for ThreadId

1.8.0 · source§

impl Debug for Instant

1.8.0 · source§

impl Debug for SystemTime

1.8.0 · source§

impl Debug for SystemTimeError

source§

impl Debug for Adler32

source§

impl Debug for anyhow::Error

source§

impl Debug for Crc

source§

impl Debug for GzBuilder

source§

impl Debug for GzHeader

source§

impl Debug for Compress

source§

impl Debug for CompressError

source§

impl Debug for Decompress

source§

impl Debug for flate2::mem::DecompressError

source§

impl Debug for Compression

source§

impl Debug for getrandom::error::Error

source§

impl Debug for bf16

source§

impl Debug for f16

source§

impl Debug for ParseLevelError

source§

impl Debug for SetLoggerError

source§

impl Debug for semver::parse::Error

source§

impl Debug for BuildMetadata

source§

impl Debug for Comparator

source§

impl Debug for Prerelease

source§

impl Debug for semver::Version

source§

impl Debug for VersionReq

source§

impl Debug for IgnoredAny

source§

impl Debug for serde::de::value::Error

source§

impl Debug for ByteBuf

source§

impl Debug for serde_bytes::bytes::Bytes

source§

impl Debug for serde_json::error::Error

source§

impl Debug for serde_json::map::Map<String, Value>

source§

impl Debug for serde_json::number::Number

source§

impl Debug for CompactFormatter

source§

impl Debug for serde_yaml::error::Error

source§

impl Debug for serde_yaml::error::Location

source§

impl Debug for Mapping

source§

impl Debug for serde_yaml::number::Number

source§

impl Debug for serde_yaml::value::tagged::Tag

source§

impl Debug for TaggedValue

source§

impl Debug for Choice

source§

impl Debug for GnuHeader

source§

impl Debug for GnuSparseHeader

source§

impl Debug for tar::header::Header

source§

impl Debug for OldHeader

source§

impl Debug for UstarHeader

source§

impl Debug for TempDir

source§

impl Debug for PathPersistError

source§

impl Debug for TempPath

source§

impl Debug for SpooledTempFile

source§

impl Debug for ATerm

source§

impl Debug for B0

source§

impl Debug for B1

source§

impl Debug for Z0

source§

impl Debug for Equal

source§

impl Debug for Greater

source§

impl Debug for Less

source§

impl Debug for UTerm

source§

impl Debug for OpaqueOrigin

source§

impl Debug for Url

Debug the serialization of this URL.

+
source§

impl Debug for uuid::builder::Builder

source§

impl Debug for uuid::error::Error

source§

impl Debug for Braced

source§

impl Debug for Hyphenated

source§

impl Debug for Simple

source§

impl Debug for Urn

source§

impl Debug for Uuid

source§

impl Debug for NoContext

source§

impl Debug for Timestamp

source§

impl Debug for Arguments<'_>

source§

impl Debug for wasmer_compiler::lib::std::fmt::Error

§

impl Debug for AArch64

§

impl Debug for AHasher

§

impl Debug for AHasher

§

impl Debug for Aarch64Architecture

§

impl Debug for Abbreviation

§

impl Debug for Abbreviations

§

impl Debug for AbbreviationsCache

§

impl Debug for AbbreviationsCacheStrategy

§

impl Debug for Abi

§

impl Debug for Access

§

impl Debug for Action

§

impl Debug for AddressSize

§

impl Debug for AddressSize

§

impl Debug for Advice

§

impl Debug for Advice

§

impl Debug for AhoCorasick

§

impl Debug for AhoCorasickBuilder

§

impl Debug for AhoCorasickKind

§

impl Debug for AixFileHeader

§

impl Debug for AixHeader

§

impl Debug for AixMemberOffset

§

impl Debug for AliasableResourceId

§

impl Debug for AlignedVec

§

impl Debug for AllocError

§

impl Debug for AllocScratch

§

impl Debug for AllocScratchError

§

impl Debug for Alphabet

§

impl Debug for Alternation

§

impl Debug for Anchored

§

impl Debug for Anchored

§

impl Debug for AnonObjectHeader

§

impl Debug for AnonObjectHeader

§

impl Debug for AnonObjectHeaderBigobj

§

impl Debug for AnonObjectHeaderBigobj

§

impl Debug for AnonObjectHeaderV2

§

impl Debug for AnonObjectHeaderV2

§

impl Debug for AnyTypeId

§

impl Debug for AppConfigCapabilityMapV1

§

impl Debug for AppConfigCapabilityMemoryV1

§

impl Debug for AppConfigV1

§

impl Debug for AppScalingConfigV1

§

impl Debug for AppScalingModeV1

§

impl Debug for AppScheduledTask

§

impl Debug for AppVolume

§

impl Debug for AppVolumeMount

§

impl Debug for ArangeEntry

§

impl Debug for Architecture

§

impl Debug for Architecture

§

impl Debug for Architecture

§

impl Debug for ArchiveError

§

impl Debug for ArchiveKind

§

impl Debug for ArchivedCString

§

impl Debug for ArchivedCompileModuleInfowhere Features: Archive, Arc<ModuleInfo, Global>: Archive, PrimaryMap<MemoryIndex, MemoryStyle>: Archive, @@ -153,7 +153,7 @@
Examples
SerializableCompilation: Archive, CompileModuleInfo: Archive, Box<[OwnedDataInitializer], Global>: Archive, - u64: Archive,

§

impl Debug for ArchivedSocketAddr

§

impl Debug for ArchivedSocketAddrV4

§

impl Debug for ArchivedSocketAddrV6

§

impl Debug for ArchivedString

§

impl Debug for Arm

§

impl Debug for ArmArchitecture

§

impl Debug for Array

§

impl Debug for Array

§

impl Debug for ArrayOfTables

§

impl Debug for ArrayOfTables

§

impl Debug for ArrayType

§

impl Debug for ArrayValidation

§

impl Debug for AsBox

§

impl Debug for AsOwned

§

impl Debug for AsString

§

impl Debug for AsStringError

§

impl Debug for AsVec

§

impl Debug for Assertion

§

impl Debug for AssertionKind

§

impl Debug for Ast

§

impl Debug for AtFlags

§

impl Debug for Atom

§

impl Debug for Atom

§

impl Debug for AtomSignature

§

impl Debug for AtomWithoutSignature

§

impl Debug for Atomic

§

impl Debug for AtomsSection

§

impl Debug for AtomsSection

§

impl Debug for AttributeSpecification

§

impl Debug for Augmentation

§

impl Debug for AuxHeader32

§

impl Debug for AuxHeader64

§

impl Debug for BStr

§

impl Debug for BStr

§

impl Debug for BStr

§

impl Debug for BString

§

impl Debug for Backoff

§

impl Debug for Backtrace

§

impl Debug for BacktraceFrame

§

impl Debug for BacktraceSymbol

§

impl Debug for BaseAddresses

§

impl Debug for BidiClass

§

impl Debug for BidiMatchedOpeningBracket

§

impl Debug for BigEndian

§

impl Debug for BigEndian

§

impl Debug for BigEndian

§

impl Debug for BigEndian

§

impl Debug for BigEndian<char>

§

impl Debug for BigEndian<f32>

§

impl Debug for BigEndian<f64>

§

impl Debug for BigEndian<i16>

§

impl Debug for BigEndian<i32>

§

impl Debug for BigEndian<i64>

§

impl Debug for BigEndian<i128>

§

impl Debug for BigEndian<u16>

§

impl Debug for BigEndian<u32>

§

impl Debug for BigEndian<u64>

§

impl Debug for BigEndian<u128>

§

impl Debug for BigEndian<AtomicI16>

§

impl Debug for BigEndian<AtomicI32>

§

impl Debug for BigEndian<AtomicI64>

§

impl Debug for BigEndian<AtomicU16>

§

impl Debug for BigEndian<AtomicU32>

§

impl Debug for BigEndian<AtomicU64>

§

impl Debug for BigEndian<NonZeroI16>

§

impl Debug for BigEndian<NonZeroI32>

§

impl Debug for BigEndian<NonZeroI64>

§

impl Debug for BigEndian<NonZeroI128>

§

impl Debug for BigEndian<NonZeroU16>

§

impl Debug for BigEndian<NonZeroU32>

§

impl Debug for BigEndian<NonZeroU64>

§

impl Debug for BigEndian<NonZeroU128>

§

impl Debug for BinaryFormat

§

impl Debug for BinaryFormat

§

impl Debug for BinaryFormat

§

impl Debug for BinaryReaderError

§

impl Debug for Binding

§

impl Debug for Bindings

§

impl Debug for BindingsExtended

§

impl Debug for BlockAux32

§

impl Debug for BlockAux64

§

impl Debug for BlockHeaderReadError

§

impl Debug for BlockSizeError

§

impl Debug for BlockType

§

impl Debug for BlockType

§

impl Debug for BlockTypeError

§

impl Debug for BoolCheckError

§

impl Debug for BoundedBacktracker

§

impl Debug for BrTable<'_>

§

impl Debug for BranchHint

§

impl Debug for BufferSerializerError

§

impl Debug for BuildError

§

impl Debug for BuildError

§

impl Debug for BuildError

§

impl Debug for BuildError

§

impl Debug for BuildError

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for ByteClasses

§

impl Debug for ByteSize

§

impl Debug for Bytes

§

impl Debug for Bytes

§

impl Debug for Bytes

§

impl Debug for Bytes

§

impl Debug for BytesMut

§

impl Debug for CDataModel

§

impl Debug for CStrCheckError

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for CacheError

§

impl Debug for CallingConvention

§

impl Debug for Candidate

§

impl Debug for CanonicalFunction

§

impl Debug for CanonicalOption

§

impl Debug for Capture

§

impl Debug for CaptureName

§

impl Debug for Captures

§

impl Debug for CargoWasmerPackageAnnotation

§

impl Debug for CaseFoldError

§

impl Debug for Catch

§

impl Debug for Category

§

impl Debug for CharCheckError

§

impl Debug for Checksum

§

impl Debug for Checksum

§

impl Debug for Checksum

§

impl Debug for ChecksumAlgorithm

§

impl Debug for ChecksumAlgorithm

§

impl Debug for Class

§

impl Debug for ClassAscii

§

impl Debug for ClassAsciiKind

§

impl Debug for ClassBracketed

§

impl Debug for ClassBytes

§

impl Debug for ClassBytesRange

§

impl Debug for ClassPerl

§

impl Debug for ClassPerlKind

§

impl Debug for ClassSet

§

impl Debug for ClassSetBinaryOp

§

impl Debug for ClassSetBinaryOpKind

§

impl Debug for ClassSetItem

§

impl Debug for ClassSetRange

§

impl Debug for ClassSetUnion

§

impl Debug for ClassUnicode

§

impl Debug for ClassUnicode

§

impl Debug for ClassUnicodeKind

§

impl Debug for ClassUnicodeOpKind

§

impl Debug for ClassUnicodeRange

§

impl Debug for CoffExportStyle

§

impl Debug for CollectionAllocErr

§

impl Debug for Collector

§

impl Debug for ColumnType

§

impl Debug for Comdat

§

impl Debug for ComdatId

§

impl Debug for ComdatKind

§

impl Debug for ComdatKind

§

impl Debug for ComdatSymbol

§

impl Debug for ComdatSymbolKind

§

impl Debug for Command

§

impl Debug for Command

§

impl Debug for CommandAnnotations

§

impl Debug for CommandV1

§

impl Debug for CommandV2

§

impl Debug for Comment

§

impl Debug for CompareResult

§

impl Debug for CompareResult

§

impl Debug for Compilation

§

impl Debug for CompileError

§

impl Debug for CompileModuleInfo

§

impl Debug for CompiledFunction

§

impl Debug for CompiledFunctionFrameInfo

§

impl Debug for CompiledFunctionUnwindInfo

§

impl Debug for Compiler

§

impl Debug for ComponentAnyTypeId

§

impl Debug for ComponentCoreInstanceTypeId

§

impl Debug for ComponentCoreModuleTypeId

§

impl Debug for ComponentCoreTypeId

§

impl Debug for ComponentDefinedType

§

impl Debug for ComponentDefinedTypeId

§

impl Debug for ComponentEntityType

§

impl Debug for ComponentExternalKind

§

impl Debug for ComponentFuncType

§

impl Debug for ComponentFuncTypeId

§

impl Debug for ComponentInstanceType

§

impl Debug for ComponentInstanceTypeId

§

impl Debug for ComponentName

§

impl Debug for ComponentOuterAliasKind

§

impl Debug for ComponentStartFunction

§

impl Debug for ComponentType

§

impl Debug for ComponentTypeId

§

impl Debug for ComponentTypeRef

§

impl Debug for ComponentValType

§

impl Debug for ComponentValType

§

impl Debug for ComponentValueTypeId

§

impl Debug for CompositeType

§

impl Debug for CompressedFileRange

§

impl Debug for CompressionFormat

§

impl Debug for CompressionLevel

§

impl Debug for CompressionStrategy

§

impl Debug for Concat

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Container

§

impl Debug for ContainerError

§

impl Debug for ControlModes

§

impl Debug for CopyOptimize

§

impl Debug for CoreDumpStackFrame

§

impl Debug for CoreDumpValue

§

impl Debug for CoreInstanceTypeKind

§

impl Debug for CoreTypeId

§

impl Debug for CpuFeature

§

impl Debug for CreateFlags

§

impl Debug for CsectAux32

§

impl Debug for CsectAux64

§

impl Debug for CustomSection

§

impl Debug for CustomSectionIndex

§

impl Debug for CustomSectionProtection

§

impl Debug for CustomVendor

§

impl Debug for DFA

§

impl Debug for DFA

§

impl Debug for DFA

§

impl Debug for DataFormat

§

impl Debug for DataIndex

§

impl Debug for DataInitializerLocation

§

impl Debug for Date

§

impl Debug for Datetime

§

impl Debug for DatetimeParseError

§

impl Debug for DebugByte

§

impl Debug for DebugTypeSignature

§

impl Debug for DecodeBlockContentError

§

impl Debug for DecodeError

§

impl Debug for DecodeMetadata

§

impl Debug for DecodePaddingMode

§

impl Debug for DecodeSequenceError

§

impl Debug for DecodeSliceError

§

impl Debug for DecodebufferError

§

impl Debug for DecompressBlockError

§

impl Debug for DecompressError

§

impl Debug for DecompressLiteralsError

§

impl Debug for Decor

§

impl Debug for Decor

§

impl Debug for DefaultToHost

§

impl Debug for DefaultToUnknown

§

impl Debug for DefaultValidatorError

§

impl Debug for DefinedDataSymbol

§

impl Debug for DenseTransitions

§

impl Debug for DeserializeError

§

impl Debug for DeserializeError

§

impl Debug for DetectError

§

impl Debug for DictionaryDecodeError

§

impl Debug for Dir

§

impl Debug for DirEntry

§

impl Debug for DirEntry

§

impl Debug for DirEntry

§

impl Debug for DirEntryError

§

impl Debug for DirEntryError

§

impl Debug for DirOrFile

§

impl Debug for Direction

§

impl Debug for Direction

§

impl Debug for Document

§

impl Debug for DocumentMut

§

impl Debug for Dot

§

impl Debug for DupFlags

§

impl Debug for DwAccess

§

impl Debug for DwAddr

§

impl Debug for DwAt

§

impl Debug for DwAte

§

impl Debug for DwCc

§

impl Debug for DwCfa

§

impl Debug for DwChildren

§

impl Debug for DwDefaulted

§

impl Debug for DwDs

§

impl Debug for DwDsc

§

impl Debug for DwEhPe

§

impl Debug for DwEnd

§

impl Debug for DwForm

§

impl Debug for DwId

§

impl Debug for DwIdx

§

impl Debug for DwInl

§

impl Debug for DwLang

§

impl Debug for DwLle

§

impl Debug for DwLnct

§

impl Debug for DwLne

§

impl Debug for DwLns

§

impl Debug for DwMacro

§

impl Debug for DwOp

§

impl Debug for DwOrd

§

impl Debug for DwRle

§

impl Debug for DwSect

§

impl Debug for DwSectV2

§

impl Debug for DwTag

§

impl Debug for DwUt

§

impl Debug for DwVirtuality

§

impl Debug for DwVis

§

impl Debug for Dwarf

§

impl Debug for DwarfAux32

§

impl Debug for DwarfAux64

§

impl Debug for DwarfFileType

§

impl Debug for DwoId

§

impl Debug for Eager

§

impl Debug for ElemIndex

§

impl Debug for Emscripten

§

impl Debug for EncodeSliceError

§

impl Debug for Encoding

§

impl Debug for Encoding

§

impl Debug for Endianness

§

impl Debug for Endianness

§

impl Debug for Endianness

§

impl Debug for Endianness

§

impl Debug for Endianness

§

impl Debug for EntityType

§

impl Debug for Environment

§

impl Debug for Errno

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for ErrorKind

§

impl Debug for ErrorKind

§

impl Debug for ErrorKind

§

impl Debug for ErrorKind

§

impl Debug for ErrorKind

§

impl Debug for Errors

§

impl Debug for ExecuteSequencesError

§

impl Debug for ExpAux

§

impl Debug for ExportIndex

§

impl Debug for ExternType

§

impl Debug for ExternalKind

§

impl Debug for ExtractKind

§

impl Debug for Extractor

§

impl Debug for FSEDecoderError

§

impl Debug for FSETableError

§

impl Debug for FallocateFlags

§

impl Debug for FatArch32

§

impl Debug for FatArch32

§

impl Debug for FatArch64

§

impl Debug for FatArch64

§

impl Debug for FatHeader

§

impl Debug for FatHeader

§

impl Debug for FdFlags

§

impl Debug for FieldType

§

impl Debug for FileAux32

§

impl Debug for FileAux64

§

impl Debug for FileCommandAnnotations

§

impl Debug for FileEntry

§

impl Debug for FileEntry

§

impl Debug for FileEntryFormat

§

impl Debug for FileFlags

§

impl Debug for FileFlags

§

impl Debug for FileHeader

§

impl Debug for FileHeader32

§

impl Debug for FileHeader64

§

impl Debug for FileKind

§

impl Debug for FileKind

§

impl Debug for FileSystemMapping

§

impl Debug for FileSystemMappings

§

impl Debug for FileTime

§

impl Debug for FileType

§

impl Debug for FileTypeDef

§

impl Debug for FilterOp

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for FinderBuilder

§

impl Debug for FinderRev

§

impl Debug for FinderRev

§

impl Debug for FixedSizeScratchError

§

impl Debug for Flag

§

impl Debug for Flags

§

impl Debug for FlagsItem

§

impl Debug for FlagsItemKind

§

impl Debug for FlockOperation

§

impl Debug for Format

§

impl Debug for Frame

§

impl Debug for Frame

§

impl Debug for FrameDecoderError

§

impl Debug for FrameDescriptorError

§

impl Debug for FrameHeaderError

§

impl Debug for FrameInfo

§

impl Debug for FrameKind

§

impl Debug for FromUtf8Error

§

impl Debug for FsEntryType

§

impl Debug for FunAux32

§

impl Debug for FunAux64

§

impl Debug for FuncType

§

impl Debug for FunctionAddressMap

§

impl Debug for FunctionBody

§

impl Debug for FunctionIndex

§

impl Debug for FunctionType

§

impl Debug for GeneralPurpose

§

impl Debug for GeneralPurposeConfig

§

impl Debug for GenerateChecksum

§

impl Debug for GetBitsError

§

impl Debug for Gid

§

impl Debug for Gitignore

§

impl Debug for GitignoreBuilder

§

impl Debug for Glob

§

impl Debug for Glob

§

impl Debug for GlobMatcher

§

impl Debug for GlobSet

§

impl Debug for GlobSetBuilder

§

impl Debug for Global

§

impl Debug for GlobalIndex

§

impl Debug for GlobalInit

§

impl Debug for GlobalType

§

impl Debug for GlobalType

§

impl Debug for Group

§

impl Debug for GroupInfo

§

impl Debug for GroupInfoError

§

impl Debug for GroupKind

§

impl Debug for Guard

§

impl Debug for Guid

§

impl Debug for Guid

§

impl Debug for HalfMatch

§

impl Debug for Handle

§

impl Debug for HashAlgorithm

§

impl Debug for Hasher

§

impl Debug for Header

§

impl Debug for HealthCheckHttpV1

§

impl Debug for HealthCheckV1

§

impl Debug for HeapType

§

impl Debug for HexLiteralKind

§

impl Debug for Hir

§

impl Debug for HirKind

§

impl Debug for HuffmanDecoderError

§

impl Debug for HuffmanTableError

§

impl Debug for Ident

§

impl Debug for Ident

§

impl Debug for Ieee32

§

impl Debug for Ieee64

§

impl Debug for ImageAlpha64RuntimeFunctionEntry

§

impl Debug for ImageAlpha64RuntimeFunctionEntry

§

impl Debug for ImageAlphaRuntimeFunctionEntry

§

impl Debug for ImageAlphaRuntimeFunctionEntry

§

impl Debug for ImageArchitectureEntry

§

impl Debug for ImageArchitectureEntry

§

impl Debug for ImageArchiveMemberHeader

§

impl Debug for ImageArchiveMemberHeader

§

impl Debug for ImageArm64RuntimeFunctionEntry

§

impl Debug for ImageArm64RuntimeFunctionEntry

§

impl Debug for ImageArmRuntimeFunctionEntry

§

impl Debug for ImageArmRuntimeFunctionEntry

§

impl Debug for ImageAuxSymbolCrc

§

impl Debug for ImageAuxSymbolCrc

§

impl Debug for ImageAuxSymbolFunction

§

impl Debug for ImageAuxSymbolFunction

§

impl Debug for ImageAuxSymbolFunctionBeginEnd

§

impl Debug for ImageAuxSymbolFunctionBeginEnd

§

impl Debug for ImageAuxSymbolSection

§

impl Debug for ImageAuxSymbolSection

§

impl Debug for ImageAuxSymbolTokenDef

§

impl Debug for ImageAuxSymbolTokenDef

§

impl Debug for ImageAuxSymbolWeak

§

impl Debug for ImageAuxSymbolWeak

§

impl Debug for ImageBaseRelocation

§

impl Debug for ImageBaseRelocation

§

impl Debug for ImageBoundForwarderRef

§

impl Debug for ImageBoundForwarderRef

§

impl Debug for ImageBoundImportDescriptor

§

impl Debug for ImageBoundImportDescriptor

§

impl Debug for ImageCoffSymbolsHeader

§

impl Debug for ImageCoffSymbolsHeader

§

impl Debug for ImageCor20Header

§

impl Debug for ImageCor20Header

§

impl Debug for ImageDataDirectory

§

impl Debug for ImageDataDirectory

§

impl Debug for ImageDebugDirectory

§

impl Debug for ImageDebugDirectory

§

impl Debug for ImageDebugMisc

§

impl Debug for ImageDebugMisc

§

impl Debug for ImageDelayloadDescriptor

§

impl Debug for ImageDelayloadDescriptor

§

impl Debug for ImageDosHeader

§

impl Debug for ImageDosHeader

§

impl Debug for ImageDynamicRelocation32

§

impl Debug for ImageDynamicRelocation32

§

impl Debug for ImageDynamicRelocation32V2

§

impl Debug for ImageDynamicRelocation32V2

§

impl Debug for ImageDynamicRelocation64

§

impl Debug for ImageDynamicRelocation64

§

impl Debug for ImageDynamicRelocation64V2

§

impl Debug for ImageDynamicRelocation64V2

§

impl Debug for ImageDynamicRelocationTable

§

impl Debug for ImageDynamicRelocationTable

§

impl Debug for ImageEnclaveConfig32

§

impl Debug for ImageEnclaveConfig32

§

impl Debug for ImageEnclaveConfig64

§

impl Debug for ImageEnclaveConfig64

§

impl Debug for ImageEnclaveImport

§

impl Debug for ImageEnclaveImport

§

impl Debug for ImageEpilogueDynamicRelocationHeader

§

impl Debug for ImageEpilogueDynamicRelocationHeader

§

impl Debug for ImageExportDirectory

§

impl Debug for ImageExportDirectory

§

impl Debug for ImageFileHeader

§

impl Debug for ImageFileHeader

§

impl Debug for ImageFunctionEntry

§

impl Debug for ImageFunctionEntry

§

impl Debug for ImageFunctionEntry64

§

impl Debug for ImageFunctionEntry64

§

impl Debug for ImageHotPatchBase

§

impl Debug for ImageHotPatchBase

§

impl Debug for ImageHotPatchHashes

§

impl Debug for ImageHotPatchHashes

§

impl Debug for ImageHotPatchInfo

§

impl Debug for ImageHotPatchInfo

§

impl Debug for ImageImportByName

§

impl Debug for ImageImportByName

§

impl Debug for ImageImportDescriptor

§

impl Debug for ImageImportDescriptor

§

impl Debug for ImageLinenumber

§

impl Debug for ImageLinenumber

§

impl Debug for ImageLoadConfigCodeIntegrity

§

impl Debug for ImageLoadConfigCodeIntegrity

§

impl Debug for ImageLoadConfigDirectory32

§

impl Debug for ImageLoadConfigDirectory32

§

impl Debug for ImageLoadConfigDirectory64

§

impl Debug for ImageLoadConfigDirectory64

§

impl Debug for ImageNtHeaders32

§

impl Debug for ImageNtHeaders32

§

impl Debug for ImageNtHeaders64

§

impl Debug for ImageNtHeaders64

§

impl Debug for ImageOptionalHeader32

§

impl Debug for ImageOptionalHeader32

§

impl Debug for ImageOptionalHeader64

§

impl Debug for ImageOptionalHeader64

§

impl Debug for ImageOs2Header

§

impl Debug for ImageOs2Header

§

impl Debug for ImagePrologueDynamicRelocationHeader

§

impl Debug for ImagePrologueDynamicRelocationHeader

§

impl Debug for ImageRelocation

§

impl Debug for ImageRelocation

§

impl Debug for ImageResourceDataEntry

§

impl Debug for ImageResourceDataEntry

§

impl Debug for ImageResourceDirStringU

§

impl Debug for ImageResourceDirStringU

§

impl Debug for ImageResourceDirectory

§

impl Debug for ImageResourceDirectory

§

impl Debug for ImageResourceDirectoryEntry

§

impl Debug for ImageResourceDirectoryEntry

§

impl Debug for ImageResourceDirectoryString

§

impl Debug for ImageResourceDirectoryString

§

impl Debug for ImageRomHeaders

§

impl Debug for ImageRomHeaders

§

impl Debug for ImageRomOptionalHeader

§

impl Debug for ImageRomOptionalHeader

§

impl Debug for ImageRuntimeFunctionEntry

§

impl Debug for ImageRuntimeFunctionEntry

§

impl Debug for ImageSectionHeader

§

impl Debug for ImageSectionHeader

§

impl Debug for ImageSeparateDebugHeader

§

impl Debug for ImageSeparateDebugHeader

§

impl Debug for ImageSymbol

§

impl Debug for ImageSymbol

§

impl Debug for ImageSymbolBytes

§

impl Debug for ImageSymbolBytes

§

impl Debug for ImageSymbolEx

§

impl Debug for ImageSymbolEx

§

impl Debug for ImageSymbolExBytes

§

impl Debug for ImageSymbolExBytes

§

impl Debug for ImageThunkData32

§

impl Debug for ImageThunkData32

§

impl Debug for ImageThunkData64

§

impl Debug for ImageThunkData64

§

impl Debug for ImageTlsDirectory32

§

impl Debug for ImageTlsDirectory32

§

impl Debug for ImageTlsDirectory64

§

impl Debug for ImageTlsDirectory64

§

impl Debug for ImageVxdHeader

§

impl Debug for ImageVxdHeader

§

impl Debug for ImportIndex

§

impl Debug for ImportKey

§

impl Debug for ImportObjectHeader

§

impl Debug for ImportObjectHeader

§

impl Debug for ImportType

§

impl Debug for ImportsError

§

impl Debug for Index

§

impl Debug for Index

§

impl Debug for IndexEntry

§

impl Debug for IndexEntry

§

impl Debug for IndexSection

§

impl Debug for IndexSection

§

impl Debug for Infallible

§

impl Debug for InitFunc

§

impl Debug for Inline

§

impl Debug for InlineTable

§

impl Debug for InlineTable

§

impl Debug for InputModes

§

impl Debug for InstanceType

§

impl Debug for InstanceType

§

impl Debug for InstantiationArgKind

§

impl Debug for InstructionAddressMap

§

impl Debug for InternalString

§

impl Debug for InternalString

§

impl Debug for IntoIter

§

impl Debug for InvalidBufferSize

§

impl Debug for InvalidLength

§

impl Debug for InvalidOutputSize

§

impl Debug for IsNormalized

§

impl Debug for Item

§

impl Debug for Item

§

impl Debug for KebabStr

§

impl Debug for KebabString

§

impl Debug for Key

§

impl Debug for Key

§

impl Debug for Lazy

§

impl Debug for LazyStateID

§

impl Debug for Level

§

impl Debug for LibCall

§

impl Debug for LineEncoding

§

impl Debug for LineRow

§

impl Debug for Literal

§

impl Debug for Literal

§

impl Debug for Literal

§

impl Debug for LiteralKind

§

impl Debug for LiteralsSectionParseError

§

impl Debug for LittleEndian

§

impl Debug for LittleEndian

§

impl Debug for LittleEndian

§

impl Debug for LittleEndian

§

impl Debug for LittleEndian<char>

§

impl Debug for LittleEndian<f32>

§

impl Debug for LittleEndian<f64>

§

impl Debug for LittleEndian<i16>

§

impl Debug for LittleEndian<i32>

§

impl Debug for LittleEndian<i64>

§

impl Debug for LittleEndian<i128>

§

impl Debug for LittleEndian<u16>

§

impl Debug for LittleEndian<u32>

§

impl Debug for LittleEndian<u64>

§

impl Debug for LittleEndian<u128>

§

impl Debug for LittleEndian<AtomicI16>

§

impl Debug for LittleEndian<AtomicI32>

§

impl Debug for LittleEndian<AtomicI64>

§

impl Debug for LittleEndian<AtomicU16>

§

impl Debug for LittleEndian<AtomicU32>

§

impl Debug for LittleEndian<AtomicU64>

§

impl Debug for LittleEndian<NonZeroI16>

§

impl Debug for LittleEndian<NonZeroI32>

§

impl Debug for LittleEndian<NonZeroI64>

§

impl Debug for LittleEndian<NonZeroI128>

§

impl Debug for LittleEndian<NonZeroU16>

§

impl Debug for LittleEndian<NonZeroU32>

§

impl Debug for LittleEndian<NonZeroU64>

§

impl Debug for LittleEndian<NonZeroU128>

§

impl Debug for LocalFunctionIndex

§

impl Debug for LocalGlobalIndex

§

impl Debug for LocalHandle

§

impl Debug for LocalMemoryIndex

§

impl Debug for LocalModes

§

impl Debug for LocalTableIndex

§

impl Debug for Lock

§

impl Debug for LockError

§

impl Debug for Look

§

impl Debug for Look

§

impl Debug for LookMatcher

§

impl Debug for LookSet

§

impl Debug for LookSet

§

impl Debug for LookSetIter

§

impl Debug for LookSetIter

§

impl Debug for LookupError

§

impl Debug for LookupError

§

impl Debug for LoongArch

§

impl Debug for MZError

§

impl Debug for MZFlush

§

impl Debug for MZStatus

§

impl Debug for MacError

§

impl Debug for Mangling

§

impl Debug for Manifest

§

impl Debug for Manifest

§

impl Debug for ManifestBuilderError

§

impl Debug for ManifestError

§

impl Debug for ManifestError

§

impl Debug for ManifestSection

§

impl Debug for ManifestSection

§

impl Debug for ManifestWithoutAtomSignatures

§

impl Debug for Map<String, Value>

§

impl Debug for Map<String, Value>

§

impl Debug for MaskedRichHeaderEntry

§

impl Debug for MaskedRichHeaderEntry

§

impl Debug for Match

§

impl Debug for Match

§

impl Debug for MatchError

§

impl Debug for MatchError

§

impl Debug for MatchErrorKind

§

impl Debug for MatchErrorKind

§

impl Debug for MatchKind

§

impl Debug for MatchKind

§

impl Debug for MatchKind

§

impl Debug for MemArg

§

impl Debug for MemInfo

§

impl Debug for MemfdFlags

§

impl Debug for MemoryError

§

impl Debug for MemoryIndex

§

impl Debug for MemoryStyle

§

impl Debug for MemoryType

§

impl Debug for MemoryType

§

impl Debug for Metadata

§

impl Debug for Metadata

§

impl Debug for MiddlewareError

§

impl Debug for Mips32Architecture

§

impl Debug for Mips64Architecture

§

impl Debug for Mmap

§

impl Debug for MmapError

§

impl Debug for MmapMut

§

impl Debug for MmapOptions

§

impl Debug for MmapRaw

§

impl Debug for Mode

§

impl Debug for Module

§

impl Debug for ModuleHash

§

impl Debug for ModuleInfo

§

impl Debug for ModuleMetadata

§

impl Debug for ModuleReference

§

impl Debug for ModuleType

§

impl Debug for MountFlags

§

impl Debug for MountPropagationFlags

§

impl Debug for Mutability

§

impl Debug for NFA

§

impl Debug for NFA

§

impl Debug for NFA

§

impl Debug for NamedPackageId

§

impl Debug for NamedPackageIdent

§

impl Debug for NativeEndian<char>

§

impl Debug for NativeEndian<f32>

§

impl Debug for NativeEndian<f64>

§

impl Debug for NativeEndian<i16>

§

impl Debug for NativeEndian<i32>

§

impl Debug for NativeEndian<i64>

§

impl Debug for NativeEndian<i128>

§

impl Debug for NativeEndian<u16>

§

impl Debug for NativeEndian<u32>

§

impl Debug for NativeEndian<u64>

§

impl Debug for NativeEndian<u128>

§

impl Debug for NativeEndian<AtomicI16>

§

impl Debug for NativeEndian<AtomicI32>

§

impl Debug for NativeEndian<AtomicI64>

§

impl Debug for NativeEndian<AtomicU16>

§

impl Debug for NativeEndian<AtomicU32>

§

impl Debug for NativeEndian<AtomicU64>

§

impl Debug for NativeEndian<NonZeroI16>

§

impl Debug for NativeEndian<NonZeroI32>

§

impl Debug for NativeEndian<NonZeroI64>

§

impl Debug for NativeEndian<NonZeroI128>

§

impl Debug for NativeEndian<NonZeroU16>

§

impl Debug for NativeEndian<NonZeroU32>

§

impl Debug for NativeEndian<NonZeroU64>

§

impl Debug for NativeEndian<NonZeroU128>

§

impl Debug for Needed

§

impl Debug for Needed

§

impl Debug for Niche

§

impl Debug for NoDynamicRelocationIterator

§

impl Debug for NonMaxUsize

§

impl Debug for NonPagedDebugInfo

§

impl Debug for NonPagedDebugInfo

§

impl Debug for NonZeroCheckError

§

impl Debug for NtHeaders

§

impl Debug for NumberValidation

§

impl Debug for OFlags

§

impl Debug for ObjectError

§

impl Debug for ObjectKind

§

impl Debug for ObjectValidation

§

impl Debug for Offset

§

impl Debug for OffsetError

§

impl Debug for OnCalledAction

§

impl Debug for OnceBool

§

impl Debug for OnceNonZeroUsize

§

impl Debug for One

§

impl Debug for One

§

impl Debug for One

§

impl Debug for Opcode

§

impl Debug for OperatingSystem

§

impl Debug for OptionalActions

§

impl Debug for OuterAliasKind

§

impl Debug for OutputModes

§

impl Debug for OverlappingState

§

impl Debug for OverlappingState

§

impl Debug for OverlappingState

§

impl Debug for Override

§

impl Debug for OverrideBuilder

§

impl Debug for OwnedBuffer

§

impl Debug for OwnedDataInitializer

§

impl Debug for OwnedFsEntry

§

impl Debug for OwnedFsEntryDir

§

impl Debug for OwnedFsEntryFile

§

impl Debug for OwnedIntoIter

§

impl Debug for OwnedReader

§

impl Debug for OwnedReader

§

impl Debug for OwnedReaderError

§

impl Debug for OwnedReaderError

§

impl Debug for Package

§

impl Debug for Package

§

impl Debug for PackageBuilderError

§

impl Debug for PackageHash

§

impl Debug for PackageId

§

impl Debug for PackageIdent

§

impl Debug for PackageInfo

§

impl Debug for PackageParseError

§

impl Debug for PackageSource

§

impl Debug for PackedIndex

§

impl Debug for PageCountOutOfRange

§

impl Debug for Pages

§

impl Debug for Pair

§

impl Debug for ParagraphInfo

§

impl Debug for ParkResult

§

impl Debug for ParkToken

§

impl Debug for Parker

§

impl Debug for ParseAlphabetError

§

impl Debug for ParseCpuFeatureError

§

impl Debug for ParseError

§

impl Debug for ParseError

§

impl Debug for ParseOptions

§

impl Debug for Parser

§

impl Debug for Parser

§

impl Debug for Parser

§

impl Debug for ParserBuilder

§

impl Debug for ParserBuilder

§

impl Debug for PathSegment

§

impl Debug for PathSegmentError

§

impl Debug for PathSegments

§

impl Debug for PatternID

§

impl Debug for PatternID

§

impl Debug for PatternIDError

§

impl Debug for PatternIDError

§

impl Debug for PatternSet

§

impl Debug for PatternSetInsertError

§

impl Debug for Payload<'_>

§

impl Debug for Pid

§

impl Debug for PikeVM

§

impl Debug for Pointer

§

impl Debug for PointerWidth

§

impl Debug for Position

§

impl Debug for PreInstantiationError

§

impl Debug for Prefilter

§

impl Debug for Prefilter

§

impl Debug for PrefilterConfig

§

impl Debug for PrefixRange

§

impl Debug for PrimitiveValType

§

impl Debug for Printer

§

impl Debug for Printer

§

impl Debug for ProgramHeader

§

impl Debug for Properties

§

impl Debug for Protection

§

impl Debug for QueueSelector

§

impl Debug for RandomState

§

impl Debug for RandomState

§

impl Debug for Range

§

impl Debug for Range

§

impl Debug for Range

§

impl Debug for Raw

§

impl Debug for RawString

§

impl Debug for RawString

§

impl Debug for RawValue

§

impl Debug for ReadFrameHeaderError

§

impl Debug for ReadWriteFlags

§

impl Debug for ReaderOffsetId

§

impl Debug for RecGroup

§

impl Debug for RecGroupId

§

impl Debug for RecordType

§

impl Debug for RefAsBox

§

impl Debug for RefType

§

impl Debug for Regex

§

impl Debug for Regex

§

impl Debug for Region

§

impl Debug for Register

§

impl Debug for Rel

§

impl Debug for Rel32

§

impl Debug for Rel64

§

impl Debug for RelPtrError

§

impl Debug for Relocation

§

impl Debug for Relocation

§

impl Debug for Relocation

§

impl Debug for Relocation

§

impl Debug for RelocationEncoding

§

impl Debug for RelocationEncoding

§

impl Debug for RelocationInfo

§

impl Debug for RelocationInfo

§

impl Debug for RelocationKind

§

impl Debug for RelocationKind

§

impl Debug for RelocationKind

§

impl Debug for RelocationSections

§

impl Debug for RelocationTarget

§

impl Debug for RelocationTarget

§

impl Debug for Remapping

§

impl Debug for RemoveRefSiblings

§

impl Debug for RenameFlags

§

impl Debug for Repetition

§

impl Debug for Repetition

§

impl Debug for RepetitionKind

§

impl Debug for RepetitionOp

§

impl Debug for RepetitionRange

§

impl Debug for ReplaceBoolSchemas

§

impl Debug for Repr

§

impl Debug for Repr

§

impl Debug for RequeueOp

§

impl Debug for ResolveFlags

§

impl Debug for ResourceId

§

impl Debug for ResourceName

§

impl Debug for ResourceNameOrId

§

impl Debug for RichHeaderEntry

§

impl Debug for RiscV

§

impl Debug for Riscv32Architecture

§

impl Debug for Riscv64Architecture

§

impl Debug for Rng

§

impl Debug for RootSchema

§

impl Debug for RunTimeEndian

§

impl Debug for ScatteredRelocationInfo

§

impl Debug for ScatteredRelocationInfo

§

impl Debug for Schema

§

impl Debug for SchemaGenerator

§

impl Debug for SchemaObject

§

impl Debug for SchemaSettings

§

impl Debug for Scope<'_>

§

impl Debug for SealFlags

§

impl Debug for Searcher

§

impl Debug for Section

§

impl Debug for Section

§

impl Debug for Section

§

impl Debug for SectionBaseAddresses

§

impl Debug for SectionBody

§

impl Debug for SectionError

§

impl Debug for SectionError

§

impl Debug for SectionFlags

§

impl Debug for SectionFlags

§

impl Debug for SectionHeader

§

impl Debug for SectionHeader32

§

impl Debug for SectionHeader64

§

impl Debug for SectionId

§

impl Debug for SectionId

§

impl Debug for SectionIndex

§

impl Debug for SectionIndex

§

impl Debug for SectionIndex

§

impl Debug for SectionKind

§

impl Debug for SectionKind

§

impl Debug for SectionRange

§

impl Debug for SeekFrom

§

impl Debug for SegmentFlags

§

impl Debug for SegmentFlags

§

impl Debug for SegmentFlags

§

impl Debug for Seq

§

impl Debug for SequencesHeaderParseError

§

impl Debug for SerializeError

§

impl Debug for SerializeError

§

impl Debug for SetFlags

§

impl Debug for SetSingleExample

§

impl Debug for Sha256Hash

§

impl Debug for Sha256HashParseError

§

impl Debug for Sha256VarCore

§

impl Debug for Sha512VarCore

§

impl Debug for SharedDeserializeMap

§

impl Debug for SharedDeserializeMapError

§

impl Debug for SharedError

§

impl Debug for SharedSerializeMap

§

impl Debug for SharedSerializeMapError

§

impl Debug for SharedValidator

§

impl Debug for Signature

§

impl Debug for Signature

§

impl Debug for Signature

§

impl Debug for SignatureAlgorithm

§

impl Debug for SignatureAlgorithm

§

impl Debug for SignatureError

§

impl Debug for SignatureError

§

impl Debug for SignatureIndex

§

impl Debug for Size

§

impl Debug for Skip

§

impl Debug for SmallIndex

§

impl Debug for SmallIndexError

§

impl Debug for SourceLoc

§

impl Debug for Span

§

impl Debug for Span

§

impl Debug for Span

§

impl Debug for Span

§

impl Debug for Span

§

impl Debug for SparseTransitions

§

impl Debug for SpecialCodes

§

impl Debug for SpecialLiteralKind

§

impl Debug for StandardSection

§

impl Debug for StandardSegment

§

impl Debug for StartError

§

impl Debug for StartError

§

impl Debug for StartKind

§

impl Debug for StartKind

§

impl Debug for StatAux

§

impl Debug for StatVfsMountFlags

§

impl Debug for State

§

impl Debug for StateID

§

impl Debug for StateID

§

impl Debug for StateIDError

§

impl Debug for StateIDError

§

impl Debug for StatxFlags

§

impl Debug for StorageType

§

impl Debug for StoreId

§

impl Debug for StoreOnHeap

§

impl Debug for StrCheckError

§

impl Debug for StrContext

§

impl Debug for StrContext

§

impl Debug for StrContextValue

§

impl Debug for StrContextValue

§

impl Debug for StreamResult

§

impl Debug for StreamingReaderError

§

impl Debug for StreamingReaderError

§

impl Debug for Strictness

§

impl Debug for StringId

§

impl Debug for StringValidation

§

impl Debug for StructCheckError

§

impl Debug for StructType

§

impl Debug for SubArchitecture

§

impl Debug for SubType

§

impl Debug for SubschemaValidation

§

impl Debug for SuffixRange

§

impl Debug for Sym

§

impl Debug for Symbol

§

impl Debug for Symbol

§

impl Debug for Symbol

§

impl Debug for Symbol32

§

impl Debug for Symbol64

§

impl Debug for SymbolBytes

§

impl Debug for SymbolFlags

§

impl Debug for SymbolId

§

impl Debug for SymbolIndex

§

impl Debug for SymbolIndex

§

impl Debug for SymbolKind

§

impl Debug for SymbolKind

§

impl Debug for SymbolScope

§

impl Debug for SymbolScope

§

impl Debug for SymbolSection

§

impl Debug for SymbolSection

§

impl Debug for TDEFLFlush

§

impl Debug for TDEFLStatus

§

impl Debug for TINFLStatus

§

impl Debug for Table

§

impl Debug for Table

§

impl Debug for TableIndex

§

impl Debug for TableInitializer

§

impl Debug for TableStyle

§

impl Debug for TableType

§

impl Debug for TableType

§

impl Debug for Tag

§

impl Debug for Tag

§

impl Debug for Tag

§

impl Debug for TagKind

§

impl Debug for TagType

§

impl Debug for Target

§

impl Debug for TargetSharedSignatureIndex

§

impl Debug for Termios

§

impl Debug for Three

§

impl Debug for Three

§

impl Debug for Three

§

impl Debug for Time

§

impl Debug for Timestamps

§

impl Debug for Timestamps

§

impl Debug for Timestamps

§

impl Debug for TomlError

§

impl Debug for TomlError

§

impl Debug for Transition

§

impl Debug for Translator

§

impl Debug for TranslatorBuilder

§

impl Debug for TrapCode

§

impl Debug for TrapHandlerRegs

§

impl Debug for TrapInformation

§

impl Debug for Triple

§

impl Debug for TruncSide

§

impl Debug for TryDemangleError

§

impl Debug for TryFromSliceError

§

impl Debug for TryReserveError

§

impl Debug for TryReserveError

§

impl Debug for TryReserveError

§

impl Debug for TryReserveError

§

impl Debug for TryTable

§

impl Debug for TupleStructCheckError

§

impl Debug for TupleType

§

impl Debug for Two

§

impl Debug for Two

§

impl Debug for Two

§

impl Debug for Type

§

impl Debug for TypeBounds

§

impl Debug for TypeRef

§

impl Debug for Types

§

impl Debug for Uid

§

impl Debug for UnicodeWordBoundaryError

§

impl Debug for UnicodeWordError

§

impl Debug for UninitSlice

§

impl Debug for UninitializedFieldError

§

impl Debug for Unit

§

impl Debug for UnitIndexSection

§

impl Debug for UnixTimestamp

§

impl Debug for UnixTimestampError

§

impl Debug for UnmountFlags

§

impl Debug for UnpackedIndex

§

impl Debug for UnparkResult

§

impl Debug for UnparkToken

§

impl Debug for Unparker

§

impl Debug for Unsafe

§

impl Debug for UnsupportedPlatformError

§

impl Debug for UrlOrManifest

§

impl Debug for Utf8Error

§

impl Debug for Utf8Error

§

impl Debug for Utf8Error

§

impl Debug for Utf8Range

§

impl Debug for Utf8Sequence

§

impl Debug for Utf8Sequences

§

impl Debug for V128

§

impl Debug for V128

§

impl Debug for VMBuiltinFunctionIndex

§

impl Debug for VMOffsets

§

impl Debug for ValType

§

impl Debug for ValgrindStackRegistration

§

impl Debug for ValidationError

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for ValueType

§

impl Debug for VariantCase

§

impl Debug for VariantType

§

impl Debug for Vendor

§

impl Debug for Vendor

§

impl Debug for Verdef

§

impl Debug for Vernaux

§

impl Debug for Verneed

§

impl Debug for Version

§

impl Debug for VersionIndex

§

impl Debug for Volume

§

impl Debug for Volume

§

impl Debug for VolumeError

§

impl Debug for VolumeHeaderError

§

impl Debug for VolumeHeaderError

§

impl Debug for VolumeSection

§

impl Debug for VolumeSection

§

impl Debug for VolumeSpecificPath

§

impl Debug for WaiBindings

§

impl Debug for WaiBindings

§

impl Debug for WaitGroup

§

impl Debug for WalkBuilder

§

impl Debug for WalkDir

§

impl Debug for WalkState

§

impl Debug for Wapm

§

impl Debug for Wasi

§

impl Debug for WasmError

§

impl Debug for WasmFeatures

§

impl Debug for WasmerPackageError

§

impl Debug for WatchFlags

§

impl Debug for Wcgi

§

impl Debug for WebCMmap

§

impl Debug for WebCOwned

§

impl Debug for WhichCaptures

§

impl Debug for WitBindings

§

impl Debug for WitBindings

§

impl Debug for WithComments

§

impl Debug for WritingAtoms

§

impl Debug for WritingAtoms

§

impl Debug for WritingManifest

§

impl Debug for WritingManifest

§

impl Debug for WritingVolumes

§

impl Debug for WritingVolumes

§

impl Debug for X86

§

impl Debug for X86_32Architecture

§

impl Debug for X86_64

§

impl Debug for XattrFlags

§

impl Debug for XxHash32

§

impl Debug for XxHash64

§

impl Debug for __kernel_fd_set

§

impl Debug for __kernel_fsid_t

§

impl Debug for __kernel_itimerspec

§

impl Debug for __kernel_old_itimerval

§

impl Debug for __kernel_old_timespec

§

impl Debug for __kernel_old_timeval

§

impl Debug for __kernel_sock_timeval

§

impl Debug for __kernel_timespec

§

impl Debug for __old_kernel_stat

§

impl Debug for __sifields__bindgen_ty_1

§

impl Debug for __sifields__bindgen_ty_4

§

impl Debug for __sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1

§

impl Debug for __sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_2

§

impl Debug for __sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_3

§

impl Debug for __sifields__bindgen_ty_6

§

impl Debug for __sifields__bindgen_ty_7

§

impl Debug for __user_cap_data_struct

§

impl Debug for __user_cap_header_struct

§

impl Debug for clone_args

§

impl Debug for compat_statfs64

source§

impl Debug for dyn Any

source§

impl Debug for dyn Any + Send

1.28.0 · source§

impl Debug for dyn Any + Sync + Send

§

impl Debug for epoll_event

§

impl Debug for f_owner_ex

§

impl Debug for file_clone_range

§

impl Debug for file_dedupe_range

§

impl Debug for file_dedupe_range_info

§

impl Debug for files_stat_struct

§

impl Debug for flock

§

impl Debug for flock64

§

impl Debug for fsconfig_command

§

impl Debug for fscrypt_key

§

impl Debug for fscrypt_policy_v1

§

impl Debug for fscrypt_policy_v2

§

impl Debug for fscrypt_provisioning_key_payload

§

impl Debug for fstrim_range

§

impl Debug for fsxattr

§

impl Debug for futex_waitv

§

impl Debug for inodes_stat_t

§

impl Debug for inotify_event

§

impl Debug for iovec

§

impl Debug for itimerspec

§

impl Debug for itimerval

§

impl Debug for kernel_sigaction

§

impl Debug for kernel_sigset_t

§

impl Debug for ktermios

§

impl Debug for linux_dirent64

§

impl Debug for membarrier_cmd

§

impl Debug for membarrier_cmd_flag

§

impl Debug for mount_attr

§

impl Debug for open_how

§

impl Debug for pollfd

§

impl Debug for rand_pool_info

§

impl Debug for rlimit

§

impl Debug for rlimit64

§

impl Debug for robust_list

§

impl Debug for robust_list_head

§

impl Debug for rusage

§

impl Debug for sigaction

§

impl Debug for sigaltstack

§

impl Debug for sigevent__bindgen_ty_1__bindgen_ty_1

§

impl Debug for stat

§

impl Debug for statfs

§

impl Debug for statfs64

§

impl Debug for statx

§

impl Debug for statx_timestamp

§

impl Debug for termio

§

impl Debug for termios

§

impl Debug for termios2

§

impl Debug for timespec

§

impl Debug for timeval

§

impl Debug for timezone

§

impl Debug for uffd_msg__bindgen_ty_1__bindgen_ty_2

§

impl Debug for uffd_msg__bindgen_ty_1__bindgen_ty_3

§

impl Debug for uffd_msg__bindgen_ty_1__bindgen_ty_4

§

impl Debug for uffd_msg__bindgen_ty_1__bindgen_ty_5

§

impl Debug for uffdio_api

§

impl Debug for uffdio_continue

§

impl Debug for uffdio_copy

§

impl Debug for uffdio_range

§

impl Debug for uffdio_register

§

impl Debug for uffdio_writeprotect

§

impl Debug for uffdio_zeropage

§

impl Debug for user_desc

§

impl Debug for vfs_cap_data

§

impl Debug for vfs_cap_data__bindgen_ty_1

§

impl Debug for vfs_ns_cap_data

§

impl Debug for vfs_ns_cap_data__bindgen_ty_1

§

impl Debug for winsize

source§

impl<'a> Debug for CompiledFunctionFrameInfoVariant<'a>

source§

impl<'a> Debug for FunctionAddressMapInstructionVariant<'a>

source§

impl<'a> Debug for FunctionAddressMapVariant<'a>

source§

impl<'a> Debug for VecTrapInformationVariant<'a>

source§

impl<'a> Debug for Component<'a>

source§

impl<'a> Debug for Prefix<'a>

source§

impl<'a> Debug for Unexpected<'a>

source§

impl<'a> Debug for ModuleFromArchive<'a>

source§

impl<'a> Debug for MiddlewareBinaryReader<'a>

source§

impl<'a> Debug for MiddlewareReaderState<'a>

source§

impl<'a> Debug for CharSearcher<'a>

source§

impl<'a> Debug for wasmer_compiler::lib::std::str::Bytes<'a>

source§

impl<'a> Debug for wasmer_compiler::lib::std::str::CharIndices<'a>

1.34.0 · source§

impl<'a> Debug for wasmer_compiler::lib::std::str::EscapeDebug<'a>

1.34.0 · source§

impl<'a> Debug for wasmer_compiler::lib::std::str::EscapeDefault<'a>

1.34.0 · source§

impl<'a> Debug for wasmer_compiler::lib::std::str::EscapeUnicode<'a>

source§

impl<'a> Debug for wasmer_compiler::lib::std::str::Lines<'a>

source§

impl<'a> Debug for LinesAny<'a>

1.34.0 · source§

impl<'a> Debug for SplitAsciiWhitespace<'a>

1.1.0 · source§

impl<'a> Debug for SplitWhitespace<'a>

source§

impl<'a> Debug for Utf8Chunk<'a>

source§

impl<'a> Debug for Request<'a>

source§

impl<'a> Debug for Source<'a>

1.10.0 · source§

impl<'a> Debug for core::panic::location::Location<'a>

1.10.0 · source§

impl<'a> Debug for PanicInfo<'a>

1.60.0 · source§

impl<'a> Debug for EscapeAscii<'a>

source§

impl<'a> Debug for BorrowedCursor<'a>

1.36.0 · source§

impl<'a> Debug for IoSlice<'a>

1.36.0 · source§

impl<'a> Debug for IoSliceMut<'a>

source§

impl<'a> Debug for std::net::tcp::Incoming<'a>

source§

impl<'a> Debug for SocketAncillary<'a>

1.10.0 · source§

impl<'a> Debug for std::os::unix::net::listener::Incoming<'a>

1.28.0 · source§

impl<'a> Debug for Ancestors<'a>

source§

impl<'a> Debug for PrefixComponent<'a>

1.57.0 · source§

impl<'a> Debug for CommandArgs<'a>

1.57.0 · source§

impl<'a> Debug for CommandEnvs<'a>

source§

impl<'a> Debug for log::Metadata<'a>

source§

impl<'a> Debug for MetadataBuilder<'a>

source§

impl<'a> Debug for Record<'a>

source§

impl<'a> Debug for RecordBuilder<'a>

source§

impl<'a> Debug for PrettyFormatter<'a>

source§

impl<'a> Debug for PathSegmentsMut<'a>

source§

impl<'a> Debug for UrlQuery<'a>

§

impl<'a> Debug for ArchiveValidator<'a>

§

impl<'a> Debug for BinaryReader<'a>

§

impl<'a> Debug for BranchHintFunction<'a>

§

impl<'a> Debug for ByteClassElements<'a>

§

impl<'a> Debug for ByteClassIter<'a>

§

impl<'a> Debug for ByteClassRepresentatives<'a>

§

impl<'a> Debug for ByteSerialize<'a>

§

impl<'a> Debug for Bytes<'a>

§

impl<'a> Debug for BytesOrWideString<'a>

§

impl<'a> Debug for Candidate<'a>

§

impl<'a> Debug for CapturesPatternIter<'a>

§

impl<'a> Debug for CharIndices<'a>

§

impl<'a> Debug for Chars<'a>

§

impl<'a> Debug for Chunk<'a>

§

impl<'a> Debug for ClassBytesIter<'a>

§

impl<'a> Debug for ClassUnicodeIter<'a>

§

impl<'a> Debug for Comdat<'a>

§

impl<'a> Debug for CompiledFunctionUnwindInfoReference<'a>

§

impl<'a> Debug for ComponentAlias<'a>

§

impl<'a> Debug for ComponentDefinedType<'a>

§

impl<'a> Debug for ComponentExport<'a>

§

impl<'a> Debug for ComponentExportName<'a>

§

impl<'a> Debug for ComponentFuncResult<'a>

§

impl<'a> Debug for ComponentFuncType<'a>

§

impl<'a> Debug for ComponentImport<'a>

§

impl<'a> Debug for ComponentImportName<'a>

§

impl<'a> Debug for ComponentInstance<'a>

§

impl<'a> Debug for ComponentInstantiationArg<'a>

§

impl<'a> Debug for ComponentNameKind<'a>

§

impl<'a> Debug for ComponentType<'a>

§

impl<'a> Debug for ComponentTypeDeclaration<'a>

§

impl<'a> Debug for ConstExpr<'a>

§

impl<'a> Debug for CoreDumpModulesSection<'a>

§

impl<'a> Debug for CoreType<'a>

§

impl<'a> Debug for CustomSectionReader<'a>

§

impl<'a> Debug for Data<'a>

§

impl<'a> Debug for DataKind<'a>

§

impl<'a> Debug for DebugHaystack<'a>

§

impl<'a> Debug for DefaultValidator<'a>

§

impl<'a> Debug for Demangle<'a>

§

impl<'a> Debug for DependencyName<'a>

§

impl<'a> Debug for DirEntry<'a>

§

impl<'a> Debug for DirEntry<'a>

§

impl<'a> Debug for DirOrFileWithBytes<'a>

§

impl<'a> Debug for Directory<'a>

§

impl<'a> Debug for Directory<'a>

§

impl<'a> Debug for DrainBytes<'a>

§

impl<'a> Debug for Dylink0Subsection<'a>

§

impl<'a> Debug for EscapeBytes<'a>

§

impl<'a> Debug for Export<'a>

§

impl<'a> Debug for Export<'a>

§

impl<'a> Debug for ExportInfo<'a>

§

impl<'a> Debug for ExportTarget<'a>

§

impl<'a> Debug for Fields<'a>

§

impl<'a> Debug for FileEntry<'a>

§

impl<'a> Debug for FileEntry<'a>

§

impl<'a> Debug for Finder<'a>

§

impl<'a> Debug for FinderReverse<'a>

§

impl<'a> Debug for FsEntry<'a>

§

impl<'a> Debug for FunctionBody<'a>

§

impl<'a> Debug for Glob<'a>

§

impl<'a> Debug for Glob<'a>

§

impl<'a> Debug for GlobBuilder<'a>

§

impl<'a> Debug for Global<'a>

§

impl<'a> Debug for GraphemeIndices<'a>

§

impl<'a> Debug for Graphemes<'a>

§

impl<'a> Debug for GroupInfoAllNames<'a>

§

impl<'a> Debug for GroupInfoPatternNames<'a>

§

impl<'a> Debug for HashName<'a>

§

impl<'a> Debug for Import<'a>

§

impl<'a> Debug for ImportInfo<'a>

§

impl<'a> Debug for IndirectNaming<'a>

§

impl<'a> Debug for Instance<'a>

§

impl<'a> Debug for InstanceTypeDeclaration<'a>

§

impl<'a> Debug for InstantiationArg<'a>

§

impl<'a> Debug for InterfaceName<'a>

§

impl<'a> Debug for Lines<'a>

§

impl<'a> Debug for LinesWithTerminator<'a>

§

impl<'a> Debug for Linking<'a>

§

impl<'a> Debug for LinkingSectionReader<'a>

§

impl<'a> Debug for ModuleTypeDeclaration<'a>

§

impl<'a> Debug for MutSliceRead<'a>

§

impl<'a> Debug for Naming<'a>

§

impl<'a> Debug for Object<'a>

§

impl<'a> Debug for Operator<'a>

§

impl<'a> Debug for PatternIter<'a>

§

impl<'a> Debug for PatternSetIter<'a>

§

impl<'a> Debug for PercentDecode<'a>

§

impl<'a> Debug for ProducersField<'a>

§

impl<'a> Debug for ProducersFieldValue<'a>

§

impl<'a> Debug for RawDirEntry<'a>

§

impl<'a> Debug for RecursiveFsEntry<'a>

§

impl<'a> Debug for RecursiveFsEntryDir<'a>

§

impl<'a> Debug for ResourceFunc<'a>

§

impl<'a> Debug for Section<'a>

§

impl<'a> Debug for Segment<'a>

§

impl<'a> Debug for SentenceIndices<'a>

§

impl<'a> Debug for Sentences<'a>

§

impl<'a> Debug for SliceRead<'a>

§

impl<'a> Debug for SliceWrite<'a>

§

impl<'a> Debug for SymbolInfo<'a>

§

impl<'a> Debug for SymbolName<'a>

§

impl<'a> Debug for Table<'a>

§

impl<'a> Debug for TableInit<'a>

§

impl<'a> Debug for UrlName<'a>

§

impl<'a> Debug for Utf8Chunks<'a>

§

impl<'a> Debug for VariantCase<'a>

§

impl<'a> Debug for VolumeHeader<'a>

§

impl<'a> Debug for WordIndices<'a>

§

impl<'a> Debug for Words<'a>

§

impl<'a> Debug for WordsWithBreakIndices<'a>

§

impl<'a> Debug for WordsWithBreaks<'a>

source§

impl<'a, 'b> Debug for CharSliceSearcher<'a, 'b>

source§

impl<'a, 'b> Debug for StrSearcher<'a, 'b>

source§

impl<'a, 'b> Debug for tempfile::Builder<'a, 'b>

§

impl<'a, 'b> Debug for SliceReadFixed<'a, 'b>

source§

impl<'a, 'b, const N: usize> Debug for CharArrayRefSearcher<'a, 'b, N>

§

impl<'a, 'bases, R> Debug for EhHdrTableIter<'a, 'bases, R>where + u64: Archive,

§

impl Debug for ArchivedSocketAddr

§

impl Debug for ArchivedSocketAddrV4

§

impl Debug for ArchivedSocketAddrV6

§

impl Debug for ArchivedString

§

impl Debug for Arm

§

impl Debug for ArmArchitecture

§

impl Debug for Array

§

impl Debug for Array

§

impl Debug for ArrayOfTables

§

impl Debug for ArrayOfTables

§

impl Debug for ArrayType

§

impl Debug for ArrayValidation

§

impl Debug for AsBox

§

impl Debug for AsOwned

§

impl Debug for AsString

§

impl Debug for AsStringError

§

impl Debug for AsVec

§

impl Debug for Assertion

§

impl Debug for AssertionKind

§

impl Debug for Ast

§

impl Debug for AtFlags

§

impl Debug for Atom

§

impl Debug for Atom

§

impl Debug for AtomSignature

§

impl Debug for AtomWithoutSignature

§

impl Debug for Atomic

§

impl Debug for AtomsSection

§

impl Debug for AtomsSection

§

impl Debug for AttributeSpecification

§

impl Debug for Augmentation

§

impl Debug for AuxHeader32

§

impl Debug for AuxHeader64

§

impl Debug for BStr

§

impl Debug for BStr

§

impl Debug for BStr

§

impl Debug for BString

§

impl Debug for Backoff

§

impl Debug for Backtrace

§

impl Debug for BacktraceFrame

§

impl Debug for BacktraceSymbol

§

impl Debug for BaseAddresses

§

impl Debug for BidiClass

§

impl Debug for BidiMatchedOpeningBracket

§

impl Debug for BigEndian

§

impl Debug for BigEndian

§

impl Debug for BigEndian

§

impl Debug for BigEndian

§

impl Debug for BigEndian<char>

§

impl Debug for BigEndian<f32>

§

impl Debug for BigEndian<f64>

§

impl Debug for BigEndian<i16>

§

impl Debug for BigEndian<i32>

§

impl Debug for BigEndian<i64>

§

impl Debug for BigEndian<i128>

§

impl Debug for BigEndian<u16>

§

impl Debug for BigEndian<u32>

§

impl Debug for BigEndian<u64>

§

impl Debug for BigEndian<u128>

§

impl Debug for BigEndian<AtomicI16>

§

impl Debug for BigEndian<AtomicI32>

§

impl Debug for BigEndian<AtomicI64>

§

impl Debug for BigEndian<AtomicU16>

§

impl Debug for BigEndian<AtomicU32>

§

impl Debug for BigEndian<AtomicU64>

§

impl Debug for BigEndian<NonZeroI16>

§

impl Debug for BigEndian<NonZeroI32>

§

impl Debug for BigEndian<NonZeroI64>

§

impl Debug for BigEndian<NonZeroI128>

§

impl Debug for BigEndian<NonZeroU16>

§

impl Debug for BigEndian<NonZeroU32>

§

impl Debug for BigEndian<NonZeroU64>

§

impl Debug for BigEndian<NonZeroU128>

§

impl Debug for BinaryFormat

§

impl Debug for BinaryFormat

§

impl Debug for BinaryFormat

§

impl Debug for BinaryReaderError

§

impl Debug for Binding

§

impl Debug for Bindings

§

impl Debug for BindingsExtended

§

impl Debug for BlockAux32

§

impl Debug for BlockAux64

§

impl Debug for BlockHeaderReadError

§

impl Debug for BlockSizeError

§

impl Debug for BlockType

§

impl Debug for BlockType

§

impl Debug for BlockTypeError

§

impl Debug for BoolCheckError

§

impl Debug for BoundedBacktracker

§

impl Debug for BrTable<'_>

§

impl Debug for BranchHint

§

impl Debug for BufferSerializerError

§

impl Debug for BuildError

§

impl Debug for BuildError

§

impl Debug for BuildError

§

impl Debug for BuildError

§

impl Debug for BuildError

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for Builder

§

impl Debug for ByteClasses

§

impl Debug for ByteSize

§

impl Debug for Bytes

§

impl Debug for Bytes

§

impl Debug for Bytes

§

impl Debug for Bytes

§

impl Debug for BytesMut

§

impl Debug for CDataModel

§

impl Debug for CStrCheckError

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for Cache

§

impl Debug for CacheError

§

impl Debug for CallingConvention

§

impl Debug for Candidate

§

impl Debug for CanonicalFunction

§

impl Debug for CanonicalOption

§

impl Debug for Capture

§

impl Debug for CaptureName

§

impl Debug for Captures

§

impl Debug for CargoWasmerPackageAnnotation

§

impl Debug for CaseFoldError

§

impl Debug for Catch

§

impl Debug for Category

§

impl Debug for CharCheckError

§

impl Debug for Checksum

§

impl Debug for Checksum

§

impl Debug for Checksum

§

impl Debug for ChecksumAlgorithm

§

impl Debug for ChecksumAlgorithm

§

impl Debug for Class

§

impl Debug for ClassAscii

§

impl Debug for ClassAsciiKind

§

impl Debug for ClassBracketed

§

impl Debug for ClassBytes

§

impl Debug for ClassBytesRange

§

impl Debug for ClassPerl

§

impl Debug for ClassPerlKind

§

impl Debug for ClassSet

§

impl Debug for ClassSetBinaryOp

§

impl Debug for ClassSetBinaryOpKind

§

impl Debug for ClassSetItem

§

impl Debug for ClassSetRange

§

impl Debug for ClassSetUnion

§

impl Debug for ClassUnicode

§

impl Debug for ClassUnicode

§

impl Debug for ClassUnicodeKind

§

impl Debug for ClassUnicodeOpKind

§

impl Debug for ClassUnicodeRange

§

impl Debug for CoffExportStyle

§

impl Debug for CollectionAllocErr

§

impl Debug for Collector

§

impl Debug for ColumnType

§

impl Debug for Comdat

§

impl Debug for ComdatId

§

impl Debug for ComdatKind

§

impl Debug for ComdatKind

§

impl Debug for ComdatSymbol

§

impl Debug for ComdatSymbolKind

§

impl Debug for Command

§

impl Debug for Command

§

impl Debug for CommandAnnotations

§

impl Debug for CommandV1

§

impl Debug for CommandV2

§

impl Debug for Comment

§

impl Debug for CompareResult

§

impl Debug for CompareResult

§

impl Debug for Compilation

§

impl Debug for CompileError

§

impl Debug for CompileModuleInfo

§

impl Debug for CompiledFunction

§

impl Debug for CompiledFunctionFrameInfo

§

impl Debug for CompiledFunctionUnwindInfo

§

impl Debug for Compiler

§

impl Debug for ComponentAnyTypeId

§

impl Debug for ComponentCoreInstanceTypeId

§

impl Debug for ComponentCoreModuleTypeId

§

impl Debug for ComponentCoreTypeId

§

impl Debug for ComponentDefinedType

§

impl Debug for ComponentDefinedTypeId

§

impl Debug for ComponentEntityType

§

impl Debug for ComponentExternalKind

§

impl Debug for ComponentFuncType

§

impl Debug for ComponentFuncTypeId

§

impl Debug for ComponentInstanceType

§

impl Debug for ComponentInstanceTypeId

§

impl Debug for ComponentName

§

impl Debug for ComponentOuterAliasKind

§

impl Debug for ComponentStartFunction

§

impl Debug for ComponentType

§

impl Debug for ComponentTypeId

§

impl Debug for ComponentTypeRef

§

impl Debug for ComponentValType

§

impl Debug for ComponentValType

§

impl Debug for ComponentValueTypeId

§

impl Debug for CompositeType

§

impl Debug for CompressedFileRange

§

impl Debug for CompressionFormat

§

impl Debug for CompressionLevel

§

impl Debug for CompressionStrategy

§

impl Debug for Concat

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Config

§

impl Debug for Container

§

impl Debug for ContainerError

§

impl Debug for ControlModes

§

impl Debug for CopyOptimize

§

impl Debug for CoreDumpStackFrame

§

impl Debug for CoreDumpValue

§

impl Debug for CoreInstanceTypeKind

§

impl Debug for CoreTypeId

§

impl Debug for CpuFeature

§

impl Debug for CreateFlags

§

impl Debug for CsectAux32

§

impl Debug for CsectAux64

§

impl Debug for CustomSection

§

impl Debug for CustomSectionIndex

§

impl Debug for CustomSectionProtection

§

impl Debug for CustomVendor

§

impl Debug for DFA

§

impl Debug for DFA

§

impl Debug for DFA

§

impl Debug for DataFormat

§

impl Debug for DataIndex

§

impl Debug for DataInitializerLocation

§

impl Debug for Date

§

impl Debug for Datetime

§

impl Debug for DatetimeParseError

§

impl Debug for DebugByte

§

impl Debug for DebugTypeSignature

§

impl Debug for DecodeBlockContentError

§

impl Debug for DecodeError

§

impl Debug for DecodeMetadata

§

impl Debug for DecodePaddingMode

§

impl Debug for DecodeSequenceError

§

impl Debug for DecodeSliceError

§

impl Debug for DecodebufferError

§

impl Debug for DecompressBlockError

§

impl Debug for DecompressError

§

impl Debug for DecompressLiteralsError

§

impl Debug for Decor

§

impl Debug for Decor

§

impl Debug for DefaultToHost

§

impl Debug for DefaultToUnknown

§

impl Debug for DefaultValidatorError

§

impl Debug for DefinedDataSymbol

§

impl Debug for DenseTransitions

§

impl Debug for DeserializeError

§

impl Debug for DeserializeError

§

impl Debug for DetectError

§

impl Debug for DictionaryDecodeError

§

impl Debug for Dir

§

impl Debug for DirEntry

§

impl Debug for DirEntry

§

impl Debug for DirEntry

§

impl Debug for DirEntryError

§

impl Debug for DirEntryError

§

impl Debug for DirOrFile

§

impl Debug for Direction

§

impl Debug for Direction

§

impl Debug for Document

§

impl Debug for DocumentMut

§

impl Debug for Dot

§

impl Debug for DupFlags

§

impl Debug for DwAccess

§

impl Debug for DwAddr

§

impl Debug for DwAt

§

impl Debug for DwAte

§

impl Debug for DwCc

§

impl Debug for DwCfa

§

impl Debug for DwChildren

§

impl Debug for DwDefaulted

§

impl Debug for DwDs

§

impl Debug for DwDsc

§

impl Debug for DwEhPe

§

impl Debug for DwEnd

§

impl Debug for DwForm

§

impl Debug for DwId

§

impl Debug for DwIdx

§

impl Debug for DwInl

§

impl Debug for DwLang

§

impl Debug for DwLle

§

impl Debug for DwLnct

§

impl Debug for DwLne

§

impl Debug for DwLns

§

impl Debug for DwMacro

§

impl Debug for DwOp

§

impl Debug for DwOrd

§

impl Debug for DwRle

§

impl Debug for DwSect

§

impl Debug for DwSectV2

§

impl Debug for DwTag

§

impl Debug for DwUt

§

impl Debug for DwVirtuality

§

impl Debug for DwVis

§

impl Debug for Dwarf

§

impl Debug for DwarfAux32

§

impl Debug for DwarfAux64

§

impl Debug for DwarfFileType

§

impl Debug for DwoId

§

impl Debug for Eager

§

impl Debug for ElemIndex

§

impl Debug for Emscripten

§

impl Debug for EncodeSliceError

§

impl Debug for Encoding

§

impl Debug for Encoding

§

impl Debug for Endianness

§

impl Debug for Endianness

§

impl Debug for Endianness

§

impl Debug for Endianness

§

impl Debug for Endianness

§

impl Debug for EntityType

§

impl Debug for Environment

§

impl Debug for Errno

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for Error

§

impl Debug for ErrorKind

§

impl Debug for ErrorKind

§

impl Debug for ErrorKind

§

impl Debug for ErrorKind

§

impl Debug for ErrorKind

§

impl Debug for Errors

§

impl Debug for ExecuteSequencesError

§

impl Debug for ExpAux

§

impl Debug for ExportIndex

§

impl Debug for ExternType

§

impl Debug for ExternalKind

§

impl Debug for ExtractKind

§

impl Debug for Extractor

§

impl Debug for FSEDecoderError

§

impl Debug for FSETableError

§

impl Debug for FallocateFlags

§

impl Debug for FatArch32

§

impl Debug for FatArch32

§

impl Debug for FatArch64

§

impl Debug for FatArch64

§

impl Debug for FatHeader

§

impl Debug for FatHeader

§

impl Debug for FdFlags

§

impl Debug for FieldType

§

impl Debug for FileAux32

§

impl Debug for FileAux64

§

impl Debug for FileCommandAnnotations

§

impl Debug for FileEntry

§

impl Debug for FileEntry

§

impl Debug for FileEntryFormat

§

impl Debug for FileFlags

§

impl Debug for FileFlags

§

impl Debug for FileHeader

§

impl Debug for FileHeader32

§

impl Debug for FileHeader64

§

impl Debug for FileKind

§

impl Debug for FileKind

§

impl Debug for FileSystemMapping

§

impl Debug for FileSystemMappings

§

impl Debug for FileTime

§

impl Debug for FileType

§

impl Debug for FileTypeDef

§

impl Debug for FilterOp

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for Finder

§

impl Debug for FinderBuilder

§

impl Debug for FinderRev

§

impl Debug for FinderRev

§

impl Debug for FixedSizeScratchError

§

impl Debug for Flag

§

impl Debug for Flags

§

impl Debug for FlagsItem

§

impl Debug for FlagsItemKind

§

impl Debug for FlockOperation

§

impl Debug for Format

§

impl Debug for Frame

§

impl Debug for Frame

§

impl Debug for FrameDecoderError

§

impl Debug for FrameDescriptorError

§

impl Debug for FrameHeaderError

§

impl Debug for FrameInfo

§

impl Debug for FrameKind

§

impl Debug for FromUtf8Error

§

impl Debug for FsEntryType

§

impl Debug for FunAux32

§

impl Debug for FunAux64

§

impl Debug for FuncType

§

impl Debug for FunctionAddressMap

§

impl Debug for FunctionBody

§

impl Debug for FunctionBodyPtr

§

impl Debug for FunctionIndex

§

impl Debug for FunctionType

§

impl Debug for GeneralPurpose

§

impl Debug for GeneralPurposeConfig

§

impl Debug for GenerateChecksum

§

impl Debug for GetBitsError

§

impl Debug for Gid

§

impl Debug for Gitignore

§

impl Debug for GitignoreBuilder

§

impl Debug for Glob

§

impl Debug for Glob

§

impl Debug for GlobMatcher

§

impl Debug for GlobSet

§

impl Debug for GlobSetBuilder

§

impl Debug for Global

§

impl Debug for GlobalIndex

§

impl Debug for GlobalInit

§

impl Debug for GlobalType

§

impl Debug for GlobalType

§

impl Debug for Group

§

impl Debug for GroupInfo

§

impl Debug for GroupInfoError

§

impl Debug for GroupKind

§

impl Debug for Guard

§

impl Debug for Guid

§

impl Debug for Guid

§

impl Debug for HalfMatch

§

impl Debug for Handle

§

impl Debug for HashAlgorithm

§

impl Debug for Hasher

§

impl Debug for Header

§

impl Debug for HealthCheckHttpV1

§

impl Debug for HealthCheckV1

§

impl Debug for HeapType

§

impl Debug for HexLiteralKind

§

impl Debug for Hir

§

impl Debug for HirKind

§

impl Debug for HuffmanDecoderError

§

impl Debug for HuffmanTableError

§

impl Debug for Ident

§

impl Debug for Ident

§

impl Debug for Ieee32

§

impl Debug for Ieee64

§

impl Debug for ImageAlpha64RuntimeFunctionEntry

§

impl Debug for ImageAlpha64RuntimeFunctionEntry

§

impl Debug for ImageAlphaRuntimeFunctionEntry

§

impl Debug for ImageAlphaRuntimeFunctionEntry

§

impl Debug for ImageArchitectureEntry

§

impl Debug for ImageArchitectureEntry

§

impl Debug for ImageArchiveMemberHeader

§

impl Debug for ImageArchiveMemberHeader

§

impl Debug for ImageArm64RuntimeFunctionEntry

§

impl Debug for ImageArm64RuntimeFunctionEntry

§

impl Debug for ImageArmRuntimeFunctionEntry

§

impl Debug for ImageArmRuntimeFunctionEntry

§

impl Debug for ImageAuxSymbolCrc

§

impl Debug for ImageAuxSymbolCrc

§

impl Debug for ImageAuxSymbolFunction

§

impl Debug for ImageAuxSymbolFunction

§

impl Debug for ImageAuxSymbolFunctionBeginEnd

§

impl Debug for ImageAuxSymbolFunctionBeginEnd

§

impl Debug for ImageAuxSymbolSection

§

impl Debug for ImageAuxSymbolSection

§

impl Debug for ImageAuxSymbolTokenDef

§

impl Debug for ImageAuxSymbolTokenDef

§

impl Debug for ImageAuxSymbolWeak

§

impl Debug for ImageAuxSymbolWeak

§

impl Debug for ImageBaseRelocation

§

impl Debug for ImageBaseRelocation

§

impl Debug for ImageBoundForwarderRef

§

impl Debug for ImageBoundForwarderRef

§

impl Debug for ImageBoundImportDescriptor

§

impl Debug for ImageBoundImportDescriptor

§

impl Debug for ImageCoffSymbolsHeader

§

impl Debug for ImageCoffSymbolsHeader

§

impl Debug for ImageCor20Header

§

impl Debug for ImageCor20Header

§

impl Debug for ImageDataDirectory

§

impl Debug for ImageDataDirectory

§

impl Debug for ImageDebugDirectory

§

impl Debug for ImageDebugDirectory

§

impl Debug for ImageDebugMisc

§

impl Debug for ImageDebugMisc

§

impl Debug for ImageDelayloadDescriptor

§

impl Debug for ImageDelayloadDescriptor

§

impl Debug for ImageDosHeader

§

impl Debug for ImageDosHeader

§

impl Debug for ImageDynamicRelocation32

§

impl Debug for ImageDynamicRelocation32

§

impl Debug for ImageDynamicRelocation32V2

§

impl Debug for ImageDynamicRelocation32V2

§

impl Debug for ImageDynamicRelocation64

§

impl Debug for ImageDynamicRelocation64

§

impl Debug for ImageDynamicRelocation64V2

§

impl Debug for ImageDynamicRelocation64V2

§

impl Debug for ImageDynamicRelocationTable

§

impl Debug for ImageDynamicRelocationTable

§

impl Debug for ImageEnclaveConfig32

§

impl Debug for ImageEnclaveConfig32

§

impl Debug for ImageEnclaveConfig64

§

impl Debug for ImageEnclaveConfig64

§

impl Debug for ImageEnclaveImport

§

impl Debug for ImageEnclaveImport

§

impl Debug for ImageEpilogueDynamicRelocationHeader

§

impl Debug for ImageEpilogueDynamicRelocationHeader

§

impl Debug for ImageExportDirectory

§

impl Debug for ImageExportDirectory

§

impl Debug for ImageFileHeader

§

impl Debug for ImageFileHeader

§

impl Debug for ImageFunctionEntry

§

impl Debug for ImageFunctionEntry

§

impl Debug for ImageFunctionEntry64

§

impl Debug for ImageFunctionEntry64

§

impl Debug for ImageHotPatchBase

§

impl Debug for ImageHotPatchBase

§

impl Debug for ImageHotPatchHashes

§

impl Debug for ImageHotPatchHashes

§

impl Debug for ImageHotPatchInfo

§

impl Debug for ImageHotPatchInfo

§

impl Debug for ImageImportByName

§

impl Debug for ImageImportByName

§

impl Debug for ImageImportDescriptor

§

impl Debug for ImageImportDescriptor

§

impl Debug for ImageLinenumber

§

impl Debug for ImageLinenumber

§

impl Debug for ImageLoadConfigCodeIntegrity

§

impl Debug for ImageLoadConfigCodeIntegrity

§

impl Debug for ImageLoadConfigDirectory32

§

impl Debug for ImageLoadConfigDirectory32

§

impl Debug for ImageLoadConfigDirectory64

§

impl Debug for ImageLoadConfigDirectory64

§

impl Debug for ImageNtHeaders32

§

impl Debug for ImageNtHeaders32

§

impl Debug for ImageNtHeaders64

§

impl Debug for ImageNtHeaders64

§

impl Debug for ImageOptionalHeader32

§

impl Debug for ImageOptionalHeader32

§

impl Debug for ImageOptionalHeader64

§

impl Debug for ImageOptionalHeader64

§

impl Debug for ImageOs2Header

§

impl Debug for ImageOs2Header

§

impl Debug for ImagePrologueDynamicRelocationHeader

§

impl Debug for ImagePrologueDynamicRelocationHeader

§

impl Debug for ImageRelocation

§

impl Debug for ImageRelocation

§

impl Debug for ImageResourceDataEntry

§

impl Debug for ImageResourceDataEntry

§

impl Debug for ImageResourceDirStringU

§

impl Debug for ImageResourceDirStringU

§

impl Debug for ImageResourceDirectory

§

impl Debug for ImageResourceDirectory

§

impl Debug for ImageResourceDirectoryEntry

§

impl Debug for ImageResourceDirectoryEntry

§

impl Debug for ImageResourceDirectoryString

§

impl Debug for ImageResourceDirectoryString

§

impl Debug for ImageRomHeaders

§

impl Debug for ImageRomHeaders

§

impl Debug for ImageRomOptionalHeader

§

impl Debug for ImageRomOptionalHeader

§

impl Debug for ImageRuntimeFunctionEntry

§

impl Debug for ImageRuntimeFunctionEntry

§

impl Debug for ImageSectionHeader

§

impl Debug for ImageSectionHeader

§

impl Debug for ImageSeparateDebugHeader

§

impl Debug for ImageSeparateDebugHeader

§

impl Debug for ImageSymbol

§

impl Debug for ImageSymbol

§

impl Debug for ImageSymbolBytes

§

impl Debug for ImageSymbolBytes

§

impl Debug for ImageSymbolEx

§

impl Debug for ImageSymbolEx

§

impl Debug for ImageSymbolExBytes

§

impl Debug for ImageSymbolExBytes

§

impl Debug for ImageThunkData32

§

impl Debug for ImageThunkData32

§

impl Debug for ImageThunkData64

§

impl Debug for ImageThunkData64

§

impl Debug for ImageTlsDirectory32

§

impl Debug for ImageTlsDirectory32

§

impl Debug for ImageTlsDirectory64

§

impl Debug for ImageTlsDirectory64

§

impl Debug for ImageVxdHeader

§

impl Debug for ImageVxdHeader

§

impl Debug for ImportIndex

§

impl Debug for ImportKey

§

impl Debug for ImportObjectHeader

§

impl Debug for ImportObjectHeader

§

impl Debug for ImportType

§

impl Debug for ImportsError

§

impl Debug for Index

§

impl Debug for Index

§

impl Debug for IndexEntry

§

impl Debug for IndexEntry

§

impl Debug for IndexSection

§

impl Debug for IndexSection

§

impl Debug for Infallible

§

impl Debug for InitFunc

§

impl Debug for Inline

§

impl Debug for InlineTable

§

impl Debug for InlineTable

§

impl Debug for InputModes

§

impl Debug for InstanceType

§

impl Debug for InstanceType

§

impl Debug for InstantiationArgKind

§

impl Debug for InstructionAddressMap

§

impl Debug for InternalString

§

impl Debug for InternalString

§

impl Debug for IntoIter

§

impl Debug for InvalidBufferSize

§

impl Debug for InvalidLength

§

impl Debug for InvalidOutputSize

§

impl Debug for IsNormalized

§

impl Debug for Item

§

impl Debug for Item

§

impl Debug for KebabStr

§

impl Debug for KebabString

§

impl Debug for Key

§

impl Debug for Key

§

impl Debug for Lazy

§

impl Debug for LazyStateID

§

impl Debug for Level

§

impl Debug for LibCall

§

impl Debug for LineEncoding

§

impl Debug for LineRow

§

impl Debug for Literal

§

impl Debug for Literal

§

impl Debug for Literal

§

impl Debug for LiteralKind

§

impl Debug for LiteralsSectionParseError

§

impl Debug for LittleEndian

§

impl Debug for LittleEndian

§

impl Debug for LittleEndian

§

impl Debug for LittleEndian

§

impl Debug for LittleEndian<char>

§

impl Debug for LittleEndian<f32>

§

impl Debug for LittleEndian<f64>

§

impl Debug for LittleEndian<i16>

§

impl Debug for LittleEndian<i32>

§

impl Debug for LittleEndian<i64>

§

impl Debug for LittleEndian<i128>

§

impl Debug for LittleEndian<u16>

§

impl Debug for LittleEndian<u32>

§

impl Debug for LittleEndian<u64>

§

impl Debug for LittleEndian<u128>

§

impl Debug for LittleEndian<AtomicI16>

§

impl Debug for LittleEndian<AtomicI32>

§

impl Debug for LittleEndian<AtomicI64>

§

impl Debug for LittleEndian<AtomicU16>

§

impl Debug for LittleEndian<AtomicU32>

§

impl Debug for LittleEndian<AtomicU64>

§

impl Debug for LittleEndian<NonZeroI16>

§

impl Debug for LittleEndian<NonZeroI32>

§

impl Debug for LittleEndian<NonZeroI64>

§

impl Debug for LittleEndian<NonZeroI128>

§

impl Debug for LittleEndian<NonZeroU16>

§

impl Debug for LittleEndian<NonZeroU32>

§

impl Debug for LittleEndian<NonZeroU64>

§

impl Debug for LittleEndian<NonZeroU128>

§

impl Debug for LocalFunctionIndex

§

impl Debug for LocalGlobalIndex

§

impl Debug for LocalHandle

§

impl Debug for LocalMemoryIndex

§

impl Debug for LocalModes

§

impl Debug for LocalTableIndex

§

impl Debug for Lock

§

impl Debug for LockError

§

impl Debug for Look

§

impl Debug for Look

§

impl Debug for LookMatcher

§

impl Debug for LookSet

§

impl Debug for LookSet

§

impl Debug for LookSetIter

§

impl Debug for LookSetIter

§

impl Debug for LookupError

§

impl Debug for LookupError

§

impl Debug for LoongArch

§

impl Debug for MZError

§

impl Debug for MZFlush

§

impl Debug for MZStatus

§

impl Debug for MacError

§

impl Debug for Mangling

§

impl Debug for Manifest

§

impl Debug for Manifest

§

impl Debug for ManifestBuilderError

§

impl Debug for ManifestError

§

impl Debug for ManifestError

§

impl Debug for ManifestSection

§

impl Debug for ManifestSection

§

impl Debug for ManifestWithoutAtomSignatures

§

impl Debug for Map<String, Value>

§

impl Debug for Map<String, Value>

§

impl Debug for MaskedRichHeaderEntry

§

impl Debug for MaskedRichHeaderEntry

§

impl Debug for Match

§

impl Debug for Match

§

impl Debug for MatchError

§

impl Debug for MatchError

§

impl Debug for MatchErrorKind

§

impl Debug for MatchErrorKind

§

impl Debug for MatchKind

§

impl Debug for MatchKind

§

impl Debug for MatchKind

§

impl Debug for MemArg

§

impl Debug for MemInfo

§

impl Debug for MemfdFlags

§

impl Debug for MemoryError

§

impl Debug for MemoryIndex

§

impl Debug for MemoryStyle

§

impl Debug for MemoryType

§

impl Debug for MemoryType

§

impl Debug for Metadata

§

impl Debug for Metadata

§

impl Debug for MiddlewareError

§

impl Debug for Mips32Architecture

§

impl Debug for Mips64Architecture

§

impl Debug for Mmap

§

impl Debug for Mmap

§

impl Debug for MmapError

§

impl Debug for MmapMut

§

impl Debug for MmapOptions

§

impl Debug for MmapRaw

§

impl Debug for MmapType

§

impl Debug for Mode

§

impl Debug for Module

§

impl Debug for ModuleHash

§

impl Debug for ModuleInfo

§

impl Debug for ModuleMetadata

§

impl Debug for ModuleReference

§

impl Debug for ModuleType

§

impl Debug for MountFlags

§

impl Debug for MountPropagationFlags

§

impl Debug for Mutability

§

impl Debug for NFA

§

impl Debug for NFA

§

impl Debug for NFA

§

impl Debug for NamedPackageId

§

impl Debug for NamedPackageIdent

§

impl Debug for NativeEndian<char>

§

impl Debug for NativeEndian<f32>

§

impl Debug for NativeEndian<f64>

§

impl Debug for NativeEndian<i16>

§

impl Debug for NativeEndian<i32>

§

impl Debug for NativeEndian<i64>

§

impl Debug for NativeEndian<i128>

§

impl Debug for NativeEndian<u16>

§

impl Debug for NativeEndian<u32>

§

impl Debug for NativeEndian<u64>

§

impl Debug for NativeEndian<u128>

§

impl Debug for NativeEndian<AtomicI16>

§

impl Debug for NativeEndian<AtomicI32>

§

impl Debug for NativeEndian<AtomicI64>

§

impl Debug for NativeEndian<AtomicU16>

§

impl Debug for NativeEndian<AtomicU32>

§

impl Debug for NativeEndian<AtomicU64>

§

impl Debug for NativeEndian<NonZeroI16>

§

impl Debug for NativeEndian<NonZeroI32>

§

impl Debug for NativeEndian<NonZeroI64>

§

impl Debug for NativeEndian<NonZeroI128>

§

impl Debug for NativeEndian<NonZeroU16>

§

impl Debug for NativeEndian<NonZeroU32>

§

impl Debug for NativeEndian<NonZeroU64>

§

impl Debug for NativeEndian<NonZeroU128>

§

impl Debug for Needed

§

impl Debug for Needed

§

impl Debug for Niche

§

impl Debug for NoDynamicRelocationIterator

§

impl Debug for NonMaxUsize

§

impl Debug for NonPagedDebugInfo

§

impl Debug for NonPagedDebugInfo

§

impl Debug for NonZeroCheckError

§

impl Debug for NotifyLocation

§

impl Debug for NtHeaders

§

impl Debug for NumberValidation

§

impl Debug for OFlags

§

impl Debug for ObjectError

§

impl Debug for ObjectKind

§

impl Debug for ObjectValidation

§

impl Debug for Offset

§

impl Debug for OffsetError

§

impl Debug for OnCalledAction

§

impl Debug for OnceBool

§

impl Debug for OnceNonZeroUsize

§

impl Debug for One

§

impl Debug for One

§

impl Debug for One

§

impl Debug for Opcode

§

impl Debug for OperatingSystem

§

impl Debug for OptionalActions

§

impl Debug for OuterAliasKind

§

impl Debug for OutputModes

§

impl Debug for OverlappingState

§

impl Debug for OverlappingState

§

impl Debug for OverlappingState

§

impl Debug for Override

§

impl Debug for OverrideBuilder

§

impl Debug for OwnedBuffer

§

impl Debug for OwnedDataInitializer

§

impl Debug for OwnedFsEntry

§

impl Debug for OwnedFsEntryDir

§

impl Debug for OwnedFsEntryFile

§

impl Debug for OwnedIntoIter

§

impl Debug for OwnedReader

§

impl Debug for OwnedReader

§

impl Debug for OwnedReaderError

§

impl Debug for OwnedReaderError

§

impl Debug for Package

§

impl Debug for Package

§

impl Debug for PackageBuilderError

§

impl Debug for PackageHash

§

impl Debug for PackageId

§

impl Debug for PackageIdent

§

impl Debug for PackageInfo

§

impl Debug for PackageParseError

§

impl Debug for PackageSource

§

impl Debug for PackedIndex

§

impl Debug for PageCountOutOfRange

§

impl Debug for Pages

§

impl Debug for Pair

§

impl Debug for ParagraphInfo

§

impl Debug for ParkResult

§

impl Debug for ParkToken

§

impl Debug for Parker

§

impl Debug for ParseAlphabetError

§

impl Debug for ParseCpuFeatureError

§

impl Debug for ParseError

§

impl Debug for ParseError

§

impl Debug for ParseOptions

§

impl Debug for Parser

§

impl Debug for Parser

§

impl Debug for Parser

§

impl Debug for ParserBuilder

§

impl Debug for ParserBuilder

§

impl Debug for PathSegment

§

impl Debug for PathSegmentError

§

impl Debug for PathSegments

§

impl Debug for PatternID

§

impl Debug for PatternID

§

impl Debug for PatternIDError

§

impl Debug for PatternIDError

§

impl Debug for PatternSet

§

impl Debug for PatternSetInsertError

§

impl Debug for Payload<'_>

§

impl Debug for Pid

§

impl Debug for PikeVM

§

impl Debug for Pointer

§

impl Debug for PointerWidth

§

impl Debug for Position

§

impl Debug for PreInstantiationError

§

impl Debug for Prefilter

§

impl Debug for Prefilter

§

impl Debug for PrefilterConfig

§

impl Debug for PrefixRange

§

impl Debug for PrimitiveValType

§

impl Debug for Printer

§

impl Debug for Printer

§

impl Debug for ProgramHeader

§

impl Debug for Properties

§

impl Debug for Protection

§

impl Debug for QueueSelector

§

impl Debug for RandomState

§

impl Debug for RandomState

§

impl Debug for Range

§

impl Debug for Range

§

impl Debug for Range

§

impl Debug for Raw

§

impl Debug for RawString

§

impl Debug for RawString

§

impl Debug for RawValue

§

impl Debug for ReadFrameHeaderError

§

impl Debug for ReadWriteFlags

§

impl Debug for ReaderOffsetId

§

impl Debug for RecGroup

§

impl Debug for RecGroupId

§

impl Debug for RecordType

§

impl Debug for RefAsBox

§

impl Debug for RefType

§

impl Debug for Regex

§

impl Debug for Regex

§

impl Debug for Region

§

impl Debug for Register

§

impl Debug for Rel

§

impl Debug for Rel32

§

impl Debug for Rel64

§

impl Debug for RelPtrError

§

impl Debug for Relocation

§

impl Debug for Relocation

§

impl Debug for Relocation

§

impl Debug for Relocation

§

impl Debug for RelocationEncoding

§

impl Debug for RelocationEncoding

§

impl Debug for RelocationInfo

§

impl Debug for RelocationInfo

§

impl Debug for RelocationKind

§

impl Debug for RelocationKind

§

impl Debug for RelocationKind

§

impl Debug for RelocationSections

§

impl Debug for RelocationTarget

§

impl Debug for RelocationTarget

§

impl Debug for Remapping

§

impl Debug for RemoveRefSiblings

§

impl Debug for RenameFlags

§

impl Debug for Repetition

§

impl Debug for Repetition

§

impl Debug for RepetitionKind

§

impl Debug for RepetitionOp

§

impl Debug for RepetitionRange

§

impl Debug for ReplaceBoolSchemas

§

impl Debug for Repr

§

impl Debug for Repr

§

impl Debug for RequeueOp

§

impl Debug for ResolveFlags

§

impl Debug for ResourceId

§

impl Debug for ResourceName

§

impl Debug for ResourceNameOrId

§

impl Debug for RichHeaderEntry

§

impl Debug for RiscV

§

impl Debug for Riscv32Architecture

§

impl Debug for Riscv64Architecture

§

impl Debug for Rng

§

impl Debug for RootSchema

§

impl Debug for RunTimeEndian

§

impl Debug for ScatteredRelocationInfo

§

impl Debug for ScatteredRelocationInfo

§

impl Debug for Schema

§

impl Debug for SchemaGenerator

§

impl Debug for SchemaObject

§

impl Debug for SchemaSettings

§

impl Debug for Scope<'_>

§

impl Debug for SealFlags

§

impl Debug for Searcher

§

impl Debug for Section

§

impl Debug for Section

§

impl Debug for Section

§

impl Debug for SectionBaseAddresses

§

impl Debug for SectionBody

§

impl Debug for SectionBodyPtr

§

impl Debug for SectionError

§

impl Debug for SectionError

§

impl Debug for SectionFlags

§

impl Debug for SectionFlags

§

impl Debug for SectionHeader

§

impl Debug for SectionHeader32

§

impl Debug for SectionHeader64

§

impl Debug for SectionId

§

impl Debug for SectionId

§

impl Debug for SectionIndex

§

impl Debug for SectionIndex

§

impl Debug for SectionIndex

§

impl Debug for SectionKind

§

impl Debug for SectionKind

§

impl Debug for SectionRange

§

impl Debug for SeekFrom

§

impl Debug for SegmentFlags

§

impl Debug for SegmentFlags

§

impl Debug for SegmentFlags

§

impl Debug for Seq

§

impl Debug for SequencesHeaderParseError

§

impl Debug for SerializeError

§

impl Debug for SerializeError

§

impl Debug for SetFlags

§

impl Debug for SetSingleExample

§

impl Debug for Sha256Hash

§

impl Debug for Sha256HashParseError

§

impl Debug for Sha256VarCore

§

impl Debug for Sha512VarCore

§

impl Debug for SharedDeserializeMap

§

impl Debug for SharedDeserializeMapError

§

impl Debug for SharedError

§

impl Debug for SharedSerializeMap

§

impl Debug for SharedSerializeMapError

§

impl Debug for SharedValidator

§

impl Debug for Signature

§

impl Debug for Signature

§

impl Debug for Signature

§

impl Debug for SignatureAlgorithm

§

impl Debug for SignatureAlgorithm

§

impl Debug for SignatureError

§

impl Debug for SignatureError

§

impl Debug for SignatureIndex

§

impl Debug for SignatureRegistry

§

impl Debug for Size

§

impl Debug for Skip

§

impl Debug for SmallIndex

§

impl Debug for SmallIndexError

§

impl Debug for SourceLoc

§

impl Debug for Span

§

impl Debug for Span

§

impl Debug for Span

§

impl Debug for Span

§

impl Debug for Span

§

impl Debug for SparseTransitions

§

impl Debug for SpecialCodes

§

impl Debug for SpecialLiteralKind

§

impl Debug for StandardSection

§

impl Debug for StandardSegment

§

impl Debug for StartError

§

impl Debug for StartError

§

impl Debug for StartKind

§

impl Debug for StartKind

§

impl Debug for StatAux

§

impl Debug for StatVfsMountFlags

§

impl Debug for State

§

impl Debug for StateID

§

impl Debug for StateID

§

impl Debug for StateIDError

§

impl Debug for StateIDError

§

impl Debug for StatxFlags

§

impl Debug for StorageType

§

impl Debug for StoreId

§

impl Debug for StoreObjects

§

impl Debug for StoreOnHeap

§

impl Debug for StrCheckError

§

impl Debug for StrContext

§

impl Debug for StrContext

§

impl Debug for StrContextValue

§

impl Debug for StrContextValue

§

impl Debug for StreamResult

§

impl Debug for StreamingReaderError

§

impl Debug for StreamingReaderError

§

impl Debug for Strictness

§

impl Debug for StringId

§

impl Debug for StringValidation

§

impl Debug for StructCheckError

§

impl Debug for StructType

§

impl Debug for SubArchitecture

§

impl Debug for SubType

§

impl Debug for SubschemaValidation

§

impl Debug for SuffixRange

§

impl Debug for Sym

§

impl Debug for Symbol

§

impl Debug for Symbol

§

impl Debug for Symbol

§

impl Debug for Symbol32

§

impl Debug for Symbol64

§

impl Debug for SymbolBytes

§

impl Debug for SymbolFlags

§

impl Debug for SymbolId

§

impl Debug for SymbolIndex

§

impl Debug for SymbolIndex

§

impl Debug for SymbolKind

§

impl Debug for SymbolKind

§

impl Debug for SymbolScope

§

impl Debug for SymbolScope

§

impl Debug for SymbolSection

§

impl Debug for SymbolSection

§

impl Debug for TDEFLFlush

§

impl Debug for TDEFLStatus

§

impl Debug for TINFLStatus

§

impl Debug for Table

§

impl Debug for Table

§

impl Debug for TableElement

§

impl Debug for TableIndex

§

impl Debug for TableInitializer

§

impl Debug for TableStyle

§

impl Debug for TableType

§

impl Debug for TableType

§

impl Debug for Tag

§

impl Debug for Tag

§

impl Debug for Tag

§

impl Debug for TagKind

§

impl Debug for TagType

§

impl Debug for Target

§

impl Debug for TargetSharedSignatureIndex

§

impl Debug for Termios

§

impl Debug for ThreadConditions

§

impl Debug for Three

§

impl Debug for Three

§

impl Debug for Three

§

impl Debug for Time

§

impl Debug for Timestamps

§

impl Debug for Timestamps

§

impl Debug for Timestamps

§

impl Debug for TomlError

§

impl Debug for TomlError

§

impl Debug for Transition

§

impl Debug for Translator

§

impl Debug for TranslatorBuilder

§

impl Debug for Trap

§

impl Debug for TrapCode

§

impl Debug for TrapHandlerRegs

§

impl Debug for TrapInformation

§

impl Debug for Triple

§

impl Debug for TruncSide

§

impl Debug for TryDemangleError

§

impl Debug for TryFromSliceError

§

impl Debug for TryReserveError

§

impl Debug for TryReserveError

§

impl Debug for TryReserveError

§

impl Debug for TryReserveError

§

impl Debug for TryTable

§

impl Debug for TupleStructCheckError

§

impl Debug for TupleType

§

impl Debug for Two

§

impl Debug for Two

§

impl Debug for Two

§

impl Debug for Type

§

impl Debug for TypeBounds

§

impl Debug for TypeRef

§

impl Debug for Types

§

impl Debug for Uid

§

impl Debug for UnicodeWordBoundaryError

§

impl Debug for UnicodeWordError

§

impl Debug for UninitSlice

§

impl Debug for UninitializedFieldError

§

impl Debug for Unit

§

impl Debug for UnitIndexSection

§

impl Debug for UnixTimestamp

§

impl Debug for UnixTimestampError

§

impl Debug for UnmountFlags

§

impl Debug for UnpackedIndex

§

impl Debug for UnparkResult

§

impl Debug for UnparkToken

§

impl Debug for Unparker

§

impl Debug for Unsafe

§

impl Debug for UnsupportedPlatformError

§

impl Debug for UrlOrManifest

§

impl Debug for Utf8Error

§

impl Debug for Utf8Error

§

impl Debug for Utf8Error

§

impl Debug for Utf8Range

§

impl Debug for Utf8Sequence

§

impl Debug for Utf8Sequences

§

impl Debug for V128

§

impl Debug for V128

§

impl Debug for VMBuiltinFunctionIndex

§

impl Debug for VMCallerCheckedAnyfunc

§

impl Debug for VMContext

§

impl Debug for VMExternObj

§

impl Debug for VMExternRef

§

impl Debug for VMFuncRef

§

impl Debug for VMFunction

§

impl Debug for VMFunctionContext

§

impl Debug for VMFunctionEnvironment

§

impl Debug for VMFunctionImport

§

impl Debug for VMFunctionKind

§

impl Debug for VMGlobal

§

impl Debug for VMGlobalDefinition

§

impl Debug for VMInstance

§

impl Debug for VMMemory

§

impl Debug for VMMemoryDefinition

§

impl Debug for VMOffsets

§

impl Debug for VMOwnedMemory

§

impl Debug for VMSharedMemory

§

impl Debug for VMSharedSignatureIndex

§

impl Debug for VMTable

§

impl Debug for VMTableDefinition

§

impl Debug for ValType

§

impl Debug for ValgrindStackRegistration

§

impl Debug for ValidationError

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for Value

§

impl Debug for ValueType

§

impl Debug for VariantCase

§

impl Debug for VariantType

§

impl Debug for Vendor

§

impl Debug for Vendor

§

impl Debug for Verdef

§

impl Debug for Vernaux

§

impl Debug for Verneed

§

impl Debug for Version

§

impl Debug for VersionIndex

§

impl Debug for Volume

§

impl Debug for Volume

§

impl Debug for VolumeError

§

impl Debug for VolumeHeaderError

§

impl Debug for VolumeHeaderError

§

impl Debug for VolumeSection

§

impl Debug for VolumeSection

§

impl Debug for VolumeSpecificPath

§

impl Debug for WaiBindings

§

impl Debug for WaiBindings

§

impl Debug for WaitGroup

§

impl Debug for WaiterError

§

impl Debug for WalkBuilder

§

impl Debug for WalkDir

§

impl Debug for WalkState

§

impl Debug for Wapm

§

impl Debug for Wasi

§

impl Debug for WasmError

§

impl Debug for WasmFeatures

§

impl Debug for WasmerPackageError

§

impl Debug for WatchFlags

§

impl Debug for Wcgi

§

impl Debug for WebCMmap

§

impl Debug for WebCOwned

§

impl Debug for WhichCaptures

§

impl Debug for WitBindings

§

impl Debug for WitBindings

§

impl Debug for WithComments

§

impl Debug for WritingAtoms

§

impl Debug for WritingAtoms

§

impl Debug for WritingManifest

§

impl Debug for WritingManifest

§

impl Debug for WritingVolumes

§

impl Debug for WritingVolumes

§

impl Debug for X86

§

impl Debug for X86_32Architecture

§

impl Debug for X86_64

§

impl Debug for XattrFlags

§

impl Debug for XxHash32

§

impl Debug for XxHash64

§

impl Debug for __kernel_fd_set

§

impl Debug for __kernel_fsid_t

§

impl Debug for __kernel_itimerspec

§

impl Debug for __kernel_old_itimerval

§

impl Debug for __kernel_old_timespec

§

impl Debug for __kernel_old_timeval

§

impl Debug for __kernel_sock_timeval

§

impl Debug for __kernel_timespec

§

impl Debug for __old_kernel_stat

§

impl Debug for __sifields__bindgen_ty_1

§

impl Debug for __sifields__bindgen_ty_4

§

impl Debug for __sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_1

§

impl Debug for __sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_2

§

impl Debug for __sifields__bindgen_ty_5__bindgen_ty_1__bindgen_ty_3

§

impl Debug for __sifields__bindgen_ty_6

§

impl Debug for __sifields__bindgen_ty_7

§

impl Debug for __user_cap_data_struct

§

impl Debug for __user_cap_header_struct

§

impl Debug for clone_args

§

impl Debug for compat_statfs64

source§

impl Debug for dyn Any

source§

impl Debug for dyn Any + Send

1.28.0 · source§

impl Debug for dyn Any + Sync + Send

§

impl Debug for epoll_event

§

impl Debug for f_owner_ex

§

impl Debug for file_clone_range

§

impl Debug for file_dedupe_range

§

impl Debug for file_dedupe_range_info

§

impl Debug for files_stat_struct

§

impl Debug for flock

§

impl Debug for flock64

§

impl Debug for fsconfig_command

§

impl Debug for fscrypt_key

§

impl Debug for fscrypt_policy_v1

§

impl Debug for fscrypt_policy_v2

§

impl Debug for fscrypt_provisioning_key_payload

§

impl Debug for fstrim_range

§

impl Debug for fsxattr

§

impl Debug for futex_waitv

§

impl Debug for inodes_stat_t

§

impl Debug for inotify_event

§

impl Debug for iovec

§

impl Debug for itimerspec

§

impl Debug for itimerval

§

impl Debug for kernel_sigaction

§

impl Debug for kernel_sigset_t

§

impl Debug for ktermios

§

impl Debug for linux_dirent64

§

impl Debug for membarrier_cmd

§

impl Debug for membarrier_cmd_flag

§

impl Debug for mount_attr

§

impl Debug for open_how

§

impl Debug for pollfd

§

impl Debug for rand_pool_info

§

impl Debug for rlimit

§

impl Debug for rlimit64

§

impl Debug for robust_list

§

impl Debug for robust_list_head

§

impl Debug for rusage

§

impl Debug for sigaction

§

impl Debug for sigaltstack

§

impl Debug for sigevent__bindgen_ty_1__bindgen_ty_1

§

impl Debug for stat

§

impl Debug for statfs

§

impl Debug for statfs64

§

impl Debug for statx

§

impl Debug for statx_timestamp

§

impl Debug for termio

§

impl Debug for termios

§

impl Debug for termios2

§

impl Debug for timespec

§

impl Debug for timeval

§

impl Debug for timezone

§

impl Debug for uffd_msg__bindgen_ty_1__bindgen_ty_2

§

impl Debug for uffd_msg__bindgen_ty_1__bindgen_ty_3

§

impl Debug for uffd_msg__bindgen_ty_1__bindgen_ty_4

§

impl Debug for uffd_msg__bindgen_ty_1__bindgen_ty_5

§

impl Debug for uffdio_api

§

impl Debug for uffdio_continue

§

impl Debug for uffdio_copy

§

impl Debug for uffdio_range

§

impl Debug for uffdio_register

§

impl Debug for uffdio_writeprotect

§

impl Debug for uffdio_zeropage

§

impl Debug for user_desc

§

impl Debug for vfs_cap_data

§

impl Debug for vfs_cap_data__bindgen_ty_1

§

impl Debug for vfs_ns_cap_data

§

impl Debug for vfs_ns_cap_data__bindgen_ty_1

§

impl Debug for winsize

source§

impl<'a> Debug for CompiledFunctionFrameInfoVariant<'a>

source§

impl<'a> Debug for FunctionAddressMapInstructionVariant<'a>

source§

impl<'a> Debug for FunctionAddressMapVariant<'a>

source§

impl<'a> Debug for VecTrapInformationVariant<'a>

source§

impl<'a> Debug for Component<'a>

source§

impl<'a> Debug for Prefix<'a>

source§

impl<'a> Debug for Unexpected<'a>

source§

impl<'a> Debug for ModuleFromArchive<'a>

source§

impl<'a> Debug for MiddlewareBinaryReader<'a>

source§

impl<'a> Debug for MiddlewareReaderState<'a>

source§

impl<'a> Debug for CharSearcher<'a>

source§

impl<'a> Debug for wasmer_compiler::lib::std::str::Bytes<'a>

source§

impl<'a> Debug for wasmer_compiler::lib::std::str::CharIndices<'a>

1.34.0 · source§

impl<'a> Debug for wasmer_compiler::lib::std::str::EscapeDebug<'a>

1.34.0 · source§

impl<'a> Debug for wasmer_compiler::lib::std::str::EscapeDefault<'a>

1.34.0 · source§

impl<'a> Debug for wasmer_compiler::lib::std::str::EscapeUnicode<'a>

source§

impl<'a> Debug for wasmer_compiler::lib::std::str::Lines<'a>

source§

impl<'a> Debug for LinesAny<'a>

1.34.0 · source§

impl<'a> Debug for SplitAsciiWhitespace<'a>

1.1.0 · source§

impl<'a> Debug for SplitWhitespace<'a>

source§

impl<'a> Debug for Utf8Chunk<'a>

source§

impl<'a> Debug for Request<'a>

source§

impl<'a> Debug for Source<'a>

1.10.0 · source§

impl<'a> Debug for core::panic::location::Location<'a>

1.10.0 · source§

impl<'a> Debug for PanicInfo<'a>

1.60.0 · source§

impl<'a> Debug for EscapeAscii<'a>

source§

impl<'a> Debug for BorrowedCursor<'a>

1.36.0 · source§

impl<'a> Debug for IoSlice<'a>

1.36.0 · source§

impl<'a> Debug for IoSliceMut<'a>

source§

impl<'a> Debug for std::net::tcp::Incoming<'a>

source§

impl<'a> Debug for SocketAncillary<'a>

1.10.0 · source§

impl<'a> Debug for std::os::unix::net::listener::Incoming<'a>

1.28.0 · source§

impl<'a> Debug for Ancestors<'a>

source§

impl<'a> Debug for PrefixComponent<'a>

1.57.0 · source§

impl<'a> Debug for CommandArgs<'a>

1.57.0 · source§

impl<'a> Debug for CommandEnvs<'a>

source§

impl<'a> Debug for log::Metadata<'a>

source§

impl<'a> Debug for MetadataBuilder<'a>

source§

impl<'a> Debug for Record<'a>

source§

impl<'a> Debug for RecordBuilder<'a>

source§

impl<'a> Debug for PrettyFormatter<'a>

source§

impl<'a> Debug for PathSegmentsMut<'a>

source§

impl<'a> Debug for UrlQuery<'a>

§

impl<'a> Debug for ArchiveValidator<'a>

§

impl<'a> Debug for BinaryReader<'a>

§

impl<'a> Debug for BranchHintFunction<'a>

§

impl<'a> Debug for ByteClassElements<'a>

§

impl<'a> Debug for ByteClassIter<'a>

§

impl<'a> Debug for ByteClassRepresentatives<'a>

§

impl<'a> Debug for ByteSerialize<'a>

§

impl<'a> Debug for Bytes<'a>

§

impl<'a> Debug for BytesOrWideString<'a>

§

impl<'a> Debug for Candidate<'a>

§

impl<'a> Debug for CapturesPatternIter<'a>

§

impl<'a> Debug for CharIndices<'a>

§

impl<'a> Debug for Chars<'a>

§

impl<'a> Debug for Chunk<'a>

§

impl<'a> Debug for ClassBytesIter<'a>

§

impl<'a> Debug for ClassUnicodeIter<'a>

§

impl<'a> Debug for Comdat<'a>

§

impl<'a> Debug for CompiledFunctionUnwindInfoReference<'a>

§

impl<'a> Debug for ComponentAlias<'a>

§

impl<'a> Debug for ComponentDefinedType<'a>

§

impl<'a> Debug for ComponentExport<'a>

§

impl<'a> Debug for ComponentExportName<'a>

§

impl<'a> Debug for ComponentFuncResult<'a>

§

impl<'a> Debug for ComponentFuncType<'a>

§

impl<'a> Debug for ComponentImport<'a>

§

impl<'a> Debug for ComponentImportName<'a>

§

impl<'a> Debug for ComponentInstance<'a>

§

impl<'a> Debug for ComponentInstantiationArg<'a>

§

impl<'a> Debug for ComponentNameKind<'a>

§

impl<'a> Debug for ComponentType<'a>

§

impl<'a> Debug for ComponentTypeDeclaration<'a>

§

impl<'a> Debug for ConstExpr<'a>

§

impl<'a> Debug for CoreDumpModulesSection<'a>

§

impl<'a> Debug for CoreType<'a>

§

impl<'a> Debug for CustomSectionReader<'a>

§

impl<'a> Debug for Data<'a>

§

impl<'a> Debug for DataKind<'a>

§

impl<'a> Debug for DebugHaystack<'a>

§

impl<'a> Debug for DefaultValidator<'a>

§

impl<'a> Debug for Demangle<'a>

§

impl<'a> Debug for DependencyName<'a>

§

impl<'a> Debug for DirEntry<'a>

§

impl<'a> Debug for DirEntry<'a>

§

impl<'a> Debug for DirOrFileWithBytes<'a>

§

impl<'a> Debug for Directory<'a>

§

impl<'a> Debug for Directory<'a>

§

impl<'a> Debug for DrainBytes<'a>

§

impl<'a> Debug for Dylink0Subsection<'a>

§

impl<'a> Debug for EscapeBytes<'a>

§

impl<'a> Debug for Export<'a>

§

impl<'a> Debug for Export<'a>

§

impl<'a> Debug for ExportInfo<'a>

§

impl<'a> Debug for ExportTarget<'a>

§

impl<'a> Debug for Fields<'a>

§

impl<'a> Debug for FileEntry<'a>

§

impl<'a> Debug for FileEntry<'a>

§

impl<'a> Debug for Finder<'a>

§

impl<'a> Debug for FinderReverse<'a>

§

impl<'a> Debug for FsEntry<'a>

§

impl<'a> Debug for FunctionBody<'a>

§

impl<'a> Debug for Glob<'a>

§

impl<'a> Debug for Glob<'a>

§

impl<'a> Debug for GlobBuilder<'a>

§

impl<'a> Debug for Global<'a>

§

impl<'a> Debug for GraphemeIndices<'a>

§

impl<'a> Debug for Graphemes<'a>

§

impl<'a> Debug for GroupInfoAllNames<'a>

§

impl<'a> Debug for GroupInfoPatternNames<'a>

§

impl<'a> Debug for HashName<'a>

§

impl<'a> Debug for Import<'a>

§

impl<'a> Debug for ImportInfo<'a>

§

impl<'a> Debug for IndirectNaming<'a>

§

impl<'a> Debug for Instance<'a>

§

impl<'a> Debug for InstanceTypeDeclaration<'a>

§

impl<'a> Debug for InstantiationArg<'a>

§

impl<'a> Debug for InterfaceName<'a>

§

impl<'a> Debug for Lines<'a>

§

impl<'a> Debug for LinesWithTerminator<'a>

§

impl<'a> Debug for Linking<'a>

§

impl<'a> Debug for LinkingSectionReader<'a>

§

impl<'a> Debug for ModuleTypeDeclaration<'a>

§

impl<'a> Debug for MutSliceRead<'a>

§

impl<'a> Debug for Naming<'a>

§

impl<'a> Debug for Object<'a>

§

impl<'a> Debug for Operator<'a>

§

impl<'a> Debug for PatternIter<'a>

§

impl<'a> Debug for PatternSetIter<'a>

§

impl<'a> Debug for PercentDecode<'a>

§

impl<'a> Debug for ProducersField<'a>

§

impl<'a> Debug for ProducersFieldValue<'a>

§

impl<'a> Debug for RawDirEntry<'a>

§

impl<'a> Debug for RecursiveFsEntry<'a>

§

impl<'a> Debug for RecursiveFsEntryDir<'a>

§

impl<'a> Debug for ResourceFunc<'a>

§

impl<'a> Debug for Section<'a>

§

impl<'a> Debug for Segment<'a>

§

impl<'a> Debug for SentenceIndices<'a>

§

impl<'a> Debug for Sentences<'a>

§

impl<'a> Debug for SliceRead<'a>

§

impl<'a> Debug for SliceWrite<'a>

§

impl<'a> Debug for SymbolInfo<'a>

§

impl<'a> Debug for SymbolName<'a>

§

impl<'a> Debug for Table<'a>

§

impl<'a> Debug for TableInit<'a>

§

impl<'a> Debug for UrlName<'a>

§

impl<'a> Debug for Utf8Chunks<'a>

§

impl<'a> Debug for VariantCase<'a>

§

impl<'a> Debug for VolumeHeader<'a>

§

impl<'a> Debug for WordIndices<'a>

§

impl<'a> Debug for Words<'a>

§

impl<'a> Debug for WordsWithBreakIndices<'a>

§

impl<'a> Debug for WordsWithBreaks<'a>

source§

impl<'a, 'b> Debug for CharSliceSearcher<'a, 'b>

source§

impl<'a, 'b> Debug for StrSearcher<'a, 'b>

source§

impl<'a, 'b> Debug for tempfile::Builder<'a, 'b>

§

impl<'a, 'b> Debug for SliceReadFixed<'a, 'b>

source§

impl<'a, 'b, const N: usize> Debug for CharArrayRefSearcher<'a, 'b, N>

§

impl<'a, 'bases, R> Debug for EhHdrTableIter<'a, 'bases, R>where R: Debug + Reader,

§

impl<'a, 'ctx, R, A> Debug for UnwindTable<'a, 'ctx, R, A>where R: Debug + Reader, A: Debug + UnwindContextStorage<R>,

source§

impl<'a, 'f> Debug for VaList<'a, 'f>where @@ -1325,8 +1325,7 @@
Examples
T3: Debug, T2: Debug, T1: Debug, - T0: Debug,

source§

impl<T> Debug for MaybeInstanceOwned<T>where - T: Debug,

1.17.0 · source§

impl<T> Debug for Bound<T>where + T0: Debug,

1.17.0 · source§

impl<T> Debug for Bound<T>where T: Debug,

source§

impl<T> Debug for TryLockError<T>

source§

impl<T> Debug for TrySendError<T>

source§

impl<T> Debug for Option<T>where T: Debug,

1.36.0 · source§

impl<T> Debug for Poll<T>where T: Debug,

source§

impl<T> Debug for *const Twhere @@ -1336,8 +1335,7 @@
Examples
T: Debug + ?Sized,

source§

impl<T> Debug for [T]where T: Debug,

source§

impl<T> Debug for (T₁, T₂, …, Tₙ)where T: Debug + ?Sized,

This trait is implemented for tuples up to twelve items long.

-
source§

impl<T> Debug for InternalStoreHandle<T>

source§

impl<T> Debug for StoreHandle<T>where - T: StoreObject,

source§

impl<T> Debug for ThinBox<T>where +

source§

impl<T> Debug for ThinBox<T>where T: Debug + ?Sized,

1.17.0 · source§

impl<T> Debug for wasmer_compiler::lib::std::collections::binary_heap::Iter<'_, T>where T: Debug,

1.17.0 · source§

impl<T> Debug for wasmer_compiler::lib::std::collections::btree_set::Iter<'_, T>where T: Debug,

1.17.0 · source§

impl<T> Debug for wasmer_compiler::lib::std::collections::btree_set::SymmetricDifference<'_, T>where @@ -1440,12 +1438,13 @@
Examples
T: Debug,

§

impl<T> Debug for Formatted<T>where T: Debug,

§

impl<T> Debug for Immutable<T>where T: Debug + ?Sized,

§

impl<T> Debug for ImportType<T>where - T: Debug,

§

impl<T> Debug for Injector<T>

§

impl<T> Debug for IntoIter<T>where + T: Debug,

§

impl<T> Debug for Injector<T>

§

impl<T> Debug for InternalStoreHandle<T>

§

impl<T> Debug for IntoIter<T>where T: Debug,

§

impl<T> Debug for IntoIter<T>where T: Debug,

§

impl<T> Debug for Iter<'_, T>where T: Debug,

§

impl<T> Debug for Limit<T>where T: Debug,

§

impl<T> Debug for LocationListsOffset<T>where T: Debug,

§

impl<T> Debug for Match<T>where + T: Debug,

§

impl<T> Debug for MaybeInstanceOwned<T>where T: Debug,

§

impl<T> Debug for OnceBox<T>

§

impl<T> Debug for OnceCell<T>where T: Debug,

§

impl<T> Debug for OnceCell<T>where T: Debug,

§

impl<T> Debug for Owned<T>where @@ -1467,7 +1466,8 @@
Examples
T: Debug,

§

impl<T> Debug for Slice<T>where T: Debug,

§

impl<T> Debug for SliceCheckError<T>where T: Debug,

§

impl<T> Debug for Spanned<T>where - T: Debug,

§

impl<T> Debug for Steal<T>

§

impl<T> Debug for Stealer<T>

§

impl<T> Debug for Subsections<'_, T>

§

impl<T> Debug for SymbolMap<T>where + T: Debug,

§

impl<T> Debug for Steal<T>

§

impl<T> Debug for Stealer<T>

§

impl<T> Debug for StoreHandle<T>where + T: StoreObject,

§

impl<T> Debug for Subsections<'_, T>

§

impl<T> Debug for SymbolMap<T>where T: Debug + SymbolMapEntry,

§

impl<T> Debug for Take<T>where T: Debug,

§

impl<T> Debug for Unalign<T>where T: Unaligned + Debug,

§

impl<T> Debug for UnitOffset<T>where diff --git a/crates/doc/wasmer_compiler/lib/std/fmt/trait.Display.html b/crates/doc/wasmer_compiler/lib/std/fmt/trait.Display.html index fbd5216ef14..a755260d571 100644 --- a/crates/doc/wasmer_compiler/lib/std/fmt/trait.Display.html +++ b/crates/doc/wasmer_compiler/lib/std/fmt/trait.Display.html @@ -45,7 +45,7 @@
Examples
assert_eq!("(1.987, 2.983)", format!("{}", Position { longitude: 1.987, latitude: 2.983, })); -

Implementors§

source§

impl Display for WaiterError

source§

impl Display for Trap

§

impl Display for ImportError

source§

impl Display for InstantiationError

source§

impl Display for LinkError

1.15.0 · source§

impl Display for RecvTimeoutError

source§

impl Display for TryRecvError

source§

impl Display for AsciiChar

1.34.0 · source§

impl Display for Infallible

1.7.0 · source§

impl Display for IpAddr

source§

impl Display for SocketAddr

source§

impl Display for VarError

1.60.0 · source§

impl Display for std::io::error::ErrorKind

source§

impl Display for FromHexError

source§

impl Display for Level

source§

impl Display for LevelFilter

source§

impl Display for serde_json::value::Value

source§

impl Display for url::parser::ParseError

source§

impl Display for SyntaxViolation

source§

impl Display for Variant

source§

impl Display for bool

source§

impl Display for char

source§

impl Display for f32

source§

impl Display for f64

source§

impl Display for i8

source§

impl Display for i16

source§

impl Display for i32

source§

impl Display for i64

source§

impl Display for i128

source§

impl Display for isize

source§

impl Display for !

source§

impl Display for str

source§

impl Display for u8

source§

impl Display for u16

source§

impl Display for u32

source§

impl Display for u64

source§

impl Display for u128

source§

impl Display for usize

1.57.0 · source§

impl Display for wasmer_compiler::lib::std::collections::TryReserveError

source§

impl Display for ParseBoolError

source§

impl Display for wasmer_compiler::lib::std::str::Utf8Error

source§

impl Display for wasmer_compiler::lib::std::string::FromUtf8Error

source§

impl Display for FromUtf16Error

source§

impl Display for String

source§

impl Display for RecvError

1.58.0 · source§

impl Display for FromVecWithNulError

1.7.0 · source§

impl Display for IntoStringError

source§

impl Display for NulError

1.28.0 · source§

impl Display for LayoutError

source§

impl Display for core::alloc::AllocError

1.36.0 · source§

impl Display for core::array::TryFromSliceError

1.39.0 · source§

impl Display for core::ascii::EscapeDefault

1.13.0 · source§

impl Display for BorrowError

1.13.0 · source§

impl Display for BorrowMutError

1.34.0 · source§

impl Display for CharTryFromError

1.20.0 · source§

impl Display for ParseCharError

1.9.0 · source§

impl Display for DecodeUtf16Error

1.20.0 · source§

impl Display for core::char::EscapeDebug

1.16.0 · source§

impl Display for core::char::EscapeDefault

1.16.0 · source§

impl Display for core::char::EscapeUnicode

1.16.0 · source§

impl Display for ToLowercase

1.16.0 · source§

impl Display for ToUppercase

1.59.0 · source§

impl Display for TryFromCharError

1.69.0 · source§

impl Display for FromBytesUntilNulError

1.17.0 · source§

impl Display for FromBytesWithNulError

source§

impl Display for Ipv4Addr

source§

impl Display for Ipv6Addr

Write an Ipv6Addr, conforming to the canonical style described by +

Implementors§

§

impl Display for ImportError

source§

impl Display for InstantiationError

source§

impl Display for LinkError

1.15.0 · source§

impl Display for RecvTimeoutError

source§

impl Display for TryRecvError

source§

impl Display for AsciiChar

1.34.0 · source§

impl Display for Infallible

1.7.0 · source§

impl Display for IpAddr

source§

impl Display for SocketAddr

source§

impl Display for VarError

1.60.0 · source§

impl Display for std::io::error::ErrorKind

source§

impl Display for FromHexError

source§

impl Display for Level

source§

impl Display for LevelFilter

source§

impl Display for serde_json::value::Value

source§

impl Display for url::parser::ParseError

source§

impl Display for SyntaxViolation

source§

impl Display for Variant

source§

impl Display for bool

source§

impl Display for char

source§

impl Display for f32

source§

impl Display for f64

source§

impl Display for i8

source§

impl Display for i16

source§

impl Display for i32

source§

impl Display for i64

source§

impl Display for i128

source§

impl Display for isize

source§

impl Display for !

source§

impl Display for str

source§

impl Display for u8

source§

impl Display for u16

source§

impl Display for u32

source§

impl Display for u64

source§

impl Display for u128

source§

impl Display for usize

1.57.0 · source§

impl Display for wasmer_compiler::lib::std::collections::TryReserveError

source§

impl Display for ParseBoolError

source§

impl Display for wasmer_compiler::lib::std::str::Utf8Error

source§

impl Display for wasmer_compiler::lib::std::string::FromUtf8Error

source§

impl Display for FromUtf16Error

source§

impl Display for String

source§

impl Display for RecvError

1.58.0 · source§

impl Display for FromVecWithNulError

1.7.0 · source§

impl Display for IntoStringError

source§

impl Display for NulError

1.28.0 · source§

impl Display for LayoutError

source§

impl Display for core::alloc::AllocError

1.36.0 · source§

impl Display for core::array::TryFromSliceError

1.39.0 · source§

impl Display for core::ascii::EscapeDefault

1.13.0 · source§

impl Display for BorrowError

1.13.0 · source§

impl Display for BorrowMutError

1.34.0 · source§

impl Display for CharTryFromError

1.20.0 · source§

impl Display for ParseCharError

1.9.0 · source§

impl Display for DecodeUtf16Error

1.20.0 · source§

impl Display for core::char::EscapeDebug

1.16.0 · source§

impl Display for core::char::EscapeDefault

1.16.0 · source§

impl Display for core::char::EscapeUnicode

1.16.0 · source§

impl Display for ToLowercase

1.16.0 · source§

impl Display for ToUppercase

1.59.0 · source§

impl Display for TryFromCharError

1.69.0 · source§

impl Display for FromBytesUntilNulError

1.17.0 · source§

impl Display for FromBytesWithNulError

source§

impl Display for Ipv4Addr

source§

impl Display for Ipv6Addr

Write an Ipv6Addr, conforming to the canonical style described by RFC 5952.

1.4.0 · source§

impl Display for AddrParseError

source§

impl Display for SocketAddrV4

source§

impl Display for SocketAddrV6

source§

impl Display for ParseFloatError

source§

impl Display for ParseIntError

1.34.0 · source§

impl Display for TryFromIntError

1.34.0 · source§

impl Display for NonZeroI8

1.34.0 · source§

impl Display for NonZeroI16

1.34.0 · source§

impl Display for NonZeroI32

1.34.0 · source§

impl Display for NonZeroI64

1.34.0 · source§

impl Display for NonZeroI128

1.34.0 · source§

impl Display for NonZeroIsize

1.28.0 · source§

impl Display for NonZeroU8

1.28.0 · source§

impl Display for NonZeroU16

1.28.0 · source§

impl Display for NonZeroU32

1.28.0 · source§

impl Display for NonZeroU64

1.28.0 · source§

impl Display for NonZeroU128

1.28.0 · source§

impl Display for NonZeroUsize

1.26.0 · source§

impl Display for Location<'_>

1.26.0 · source§

impl Display for PanicInfo<'_>

1.66.0 · source§

impl Display for TryFromFloatSecsError

1.65.0 · source§

impl Display for Backtrace

source§

impl Display for JoinPathsError

1.56.0 · source§

impl Display for WriterPanicked

source§

impl Display for std::io::error::Error

source§

impl Display for Display<'_>

1.7.0 · source§

impl Display for StripPrefixError

source§

impl Display for ExitStatus

source§

impl Display for ExitStatusError

1.26.0 · source§

impl Display for AccessError

1.8.0 · source§

impl Display for SystemTimeError

source§

impl Display for anyhow::Error

source§

impl Display for CompressError

source§

impl Display for flate2::mem::DecompressError

source§

impl Display for getrandom::error::Error

source§

impl Display for bf16

source§

impl Display for f16

source§

impl Display for ParseLevelError

source§

impl Display for SetLoggerError

source§

impl Display for semver::parse::Error

source§

impl Display for BuildMetadata

source§

impl Display for Comparator

source§

impl Display for Prerelease

source§

impl Display for semver::Version

source§

impl Display for VersionReq

source§

impl Display for serde::de::value::Error

source§

impl Display for serde_json::error::Error

source§

impl Display for serde_json::number::Number

source§

impl Display for serde_yaml::error::Error

source§

impl Display for serde_yaml::number::Number

source§

impl Display for serde_yaml::value::tagged::Tag

source§

impl Display for PathPersistError

source§

impl Display for Url

Display the serialization of this URL.

source§

impl Display for uuid::error::Error

source§

impl Display for Braced

source§

impl Display for Hyphenated

source§

impl Display for Simple

source§

impl Display for Urn

source§

impl Display for Uuid

source§

impl Display for Arguments<'_>

source§

impl Display for wasmer_compiler::lib::std::fmt::Error

§

impl Display for Aarch64Architecture

§

impl Display for Abi

§

impl Display for AllocError

§

impl Display for AllocScratchError

§

impl Display for Architecture

§

impl Display for ArchiveError

§

impl Display for ArchivedString

§

impl Display for ArmArchitecture

§

impl Display for Array

§

impl Display for Array

§

impl Display for ArrayOfTables

§

impl Display for ArrayOfTables

§

impl Display for AsStringError

§

impl Display for Ast

Print a display representation of this Ast.

@@ -80,7 +80,7 @@

Example

Expected digit While parsing a Time While parsing a Date-Time

-
§

impl Display for TrapCode

§

impl Display for Triple

§

impl Display for TryFromSliceError

§

impl Display for TryReserveError

§

impl Display for TupleStructCheckError

§

impl Display for Type

§

impl Display for UnicodeWordBoundaryError

§

impl Display for UnicodeWordError

§

impl Display for UninitializedFieldError

§

impl Display for UnixTimestampError

§

impl Display for UnpackedIndex

§

impl Display for UnsupportedPlatformError

§

impl Display for Utf8Error

§

impl Display for Utf8Error

§

impl Display for Utf8Error

§

impl Display for ValType

§

impl Display for ValidationError

§

impl Display for Value

§

impl Display for Value

§

impl Display for Value

§

impl Display for Value

§

impl Display for Vendor

§

impl Display for Version

§

impl Display for VolumeError

§

impl Display for VolumeHeaderError

§

impl Display for VolumeHeaderError

§

impl Display for WasmError

§

impl Display for WasmerPackageError

§

impl Display for X86_32Architecture

source§

impl<'a> Display for Unexpected<'a>

1.34.0 · source§

impl<'a> Display for wasmer_compiler::lib::std::str::EscapeDebug<'a>

1.34.0 · source§

impl<'a> Display for wasmer_compiler::lib::std::str::EscapeDefault<'a>

1.34.0 · source§

impl<'a> Display for wasmer_compiler::lib::std::str::EscapeUnicode<'a>

1.60.0 · source§

impl<'a> Display for EscapeAscii<'a>

§

impl<'a> Display for BytesOrWideString<'a>

§

impl<'a> Display for Demangle<'a>

§

impl<'a> Display for EscapeBytes<'a>

§

impl<'a> Display for PercentEncode<'a>

§

impl<'a> Display for SymbolName<'a>

source§

impl<'a> Display for dyn Expected + 'a

§

impl<'a, 'e, E> Display for Base64Display<'a, 'e, E>where +

§

impl Display for Trap

§

impl Display for TrapCode

§

impl Display for Triple

§

impl Display for TryFromSliceError

§

impl Display for TryReserveError

§

impl Display for TupleStructCheckError

§

impl Display for Type

§

impl Display for UnicodeWordBoundaryError

§

impl Display for UnicodeWordError

§

impl Display for UninitializedFieldError

§

impl Display for UnixTimestampError

§

impl Display for UnpackedIndex

§

impl Display for UnsupportedPlatformError

§

impl Display for Utf8Error

§

impl Display for Utf8Error

§

impl Display for Utf8Error

§

impl Display for ValType

§

impl Display for ValidationError

§

impl Display for Value

§

impl Display for Value

§

impl Display for Value

§

impl Display for Value

§

impl Display for Vendor

§

impl Display for Version

§

impl Display for VolumeError

§

impl Display for VolumeHeaderError

§

impl Display for VolumeHeaderError

§

impl Display for WaiterError

§

impl Display for WasmError

§

impl Display for WasmerPackageError

§

impl Display for X86_32Architecture

source§

impl<'a> Display for Unexpected<'a>

1.34.0 · source§

impl<'a> Display for wasmer_compiler::lib::std::str::EscapeDebug<'a>

1.34.0 · source§

impl<'a> Display for wasmer_compiler::lib::std::str::EscapeDefault<'a>

1.34.0 · source§

impl<'a> Display for wasmer_compiler::lib::std::str::EscapeUnicode<'a>

1.60.0 · source§

impl<'a> Display for EscapeAscii<'a>

§

impl<'a> Display for BytesOrWideString<'a>

§

impl<'a> Display for Demangle<'a>

§

impl<'a> Display for EscapeBytes<'a>

§

impl<'a> Display for PercentEncode<'a>

§

impl<'a> Display for SymbolName<'a>

source§

impl<'a> Display for dyn Expected + 'a

§

impl<'a, 'e, E> Display for Base64Display<'a, 'e, E>where E: Engine,

source§

impl<'a, K, V> Display for wasmer_compiler::lib::std::collections::hash_map::OccupiedError<'a, K, V>where K: Debug, V: Debug,

source§

impl<'a, K, V, A> Display for wasmer_compiler::lib::std::collections::btree_map::OccupiedError<'a, K, V, A>where diff --git a/crates/doc/wasmer_compiler/lib/std/sync/struct.Arc.html b/crates/doc/wasmer_compiler/lib/std/sync/struct.Arc.html index a1f7f16e951..33e222c739a 100644 --- a/crates/doc/wasmer_compiler/lib/std/sync/struct.Arc.html +++ b/crates/doc/wasmer_compiler/lib/std/sync/struct.Arc.html @@ -1219,38 +1219,38 @@
Examples
&self, ty: &MemoryType, style: &MemoryStyle -) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].
source§

unsafe fn create_vm_memory( +) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].
source§

unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> -) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle]. Read more
source§

fn create_host_table( + vm_definition_location: NonNull<VMMemoryDefinition> +) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle]. Read more
source§

fn create_host_table( &self, ty: &TableType, style: &TableStyle -) -> Result<VMTable, String>

Create a table owned by the host given a [TableType] and a [TableStyle].
source§

unsafe fn create_vm_table( +) -> Result<VMTable, String>

Create a table owned by the host given a [TableType] and a [TableStyle].
source§

unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> -) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle]. Read more
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( + vm_definition_location: NonNull<VMTableDefinition> +) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle]. Read more
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] -) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( + memory_definition_locations: &[NonNull<VMMemoryDefinition>] +) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] -) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( + table_definition_locations: &[NonNull<VMTableDefinition>] +) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo -) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, -with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables +) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, +with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables Currently, VMConfig have optional Stack size If wasm_stack_size is left to None (the default value) then the global stack size will be use diff --git a/crates/doc/wasmer_compiler/struct.Artifact.html b/crates/doc/wasmer_compiler/struct.Artifact.html index 3b8bc0d82e3..6c6a69eca77 100644 --- a/crates/doc/wasmer_compiler/struct.Artifact.html +++ b/crates/doc/wasmer_compiler/struct.Artifact.html @@ -51,34 +51,34 @@
Safety
&mut self ) -> Option<GlobalFrameInfoRegistration>
source

pub fn finished_functions( &self -) -> &BoxedSlice<LocalFunctionIndex, FunctionBodyPtr>

Returns the functions allocated in memory or this Artifact +) -> &BoxedSlice<LocalFunctionIndex, FunctionBodyPtr>

Returns the functions allocated in memory or this Artifact ready to be run.

source

pub fn finished_function_call_trampolines( &self -) -> &BoxedSlice<SignatureIndex, VMTrampoline>

Returns the function call trampolines allocated in memory of this +) -> &BoxedSlice<SignatureIndex, VMTrampoline>

Returns the function call trampolines allocated in memory of this Artifact, ready to be run.

source

pub fn finished_dynamic_function_trampolines( &self -) -> &BoxedSlice<FunctionIndex, FunctionBodyPtr>

Returns the dynamic function trampolines allocated in memory +) -> &BoxedSlice<FunctionIndex, FunctionBodyPtr>

Returns the dynamic function trampolines allocated in memory of this Artifact, ready to be run.

-
source

pub fn signatures(&self) -> &BoxedSlice<SignatureIndex, VMSharedSignatureIndex>

Returns the associated VM signatures for this Artifact.

+
source

pub fn signatures(&self) -> &BoxedSlice<SignatureIndex, VMSharedSignatureIndex>

Returns the associated VM signatures for this Artifact.

source

pub fn preinstantiate(&self) -> Result<(), InstantiationError>

Do preinstantiation logic that is executed before instantiating

source

pub unsafe fn instantiate( &self, tunables: &dyn Tunables, - imports: &[VMExtern], - context: &mut StoreObjects -) -> Result<VMInstance, InstantiationError>

Crate an Instance from this Artifact.

+ imports: &[VMExtern], + context: &mut StoreObjects +) -> Result<VMInstance, InstantiationError>

Crate an Instance from this Artifact.

Safety
-

See VMInstance::new.

+

See [VMInstance::new].

source

pub unsafe fn finish_instantiation( &self, - config: &VMConfig, - trap_handler: Option<*const TrapHandlerFn<'static>>, - handle: &mut VMInstance + config: &VMConfig, + trap_handler: Option<*const TrapHandlerFn<'static>>, + handle: &mut VMInstance ) -> Result<(), InstantiationError>

Finishes the instantiation of a just created VMInstance.

Safety
-

See VMInstance::finish_instantiation.

+

See [VMInstance::finish_instantiation].

source

pub fn generate_metadata<'data>( data: &'data [u8], compiler: &dyn Compiler, diff --git a/crates/doc/wasmer_compiler/struct.BaseTunables.html b/crates/doc/wasmer_compiler/struct.BaseTunables.html index 4c3ca4473e5..5474719a875 100644 --- a/crates/doc/wasmer_compiler/struct.BaseTunables.html +++ b/crates/doc/wasmer_compiler/struct.BaseTunables.html @@ -19,13 +19,13 @@ &self, ty: &MemoryType, style: &MemoryStyle -) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].

+) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].

source§

unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> -) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle].

+ vm_definition_location: NonNull<VMMemoryDefinition> +) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle].

Safety
  • vm_definition_location must point to a valid, owned VMMemoryDefinition, @@ -35,36 +35,36 @@
    Safety
    &self, ty: &TableType, style: &TableStyle -) -> Result<VMTable, String>

    Create a table owned by the host given a [TableType] and a [TableStyle].

    +) -> Result<VMTable, String>

    Create a table owned by the host given a [TableType] and a [TableStyle].

source§

unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> -) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle].

+ vm_definition_location: NonNull<VMTableDefinition> +) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle].

Safety
  • vm_definition_location must point to a valid, owned VMTableDefinition, for example in VMContext.
-
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( +

source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] -) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( + memory_definition_locations: &[NonNull<VMMemoryDefinition>] +) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] -) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( + table_definition_locations: &[NonNull<VMTableDefinition>] +) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo -) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, -with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables +) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>
Allocate memory for just the globals of the current module, +with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables Currently, VMConfig have optional Stack size If wasm_stack_size is left to None (the default value) then the global stack size will be use diff --git a/crates/doc/wasmer_compiler/struct.CodeMemory.html b/crates/doc/wasmer_compiler/struct.CodeMemory.html index fed54b2fcf5..1502c6266e8 100644 --- a/crates/doc/wasmer_compiler/struct.CodeMemory.html +++ b/crates/doc/wasmer_compiler/struct.CodeMemory.html @@ -1,17 +1,17 @@ CodeMemory in wasmer_compiler - Rust
pub struct CodeMemory {
     frame_info_registration: Option<GlobalFrameInfoRegistration>,
     unwind_registry: UnwindRegistry,
-    mmap: Mmap,
+    mmap: Mmap,
     start_of_nonexecutable_pages: usize,
 }
Expand description

Memory manager for executable code.

-

Fields§

§frame_info_registration: Option<GlobalFrameInfoRegistration>§unwind_registry: UnwindRegistry§mmap: Mmap§start_of_nonexecutable_pages: usize

Implementations§

source§

impl CodeMemory

source

pub fn new() -> Self

Create a new CodeMemory instance.

+

Fields§

§frame_info_registration: Option<GlobalFrameInfoRegistration>§unwind_registry: UnwindRegistry§mmap: Mmap§start_of_nonexecutable_pages: usize

Implementations§

source§

impl CodeMemory

source

pub fn new() -> Self

Create a new CodeMemory instance.

source

pub fn unwind_registry_mut(&mut self) -> &mut UnwindRegistry

Mutably get the UnwindRegistry.

source

pub fn allocate<'module, 'memory, FunctionBody, CustomSection>( &'memory mut self, functions: &'memory [&'module FunctionBody], executable_sections: &'memory [&'module CustomSection], data_sections: &'memory [&'module CustomSection] -) -> Result<(Vec<&'memory mut [VMFunctionBody]>, Vec<&'memory mut [u8]>, Vec<&'memory mut [u8]>), String>where +) -> Result<(Vec<&'memory mut [VMFunctionBody]>, Vec<&'memory mut [u8]>, Vec<&'memory mut [u8]>), String>where FunctionBody: FunctionBodyLike<'module> + 'module, CustomSection: CustomSectionLike<'module> + 'module,

Allocate a single contiguous block of memory at a fixed virtual address for the functions and custom sections, and copy the data in place.

source

pub fn publish(&mut self)

Apply the page permissions.

@@ -20,9 +20,9 @@ registry: &mut UnwindRegistry, func: &'module impl FunctionBodyLike<'module>, buf: &'memory mut [u8] -) -> &'memory mut [VMFunctionBody]

Copies the data of the compiled function to the given buffer.

+) -> &'memory mut [VMFunctionBody]

Copies the data of the compiled function to the given buffer.

This will also add the function to the current function table.

-
source

fn view_as_mut_vmfunc_slice(slice: &mut [u8]) -> &mut [VMFunctionBody]

Convert mut a slice from u8 to VMFunctionBody.

+
source

fn view_as_mut_vmfunc_slice(slice: &mut [u8]) -> &mut [VMFunctionBody]

Convert mut a slice from u8 to VMFunctionBody.

source

pub fn register_frame_info(&mut self, frame_info: GlobalFrameInfoRegistration)

Register the frame info, so it’s free when the mememory gets freed

Auto Trait Implementations§

§

impl RefUnwindSafe for CodeMemory

§

impl Send for CodeMemory

§

impl Sync for CodeMemory

§

impl Unpin for CodeMemory

§

impl UnwindSafe for CodeMemory

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( diff --git a/crates/doc/wasmer_compiler/struct.Engine.html b/crates/doc/wasmer_compiler/struct.Engine.html index 56791a35d92..a6f9b850795 100644 --- a/crates/doc/wasmer_compiler/struct.Engine.html +++ b/crates/doc/wasmer_compiler/struct.Engine.html @@ -31,10 +31,10 @@

Important
source

pub fn register_signature( &self, func_type: &FunctionType -) -> VMSharedSignatureIndex

Register a signature

+) -> VMSharedSignatureIndex

Register a signature

source

pub fn lookup_signature( &self, - sig: VMSharedSignatureIndex + sig: VMSharedSignatureIndex ) -> Option<FunctionType>

Lookup a signature

source

pub fn validate(&self, binary: &[u8]) -> Result<(), CompileError>

Validates a WebAssembly module

source

pub fn compile(&self, binary: &[u8]) -> Result<Arc<Artifact>, CompileError>

Compile a WebAssembly binary

@@ -71,7 +71,7 @@
Safety
source

pub fn cloned(&self) -> Self

Clone the engine

source

pub fn set_tunables(&mut self, tunables: impl Tunables + Send + Sync + 'static)

Attach a Tunable to this engine

source

pub fn tunables(&self) -> &dyn Tunables

Get a reference to attached Tunable of this engine

-

Trait Implementations§

source§

impl Clone for Engine

source§

fn clone(&self) -> Engine

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 Engine

source§

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

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

impl From<&Engine> for Engine

source§

fn from(engine_ref: &Self) -> Self

Converts to this type from the input type.
source§

impl From<Box<dyn CompilerConfig, Global>> for Engine

source§

fn from(config: Box<dyn CompilerConfig>) -> Self

Converts to this type from the input type.
source§

impl From<EngineBuilder> for Engine

source§

fn from(engine_builder: EngineBuilder) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Engine

§

impl Send for Engine

§

impl Sync for Engine

§

impl Unpin for Engine

§

impl !UnwindSafe for Engine

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl Clone for Engine

source§

fn clone(&self) -> Engine

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 Engine

source§

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

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

impl From<&Engine> for Engine

source§

fn from(engine_ref: &Self) -> Self

Converts to this type from the input type.
source§

impl From<Box<dyn CompilerConfig, Global>> for Engine

source§

fn from(config: Box<dyn CompilerConfig>) -> Self

Converts to this type from the input type.
source§

impl From<EngineBuilder> for Engine

source§

fn from(engine_builder: EngineBuilder) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Engine

§

impl Send for Engine

§

impl Sync for Engine

§

impl Unpin for Engine

§

impl !UnwindSafe for Engine

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_compiler/struct.EngineInner.html b/crates/doc/wasmer_compiler/struct.EngineInner.html index 04444f4fe09..40ab4a9e450 100644 --- a/crates/doc/wasmer_compiler/struct.EngineInner.html +++ b/crates/doc/wasmer_compiler/struct.EngineInner.html @@ -2,13 +2,13 @@ compiler: Option<Box<dyn Compiler>>, features: Features, code_memory: Vec<CodeMemory>, - signatures: SignatureRegistry, + signatures: SignatureRegistry, }
Expand description

The inner contents of Engine

Fields§

§compiler: Option<Box<dyn Compiler>>

The compiler and cpu features

§features: Features

The compiler and cpu features

§code_memory: Vec<CodeMemory>

The code memory is responsible of publishing the compiled functions to memory.

-
§signatures: SignatureRegistry

The signature registry is used mainly to operate with trampolines +

§signatures: SignatureRegistry

The signature registry is used mainly to operate with trampolines performantly.

Implementations§

source§

impl EngineInner

source

pub fn compiler(&self) -> Result<&dyn Compiler, CompileError>

Gets the compiler associated to this engine.

source

pub fn validate(&self, data: &[u8]) -> Result<(), CompileError>

Validate the module

@@ -20,7 +20,7 @@ function_call_trampolines: impl ExactSizeIterator<Item = &'a FunctionBody> + 'a, dynamic_function_trampolines: impl ExactSizeIterator<Item = &'a FunctionBody> + 'a, custom_sections: impl ExactSizeIterator<Item = &'a CustomSection> + Clone + 'a -) -> Result<(PrimaryMap<LocalFunctionIndex, FunctionExtent>, PrimaryMap<SignatureIndex, VMTrampoline>, PrimaryMap<FunctionIndex, FunctionBodyPtr>, PrimaryMap<SectionIndex, SectionBodyPtr>), CompileError>where +) -> Result<(PrimaryMap<LocalFunctionIndex, FunctionExtent>, PrimaryMap<SignatureIndex, VMTrampoline>, PrimaryMap<FunctionIndex, FunctionBodyPtr>, PrimaryMap<SectionIndex, SectionBodyPtr>), CompileError>where FunctionBody: FunctionBodyLike<'a> + 'a, CustomSection: CustomSectionLike<'a> + 'a,

Allocate compiled functions into memory

source

pub(crate) fn publish_compiled_code(&mut self)

Make memory containing compiled code executable.

@@ -28,7 +28,7 @@ &mut self, eh_frame: Option<&[u8]> ) -> Result<(), CompileError>

Register DWARF-type exception handling information associated with the code.

-
source

pub fn signatures(&self) -> &SignatureRegistry

Shared signature registry.

+
source

pub fn signatures(&self) -> &SignatureRegistry

Shared signature registry.

source

pub(crate) fn register_frame_info( &mut self, frame_info: GlobalFrameInfoRegistration diff --git a/crates/doc/wasmer_compiler/struct.FunctionExtent.html b/crates/doc/wasmer_compiler/struct.FunctionExtent.html index e228c5ac832..4978a256f45 100644 --- a/crates/doc/wasmer_compiler/struct.FunctionExtent.html +++ b/crates/doc/wasmer_compiler/struct.FunctionExtent.html @@ -1,9 +1,9 @@ FunctionExtent in wasmer_compiler - Rust
#[repr(C)]
pub struct FunctionExtent { - pub ptr: FunctionBodyPtr, + pub ptr: FunctionBodyPtr, pub length: usize, }
Expand description

Represents a continuous region of executable memory starting with a function entry point.

-

Fields§

§ptr: FunctionBodyPtr

Entry point for normal entry of the function. All addresses in the +

Fields§

§ptr: FunctionBodyPtr

Entry point for normal entry of the function. All addresses in the function lie after this address.

§length: usize

Length in bytes.

Trait Implementations§

source§

impl Debug for FunctionExtent

source§

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

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere diff --git a/crates/doc/wasmer_compiler/struct.MiddlewareReaderState.html b/crates/doc/wasmer_compiler/struct.MiddlewareReaderState.html index d766ba9032a..dc27a0bf856 100644 --- a/crates/doc/wasmer_compiler/struct.MiddlewareReaderState.html +++ b/crates/doc/wasmer_compiler/struct.MiddlewareReaderState.html @@ -5,7 +5,7 @@

Fields§

§inner: BinaryReader<'a>

Raw binary reader.

§pending_operations: VecDeque<Operator<'a>>

The pending operations added by the middleware.

Implementations§

source§

impl<'a> MiddlewareReaderState<'a>

source

pub fn push_operator(&mut self, operator: Operator<'a>)

Push an operator.

-

Trait Implementations§

source§

impl<'a> Debug for MiddlewareReaderState<'a>

source§

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

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

impl<'a: 'b, 'b> Extend<&'b Operator<'a>> for MiddlewareReaderState<'a>

source§

fn extend<I: IntoIterator<Item = &'b Operator<'a>>>(&mut self, iter: I)

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
source§

impl<'a> Extend<Operator<'a>> for MiddlewareReaderState<'a>

source§

fn extend<I: IntoIterator<Item = Operator<'a>>>(&mut self, iter: I)

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<'a> Debug for MiddlewareReaderState<'a>

source§

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

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

impl<'a: 'b, 'b> Extend<&'b Operator<'a>> for MiddlewareReaderState<'a>

source§

fn extend<I: IntoIterator<Item = &'b Operator<'a>>>(&mut self, iter: I)

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
source§

impl<'a> Extend<Operator<'a>> for MiddlewareReaderState<'a>

source§

fn extend<I: IntoIterator<Item = Operator<'a>>>(&mut self, iter: I)

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for MiddlewareReaderState<'a>

§

impl<'a> Send for MiddlewareReaderState<'a>

§

impl<'a> Sync for MiddlewareReaderState<'a>

§

impl<'a> Unpin for MiddlewareReaderState<'a>

§

impl<'a> UnwindSafe for MiddlewareReaderState<'a>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_compiler/trait.Tunables.html b/crates/doc/wasmer_compiler/trait.Tunables.html index 005d1d9fbaf..2298f1f5c2e 100644 --- a/crates/doc/wasmer_compiler/trait.Tunables.html +++ b/crates/doc/wasmer_compiler/trait.Tunables.html @@ -6,47 +6,47 @@ &self, ty: &MemoryType, style: &MemoryStyle - ) -> Result<VMMemory, MemoryError>; + ) -> Result<VMMemory, MemoryError>; unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> - ) -> Result<VMMemory, MemoryError>; + vm_definition_location: NonNull<VMMemoryDefinition> + ) -> Result<VMMemory, MemoryError>; fn create_host_table( &self, ty: &TableType, style: &TableStyle - ) -> Result<VMTable, String>; + ) -> Result<VMTable, String>; unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> - ) -> Result<VMTable, String>; + vm_definition_location: NonNull<VMTableDefinition> + ) -> Result<VMTable, String>; // Provided methods - fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String> { ... } + fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String> { ... } unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] - ) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError> { ... } + memory_definition_locations: &[NonNull<VMMemoryDefinition>] + ) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError> { ... } unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] - ) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError> { ... } + table_definition_locations: &[NonNull<VMTableDefinition>] + ) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError> { ... } fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo - ) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError> { ... } - fn vmconfig(&self) -> &VMConfig { ... } + ) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError> { ... } + fn vmconfig(&self) -> &VMConfig { ... } }
Expand description

An engine delegates the creation of memories, tables, and globals to a foreign implementor of this trait.

Required Methods§

source

fn memory_style(&self, memory: &MemoryType) -> MemoryStyle

Construct a MemoryStyle for the provided MemoryType

@@ -55,13 +55,13 @@ &self, ty: &MemoryType, style: &MemoryStyle -) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].

+) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].

source

unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> -) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle].

+ vm_definition_location: NonNull<VMMemoryDefinition> +) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle].

Safety
  • vm_definition_location must point to a valid location in VM memory.
  • @@ -70,45 +70,45 @@
    Safety
    &self, ty: &TableType, style: &TableStyle -) -> Result<VMTable, String>

    Create a table owned by the host given a [TableType] and a [TableStyle].

    +) -> Result<VMTable, String>

    Create a table owned by the host given a [TableType] and a [TableStyle].

source

unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> -) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle].

+ vm_definition_location: NonNull<VMTableDefinition> +) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle].

Safety
  • vm_definition_location must point to a valid location in VM memory.
-

Provided Methods§

source

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.

+

Provided Methods§

source

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.

source

unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] -) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module.

+ memory_definition_locations: &[NonNull<VMMemoryDefinition>] +) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module.

Safety
  • memory_definition_locations must point to a valid locations in VM memory.
source

unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] -) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module.

+ table_definition_locations: &[NonNull<VMTableDefinition>] +) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module.

Safety

To be done

source

fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo -) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, +) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, with initializers applied.

-
source

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables +

source

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables Currently, VMConfig have optional Stack size If wasm_stack_size is left to None (the default value) then the global stack size will be use @@ -118,38 +118,38 @@

Safety
&self, ty: &MemoryType, style: &MemoryStyle -) -> Result<VMMemory, MemoryError>
Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].
source§

unsafe fn create_vm_memory( +) -> Result<VMMemory, MemoryError>

Create a memory owned by the host given a [MemoryType] and a [MemoryStyle].
source§

unsafe fn create_vm_memory( &self, ty: &MemoryType, style: &MemoryStyle, - vm_definition_location: NonNull<VMMemoryDefinition> -) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle]. Read more
source§

fn create_host_table( + vm_definition_location: NonNull<VMMemoryDefinition> +) -> Result<VMMemory, MemoryError>

Create a memory owned by the VM given a [MemoryType] and a [MemoryStyle]. Read more
source§

fn create_host_table( &self, ty: &TableType, style: &TableStyle -) -> Result<VMTable, String>

Create a table owned by the host given a [TableType] and a [TableStyle].
source§

unsafe fn create_vm_table( +) -> Result<VMTable, String>

Create a table owned by the host given a [TableType] and a [TableStyle].
source§

unsafe fn create_vm_table( &self, ty: &TableType, style: &TableStyle, - vm_definition_location: NonNull<VMTableDefinition> -) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle]. Read more
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( + vm_definition_location: NonNull<VMTableDefinition> +) -> Result<VMTable, String>

Create a table owned by the VM given a [TableType] and a [TableStyle]. Read more
source§

fn create_global(&self, ty: GlobalType) -> Result<VMGlobal, String>

Create a global with an unset value.
source§

unsafe fn create_memories( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, memory_styles: &PrimaryMap<MemoryIndex, MemoryStyle>, - memory_definition_locations: &[NonNull<VMMemoryDefinition>] -) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( + memory_definition_locations: &[NonNull<VMMemoryDefinition>] +) -> Result<PrimaryMap<LocalMemoryIndex, InternalStoreHandle<VMMemory>>, LinkError>

Allocate memory for just the memories of the current module. Read more
source§

unsafe fn create_tables( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo, table_styles: &PrimaryMap<TableIndex, TableStyle>, - table_definition_locations: &[NonNull<VMTableDefinition>] -) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( + table_definition_locations: &[NonNull<VMTableDefinition>] +) -> Result<PrimaryMap<LocalTableIndex, InternalStoreHandle<VMTable>>, LinkError>

Allocate memory for just the tables of the current module. Read more
source§

fn create_globals( &self, - context: &mut StoreObjects, + context: &mut StoreObjects, module: &ModuleInfo -) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>

Allocate memory for just the globals of the current module, -with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables +) -> Result<PrimaryMap<LocalGlobalIndex, InternalStoreHandle<VMGlobal>>, LinkError>
Allocate memory for just the globals of the current module, +with initializers applied.
source§

fn vmconfig(&self) -> &VMConfig

Get the VMConfig for this tunables Currently, VMConfig have optional Stack size If wasm_stack_size is left to None (the default value) then the global stack size will be use diff --git a/crates/doc/wasmer_compiler/translator/middleware/struct.MiddlewareReaderState.html b/crates/doc/wasmer_compiler/translator/middleware/struct.MiddlewareReaderState.html index f9596b0c871..60fdb55923e 100644 --- a/crates/doc/wasmer_compiler/translator/middleware/struct.MiddlewareReaderState.html +++ b/crates/doc/wasmer_compiler/translator/middleware/struct.MiddlewareReaderState.html @@ -5,7 +5,7 @@

Fields§

§inner: BinaryReader<'a>

Raw binary reader.

§pending_operations: VecDeque<Operator<'a>>

The pending operations added by the middleware.

Implementations§

source§

impl<'a> MiddlewareReaderState<'a>

source

pub fn push_operator(&mut self, operator: Operator<'a>)

Push an operator.

-

Trait Implementations§

source§

impl<'a> Debug for MiddlewareReaderState<'a>

source§

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

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

impl<'a: 'b, 'b> Extend<&'b Operator<'a>> for MiddlewareReaderState<'a>

source§

fn extend<I: IntoIterator<Item = &'b Operator<'a>>>(&mut self, iter: I)

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
source§

impl<'a> Extend<Operator<'a>> for MiddlewareReaderState<'a>

source§

fn extend<I: IntoIterator<Item = Operator<'a>>>(&mut self, iter: I)

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

Trait Implementations§

source§

impl<'a> Debug for MiddlewareReaderState<'a>

source§

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

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

impl<'a: 'b, 'b> Extend<&'b Operator<'a>> for MiddlewareReaderState<'a>

source§

fn extend<I: IntoIterator<Item = &'b Operator<'a>>>(&mut self, iter: I)

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more
source§

impl<'a> Extend<Operator<'a>> for MiddlewareReaderState<'a>

source§

fn extend<I: IntoIterator<Item = Operator<'a>>>(&mut self, iter: I)

Extends a collection with the contents of an iterator. Read more
source§

fn extend_one(&mut self, item: A)

🔬This is a nightly-only experimental API. (extend_one)
Extends a collection with exactly one element.
source§

fn extend_reserve(&mut self, additional: usize)

🔬This is a nightly-only experimental API. (extend_one)
Reserves capacity in a collection for the given number of additional elements. Read more

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for MiddlewareReaderState<'a>

§

impl<'a> Send for MiddlewareReaderState<'a>

§

impl<'a> Sync for MiddlewareReaderState<'a>

§

impl<'a> Unpin for MiddlewareReaderState<'a>

§

impl<'a> UnwindSafe for MiddlewareReaderState<'a>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_compiler/translator/state/enum.SingleOrMultiValue.html b/crates/doc/wasmer_compiler/translator/state/enum.SingleOrMultiValue.html index 32511e13e11..7eba5cb3416 100644 --- a/crates/doc/wasmer_compiler/translator/state/enum.SingleOrMultiValue.html +++ b/crates/doc/wasmer_compiler/translator/state/enum.SingleOrMultiValue.html @@ -7,10 +7,10 @@

Implementations§

source§

impl<'a> SingleOrMultiValue<'a>

source

pub fn is_empty(&self) -> bool

True if empty.

source

pub fn len(&self) -> usize

Count of values.

source

pub fn iter(&self) -> SingleOrMultiValueIterator<'_>

Iterate ofer the value types.

-

Trait Implementations§

source§

impl<'a> PartialEq<[ValType]> for SingleOrMultiValue<'a>

source§

fn eq(&self, other: &[ValType]) -> 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<'a> PartialEq<SingleOrMultiValue<'a>> for &'a [ValType]

source§

fn eq(&self, other: &SingleOrMultiValue<'a>) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl<'a> PartialEq<[ValType]> for SingleOrMultiValue<'a>

source§

fn eq(&self, other: &[ValType]) -> 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<'a> PartialEq<SingleOrMultiValue<'a>> for &'a [ValType]

source§

fn eq(&self, other: &SingleOrMultiValue<'a>) -> 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.

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for SingleOrMultiValue<'a>

§

impl<'a> Send for SingleOrMultiValue<'a>

§

impl<'a> Sync for SingleOrMultiValue<'a>

§

impl<'a> Unpin for SingleOrMultiValue<'a>

§

impl<'a> UnwindSafe for SingleOrMultiValue<'a>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata diff --git a/crates/doc/wasmer_compiler_llvm/translator/state/struct.ExtraInfo.html b/crates/doc/wasmer_compiler_llvm/translator/state/struct.ExtraInfo.html index d44ce1b6a8b..b35643eb180 100644 --- a/crates/doc/wasmer_compiler_llvm/translator/state/struct.ExtraInfo.html +++ b/crates/doc/wasmer_compiler_llvm/translator/state/struct.ExtraInfo.html @@ -1,6 +1,6 @@ ExtraInfo in wasmer_compiler_llvm::translator::state - Rust
pub struct ExtraInfo {
     state: u8,
-}

Fields§

§state: u8

Implementations§

source§

impl ExtraInfo

source

pub const fn pending_f32_nan() -> ExtraInfo

source

pub const fn pending_f64_nan() -> ExtraInfo

source

pub const fn arithmetic_f32() -> ExtraInfo

source

pub const fn arithmetic_f64() -> ExtraInfo

source

pub const fn has_pending_f32_nan(&self) -> bool

source

pub const fn has_pending_f64_nan(&self) -> bool

source

pub const fn is_arithmetic_f32(&self) -> bool

source

pub const fn is_arithmetic_f64(&self) -> bool

source

pub const fn strip_pending(&self) -> ExtraInfo

Trait Implementations§

source§

impl BitAnd<ExtraInfo> for ExtraInfo

§

type Output = ExtraInfo

The resulting type after applying the & operator.
source§

fn bitand(self, other: Self) -> Self

Performs the & operation. Read more
source§

impl BitOr<ExtraInfo> for ExtraInfo

§

type Output = ExtraInfo

The resulting type after applying the | operator.
source§

fn bitor(self, other: Self) -> Self

Performs the | operation. Read more
source§

impl BitOrAssign<ExtraInfo> for ExtraInfo

source§

fn bitor_assign(&mut self, other: Self)

Performs the |= operation. Read more
source§

impl Clone for ExtraInfo

source§

fn clone(&self) -> ExtraInfo

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 ExtraInfo

source§

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

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

impl Default for ExtraInfo

source§

fn default() -> ExtraInfo

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

impl Hash for ExtraInfo

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 +}

Fields§

§state: u8

Implementations§

source§

impl ExtraInfo

source

pub const fn pending_f32_nan() -> ExtraInfo

source

pub const fn pending_f64_nan() -> ExtraInfo

source

pub const fn arithmetic_f32() -> ExtraInfo

source

pub const fn arithmetic_f64() -> ExtraInfo

source

pub const fn has_pending_f32_nan(&self) -> bool

source

pub const fn has_pending_f64_nan(&self) -> bool

source

pub const fn is_arithmetic_f32(&self) -> bool

source

pub const fn is_arithmetic_f64(&self) -> bool

source

pub const fn strip_pending(&self) -> ExtraInfo

Trait Implementations§

source§

impl BitAnd<ExtraInfo> for ExtraInfo

§

type Output = ExtraInfo

The resulting type after applying the & operator.
source§

fn bitand(self, other: Self) -> Self

Performs the & operation. Read more
source§

impl BitOr<ExtraInfo> for ExtraInfo

§

type Output = ExtraInfo

The resulting type after applying the | operator.
source§

fn bitor(self, other: Self) -> Self

Performs the | operation. Read more
source§

impl BitOrAssign<ExtraInfo> for ExtraInfo

source§

fn bitor_assign(&mut self, other: Self)

Performs the |= operation. Read more
source§

impl Clone for ExtraInfo

source§

fn clone(&self) -> ExtraInfo

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 ExtraInfo

source§

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

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

impl Default for ExtraInfo

source§

fn default() -> ExtraInfo

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

impl Hash for ExtraInfo

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
source§

impl PartialEq<ExtraInfo> for ExtraInfo

source§

fn eq(&self, other: &ExtraInfo) -> 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 diff --git a/crates/doc/wasmer_compiler_singlepass/address_map/fn.get_function_address_map.html b/crates/doc/wasmer_compiler_singlepass/address_map/fn.get_function_address_map.html index f67c045d63f..e67a0375059 100644 --- a/crates/doc/wasmer_compiler_singlepass/address_map/fn.get_function_address_map.html +++ b/crates/doc/wasmer_compiler_singlepass/address_map/fn.get_function_address_map.html @@ -1,5 +1,5 @@ get_function_address_map in wasmer_compiler_singlepass::address_map - Rust
pub fn get_function_address_map(
     instructions: Vec<InstructionAddressMap>,
-    data: &FunctionBodyData<'_>,
+    data: &FunctionBodyData<'_>,
     body_len: usize
 ) -> FunctionAddressMap
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.ARM64Register.html b/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.ARM64Register.html index 7756481181f..faf29f793d6 100644 --- a/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.ARM64Register.html +++ b/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.ARM64Register.html @@ -43,5 +43,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn

\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.GPR.html b/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.GPR.html index 0edfae97c21..deb11f02c3c 100644 --- a/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.GPR.html +++ b/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.GPR.html @@ -79,5 +79,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.NEON.html b/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.NEON.html index 07ac0c97206..e2675f7592a 100644 --- a/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.NEON.html +++ b/crates/doc/wasmer_compiler_singlepass/arm64_decl/enum.NEON.html @@ -79,5 +79,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/arm64_decl/struct.ArgumentRegisterAllocator.html b/crates/doc/wasmer_compiler_singlepass/arm64_decl/struct.ArgumentRegisterAllocator.html index aa1fc87157e..2684ff7bc95 100644 --- a/crates/doc/wasmer_compiler_singlepass/arm64_decl/struct.ArgumentRegisterAllocator.html +++ b/crates/doc/wasmer_compiler_singlepass/arm64_decl/struct.ArgumentRegisterAllocator.html @@ -32,5 +32,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/codegen/enum.CanonicalizeType.html b/crates/doc/wasmer_compiler_singlepass/codegen/enum.CanonicalizeType.html index f6d41546942..b0aab3cfd7c 100644 --- a/crates/doc/wasmer_compiler_singlepass/codegen/enum.CanonicalizeType.html +++ b/crates/doc/wasmer_compiler_singlepass/codegen/enum.CanonicalizeType.html @@ -30,5 +30,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/codegen/enum.IfElseState.html b/crates/doc/wasmer_compiler_singlepass/codegen/enum.IfElseState.html index dac02e723ec..52b96e00175 100644 --- a/crates/doc/wasmer_compiler_singlepass/codegen/enum.IfElseState.html +++ b/crates/doc/wasmer_compiler_singlepass/codegen/enum.IfElseState.html @@ -29,5 +29,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/codegen/struct.ControlFrame.html b/crates/doc/wasmer_compiler_singlepass/codegen/struct.ControlFrame.html index 470350b7cd2..2d8e57a78a9 100644 --- a/crates/doc/wasmer_compiler_singlepass/codegen/struct.ControlFrame.html +++ b/crates/doc/wasmer_compiler_singlepass/codegen/struct.ControlFrame.html @@ -34,5 +34,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/codegen/struct.FloatValue.html b/crates/doc/wasmer_compiler_singlepass/codegen/struct.FloatValue.html index 1cbd1076679..bd94c5a7f16 100644 --- a/crates/doc/wasmer_compiler_singlepass/codegen/struct.FloatValue.html +++ b/crates/doc/wasmer_compiler_singlepass/codegen/struct.FloatValue.html @@ -31,5 +31,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/codegen/struct.FuncGen.html b/crates/doc/wasmer_compiler_singlepass/codegen/struct.FuncGen.html index 1e221b87708..a3132b55e03 100644 --- a/crates/doc/wasmer_compiler_singlepass/codegen/struct.FuncGen.html +++ b/crates/doc/wasmer_compiler_singlepass/codegen/struct.FuncGen.html @@ -110,7 +110,7 @@ calling_convention: CallingConvention ) -> Result<FuncGen<'a, M>, CompileError>
source

pub fn has_control_frames(&self) -> bool

source

pub fn feed_operator(&mut self, op: Operator<'_>) -> Result<(), CompileError>

source

pub fn finalize( self, - data: &FunctionBodyData<'_> + data: &FunctionBodyData<'_> ) -> Result<(CompiledFunction, Option<UnwindFrame>), CompileError>

source

fn sort_call_movs(movs: &mut [(Location<M::GPR, M::SIMD>, M::GPR)])

Auto Trait Implementations§

§

impl<'a, M> !RefUnwindSafe for FuncGen<'a, M>

§

impl<'a, M> Send for FuncGen<'a, M>where M: Send, <M as Machine>::GPR: Send, @@ -145,5 +145,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more

§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/codegen/struct.I2O1.html b/crates/doc/wasmer_compiler_singlepass/codegen/struct.I2O1.html index 3b925e3699f..a4b0ae3891e 100644 --- a/crates/doc/wasmer_compiler_singlepass/codegen/struct.I2O1.html +++ b/crates/doc/wasmer_compiler_singlepass/codegen/struct.I2O1.html @@ -39,5 +39,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/codegen/struct.SpecialLabelSet.html b/crates/doc/wasmer_compiler_singlepass/codegen/struct.SpecialLabelSet.html index b370c5c250a..199d1eb5ec6 100644 --- a/crates/doc/wasmer_compiler_singlepass/codegen/struct.SpecialLabelSet.html +++ b/crates/doc/wasmer_compiler_singlepass/codegen/struct.SpecialLabelSet.html @@ -31,5 +31,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/common_decl/enum.MachineValue.html b/crates/doc/wasmer_compiler_singlepass/common_decl/enum.MachineValue.html index 3b531f7db57..58478ed5f7a 100644 --- a/crates/doc/wasmer_compiler_singlepass/common_decl/enum.MachineValue.html +++ b/crates/doc/wasmer_compiler_singlepass/common_decl/enum.MachineValue.html @@ -58,5 +58,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/common_decl/enum.Size.html b/crates/doc/wasmer_compiler_singlepass/common_decl/enum.Size.html index 913324ec5cf..51b8b312c86 100644 --- a/crates/doc/wasmer_compiler_singlepass/common_decl/enum.Size.html +++ b/crates/doc/wasmer_compiler_singlepass/common_decl/enum.Size.html @@ -45,5 +45,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/common_decl/enum.SuspendOffset.html b/crates/doc/wasmer_compiler_singlepass/common_decl/enum.SuspendOffset.html index ea96f6e921c..a4d24096fa2 100644 --- a/crates/doc/wasmer_compiler_singlepass/common_decl/enum.SuspendOffset.html +++ b/crates/doc/wasmer_compiler_singlepass/common_decl/enum.SuspendOffset.html @@ -33,5 +33,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/common_decl/enum.WasmAbstractValue.html b/crates/doc/wasmer_compiler_singlepass/common_decl/enum.WasmAbstractValue.html index bef25d96998..93b394a82d0 100644 --- a/crates/doc/wasmer_compiler_singlepass/common_decl/enum.WasmAbstractValue.html +++ b/crates/doc/wasmer_compiler_singlepass/common_decl/enum.WasmAbstractValue.html @@ -44,5 +44,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.FunctionStateMap.html b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.FunctionStateMap.html index d7a6feac7dd..8049805072f 100644 --- a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.FunctionStateMap.html +++ b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.FunctionStateMap.html @@ -53,5 +53,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.MachineState.html b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.MachineState.html index 10287b131a5..817a98f9aa8 100644 --- a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.MachineState.html +++ b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.MachineState.html @@ -38,5 +38,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.MachineStateDiff.html b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.MachineStateDiff.html index d8e6c59c565..44631f975cf 100644 --- a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.MachineStateDiff.html +++ b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.MachineStateDiff.html @@ -45,5 +45,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.OffsetInfo.html b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.OffsetInfo.html index 7f4106829f9..2a808f2f852 100644 --- a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.OffsetInfo.html +++ b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.OffsetInfo.html @@ -33,5 +33,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.RegisterIndex.html b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.RegisterIndex.html index 816ce9690d2..1a85a491eb0 100644 --- a/crates/doc/wasmer_compiler_singlepass/common_decl/struct.RegisterIndex.html +++ b/crates/doc/wasmer_compiler_singlepass/common_decl/struct.RegisterIndex.html @@ -38,5 +38,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/compiler/struct.SinglepassCompiler.html b/crates/doc/wasmer_compiler_singlepass/compiler/struct.SinglepassCompiler.html index df70cffb680..3baa7083f54 100644 --- a/crates/doc/wasmer_compiler_singlepass/compiler/struct.SinglepassCompiler.html +++ b/crates/doc/wasmer_compiler_singlepass/compiler/struct.SinglepassCompiler.html @@ -4,31 +4,31 @@ It does the compilation in one pass

Fields§

§config: Singlepass

Implementations§

source§

impl SinglepassCompiler

source

pub fn new(config: Singlepass) -> Self

Creates a new Singlepass compiler

source

fn config(&self) -> &Singlepass

Gets the config for this Compiler

-

Trait Implementations§

source§

impl Compiler for SinglepassCompiler

source§

fn get_middlewares(&self) -> &[Arc<dyn ModuleMiddleware>]

Get the middlewares for this compiler

-
source§

fn compile_module( +

Trait Implementations§

source§

impl Compiler for SinglepassCompiler

source§

fn get_middlewares(&self) -> &[Arc<dyn ModuleMiddleware>]

Get the middlewares for this compiler

+
source§

fn compile_module( &self, target: &Target, compile_info: &CompileModuleInfo, - _module_translation: &ModuleTranslationState, - function_body_inputs: PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>> + _module_translation: &ModuleTranslationState, + function_body_inputs: PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>> ) -> Result<Compilation, CompileError>

Compile the module using Singlepass, producing a compilation result with associated relocations.

-
source§

fn name(&self) -> &str

Returns a descriptive name for this compiler. Read more
source§

fn get_cpu_features_used( +

source§

fn name(&self) -> &str

Returns a descriptive name for this compiler. Read more
source§

fn get_cpu_features_used( &self, cpu_features: &EnumSet<CpuFeature> -) -> EnumSet<CpuFeature>

Get the CpuFeatues used by the compiler
§

fn validate_module( +) -> EnumSet<CpuFeature>

Get the CpuFeatues used by the compiler
source§

fn validate_module( &self, features: &Features, data: &[u8] -) -> Result<(), CompileError>

Validates a module. Read more
§

fn experimental_native_compile_module( +) -> Result<(), CompileError>

Validates a module. Read more
source§

fn experimental_native_compile_module( &self, _target: &Target, _module: &CompileModuleInfo, - _module_translation: &ModuleTranslationState, - _function_body_inputs: &PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>>, + _module_translation: &ModuleTranslationState, + _function_body_inputs: &PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>>, _symbol_registry: &dyn SymbolRegistry, _wasmer_metadata: &[u8] -) -> Option<Result<Vec<u8, Global>, CompileError>>

Compiles a module into a native object file. Read more

Auto Trait Implementations§

§

impl !RefUnwindSafe for SinglepassCompiler

§

impl Send for SinglepassCompiler

§

impl Sync for SinglepassCompiler

§

impl Unpin for SinglepassCompiler

§

impl !UnwindSafe for SinglepassCompiler

Blanket Implementations§

source§

impl<T> Any for Twhere +) -> Option<Result<Vec<u8, Global>, CompileError>>

Compiles a module into a native object file. Read more

Auto Trait Implementations§

§

impl !RefUnwindSafe for SinglepassCompiler

§

impl Send for SinglepassCompiler

§

impl Sync for SinglepassCompiler

§

impl Unpin for SinglepassCompiler

§

impl !UnwindSafe for SinglepassCompiler

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere @@ -53,5 +53,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more

§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/config/struct.Singlepass.html b/crates/doc/wasmer_compiler_singlepass/config/struct.Singlepass.html index e5f4e303527..56c876e59ae 100644 --- a/crates/doc/wasmer_compiler_singlepass/config/struct.Singlepass.html +++ b/crates/doc/wasmer_compiler_singlepass/config/struct.Singlepass.html @@ -1,13 +1,13 @@ Singlepass in wasmer_compiler_singlepass::config - Rust
pub struct Singlepass {
     pub(crate) enable_nan_canonicalization: bool,
-    pub(crate) middlewares: Vec<Arc<dyn ModuleMiddleware>>,
-}

Fields§

§enable_nan_canonicalization: bool§middlewares: Vec<Arc<dyn ModuleMiddleware>>

The middleware chain.

+ pub(crate) middlewares: Vec<Arc<dyn ModuleMiddleware>>, +}

Fields§

§enable_nan_canonicalization: bool§middlewares: Vec<Arc<dyn ModuleMiddleware>>

The middleware chain.

Implementations§

source§

impl Singlepass

source

pub fn new() -> Self

Creates a new configuration object with the default configuration specified.

-
source

pub fn canonicalize_nans(&mut self, enable: bool) -> &mut Self

Trait Implementations§

source§

impl Clone for Singlepass

source§

fn clone(&self) -> Singlepass

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 CompilerConfig for Singlepass

source§

fn compiler(self: Box<Self>) -> Box<dyn Compiler>

Transform it into the compiler

-
source§

fn default_features_for_target(&self, _target: &Target) -> Features

Gets the default features for this compiler in the given target

-
source§

fn push_middleware(&mut self, middleware: Arc<dyn ModuleMiddleware>)

Pushes a middleware onto the back of the middleware chain.

-
source§

fn enable_pic(&mut self)

Enable Position Independent Code (PIC). Read more
§

fn enable_verifier(&mut self)

Enable compiler IR verification. Read more
§

fn canonicalize_nans(&mut self, _enable: bool)

Enable NaN canonicalization. Read more
source§

impl Debug for Singlepass

source§

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

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

impl Default for Singlepass

source§

fn default() -> Singlepass

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

impl From<Singlepass> for Engine

source§

fn from(config: Singlepass) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

source

pub fn canonicalize_nans(&mut self, enable: bool) -> &mut Self

Trait Implementations§

source§

impl Clone for Singlepass

source§

fn clone(&self) -> Singlepass

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 CompilerConfig for Singlepass

source§

fn compiler(self: Box<Self>) -> Box<dyn Compiler>

Transform it into the compiler

+
source§

fn default_features_for_target(&self, _target: &Target) -> Features

Gets the default features for this compiler in the given target

+
source§

fn push_middleware(&mut self, middleware: Arc<dyn ModuleMiddleware>)

Pushes a middleware onto the back of the middleware chain.

+
source§

fn enable_pic(&mut self)

Enable Position Independent Code (PIC). Read more
source§

fn enable_verifier(&mut self)

Enable compiler IR verification. Read more
source§

fn canonicalize_nans(&mut self, _enable: bool)

Enable NaN canonicalization. Read more
source§

impl Debug for Singlepass

source§

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

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

impl Default for Singlepass

source§

fn default() -> Singlepass

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

impl From<Singlepass> for Engine

source§

fn from(config: Singlepass) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere @@ -34,5 +34,5 @@ otherwise. Read more

§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/dwarf/struct.WriterRelocate.html b/crates/doc/wasmer_compiler_singlepass/dwarf/struct.WriterRelocate.html index bbdf41978e4..432a669f8fa 100644 --- a/crates/doc/wasmer_compiler_singlepass/dwarf/struct.WriterRelocate.html +++ b/crates/doc/wasmer_compiler_singlepass/dwarf/struct.WriterRelocate.html @@ -62,5 +62,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.Condition.html b/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.Condition.html index 8df35961376..a8b4fdc21fd 100644 --- a/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.Condition.html +++ b/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.Condition.html @@ -64,5 +64,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.GPROrMemory.html b/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.GPROrMemory.html index 82c212c857a..a55a4b89731 100644 --- a/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.GPROrMemory.html +++ b/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.GPROrMemory.html @@ -28,5 +28,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.NeonOrMemory.html b/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.NeonOrMemory.html index 9eaa73ed3d6..d5a644c063a 100644 --- a/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.NeonOrMemory.html +++ b/crates/doc/wasmer_compiler_singlepass/emitter_arm64/enum.NeonOrMemory.html @@ -36,5 +36,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.Condition.html b/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.Condition.html index 7621d3885a8..520426476a9 100644 --- a/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.Condition.html +++ b/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.Condition.html @@ -47,5 +47,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.GPROrMemory.html b/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.GPROrMemory.html index ae6530bfca2..10264e2c9b5 100644 --- a/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.GPROrMemory.html +++ b/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.GPROrMemory.html @@ -28,5 +28,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.Precision.html b/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.Precision.html index d80faf6080d..892461ff4d0 100644 --- a/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.Precision.html +++ b/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.Precision.html @@ -26,5 +26,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.XMMOrMemory.html b/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.XMMOrMemory.html index 834d58284cb..7358799735c 100644 --- a/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.XMMOrMemory.html +++ b/crates/doc/wasmer_compiler_singlepass/emitter_x64/enum.XMMOrMemory.html @@ -36,5 +36,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/location/enum.Location.html b/crates/doc/wasmer_compiler_singlepass/location/enum.Location.html index d7a444535ca..09a558f8d0d 100644 --- a/crates/doc/wasmer_compiler_singlepass/location/enum.Location.html +++ b/crates/doc/wasmer_compiler_singlepass/location/enum.Location.html @@ -64,5 +64,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/location/enum.Multiplier.html b/crates/doc/wasmer_compiler_singlepass/location/enum.Multiplier.html index 45d9962bb76..c3f1e4c71df 100644 --- a/crates/doc/wasmer_compiler_singlepass/location/enum.Multiplier.html +++ b/crates/doc/wasmer_compiler_singlepass/location/enum.Multiplier.html @@ -51,5 +51,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/machine/enum.Value.html b/crates/doc/wasmer_compiler_singlepass/machine/enum.Value.html index c355190aa17..a6655f8be2d 100644 --- a/crates/doc/wasmer_compiler_singlepass/machine/enum.Value.html +++ b/crates/doc/wasmer_compiler_singlepass/machine/enum.Value.html @@ -33,5 +33,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/machine/struct.MachineStackOffset.html b/crates/doc/wasmer_compiler_singlepass/machine/struct.MachineStackOffset.html index a8b04c8f4e8..560ddf8f980 100644 --- a/crates/doc/wasmer_compiler_singlepass/machine/struct.MachineStackOffset.html +++ b/crates/doc/wasmer_compiler_singlepass/machine/struct.MachineStackOffset.html @@ -23,5 +23,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/machine/struct.MemArg.html b/crates/doc/wasmer_compiler_singlepass/machine/struct.MemArg.html index d059275c1f2..24fdea2e263 100644 --- a/crates/doc/wasmer_compiler_singlepass/machine/struct.MemArg.html +++ b/crates/doc/wasmer_compiler_singlepass/machine/struct.MemArg.html @@ -45,5 +45,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/machine/struct.TrapTable.html b/crates/doc/wasmer_compiler_singlepass/machine/struct.TrapTable.html index 0c864584781..a8ce1676c07 100644 --- a/crates/doc/wasmer_compiler_singlepass/machine/struct.TrapTable.html +++ b/crates/doc/wasmer_compiler_singlepass/machine/struct.TrapTable.html @@ -29,5 +29,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/machine_arm64/enum.ImmType.html b/crates/doc/wasmer_compiler_singlepass/machine_arm64/enum.ImmType.html index a3d94743bb1..b195d04c536 100644 --- a/crates/doc/wasmer_compiler_singlepass/machine_arm64/enum.ImmType.html +++ b/crates/doc/wasmer_compiler_singlepass/machine_arm64/enum.ImmType.html @@ -41,5 +41,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/machine_arm64/struct.MachineARM64.html b/crates/doc/wasmer_compiler_singlepass/machine_arm64/struct.MachineARM64.html index e25978d39b4..adfd7368a2a 100644 --- a/crates/doc/wasmer_compiler_singlepass/machine_arm64/struct.MachineARM64.html +++ b/crates/doc/wasmer_compiler_singlepass/machine_arm64/struct.MachineARM64.html @@ -1858,5 +1858,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/machine_x64/struct.AssemblerX64.html b/crates/doc/wasmer_compiler_singlepass/machine_x64/struct.AssemblerX64.html index a8e3ec1bae6..a94daec99d1 100644 --- a/crates/doc/wasmer_compiler_singlepass/machine_x64/struct.AssemblerX64.html +++ b/crates/doc/wasmer_compiler_singlepass/machine_x64/struct.AssemblerX64.html @@ -565,5 +565,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/machine_x64/struct.MachineX86_64.html b/crates/doc/wasmer_compiler_singlepass/machine_x64/struct.MachineX86_64.html index 4abc6c9c1ec..a08d48d91ab 100644 --- a/crates/doc/wasmer_compiler_singlepass/machine_x64/struct.MachineX86_64.html +++ b/crates/doc/wasmer_compiler_singlepass/machine_x64/struct.MachineX86_64.html @@ -1923,5 +1923,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/struct.Singlepass.html b/crates/doc/wasmer_compiler_singlepass/struct.Singlepass.html index 35368217dbe..1f00c8c19d6 100644 --- a/crates/doc/wasmer_compiler_singlepass/struct.Singlepass.html +++ b/crates/doc/wasmer_compiler_singlepass/struct.Singlepass.html @@ -1,13 +1,13 @@ Singlepass in wasmer_compiler_singlepass - Rust
pub struct Singlepass {
     pub(crate) enable_nan_canonicalization: bool,
-    pub(crate) middlewares: Vec<Arc<dyn ModuleMiddleware>>,
-}

Fields§

§enable_nan_canonicalization: bool§middlewares: Vec<Arc<dyn ModuleMiddleware>>

The middleware chain.

+ pub(crate) middlewares: Vec<Arc<dyn ModuleMiddleware>>, +}

Fields§

§enable_nan_canonicalization: bool§middlewares: Vec<Arc<dyn ModuleMiddleware>>

The middleware chain.

Implementations§

source§

impl Singlepass

source

pub fn new() -> Self

Creates a new configuration object with the default configuration specified.

-
source

pub fn canonicalize_nans(&mut self, enable: bool) -> &mut Self

Trait Implementations§

source§

impl Clone for Singlepass

source§

fn clone(&self) -> Singlepass

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 CompilerConfig for Singlepass

source§

fn compiler(self: Box<Self>) -> Box<dyn Compiler>

Transform it into the compiler

-
source§

fn default_features_for_target(&self, _target: &Target) -> Features

Gets the default features for this compiler in the given target

-
source§

fn push_middleware(&mut self, middleware: Arc<dyn ModuleMiddleware>)

Pushes a middleware onto the back of the middleware chain.

-
source§

fn enable_pic(&mut self)

Enable Position Independent Code (PIC). Read more
§

fn enable_verifier(&mut self)

Enable compiler IR verification. Read more
§

fn canonicalize_nans(&mut self, _enable: bool)

Enable NaN canonicalization. Read more
source§

impl Debug for Singlepass

source§

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

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

impl Default for Singlepass

source§

fn default() -> Singlepass

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

impl From<Singlepass> for Engine

source§

fn from(config: Singlepass) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere +

source

pub fn canonicalize_nans(&mut self, enable: bool) -> &mut Self

Trait Implementations§

source§

impl Clone for Singlepass

source§

fn clone(&self) -> Singlepass

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 CompilerConfig for Singlepass

source§

fn compiler(self: Box<Self>) -> Box<dyn Compiler>

Transform it into the compiler

+
source§

fn default_features_for_target(&self, _target: &Target) -> Features

Gets the default features for this compiler in the given target

+
source§

fn push_middleware(&mut self, middleware: Arc<dyn ModuleMiddleware>)

Pushes a middleware onto the back of the middleware chain.

+
source§

fn enable_pic(&mut self)

Enable Position Independent Code (PIC). Read more
source§

fn enable_verifier(&mut self)

Enable compiler IR verification. Read more
source§

fn canonicalize_nans(&mut self, _enable: bool)

Enable NaN canonicalization. Read more
source§

impl Debug for Singlepass

source§

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

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

impl Default for Singlepass

source§

fn default() -> Singlepass

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

impl From<Singlepass> for Engine

source§

fn from(config: Singlepass) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere @@ -34,5 +34,5 @@ otherwise. Read more

§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/struct.SinglepassCompiler.html b/crates/doc/wasmer_compiler_singlepass/struct.SinglepassCompiler.html index 491c7febea6..1774abdeb97 100644 --- a/crates/doc/wasmer_compiler_singlepass/struct.SinglepassCompiler.html +++ b/crates/doc/wasmer_compiler_singlepass/struct.SinglepassCompiler.html @@ -4,31 +4,31 @@ It does the compilation in one pass

Fields§

§config: Singlepass

Implementations§

source§

impl SinglepassCompiler

source

pub fn new(config: Singlepass) -> Self

Creates a new Singlepass compiler

source

fn config(&self) -> &Singlepass

Gets the config for this Compiler

-

Trait Implementations§

source§

impl Compiler for SinglepassCompiler

source§

fn get_middlewares(&self) -> &[Arc<dyn ModuleMiddleware>]

Get the middlewares for this compiler

-
source§

fn compile_module( +

Trait Implementations§

source§

impl Compiler for SinglepassCompiler

source§

fn get_middlewares(&self) -> &[Arc<dyn ModuleMiddleware>]

Get the middlewares for this compiler

+
source§

fn compile_module( &self, target: &Target, compile_info: &CompileModuleInfo, - _module_translation: &ModuleTranslationState, - function_body_inputs: PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>> + _module_translation: &ModuleTranslationState, + function_body_inputs: PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>> ) -> Result<Compilation, CompileError>

Compile the module using Singlepass, producing a compilation result with associated relocations.

-
source§

fn name(&self) -> &str

Returns a descriptive name for this compiler. Read more
source§

fn get_cpu_features_used( +

source§

fn name(&self) -> &str

Returns a descriptive name for this compiler. Read more
source§

fn get_cpu_features_used( &self, cpu_features: &EnumSet<CpuFeature> -) -> EnumSet<CpuFeature>

Get the CpuFeatues used by the compiler
§

fn validate_module( +) -> EnumSet<CpuFeature>

Get the CpuFeatues used by the compiler
source§

fn validate_module( &self, features: &Features, data: &[u8] -) -> Result<(), CompileError>

Validates a module. Read more
§

fn experimental_native_compile_module( +) -> Result<(), CompileError>

Validates a module. Read more
source§

fn experimental_native_compile_module( &self, _target: &Target, _module: &CompileModuleInfo, - _module_translation: &ModuleTranslationState, - _function_body_inputs: &PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>>, + _module_translation: &ModuleTranslationState, + _function_body_inputs: &PrimaryMap<LocalFunctionIndex, FunctionBodyData<'_>>, _symbol_registry: &dyn SymbolRegistry, _wasmer_metadata: &[u8] -) -> Option<Result<Vec<u8, Global>, CompileError>>

Compiles a module into a native object file. Read more

Auto Trait Implementations§

§

impl !RefUnwindSafe for SinglepassCompiler

§

impl Send for SinglepassCompiler

§

impl Sync for SinglepassCompiler

§

impl Unpin for SinglepassCompiler

§

impl !UnwindSafe for SinglepassCompiler

Blanket Implementations§

source§

impl<T> Any for Twhere +) -> Option<Result<Vec<u8, Global>, CompileError>>

Compiles a module into a native object file. Read more

Auto Trait Implementations§

§

impl !RefUnwindSafe for SinglepassCompiler

§

impl Send for SinglepassCompiler

§

impl Sync for SinglepassCompiler

§

impl Unpin for SinglepassCompiler

§

impl !UnwindSafe for SinglepassCompiler

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

Converts some archived metadata to the pointer metadata for itself.
source§

impl<T> Borrow<T> for Twhere @@ -53,5 +53,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more

§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/unwind/enum.UnwindFrame.html b/crates/doc/wasmer_compiler_singlepass/unwind/enum.UnwindFrame.html index 56b35b89077..66718f4a159 100644 --- a/crates/doc/wasmer_compiler_singlepass/unwind/enum.UnwindFrame.html +++ b/crates/doc/wasmer_compiler_singlepass/unwind/enum.UnwindFrame.html @@ -25,5 +25,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/unwind/enum.UnwindOps.html b/crates/doc/wasmer_compiler_singlepass/unwind/enum.UnwindOps.html index fd7777abc33..3f48b3ca0d5 100644 --- a/crates/doc/wasmer_compiler_singlepass/unwind/enum.UnwindOps.html +++ b/crates/doc/wasmer_compiler_singlepass/unwind/enum.UnwindOps.html @@ -39,5 +39,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/unwind/struct.UnwindInstructions.html b/crates/doc/wasmer_compiler_singlepass/unwind/struct.UnwindInstructions.html index 9586b58ef09..900a2a39f48 100644 --- a/crates/doc/wasmer_compiler_singlepass/unwind/struct.UnwindInstructions.html +++ b/crates/doc/wasmer_compiler_singlepass/unwind/struct.UnwindInstructions.html @@ -37,5 +37,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/unwind_winx64/enum.UnwindCode.html b/crates/doc/wasmer_compiler_singlepass/unwind_winx64/enum.UnwindCode.html index c2c42fdb4df..4eba84f88ec 100644 --- a/crates/doc/wasmer_compiler_singlepass/unwind_winx64/enum.UnwindCode.html +++ b/crates/doc/wasmer_compiler_singlepass/unwind_winx64/enum.UnwindCode.html @@ -59,5 +59,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/unwind_winx64/struct.UnwindInfo.html b/crates/doc/wasmer_compiler_singlepass/unwind_winx64/struct.UnwindInfo.html index 9c5c3cd4173..7fe59eaf223 100644 --- a/crates/doc/wasmer_compiler_singlepass/unwind_winx64/struct.UnwindInfo.html +++ b/crates/doc/wasmer_compiler_singlepass/unwind_winx64/struct.UnwindInfo.html @@ -45,5 +45,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/unwind_winx64/struct.Writer.html b/crates/doc/wasmer_compiler_singlepass/unwind_winx64/struct.Writer.html index 901aace4062..423b2c53f9c 100644 --- a/crates/doc/wasmer_compiler_singlepass/unwind_winx64/struct.Writer.html +++ b/crates/doc/wasmer_compiler_singlepass/unwind_winx64/struct.Writer.html @@ -26,5 +26,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.GPR.html b/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.GPR.html index cde481139e5..6e8153019e1 100644 --- a/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.GPR.html +++ b/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.GPR.html @@ -63,5 +63,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.X64Register.html b/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.X64Register.html index a00ed690266..9656e1837db 100644 --- a/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.X64Register.html +++ b/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.X64Register.html @@ -43,5 +43,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.XMM.html b/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.XMM.html index 4333a0f8176..a511bea1e15 100644 --- a/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.XMM.html +++ b/crates/doc/wasmer_compiler_singlepass/x64_decl/enum.XMM.html @@ -63,5 +63,5 @@ otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere 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, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_compiler_singlepass/x64_decl/struct.ArgumentRegisterAllocator.html b/crates/doc/wasmer_compiler_singlepass/x64_decl/struct.ArgumentRegisterAllocator.html index f313d3d2ff9..7f557c9ce69 100644 --- a/crates/doc/wasmer_compiler_singlepass/x64_decl/struct.ArgumentRegisterAllocator.html +++ b/crates/doc/wasmer_compiler_singlepass/x64_decl/struct.ArgumentRegisterAllocator.html @@ -32,5 +32,5 @@ Converts self into a Right variant of Either<Self, Self> otherwise. Read more
§

impl<T> LayoutRaw for T

§

fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>

Gets the layout of the type.
§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

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

Initializes a with the given initializer. Read more
§

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

Dereferences the given pointer. Read more
§

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

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

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

impl<T> Pointee for T

§

type Metadata = ()

The type for metadata in pointers and references to Self.
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T, U> TryFrom<U> for Twhere 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 Twhere - 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.
§

impl<T> Upcastable for Twhere - T: Any + Send + Sync + 'static,

§

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

upcast ref
§

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

upcast mut ref
§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file + 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> Upcastable for Twhere + T: Any + Send + Sync + 'static,

source§

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

upcast ref
source§

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

upcast mut ref
source§

fn upcast_any_box(self: Box<T, Global>) -> Box<dyn Any, Global>

upcast boxed dyn
\ No newline at end of file diff --git a/crates/doc/wasmer_journal/concrete/aligned_cow_str/struct.AlignedCowStr.html b/crates/doc/wasmer_journal/concrete/aligned_cow_str/struct.AlignedCowStr.html index 1c63e6bea86..8466393c8a4 100644 --- a/crates/doc/wasmer_journal/concrete/aligned_cow_str/struct.AlignedCowStr.html +++ b/crates/doc/wasmer_journal/concrete/aligned_cow_str/struct.AlignedCowStr.html @@ -1177,7 +1177,7 @@
Examples
resolver: Self::Resolver, out: *mut Self::Archived )
Creates the archived version of this value at the given position and writes it to the given -output. Read more
source§

impl<'a> AsRef<str> for AlignedCowStr<'a>

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl<'a> Clone for AlignedCowStr<'a>

source§

fn clone(&self) -> AlignedCowStr<'a>

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<'a> Debug for AlignedCowStr<'a>

source§

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

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

impl<'a> Default for AlignedCowStr<'a>

source§

fn default() -> Self

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

impl<'a> Deref for AlignedCowStr<'a>

§

type Target = str

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

source§

fn from(value: Cow<'a, str>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<String> for AlignedCowStr<'a>

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl<'a> Into<Cow<'a, str>> for AlignedCowStr<'a>

source§

fn into(self) -> Cow<'a, str>

Converts this type into the (usually inferred) input type.
source§

impl<'a> Into<String> for AlignedCowStr<'a>

source§

fn into(self) -> String

Converts this type into the (usually inferred) input type.
source§

impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowStr<'a>

source§

fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived +output. Read more
source§

impl<'a> AsRef<str> for AlignedCowStr<'a>

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl<'a> Clone for AlignedCowStr<'a>

source§

fn clone(&self) -> AlignedCowStr<'a>

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<'a> Debug for AlignedCowStr<'a>

source§

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

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

impl<'a> Default for AlignedCowStr<'a>

source§

fn default() -> Self

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

impl<'a> Deref for AlignedCowStr<'a>

§

type Target = str

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

source§

fn from(value: Cow<'a, str>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<String> for AlignedCowStr<'a>

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl<'a> Into<Cow<'a, str>> for AlignedCowStr<'a>

source§

fn into(self) -> Cow<'a, str>

Converts this type into the (usually inferred) input type.
source§

impl<'a> Into<String> for AlignedCowStr<'a>

source§

fn into(self) -> String

Converts this type into the (usually inferred) input type.
source§

impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowStr<'a>

source§

fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived type.

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for AlignedCowStr<'a>

§

impl<'a> Send for AlignedCowStr<'a>

§

impl<'a> Sync for AlignedCowStr<'a>

§

impl<'a> Unpin for AlignedCowStr<'a>

§

impl<'a> UnwindSafe for AlignedCowStr<'a>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata diff --git a/crates/doc/wasmer_journal/concrete/aligned_cow_vec/struct.AlignedCowVec.html b/crates/doc/wasmer_journal/concrete/aligned_cow_vec/struct.AlignedCowVec.html index f5a097b8bec..25ac7be223d 100644 --- a/crates/doc/wasmer_journal/concrete/aligned_cow_vec/struct.AlignedCowVec.html +++ b/crates/doc/wasmer_journal/concrete/aligned_cow_vec/struct.AlignedCowVec.html @@ -2382,7 +2382,7 @@

Examples
T: 'a + Clone, [T]: ToOwned,
source§

fn from(value: Vec<T>) -> Self

Converts to this type from the input type.
source§

impl<'a, T> Into<Cow<'a, [T]>> for AlignedCowVec<'a, T>where T: 'a, - [T]: ToOwned,

source§

fn into(self) -> Cow<'a, [T]>

Converts this type into the (usually inferred) input type.
source§

impl<'a> Into<Vec<u8, Global>> for AlignedCowVec<'a, u8>

source§

fn into(self) -> Vec<u8>

Converts this type into the (usually inferred) input type.
source§

impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowVec<'a, u8>

source§

fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived + [T]: ToOwned,
source§

fn into(self) -> Cow<'a, [T]>

Converts this type into the (usually inferred) input type.
source§

impl<'a> Into<Vec<u8, Global>> for AlignedCowVec<'a, u8>

source§

fn into(self) -> Vec<u8>

Converts this type into the (usually inferred) input type.
source§

impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowVec<'a, u8>

source§

fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived type.

Auto Trait Implementations§

§

impl<'a, T> !RefUnwindSafe for AlignedCowVec<'a, T>

§

impl<'a, T> !Send for AlignedCowVec<'a, T>

§

impl<'a, T> !Sync for AlignedCowVec<'a, T>

§

impl<'a, T> !Unpin for AlignedCowVec<'a, T>

§

impl<'a, T> !UnwindSafe for AlignedCowVec<'a, T>

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata diff --git a/crates/doc/wasmer_journal/concrete/archived/enum.JournalEpollCtlV1.html b/crates/doc/wasmer_journal/concrete/archived/enum.JournalEpollCtlV1.html index db30187ed81..993968d2336 100644 --- a/crates/doc/wasmer_journal/concrete/archived/enum.JournalEpollCtlV1.html +++ b/crates/doc/wasmer_journal/concrete/archived/enum.JournalEpollCtlV1.html @@ -13,7 +13,7 @@ output. Read more

source§

impl Clone for JournalEpollCtlV1

source§

fn clone(&self) -> JournalEpollCtlV1

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 JournalEpollCtlV1

source§

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

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

impl<__D: Fallible + ?Sized> Deserialize<JournalEpollCtlV1, __D> for Archived<JournalEpollCtlV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalEpollCtlV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<EpollCtl> for JournalEpollCtlV1

source§

fn from(val: EpollCtl) -> Self

Converts to this type from the input type.
source§

impl From<JournalEpollCtlV1> for EpollCtl

source§

fn from(val: JournalEpollCtlV1) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalEpollCtlV1

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 +) -> Result<JournalEpollCtlV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<EpollCtl> for JournalEpollCtlV1

source§

fn from(val: EpollCtl) -> Self

Converts to this type from the input type.
source§

impl From<JournalEpollCtlV1> for EpollCtl

source§

fn from(val: JournalEpollCtlV1) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalEpollCtlV1

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
source§

impl Ord for JournalEpollCtlV1

source§

fn cmp(&self, other: &JournalEpollCtlV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/concrete/archived/enum.JournalExitCodeV1.html b/crates/doc/wasmer_journal/concrete/archived/enum.JournalExitCodeV1.html index caf6103a95c..e6b5b048f3a 100644 --- a/crates/doc/wasmer_journal/concrete/archived/enum.JournalExitCodeV1.html +++ b/crates/doc/wasmer_journal/concrete/archived/enum.JournalExitCodeV1.html @@ -17,7 +17,7 @@ Archived<i32>: Deserialize<i32, __D>,

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalExitCodeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<ExitCode> for JournalExitCodeV1

source§

fn from(val: ExitCode) -> Self

Converts to this type from the input type.
source§

impl From<JournalExitCodeV1> for ExitCode

source§

fn from(val: JournalExitCodeV1) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalExitCodeV1where +) -> Result<JournalExitCodeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<ExitCode> for JournalExitCodeV1

source§

fn from(val: ExitCode) -> Self

Converts to this type from the input type.
source§

impl From<JournalExitCodeV1> for ExitCode

source§

fn from(val: JournalExitCodeV1) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalExitCodeV1where u16: Serialize<__S>, i32: Serialize<__S>,

source§

fn serialize( &self, diff --git a/crates/doc/wasmer_journal/concrete/archived/enum.JournalSocketShutdownV1.html b/crates/doc/wasmer_journal/concrete/archived/enum.JournalSocketShutdownV1.html index 96ccd1937c6..0d700a8cec8 100644 --- a/crates/doc/wasmer_journal/concrete/archived/enum.JournalSocketShutdownV1.html +++ b/crates/doc/wasmer_journal/concrete/archived/enum.JournalSocketShutdownV1.html @@ -12,7 +12,7 @@ output. Read more

source§

impl Clone for JournalSocketShutdownV1

source§

fn clone(&self) -> JournalSocketShutdownV1

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 JournalSocketShutdownV1

source§

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

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

impl<__D: Fallible + ?Sized> Deserialize<JournalSocketShutdownV1, __D> for Archived<JournalSocketShutdownV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalSocketShutdownV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: JournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for JournalSocketShutdownV1

source§

fn from(val: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalSocketShutdownV1

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 +) -> Result<JournalSocketShutdownV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: JournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for JournalSocketShutdownV1

source§

fn from(val: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalSocketShutdownV1

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
source§

impl Ord for JournalSocketShutdownV1

source§

fn cmp(&self, other: &JournalSocketShutdownV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/concrete/archived/enum.JournalSockoptionV1.html b/crates/doc/wasmer_journal/concrete/archived/enum.JournalSockoptionV1.html index dfd231a9770..96896af507b 100644 --- a/crates/doc/wasmer_journal/concrete/archived/enum.JournalSockoptionV1.html +++ b/crates/doc/wasmer_journal/concrete/archived/enum.JournalSockoptionV1.html @@ -36,7 +36,7 @@ output. Read more

source§

impl Clone for JournalSockoptionV1

source§

fn clone(&self) -> JournalSockoptionV1

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 JournalSockoptionV1

source§

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

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

impl<__D: Fallible + ?Sized> Deserialize<JournalSockoptionV1, __D> for Archived<JournalSockoptionV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalSockoptionV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalSockoptionV1> for Sockoption

source§

fn from(val: JournalSockoptionV1) -> Self

Converts to this type from the input type.
source§

impl From<Sockoption> for JournalSockoptionV1

source§

fn from(val: Sockoption) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalSockoptionV1

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 +) -> Result<JournalSockoptionV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalSockoptionV1> for Sockoption

source§

fn from(val: JournalSockoptionV1) -> Self

Converts to this type from the input type.
source§

impl From<Sockoption> for JournalSockoptionV1

source§

fn from(val: Sockoption) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalSockoptionV1

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
source§

impl Ord for JournalSockoptionV1

source§

fn cmp(&self, other: &JournalSockoptionV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/concrete/archived/enum.JournalThreadStartTypeV1.html b/crates/doc/wasmer_journal/concrete/archived/enum.JournalThreadStartTypeV1.html index 8b9b4640410..c8845c685e6 100644 --- a/crates/doc/wasmer_journal/concrete/archived/enum.JournalThreadStartTypeV1.html +++ b/crates/doc/wasmer_journal/concrete/archived/enum.JournalThreadStartTypeV1.html @@ -16,7 +16,7 @@ Archived<u64>: Deserialize<u64, __D>,

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalThreadStartTypeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalThreadStartTypeV1> for ThreadStartType

source§

fn from(value: JournalThreadStartTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<ThreadStartType> for JournalThreadStartTypeV1

source§

fn from(value: ThreadStartType) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalThreadStartTypeV1

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 +) -> Result<JournalThreadStartTypeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalThreadStartTypeV1> for ThreadStartType

source§

fn from(value: JournalThreadStartTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<ThreadStartType> for JournalThreadStartTypeV1

source§

fn from(value: ThreadStartType) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalThreadStartTypeV1

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
source§

impl Ord for JournalThreadStartTypeV1

source§

fn cmp(&self, other: &JournalThreadStartTypeV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/concrete/archived/enum.JournalTimeTypeV1.html b/crates/doc/wasmer_journal/concrete/archived/enum.JournalTimeTypeV1.html index d779e4bbdf8..7d774873c6b 100644 --- a/crates/doc/wasmer_journal/concrete/archived/enum.JournalTimeTypeV1.html +++ b/crates/doc/wasmer_journal/concrete/archived/enum.JournalTimeTypeV1.html @@ -15,7 +15,7 @@ output. Read more

source§

impl Clone for JournalTimeTypeV1

source§

fn clone(&self) -> JournalTimeTypeV1

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 JournalTimeTypeV1

source§

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

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

impl<__D: Fallible + ?Sized> Deserialize<JournalTimeTypeV1, __D> for Archived<JournalTimeTypeV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalTimeTypeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: JournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketOptTimeType> for JournalTimeTypeV1

source§

fn from(val: SocketOptTimeType) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalTimeTypeV1

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 +) -> Result<JournalTimeTypeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: JournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketOptTimeType> for JournalTimeTypeV1

source§

fn from(val: SocketOptTimeType) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalTimeTypeV1

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
source§

impl Ord for JournalTimeTypeV1

source§

fn cmp(&self, other: &JournalTimeTypeV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/concrete/archived/enum.JournalWhenceV1.html b/crates/doc/wasmer_journal/concrete/archived/enum.JournalWhenceV1.html index d84bb9d2544..fc742c0f2b2 100644 --- a/crates/doc/wasmer_journal/concrete/archived/enum.JournalWhenceV1.html +++ b/crates/doc/wasmer_journal/concrete/archived/enum.JournalWhenceV1.html @@ -13,7 +13,7 @@ output. Read more

source§

impl Clone for JournalWhenceV1

source§

fn clone(&self) -> JournalWhenceV1

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 JournalWhenceV1

source§

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

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

impl<__D: Fallible + ?Sized> Deserialize<JournalWhenceV1, __D> for Archived<JournalWhenceV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalWhenceV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalWhenceV1> for Whence

source§

fn from(val: JournalWhenceV1) -> Self

Converts to this type from the input type.
source§

impl From<Whence> for JournalWhenceV1

source§

fn from(val: Whence) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalWhenceV1

source§

fn serialize( +) -> Result<JournalWhenceV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalWhenceV1> for Whence

source§

fn from(val: JournalWhenceV1) -> Self

Converts to this type from the input type.
source§

impl From<Whence> for JournalWhenceV1

source§

fn from(val: Whence) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalWhenceV1

source§

fn serialize( &self, serializer: &mut __S ) -> Result<<Self as Archive>::Resolver, __S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived diff --git a/crates/doc/wasmer_journal/concrete/archived/struct.JournalIpCidrV1.html b/crates/doc/wasmer_journal/concrete/archived/struct.JournalIpCidrV1.html index ba73b2490ee..28890746d7b 100644 --- a/crates/doc/wasmer_journal/concrete/archived/struct.JournalIpCidrV1.html +++ b/crates/doc/wasmer_journal/concrete/archived/struct.JournalIpCidrV1.html @@ -17,7 +17,7 @@ Archived<u8>: Deserialize<u8, __D>,
source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalIpCidrV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<IpCidr> for JournalIpCidrV1

source§

fn from(value: IpCidr) -> Self

Converts to this type from the input type.
source§

impl From<JournalIpCidrV1> for IpCidr

source§

fn from(value: JournalIpCidrV1) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalIpCidrV1where +) -> Result<JournalIpCidrV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<IpCidr> for JournalIpCidrV1

source§

fn from(value: IpCidr) -> Self

Converts to this type from the input type.
source§

impl From<JournalIpCidrV1> for IpCidr

source§

fn from(value: JournalIpCidrV1) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalIpCidrV1where IpAddr: Serialize<__S>, u8: Serialize<__S>,

source§

fn serialize(&self, serializer: &mut __S) -> Result<Self::Resolver, __S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived type.

Auto Trait Implementations§

§

impl RefUnwindSafe for JournalIpCidrV1

§

impl Send for JournalIpCidrV1

§

impl Sync for JournalIpCidrV1

§

impl Unpin for JournalIpCidrV1

§

impl UnwindSafe for JournalIpCidrV1

Blanket Implementations§

source§

impl<T> Any for Twhere diff --git a/crates/doc/wasmer_journal/entry/enum.JournalEntry.html b/crates/doc/wasmer_journal/entry/enum.JournalEntry.html index 989b1d53856..5781a38db4e 100644 --- a/crates/doc/wasmer_journal/entry/enum.JournalEntry.html +++ b/crates/doc/wasmer_journal/entry/enum.JournalEntry.html @@ -275,8 +275,8 @@ self, serializer: &mut T ) -> Result<usize>where - T::Error: Display,

source§

impl<'a> JournalEntry<'a>

source

pub fn into_owned(self) -> JournalEntry<'static>

source

pub fn estimate_size(&self) -> usize

Trait Implementations§

source§

impl<'a> Clone for JournalEntry<'a>

source§

fn clone(&self) -> JournalEntry<'a>

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<'a> Debug for JournalEntry<'a>

source§

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

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

impl<'de, 'a> Deserialize<'de> for JournalEntry<'a>

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<'a> Display for JournalEntry<'a>

source§

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

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

impl<'a> PartialEq<JournalEntry<'a>> for JournalEntry<'a>

source§

fn eq(&self, other: &JournalEntry<'a>) -> bool

This method tests for self and other values to be equal, and is used + T::Error: Display,
source§

impl<'a> JournalEntry<'a>

source

pub fn into_owned(self) -> JournalEntry<'static>

source

pub fn estimate_size(&self) -> usize

Trait Implementations§

source§

impl<'a> Clone for JournalEntry<'a>

source§

fn clone(&self) -> JournalEntry<'a>

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<'a> Debug for JournalEntry<'a>

source§

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

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

impl<'de, 'a> Deserialize<'de> for JournalEntry<'a>

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<'a> Display for JournalEntry<'a>

source§

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

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

impl<'a> PartialEq<JournalEntry<'a>> for JournalEntry<'a>

source§

fn eq(&self, other: &JournalEntry<'a>) -> 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<'a> Serialize for JournalEntry<'a>

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<'a> TryFrom<ArchivedJournalEntry<'a>> for JournalEntry<'a>

§

type Error = Error

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

fn try_from(value: ArchivedJournalEntry<'a>) -> Result<Self>

Performs the conversion.
source§

impl<'a> StructuralPartialEq for JournalEntry<'a>

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for JournalEntry<'a>

§

impl<'a> Send for JournalEntry<'a>

§

impl<'a> Sync for JournalEntry<'a>

§

impl<'a> Unpin for JournalEntry<'a>

§

impl<'a> UnwindSafe for JournalEntry<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere diff --git a/crates/doc/wasmer_journal/entry/enum.SocketOptTimeType.html b/crates/doc/wasmer_journal/entry/enum.SocketOptTimeType.html index ecf0aa381e4..aa3c9abb10f 100644 --- a/crates/doc/wasmer_journal/entry/enum.SocketOptTimeType.html +++ b/crates/doc/wasmer_journal/entry/enum.SocketOptTimeType.html @@ -6,7 +6,7 @@ BindTimeout, Linger, }

Variants§

§

ReadTimeout

§

WriteTimeout

§

AcceptTimeout

§

ConnectTimeout

§

BindTimeout

§

Linger

Trait Implementations§

source§

impl Clone for SocketOptTimeType

source§

fn clone(&self) -> SocketOptTimeType

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 SocketOptTimeType

source§

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

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

impl<'de> Deserialize<'de> for SocketOptTimeType

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 From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: &ArchivedJournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: JournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketOptTimeType> for JournalTimeTypeV1

source§

fn from(val: SocketOptTimeType) -> Self

Converts to this type from the input type.
source§

impl Hash for SocketOptTimeType

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 + __D: Deserializer<'de>,

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

impl From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: &ArchivedJournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: JournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketOptTimeType> for JournalTimeTypeV1

source§

fn from(val: SocketOptTimeType) -> Self

Converts to this type from the input type.
source§

impl Hash for SocketOptTimeType

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
source§

impl Ord for SocketOptTimeType

source§

fn cmp(&self, other: &SocketOptTimeType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/entry/enum.SocketShutdownHow.html b/crates/doc/wasmer_journal/entry/enum.SocketShutdownHow.html index 853960cadcb..aa6a0b41d5f 100644 --- a/crates/doc/wasmer_journal/entry/enum.SocketShutdownHow.html +++ b/crates/doc/wasmer_journal/entry/enum.SocketShutdownHow.html @@ -3,7 +3,7 @@ Write, Both, }

Variants§

§

Read

§

Write

§

Both

Trait Implementations§

source§

impl Clone for SocketShutdownHow

source§

fn clone(&self) -> SocketShutdownHow

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 SocketShutdownHow

source§

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

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

impl<'de> Deserialize<'de> for SocketShutdownHow

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 From<&ArchivedJournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: &ArchivedJournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: JournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<Shutdown> for SocketShutdownHow

source§

fn from(value: Shutdown) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for JournalSocketShutdownV1

source§

fn from(val: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for Shutdown

source§

fn from(value: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl Hash for SocketShutdownHow

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 + __D: Deserializer<'de>,

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

impl From<&ArchivedJournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: &ArchivedJournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: JournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<Shutdown> for SocketShutdownHow

source§

fn from(value: Shutdown) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for JournalSocketShutdownV1

source§

fn from(val: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for Shutdown

source§

fn from(value: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl Hash for SocketShutdownHow

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
source§

impl Ord for SocketShutdownHow

source§

fn cmp(&self, other: &SocketShutdownHow) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/enum.JournalEntry.html b/crates/doc/wasmer_journal/enum.JournalEntry.html index 9f4bf70f47f..1aab1555718 100644 --- a/crates/doc/wasmer_journal/enum.JournalEntry.html +++ b/crates/doc/wasmer_journal/enum.JournalEntry.html @@ -275,8 +275,8 @@ self, serializer: &mut T ) -> Result<usize>where - T::Error: Display,

source§

impl<'a> JournalEntry<'a>

source

pub fn into_owned(self) -> JournalEntry<'static>

source

pub fn estimate_size(&self) -> usize

Trait Implementations§

source§

impl<'a> Clone for JournalEntry<'a>

source§

fn clone(&self) -> JournalEntry<'a>

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<'a> Debug for JournalEntry<'a>

source§

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

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

impl<'de, 'a> Deserialize<'de> for JournalEntry<'a>

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<'a> Display for JournalEntry<'a>

source§

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

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

impl<'a> PartialEq<JournalEntry<'a>> for JournalEntry<'a>

source§

fn eq(&self, other: &JournalEntry<'a>) -> bool

This method tests for self and other values to be equal, and is used + T::Error: Display,

source§

impl<'a> JournalEntry<'a>

source

pub fn into_owned(self) -> JournalEntry<'static>

source

pub fn estimate_size(&self) -> usize

Trait Implementations§

source§

impl<'a> Clone for JournalEntry<'a>

source§

fn clone(&self) -> JournalEntry<'a>

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<'a> Debug for JournalEntry<'a>

source§

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

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

impl<'de, 'a> Deserialize<'de> for JournalEntry<'a>

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<'a> Display for JournalEntry<'a>

source§

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

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

impl<'a> PartialEq<JournalEntry<'a>> for JournalEntry<'a>

source§

fn eq(&self, other: &JournalEntry<'a>) -> 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<'a> Serialize for JournalEntry<'a>

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<'a> TryFrom<ArchivedJournalEntry<'a>> for JournalEntry<'a>

§

type Error = Error

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

fn try_from(value: ArchivedJournalEntry<'a>) -> Result<Self>

Performs the conversion.
source§

impl<'a> StructuralPartialEq for JournalEntry<'a>

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for JournalEntry<'a>

§

impl<'a> Send for JournalEntry<'a>

§

impl<'a> Sync for JournalEntry<'a>

§

impl<'a> Unpin for JournalEntry<'a>

§

impl<'a> UnwindSafe for JournalEntry<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere diff --git a/crates/doc/wasmer_journal/enum.JournalEpollCtlV1.html b/crates/doc/wasmer_journal/enum.JournalEpollCtlV1.html index 7d66332e93a..fb91ed56852 100644 --- a/crates/doc/wasmer_journal/enum.JournalEpollCtlV1.html +++ b/crates/doc/wasmer_journal/enum.JournalEpollCtlV1.html @@ -13,7 +13,7 @@ output. Read more

source§

impl Clone for JournalEpollCtlV1

source§

fn clone(&self) -> JournalEpollCtlV1

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 JournalEpollCtlV1

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__D: Fallible + ?Sized> Deserialize<JournalEpollCtlV1, __D> for Archived<JournalEpollCtlV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalEpollCtlV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<EpollCtl> for JournalEpollCtlV1

source§

fn from(val: EpollCtl) -> Self

Converts to this type from the input type.
source§

impl From<JournalEpollCtlV1> for EpollCtl

source§

fn from(val: JournalEpollCtlV1) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalEpollCtlV1

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 +) -> Result<JournalEpollCtlV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<EpollCtl> for JournalEpollCtlV1

source§

fn from(val: EpollCtl) -> Self

Converts to this type from the input type.
source§

impl From<JournalEpollCtlV1> for EpollCtl

source§

fn from(val: JournalEpollCtlV1) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalEpollCtlV1

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
source§

impl Ord for JournalEpollCtlV1

source§

fn cmp(&self, other: &JournalEpollCtlV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/enum.JournalExitCodeV1.html b/crates/doc/wasmer_journal/enum.JournalExitCodeV1.html index 34bbd365993..e8763f87635 100644 --- a/crates/doc/wasmer_journal/enum.JournalExitCodeV1.html +++ b/crates/doc/wasmer_journal/enum.JournalExitCodeV1.html @@ -17,7 +17,7 @@ Archived<i32>: Deserialize<i32, __D>,

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalExitCodeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<ExitCode> for JournalExitCodeV1

source§

fn from(val: ExitCode) -> Self

Converts to this type from the input type.
source§

impl From<JournalExitCodeV1> for ExitCode

source§

fn from(val: JournalExitCodeV1) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalExitCodeV1where +) -> Result<JournalExitCodeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<ExitCode> for JournalExitCodeV1

source§

fn from(val: ExitCode) -> Self

Converts to this type from the input type.
source§

impl From<JournalExitCodeV1> for ExitCode

source§

fn from(val: JournalExitCodeV1) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalExitCodeV1where u16: Serialize<__S>, i32: Serialize<__S>,

source§

fn serialize( &self, diff --git a/crates/doc/wasmer_journal/enum.JournalSocketShutdownV1.html b/crates/doc/wasmer_journal/enum.JournalSocketShutdownV1.html index 74a6d530e88..ffa8bf16074 100644 --- a/crates/doc/wasmer_journal/enum.JournalSocketShutdownV1.html +++ b/crates/doc/wasmer_journal/enum.JournalSocketShutdownV1.html @@ -12,7 +12,7 @@ output. Read more

source§

impl Clone for JournalSocketShutdownV1

source§

fn clone(&self) -> JournalSocketShutdownV1

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 JournalSocketShutdownV1

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__D: Fallible + ?Sized> Deserialize<JournalSocketShutdownV1, __D> for Archived<JournalSocketShutdownV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalSocketShutdownV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: JournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for JournalSocketShutdownV1

source§

fn from(val: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalSocketShutdownV1

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 +) -> Result<JournalSocketShutdownV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: JournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for JournalSocketShutdownV1

source§

fn from(val: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalSocketShutdownV1

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
source§

impl Ord for JournalSocketShutdownV1

source§

fn cmp(&self, other: &JournalSocketShutdownV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/enum.JournalSockoptionV1.html b/crates/doc/wasmer_journal/enum.JournalSockoptionV1.html index fac4e47ecd6..d0ede0f31ed 100644 --- a/crates/doc/wasmer_journal/enum.JournalSockoptionV1.html +++ b/crates/doc/wasmer_journal/enum.JournalSockoptionV1.html @@ -36,7 +36,7 @@ output. Read more

source§

impl Clone for JournalSockoptionV1

source§

fn clone(&self) -> JournalSockoptionV1

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 JournalSockoptionV1

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__D: Fallible + ?Sized> Deserialize<JournalSockoptionV1, __D> for Archived<JournalSockoptionV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalSockoptionV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalSockoptionV1> for Sockoption

source§

fn from(val: JournalSockoptionV1) -> Self

Converts to this type from the input type.
source§

impl From<Sockoption> for JournalSockoptionV1

source§

fn from(val: Sockoption) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalSockoptionV1

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 +) -> Result<JournalSockoptionV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalSockoptionV1> for Sockoption

source§

fn from(val: JournalSockoptionV1) -> Self

Converts to this type from the input type.
source§

impl From<Sockoption> for JournalSockoptionV1

source§

fn from(val: Sockoption) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalSockoptionV1

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
source§

impl Ord for JournalSockoptionV1

source§

fn cmp(&self, other: &JournalSockoptionV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/enum.JournalThreadStartTypeV1.html b/crates/doc/wasmer_journal/enum.JournalThreadStartTypeV1.html index 5b10170cc41..feb0d1a7522 100644 --- a/crates/doc/wasmer_journal/enum.JournalThreadStartTypeV1.html +++ b/crates/doc/wasmer_journal/enum.JournalThreadStartTypeV1.html @@ -16,7 +16,7 @@ Archived<u64>: Deserialize<u64, __D>,

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalThreadStartTypeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalThreadStartTypeV1> for ThreadStartType

source§

fn from(value: JournalThreadStartTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<ThreadStartType> for JournalThreadStartTypeV1

source§

fn from(value: ThreadStartType) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalThreadStartTypeV1

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 +) -> Result<JournalThreadStartTypeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalThreadStartTypeV1> for ThreadStartType

source§

fn from(value: JournalThreadStartTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<ThreadStartType> for JournalThreadStartTypeV1

source§

fn from(value: ThreadStartType) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalThreadStartTypeV1

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
source§

impl Ord for JournalThreadStartTypeV1

source§

fn cmp(&self, other: &JournalThreadStartTypeV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/enum.JournalTimeTypeV1.html b/crates/doc/wasmer_journal/enum.JournalTimeTypeV1.html index 821b7ae96ba..ef72b1e8c5f 100644 --- a/crates/doc/wasmer_journal/enum.JournalTimeTypeV1.html +++ b/crates/doc/wasmer_journal/enum.JournalTimeTypeV1.html @@ -15,7 +15,7 @@ output. Read more

source§

impl Clone for JournalTimeTypeV1

source§

fn clone(&self) -> JournalTimeTypeV1

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 JournalTimeTypeV1

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__D: Fallible + ?Sized> Deserialize<JournalTimeTypeV1, __D> for Archived<JournalTimeTypeV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalTimeTypeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: JournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketOptTimeType> for JournalTimeTypeV1

source§

fn from(val: SocketOptTimeType) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalTimeTypeV1

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 +) -> Result<JournalTimeTypeV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: JournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketOptTimeType> for JournalTimeTypeV1

source§

fn from(val: SocketOptTimeType) -> Self

Converts to this type from the input type.
source§

impl Hash for JournalTimeTypeV1

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
source§

impl Ord for JournalTimeTypeV1

source§

fn cmp(&self, other: &JournalTimeTypeV1) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/enum.JournalWhenceV1.html b/crates/doc/wasmer_journal/enum.JournalWhenceV1.html index fdc43129203..ef1c0f64899 100644 --- a/crates/doc/wasmer_journal/enum.JournalWhenceV1.html +++ b/crates/doc/wasmer_journal/enum.JournalWhenceV1.html @@ -13,7 +13,7 @@ output. Read more

source§

impl Clone for JournalWhenceV1

source§

fn clone(&self) -> JournalWhenceV1

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 JournalWhenceV1

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<__D: Fallible + ?Sized> Deserialize<JournalWhenceV1, __D> for Archived<JournalWhenceV1>

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalWhenceV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalWhenceV1> for Whence

source§

fn from(val: JournalWhenceV1) -> Self

Converts to this type from the input type.
source§

impl From<Whence> for JournalWhenceV1

source§

fn from(val: Whence) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalWhenceV1

source§

fn serialize( +) -> Result<JournalWhenceV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<JournalWhenceV1> for Whence

source§

fn from(val: JournalWhenceV1) -> Self

Converts to this type from the input type.
source§

impl From<Whence> for JournalWhenceV1

source§

fn from(val: Whence) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalWhenceV1

source§

fn serialize( &self, serializer: &mut __S ) -> Result<<Self as Archive>::Resolver, __S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived diff --git a/crates/doc/wasmer_journal/enum.SnapshotTrigger.html b/crates/doc/wasmer_journal/enum.SnapshotTrigger.html index 2611860ec5e..94569481155 100644 --- a/crates/doc/wasmer_journal/enum.SnapshotTrigger.html +++ b/crates/doc/wasmer_journal/enum.SnapshotTrigger.html @@ -26,7 +26,7 @@
§

NonDeterministicCall

When a non-determinstic call is made

§

Bootstrap

Bootstrapping process

Implementations§

Trait Implementations§

source§

impl Clone for SnapshotTrigger

source§

fn clone(&self) -> SnapshotTrigger

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 SnapshotTrigger

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SnapshotTrigger

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 From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger

source§

fn from(val: &ArchivedJournalSnapshotTriggerV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalSnapshotTriggerV1> for SnapshotTrigger

source§

fn from(val: JournalSnapshotTriggerV1) -> Self

Converts to this type from the input type.
source§

impl From<SnapshotTrigger> for JournalSnapshotTriggerV1

source§

fn from(val: SnapshotTrigger) -> Self

Converts to this type from the input type.
source§

impl FromStr for SnapshotTrigger

§

type Err = Error

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for SnapshotTrigger

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 + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger

source§

fn from(val: &ArchivedJournalSnapshotTriggerV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalSnapshotTriggerV1> for SnapshotTrigger

source§

fn from(val: JournalSnapshotTriggerV1) -> Self

Converts to this type from the input type.
source§

impl From<SnapshotTrigger> for JournalSnapshotTriggerV1

source§

fn from(val: SnapshotTrigger) -> Self

Converts to this type from the input type.
source§

impl FromStr for SnapshotTrigger

§

type Err = Error

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for SnapshotTrigger

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
source§

impl Ord for SnapshotTrigger

source§

fn cmp(&self, other: &SnapshotTrigger) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/enum.SocketOptTimeType.html b/crates/doc/wasmer_journal/enum.SocketOptTimeType.html index 7219d85c2c9..ad69487b4f9 100644 --- a/crates/doc/wasmer_journal/enum.SocketOptTimeType.html +++ b/crates/doc/wasmer_journal/enum.SocketOptTimeType.html @@ -6,7 +6,7 @@ BindTimeout, Linger, }

Variants§

§

ReadTimeout

§

WriteTimeout

§

AcceptTimeout

§

ConnectTimeout

§

BindTimeout

§

Linger

Trait Implementations§

source§

impl Clone for SocketOptTimeType

source§

fn clone(&self) -> SocketOptTimeType

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 SocketOptTimeType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SocketOptTimeType

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 From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: &ArchivedJournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: JournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketOptTimeType> for JournalTimeTypeV1

source§

fn from(val: SocketOptTimeType) -> Self

Converts to this type from the input type.
source§

impl Hash for SocketOptTimeType

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 + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: &ArchivedJournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalTimeTypeV1> for SocketOptTimeType

source§

fn from(val: JournalTimeTypeV1) -> Self

Converts to this type from the input type.
source§

impl From<SocketOptTimeType> for JournalTimeTypeV1

source§

fn from(val: SocketOptTimeType) -> Self

Converts to this type from the input type.
source§

impl Hash for SocketOptTimeType

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
source§

impl Ord for SocketOptTimeType

source§

fn cmp(&self, other: &SocketOptTimeType) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/enum.SocketShutdownHow.html b/crates/doc/wasmer_journal/enum.SocketShutdownHow.html index 8723f8b2740..194385807e8 100644 --- a/crates/doc/wasmer_journal/enum.SocketShutdownHow.html +++ b/crates/doc/wasmer_journal/enum.SocketShutdownHow.html @@ -3,7 +3,7 @@ Write, Both, }

Variants§

§

Read

§

Write

§

Both

Trait Implementations§

source§

impl Clone for SocketShutdownHow

source§

fn clone(&self) -> SocketShutdownHow

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 SocketShutdownHow

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SocketShutdownHow

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 From<&ArchivedJournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: &ArchivedJournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: JournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<Shutdown> for SocketShutdownHow

source§

fn from(value: Shutdown) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for JournalSocketShutdownV1

source§

fn from(val: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for Shutdown

source§

fn from(value: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl Hash for SocketShutdownHow

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 + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<&ArchivedJournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: &ArchivedJournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalSocketShutdownV1> for SocketShutdownHow

source§

fn from(val: JournalSocketShutdownV1) -> Self

Converts to this type from the input type.
source§

impl From<Shutdown> for SocketShutdownHow

source§

fn from(value: Shutdown) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for JournalSocketShutdownV1

source§

fn from(val: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl From<SocketShutdownHow> for Shutdown

source§

fn from(value: SocketShutdownHow) -> Self

Converts to this type from the input type.
source§

impl Hash for SocketShutdownHow

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
source§

impl Ord for SocketShutdownHow

source§

fn cmp(&self, other: &SocketShutdownHow) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/snapshot/enum.SnapshotTrigger.html b/crates/doc/wasmer_journal/snapshot/enum.SnapshotTrigger.html index b14f1610ca6..d60019ba822 100644 --- a/crates/doc/wasmer_journal/snapshot/enum.SnapshotTrigger.html +++ b/crates/doc/wasmer_journal/snapshot/enum.SnapshotTrigger.html @@ -26,7 +26,7 @@

§

NonDeterministicCall

When a non-determinstic call is made

§

Bootstrap

Bootstrapping process

Implementations§

Trait Implementations§

source§

impl Clone for SnapshotTrigger

source§

fn clone(&self) -> SnapshotTrigger

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 SnapshotTrigger

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SnapshotTrigger

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 From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger

source§

fn from(val: &ArchivedJournalSnapshotTriggerV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalSnapshotTriggerV1> for SnapshotTrigger

source§

fn from(val: JournalSnapshotTriggerV1) -> Self

Converts to this type from the input type.
source§

impl From<SnapshotTrigger> for JournalSnapshotTriggerV1

source§

fn from(val: SnapshotTrigger) -> Self

Converts to this type from the input type.
source§

impl FromStr for SnapshotTrigger

§

type Err = Error

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for SnapshotTrigger

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 + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger

source§

fn from(val: &ArchivedJournalSnapshotTriggerV1) -> Self

Converts to this type from the input type.
source§

impl From<JournalSnapshotTriggerV1> for SnapshotTrigger

source§

fn from(val: JournalSnapshotTriggerV1) -> Self

Converts to this type from the input type.
source§

impl From<SnapshotTrigger> for JournalSnapshotTriggerV1

source§

fn from(val: SnapshotTrigger) -> Self

Converts to this type from the input type.
source§

impl FromStr for SnapshotTrigger

§

type Err = Error

The associated error which can be returned from parsing.
source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
source§

impl Hash for SnapshotTrigger

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
source§

impl Ord for SnapshotTrigger

source§

fn cmp(&self, other: &SnapshotTrigger) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_journal/struct.AlignedCowStr.html b/crates/doc/wasmer_journal/struct.AlignedCowStr.html index 66f11eecc0d..1efdc119c56 100644 --- a/crates/doc/wasmer_journal/struct.AlignedCowStr.html +++ b/crates/doc/wasmer_journal/struct.AlignedCowStr.html @@ -1177,7 +1177,7 @@
Examples
resolver: Self::Resolver, out: *mut Self::Archived )

Creates the archived version of this value at the given position and writes it to the given -output. Read more
source§

impl<'a> AsRef<str> for AlignedCowStr<'a>

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl<'a> Clone for AlignedCowStr<'a>

source§

fn clone(&self) -> AlignedCowStr<'a>

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<'a> Debug for AlignedCowStr<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> Default for AlignedCowStr<'a>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'a> Deref for AlignedCowStr<'a>

§

type Target = str

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

source§

fn from(value: Cow<'a, str>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<String> for AlignedCowStr<'a>

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl<'a> Into<Cow<'a, str>> for AlignedCowStr<'a>

source§

fn into(self) -> Cow<'a, str>

Converts this type into the (usually inferred) input type.
source§

impl<'a> Into<String> for AlignedCowStr<'a>

source§

fn into(self) -> String

Converts this type into the (usually inferred) input type.
source§

impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowStr<'a>

source§

fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived +output. Read more
source§

impl<'a> AsRef<str> for AlignedCowStr<'a>

source§

fn as_ref(&self) -> &str

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl<'a> Clone for AlignedCowStr<'a>

source§

fn clone(&self) -> AlignedCowStr<'a>

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<'a> Debug for AlignedCowStr<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> Default for AlignedCowStr<'a>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'a> Deref for AlignedCowStr<'a>

§

type Target = str

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

source§

fn from(value: Cow<'a, str>) -> Self

Converts to this type from the input type.
source§

impl<'a> From<String> for AlignedCowStr<'a>

source§

fn from(value: String) -> Self

Converts to this type from the input type.
source§

impl<'a> Into<Cow<'a, str>> for AlignedCowStr<'a>

source§

fn into(self) -> Cow<'a, str>

Converts this type into the (usually inferred) input type.
source§

impl<'a> Into<String> for AlignedCowStr<'a>

source§

fn into(self) -> String

Converts this type into the (usually inferred) input type.
source§

impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowStr<'a>

source§

fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived type.

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for AlignedCowStr<'a>

§

impl<'a> Send for AlignedCowStr<'a>

§

impl<'a> Sync for AlignedCowStr<'a>

§

impl<'a> Unpin for AlignedCowStr<'a>

§

impl<'a> UnwindSafe for AlignedCowStr<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata diff --git a/crates/doc/wasmer_journal/struct.AlignedCowVec.html b/crates/doc/wasmer_journal/struct.AlignedCowVec.html index 32cb076b090..bb600114ba1 100644 --- a/crates/doc/wasmer_journal/struct.AlignedCowVec.html +++ b/crates/doc/wasmer_journal/struct.AlignedCowVec.html @@ -2382,7 +2382,7 @@

Examples
T: 'a + Clone, [T]: ToOwned,

source§

fn from(value: Vec<T>) -> Self

Converts to this type from the input type.
source§

impl<'a, T> Into<Cow<'a, [T]>> for AlignedCowVec<'a, T>where T: 'a, - [T]: ToOwned,

source§

fn into(self) -> Cow<'a, [T]>

Converts this type into the (usually inferred) input type.
source§

impl<'a> Into<Vec<u8, Global>> for AlignedCowVec<'a, u8>

source§

fn into(self) -> Vec<u8>

Converts this type into the (usually inferred) input type.
source§

impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowVec<'a, u8>

source§

fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived + [T]: ToOwned,

source§

fn into(self) -> Cow<'a, [T]>

Converts this type into the (usually inferred) input type.
source§

impl<'a> Into<Vec<u8, Global>> for AlignedCowVec<'a, u8>

source§

fn into(self) -> Vec<u8>

Converts this type into the (usually inferred) input type.
source§

impl<'a, S: ScratchSpace + Serializer + ?Sized> Serialize<S> for AlignedCowVec<'a, u8>

source§

fn serialize(&self, serializer: &mut S) -> Result<Self::Resolver, S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived type.

Auto Trait Implementations§

§

impl<'a, T> !RefUnwindSafe for AlignedCowVec<'a, T>

§

impl<'a, T> !Send for AlignedCowVec<'a, T>

§

impl<'a, T> !Sync for AlignedCowVec<'a, T>

§

impl<'a, T> !Unpin for AlignedCowVec<'a, T>

§

impl<'a, T> !UnwindSafe for AlignedCowVec<'a, T>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> ArchivePointee for T

§

type ArchivedMetadata = ()

The archived version of the pointer metadata for this type.
§

fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata diff --git a/crates/doc/wasmer_journal/struct.JournalIpCidrV1.html b/crates/doc/wasmer_journal/struct.JournalIpCidrV1.html index 0fdc6437332..8c760dc62b7 100644 --- a/crates/doc/wasmer_journal/struct.JournalIpCidrV1.html +++ b/crates/doc/wasmer_journal/struct.JournalIpCidrV1.html @@ -17,7 +17,7 @@ Archived<u8>: Deserialize<u8, __D>,

source§

fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalIpCidrV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<IpCidr> for JournalIpCidrV1

source§

fn from(value: IpCidr) -> Self

Converts to this type from the input type.
source§

impl From<JournalIpCidrV1> for IpCidr

source§

fn from(value: JournalIpCidrV1) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalIpCidrV1where +) -> Result<JournalIpCidrV1, __D::Error>

Deserializes using the given deserializer
source§

impl From<IpCidr> for JournalIpCidrV1

source§

fn from(value: IpCidr) -> Self

Converts to this type from the input type.
source§

impl From<JournalIpCidrV1> for IpCidr

source§

fn from(value: JournalIpCidrV1) -> Self

Converts to this type from the input type.
source§

impl<__S: Fallible + ?Sized> Serialize<__S> for JournalIpCidrV1where IpAddr: Serialize<__S>, u8: Serialize<__S>,

source§

fn serialize(&self, serializer: &mut __S) -> Result<Self::Resolver, __S::Error>

Writes the dependencies for the object and returns a resolver that can create the archived type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere diff --git a/crates/doc/wasmer_journal/trait.ReadableJournal.html b/crates/doc/wasmer_journal/trait.ReadableJournal.html index 3e471c538cf..1581dfa96ed 100644 --- a/crates/doc/wasmer_journal/trait.ReadableJournal.html +++ b/crates/doc/wasmer_journal/trait.ReadableJournal.html @@ -9,4 +9,4 @@ to restore the state of a WASM process to a previous moment in time

source

fn as_restarted(&self) -> Result<Box<DynReadableJournal>>

Resets the journal so that reads will start from the beginning again

-

Implementations on Foreign Types§

source§

impl ReadableJournal for Arc<DynReadableJournal>

source§

impl ReadableJournal for Box<DynReadableJournal>

source§

impl ReadableJournal for Box<DynJournal>

source§

impl ReadableJournal for Arc<DynJournal>

Implementors§

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl ReadableJournal for Arc<DynReadableJournal>

source§

impl ReadableJournal for Box<DynJournal>

source§

impl ReadableJournal for Arc<DynJournal>

source§

impl ReadableJournal for Box<DynReadableJournal>

Implementors§

source§

impl ReadableJournal for BufferedJournal

source§

impl ReadableJournal for BufferedJournalRx

source§

impl ReadableJournal for CompactingJournal

source§

impl ReadableJournal for CompactingJournalRx

source§

impl ReadableJournal for CompactingLogFileJournal

source§

impl ReadableJournal for CompactingLogFileJournalRx

source§

impl ReadableJournal for CountingJournal

source§

impl ReadableJournal for FilteredJournal

source§

impl ReadableJournal for FilteredJournalRx

source§

impl ReadableJournal for LogFileJournal

source§

impl ReadableJournal for LogFileJournalRx

source§

impl ReadableJournal for MemFileJournal

source§

impl ReadableJournal for NullJournal

source§

impl ReadableJournal for PipeJournal

source§

impl ReadableJournal for PipeJournalRx

source§

impl ReadableJournal for PrintingJournal

source§

impl ReadableJournal for RecombinedJournal

source§

impl ReadableJournal for UnsupportedJournal

\ No newline at end of file diff --git a/crates/doc/wasmer_journal/trait.WritableJournal.html b/crates/doc/wasmer_journal/trait.WritableJournal.html index a9d0536db32..ab2bd464cad 100644 --- a/crates/doc/wasmer_journal/trait.WritableJournal.html +++ b/crates/doc/wasmer_journal/trait.WritableJournal.html @@ -8,4 +8,4 @@

Required Methods§

source

fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult>

Takes in a stream of snapshot log entries and saves them so that they may be restored at a later moment

source

fn flush(&self) -> Result<()>

Flushes the data to disk or network

-

Implementations on Foreign Types§

source§

impl WritableJournal for Arc<DynWritableJournal>

source§

fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult>

source§

fn flush(&self) -> Result<()>

source§

impl WritableJournal for Box<DynWritableJournal>

source§

fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult>

source§

fn flush(&self) -> Result<()>

source§

impl WritableJournal for Box<DynJournal>

source§

fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult>

source§

fn flush(&self) -> Result<()>

source§

impl WritableJournal for Arc<DynJournal>

source§

fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult>

source§

fn flush(&self) -> Result<()>

Implementors§

source§

impl WritableJournal for BufferedJournal

source§

impl WritableJournal for BufferedJournalTx

source§

impl WritableJournal for CompactingJournal

source§

impl WritableJournal for CompactingJournalTx

source§

impl WritableJournal for CompactingLogFileJournal

source§

impl WritableJournal for CompactingLogFileJournalTx

source§

impl WritableJournal for CountingJournal

source§

impl WritableJournal for FilteredJournal

source§

impl WritableJournal for FilteredJournalTx

source§

impl WritableJournal for LogFileJournal

source§

impl WritableJournal for LogFileJournalTx

source§

impl WritableJournal for MemFileJournal

source§

impl WritableJournal for NullJournal

source§

impl WritableJournal for PipeJournal

source§

impl WritableJournal for PipeJournalTx

source§

impl WritableJournal for PrintingJournal

source§

impl WritableJournal for RecombinedJournal

source§

impl WritableJournal for UnsupportedJournal

\ No newline at end of file +

Implementations on Foreign Types§

source§

impl WritableJournal for Arc<DynJournal>

source§

fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult>

source§

fn flush(&self) -> Result<()>

source§

impl WritableJournal for Box<DynWritableJournal>

source§

fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult>

source§

fn flush(&self) -> Result<()>

source§

impl WritableJournal for Arc<DynWritableJournal>

source§

fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult>

source§

fn flush(&self) -> Result<()>

source§

impl WritableJournal for Box<DynJournal>

source§

fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult>

source§

fn flush(&self) -> Result<()>

Implementors§

source§

impl WritableJournal for BufferedJournal

source§

impl WritableJournal for BufferedJournalTx

source§

impl WritableJournal for CompactingJournal

source§

impl WritableJournal for CompactingJournalTx

source§

impl WritableJournal for CompactingLogFileJournal

source§

impl WritableJournal for CompactingLogFileJournalTx

source§

impl WritableJournal for CountingJournal

source§

impl WritableJournal for FilteredJournal

source§

impl WritableJournal for FilteredJournalTx

source§

impl WritableJournal for LogFileJournal

source§

impl WritableJournal for LogFileJournalTx

source§

impl WritableJournal for MemFileJournal

source§

impl WritableJournal for NullJournal

source§

impl WritableJournal for PipeJournal

source§

impl WritableJournal for PipeJournalTx

source§

impl WritableJournal for PrintingJournal

source§

impl WritableJournal for RecombinedJournal

source§

impl WritableJournal for UnsupportedJournal

\ No newline at end of file diff --git a/crates/doc/wasmer_sys_utils/memory/fd_memory/memories/struct.VMMemory.html b/crates/doc/wasmer_sys_utils/memory/fd_memory/memories/struct.VMMemory.html index 49a9f44c4a7..5376ebb80b2 100644 --- a/crates/doc/wasmer_sys_utils/memory/fd_memory/memories/struct.VMMemory.html +++ b/crates/doc/wasmer_sys_utils/memory/fd_memory/memories/struct.VMMemory.html @@ -26,7 +26,7 @@
Safety
  • Box<dyn LinearMemory + ’static> -> VMMemory
  • source

    pub fn copy(&mut self) -> Result<Box<dyn LinearMemory + 'static>, MemoryError>

    Copies this memory to a new memory

    -

    Trait Implementations§

    source§

    impl Debug for VMMemory

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Box<dyn LinearMemory, Global>> for VMMemory

    source§

    fn from(mem: Box<dyn LinearMemory + 'static>) -> Self

    Converts to this type from the input type.
    source§

    impl From<VMOwnedMemory> for VMMemory

    source§

    fn from(mem: VMOwnedMemory) -> Self

    Converts to this type from the input type.
    source§

    impl From<VMSharedMemory> for VMMemory

    source§

    fn from(mem: VMSharedMemory) -> Self

    Converts to this type from the input type.
    source§

    impl LinearMemory for VMMemory

    source§

    fn ty(&self) -> MemoryType

    Returns the type for this memory.

    +

    Trait Implementations§

    source§

    impl Debug for VMMemory

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Box<dyn LinearMemory, Global>> for VMMemory

    source§

    fn from(mem: Box<dyn LinearMemory + 'static>) -> Self

    Converts to this type from the input type.
    source§

    impl From<VMOwnedMemory> for VMMemory

    source§

    fn from(mem: VMOwnedMemory) -> Self

    Converts to this type from the input type.
    source§

    impl From<VMSharedMemory> for VMMemory

    source§

    fn from(mem: VMSharedMemory) -> Self

    Converts to this type from the input type.
    source§

    impl LinearMemory for VMMemory

    source§

    fn ty(&self) -> MemoryType

    Returns the type for this memory.

    source§

    fn size(&self) -> Pages

    Returns the size of hte memory in pages

    source§

    fn grow(&mut self, delta: Pages) -> Result<Pages, MemoryError>

    Grow memory by the specified amount of wasm pages.

    Returns None if memory can’t be grown by the specified amount diff --git a/crates/doc/wasmer_sys_utils/memory/fd_memory/struct.VMMemory.html b/crates/doc/wasmer_sys_utils/memory/fd_memory/struct.VMMemory.html index 4660d323401..c5065559af6 100644 --- a/crates/doc/wasmer_sys_utils/memory/fd_memory/struct.VMMemory.html +++ b/crates/doc/wasmer_sys_utils/memory/fd_memory/struct.VMMemory.html @@ -26,7 +26,7 @@

    Safety
  • Box<dyn LinearMemory + ’static> -> VMMemory
  • source

    pub fn copy(&mut self) -> Result<Box<dyn LinearMemory + 'static>, MemoryError>

    Copies this memory to a new memory

    -

    Trait Implementations§

    source§

    impl Debug for VMMemory

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Box<dyn LinearMemory, Global>> for VMMemory

    source§

    fn from(mem: Box<dyn LinearMemory + 'static>) -> Self

    Converts to this type from the input type.
    source§

    impl From<VMOwnedMemory> for VMMemory

    source§

    fn from(mem: VMOwnedMemory) -> Self

    Converts to this type from the input type.
    source§

    impl From<VMSharedMemory> for VMMemory

    source§

    fn from(mem: VMSharedMemory) -> Self

    Converts to this type from the input type.
    source§

    impl LinearMemory for VMMemory

    source§

    fn ty(&self) -> MemoryType

    Returns the type for this memory.

    +

    Trait Implementations§

    source§

    impl Debug for VMMemory

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Box<dyn LinearMemory, Global>> for VMMemory

    source§

    fn from(mem: Box<dyn LinearMemory + 'static>) -> Self

    Converts to this type from the input type.
    source§

    impl From<VMOwnedMemory> for VMMemory

    source§

    fn from(mem: VMOwnedMemory) -> Self

    Converts to this type from the input type.
    source§

    impl From<VMSharedMemory> for VMMemory

    source§

    fn from(mem: VMSharedMemory) -> Self

    Converts to this type from the input type.
    source§

    impl LinearMemory for VMMemory

    source§

    fn ty(&self) -> MemoryType

    Returns the type for this memory.

    source§

    fn size(&self) -> Pages

    Returns the size of hte memory in pages

    source§

    fn grow(&mut self, delta: Pages) -> Result<Pages, MemoryError>

    Grow memory by the specified amount of wasm pages.

    Returns None if memory can’t be grown by the specified amount diff --git a/crates/doc/wasmer_wasix/enum.SpawnError.html b/crates/doc/wasmer_wasix/enum.SpawnError.html index 0b4014968f2..3bdf91e6f1e 100644 --- a/crates/doc/wasmer_wasix/enum.SpawnError.html +++ b/crates/doc/wasmer_wasix/enum.SpawnError.html @@ -51,7 +51,7 @@

    §

    MemoryAccessViolation

    Memory access violation

    §

    UnknownError

    Some other unhandled error. If you see this, it’s probably a bug.

    §

    Runtime(WasiRuntimeError)

    §

    Other(Box<dyn Error + Send + Sync>)

    Implementations§

    source§

    impl SpawnError

    source

    pub fn is_not_found(&self) -> bool

    Returns true if the spawn error is NotFound.

    -

    Trait Implementations§

    source§

    impl Debug for SpawnError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for SpawnError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for SpawnError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Box<dyn Error + Sync + Send, Global>> for SpawnError

    source§

    fn from(source: Box<dyn Error + Send + Sync>) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiRuntimeError> for SpawnError

    source§

    fn from(source: WasiRuntimeError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Trait Implementations§

    source§

    impl Debug for SpawnError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for SpawnError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for SpawnError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Box<dyn Error + Sync + Send, Global>> for SpawnError

    source§

    fn from(source: Box<dyn Error + Send + Sync>) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiRuntimeError> for SpawnError

    source§

    fn from(source: WasiRuntimeError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    §

    impl !RefUnwindSafe for SpawnError

    §

    impl Send for SpawnError

    §

    impl Sync for SpawnError

    §

    impl Unpin for SpawnError

    §

    impl !UnwindSafe for SpawnError

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/enum.WasiRuntimeError.html b/crates/doc/wasmer_wasix/enum.WasiRuntimeError.html index 1c008a4eb6c..9d4994b92b4 100644 --- a/crates/doc/wasmer_wasix/enum.WasiRuntimeError.html +++ b/crates/doc/wasmer_wasix/enum.WasiRuntimeError.html @@ -9,7 +9,7 @@ Anyhow(Arc<Error>), }

    Variants§

    §

    Init(WasiStateCreationError)

    §

    Export(ExportError)

    §

    Instantiation(InstantiationError)

    §

    Wasi(WasiError)

    §

    ControlPlane(ControlPlaneError)

    §

    Runtime(RuntimeError)

    §

    Thread(WasiThreadError)

    §

    Anyhow(Arc<Error>)

    Implementations§

    source§

    impl WasiRuntimeError

    source

    pub fn as_exit_code(&self) -> Option<ExitCode>

    Retrieve the concrete exit code returned by an instance.

    Returns None if a general execution error ocurred.

    -

    Trait Implementations§

    source§

    impl Debug for WasiRuntimeError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for WasiRuntimeError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for WasiRuntimeError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Arc<Error, Global>> for WasiRuntimeError

    source§

    fn from(source: Arc<Error>) -> Self

    Converts to this type from the input type.
    source§

    impl From<ControlPlaneError> for WasiRuntimeError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExportError> for WasiRuntimeError

    source§

    fn from(source: ExportError) -> Self

    Converts to this type from the input type.
    source§

    impl From<InstantiationError> for WasiRuntimeError

    source§

    fn from(source: InstantiationError) -> Self

    Converts to this type from the input type.
    source§

    impl From<RuntimeError> for WasiRuntimeError

    source§

    fn from(source: RuntimeError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiError> for WasiRuntimeError

    source§

    fn from(source: WasiError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiRuntimeError> for SpawnError

    source§

    fn from(source: WasiRuntimeError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiStateCreationError> for WasiRuntimeError

    source§

    fn from(source: WasiStateCreationError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for WasiRuntimeError

    source§

    fn from(source: WasiThreadError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Trait Implementations§

    source§

    impl Debug for WasiRuntimeError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for WasiRuntimeError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for WasiRuntimeError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Arc<Error, Global>> for WasiRuntimeError

    source§

    fn from(source: Arc<Error>) -> Self

    Converts to this type from the input type.
    source§

    impl From<ControlPlaneError> for WasiRuntimeError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExportError> for WasiRuntimeError

    source§

    fn from(source: ExportError) -> Self

    Converts to this type from the input type.
    source§

    impl From<InstantiationError> for WasiRuntimeError

    source§

    fn from(source: InstantiationError) -> Self

    Converts to this type from the input type.
    source§

    impl From<RuntimeError> for WasiRuntimeError

    source§

    fn from(source: RuntimeError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiError> for WasiRuntimeError

    source§

    fn from(source: WasiError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiRuntimeError> for SpawnError

    source§

    fn from(source: WasiRuntimeError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiStateCreationError> for WasiRuntimeError

    source§

    fn from(source: WasiStateCreationError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for WasiRuntimeError

    source§

    fn from(source: WasiThreadError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    §

    impl !RefUnwindSafe for WasiRuntimeError

    §

    impl Send for WasiRuntimeError

    §

    impl Sync for WasiRuntimeError

    §

    impl Unpin for WasiRuntimeError

    §

    impl !UnwindSafe for WasiRuntimeError

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/enum.WasiStateCreationError.html b/crates/doc/wasmer_wasix/enum.WasiStateCreationError.html index db41dda94ba..f326533c237 100644 --- a/crates/doc/wasmer_wasix/enum.WasiStateCreationError.html +++ b/crates/doc/wasmer_wasix/enum.WasiStateCreationError.html @@ -11,7 +11,7 @@ WasiIncludePackageError(String), ControlPlane(ControlPlaneError), }
    Expand description

    Error type returned when bad data is given to WasiEnvBuilder.

    -

    Variants§

    §

    EnvironmentVariableFormatError(String)

    §

    ArgumentContainsNulByte(String)

    §

    PreopenedDirectoryNotFound(PathBuf)

    §

    PreopenedDirectoryError(String)

    §

    MappedDirAliasFormattingError(String)

    §

    WasiFsCreationError(String)

    §

    WasiFsSetupError(String)

    §

    FileSystemError(FsError)

    §

    WasiInheritError(String)

    §

    WasiIncludePackageError(String)

    §

    ControlPlane(ControlPlaneError)

    Trait Implementations§

    source§

    impl Clone for WasiStateCreationError

    source§

    fn clone(&self) -> WasiStateCreationError

    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 WasiStateCreationError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for WasiStateCreationError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for WasiStateCreationError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<ControlPlaneError> for WasiStateCreationError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl From<FsError> for WasiStateCreationError

    source§

    fn from(source: FsError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiStateCreationError> for WasiRuntimeError

    source§

    fn from(source: WasiStateCreationError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<WasiStateCreationError> for WasiStateCreationError

    source§

    fn eq(&self, other: &WasiStateCreationError) -> bool

    This method tests for self and other values to be equal, and is used +

    Variants§

    §

    EnvironmentVariableFormatError(String)

    §

    ArgumentContainsNulByte(String)

    §

    PreopenedDirectoryNotFound(PathBuf)

    §

    PreopenedDirectoryError(String)

    §

    MappedDirAliasFormattingError(String)

    §

    WasiFsCreationError(String)

    §

    WasiFsSetupError(String)

    §

    FileSystemError(FsError)

    §

    WasiInheritError(String)

    §

    WasiIncludePackageError(String)

    §

    ControlPlane(ControlPlaneError)

    Trait Implementations§

    source§

    impl Clone for WasiStateCreationError

    source§

    fn clone(&self) -> WasiStateCreationError

    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 WasiStateCreationError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for WasiStateCreationError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for WasiStateCreationError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<ControlPlaneError> for WasiStateCreationError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl From<FsError> for WasiStateCreationError

    source§

    fn from(source: FsError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiStateCreationError> for WasiRuntimeError

    source§

    fn from(source: WasiStateCreationError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<WasiStateCreationError> for WasiStateCreationError

    source§

    fn eq(&self, other: &WasiStateCreationError) -> 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 WasiStateCreationError

    source§

    impl StructuralEq for WasiStateCreationError

    source§

    impl StructuralPartialEq for WasiStateCreationError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/http/client/struct.HttpRequest.html b/crates/doc/wasmer_wasix/http/client/struct.HttpRequest.html index c219233c138..91b37e212e5 100644 --- a/crates/doc/wasmer_wasix/http/client/struct.HttpRequest.html +++ b/crates/doc/wasmer_wasix/http/client/struct.HttpRequest.html @@ -4,7 +4,7 @@ pub headers: HeaderMap, pub body: Option<Vec<u8>>, pub options: HttpRequestOptions, -}

    Fields§

    §url: Url§method: Method§headers: HeaderMap§body: Option<Vec<u8>>§options: HttpRequestOptions

    Implementations§

    source§

    impl HttpRequest

    source

    fn from_http_parts(parts: Parts, body: impl Into<Option<Vec<u8>>>) -> Self

    Trait Implementations§

    source§

    impl Debug for HttpRequest

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Request<&str>> for HttpRequest

    source§

    fn from(value: Request<&str>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<()>> for HttpRequest

    source§

    fn from(value: Request<()>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<Option<Vec<u8, Global>>>> for HttpRequest

    source§

    fn from(value: Request<Option<Vec<u8>>>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<String>> for HttpRequest

    source§

    fn from(value: Request<String>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<Vec<u8, Global>>> for HttpRequest

    source§

    fn from(value: Request<Vec<u8>>) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +}

    Fields§

    §url: Url§method: Method§headers: HeaderMap§body: Option<Vec<u8>>§options: HttpRequestOptions

    Implementations§

    source§

    impl HttpRequest

    source

    fn from_http_parts(parts: Parts, body: impl Into<Option<Vec<u8>>>) -> Self

    Trait Implementations§

    source§

    impl Debug for HttpRequest

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Request<&str>> for HttpRequest

    source§

    fn from(value: Request<&str>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<()>> for HttpRequest

    source§

    fn from(value: Request<()>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<Option<Vec<u8, Global>>>> for HttpRequest

    source§

    fn from(value: Request<Option<Vec<u8>>>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<String>> for HttpRequest

    source§

    fn from(value: Request<String>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<Vec<u8, Global>>> for HttpRequest

    source§

    fn from(value: Request<Vec<u8>>) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/http/struct.HttpRequest.html b/crates/doc/wasmer_wasix/http/struct.HttpRequest.html index ca465d230ca..954db448561 100644 --- a/crates/doc/wasmer_wasix/http/struct.HttpRequest.html +++ b/crates/doc/wasmer_wasix/http/struct.HttpRequest.html @@ -4,7 +4,7 @@ pub headers: HeaderMap, pub body: Option<Vec<u8>>, pub options: HttpRequestOptions, -}

    Fields§

    §url: Url§method: Method§headers: HeaderMap§body: Option<Vec<u8>>§options: HttpRequestOptions

    Implementations§

    source§

    impl HttpRequest

    source

    fn from_http_parts(parts: Parts, body: impl Into<Option<Vec<u8>>>) -> Self

    Trait Implementations§

    source§

    impl Debug for HttpRequest

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Request<&str>> for HttpRequest

    source§

    fn from(value: Request<&str>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<()>> for HttpRequest

    source§

    fn from(value: Request<()>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<Option<Vec<u8, Global>>>> for HttpRequest

    source§

    fn from(value: Request<Option<Vec<u8>>>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<String>> for HttpRequest

    source§

    fn from(value: Request<String>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<Vec<u8, Global>>> for HttpRequest

    source§

    fn from(value: Request<Vec<u8>>) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +}

    Fields§

    §url: Url§method: Method§headers: HeaderMap§body: Option<Vec<u8>>§options: HttpRequestOptions

    Implementations§

    source§

    impl HttpRequest

    source

    fn from_http_parts(parts: Parts, body: impl Into<Option<Vec<u8>>>) -> Self

    Trait Implementations§

    source§

    impl Debug for HttpRequest

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Request<&str>> for HttpRequest

    source§

    fn from(value: Request<&str>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<()>> for HttpRequest

    source§

    fn from(value: Request<()>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<Option<Vec<u8, Global>>>> for HttpRequest

    source§

    fn from(value: Request<Option<Vec<u8>>>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<String>> for HttpRequest

    source§

    fn from(value: Request<String>) -> Self

    Converts to this type from the input type.
    source§

    impl From<Request<Vec<u8, Global>>> for HttpRequest

    source§

    fn from(value: Request<Vec<u8>>) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/journal/effector/enum.Advice.html b/crates/doc/wasmer_wasix/journal/effector/enum.Advice.html index fcd95aa755b..a9d0dfc87b9 100644 --- a/crates/doc/wasmer_wasix/journal/effector/enum.Advice.html +++ b/crates/doc/wasmer_wasix/journal/effector/enum.Advice.html @@ -17,7 +17,7 @@

    Trait Implementations§

    §

    impl Clone for Advice

    §

    fn clone(&self) -> Advice

    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 Advice

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Advice

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Advice, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalAdviceV1> for Advice

    source§

    fn from(val: &ArchivedJournalAdviceV1) -> Advice

    Converts to this type from the input type.
    source§

    impl From<Advice> for JournalAdviceV1

    source§

    fn from(val: Advice) -> JournalAdviceV1

    Converts to this type from the input type.
    source§

    impl From<JournalAdviceV1> for Advice

    source§

    fn from(val: JournalAdviceV1) -> Advice

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Advice

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Advice as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Advice as FromToNativeWasmType>::Native) -> Advice

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Advice> for Advice

    §

    fn eq(&self, other: &Advice) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more

    source§

    impl From<&ArchivedJournalAdviceV1> for Advice

    source§

    fn from(val: &ArchivedJournalAdviceV1) -> Advice

    Converts to this type from the input type.
    source§

    impl From<Advice> for JournalAdviceV1

    source§

    fn from(val: Advice) -> JournalAdviceV1

    Converts to this type from the input type.
    source§

    impl From<JournalAdviceV1> for Advice

    source§

    fn from(val: JournalAdviceV1) -> Advice

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Advice

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Advice as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Advice as FromToNativeWasmType>::Native) -> Advice

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Advice> for Advice

    §

    fn eq(&self, other: &Advice) -> 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.
    §

    impl Serialize for Advice

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/journal/effector/enum.Cow.html b/crates/doc/wasmer_wasix/journal/effector/enum.Cow.html index 9670826e51c..83cf8eb6c56 100644 --- a/crates/doc/wasmer_wasix/journal/effector/enum.Cow.html +++ b/crates/doc/wasmer_wasix/journal/effector/enum.Cow.html @@ -206,7 +206,7 @@

    Example
    §

    impl<'a> From<BString> for Cow<'a, BStr>

    §

    fn from(s: BString) -> Cow<'a, BStr>

    Converts to this type from the input type.
    1.28.0 · source§

    impl<'a> From<CString> for Cow<'a, CStr>

    source§

    fn from(s: CString) -> Cow<'a, CStr>

    Converts a CString into an owned Cow without copying or allocating.

    source§

    impl<'a, T> From<Cow<'a, [T]>> for AlignedCowVec<'a, T>where T: 'a, - [T]: ToOwned,

    source§

    fn from(value: Cow<'a, [T]>) -> AlignedCowVec<'a, T>

    Converts to this type from the input type.
    1.14.0 · source§

    impl<'a, T> From<Cow<'a, [T]>> for Vec<T, Global>where + [T]: ToOwned,

    source§

    fn from(value: Cow<'a, [T]>) -> AlignedCowVec<'a, T>

    Converts to this type from the input type.
    1.14.0 · source§

    impl<'a, T> From<Cow<'a, [T]>> for Vec<T, Global>where [T]: ToOwned<Owned = Vec<T, Global>>,

    source§

    fn from(s: Cow<'a, [T]>) -> Vec<T, Global>

    Convert a clone-on-write slice into a vector.

    If s already owns a Vec<T>, it will be returned directly. If s is borrowing a slice, a new Vec<T> will be allocated and @@ -223,7 +223,7 @@

    Example
    let cow: Cow<'_, str> = Cow::Borrowed("eggplant");
     let shared: Arc<str> = Arc::from(cow);
     assert_eq!("eggplant", &shared[..]);
    -
    source§

    impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

    source§

    fn from(value: Cow<'a, str>) -> AlignedCowStr<'a>

    Converts to this type from the input type.
    §

    impl<'key> From<Key<'key>> for Cow<'static, str>

    §

    fn from(key: Key<'key>) -> Cow<'static, str>

    Converts to this type from the input type.
    1.28.0 · source§

    impl<'a> From<OsString> for Cow<'a, OsStr>

    source§

    fn from(s: OsString) -> Cow<'a, OsStr>

    Moves the string into a Cow::Owned.

    +
    source§

    impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

    source§

    fn from(value: Cow<'a, str>) -> AlignedCowStr<'a>

    Converts to this type from the input type.
    §

    impl<'key> From<Key<'key>> for Cow<'static, str>

    §

    fn from(key: Key<'key>) -> Cow<'static, str>

    Converts to this type from the input type.
    1.28.0 · source§

    impl<'a> From<OsString> for Cow<'a, OsStr>

    source§

    fn from(s: OsString) -> Cow<'a, OsStr>

    Moves the string into a Cow::Owned.

    1.6.0 · source§

    impl<'a> From<PathBuf> for Cow<'a, Path>

    source§

    fn from(s: PathBuf) -> Cow<'a, Path>

    Creates a clone-on-write pointer from an owned instance of PathBuf.

    This conversion does not clone or allocate.

    diff --git a/crates/doc/wasmer_wasix/journal/effector/enum.EpollCtl.html b/crates/doc/wasmer_wasix/journal/effector/enum.EpollCtl.html index 7da7db8496f..13e8139d9de 100644 --- a/crates/doc/wasmer_wasix/journal/effector/enum.EpollCtl.html +++ b/crates/doc/wasmer_wasix/journal/effector/enum.EpollCtl.html @@ -11,7 +11,7 @@

    Trait Implementations§

    §

    impl Clone for EpollCtl

    §

    fn clone(&self) -> EpollCtl

    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 EpollCtl

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollCtl

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<EpollCtl, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: &ArchivedJournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    source§

    impl From<EpollCtl> for JournalEpollCtlV1

    source§

    fn from(val: EpollCtl) -> JournalEpollCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: JournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for EpollCtl

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <EpollCtl as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <EpollCtl as FromToNativeWasmType>::Native) -> EpollCtl

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for EpollCtl

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: &ArchivedJournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    source§

    impl From<EpollCtl> for JournalEpollCtlV1

    source§

    fn from(val: EpollCtl) -> JournalEpollCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: JournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for EpollCtl

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <EpollCtl as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <EpollCtl as FromToNativeWasmType>::Native) -> EpollCtl

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for EpollCtl

    §

    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
    §

    impl PartialEq<EpollCtl> for EpollCtl

    §

    fn eq(&self, other: &EpollCtl) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/journal/effector/enum.Errno.html b/crates/doc/wasmer_wasix/journal/effector/enum.Errno.html index 29ec2e8e34c..4e414c6d26c 100644 --- a/crates/doc/wasmer_wasix/journal/effector/enum.Errno.html +++ b/crates/doc/wasmer_wasix/journal/effector/enum.Errno.html @@ -166,7 +166,7 @@

    Implementations§

    §

    impl Errno

    pub fn name(&self) -> &'static str

    pub fn message(&self) -> &'static str

    Trait Implementations§

    §

    impl Clone for Errno

    §

    fn clone(&self) -> Errno

    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 Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Errno

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Errno, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Errno> for Error

    §

    fn from(err: Errno) -> Error

    Converts to this type from the input type.
    §

    impl From<Errno> for ErrorKind

    §

    fn from(err: Errno) -> ErrorKind

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Error> for Errno

    §

    fn from(err: Error) -> Errno

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Errno as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Errno as FromToNativeWasmType>::Native) -> Errno

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Errno

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Errno> for Error

    §

    fn from(err: Errno) -> Error

    Converts to this type from the input type.
    §

    impl From<Errno> for ErrorKind

    §

    fn from(err: Errno) -> ErrorKind

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Error> for Errno

    §

    fn from(err: Error) -> Errno

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Errno as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Errno as FromToNativeWasmType>::Native) -> Errno

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Errno

    §

    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
    §

    impl Ord for Errno

    §

    fn cmp(&self, other: &Errno) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/journal/effector/enum.ExitCode.html b/crates/doc/wasmer_wasix/journal/effector/enum.ExitCode.html index aade0c1024d..3d0bb8b4e2b 100644 --- a/crates/doc/wasmer_wasix/journal/effector/enum.ExitCode.html +++ b/crates/doc/wasmer_wasix/journal/effector/enum.ExitCode.html @@ -4,7 +4,7 @@ }

    Variants§

    §

    Errno(Errno)

    §

    Other(i32)

    Implementations§

    §

    impl ExitCode

    pub fn raw(&self) -> i32

    pub fn is_success(&self) -> bool

    Trait Implementations§

    §

    impl Clone for ExitCode

    §

    fn clone(&self) -> ExitCode

    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 ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for ExitCode

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<ExitCode, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalExitCodeV1> for ExitCode

    source§

    fn from(val: &ArchivedJournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<i32> for ExitCode

    §

    fn from(val: i32) -> ExitCode

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <ExitCode as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <ExitCode as FromToNativeWasmType>::Native) -> ExitCode

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Ord for ExitCode

    §

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalExitCodeV1> for ExitCode

    source§

    fn from(val: &ArchivedJournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<i32> for ExitCode

    §

    fn from(val: i32) -> ExitCode

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <ExitCode as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <ExitCode as FromToNativeWasmType>::Native) -> ExitCode

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Ord for ExitCode

    §

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<ExitCode> for ExitCode

    §

    fn eq(&self, other: &ExitCode) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/journal/effector/enum.Snapshot0Clockid.html b/crates/doc/wasmer_wasix/journal/effector/enum.Snapshot0Clockid.html index f0a8d904afc..64f0a29a363 100644 --- a/crates/doc/wasmer_wasix/journal/effector/enum.Snapshot0Clockid.html +++ b/crates/doc/wasmer_wasix/journal/effector/enum.Snapshot0Clockid.html @@ -17,10 +17,10 @@

    Trait Implementations§

    §

    impl Clone for Snapshot0Clockid

    §

    fn clone(&self) -> Snapshot0Clockid

    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 Snapshot0Clockid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Snapshot0Clockid

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Snapshot0Clockid, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: &ArchivedJournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: &ArchivedJournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: JournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1

    source§

    fn from(val: Snapshot0Clockid) -> JournalSnapshot0ClockidV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Snapshot0Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native( +

    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: JournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1

    source§

    fn from(val: Snapshot0Clockid) -> JournalSnapshot0ClockidV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Snapshot0Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native( n: <Snapshot0Clockid as FromToNativeWasmType>::Native ) -> Snapshot0Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Snapshot0Clockid

    §

    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 diff --git a/crates/doc/wasmer_wasix/journal/effector/enum.Whence.html b/crates/doc/wasmer_wasix/journal/effector/enum.Whence.html index bb5e486dd04..a57f96ac776 100644 --- a/crates/doc/wasmer_wasix/journal/effector/enum.Whence.html +++ b/crates/doc/wasmer_wasix/journal/effector/enum.Whence.html @@ -6,7 +6,7 @@ }

    Variants§

    §

    Set

    §

    Cur

    §

    End

    §

    Unknown

    Trait Implementations§

    §

    impl Clone for Whence

    §

    fn clone(&self) -> Whence

    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 Whence

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Whence

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Whence, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalWhenceV1> for Whence

    source§

    fn from(val: &ArchivedJournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Whence

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Whence as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Whence as FromToNativeWasmType>::Native) -> Whence

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Whence> for Whence

    §

    fn eq(&self, other: &Whence) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalWhenceV1> for Whence

    source§

    fn from(val: &ArchivedJournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Whence

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Whence as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Whence as FromToNativeWasmType>::Native) -> Whence

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Whence> for Whence

    §

    fn eq(&self, other: &Whence) -> 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.
    §

    impl Serialize for Whence

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/journal/effector/struct.EpollEventCtl.html b/crates/doc/wasmer_wasix/journal/effector/struct.EpollEventCtl.html index 0472c236457..ee8fc96a69d 100644 --- a/crates/doc/wasmer_wasix/journal/effector/struct.EpollEventCtl.html +++ b/crates/doc/wasmer_wasix/journal/effector/struct.EpollEventCtl.html @@ -7,7 +7,7 @@ }

    Fields§

    §events: EpollType§ptr: u64§fd: u32§data1: u32§data2: u64

    Trait Implementations§

    §

    impl Clone for EpollEventCtl

    §

    fn clone(&self) -> EpollEventCtl

    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 EpollEventCtl

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollEventCtl

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<EpollEventCtl, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: &ArchivedJournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    source§

    impl From<EpollEventCtl> for JournalEpollEventCtlV1

    source§

    fn from(val: EpollEventCtl) -> JournalEpollEventCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: JournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    §

    impl Hash for EpollEventCtl

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: &ArchivedJournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    source§

    impl From<EpollEventCtl> for JournalEpollEventCtlV1

    source§

    fn from(val: EpollEventCtl) -> JournalEpollEventCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: JournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    §

    impl Hash for EpollEventCtl

    §

    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
    §

    impl Ord for EpollEventCtl

    §

    fn cmp(&self, other: &EpollEventCtl) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/journal/effector/struct.Fdflags.html b/crates/doc/wasmer_wasix/journal/effector/struct.Fdflags.html index a82f5f333c0..629f569d3a3 100644 --- a/crates/doc/wasmer_wasix/journal/effector/struct.Fdflags.html +++ b/crates/doc/wasmer_wasix/journal/effector/struct.Fdflags.html @@ -68,13 +68,13 @@
    Safety
    ops::Not), as in !flags.

    §

    impl Fdflags

    pub fn from_bits_preserve(bits: u16) -> Fdflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fdflags> for Fdflags

    §

    fn bitand(self, other: Fdflags) -> Fdflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fdflags> for Fdflags

    §

    fn bitand(self, other: Fdflags) -> Fdflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Fdflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Fdflags> for Fdflags

    §

    fn bitand_assign(&mut self, other: Fdflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Fdflags> for Fdflags

    §

    fn bitor(self, other: Fdflags) -> Fdflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fdflags> for Fdflags

    §

    fn bitor_assign(&mut self, other: Fdflags)

    Adds the set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fdflags> for Fdflags

    §

    fn bitor_assign(&mut self, other: Fdflags)

    Adds the set of flags.

    §

    impl BitXor<Fdflags> for Fdflags

    §

    fn bitxor(self, other: Fdflags) -> Fdflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fdflags> for Fdflags

    §

    fn bitxor_assign(&mut self, other: Fdflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Fdflags

    §

    fn clone(&self) -> Fdflags

    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 Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fdflags

    §

    fn deserialize<__D>( +

    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fdflags> for Fdflags

    §

    fn bitxor_assign(&mut self, other: Fdflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Fdflags

    §

    fn clone(&self) -> Fdflags

    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 Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fdflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Fdflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Fdflags> for Fdflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -82,8 +82,8 @@
    Safety
    T: IntoIterator<Item = Fdflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Fdflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Fdflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Fdflags as FromToNativeWasmType>::Native) -> Fdflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Fdflags

    §

    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
    §

    impl LowerHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fdflags

    §

    fn not(self) -> Fdflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fdflags

    §

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fdflags

    §

    fn not(self) -> Fdflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fdflags

    §

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Fdflags> for Fdflags

    §

    fn eq(&self, other: &Fdflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -95,8 +95,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,

    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Fdflags> for Fdflags

    §

    fn sub(self, other: Fdflags) -> Fdflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fdflags> for Fdflags

    §

    fn sub_assign(&mut self, other: Fdflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fdflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fdflags> for Fdflags

    §

    fn sub_assign(&mut self, other: Fdflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fdflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Fdflags

    §

    impl Eq for Fdflags

    §

    impl StructuralEq for Fdflags

    §

    impl StructuralPartialEq for Fdflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fdflags

    §

    impl Send for Fdflags

    §

    impl Sync for Fdflags

    §

    impl Unpin for Fdflags

    §

    impl UnwindSafe for Fdflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/journal/effector/struct.Fstflags.html b/crates/doc/wasmer_wasix/journal/effector/struct.Fstflags.html index e6ce62763ad..13583be6ab0 100644 --- a/crates/doc/wasmer_wasix/journal/effector/struct.Fstflags.html +++ b/crates/doc/wasmer_wasix/journal/effector/struct.Fstflags.html @@ -67,13 +67,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Fstflags

    pub fn from_bits_preserve(bits: u16) -> Fstflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fstflags> for Fstflags

    §

    fn bitand(self, other: Fstflags) -> Fstflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fstflags> for Fstflags

    §

    fn bitand(self, other: Fstflags) -> Fstflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Fstflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Fstflags> for Fstflags

    §

    fn bitand_assign(&mut self, other: Fstflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Fstflags> for Fstflags

    §

    fn bitor(self, other: Fstflags) -> Fstflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fstflags> for Fstflags

    §

    fn bitor_assign(&mut self, other: Fstflags)

    Adds the set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fstflags> for Fstflags

    §

    fn bitor_assign(&mut self, other: Fstflags)

    Adds the set of flags.

    §

    impl BitXor<Fstflags> for Fstflags

    §

    fn bitxor(self, other: Fstflags) -> Fstflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fstflags> for Fstflags

    §

    fn bitxor_assign(&mut self, other: Fstflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Fstflags

    §

    fn clone(&self) -> Fstflags

    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 Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fstflags

    §

    fn deserialize<__D>( +

    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fstflags> for Fstflags

    §

    fn bitxor_assign(&mut self, other: Fstflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Fstflags

    §

    fn clone(&self) -> Fstflags

    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 Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fstflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Fstflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Fstflags> for Fstflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Fstflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Fstflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Fstflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Fstflags as FromToNativeWasmType>::Native) -> Fstflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Fstflags

    §

    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
    §

    impl LowerHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fstflags

    §

    fn not(self) -> Fstflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fstflags

    §

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fstflags

    §

    fn not(self) -> Fstflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fstflags

    §

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Fstflags> for Fstflags

    §

    fn eq(&self, other: &Fstflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Fstflags> for Fstflags

    §

    fn sub(self, other: Fstflags) -> Fstflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fstflags> for Fstflags

    §

    fn sub_assign(&mut self, other: Fstflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fstflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fstflags> for Fstflags

    §

    fn sub_assign(&mut self, other: Fstflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fstflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Fstflags

    §

    impl Eq for Fstflags

    §

    impl StructuralEq for Fstflags

    §

    impl StructuralPartialEq for Fstflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fstflags

    §

    impl Send for Fstflags

    §

    impl Sync for Fstflags

    §

    impl Unpin for Fstflags

    §

    impl UnwindSafe for Fstflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/journal/effector/struct.Oflags.html b/crates/doc/wasmer_wasix/journal/effector/struct.Oflags.html index ce78e0cf1fb..9ee23c7b6f2 100644 --- a/crates/doc/wasmer_wasix/journal/effector/struct.Oflags.html +++ b/crates/doc/wasmer_wasix/journal/effector/struct.Oflags.html @@ -67,13 +67,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Oflags

    pub fn from_bits_preserve(bits: u16) -> Oflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Oflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Oflags> for Oflags

    §

    fn bitand_assign(&mut self, other: Oflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Oflags> for Oflags

    §

    fn bitor(self, other: Oflags) -> Oflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    §

    impl BitXor<Oflags> for Oflags

    §

    fn bitxor(self, other: Oflags) -> Oflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( +

    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Oflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Oflags> for Oflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Oflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Oflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Oflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Oflags as FromToNativeWasmType>::Native) -> Oflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Oflags

    §

    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
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Oflags> for Oflags

    §

    fn eq(&self, other: &Oflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Oflags> for Oflags

    §

    fn sub(self, other: Oflags) -> Oflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Oflags

    §

    impl Eq for Oflags

    §

    impl StructuralEq for Oflags

    §

    impl StructuralPartialEq for Oflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Oflags

    §

    impl Send for Oflags

    §

    impl Sync for Oflags

    §

    impl Unpin for Oflags

    §

    impl UnwindSafe for Oflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/journal/effector/struct.Rights.html b/crates/doc/wasmer_wasix/journal/effector/struct.Rights.html index a5940d05689..82ae199f6f2 100644 --- a/crates/doc/wasmer_wasix/journal/effector/struct.Rights.html +++ b/crates/doc/wasmer_wasix/journal/effector/struct.Rights.html @@ -113,13 +113,13 @@

    Safety
    §

    impl Rights

    pub fn from_bits_preserve(bits: u64) -> Rights

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    §

    impl Rights

    pub const fn all_socket() -> Rights

    pub fn to_str(self) -> Option<&'static str>

    expects a single right, returns None if out of bounds or > 1 bit set

    -

    Trait Implementations§

    §

    impl Binary for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Rights> for Rights

    §

    fn bitand(self, other: Rights) -> Rights

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Rights> for Rights

    §

    fn bitand(self, other: Rights) -> Rights

    Returns the intersection between the two sets of flags.

    §

    type Output = Rights

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Rights> for Rights

    §

    fn bitand_assign(&mut self, other: Rights)

    Disables all flags disabled in the set.

    §

    impl BitOr<Rights> for Rights

    §

    fn bitor(self, other: Rights) -> Rights

    Returns the union of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Rights> for Rights

    §

    fn bitor_assign(&mut self, other: Rights)

    Adds the set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Rights> for Rights

    §

    fn bitor_assign(&mut self, other: Rights)

    Adds the set of flags.

    §

    impl BitXor<Rights> for Rights

    §

    fn bitxor(self, other: Rights) -> Rights

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Rights> for Rights

    §

    fn bitxor_assign(&mut self, other: Rights)

    Toggles the set of flags.

    -
    §

    impl Clone for Rights

    §

    fn clone(&self) -> Rights

    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 Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Rights

    §

    fn deserialize<__D>( +

    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Rights> for Rights

    §

    fn bitxor_assign(&mut self, other: Rights)

    Toggles the set of flags.

    +
    §

    impl Clone for Rights

    §

    fn clone(&self) -> Rights

    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 Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Rights

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Rights, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Rights> for Rights

    §

    fn extend<T>(&mut self, iterator: T)where @@ -127,8 +127,8 @@
    Safety
    T: IntoIterator<Item = Rights>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Rights

    §

    type Native = i64

    Native Wasm type.
    §

    fn to_native(self) -> <Rights as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Rights as FromToNativeWasmType>::Native) -> Rights

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Rights

    §

    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
    §

    impl LowerHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Rights

    §

    fn not(self) -> Rights

    Returns the complement of this set of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    §

    impl Octal for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Rights

    §

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Rights

    §

    fn not(self) -> Rights

    Returns the complement of this set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    §

    impl Octal for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Rights

    §

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Rights> for Rights

    §

    fn eq(&self, other: &Rights) -> bool

    This method tests for self and other values to be equal, and is used @@ -140,8 +140,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Rights> for Rights

    §

    fn sub(self, other: Rights) -> Rights

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the - operator.
    §

    impl SubAssign<Rights> for Rights

    §

    fn sub_assign(&mut self, other: Rights)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Rights

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Rights

    The resulting type after applying the - operator.
    §

    impl SubAssign<Rights> for Rights

    §

    fn sub_assign(&mut self, other: Rights)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Rights

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Rights

    §

    impl Eq for Rights

    §

    impl StructuralEq for Rights

    §

    impl StructuralPartialEq for Rights

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Rights

    §

    impl Send for Rights

    §

    impl Sync for Rights

    §

    impl Unpin for Rights

    §

    impl UnwindSafe for Rights

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/journal/effector/type.Fd.html b/crates/doc/wasmer_wasix/journal/effector/type.Fd.html index 7c0834c8490..1c1399f7bbf 100644 --- a/crates/doc/wasmer_wasix/journal/effector/type.Fd.html +++ b/crates/doc/wasmer_wasix/journal/effector/type.Fd.html @@ -1,2 +1,2 @@ Fd in wasmer_wasix::journal::effector - Rust

    Type Alias wasmer_wasix::journal::effector::Fd

    pub(in journal) type Fd = u32;
    Expand description

    A file descriptor handle.

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/journal/effector/type.LookupFlags.html b/crates/doc/wasmer_wasix/journal/effector/type.LookupFlags.html index 59cf66d6008..c318e97bdc3 100644 --- a/crates/doc/wasmer_wasix/journal/effector/type.LookupFlags.html +++ b/crates/doc/wasmer_wasix/journal/effector/type.LookupFlags.html @@ -1 +1 @@ -LookupFlags in wasmer_wasix::journal::effector - Rust
    pub(in journal) type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +LookupFlags in wasmer_wasix::journal::effector - Rust
    pub(in journal) type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/journal/enum.JournalEpollCtlV1.html b/crates/doc/wasmer_wasix/journal/enum.JournalEpollCtlV1.html index 68af19642fa..6e51a35c661 100644 --- a/crates/doc/wasmer_wasix/journal/enum.JournalEpollCtlV1.html +++ b/crates/doc/wasmer_wasix/journal/enum.JournalEpollCtlV1.html @@ -14,7 +14,7 @@ __D: Fallible + ?Sized,
    source§

    fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalEpollCtlV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<EpollCtl> for JournalEpollCtlV1

    source§

    fn from(val: EpollCtl) -> JournalEpollCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: JournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    source§

    impl Hash for JournalEpollCtlV1

    source§

    fn hash<__H>(&self, state: &mut __H)where +) -> Result<JournalEpollCtlV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<EpollCtl> for JournalEpollCtlV1

    source§

    fn from(val: EpollCtl) -> JournalEpollCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: JournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    source§

    impl Hash for JournalEpollCtlV1

    source§

    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 JournalEpollCtlV1

    source§

    fn cmp(&self, other: &JournalEpollCtlV1) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/journal/enum.JournalExitCodeV1.html b/crates/doc/wasmer_wasix/journal/enum.JournalExitCodeV1.html index 6da95cbf1eb..5da54818dd5 100644 --- a/crates/doc/wasmer_wasix/journal/enum.JournalExitCodeV1.html +++ b/crates/doc/wasmer_wasix/journal/enum.JournalExitCodeV1.html @@ -18,7 +18,7 @@ <i32 as Archive>::Archived: Deserialize<i32, __D>,

    source§

    fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalExitCodeV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    source§

    impl<__S> Serialize<__S> for JournalExitCodeV1where +) -> Result<JournalExitCodeV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    source§

    impl<__S> Serialize<__S> for JournalExitCodeV1where __S: Fallible + ?Sized, u16: Serialize<__S>, i32: Serialize<__S>,

    source§

    fn serialize( diff --git a/crates/doc/wasmer_wasix/journal/enum.JournalSocketShutdownV1.html b/crates/doc/wasmer_wasix/journal/enum.JournalSocketShutdownV1.html index 31662bd229d..926ba4baf36 100644 --- a/crates/doc/wasmer_wasix/journal/enum.JournalSocketShutdownV1.html +++ b/crates/doc/wasmer_wasix/journal/enum.JournalSocketShutdownV1.html @@ -13,7 +13,7 @@ __D: Fallible + ?Sized,

    source§

    fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalSocketShutdownV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<JournalSocketShutdownV1> for SocketShutdownHow

    source§

    fn from(val: JournalSocketShutdownV1) -> SocketShutdownHow

    Converts to this type from the input type.
    source§

    impl From<SocketShutdownHow> for JournalSocketShutdownV1

    source§

    fn from(val: SocketShutdownHow) -> JournalSocketShutdownV1

    Converts to this type from the input type.
    source§

    impl Hash for JournalSocketShutdownV1

    source§

    fn hash<__H>(&self, state: &mut __H)where +) -> Result<JournalSocketShutdownV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<JournalSocketShutdownV1> for SocketShutdownHow

    source§

    fn from(val: JournalSocketShutdownV1) -> SocketShutdownHow

    Converts to this type from the input type.
    source§

    impl From<SocketShutdownHow> for JournalSocketShutdownV1

    source§

    fn from(val: SocketShutdownHow) -> JournalSocketShutdownV1

    Converts to this type from the input type.
    source§

    impl Hash for JournalSocketShutdownV1

    source§

    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 JournalSocketShutdownV1

    source§

    fn cmp(&self, other: &JournalSocketShutdownV1) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/journal/enum.JournalSockoptionV1.html b/crates/doc/wasmer_wasix/journal/enum.JournalSockoptionV1.html index 3e15a35427d..5213248a0c3 100644 --- a/crates/doc/wasmer_wasix/journal/enum.JournalSockoptionV1.html +++ b/crates/doc/wasmer_wasix/journal/enum.JournalSockoptionV1.html @@ -37,7 +37,7 @@ __D: Fallible + ?Sized,

    source§

    fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalSockoptionV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<JournalSockoptionV1> for Sockoption

    source§

    fn from(val: JournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for JournalSockoptionV1

    source§

    fn from(val: Sockoption) -> JournalSockoptionV1

    Converts to this type from the input type.
    source§

    impl Hash for JournalSockoptionV1

    source§

    fn hash<__H>(&self, state: &mut __H)where +) -> Result<JournalSockoptionV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<JournalSockoptionV1> for Sockoption

    source§

    fn from(val: JournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for JournalSockoptionV1

    source§

    fn from(val: Sockoption) -> JournalSockoptionV1

    Converts to this type from the input type.
    source§

    impl Hash for JournalSockoptionV1

    source§

    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 JournalSockoptionV1

    source§

    fn cmp(&self, other: &JournalSockoptionV1) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/journal/enum.JournalTimeTypeV1.html b/crates/doc/wasmer_wasix/journal/enum.JournalTimeTypeV1.html index 05669e4f46c..d09cba41f89 100644 --- a/crates/doc/wasmer_wasix/journal/enum.JournalTimeTypeV1.html +++ b/crates/doc/wasmer_wasix/journal/enum.JournalTimeTypeV1.html @@ -16,7 +16,7 @@ __D: Fallible + ?Sized,

    source§

    fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalTimeTypeV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<JournalTimeTypeV1> for SocketOptTimeType

    source§

    fn from(val: JournalTimeTypeV1) -> SocketOptTimeType

    Converts to this type from the input type.
    source§

    impl From<SocketOptTimeType> for JournalTimeTypeV1

    source§

    fn from(val: SocketOptTimeType) -> JournalTimeTypeV1

    Converts to this type from the input type.
    source§

    impl Hash for JournalTimeTypeV1

    source§

    fn hash<__H>(&self, state: &mut __H)where +) -> Result<JournalTimeTypeV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<JournalTimeTypeV1> for SocketOptTimeType

    source§

    fn from(val: JournalTimeTypeV1) -> SocketOptTimeType

    Converts to this type from the input type.
    source§

    impl From<SocketOptTimeType> for JournalTimeTypeV1

    source§

    fn from(val: SocketOptTimeType) -> JournalTimeTypeV1

    Converts to this type from the input type.
    source§

    impl Hash for JournalTimeTypeV1

    source§

    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 JournalTimeTypeV1

    source§

    fn cmp(&self, other: &JournalTimeTypeV1) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/journal/enum.JournalWhenceV1.html b/crates/doc/wasmer_wasix/journal/enum.JournalWhenceV1.html index 9643083e846..e8988de1299 100644 --- a/crates/doc/wasmer_wasix/journal/enum.JournalWhenceV1.html +++ b/crates/doc/wasmer_wasix/journal/enum.JournalWhenceV1.html @@ -14,7 +14,7 @@ __D: Fallible + ?Sized,

    source§

    fn deserialize( &self, deserializer: &mut __D -) -> Result<JournalWhenceV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    source§

    impl<__S> Serialize<__S> for JournalWhenceV1where +) -> Result<JournalWhenceV1, <__D as Fallible>::Error>

    Deserializes using the given deserializer
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    source§

    impl<__S> Serialize<__S> for JournalWhenceV1where __S: Fallible + ?Sized,

    source§

    fn serialize( &self, serializer: &mut __S diff --git a/crates/doc/wasmer_wasix/journal/enum.SnapshotTrigger.html b/crates/doc/wasmer_wasix/journal/enum.SnapshotTrigger.html index 33a8edf99e7..ddd7e112657 100644 --- a/crates/doc/wasmer_wasix/journal/enum.SnapshotTrigger.html +++ b/crates/doc/wasmer_wasix/journal/enum.SnapshotTrigger.html @@ -28,7 +28,7 @@

    Implementations§

    Trait Implementations§

    source§

    impl Clone for SnapshotTrigger

    source§

    fn clone(&self) -> SnapshotTrigger

    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 SnapshotTrigger

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for SnapshotTrigger

    source§

    fn deserialize<__D>( __deserializer: __D ) -> Result<SnapshotTrigger, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger

    source§

    fn from(val: &ArchivedJournalSnapshotTriggerV1) -> SnapshotTrigger

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshotTriggerV1> for SnapshotTrigger

    source§

    fn from(val: JournalSnapshotTriggerV1) -> SnapshotTrigger

    Converts to this type from the input type.
    source§

    impl From<SnapshotTrigger> for JournalSnapshotTriggerV1

    source§

    fn from(val: SnapshotTrigger) -> JournalSnapshotTriggerV1

    Converts to this type from the input type.
    source§

    impl FromStr for SnapshotTrigger

    §

    type Err = Error

    The associated error which can be returned from parsing.
    source§

    fn from_str( + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger

    source§

    fn from(val: &ArchivedJournalSnapshotTriggerV1) -> SnapshotTrigger

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshotTriggerV1> for SnapshotTrigger

    source§

    fn from(val: JournalSnapshotTriggerV1) -> SnapshotTrigger

    Converts to this type from the input type.
    source§

    impl From<SnapshotTrigger> for JournalSnapshotTriggerV1

    source§

    fn from(val: SnapshotTrigger) -> JournalSnapshotTriggerV1

    Converts to this type from the input type.
    source§

    impl FromStr for SnapshotTrigger

    §

    type Err = Error

    The associated error which can be returned from parsing.
    source§

    fn from_str( s: &str ) -> Result<SnapshotTrigger, <SnapshotTrigger as FromStr>::Err>

    Parses a string s to return a value of this type. Read more
    source§

    impl Hash for SnapshotTrigger

    source§

    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 diff --git a/crates/doc/wasmer_wasix/journal/enum.SocketOptTimeType.html b/crates/doc/wasmer_wasix/journal/enum.SocketOptTimeType.html index e650d56f1bf..66e3c176e1a 100644 --- a/crates/doc/wasmer_wasix/journal/enum.SocketOptTimeType.html +++ b/crates/doc/wasmer_wasix/journal/enum.SocketOptTimeType.html @@ -8,7 +8,7 @@ }

    Variants§

    §

    ReadTimeout

    §

    WriteTimeout

    §

    AcceptTimeout

    §

    ConnectTimeout

    §

    BindTimeout

    §

    Linger

    Trait Implementations§

    source§

    impl Clone for SocketOptTimeType

    source§

    fn clone(&self) -> SocketOptTimeType

    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 SocketOptTimeType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for SocketOptTimeType

    source§

    fn deserialize<__D>( __deserializer: __D ) -> Result<SocketOptTimeType, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType

    source§

    fn from(val: &ArchivedJournalTimeTypeV1) -> SocketOptTimeType

    Converts to this type from the input type.
    source§

    impl From<JournalTimeTypeV1> for SocketOptTimeType

    source§

    fn from(val: JournalTimeTypeV1) -> SocketOptTimeType

    Converts to this type from the input type.
    source§

    impl From<SocketOptTimeType> for JournalTimeTypeV1

    source§

    fn from(val: SocketOptTimeType) -> JournalTimeTypeV1

    Converts to this type from the input type.
    source§

    impl From<SocketOptTimeType> for TimeType

    source§

    fn from(value: SocketOptTimeType) -> Self

    Converts to this type from the input type.
    source§

    impl From<TimeType> for SocketOptTimeType

    source§

    fn from(value: TimeType) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for SocketOptTimeType

    source§

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType

    source§

    fn from(val: &ArchivedJournalTimeTypeV1) -> SocketOptTimeType

    Converts to this type from the input type.
    source§

    impl From<JournalTimeTypeV1> for SocketOptTimeType

    source§

    fn from(val: JournalTimeTypeV1) -> SocketOptTimeType

    Converts to this type from the input type.
    source§

    impl From<SocketOptTimeType> for JournalTimeTypeV1

    source§

    fn from(val: SocketOptTimeType) -> JournalTimeTypeV1

    Converts to this type from the input type.
    source§

    impl From<SocketOptTimeType> for TimeType

    source§

    fn from(value: SocketOptTimeType) -> Self

    Converts to this type from the input type.
    source§

    impl From<TimeType> for SocketOptTimeType

    source§

    fn from(value: TimeType) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for SocketOptTimeType

    source§

    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 SocketOptTimeType

    source§

    fn cmp(&self, other: &SocketOptTimeType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/journal/enum.SocketShutdownHow.html b/crates/doc/wasmer_wasix/journal/enum.SocketShutdownHow.html index dd02df45267..b16ac950348 100644 --- a/crates/doc/wasmer_wasix/journal/enum.SocketShutdownHow.html +++ b/crates/doc/wasmer_wasix/journal/enum.SocketShutdownHow.html @@ -5,7 +5,7 @@ }

    Variants§

    §

    Read

    §

    Write

    §

    Both

    Trait Implementations§

    source§

    impl Clone for SocketShutdownHow

    source§

    fn clone(&self) -> SocketShutdownHow

    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 SocketShutdownHow

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for SocketShutdownHow

    source§

    fn deserialize<__D>( __deserializer: __D ) -> Result<SocketShutdownHow, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSocketShutdownV1> for SocketShutdownHow

    source§

    fn from(val: &ArchivedJournalSocketShutdownV1) -> SocketShutdownHow

    Converts to this type from the input type.
    source§

    impl From<JournalSocketShutdownV1> for SocketShutdownHow

    source§

    fn from(val: JournalSocketShutdownV1) -> SocketShutdownHow

    Converts to this type from the input type.
    source§

    impl From<Shutdown> for SocketShutdownHow

    source§

    fn from(value: Shutdown) -> SocketShutdownHow

    Converts to this type from the input type.
    source§

    impl From<SocketShutdownHow> for JournalSocketShutdownV1

    source§

    fn from(val: SocketShutdownHow) -> JournalSocketShutdownV1

    Converts to this type from the input type.
    source§

    impl Hash for SocketShutdownHow

    source§

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSocketShutdownV1> for SocketShutdownHow

    source§

    fn from(val: &ArchivedJournalSocketShutdownV1) -> SocketShutdownHow

    Converts to this type from the input type.
    source§

    impl From<JournalSocketShutdownV1> for SocketShutdownHow

    source§

    fn from(val: JournalSocketShutdownV1) -> SocketShutdownHow

    Converts to this type from the input type.
    source§

    impl From<Shutdown> for SocketShutdownHow

    source§

    fn from(value: Shutdown) -> SocketShutdownHow

    Converts to this type from the input type.
    source§

    impl From<SocketShutdownHow> for JournalSocketShutdownV1

    source§

    fn from(val: SocketShutdownHow) -> JournalSocketShutdownV1

    Converts to this type from the input type.
    source§

    impl Hash for SocketShutdownHow

    source§

    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 SocketShutdownHow

    source§

    fn cmp(&self, other: &SocketShutdownHow) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/journal/struct.AlignedCowStr.html b/crates/doc/wasmer_wasix/journal/struct.AlignedCowStr.html index 386d3ce5942..5fbb8088007 100644 --- a/crates/doc/wasmer_wasix/journal/struct.AlignedCowStr.html +++ b/crates/doc/wasmer_wasix/journal/struct.AlignedCowStr.html @@ -1177,7 +1177,7 @@
    Examples
    resolver: <AlignedCowStr<'a> as Archive>::Resolver, out: *mut <AlignedCowStr<'a> as Archive>::Archived )

    Creates the archived version of this value at the given position and writes it to the given -output. Read more
    source§

    impl<'a> AsRef<str> for AlignedCowStr<'a>

    source§

    fn as_ref(&self) -> &str

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl<'a> Clone for AlignedCowStr<'a>

    source§

    fn clone(&self) -> AlignedCowStr<'a>

    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<'a> Debug for AlignedCowStr<'a>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl<'a> Default for AlignedCowStr<'a>

    source§

    fn default() -> AlignedCowStr<'a>

    Returns the “default value” for a type. Read more
    source§

    impl<'a> Deref for AlignedCowStr<'a>

    §

    type Target = str

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &<AlignedCowStr<'a> as Deref>::Target

    Dereferences the value.
    source§

    impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

    source§

    fn from(value: Cow<'a, str>) -> AlignedCowStr<'a>

    Converts to this type from the input type.
    source§

    impl<'a> From<String> for AlignedCowStr<'a>

    source§

    fn from(value: String) -> AlignedCowStr<'a>

    Converts to this type from the input type.
    source§

    impl<'a> Into<Cow<'a, str>> for AlignedCowStr<'a>

    source§

    fn into(self) -> Cow<'a, str>

    Converts this type into the (usually inferred) input type.
    source§

    impl<'a> Into<String> for AlignedCowStr<'a>

    source§

    fn into(self) -> String

    Converts this type into the (usually inferred) input type.
    source§

    impl<'a, S> Serialize<S> for AlignedCowStr<'a>where +output. Read more

    source§

    impl<'a> AsRef<str> for AlignedCowStr<'a>

    source§

    fn as_ref(&self) -> &str

    Converts this type into a shared reference of the (usually inferred) input type.
    source§

    impl<'a> Clone for AlignedCowStr<'a>

    source§

    fn clone(&self) -> AlignedCowStr<'a>

    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<'a> Debug for AlignedCowStr<'a>

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl<'a> Default for AlignedCowStr<'a>

    source§

    fn default() -> AlignedCowStr<'a>

    Returns the “default value” for a type. Read more
    source§

    impl<'a> Deref for AlignedCowStr<'a>

    §

    type Target = str

    The resulting type after dereferencing.
    source§

    fn deref(&self) -> &<AlignedCowStr<'a> as Deref>::Target

    Dereferences the value.
    source§

    impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

    source§

    fn from(value: Cow<'a, str>) -> AlignedCowStr<'a>

    Converts to this type from the input type.
    source§

    impl<'a> From<String> for AlignedCowStr<'a>

    source§

    fn from(value: String) -> AlignedCowStr<'a>

    Converts to this type from the input type.
    source§

    impl<'a> Into<Cow<'a, str>> for AlignedCowStr<'a>

    source§

    fn into(self) -> Cow<'a, str>

    Converts this type into the (usually inferred) input type.
    source§

    impl<'a> Into<String> for AlignedCowStr<'a>

    source§

    fn into(self) -> String

    Converts this type into the (usually inferred) input type.
    source§

    impl<'a, S> Serialize<S> for AlignedCowStr<'a>where S: ScratchSpace + Serializer + ?Sized,

    source§

    fn serialize( &self, serializer: &mut S diff --git a/crates/doc/wasmer_wasix/journal/struct.AlignedCowVec.html b/crates/doc/wasmer_wasix/journal/struct.AlignedCowVec.html index 0fc43c6835f..9a179f89c7a 100644 --- a/crates/doc/wasmer_wasix/journal/struct.AlignedCowVec.html +++ b/crates/doc/wasmer_wasix/journal/struct.AlignedCowVec.html @@ -2383,7 +2383,7 @@

    Examples
    T: 'a + Clone, [T]: ToOwned,

    source§

    fn from(value: Vec<T, Global>) -> AlignedCowVec<'a, T>

    Converts to this type from the input type.
    source§

    impl<'a, T> Into<Cow<'a, [T]>> for AlignedCowVec<'a, T>where T: 'a, - [T]: ToOwned,

    source§

    fn into(self) -> Cow<'a, [T]>

    Converts this type into the (usually inferred) input type.
    source§

    impl<'a> Into<Vec<u8, Global>> for AlignedCowVec<'a, u8>

    source§

    fn into(self) -> Vec<u8, Global>

    Converts this type into the (usually inferred) input type.
    source§

    impl<'a, S> Serialize<S> for AlignedCowVec<'a, u8>where + [T]: ToOwned,

    source§

    fn into(self) -> Cow<'a, [T]>

    Converts this type into the (usually inferred) input type.
    source§

    impl<'a> Into<Vec<u8, Global>> for AlignedCowVec<'a, u8>

    source§

    fn into(self) -> Vec<u8, Global>

    Converts this type into the (usually inferred) input type.
    source§

    impl<'a, S> Serialize<S> for AlignedCowVec<'a, u8>where S: ScratchSpace + Serializer + ?Sized,

    source§

    fn serialize( &self, serializer: &mut S diff --git a/crates/doc/wasmer_wasix/journal/trait.ReadableJournal.html b/crates/doc/wasmer_wasix/journal/trait.ReadableJournal.html index 5eba0c75ac6..05701423ebc 100644 --- a/crates/doc/wasmer_wasix/journal/trait.ReadableJournal.html +++ b/crates/doc/wasmer_wasix/journal/trait.ReadableJournal.html @@ -17,8 +17,8 @@ to restore the state of a WASM process to a previous moment in time

    source§

    fn as_restarted( &self ) -> Result<Box<dyn ReadableJournal + Sync + Send, Global>, Error>

    Resets the journal so that reads will start from the -beginning again

    Implementations on Foreign Types§

    source§

    impl ReadableJournal for Box<dyn ReadableJournal + Sync + Send, Global>

    source§

    fn read(&self) -> Result<Option<LogReadResult<'_>>, Error>

    source§

    fn as_restarted( +beginning again

    Implementations on Foreign Types§

    source§

    impl ReadableJournal for Box<dyn Journal + Sync + Send, Global>

    source§

    impl ReadableJournal for Box<dyn Journal + Sync + Send, Global>

    source§

    impl ReadableJournal for Box<dyn ReadableJournal + Sync + Send, Global>

    Implementors§

    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/journal/trait.WritableJournal.html b/crates/doc/wasmer_wasix/journal/trait.WritableJournal.html index 4c027a2fdda..7fe22180dac 100644 --- a/crates/doc/wasmer_wasix/journal/trait.WritableJournal.html +++ b/crates/doc/wasmer_wasix/journal/trait.WritableJournal.html @@ -12,4 +12,4 @@ may be restored at a later moment

    source

    fn flush(&self) -> Result<(), Error>

    Flushes the data to disk or network

    Trait Implementations§

    source§

    impl WritableJournal for Box<dyn WritableJournal + Sync + Send, Global>

    source§

    fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult, Error>

    Takes in a stream of snapshot log entries and saves them so that they -may be restored at a later moment
    source§

    fn flush(&self) -> Result<(), Error>

    Flushes the data to disk or network

    Implementations on Foreign Types§

    source§

    impl WritableJournal for Box<dyn WritableJournal + Sync + Send, Global>

    source§

    fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult, Error>

    source§

    fn flush(&self) -> Result<(), Error>

    source§

    impl WritableJournal for Box<dyn Journal + Sync + Send, Global>

    source§

    fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult, Error>

    source§

    fn flush(&self) -> Result<(), Error>

    Implementors§

    source§

    impl WritableJournal for Arc<dyn Journal + Sync + Send, Global>

    source§

    impl WritableJournal for Arc<dyn WritableJournal + Sync + Send, Global>

    source§

    impl WritableJournal for BufferedJournal

    source§

    impl WritableJournal for BufferedJournalTx

    source§

    impl WritableJournal for CompactingJournal

    source§

    impl WritableJournal for CompactingJournalTx

    source§

    impl WritableJournal for CompactingLogFileJournal

    source§

    impl WritableJournal for CompactingLogFileJournalTx

    source§

    impl WritableJournal for CountingJournal

    source§

    impl WritableJournal for FilteredJournal

    source§

    impl WritableJournal for FilteredJournalTx

    source§

    impl WritableJournal for LogFileJournal

    source§

    impl WritableJournal for LogFileJournalTx

    source§

    impl WritableJournal for MemFileJournal

    source§

    impl WritableJournal for NullJournal

    source§

    impl WritableJournal for PipeJournal

    source§

    impl WritableJournal for PipeJournalTx

    source§

    impl WritableJournal for PrintingJournal

    source§

    impl WritableJournal for RecombinedJournal

    source§

    impl WritableJournal for UnsupportedJournal

    \ No newline at end of file +may be restored at a later moment
    source§

    fn flush(&self) -> Result<(), Error>

    Flushes the data to disk or network

    Implementations on Foreign Types§

    source§

    impl WritableJournal for Box<dyn WritableJournal + Sync + Send, Global>

    source§

    fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult, Error>

    source§

    fn flush(&self) -> Result<(), Error>

    source§

    impl WritableJournal for Box<dyn Journal + Sync + Send, Global>

    source§

    fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult, Error>

    source§

    fn flush(&self) -> Result<(), Error>

    Implementors§

    source§

    impl WritableJournal for Arc<dyn Journal + Sync + Send, Global>

    source§

    impl WritableJournal for Arc<dyn WritableJournal + Sync + Send, Global>

    source§

    impl WritableJournal for BufferedJournal

    source§

    impl WritableJournal for BufferedJournalTx

    source§

    impl WritableJournal for CompactingJournal

    source§

    impl WritableJournal for CompactingJournalTx

    source§

    impl WritableJournal for CompactingLogFileJournal

    source§

    impl WritableJournal for CompactingLogFileJournalTx

    source§

    impl WritableJournal for CountingJournal

    source§

    impl WritableJournal for FilteredJournal

    source§

    impl WritableJournal for FilteredJournalTx

    source§

    impl WritableJournal for LogFileJournal

    source§

    impl WritableJournal for LogFileJournalTx

    source§

    impl WritableJournal for MemFileJournal

    source§

    impl WritableJournal for NullJournal

    source§

    impl WritableJournal for PipeJournal

    source§

    impl WritableJournal for PipeJournalTx

    source§

    impl WritableJournal for PrintingJournal

    source§

    impl WritableJournal for RecombinedJournal

    source§

    impl WritableJournal for UnsupportedJournal

    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/net/socket/enum.TimeType.html b/crates/doc/wasmer_wasix/net/socket/enum.TimeType.html index f7db3356d53..81e72876e7d 100644 --- a/crates/doc/wasmer_wasix/net/socket/enum.TimeType.html +++ b/crates/doc/wasmer_wasix/net/socket/enum.TimeType.html @@ -5,7 +5,7 @@ ConnectTimeout, BindTimeout, Linger, -}

    Variants§

    §

    ReadTimeout

    §

    WriteTimeout

    §

    AcceptTimeout

    §

    ConnectTimeout

    §

    BindTimeout

    §

    Linger

    Trait Implementations§

    source§

    impl Clone for TimeType

    source§

    fn clone(&self) -> TimeType

    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 TimeType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<SocketOptTimeType> for TimeType

    source§

    fn from(value: SocketOptTimeType) -> Self

    Converts to this type from the input type.
    source§

    impl From<TimeType> for SocketOptTimeType

    source§

    fn from(value: TimeType) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<TimeType> for TimeType

    source§

    fn eq(&self, other: &TimeType) -> bool

    This method tests for self and other values to be equal, and is used +}

    Variants§

    §

    ReadTimeout

    §

    WriteTimeout

    §

    AcceptTimeout

    §

    ConnectTimeout

    §

    BindTimeout

    §

    Linger

    Trait Implementations§

    source§

    impl Clone for TimeType

    source§

    fn clone(&self) -> TimeType

    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 TimeType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<SocketOptTimeType> for TimeType

    source§

    fn from(value: SocketOptTimeType) -> Self

    Converts to this type from the input type.
    source§

    impl From<TimeType> for SocketOptTimeType

    source§

    fn from(value: TimeType) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<TimeType> for TimeType

    source§

    fn eq(&self, other: &TimeType) -> 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 TimeType

    source§

    impl Eq for TimeType

    source§

    impl StructuralEq for TimeType

    source§

    impl StructuralPartialEq for TimeType

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/os/common/type.Pid.html b/crates/doc/wasmer_wasix/os/common/type.Pid.html index 368b769c721..142fc1e67a7 100644 --- a/crates/doc/wasmer_wasix/os/common/type.Pid.html +++ b/crates/doc/wasmer_wasix/os/common/type.Pid.html @@ -1 +1 @@ -Pid in wasmer_wasix::os::common - Rust

    Type Alias wasmer_wasix::os::common::Pid

    source ·
    pub type Pid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Pid in wasmer_wasix::os::common - Rust

    Type Alias wasmer_wasix::os::common::Pid

    source ·
    pub type Pid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/os/task/control_plane/enum.ControlPlaneError.html b/crates/doc/wasmer_wasix/os/task/control_plane/enum.ControlPlaneError.html index 71ed9947e6a..fc39a54609d 100644 --- a/crates/doc/wasmer_wasix/os/task/control_plane/enum.ControlPlaneError.html +++ b/crates/doc/wasmer_wasix/os/task/control_plane/enum.ControlPlaneError.html @@ -4,7 +4,7 @@ }, }

    Variants§

    §

    TaskLimitReached

    Fields

    §max: usize

    The maximum number of tasks.

    The maximum number of execution tasks has been reached.

    -

    Trait Implementations§

    source§

    impl Clone for ControlPlaneError

    source§

    fn clone(&self) -> ControlPlaneError

    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 ControlPlaneError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for ControlPlaneError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for ControlPlaneError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<ControlPlaneError> for WasiRuntimeError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl From<ControlPlaneError> for WasiStateCreationError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<ControlPlaneError> for ControlPlaneError

    source§

    fn eq(&self, other: &ControlPlaneError) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for ControlPlaneError

    source§

    fn clone(&self) -> ControlPlaneError

    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 ControlPlaneError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for ControlPlaneError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for ControlPlaneError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<ControlPlaneError> for WasiRuntimeError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl From<ControlPlaneError> for WasiStateCreationError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<ControlPlaneError> for ControlPlaneError

    source§

    fn eq(&self, other: &ControlPlaneError) -> 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 ControlPlaneError

    source§

    impl StructuralEq for ControlPlaneError

    source§

    impl StructuralPartialEq for ControlPlaneError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/os/task/process/struct.WasiProcessId.html b/crates/doc/wasmer_wasix/os/task/process/struct.WasiProcessId.html index 8851b01a4f6..e70c38b5c30 100644 --- a/crates/doc/wasmer_wasix/os/task/process/struct.WasiProcessId.html +++ b/crates/doc/wasmer_wasix/os/task/process/struct.WasiProcessId.html @@ -1,6 +1,6 @@ WasiProcessId in wasmer_wasix::os::task::process - Rust
    pub struct WasiProcessId(u32);
    Expand description

    Represents the ID of a sub-process

    -

    Tuple Fields§

    §0: u32

    Implementations§

    source§

    impl WasiProcessId

    source

    pub fn raw(&self) -> u32

    Trait Implementations§

    source§

    impl Clone for WasiProcessId

    source§

    fn clone(&self) -> WasiProcessId

    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 WasiProcessId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for WasiProcessId

    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 Display for WasiProcessId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<WasiProcessId> for i32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<i32> for WasiProcessId

    source§

    fn from(id: i32) -> Self

    Converts to this type from the input type.
    source§

    impl From<u32> for WasiProcessId

    source§

    fn from(id: u32) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for WasiProcessId

    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 +

    Tuple Fields§

    §0: u32

    Implementations§

    source§

    impl WasiProcessId

    source

    pub fn raw(&self) -> u32

    Trait Implementations§

    source§

    impl Clone for WasiProcessId

    source§

    fn clone(&self) -> WasiProcessId

    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 WasiProcessId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for WasiProcessId

    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 Display for WasiProcessId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<WasiProcessId> for i32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<i32> for WasiProcessId

    source§

    fn from(id: i32) -> Self

    Converts to this type from the input type.
    source§

    impl From<u32> for WasiProcessId

    source§

    fn from(id: u32) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for WasiProcessId

    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
    source§

    impl Ord for WasiProcessId

    source§

    fn cmp(&self, other: &WasiProcessId) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/os/task/thread/enum.WasiThreadError.html b/crates/doc/wasmer_wasix/os/task/thread/enum.WasiThreadError.html index 44b0fc2cde7..f96ad65be41 100644 --- a/crates/doc/wasmer_wasix/os/task/thread/enum.WasiThreadError.html +++ b/crates/doc/wasmer_wasix/os/task/thread/enum.WasiThreadError.html @@ -7,7 +7,7 @@ InitFailed(Arc<Error>), InvalidWasmContext, }

    Variants§

    §

    Unsupported

    §

    MethodNotFound

    §

    MemoryCreateFailed(MemoryError)

    §

    ExportError(ExportError)

    §

    InstanceCreateFailed(Box<InstantiationError>)

    §

    InitFailed(Arc<Error>)

    §

    InvalidWasmContext

    This will happen if WASM is running in a thread has not been created by the spawn_wasm call

    -

    Trait Implementations§

    source§

    impl Clone for WasiThreadError

    source§

    fn clone(&self) -> WasiThreadError

    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 WasiThreadError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for WasiThreadError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for WasiThreadError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for WasiRuntimeError

    source§

    fn from(source: WasiThreadError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Trait Implementations§

    source§

    impl Clone for WasiThreadError

    source§

    fn clone(&self) -> WasiThreadError

    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 WasiThreadError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for WasiThreadError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for WasiThreadError

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for WasiRuntimeError

    source§

    fn from(source: WasiThreadError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/os/task/thread/struct.WasiThreadId.html b/crates/doc/wasmer_wasix/os/task/thread/struct.WasiThreadId.html index d097f3d8fc7..18c03e94b3e 100644 --- a/crates/doc/wasmer_wasix/os/task/thread/struct.WasiThreadId.html +++ b/crates/doc/wasmer_wasix/os/task/thread/struct.WasiThreadId.html @@ -1,6 +1,6 @@ WasiThreadId in wasmer_wasix::os::task::thread - Rust
    pub struct WasiThreadId(u32);
    Expand description

    Represents the ID of a WASI thread

    -

    Tuple Fields§

    §0: u32

    Implementations§

    source§

    impl WasiThreadId

    source

    pub fn raw(&self) -> u32

    source

    pub fn inc(&mut self) -> WasiThreadId

    Trait Implementations§

    source§

    impl Clone for WasiThreadId

    source§

    fn clone(&self) -> WasiThreadId

    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 WasiThreadId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for WasiThreadId

    source§

    fn default() -> WasiThreadId

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for WasiThreadId

    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 Display for WasiThreadId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<WasiThreadId> for i32

    source§

    fn from(val: WasiThreadId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    source§

    impl From<i32> for WasiThreadId

    source§

    fn from(id: i32) -> Self

    Converts to this type from the input type.
    source§

    impl From<u32> for WasiThreadId

    source§

    fn from(id: u32) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for WasiThreadId

    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 +

    Tuple Fields§

    §0: u32

    Implementations§

    source§

    impl WasiThreadId

    source

    pub fn raw(&self) -> u32

    source

    pub fn inc(&mut self) -> WasiThreadId

    Trait Implementations§

    source§

    impl Clone for WasiThreadId

    source§

    fn clone(&self) -> WasiThreadId

    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 WasiThreadId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Default for WasiThreadId

    source§

    fn default() -> WasiThreadId

    Returns the “default value” for a type. Read more
    source§

    impl<'de> Deserialize<'de> for WasiThreadId

    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 Display for WasiThreadId

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<WasiThreadId> for i32

    source§

    fn from(val: WasiThreadId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    source§

    impl From<i32> for WasiThreadId

    source§

    fn from(id: i32) -> Self

    Converts to this type from the input type.
    source§

    impl From<u32> for WasiThreadId

    source§

    fn from(id: u32) -> Self

    Converts to this type from the input type.
    source§

    impl Hash for WasiThreadId

    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
    source§

    impl Ord for WasiThreadId

    source§

    fn cmp(&self, other: &WasiThreadId) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/runtime/module_cache/enum.CacheError.html b/crates/doc/wasmer_wasix/runtime/module_cache/enum.CacheError.html index 79430b69f27..017880880ed 100644 --- a/crates/doc/wasmer_wasix/runtime/module_cache/enum.CacheError.html +++ b/crates/doc/wasmer_wasix/runtime/module_cache/enum.CacheError.html @@ -14,7 +14,7 @@ }
    Expand description

    Possible errors that may occur during ModuleCache operations.

    Variants§

    §

    Serialize(SerializeError)

    §

    Deserialize(DeserializeError)

    §

    FileRead

    Fields

    §path: PathBuf
    §error: Error
    §

    FileWrite

    Fields

    §path: PathBuf
    §error: Error
    §

    NotFound

    The item was not found.

    §

    Other(Box<dyn Error + Send + Sync>)

    A catch-all variant for any other errors that may occur.

    -

    Implementations§

    source§

    impl CacheError

    source

    pub fn other(error: impl Error + Send + Sync + 'static) -> Self

    Trait Implementations§

    source§

    impl Debug for CacheError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for CacheError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for CacheError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<DeserializeError> for CacheError

    source§

    fn from(source: DeserializeError) -> Self

    Converts to this type from the input type.
    source§

    impl From<SerializeError> for CacheError

    source§

    fn from(source: SerializeError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Implementations§

    source§

    impl CacheError

    source

    pub fn other(error: impl Error + Send + Sync + 'static) -> Self

    Trait Implementations§

    source§

    impl Debug for CacheError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for CacheError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for CacheError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<DeserializeError> for CacheError

    source§

    fn from(source: DeserializeError) -> Self

    Converts to this type from the input type.
    source§

    impl From<SerializeError> for CacheError

    source§

    fn from(source: SerializeError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/runtime/module_cache/types/enum.CacheError.html b/crates/doc/wasmer_wasix/runtime/module_cache/types/enum.CacheError.html index 07019036f61..b81202125e7 100644 --- a/crates/doc/wasmer_wasix/runtime/module_cache/types/enum.CacheError.html +++ b/crates/doc/wasmer_wasix/runtime/module_cache/types/enum.CacheError.html @@ -14,7 +14,7 @@ }
    Expand description

    Possible errors that may occur during ModuleCache operations.

    Variants§

    §

    Serialize(SerializeError)

    §

    Deserialize(DeserializeError)

    §

    FileRead

    Fields

    §path: PathBuf
    §error: Error
    §

    FileWrite

    Fields

    §path: PathBuf
    §error: Error
    §

    NotFound

    The item was not found.

    §

    Other(Box<dyn Error + Send + Sync>)

    A catch-all variant for any other errors that may occur.

    -

    Implementations§

    source§

    impl CacheError

    source

    pub fn other(error: impl Error + Send + Sync + 'static) -> Self

    Trait Implementations§

    source§

    impl Debug for CacheError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for CacheError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for CacheError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<DeserializeError> for CacheError

    source§

    fn from(source: DeserializeError) -> Self

    Converts to this type from the input type.
    source§

    impl From<SerializeError> for CacheError

    source§

    fn from(source: SerializeError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Implementations§

    source§

    impl CacheError

    source

    pub fn other(error: impl Error + Send + Sync + 'static) -> Self

    Trait Implementations§

    source§

    impl Debug for CacheError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for CacheError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for CacheError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<DeserializeError> for CacheError

    source§

    fn from(source: DeserializeError) -> Self

    Converts to this type from the input type.
    source§

    impl From<SerializeError> for CacheError

    source§

    fn from(source: SerializeError) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/runtime/resolver/enum.QueryError.html b/crates/doc/wasmer_wasix/runtime/resolver/enum.QueryError.html index 146f22993ff..61dcf412977 100644 --- a/crates/doc/wasmer_wasix/runtime/resolver/enum.QueryError.html +++ b/crates/doc/wasmer_wasix/runtime/resolver/enum.QueryError.html @@ -6,7 +6,7 @@ }, Timeout, Other(Error), -}

    Variants§

    §

    Unsupported

    §

    NotFound

    §

    NoMatches

    Fields

    §archived_versions: Vec<Version>
    §

    Timeout

    §

    Other(Error)

    Trait Implementations§

    source§

    impl Debug for QueryError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for QueryError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for QueryError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for QueryError

    source§

    fn from(value: Error) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +}

    Variants§

    §

    Unsupported

    §

    NotFound

    §

    NoMatches

    Fields

    §archived_versions: Vec<Version>
    §

    Timeout

    §

    Other(Error)

    Trait Implementations§

    source§

    impl Debug for QueryError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for QueryError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for QueryError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for QueryError

    source§

    fn from(value: Error) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/runtime/resolver/outputs/struct.DependencyGraph.html b/crates/doc/wasmer_wasix/runtime/resolver/outputs/struct.DependencyGraph.html index b905082437f..70bb4208ae9 100644 --- a/crates/doc/wasmer_wasix/runtime/resolver/outputs/struct.DependencyGraph.html +++ b/crates/doc/wasmer_wasix/runtime/resolver/outputs/struct.DependencyGraph.html @@ -13,7 +13,7 @@ ) -> impl Iterator<Item = (&PackageId, BTreeMap<&str, &PackageId>)> + '_

    Get an iterator over all the packages in this dependency graph and their dependency mappings.

    source

    pub fn visualise(&self) -> String

    Visualise this graph as a DOT program.

    -

    Trait Implementations§

    source§

    impl Clone for DependencyGraph

    source§

    fn clone(&self) -> DependencyGraph

    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 DependencyGraph

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Index<&NodeIndex<u32>> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: &NodeIndex) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl Index<&PackageId> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: &PackageId) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl Index<NodeIndex<u32>> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: NodeIndex) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl PartialEq<DependencyGraph> for DependencyGraph

    source§

    fn eq(&self, other: &Self) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for DependencyGraph

    source§

    fn clone(&self) -> DependencyGraph

    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 DependencyGraph

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Index<&NodeIndex<u32>> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: &NodeIndex) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl Index<&PackageId> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: &PackageId) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl Index<NodeIndex<u32>> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: NodeIndex) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl PartialEq<DependencyGraph> for DependencyGraph

    source§

    fn eq(&self, other: &Self) -> 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 DependencyGraph

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/runtime/resolver/source/enum.QueryError.html b/crates/doc/wasmer_wasix/runtime/resolver/source/enum.QueryError.html index a8c5211d572..e5baeba6606 100644 --- a/crates/doc/wasmer_wasix/runtime/resolver/source/enum.QueryError.html +++ b/crates/doc/wasmer_wasix/runtime/resolver/source/enum.QueryError.html @@ -6,7 +6,7 @@ }, Timeout, Other(Error), -}

    Variants§

    §

    Unsupported

    §

    NotFound

    §

    NoMatches

    Fields

    §archived_versions: Vec<Version>
    §

    Timeout

    §

    Other(Error)

    Trait Implementations§

    source§

    impl Debug for QueryError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for QueryError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for QueryError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for QueryError

    source§

    fn from(value: Error) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +}

    Variants§

    §

    Unsupported

    §

    NotFound

    §

    NoMatches

    Fields

    §archived_versions: Vec<Version>
    §

    Timeout

    §

    Other(Error)

    Trait Implementations§

    source§

    impl Debug for QueryError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for QueryError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for QueryError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Error> for QueryError

    source§

    fn from(value: Error) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/runtime/resolver/struct.DependencyGraph.html b/crates/doc/wasmer_wasix/runtime/resolver/struct.DependencyGraph.html index 8927f7654a3..794ea81c8e0 100644 --- a/crates/doc/wasmer_wasix/runtime/resolver/struct.DependencyGraph.html +++ b/crates/doc/wasmer_wasix/runtime/resolver/struct.DependencyGraph.html @@ -13,7 +13,7 @@ ) -> impl Iterator<Item = (&PackageId, BTreeMap<&str, &PackageId>)> + '_

    Get an iterator over all the packages in this dependency graph and their dependency mappings.

    source

    pub fn visualise(&self) -> String

    Visualise this graph as a DOT program.

    -

    Trait Implementations§

    source§

    impl Clone for DependencyGraph

    source§

    fn clone(&self) -> DependencyGraph

    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 DependencyGraph

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Index<&NodeIndex<u32>> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: &NodeIndex) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl Index<&PackageId> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: &PackageId) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl Index<NodeIndex<u32>> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: NodeIndex) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl PartialEq<DependencyGraph> for DependencyGraph

    source§

    fn eq(&self, other: &Self) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    source§

    impl Clone for DependencyGraph

    source§

    fn clone(&self) -> DependencyGraph

    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 DependencyGraph

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Index<&NodeIndex<u32>> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: &NodeIndex) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl Index<&PackageId> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: &PackageId) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl Index<NodeIndex<u32>> for DependencyGraph

    §

    type Output = Node

    The returned type after indexing.
    source§

    fn index(&self, index: NodeIndex) -> &Self::Output

    Performs the indexing (container[index]) operation. Read more
    source§

    impl PartialEq<DependencyGraph> for DependencyGraph

    source§

    fn eq(&self, other: &Self) -> 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 DependencyGraph

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/runtime/task_manager/tokio/enum.RuntimeOrHandle.html b/crates/doc/wasmer_wasix/runtime/task_manager/tokio/enum.RuntimeOrHandle.html index 93fbd20ff8f..647410cbf9e 100644 --- a/crates/doc/wasmer_wasix/runtime/task_manager/tokio/enum.RuntimeOrHandle.html +++ b/crates/doc/wasmer_wasix/runtime/task_manager/tokio/enum.RuntimeOrHandle.html @@ -1,7 +1,7 @@ RuntimeOrHandle in wasmer_wasix::runtime::task_manager::tokio - Rust
    pub enum RuntimeOrHandle {
         Handle(Handle),
         Runtime(Handle, Arc<Mutex<Option<Runtime>>>),
    -}

    Variants§

    §

    Handle(Handle)

    §

    Runtime(Handle, Arc<Mutex<Option<Runtime>>>)

    Implementations§

    source§

    impl RuntimeOrHandle

    source

    pub fn handle(&self) -> &Handle

    Trait Implementations§

    source§

    impl Clone for RuntimeOrHandle

    source§

    fn clone(&self) -> RuntimeOrHandle

    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 RuntimeOrHandle

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Drop for RuntimeOrHandle

    source§

    fn drop(&mut self)

    Executes the destructor for this type. Read more
    source§

    impl From<Handle> for RuntimeOrHandle

    source§

    fn from(value: Handle) -> Self

    Converts to this type from the input type.
    source§

    impl From<Runtime> for RuntimeOrHandle

    source§

    fn from(value: Runtime) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +}

    Variants§

    §

    Handle(Handle)

    §

    Runtime(Handle, Arc<Mutex<Option<Runtime>>>)

    Implementations§

    source§

    impl RuntimeOrHandle

    source

    pub fn handle(&self) -> &Handle

    Trait Implementations§

    source§

    impl Clone for RuntimeOrHandle

    source§

    fn clone(&self) -> RuntimeOrHandle

    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 RuntimeOrHandle

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Drop for RuntimeOrHandle

    source§

    fn drop(&mut self)

    Executes the destructor for this type. Read more
    source§

    impl From<Handle> for RuntimeOrHandle

    source§

    fn from(value: Handle) -> Self

    Converts to this type from the input type.
    source§

    impl From<Runtime> for RuntimeOrHandle

    source§

    fn from(value: Runtime) -> Self

    Converts to this type from the input type.

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/state/builder/enum.WasiStateCreationError.html b/crates/doc/wasmer_wasix/state/builder/enum.WasiStateCreationError.html index 75049f3ef41..4d6128b8772 100644 --- a/crates/doc/wasmer_wasix/state/builder/enum.WasiStateCreationError.html +++ b/crates/doc/wasmer_wasix/state/builder/enum.WasiStateCreationError.html @@ -11,7 +11,7 @@ WasiIncludePackageError(String), ControlPlane(ControlPlaneError), }
    Expand description

    Error type returned when bad data is given to WasiEnvBuilder.

    -

    Variants§

    §

    EnvironmentVariableFormatError(String)

    §

    ArgumentContainsNulByte(String)

    §

    PreopenedDirectoryNotFound(PathBuf)

    §

    PreopenedDirectoryError(String)

    §

    MappedDirAliasFormattingError(String)

    §

    WasiFsCreationError(String)

    §

    WasiFsSetupError(String)

    §

    FileSystemError(FsError)

    §

    WasiInheritError(String)

    §

    WasiIncludePackageError(String)

    §

    ControlPlane(ControlPlaneError)

    Trait Implementations§

    source§

    impl Clone for WasiStateCreationError

    source§

    fn clone(&self) -> WasiStateCreationError

    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 WasiStateCreationError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for WasiStateCreationError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for WasiStateCreationError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<ControlPlaneError> for WasiStateCreationError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl From<FsError> for WasiStateCreationError

    source§

    fn from(source: FsError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiStateCreationError> for WasiRuntimeError

    source§

    fn from(source: WasiStateCreationError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<WasiStateCreationError> for WasiStateCreationError

    source§

    fn eq(&self, other: &WasiStateCreationError) -> bool

    This method tests for self and other values to be equal, and is used +

    Variants§

    §

    EnvironmentVariableFormatError(String)

    §

    ArgumentContainsNulByte(String)

    §

    PreopenedDirectoryNotFound(PathBuf)

    §

    PreopenedDirectoryError(String)

    §

    MappedDirAliasFormattingError(String)

    §

    WasiFsCreationError(String)

    §

    WasiFsSetupError(String)

    §

    FileSystemError(FsError)

    §

    WasiInheritError(String)

    §

    WasiIncludePackageError(String)

    §

    ControlPlane(ControlPlaneError)

    Trait Implementations§

    source§

    impl Clone for WasiStateCreationError

    source§

    fn clone(&self) -> WasiStateCreationError

    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 WasiStateCreationError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for WasiStateCreationError

    source§

    fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for WasiStateCreationError

    source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<ControlPlaneError> for WasiStateCreationError

    source§

    fn from(source: ControlPlaneError) -> Self

    Converts to this type from the input type.
    source§

    impl From<FsError> for WasiStateCreationError

    source§

    fn from(source: FsError) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiStateCreationError> for WasiRuntimeError

    source§

    fn from(source: WasiStateCreationError) -> Self

    Converts to this type from the input type.
    source§

    impl PartialEq<WasiStateCreationError> for WasiStateCreationError

    source§

    fn eq(&self, other: &WasiStateCreationError) -> 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 WasiStateCreationError

    source§

    impl StructuralEq for WasiStateCreationError

    source§

    impl StructuralPartialEq for WasiStateCreationError

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/struct.ExtendedFsError.html b/crates/doc/wasmer_wasix/struct.ExtendedFsError.html index 11c8731dc42..c211659624c 100644 --- a/crates/doc/wasmer_wasix/struct.ExtendedFsError.html +++ b/crates/doc/wasmer_wasix/struct.ExtendedFsError.html @@ -1,7 +1,7 @@ ExtendedFsError in wasmer_wasix - Rust
    pub struct ExtendedFsError {
         pub error: FsError,
         pub message: Option<String>,
    -}

    Fields§

    §error: FsError§message: Option<String>

    Implementations§

    source§

    impl ExtendedFsError

    source

    pub fn with_msg(error: FsError, msg: impl Into<String>) -> Self

    source

    pub fn new(error: FsError) -> Self

    Trait Implementations§

    source§

    impl Debug for ExtendedFsError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for ExtendedFsError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl Error for ExtendedFsError

    source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +}

    Fields§

    §error: FsError§message: Option<String>

    Implementations§

    source§

    impl ExtendedFsError

    source

    pub fn with_msg(error: FsError, msg: impl Into<String>) -> Self

    source

    pub fn new(error: FsError) -> Self

    Trait Implementations§

    source§

    impl Debug for ExtendedFsError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for ExtendedFsError

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl Error for ExtendedFsError

    source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Advice.html b/crates/doc/wasmer_wasix/syscalls/enum.Advice.html index fcd6c980f2c..eadd0015b5c 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Advice.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Advice.html @@ -17,7 +17,7 @@

    Trait Implementations§

    §

    impl Clone for Advice

    §

    fn clone(&self) -> Advice

    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 Advice

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Advice

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Advice, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalAdviceV1> for Advice

    source§

    fn from(val: &ArchivedJournalAdviceV1) -> Advice

    Converts to this type from the input type.
    source§

    impl From<Advice> for JournalAdviceV1

    source§

    fn from(val: Advice) -> JournalAdviceV1

    Converts to this type from the input type.
    source§

    impl From<JournalAdviceV1> for Advice

    source§

    fn from(val: JournalAdviceV1) -> Advice

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Advice

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Advice as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Advice as FromToNativeWasmType>::Native) -> Advice

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Advice> for Advice

    §

    fn eq(&self, other: &Advice) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalAdviceV1> for Advice

    source§

    fn from(val: &ArchivedJournalAdviceV1) -> Advice

    Converts to this type from the input type.
    source§

    impl From<Advice> for JournalAdviceV1

    source§

    fn from(val: Advice) -> JournalAdviceV1

    Converts to this type from the input type.
    source§

    impl From<JournalAdviceV1> for Advice

    source§

    fn from(val: JournalAdviceV1) -> Advice

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Advice

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Advice as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Advice as FromToNativeWasmType>::Native) -> Advice

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Advice> for Advice

    §

    fn eq(&self, other: &Advice) -> 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.
    §

    impl Serialize for Advice

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Clockid.html b/crates/doc/wasmer_wasix/syscalls/enum.Clockid.html index f7d5db0e3c2..611a16d226e 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Clockid.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Clockid.html @@ -17,7 +17,7 @@

    Trait Implementations§

    §

    impl Clone for Clockid

    §

    fn clone(&self) -> Clockid

    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 Clockid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Clockid as FromToNativeWasmType>::Native) -> Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Clockid

    §

    fn hash<__H>(&self, state: &mut __H)where +

    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Clockid as FromToNativeWasmType>::Native) -> Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Clockid

    §

    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
    §

    impl PartialEq<Clockid> for Clockid

    §

    fn eq(&self, other: &Clockid) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Cow.html b/crates/doc/wasmer_wasix/syscalls/enum.Cow.html index 4c4b6b95a7e..7cdf693f148 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Cow.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Cow.html @@ -206,7 +206,7 @@
    Example
    §

    impl<'a> From<BString> for Cow<'a, BStr>

    §

    fn from(s: BString) -> Cow<'a, BStr>

    Converts to this type from the input type.
    1.28.0 · source§

    impl<'a> From<CString> for Cow<'a, CStr>

    source§

    fn from(s: CString) -> Cow<'a, CStr>

    Converts a CString into an owned Cow without copying or allocating.

    source§

    impl<'a, T> From<Cow<'a, [T]>> for AlignedCowVec<'a, T>where T: 'a, - [T]: ToOwned,

    source§

    fn from(value: Cow<'a, [T]>) -> AlignedCowVec<'a, T>

    Converts to this type from the input type.
    1.14.0 · source§

    impl<'a, T> From<Cow<'a, [T]>> for Vec<T, Global>where + [T]: ToOwned,

    source§

    fn from(value: Cow<'a, [T]>) -> AlignedCowVec<'a, T>

    Converts to this type from the input type.
    1.14.0 · source§

    impl<'a, T> From<Cow<'a, [T]>> for Vec<T, Global>where [T]: ToOwned<Owned = Vec<T, Global>>,

    source§

    fn from(s: Cow<'a, [T]>) -> Vec<T, Global>

    Convert a clone-on-write slice into a vector.

    If s already owns a Vec<T>, it will be returned directly. If s is borrowing a slice, a new Vec<T> will be allocated and @@ -223,7 +223,7 @@

    Example
    let cow: Cow<'_, str> = Cow::Borrowed("eggplant");
     let shared: Arc<str> = Arc::from(cow);
     assert_eq!("eggplant", &shared[..]);
    -
    source§

    impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

    source§

    fn from(value: Cow<'a, str>) -> AlignedCowStr<'a>

    Converts to this type from the input type.
    §

    impl<'key> From<Key<'key>> for Cow<'static, str>

    §

    fn from(key: Key<'key>) -> Cow<'static, str>

    Converts to this type from the input type.
    1.28.0 · source§

    impl<'a> From<OsString> for Cow<'a, OsStr>

    source§

    fn from(s: OsString) -> Cow<'a, OsStr>

    Moves the string into a Cow::Owned.

    +
    source§

    impl<'a> From<Cow<'a, str>> for AlignedCowStr<'a>

    source§

    fn from(value: Cow<'a, str>) -> AlignedCowStr<'a>

    Converts to this type from the input type.
    §

    impl<'key> From<Key<'key>> for Cow<'static, str>

    §

    fn from(key: Key<'key>) -> Cow<'static, str>

    Converts to this type from the input type.
    1.28.0 · source§

    impl<'a> From<OsString> for Cow<'a, OsStr>

    source§

    fn from(s: OsString) -> Cow<'a, OsStr>

    Moves the string into a Cow::Owned.

    1.6.0 · source§

    impl<'a> From<PathBuf> for Cow<'a, Path>

    source§

    fn from(s: PathBuf) -> Cow<'a, Path>

    Creates a clone-on-write pointer from an owned instance of PathBuf.

    This conversion does not clone or allocate.

    diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Errno.html b/crates/doc/wasmer_wasix/syscalls/enum.Errno.html index 009f639e302..4225af2e50a 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Errno.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Errno.html @@ -166,7 +166,7 @@

    Implementations§

    §

    impl Errno

    pub fn name(&self) -> &'static str

    pub fn message(&self) -> &'static str

    Trait Implementations§

    §

    impl Clone for Errno

    §

    fn clone(&self) -> Errno

    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 Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Errno

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Errno, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Errno> for Error

    §

    fn from(err: Errno) -> Error

    Converts to this type from the input type.
    §

    impl From<Errno> for ErrorKind

    §

    fn from(err: Errno) -> ErrorKind

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Error> for Errno

    §

    fn from(err: Error) -> Errno

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Errno as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Errno as FromToNativeWasmType>::Native) -> Errno

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Errno

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Errno> for Error

    §

    fn from(err: Errno) -> Error

    Converts to this type from the input type.
    §

    impl From<Errno> for ErrorKind

    §

    fn from(err: Errno) -> ErrorKind

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Error> for Errno

    §

    fn from(err: Error) -> Errno

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Errno as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Errno as FromToNativeWasmType>::Native) -> Errno

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Errno

    §

    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
    §

    impl Ord for Errno

    §

    fn cmp(&self, other: &Errno) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/syscalls/enum.ExitCode.html b/crates/doc/wasmer_wasix/syscalls/enum.ExitCode.html index e7ec104d5ea..f839190ec31 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.ExitCode.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.ExitCode.html @@ -4,7 +4,7 @@ }

    Variants§

    §

    Errno(Errno)

    §

    Other(i32)

    Implementations§

    §

    impl ExitCode

    pub fn raw(&self) -> i32

    pub fn is_success(&self) -> bool

    Trait Implementations§

    §

    impl Clone for ExitCode

    §

    fn clone(&self) -> ExitCode

    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 ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for ExitCode

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<ExitCode, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalExitCodeV1> for ExitCode

    source§

    fn from(val: &ArchivedJournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<i32> for ExitCode

    §

    fn from(val: i32) -> ExitCode

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <ExitCode as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <ExitCode as FromToNativeWasmType>::Native) -> ExitCode

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Ord for ExitCode

    §

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalExitCodeV1> for ExitCode

    source§

    fn from(val: &ArchivedJournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<i32> for ExitCode

    §

    fn from(val: i32) -> ExitCode

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <ExitCode as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <ExitCode as FromToNativeWasmType>::Native) -> ExitCode

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Ord for ExitCode

    §

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<ExitCode> for ExitCode

    §

    fn eq(&self, other: &ExitCode) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Extern.html b/crates/doc/wasmer_wasix/syscalls/enum.Extern.html index d984342f55e..56ef3bb04d6 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Extern.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Extern.html @@ -18,7 +18,7 @@

    pub fn is_from_store(&self, store: &impl AsStoreRef) -> bool

    Checks whether this Extern can be used with the given context.

    pub fn to_vm_extern(&self) -> VMExtern

    To VMExtern.

    Trait Implementations§

    §

    impl Clone for Extern

    §

    fn clone(&self) -> Extern

    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 Extern

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'a> Exportable<'a> for Extern

    §

    fn get_self_from_extern(_extern: &'a Extern) -> Result<&'a Extern, ExportError>

    Implementation of how to get the export corresponding to the implementing type -from an Instance by name.
    §

    impl From<Function> for Extern

    §

    fn from(r: Function) -> Extern

    Converts to this type from the input type.
    §

    impl From<Global> for Extern

    §

    fn from(r: Global) -> Extern

    Converts to this type from the input type.
    §

    impl From<Memory> for Extern

    §

    fn from(r: Memory) -> Extern

    Converts to this type from the input type.
    §

    impl From<Table> for Extern

    §

    fn from(r: Table) -> Extern

    Converts to this type from the input type.
    §

    impl PartialEq<Extern> for Extern

    §

    fn eq(&self, other: &Extern) -> bool

    This method tests for self and other values to be equal, and is used +from an Instance by name.
    §

    impl From<Function> for Extern

    §

    fn from(r: Function) -> Extern

    Converts to this type from the input type.
    §

    impl From<Global> for Extern

    §

    fn from(r: Global) -> Extern

    Converts to this type from the input type.
    §

    impl From<Memory> for Extern

    §

    fn from(r: Memory) -> Extern

    Converts to this type from the input type.
    §

    impl From<Table> for Extern

    §

    fn from(r: Table) -> Extern

    Converts to this type from the input type.
    §

    impl PartialEq<Extern> for Extern

    §

    fn eq(&self, other: &Extern) -> 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.
    §

    impl Eq for Extern

    §

    impl StructuralEq for Extern

    §

    impl StructuralPartialEq for Extern

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Snapshot0Clockid.html b/crates/doc/wasmer_wasix/syscalls/enum.Snapshot0Clockid.html index 676b6b3fe65..60398bb62b6 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Snapshot0Clockid.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Snapshot0Clockid.html @@ -17,10 +17,10 @@

    Trait Implementations§

    §

    impl Clone for Snapshot0Clockid

    §

    fn clone(&self) -> Snapshot0Clockid

    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 Snapshot0Clockid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Snapshot0Clockid

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Snapshot0Clockid, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: &ArchivedJournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: &ArchivedJournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: JournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1

    source§

    fn from(val: Snapshot0Clockid) -> JournalSnapshot0ClockidV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Snapshot0Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native( +

    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: JournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1

    source§

    fn from(val: Snapshot0Clockid) -> JournalSnapshot0ClockidV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Snapshot0Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native( n: <Snapshot0Clockid as FromToNativeWasmType>::Native ) -> Snapshot0Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Snapshot0Clockid

    §

    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 diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Sockoption.html b/crates/doc/wasmer_wasix/syscalls/enum.Sockoption.html index 2ad315636f1..3044bdf9f84 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Sockoption.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Sockoption.html @@ -29,7 +29,7 @@

    }

    Variants§

    §

    Noop

    §

    ReusePort

    §

    ReuseAddr

    §

    NoDelay

    §

    DontRoute

    §

    OnlyV6

    §

    Broadcast

    §

    MulticastLoopV4

    §

    MulticastLoopV6

    §

    Promiscuous

    §

    Listening

    §

    LastError

    §

    KeepAlive

    §

    Linger

    §

    OobInline

    §

    RecvBufSize

    §

    SendBufSize

    §

    RecvLowat

    §

    SendLowat

    §

    RecvTimeout

    §

    SendTimeout

    §

    ConnectTimeout

    §

    AcceptTimeout

    §

    Ttl

    §

    MulticastTtlV4

    §

    Type

    §

    Proto

    Trait Implementations§

    §

    impl Clone for Sockoption

    §

    fn clone(&self) -> Sockoption

    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 Sockoption

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Sockoption

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Sockoption, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Sockoption

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalSockoptionV1> for Sockoption

    source§

    fn from(val: &ArchivedJournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<JournalSockoptionV1> for Sockoption

    source§

    fn from(val: JournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for JournalSockoptionV1

    source§

    fn from(val: Sockoption) -> JournalSockoptionV1

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for WasiSocketOption

    source§

    fn from(opt: Sockoption) -> Self

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Sockoption

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Sockoption as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Sockoption as FromToNativeWasmType>::Native) -> Sockoption

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Sockoption> for Sockoption

    §

    fn eq(&self, other: &Sockoption) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more

    §

    impl Display for Sockoption

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalSockoptionV1> for Sockoption

    source§

    fn from(val: &ArchivedJournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<JournalSockoptionV1> for Sockoption

    source§

    fn from(val: JournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for JournalSockoptionV1

    source§

    fn from(val: Sockoption) -> JournalSockoptionV1

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for WasiSocketOption

    source§

    fn from(opt: Sockoption) -> Self

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Sockoption

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Sockoption as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Sockoption as FromToNativeWasmType>::Native) -> Sockoption

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Sockoption> for Sockoption

    §

    fn eq(&self, other: &Sockoption) -> 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.
    §

    impl Serialize for Sockoption

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Socktype.html b/crates/doc/wasmer_wasix/syscalls/enum.Socktype.html index 926552436eb..d301f4bd4ed 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Socktype.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Socktype.html @@ -7,7 +7,7 @@ }

    Variants§

    §

    Unknown

    §

    Stream

    §

    Dgram

    §

    Raw

    §

    Seqpacket

    Trait Implementations§

    §

    impl Clone for Socktype

    §

    fn clone(&self) -> Socktype

    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 Socktype

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Socktype

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Socktype, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSocktypeV1> for Socktype

    source§

    fn from(val: &ArchivedJournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<JournalSocktypeV1> for Socktype

    source§

    fn from(val: JournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<Socktype> for JournalSocktypeV1

    source§

    fn from(val: Socktype) -> JournalSocktypeV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Socktype

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Socktype as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Socktype as FromToNativeWasmType>::Native) -> Socktype

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Socktype> for Socktype

    §

    fn eq(&self, other: &Socktype) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSocktypeV1> for Socktype

    source§

    fn from(val: &ArchivedJournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<JournalSocktypeV1> for Socktype

    source§

    fn from(val: JournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<Socktype> for JournalSocktypeV1

    source§

    fn from(val: Socktype) -> JournalSocktypeV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Socktype

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Socktype as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Socktype as FromToNativeWasmType>::Native) -> Socktype

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Socktype> for Socktype

    §

    fn eq(&self, other: &Socktype) -> 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.
    §

    impl Serialize for Socktype

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Value.html b/crates/doc/wasmer_wasix/syscalls/enum.Value.html index 2b671872a88..3123b43d3d6 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Value.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Value.html @@ -77,7 +77,7 @@

    Panics
    wrong type.

    Panics

    Panics if self is not of the right type.

    -

    Trait Implementations§

    §

    impl Clone for Value

    §

    fn clone(&self) -> Value

    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 Value

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<ExternRef> for Value

    §

    fn from(val: ExternRef) -> Value

    Converts to this type from the input type.
    §

    impl From<Function> for Value

    §

    fn from(val: Function) -> Value

    Converts to this type from the input type.
    §

    impl From<Option<ExternRef>> for Value

    §

    fn from(val: Option<ExternRef>) -> Value

    Converts to this type from the input type.
    §

    impl From<Option<Function>> for Value

    §

    fn from(val: Option<Function>) -> Value

    Converts to this type from the input type.
    §

    impl From<f32> for Value

    §

    fn from(val: f32) -> Value

    Converts to this type from the input type.
    §

    impl From<f64> for Value

    §

    fn from(val: f64) -> Value

    Converts to this type from the input type.
    §

    impl From<i32> for Value

    §

    fn from(val: i32) -> Value

    Converts to this type from the input type.
    §

    impl From<i64> for Value

    §

    fn from(val: i64) -> Value

    Converts to this type from the input type.
    §

    impl From<u32> for Value

    §

    fn from(val: u32) -> Value

    Converts to this type from the input type.
    §

    impl From<u64> for Value

    §

    fn from(val: u64) -> Value

    Converts to this type from the input type.
    §

    impl PartialEq<Value> for Value

    §

    fn eq(&self, o: &Value) -> bool

    This method tests for self and other values to be equal, and is used +

    Trait Implementations§

    §

    impl Clone for Value

    §

    fn clone(&self) -> Value

    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 Value

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<ExternRef> for Value

    §

    fn from(val: ExternRef) -> Value

    Converts to this type from the input type.
    §

    impl From<Function> for Value

    §

    fn from(val: Function) -> Value

    Converts to this type from the input type.
    §

    impl From<Option<ExternRef>> for Value

    §

    fn from(val: Option<ExternRef>) -> Value

    Converts to this type from the input type.
    §

    impl From<Option<Function>> for Value

    §

    fn from(val: Option<Function>) -> Value

    Converts to this type from the input type.
    §

    impl From<f32> for Value

    §

    fn from(val: f32) -> Value

    Converts to this type from the input type.
    §

    impl From<f64> for Value

    §

    fn from(val: f64) -> Value

    Converts to this type from the input type.
    §

    impl From<i32> for Value

    §

    fn from(val: i32) -> Value

    Converts to this type from the input type.
    §

    impl From<i64> for Value

    §

    fn from(val: i64) -> Value

    Converts to this type from the input type.
    §

    impl From<u32> for Value

    §

    fn from(val: u32) -> Value

    Converts to this type from the input type.
    §

    impl From<u64> for Value

    §

    fn from(val: u64) -> Value

    Converts to this type from the input type.
    §

    impl PartialEq<Value> for Value

    §

    fn eq(&self, o: &Value) -> 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.
    §

    impl ToString for Value

    §

    fn to_string(&self) -> String

    Converts the given value to a String. Read more

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Value

    §

    impl Send for Value

    §

    impl Sync for Value

    §

    impl Unpin for Value

    §

    impl UnwindSafe for Value

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/enum.Whence.html b/crates/doc/wasmer_wasix/syscalls/enum.Whence.html index 584b327b0b7..eaec8c2c4df 100644 --- a/crates/doc/wasmer_wasix/syscalls/enum.Whence.html +++ b/crates/doc/wasmer_wasix/syscalls/enum.Whence.html @@ -6,7 +6,7 @@ }

    Variants§

    §

    Set

    §

    Cur

    §

    End

    §

    Unknown

    Trait Implementations§

    §

    impl Clone for Whence

    §

    fn clone(&self) -> Whence

    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 Whence

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Whence

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Whence, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalWhenceV1> for Whence

    source§

    fn from(val: &ArchivedJournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Whence

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Whence as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Whence as FromToNativeWasmType>::Native) -> Whence

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Whence> for Whence

    §

    fn eq(&self, other: &Whence) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalWhenceV1> for Whence

    source§

    fn from(val: &ArchivedJournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Whence

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Whence as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Whence as FromToNativeWasmType>::Native) -> Whence

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Whence> for Whence

    §

    fn eq(&self, other: &Whence) -> 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.
    §

    impl Serialize for Whence

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/syscalls/struct.Arc.html b/crates/doc/wasmer_wasix/syscalls/struct.Arc.html index 68113099458..fe7bb1be41e 100644 --- a/crates/doc/wasmer_wasix/syscalls/struct.Arc.html +++ b/crates/doc/wasmer_wasix/syscalls/struct.Arc.html @@ -1320,9 +1320,9 @@

    Examples
    &self, func_idx: u32 ) -> Option<&<Arc<T, Global> as WasmModuleResources>::FuncType>

    Returns the FuncType associated with the given function index.
    §

    fn element_type_at(&self, at: u32) -> Option<ValType>

    Returns the element type at the given index.
    §

    fn element_count(&self) -> u32

    Returns the number of elements.
    §

    fn data_count(&self) -> Option<u32>

    Returns the number of bytes in the Wasm data section.
    §

    fn is_function_referenced(&self, idx: u32) -> bool

    Returns whether the function index is referenced in the module anywhere -outside of the start/function sections.
    source§

    impl WritableJournal for Arc<dyn Journal + Sync + Send, Global>

    source§

    fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult, Error>

    Takes in a stream of snapshot log entries and saves them so that they -may be restored at a later moment
    source§

    fn flush(&self) -> Result<(), Error>

    Flushes the data to disk or network
    source§

    impl WritableJournal for Arc<dyn WritableJournal + Sync + Send, Global>

    source§

    fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult, Error>

    Takes in a stream of snapshot log entries and saves them so that they -may be restored at a later moment
    source§

    fn flush(&self) -> Result<(), Error>

    Flushes the data to disk or network
    1.73.0 · source§

    impl Write for Arc<File, Global>

    source§

    fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

    Write a buffer into this writer, returning how many bytes were written. Read more
    source§

    fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

    Like write, except that it writes from a slice of buffers. Read more
    source§

    fn is_write_vectored(&self) -> bool

    🔬This is a nightly-only experimental API. (can_vector)
    Determines if this Writer has an efficient write_vectored +outside of the start/function sections.
    source§

    impl WritableJournal for Arc<dyn Journal + Sync + Send, Global>

    source§

    fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult, Error>

    Takes in a stream of snapshot log entries and saves them so that they +may be restored at a later moment
    source§

    fn flush(&self) -> Result<(), Error>

    Flushes the data to disk or network
    source§

    impl WritableJournal for Arc<dyn WritableJournal + Sync + Send, Global>

    source§

    fn write<'a>(&'a self, entry: JournalEntry<'a>) -> Result<LogWriteResult, Error>

    Takes in a stream of snapshot log entries and saves them so that they +may be restored at a later moment
    source§

    fn flush(&self) -> Result<(), Error>

    Flushes the data to disk or network
    1.73.0 · source§

    impl Write for Arc<File, Global>

    source§

    fn write(&mut self, buf: &[u8]) -> Result<usize, Error>

    Write a buffer into this writer, returning how many bytes were written. Read more
    source§

    fn write_vectored(&mut self, bufs: &[IoSlice<'_>]) -> Result<usize, Error>

    Like write, except that it writes from a slice of buffers. Read more
    source§

    fn is_write_vectored(&self) -> bool

    🔬This is a nightly-only experimental API. (can_vector)
    Determines if this Writer has an efficient write_vectored implementation. Read more
    source§

    fn flush(&mut self) -> Result<(), Error>

    Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
    source§

    fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>

    Attempts to write an entire buffer into this writer. Read more
    source§

    fn write_all_vectored(&mut self, bufs: &mut [IoSlice<'_>]) -> Result<(), Error>

    🔬This is a nightly-only experimental API. (write_all_vectored)
    Attempts to write multiple buffers into this writer. Read more
    source§

    fn write_fmt(&mut self, fmt: Arguments<'_>) -> Result<(), Error>

    Writes a formatted string into this writer, returning any error encountered. Read more
    source§

    fn by_ref(&mut self) -> &mut Selfwhere diff --git a/crates/doc/wasmer_wasix/syscalls/struct.Eventrwflags.html b/crates/doc/wasmer_wasix/syscalls/struct.Eventrwflags.html index 1585aac9237..98473d3df46 100644 --- a/crates/doc/wasmer_wasix/syscalls/struct.Eventrwflags.html +++ b/crates/doc/wasmer_wasix/syscalls/struct.Eventrwflags.html @@ -63,13 +63,13 @@
    Safety
    ops::Not), as in !flags.

    §

    impl Eventrwflags

    pub fn from_bits_preserve(bits: u16) -> Eventrwflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Eventrwflags> for Eventrwflags

    §

    fn bitand(self, other: Eventrwflags) -> Eventrwflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Eventrwflags> for Eventrwflags

    §

    fn bitand(self, other: Eventrwflags) -> Eventrwflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Eventrwflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Eventrwflags> for Eventrwflags

    §

    fn bitand_assign(&mut self, other: Eventrwflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Eventrwflags> for Eventrwflags

    §

    fn bitor(self, other: Eventrwflags) -> Eventrwflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    §

    fn bitor_assign(&mut self, other: Eventrwflags)

    Adds the set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    §

    fn bitor_assign(&mut self, other: Eventrwflags)

    Adds the set of flags.

    §

    impl BitXor<Eventrwflags> for Eventrwflags

    §

    fn bitxor(self, other: Eventrwflags) -> Eventrwflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Eventrwflags> for Eventrwflags

    §

    fn bitxor_assign(&mut self, other: Eventrwflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Eventrwflags

    §

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Eventrwflags

    §

    fn deserialize<__D>( +

    §

    type Output = Eventrwflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Eventrwflags> for Eventrwflags

    §

    fn bitxor_assign(&mut self, other: Eventrwflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Eventrwflags

    §

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Eventrwflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Eventrwflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Eventrwflags> for Eventrwflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -77,8 +77,8 @@
    Safety
    T: IntoIterator<Item = Eventrwflags>,

    Creates a value from an iterator. Read more
    §

    impl Hash for Eventrwflags

    §

    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
    §

    impl LowerHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Eventrwflags

    §

    fn not(self) -> Eventrwflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Eventrwflags

    §

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Eventrwflags

    §

    fn not(self) -> Eventrwflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Eventrwflags

    §

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Eventrwflags> for Eventrwflags

    §

    fn eq(&self, other: &Eventrwflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -90,8 +90,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Eventrwflags> for Eventrwflags

    §

    fn sub(self, other: Eventrwflags) -> Eventrwflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Eventrwflags> for Eventrwflags

    §

    fn sub_assign(&mut self, other: Eventrwflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Eventrwflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Eventrwflags> for Eventrwflags

    §

    fn sub_assign(&mut self, other: Eventrwflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Eventrwflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Eventrwflags

    §

    impl Eq for Eventrwflags

    §

    impl StructuralEq for Eventrwflags

    §

    impl StructuralPartialEq for Eventrwflags

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/struct.Fdflags.html b/crates/doc/wasmer_wasix/syscalls/struct.Fdflags.html index 95eaa27de04..9df1809661e 100644 --- a/crates/doc/wasmer_wasix/syscalls/struct.Fdflags.html +++ b/crates/doc/wasmer_wasix/syscalls/struct.Fdflags.html @@ -68,13 +68,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Fdflags

    pub fn from_bits_preserve(bits: u16) -> Fdflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fdflags> for Fdflags

    §

    fn bitand(self, other: Fdflags) -> Fdflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fdflags> for Fdflags

    §

    fn bitand(self, other: Fdflags) -> Fdflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Fdflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Fdflags> for Fdflags

    §

    fn bitand_assign(&mut self, other: Fdflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Fdflags> for Fdflags

    §

    fn bitor(self, other: Fdflags) -> Fdflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fdflags> for Fdflags

    §

    fn bitor_assign(&mut self, other: Fdflags)

    Adds the set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fdflags> for Fdflags

    §

    fn bitor_assign(&mut self, other: Fdflags)

    Adds the set of flags.

    §

    impl BitXor<Fdflags> for Fdflags

    §

    fn bitxor(self, other: Fdflags) -> Fdflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fdflags> for Fdflags

    §

    fn bitxor_assign(&mut self, other: Fdflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Fdflags

    §

    fn clone(&self) -> Fdflags

    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 Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fdflags

    §

    fn deserialize<__D>( +

    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fdflags> for Fdflags

    §

    fn bitxor_assign(&mut self, other: Fdflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Fdflags

    §

    fn clone(&self) -> Fdflags

    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 Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fdflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Fdflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Fdflags> for Fdflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -82,8 +82,8 @@
    Safety
    T: IntoIterator<Item = Fdflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Fdflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Fdflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Fdflags as FromToNativeWasmType>::Native) -> Fdflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Fdflags

    §

    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
    §

    impl LowerHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fdflags

    §

    fn not(self) -> Fdflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fdflags

    §

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fdflags

    §

    fn not(self) -> Fdflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fdflags

    §

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Fdflags> for Fdflags

    §

    fn eq(&self, other: &Fdflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -95,8 +95,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Fdflags> for Fdflags

    §

    fn sub(self, other: Fdflags) -> Fdflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fdflags> for Fdflags

    §

    fn sub_assign(&mut self, other: Fdflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fdflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fdflags> for Fdflags

    §

    fn sub_assign(&mut self, other: Fdflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fdflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Fdflags

    §

    impl Eq for Fdflags

    §

    impl StructuralEq for Fdflags

    §

    impl StructuralPartialEq for Fdflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fdflags

    §

    impl Send for Fdflags

    §

    impl Sync for Fdflags

    §

    impl Unpin for Fdflags

    §

    impl UnwindSafe for Fdflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/struct.Fstflags.html b/crates/doc/wasmer_wasix/syscalls/struct.Fstflags.html index f9b1c3b6e56..ee275c2b5ec 100644 --- a/crates/doc/wasmer_wasix/syscalls/struct.Fstflags.html +++ b/crates/doc/wasmer_wasix/syscalls/struct.Fstflags.html @@ -67,13 +67,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Fstflags

    pub fn from_bits_preserve(bits: u16) -> Fstflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fstflags> for Fstflags

    §

    fn bitand(self, other: Fstflags) -> Fstflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fstflags> for Fstflags

    §

    fn bitand(self, other: Fstflags) -> Fstflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Fstflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Fstflags> for Fstflags

    §

    fn bitand_assign(&mut self, other: Fstflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Fstflags> for Fstflags

    §

    fn bitor(self, other: Fstflags) -> Fstflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fstflags> for Fstflags

    §

    fn bitor_assign(&mut self, other: Fstflags)

    Adds the set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fstflags> for Fstflags

    §

    fn bitor_assign(&mut self, other: Fstflags)

    Adds the set of flags.

    §

    impl BitXor<Fstflags> for Fstflags

    §

    fn bitxor(self, other: Fstflags) -> Fstflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fstflags> for Fstflags

    §

    fn bitxor_assign(&mut self, other: Fstflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Fstflags

    §

    fn clone(&self) -> Fstflags

    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 Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fstflags

    §

    fn deserialize<__D>( +

    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fstflags> for Fstflags

    §

    fn bitxor_assign(&mut self, other: Fstflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Fstflags

    §

    fn clone(&self) -> Fstflags

    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 Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fstflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Fstflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Fstflags> for Fstflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Fstflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Fstflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Fstflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Fstflags as FromToNativeWasmType>::Native) -> Fstflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Fstflags

    §

    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
    §

    impl LowerHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fstflags

    §

    fn not(self) -> Fstflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fstflags

    §

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fstflags

    §

    fn not(self) -> Fstflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fstflags

    §

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Fstflags> for Fstflags

    §

    fn eq(&self, other: &Fstflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Fstflags> for Fstflags

    §

    fn sub(self, other: Fstflags) -> Fstflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fstflags> for Fstflags

    §

    fn sub_assign(&mut self, other: Fstflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fstflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fstflags> for Fstflags

    §

    fn sub_assign(&mut self, other: Fstflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fstflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Fstflags

    §

    impl Eq for Fstflags

    §

    impl StructuralEq for Fstflags

    §

    impl StructuralPartialEq for Fstflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fstflags

    §

    impl Send for Fstflags

    §

    impl Sync for Fstflags

    §

    impl Unpin for Fstflags

    §

    impl UnwindSafe for Fstflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/struct.Function.html b/crates/doc/wasmer_wasix/syscalls/struct.Function.html index f60f383551b..d0f35ac9450 100644 --- a/crates/doc/wasmer_wasix/syscalls/struct.Function.html +++ b/crates/doc/wasmer_wasix/syscalls/struct.Function.html @@ -145,9 +145,9 @@

    Errors

    Trait Implementations§

    §

    impl Clone for Function

    §

    fn clone(&self) -> Function

    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 Function

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'a> Exportable<'a> for Function

    §

    fn get_self_from_extern( _extern: &'a Extern ) -> Result<&'a Function, ExportError>

    Implementation of how to get the export corresponding to the implementing type -from an Instance by name.
    §

    impl From<Function> for Extern

    §

    fn from(r: Function) -> Extern

    Converts to this type from the input type.
    §

    impl From<Function> for Value

    §

    fn from(val: Function) -> Value

    Converts to this type from the input type.
    §

    impl<Args, Rets> From<TypedFunction<Args, Rets>> for Functionwhere +from an Instance by name.

    §

    impl From<Function> for Extern

    §

    fn from(r: Function) -> Extern

    Converts to this type from the input type.
    §

    impl From<Function> for Value

    §

    fn from(val: Function) -> Value

    Converts to this type from the input type.
    §

    impl<Args, Rets> From<TypedFunction<Args, Rets>> for Functionwhere Args: WasmTypeList, - Rets: WasmTypeList,

    §

    fn from(other: TypedFunction<Args, Rets>) -> Function

    Converts to this type from the input type.
    §

    impl NativeWasmType for Function

    §

    const WASM_TYPE: Type = Type::FuncRef

    Type for this NativeWasmType.
    §

    type Abi = usize

    The ABI for this type (i32, i64, f32, f64)
    §

    impl PartialEq<Function> for Function

    §

    fn eq(&self, other: &Function) -> bool

    This method tests for self and other values to be equal, and is used + Rets: WasmTypeList,
    §

    fn from(other: TypedFunction<Args, Rets>) -> Function

    Converts to this type from the input type.
    §

    impl NativeWasmType for Function

    §

    const WASM_TYPE: Type = Type::FuncRef

    Type for this NativeWasmType.
    §

    type Abi = usize

    The ABI for this type (i32, i64, f32, f64)
    §

    impl PartialEq<Function> for Function

    §

    fn eq(&self, other: &Function) -> 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.
    §

    impl Eq for Function

    §

    impl StructuralPartialEq for Function

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/struct.Rights.html b/crates/doc/wasmer_wasix/syscalls/struct.Rights.html index 727620945ad..bac09016b8c 100644 --- a/crates/doc/wasmer_wasix/syscalls/struct.Rights.html +++ b/crates/doc/wasmer_wasix/syscalls/struct.Rights.html @@ -113,13 +113,13 @@

    Safety
    §

    impl Rights

    pub fn from_bits_preserve(bits: u64) -> Rights

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    §

    impl Rights

    pub const fn all_socket() -> Rights

    pub fn to_str(self) -> Option<&'static str>

    expects a single right, returns None if out of bounds or > 1 bit set

    -

    Trait Implementations§

    §

    impl Binary for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Rights> for Rights

    §

    fn bitand(self, other: Rights) -> Rights

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Rights> for Rights

    §

    fn bitand(self, other: Rights) -> Rights

    Returns the intersection between the two sets of flags.

    §

    type Output = Rights

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Rights> for Rights

    §

    fn bitand_assign(&mut self, other: Rights)

    Disables all flags disabled in the set.

    §

    impl BitOr<Rights> for Rights

    §

    fn bitor(self, other: Rights) -> Rights

    Returns the union of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Rights> for Rights

    §

    fn bitor_assign(&mut self, other: Rights)

    Adds the set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Rights> for Rights

    §

    fn bitor_assign(&mut self, other: Rights)

    Adds the set of flags.

    §

    impl BitXor<Rights> for Rights

    §

    fn bitxor(self, other: Rights) -> Rights

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Rights> for Rights

    §

    fn bitxor_assign(&mut self, other: Rights)

    Toggles the set of flags.

    -
    §

    impl Clone for Rights

    §

    fn clone(&self) -> Rights

    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 Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Rights

    §

    fn deserialize<__D>( +

    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Rights> for Rights

    §

    fn bitxor_assign(&mut self, other: Rights)

    Toggles the set of flags.

    +
    §

    impl Clone for Rights

    §

    fn clone(&self) -> Rights

    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 Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Rights

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Rights, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Rights> for Rights

    §

    fn extend<T>(&mut self, iterator: T)where @@ -127,8 +127,8 @@
    Safety
    T: IntoIterator<Item = Rights>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Rights

    §

    type Native = i64

    Native Wasm type.
    §

    fn to_native(self) -> <Rights as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Rights as FromToNativeWasmType>::Native) -> Rights

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Rights

    §

    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
    §

    impl LowerHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Rights

    §

    fn not(self) -> Rights

    Returns the complement of this set of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    §

    impl Octal for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Rights

    §

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Rights

    §

    fn not(self) -> Rights

    Returns the complement of this set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    §

    impl Octal for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Rights

    §

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Rights> for Rights

    §

    fn eq(&self, other: &Rights) -> bool

    This method tests for self and other values to be equal, and is used @@ -140,8 +140,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Rights> for Rights

    §

    fn sub(self, other: Rights) -> Rights

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the - operator.
    §

    impl SubAssign<Rights> for Rights

    §

    fn sub_assign(&mut self, other: Rights)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Rights

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Rights

    The resulting type after applying the - operator.
    §

    impl SubAssign<Rights> for Rights

    §

    fn sub_assign(&mut self, other: Rights)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Rights

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Rights

    §

    impl Eq for Rights

    §

    impl StructuralEq for Rights

    §

    impl StructuralPartialEq for Rights

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Rights

    §

    impl Send for Rights

    §

    impl Sync for Rights

    §

    impl Unpin for Rights

    §

    impl UnwindSafe for Rights

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/struct.RuntimeError.html b/crates/doc/wasmer_wasix/syscalls/struct.RuntimeError.html index d253334a88b..9eccfc23bca 100644 --- a/crates/doc/wasmer_wasix/syscalls/struct.RuntimeError.html +++ b/crates/doc/wasmer_wasix/syscalls/struct.RuntimeError.html @@ -35,7 +35,7 @@

    Example
    T: Error + 'static,

    Attempts to downcast the RuntimeError to a concrete type.

    pub fn is<T>(&self) -> boolwhere T: Error + 'static,

    Returns true if the RuntimeError is the same as T

    -

    Trait Implementations§

    §

    impl Clone for RuntimeError

    §

    fn clone(&self) -> RuntimeError

    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 RuntimeError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for RuntimeError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for RuntimeError

    §

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Box<dyn Error + Sync + Send, Global>> for RuntimeError

    §

    fn from(error: Box<dyn Error + Sync + Send, Global>) -> RuntimeError

    Converts to this type from the input type.
    §

    impl From<MemoryAccessError> for RuntimeError

    §

    fn from(err: MemoryAccessError) -> RuntimeError

    Converts to this type from the input type.
    source§

    impl From<RuntimeError> for WasiRuntimeError

    source§

    fn from(source: RuntimeError) -> Self

    Converts to this type from the input type.
    §

    impl From<Trap> for RuntimeError

    §

    fn from(trap: Trap) -> RuntimeError

    Converts to this type from the input type.

    Auto Trait Implementations§

    §

    impl !RefUnwindSafe for RuntimeError

    §

    impl Send for RuntimeError

    §

    impl Sync for RuntimeError

    §

    impl Unpin for RuntimeError

    §

    impl !UnwindSafe for RuntimeError

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Trait Implementations§

    §

    impl Clone for RuntimeError

    §

    fn clone(&self) -> RuntimeError

    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 RuntimeError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Display for RuntimeError

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for RuntimeError

    §

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Box<dyn Error + Sync + Send, Global>> for RuntimeError

    §

    fn from(error: Box<dyn Error + Sync + Send, Global>) -> RuntimeError

    Converts to this type from the input type.
    §

    impl From<MemoryAccessError> for RuntimeError

    §

    fn from(err: MemoryAccessError) -> RuntimeError

    Converts to this type from the input type.
    source§

    impl From<RuntimeError> for WasiRuntimeError

    source§

    fn from(source: RuntimeError) -> Self

    Converts to this type from the input type.
    §

    impl From<Trap> for RuntimeError

    §

    fn from(trap: Trap) -> RuntimeError

    Converts to this type from the input type.

    Auto Trait Implementations§

    §

    impl !RefUnwindSafe for RuntimeError

    §

    impl Send for RuntimeError

    §

    impl Sync for RuntimeError

    §

    impl Unpin for RuntimeError

    §

    impl !UnwindSafe for RuntimeError

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/syscalls/type.Pid.html b/crates/doc/wasmer_wasix/syscalls/type.Pid.html index f9fd8ccd796..fc8638827a0 100644 --- a/crates/doc/wasmer_wasix/syscalls/type.Pid.html +++ b/crates/doc/wasmer_wasix/syscalls/type.Pid.html @@ -1 +1 @@ -Pid in wasmer_wasix::syscalls - Rust

    Type Alias wasmer_wasix::syscalls::Pid

    pub(crate) type Pid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Pid in wasmer_wasix::syscalls - Rust

    Type Alias wasmer_wasix::syscalls::Pid

    pub(crate) type Pid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/type.Tid.html b/crates/doc/wasmer_wasix/syscalls/type.Tid.html index 651546138f5..26ced3bc470 100644 --- a/crates/doc/wasmer_wasix/syscalls/type.Tid.html +++ b/crates/doc/wasmer_wasix/syscalls/type.Tid.html @@ -1 +1 @@ -Tid in wasmer_wasix::syscalls - Rust

    Type Alias wasmer_wasix::syscalls::Tid

    pub(crate) type Tid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Tid in wasmer_wasix::syscalls - Rust

    Type Alias wasmer_wasix::syscalls::Tid

    pub(crate) type Tid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/type.TlKey.html b/crates/doc/wasmer_wasix/syscalls/type.TlKey.html index cd037a19851..da2b1c62ff2 100644 --- a/crates/doc/wasmer_wasix/syscalls/type.TlKey.html +++ b/crates/doc/wasmer_wasix/syscalls/type.TlKey.html @@ -1,2 +1,2 @@ TlKey in wasmer_wasix::syscalls - Rust

    Type Alias wasmer_wasix::syscalls::TlKey

    pub(crate) type TlKey = u32;
    Expand description

    Thread local key

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/type.WasiFd.html b/crates/doc/wasmer_wasix/syscalls/type.WasiFd.html index 353dda419ce..01e959c3df0 100644 --- a/crates/doc/wasmer_wasix/syscalls/type.WasiFd.html +++ b/crates/doc/wasmer_wasix/syscalls/type.WasiFd.html @@ -1,2 +1,2 @@ WasiFd in wasmer_wasix::syscalls - Rust

    Type Alias wasmer_wasix::syscalls::WasiFd

    pub(crate) type WasiFd = u32;
    Expand description

    A file descriptor handle.

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/file/struct.Oflags.html b/crates/doc/wasmer_wasix/syscalls/types/file/struct.Oflags.html index fe489baef79..069f566e7dc 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/file/struct.Oflags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/file/struct.Oflags.html @@ -67,13 +67,13 @@
    Safety
    ops::Not), as in !flags.

    §

    impl Oflags

    pub fn from_bits_preserve(bits: u16) -> Oflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Oflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Oflags> for Oflags

    §

    fn bitand_assign(&mut self, other: Oflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Oflags> for Oflags

    §

    fn bitor(self, other: Oflags) -> Oflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    §

    impl BitXor<Oflags> for Oflags

    §

    fn bitxor(self, other: Oflags) -> Oflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( +

    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Oflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Oflags> for Oflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Oflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Oflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Oflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Oflags as FromToNativeWasmType>::Native) -> Oflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Oflags

    §

    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
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Oflags> for Oflags

    §

    fn eq(&self, other: &Oflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Oflags> for Oflags

    §

    fn sub(self, other: Oflags) -> Oflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Oflags

    §

    impl Eq for Oflags

    §

    impl StructuralEq for Oflags

    §

    impl StructuralPartialEq for Oflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Oflags

    §

    impl Send for Oflags

    §

    impl Sync for Oflags

    §

    impl Unpin for Oflags

    §

    impl UnwindSafe for Oflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/file/type.LookupFlags.html b/crates/doc/wasmer_wasix/syscalls/types/file/type.LookupFlags.html index eb5adc1ac99..b6e16ea0bb9 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/file/type.LookupFlags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/file/type.LookupFlags.html @@ -1 +1 @@ -LookupFlags in wasmer_wasix::syscalls::types::file - Rust
    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +LookupFlags in wasmer_wasix::syscalls::types::file - Rust
    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/io/type.Count.html b/crates/doc/wasmer_wasix/syscalls/types/io/type.Count.html index a0d286d13ba..46376c0edb4 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/io/type.Count.html +++ b/crates/doc/wasmer_wasix/syscalls/types/io/type.Count.html @@ -1 +1 @@ -Count in wasmer_wasix::syscalls::types::io - Rust

    Type Alias wasmer_wasix::syscalls::types::io::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Count in wasmer_wasix::syscalls::types::io - Rust

    Type Alias wasmer_wasix::syscalls::types::io::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/struct.Oflags.html b/crates/doc/wasmer_wasix/syscalls/types/struct.Oflags.html index e0a254c4bf0..e3793a82787 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/struct.Oflags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/struct.Oflags.html @@ -67,13 +67,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Oflags

    pub fn from_bits_preserve(bits: u16) -> Oflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Oflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Oflags> for Oflags

    §

    fn bitand_assign(&mut self, other: Oflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Oflags> for Oflags

    §

    fn bitor(self, other: Oflags) -> Oflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    §

    impl BitXor<Oflags> for Oflags

    §

    fn bitxor(self, other: Oflags) -> Oflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( +

    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Oflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Oflags> for Oflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Oflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Oflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Oflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Oflags as FromToNativeWasmType>::Native) -> Oflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Oflags

    §

    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
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Oflags> for Oflags

    §

    fn eq(&self, other: &Oflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Oflags> for Oflags

    §

    fn sub(self, other: Oflags) -> Oflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Oflags

    §

    impl Eq for Oflags

    §

    impl StructuralEq for Oflags

    §

    impl StructuralPartialEq for Oflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Oflags

    §

    impl Send for Oflags

    §

    impl Sync for Oflags

    §

    impl Unpin for Oflags

    §

    impl UnwindSafe for Oflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/type.Count.html b/crates/doc/wasmer_wasix/syscalls/types/type.Count.html index 02e961f5132..d8ca3c1b075 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/type.Count.html +++ b/crates/doc/wasmer_wasix/syscalls/types/type.Count.html @@ -1 +1 @@ -Count in wasmer_wasix::syscalls::types - Rust

    Type Alias wasmer_wasix::syscalls::types::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Count in wasmer_wasix::syscalls::types - Rust

    Type Alias wasmer_wasix::syscalls::types::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/type.LookupFlags.html b/crates/doc/wasmer_wasix/syscalls/types/type.LookupFlags.html index bbd8ef01024..b0563691134 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/type.LookupFlags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/type.LookupFlags.html @@ -1 +1 @@ -LookupFlags in wasmer_wasix::syscalls::types - Rust
    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +LookupFlags in wasmer_wasix::syscalls::types - Rust
    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Advice.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Advice.html index b6a09f6eab5..41e83c7e6c7 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Advice.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Advice.html @@ -17,7 +17,7 @@

    Trait Implementations§

    §

    impl Clone for Advice

    §

    fn clone(&self) -> Advice

    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 Advice

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Advice

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Advice, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalAdviceV1> for Advice

    source§

    fn from(val: &ArchivedJournalAdviceV1) -> Advice

    Converts to this type from the input type.
    source§

    impl From<Advice> for JournalAdviceV1

    source§

    fn from(val: Advice) -> JournalAdviceV1

    Converts to this type from the input type.
    source§

    impl From<JournalAdviceV1> for Advice

    source§

    fn from(val: JournalAdviceV1) -> Advice

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Advice

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Advice as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Advice as FromToNativeWasmType>::Native) -> Advice

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Advice> for Advice

    §

    fn eq(&self, other: &Advice) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalAdviceV1> for Advice

    source§

    fn from(val: &ArchivedJournalAdviceV1) -> Advice

    Converts to this type from the input type.
    source§

    impl From<Advice> for JournalAdviceV1

    source§

    fn from(val: Advice) -> JournalAdviceV1

    Converts to this type from the input type.
    source§

    impl From<JournalAdviceV1> for Advice

    source§

    fn from(val: JournalAdviceV1) -> Advice

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Advice

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Advice as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Advice as FromToNativeWasmType>::Native) -> Advice

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Advice> for Advice

    §

    fn eq(&self, other: &Advice) -> 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.
    §

    impl Serialize for Advice

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Clockid.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Clockid.html index 9d22a6d7b86..3e0a09b12ec 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Clockid.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Clockid.html @@ -17,7 +17,7 @@

    Trait Implementations§

    §

    impl Clone for Clockid

    §

    fn clone(&self) -> Clockid

    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 Clockid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Clockid as FromToNativeWasmType>::Native) -> Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Clockid

    §

    fn hash<__H>(&self, state: &mut __H)where +

    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Clockid as FromToNativeWasmType>::Native) -> Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Clockid

    §

    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
    §

    impl PartialEq<Clockid> for Clockid

    §

    fn eq(&self, other: &Clockid) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.EpollCtl.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.EpollCtl.html index b226c8cf64f..c86362fd5ce 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.EpollCtl.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.EpollCtl.html @@ -11,7 +11,7 @@

    Trait Implementations§

    §

    impl Clone for EpollCtl

    §

    fn clone(&self) -> EpollCtl

    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 EpollCtl

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollCtl

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<EpollCtl, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: &ArchivedJournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    source§

    impl From<EpollCtl> for JournalEpollCtlV1

    source§

    fn from(val: EpollCtl) -> JournalEpollCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: JournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for EpollCtl

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <EpollCtl as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <EpollCtl as FromToNativeWasmType>::Native) -> EpollCtl

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for EpollCtl

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: &ArchivedJournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    source§

    impl From<EpollCtl> for JournalEpollCtlV1

    source§

    fn from(val: EpollCtl) -> JournalEpollCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: JournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for EpollCtl

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <EpollCtl as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <EpollCtl as FromToNativeWasmType>::Native) -> EpollCtl

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for EpollCtl

    §

    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
    §

    impl PartialEq<EpollCtl> for EpollCtl

    §

    fn eq(&self, other: &EpollCtl) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Errno.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Errno.html index f990ecf4996..3c6079688eb 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Errno.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Errno.html @@ -166,7 +166,7 @@

    Implementations§

    §

    impl Errno

    pub fn name(&self) -> &'static str

    pub fn message(&self) -> &'static str

    Trait Implementations§

    §

    impl Clone for Errno

    §

    fn clone(&self) -> Errno

    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 Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Errno

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Errno, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Errno> for Error

    §

    fn from(err: Errno) -> Error

    Converts to this type from the input type.
    §

    impl From<Errno> for ErrorKind

    §

    fn from(err: Errno) -> ErrorKind

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Error> for Errno

    §

    fn from(err: Error) -> Errno

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Errno as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Errno as FromToNativeWasmType>::Native) -> Errno

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Errno

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Errno> for Error

    §

    fn from(err: Errno) -> Error

    Converts to this type from the input type.
    §

    impl From<Errno> for ErrorKind

    §

    fn from(err: Errno) -> ErrorKind

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Error> for Errno

    §

    fn from(err: Error) -> Errno

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Errno as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Errno as FromToNativeWasmType>::Native) -> Errno

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Errno

    §

    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
    §

    impl Ord for Errno

    §

    fn cmp(&self, other: &Errno) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.ExitCode.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.ExitCode.html index 8d66b0e5b36..1f3fc65e027 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.ExitCode.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.ExitCode.html @@ -4,7 +4,7 @@ }

    Variants§

    §

    Errno(Errno)

    §

    Other(i32)

    Implementations§

    §

    impl ExitCode

    pub fn raw(&self) -> i32

    pub fn is_success(&self) -> bool

    Trait Implementations§

    §

    impl Clone for ExitCode

    §

    fn clone(&self) -> ExitCode

    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 ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for ExitCode

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<ExitCode, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalExitCodeV1> for ExitCode

    source§

    fn from(val: &ArchivedJournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<i32> for ExitCode

    §

    fn from(val: i32) -> ExitCode

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <ExitCode as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <ExitCode as FromToNativeWasmType>::Native) -> ExitCode

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Ord for ExitCode

    §

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalExitCodeV1> for ExitCode

    source§

    fn from(val: &ArchivedJournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<i32> for ExitCode

    §

    fn from(val: i32) -> ExitCode

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <ExitCode as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <ExitCode as FromToNativeWasmType>::Native) -> ExitCode

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Ord for ExitCode

    §

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<ExitCode> for ExitCode

    §

    fn eq(&self, other: &ExitCode) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Snapshot0Clockid.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Snapshot0Clockid.html index 5257e57f111..43acc507308 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Snapshot0Clockid.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Snapshot0Clockid.html @@ -17,10 +17,10 @@

    Trait Implementations§

    §

    impl Clone for Snapshot0Clockid

    §

    fn clone(&self) -> Snapshot0Clockid

    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 Snapshot0Clockid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Snapshot0Clockid

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Snapshot0Clockid, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: &ArchivedJournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: &ArchivedJournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: JournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1

    source§

    fn from(val: Snapshot0Clockid) -> JournalSnapshot0ClockidV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Snapshot0Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native( +

    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: JournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1

    source§

    fn from(val: Snapshot0Clockid) -> JournalSnapshot0ClockidV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Snapshot0Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native( n: <Snapshot0Clockid as FromToNativeWasmType>::Native ) -> Snapshot0Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Snapshot0Clockid

    §

    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 diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Sockoption.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Sockoption.html index bc26d9ee79e..bab48dcd269 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Sockoption.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Sockoption.html @@ -29,7 +29,7 @@

    }

    Variants§

    §

    Noop

    §

    ReusePort

    §

    ReuseAddr

    §

    NoDelay

    §

    DontRoute

    §

    OnlyV6

    §

    Broadcast

    §

    MulticastLoopV4

    §

    MulticastLoopV6

    §

    Promiscuous

    §

    Listening

    §

    LastError

    §

    KeepAlive

    §

    Linger

    §

    OobInline

    §

    RecvBufSize

    §

    SendBufSize

    §

    RecvLowat

    §

    SendLowat

    §

    RecvTimeout

    §

    SendTimeout

    §

    ConnectTimeout

    §

    AcceptTimeout

    §

    Ttl

    §

    MulticastTtlV4

    §

    Type

    §

    Proto

    Trait Implementations§

    §

    impl Clone for Sockoption

    §

    fn clone(&self) -> Sockoption

    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 Sockoption

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Sockoption

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Sockoption, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Sockoption

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalSockoptionV1> for Sockoption

    source§

    fn from(val: &ArchivedJournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<JournalSockoptionV1> for Sockoption

    source§

    fn from(val: JournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for JournalSockoptionV1

    source§

    fn from(val: Sockoption) -> JournalSockoptionV1

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for WasiSocketOption

    source§

    fn from(opt: Sockoption) -> Self

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Sockoption

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Sockoption as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Sockoption as FromToNativeWasmType>::Native) -> Sockoption

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Sockoption> for Sockoption

    §

    fn eq(&self, other: &Sockoption) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Sockoption

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalSockoptionV1> for Sockoption

    source§

    fn from(val: &ArchivedJournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<JournalSockoptionV1> for Sockoption

    source§

    fn from(val: JournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for JournalSockoptionV1

    source§

    fn from(val: Sockoption) -> JournalSockoptionV1

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for WasiSocketOption

    source§

    fn from(opt: Sockoption) -> Self

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Sockoption

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Sockoption as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Sockoption as FromToNativeWasmType>::Native) -> Sockoption

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Sockoption> for Sockoption

    §

    fn eq(&self, other: &Sockoption) -> 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.
    §

    impl Serialize for Sockoption

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Socktype.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Socktype.html index 11ad09ac968..901f05bd6ce 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Socktype.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Socktype.html @@ -7,7 +7,7 @@ }

    Variants§

    §

    Unknown

    §

    Stream

    §

    Dgram

    §

    Raw

    §

    Seqpacket

    Trait Implementations§

    §

    impl Clone for Socktype

    §

    fn clone(&self) -> Socktype

    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 Socktype

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Socktype

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Socktype, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSocktypeV1> for Socktype

    source§

    fn from(val: &ArchivedJournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<JournalSocktypeV1> for Socktype

    source§

    fn from(val: JournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<Socktype> for JournalSocktypeV1

    source§

    fn from(val: Socktype) -> JournalSocktypeV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Socktype

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Socktype as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Socktype as FromToNativeWasmType>::Native) -> Socktype

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Socktype> for Socktype

    §

    fn eq(&self, other: &Socktype) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSocktypeV1> for Socktype

    source§

    fn from(val: &ArchivedJournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<JournalSocktypeV1> for Socktype

    source§

    fn from(val: JournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<Socktype> for JournalSocktypeV1

    source§

    fn from(val: Socktype) -> JournalSocktypeV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Socktype

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Socktype as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Socktype as FromToNativeWasmType>::Native) -> Socktype

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Socktype> for Socktype

    §

    fn eq(&self, other: &Socktype) -> 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.
    §

    impl Serialize for Socktype

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Whence.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Whence.html index d2b14bede6d..442568555fd 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Whence.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/enum.Whence.html @@ -6,7 +6,7 @@ }

    Variants§

    §

    Set

    §

    Cur

    §

    End

    §

    Unknown

    Trait Implementations§

    §

    impl Clone for Whence

    §

    fn clone(&self) -> Whence

    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 Whence

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Whence

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Whence, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalWhenceV1> for Whence

    source§

    fn from(val: &ArchivedJournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Whence

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Whence as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Whence as FromToNativeWasmType>::Native) -> Whence

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Whence> for Whence

    §

    fn eq(&self, other: &Whence) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalWhenceV1> for Whence

    source§

    fn from(val: &ArchivedJournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Whence

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Whence as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Whence as FromToNativeWasmType>::Native) -> Whence

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Whence> for Whence

    §

    fn eq(&self, other: &Whence) -> 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.
    §

    impl Serialize for Whence

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.EpollEventCtl.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.EpollEventCtl.html index 175cebd380b..8dcda8061fa 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.EpollEventCtl.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.EpollEventCtl.html @@ -7,7 +7,7 @@ }

    Fields§

    §events: EpollType§ptr: u64§fd: u32§data1: u32§data2: u64

    Trait Implementations§

    §

    impl Clone for EpollEventCtl

    §

    fn clone(&self) -> EpollEventCtl

    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 EpollEventCtl

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollEventCtl

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<EpollEventCtl, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: &ArchivedJournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    source§

    impl From<EpollEventCtl> for JournalEpollEventCtlV1

    source§

    fn from(val: EpollEventCtl) -> JournalEpollEventCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: JournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    §

    impl Hash for EpollEventCtl

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: &ArchivedJournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    source§

    impl From<EpollEventCtl> for JournalEpollEventCtlV1

    source§

    fn from(val: EpollEventCtl) -> JournalEpollEventCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: JournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    §

    impl Hash for EpollEventCtl

    §

    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
    §

    impl Ord for EpollEventCtl

    §

    fn cmp(&self, other: &EpollEventCtl) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.EpollType.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.EpollType.html index 9a375a77632..6654a408eb2 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.EpollType.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.EpollType.html @@ -82,13 +82,13 @@
    Safety
    between Self::all() and self (e.g. Self::all() - self)

    This is equivalent to using the ! operator (e.g. ops::Not), as in !flags.

    -

    Trait Implementations§

    §

    impl Binary for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<EpollType> for EpollType

    §

    fn bitand(self, other: EpollType) -> EpollType

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<EpollType> for EpollType

    §

    fn bitand(self, other: EpollType) -> EpollType

    Returns the intersection between the two sets of flags.

    §

    type Output = EpollType

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<EpollType> for EpollType

    §

    fn bitand_assign(&mut self, other: EpollType)

    Disables all flags disabled in the set.

    §

    impl BitOr<EpollType> for EpollType

    §

    fn bitor(self, other: EpollType) -> EpollType

    Returns the union of the two sets of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<EpollType> for EpollType

    §

    fn bitor_assign(&mut self, other: EpollType)

    Adds the set of flags.

    +
    §

    type Output = EpollType

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<EpollType> for EpollType

    §

    fn bitor_assign(&mut self, other: EpollType)

    Adds the set of flags.

    §

    impl BitXor<EpollType> for EpollType

    §

    fn bitxor(self, other: EpollType) -> EpollType

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = EpollType

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<EpollType> for EpollType

    §

    fn bitxor_assign(&mut self, other: EpollType)

    Toggles the set of flags.

    -
    §

    impl Clone for EpollType

    §

    fn clone(&self) -> EpollType

    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 EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollType

    §

    fn deserialize<__D>( +

    §

    type Output = EpollType

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<EpollType> for EpollType

    §

    fn bitxor_assign(&mut self, other: EpollType)

    Toggles the set of flags.

    +
    §

    impl Clone for EpollType

    §

    fn clone(&self) -> EpollType

    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 EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollType

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<EpollType, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<EpollType> for EpollType

    §

    fn extend<T>(&mut self, iterator: T)where @@ -96,8 +96,8 @@
    Safety
    T: IntoIterator<Item = EpollType>,

    Creates a value from an iterator. Read more
    §

    impl Hash for EpollType

    §

    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
    §

    impl LowerHex for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for EpollType

    §

    fn not(self) -> EpollType

    Returns the complement of this set of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the ! operator.
    §

    impl Octal for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for EpollType

    §

    fn cmp(&self, other: &EpollType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for EpollType

    §

    fn not(self) -> EpollType

    Returns the complement of this set of flags.

    +
    §

    type Output = EpollType

    The resulting type after applying the ! operator.
    §

    impl Octal for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for EpollType

    §

    fn cmp(&self, other: &EpollType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<EpollType> for EpollType

    §

    fn eq(&self, other: &EpollType) -> bool

    This method tests for self and other values to be equal, and is used @@ -109,8 +109,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<EpollType> for EpollType

    §

    fn sub(self, other: EpollType) -> EpollType

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the - operator.
    §

    impl SubAssign<EpollType> for EpollType

    §

    fn sub_assign(&mut self, other: EpollType)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for EpollType

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = EpollType

    The resulting type after applying the - operator.
    §

    impl SubAssign<EpollType> for EpollType

    §

    fn sub_assign(&mut self, other: EpollType)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for EpollType

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for EpollType

    §

    impl Eq for EpollType

    §

    impl StructuralEq for EpollType

    §

    impl StructuralPartialEq for EpollType

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Eventrwflags.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Eventrwflags.html index a696d52ea2a..d40930b561e 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Eventrwflags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Eventrwflags.html @@ -63,13 +63,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Eventrwflags

    pub fn from_bits_preserve(bits: u16) -> Eventrwflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Eventrwflags> for Eventrwflags

    §

    fn bitand(self, other: Eventrwflags) -> Eventrwflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Eventrwflags> for Eventrwflags

    §

    fn bitand(self, other: Eventrwflags) -> Eventrwflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Eventrwflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Eventrwflags> for Eventrwflags

    §

    fn bitand_assign(&mut self, other: Eventrwflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Eventrwflags> for Eventrwflags

    §

    fn bitor(self, other: Eventrwflags) -> Eventrwflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    §

    fn bitor_assign(&mut self, other: Eventrwflags)

    Adds the set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    §

    fn bitor_assign(&mut self, other: Eventrwflags)

    Adds the set of flags.

    §

    impl BitXor<Eventrwflags> for Eventrwflags

    §

    fn bitxor(self, other: Eventrwflags) -> Eventrwflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Eventrwflags> for Eventrwflags

    §

    fn bitxor_assign(&mut self, other: Eventrwflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Eventrwflags

    §

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Eventrwflags

    §

    fn deserialize<__D>( +

    §

    type Output = Eventrwflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Eventrwflags> for Eventrwflags

    §

    fn bitxor_assign(&mut self, other: Eventrwflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Eventrwflags

    §

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Eventrwflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Eventrwflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Eventrwflags> for Eventrwflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -77,8 +77,8 @@
    Safety
    T: IntoIterator<Item = Eventrwflags>,

    Creates a value from an iterator. Read more
    §

    impl Hash for Eventrwflags

    §

    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
    §

    impl LowerHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Eventrwflags

    §

    fn not(self) -> Eventrwflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Eventrwflags

    §

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Eventrwflags

    §

    fn not(self) -> Eventrwflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Eventrwflags

    §

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Eventrwflags> for Eventrwflags

    §

    fn eq(&self, other: &Eventrwflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -90,8 +90,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Eventrwflags> for Eventrwflags

    §

    fn sub(self, other: Eventrwflags) -> Eventrwflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Eventrwflags> for Eventrwflags

    §

    fn sub_assign(&mut self, other: Eventrwflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Eventrwflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Eventrwflags> for Eventrwflags

    §

    fn sub_assign(&mut self, other: Eventrwflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Eventrwflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Eventrwflags

    §

    impl Eq for Eventrwflags

    §

    impl StructuralEq for Eventrwflags

    §

    impl StructuralPartialEq for Eventrwflags

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Fdflags.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Fdflags.html index a0cb3d3c925..7f98b498f48 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Fdflags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Fdflags.html @@ -68,13 +68,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Fdflags

    pub fn from_bits_preserve(bits: u16) -> Fdflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fdflags> for Fdflags

    §

    fn bitand(self, other: Fdflags) -> Fdflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fdflags> for Fdflags

    §

    fn bitand(self, other: Fdflags) -> Fdflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Fdflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Fdflags> for Fdflags

    §

    fn bitand_assign(&mut self, other: Fdflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Fdflags> for Fdflags

    §

    fn bitor(self, other: Fdflags) -> Fdflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fdflags> for Fdflags

    §

    fn bitor_assign(&mut self, other: Fdflags)

    Adds the set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fdflags> for Fdflags

    §

    fn bitor_assign(&mut self, other: Fdflags)

    Adds the set of flags.

    §

    impl BitXor<Fdflags> for Fdflags

    §

    fn bitxor(self, other: Fdflags) -> Fdflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fdflags> for Fdflags

    §

    fn bitxor_assign(&mut self, other: Fdflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Fdflags

    §

    fn clone(&self) -> Fdflags

    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 Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fdflags

    §

    fn deserialize<__D>( +

    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fdflags> for Fdflags

    §

    fn bitxor_assign(&mut self, other: Fdflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Fdflags

    §

    fn clone(&self) -> Fdflags

    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 Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fdflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Fdflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Fdflags> for Fdflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -82,8 +82,8 @@
    Safety
    T: IntoIterator<Item = Fdflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Fdflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Fdflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Fdflags as FromToNativeWasmType>::Native) -> Fdflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Fdflags

    §

    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
    §

    impl LowerHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fdflags

    §

    fn not(self) -> Fdflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fdflags

    §

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fdflags

    §

    fn not(self) -> Fdflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fdflags

    §

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Fdflags> for Fdflags

    §

    fn eq(&self, other: &Fdflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -95,8 +95,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Fdflags> for Fdflags

    §

    fn sub(self, other: Fdflags) -> Fdflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fdflags> for Fdflags

    §

    fn sub_assign(&mut self, other: Fdflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fdflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fdflags> for Fdflags

    §

    fn sub_assign(&mut self, other: Fdflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fdflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Fdflags

    §

    impl Eq for Fdflags

    §

    impl StructuralEq for Fdflags

    §

    impl StructuralPartialEq for Fdflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fdflags

    §

    impl Send for Fdflags

    §

    impl Sync for Fdflags

    §

    impl Unpin for Fdflags

    §

    impl UnwindSafe for Fdflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Fstflags.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Fstflags.html index aabf9a84d7b..59ee1fdc86b 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Fstflags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Fstflags.html @@ -67,13 +67,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Fstflags

    pub fn from_bits_preserve(bits: u16) -> Fstflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fstflags> for Fstflags

    §

    fn bitand(self, other: Fstflags) -> Fstflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fstflags> for Fstflags

    §

    fn bitand(self, other: Fstflags) -> Fstflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Fstflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Fstflags> for Fstflags

    §

    fn bitand_assign(&mut self, other: Fstflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Fstflags> for Fstflags

    §

    fn bitor(self, other: Fstflags) -> Fstflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fstflags> for Fstflags

    §

    fn bitor_assign(&mut self, other: Fstflags)

    Adds the set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fstflags> for Fstflags

    §

    fn bitor_assign(&mut self, other: Fstflags)

    Adds the set of flags.

    §

    impl BitXor<Fstflags> for Fstflags

    §

    fn bitxor(self, other: Fstflags) -> Fstflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fstflags> for Fstflags

    §

    fn bitxor_assign(&mut self, other: Fstflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Fstflags

    §

    fn clone(&self) -> Fstflags

    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 Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fstflags

    §

    fn deserialize<__D>( +

    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fstflags> for Fstflags

    §

    fn bitxor_assign(&mut self, other: Fstflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Fstflags

    §

    fn clone(&self) -> Fstflags

    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 Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fstflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Fstflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Fstflags> for Fstflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Fstflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Fstflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Fstflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Fstflags as FromToNativeWasmType>::Native) -> Fstflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Fstflags

    §

    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
    §

    impl LowerHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fstflags

    §

    fn not(self) -> Fstflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fstflags

    §

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fstflags

    §

    fn not(self) -> Fstflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fstflags

    §

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Fstflags> for Fstflags

    §

    fn eq(&self, other: &Fstflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Fstflags> for Fstflags

    §

    fn sub(self, other: Fstflags) -> Fstflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fstflags> for Fstflags

    §

    fn sub_assign(&mut self, other: Fstflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fstflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fstflags> for Fstflags

    §

    fn sub_assign(&mut self, other: Fstflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fstflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Fstflags

    §

    impl Eq for Fstflags

    §

    impl StructuralEq for Fstflags

    §

    impl StructuralPartialEq for Fstflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fstflags

    §

    impl Send for Fstflags

    §

    impl Sync for Fstflags

    §

    impl Unpin for Fstflags

    §

    impl UnwindSafe for Fstflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.JoinFlags.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.JoinFlags.html index 0bb223261bf..fa8552114e1 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.JoinFlags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.JoinFlags.html @@ -63,19 +63,19 @@

    Safety
    ops::Not), as in !flags.

    §

    impl JoinFlags

    pub fn from_bits_preserve(bits: u32) -> JoinFlags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<JoinFlags> for JoinFlags

    §

    fn bitand(self, other: JoinFlags) -> JoinFlags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<JoinFlags> for JoinFlags

    §

    fn bitand(self, other: JoinFlags) -> JoinFlags

    Returns the intersection between the two sets of flags.

    §

    type Output = JoinFlags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<JoinFlags> for JoinFlags

    §

    fn bitand_assign(&mut self, other: JoinFlags)

    Disables all flags disabled in the set.

    §

    impl BitOr<JoinFlags> for JoinFlags

    §

    fn bitor(self, other: JoinFlags) -> JoinFlags

    Returns the union of the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<JoinFlags> for JoinFlags

    §

    fn bitor_assign(&mut self, other: JoinFlags)

    Adds the set of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<JoinFlags> for JoinFlags

    §

    fn bitor_assign(&mut self, other: JoinFlags)

    Adds the set of flags.

    §

    impl BitXor<JoinFlags> for JoinFlags

    §

    fn bitxor(self, other: JoinFlags) -> JoinFlags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<JoinFlags> for JoinFlags

    §

    fn bitxor_assign(&mut self, other: JoinFlags)

    Toggles the set of flags.

    -
    §

    impl Clone for JoinFlags

    §

    fn clone(&self) -> JoinFlags

    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 JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<JoinFlags> for JoinFlags

    §

    fn extend<T>(&mut self, iterator: T)where +

    §

    type Output = JoinFlags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<JoinFlags> for JoinFlags

    §

    fn bitxor_assign(&mut self, other: JoinFlags)

    Toggles the set of flags.

    +
    §

    impl Clone for JoinFlags

    §

    fn clone(&self) -> JoinFlags

    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 JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<JoinFlags> for JoinFlags

    §

    fn extend<T>(&mut self, iterator: T)where T: IntoIterator<Item = JoinFlags>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl FromIterator<JoinFlags> for JoinFlags

    §

    fn from_iter<T>(iterator: T) -> JoinFlagswhere T: IntoIterator<Item = JoinFlags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for JoinFlags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <JoinFlags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <JoinFlags as FromToNativeWasmType>::Native) -> JoinFlags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for JoinFlags

    §

    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
    §

    impl LowerHex for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for JoinFlags

    §

    fn not(self) -> JoinFlags

    Returns the complement of this set of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the ! operator.
    §

    impl Octal for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for JoinFlags

    §

    fn cmp(&self, other: &JoinFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for JoinFlags

    §

    fn not(self) -> JoinFlags

    Returns the complement of this set of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the ! operator.
    §

    impl Octal for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for JoinFlags

    §

    fn cmp(&self, other: &JoinFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<JoinFlags> for JoinFlags

    §

    fn eq(&self, other: &JoinFlags) -> bool

    This method tests for self and other values to be equal, and is used @@ -83,8 +83,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<JoinFlags> for JoinFlags

    §

    fn partial_cmp(&self, other: &JoinFlags) -> 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
    §

    impl Sub<JoinFlags> for JoinFlags

    §

    fn sub(self, other: JoinFlags) -> JoinFlags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the - operator.
    §

    impl SubAssign<JoinFlags> for JoinFlags

    §

    fn sub_assign(&mut self, other: JoinFlags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for JoinFlags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = JoinFlags

    The resulting type after applying the - operator.
    §

    impl SubAssign<JoinFlags> for JoinFlags

    §

    fn sub_assign(&mut self, other: JoinFlags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for JoinFlags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for JoinFlags

    §

    impl Eq for JoinFlags

    §

    impl StructuralEq for JoinFlags

    §

    impl StructuralPartialEq for JoinFlags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for JoinFlags

    §

    impl Send for JoinFlags

    §

    impl Sync for JoinFlags

    §

    impl Unpin for JoinFlags

    §

    impl UnwindSafe for JoinFlags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Lookup.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Lookup.html index 33554a68f05..5ebbf7aac7b 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Lookup.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Lookup.html @@ -64,19 +64,19 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Lookup

    pub fn from_bits_preserve(bits: u32) -> Lookup

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Lookup> for Lookup

    §

    fn bitand(self, other: Lookup) -> Lookup

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Lookup> for Lookup

    §

    fn bitand(self, other: Lookup) -> Lookup

    Returns the intersection between the two sets of flags.

    §

    type Output = Lookup

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Lookup> for Lookup

    §

    fn bitand_assign(&mut self, other: Lookup)

    Disables all flags disabled in the set.

    §

    impl BitOr<Lookup> for Lookup

    §

    fn bitor(self, other: Lookup) -> Lookup

    Returns the union of the two sets of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Lookup> for Lookup

    §

    fn bitor_assign(&mut self, other: Lookup)

    Adds the set of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Lookup> for Lookup

    §

    fn bitor_assign(&mut self, other: Lookup)

    Adds the set of flags.

    §

    impl BitXor<Lookup> for Lookup

    §

    fn bitxor(self, other: Lookup) -> Lookup

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Lookup

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Lookup> for Lookup

    §

    fn bitxor_assign(&mut self, other: Lookup)

    Toggles the set of flags.

    -
    §

    impl Clone for Lookup

    §

    fn clone(&self) -> Lookup

    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 Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<Lookup> for Lookup

    §

    fn extend<T>(&mut self, iterator: T)where +

    §

    type Output = Lookup

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Lookup> for Lookup

    §

    fn bitxor_assign(&mut self, other: Lookup)

    Toggles the set of flags.

    +
    §

    impl Clone for Lookup

    §

    fn clone(&self) -> Lookup

    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 Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<Lookup> for Lookup

    §

    fn extend<T>(&mut self, iterator: T)where T: IntoIterator<Item = Lookup>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl FromIterator<Lookup> for Lookup

    §

    fn from_iter<T>(iterator: T) -> Lookupwhere T: IntoIterator<Item = Lookup>,

    Creates a value from an iterator. Read more
    §

    impl Hash for Lookup

    §

    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
    §

    impl LowerHex for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Lookup

    §

    fn not(self) -> Lookup

    Returns the complement of this set of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the ! operator.
    §

    impl Octal for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Lookup

    §

    fn cmp(&self, other: &Lookup) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Lookup

    §

    fn not(self) -> Lookup

    Returns the complement of this set of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the ! operator.
    §

    impl Octal for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Lookup

    §

    fn cmp(&self, other: &Lookup) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Lookup> for Lookup

    §

    fn eq(&self, other: &Lookup) -> bool

    This method tests for self and other values to be equal, and is used @@ -84,8 +84,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<Lookup> for Lookup

    §

    fn partial_cmp(&self, other: &Lookup) -> 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
    §

    impl Sub<Lookup> for Lookup

    §

    fn sub(self, other: Lookup) -> Lookup

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the - operator.
    §

    impl SubAssign<Lookup> for Lookup

    §

    fn sub_assign(&mut self, other: Lookup)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Lookup

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Lookup

    The resulting type after applying the - operator.
    §

    impl SubAssign<Lookup> for Lookup

    §

    fn sub_assign(&mut self, other: Lookup)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Lookup

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Lookup

    §

    impl Eq for Lookup

    §

    impl StructuralEq for Lookup

    §

    impl StructuralPartialEq for Lookup

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Lookup

    §

    impl Send for Lookup

    §

    impl Sync for Lookup

    §

    impl Unpin for Lookup

    §

    impl UnwindSafe for Lookup

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Oflags.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Oflags.html index 98a7588b78a..87199d8fea3 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Oflags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Oflags.html @@ -67,13 +67,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Oflags

    pub fn from_bits_preserve(bits: u16) -> Oflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Oflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Oflags> for Oflags

    §

    fn bitand_assign(&mut self, other: Oflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Oflags> for Oflags

    §

    fn bitor(self, other: Oflags) -> Oflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    §

    impl BitXor<Oflags> for Oflags

    §

    fn bitxor(self, other: Oflags) -> Oflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( +

    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Oflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Oflags> for Oflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Oflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Oflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Oflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Oflags as FromToNativeWasmType>::Native) -> Oflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Oflags

    §

    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
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Oflags> for Oflags

    §

    fn eq(&self, other: &Oflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Oflags> for Oflags

    §

    fn sub(self, other: Oflags) -> Oflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Oflags

    §

    impl Eq for Oflags

    §

    impl StructuralEq for Oflags

    §

    impl StructuralPartialEq for Oflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Oflags

    §

    impl Send for Oflags

    §

    impl Sync for Oflags

    §

    impl Unpin for Oflags

    §

    impl UnwindSafe for Oflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Rights.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Rights.html index 13d32b058c4..14715adf4c3 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Rights.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Rights.html @@ -113,13 +113,13 @@

    Safety
    §

    impl Rights

    pub fn from_bits_preserve(bits: u64) -> Rights

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    §

    impl Rights

    pub const fn all_socket() -> Rights

    pub fn to_str(self) -> Option<&'static str>

    expects a single right, returns None if out of bounds or > 1 bit set

    -

    Trait Implementations§

    §

    impl Binary for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Rights> for Rights

    §

    fn bitand(self, other: Rights) -> Rights

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Rights> for Rights

    §

    fn bitand(self, other: Rights) -> Rights

    Returns the intersection between the two sets of flags.

    §

    type Output = Rights

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Rights> for Rights

    §

    fn bitand_assign(&mut self, other: Rights)

    Disables all flags disabled in the set.

    §

    impl BitOr<Rights> for Rights

    §

    fn bitor(self, other: Rights) -> Rights

    Returns the union of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Rights> for Rights

    §

    fn bitor_assign(&mut self, other: Rights)

    Adds the set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Rights> for Rights

    §

    fn bitor_assign(&mut self, other: Rights)

    Adds the set of flags.

    §

    impl BitXor<Rights> for Rights

    §

    fn bitxor(self, other: Rights) -> Rights

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Rights> for Rights

    §

    fn bitxor_assign(&mut self, other: Rights)

    Toggles the set of flags.

    -
    §

    impl Clone for Rights

    §

    fn clone(&self) -> Rights

    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 Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Rights

    §

    fn deserialize<__D>( +

    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Rights> for Rights

    §

    fn bitxor_assign(&mut self, other: Rights)

    Toggles the set of flags.

    +
    §

    impl Clone for Rights

    §

    fn clone(&self) -> Rights

    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 Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Rights

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Rights, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Rights> for Rights

    §

    fn extend<T>(&mut self, iterator: T)where @@ -127,8 +127,8 @@
    Safety
    T: IntoIterator<Item = Rights>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Rights

    §

    type Native = i64

    Native Wasm type.
    §

    fn to_native(self) -> <Rights as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Rights as FromToNativeWasmType>::Native) -> Rights

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Rights

    §

    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
    §

    impl LowerHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Rights

    §

    fn not(self) -> Rights

    Returns the complement of this set of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    §

    impl Octal for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Rights

    §

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Rights

    §

    fn not(self) -> Rights

    Returns the complement of this set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    §

    impl Octal for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Rights

    §

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Rights> for Rights

    §

    fn eq(&self, other: &Rights) -> bool

    This method tests for self and other values to be equal, and is used @@ -140,8 +140,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Rights> for Rights

    §

    fn sub(self, other: Rights) -> Rights

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the - operator.
    §

    impl SubAssign<Rights> for Rights

    §

    fn sub_assign(&mut self, other: Rights)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Rights

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Rights

    The resulting type after applying the - operator.
    §

    impl SubAssign<Rights> for Rights

    §

    fn sub_assign(&mut self, other: Rights)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Rights

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Rights

    §

    impl Eq for Rights

    §

    impl StructuralEq for Rights

    §

    impl StructuralPartialEq for Rights

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Rights

    §

    impl Send for Rights

    §

    impl Sync for Rights

    §

    impl Unpin for Rights

    §

    impl UnwindSafe for Rights

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Subclockflags.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Subclockflags.html index 7379f4116e1..7c56cd1515b 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Subclockflags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.Subclockflags.html @@ -67,19 +67,19 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Subclockflags

    pub fn from_bits_preserve(bits: u16) -> Subclockflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Subclockflags> for Subclockflags

    §

    fn bitand(self, other: Subclockflags) -> Subclockflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Subclockflags> for Subclockflags

    §

    fn bitand(self, other: Subclockflags) -> Subclockflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Subclockflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Subclockflags> for Subclockflags

    §

    fn bitand_assign(&mut self, other: Subclockflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Subclockflags> for Subclockflags

    §

    fn bitor(self, other: Subclockflags) -> Subclockflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Subclockflags> for Subclockflags

    §

    fn bitor_assign(&mut self, other: Subclockflags)

    Adds the set of flags.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Subclockflags> for Subclockflags

    §

    fn bitor_assign(&mut self, other: Subclockflags)

    Adds the set of flags.

    §

    impl BitXor<Subclockflags> for Subclockflags

    §

    fn bitxor(self, other: Subclockflags) -> Subclockflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Subclockflags> for Subclockflags

    §

    fn bitxor_assign(&mut self, other: Subclockflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Subclockflags

    §

    fn clone(&self) -> Subclockflags

    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 Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<Subclockflags> for Subclockflags

    §

    fn extend<T>(&mut self, iterator: T)where +

    §

    type Output = Subclockflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Subclockflags> for Subclockflags

    §

    fn bitxor_assign(&mut self, other: Subclockflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Subclockflags

    §

    fn clone(&self) -> Subclockflags

    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 Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<Subclockflags> for Subclockflags

    §

    fn extend<T>(&mut self, iterator: T)where T: IntoIterator<Item = Subclockflags>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl FromIterator<Subclockflags> for Subclockflags

    §

    fn from_iter<T>(iterator: T) -> Subclockflagswhere T: IntoIterator<Item = Subclockflags>,

    Creates a value from an iterator. Read more
    §

    impl Hash for Subclockflags

    §

    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
    §

    impl LowerHex for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Subclockflags

    §

    fn not(self) -> Subclockflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Subclockflags

    §

    fn cmp(&self, other: &Subclockflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Subclockflags

    §

    fn not(self) -> Subclockflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Subclockflags

    §

    fn cmp(&self, other: &Subclockflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Subclockflags> for Subclockflags

    §

    fn eq(&self, other: &Subclockflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -87,8 +87,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<Subclockflags> for Subclockflags

    §

    fn partial_cmp(&self, other: &Subclockflags) -> 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
    §

    impl Sub<Subclockflags> for Subclockflags

    §

    fn sub(self, other: Subclockflags) -> Subclockflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Subclockflags> for Subclockflags

    §

    fn sub_assign(&mut self, other: Subclockflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Subclockflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Subclockflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Subclockflags> for Subclockflags

    §

    fn sub_assign(&mut self, other: Subclockflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Subclockflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Subclockflags

    §

    impl Eq for Subclockflags

    §

    impl StructuralEq for Subclockflags

    §

    impl StructuralPartialEq for Subclockflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Subclockflags

    §

    impl Send for Subclockflags

    §

    impl Sync for Subclockflags

    §

    impl Unpin for Subclockflags

    §

    impl UnwindSafe for Subclockflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.ThreadStateFlags.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.ThreadStateFlags.html index 8c06a25787b..2c8f54202c4 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.ThreadStateFlags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/struct.ThreadStateFlags.html @@ -64,19 +64,19 @@

    Safety
    ops::Not), as in !flags.

    §

    impl ThreadStateFlags

    pub fn from_bits_preserve(bits: u16) -> ThreadStateFlags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitand(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitand(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the intersection between the two sets of flags.

    §

    type Output = ThreadStateFlags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitand_assign(&mut self, other: ThreadStateFlags)

    Disables all flags disabled in the set.

    §

    impl BitOr<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitor(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the union of the two sets of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitor_assign(&mut self, other: ThreadStateFlags)

    Adds the set of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitor_assign(&mut self, other: ThreadStateFlags)

    Adds the set of flags.

    §

    impl BitXor<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitxor(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitxor_assign(&mut self, other: ThreadStateFlags)

    Toggles the set of flags.

    -
    §

    impl Clone for ThreadStateFlags

    §

    fn clone(&self) -> ThreadStateFlags

    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 ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<ThreadStateFlags> for ThreadStateFlags

    §

    fn extend<T>(&mut self, iterator: T)where +

    §

    type Output = ThreadStateFlags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitxor_assign(&mut self, other: ThreadStateFlags)

    Toggles the set of flags.

    +
    §

    impl Clone for ThreadStateFlags

    §

    fn clone(&self) -> ThreadStateFlags

    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 ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<ThreadStateFlags> for ThreadStateFlags

    §

    fn extend<T>(&mut self, iterator: T)where T: IntoIterator<Item = ThreadStateFlags>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl FromIterator<ThreadStateFlags> for ThreadStateFlags

    §

    fn from_iter<T>(iterator: T) -> ThreadStateFlagswhere T: IntoIterator<Item = ThreadStateFlags>,

    Creates a value from an iterator. Read more
    §

    impl Hash for ThreadStateFlags

    §

    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
    §

    impl LowerHex for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for ThreadStateFlags

    §

    fn not(self) -> ThreadStateFlags

    Returns the complement of this set of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ! operator.
    §

    impl Octal for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for ThreadStateFlags

    §

    fn cmp(&self, other: &ThreadStateFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for ThreadStateFlags

    §

    fn not(self) -> ThreadStateFlags

    Returns the complement of this set of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ! operator.
    §

    impl Octal for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for ThreadStateFlags

    §

    fn cmp(&self, other: &ThreadStateFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<ThreadStateFlags> for ThreadStateFlags

    §

    fn eq(&self, other: &ThreadStateFlags) -> bool

    This method tests for self and other values to be equal, and is used @@ -84,8 +84,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<ThreadStateFlags> for ThreadStateFlags

    §

    fn partial_cmp(&self, other: &ThreadStateFlags) -> 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
    §

    impl Sub<ThreadStateFlags> for ThreadStateFlags

    §

    fn sub(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the - operator.
    §

    impl SubAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn sub_assign(&mut self, other: ThreadStateFlags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Copy for ThreadStateFlags

    §

    impl Eq for ThreadStateFlags

    §

    impl StructuralEq for ThreadStateFlags

    §

    impl StructuralPartialEq for ThreadStateFlags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for ThreadStateFlags

    §

    impl Send for ThreadStateFlags

    §

    impl Sync for ThreadStateFlags

    §

    impl Unpin for ThreadStateFlags

    §

    impl UnwindSafe for ThreadStateFlags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    §

    type Output = ThreadStateFlags

    The resulting type after applying the - operator.
    §

    impl SubAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn sub_assign(&mut self, other: ThreadStateFlags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Copy for ThreadStateFlags

    §

    impl Eq for ThreadStateFlags

    §

    impl StructuralEq for ThreadStateFlags

    §

    impl StructuralPartialEq for ThreadStateFlags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for ThreadStateFlags

    §

    impl Send for ThreadStateFlags

    §

    impl Sync for ThreadStateFlags

    §

    impl Unpin for ThreadStateFlags

    §

    impl UnwindSafe for ThreadStateFlags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Count.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Count.html index 2ca5e73bf99..31b609b2a87 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Count.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Count.html @@ -1 +1 @@ -Count in wasmer_wasix::syscalls::types::wasi - Rust

    Type Alias wasmer_wasix::syscalls::types::wasi::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Count in wasmer_wasix::syscalls::types::wasi - Rust

    Type Alias wasmer_wasix::syscalls::types::wasi::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Dirnamlen.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Dirnamlen.html index 917d4d7f6a3..5f37867c3ff 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Dirnamlen.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Dirnamlen.html @@ -1,2 +1,2 @@ Dirnamlen in wasmer_wasix::syscalls::types::wasi - Rust
    pub type Dirnamlen = u32;
    Expand description

    The type for the dirent::d-namlen field of dirent struct.

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Fd.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Fd.html index 49c0658c00e..0c661d4db95 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Fd.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Fd.html @@ -1,2 +1,2 @@ Fd in wasmer_wasix::syscalls::types::wasi - Rust

    Type Alias wasmer_wasix::syscalls::types::wasi::Fd

    pub type Fd = u32;
    Expand description

    A file descriptor handle.

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.LookupFlags.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.LookupFlags.html index 06af485584c..d20fed95f40 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.LookupFlags.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.LookupFlags.html @@ -1 +1 @@ -LookupFlags in wasmer_wasix::syscalls::types::wasi - Rust
    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +LookupFlags in wasmer_wasix::syscalls::types::wasi - Rust
    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Pid.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Pid.html index 478cc5fea1d..30ca6f2e33e 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Pid.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Pid.html @@ -1 +1 @@ -Pid in wasmer_wasix::syscalls::types::wasi - Rust

    Type Alias wasmer_wasix::syscalls::types::wasi::Pid

    pub type Pid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Pid in wasmer_wasix::syscalls::types::wasi - Rust

    Type Alias wasmer_wasix::syscalls::types::wasi::Pid

    pub type Pid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Size.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Size.html index 30e2deb9e79..1502bfb7824 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Size.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Size.html @@ -1,4 +1,4 @@ Size in wasmer_wasix::syscalls::types::wasi - Rust

    Type Alias wasmer_wasix::syscalls::types::wasi::Size

    pub type Size = u32;
    Expand description

    Type names used by low-level WASI interfaces. An array size.

    Note: This is similar to size_t in POSIX.

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Snapshot0Linkcount.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Snapshot0Linkcount.html index b9136bb5e60..b49e07a520f 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Snapshot0Linkcount.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Snapshot0Linkcount.html @@ -1 +1 @@ -Snapshot0Linkcount in wasmer_wasix::syscalls::types::wasi - Rust
    pub type Snapshot0Linkcount = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Snapshot0Linkcount in wasmer_wasix::syscalls::types::wasi - Rust
    pub type Snapshot0Linkcount = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Tid.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Tid.html index 349e956173d..e3836547111 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Tid.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.Tid.html @@ -1 +1 @@ -Tid in wasmer_wasix::syscalls::types::wasi - Rust

    Type Alias wasmer_wasix::syscalls::types::wasi::Tid

    pub type Tid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Tid in wasmer_wasix::syscalls::types::wasi - Rust

    Type Alias wasmer_wasix::syscalls::types::wasi::Tid

    pub type Tid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.TlKey.html b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.TlKey.html index 9e11cd737ed..fcccb4da359 100644 --- a/crates/doc/wasmer_wasix/syscalls/types/wasi/type.TlKey.html +++ b/crates/doc/wasmer_wasix/syscalls/types/wasi/type.TlKey.html @@ -1,2 +1,2 @@ TlKey in wasmer_wasix::syscalls::types::wasi - Rust

    Type Alias wasmer_wasix::syscalls::types::wasi::TlKey

    pub type TlKey = u32;
    Expand description

    Thread local key

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/file/struct.Oflags.html b/crates/doc/wasmer_wasix/types/file/struct.Oflags.html index b714583e204..45aaa6f77bf 100644 --- a/crates/doc/wasmer_wasix/types/file/struct.Oflags.html +++ b/crates/doc/wasmer_wasix/types/file/struct.Oflags.html @@ -67,13 +67,13 @@
    Safety
    ops::Not), as in !flags.

    §

    impl Oflags

    pub fn from_bits_preserve(bits: u16) -> Oflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Oflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Oflags> for Oflags

    §

    fn bitand_assign(&mut self, other: Oflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Oflags> for Oflags

    §

    fn bitor(self, other: Oflags) -> Oflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    §

    impl BitXor<Oflags> for Oflags

    §

    fn bitxor(self, other: Oflags) -> Oflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( +

    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Oflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Oflags> for Oflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Oflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Oflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Oflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Oflags as FromToNativeWasmType>::Native) -> Oflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Oflags

    §

    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
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Oflags> for Oflags

    §

    fn eq(&self, other: &Oflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Oflags> for Oflags

    §

    fn sub(self, other: Oflags) -> Oflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Oflags

    §

    impl Eq for Oflags

    §

    impl StructuralEq for Oflags

    §

    impl StructuralPartialEq for Oflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Oflags

    §

    impl Send for Oflags

    §

    impl Sync for Oflags

    §

    impl Unpin for Oflags

    §

    impl UnwindSafe for Oflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/file/type.LookupFlags.html b/crates/doc/wasmer_wasix/types/file/type.LookupFlags.html index e94f048cb3b..f701f77669c 100644 --- a/crates/doc/wasmer_wasix/types/file/type.LookupFlags.html +++ b/crates/doc/wasmer_wasix/types/file/type.LookupFlags.html @@ -1 +1 @@ -LookupFlags in wasmer_wasix::types::file - Rust

    Type Alias wasmer_wasix::types::file::LookupFlags

    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +LookupFlags in wasmer_wasix::types::file - Rust

    Type Alias wasmer_wasix::types::file::LookupFlags

    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/io/type.Count.html b/crates/doc/wasmer_wasix/types/io/type.Count.html index e1dd2e0085d..2c491233d5f 100644 --- a/crates/doc/wasmer_wasix/types/io/type.Count.html +++ b/crates/doc/wasmer_wasix/types/io/type.Count.html @@ -1 +1 @@ -Count in wasmer_wasix::types::io - Rust

    Type Alias wasmer_wasix::types::io::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Count in wasmer_wasix::types::io - Rust

    Type Alias wasmer_wasix::types::io::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/struct.Oflags.html b/crates/doc/wasmer_wasix/types/struct.Oflags.html index f958cc44135..54f0bb40dfa 100644 --- a/crates/doc/wasmer_wasix/types/struct.Oflags.html +++ b/crates/doc/wasmer_wasix/types/struct.Oflags.html @@ -67,13 +67,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Oflags

    pub fn from_bits_preserve(bits: u16) -> Oflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Oflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Oflags> for Oflags

    §

    fn bitand_assign(&mut self, other: Oflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Oflags> for Oflags

    §

    fn bitor(self, other: Oflags) -> Oflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    §

    impl BitXor<Oflags> for Oflags

    §

    fn bitxor(self, other: Oflags) -> Oflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( +

    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Oflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Oflags> for Oflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Oflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Oflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Oflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Oflags as FromToNativeWasmType>::Native) -> Oflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Oflags

    §

    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
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Oflags> for Oflags

    §

    fn eq(&self, other: &Oflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Oflags> for Oflags

    §

    fn sub(self, other: Oflags) -> Oflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Oflags

    §

    impl Eq for Oflags

    §

    impl StructuralEq for Oflags

    §

    impl StructuralPartialEq for Oflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Oflags

    §

    impl Send for Oflags

    §

    impl Sync for Oflags

    §

    impl Unpin for Oflags

    §

    impl UnwindSafe for Oflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/type.Count.html b/crates/doc/wasmer_wasix/types/type.Count.html index 469522b3356..3d1362a54dd 100644 --- a/crates/doc/wasmer_wasix/types/type.Count.html +++ b/crates/doc/wasmer_wasix/types/type.Count.html @@ -1 +1 @@ -Count in wasmer_wasix::types - Rust

    Type Alias wasmer_wasix::types::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Count in wasmer_wasix::types - Rust

    Type Alias wasmer_wasix::types::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/type.LookupFlags.html b/crates/doc/wasmer_wasix/types/type.LookupFlags.html index addd9a4e98b..d9245f6b8aa 100644 --- a/crates/doc/wasmer_wasix/types/type.LookupFlags.html +++ b/crates/doc/wasmer_wasix/types/type.LookupFlags.html @@ -1 +1 @@ -LookupFlags in wasmer_wasix::types - Rust

    Type Alias wasmer_wasix::types::LookupFlags

    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +LookupFlags in wasmer_wasix::types - Rust

    Type Alias wasmer_wasix::types::LookupFlags

    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/wasi/enum.Advice.html b/crates/doc/wasmer_wasix/types/wasi/enum.Advice.html index 2ef59fd99f2..37250469565 100644 --- a/crates/doc/wasmer_wasix/types/wasi/enum.Advice.html +++ b/crates/doc/wasmer_wasix/types/wasi/enum.Advice.html @@ -17,7 +17,7 @@

    Trait Implementations§

    §

    impl Clone for Advice

    §

    fn clone(&self) -> Advice

    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 Advice

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Advice

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Advice, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalAdviceV1> for Advice

    source§

    fn from(val: &ArchivedJournalAdviceV1) -> Advice

    Converts to this type from the input type.
    source§

    impl From<Advice> for JournalAdviceV1

    source§

    fn from(val: Advice) -> JournalAdviceV1

    Converts to this type from the input type.
    source§

    impl From<JournalAdviceV1> for Advice

    source§

    fn from(val: JournalAdviceV1) -> Advice

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Advice

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Advice as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Advice as FromToNativeWasmType>::Native) -> Advice

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Advice> for Advice

    §

    fn eq(&self, other: &Advice) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalAdviceV1> for Advice

    source§

    fn from(val: &ArchivedJournalAdviceV1) -> Advice

    Converts to this type from the input type.
    source§

    impl From<Advice> for JournalAdviceV1

    source§

    fn from(val: Advice) -> JournalAdviceV1

    Converts to this type from the input type.
    source§

    impl From<JournalAdviceV1> for Advice

    source§

    fn from(val: JournalAdviceV1) -> Advice

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Advice

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Advice as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Advice as FromToNativeWasmType>::Native) -> Advice

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Advice> for Advice

    §

    fn eq(&self, other: &Advice) -> 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.
    §

    impl Serialize for Advice

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/types/wasi/enum.Clockid.html b/crates/doc/wasmer_wasix/types/wasi/enum.Clockid.html index d038f135fbe..7ed625855bd 100644 --- a/crates/doc/wasmer_wasix/types/wasi/enum.Clockid.html +++ b/crates/doc/wasmer_wasix/types/wasi/enum.Clockid.html @@ -17,7 +17,7 @@

    Trait Implementations§

    §

    impl Clone for Clockid

    §

    fn clone(&self) -> Clockid

    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 Clockid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Clockid as FromToNativeWasmType>::Native) -> Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Clockid

    §

    fn hash<__H>(&self, state: &mut __H)where +

    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Clockid as FromToNativeWasmType>::Native) -> Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Clockid

    §

    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
    §

    impl PartialEq<Clockid> for Clockid

    §

    fn eq(&self, other: &Clockid) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/types/wasi/enum.EpollCtl.html b/crates/doc/wasmer_wasix/types/wasi/enum.EpollCtl.html index 980a9a6eddf..882a828b178 100644 --- a/crates/doc/wasmer_wasix/types/wasi/enum.EpollCtl.html +++ b/crates/doc/wasmer_wasix/types/wasi/enum.EpollCtl.html @@ -11,7 +11,7 @@

    Trait Implementations§

    §

    impl Clone for EpollCtl

    §

    fn clone(&self) -> EpollCtl

    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 EpollCtl

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollCtl

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<EpollCtl, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: &ArchivedJournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    source§

    impl From<EpollCtl> for JournalEpollCtlV1

    source§

    fn from(val: EpollCtl) -> JournalEpollCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: JournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for EpollCtl

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <EpollCtl as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <EpollCtl as FromToNativeWasmType>::Native) -> EpollCtl

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for EpollCtl

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: &ArchivedJournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    source§

    impl From<EpollCtl> for JournalEpollCtlV1

    source§

    fn from(val: EpollCtl) -> JournalEpollCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollCtlV1> for EpollCtl

    source§

    fn from(val: JournalEpollCtlV1) -> EpollCtl

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for EpollCtl

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <EpollCtl as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <EpollCtl as FromToNativeWasmType>::Native) -> EpollCtl

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for EpollCtl

    §

    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
    §

    impl PartialEq<EpollCtl> for EpollCtl

    §

    fn eq(&self, other: &EpollCtl) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/types/wasi/enum.Errno.html b/crates/doc/wasmer_wasix/types/wasi/enum.Errno.html index 1a4b1022a8a..d062cebbc4a 100644 --- a/crates/doc/wasmer_wasix/types/wasi/enum.Errno.html +++ b/crates/doc/wasmer_wasix/types/wasi/enum.Errno.html @@ -166,7 +166,7 @@

    Implementations§

    §

    impl Errno

    pub fn name(&self) -> &'static str

    pub fn message(&self) -> &'static str

    Trait Implementations§

    §

    impl Clone for Errno

    §

    fn clone(&self) -> Errno

    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 Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Errno

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Errno, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Errno> for Error

    §

    fn from(err: Errno) -> Error

    Converts to this type from the input type.
    §

    impl From<Errno> for ErrorKind

    §

    fn from(err: Errno) -> ErrorKind

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Error> for Errno

    §

    fn from(err: Error) -> Errno

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Errno as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Errno as FromToNativeWasmType>::Native) -> Errno

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Errno

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Errno

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    §

    impl From<Errno> for Error

    §

    fn from(err: Errno) -> Error

    Converts to this type from the input type.
    §

    impl From<Errno> for ErrorKind

    §

    fn from(err: Errno) -> ErrorKind

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Error> for Errno

    §

    fn from(err: Error) -> Errno

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<WasiThreadError> for Errno

    source§

    fn from(a: WasiThreadError) -> Errno

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Errno as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Errno as FromToNativeWasmType>::Native) -> Errno

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Errno

    §

    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
    §

    impl Ord for Errno

    §

    fn cmp(&self, other: &Errno) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/types/wasi/enum.ExitCode.html b/crates/doc/wasmer_wasix/types/wasi/enum.ExitCode.html index 5f6b4089821..478c5fd6e1c 100644 --- a/crates/doc/wasmer_wasix/types/wasi/enum.ExitCode.html +++ b/crates/doc/wasmer_wasix/types/wasi/enum.ExitCode.html @@ -4,7 +4,7 @@ }

    Variants§

    §

    Errno(Errno)

    §

    Other(i32)

    Implementations§

    §

    impl ExitCode

    pub fn raw(&self) -> i32

    pub fn is_success(&self) -> bool

    Trait Implementations§

    §

    impl Clone for ExitCode

    §

    fn clone(&self) -> ExitCode

    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 ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for ExitCode

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<ExitCode, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalExitCodeV1> for ExitCode

    source§

    fn from(val: &ArchivedJournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<i32> for ExitCode

    §

    fn from(val: i32) -> ExitCode

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <ExitCode as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <ExitCode as FromToNativeWasmType>::Native) -> ExitCode

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Ord for ExitCode

    §

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for ExitCode

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalExitCodeV1> for ExitCode

    source§

    fn from(val: &ArchivedJournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<Errno> for ExitCode

    §

    fn from(val: Errno) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<ExitCode> for Errno

    §

    fn from(code: ExitCode) -> Errno

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for JournalExitCodeV1

    source§

    fn from(val: ExitCode) -> JournalExitCodeV1

    Converts to this type from the input type.
    source§

    impl From<JournalExitCodeV1> for ExitCode

    source§

    fn from(val: JournalExitCodeV1) -> ExitCode

    Converts to this type from the input type.
    §

    impl From<i32> for ExitCode

    §

    fn from(val: i32) -> ExitCode

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <ExitCode as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <ExitCode as FromToNativeWasmType>::Native) -> ExitCode

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Ord for ExitCode

    §

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<ExitCode> for ExitCode

    §

    fn eq(&self, other: &ExitCode) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix/types/wasi/enum.Snapshot0Clockid.html b/crates/doc/wasmer_wasix/types/wasi/enum.Snapshot0Clockid.html index fb2094f8cc1..b16d296b9c8 100644 --- a/crates/doc/wasmer_wasix/types/wasi/enum.Snapshot0Clockid.html +++ b/crates/doc/wasmer_wasix/types/wasi/enum.Snapshot0Clockid.html @@ -17,10 +17,10 @@

    Trait Implementations§

    §

    impl Clone for Snapshot0Clockid

    §

    fn clone(&self) -> Snapshot0Clockid

    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 Snapshot0Clockid

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Snapshot0Clockid

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Snapshot0Clockid, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: &ArchivedJournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: &ArchivedJournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: JournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1

    source§

    fn from(val: Snapshot0Clockid) -> JournalSnapshot0ClockidV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Snapshot0Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native( +

    §

    fn from(other: Clockid) -> Snapshot0Clockid

    Converts to this type from the input type.
    source§

    impl From<JournalSnapshot0ClockidV1> for Snapshot0Clockid

    source§

    fn from(val: JournalSnapshot0ClockidV1) -> Snapshot0Clockid

    Converts to this type from the input type.
    §

    impl From<Snapshot0Clockid> for Clockid

    §

    fn from(other: Snapshot0Clockid) -> Clockid

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for JournalSnapshot0ClockidV1

    source§

    fn from(val: Snapshot0Clockid) -> JournalSnapshot0ClockidV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Snapshot0Clockid as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native( n: <Snapshot0Clockid as FromToNativeWasmType>::Native ) -> Snapshot0Clockid

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Snapshot0Clockid

    §

    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 diff --git a/crates/doc/wasmer_wasix/types/wasi/enum.Sockoption.html b/crates/doc/wasmer_wasix/types/wasi/enum.Sockoption.html index f67b3ba06b6..bf265a4603e 100644 --- a/crates/doc/wasmer_wasix/types/wasi/enum.Sockoption.html +++ b/crates/doc/wasmer_wasix/types/wasi/enum.Sockoption.html @@ -29,7 +29,7 @@

    }

    Variants§

    §

    Noop

    §

    ReusePort

    §

    ReuseAddr

    §

    NoDelay

    §

    DontRoute

    §

    OnlyV6

    §

    Broadcast

    §

    MulticastLoopV4

    §

    MulticastLoopV6

    §

    Promiscuous

    §

    Listening

    §

    LastError

    §

    KeepAlive

    §

    Linger

    §

    OobInline

    §

    RecvBufSize

    §

    SendBufSize

    §

    RecvLowat

    §

    SendLowat

    §

    RecvTimeout

    §

    SendTimeout

    §

    ConnectTimeout

    §

    AcceptTimeout

    §

    Ttl

    §

    MulticastTtlV4

    §

    Type

    §

    Proto

    Trait Implementations§

    §

    impl Clone for Sockoption

    §

    fn clone(&self) -> Sockoption

    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 Sockoption

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Sockoption

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Sockoption, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Sockoption

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalSockoptionV1> for Sockoption

    source§

    fn from(val: &ArchivedJournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<JournalSockoptionV1> for Sockoption

    source§

    fn from(val: JournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for JournalSockoptionV1

    source§

    fn from(val: Sockoption) -> JournalSockoptionV1

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for WasiSocketOption

    source§

    fn from(opt: Sockoption) -> Self

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Sockoption

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Sockoption as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Sockoption as FromToNativeWasmType>::Native) -> Sockoption

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Sockoption> for Sockoption

    §

    fn eq(&self, other: &Sockoption) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Display for Sockoption

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    source§

    impl From<&ArchivedJournalSockoptionV1> for Sockoption

    source§

    fn from(val: &ArchivedJournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<JournalSockoptionV1> for Sockoption

    source§

    fn from(val: JournalSockoptionV1) -> Sockoption

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for JournalSockoptionV1

    source§

    fn from(val: Sockoption) -> JournalSockoptionV1

    Converts to this type from the input type.
    source§

    impl From<Sockoption> for WasiSocketOption

    source§

    fn from(opt: Sockoption) -> Self

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Sockoption

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Sockoption as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Sockoption as FromToNativeWasmType>::Native) -> Sockoption

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Sockoption> for Sockoption

    §

    fn eq(&self, other: &Sockoption) -> 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.
    §

    impl Serialize for Sockoption

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/types/wasi/enum.Socktype.html b/crates/doc/wasmer_wasix/types/wasi/enum.Socktype.html index 235ff41482c..1258c6ece46 100644 --- a/crates/doc/wasmer_wasix/types/wasi/enum.Socktype.html +++ b/crates/doc/wasmer_wasix/types/wasi/enum.Socktype.html @@ -7,7 +7,7 @@ }

    Variants§

    §

    Unknown

    §

    Stream

    §

    Dgram

    §

    Raw

    §

    Seqpacket

    Trait Implementations§

    §

    impl Clone for Socktype

    §

    fn clone(&self) -> Socktype

    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 Socktype

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Socktype

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Socktype, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSocktypeV1> for Socktype

    source§

    fn from(val: &ArchivedJournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<JournalSocktypeV1> for Socktype

    source§

    fn from(val: JournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<Socktype> for JournalSocktypeV1

    source§

    fn from(val: Socktype) -> JournalSocktypeV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Socktype

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Socktype as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Socktype as FromToNativeWasmType>::Native) -> Socktype

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Socktype> for Socktype

    §

    fn eq(&self, other: &Socktype) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalSocktypeV1> for Socktype

    source§

    fn from(val: &ArchivedJournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<JournalSocktypeV1> for Socktype

    source§

    fn from(val: JournalSocktypeV1) -> Socktype

    Converts to this type from the input type.
    source§

    impl From<Socktype> for JournalSocktypeV1

    source§

    fn from(val: Socktype) -> JournalSocktypeV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Socktype

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Socktype as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Socktype as FromToNativeWasmType>::Native) -> Socktype

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Socktype> for Socktype

    §

    fn eq(&self, other: &Socktype) -> 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.
    §

    impl Serialize for Socktype

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/types/wasi/enum.Whence.html b/crates/doc/wasmer_wasix/types/wasi/enum.Whence.html index dcae6b9d600..2298f41522f 100644 --- a/crates/doc/wasmer_wasix/types/wasi/enum.Whence.html +++ b/crates/doc/wasmer_wasix/types/wasi/enum.Whence.html @@ -6,7 +6,7 @@ }

    Variants§

    §

    Set

    §

    Cur

    §

    End

    §

    Unknown

    Trait Implementations§

    §

    impl Clone for Whence

    §

    fn clone(&self) -> Whence

    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 Whence

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Whence

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Whence, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalWhenceV1> for Whence

    source§

    fn from(val: &ArchivedJournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Whence

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Whence as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Whence as FromToNativeWasmType>::Native) -> Whence

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Whence> for Whence

    §

    fn eq(&self, other: &Whence) -> bool

    This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,
    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalWhenceV1> for Whence

    source§

    fn from(val: &ArchivedJournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<JournalWhenceV1> for Whence

    source§

    fn from(val: JournalWhenceV1) -> Whence

    Converts to this type from the input type.
    source§

    impl From<Whence> for JournalWhenceV1

    source§

    fn from(val: Whence) -> JournalWhenceV1

    Converts to this type from the input type.
    §

    impl FromToNativeWasmType for Whence

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Whence as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Whence as FromToNativeWasmType>::Native) -> Whence

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl PartialEq<Whence> for Whence

    §

    fn eq(&self, other: &Whence) -> 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.
    §

    impl Serialize for Whence

    §

    fn serialize<__S>( &self, diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.EpollEventCtl.html b/crates/doc/wasmer_wasix/types/wasi/struct.EpollEventCtl.html index 6434696d8f4..7b7980d2092 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.EpollEventCtl.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.EpollEventCtl.html @@ -7,7 +7,7 @@ }

    Fields§

    §events: EpollType§ptr: u64§fd: u32§data1: u32§data2: u64

    Trait Implementations§

    §

    impl Clone for EpollEventCtl

    §

    fn clone(&self) -> EpollEventCtl

    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 EpollEventCtl

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollEventCtl

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<EpollEventCtl, <__D as Deserializer<'de>>::Error>where - __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: &ArchivedJournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    source§

    impl From<EpollEventCtl> for JournalEpollEventCtlV1

    source§

    fn from(val: EpollEventCtl) -> JournalEpollEventCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: JournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    §

    impl Hash for EpollEventCtl

    §

    fn hash<__H>(&self, state: &mut __H)where + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<&ArchivedJournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: &ArchivedJournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    source§

    impl From<EpollEventCtl> for JournalEpollEventCtlV1

    source§

    fn from(val: EpollEventCtl) -> JournalEpollEventCtlV1

    Converts to this type from the input type.
    source§

    impl From<JournalEpollEventCtlV1> for EpollEventCtl

    source§

    fn from(val: JournalEpollEventCtlV1) -> EpollEventCtl

    Converts to this type from the input type.
    §

    impl Hash for EpollEventCtl

    §

    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
    §

    impl Ord for EpollEventCtl

    §

    fn cmp(&self, other: &EpollEventCtl) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.EpollType.html b/crates/doc/wasmer_wasix/types/wasi/struct.EpollType.html index ffc57e272ee..2dcd140f7cb 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.EpollType.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.EpollType.html @@ -82,13 +82,13 @@
    Safety
    between Self::all() and self (e.g. Self::all() - self)

    This is equivalent to using the ! operator (e.g. ops::Not), as in !flags.

    -

    Trait Implementations§

    §

    impl Binary for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<EpollType> for EpollType

    §

    fn bitand(self, other: EpollType) -> EpollType

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<EpollType> for EpollType

    §

    fn bitand(self, other: EpollType) -> EpollType

    Returns the intersection between the two sets of flags.

    §

    type Output = EpollType

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<EpollType> for EpollType

    §

    fn bitand_assign(&mut self, other: EpollType)

    Disables all flags disabled in the set.

    §

    impl BitOr<EpollType> for EpollType

    §

    fn bitor(self, other: EpollType) -> EpollType

    Returns the union of the two sets of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<EpollType> for EpollType

    §

    fn bitor_assign(&mut self, other: EpollType)

    Adds the set of flags.

    +
    §

    type Output = EpollType

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<EpollType> for EpollType

    §

    fn bitor_assign(&mut self, other: EpollType)

    Adds the set of flags.

    §

    impl BitXor<EpollType> for EpollType

    §

    fn bitxor(self, other: EpollType) -> EpollType

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = EpollType

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<EpollType> for EpollType

    §

    fn bitxor_assign(&mut self, other: EpollType)

    Toggles the set of flags.

    -
    §

    impl Clone for EpollType

    §

    fn clone(&self) -> EpollType

    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 EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollType

    §

    fn deserialize<__D>( +

    §

    type Output = EpollType

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<EpollType> for EpollType

    §

    fn bitxor_assign(&mut self, other: EpollType)

    Toggles the set of flags.

    +
    §

    impl Clone for EpollType

    §

    fn clone(&self) -> EpollType

    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 EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for EpollType

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<EpollType, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<EpollType> for EpollType

    §

    fn extend<T>(&mut self, iterator: T)where @@ -96,8 +96,8 @@
    Safety
    T: IntoIterator<Item = EpollType>,

    Creates a value from an iterator. Read more
    §

    impl Hash for EpollType

    §

    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
    §

    impl LowerHex for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for EpollType

    §

    fn not(self) -> EpollType

    Returns the complement of this set of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the ! operator.
    §

    impl Octal for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for EpollType

    §

    fn cmp(&self, other: &EpollType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for EpollType

    §

    fn not(self) -> EpollType

    Returns the complement of this set of flags.

    +
    §

    type Output = EpollType

    The resulting type after applying the ! operator.
    §

    impl Octal for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for EpollType

    §

    fn cmp(&self, other: &EpollType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<EpollType> for EpollType

    §

    fn eq(&self, other: &EpollType) -> bool

    This method tests for self and other values to be equal, and is used @@ -109,8 +109,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<EpollType> for EpollType

    §

    fn sub(self, other: EpollType) -> EpollType

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the - operator.
    §

    impl SubAssign<EpollType> for EpollType

    §

    fn sub_assign(&mut self, other: EpollType)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for EpollType

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = EpollType

    The resulting type after applying the - operator.
    §

    impl SubAssign<EpollType> for EpollType

    §

    fn sub_assign(&mut self, other: EpollType)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for EpollType

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for EpollType

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for EpollType

    §

    impl Eq for EpollType

    §

    impl StructuralEq for EpollType

    §

    impl StructuralPartialEq for EpollType

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.Eventrwflags.html b/crates/doc/wasmer_wasix/types/wasi/struct.Eventrwflags.html index e4625dd58b2..59e684b68cb 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.Eventrwflags.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.Eventrwflags.html @@ -63,13 +63,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Eventrwflags

    pub fn from_bits_preserve(bits: u16) -> Eventrwflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Eventrwflags> for Eventrwflags

    §

    fn bitand(self, other: Eventrwflags) -> Eventrwflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Eventrwflags> for Eventrwflags

    §

    fn bitand(self, other: Eventrwflags) -> Eventrwflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Eventrwflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Eventrwflags> for Eventrwflags

    §

    fn bitand_assign(&mut self, other: Eventrwflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Eventrwflags> for Eventrwflags

    §

    fn bitor(self, other: Eventrwflags) -> Eventrwflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    §

    fn bitor_assign(&mut self, other: Eventrwflags)

    Adds the set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    §

    fn bitor_assign(&mut self, other: Eventrwflags)

    Adds the set of flags.

    §

    impl BitXor<Eventrwflags> for Eventrwflags

    §

    fn bitxor(self, other: Eventrwflags) -> Eventrwflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Eventrwflags> for Eventrwflags

    §

    fn bitxor_assign(&mut self, other: Eventrwflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Eventrwflags

    §

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Eventrwflags

    §

    fn deserialize<__D>( +

    §

    type Output = Eventrwflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Eventrwflags> for Eventrwflags

    §

    fn bitxor_assign(&mut self, other: Eventrwflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Eventrwflags

    §

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Eventrwflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Eventrwflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Eventrwflags> for Eventrwflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -77,8 +77,8 @@
    Safety
    T: IntoIterator<Item = Eventrwflags>,

    Creates a value from an iterator. Read more
    §

    impl Hash for Eventrwflags

    §

    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
    §

    impl LowerHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Eventrwflags

    §

    fn not(self) -> Eventrwflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Eventrwflags

    §

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Eventrwflags

    §

    fn not(self) -> Eventrwflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Eventrwflags

    §

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Eventrwflags> for Eventrwflags

    §

    fn eq(&self, other: &Eventrwflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -90,8 +90,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Eventrwflags> for Eventrwflags

    §

    fn sub(self, other: Eventrwflags) -> Eventrwflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Eventrwflags> for Eventrwflags

    §

    fn sub_assign(&mut self, other: Eventrwflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Eventrwflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Eventrwflags> for Eventrwflags

    §

    fn sub_assign(&mut self, other: Eventrwflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Eventrwflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Eventrwflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Eventrwflags

    §

    impl Eq for Eventrwflags

    §

    impl StructuralEq for Eventrwflags

    §

    impl StructuralPartialEq for Eventrwflags

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.Fdflags.html b/crates/doc/wasmer_wasix/types/wasi/struct.Fdflags.html index b53abf8b6fe..8311fd6806b 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.Fdflags.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.Fdflags.html @@ -68,13 +68,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Fdflags

    pub fn from_bits_preserve(bits: u16) -> Fdflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fdflags> for Fdflags

    §

    fn bitand(self, other: Fdflags) -> Fdflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fdflags> for Fdflags

    §

    fn bitand(self, other: Fdflags) -> Fdflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Fdflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Fdflags> for Fdflags

    §

    fn bitand_assign(&mut self, other: Fdflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Fdflags> for Fdflags

    §

    fn bitor(self, other: Fdflags) -> Fdflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fdflags> for Fdflags

    §

    fn bitor_assign(&mut self, other: Fdflags)

    Adds the set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fdflags> for Fdflags

    §

    fn bitor_assign(&mut self, other: Fdflags)

    Adds the set of flags.

    §

    impl BitXor<Fdflags> for Fdflags

    §

    fn bitxor(self, other: Fdflags) -> Fdflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fdflags> for Fdflags

    §

    fn bitxor_assign(&mut self, other: Fdflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Fdflags

    §

    fn clone(&self) -> Fdflags

    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 Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fdflags

    §

    fn deserialize<__D>( +

    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fdflags> for Fdflags

    §

    fn bitxor_assign(&mut self, other: Fdflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Fdflags

    §

    fn clone(&self) -> Fdflags

    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 Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fdflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Fdflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Fdflags> for Fdflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -82,8 +82,8 @@
    Safety
    T: IntoIterator<Item = Fdflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Fdflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Fdflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Fdflags as FromToNativeWasmType>::Native) -> Fdflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Fdflags

    §

    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
    §

    impl LowerHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fdflags

    §

    fn not(self) -> Fdflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fdflags

    §

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fdflags

    §

    fn not(self) -> Fdflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fdflags

    §

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Fdflags> for Fdflags

    §

    fn eq(&self, other: &Fdflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -95,8 +95,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Fdflags> for Fdflags

    §

    fn sub(self, other: Fdflags) -> Fdflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fdflags> for Fdflags

    §

    fn sub_assign(&mut self, other: Fdflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fdflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fdflags> for Fdflags

    §

    fn sub_assign(&mut self, other: Fdflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Fdflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fdflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Fdflags

    §

    impl Eq for Fdflags

    §

    impl StructuralEq for Fdflags

    §

    impl StructuralPartialEq for Fdflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fdflags

    §

    impl Send for Fdflags

    §

    impl Sync for Fdflags

    §

    impl Unpin for Fdflags

    §

    impl UnwindSafe for Fdflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.Fstflags.html b/crates/doc/wasmer_wasix/types/wasi/struct.Fstflags.html index e62bb75a863..dcb3ec3e884 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.Fstflags.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.Fstflags.html @@ -67,13 +67,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Fstflags

    pub fn from_bits_preserve(bits: u16) -> Fstflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fstflags> for Fstflags

    §

    fn bitand(self, other: Fstflags) -> Fstflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Fstflags> for Fstflags

    §

    fn bitand(self, other: Fstflags) -> Fstflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Fstflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Fstflags> for Fstflags

    §

    fn bitand_assign(&mut self, other: Fstflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Fstflags> for Fstflags

    §

    fn bitor(self, other: Fstflags) -> Fstflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fstflags> for Fstflags

    §

    fn bitor_assign(&mut self, other: Fstflags)

    Adds the set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Fstflags> for Fstflags

    §

    fn bitor_assign(&mut self, other: Fstflags)

    Adds the set of flags.

    §

    impl BitXor<Fstflags> for Fstflags

    §

    fn bitxor(self, other: Fstflags) -> Fstflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fstflags> for Fstflags

    §

    fn bitxor_assign(&mut self, other: Fstflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Fstflags

    §

    fn clone(&self) -> Fstflags

    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 Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fstflags

    §

    fn deserialize<__D>( +

    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Fstflags> for Fstflags

    §

    fn bitxor_assign(&mut self, other: Fstflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Fstflags

    §

    fn clone(&self) -> Fstflags

    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 Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Fstflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Fstflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Fstflags> for Fstflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Fstflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Fstflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Fstflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Fstflags as FromToNativeWasmType>::Native) -> Fstflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Fstflags

    §

    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
    §

    impl LowerHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fstflags

    §

    fn not(self) -> Fstflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fstflags

    §

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Fstflags

    §

    fn not(self) -> Fstflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Fstflags

    §

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Fstflags> for Fstflags

    §

    fn eq(&self, other: &Fstflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Fstflags> for Fstflags

    §

    fn sub(self, other: Fstflags) -> Fstflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fstflags> for Fstflags

    §

    fn sub_assign(&mut self, other: Fstflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fstflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Fstflags> for Fstflags

    §

    fn sub_assign(&mut self, other: Fstflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Fstflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Fstflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Fstflags

    §

    impl Eq for Fstflags

    §

    impl StructuralEq for Fstflags

    §

    impl StructuralPartialEq for Fstflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fstflags

    §

    impl Send for Fstflags

    §

    impl Sync for Fstflags

    §

    impl Unpin for Fstflags

    §

    impl UnwindSafe for Fstflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.JoinFlags.html b/crates/doc/wasmer_wasix/types/wasi/struct.JoinFlags.html index dc052dabca5..93d93568abb 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.JoinFlags.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.JoinFlags.html @@ -63,19 +63,19 @@

    Safety
    ops::Not), as in !flags.

    §

    impl JoinFlags

    pub fn from_bits_preserve(bits: u32) -> JoinFlags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<JoinFlags> for JoinFlags

    §

    fn bitand(self, other: JoinFlags) -> JoinFlags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<JoinFlags> for JoinFlags

    §

    fn bitand(self, other: JoinFlags) -> JoinFlags

    Returns the intersection between the two sets of flags.

    §

    type Output = JoinFlags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<JoinFlags> for JoinFlags

    §

    fn bitand_assign(&mut self, other: JoinFlags)

    Disables all flags disabled in the set.

    §

    impl BitOr<JoinFlags> for JoinFlags

    §

    fn bitor(self, other: JoinFlags) -> JoinFlags

    Returns the union of the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<JoinFlags> for JoinFlags

    §

    fn bitor_assign(&mut self, other: JoinFlags)

    Adds the set of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<JoinFlags> for JoinFlags

    §

    fn bitor_assign(&mut self, other: JoinFlags)

    Adds the set of flags.

    §

    impl BitXor<JoinFlags> for JoinFlags

    §

    fn bitxor(self, other: JoinFlags) -> JoinFlags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<JoinFlags> for JoinFlags

    §

    fn bitxor_assign(&mut self, other: JoinFlags)

    Toggles the set of flags.

    -
    §

    impl Clone for JoinFlags

    §

    fn clone(&self) -> JoinFlags

    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 JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<JoinFlags> for JoinFlags

    §

    fn extend<T>(&mut self, iterator: T)where +

    §

    type Output = JoinFlags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<JoinFlags> for JoinFlags

    §

    fn bitxor_assign(&mut self, other: JoinFlags)

    Toggles the set of flags.

    +
    §

    impl Clone for JoinFlags

    §

    fn clone(&self) -> JoinFlags

    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 JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<JoinFlags> for JoinFlags

    §

    fn extend<T>(&mut self, iterator: T)where T: IntoIterator<Item = JoinFlags>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl FromIterator<JoinFlags> for JoinFlags

    §

    fn from_iter<T>(iterator: T) -> JoinFlagswhere T: IntoIterator<Item = JoinFlags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for JoinFlags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <JoinFlags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <JoinFlags as FromToNativeWasmType>::Native) -> JoinFlags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for JoinFlags

    §

    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
    §

    impl LowerHex for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for JoinFlags

    §

    fn not(self) -> JoinFlags

    Returns the complement of this set of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the ! operator.
    §

    impl Octal for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for JoinFlags

    §

    fn cmp(&self, other: &JoinFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for JoinFlags

    §

    fn not(self) -> JoinFlags

    Returns the complement of this set of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the ! operator.
    §

    impl Octal for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for JoinFlags

    §

    fn cmp(&self, other: &JoinFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<JoinFlags> for JoinFlags

    §

    fn eq(&self, other: &JoinFlags) -> bool

    This method tests for self and other values to be equal, and is used @@ -83,8 +83,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<JoinFlags> for JoinFlags

    §

    fn partial_cmp(&self, other: &JoinFlags) -> 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
    §

    impl Sub<JoinFlags> for JoinFlags

    §

    fn sub(self, other: JoinFlags) -> JoinFlags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the - operator.
    §

    impl SubAssign<JoinFlags> for JoinFlags

    §

    fn sub_assign(&mut self, other: JoinFlags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for JoinFlags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = JoinFlags

    The resulting type after applying the - operator.
    §

    impl SubAssign<JoinFlags> for JoinFlags

    §

    fn sub_assign(&mut self, other: JoinFlags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for JoinFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for JoinFlags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for JoinFlags

    §

    impl Eq for JoinFlags

    §

    impl StructuralEq for JoinFlags

    §

    impl StructuralPartialEq for JoinFlags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for JoinFlags

    §

    impl Send for JoinFlags

    §

    impl Sync for JoinFlags

    §

    impl Unpin for JoinFlags

    §

    impl UnwindSafe for JoinFlags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.Lookup.html b/crates/doc/wasmer_wasix/types/wasi/struct.Lookup.html index 80091c283b4..c074e3663e8 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.Lookup.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.Lookup.html @@ -64,19 +64,19 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Lookup

    pub fn from_bits_preserve(bits: u32) -> Lookup

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Lookup> for Lookup

    §

    fn bitand(self, other: Lookup) -> Lookup

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Lookup> for Lookup

    §

    fn bitand(self, other: Lookup) -> Lookup

    Returns the intersection between the two sets of flags.

    §

    type Output = Lookup

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Lookup> for Lookup

    §

    fn bitand_assign(&mut self, other: Lookup)

    Disables all flags disabled in the set.

    §

    impl BitOr<Lookup> for Lookup

    §

    fn bitor(self, other: Lookup) -> Lookup

    Returns the union of the two sets of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Lookup> for Lookup

    §

    fn bitor_assign(&mut self, other: Lookup)

    Adds the set of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Lookup> for Lookup

    §

    fn bitor_assign(&mut self, other: Lookup)

    Adds the set of flags.

    §

    impl BitXor<Lookup> for Lookup

    §

    fn bitxor(self, other: Lookup) -> Lookup

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Lookup

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Lookup> for Lookup

    §

    fn bitxor_assign(&mut self, other: Lookup)

    Toggles the set of flags.

    -
    §

    impl Clone for Lookup

    §

    fn clone(&self) -> Lookup

    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 Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<Lookup> for Lookup

    §

    fn extend<T>(&mut self, iterator: T)where +

    §

    type Output = Lookup

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Lookup> for Lookup

    §

    fn bitxor_assign(&mut self, other: Lookup)

    Toggles the set of flags.

    +
    §

    impl Clone for Lookup

    §

    fn clone(&self) -> Lookup

    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 Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<Lookup> for Lookup

    §

    fn extend<T>(&mut self, iterator: T)where T: IntoIterator<Item = Lookup>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl FromIterator<Lookup> for Lookup

    §

    fn from_iter<T>(iterator: T) -> Lookupwhere T: IntoIterator<Item = Lookup>,

    Creates a value from an iterator. Read more
    §

    impl Hash for Lookup

    §

    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
    §

    impl LowerHex for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Lookup

    §

    fn not(self) -> Lookup

    Returns the complement of this set of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the ! operator.
    §

    impl Octal for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Lookup

    §

    fn cmp(&self, other: &Lookup) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Lookup

    §

    fn not(self) -> Lookup

    Returns the complement of this set of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the ! operator.
    §

    impl Octal for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Lookup

    §

    fn cmp(&self, other: &Lookup) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Lookup> for Lookup

    §

    fn eq(&self, other: &Lookup) -> bool

    This method tests for self and other values to be equal, and is used @@ -84,8 +84,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<Lookup> for Lookup

    §

    fn partial_cmp(&self, other: &Lookup) -> 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
    §

    impl Sub<Lookup> for Lookup

    §

    fn sub(self, other: Lookup) -> Lookup

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the - operator.
    §

    impl SubAssign<Lookup> for Lookup

    §

    fn sub_assign(&mut self, other: Lookup)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Lookup

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Lookup

    The resulting type after applying the - operator.
    §

    impl SubAssign<Lookup> for Lookup

    §

    fn sub_assign(&mut self, other: Lookup)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Lookup

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Lookup

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Lookup

    §

    impl Eq for Lookup

    §

    impl StructuralEq for Lookup

    §

    impl StructuralPartialEq for Lookup

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Lookup

    §

    impl Send for Lookup

    §

    impl Sync for Lookup

    §

    impl Unpin for Lookup

    §

    impl UnwindSafe for Lookup

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.Oflags.html b/crates/doc/wasmer_wasix/types/wasi/struct.Oflags.html index e8e808a3152..1fef7a950cc 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.Oflags.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.Oflags.html @@ -67,13 +67,13 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Oflags

    pub fn from_bits_preserve(bits: u16) -> Oflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Oflags> for Oflags

    §

    fn bitand(self, other: Oflags) -> Oflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Oflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Oflags> for Oflags

    §

    fn bitand_assign(&mut self, other: Oflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Oflags> for Oflags

    §

    fn bitor(self, other: Oflags) -> Oflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Oflags> for Oflags

    §

    fn bitor_assign(&mut self, other: Oflags)

    Adds the set of flags.

    §

    impl BitXor<Oflags> for Oflags

    §

    fn bitxor(self, other: Oflags) -> Oflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( +

    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Oflags> for Oflags

    §

    fn bitxor_assign(&mut self, other: Oflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Oflags

    §

    fn clone(&self) -> Oflags

    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 Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Oflags

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Oflags, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Oflags> for Oflags

    §

    fn extend<T>(&mut self, iterator: T)where @@ -81,8 +81,8 @@
    Safety
    T: IntoIterator<Item = Oflags>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Oflags

    §

    type Native = i32

    Native Wasm type.
    §

    fn to_native(self) -> <Oflags as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Oflags as FromToNativeWasmType>::Native) -> Oflags

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Oflags

    §

    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
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Oflags

    §

    fn not(self) -> Oflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Oflags

    §

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Oflags> for Oflags

    §

    fn eq(&self, other: &Oflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -94,8 +94,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Oflags> for Oflags

    §

    fn sub(self, other: Oflags) -> Oflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Oflags> for Oflags

    §

    fn sub_assign(&mut self, other: Oflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Oflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Oflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Oflags

    §

    impl Eq for Oflags

    §

    impl StructuralEq for Oflags

    §

    impl StructuralPartialEq for Oflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Oflags

    §

    impl Send for Oflags

    §

    impl Sync for Oflags

    §

    impl Unpin for Oflags

    §

    impl UnwindSafe for Oflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.Rights.html b/crates/doc/wasmer_wasix/types/wasi/struct.Rights.html index 1caf91fa7de..6ce5905493a 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.Rights.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.Rights.html @@ -113,13 +113,13 @@

    Safety
    §

    impl Rights

    pub fn from_bits_preserve(bits: u64) -> Rights

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    §

    impl Rights

    pub const fn all_socket() -> Rights

    pub fn to_str(self) -> Option<&'static str>

    expects a single right, returns None if out of bounds or > 1 bit set

    -

    Trait Implementations§

    §

    impl Binary for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Rights> for Rights

    §

    fn bitand(self, other: Rights) -> Rights

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Rights> for Rights

    §

    fn bitand(self, other: Rights) -> Rights

    Returns the intersection between the two sets of flags.

    §

    type Output = Rights

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Rights> for Rights

    §

    fn bitand_assign(&mut self, other: Rights)

    Disables all flags disabled in the set.

    §

    impl BitOr<Rights> for Rights

    §

    fn bitor(self, other: Rights) -> Rights

    Returns the union of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Rights> for Rights

    §

    fn bitor_assign(&mut self, other: Rights)

    Adds the set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Rights> for Rights

    §

    fn bitor_assign(&mut self, other: Rights)

    Adds the set of flags.

    §

    impl BitXor<Rights> for Rights

    §

    fn bitxor(self, other: Rights) -> Rights

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Rights> for Rights

    §

    fn bitxor_assign(&mut self, other: Rights)

    Toggles the set of flags.

    -
    §

    impl Clone for Rights

    §

    fn clone(&self) -> Rights

    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 Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Rights

    §

    fn deserialize<__D>( +

    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Rights> for Rights

    §

    fn bitxor_assign(&mut self, other: Rights)

    Toggles the set of flags.

    +
    §

    impl Clone for Rights

    §

    fn clone(&self) -> Rights

    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 Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl<'de> Deserialize<'de> for Rights

    §

    fn deserialize<__D>( __deserializer: __D ) -> Result<Rights, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    §

    impl Extend<Rights> for Rights

    §

    fn extend<T>(&mut self, iterator: T)where @@ -127,8 +127,8 @@
    Safety
    T: IntoIterator<Item = Rights>,

    Creates a value from an iterator. Read more
    §

    impl FromToNativeWasmType for Rights

    §

    type Native = i64

    Native Wasm type.
    §

    fn to_native(self) -> <Rights as FromToNativeWasmType>::Native

    Convert self to Self::Native. Read more
    §

    fn from_native(n: <Rights as FromToNativeWasmType>::Native) -> Rights

    Convert a value of kind Self::Native to Self. Read more
    §

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    §

    impl Hash for Rights

    §

    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
    §

    impl LowerHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Rights

    §

    fn not(self) -> Rights

    Returns the complement of this set of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    §

    impl Octal for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Rights

    §

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Rights

    §

    fn not(self) -> Rights

    Returns the complement of this set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    §

    impl Octal for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Rights

    §

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Rights> for Rights

    §

    fn eq(&self, other: &Rights) -> bool

    This method tests for self and other values to be equal, and is used @@ -140,8 +140,8 @@
    Safety
    __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
    Serialize this value into the given Serde serializer. Read more
    §

    impl Sub<Rights> for Rights

    §

    fn sub(self, other: Rights) -> Rights

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the - operator.
    §

    impl SubAssign<Rights> for Rights

    §

    fn sub_assign(&mut self, other: Rights)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Rights

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Rights

    The resulting type after applying the - operator.
    §

    impl SubAssign<Rights> for Rights

    §

    fn sub_assign(&mut self, other: Rights)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Rights

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Rights

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Rights

    §

    impl Eq for Rights

    §

    impl StructuralEq for Rights

    §

    impl StructuralPartialEq for Rights

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Rights

    §

    impl Send for Rights

    §

    impl Sync for Rights

    §

    impl Unpin for Rights

    §

    impl UnwindSafe for Rights

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.Subclockflags.html b/crates/doc/wasmer_wasix/types/wasi/struct.Subclockflags.html index 2b74ff3ed89..cc751718130 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.Subclockflags.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.Subclockflags.html @@ -67,19 +67,19 @@

    Safety
    ops::Not), as in !flags.

    §

    impl Subclockflags

    pub fn from_bits_preserve(bits: u16) -> Subclockflags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Subclockflags> for Subclockflags

    §

    fn bitand(self, other: Subclockflags) -> Subclockflags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<Subclockflags> for Subclockflags

    §

    fn bitand(self, other: Subclockflags) -> Subclockflags

    Returns the intersection between the two sets of flags.

    §

    type Output = Subclockflags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<Subclockflags> for Subclockflags

    §

    fn bitand_assign(&mut self, other: Subclockflags)

    Disables all flags disabled in the set.

    §

    impl BitOr<Subclockflags> for Subclockflags

    §

    fn bitor(self, other: Subclockflags) -> Subclockflags

    Returns the union of the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Subclockflags> for Subclockflags

    §

    fn bitor_assign(&mut self, other: Subclockflags)

    Adds the set of flags.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<Subclockflags> for Subclockflags

    §

    fn bitor_assign(&mut self, other: Subclockflags)

    Adds the set of flags.

    §

    impl BitXor<Subclockflags> for Subclockflags

    §

    fn bitxor(self, other: Subclockflags) -> Subclockflags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Subclockflags> for Subclockflags

    §

    fn bitxor_assign(&mut self, other: Subclockflags)

    Toggles the set of flags.

    -
    §

    impl Clone for Subclockflags

    §

    fn clone(&self) -> Subclockflags

    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 Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<Subclockflags> for Subclockflags

    §

    fn extend<T>(&mut self, iterator: T)where +

    §

    type Output = Subclockflags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<Subclockflags> for Subclockflags

    §

    fn bitxor_assign(&mut self, other: Subclockflags)

    Toggles the set of flags.

    +
    §

    impl Clone for Subclockflags

    §

    fn clone(&self) -> Subclockflags

    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 Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<Subclockflags> for Subclockflags

    §

    fn extend<T>(&mut self, iterator: T)where T: IntoIterator<Item = Subclockflags>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl FromIterator<Subclockflags> for Subclockflags

    §

    fn from_iter<T>(iterator: T) -> Subclockflagswhere T: IntoIterator<Item = Subclockflags>,

    Creates a value from an iterator. Read more
    §

    impl Hash for Subclockflags

    §

    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
    §

    impl LowerHex for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Subclockflags

    §

    fn not(self) -> Subclockflags

    Returns the complement of this set of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Subclockflags

    §

    fn cmp(&self, other: &Subclockflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for Subclockflags

    §

    fn not(self) -> Subclockflags

    Returns the complement of this set of flags.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the ! operator.
    §

    impl Octal for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for Subclockflags

    §

    fn cmp(&self, other: &Subclockflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<Subclockflags> for Subclockflags

    §

    fn eq(&self, other: &Subclockflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -87,8 +87,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<Subclockflags> for Subclockflags

    §

    fn partial_cmp(&self, other: &Subclockflags) -> 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
    §

    impl Sub<Subclockflags> for Subclockflags

    §

    fn sub(self, other: Subclockflags) -> Subclockflags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Subclockflags> for Subclockflags

    §

    fn sub_assign(&mut self, other: Subclockflags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Subclockflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Subclockflags

    The resulting type after applying the - operator.
    §

    impl SubAssign<Subclockflags> for Subclockflags

    §

    fn sub_assign(&mut self, other: Subclockflags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for Subclockflags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl ValueType for Subclockflags

    §

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    §

    impl Copy for Subclockflags

    §

    impl Eq for Subclockflags

    §

    impl StructuralEq for Subclockflags

    §

    impl StructuralPartialEq for Subclockflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Subclockflags

    §

    impl Send for Subclockflags

    §

    impl Sync for Subclockflags

    §

    impl Unpin for Subclockflags

    §

    impl UnwindSafe for Subclockflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix/types/wasi/struct.ThreadStateFlags.html b/crates/doc/wasmer_wasix/types/wasi/struct.ThreadStateFlags.html index 04ab1f619fc..e5514396dd2 100644 --- a/crates/doc/wasmer_wasix/types/wasi/struct.ThreadStateFlags.html +++ b/crates/doc/wasmer_wasix/types/wasi/struct.ThreadStateFlags.html @@ -64,19 +64,19 @@

    Safety
    ops::Not), as in !flags.

    §

    impl ThreadStateFlags

    pub fn from_bits_preserve(bits: u16) -> ThreadStateFlags

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    §

    impl Binary for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitand(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    §

    impl Binary for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl BitAnd<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitand(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the intersection between the two sets of flags.

    §

    type Output = ThreadStateFlags

    The resulting type after applying the & operator.
    §

    impl BitAndAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitand_assign(&mut self, other: ThreadStateFlags)

    Disables all flags disabled in the set.

    §

    impl BitOr<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitor(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the union of the two sets of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitor_assign(&mut self, other: ThreadStateFlags)

    Adds the set of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the | operator.
    §

    impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitor_assign(&mut self, other: ThreadStateFlags)

    Adds the set of flags.

    §

    impl BitXor<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitxor(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitxor_assign(&mut self, other: ThreadStateFlags)

    Toggles the set of flags.

    -
    §

    impl Clone for ThreadStateFlags

    §

    fn clone(&self) -> ThreadStateFlags

    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 ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<ThreadStateFlags> for ThreadStateFlags

    §

    fn extend<T>(&mut self, iterator: T)where +

    §

    type Output = ThreadStateFlags

    The resulting type after applying the ^ operator.
    §

    impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn bitxor_assign(&mut self, other: ThreadStateFlags)

    Toggles the set of flags.

    +
    §

    impl Clone for ThreadStateFlags

    §

    fn clone(&self) -> ThreadStateFlags

    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 ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter. Read more
    §

    impl Extend<ThreadStateFlags> for ThreadStateFlags

    §

    fn extend<T>(&mut self, iterator: T)where T: IntoIterator<Item = ThreadStateFlags>,

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    §

    impl FromIterator<ThreadStateFlags> for ThreadStateFlags

    §

    fn from_iter<T>(iterator: T) -> ThreadStateFlagswhere T: IntoIterator<Item = ThreadStateFlags>,

    Creates a value from an iterator. Read more
    §

    impl Hash for ThreadStateFlags

    §

    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
    §

    impl LowerHex for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for ThreadStateFlags

    §

    fn not(self) -> ThreadStateFlags

    Returns the complement of this set of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ! operator.
    §

    impl Octal for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for ThreadStateFlags

    §

    fn cmp(&self, other: &ThreadStateFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    §

    impl LowerHex for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Not for ThreadStateFlags

    §

    fn not(self) -> ThreadStateFlags

    Returns the complement of this set of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ! operator.
    §

    impl Octal for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Ord for ThreadStateFlags

    §

    fn cmp(&self, other: &ThreadStateFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    §

    impl PartialEq<ThreadStateFlags> for ThreadStateFlags

    §

    fn eq(&self, other: &ThreadStateFlags) -> bool

    This method tests for self and other values to be equal, and is used @@ -84,8 +84,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    §

    impl PartialOrd<ThreadStateFlags> for ThreadStateFlags

    §

    fn partial_cmp(&self, other: &ThreadStateFlags) -> 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
    §

    impl Sub<ThreadStateFlags> for ThreadStateFlags

    §

    fn sub(self, other: ThreadStateFlags) -> ThreadStateFlags

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the - operator.
    §

    impl SubAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn sub_assign(&mut self, other: ThreadStateFlags)

    Disables all flags enabled in the set.

    -
    §

    impl UpperHex for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Copy for ThreadStateFlags

    §

    impl Eq for ThreadStateFlags

    §

    impl StructuralEq for ThreadStateFlags

    §

    impl StructuralPartialEq for ThreadStateFlags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for ThreadStateFlags

    §

    impl Send for ThreadStateFlags

    §

    impl Sync for ThreadStateFlags

    §

    impl Unpin for ThreadStateFlags

    §

    impl UnwindSafe for ThreadStateFlags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    §

    type Output = ThreadStateFlags

    The resulting type after applying the - operator.
    §

    impl SubAssign<ThreadStateFlags> for ThreadStateFlags

    §

    fn sub_assign(&mut self, other: ThreadStateFlags)

    Disables all flags enabled in the set.

    +
    §

    impl UpperHex for ThreadStateFlags

    §

    fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

    Formats the value using the given formatter.
    §

    impl Copy for ThreadStateFlags

    §

    impl Eq for ThreadStateFlags

    §

    impl StructuralEq for ThreadStateFlags

    §

    impl StructuralPartialEq for ThreadStateFlags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for ThreadStateFlags

    §

    impl Send for ThreadStateFlags

    §

    impl Sync for ThreadStateFlags

    §

    impl Unpin for ThreadStateFlags

    §

    impl UnwindSafe for ThreadStateFlags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wasix/types/wasi/type.Count.html b/crates/doc/wasmer_wasix/types/wasi/type.Count.html index 433967f1511..3fbde7047ef 100644 --- a/crates/doc/wasmer_wasix/types/wasi/type.Count.html +++ b/crates/doc/wasmer_wasix/types/wasi/type.Count.html @@ -1 +1 @@ -Count in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Count in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::Count

    pub type Count = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/wasi/type.Dirnamlen.html b/crates/doc/wasmer_wasix/types/wasi/type.Dirnamlen.html index 1d9bb2dcbaa..804cc6bb4bc 100644 --- a/crates/doc/wasmer_wasix/types/wasi/type.Dirnamlen.html +++ b/crates/doc/wasmer_wasix/types/wasi/type.Dirnamlen.html @@ -1,2 +1,2 @@ Dirnamlen in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::Dirnamlen

    pub type Dirnamlen = u32;
    Expand description

    The type for the dirent::d-namlen field of dirent struct.

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/wasi/type.Fd.html b/crates/doc/wasmer_wasix/types/wasi/type.Fd.html index d197c751d21..8352175bd93 100644 --- a/crates/doc/wasmer_wasix/types/wasi/type.Fd.html +++ b/crates/doc/wasmer_wasix/types/wasi/type.Fd.html @@ -1,2 +1,2 @@ Fd in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::Fd

    pub type Fd = u32;
    Expand description

    A file descriptor handle.

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/wasi/type.LookupFlags.html b/crates/doc/wasmer_wasix/types/wasi/type.LookupFlags.html index d8c03456326..8bc11006d09 100644 --- a/crates/doc/wasmer_wasix/types/wasi/type.LookupFlags.html +++ b/crates/doc/wasmer_wasix/types/wasi/type.LookupFlags.html @@ -1 +1 @@ -LookupFlags in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::LookupFlags

    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +LookupFlags in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::LookupFlags

    pub type LookupFlags = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/wasi/type.Pid.html b/crates/doc/wasmer_wasix/types/wasi/type.Pid.html index 11911b2c00b..ed39eb417c3 100644 --- a/crates/doc/wasmer_wasix/types/wasi/type.Pid.html +++ b/crates/doc/wasmer_wasix/types/wasi/type.Pid.html @@ -1 +1 @@ -Pid in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::Pid

    pub type Pid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Pid in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::Pid

    pub type Pid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/wasi/type.Size.html b/crates/doc/wasmer_wasix/types/wasi/type.Size.html index a9494aaf3f9..a1a40a6b201 100644 --- a/crates/doc/wasmer_wasix/types/wasi/type.Size.html +++ b/crates/doc/wasmer_wasix/types/wasi/type.Size.html @@ -1,4 +1,4 @@ Size in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::Size

    pub type Size = u32;
    Expand description

    Type names used by low-level WASI interfaces. An array size.

    Note: This is similar to size_t in POSIX.

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/wasi/type.Snapshot0Linkcount.html b/crates/doc/wasmer_wasix/types/wasi/type.Snapshot0Linkcount.html index 49d6d9c6014..8299a6be69f 100644 --- a/crates/doc/wasmer_wasix/types/wasi/type.Snapshot0Linkcount.html +++ b/crates/doc/wasmer_wasix/types/wasi/type.Snapshot0Linkcount.html @@ -1 +1 @@ -Snapshot0Linkcount in wasmer_wasix::types::wasi - Rust
    pub type Snapshot0Linkcount = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Snapshot0Linkcount in wasmer_wasix::types::wasi - Rust
    pub type Snapshot0Linkcount = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/wasi/type.Tid.html b/crates/doc/wasmer_wasix/types/wasi/type.Tid.html index bd5db57b949..632add6f6df 100644 --- a/crates/doc/wasmer_wasix/types/wasi/type.Tid.html +++ b/crates/doc/wasmer_wasix/types/wasi/type.Tid.html @@ -1 +1 @@ -Tid in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::Tid

    pub type Tid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +Tid in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::Tid

    pub type Tid = u32;

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix/types/wasi/type.TlKey.html b/crates/doc/wasmer_wasix/types/wasi/type.TlKey.html index b667e38ea14..bbe00e28ea2 100644 --- a/crates/doc/wasmer_wasix/types/wasi/type.TlKey.html +++ b/crates/doc/wasmer_wasix/types/wasi/type.TlKey.html @@ -1,2 +1,2 @@ TlKey in wasmer_wasix::types::wasi - Rust

    Type Alias wasmer_wasix::types::wasi::TlKey

    pub type TlKey = u32;
    Expand description

    Thread local key

    -

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file +

    Trait Implementations§

    source§

    impl From<WasiProcessId> for u32

    source§

    fn from(val: WasiProcessId) -> Self

    Converts to this type from the input type.
    source§

    impl From<WasiThreadId> for u32

    source§

    fn from(t: WasiThreadId) -> u32

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Clockid.html b/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Clockid.html index 1adda4cda8c..41d158cffa0 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Clockid.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Clockid.html @@ -17,7 +17,7 @@

    Trait Implementations§

    source§

    impl Clone for Clockid

    source§

    fn clone(&self) -> Clockid

    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 Clockid

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    source§

    fn from(other: Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for Clockid

    source§

    fn from(other: Snapshot0Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Clockid

    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§

    fn from(other: Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for Clockid

    source§

    fn from(other: Snapshot0Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Clockid

    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
    source§

    impl PartialEq<Clockid> for Clockid

    source§

    fn eq(&self, other: &Clockid) -> 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 diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Errno.html b/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Errno.html index de642982b00..7d5fe8cbdf4 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Errno.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Errno.html @@ -164,7 +164,7 @@
    §

    Memviolation

    Memory access violation.

    §

    Unknown

    An unknown error has occured

    Implementations§

    source§

    impl Errno

    source

    pub fn name(&self) -> &'static str

    source

    pub fn message(&self) -> &'static str

    Trait Implementations§

    source§

    impl Clone for Errno

    source§

    fn clone(&self) -> Errno

    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 Errno

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Errno

    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 Display for Errno

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Errno> for Error

    source§

    fn from(err: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for ErrorKind

    source§

    fn from(err: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for ExitCode

    source§

    fn from(val: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Errno

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for Errno

    source§

    fn from(code: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Errno

    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 + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Errno

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Errno> for Error

    source§

    fn from(err: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for ErrorKind

    source§

    fn from(err: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for ExitCode

    source§

    fn from(val: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Errno

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for Errno

    source§

    fn from(code: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Errno

    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
    source§

    impl Ord for Errno

    source§

    fn cmp(&self, other: &Errno) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Snapshot0Clockid.html b/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Snapshot0Clockid.html index 905f77998bf..e0be4a0dacb 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Snapshot0Clockid.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/enum.Snapshot0Clockid.html @@ -18,7 +18,7 @@ __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    source§

    fn from(other: Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for Clockid

    source§

    fn from(other: Snapshot0Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Snapshot0Clockid

    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§

    fn from(other: Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for Clockid

    source§

    fn from(other: Snapshot0Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Snapshot0Clockid

    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
    source§

    impl PartialEq<Snapshot0Clockid> for Snapshot0Clockid

    source§

    fn eq(&self, other: &Snapshot0Clockid) -> 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 diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Eventrwflags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Eventrwflags.html index 12c49de6249..0d9ae04edae 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Eventrwflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Eventrwflags.html @@ -63,17 +63,17 @@
    Safety
    ops::Not), as in !flags.

    source§

    impl Eventrwflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Eventrwflags> for Eventrwflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    source§

    impl Binary for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Eventrwflags> for Eventrwflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    §

    type Output = Eventrwflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Eventrwflags> for Eventrwflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Eventrwflags> for Eventrwflags

    source§

    fn bitor(self, other: Eventrwflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Eventrwflags> for Eventrwflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    §

    type Output = Eventrwflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Eventrwflags> for Eventrwflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Eventrwflags

    source§

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Eventrwflags

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    source§

    impl Clone for Eventrwflags

    source§

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Eventrwflags

    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 Extend<Eventrwflags> for Eventrwflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Eventrwflags> for Eventrwflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Eventrwflags

    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
    source§

    impl LowerHex for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Eventrwflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Eventrwflags

    source§

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Eventrwflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Eventrwflags

    source§

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Eventrwflags> for Eventrwflags

    source§

    fn eq(&self, other: &Eventrwflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -82,8 +82,8 @@
    Safety
    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 Serialize for Eventrwflags

    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 Sub<Eventrwflags> for Eventrwflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Eventrwflags> for Eventrwflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Eventrwflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Eventrwflags> for Eventrwflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    source§

    impl UpperHex for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Eventrwflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Eventrwflags

    source§

    impl Eq for Eventrwflags

    source§

    impl StructuralEq for Eventrwflags

    source§

    impl StructuralPartialEq for Eventrwflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Eventrwflags

    §

    impl Send for Eventrwflags

    §

    impl Sync for Eventrwflags

    §

    impl Unpin for Eventrwflags

    §

    impl UnwindSafe for Eventrwflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Fdflags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Fdflags.html index 61a70f39fe0..a2bccce797b 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Fdflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Fdflags.html @@ -68,17 +68,17 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl Fdflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Fdflags> for Fdflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Fdflags> for Fdflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Fdflags> for Fdflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Fdflags> for Fdflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Fdflags> for Fdflags

    source§

    fn bitor(self, other: Fdflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Fdflags> for Fdflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Fdflags> for Fdflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Fdflags> for Fdflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Fdflags> for Fdflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Fdflags

    source§

    fn clone(&self) -> Fdflags

    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 Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Fdflags

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Fdflags> for Fdflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Fdflags

    source§

    fn clone(&self) -> Fdflags

    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 Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Fdflags

    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 Extend<Fdflags> for Fdflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Fdflags> for Fdflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for Fdflags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Fdflags

    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
    source§

    impl LowerHex for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Fdflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Fdflags

    source§

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Fdflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Fdflags

    source§

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Fdflags> for Fdflags

    source§

    fn eq(&self, other: &Fdflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -87,8 +87,8 @@
    Safety
    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 Serialize for Fdflags

    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 Sub<Fdflags> for Fdflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Fdflags> for Fdflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Fdflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Fdflags> for Fdflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    source§

    impl UpperHex for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Fdflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Fdflags

    source§

    impl Eq for Fdflags

    source§

    impl StructuralEq for Fdflags

    source§

    impl StructuralPartialEq for Fdflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fdflags

    §

    impl Send for Fdflags

    §

    impl Sync for Fdflags

    §

    impl Unpin for Fdflags

    §

    impl UnwindSafe for Fdflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Fstflags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Fstflags.html index cc4189108bf..70fe7b28bad 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Fstflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Fstflags.html @@ -67,16 +67,16 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl Fstflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Fstflags> for Fstflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Fstflags> for Fstflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Fstflags> for Fstflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Fstflags> for Fstflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Fstflags> for Fstflags

    source§

    fn bitor(self, other: Fstflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Fstflags> for Fstflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Fstflags> for Fstflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Fstflags> for Fstflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Fstflags> for Fstflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Fstflags

    source§

    fn clone(&self) -> Fstflags

    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 Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Fstflags

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Fstflags> for Fstflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Fstflags

    source§

    fn clone(&self) -> Fstflags

    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 Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Fstflags

    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 Extend<Fstflags> for Fstflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Fstflags> for Fstflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for Fstflags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Fstflags

    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
    source§

    impl LowerHex for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Fstflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    + Self: Sized,
    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Fstflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Fstflags

    source§

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere @@ -87,7 +87,7 @@
    Safety
    operator. Read more

    source§

    impl Serialize for Fstflags

    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 Sub<Fstflags> for Fstflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Fstflags> for Fstflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Fstflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    source§

    impl UpperHex for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Fstflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Fstflags

    source§

    impl Eq for Fstflags

    source§

    impl StructuralEq for Fstflags

    source§

    impl StructuralPartialEq for Fstflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fstflags

    §

    impl Send for Fstflags

    §

    impl Sync for Fstflags

    §

    impl Unpin for Fstflags

    §

    impl UnwindSafe for Fstflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.JoinFlags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.JoinFlags.html index 13f29876bb8..995e8405075 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.JoinFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.JoinFlags.html @@ -63,16 +63,16 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl JoinFlags

    source

    pub fn from_bits_preserve(bits: u32) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<JoinFlags> for JoinFlags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<JoinFlags> for JoinFlags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<JoinFlags> for JoinFlags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<JoinFlags> for JoinFlags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<JoinFlags> for JoinFlags

    source§

    fn bitor(self, other: JoinFlags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<JoinFlags> for JoinFlags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<JoinFlags> for JoinFlags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<JoinFlags> for JoinFlags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<JoinFlags> for JoinFlags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for JoinFlags

    source§

    fn clone(&self) -> JoinFlags

    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 JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<JoinFlags> for JoinFlags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<JoinFlags> for JoinFlags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for JoinFlags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for JoinFlags

    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 +

    §

    type Output = JoinFlags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<JoinFlags> for JoinFlags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for JoinFlags

    source§

    fn clone(&self) -> JoinFlags

    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 JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<JoinFlags> for JoinFlags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<JoinFlags> for JoinFlags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for JoinFlags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for JoinFlags

    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
    source§

    impl LowerHex for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for JoinFlags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the ! operator.
    source§

    impl Octal for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for JoinFlags

    source§

    fn cmp(&self, other: &JoinFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for JoinFlags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the ! operator.
    source§

    impl Octal for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for JoinFlags

    source§

    fn cmp(&self, other: &JoinFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<JoinFlags> for JoinFlags

    source§

    fn eq(&self, other: &JoinFlags) -> bool

    This method tests for self and other values to be equal, and is used @@ -80,8 +80,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd<JoinFlags> for JoinFlags

    source§

    fn partial_cmp(&self, other: &JoinFlags) -> 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 Sub<JoinFlags> for JoinFlags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<JoinFlags> for JoinFlags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for JoinFlags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = JoinFlags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<JoinFlags> for JoinFlags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    source§

    impl UpperHex for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for JoinFlags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for JoinFlags

    source§

    impl Eq for JoinFlags

    source§

    impl StructuralEq for JoinFlags

    source§

    impl StructuralPartialEq for JoinFlags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for JoinFlags

    §

    impl Send for JoinFlags

    §

    impl Sync for JoinFlags

    §

    impl Unpin for JoinFlags

    §

    impl UnwindSafe for JoinFlags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Lookup.html b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Lookup.html index f6d1fa7c4ae..3253b877387 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Lookup.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Lookup.html @@ -64,16 +64,16 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl Lookup

    source

    pub fn from_bits_preserve(bits: u32) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Lookup> for Lookup

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Lookup> for Lookup

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Lookup> for Lookup

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Lookup> for Lookup

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Lookup> for Lookup

    source§

    fn bitor(self, other: Lookup) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Lookup> for Lookup

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Lookup> for Lookup

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Lookup> for Lookup

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Lookup

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Lookup> for Lookup

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Lookup

    source§

    fn clone(&self) -> Lookup

    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 Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<Lookup> for Lookup

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Lookup> for Lookup

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Lookup

    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 +

    §

    type Output = Lookup

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Lookup> for Lookup

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Lookup

    source§

    fn clone(&self) -> Lookup

    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 Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<Lookup> for Lookup

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Lookup> for Lookup

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Lookup

    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
    source§

    impl LowerHex for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Lookup

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the ! operator.
    source§

    impl Octal for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Lookup

    source§

    fn cmp(&self, other: &Lookup) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Lookup

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the ! operator.
    source§

    impl Octal for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Lookup

    source§

    fn cmp(&self, other: &Lookup) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Lookup> for Lookup

    source§

    fn eq(&self, other: &Lookup) -> bool

    This method tests for self and other values to be equal, and is used @@ -82,7 +82,7 @@
    Safety
    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 Sub<Lookup> for Lookup

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    §

    type Output = Lookup

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Lookup> for Lookup

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Lookup

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    source§

    impl UpperHex for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Lookup

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Lookup

    source§

    impl Eq for Lookup

    source§

    impl StructuralEq for Lookup

    source§

    impl StructuralPartialEq for Lookup

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Lookup

    §

    impl Send for Lookup

    §

    impl Sync for Lookup

    §

    impl Unpin for Lookup

    §

    impl UnwindSafe for Lookup

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Oflags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Oflags.html index ade48c7d9bc..2a304386f18 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Oflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Oflags.html @@ -67,17 +67,17 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl Oflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Oflags> for Oflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Oflags> for Oflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Oflags> for Oflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Oflags> for Oflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Oflags> for Oflags

    source§

    fn bitor(self, other: Oflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Oflags> for Oflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Oflags> for Oflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Oflags> for Oflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Oflags> for Oflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Oflags

    source§

    fn clone(&self) -> Oflags

    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 Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Oflags

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Oflags> for Oflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Oflags

    source§

    fn clone(&self) -> Oflags

    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 Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Oflags

    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 Extend<Oflags> for Oflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Oflags> for Oflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for Oflags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Oflags

    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
    source§

    impl LowerHex for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Oflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Oflags

    source§

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere +

    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Oflags

    source§

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Oflags> for Oflags

    source§

    fn eq(&self, other: &Oflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -86,8 +86,8 @@
    Safety
    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 Serialize for Oflags

    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 Sub<Oflags> for Oflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Oflags> for Oflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Oflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Oflags> for Oflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    source§

    impl UpperHex for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Oflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Oflags

    source§

    impl Eq for Oflags

    source§

    impl StructuralEq for Oflags

    source§

    impl StructuralPartialEq for Oflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Oflags

    §

    impl Send for Oflags

    §

    impl Sync for Oflags

    §

    impl Unpin for Oflags

    §

    impl UnwindSafe for Oflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Rights.html b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Rights.html index 31f3e1e655a..583332c85f4 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Rights.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Rights.html @@ -113,17 +113,17 @@

    Safety
    source§

    impl Rights

    source

    pub fn from_bits_preserve(bits: u64) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    source§

    impl Rights

    source

    pub const fn all_socket() -> Self

    source

    pub fn to_str(self) -> Option<&'static str>

    expects a single right, returns None if out of bounds or > 1 bit set

    -

    Trait Implementations§

    source§

    impl Binary for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Rights> for Rights

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    source§

    impl Binary for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Rights> for Rights

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    §

    type Output = Rights

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Rights> for Rights

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Rights> for Rights

    source§

    fn bitor(self, other: Rights) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Rights> for Rights

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Rights> for Rights

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Rights> for Rights

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Rights> for Rights

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Rights

    source§

    fn clone(&self) -> Rights

    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 Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Rights

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Rights> for Rights

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Rights

    source§

    fn clone(&self) -> Rights

    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 Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Rights

    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 Extend<Rights> for Rights

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Rights> for Rights

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for Rights

    §

    type Native = i64

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Rights

    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
    source§

    impl LowerHex for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Rights

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    source§

    impl Octal for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Rights

    source§

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Rights

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    source§

    impl Octal for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Rights

    source§

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Rights> for Rights

    source§

    fn eq(&self, other: &Rights) -> bool

    This method tests for self and other values to be equal, and is used @@ -132,7 +132,7 @@
    Safety
    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 Serialize for Rights

    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 Sub<Rights> for Rights

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Rights> for Rights

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    §

    type Output = Rights

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Rights> for Rights

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    source§

    impl UpperHex for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Rights

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Rights

    source§

    impl Eq for Rights

    source§

    impl StructuralEq for Rights

    source§

    impl StructuralPartialEq for Rights

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Rights

    §

    impl Send for Rights

    §

    impl Sync for Rights

    §

    impl Unpin for Rights

    §

    impl UnwindSafe for Rights

    Blanket Implementations§

    source§

    impl<T> Any for Twhere diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Subclockflags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Subclockflags.html index 6aecd20eb39..a7cb0dc1cfc 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Subclockflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.Subclockflags.html @@ -67,16 +67,16 @@
    Safety
    ops::Not), as in !flags.

    source§

    impl Subclockflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Subclockflags> for Subclockflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Subclockflags> for Subclockflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Subclockflags> for Subclockflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Subclockflags> for Subclockflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Subclockflags> for Subclockflags

    source§

    fn bitor(self, other: Subclockflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Subclockflags> for Subclockflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Subclockflags> for Subclockflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Subclockflags> for Subclockflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Subclockflags> for Subclockflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Subclockflags

    source§

    fn clone(&self) -> Subclockflags

    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 Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<Subclockflags> for Subclockflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Subclockflags> for Subclockflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Subclockflags

    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 +

    §

    type Output = Subclockflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Subclockflags> for Subclockflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Subclockflags

    source§

    fn clone(&self) -> Subclockflags

    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 Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<Subclockflags> for Subclockflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Subclockflags> for Subclockflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Subclockflags

    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
    source§

    impl LowerHex for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Subclockflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Subclockflags

    source§

    fn cmp(&self, other: &Subclockflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere +

    §

    type Output = Subclockflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Subclockflags

    source§

    fn cmp(&self, other: &Subclockflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Subclockflags> for Subclockflags

    source§

    fn eq(&self, other: &Subclockflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -84,7 +84,7 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd<Subclockflags> for Subclockflags

    source§

    fn partial_cmp(&self, other: &Subclockflags) -> 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 Sub<Subclockflags> for Subclockflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Subclockflags> for Subclockflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Subclockflags> for Subclockflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    source§

    impl UpperHex for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Subclockflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Subclockflags

    source§

    impl Eq for Subclockflags

    source§

    impl StructuralEq for Subclockflags

    source§

    impl StructuralPartialEq for Subclockflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Subclockflags

    §

    impl Send for Subclockflags

    §

    impl Sync for Subclockflags

    §

    impl Unpin for Subclockflags

    §

    impl UnwindSafe for Subclockflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.ThreadStateFlags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.ThreadStateFlags.html index a21e3643e98..61c964786ae 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/struct.ThreadStateFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/struct.ThreadStateFlags.html @@ -61,16 +61,16 @@
    Safety
    ops::Not), as in !flags.

    source§

    impl ThreadStateFlags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitor(self, other: ThreadStateFlags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for ThreadStateFlags

    source§

    fn clone(&self) -> ThreadStateFlags

    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 ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<ThreadStateFlags> for ThreadStateFlags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<ThreadStateFlags> for ThreadStateFlags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for ThreadStateFlags

    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 +

    §

    type Output = ThreadStateFlags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for ThreadStateFlags

    source§

    fn clone(&self) -> ThreadStateFlags

    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 ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<ThreadStateFlags> for ThreadStateFlags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<ThreadStateFlags> for ThreadStateFlags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for ThreadStateFlags

    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
    source§

    impl LowerHex for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for ThreadStateFlags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ! operator.
    source§

    impl Octal for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for ThreadStateFlags

    source§

    fn cmp(&self, other: &ThreadStateFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for ThreadStateFlags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ! operator.
    source§

    impl Octal for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for ThreadStateFlags

    source§

    fn cmp(&self, other: &ThreadStateFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<ThreadStateFlags> for ThreadStateFlags

    source§

    fn eq(&self, other: &ThreadStateFlags) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/type.EventFdFlags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/type.EventFdFlags.html index f9284398fb4..e479f8936ba 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/type.EventFdFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/type.EventFdFlags.html @@ -1 +1 @@ -EventFdFlags in wasmer_wasix_types::wasi::bindings - Rust
    pub type EventFdFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file +EventFdFlags in wasmer_wasix_types::wasi::bindings - Rust
    pub type EventFdFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/type.RiFlags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/type.RiFlags.html index 5cd9ac9f447..aeb7a19a475 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/type.RiFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/type.RiFlags.html @@ -1 +1 @@ -RiFlags in wasmer_wasix_types::wasi::bindings - Rust
    pub type RiFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file +RiFlags in wasmer_wasix_types::wasi::bindings - Rust
    pub type RiFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/type.RoFlags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/type.RoFlags.html index f4308422a93..a3ef1ac38bd 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/type.RoFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/type.RoFlags.html @@ -1 +1 @@ -RoFlags in wasmer_wasix_types::wasi::bindings - Rust
    pub type RoFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file +RoFlags in wasmer_wasix_types::wasi::bindings - Rust
    pub type RoFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix_types/wasi/bindings/type.SiFlags.html b/crates/doc/wasmer_wasix_types/wasi/bindings/type.SiFlags.html index 48782c9ff04..110c878afee 100644 --- a/crates/doc/wasmer_wasix_types/wasi/bindings/type.SiFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/bindings/type.SiFlags.html @@ -1 +1 @@ -SiFlags in wasmer_wasix_types::wasi::bindings - Rust
    pub type SiFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file +SiFlags in wasmer_wasix_types::wasi::bindings - Rust
    pub type SiFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix_types/wasi/enum.Clockid.html b/crates/doc/wasmer_wasix_types/wasi/enum.Clockid.html index 096dc7db964..638af258e66 100644 --- a/crates/doc/wasmer_wasix_types/wasi/enum.Clockid.html +++ b/crates/doc/wasmer_wasix_types/wasi/enum.Clockid.html @@ -17,7 +17,7 @@

    Trait Implementations§

    source§

    impl Clone for Clockid

    source§

    fn clone(&self) -> Clockid

    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 Clockid

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    source§

    fn from(other: Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for Clockid

    source§

    fn from(other: Snapshot0Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Clockid

    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§

    fn from(other: Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for Clockid

    source§

    fn from(other: Snapshot0Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Clockid

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Clockid

    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
    source§

    impl PartialEq<Clockid> for Clockid

    source§

    fn eq(&self, other: &Clockid) -> 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 diff --git a/crates/doc/wasmer_wasix_types/wasi/enum.Errno.html b/crates/doc/wasmer_wasix_types/wasi/enum.Errno.html index 5d54096ce78..ce408004c16 100644 --- a/crates/doc/wasmer_wasix_types/wasi/enum.Errno.html +++ b/crates/doc/wasmer_wasix_types/wasi/enum.Errno.html @@ -164,7 +164,7 @@
    §

    Memviolation

    Memory access violation.

    §

    Unknown

    An unknown error has occured

    Implementations§

    source§

    impl Errno

    source

    pub fn name(&self) -> &'static str

    source

    pub fn message(&self) -> &'static str

    Trait Implementations§

    source§

    impl Clone for Errno

    source§

    fn clone(&self) -> Errno

    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 Errno

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Errno

    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 Display for Errno

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Errno> for Error

    source§

    fn from(err: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for ErrorKind

    source§

    fn from(err: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for ExitCode

    source§

    fn from(val: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Errno

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for Errno

    source§

    fn from(code: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Errno

    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 + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for Errno

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for Errno

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more
    source§

    impl From<Errno> for Error

    source§

    fn from(err: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for ErrorKind

    source§

    fn from(err: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for ExitCode

    source§

    fn from(val: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<Error> for Errno

    source§

    fn from(err: Error) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for Errno

    source§

    fn from(code: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Errno

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Errno

    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
    source§

    impl Ord for Errno

    source§

    fn cmp(&self, other: &Errno) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere diff --git a/crates/doc/wasmer_wasix_types/wasi/enum.ExitCode.html b/crates/doc/wasmer_wasix_types/wasi/enum.ExitCode.html index e15e19d011e..4fd80ade23e 100644 --- a/crates/doc/wasmer_wasix_types/wasi/enum.ExitCode.html +++ b/crates/doc/wasmer_wasix_types/wasi/enum.ExitCode.html @@ -2,7 +2,7 @@ Errno(Errno), Other(i32), }

    Variants§

    §

    Errno(Errno)

    §

    Other(i32)

    Implementations§

    source§

    impl ExitCode

    source

    pub fn raw(&self) -> i32

    source

    pub fn is_success(&self) -> bool

    Trait Implementations§

    source§

    impl Clone for ExitCode

    source§

    fn clone(&self) -> ExitCode

    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 ExitCode

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for ExitCode

    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 Display for ExitCode

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Errno> for ExitCode

    source§

    fn from(val: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for Errno

    source§

    fn from(code: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for i32

    source§

    fn from(val: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl From<i32> for ExitCode

    source§

    fn from(val: i32) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Ord for ExitCode

    source§

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for ExitCode

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Errno> for ExitCode

    source§

    fn from(val: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for Errno

    source§

    fn from(code: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for i32

    source§

    fn from(val: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl From<i32> for ExitCode

    source§

    fn from(val: i32) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Ord for ExitCode

    source§

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<ExitCode> for ExitCode

    source§

    fn eq(&self, other: &ExitCode) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix_types/wasi/enum.Snapshot0Clockid.html b/crates/doc/wasmer_wasix_types/wasi/enum.Snapshot0Clockid.html index dbf677f2277..3d07033f0cd 100644 --- a/crates/doc/wasmer_wasix_types/wasi/enum.Snapshot0Clockid.html +++ b/crates/doc/wasmer_wasix_types/wasi/enum.Snapshot0Clockid.html @@ -18,7 +18,7 @@ __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl From<Clockid> for Snapshot0Clockid

    Workaround implementation because wit-bindgen does not generate type aliases, but instead creates the same filetype in each module for use statements in the .wit file.

    -
    source§

    fn from(other: Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for Clockid

    source§

    fn from(other: Snapshot0Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Snapshot0Clockid

    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§

    fn from(other: Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl From<Snapshot0Clockid> for Clockid

    source§

    fn from(other: Snapshot0Clockid) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for Snapshot0Clockid

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Snapshot0Clockid

    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
    source§

    impl PartialEq<Snapshot0Clockid> for Snapshot0Clockid

    source§

    fn eq(&self, other: &Snapshot0Clockid) -> 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 diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.EpollType.html b/crates/doc/wasmer_wasix_types/wasi/struct.EpollType.html index c0a2334e34e..adb4c588db4 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.EpollType.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.EpollType.html @@ -82,17 +82,17 @@
    Safety
    between Self::all() and self (e.g. Self::all() - self)

    This is equivalent to using the ! operator (e.g. ops::Not), as in !flags.

    -

    Trait Implementations§

    source§

    impl Binary for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<EpollType> for EpollType

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<EpollType> for EpollType

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<EpollType> for EpollType

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = EpollType

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<EpollType> for EpollType

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<EpollType> for EpollType

    source§

    fn bitor(self, other: EpollType) -> Self

    Returns the union of the two sets of flags.

    §

    type Output = EpollType

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<EpollType> for EpollType

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<EpollType> for EpollType

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = EpollType

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<EpollType> for EpollType

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for EpollType

    source§

    fn clone(&self) -> EpollType

    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 EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for EpollType

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = EpollType

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<EpollType> for EpollType

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for EpollType

    source§

    fn clone(&self) -> EpollType

    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 EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for EpollType

    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 Extend<EpollType> for EpollType

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<EpollType> for EpollType

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for EpollType

    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
    source§

    impl LowerHex for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for EpollType

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the ! operator.
    source§

    impl Octal for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for EpollType

    source§

    fn cmp(&self, other: &EpollType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for EpollType

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = EpollType

    The resulting type after applying the ! operator.
    source§

    impl Octal for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for EpollType

    source§

    fn cmp(&self, other: &EpollType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<EpollType> for EpollType

    source§

    fn eq(&self, other: &EpollType) -> bool

    This method tests for self and other values to be equal, and is used @@ -101,7 +101,7 @@
    Safety
    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 Serialize for EpollType

    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 Sub<EpollType> for EpollType

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the - operator.
    source§

    impl SubAssign<EpollType> for EpollType

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    §

    type Output = EpollType

    The resulting type after applying the - operator.
    source§

    impl SubAssign<EpollType> for EpollType

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    source§

    impl UpperHex for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for EpollType

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for EpollType

    source§

    impl Eq for EpollType

    source§

    impl StructuralEq for EpollType

    source§

    impl StructuralPartialEq for EpollType

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.Eventrwflags.html b/crates/doc/wasmer_wasix_types/wasi/struct.Eventrwflags.html index 964933558f5..515b454e180 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.Eventrwflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.Eventrwflags.html @@ -63,17 +63,17 @@
    Safety
    ops::Not), as in !flags.

    source§

    impl Eventrwflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Eventrwflags> for Eventrwflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    source§

    impl Binary for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Eventrwflags> for Eventrwflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    §

    type Output = Eventrwflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Eventrwflags> for Eventrwflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Eventrwflags> for Eventrwflags

    source§

    fn bitor(self, other: Eventrwflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Eventrwflags> for Eventrwflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Eventrwflags> for Eventrwflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    §

    type Output = Eventrwflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Eventrwflags> for Eventrwflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Eventrwflags

    source§

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Eventrwflags

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    source§

    impl Clone for Eventrwflags

    source§

    fn clone(&self) -> Eventrwflags

    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 Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Eventrwflags

    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 Extend<Eventrwflags> for Eventrwflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Eventrwflags> for Eventrwflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Eventrwflags

    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
    source§

    impl LowerHex for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Eventrwflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Eventrwflags

    source§

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Eventrwflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = Eventrwflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Eventrwflags

    source§

    fn cmp(&self, other: &Eventrwflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Eventrwflags> for Eventrwflags

    source§

    fn eq(&self, other: &Eventrwflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -82,8 +82,8 @@
    Safety
    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 Serialize for Eventrwflags

    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 Sub<Eventrwflags> for Eventrwflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Eventrwflags> for Eventrwflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Eventrwflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Eventrwflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Eventrwflags> for Eventrwflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    source§

    impl UpperHex for Eventrwflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Eventrwflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Eventrwflags

    source§

    impl Eq for Eventrwflags

    source§

    impl StructuralEq for Eventrwflags

    source§

    impl StructuralPartialEq for Eventrwflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Eventrwflags

    §

    impl Send for Eventrwflags

    §

    impl Sync for Eventrwflags

    §

    impl Unpin for Eventrwflags

    §

    impl UnwindSafe for Eventrwflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.Fdflags.html b/crates/doc/wasmer_wasix_types/wasi/struct.Fdflags.html index c7afef01d8c..d326043f30a 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.Fdflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.Fdflags.html @@ -68,17 +68,17 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl Fdflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Fdflags> for Fdflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Fdflags> for Fdflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Fdflags> for Fdflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Fdflags> for Fdflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Fdflags> for Fdflags

    source§

    fn bitor(self, other: Fdflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Fdflags> for Fdflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Fdflags> for Fdflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Fdflags> for Fdflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Fdflags> for Fdflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Fdflags

    source§

    fn clone(&self) -> Fdflags

    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 Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Fdflags

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = Fdflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Fdflags> for Fdflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Fdflags

    source§

    fn clone(&self) -> Fdflags

    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 Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Fdflags

    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 Extend<Fdflags> for Fdflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Fdflags> for Fdflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for Fdflags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Fdflags

    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
    source§

    impl LowerHex for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Fdflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Fdflags

    source§

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Fdflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = Fdflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Fdflags

    source§

    fn cmp(&self, other: &Fdflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Fdflags> for Fdflags

    source§

    fn eq(&self, other: &Fdflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -87,8 +87,8 @@
    Safety
    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 Serialize for Fdflags

    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 Sub<Fdflags> for Fdflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Fdflags> for Fdflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Fdflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Fdflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Fdflags> for Fdflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    source§

    impl UpperHex for Fdflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Fdflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Fdflags

    source§

    impl Eq for Fdflags

    source§

    impl StructuralEq for Fdflags

    source§

    impl StructuralPartialEq for Fdflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fdflags

    §

    impl Send for Fdflags

    §

    impl Sync for Fdflags

    §

    impl Unpin for Fdflags

    §

    impl UnwindSafe for Fdflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.Fstflags.html b/crates/doc/wasmer_wasix_types/wasi/struct.Fstflags.html index a66f27a3725..fc1558448a9 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.Fstflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.Fstflags.html @@ -67,16 +67,16 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl Fstflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Fstflags> for Fstflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Fstflags> for Fstflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Fstflags> for Fstflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Fstflags> for Fstflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Fstflags> for Fstflags

    source§

    fn bitor(self, other: Fstflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Fstflags> for Fstflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Fstflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Fstflags> for Fstflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Fstflags> for Fstflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Fstflags> for Fstflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Fstflags

    source§

    fn clone(&self) -> Fstflags

    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 Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Fstflags

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = Fstflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Fstflags> for Fstflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Fstflags

    source§

    fn clone(&self) -> Fstflags

    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 Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Fstflags

    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 Extend<Fstflags> for Fstflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Fstflags> for Fstflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for Fstflags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Fstflags

    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
    source§

    impl LowerHex for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Fstflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    + Self: Sized,
    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Fstflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    §

    type Output = Fstflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Fstflags

    source§

    fn cmp(&self, other: &Fstflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere @@ -87,7 +87,7 @@
    Safety
    operator. Read more

    source§

    impl Serialize for Fstflags

    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 Sub<Fstflags> for Fstflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    §

    type Output = Fstflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Fstflags> for Fstflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Fstflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    source§

    impl UpperHex for Fstflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Fstflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Fstflags

    source§

    impl Eq for Fstflags

    source§

    impl StructuralEq for Fstflags

    source§

    impl StructuralPartialEq for Fstflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Fstflags

    §

    impl Send for Fstflags

    §

    impl Sync for Fstflags

    §

    impl Unpin for Fstflags

    §

    impl UnwindSafe for Fstflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.JoinFlags.html b/crates/doc/wasmer_wasix_types/wasi/struct.JoinFlags.html index d87f27e076d..f9250ed28e8 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.JoinFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.JoinFlags.html @@ -63,16 +63,16 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl JoinFlags

    source

    pub fn from_bits_preserve(bits: u32) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<JoinFlags> for JoinFlags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<JoinFlags> for JoinFlags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<JoinFlags> for JoinFlags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<JoinFlags> for JoinFlags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<JoinFlags> for JoinFlags

    source§

    fn bitor(self, other: JoinFlags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<JoinFlags> for JoinFlags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<JoinFlags> for JoinFlags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<JoinFlags> for JoinFlags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<JoinFlags> for JoinFlags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for JoinFlags

    source§

    fn clone(&self) -> JoinFlags

    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 JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<JoinFlags> for JoinFlags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<JoinFlags> for JoinFlags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for JoinFlags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for JoinFlags

    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 +

    §

    type Output = JoinFlags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<JoinFlags> for JoinFlags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for JoinFlags

    source§

    fn clone(&self) -> JoinFlags

    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 JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<JoinFlags> for JoinFlags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<JoinFlags> for JoinFlags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for JoinFlags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for JoinFlags

    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
    source§

    impl LowerHex for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for JoinFlags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the ! operator.
    source§

    impl Octal for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for JoinFlags

    source§

    fn cmp(&self, other: &JoinFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for JoinFlags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = JoinFlags

    The resulting type after applying the ! operator.
    source§

    impl Octal for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for JoinFlags

    source§

    fn cmp(&self, other: &JoinFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<JoinFlags> for JoinFlags

    source§

    fn eq(&self, other: &JoinFlags) -> bool

    This method tests for self and other values to be equal, and is used @@ -80,8 +80,8 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd<JoinFlags> for JoinFlags

    source§

    fn partial_cmp(&self, other: &JoinFlags) -> 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 Sub<JoinFlags> for JoinFlags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = JoinFlags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<JoinFlags> for JoinFlags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for JoinFlags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = JoinFlags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<JoinFlags> for JoinFlags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    source§

    impl UpperHex for JoinFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for JoinFlags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for JoinFlags

    source§

    impl Eq for JoinFlags

    source§

    impl StructuralEq for JoinFlags

    source§

    impl StructuralPartialEq for JoinFlags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for JoinFlags

    §

    impl Send for JoinFlags

    §

    impl Sync for JoinFlags

    §

    impl Unpin for JoinFlags

    §

    impl UnwindSafe for JoinFlags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.Lookup.html b/crates/doc/wasmer_wasix_types/wasi/struct.Lookup.html index 9fda5b11135..7e6fb959b2e 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.Lookup.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.Lookup.html @@ -64,16 +64,16 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl Lookup

    source

    pub fn from_bits_preserve(bits: u32) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Lookup> for Lookup

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Lookup> for Lookup

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Lookup> for Lookup

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Lookup> for Lookup

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Lookup> for Lookup

    source§

    fn bitor(self, other: Lookup) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Lookup> for Lookup

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Lookup> for Lookup

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Lookup> for Lookup

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Lookup

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Lookup> for Lookup

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Lookup

    source§

    fn clone(&self) -> Lookup

    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 Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<Lookup> for Lookup

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Lookup> for Lookup

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Lookup

    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 +

    §

    type Output = Lookup

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Lookup> for Lookup

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Lookup

    source§

    fn clone(&self) -> Lookup

    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 Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<Lookup> for Lookup

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Lookup> for Lookup

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Lookup

    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
    source§

    impl LowerHex for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Lookup

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Lookup

    The resulting type after applying the ! operator.
    source§

    impl Octal for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Lookup

    source§

    fn cmp(&self, other: &Lookup) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Lookup

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = Lookup

    The resulting type after applying the ! operator.
    source§

    impl Octal for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Lookup

    source§

    fn cmp(&self, other: &Lookup) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Lookup> for Lookup

    source§

    fn eq(&self, other: &Lookup) -> bool

    This method tests for self and other values to be equal, and is used @@ -82,7 +82,7 @@
    Safety
    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 Sub<Lookup> for Lookup

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    §

    type Output = Lookup

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Lookup> for Lookup

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Lookup

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    source§

    impl UpperHex for Lookup

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Lookup

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Lookup

    source§

    impl Eq for Lookup

    source§

    impl StructuralEq for Lookup

    source§

    impl StructuralPartialEq for Lookup

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Lookup

    §

    impl Send for Lookup

    §

    impl Sync for Lookup

    §

    impl Unpin for Lookup

    §

    impl UnwindSafe for Lookup

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.Oflags.html b/crates/doc/wasmer_wasix_types/wasi/struct.Oflags.html index 6acb4c7b883..7b1782f002e 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.Oflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.Oflags.html @@ -67,17 +67,17 @@

    Safety
    ops::Not), as in !flags.

    source§

    impl Oflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Oflags> for Oflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Oflags> for Oflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Oflags> for Oflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Oflags> for Oflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Oflags> for Oflags

    source§

    fn bitor(self, other: Oflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Oflags> for Oflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Oflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Oflags> for Oflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Oflags> for Oflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Oflags> for Oflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Oflags

    source§

    fn clone(&self) -> Oflags

    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 Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Oflags

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = Oflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Oflags> for Oflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Oflags

    source§

    fn clone(&self) -> Oflags

    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 Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Oflags

    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 Extend<Oflags> for Oflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Oflags> for Oflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for Oflags

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Oflags

    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
    source§

    impl LowerHex for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Oflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Oflags

    source§

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere +

    §

    type Output = Oflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Oflags

    source§

    fn cmp(&self, other: &Oflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Oflags> for Oflags

    source§

    fn eq(&self, other: &Oflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -86,8 +86,8 @@
    Safety
    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 Serialize for Oflags

    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 Sub<Oflags> for Oflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Oflags> for Oflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    -
    source§

    impl UpperHex for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Oflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte +
    §

    type Output = Oflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Oflags> for Oflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    source§

    impl UpperHex for Oflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Oflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Oflags

    source§

    impl Eq for Oflags

    source§

    impl StructuralEq for Oflags

    source§

    impl StructuralPartialEq for Oflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Oflags

    §

    impl Send for Oflags

    §

    impl Sync for Oflags

    §

    impl Unpin for Oflags

    §

    impl UnwindSafe for Oflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.Rights.html b/crates/doc/wasmer_wasix_types/wasi/struct.Rights.html index a5e103c5bb3..d3d15359ca5 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.Rights.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.Rights.html @@ -113,17 +113,17 @@

    Safety
    source§

    impl Rights

    source

    pub fn from_bits_preserve(bits: u64) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    source§

    impl Rights

    source

    pub const fn all_socket() -> Self

    source

    pub fn to_str(self) -> Option<&'static str>

    expects a single right, returns None if out of bounds or > 1 bit set

    -

    Trait Implementations§

    source§

    impl Binary for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Rights> for Rights

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +

    Trait Implementations§

    source§

    impl Binary for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Rights> for Rights

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    §

    type Output = Rights

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Rights> for Rights

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Rights> for Rights

    source§

    fn bitor(self, other: Rights) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Rights> for Rights

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Rights> for Rights

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Rights> for Rights

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Rights> for Rights

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Rights

    source§

    fn clone(&self) -> Rights

    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 Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Rights

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = Rights

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Rights> for Rights

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Rights

    source§

    fn clone(&self) -> Rights

    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 Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for Rights

    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 Extend<Rights> for Rights

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Rights> for Rights

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl FromToNativeWasmType for Rights

    §

    type Native = i64

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Hash for Rights

    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
    source§

    impl LowerHex for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Rights

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    source§

    impl Octal for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Rights

    source§

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Rights

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = Rights

    The resulting type after applying the ! operator.
    source§

    impl Octal for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Rights

    source§

    fn cmp(&self, other: &Rights) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Rights> for Rights

    source§

    fn eq(&self, other: &Rights) -> bool

    This method tests for self and other values to be equal, and is used @@ -132,7 +132,7 @@
    Safety
    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 Serialize for Rights

    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 Sub<Rights> for Rights

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Rights

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Rights> for Rights

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    §

    type Output = Rights

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Rights> for Rights

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    source§

    impl UpperHex for Rights

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Rights

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Rights

    source§

    impl Eq for Rights

    source§

    impl StructuralEq for Rights

    source§

    impl StructuralPartialEq for Rights

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Rights

    §

    impl Send for Rights

    §

    impl Sync for Rights

    §

    impl Unpin for Rights

    §

    impl UnwindSafe for Rights

    Blanket Implementations§

    source§

    impl<T> Any for Twhere diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.Subclockflags.html b/crates/doc/wasmer_wasix_types/wasi/struct.Subclockflags.html index bb9aea90475..fcb1402bde2 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.Subclockflags.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.Subclockflags.html @@ -67,16 +67,16 @@
    Safety
    ops::Not), as in !flags.

    source§

    impl Subclockflags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Subclockflags> for Subclockflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Subclockflags> for Subclockflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<Subclockflags> for Subclockflags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<Subclockflags> for Subclockflags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<Subclockflags> for Subclockflags

    source§

    fn bitor(self, other: Subclockflags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Subclockflags> for Subclockflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<Subclockflags> for Subclockflags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<Subclockflags> for Subclockflags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Subclockflags> for Subclockflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for Subclockflags

    source§

    fn clone(&self) -> Subclockflags

    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 Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<Subclockflags> for Subclockflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Subclockflags> for Subclockflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Subclockflags

    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 +

    §

    type Output = Subclockflags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<Subclockflags> for Subclockflags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for Subclockflags

    source§

    fn clone(&self) -> Subclockflags

    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 Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<Subclockflags> for Subclockflags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<Subclockflags> for Subclockflags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for Subclockflags

    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
    source§

    impl LowerHex for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for Subclockflags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Subclockflags

    source§

    fn cmp(&self, other: &Subclockflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere +

    §

    type Output = Subclockflags

    The resulting type after applying the ! operator.
    source§

    impl Octal for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for Subclockflags

    source§

    fn cmp(&self, other: &Subclockflags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<Subclockflags> for Subclockflags

    source§

    fn eq(&self, other: &Subclockflags) -> bool

    This method tests for self and other values to be equal, and is used @@ -84,7 +84,7 @@
    Safety
    sufficient, and should not be overridden without very good reason.
    source§

    impl PartialOrd<Subclockflags> for Subclockflags

    source§

    fn partial_cmp(&self, other: &Subclockflags) -> 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 Sub<Subclockflags> for Subclockflags

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = Subclockflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Subclockflags> for Subclockflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    §

    type Output = Subclockflags

    The resulting type after applying the - operator.
    source§

    impl SubAssign<Subclockflags> for Subclockflags

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    source§

    impl UpperHex for Subclockflags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for Subclockflags

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for Subclockflags

    source§

    impl Eq for Subclockflags

    source§

    impl StructuralEq for Subclockflags

    source§

    impl StructuralPartialEq for Subclockflags

    Auto Trait Implementations§

    §

    impl RefUnwindSafe for Subclockflags

    §

    impl Send for Subclockflags

    §

    impl Sync for Subclockflags

    §

    impl Unpin for Subclockflags

    §

    impl UnwindSafe for Subclockflags

    Blanket Implementations§

    source§

    impl<T> Any for Twhere diff --git a/crates/doc/wasmer_wasix_types/wasi/struct.ThreadStateFlags.html b/crates/doc/wasmer_wasix_types/wasi/struct.ThreadStateFlags.html index 6515bc91756..4b95081c2f1 100644 --- a/crates/doc/wasmer_wasix_types/wasi/struct.ThreadStateFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/struct.ThreadStateFlags.html @@ -61,16 +61,16 @@
    Safety
    ops::Not), as in !flags.

    source§

    impl ThreadStateFlags

    source

    pub fn from_bits_preserve(bits: u16) -> Self

    Convert from a raw integer, preserving any unknown bits. See https://github.com/bitflags/bitflags/issues/263#issuecomment-957088321

    -

    Trait Implementations§

    source§

    impl Binary for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitor(self, other: ThreadStateFlags) -> Self

    Returns the union of the two sets of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for ThreadStateFlags

    source§

    fn clone(&self) -> ThreadStateFlags

    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 ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<ThreadStateFlags> for ThreadStateFlags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<ThreadStateFlags> for ThreadStateFlags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for ThreadStateFlags

    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 +

    §

    type Output = ThreadStateFlags

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<ThreadStateFlags> for ThreadStateFlags

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for ThreadStateFlags

    source§

    fn clone(&self) -> ThreadStateFlags

    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 ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Extend<ThreadStateFlags> for ThreadStateFlags

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<ThreadStateFlags> for ThreadStateFlags

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for ThreadStateFlags

    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
    source§

    impl LowerHex for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for ThreadStateFlags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ! operator.
    source§

    impl Octal for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for ThreadStateFlags

    source§

    fn cmp(&self, other: &ThreadStateFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for ThreadStateFlags

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = ThreadStateFlags

    The resulting type after applying the ! operator.
    source§

    impl Octal for ThreadStateFlags

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for ThreadStateFlags

    source§

    fn cmp(&self, other: &ThreadStateFlags) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<ThreadStateFlags> for ThreadStateFlags

    source§

    fn eq(&self, other: &ThreadStateFlags) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix_types/wasi/type.EventFdFlags.html b/crates/doc/wasmer_wasix_types/wasi/type.EventFdFlags.html index a265b303a09..c5fc28b7de2 100644 --- a/crates/doc/wasmer_wasix_types/wasi/type.EventFdFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/type.EventFdFlags.html @@ -1 +1 @@ -EventFdFlags in wasmer_wasix_types::wasi - Rust
    pub type EventFdFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file +EventFdFlags in wasmer_wasix_types::wasi - Rust
    pub type EventFdFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix_types/wasi/type.RiFlags.html b/crates/doc/wasmer_wasix_types/wasi/type.RiFlags.html index 9dfb88588b1..eb21e744d49 100644 --- a/crates/doc/wasmer_wasix_types/wasi/type.RiFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/type.RiFlags.html @@ -1 +1 @@ -RiFlags in wasmer_wasix_types::wasi - Rust

    Type Alias wasmer_wasix_types::wasi::RiFlags

    source ·
    pub type RiFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file +RiFlags in wasmer_wasix_types::wasi - Rust

    Type Alias wasmer_wasix_types::wasi::RiFlags

    source ·
    pub type RiFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix_types/wasi/type.RoFlags.html b/crates/doc/wasmer_wasix_types/wasi/type.RoFlags.html index 3cff6946b9b..441f845f603 100644 --- a/crates/doc/wasmer_wasix_types/wasi/type.RoFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/type.RoFlags.html @@ -1 +1 @@ -RoFlags in wasmer_wasix_types::wasi - Rust

    Type Alias wasmer_wasix_types::wasi::RoFlags

    source ·
    pub type RoFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file +RoFlags in wasmer_wasix_types::wasi - Rust

    Type Alias wasmer_wasix_types::wasi::RoFlags

    source ·
    pub type RoFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix_types/wasi/type.SiFlags.html b/crates/doc/wasmer_wasix_types/wasi/type.SiFlags.html index d7c8dbd6363..3695ce445ff 100644 --- a/crates/doc/wasmer_wasix_types/wasi/type.SiFlags.html +++ b/crates/doc/wasmer_wasix_types/wasi/type.SiFlags.html @@ -1 +1 @@ -SiFlags in wasmer_wasix_types::wasi - Rust

    Type Alias wasmer_wasix_types::wasi::SiFlags

    source ·
    pub type SiFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file +SiFlags in wasmer_wasix_types::wasi - Rust

    Type Alias wasmer_wasix_types::wasi::SiFlags

    source ·
    pub type SiFlags = u16;

    Trait Implementations§

    source§

    impl From<Errno> for u16

    source§

    fn from(enum_value: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<SockProto> for u16

    source§

    fn from(enum_value: SockProto) -> Self

    Converts to this type from the input type.
    \ No newline at end of file diff --git a/crates/doc/wasmer_wasix_types/wasi/wasix_manual/enum.ExitCode.html b/crates/doc/wasmer_wasix_types/wasi/wasix_manual/enum.ExitCode.html index dd87336a639..a5602d19338 100644 --- a/crates/doc/wasmer_wasix_types/wasi/wasix_manual/enum.ExitCode.html +++ b/crates/doc/wasmer_wasix_types/wasi/wasix_manual/enum.ExitCode.html @@ -2,7 +2,7 @@ Errno(Errno), Other(i32), }

    Variants§

    §

    Errno(Errno)

    §

    Other(i32)

    Implementations§

    source§

    impl ExitCode

    source

    pub fn raw(&self) -> i32

    source

    pub fn is_success(&self) -> bool

    Trait Implementations§

    source§

    impl Clone for ExitCode

    source§

    fn clone(&self) -> ExitCode

    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 ExitCode

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for ExitCode

    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 Display for ExitCode

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Errno> for ExitCode

    source§

    fn from(val: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for Errno

    source§

    fn from(code: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for i32

    source§

    fn from(val: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl From<i32> for ExitCode

    source§

    fn from(val: i32) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Ord for ExitCode

    source§

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + __D: Deserializer<'de>,

    Deserialize this value from the given Serde deserializer. Read more
    source§

    impl Display for ExitCode

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl From<Errno> for ExitCode

    source§

    fn from(val: Errno) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for Errno

    source§

    fn from(code: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl From<ExitCode> for i32

    source§

    fn from(val: ExitCode) -> Self

    Converts to this type from the input type.
    source§

    impl From<i32> for ExitCode

    source§

    fn from(val: i32) -> Self

    Converts to this type from the input type.
    source§

    impl FromToNativeWasmType for ExitCode

    §

    type Native = i32

    Native Wasm type.
    source§

    fn to_native(self) -> Self::Native

    Convert self to Self::Native. Read more
    source§

    fn from_native(n: Self::Native) -> Self

    Convert a value of kind Self::Native to Self. Read more
    source§

    fn is_from_store(&self, _store: &impl AsStoreRef) -> bool

    Returns whether the given value is from the given store. Read more
    source§

    impl Ord for ExitCode

    source§

    fn cmp(&self, other: &ExitCode) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<ExitCode> for ExitCode

    source§

    fn eq(&self, other: &ExitCode) -> bool

    This method tests for self and other values to be equal, and is used diff --git a/crates/doc/wasmer_wasix_types/wasi/wasix_manual/struct.EpollType.html b/crates/doc/wasmer_wasix_types/wasi/wasix_manual/struct.EpollType.html index c94a54334d1..3883b8aa86c 100644 --- a/crates/doc/wasmer_wasix_types/wasi/wasix_manual/struct.EpollType.html +++ b/crates/doc/wasmer_wasix_types/wasi/wasix_manual/struct.EpollType.html @@ -82,17 +82,17 @@
    Safety
    between Self::all() and self (e.g. Self::all() - self)

    This is equivalent to using the ! operator (e.g. ops::Not), as in !flags.

    -

    Trait Implementations§

    source§

    impl Binary for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<EpollType> for EpollType

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<EpollType> for EpollType

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    +

    Trait Implementations§

    source§

    impl Binary for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl BitAnd<EpollType> for EpollType

    source§

    fn bitand(self, other: Self) -> Self

    Returns the intersection between the two sets of flags.

    +
    §

    type Output = EpollType

    The resulting type after applying the & operator.
    source§

    impl BitAndAssign<EpollType> for EpollType

    source§

    fn bitand_assign(&mut self, other: Self)

    Disables all flags disabled in the set.

    source§

    impl BitOr<EpollType> for EpollType

    source§

    fn bitor(self, other: EpollType) -> Self

    Returns the union of the two sets of flags.

    §

    type Output = EpollType

    The resulting type after applying the | operator.
    source§

    impl BitOrAssign<EpollType> for EpollType

    source§

    fn bitor_assign(&mut self, other: Self)

    Adds the set of flags.

    source§

    impl BitXor<EpollType> for EpollType

    source§

    fn bitxor(self, other: Self) -> Self

    Returns the left flags, but with all the right flags toggled.

    -
    §

    type Output = EpollType

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<EpollType> for EpollType

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    -
    source§

    impl Clone for EpollType

    source§

    fn clone(&self) -> EpollType

    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 EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for EpollType

    source§

    fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where +

    §

    type Output = EpollType

    The resulting type after applying the ^ operator.
    source§

    impl BitXorAssign<EpollType> for EpollType

    source§

    fn bitxor_assign(&mut self, other: Self)

    Toggles the set of flags.

    +
    source§

    impl Clone for EpollType

    source§

    fn clone(&self) -> EpollType

    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 EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl<'de> Deserialize<'de> for EpollType

    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 Extend<EpollType> for EpollType

    source§

    fn extend<T: IntoIterator<Item = Self>>(&mut self, iterator: T)

    Extends a collection with the contents of an iterator. Read more
    source§

    fn extend_one(&mut self, item: A)

    🔬This is a nightly-only experimental API. (extend_one)
    Extends a collection with exactly one element.
    source§

    fn extend_reserve(&mut self, additional: usize)

    🔬This is a nightly-only experimental API. (extend_one)
    Reserves capacity in a collection for the given number of additional elements. Read more
    source§

    impl FromIterator<EpollType> for EpollType

    source§

    fn from_iter<T: IntoIterator<Item = Self>>(iterator: T) -> Self

    Creates a value from an iterator. Read more
    source§

    impl Hash for EpollType

    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
    source§

    impl LowerHex for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for EpollType

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the ! operator.
    source§

    impl Octal for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for EpollType

    source§

    fn cmp(&self, other: &EpollType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere + Self: Sized,

    Feeds a slice of this type into the given Hasher. Read more
    source§

    impl LowerHex for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Not for EpollType

    source§

    fn not(self) -> Self

    Returns the complement of this set of flags.

    +
    §

    type Output = EpollType

    The resulting type after applying the ! operator.
    source§

    impl Octal for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl Ord for EpollType

    source§

    fn cmp(&self, other: &EpollType) -> Ordering

    This method returns an Ordering between self and other. Read more
    1.21.0 · source§

    fn max(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the maximum of two values. Read more
    1.21.0 · source§

    fn min(self, other: Self) -> Selfwhere Self: Sized,

    Compares and returns the minimum of two values. Read more
    1.50.0 · source§

    fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

    Restrict a value to a certain interval. Read more
    source§

    impl PartialEq<EpollType> for EpollType

    source§

    fn eq(&self, other: &EpollType) -> bool

    This method tests for self and other values to be equal, and is used @@ -101,7 +101,7 @@
    Safety
    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 Serialize for EpollType

    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 Sub<EpollType> for EpollType

    source§

    fn sub(self, other: Self) -> Self

    Returns the set difference of the two sets of flags.

    -
    §

    type Output = EpollType

    The resulting type after applying the - operator.
    source§

    impl SubAssign<EpollType> for EpollType

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    +
    §

    type Output = EpollType

    The resulting type after applying the - operator.
    source§

    impl SubAssign<EpollType> for EpollType

    source§

    fn sub_assign(&mut self, other: Self)

    Disables all flags enabled in the set.

    source§

    impl UpperHex for EpollType

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter.
    source§

    impl ValueType for EpollType

    source§

    fn zero_padding_bytes(&self, _bytes: &mut [MaybeUninit<u8>])

    This method is passed a byte slice which contains the byte representation of self. It must zero out any bytes which are uninitialized (e.g. padding bytes).
    source§

    impl Copy for EpollType

    source§

    impl Eq for EpollType

    source§

    impl StructuralEq for EpollType

    source§

    impl StructuralPartialEq for EpollType

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere diff --git a/crates/doc/wasmer_wast/error/struct.DirectiveErrors.html b/crates/doc/wasmer_wast/error/struct.DirectiveErrors.html index cac35e14569..9d59e6ec4fa 100644 --- a/crates/doc/wasmer_wast/error/struct.DirectiveErrors.html +++ b/crates/doc/wasmer_wast/error/struct.DirectiveErrors.html @@ -4,7 +4,7 @@ }
    Expand description

    A structure holding the list of all executed directives

    Fields§

    §filename: String

    The filename where the error occured

    §errors: Vec<DirectiveError>

    The list of errors

    -

    Trait Implementations§

    source§

    impl Debug for DirectiveErrors

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for DirectiveErrors

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for DirectiveErrors

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Trait Implementations§

    source§

    impl Debug for DirectiveErrors

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for DirectiveErrors

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for DirectiveErrors

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere diff --git a/crates/doc/wasmer_wast/struct.DirectiveErrors.html b/crates/doc/wasmer_wast/struct.DirectiveErrors.html index 1bee5f84c7b..122c28fb82d 100644 --- a/crates/doc/wasmer_wast/struct.DirectiveErrors.html +++ b/crates/doc/wasmer_wast/struct.DirectiveErrors.html @@ -4,7 +4,7 @@ }
    Expand description

    A structure holding the list of all executed directives

    Fields§

    §filename: String

    The filename where the error occured

    §errors: Vec<DirectiveError>

    The list of errors

    -

    Trait Implementations§

    source§

    impl Debug for DirectiveErrors

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for DirectiveErrors

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for DirectiveErrors

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere +

    Trait Implementations§

    source§

    impl Debug for DirectiveErrors

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Display for DirectiveErrors

    source§

    fn fmt(&self, f: &mut Formatter<'_>) -> Result

    Formats the value using the given formatter. Read more
    source§

    impl Error for DirectiveErrors

    1.30.0 · source§

    fn source(&self) -> Option<&(dyn Error + 'static)>

    The lower-level source of this error, if any. Read more
    1.0.0 · source§

    fn description(&self) -> &str

    👎Deprecated since 1.42.0: use the Display impl or to_string()
    1.0.0 · source§

    fn cause(&self) -> Option<&dyn Error>

    👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
    source§

    fn provide<'a>(&'a self, request: &mut Request<'a>)

    🔬This is a nightly-only experimental API. (error_generic_member_access)
    Provides type based access to context intended for error reports. Read more

    Auto Trait Implementations§

    Blanket Implementations§

    source§

    impl<T> Any for Twhere T: 'static + ?Sized,

    source§

    fn type_id(&self) -> TypeId

    Gets the TypeId of self. Read more
    §

    impl<T> ArchivePointee for T

    §

    type ArchivedMetadata = ()

    The archived version of the pointer metadata for this type.
    §

    fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata

    Converts some archived metadata to the pointer metadata for itself.
    source§

    impl<T> Borrow<T> for Twhere